/* Version: 17.01.2014 */
@font-face { 
	font-family: "Open Sans";
	src: url(../../ofl/opensans/OpenSans[wdth,wght].woff2) format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face { 	
	font-family: "Open Sans";
	src: url(../../ofl/opensans/OpenSans-Italic[wdth,wght].woff2) format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #616161;
    text-decoration: none;
    font-weight: 400;
    word-spacing: normal;
    background-color: #f4f4f4;
    line-height: 1.4;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.7rem;
	font-weight: 300;
	color: #222;
}

h2{
	margin: 0px;
	font-size: 1.3rem;
	font-weight: 300;
}

h3{
	margin: 0px;
	font-size: 1rem;
	font-weight: 400;
}

hr{
	margin: 25px 0px;
	height:2px; 
	background-color:#FFF; 
	border: 0;
}

#rahmen {
	padding: 0px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 0.8rem;
	position: relative;
}

.logo{
	background-color: #ffdb00;
	padding: 1.65rem 5% 1.95rem 5%;
}

.logo img{
	width: 180px;
}

.header {
    position: relative;
}

.content{

}

.titel{
	position: absolute;
	left: 5%;
	bottom: 30px;
	color: #FFF;
	z-index: 10;
}

.box_oben{
	background-color: #FFF;
	padding: 4% 5%;
}

.box_mitte{
}

.box_unten{
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

.bgBild{
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.bgBild:hover{
	background-size: auto 105%;
}

.bgText{
	padding: 2em 2.8em;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
	background-color: #ffdb00;
}

.flex:first-child {
	margin-top: 0px;
}

.flex > div{
	width: 50%;
	position: relative;
}

#footer{
	background-color: #ffdb00;
	padding: 4% 5%;
	text-align: center;
}

.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 35%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #007a39;
}
 
.text_gross{
	font-size: 1.05rem;
}

.titel_gross{

}

.text_klein{
	font-size: 0.8rem;
}

.titel_klein{

}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #007a39;
	padding: 1rem 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.button:hover {
	color: #007a39;
	text-decoration: none;
	background-color: #ffdb00;
}

.farbe {
	color: #007a39;
}

.weiss {
	color: #FFF;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	list-style: none;
}

li {
	padding-top: 0.5rem;
	text-indent: -15px;
}

ul li::before {
    content: "•";
    padding-right: 10px;
}

.slider-wrap ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style: none;
}

.slider-wrap li {
	padding: 0px;
	text-indent: 0px;
}

.slider-wrap ul li::before {
    content: none;
    padding-right: 0px;
} 

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

/* BEGINN Slider mit 4 Bildern mit transform Animation */

.slider-wrap {
	max-width:760px;
  	width: auto;
  	height: auto;
	position:relative;
  overflow: hidden;
}

.slideshow-4-bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow-4-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image-4-bilder 24s linear infinite;
}

@keyframes image-4-bilder {
    0% {
    opacity: 0;
    transform: translate(-15%, -3rem);
  }
  
  1% {
    opacity: 1;
  }

  2%{
    transform: translate(0%, 0);
  }
  
  25% {
    opacity: 1;
  }
  
  27% {
    opacity: 0;
       transform: translate(0%, 0);
  }
}

@-webkit-keyframes image-4-bilder {
     0% {
    opacity: 0;
    transform: translate(-15%, -3rem);
  }
  
  1% {
    opacity: 1;
  }

  2%{
    transform: translate(0%, 0);
  }
  
  25% {
    opacity: 1;
  }
  
  27% {
    opacity: 0;
       transform: translate(0%, 0);
  }
}

.slideshow-4-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {
}

.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow-4-bilder li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow-4-bilder {
    margin:0;
}

.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
		border-bottom:none;
	        border-color: #fff;
                border-width: 0px;
		padding-bottom:5px;
}

/* ENDE Slider mit 4 Bildern mit transform Animation */

.refnr {}


.apply {}
