/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

html{ 
	font-family: sans-serif;
	min-height:101%;
}

body{
	font-family: sans-serif;
	font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 1.7em;
    text-transform: none;
    color: #464444;
}




h1+h1, h1+h2, h1+h3, h2+h1, h2+h2, h2+h3, h3+h1, h3+h2, h3+h3 {
    margin-top: 15px;
}

h1, h2, h3 {
    text-rendering: optimizeLegibility;
}

h1 {
	font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 62px;
    letter-spacing: 0em;
    #line-height: 1em;
    text-transform: none;
    color: #292929;
	margin: .67em 0;
}


.wideimage h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 30px 0 15px;
    padding: 0;
}

h3{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .17em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: rgba(40,26,23,.8);

}

a {
    color: #464444;
}

p{
font-family: sans-serif;
}
.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.col-text {
    margin: 75px 0;
}

.col-grey {
    background: #e7e7e7;
}
.div-col-top-sm {
    padding-top: 50px;
}
.div-col-top-lg {
    padding-top: 100px;
}

.div-col-bottom-sm {
    padding-bottom: 50px;
}
.div-col-bottom-lg {
    padding-bottom: 100px;
}
a.col-button {
background: #de6256;
    border: 0;
    padding: 11px 30px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px;
    float: none;
    font-weight: 600;
}
.no-mobile-view a {
    font-size: 12px;
    color: #fff;
}

.shown {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.zmg img {
    max-width: 100%;
}
.zmg {
 margin-bottom: 15px!important;
}


.eucookie {
    z-index: 9;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: #292929 url(../images/move_up.png) no-repeat 11px 11px;
}
img.max_img {
    max-width: 100%;
    margin-bottom: 30px;
}
h2.heading-block {
    font-family: 'Oswald', sans-serif;
}
p b {
    font-weight: 600;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.main-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background:#fff;
}

.main-slider .swiper-pagination-bullet-active {
    background: #0297ff;
}
:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
:focus {
    outline: 0 !important;
}

.image-container {
    width: 100%;
    height: 400px;
}
.img-col {
    margin-bottom: 25px;
}
.img-col a:hover {
    text-decoration: none;
}
section.sec-xl {
    margin: 50px 0;
}
/*****************************************************
HEADER SECTION 
****************************************************/

.info-line {
    font-size: 12px;
    background: #C57600;
    color: #fff;
}
img.logo-header {
    height: 55px;
}
.dropdown-menu {
    border-radius: 0;
}


.nav-link:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #FF5200;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
}
 
.collapse.show {
	    transition: all 0.25s ease;
}


/*****************************************************
SERVICE LEISTUNGEN 
****************************************************/

.text-block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.text-block .dark-heading {
    background: #C57600;
    color: white;
    padding: 15px 10px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 30px;
}
.service_grid {
    background: #f5f5f5;
    padding: 20px 40px;
    margin-bottom: 20px;
}
.service_grid header {
    text-align: center;
    border-bottom: 1px solid white;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
}
.service_grid .item {
    margin-top: 17px;
    margin-bottom: 17px;
    display: inline-block;
    padding-top: 5px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    text-align: center;
    height: 130px;
}
.service_grid .item .border {
    border: 0px!important;
    display: block;
    color: #242424;
    border-top: 1px solid #e7e7e7!important;
    border-bottom: 1px solid #e7e7e7!important;
    margin-top: -20px;
    padding-top: 20px;
    margin-bottom: -20px;
    padding-bottom: 20px;
    height: 164px;
}
.service_grid .item span {
    display: block;
    height: 90px;
    width: 110px;
    background: no-repeat center top;
    margin: 0 auto;
    background-position: 50%;
    background-size: cover;
}
.service_grid .item h6 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
    color: #292929;
    text-transform: uppercase;
    font-size: 14px;
font-family: 'Oswald', sans-serif;
}


/*****************************************************
NAVI SECTION 
****************************************************/
.navbar.top-bar {
border-radius: 0;
    padding: 0 0 0px;
    z-index: 16;
    display: block;
}

.navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    right: 21px;
}

.menues {
    padding: 1em .5em;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.25s ease;
    width: 100%;
}

.menues--abv {
    #background-color: transparent;
	#background-color: rgba(70, 0, 0, 0.93);
	background-color: rgb(70, 0, 0);
    color: #000;
}

.menues--blw {
    background-color: #f7f7f7;
    color: #fff;
}
.container.menuline {
    padding: 15px 0;
}

.top-bar a.navbar-brand {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    padding: 5px 0 0 10px;
    text-transform: uppercase;
}

.menues--blw.top-bar a.navbar-brand {
    color: #333;
}

.top-bar a.navbar-brand span {
    color: #0297ff;
}

.top-bar .nav-link {
    font-size: 17px;
    #font-weight: 600;
    padding: 12px 0px !important;
    #font-family: 'Open Sans', sans-serif;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid transparent;
}

.menues--blw.top-bar .nav-link {
    color: #000
}

.top-bar .navbar-nav .nav-item {
    margin: 0 1em;
}

.top-bar .nav-link:hover,
.top-bar .nav-item.active a {
    color: #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.menues--blw.top-bar .nav-link:hover,
.menues--blw.top-bar .nav-item.active a {
    color: #0297ff;
    border-bottom: none;
    border-radius: 0;
}

a.anrufen {
    border: 3px solid #1A171B;
    padding: 13px 28px;
    border-radius: 16px;
    background: #FFED00;
    color: #1A171B;
    font-weight: 700;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 0px 0px 8px -1px #ccc;
	    cursor: pointer;
	text-decoration:none;
	background-color: #FFED00;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);

}
.taxi_telefon span {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.phone {
    display: block;
    text-align: center;
    margin: 130px 0 50px 0;
}
.taxi_telefon {
    text-align: center;
    font-size: 26px;
}

@media(max-width:991px) {
    .navbar-toggler {
        position: absolute;
		right: 21px;
		top: 43px;
        background: rgba(0, 0, 0, 0.34);
        border-radius: 0;
        padding: 0.3em 0.5em;
    }
    span.navbar-toggler-icon i {
        font-size: 1.4em;
    }
    navbar-toggler {
        padding: 0.25rem 0.55rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: rgba(0, 0, 0, 0.58);
    }
    ul.navbar-nav {
         background: rgba(0, 0, 0, 0.81);
		    margin-top: 30px;
    }
	
.mobile-full-bg, iframe{
	display: none;
	}
#myCarousel {
    height: 0;
}	
	
	
	
	
	
	
	
}


/*****************************************************
HERO SECTION 
****************************************************/
.ban-info {
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
	    width: 74%;
	background: rgba(10, 10, 10, 0.37);
    padding: 36px;
    border-radius: 5px;
}

.ban-info h2 {
    font-size: 83px;
    font-family: 'Oswald', sans-serif;
}
.ban-info p {
    font-size: 28px;
	    line-height: 1.4;

}
/*****************************************************
KONTAKT FORM 
****************************************************/

.col-centered {
    float: none;
    margin: 0 auto;
    display: inline-block;
	    vertical-align: top;
}
.col-wrapper {
    margin: 50px 0 15px;
}
.col-wrapper input {
    margin: 15px 0;
}

input#datenschutz {
    margin: 0 10px 0 0;
}
input#submitmail {
    background: #de6256;
    border: 0;
    padding: 11px 15px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0;
    float: none;
    font-weight: 600;
	white-space: normal;
}
.fa-refresh {
    position: relative;
    top: 12px;
}
input#sicherheits_frage,
input#sicherheits_antwort {
    background: #C6E7FF;
	    margin-bottom: 15px;
}
.respond {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #E23232;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
	margin: 15px auto;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#email-sent-ok p,
#email-sent-error p {
    margin-bottom: 0;
}
/*****************************************************
FOOTER SECTION 
****************************************************/


footer {
    padding: 30px 0;
    background: #131010;
}
.logo-footer {
    width: 90%;
	margin-bottom: 40px;
}

.campaignLetter h5 {
    font-size: 18px;
	font-weight: 600;
}
.campaignLetter h6 {
    color: #C57601;
	font-weight: 600;
}
.campaignLetter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.campaignLetter li {
    font-size: 14px;
    line-height: 1.8;
}



.footer-widget {
    margin: 30px 0;
}
.footer-intro {
    margin: 20px auto;
}
.footer-intro h6 {
    font-size: 13px;
	    line-height: 1.4;
}
.footer-intro h5 {
    font-size: 19px;
    font-weight: 600;
	    line-height: 1.4;
}
footer h5, footer h6, footer li, footer li a {
    color: #B9B9B9;
}



/*****************************************************
LOGIN SECTION 
****************************************************/


iframe.pboxiframe {
    max-width: 314px;
}
strong {
    font-weight: 600;
}

/*****************************************************
REFERENZEN SECTION 
****************************************************/
tr#refheadline p {
    line-height: initial;
    padding: 10px;
    margin: 0;
    font-weight: 600;
}
tr#refheadline {
    background: #D6D6D6;
}
#reftable p {
    margin-top: 22px;
}
#reftable {
    margin-top: 25px;
}
#reftable tbody {
    border: 1px solid gray;
}
ul.preise li b {
    font-weight: 600;
    width: 50%;
    display: inline-block;
}
ul.preise {
    list-style-type: none;
    padding: 0;
}
/*****************************************************
FAQ SECTION 
****************************************************/
.answers {
    border: 2px solid #DE6256;
    margin: 0;
    padding: 0;
	margin-top: 60px;
}
.answers_headline {
    background: #DE6256;
    color: #FFF;
    padding: 9px;
	    font-weight: 600;
    text-transform: uppercase;
}
.answers p {
        padding: 15px 25px;
}
.answers h2 {
    margin-top: 20px;
    margin-bottom: 0;
	    font-weight: 600;
}
.closer {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    opacity: .8;
    margin: 10px;
    cursor: pointer;
}
.answer_co{
display: none;	
}

@media (min-width: 1200px){
	
	.container.wideimage {
		max-width: 1500px;
		margin: 0 auto;
		padding: 0 50px;
	}
	.div-col-bottom-sm {
    padding-bottom: 15px;
	}
	
}
.faq.col-button {
    background: #de6256;
    border: 0;
    padding: 11px 30px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px;
    float: none;
    font-weight: 600;
}

@media (max-width: 1400px) {
	.ban-info h2 {
		font-size: 60px;
	}
	.ban-info p {
		font-size: 30px;
	}
}


@media (max-width: 1200px) {
	.info-line {
		display: none;
	}
	.navbar {
		padding: 15px 0!important;
	}
	.nav-4 {
		display: none;
	}
	.ban-info h2 {
		font-size: 55px;
	}
	.ban-info p {
		font-size: 26px;
	}
}



@media (max-width: 1024px) {
	.ban-info h2 {
		font-size: 42px;
	}
	.ban-info p {
		font-size: 26px;
	}
}


@media (max-width: 980px) {
	.nav-4 {
		display: block;
	}
	h1 {
		font-size: 46px;
	}
	.ban-info h2 {
		font-size: 38px;
	}
	.ban-info p {
		font-size: 20px;
	}
	.div-col-top-lg {
		padding-top: 60px;
	}
	.div-col-bottom-sm {
		padding-bottom: 10px;
	}
}


@media (max-width: 540px) {
	
	h2.heading-block {
    font-size: 1.9rem;
}
		.top-bar a.navbar-brand {
        padding: 5px 0 20px 0px;
	}
	img.logo-header {
		height: 35px;
		padding: 5px 0 0 0px;
		    top: 12px;
    position: relative;
		    left: -28%;
	}
	h1 {
		font-size: 26px;
	}
	.ban-info h2 {
		font-size: 30px;
	}
	.ban-info p {
		font-size: 14px;
	}
	.div-col-top-lg {
		padding-top: 20px;
	}
	.div-col-bottom-sm {
		padding-bottom: 5px;
	}
}



@media (max-width: 340px) {
	
	h2.heading-block {
    font-size: 1.8rem;
}
	
	.top-bar a.navbar-brand {
    padding: 5px 0 0 0px;
	}
	img.logo-header {
		height: 35px;
	}
	
	.ban-info {
		display: none;
	}
	.div-col-top-lg {
		padding-top: 0px;
	}
	.div-col-bottom-sm {
		padding-bottom: 0px;
	}
}













