@charset "UTF-8";
/*
* Taubert
* Build Date: Juli 2016
* Author: autor
* Copyright (C) 2016 Taubert
*/

/* ------------------------------------- */
/* *. @Import .......................... */
/* ------------------------------------- */
/* custom CSS files */

@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");	
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
@import url("https://cdn.jsdelivr.net/animatecss/3.5.2/animate.min.css");	
@import url("owl.css");

/* Google Fonts */

@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700italic,700,400italic,600,600italic,900italic,900");


/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
html {
  height: 100%;
}
body {
    background: #ababab url("../images/body-bg.jpg") no-repeat fixed center center / cover ;
    color: #000000;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}
img {
    height: auto;
    max-width: 100%;
}
a {
    color: #c02a2a;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #ccc;
}
a:hover, a:focus, a:visited {
    outline: medium none;
    text-decoration: none;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
    color: #c02a2a;
}
h1, h2, h3, h4, h5, h6 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-family: "Raleway",sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0;
    position: relative;
}
p {
    line-height: 1.6em;
}
ul, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.lead {
    font-family: "oswald",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.no-padding {
    padding: 0;
}
.no-left-padding, 
ul {
    padding-left: 0;
}
.no-right-padding {
    padding-right: 0;
}
.no-top-padding {
    padding-top: 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-margin {
    margin: 0;
}
.no-left-margin {
    margin-left: 0;
}
.no-right-margin {
    margin-right: 0;
}
.no-top-margin {
    padding-top: 0;
}
.no-bottom-margin {
    margin-bottom: 0;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
/* ------------------------------------- */
/* Page Loader ................... */
/* ------------------------------------- */
#page-loader {
    background-color: #fff;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 999999;
}
.loader-img {
    position: absolute;
    top: 50%;
	left: 50%;
    height: 100px;
    width: 100px;
    margin: -50px 0 0 -50px;
	text-align: center;
}
.loader-img img {
    border-radius: 50%;
}
.loader-img::after {
    position: absolute;
    left: 50%;
	top: 50%;
    border-radius: 50%;
    border-right: 2px solid #6caed1;
    border-top: 2px solid #003c7d;
    content: "";
    display: block;
    height: 110px;
    width: 110px;
    margin: -55px 0 0 -55px;
    animation: 1s linear 0s normal none infinite running rotate;
}
@media (min-width:768px) { 
    .loader-img {
        height: 150px;
        width: 150px;
        margin: -75px 0 0 -75px;
    }
    .loader-img::after {
        height: 160px;
        width: 160px;
        margin: -80px 0 0 -80px;
    }
}
@media (min-width:1281px) { 
    .loader-img {
        height: 200px;
        width: 200px;
        margin: -100px 0 0 -100px;
    }
    .loader-img::after {
        height: 220px;
        width: 220px;
        margin: -110px 0 0 -110px;
    }
}
@-webkit-keyframes rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
}
@keyframes rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
}

/* ------------------------------------- */
/* Überschriften ................... */
/* ------------------------------------- */	
.title {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.title h2 {
    color: #003c7d;
    font-family: "Oswald";
    font-size: 30px;
}
.referenzen-section .title h2 {
    color: #003c7d;
    font-family: "Oswald";
    font-size: 24px;
}
.title span {
    color: #8b8b8b;
}
h5.titel {
    color: #003c7d;
    font-weight: 600;
    margin-bottom: 15px;
}
.divater {
    height: auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.divater span {
    background-color: white;
    padding: 0 5px;
    position: relative;
}
.divater .line {
    background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
/* ------------------------------------- */
/* Global Wrapper ................... */
/* ------------------------------------- */
#main-container {
    margin: 0 auto;
    width: 1480px;
}

/* ------------------------------------- */
/* Menü ................... */
/* ------------------------------------- */
.ow-navigation .nav.navbar-nav li a {
    font-family: "Open Sans",sans-serif;
}
.menu-block > a {
    font-family: "Roboto",sans-serif;
}
.navbar-nav {
    border-right: 1px solid #ebebeb;
}
.navbar-brand > img {
    display: block;
    margin: 0 auto;
}
/* ## Navigation Menu */
.menu-block {
	width: 310px;
	background-color: #fff;
	float: left;
	box-shadow: -5px 0 3px 0 rgba(0, 0, 0, 0.1);
}
.menu-block > a {
    border-bottom: 1px solid #fff;
    color: #003c7d;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 17px;
    padding-top: 16px;
    text-align: center;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.menu-block > a > .glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0 5px;
    position: relative;
    top: 0;
}
.menu-block > a > i {
	font-size: 18px;
	color: #003c7d;
	margin-right: 13px;
	line-height: 15px;
	position: relative;
	top: 2px;
}
.ow-navigation {
	padding: 0;
	min-height: 1px;
	margin-bottom: 0;
	border-radius: 0;
	position: relative;
	border: none;
	background-color: transparent;
}
.ow-navigation .navbar-header {
	float: none;
	padding: 41px 0;
    background: #003c7d;	
}
.ow-navigation .navbar-header .navbar-brand {
	font-size: 45.25px;
	text-transform: uppercase;
	letter-spacing: 6.7px;
	height: auto;
	padding: 0;
	line-height: 35px;
	font-family: 'walkway_semiboldregular';
	width: 100%;
	text-align: center;
}
.ow-navigation .navbar-header .navbar-brand span {
	color: #003c7d;
}
.menu-block .navbar-collapse {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
	width: 100%;
	display: block;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a { 
	padding: 0;
	border-top: 1px solid rgba(0,0,0,0.08);
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a > i,
.ow-navigation .nav.navbar-nav li > a i::before  {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a > i { 
	width: 62px;
	height: 63px;
	background-color: #94999c;
	line-height: 63px;
	text-align: center;
	position: relative;
	margin-right: 27px;
	display: inline-block;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a > i::after {
	content: "";
	width: 100%;
	top: -1px;
	left: 0;
	height: 1px;
	background-color: #888d90;
	position: absolute;
}
.ow-navigation .nav.navbar-nav li a {
    color: #646a6e;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
    position: relative;
    text-transform: capitalize;
}
.ow-navigation .nav.navbar-nav li > a i::before {
	content: "";
	border-top: 6px solid transparent; 
	border-left: 12px solid transparent; 
	border-bottom: 6px solid transparent;
	position: absolute;
	width: 6px;
	height: 12px;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.ow-navigation .nav.navbar-nav li > a:hover,
.ow-navigation .nav.navbar-nav li > a:focus,
.ow-navigation .nav.navbar-nav li.active > a,
.ow-navigation .nav.navbar-nav li:hover > a,
.ow-navigation .nav.navbar-nav li:focus > a {
	background-color: transparent;
	color: #c02a2a;
}
.ow-navigation .nav.navbar-nav li > a:hover i,
.ow-navigation .nav.navbar-nav li > a:focus i,
.ow-navigation .nav.navbar-nav li.active > a i,
.ow-navigation .nav.navbar-nav li:hover > a i,
.ow-navigation .nav.navbar-nav li:focus > a i,
.ow-navigation .nav.navbar-nav li > a:hover i::after,
.ow-navigation .nav.navbar-nav li > a:focus i::after,
.ow-navigation .nav.navbar-nav li.active > a i::after,
.ow-navigation .nav.navbar-nav li:hover > a i::after,
.ow-navigation .nav.navbar-nav li:focus > a i::after {
	background-color: #c02a2a;
}
.ow-navigation .nav.navbar-nav li > a:hover i,
.ow-navigation .nav.navbar-nav li > a:focus i,
.ow-navigation .nav.navbar-nav li.active > a i,
.ow-navigation .nav.navbar-nav li:hover > a i,
.ow-navigation .nav.navbar-nav li:focus > a i {
	margin-right: 35px;
}
.ow-navigation .nav.navbar-nav li > a:hover i::before,
.ow-navigation .nav.navbar-nav li > a:focus i::before,
.ow-navigation .nav.navbar-nav li.active > a i::before,
.ow-navigation .nav.navbar-nav li:hover > a i::before,
.ow-navigation .nav.navbar-nav li:focus > a i::before {
	right: -12px;
	border-left: 12px solid #c02a2a; 
}
.ow-navigation .navbar-collapse {
	float: left;
}
.ow-navigation .container {
	position: relative;
}
.ow-navigation .container > a  { 	
	background-color: #de302f;
	padding: 22px 30px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	-moz-box-shadow: inset 0 3px 0px #b50504;
	-webkit-box-shadow: inset 0 3px 0px #b50504;
	box-shadow: inset 0 3px 0px #b50504;
	text-decoration: none;
	float: right;
}

.ow-navigation ul.nav > li > ul > li {
	padding-left: 20px;
}
.ow-navigation .dropdown-menu li {
	padding-left: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ow-navigation .dropdown-menu li a {
	padding: 21.1px 0;
	white-space: normal;
}
.ow-navigation .dropdown-menu li a:hover {
	color: #003c7d;
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
}
/* - Navigation Menu > 991 RES. */
@media (min-width: 992px) {
	.ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
		opacity: 1;
		transform: rotateY(0deg);
		visibility: visible;
	}	
	.ow-navigation .ddl-switch {
		display: none !important;
	}

	/* Dropdown */
	.ow-navigation .dropdown-menu {
		border: none;
		left: 100%;
		border-radius: 0;
		margin-top: 0;
		transform: rotateY(-90deg);
		transform-origin: 0 0 0;
		transition: all 0.4s ease-in-out 0s;
		visibility: hidden;
		top: 0;
		box-shadow: none;
		display: block;
		padding: 0;
		max-width: 210px;
		width: 100%;
		background-color: #fff;
	}
	
	.ow-navigation ul > li.dropdown .dropdown-menu ul ul ul {
		left: auto;
		right: 100%;
	}
	.ow-navigation ul > li.dropdown .dropdown-menu ul ul ul ul ul ul {
		left: 100%;
		right: auto;
	}
}

/* - Navigation Menu Switch < 991 RES */
@media (max-width: 991px) {
    .navbar-collapse { max-height: 100% !important; }	
	.ow-navigation ul.nav > li > .ddl-switch {
		top: 15px;
	}
	.ow-navigation .ddl-switch {
		background-color: #fff;
		cursor: pointer;
		font-size: 25px;
		padding: 5px 10px;
		position: absolute;
		right: 15px;
		z-index: 9999;
		top: 0px;
		color: #777;
	}
	.ow-navigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}
    .ow-navigation .navbar-header {
        float: none;
		padding: 15px 0;
    }
	.ow-navigation .navbar-header .navbar-brand {
		width: 25%;
	}
    .ow-navigation .navbar-toggle {
        display: block;
		background-color: transparent;
		margin-bottom: 0;
		margin-right: 30px;
		margin-top: 0;
		border-radius: 0
    }
	.navbar-fixed-top.ow-navigation .navbar-toggle:focus,
	.navbar-fixed-top.ow-navigation .navbar-toggle:hover,
	.ow-navigation .navbar-toggle:hover {
		background-color: #585858;
	}
	.navbar-fixed-top.ow-navigation .navbar-toggle .icon-bar,
	.ow-navigation .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-fixed-top.ow-navigation .navbar-toggle:focus .icon-bar,
	.navbar-fixed-top.ow-navigation .navbar-toggle:hover .icon-bar,
	.ow-navigation .navbar-toggle:hover .icon-bar {
		background-color: #fff;
	}	
    .ow-navigation .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		width: 100%;
		margin: 0;
    }
	.ow-navigation .navbar-collapse.collapse {
        display: none!important;
		overflow: auto !important;
    }
    .ow-navigation .navbar-nav {
        float: none!important;
    }
	.ow-navigation .navbar-nav,
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
		margin: 0;
	}
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li.active > a:before,
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li:focus > a:before,
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li:hover > a:before {
		height: 2px;
		bottom: 0;
		left: 0;
		right: 0;
	}
    .ow-navigation .navbar-nav > li {
		display: inline-block;
		float: none;
		width: 100%;
    }
    .ow-navigation .navbar-collapse > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		width: 100%;
    }
    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .ow-navigation .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .ow-navigation .collapsing {
        overflow: hidden!important;
    }
	.ow-navigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
	}
		
	/* -- Button */
	.ow-navigation .container > a {
		position: absolute;
		left: 15px;
		top: 0;
	}
	.menu-block {
		position: relative;
		left: 0 !important;
		right: 0;
		margin: 0 auto;
	}
	.menu-block.navbar-fixed-top {
		position: fixed;
		z-index: 99990;
	}
	.menu-block > a {
		position: absolute;
		bottom: -55px;
		border: none;
		padding-left: 15px;
	}
	.menu-block.navbar-fixed-top > a { 
		display: none;
	}
	.menu-block .ow-navigation {
		border-bottom: 1px solid rgba(0,0,0,0.08);
	}
		.navbar-default .navbar-toggle {
        border-color: transparent;
    }
} 

.m-hide {
    position: relative;
}
.m-hide::after {
    border-color: #003c7d transparent;
    border-style: solid;
    border-width: 40px 155px 0;
    bottom: -40px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 1;
}
.m-hide i {
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 28px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 5px;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
.m-hide i:hover {
    color: #000;
    transition: all 0.3s ease 0s;
}
.m-header {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: none;
    padding: 15px 0 5px;
}
.mh-social {
    display: table;
    margin: 0 auto 15px;
    padding: 0;
}
.mh-social li {
    float: left;
    list-style: outside none none;
    margin: 0 12px;
}
.mh-social li a {
    color: #0e0e0e;
    display: table;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center;
    width: 32px;
}
.mh-social li a i {
    position: relative;
    z-index: 9999;
}
.mh-social li a::before {
    border: 1px solid rgba(0, 0, 0, 0.18);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.mh-social li a:hover {
    color: #fff;
}
.mh-social li a:hover::before {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    content: "";
    transition: all 0.3s ease 0s;
}
.mh-copy {
    color: #566473;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

/* ------------------------------------- */
/* Wrapper ................... */
/* ------------------------------------- */
#wrapper {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    float: right;
}
/* ------------------------------------- */
/* Top Header ................... */
/* ------------------------------------- */
#top-header {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%) repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    padding: 0 30px;
}
#top-header.navbar-fixed-top {
    left: auto;
    max-width: 1170px;
    right: 11.15%;
    width: 100%;
}
.top-social {
    float: left;
    padding: 12px 0;
}
.top-social {
    margin-right: 14px;
}
.top-social li {
    display: inline-block;
    margin: 0 4px;
}
.top-social li a {
    border: 1px solid #ededed;
    border-radius: 100%;
    color: #646a6e;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.top-social li a:hover {
    background-color: #c02a2a;
    border-color: #c02a2a;
    color: #fff;
}
.top-social li a {
    transition: all 1s ease 0s;
}

/* ------------------------------------- */
/* Footer Section ................... */
/* ------------------------------------- */
.footer-main {
    position: relative;
}
/* to Top ................... */
.back-to-top {
	font-size: 26px;
	color: #fff;
	text-align: center;
	width: 82px;
	height: 82px;
	background-color: #94999c;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: -42px;
	left: 0;
	right: 0;
	border-radius: 100%;
	line-height: 50px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.back-to-top:hover,
.back-to-top:focus { 
	color: #003c7d;
}
@media (min-width: 1120px) {
    #scroll-to-top {
        bottom: 2%;
        display: none;
        position: fixed;
        right: 2%;
        z-index: 1;
    }
    #scroll-to-top a {
        background-color: rgba(255, 255, 255, 0.4);
        background-image: url("../images/scroll-top-top.png");
        background-position: 50% center;
        background-repeat: no-repeat;
	    border: 1px solid rgba(255, 255, 255, 0.4);
        display: block;
        height: 35px;
        margin-left: -10px;
        transition: all 0.1s ease-in-out 0s;
        width: 35px;
    }
    #scroll-to-top a:hover {
        background-color: #c02a2a;
    }
}
/* -- OWL Carousel Footer */
#partner_carousel_area {
    background: #94999c none repeat scroll 0 0;
    border-top: 1px solid #888;
    padding: 47px 0;
}
.single_partner {
    filter: grayscale(1);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    text-align: center;
}
.single_partner:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0%);
}
.single_partner > a {
    display: inline-block;
    margin-bottom: -4px;
}
#partner_carousel_area .single_partner img {
    width: auto;
}
#partner_carousel_area .owl-carousel .owl-controls .owl-nav .owl-prev, #partner_carousel_area .owl-carousel .owl-controls .owl-nav .owl-next {
    background-color: transparent;
    height: auto;
    line-height: inherit;
}
#partner_carousel_area .owl-carousel .owl-controls .owl-nav .owl-prev i, #partner_carousel_area .owl-carousel .owl-controls .owl-nav .owl-next i {
    font-size: 23px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    background-color: #333333;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev i, .owl-carousel .owl-controls .owl-nav .owl-next i {
    font-size: 19px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-color: #33ccff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

/* ------------------------------------- */
/* Startseite ................... */
/* ------------------------------------- */

/* -- Carousel Startseite top */
#photo-slider .carousel-inner {
    border-bottom: 1px solid #fff;
}
#photo-slider .carousel-caption {
	right: 0;
	bottom: 0;
	text-shadow: none;
	left: 0;
	text-align: right;
	padding: 0;
}
#photo-slider .carousel-caption h3 {
	display: inline-block;
	margin: 0;
	background-color: rgba(0,0,0,0.4);
	padding: 5px 50px;	
	font-size: 23px;
	text-transform: none;
}
#photo-slider .carousel-caption b {
    font-size: 36px;
	color: red;
}
#photo-slider .carousel-control {
	background-image: none;
	background-color: #003c7d;
	width: 60px;
	height: 60px;
	opacity: 1;
	text-shadow: none;
	line-height: 60px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
#photo-slider .carousel-control:hover {
	background-color: #888d90;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* -- 3er Box unter Carousel */
.page-box {
    margin-top: -35px;
    position: relative;
    z-index: 99;
}
.page-box img {
    border: 10px solid rgba(255, 255, 255, 1);
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.2);
}
.page-box-top {
    margin-top: -35px;
}
.page-box__title {
    color: #c02a2a;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 24px;
}

/* -- Section */
.home-section,
.member-section,
.kontakt-section {
	padding-top: 50px;
	padding-bottom: 80px;
}
.schweissen-section {
	padding-top: 50px;
	padding-bottom: 0px;
}
.schweissen-section1,
.referenzen-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.schweissen-section p {
    margin: 0 0 15px;
}
address {
    font-size: 16px;
	font-family: "oswald",sans-serif;
}
address .fa {
    margin: 0 5px 0 10px;
}
/* Videosection ................... */
.bs-example {
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    margin: 0 -15px 15px;
    padding: 45px 4px 4px;
    position: relative;
}
.bs-example::after {
    color: #8b8b8b;
    content: "Hier präsentieren wir Ihnen unseren neuen Unternehmensfilm";
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    top: 15px;
	font-family: "Oswald",sans-serif;
}
@media (min-width: 768px) {
.bs-example {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 4px;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
	margin-top: 5px;
}
}

/* ------------------------------------- */
/* Top Banner ................... */
/* ------------------------------------- */
#page-banner {
    color: #fff;
    height: 263px;
}
#page-banner.sst-schweissen {
	background: #fff url("../images/schweissen-banner.jpg") no-repeat center center / cover ;
}
#page-banner.schweisser-service {
	background: #fff url("../images/service-banner.jpg") no-repeat center center / cover ;
}
#page-banner.referenzen {
	background: #fff url("../images/referenzen-banner.jpg") no-repeat center center / cover ;
}
#page-banner.werk-banner {
	background: #fff url("../images/werk-banner.jpg") no-repeat center center / cover ;
}
#page-banner.impressum {
	background: #fff url("../images/impressum-banner.jpg") no-repeat center center / cover ;
}
#page-banner.datenschutz {
	background: #fff url("../images/datenschutz-banner.jpg") no-repeat center center / cover ;
}
#page-banner.kontakt {
	background: #fff url("../images/kontakt-banner.jpg") no-repeat center center / cover ;
}
#page-banner.member {
	background: #fff url("../images/member-banner.jpg") no-repeat center center / cover ;
}
#page-banner h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
#page-banner ol {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
#page-banner ol li {
    font-size: 13px;
    font-weight: 300;
    text-transform: lowercase;
}
#page-banner ol li a, 
#page-banner .breadcrumb > .active {
    color: #fff;
}

/* ------------------------------------- */
/* Breadcrumb ................... */
/* ------------------------------------- */
.breadcrumb {
    background-color: #003c7d;
    border-radius: 0;
    box-shadow: 0 1px rgba(0, 0, 0, 0.08);
    color: white;
    font-family: "Oswald";
    list-style: outside none none;
    margin-bottom: 0;
    padding: 8px 15px;
}
.breadcrumb > li + li::before {
    content: "";
    padding: 0 5px;
}
.breadcrumb > li + li + li::before {
    color: #fff;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > li > a {
    position: relative;
    top: 1px;
}
.breadcrumb > .active {
    color: #fff;
}
/* ------------------------------------- */
/* default ................... */
/* ------------------------------------- */
.no-padding-right {
    padding-right: 0;
}
.sig {
    color: #c02a2a;
    font-family: "oswald";
    font-size: 28px;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    margin-bottom: 25px;
    text-shadow: 1px 1px #999;
}
.schweissen-section1 .h4.no-margin, .schweissen-section1 h4.no-margin {
    font-size: 18px;
    margin: 0px 0 30px !important;
}
.schweissen-section1 .h4, .schweissen-section1 h4 {
    font-size: 18px;
    margin: 30px 0 30px !important;
}
/* ------------------------------------- */
/* Referenzen ................... */
/* ------------------------------------- */
.icon-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e6e6e6 #e6e6e6 #b9babc;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-width: 1px 1px 2px;
    display: inline-block;
    line-height: 1.3;
    padding: 27px 30px 26px;
    transition: all 100ms ease-out 0s;
    width: 100%;
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.icon-box:hover {
    border-bottom: 2px solid #c02a2a;
    box-shadow: 0 6px 9px rgba(192, 42, 42, .3);
    text-decoration: none;
}
.icon-box:hover img {
    filter: grayscale(1);
}
.icon-box__title {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 0;
    color: #444444;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-weight: 900;
    letter-spacing: -0.05em;
}
.icon-box__subtitle {
    color: #aaaaaa;
    font-size: 13px;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
}
.icon-box .fa {
    color: #b9babc;
    font-size: 45px;
    padding: 10px 0 10px 10px;
    transition: all 100ms ease-out 0s;
}
/* ------------------------------------- */
/* Map ................... */
/* ------------------------------------- */
.map-box {
	height: 327px;
}
#map-box .mapmarker {
	position: relative;
	top: 30px;
	content: "";
	left: 0px;
	width: 75px;
	height: 75px;
	background: #ef4728;
	border-radius: 50%;
	z-index: 999;
	-webkit-border-radius: 50%;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-animation: blink 1.2s infinite;
	-o-animation: blink 1.2s infinite;
	animation: blink 1.2s infinite;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
	animation-fill-mode: forwards;
	display: block;
}
#falkwidget {
	width: 100% !important;
}
.goggle {
    margin-top: 15px;
}
.panel-group {
    margin: 0 auto 30px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes blink {
0% {
opacity:1;
-webkit-transform: scale(.1);
-moz-transform: scale(.1);
-ms-transform: scale(.1);
-o-transform: scale(.1);
transform: scale(.1);
}
 50% {
opacity:.7;
-webkit-transform: scale(.4);
-moz-transform: scale(.4);
-ms-transform: scale(.4);
-o-transform: scale(.4);
transform: scale(.4);
}
 100% {
opacity:0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
 @keyframes blink {
0% {
opacity:1;
-webkit-transform: scale(.1);
-moz-transform: scale(.1);
-ms-transform: scale(.1);
-o-transform: scale(.1);
transform: scale(.1);
}
 50% {
opacity:.7;
-webkit-transform: scale(.4);
-moz-transform: scale(.4);
-ms-transform: scale(.4);
-o-transform: scale(.4);
transform: scale(.4);
}
 100% {
opacity:0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}

/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------------------------------------- */
/* Responsive Anpassung................... */
/* ------------------------------------- */
@media (min-width: 1480px) {
.menu-block {
    max-height: 100%;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 999;
}
.menu-block .navbar-collapse.collapse {
    max-height: 100%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1479px) {
#main-container {
    position: relative;
    width: 1170px;
}
.container {
    float: none;
}
.menu-block {
    left: -100%;
    position: fixed;
    z-index: 1031;
}
.menu-block.menu-open {
    left: 0;
    max-height: 100%;
    opacity: 1;
    position: fixed;
    z-index: 1031;
}
.menu-block, 
#top-header .row > span, 
#top-header .row > span::before {
    transition: all 1s ease 0s;
}
#top-header .row > span {
    background-color: #a1a1a1;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 26px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    transition: all 1s ease 0s;
    width: 35px;
}
#top-header .row > span::before {
    content: "\f0c9";
    font-family: FontAwesome;
}
#top-header .row > span::after {
    content: "Menü";
    position: absolute;
    left: 40px;
    font-size: 16px;
    color: gray;
    font-weight: bold;
	font-family: oswald;
}
#top-header .row > span.menu-bar-close::before {
    content: "\f00d";
}
#top-header .row > span.menu-bar-close::after {
    content: "";
    position: absolute;
    left: 40px;
    font-size: 16px;
    color: gray;
    font-weight: bold;
	font-family: oswald;
}
#top-header.navbar-fixed-top .row > span {
    margin-left: 30px;
}
#top-header .row > span.menu-bar {
    position: relative;
    z-index: 1;
}
#top-header .row > span.menu-bar-close {
    background-color: #a1a1a1;
    left: 30px;
    opacity: 0;
    position: absolute;
    z-index: 0;
}
#top-header .row > span.menu-bar-close.active {
    left: 310px;
}
#top-header.navbar-fixed-top .row > span.menu-bar-close.active {
    left: 290px;
}
#top-header .row > span.menu-bar-close.active, #top-header.navbar-fixed-top .row > span.menu-bar-close.active {
    opacity: 1;
}
#top-header .row > span.menu-bar.active {
    margin-left: 200px;
    opacity: 0;
}
#top-header.navbar-fixed-top {
    left: 0;
    max-width: 1170px;
    right: 0;
    width: 100%;
}
.menu-block.navbar-fixed-top {
    left: -100%;
    position: fixed;
    z-index: 1031;
}
.menu-block.navbar-fixed-top.menu-open {
    left: 0;
}
.menu-block.menu-open.navbar-fixed-top {
    opacity: 1;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
#main-container {
    width: 970px;
}
.container {
    float: none;
}
#top-header.navbar-fixed-top {
    left: 0;
    max-width: 970px;
    right: 0;
    width: 100%;
}
.title h2 {
    font-size: 24px;
}
.page-box__title {
    font-size: 16px;
    font-weight: 500;
}
#page-banner.impressum {
    background: #fff url("../images/impressum-banner.jpg") no-repeat center top / contain;
    height: 219px;
    margin-bottom: -1px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
#main-container {
    margin: 0 auto;
    width: 100%;
}
.container {
    float: none;
	width: 100%;
}
.menu-block.navbar-fixed-top, 
#top-header.navbar-fixed-top {
    left: 0;
    right: 0;
    width: 100%;
}
.title h2 {
    font-size: 18px;
}
.page-box__title {
    font-size: 13px;
    font-weight: 500;
}
.ow-navigation .navbar-toggle {
    margin-top: 20px;
}
#page-banner.impressum {
    background: #fff url("../images/impressum-banner.jpg") no-repeat center top / contain;
    height: 173px;
    margin-bottom: -1px;
}
#partner_carousel_area {
    padding: 30px 0;
}
#partner_carousel_area .single_partner img {
    width: 70%;
}
}

@media (max-width: 767px) {

.loader-img {
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    text-align: center;
    top: 50%;
}
.loader-img img {
    border-radius: 50%;
    width: 100px;
}
.loader-img::after {
    animation: 1s linear 0s normal none infinite running rotate;
    border-radius: 50%;
    border-right: 2px solid #6caed1;
    border-top: 2px solid #003c7d;
    content: "";
    display: block;
    height: 110px;
    left: 50%;
    margin: -55px 0 0 -55px;
    position: absolute;
    top: 50%;
    width: 110px;
}
#main-container {
    width: 100vw;
}
#wrapper {
    float: none;
}
.ow-navigation .navbar-toggle {
    margin-top: 15px;
}
.page-box__title {
    font-size: 11px;
    font-weight: 500;
}
.title h2 {
    font-size: 16px;
}
.ow-navigation .navbar-header {
    padding: 0;
}

.menu-block > a,
#photo-slider .carousel-control,
#top-header.navbar-fixed-top {
    display: none
}
#partner_carousel_area .single_partner img {
    width: 100px;
}
.back-to-top {
    font-size: 16px;
    width: 42px;
    height: 42px;
    top: -21px;
    line-height: 40px;
}
}

@media (max-width: 479px) {
.page-banner h3 {
    font-size: 19px;
}
.bottom-footer ul li {
    margin: 0 -1px;
}
}
@media (max-width: 991px) {
.menu-block {
    width: 100%;
}
#top-header.navbar-fixed-top {
    position: fixed;
}
#main-container {
    position: relative;
}
.container {
    float: none;
}
}

@media (max-width: 560px) {
#top-header.navbar-fixed-top {
    display: none;
}
.menu-block > a {
    font-size: 12px;
}
.top-social {
    margin-right: 0;
}
.ow-navigation .navbar-header {
    padding: 10px;
}
.ow-navigation .navbar-toggle {
    margin-top: 0;
	margin-right: 15px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
.ow-navigation .nav.navbar-nav li a {
    font-size: 14px;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a > i {
    height: 45px;
    line-height: 45px;
}
.page-box-top {
    margin-top: -10px;
}
p {
    line-height: 1.42857143;
}
.bs-example::after {
    color: #8b8b8b;
    content: "Unser neuer Unternehmensfilm";
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    top: 15px;
    font-family: "Oswald",sans-serif;
}
#partner_carousel_area {
    padding: 15px 0;
}
#page-banner {
    height: 170px;
}
.schweissen-section p {
    margin: 15px 0 15px;
}
}