/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */

/* Import Fonts */
@import url('clash-display.css');


/* Define Basic Style */

body * {
	font-family: 'ClashDisplay-Regular';
}

p, div {
	/* color: #012a3b; */
	font-size: 1rem;
}

h1 {
	font-family: 'ClashDisplay-Semibold';
	letter-spacing: .05em;
	
	color: #fff;
	text-align: right;
	font-size: 40px;
	line-height: 1.4em;
}

h2 {
	font-family: 'ClashDisplay-Semibold';
	letter-spacing: .05em;
	
	font-size: 40px;
	line-height: 67px;
	
	text-transform: uppercase;
}

h3 {
	font-family: 'ClashDisplay-Semibold';
	letter-spacing: .05em;
	
	font-size: 18px;
	line-height: 32px;
	
	text-transform: uppercase;
}

h4 {
	font-family: 'ClashDisplay-Semibold';
	letter-spacing: .05em;
	
	font-size: 18px;
	line-height: 1.6em;
	
	text-transform: uppercase;
}

/* Disable magnification effect on hover */

.et_pb_bg_layout_light.et_pb_button:hover, body .et_pb_bg_layout_light .et_pb_button:hover, .et_pb_button:hover {
	letter-spacing: 0 !important;
}

/* Define Navigation Styles */

	@keyframes fade-in-basic {
 		0%   { 
 			opacity: 0;
 		}
 		100% { 
 			opacity: 1.0;
		}
	}

	@keyframes slide-in-f-r {
 		0%   { 
 			transform: translateX(100%);
		}
 		100% { 
 			transform: translateX(0%);
		}
	}

	@keyframes slide-in-f-l {
 		0%   { 
 			transform: translateX(-100%);
		}
 		100% { 
 			transform: translateX(0%);
		}
	}

	@keyframes slide-in-f-b {
 		0%   { 
 			transform: translateY(100%);
		}
 		100% { 
 			transform: translateY(0%);
		}
	}

	.slide-in-from-x .et_pb_slide_0 .et_pb_slide_description {
		animation: slide-in-f-r 1s ease-out, fade-in-basic 2s ease-out;
	}

	.slide-in-from-x .et_pb_slide_1 .et_pb_slide_description {
		animation: slide-in-f-b 1s ease-out, fade-in-basic 2s ease-out;
	}

	.slide-in-from-x .et_pb_slide_2 .et_pb_slide_description {
		animation: slide-in-f-l 1s ease-out, fade-in-basic 2s ease-out;
	}

.container {
	width: 95%;
	max-width: 1230px;
}

#main-header {
	box-shadow: none;
}

#main-header.et-fixed-header {
	height: 120px;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top: 50px;
	padding-bottom: 0;
}

#logo {
	max-height: 80%;
	margin-bottom: 20px;
}

.et-fixed-header #logo {
	max-height: 50%;
	margin-bottom: 20px;
}


#et-top-navigation {
    font-family: 'ClashDisplay-Semibold', sans-serif !important;
	letter-spacing: .05em;
	
	float: none;
		
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding-right: 50px;
	padding-left: 0 !important;
}

#top-menu li {
    padding-right: 44px;
	line-height: 36px;
}

#top-menu li:first-of-type {
    padding-left: 100px;
}

#top-menu li:last-of-type>a>img {
    padding-top: 10px;
}

#top-menu li:nth-last-of-type(2) {
    padding-right: 10px;
}

#top-menu li:nth-last-of-type(2)>a>img {
    padding-top: 10px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    font-family: 'ClashDisplay-Semibold', sans-serif !important;
	letter-spacing: .05em;
	
	color: #012a3b;
	font-size: 1.1em;
	padding-bottom: 0px;
	margin-bottom: 33px;
	
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}

.et_header_style_left #et-top-navigation nav>ul>li>a::after {
	content: '';
	display: block;
	width: 0;
	margin-top: 5px;
	height: 3px;
	background-color: transparent;
	
	transition: width .2s linear;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover::after {
    width: 100%;
	background-color: #43D49F;
	opacity: 100%;
}

/* Exclude social media links and add colour hover effect */

#menu-item-481>a {
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/09/icon-facebook-017978.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	margin-top: -10px;
}

#menu-item-482>a {
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/09/icon-instagram-017978.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
}

#menu-item-481>a:hover::after {
	background-color: transparent !important;
}

#menu-item-481>a:hover {
	/*filter: invert(73%) sepia(72%) saturate(7439%) hue-rotate(336deg) brightness(110%) contrast(103%);*/
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/09/icon-facebook-hover.png');
	background-size: cover;
	background-repeat: no-repeat;
}

#menu-item-482>a:hover::after {
	background-color: transparent !important;
}

#menu-item-482>a:hover {
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/09/icon-instagram-hover.png');
	background-size: cover;
	background-repeat: no-repeat;
}

/* Mobile Navigation */

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
	color: #43D39D;
}

#mobile_menu #menu-item-481 {
	display: inline-block;
	margin: 20px 0 0 30px;
}

#mobile_menu #menu-item-481>a {
	display: inline-block;
}

#mobile_menu #menu-item-482 {
	display: inline-block;
	margin: 20px 0 0 10px;
}

#mobile_menu #menu-item-482>a {
	display: inline-block;
}

/* Define Form Navigation */

/* Main Contact Form */

/* Subject Field */
#contact_form-main #et_pb_contact_subject_0 {
	float: right;
	width: 180px;
	margin-top: -25px;
}

#contact_form-main p:nth-of-type(7)::before {
	content: 'Ich interessiere mich für';
	
	display: block;
	color: #fff;
	line-height: 0;
}

@media only screen and (max-width: 776px) {
	#contact_form-main #et_pb_contact_subject_0 {
		float: left;
		width: 100%;
		margin-top: 20px;
}

	#contact_form-main p:nth-of-type(7)::before {
		content: 'Ich interessiere mich für';
		display: block;
		color: #fff;
		line-height: 0;
		margin-top: 95px;
	}
}

/* Consent Privacy Field */
#contact_form-main #et_pb_contact_consent_privacy_7_0 {
	float: right;
	width: 200px;
}

#contact_form-main span.et_pb_contact_field_checkbox::after {
	content: '* Pflichtfelder';
	position: absolute;
	color: #fff;
	font-size: 0.8rem;
	margin-top: 60px;
	left: 0;
}

@media only screen and (max-width: 776px) {
	#contact_form-main span.et_pb_contact_field_checkbox::after {
		margin-top: 130px;
		left: 0;
	}
}

/* Jobs Contact Form */

#contact_form-jobs #et_pb_contact_subject_0 {
	float: right;
	width: 180px;
	margin-top: -25px;
}

#contact_form-jobs p:nth-of-type(7)::before {
	content: 'Ich interessiere mich für';
	
	display: block;
	color: #012a3b;
	line-height: 0;
}

#contact_form-jobs #et_pb_contact_consent_privacy_7_0 {
	float: right;
	width: 200px;
}

#contact_form-jobs span.et_pb_contact_field_checkbox::after {
	content: '* Pflichtfelder';
	
	position: absolute;
	color: #012a3b;
	margin-top: 25px;
	margin-left: -88px;
}

@media only screen and (max-width: 776px) {
	#contact_form-jobs #et_pb_contact_subject_0 {
		float: left;
		width: 100%;
		margin-top: 20px;
}

	#contact_form-jobs p:nth-of-type(7)::before {
		content: 'Ich interessiere mich für';
		display: block;
		color: #012A3B;
		line-height: 0;
		margin-top: 95px;
	}
	
	#contact_form-jobs span.et_pb_contact_field_checkbox::after {
		margin-top: 110px;
		left: 90px;
	}
}

/* General + Trainee Contact Form */

#contact_form-general #et_pb_contact_subject_0 {
	float: right;
	width: 180px;
	margin-top: -25px;
}

#contact_form-general span.et_pb_contact_field_checkbox::after {
	content: '* Pflichtfelder';
	
	position: absolute;
	color: #fff;
	margin-top: 25px;
	margin-left: -88px;
}

@media only screen and (max-width: 776px) {
	#contact_form-general span.et_pb_contact_field_checkbox::after {
		margin-top: 110px;
		left: 90px;
	}
}
	
/* Miscellaneous User Interface Elements */

.button-more.et_pb_button_0, .button-more.et_pb_button_0:after {
	/*transition: none !important;*/
}


.button-more {
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/08/icon-pinsel_normal.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	
	right: 0;
	top: 0;
	width: 97px;
	height: 60px;
	
	color: transparent;
	
	transition: right .2s ease-in-out, padding-right .2s ease-in-out !important;
}

.button-more-mehr_erfahren:hover {
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/08/icon-mehr_hover.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-color: transparent !important;
	border-width: 0 !important;
	
	right: 50px;
	top: 0;
	/*width: 168px;*/
	padding-right: 152px !important;
	height: 60px;
}

.button-more-red_paint {
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/08/icon-pinsel_normal.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	
	right: 50px;
	top: 0;
	width: 156px;
	
	color: transparent;
	
	transition: right .2s ease-in-out, width .2s ease-in-out !important;
}

.button-more-red_paint:hover {
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/08/icon-pinsel_rot.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	
	right: 50px;
	top: 0;
	width: 188px;
	
}

/* Submit Button for all Contact Forms */

.et_pb_contact_form_container button {
	margin-top: 20px;
	
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/08/icon-pinsel_form_general.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	
	right: 0;
	top: 0;
	width: 188px;
	height: 59px;
	
	color: transparent;
	
	transition: width .2s ease-in-out !important;
}

.et_pb_contact_form_container button:hover {
	background-image: url('https://wallintin.eventus-entwicklung.com/wp-content/uploads/2023/08/icon-pinsel_form_general_hover.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-color: transparent !important;
	border-width: 0 !important;
	
	right: 0;
	top: 0;
	width: 220px;
}

/* Some Form Formatting*/

.et_pb_contact_field_7.et_pb_contact_field .input[type="checkbox"]:checked+label i:before {
	color: #004962 !important;
}

/* Form Error Message Formatting */

.et-pb-contact-message>p, .et-pb-contact-message>ul>li {
	color: #fff;
}

#contact_form-jobs .et-pb-contact-message>p, #contact_form-jobs .et-pb-contact-message>ul>li {
	color: #012a3b;
}

/* Footer */

#main-footer>.container {
    width: 80%;
	max-width: 1080px;
}

#et-footer-nav {
	background-color: #fff;
}

#et-footer-nav #menu-footermenu {
	text-align: center;
}

#et-footer-nav a {
	color: #012A3B;
	font-weight: normal;
}

/* Fix "float: left;" on footer widgets*/

.fwidget.et_pb_widget.widget_block {
	float: none;
}

/* Reduce margin below paragraphs */

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
	margin-bottom: 7%;
}

/* Mobile Footer Adjustments */

@media only screen and (max-width: 776px) {
	.footer-widget #block-11 .wp-block-column.is-vertically-aligned-center {
		width: auto;
	}
	
	.footer-widget #block-11 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0 !important;
	}
}
