/*

    Theme Name: Derewa GmbH – Brand- und Wasserschadensanierung
	Description: Derewa Wordpress Theme
	Author: INOYA
	Version: 1.0

	Inhaltsverzeichnis:

		0.   Allgemein
		1.   Header
		2.   Footer
		3.   Inhaltselemente
			3.1  Dienstleistungen
			3.2  Galerie
			3.3  Formular
			3.4  Text
			3.5  Banner
			3.6  FAQs
			3.7  Schritte
			3.9  Teaser Boxen
			3.10 Vorteile
			3.11 Bild + Text
			3.12 Standorte
			3.13 Mitarbeiter
			3.14 Downloads
			3.15 Stellenangebote
			3.16 Video Banner
		4.  Kontakt Template
		5.  404 Template 
		6.  Sticky To Top Button



	Blau: #0473bc
	Rot: #eb1c24


*/

/*-----------------
	0. Allgemein
-----------------------*/

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.2rem
}

h3 {
	font-size: 2rem
}

h4 {
	font-size: 1.8rem
}

.google_widget {
	position: fixed;
	top: 200px;
	right: 20px;
	z-index: 999999;
}

.single_content ul,
.modal-body ul,
.ie_text ul,
.ie_bild_text ul {
	list-style: none;
    margin: 20px 0px !important;
}

.single_content ul li,
.modal-body ul li,
.ie_text ul li,
.ie_bild_text ul li {
	line-height: 26px;
    position: relative;
    padding: 5px 0px 5px 45px;
}

.single_content ul li:before,
.modal-body ul li:before,
.ie_text ul li:before,
.ie_bild_text ul li:before {
	content: "\f00c";
    position: absolute;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0px;
    top: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    align-items: center;
    color: #333;
    border-radius: 50%;
}

.sidebar-widget {
	background-color: #f4f4f4;
	padding: 40px;
	border-radius: 6px;
}

.sidebar-widget a {
	background-color: #eb1c24;
	color: #fff!important;
	padding: 6px 12px;
	border-radius: 4px;
	text-decoration: none;
}

.sidebar-widget a:hover {
	background-color: #0473bc;
	text-decoration: underline;
}

.button-row a,
.button-row button {
	margin-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container-wrapper {
	max-width: 100%;
	width: 100%;
	left: 0;
	right:0;
	margin:auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bold {
	font-weight: bold;
}

.table>:not(caption)>*>* {
	padding: 0.5rem 1rem;
}

.table-no-border thead,
.table-no-border th,
.table-no-border tr,
.table-no-border td,
.table-no-border.table>:not(:first-child) {
	border: none;
} 

.table thead tr th {
	font-weight: bold;
}

.img-responsive {
	max-width: 100%;
}

img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.table thead tr th {
	background-color: #0473bc;
	font-weight: bold;
	color: #fff;
}

a:not([class]) {
	color: #3E6780;
}

a:not([class]):hover {
	text-decoration: none;
}

body {
	font-family: 'Barlow';
	font-size: 18px;
	position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.banner .banner_headline span,
.site-menu-main .nav-link-item {
	font-family: 'Lato';
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

.hidden {
	display: none;
}

.text-bold {
	font-weight: bold;
}

.font-20 {
	font-size: 20px;
}

.big-font {
	font-size: 54px;
	font-weight: bold;
}

.text-gruen {
	color: #00c6b2;
}

.text-rot {
	color: #eb1c24;
}

.text-blau {
	color: #3E6780;
}

.v-center {
	align-items: center;
	  align-self: center;
}

.text-center {
	text-align: center;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	margin-bottom: 30px;
	line-height: 1.5em;
	font-weight: bold;
	color: #1d1d1f;
}

.btn-block {
	width: 100%;
}

.btn-red {
	background-color: #eb1c24;
	color: #fff;
}

.btn-red:hover {
	background-color: #0473bc;
	color: #fff;
}

.btn-blue {
	background-color: #0473bc;
	color: #fff;
}

.btn-blue:hover {
	background-color: #eb1c24;
	color: #fff;
}

.btn-weiss {
	background-color: #fff;
	color: #333;
}

.btn-weiss:hover {
	background-color: #fff;
}

.btn-grau {
	background-color: #54595F;
	color: #fff;
}

.btn-icon i {
	margin-right: 10px;
}

.bg-grau {
    background-color: #f4f4f4;
}

.bg-petrol {
	background-color: #0f4d5c;
}

.bg-dunkel-grau {
	background-color: #54595F;
}

.bg-weiss {
    background-color: #fff;
}

.bg-hell-gruen {
    background-color: #e6edee;
}

.mr-10 {
	margin-right: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-40 {
	margin-left: 40px;
}


.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-50 {
	margin-bottom: 50px;
}

.section {
	padding: 75px 0;
	position: relative;
}

.breadcrumbs_wrapper {
	padding-top: 5px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(246, 246, 246, 1);
	background-color: #f4f4f4;
}

.breadcrumbs ul {
	padding: 0px;
	margin: 0px;
}

.breadcrumbs ul li {
	font-size: 18px;
	line-height: 1;
	z-index: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
}

.breadcrumbs ul li:first-child {
	padding-left: 0px;
}

.breadcrumbs ul li a {
	color: #333;
	text-decoration: none;
	font-size: 18px;
}

.modal-dialog .modal-header button.close {
	border: none;
	font-size: 42px;
	background: none;
}

.modal-dialog .modal-body {
	padding: 40px;
}

.ui-datepicker {
	z-index: 99999;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	margin-bottom: 5px;
	font-weight: bold;
}

.form-group input, .form-group select {
	border: 2px solid #e6e6e6 !important;
	padding: 0px 15px;
	height: 50px;
}

/*-----------------
	1. Header
-----------------------*/

.top-header {
	background-color: #eb1c24;
	padding: 10px 0;
	text-align: center;
}

.top-header p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.top-header p a {
	color: #fff;
}

.derewa-menue-wrapper {
	background-color: #f4f4f4;
	margin-top: 20px;
}

.mobile-menu2 {
	display: none;
}

.derewa-logo-wrapper {
	padding: 0 20px;
}

.derewa-header {
	padding: 20px 0;
	position: relative;
}

.derewa-header .logo-color img {
	width: 200px;
}

#offcanvas_menue {
	display: none;
}

.mob-nav2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.site-header.is-sticky .site-menu-main .nav-link-item {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.site-header.is-sticky .light-version-logo {
	width: 160px;
}

.site-header.is-sticky .site-menu-main .nav-link-item {
	font-size: 15px;
}

.mobile-menu2,
#offcanvas_menue {
	display: none;
}

.site-navbar {
	position: relative;
	align-items: center;
}

.brand-logo,
.default-logo,
.responsive-logo {
	max-width: 128px;
	transition: all 0.4s;
	position: relative;
	margin-right: 35px;
	margin-top: 15px;
}


.site-header.is-sticky .brand-logo {
	margin-top: 5px;
}

.brand-logo img {
	max-width: 200px;
}


.site-navbar .menu-block-wrapper {
	flex-grow: 1;
	align-items: center;
}


.site-menu-main {
	margin-bottom: 0;
	padding-left: 0;
}

.site-menu-main>li {
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.site-menu-main ul {
	list-style: none;
	margin-left: 0;
}

.site-menu-main a {
	text-decoration: none;
}
´
.site-menu-main .nav-item {
	display: inherit;
}

.site-menu-main .nav-link-item {
	font-size: 16px;
	color: #1d1d1f;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: normal;
	position: relative;
}


@media (min-width: 992px) {
	.site-menu-main .nav-link-item {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}


.site-menu-main .sub-menu {
	z-index: 500;
	background-color: #f4f4f4;
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
	position: absolute;
	left: 0;
	top: 61px;
	margin: 0;
	padding: 12px 0;
	transition: .4s;
	z-index: 4;
	transform: translatey(20px);
	opacity: 0;
	visibility: hidden;
	min-width: 340px;
	border-radius: 6px;
}

.site-menu-main .sub-menu:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	left: 22px;
	transform: rotate(45deg) translatey(-11px);
	z-index: 8;
}

.sub-menu.megamenu:before {
	content: none;
}

.site-menu-main .sub-menu.shape-none:before {
	content: none;
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu .sub-menu {
		top: 0 !important;
		left: 100%;
	}
}

.site-menu-main .sub-menu--item {
	font-size: 14px;
}

@media (max-width: 992px) {
	.site-menu-main .sub-menu--item {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu--item {
		color: #000;
	}
}

.site-menu-main .sub-menu--item>a {
	padding: 6px 20px;
	color: #000;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
}

.site-menu-main .sub-menu--item>a .menu-item-text {
	position: relative;
	transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a .menu-item-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	height: 2px;
	width: 0;
	background-color: #202030;
	transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a:hover .menu-item-text::after {
	left: 0;
	right: auto;
	width: 100%;
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu--item>a {
		transition: .4s;
	}
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu.megamenu {
		background-color: #fff;
	}
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
	max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
	.site-menu-main .sub-menu.megamenu {
		border: 0;
	}
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu.megamenu {
		padding: 30px;
		min-width: 925px;
		left: 50%;
		transform: translateX(-50%) translateY(10px);
		will-change: transform;
		top: 100%;
		box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
		border: 1px solid #e7e9ed;
		border-radius: 8px;
		visibility: hidden;
		z-index: -99;
		opacity: 0;
		pointer-events: none;
	}

	/* .site-menu-main .sub-menu.megamenu.megadropdown-center {
	  transform: translateX(-50%) translateY(-10px);
	} */
	/* .site-menu-main .sub-menu.megamenu.megadropdown-right {
	  right: 0%;
	  transform: translateX(0%) translateY(10px);
	} */
	/* .site-menu-main .sub-menu.megamenu.megadropdown-left {
	  left: 0%;
	  transform: translateX(0%) translateY(10px);
	} */
}

@media (min-width: 1200px) {
	.site-menu-main .sub-menu.megamenu {
		min-width: 1100px;
	}
}

@media (min-width: 1366px) {
	.site-menu-main .sub-menu.megamenu {
		min-width: 900px;
	}
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	font-size: 15px;
	font-weight: 600;
	transition: .4s;
	color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
	.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
		color: var(--color-headings);
		border-top: 1px solid var(--border-color-3);
		padding-left: 20px;
		padding-bottom: 13px;
		padding-top: 13px;
	}
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
		padding-left: 0px;
		padding-right: 10px;
	}

	.site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
		color: #FFC947 !important;
	}
}

@media (min-width: 320px) and (max-width: 992px) {
	.site-menu-main .sub-menu.megamenu [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.site-menu-main .sub-menu.megamenu [class*="row-"] {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	li.nav-item-has-children:not(.has-megamenu) {
		position: relative;
	}
}

@media (min-width: 992px) {
	li.nav-item-has-children:hover>.sub-menu {
		margin-top: 5px;
		visibility: visible;
		opacity: 1;
		z-index: 99;
		pointer-events: visible;
		border-radius: 6px;
		transform: translateY(0);
	}
}

.site-menu-main>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}

.site-menu-main>li .sub-menu.mega-menu {
	left: 50%;
	transform: translateX(-50%);
}

/*responsive*/
@media (max-width: 991px) {

	.site-header .item-right {
		align-items: center;
	}

	.site-header .menu-block {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.site-header .menu-block.active {
		transform: translate(0%);
	}

	.site-menu-main>li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	.site-menu-main>li>a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.site-menu-main>li>a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	.site-header .menu-block .site-menu-main {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.site-menu-main>li .sub-menu.mega-menu,
	.site-menu-main>li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
		overflow-x: hidden;
	}

	.site-menu-main>li .sub-menu.active {
		display: block;
	}

	.site-menu-main>li .sub-menu>ul>li>a,
	.site-menu-main>li .sub-menu.mega-menu>.list-item>ul>li>a {
		display: block;
	}

	.site-menu-main>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px;
	}

	.menu-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active {
		visibility: visible;
		opacity: 1;
	}
}

/*Custom Css for menu*/
@media (min-width: 992px) {
	.has-megamenu ul {
		margin-left: auto;
	}

	.site-menu-main a {
		display: flex;
		align-items: center;
	}

	.site-menu-main i {
		margin-left: 15px;
		font-size: 15px;
	}
}


.nav-item-has-children a {
	display: flex;
	justify-content: space-between;
	text-transform: capitalize;
}

.reveal-header {
	background: #0D152E !important;
}

.reveal-header .nav-link-item {
	color: #fff !important;
}

.reveal-header .btn {
	color: #fff !important;
}

.reveal-header .btn:hover {
	color: #fff !important;
}

.reveal-header .dark-version-logo {
	display: block !important;
}

.reveal-header .light-version-logo {
	display: none !important;
}

@media (min-width: 992px) {
	.reveal-header li.nav-item-has-children:hover>.sub-menu {
		top: 100%;
	}

	.reveal-header li.nav-item-has-children:hover>.megamenu {
		top: 112%;
	}
}

.menu-block.active .nav-link-item {
	color: #000 !important;
}

@media (min-width: 480px) {
	.d-xs-inline-flex {
		display: inline-flex !important;
	}
}

ul.site-menu-main .nav-item i {
	transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
	transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
	transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
	transform: rotate(-90deg) !important;
	transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
	opacity: 0.5;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: none;
}

@media (min-width: 992px) {
	.single-dropdown-block h3 {
		display: block;
	}
}

.landing-2-menu .navbar {
	border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.btn {
	position: relative;
	border-radius: 10px;
	border: 0;
	font-size: 18px;
	min-width: 130px;
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out;
}

.btn:hover {
	cursor: pointer!important;
}


header.derewa-header-section {
	z-index: 9;
	width: 100%;
	top: 0;
	padding: 25px 0;
	transition: all .4s;
	background-color: #fff;
}

header.derewa-header-section.sticky-menu {
	box-shadow: 0 4px 80px rgba(0, 0, 0, .06)
}

.derewa-header .call-to-action {
	text-align: right;
}

.derewa-header .call-to-action .button {
    color: #333;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 10px;
	font-size: 18px;
	border-radius: 6px;
}

.derewa-header .call-to-action .button i {
	font-size: 18px;
	margin-right: 5px;
}



/*-----------------
	2. Footer
-----------------------*/

#footer {
	padding: 100px 0;
	background-color: #333;
	font-size: 16px;
}

#footer ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#footer p,
#footer span,
#footer a,
#footer ul li,
#footer ul li a,
#footer i {
	color: #fff;
	font-size: 18px;
}

#footer i { 
	margin-right: 10px;
	font-size: 16px;
}

#footer ul li {
	margin-bottom: 10px;
	list-style: none;
}

#footer ul li a {
	text-decoration: none;
	color: #fff;
}

#footer ul li a:hover {
	text-decoration: none;
	cursor: pointer;
}

#footer p {
	margin-bottom: 20px;
	font-size: 18px;
}

#footer p.h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer .footer-logo {
	width: 240px;
	margin-bottom: 20px;
}

#footer .footer-text {
	padding-right: 20px;
}



#footer .footer-text p { 
	margin-top: 10px;
}

#footer .footer-telefon { 
	margin-top: 10px;
	font-size: 20px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer .footer-telefon i { 
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-right: 10px;
}

#footer .ul-social-media {
	margin-top: 30px;
}

#footer .ul-social-media li {
	display: inline;
	margin-right: 20px;
}

#footer .ul-social-media li i {
	font-size: 24px;
}

#footer .ti-widget {
	text-align: left;
}

/*-----------------
	3. Inhaltselemente
-----------------------*/

.ie_inhaltselement.bg-petrol p,
.ie_inhaltselement.bg-petrol h1,
.ie_inhaltselement.bg-petrol h2,
.ie_inhaltselement.bg-petrol h3,
.ie_inhaltselement.bg-petrol h4,
.ie_inhaltselement.bg-petrol h5,
.ie_inhaltselement.bg-petrol h6,
.ie_inhaltselement.bg-petrol ul li,
.ie_inhaltselement.bg-petrol ul li a,
.ie_inhaltselement.bg-petrol i,
.ie_inhaltselement.bg-petrol span,
.ie_inhaltselement.bg-dunkel-grau p,
.ie_inhaltselement.bg-dunkel-grau h1,
.ie_inhaltselement.bg-dunkel-grau h2,
.ie_inhaltselement.bg-dunkel-grau h3,
.ie_inhaltselement.bg-dunkel-grau h4,
.ie_inhaltselement.bg-dunkel-grau h5,
.ie_inhaltselement.bg-dunkel-grau h6,
.ie_inhaltselement.bg-dunkel-grau ul li,
.ie_inhaltselement.bg-dunkel-grau ul li a,
.ie_inhaltselement.bg-dunkel-grau i,
.ie_inhaltselement.bg-dunkel-grau span {
	color: #fff;
}


.ie_einleitungstext {
	margin-bottom: 50px;
}

.ie_einleitungstext h1,
.ie_einleitungstext h2,
.ie_einleitungstext h3,
.ie_einleitungstext h4 {
	margin-bottom: 20px;
}

.button-row-verlinkung {
	text-align: center;
	margin-top: 50px;
}

.ie_einleitungstext p {
	font-size: 20px;
}


/*-----------------
	3.1  Dienstleistungen
-----------------------*/

.dienstleistung-teaser {
	text-align: center;
	margin-bottom: 40px;
	
}

.dienstleistung-teaser a {
	text-decoration: none;
}

.dienstleistung-teaser h3 {
	font-size: 1.7rem;
}


.dienstleistung-teaser img {
	max-width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
}

.dienstleistung-teaser .btn {
	font-size: 16px;
	padding: 10px 20px;
	background-color: #0473bc;
	color: #fff;
}

.dienstleistung-teaser-content {
	background-color: #fff;
	padding: 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0px 20px 60px 0px rgba(0, 15, 56, 0.1);
}

/*-----------------
	3.2  Galerie
-----------------------*/

.ie_galerie_bilder .galerie-bild-teaser {
	margin-bottom: 40px;
}


.ie_galerie_bilder .galerie-bild-teaser img {
	border-radius: 6px;
}

/*-----------------
	3.3  Formular
-----------------------*/

.ie_formular iframe {
	width: 100%!important;
}

.ie_formular .ie_einleitungstext h1,
.ie_formular .ie_einleitungstext h2,
.ie_formular .ie_einleitungstext h3,
.ie_formular .ie_einleitungstext h4,
.ie_formular .ie_einleitungstext h5,
.ie_formular .ie_einleitungstext h6 {
	background-color: #0473bc;
    padding: 8px 12px;
    border-radius: 6px;
    color: #fff;
}

/*-----------------
	3.4  Text
-----------------------*/

.text-gross p {
	font-size: 34px;
	line-height: 44px;
}

/*-----------------
	3.5  Banner
-----------------------*/

.banner {
	padding: 200px 0;
	position: relative;
	background-size: 80%;
	background-position: right;
	background-repeat: no-repeat;
}

.p_notfallhotline {
	margin-top: 40px;
}

.notfallhotline {
	background-color: #eb1c24;
	padding: 8px 12px;
	border-radius: 6px;
	color: #fff;
	font-size: 22px;
	width: 100%;
}

.notfallhotline a {
	color: #fff;
}

.notfallhotline a i {
	margin-right: 5px;
}

.banner:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 20%;
	background-image: linear-gradient(to right, #102E59 33%, transparent);
}

.banner .container { 
	z-index: 4!important;
	position: relative;
}

.banner .banner_headline {
	margin-bottom: 20px;
}

.banner .banner_headline span {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	border-radius: 6px;
}


.banner .banner-text a {
	color: #fff;
}

.banner .banner-text {
	margin-top: 20px;
}

.banner .banner-content-links {
	padding-right: 20px;
}

.banner .banner-content-rechts {
	padding-left: 20px;
}

.banner .banner-text p {
	color: #fff;
}

.banner .banner-filter {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 25px;
	background-color: #fff;
	border-radius: 6px;
}

.banner select.form-control {
	border: 2px solid #e6edee;
	border-radius: 6px;
	background-color: #fff;
}

.banner-kategorie-teaser {
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.banner-kategorie-teaser img {
	width: 50px;
	float: left;
}

.banner-kategorie-teaser p {
	margin: 0px;
	padding: 0px;
}

.banner-kategorie-teaser p a {
	text-decoration: none;
	color: #333;
}

.banner .btn {
	margin-top: 20px;
}

/*-----------------
	3.6  FAQs
-----------------------*/

.derewa-accordion-item {
	padding: 24px;
	position: relative;
	transition: all .4s;
	border: 1px solid #555;
	margin-bottom: 20px;
	border-radius: 6px;;
}


.derewa-accordion-item.open {
	background-color: #333;
	border: 1px solid #fff;
}

.derewa-accordion-item.open .derewa-accordion-header h2,
.derewa-accordion-item.open .derewa-accordion-header h3,
.derewa-accordion-item.open .derewa-accordion-header h4,
.derewa-accordion-item.open .derewa-accordion-header h5,
.derewa-accordion-item.open .derewa-accordion-header .h2,
.derewa-accordion-item.open .derewa-accordion-header .h3,
.derewa-accordion-item.open .derewa-accordion-header .h4,
.derewa-accordion-item.open .derewa-accordion-header .h5 {
	color: #fff;
}

.derewa-accordion-item.open:first-child {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


.derewa-accordion-header {
	cursor: pointer;
	position: relative;
}

.derewa-accordion-header h2,
.derewa-accordion-header h3,
.derewa-accordion-header h4,
.derewa-accordion-header h5,
.derewa-accordion-header .h2,
.derewa-accordion-header .h3,
.derewa-accordion-header .h4,
.derewa-accordion-header .h5 {
	font-size: 24px;
	margin-bottom: 0px;
}


.derewa-accordion-header::before {
	content: "";
	position: absolute;
	right: 0;
	transition: all .4s;
	background-image: url(assets/images/plus.png);
	background-size: 30px;
	background-position: center;
	width: 30px;
	height: 24px;
	top: 10px;
	z-index: 2;
	background-repeat: no-repeat;
}

.derewa-accordion-item.open .derewa-accordion-header::before {
	content: "";
	position: absolute;
	right: 0;
	transition: all .4s;
	background-image: url(assets/images/minus.png);
	background-size: 30px;
	background-position: center;
	width: 30px;
	height: 24px;
	top: 10px;
	z-index: 2;
	background-repeat: no-repeat;
}

.derewa-accordion-body {
	display: none;
	padding-top: 30px;
}

.derewa-accordion-item.open .derewa-accordion-body p,
.derewa-accordion-item.open .derewa-accordion-body span,
.derewa-accordion-item.open .derewa-accordion-body a,
.derewa-accordion-item.open ul li,
.derewa-accordion-item.open ol li {
	color: #fff;
}

.derewa-accordion-item.open ol {
	margin: 20px 0;
}

.derewa-accordion-item.open ol li {
	margin-bottom: 20px;
}

.derewa-accordion-item.open .derewa-accordion-body {
	display: block;
}

.derewa-accordion-item.open ul li {
	margin-bottom: 20px;
}

/*-----------------
	3.7  Schritte
-----------------------*/

.derewa-schritt-item {
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.schritt-f p {
    text-align: center;
    font-size: 30px !important;
    color: #333;
    font-weight: bold;
}

.feature-content-f img {
    margin-bottom: 20px;
	width: 60px;
	height: 60px;
}

/*-----------------
	3.9  Teaser Boxen
-----------------------*/

.teaser-box-teaser {
	text-align: center;
}

.teaser-box-teaser .teaser-box-teaser-content {
	background-color: #e6edee;
	padding: 30px 20px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.teaser-box-teaser img {
	width: 100%;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.teaser-box-teaser h2,
.teaser-box-teaser h3,
.teaser-box-teaser h4,
.teaser-box-teaser h5 {
	margin-bottom: 20px;
}

.teaser-box-teaser .btn {
	width: 100%;
	margin-top: 10px;
}

/*-----------------
	3.10  Vorteile
-----------------------*/

.ie_vorteile {
	padding: 10px 0;
	text-align: center;
}

.ie_vorteile i {
	margin-right: 10px;
	background: #fff;
    color: #0f4d5c!important;
    border-radius: 50%;
    padding: 4px;
    font-size: 12px;
}

/*-----------------
	3.11  Bild + Text
-----------------------*/

.ie_bild_text img {
	max-width: 100%;
	border-radius: 6px;
}

/*-----------------
	3.12  Standorte
-----------------------*/

.standort_teaser {
	border-radius: 6px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	padding: 40px;
}

.standort_teaser i {
	margin-right: 10px;
}

.standort_teaser .btn {
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 16px;
}

/*-----------------
	3.13  Mitarbeiter
-----------------------*/

.mitarbeiter_teaser {
	margin-bottom: 40px;
	text-align: center;
}


.mitarbeiter_teaser img {
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.mitarbeiter_teaser h3 {
	color: #333;
	font-size: 1.6em;
	margin-bottom: 20px;
}

.mitarbeiter_teaser p {
	color: #333;
	font-size: 15px;
	margin-bottom: 10px;
}

.mitarbeiter_teaser i {
	color: #0473bc;
	margin-right: 10px;
	font-size: 15px;
}

.mitarbeiter_teaser img {
	width: 100%;
}

.mitarbeiter_teaser .mitarbeiter_teaser_content {
	background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 20px 60px 0px rgba(0, 15, 56, 0.1);
}


.mitarbeiter_teaser .mitarbeiter_teaser_content a {
	color: #0473bc;
}

.mitarbeiter_teaser .mitarbeiter_teaser_content a.btn-red {
	color: #fff;
}


/*-----------------
	3.14  Downloads
-----------------------*/

.download_teaser {
	border-radius: 6px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

.download_teaser h3 {
	font-size: 1.6em;
}

.download_teaser i {
	font-size: 2.2em;
	color: #333;
}

.download_teaser a {
	text-decoration: none;
	color: #333;
}

.download_teaser  .btn {
	padding: 10px;
}

/*-----------------
	3.15  Stellenangebote
-----------------------*/

.table_stellenangebote .btn {
	padding: 10px;
	border-radius: 6px;
}

.table_stellenangebote i {
	margin-right: 10px;
}


/*-----------------
	3.16  Video Banner
-----------------------*/


.video_banner .example-marquee {
	position: relative;
}

.video_content {
	display: table;
	width: 100%;
	padding: 400px 0;
	z-index: 1;
	position: relative;
	background-size: cover;
}
  
.video_content .video_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
}
  
.video_content .video_inner .h1,
.video_content .video_inner .h2 {
	color: white;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
  
.video_content .video_inner .h1 {
	font-size: 62px;
	line-height: 72px;
}
  

/*-----------------
	4.  Kontakt Template
-----------------------*/

.kontakt_template .kontakt-box {
	padding: 20px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	border-radius: 6px;
	text-align: center;
}

.kontakt_template .kontakt-box i {
	color: #333;
	margin-right: 10px;
}

.kontakt_template .kontakt-box a {
	color: #333;
	text-decoration: none;
}

.kontakt_template .social-media-box {
	padding: 20px;
	background-color: #0f4d5c;
	margin-bottom: 20px;
	border-radius: 6px;
	text-align: center;
}

.kontakt_template .social-media-box i {
	color: #fff;
	margin-right: 10px;
}

.kontakt_template .social-media-box a {
	color: #fff;
	text-decoration: none;
}

/*-----------------
	5.  404 Template
-----------------------*/

.section_404 {
	text-align: center;
}

.section_404 img {
	border-radius: 6px;
	margin-bottom: 20px;
	max-width: 100%;
}

/*-----------------
	6.  Sticky To Top Button
-----------------------*/


.sticky-to-top-button  {
	--tw-bg-opacity: 1;
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 0.75rem;
	width: 60px;
	position: fixed;
	bottom: 20px;
	left: 48%;
	height: 60px;
	border: none;
	background: none;
}

.sticky-to-top-button.hidden {
	display: none;
}