/**
*
* -----------------------------------------------------------------------------
*
	Theme Name: Glasfenster Krefeld
	Description: Glasfenster Krefeld Wordpress Theme
	Author: INOYA
	Version: 1.0

	Farben:
		Dunkelbau: #0F2A48
		Orange: #f99500

	Inhaltsverzeichnis:
	
	1. Allgemein
	2. Footer
	3. Header
	4. Inhaltselemente
		4.1  Galerie
		4.2  Teaser Boxen
		4.3  Kontaktbereich
		4.6  Text
		4.8  Banner 
		4.9  Formular 
		4.11 Timeline
		4.17 FAQs
		4.19 Bild
		4.20 Bild + Text
		4.21 Hotline Button
		4.26 Repeater
		4.31 Call to Action
		4.32 Schritte

	7. Single Beiträge
	8. Sidebar
	10. 404 Seite
	12. Buttons
	13. Padding und Marging
	14. Headlines




--------------------------------------------------------*/

/*-----------------
	1. Allgemein
-----------------------*/


.py-5 { padding-top: 5px; padding-bottom: 5px; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }
.py-20 { padding-top: 20px; padding-bottom: 20px; }
.py-30 { padding-top: 30px; padding-bottom: 30px; }
.py-40 { padding-top: 40px; padding-bottom: 40px; }
.py-50 { padding-top: 50px; padding-bottom: 50px; }
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.py-70 { padding-top: 70px; padding-bottom: 70px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }
.py-90 { padding-top: 90px; padding-bottom: 90px; }
.py-100 { padding-top: 100px; padding-bottom: 100px; }

.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }

.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }

.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }

.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 80px; }
.mb-85 { margin-bottom: 85px; }
.mb-90 { margin-bottom: 90px; }
.mb-95 { margin-bottom: 95px; }
.mb-100 { margin-bottom: 100px; }

.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }

.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }

.ptb50 { padding: 50px 0; }
.ptb20 { padding: 20px 0; }
.prl20 { padding: 0px 20px; }

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}


body {
	color: #333;
	line-height: 1.6666;
	font-weight: 400;
}

.bg--fixed,
.bg--scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; 
  }
  
  a:hover {
    color: #353f4f!important;
    text-decoration: none;
  }
  
  a:focus {
    outline: none;
    text-decoration: none;
  }

.bg--fixed {
  background-attachment: scroll!important;
}

.bg--scroll {
  background-attachment: fixed!important;
}

h1, h2, h3, h4, h5, h6 {  
	color: #353f4f;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 0;
  }
  
  

.einleitungstext a,
.info-abend-sommerpause-text a,
.ie_text a:not([class]),
.ie_bild_text a:not([class]),
.banner-section .banner-section-text a:not([class]),
.tochterfirma_beschreibungstext a:not([class]),
.single_template a:not([class]),
#modal_persoenliche_beratung ul li a,
.ie_mitglied_werden .content-mitglied-werden .text-mitglied-werden a,
.ie_schritte .schritt-wrapper a {
	color: #0F2A48;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.einleitungstext a:hover,
.info-abend-sommerpause-text a:hover,
.ie_text a:not([class]):hover,
.ie_bild_text a:not([class]):hover,
.banner-section .banner-section-text a:not([class]):hover,
.tochterfirma_beschreibungstext a:not([class]):hover,
.single_template a:not([class]):hover,
.ie_mitglied_werden .content-mitglied-werden .text-mitglied-werden a:hover,
.ie_schritte .schritt-wrapper a:hover {
	color: #0F2A48;
	text-decoration: none;
}


body {
    color: #333;
    line-height: 1.6666;
    font-weight: 400;
	position: relative;
	font-family: 'Poppins';	
	font-size: 17px;
}

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

.modal {
	z-index: 9000!important;
}

.modal-dialog .modal-body {
	padding: 40px!important;
}
  
.modal-dialog .modal-body h1,
.modal-dialog .modal-body h2,
.modal-dialog .modal-body h3,
.modal-dialog .modal-body h4,
.modal-dialog .modal-body h5 {
	margin-bottom: 20px;
}

.close_modal:hover{
	cursor: pointer;
}

.modal-geschaeftstellen{
	margin-top: 120px;
}

.text-small {
	font-size: 14px;
}

.text-grau {
	color: #808080;
}

.hotline-btn-wrapper {
	margin: 50px 0;
}

.hotline-btn {
	background-color: #0F2A48;
    padding: 12px 24px;
    border-radius: 6px;
    color: #fff;
    font-size: 30px!important;
	text-decoration: underline;
	text-underline-offset: 5px;
	font-weight: bold;
}

.hotline-btn i {
    font-size: 30px!important;
}

.blog-post h3 {
	margin: 10px 0 20px 0;
}


.blog-post-img img { 
	border-radius: 6px;
}

.alert_wrapper p:last-child {
	margin-bottom: 0px;
}

.bold {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}



.img-border-radius {
	border-radius: 6px;
}

.text-italic {
	font-style: italic;
}

.a_link {
	color: #0F2A48;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.a_link:hover {
	text-decoration: none;
}

.section-title {
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    background-color: #808080;
    height: 1px;
}

.checkbox input {
	scale: 1.7;
    margin-right: 10px;
}

.form-control {
	border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e6e6e6 !important;
}

.form-group label {
	font-weight: bold;
}

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

.table-data-small {
	color: #808080;
	font-size: 14px;
}



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

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5 {
	margin-bottom: 20px;
}

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

.badge-light {
	background-color: #fafafa;
	padding: 8px 12px;
	margin-right: 10px;
	border-radius: 6px;
}

.container-mitglied-werden ul,
.ie_buttons ul,
.ie_bild_text ul,
.ie_faqs .accordion-panel ul,
.ie_text ul,
.ie_schritte ul,
.ie_zweispaltiger_text  ul,
.ie_apps  ul,
.single-left-content ul,
.repeater-text-row ul {
    list-style: none;
    margin: 20px 0px !important;
}

.container-mitglied-werden ul li,
.ie_buttons ul li,
.ie_bild_text ul li,
.ie_faqs .accordion-panel ul li,
.ie_text ul li,
.ie_schritte ul li,
.ie_zweispaltiger_text  ul li,
.ie_apps  ul li,
.single-left-content ul li,
.repeater-text-row ul li {
    line-height: 28px;
    margin-bottom: 5px;
    position: relative;
    padding: 0px 0px 4px 45px;
}

.container-mitglied-werden ul li:before,
.ie_buttons ul li:before,
.ie_bild_text ul li:before,
.ie_faqs .accordion-panel ul li:before,
.ie_text ul li:before,
.ie_schritte ul li:before,
.ie_zweispaltiger_text  ul li:before,
.ie_apps ul li:before,
.single-left-content ul li:before,
.repeater-text-row ul li::before {
    content: "\f00c";
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    font-family: "FontAwesome";
    font-weight: 900;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    align-items: center;
    color: #f99500;
    border-radius: 50%;

}

.ie_text ul li a:not(.class) {
	color: #0F2A48;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.ie_text ul li a:hover {
	text-decoration: none;
}

.section-padding {
	padding: 75px 0;
}

.bg-hellblau {
	background-color: #d9f1fa;
}

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

.bg-dunkelgrau {
	background-color: #dcdcdc;
}

.bg-blau {
	background-color: #0F2A48;
}

.bg-hellblau {
	background-color: #eef1f5;
}

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

.back-breadcrumbs {
	border-bottom: 1px solid #f2f3f1;
	border-top: 1px solid #f2f3f1;
	padding: 15px 0;
}

.breadcrumbs_wrapper,
.breadcrumbs_wrapper a {
	font-size: 14px;
}


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

.mt20 {
	margin-top: 20px;
}

.mt50 {
	margin-top: 50px;
}

.mb20 {
	margin-bottom: 20px;
}

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

.alert-primary p,
.alert-primary {
	color: #333;
}

.alert-info {
	background-color: #DFF2FD!important;
	border-color: #DFF2FD!important;
}

.alert-danger {
	background-color: #f99500;
	border-color: #f99500;
}

.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4,
.alert-danger h5,
.alert-danger p,
.alert-danger span,
.alert-danger a {
	color: #fff;
}



.ul-tags li {
	list-style: none;
	display: inline-block;
	padding: 0!important;
	margin-right: 15px;
}

.ul-tags li a {
	font-size: 13px;
}

.ul-tags li:before {
	content: ''!important;
}


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


.footer {
	background-color: #0F2A48;
}

.footer h6 {
	font-size: 20px;
	color: #fff;
}

.footer ul li {
	margin-bottom: 5px;
	
}

.footer .footer-links ul li {
	position: relative;
    padding: 0px 0px 5px 0px;
}


.footer a:hover {
	color: #fff!important;
}

ul.footer-menu-themen li {
	float: left;
	margin: 0 12px 5px 0;
	position: relative;
}

ul.footer-menu-themen li a {
	font-size: 15px!important;
}

ul.footer-menu-themen li:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	cursor: pointer;
}

.footer ul li i {
	margin-right: 10px;
	font-size: 18px!important;
}

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

.footer .footer-links ul li a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer .footer-links ul li a:hover {
	text-decoration: none;
}

.footer {
	padding: 100px 0;
}


img.footer-logo {
	width: 280px;
    margin-bottom: 80px;
}

.footer h6 {
	line-height: 1;
	margin-bottom: 25px;
	
}
  

.footer-row-4 {
	margin-top: 100px;
}

ul.footer-menu-rechtliches li {
	float: left;
	margin-right: 15px;
}

ul.footer-menu-rechtliches li a {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-underline-offset: 4px;
}

ul.footer-menu-rechtliches li a:hover {
	text-decoration: none;
	cursor: pointer;
}

.footer-row-4 span {
	font-size: 14px;
}

.footer-row-4 span a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.sticky-kontakt-button {
    background: #f99500;
	color: #fff;
    border-radius: 8px;
    padding: 20px;
    right: 20px;
	position: fixed;
    z-index: 999999;
    right: 20px;
    bottom: 20px;
}

.sticky-kontakt-button img {
	width: 50px;
}

.sticky-kontakt-button:hover {
	cursor: pointer;
	background-color: #fff;
	color: #333;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.sticky-kontakt-box {
	background: linear-gradient(to bottom, #f99500, #0F2A48);
	border-radius: 8px;
  	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	padding: 20px;
	position: fixed;
    z-index: 999999;
    right: 20px;
    bottom: 140px;
	width: 340px;
	display: none;
}

.sticky-kontakt-box .h1 { 
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 20px;
}

.sticky-kontakt-box-element {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 8px;
}

.sticky-kontakt-box-element p {
	color: #333;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: bold;
}

.sticky-kontakt-box-element span {
	color: #333;
	font-size: 14px;
}

.sticky-kontakt-box .sticky-kontakt-box-element:last-child {
	margin-bottom: 0px;
}

.sticky-kontakt-box-element i {
	color: #333;
	font-size: 26px!important;
	margin-top: 15px;
    text-align: center;
}


/*-----------------
	3. Header
-----------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {
	color: #333!important;
}

.search_link_button {
	border-radius: 3px;
    border: 2px solid #f99500;
	padding: 2px 10px;
	color: #f99500!important;
	margin-left: 10px;
}

#top-bar {
	padding: 5px 20px;
	background-color: #707070;
}

#top-bar a {
	font-size: 14px;
	color: #fff;
}

#top-bar ul {
	margin: 0;
	padding: 0;
	display: inline-flex;
}

#top-bar ul li {
	margin-right: 20px;
}

#top-bar ul li i {
	margin-right: 5px;
}

#header {
	padding: 15px 40px;
}

#header .logo img {
	max-width: 280px;
}

#header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 7px 7px 30px rgba(0, 0, 0, .4);
    box-shadow: 7px 7px 30px rgba(0, 0, 0, .4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding: 15px 0;
    background-color: #fff;
	padding: 10px 0;
}

#header.is-sticky .logo img {
    max-width: 220px;
}

#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
    font-size: 18px !important;
    margin-bottom: 10px !important;
	color: #000!important;
}


#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li img {
	margin: 10px 0;
	border-radius: 10px;
}

.wp-megamenu-sub-menu {
	padding-top: 20px!important;
}



#top-bar.ist_mitglied {
	background-color: #d9f1fa;
}

/*-----------------
	4. Inhaltselemente
-----------------------*/

.einleitungstext h1,
.einleitungstext h2,
.einleitungstext h3,
.einleitungstext h4,
.einleitungstext h5,
.einleitungstext p.h1,
.einleitungstext p.h2,
.einleitungstext p.h3,
.einleitungstext p.h4,
.einleitungstext p.h5 {
	margin-bottom: 20px;
}

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

.einleitungstext a:hover {
	text-decoration: none;
}

/*-----------------
	4.1 Galerie
-----------------------*/

.ie_galerie .galerie-bild {
	margin-bottom: 20px;
}

.ie_galerie .galerie-bild img {
	border-radius: 8px;
}



/*-----------------
	4.2 Teaser Boxen
-----------------------*/

.ie_teaser_boxen .boxen img {
	width: 100%;
}

.ie_teaser_boxen .teaser_box_wrapper {
	margin-bottom: 40px;
	text-align: center;
	box-shadow: 0px 20px 60px 0px rgba(0, 15, 56, 0.1);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.teaser_box_wrapper p {
	margin-top: 20px;
}

.teaser_box_wrapper .project-preview img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.teaser_box_wrapper .teaser_box_wrapper_content {
	padding: 30px 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.teaser_box_wrapper .teaser_box_wrapper_content h3 {
	margin-top: 0px;
	font-size: 20px;
	line-height: 30px;
}

/*-----------------
	4.3 Kontaktbereich
-----------------------*/

.ie_kontaktbereich iframe {
	border-radius: 8px;
}

.ie_kontaktbereich .kontakt-box {
	border-radius: 8px;
	background-color: #0F2A48;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 20px;
}

.ie_kontaktbereich .kontakt-box a {
	color: #fff;
}

.ie_kontaktbereich .kontakt-box i {
	font-size: 20px!important;
	margin-right: 10px;
}

.ie_kontaktbereich .kontakt-box a:hover {
	color: #fff!important;
	text-decoration: underline;
	text-underline-offset: 4px;
}



/*-----------------
	4.6 Text
-----------------------*/

.ie_text h1,
.ie_text h2,
.ie_text h3,
.ie_text h4,
.ie_text h5,
.ie_text p.h1,
.ie_text p.h2,
.ie_text p.h3,
.ie_text p.h4,
.ie_text p.h5 { 
	margin-bottom: 20px;
}

.ie_text.text-gross p,
.ie_text.text-gross a,
.ie_text.text-gross span,
.text-gross .einleitungstext p,
.text-gross .einleitungstext a,
.text-gross .einleitungstext span {
    font-size: 22px;
    line-height: 32px;
}



/*-----------------
	4.8 Banner
-----------------------*/

.banner-section {
	position: relative;
	padding: 250px 0px 250px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-section .content-box {
	position: relative;
	max-width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.banner-section .banner-section-text {
	font-size: 46px;
	line-height: 56px;
	margin: 40px 0;
	color: #fff;
	text-transform: none;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .5);

}



/*-----------------
	4.9 Formular
-----------------------*/

.ie_formular .formular-wrapper {
	box-shadow: 0px 20px 60px 0px rgba(0, 15, 56, 0.1);
    border-radius: 6px;
	padding: 20px;
}




/*-----------------
	4.11 Timeline
-----------------------*/

.steps {
	position: relative;
	margin-top: 32px;
}

.steps::after {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #2c3d49;
	opacity: 0.4;
	top: 0;
	bottom: 0;
	left: 50%;
}
  
.steps .content p {
	color: #676767;
	font-size: 16px;
}
  
.steps .content .h2 {
	font-weight: 600;
	color: #676767;
	margin-bottom: 20px;
}
  
.steps-container {
	position: relative;
	background-color: inherit;
	width: calc(50% + 32px);
}
  
.steps-container .content {
	padding: 32px;
	background-color: white;
	position: relative;
	border-radius: 0px 0px 80px 0px;
	box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
	border: 2px solid #fff
}

.steps-container .content:hover {
	border: 2px solid #0F2A48;
}
  
.steps .steps-container:nth-child(even) {
	left: calc(50% - 32px);
	flex-direction: row-reverse;
}
  
.steps-container {
	display: flex;
}
  
.steps .steps-container .date {
	font-weight: 900;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
	width: 62px;
	height: 62px;
	background-color: #2c3d49;
	border-radius: 50%;
	flex-shrink: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	z-index: 19;
}

.steps .steps-container .date:hover {
	background-color: #0F2A48;
}
  
.step-line {
	width: 40px;
	background-color: #2c3d49;
	height: 1px;
	margin-top: 31px;
	opacity: 0.4;
	flex-shrink: 0;
}
  
@media (max-width: 767px) {
	
	.steps::after {
		left: 32px;
	}

	.steps-container {
	  	left: 0;
	  	flex-direction: row-reverse;
	  	width: auto;
		margin-bottom: 16px;
	}

	.steps .steps-container:nth-child(even) {
		left: 0;
	}

}




/*-----------------
	4.17 FAQs
-----------------------*/

.ie_faqs .accordion-item .accordion-panel h1,
.ie_faqs .accordion-item .accordion-panel h2,
.ie_faqs .accordion-item .accordion-panel h3 {
	margin-bottom: 20px;
}


.ie_faqs .accordion-thumb {
	margin: 0;
	padding: 25px;
	cursor: pointer;
	position: relative;
}

.ie_faqs .accordion-thumb h3 {
	font-size: 22px;
	line-height: 32px;
}

.ie_faqs .accordion-panel {
	padding: 35px;
}

.ie_faqs .accordion-thumb:hover,
.ie_faqs .accordion-item.is-active {
	background-color: #d9f1fa;	
}

  
.ie_faqs .accordion-item .accordion-thumb:after,
.ie_faqs .accordion-item.is-active .accordion-thumb:after {
	font-family: Flaticon;
	font-weight: 300; 
	content: "\f11a";
	position: absolute;
	font-size: 1rem;
	top: 22px;
	right: 3px;
}
  
.ie_faqs .accordion-item .accordion-thumb:after,
.ie_faqs .accordion-item.is-active .accordion-thumb:after {
	font-size: 1rem;
	top: 26px;
	right: 20px;
}
  
.ie_faqs .accordion-item.is-active .accordion-thumb:after {
	content: "\f11b";
}
  
.ie_faqs .accordion-item {
	background-color: transparent;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	border-radius: 8px;
}
  


/*-----------------
	4.19 Bild
-----------------------*/

.ie_bild img {
	width: 100%;
	border-radius: 8px;
}


/*-----------------
	4.20 Bild + Text
-----------------------*/

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


.ie_bild_text .img-block {
	margin-right: 20px;
}


/*-----------------
	4.21 Hotline Button
-----------------------*/

.sticky-to-top-button  {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: #fff;
    background-color: rgb(255 255 255/1);
    border-radius: 9999px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0.75rem;
    width: 60px;
	border: none;
	box-shadow: 0 2px 4px -1px #0003, 0 1px 10px #0000001f, 0 4px 5px #00000024;
	position: fixed;
	bottom: 20px;
	left: 48%;
	height: 60px;
	
}

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

.sticky-contact-box {
	border-width: 3px;
	--tw-bg-opacity: 1;
    align-items: center;
    background-color: #fff;
    background-color: rgb(255 255 255/1);
    border-radius: 9999px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0.75rem;
    width: 60px;
	border-color: #f99500;
	box-shadow: 0 2px 4px -1px #0003, 0 1px 10px #0000001f, 0 4px 5px #00000024;
	position: fixed;
	bottom: 100px;
	right: 2%;
	height: 60px;
	z-index: 9999;
}

.sticky-contact-box:before {
	content: "";
    height: 120px;
    width: 120px;
    position: absolute;
    left: -30px;
    top: -30px;
    border: 3px solid #f99500;
    border-radius: 50%;
    animation: videoBtnAnim 3s linear infinite;
    display: block;
}


@-webkit-keyframes videoBtnAnim {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@keyframes videoBtnAnim {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}


.contact-overlay {
	background-color: rgb(29 29 31/0.7);
	z-index: 5;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
}


/*-----------------
	4.26 Repeater
-----------------------*/

.repeater-text {
	margin-top: 20px;
}
.repeater-text-row {
	margin-bottom: 50px;
}
.repeater-text-row img {
    border-radius: 6px;
}





/*-----------------
	4.31 Call to Action
-----------------------*/

.ie_call_to_action {
	background-color: #0089B3;
}

.ie_call_to_action .call-to-action-content-left h1,
.ie_call_to_action .call-to-action-content-left h2,
.ie_call_to_action .call-to-action-content-left h3,
.ie_call_to_action .call-to-action-content-left h4 {
	color: #FFFAF0;
}

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

.ie_call_to_action .call-to-action-content-right {
	background-color: #fff;
	padding: 40px;
    border-radius: 10px;
}

.ie_call_to_action p {
	font-size: 20px;
	line-height: 30px;
}

.ie_call_to_action ul {
	list-style: none;
    margin: 40px  0 0 0;
}

.ie_call_to_action ul li {
    font-size: 21px;
    padding-left: 52px;
    position: relative;
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 32px;
    color: #fff;
}

.ie_call_to_action ul li:before {
    color: #333 !important;
}

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

.ie_call_to_action ul li a i {
    width: 40px;
    height: 40px;
    left: 0;
    top: -7px;
    display: flex;
    margin-right: 12px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    background-color: #fff;
    text-decoration: none;
	font-size: 18px!important;
}

.ie_call_to_action  .call-to-action-content-left p {
	color: #FFFAF0;
}



/*-----------------
	4.32 Schritte
-----------------------*/

.ie_schritte .schritt-wrapper .schritte-wrapper-header {
	background-color: #0F2A48;
	padding: 10px 15px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.ie_schritte .schritt-wrapper .schritte-wrapper-header h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
}

.ie_schritte .schritt-wrapper {
	margin-bottom: 40px;
}

.ie_schritte .schritt-wrapper ul {
	margin-left: 40px!important;
}


/*-----------------
	7. Single Beiträge
-----------------------*/

.single-beitrag .single-excerpt {
	line-height: 1.6em;
}

.single-beitrag .single-left-content h2,
.single-beitrag .single-left-content h3,
.single-beitrag .single-left-content h4,
.single-beitrag .single-left-content h5 {
	margin: 20px 0;
}

.single-beitrag .thumb-img {
	margin-bottom: 20px;
	border-radius: 8px;
}

/*-----------------
	8. Sidebar
-----------------------*/

.sidebar-widget {
	box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
	background: #ffffff;
	margin-bottom: 20px;
	border-radius: 10px;
}

.sidebar-widget .sidebar-content {
	padding: 30px;
}

.sidebar-widget .sidebar-header { 
	padding: 20px 0;
	border-bottom: 1px solid #d9f1fa;
	text-align: center;
}

.sidebar-widget .sidebar-header h4 { 
	padding: 0;
	margin: 0;
}

.sidebar-widget ul li { 
	font-size: 16px;
	margin-bottom: 10px;
}

.sidebar-widget ul li i { 
	margin-right: 10px;
}

.sidebar-widget .ul_post_teaser li {
	padding: 0 0 4px 0;
}

.sidebar-widget .ul_post_teaser img {
	width: 60px;
	border-radius: 6px;
	margin: 0 15px 5px 0!important;
}

.sidebar-widget .ul_post_teaser li:before {
	content: '';
}

.sidebar-widget .ul_post_teaser li a {
	text-decoration: none!important;
	color: #333!important;
	font-size: 14px;
}



/*-----------------
	10. 404 Seite
-----------------------*/


.template_404 img {
	border-radius: 8px;
}


/*-----------------
	12. Buttons
-----------------------*/



  
  .btn.ico-30.ico-left,
  .btn.ico-30.ico-right {
	padding: 0.37rem 0;
  }

.btn {
    padding: 0.9rem 1.8rem;
    border: 2px solid transparent;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
	font-size: 18px;
	line-height: 28px;
	background-color: #f99500;
	color: #fff;
}
  
.btn.btn-sm {
    font-size: 0.975rem;
    padding: 0.7rem 1.5rem;
}

.btn--white {
    color: #353f4f!important;
    background-color: #fff!important;
    border-color: #fff!important;
}

.btn--white:hover {
    color: #0F2A48!important;
}
  
.btn--tra-white {
    color: #fff!important;
    background-color: transparent!important;
    border-color: #fff!important;
}

.btn--grey {
    color: #353f4f!important;
    background-color: transparent!important;
    border-color: #ccc!important;
}

.btn--theme,
#searchsubmit,
#reset-pass-submit {
    color: #fff!important;
    border-color: #0F2A48!important;
	background-color: #0F2A48!important;
	border: 4px solid #0F2A48!important;
}

.btn-block {
	width: 100%;
}

.btn--magenta {
	background-color: #f99500;
    color: #fff;
    text-decoration: none;
}

.btn--magenta:hover {
	background-color: #fff;
	color: #f99500!important;
}

.btn-magenta {
	background-color: #fff;
    color: #f99500;
    text-decoration: none;
    border: 4px solid #f99500!important;
}

.btn-magenta:hover {
	background-color: #e053d438;
	color: #f99500!important;
}



/*-----------------
	13. Padding & Marging
-----------------------*/

.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }

.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }

.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }

.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 80px; }
.mb-85 { margin-bottom: 85px; }
.mb-90 { margin-bottom: 90px; }
.mb-95 { margin-bottom: 95px; }
.mb-100 { margin-bottom: 100px; }

.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }

.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }


/*-----------------
	14. Headlines
-----------------------*/

h1, .h1 {
	font-size: 40px;
	line-height: 50px;
}

h2, .h2 {
	font-size: 32px;
	line-height: 42px;
	color: #0F2A48;
}

h3, .h3 {
	font-size: 26px;
	line-height: 36px;
}

h4, .h4 {
	font-size: 20px;
	line-height: 30px;
}

h5, .h5 {
	font-size: 18px;
	line-height: 28px;
}

/*-----------------
	nachträglich hinzugefügt
-----------------------*/

.project-preview:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	border-radius: 6px!important;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a:hover,
.wp-megamenu-sub-menu>li>a:hover { 
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #0F2A48!important;
}

#mitglieder_menu ul li a:hover { 
	text-decoration: underline;
	color: #0F2A48!important;
}
