/*
	- Allgemein
	- Header
	- Ubermenu
	- Custom Footer

*/

/* ALLGEMEIN ============================================== */
body .content{
	width: 100% !important;
}

body .gform_required_legend{
	display: none;
}

h1, h2, h3, .site-inner .elementor-widget-posts .elementor-post__title a{
	font-family: 'pirulen', sans-serif;
	color: #575656;
	font-weight: 600;
	hyphens: auto;
}

@media(max-width:767px) {
	body h1, body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
		font-size: 28px;
	}
}

body h2 {
	font-size: 22px;
}

body h3 {
	font-size: 16px;
}

a{
	color: #262275;
}

body .elementor-post-navigation span {
	font-family: "Roboto" !important;
}

.elementor-editor-active .site-inner {
	margin-top: 10%;
}

.page_header {
	margin-top: -60px !important;
}

.elementor-editor-active .page_header {
	margin-top: 0 !important;
}

/* BREADCRUMB ================================================ */
body .breadcrumb{
    position: fixed;
    left: -10px;
    top: 130px;
    z-index: 999;
    border-bottom: 0;
    background-color: #262275;
    padding: 0 10px 0 20px;
    transform: skewX(-20deg);
    color: #fff;
    font-size: 14px;
}

body .breadcrumb a{
	color: #fff !important;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
}

body .breadcrumb span{
	font-size: 14px;
	color: #fff;
}

body .breadcrumb > span:last-child{
	margin-right: 10px;
}

body .breadcrumb .breadcrumb-link-wrap:first-child a span{
	font-size: 0;
}

body .breadcrumb .breadcrumb-link-wrap:first-child a span::after{
	content: 'OTN';
	font-size: 14px;
}

@media(max-width:767px){
	
	body .breadcrumb{
		transform: unset;
		padding: 10px;
		left: 0;
		margin-top: 0 !important;
		position: absolute;
		font-size: 12px;
		top: 60px;
	}
	
	body .breadcrumb a{
		padding:  0 5px;
	}
	
	body .breadcrumb > span:last-child{
		margin-right: 5px;
	}
	
	body .breadcrumb span,
	body .breadcrumb .breadcrumb-link-wrap:first-child a span::after{
		font-size: 12px;
	}
	
}

.floatingbar {
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 4444;
}

.floatingbar a {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 12px;
}

.floatingbar.feuerverzinken a { background-color: #7e8990; }
.floatingbar.feuerverzinken a:hover { background-color: #9ba9b1; }
.floatingbar.galvanisch a { background-color: #629da5; }
.floatingbar.galvanisch a:hover { background-color: #64d2dc; }
.floatingbar.pulver a { background-color: #9b4f4b; }
.floatingbar.pulver a:hover { background-color: #d6352a; }
.floatingbar.nasslack a { background-color: #ae7b4c; }
.floatingbar.nasslack a:hover {background-color: #fc8d28; }
.floatingbar.allgemein a { background-color: #262275; }
.floatingbar.allgemein a:hover {background-color: #342e9e; }



/* HEADER ===================================================== */
header.site-header{
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
	background: transparent !important;
	box-shadow: unset !important;
	top: 32px !important;
	z-index: 999 !important;
}

body header.site-header{
	max-width: unset;
	width: 100%;
	position: fixed !important;
}

header.site-header .wrap{
	display: flex;
	justify-content: center;
}

header.site-header .wrap .title-area{
	padding: 0;
}

header.site-header .wrap .title-area img{
	float: right;
}

header.site-header .nav-primary{
	background: #fff;
	padding: 0 32px 0 64px;
	display: flex;
	align-items: center;
}

header.site-header .wrap,
header.site-header nav.ubermenu,
header.site-header nav.ubermenu > ul,
header.site-header nav.ubermenu > ul > li{
	height: 100%;
}

header.site-header nav.ubermenu > ul > li > span,
header.site-header nav.ubermenu > ul > li > ul > li > span,
header.site-header nav.ubermenu > ul > li > a,
header.site-header nav.ubermenu > ul > li > ul > li > a{
	font-family: 'pirulen' !important;
	font-size: 14px !important;
}

header.site-header nav.ubermenu > ul > li > span,
header.site-header nav.ubermenu > ul > li > a{
	height: 100%;
	display: flex;
	align-items: center;
}


#menu-item-1759 {
	width: 100%;
}


.menu-toggle{
	display: none !important;
}

@media(max-width:767px){
	
	body header.site-header{
		top: 5px !important;
	}
	
	body .site-header .title-area{
		position: absolute;
		left: 0;
		top: 0;
		max-width: 200px;
		max-height: 100%;
		height: 100%;
		width: auto;
		z-index: 999;
	}
	
	body .site-header .title-area > a{
		height: 100%;
	}
	
	body .site-header .title-area > a img{
		height: 100%;
		width: auto;
	}
	
}

/* Ubermenu =========================*/
@media(min-width:1346px){
	
	body .ubermenu-nav > .ubermenu-active > .ubermenu-target,
	body .ubermenu-nav > .ubermenu-item:hover > .ubermenu-target,
	body .ubermenu-nav > .ubermenu-current-menu-item > .ubermenu-target{
	/*
		background-image: url('img/bg-header.png') !important;
		background-size: 100% 100% !important;
		background-position: center center !important;
		background-color: transparent !important;
	*/
		
	}
	
	body .ubermenu-nav{
		display: flex;
	}
	
	body .ubermenu-nav > .ubermenu-item > span,
	body .ubermenu-nav > .ubermenu-item > a{
		transform: skewX(-20deg);
	}
	
	body .ubermenu-nav > .ubermenu-item{
		position: relative;
	}
	
	body .ubermenu-nav > .ubermenu-item.leistungen ul li ul li a:hover{
		background: unset !important;
	}
	
	body .ubermenu-nav > .ubermenu-item > .ubermenu-submenu{
		min-width: 100%;
		margin-left: -16px;
	}
	
	body .ubermenu-nav > .ubermenu-item > .ubermenu-target{
		padding: 16px 40px !important;
	}
	
/*
	body .ubermenu-nav > .ubermenu-item:last-child > .ubermenu-target{
		padding-right: 50px !important;
		margin-right: -16px;
	}
*/
	
	body .ubermenu-nav ul{
		border: 0 !important;
	}
	
	body .ubermenu-nav > .ubermenu-item > .ubermenu-submenu > li{
		border-bottom: 2px solid #fff;
		min-width: 200px;
	}
	
	body .ubermenu-nav > .ubermenu-item > .ubermenu-submenu > li:last-of-type{
		border-bottom: 0 !important;
	}

}

@media(max-width:1345px){
	
	nav.ubermenu-responsive{
		background: rgba(255,255,255,0.9) !important;
	}
	
	header.site-header .nav-primary{
		max-width: 600px;
		width: 100%;
		justify-content: flex-end;
	}
	
}

.ubermenu-mobile-close-button{
	font-size: 0px !important;
}

.ubermenu-mobile-close-button::after{
	content: 'Schließen';
	font-size: 14px;
}

.ubermenu-mobile-close-button i{
	font-size: 14px;
}

/* Custom Footer ============================= */
section#custom-footer{
	background: #61696e;
	color: #fff;
	padding: 32px;
}

section#custom-footer .container{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

section#custom-footer .container .flexbox{
	display: flex;
	flex-wrap: wrap;
}

section#custom-footer .container .flexbox .standort{
	flex: calc(50% - 32px);
	width: calc(50% - 32px);
	padding: 32px;
	box-sizing: border-box;
	margin: 16px;
}

section#custom-footer .container .flexbox .standort:nth-child(1){
	background: #7e8990;
}

section#custom-footer .container .flexbox .standort:nth-child(2){
	background: #629da5;
}

section#custom-footer .container .flexbox .standort:nth-child(3){
	background: #9b4f4b;
}

section#custom-footer .container .flexbox .standort:nth-child(4){
	background: #61696e;
}

section#custom-footer .container .flexbox .standort:nth-child(1):hover{
	background: #9ba9b1;
}

section#custom-footer .container .flexbox .standort:nth-child(2):hover{
	background: #64d2dc;
}

section#custom-footer .container .flexbox .standort:nth-child(3):hover{
	background: #d6352a;
}

section#custom-footer .container .flexbox .standort:nth-child(4):hover{
	background: #61696e;
}

section#custom-footer .container .flexbox .standort .content{
	float: left;
	width: 50% !important;
}

section#custom-footer .container .flexbox .standort .content h4{
	font-weight: bold;
}

section#custom-footer .container .flexbox .standort .content a{
	display: block;
	color: #fff;
	text-decoration: none;
}

section#custom-footer .container .flexbox .standort .content a i{
	margin-right: 10px;
}

section#custom-footer .container .flexbox .standort a.maps-img{
	float: right;
	height: 100%;
	width: 40%;
	margin-left: 10%;
}

section#custom-footer .container .flexbox .standort a.maps-img img{
	height: auto;
	width: 100%;
	vertical-align: middle;
}

@media(max-width:1024px){
	
	section#custom-footer .container .flexbox .standort{
		flex: 100%;
		width: 100%;
		margin: 16px 0;
	}
	
	section#custom-footer .container .flexbox .standort .content,
	section#custom-footer .container .flexbox .standort a.maps-img{
		float: unset;
		clear: both;
		width: 100% !important;
		margin: 10px 0;
	}
	
	section#custom-footer .container .flexbox .standort a.maps-img img{
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}
	
}

/* Blue Footer ============================== */
section.blue-footer{
	background: #262275;
	width: 100%;
	padding: 32px;
	color: #fff;
}

section.blue-footer a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

section.blue-footer a:hover{
	color: #fff;
}

section.blue-footer .container{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

section.blue-footer .flexbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.blue-footer .flexbox .nav-secondary{
	height: min-content;
	margin: 0;
}

section.blue-footer ul li a{
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'pirulen' !important;
}

section.blue-footer .flexbox div p{
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-family: 'pirulen' !important;
}

section.blue-footer .flexbox div p a i{
	margin-left: 10px;
}

section.blue-footer .flexbox div > a i{
	margin-left: 32px;
	font-size: 40px;
}




/* Elementor */
.elementor-post__card {
	padding: 40px;
}

.elementor-text-editor p {
	max-width: 900px;
}

.elementor-text-editor ul li {
	margin-left: -1.5em;
}

.elementor-text-editor p + ul {
	margin-top: -20px;
}

.elementor-widget-google_maps {
	border: 1px solid #fff;
}




/* Slide headlines */
.slide_headline {
	background: rgba(38, 33, 117, .7);
	padding: 10px 20px;
	margin-bottom: 10px !important;
	transform: skewX(-20deg);
}

.slide_headline p {
	font-size: 26px !important;
}

@media(max-width:767px) {
	.slide_headline p {
		font-size: 14px !important;
	}
	.slide_headline {
	padding: 10px;
		}
	.slide_headline .elementor-widget-container {
		padding-top: 0 !important;;
	}
}

.slide_headline.slide_nasslackbeschichten:hover {
	background-color: #ae7b4c;
}
.slide_headline.slide_feuerverzinken:hover {
	background-color: #7e8990;
}
.slide_headline.slide_galvanisch:hover {
	background-color: #629da5;
}
.slide_headline.slide_pulverbeschichten:hover {
	background-color: #9b4f4b;
}






/* Timeline */

.tl-content {
  display: flex;
  flex-direction: column;
}

.be-desc {
  order: 1;
}

.timeline_pic.pull-left {
  order: 5;
}

body .timeline li {
	list-style-type: none !important;
}
	
.timeline li.timeline-right .timeline-panel {
	margin-left: -40px !important;
}

.timeline li.timeline-right .tl-circ {
	left: calc(50% - 50px);
}

.timeline li .timeline-panel {
	padding: 30px;
}

@media(max-width:767px) {
	
	ul.be-pack.timeline {
		padding-left: 0;
	}
	
	.timeline li.timeline-right .tl-circ,
	.timeline li .tl-circ {
		left: 10px !important
	}
	
	ul.timeline::before {
		left: 0;
	}
	
	ul.timeline li .timeline-panel {
		width: calc(100% - 50px);
	}
	
	.timeline li .timeline-panel {
		padding: 15px;
	}
}
