/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https:/www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.megamenu-secondlevel {
  background-color: "#bfd1e6";
  color: "#ff0000";
}

/*WP Forms*/
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
    background: #0069b4!important;
    top: 0;
    right: 0;
    left: unset;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
    width: 45%;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button, div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: transparent!important;
    /*border: none!important;*/

	font-size: 20px!important;
	font-weight: bold!important;
	font-style: normal!important;
	text-decoration: none!important;
	display: inline-block;
	padding: 0.3em 1em!important;
	line-height: 1.7em!important;
	
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	
	border-radius: 0px;
	border: 2px solid #0069b4!important;
}

#contact-form  div.wpforms-container-full .wpforms-form button[type=submit]:after {
	font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	font-family: ETmodules!important;
	    speak: none;
}

#contact-form button.wpforms-page-button:hover {
    color: #ffffff!important;
    background: #0069b4!important;
	border: 2px solid transparent;
    border-color: #0069b4!important;
    padding: 0.3em 2em 0.3em 0.7em;
}

#contact-form button.wpforms-page-button.wpforms-page-next:after {
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

#contact-form button.wpforms-page-button:hover:after {
	opacity: 1;
    margin-left: 0;
}

#contact-form .wpforms-page-button, div.wpforms-container-full .wpforms-form button[type=submit], #contact-form button.wpforms-page-button.wpforms-page-next:after{
	transition: all 300ms ease 0ms;
}

button.wpforms-page-button.wpforms-page-next {
    color: #0069b4!Important;
    right: 20px !important;
    bottom: 20px !important;
}

button.wpforms-page-button.wpforms-page-prev {
    color: #0069b4!Important;
    left: 20px !important;
    bottom: 20px !important;
}

button.wpforms-page-button.wpforms-page-next::after {
    font-size: 1.8rem;
    vertical-align: sub;
    color: #0069b4;
}

button.wpforms-page-button.wpforms-page-prev::before {
    font-size: 1.8rem;
    vertical-align: sub;
    color: #0069b4;
}

.et_pb_section.et_pb_section_1_tb_footer.et_pb_fullwidth_section.et_section_regular {

}

/*Side*/
.sticky-nav {
    position: fixed;
    top: 30%;
    z-index: 100;
    right: 0;
    width: 70px;
	background-color: #fff;
}

.text-center.sticky-icon {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    padding: 10px;
	height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-btn {
	position: relative;
	background-color: #0069b4;
    right: 0px;
    height: 70px;
}

.sticky-content {
    position: absolute;
    left: 100%;
    top: 0px;
    height: 70px;
	width: 50px;
    width: 250px;
    padding: 21px;
    color: #fff!important;
    text-align: center;
	background-color: #0069b4;
}

/*
.sticky-btn:not(:last-child), .sticky-btn:not(:last-child) .sticky-content {
	border-bottom: 1px solid #fff;
}*/

.sticky-btn:not(:first-child):not(:last-child) {
    margin: 1px 0;
}

.sticky-btn.bg-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-icon a {
	line-height: 30px;
}

.sticky-icon img {
    height: 30px;
    display: block;
}

.sticky-content h6{
	color: #fff;
}

.sticky-btn.bg-main:hover {
    right: 250px;
    transition: all ease-in-out 0.6s;
}
/*
body a.et_pb_button.anker.et_pb_bg_layout_light:hover {
    background-color: transparent!important;
    color: #0069b4!important;
}*/

div.wpforms-container-full .wpforms-form h2{
	font-size: 41px;
}

div.wpforms-container-full  .wpforms-form .wpforms-one-half {
	    margin-left: 0;
}

#contact-box {
	display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
	height: 100%;
    left: 0;
    top: 0;
	overflow: scroll;
	height: -webkit-fill-available;
	height: stretch;
	background-color: transparent;
}

#contact-box::-webkit-scrollbar {
    display: none;
}

/**/
div#wpforms-3903 {
    margin-bottom: 0;
}

#contact-form h2 {
    font-size: 26px;
}

#contact-form  h3 {
    font-size: 20px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-2 ul.wpforms-image-choices-modern img {
    height: 60px!important;
	width: 50%!important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {

}

.wpforms-page-indicator.none {
    display: none;
}
/**/

.pop-up-bg {
    position: fixed;
    background-color: rgb(0,0,0,0.6);
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

#contact-form {
	background-color: #fff;
	border: 3px solid #0069b4;
	box-shadow: 1px 1px 3px 0 rgb(2 2 2 / 23%);
	/*outline: 2px solid #0069b4;
    outline-offset: -10px;*/
    top: 170px;
    position: absolute;
    padding: 2em;
    z-index: 10;
	width: 90%;
	left: 50%;
    transform: translateX(-50%);
	margin-bottom: 50px;
}

#close-pop-up {
    position: relative;
}

#close-pop-up:after {
    font-family: 'ETmodules';
    content: "\4d";
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    color: #0069b4;
}

.call-form-next button.wpforms-page-button.wpforms-page-next {
    display: none;
}

.wpforms-submit-container{
    display: none!important;
}

div.wpforms-container-full .wpforms-form h3 {
    margin-bottom: 0.5em;
}

/* menu */ 
.et_pb_menu .et_mobile_menu .menu-item-has-children > a,
#main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    position: relative;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children > a:after, #main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: '\4c';
    top: 11px;
    right: 13px;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
    content: '\4d';
}
.et_pb_menu .et_mobile_menu ul.sub-menu,
#main-header .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}

.et_pb_menu .et_mobile_menu li.visible > ul.sub-menu,
#main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l #main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li.visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

.middle-icons img {
    width: 60%;
    height: auto!important;
}

#recent-posts-2 ul li {
    margin-bottom: 15px;
}

.page-id-177 .et_pb_blurb .et_pb_image_wrap img {
height:300px;
	margin-top:20px;
}

.page-id-177 .et_pb_blurb_3_tb_footer  .et_pb_image_wrap img {
	height:auto;
	margin-top:0;
}

#post-169 .et_pb_blurb_4 .et-pb-icon, #post-169 .et_pb_blurb_1 .et-pb-icon, #post-169  .et_pb_blurb_2 .et-pb-icon, #post-169  .et_pb_blurb_3 .et-pb-icon, #post-169  .et_pb_blurb_5 .et-pb-icon, #post-169  .et_pb_blurb_0 .et-pb-icon {
	font-size:100px;
}

.sticky-btn {
    transition: all ease-in-out 0.6s;
}

/* Karriere Header */

#et-info #et-info-phone {
    margin-right: 13px;
}

#et-info-phone:before {
    content: "\e090";
    position: relative;
    top: 2px;
    margin-right: 2px;
}

#et-info-email:before {
    content: "\e076";
    margin-right: 4px;
}

#et-info #et-info-email, #et-info #et-info-phone {
    font-weight: 600;
}

ul#menu-struktur-karriere-portal-sekundaer {
    font-weight: 600;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0.75em;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
    height: 100px;
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
    padding-right: 0!important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
    top: 0!important;
    right: 0!important;
    left: auto!important;
    font-size: 25px!important;
    width: 40px!important;
    height: 40px!Important;
    line-height: 1.5!important;
    transition: none;
}

/* Kontakt Pop UP*/

.contact-grid {
	display: grid;
	grid-gap: 10px 20px;
	grid-template-columns: 1fr 1fr;
}

.contact-grid .row {
	display: flex;border: 1px solid #0069b4!important;
	padding: 0.5em 1em!important;
	background-color: #0069b4!important;
	color: #fff!important;
	width: 100%!Important;
	column-gap: 1em;
	justify-content: space-between;
}


.contact-grid .row.single {
	display: flex;
	border: none!important;
	padding: unset!important;
	background-color: unset!important;
	color: unset!important;
	width: 100%!Important;
	column-gap: 1em;
	justify-content: flex-start;
}

.contact-grid a.tel_link {
	color: #fff;
}

.row.single a.tel_link {
    color: #0069b4;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
}

.contact-grid p {
	font-weight: bold;
}

#close-pop-up {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -15px;
	right: -15px;
	background-color: #0069b4;
	border: 2px solid #0069b4;
	border-radius: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#close-pop-up:after {
	font-size: 40px;
	position: absolute;
	font-weight: 400;
	color: #fff;
	right: unset;
	top: unset;
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
    padding-right: 0!important;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li.mobile-menu-item {
    display: none;
}
/*
.et-l--header {
    animation: none;
}*/

/* Mobil */

@media only screen and (min-width: 1240px){
	div#contact-form {
		width: 60%;
	}
}

@media only screen and (max-width: 980px){
	.et_pb_blurb_content {
		margin: 0;
	}
	
	.et_pb_row, .et_pb_column .et_pb_row_inner {
		padding: 2em 0!important;
	}
	
	.et_pb_toggle_title {
		font-size: 1.2em;
	}
	
	.et_pb_menu__wrap{
		height: 80px;
	}
	
	.et_pb_menu__logo img{
		max-width:75%;
	}
}

@media only screen and (max-width: 768px) {
	.et_pb_section.et_pb_section_0.image-header.et_pb_with_background.et_section_regular {
		height: auto;
		padding-bottom: 1em;
	}
	.et_pb_text_0 h1, .et_pb_text_1 h1, .et_pb_text_2 h1, .et_pb_text_3 h1 {
		font-size: 2.5rem;
		word-break: break-word;
	}
	
	div#contact-form {
		width: 80%;
		top: 150px;
	}
	
	.sticky-nav {
		bottom: 0;
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
		display: flex;
		column-gap: 20px;
		justify-content: center;
		background-color: #0069b4;
	}
	
	.sticky-btn.bg-main {
		bottom: 0;
		top: auto;
		width: 70px;
		margin: 0;
	}
	
	.sticky-content {
		display: none;
	}
	
	.sticky-btn.bg-main:hover {
		right: unset;
		transition: none;
	}
	/*
	.sticky-btn:not(:last-child), .sticky-btn:not(:last-child) .sticky-content {
		border-bottom: none;
	}*/
	
	#contact-form h2 {
		word-break: break-word;
		font-size: 1.5em;
		font-weight: 800;
	}
	
	#contact-form h3 {
		font-size: 1.3em;
	}
	
	.contact-grid .row {
		flex-direction: column;
	}
}

@media only screen and (max-width: 576px){
	
		#contact-form div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
		padding-right: 0!important;
	}
	
	.et_pb_text_0 h1, .et_pb_text h1 {
		font-size: 2.2rem!important;
	}
	
	.et_pb_text_1 h2, .et_pb_text_0 h2, .et_pb_text_3 h2, .et_pb_text_2 h2 {
    	font-size: 1.8em!important;
	}
	
	.contact-grid {
		grid-template-columns: 1fr;
	}
}