/*
 Theme Name:     2018 MINI
 Theme URI:      https://www.solveplus.de
 Description:    2018 MINI Theme
 Author:         Thomas Gebauer - solveplus
 Author URI:     https://www.solveplus.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hCSS-Anpassungen
------------------------------------------------------- */
@import url("MINISerif_Regular/stylesheet.css");
@import url("MINISerif_Medium/stylesheet.css");
@import url("MINISerif_Italic/stylesheet.css");
@import url("MINISansSerif_Bold/stylesheet.css");
@import url("MINISansSerif_Regular/stylesheet.css");
@import url("MINISerif_Bold/stylesheet.css");
@import url("MINISerif_Headline/stylesheet.css");
@import url("bmwtypewebli_all/stylesheet.css");
@import url("bmwtypewebbo_all/stylesheet.css");
@import url("BMWGroup_Cond_Regular/stylesheet.css");
@import url("BMWGroup_Cond_Italic/stylesheet.css");
@import url("BMWGroup_Cond_BoldItalic/stylesheet.css");
@import url("BMWGroup_Cond_Bold/stylesheet.css");
@import url("BMWGroup_BoldItalic/stylesheet.css");
@import url("BMWGroup_Bold/stylesheet.css");


/* START Passwort vergessen entfernen */
p.et_pb_forgot_password {
    display: none !important;
}
/* END Passwort vergessen */

/* Schriften */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
	color: #000;
	font-weight: normal;
	line-height: 1em;
	font-family: 'MINISerif Bold';
}

h1 {
	font-size: 2.5rem;
}

body {
	color: #000;
	font-family: 'MINISerif Regular';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
}


/* HEADER */
#logo {
	max-height: 35px;
}
#main-header.et-fixed-header {
	box-shadow: none !important;
}
#main-header {
	box-shadow: none;
}

#top-menu li {
	font-size: 12px;
	color: #000;
	font-family: 'MINISansSerif Regular';
	text-transform: uppercase;
	font-weight: normal;
}
#et-info-email:hover, #et-secondary-menu > ul > li > a:hover, #top-menu-nav > ul > li > a:hover, .et-social-icons a:hover {
	opacity: 1;
}

/* BUTTON */
.et_pb_newsletter_description_content a, .gform_previous_button, .gform_next_button, .gform_button, .gform_save_link, .button-primary, input#gform_send_resume_link_button_2 {
	padding: 10px 20px;
	border: 2px solid #000;
	color: #fff;
	background: #000;
	font-weight: normal;
	font-family: 'MINISansSerif Regular';
	text-transform: uppercase;
	font-size: 16px;
	display: table;
	margin-top: 10px;
	line-height: 1rem;
}
.et_pb_newsletter_description_content a:hover, .gform_previous_button:hover, .gform_next_button:hover, .gform_button:hover, .button-primary:hover, input#gform_send_resume_link_button_2:hover, .gform_save_link:hover {
	color:#000;
	background: #fff;
}
.et_pb_newsletter_description_content {
	text-align: left;
	color: #000;
}
.et_pb_newsletter_button.et_pb_button {
	max-width: 250px;
	background-color: #000;
	font-family: 'MINISansSerif Regular';
	font-size: 16px;
	border: 2px solid #000;
	border-radius: 0px;
	width: unset;
	padding: 10px 20px;
	text-transform: uppercase;
	min-width: 150px;
}
.et_pb_button:hover::after {
	display: none;
}
.et_pb_newsletter_button.et_pb_button:hover {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	font-family: 'MINISansSerif Regular';
	padding: 10px 20px;
}



.et_pb_text_inner td {
	padding: 0px !important;
	border: none !important;
}
table {
	border: 0px !important;
}
.et_pb_text ol, .et_pb_text ul {
	padding-bottom: 0px;
}