/* Header */
.h-tel-email-top-c {
	background: #FF9800;
	text-align: center;
	padding: 6px 16px !important;
	/*font-size: 13px;*/
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
}

.fright {
	float: right;
}

.bars-c {
	line-height: 43px;
	display: none;
}

.first-menu {
	position: fixed;
	top: 0;
	left: 0;
	background: #FF9800;
	width: 100%;
	height: 100%;
}

.first-menu>.header .content {
	padding: 0 8px;
	max-width: none;
}

.first-menu li {
	display: block;
	margin: 0 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 64px;
}

.first-menu li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

.h-menu[data-hidden=true] {
	display: none;
}

.h-menu[data-hidden=false] {
	display: block;
}

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '.';
	clear: both;
	height: 0;
}

#new_dropdown_menu_in_menu.w3-dropdown-click:hover {
	background-color: #FF9800 !important;
	color: #000 !important;
}

#new_dropdown_menu_in_menu .w3-button.w3-black:hover {
	color: #fff !important;
	background-color: #FF9800 !important;
}

/* Header End */

#images_1_4 a:hover,
#images_1_4 a:active,
#images_1_4 a:focus,
#images_5_8 a:hover,
#images_5_8 a:active,
#images_5_8 a:focus,
#images_9_12 a:hover,
#images_9_12 a:active,
#images_9_12 a:focus {
	outline: 0;
}

#images_1_4>div>a div.w3-display-bottomleft,
#images_5_8>div>a div.w3-display-bottomleft,
#images_9_12>div>a div.w3-display-bottomleft {
	width: 100%;
	background: #fff;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s
}

#images_1_4>div>a,
#images_5_8>div>a,
#images_9_12>div>a {
	cursor: pointer;
}

#images_1_4>div>a:hover div.w3-display-bottomleft,
#images_5_8>div>a:hover div.w3-display-bottomleft,
#images_9_12>div>a:hover div.w3-display-bottomleft {
	opacity: 0.9;
}

.leistung-image-selected {
	outline: 3px solid #FF9800;
}

.leistungen-mit-bildern-abschnitt-2 {
	margin-top: 4rem
}

#contact .w3-input {
	padding: 12px;
	display: block;
	border: none;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 7px !important
}

.text-orange {
	color: #FF9800
}

.none {
  display: none;
}

/* Mobile */
@media screen and (max-width: 756px) {

	/* Header */
	.header-main .navi-elements-c {
		display: none;
	}

	.bars-c {
		display: inline-block;
	}

	.w3-hide-small {
		display: none !important;
	}

	/* Header End */
}

@media screen and (max-width: 375px) {

	/* Header */
	.h-tel-email-top-c {
		display: none;
	}
}

/* Header-Main end */
@media screen and (max-width: 992px) {
	.leistungen-mit-bildern-abschnitt-2 {
		margin-top: 0rem
	}
}