/* Version: 17.01.2014 */
@import url(../../css2_7912827221763889.css);



body {
    font-family: 'Urbanist', sans-serif;
	font-size: 100%;
	color: #3a3a3a;
	text-decoration: none;
	font-weight: 500;
	word-spacing: normal;
	background-color: #f1f3f9;
	line-height: 1.35;

}

p {
	margin:0;
	font-size: 0.85rem;
}

p:empty {
height: 18px;
}


h1{ 
	margin: 0px;
	font-size: 1.85rem;
	font-weight: 700;
	padding-bottom: 0.5rem;
}

h2{
	font-size: 1.2rem;
	font-weight: property;
	text-align: center
}



#frame-outer {
	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 40px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	font-size: 0.85rem;
}

.logo{ padding:4%;
}
.logo img{width:8rem;}
.content{padding: 2% 4% 4%;text-align:center;
}
.content img{
	         width:5rem;
	margin-top:2rem;
}



.box_titel{ text-align: center;
		   max-width: inherit;
		   padding: 4% 4%;
		   background-color: #ffc209;
		   color:#1f1c1d;
		   margin-bottom: 2rem;
}

.box_titel p{font-size: 1rem}

.box_mitte{padding: 2% 2%;
	   column-count: 2;
	   text-align:left;
	   height:auto;
		   
}


.box_unten{padding: 4% 4%;
}


.intro{padding: 1% 4%;
	   text-align:center;
	   height:auto;
}

.intro img{width:5rem;
	margin-bottom: 2rem;
}

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

}

.box-left {
	margin: 0% 0;
	padding: 0%;
	width: 30%;
}

.box-middle {
	margin: 0% 0;
	padding: 0%;
	width: 30%;
}

.box-right {
	margin: 0% 0;
	padding: 0%;
	width: 30%;
}

.middle-box-left {
	margin: 0% 0;
	padding: 0%;
	width: 47%;
	text-align: left;
}

.middle-box-right {
	margin: 0% 0;
	padding: 0%;
	width: 47%;
	text-align: left;
}


.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
               z-index: 2;
}

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

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

#footer img{width:5rem;
}

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

 
/* Zusatz*/ 

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

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

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #0A75BD;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

ul {
  margin: 0 auto 0rem 0.5rem;
  padding-left: 0.8rem;
  list-style-type: disc;
  list-style-type: none;
}

li {
  position: relative; 
  margin: auto;
  padding-bottom: 0.3rem;
}

li::before {
  position: absolute;
  top: 0.05rem;
  left: -1rem;
  content: "✔";
  font-size: 0.8rem;
  color:#1f1c1d;
}


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

.refnr {}

.button:link, .button:visited, .button:active {
               color: #000;
               text-decoration: none;
               background-color: #ffc300;
               padding: 9px 18px;
               -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: 18px;
               -moz-border-radius: 18px;
               border-radius: 18px;
               display: inline-block;
			   /*box-shadow:  rgba(0, 14, 35, 0.1) 0 2px 2px, rgba(0, 14, 35, 0.1) 0 4px 4px, rgba(0, 14, 35, 0.1) 0 8px 8px, rgba(0, 14, 35, 0.1) 0 16px 16px, rgba(0, 14, 35, 0.3) 0 0 20px;*/
			  margin: 1.2rem 0;
}
.button:hover {transform: scale(1.1);
               color: #000;
               text-decoration: none;
               background-color: #ffc300;
}


.apply {}
