/*
 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
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


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


/*** MAKE SITE WIDER ON SMALLER SCREENS ***/
@media only screen and (max-width: 980px) {
.row-mobile-width {
width: 100%!important; /*** you might need !important ***/
}
}


/*  ==================================================================
	DIVI OVERLAYS ====================================================
	==================================================================  */

/* Rahmen im Menue entfernen */
#top-menu > li a:active, #top-menu > li a:focus  {
border:none !important;
outline:none !important;
}

#page-container { -moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important; }

.menu1 {
    padding-bottom: 0em;
}

/* Rahmen im Menue entfernen Ende */


/*  ==================================================================
	Footer ===========================================================
	==================================================================  */
/* Footer Telefonnumer, Telefax und Email Divs */

	div.table {
	display: table;
	width: 100%;
	border: none;
	padding: 0px;
}

div.spalte1 {
	display: inline-block;
	border: none;
	width: 60px;
	padding: 1px;
}

div.spalte2 {
	display: inline-block;
	border: none;
	width: calc(100%-60px);
	padding: 1px;
}

/* Footer Telefonnumer, Telefax und Email Divs Ende */


/*  ==================================================================
	Post Archive =====================================================
	==================================================================  */
/* Rahmen Post Archive */


.dtb_archives .et_pb_post .entry-featured-image-url {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 3px solid #a1ad26;
}

.dtb_archives .et_pb_post .dtb-post-wrap {
    border-left: 3px solid #a1ad26;
    border-top-left-radius: 0px!important;
    border-bottom: 3px solid #a1ad26;
}

/* Rahmen Post Archive Ende */


.eg-henryharrison-element-1 {
    color: #fff!important;
}







.expand-content {
    display: none;
    margin-top: 10px;
}
.expand-button {
    cursor: pointer;
    background-color: #a1ad26;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color 0.3s;
	margin-top: 10px;
}

.expand-button:hover {
    background-color: #a1ad26;
}