@charset "UTF-8";

/*
Theme Name:		MLB - Child Theme
Author:			newsenses GmbH
Author URI:		http://www.newsenses.net
Description:	Das spezielle Template für die MLB Industrial Services GmbH
Template:		robur
Version:		1.2
License:		Commercial
*/

/* KOTNAKTMENÜ */
#menu-item-568 > a {
	border-left: none;
	border-right: none;
	background: none;
	padding: 12px 18px;
}

@media (min-width: 1025px) {

	#menu-item-568 > a {
		padding: 8px 18px 7px;
	}

}

@media (min-width: 1025px) and (max-width: 1440px) {

	body > header nav ul a {
		padding: 8px 18px 7px;
	}

	body > header nav .menu > li.current-menu-item > a {
		padding: 8px 17px 7px;
	}

	body > header nav .sub-menu a {
		padding-left: 18px;
	}

}



/* WIRTSCHRIFTSFORUM OVERLAY STARTSEITE */

#wforum {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin-top: -30px;

}

@media (max-width: 768px) {

	#wforum + section {
		padding-top: 0px;
	}

}

@media (min-width: 769px) {

	#wforum {
		left: auto;
		right: 20px;
		margin-top: -48px;
	}

}

@media (min-width: 1025px) {
	#wforum {
		right: 60px;
	}
}

/* Stoerer OVERLAY STARTSEITE */

.home main {
	position: relative;
}

@media (max-width: 768px) {
	
	#stoerer {
		padding-top: 20px;
		
	}
	
}

@media (min-width: 769px) {

	#stoerer {
		position: absolute;
		left: auto;
		right: 20px;
		margin-top: -92px;
		z-index: 1;

	}

}

@media (min-width: 1025px) {
	#stoerer {
		right: 60px;
		margin-bottom: 20px;
	}

}

#stoerer img {
	border: 3px solid #fff;
}

/* Checkbox im Kontaktformular */
.elementor-field-type-acceptance {
	margin-bottom: 20px !important;
}

#fmb {
	position: absolute;
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
}

#fmb img {
	width: auto;
	height: 30px;
}

@media (min-width: 380px) {

	#fmb img {
		height: 45px;
	}

}

@media (min-width: 1025px) {

	#fmb {
		right: 60px;
	}

	#fmb img {
		height: 60px;
	}

}

