@font-face { 
	font-family: "Mulish";
	src: url(../../ofl/mulish/Mulish[wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 
	font-family: "Mulish";
	src: url(../../ofl/mulish/Mulish-Italic[wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

body {
	font-family: 'Mulish', sans-serif;
	font-size: 100%;
	color: #C05131;
	text-decoration: none;
	font-weight: 600;
	word-spacing: normal;
	background-color: #FFF;
	line-height: 1.35;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

hr {
	height:1px; 
	background-color:#ccc; 
	border: 0; 
	margin: 0.8rem 0;
}

strong{
	font-weight: 900;
}

h1{
	margin: 0.5rem 0;
	font-size: 1.8rem;
	line-height: 1.15;
	font-weight: 900;

}

h2{
	margin: 0px;
	font-size: 1.6rem;
	line-height: 1.15;
	font-weight: 900;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	font-size: 0.85rem;
}

.logo{
	background-color: #f4e4d3;
	text-align: center;
	padding: 1.3rem 4%;
}

.logo img{
	width: 8rem;
}

.header{
	position: relative;
}

.layer{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}

.content{
	padding: 4%;
	background-color: #f7e3d1;
        color:#121212;
}

.box_video{
	padding: 0% 4%;
	background-color: #000000;
	color: #ffffff;
}

.box_oben{
	padding: 4%;
	background-color: #E7EDEB;
	color: #739A82;
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.left {
	width: 47%;
}

.right {
	width: 47%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left2 {
	width: 47%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right2 {
	width: 47%;
}

.box_mitte{
	background-color: #F7F2EB;
	padding: 4%;
}

.box_unten{
	padding: 4%;
	background-color: #E7EDEB;
	color: #565c5e;
}

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

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

#footer{
	background-color: #FFBC8D;
	padding: 4%;
    background-image: url(ecke_rechts.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
	background-size: 10%;
	position: relative;
}

.ecke_links {
    position: absolute;
	top: 0;
	left: 0;
	width: 10%;
}

.adresse {
	padding: 3% 4%;
	background-color: #384045;
	color: #FFF;
}

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

 
/* Zusatz*/ 

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

a:hover {
	color: #C05131;
	text-decoration: underline;
}

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

.adresse a:hover {
	color: #FFF;
	text-decoration: underline;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{
	font-size: 0.7rem;
}

.titel_klein{

}

.farbe {
	color: #0A75BD;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #C05131;
	padding: 0.7rem 1.8rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
	display: inline-block;
	margin-top: 1.3rem;
	font-weight: 800;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #C05131;
	padding: 0.7rem 2.2rem;
}

.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: 1.8rem;
}

li {
	padding-top: 1rem;
}

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

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow 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 18s linear infinite;
  animation: image 18s 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;
  }
  37% {
    opacity: 1;
  }
  45% {
    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;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.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;
}
ul.slideshow {
    margin:0;
}

/*---4Bilder---*/

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

.slideshow_4Bilder 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_4Bilder 12s linear infinite;
  animation: image_4Bilder 12s linear infinite;
}

@keyframes image_4Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_4Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_4Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

ul.slideshow_4Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder li::before{
	display:none !important;
}

.slideshow_4Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

/*---4Bilder ENDE---*/

.refnr {}

.apply {}
