/*
 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 =====================================================
	==================================================================  */


.entry-content {
min-height: calc(100vh - 182px);
}

#main-content .entry-content .et_pb_section .et_pb_row .et_pb_module p a {
    color: #0f3300;
	text-decoration: underline;
    font-weight: 600;
}

.drop_menu ul {right: 0px !important;}

.ShariffHeadline {
font-weight: 600;
font-size: 1.5vh;
}


/* mobile Menue */

.mobile_menu_bar:before {
color: #0359be!important;
}

#wpadminbar {
    z-index: 999999;
}


/*  ==================================================================
	Blog Style =======================================================
	==================================================================  */
/*Image Style */
.single.single-post .et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body figure.wp-block-image a img {
    border-radius: 5px!important;
}


/*  ==================================================================
	Joom United WP File Download =====================================
	==================================================================  */


#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {
  color: #000!important;
}



/*  ==================================================================
	Event Calendar ===================================================
	==================================================================  */

/* Meta Box auf Detailseite */

.single-tribe_events .tribe-events-event-meta {
    border: solid 1px #1e73be;
    border-radius: 5px;
}

#tribe-events #tribe-events-content .tribe_events .tribe-events-single-section .tribe-events-meta-group dl dd a {
	text-decoration: underline;
}



/*  ==================================================================
	WP YouTube Light Plugin ==========================================
	==================================================================  */

/* Link zu Google */ 
 
.video-wrapped .video-wrapped-play {
    text-align: center;
    font-size: 30px;
    padding-top: 310px;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 30%;
    cursor: pointer;
    text-shadow: 1px 1px 3px black;
}


/*  ==================================================================
	Menue CTA Button =================================================
	==================================================================  */


/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
	border: 2px solid #ffffff4f!important;
	padding: 12px!important;
	border-radius: 25px;
	text-align: center;
}
 
.menu-cta a:hover {
	background-color: #8dc63f;
	color: white!important;
}
 
.et_header_style_left #et-top-navigation {
	padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top: 6px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #fff !important;
}


/*  ==================================================================
	Stellenausschreibung==============================================
	==================================================================  */

/* Kategorie Sektion */
article.post-42 .et_pb_posts .el-dbe-blog-extra > article.et_pb_post .post-categories {
  min-height: 110px;
}
/* Überschrift */
article.post-42 .el-dbe-blog-extra article.et_pb_post .post-content h2.entry-title {
  min-height: 100px;
}
/* Content */
article.post-42 .el-dbe-blog-extra article.et_pb_post .post-content .post-data {
  min-height: 210px;
}


/* Dropdownmenue */
nav ul.nav li.drop_menu ul.sub-menu li.menu-item,
ul.nav li.menu-item ul.sub-menu li.menu-item {
  line-height: 1.4em;
}




/* Eye Able */

/* FLS: Screenreader only Text */
span.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}