html, body {
	overflow-x: hidden;
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url('../fonts/open-sans-v17-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
  

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}


h1 {
	color: #cd1720;
	font-size: 30px;
	text-shadow: 1px 1px 1px #c0c0c0;
}

h2 {
	color: #cd1720;
	font-size: 22px;
}

h3 {
	
	font-size: 15px;
	font-weight: bold;
}

#sofortkontakt h3 {
	margin-top: 0;
}

.hp-content h2 {
	margin-top: 0;
}

ul li {
	list-style: none;
	text-indent: -12px;
}

ul li:before {
	color: #cd1720;
	content:"\2022";
	padding-right:.25em;
	position:relative;
	top:.1em;
	font-size: 1.5em;
}

.nav li:before, .subnavi li:before {
	content: "";
	font-size: 0;
}

.nav li, .subnavi li {
	text-indent: 0px;
}

.sliderwrap {
	overflow: hidden;
}

.headerslider{
	margin-bottom: 0px;
}


#preloader {
    min-height: 355px;
    text-align: center;
    position:absolute;
    z-index:9;
    background:#FF2900;
    width:100%;
}

#preloader img {
	position: relative;
	top:155px;
}

#header {
	background-color: #cd1720;
}

#header .container {
	position: relative;
}

.logo {
    position: absolute;
    z-index: 10;
    left: 15px;
    width: 388px;
}

/*
.logosmall img {
	width: 90px;
	position: absolute;
	z-index: 10;
	left: 2px;

}
*/

.header-right {
    position: absolute;
    right: 14px;
    width: 24%;
    z-index: 10;
}


.header-right > .row > div {
	padding:0;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #ffffff;
    color: #cd1720;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.subnavi {
	background-color: #ffffff;
	margin-right: 1px;
}

.headernavi {
	background-color: #ffffff;
	padding-top: 5px;
}

#footer .headernavi {
	margin-top: 20px;
}

li.subnavi-first {
	padding-right: 0;
}

img.tx-srfreecap-pi1-image {
	margin-left: 0;
}

#footer {
	background-color: #cd1720;
	min-height: 100px;
	color: #ffffff;
	margin-top: 50px;
	padding-top: 20px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

/* Sidebar css */

@media screen and (max-width: 768px) {
 .row-offcanvas {
    position: relative;
    transition: all 0.25s ease-out 0s;
 }
 .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
 }
 .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
 }
 .row-offcanvas-right.active {
    right: 50%;
 }
 .row-offcanvas-left.active {
    left: 50%;
 }
 .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
 }
}


@media screen and (min-width: 768px) {
	.navbar-collapse {
		padding-left: 0px;
	}
}

@media screen and (max-width: 768px) {
	#header .container {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 1230px) {
	.header-right {
  		right:14px;
	}
	#preloader {
		min-height: 285px;
	}
	
	.logo {
		width: 312px;
	}
}

@media screen and (max-width: 992px) {
	
	#preloader {
    		min-height: 218px;
	}

	.logo {
		left: 15px;
    		width: 239px;
	}
}

@media screen and (max-width: 768px) {
	
	#header {
		background-color: #ffffff;
	}
}

@media screen and (max-width: 442px) {
	#preloader {
    		min-height: 135px;
	}
	
	#preloader img {
    		position: relative;
    		top: 92px;
	}
	
	#header {
		background-color: #ffffff;
	}
}



@media screen and (min-width: 768px) {
	.sliderwrap {
		height:218px;
	}
}

@media screen and (min-width: 992px) {
	.sliderwrap {
		height:285px;
	}
}

@media screen and (min-width: 1230px) {
	.sliderwrap {
		height:355px;
	}
}
