@charset "UTF-8";
  /* CSS Document */

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('../fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/oswald-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style:none;
	
}

a {
	color:#d10018;
}

body {
	
font-family: 'Open Sans', sans-serif;
}


#slider {
	position:relative;
	height:250px;
	overflow:hidden;
}

#slider img {
	position:absolute;
	min-height:120%;
	margin:0px auto;
	z-index:-999;
}


h1 {
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat center; 
	background-size:contain;
	width: 100%;
	height:80px;
	text-align:center;
	margin:0px auto;
	display:block;
}


nav {
	border-bottom:10px solid #d10018;
	padding:30px 0px;
	background:white;
}

#quickmenu a {
	width:32%;
	display:block;
	color:white;
	font-family: 'Oswald', sans-serif;
	font-weight:light;
	
	font-size: 1em;
	padding:10px 0px;
    font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}


#quickmenu {
	padding-top:10px;
	overflow:hidden;
}


.sani {
	
	
	margin-right:2%;

	
	
	float:left;
	background: #ad9f43; /* Old browsers */
	background: -moz-linear-gradient(top, #ad9f43 0%, #fae03d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ad9f43 0%,#fae03d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ad9f43 0%,#fae03d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad9f43', endColorstr='#fae03d',GradientType=0 ); 
}

.bad {	
	
	margin-right:2%;
	
	float:left;
	background: #004975; /* Old browsers */
background: -moz-linear-gradient(top, #004975 0%, #0d7cba 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #004975 0%,#0d7cba 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #004975 0%,#0d7cba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004975', endColorstr='#0d7cba',GradientType=0 );
}

.heiz {
	float:left;
	background: #841014; /* Old browsers */
background: -moz-linear-gradient(top, #841014 0%, #cd0118 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #841014 0%,#cd0118 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #841014 0%,#cd0118 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841014', endColorstr='#cd0118',GradientType=0 );
}


section {
	margin-bottom:60px;
	padding:8% 3%;	
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

strong {
	font-weight:bold;
}

section ul {
	margin-left:7%;
}

section ul li {
	background:url(images/liststyle.jpg) no-repeat left;
	padding-left:10px;
}


section {
	color:#727272;
}




h2 {
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-size: 2.8em;
	line-height:1em;
}


h3 {
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-size: 1em;
}

section p {
	margin:30px 0px;
}


h4 {
	margin-top:20%;
	font-size:1.9em;
	color:white;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

h5 {
	font-size:1.3em;
	color:white;
	text-align:center;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

.kontakt {
	position:relative;
	bottom:0px;
	margin-top:-70px;
}


footer {
	font-size:0.8em;
	letter-spacing:2px;
	position:fixed;
	width:100%;
	bottom:-70px;
	 -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}

.popup {
	bottom:0px;
}

#disclaimer {
	width:50%;
	float:left;
	background:#c10016;
	font-family: 'Oswald', sans-serif;
	color:white;
	text-align:center;
	padding:25px 0px;
}

#desktop {
	padding:25px 0px;
	float:left;
	width:50%;
	background:#60000b;
	font-family: 'Oswald', sans-serif;
	text-align:center;
}

#disclaimer a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	
}

#desktop a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	
}


#arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background:url(images/arrow.png) no-repeat;
  background-size: contain;
  z-index:9999;
  
  -webkit-animation: bounce 3s infinite; /* Safari 4+ */
  -moz-animation:    bounce 3s infinite; /* Fx 5+ */
  -o-animation:      bounce 3s infinite; /* Opera 12+ */
  animation:         bounce 3s infinite; /* IE 10+, Fx 29+ */
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
	background:#d10018 !important;
	color:white !important;
}


@-webkit-keyframes bounce {
  0%   { bottom:30px; }
  10%  { bottom:30px; }
  20% { bottom:10px; }
  28% { bottom:20px; }
  40% { bottom:10px; }  
  50% { bottom:10px; }
}
@-moz-keyframes bounce{
  0%   { bottom:30px; }
  10%  { bottom:30px; }
  20% { bottom:10px; }
  28% { bottom:20px; }
  40% { bottom:10px; }  
  50% { bottom:10px; }
}
@-o-keyframes bounce {
  0%   { bottom:30px; }
  10%  { bottom:30px; }
  20% { bottom:10px; }
  28% { bottom:20px; }
  40% { bottom:10px; }  
  50% { bottom:10px; }
}
@keyframes bounce {
 0%   { bottom:30px; }
  10%  { bottom:30px; }
  20% { bottom:10px; }
  28% { bottom:20px; }
  40% { bottom:10px; }  
  50% { bottom:10px; }
}


@media screen and (max-width: 480px) { /* Breite beträgt höchstens 1024px */ 


	footer {
		font-size:0.6em;
	}

}
