﻿/*** Bugfix? second sidebar column REMOVE AFTER FIXED START ***/
.navigation-main__container:not(.navigation-main__container--is-visible) .menu-item.menu-item-has-children.current-menu-parent:not(:hover) > .sub-menu,
.navigation-main__container:not(.navigation-main__container--is-visible) .menu-item.menu-item-has-children.current-menu-ancestor:not(:hover) > .sub-menu {
  max-width: unset !important;
  max-height: unset !important;
  overflow: unset !important;
}

/*** Bugfix? second sidebar column REMOVE AFTER FIXED START ***/
.mobile-flex-parent .mobile-flex-child-3 { float: right; }
/*** Bugfix? second sidebar column END ***/

/*** Bugfix? second sidebar h3 size in widgets ***/
.widget .widget-title-holder h3 {
  font-family: Muller,Arial,sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 1rem;
  margin-top: 4rem;
  text-transform: uppercase;
}

.top_sidebar .post-preview--press-release a.post-preview__link {
  font-size: 18px;
}
/*** Bugfix? second sidebar h3 size in widgets END ***/
/********************* languages START **************************/
.newsletter__languages .form-group-inline:nth-of-type(3),
li.lang-item.lang-item-es,
li.lang-item.lang-item-fr,
li.lang-item.lang-item-pl {
    display: none;
}
/********************* languages END **************************/



/*
.newslist article:nth-of-type(2), 
.newslist article:nth-of-type(3), 
.newslist article:first-of-type
{ display: none; }
.newslist_sticky h2 {display: none; }
*/

/*
.is_front_page .newslist article:first-of-type { display: none; }
.topnews .block-headline { display: none; }
*/
/*
.header--condensed .readmorebutton 
{display: none; }
*/
.readmorebutton {
    margin-top: 0.5rem;
    display: block;
}

/********** Timeline BEGIN ***************/
/*.timeline-item.timeline-item-dimmed { opacity: 0.5;  font-size: 110%;}*/  /*default*/
.timeline-item.timeline-item-dimmed { opacity: 0.5;  font-size: 100%;}
/*.timeline-item.timeline-item-smaller { font-size: 110%;}*/  /*default*/
.timeline-item.timeline-item-smaller { font-size: 100%;}

ul.timeline { padding-top: 1rem; }

.timeline-item {
    /*font-size: 1.6rem;*/
    font-size: 1.8rem;
    /*font-size: 2.0rem;*/  /*default*/
    /*padding-top:3rem;*/
}

/*.timeline-item::before { margin-top: 3rem; }*/


#image_outsideinfobox_wrap {padding-top: 1em; } 
#image_infobox_wrap{padding-top: 10px;}

.timeline-item--primary .timeline-item__title {
   /* font-size: 2.5rem;*/
    /*font-size: 2.3rem;*/  /*default*/
    font-size: 110%;
}
.timeline-item--primary .timeline-item__date {
  font-size: inherit;
}

.header__infobox {
/*    padding-bottom: 0;*/
margin-top: 3rem;
padding-top: 2.5rem;
padding-bottom: 1rem;

/*Infobox verbergen*/
/*display: none; */
}

.header__inner {
    padding-top: 1.5rem;
}

.newsletter {
    margin-top: 3rem;
}
.timeline-item--primary .timeline-item__title::before {
    /*height: 2.7rem;
    left: -0.7rem;
    top: -.5rem;
    width: 2.7rem;*/
/*
    height: 3.2rem;
    left: -0.9rem;
    top: -.7rem;
    width: 3.2rem;
*/
    /*margin-top: 3rem;*/
}

.timeline-item__title::before {
    height: 2.2rem;
    left: -.48rem;
    width: 2.2rem;
    top: -0.3rem;
}
/********** Timeline END ***************/


/*****************Vorschlag fuer Header ANFANG **************************/

/*

.timeline-item {
   margin-top: 2rem;
   margin-bottom: 2rem;
   font-size: 2rem;
}

.header__infobox {
   margin-top: 0.5rem;
   padding-bottom: 3rem;
}

.timeline-item::before {
   top: 3rem;
}
*/
/*****************Vorschlag fuer Header ENDE**************************/

/*****************podcast menuicon START**************************/
.navigation-main .podcast a:hover,
.navigation-main .podcast a,
.navigation-main .podcast a:visited{
    background-color: transparent!important;
}

.navigation-main .podcast {
    background-image: url('/wp-content/uploads/2019/05/EG_Podcast-40x40.png');
    position: absolute;
    right: 0px;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.navigation-main .podcast a {width: 100%; height: 100%; }
.navigation-main .podcast a::before {
	content: ' ';
	background-image: url('/wp-content/uploads/2019/06/wave_transp.gif');
	width: 45px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 45px;
	background-position: center;
	position: absolute;
	left: -45px;
	top: -5px;
}
.navigation-main .podcast a span { display: none; }


@media screen and (max-width: 740px) {
	.navigation-main .podcast {
		background-image: none;
		position: inherit;
                width: 100%;
                height: 100%;
	}

	.navigation-main .podcast a span { display: inherit; }

.navigation-main__container > .current-menu-item.podcast > a, 
.navigation-main__container > .current-menu-parent.podcast > a {
    background-color: #fff;
    color: #00b1f0;
    text-decoration: none;
}

.navigation-main__container > .menu-item.podcast  > a:hover {
    background-color: #fff!important;
    color: #00b1f0;
    text-decoration: none;
}
}
/*****************podcast menuicon END**************************/

/*****************Tooltip BEGIN**************************/

#littleTIP {

max-width: 20em;
padding: 0.5em;
}

#littleTIPbackground {
background-color: white;
border: 1px solid rgb(51,51,51);
border-radius: 12px;
}

#littleTIPtext {

font-family: Helvetica, sans-serif;
font-size: 100%;
text-align: left;
}

.questionmark_hdr {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    text-align: center;
    margin: 0;
        margin-right: 0px;
        margin-left: 0px;
    padding: 0;
    cursor: help;
    box-sizing: border-box;
    background-color: #f1f1f1;
    margin-left: 0.5em;
    margin-right: 0.5em;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: monospace;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAINJREFUeNpiYBgqgB+I+4H4PRD/R8LrgVieFIPOoxmAjN8Ta1g8mkaQy/LRXDefGIPWI2moRxKvRxLfj66JBYtBD4D4AJS9AUlcgBqBj+7demoYch4aqyQBeTRD5pPrpXy0NIQTMBEwCDmAJwyKrBKPlJr1KfFaApIXA+jiosEHAAIMADOrMypd/5JqAAAAAElFTkSuQmCC');
}

/*****************Tooltip END**************************/

/***************Submenu 3. level Desktop START *************************/
@media screen and (min-width: 741px) {

	.navigation-main__container .menu-item.menu-item-has-children.is-submenu-toggle > ul {
		/*margin-top: 1.5rem;*/
	}
	.navigation-main__container .menu-item.menu-item-has-children.is-submenu-toggle > a {
		display:inline-block;
	}
	.navigation-main__container .menu-item.menu-item-has-children.is-submenu-toggle > .submenu_button {
		display: inline;
			display: block;
			float: right;
			margin-top: 0.5rem;
		cursor: pointer;
		font-size: x-large;
		font-weight: 700;
	}

	.navigation-main__container .menu-item.menu-item-has-children.is-submenu-toggle > .submenu_button::before {
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		height: 2rem;
		width: 2rem;
		background-image: url(/wp-content/themes/eg2016/dist/images/ArrowBlack.svg);
		-webkit-filter: invert(100%) sepia(0) saturate(7464%) hue-rotate(35deg) brightness(97%) contrast(114%);
		filter: invert(100%) sepia(0) saturate(7464%) hue-rotate(35deg) brightness(97%) contrast(114%);
		content: "";
		background-repeat: no-repeat;
		background-position: center;
		display: inline-block;
		background-size: contain;
	}
	.navigation-main__container .menu-item.menu-item-has-children.is-submenu-toggle.submenu_open > .submenu_button::before {
			-webkit-transform: scaleY(-1);
			-o-transform: scaleY(-1);
			transform: scaleY(-1);
	}
}
/***************Submenu 3. level Desktop END *************************/


