/**
 * Theme Name:      Gildenstern Webdesign & Online Marketing
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     Gildenstern Webdesign & Online Marketing
 * Author:          Alexander Gildenstern
 * Author URI:      https://www.gildenstern-webdesign.de/
 * Template:        Divi
 * Version:         1.0.0
 * Text Domain:     gildenstern-webdesign
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

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

/* btn Menu */

.menu-btn a {
	color: #fff !important;
	background-color: #ff642d !important;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
	font-weight: 900 !important;
    padding: 18px 32px!important;
	border: 1px solid #ff642d !important;
  /* line-height: 3px; 
   * margin: 10px 0px; */
    
}
.menu-btn a:hover {
	opacity: 1 !important;
	color: #ff642d !important;
	background-color: #fff !important;
 }
    
/* Korrigieren Sie das padding im Hauptmenü, um den button unterzubringen */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px; 
} 
 
/* Stellen Sie sicher, dass die Ausrichtung im Menü korrekt ist */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}
/* btn Menu ende */

/* Formular start */

.et_pb_contact_field_radio label i {
    border-radius: 10px !important;
}

input[type="radio"]:checked +label i {
	 border: 2px solid #ff642d !important;
}

.et_pb_contact p input[type=radio]:checked+label i:before {
    background: #f67749 !important;
    width: 8px;
    height: 8px;
}

input[type="checkbox"]:checked +label i {
	 background-color: #ff642d !important;
	 border: 2px solid #ff642d !important;
}

input[type="checkbox"]:checked+label i:before {
	color: #fff !important;
	font-size: 15px !important;
}

form #et_pb_contact_field_8{
  padding-left: 24px;
}
/* Formular ende */


/* start
.footer-menu .et_pb_main_blurb_image {
    margin-bottom: 0;
}

.footer-menu .et_pb_blurb_position_left .et_pb_main_blurb_image,
.footer-menu .et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: 18px;
}

 .footer-menu .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 10px;
}

 .footer-menu .et_pb_blurb_content {
    display: flex;
    align-items: center;
}


 .footer-menu.et_pb_row_1_tb_footer .et_pb_column.et_pb_column_1_3 {
    margin-right: 10px;
}*/ 
/* ende */
