/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         UPA-Webdesign
 Author URI:     https://www.upa-webdesign.de
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("//www.autohaus-drouven.de/wp-content/themes/Divi-child/fonts.css");
/* =Theme customization starts here
------------------------------------------------------- */

/**
 * CAR DEALER SELECTION
 */
.car-dealer--selection {
    position: fixed;
    top: 50vh; left: 0;
    z-index: 99999;
}
.car-dealer--selection a {
    background-color: #fff;    
    width: 80px; height: 80px;
    transition: width 600ms;
    display: inline-block;
    position: absolute;
    left: 0;
    padding-right: 10px;
    border-radius: 0 20px 20px 0;
}
.car-dealer--selection a.active,
.car-dealer--selection a:hover {
    width: 100px;
}
.car-dealer--selection .car-dealer--vw {
    top: 0;
    background: #0099da;
}

.car-dealer--selection .car-dealer--nissan {
    top: 86px;
    background: #c3002f;
}

.car-dealer--selection img {
    filter: invert(1);
    height: 100%; width: 50px;
    margin: 0px 0 0 10px;
}

.et_pb_fullwidth_menu .et-menu-nav>ul ul,
.et_pb_menu .et-menu-nav>ul ul {
    padding: 0!important;
}
.nav li li { padding: 0; width: 100%; }
.et-menu li li a {
    font-size: .85rem!important;
    padding: 1vh 1vw;
    width: 100%;
}


/**
 * Kontaktformular Footer
 */
 .wpcf7-acceptance { font-size: .75rem; line-height: 1.3; }

.wpcf7-submit-footer {
	float: right;
	margin-top: 5vh;
	display: block;
}
.wpcf7-submit {
	color: #c10f1b!important;
    border-width: 8px!important;
    border-color: #ffffff;
    border-radius: 0px;
    letter-spacing: 4px;
    font-family: 'Teko',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #ffffff;
        display: inline-block;
    margin: 0 0 0 18px;
    cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em!important;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.wpcf7-submit:after {
    line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
		content: attr(data-icon);
	opacity: 0;
    position: absolute;
	transition: all .2s;
	font-family: ETmodules!important;
    speak: none;
	-webkit-font-smoothing: antialiased;
    text-transform: none;
	font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

.wpcf7-submit:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
}

.wpcf7-submit:hover:after {
    margin-left: .3em;
    left: auto;
    opacity: 1;
}

