/*
 Theme Name: Divi-Mastermind-Child-Theme
 Theme URI: https://www.divimastermind.com/
 Description: Dies ist ein <b>ready-to-start</b> Child-Theme f&uuml;r Divi. Entwickelt und bereitgestellt von den Divi Masterminds. Dieses Theme beinhaltet alle notwendigen Dateien, um den schnellen und einfach Start zu erm&ouml;glichen.
 Author: Divi Mastermind - Benny Hozjan und Frank Oschatz
 Author URI: https://divimastermind.com/
 Template: Divi
 Version: 1.0.0
 Tag: divi, child-theme, rawbone, easy-to-use, mastermind, german-group, 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */

/* TAB-UMRISS FÜR BLURB-LINKS */
.et_pb_blurb a.keyboard-outline {
 display: inline-block;
}


/* ------------------------------------------------------------- */
/* VERBESSERUNG DER BARRIEREFREIHEIT DES DIVI SLIDER-MODULS
https://trabolda25.com */
/* VERBESSERUNG DES KONTRASTS DER SLIDER-PUNKTE */
/* ------------------------------------------------------------- */
.et_pb_slider .et-pb-controllers {
 left: 50%;
 transform: translateX(-50%);
 width: auto;
 text-align: center;
 z-index: 10;
 padding-top: 10px;
 height: 28px;
 padding: 10px 15px 0;
 border-radius: 14px;
}
.et_pb_slider.et_pb_bg_layout_light .et-pb-controllers {
 background-color: #fff !important;
}
.et_pb_slider.et_pb_bg_layout_dark .et-pb-controllers {
 background-color: #000 !important;
}
.et_pb_slider.et_pb_bg_layout_dark .et-pb-controllers a {
 background-color: #fff !important;
}

/* DUNKLERE PUNKTE AUF WEIßEM HINTERGRUND */
.et_pb_bg_layout_light .et-pb-controllers a {
 background-color: rgba(0, 0, 0, 0.8) !important;
color: white !important;
}

/* GRÖSSERER PUNKT FÜR AKTUELLE FOLIE */
.et_pb_slider .et-pb-controllers a.et-pb-active-control {
 width: 11px;
height: 11px;
transform: translateY(-2px);
}

/* DICKES VIERECK UM MIT TASTATUR GEWÄHLTEN PUNKT (ERFORDERT DIVI ACCESSIBILITY-PLUGIN) */
.et_pb_slider .et-pb-controllers a.keyboard-outline {
 opacity: 1;
 outline-width: 3px !important;
 border-radius: 0;
}
.et_pb_slider.et_pb_bg_layout_dark .et-pb-controllers a.keyboard-outline {
 outline-color: white;
}
.et_pb_slider.et_pb_bg_layout_light .et-pb-controllers a.keyboard-outline {
 outline-color: black;
}

/* ENTFERNEN DER UNTERSTRICHENEN PFEILE (VERURSACHT DURCH DAS DIVI ACCESSIBILITY-PLUGIN) */
#main-content .et_pb_slider .et-pb-arrow-prev,
#main-content .et_pb_slider .et-pb-arrow-next {
text-decoration: none !important;
}
/* SICHTBARE NAVIGATIONSPFEILE BEIM TABBEN MIT DER TASTATUR */
.et-pb-arrow-next.keyboard-outline {
opacity: 1;
right: 22px;
}
.et-pb-arrow-prev.keyboard-outline {
opacity: 1;
left: 22px;
}
/* HINTERGRUND FÜR PFEILE HINZUFÜGEN */
.et_pb_slider.et_pb_bg_layout_dark .et-pb-arrow-next:before,
.et_pb_slider.et_pb_bg_layout_dark .et-pb-arrow-prev:before {
 background-color:black;
color: white;
}
.et_pb_slider.et_pb_bg_layout_light .et-pb-arrow-next:before,
.et_pb_slider.et_pb_bg_layout_light .et-pb-arrow-prev:before {
 background-color:white;
color: black;
}

/* ================================
BEHEBEN VON UNSICHTBAREN KONTRASTFEHLERN BEI SOCIAL ICONS
================================ */
.et_pb_social_media_follow_network_name,
.et_pb_search .screen-reader-text {
 color: black;
 background-color: white;
}
/* KEINE UNTERSTREICHUNG DIESER LINKS */
#et-main-area .et_pb_social_media_follow a.icon {
text-decoration: none;
}

/* ================================
Text MwSt und Versand
================================ */
.gm-tax-shipping-notice {
    font-size: 0.8em;       /* Schriftgröße etwas kleiner */
    color: #444444;            /* Dezentere Farbe */
    margin-top: 0px;        /* Abstand nach oben */
	padding-top: 0px;        /* Abstand nach oben */

}

