/* Version: 17.01.2014 */
@font-face {
	font-family: "Ubuntu"; src: url(../../ufl/ubuntu/Ubuntu-Light.woff2) format('woff2') ;
	font-weight: 300;
	font-style: normal;	
}

@font-face {
	font-family: "Ubuntu"; src: url(../../ufl/ubuntu/Ubuntu-LightItalic.woff2) format('woff2') ;
	font-weight: 300;
	font-style: italic;	
}

@font-face {
	font-family: "Ubuntu"; src: url(../../ufl/ubuntu/Ubuntu-Regular.woff2) format('woff2') ;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Ubuntu"; src: url(../../ufl/ubuntu/Ubuntu-Italic.woff2) format('woff2') ;
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Ubuntu"; src: url(../../ufl/ubuntu/Ubuntu-Medium.woff2) format('woff2') ;
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Ubuntu"; src: url(../../ufl/ubuntu/Ubuntu-MediumItalic.woff2) format('woff2') ;
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Ubuntu"; src: url(../../ufl/ubuntu/Ubuntu-Bold.woff2) format('woff2') ;
	font-weight: 700;
	font-style: normal;
}

@font-face { 
	font-family: "Ubuntu"; src: url(../../ufl/ubuntu/Ubuntu-BoldItalic.woff2) format('woff2') ;
	font-weight: 700;
	font-style: italic;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 100%;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    word-spacing: normal;
    line-height: 1.4;
	background-color: #f5f5f5;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.4rem;
	line-height: 1.25;
	font-weight: 600;
	font-family: 'Bree Serif', serif;
	margin-bottom: 2rem;
}

h2{
	margin: 0px;
	font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 500;
	font-family: 'Bree Serif', serif;
}

h3{
	margin: 0px;
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Bree Serif', serif;
}

.bree{font-family: 'Bree Serif', serif;}

hr{
	margin: 1rem 20%;
	height:2px; 
	background-color:#004e25; 
	border: 0;
}

.rahmen {
	padding: 0px;
	width: 760px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 0.92rem;
	position: relative;
	box-shadow: 20px -20px #d3d3d3;
    border: solid 2px #fff;
    transition: transform .5s ease;
	background-color: #fff;
}

.logo{
	background-color: #FFF;
	padding: 1.3rem 4%;
	border-bottom: solid 1px #004e25;
}

.logo img{
	width: 180px;
}

.header {
    position: relative;
}

.content{
	background-color: #FFF;
	padding: 2% 4%;
	margin-top: -0.5rem
}

.titel{
	position: absolute;
	top: 0rem;
	color: #FFF;
	z-index: 10;
	background: rgb(74, 0, 6); /* The Fallback */
	background: rgba(0, 55, 97, 0.6); 
	text-align: center;
	padding: 3%;
	width: 715px;
}

.box_oben{

}

.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;
}

.bgText{
	padding: 2em;
}

.flex {
	position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
}

.flex > div{
	position: relative;
}

.obenlinks {
	position: relative;
	z-index: 5;
	width: 35%;
    border: solid 2px #f5f5f5;
	margin: 0.5rem;
}

.obenlinks :hover {
    transform: scale(1.30);
}

.obenrechts {
	width: 60%;
}
.mittelinks {
	position: relative;
	z-index: 5;
	width: 35%;
    border: solid 2px #f5f5f5;
	margin: 0.5rem;
}

.mitterechts {
	width: 60%;
}
.untenlinks {
	position: relative;
	z-index: 5;
	width: 35%;
    border: solid 2px #f5f5f5;
	margin: 0.5rem;
}

.untenrechts {
	width: 60%;
}

.flexshadow{
	z-index: 1;
	position:absolute !important;
	top:-0.3rem;
	width:35%;
	bottom:1.5rem;
	background:#d3d3d3;
}

#footer{
	background-color: #004e25;
	padding: 1.3rem 6%;
	text-align: center;
	color: #FFF;
}

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

 
/* Zusatz*/ 

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

a:hover {
	text-decoration: none;
	color: #000000;
}

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

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

.titel_gross{

}

.text_klein{
	font-size: 0.85rem;
}

.titel_klein{

}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #004e25;
	padding: 0.75rem 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	border-radius: 0.375rem;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
}

.farbe {
	color: #004e25;
}

.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: 0.5rem;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	list-style: none;
}

li {
 position: relative;
 margin: auto;
 padding: 0;
} 
li::before {
  position: absolute;
  top: -0.3rem;
  left: -1.3rem;
  font-size: 1.2rem;
  content: "»"; 
  color: #004e25;
}




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

.shadow-right {
    box-shadow: 20px -20px lightgrey;
    border: solid 2px #ffffff;
    margin-top: 40px;
    margin-right: 20px;
    transition: transform .5s ease;
}

/*Slider*/

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

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

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

}
.slideshow-3-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 36s linear infinite;
  animation: image-3-bilder 36s linear infinite;
}

@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

@-webkit-keyframes image-3-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

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

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

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

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

ul.slideshow-3-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 3 Bildern mit transform Animation */


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

.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: translateX(100%);
  }
  
  1% {
opacity: 1;
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
	
  }
  
  26% {
    transform: translateX(-100%);
opacity: 1;
  }
	100%{
		transform: translateX(-100%);
	opacity: 0;
	}
}

@-webkit-keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  24% {
    transform: translateX(0);
	
  }
  
  25% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	opacity: 1;
	}
}

.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 */


/* SLIDER ENDE */

.refnr {}

.apply {}
