/* Version: 17.01.2014 */

@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/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('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

@font-face { font-family: "Titillium Web";
	 
  src: url('https://fonts.pwrk.dev/ofl/titilliumweb/TitilliumWeb-Regular.woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	color: #626262;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1rem;
	background-color: #FFF;
}

p {
	margin:0;
}

.gross{font-size: 1rem;
margin-bottom: 0.5rem}

p:empty {
height: 1.1rem;
}


h1{
	margin: 1rem 0 0 0;
	line-height: 1.875rem;
	font-size: 1.7rem;
	font-weight: 500;
color: #78b92b;
font-family: Arial, Helvetica, sans-serif;
}


h2{
	margin: 0px;
	line-height: 1.438rem;
	font-size: 1rem;
	font-weight: normal;
}

h3 {
font-size: 1.1rem; margin: 0 0 0.5rem 0;
line-height:1.5rem;
color: #78b92b;
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;

}

#rahmen_top {

}

#rahmen_bottom {
}

#content{
	padding: 4%;
}

#box_oben{
}

#box_mitte{
}

#box_unten{
}

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

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

#footer{
}

.button_box {
	text-align: center;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}

.button a {
	display: inline-block;
	background: #78b92b;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	margin: 0 auto;
	cursor: pointer;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	border: 0.1rem solid #78b92b;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
}
.button a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #78b92b;
	border: 0.1rem solid #78b92b;
}

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

.adresse{
	background-image: url("footer.png");
 width: 100%;
background-size: 100%;
}


.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	width: 44%;
	margin-left: 4%
}

.left {
  width: 100%;
	color: #fff;
	padding: 10% 0 5% 0%;
}
.right {
  width: 100%;
		color: #fff;
	padding: 10% 0 5% 4%;

}
.logounten{
	width: 20%;
	float: right;
margin-top: -4rem;
	margin-right: 4%;
}

/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #78b92b;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: none;
}
 


.farbe {
	color: #0A75BD;
}

.ausblenden {

}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
li {
	padding: 0px;
	color:#626262;
	list-style-type: disc;
}
	

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

.refnr {}

.slider-wrap{
        max-width:720px;
        width: auto;
        height: auto;
        position:relative;
        border-top:5px solid #78b92b;
overflow: hidden;
}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
        margin:0;
        padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
        margin:0;
}

.slideshow li::before {display: none;} 


.apply {}
