/*!
Theme Name: MLB
Author: Lucas Kwiotek
Author URI: http://lucaskwiotek.de
Description: Custom theme for Monitor Lehrkräftebildung project
Version: 1.0.2
Text Domain: mlb
*/

html {
  position: relative;
  min-height: 100%;
}

html, body{
	color: var(--wp--preset--color--foreground);
	font-family: var(--wp--preset--font-family--system-font);
  font-size: var(--wp--custom--typography--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--normal);
  overflow-x: hidden;
}

p{
	margin-top: var(--wp--custom--spacing--zero);
  margin-bottom: var(--wp--custom--spacing--large);
}

a{
	color: var(--wp--preset--color--primary);
}

img{
	max-width: 100%; /* or max-width: 100%; */
  height: auto;
}

/*a.truncated{
	width: 250px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}*/


@media (max-width: 992px){

	a.truncated{
		max-width: 250px;
	  display: inline-block;
	  text-overflow: ellipsis;
	  vertical-align: top;
	  overflow: hidden;
	  white-space: nowrap;
	}

}



a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: var(--wp--custom--spacing--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--small);
}

footer{
	background: #fff;
	color: #fff;
  padding-top: 100px;
}

input[type=text]{
	border-radius: 0;
}

button[type=button]{
	border-radius: 0;
}

.btn{
	border-radius: 0;
	transition-duration:  0, 0, 0, 0 ;
}

.btn-primary {
  color: #fff;
  background-color: #42A801;
  border-color: #42A801;
}

.btn-primary:hover {
  color: #fff;
  background-color: #42A801;
  border-color: #42A801;
}

.btn-secondary {
  color: #fff;
  background-color: #777474;
  border-color: #777474;	
}

.btn-secondary:hover {
  color: #fff;
  background-color: #777474;
  border-color: #777474;
}


input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-style: italic;
	color: #b1b0b0;
}

input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: italic;
	color: #b1b0b0;
}

input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
	font-style: italic;
	color: #b1b0b0;
}



.social-media-footer{
	background-color: #e1e0e0;
}

.social-media-icons{
	color: #777474;
}

@media (max-width: 767px) {
	.social-media-icons{
		text-align: center;
	}
}

footer a{
	color: #fff;
}

footer a:hover{
	text-decoration: none;
}

@media (max-width: 1366px) {
	#header-logo{
		width: 300px;
	}
}

@media (max-width: 992px) {
	#header-logo{
		width: 200px;
	}

	#site-menu-tooltip{
		display: none;
	}
}

footer .social-media-footer a{
	color: #777474;
}

footer .social-media-footer a:hover{
	color: #42A801;
}

.menu-footer{
	background-color: #b1b0b0;
	color: #fff;
}

.logo-footer{
	background-color: #fff;
	text-align: center;
	padding: 50px 0 50px 0;
}

.logo-footer a img{
	padding: 50px;
}

@media (max-width: 1366px){
	.logo-footer a img{
		padding: 25px;
	}
}

.navbar{
	background-color: #fff;
}

@media (min-width: 992px){
	.navbar{
		min-height: 180px;
	}
}


.navbar.sticky-top.scrolled {
  border-bottom: 1px solid #42A801;
/*  min-height:  unset;*/

}

/*.navbar.navbar-expand-lg.navbar-light.sticky-top.scrolled
.collapse.navbar-collapse{
	display: none!important;
}

.navbar-expand-lg.scrolled
.navbar-toggler{
	display: block!important;
}*/

.panel-dokumente, .panel-thema{
	transition:  0s;
}

.page-header{
	background: #CEE3C2;
}

h1.page-title{
	color: var(--wp--preset--color--foreground);
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0px;
}

@media (max-width: 767px){
	h1.page-title{
/*		padding-left: 15px;
	    padding-right: 15px;*/
		font-size: 26px;
	}
}

.jumbotron {
  padding: 2rem 0 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
.jumbotron p{
	margin-bottom: 1.5rem;
}

#navbarResponsive a.nav-link{
  font-weight: 900;
  text-align: center;
}


@media (max-width: 992px){
	#navbarResponsive a.nav-link{
		text-align: left;
	}
}

.navbar-collapse .collapse .show a.nav-link{
	text-align: left;
}

@media (min-width: 992px){
	#navbarResponsive a.nav-link{
	 	padding-bottom: 2rem;
	  padding-top: 2rem;
	}
}

#navbarResponsive a.nav-link:hover{
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 5px;
}

#navbarResponsive .active>.nav-link{
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 5px;
}

#navbarResponsive .dropdown-toggle.nav-link{
	text-decoration: none;
	color: inherit;
}

#menu-main-menu li:last-child a.nav-link{
	/*border-right: 1.5px solid;*/
}

.mlb-toggler{
	border: 0;
	padding: 0;
}

.site-menu{
	font-size: 24px;
}

.site-menu div a{
/*	padding: 12.5px 10px 12.5px 10px;
	border-top: 1.5px solid #e9ecef;*/
	display: block;
  position: relative;
  padding: .6em 1.2em;
  border-width: 1px 0 0!important;
  border-style: solid;
  border-color: #e8e8e8;
  text-decoration: none;
}

.site-menu ul{
	list-style-type: none;
	padding-left: 0;
}

.site-menu ul li a{
	display: block;
  position: relative;
  padding: .6em 1.2em;
  border-width: 1px 0 0!important;
  border-style: solid;
  border-color: #e8e8e8;
  text-decoration: none;
}

.site-menu ul li a:hover{
	background-color: #f5f5f5;
  transition-property: background-color,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  -webkit-text-decoration-skip: objects;	
}

.site-menu ul li:last-child{
	border-bottom: 1px solid #e8e8e8;
}

.site-menu div:last-child{
	border-bottom: 1px solid #e8e8e8;
}

.site-menu div a:hover{
	background-color: #f5f5f5;
  transition-property: background-color,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  -webkit-text-decoration-skip: objects;
}

.site-menu ul li ul.sub-menu li a{
	padding-left: 50px;
}

.site-menu ul li ul.sub-menu li:last-child{
	border-bottom: none;
}

.site-menu.page-menu{
	font-size: 18px;
}

.site-menu.page-menu .current-menu-item > a{
	background-color: #42A801;
    color: #fff;
}


#site-menu-tooltip h3{
	margin-bottom: 1rem;
}

#site-menu-tooltip ul li{
	padding: 0 10px 10px;
    font-size: 19px;
}

.jumbotron{
	background-color: #f1f0f0;
}

.container.pure-content{
	padding-top: 100px;
}

.modal-content{
	border-radius: 0;
	border: 0;
}

.modal-header h4{
	margin-bottom: .75rem;
	font-size: 28px;
	line-height: 2.3rem;
}

.modal-header h5{
	font-size: 16px;
	color: ;
}

.modal-title{
	color: var(--wp--preset--color--foreground);
}

.modal-body ul.nav.nav-tabs{
   border-bottom: unset;
}

.modal-body ul.nav.nav-tabs li{
  margin-right: 5px;
  padding: 6px 10px;
  background: grey;
  font-weight: 800;
}

.modal-body ul.nav.nav-tabs li a{
	color: #fff;
}

.modal-body ul.nav.nav-tabs li a:hover{
	text-decoration: unset;
}

.digramm-col{
	padding: 1rem;
}

.modal-diagramm-year{
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  padding-top: 5px;
}

#modal-footer-question-additional-info{
	font-size: 10px;
	padding-top: 20px;
}

.modal-footer-last-line{
	font-size: 10px;
	padding-top: 20px;
}

.entry-title, .page-title{
	/*padding: 6rem 0 6rem 0;*/
	padding: 3rem 0 1rem 0;
}

.breadcrumbs{
	padding-bottom: 3rem;
}

.post-date{
	margin-bottom: 15px;
    font-style: italic;
}

.post-title{
	font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}


.accordion > .card > .card-header {
  margin-bottom: 12px;
}


.card{
	border-radius: 0;
	border: 0;
	padding-bottom: 20px;
}

.card-header{
	background-color: #f1f0f0;
	border-bottom: 0;
	padding: 0;
}

.card-body{
	padding: 1.25rem 0;
}

.card-header .btn.btn-link{
	color: #777474;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 0.1rem 0.5rem 0.3rem 0.5rem;*/
  /*font-size: 1.2rem;*/
}


.card-header .btn.btn-link.collapsed:after {
  content: "+";
  color: #777;
  font-weight: 300;
  float: right;

  font-weight: 600;
  font-size: 1rem;
}

.card-header .btn.btn-link:after {
	float: right;
  content: "\2212";
}

.card-header .btn.btn-link:hover{
	text-decoration: none;
}

.card-header .btn.btn-link:focus{
	box-shadow: none;
	text-decoration: none;
}

.diagramm-preview{
  border: 2px solid;
  width: 345px;
  height: 345px;
  margin: 0 37px 20px 0;
  position: relative;
  float: left;
}

.diagramm-preview.last{
	margin-right: 0;
}

.diagramm-preview:hover{
	cursor: pointer;
	text-decoration: none;
	color: #42A801;
	/*background: url(../mlb/img/overlay-chart-prev.png) no-repeat scroll 50px 110px rgba(255, 255, 255, 0) !important;*/
}

.diagramm-preview-header{
	padding: .5rem;
	font-weight: 600;
	font-size: 14px;
	min-height: 80px;
}

.diagramm-preview-body{
	padding: 1rem 4rem;
}

#description-container.closed{
	overflow: hidden;
	height: 100px;
}

#open-description-container{
	cursor: pointer;
	text-decoration: underline;
}

#open-description-container:hover{
	color: #a6a3a3;
}

#close-description-container{
	cursor: pointer;
	display: none;
	text-decoration: underline;
}

#close-description-container:hover{
	color: #a6a3a3;
}

#description-container{
	position: relative;
}

.para-bottom{
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 80px 0 0px 0;
  background: url(img/para_bottom_bg.png) left bottom repeat-x;
}


.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #42A801;
}

ul.navbar-nav{
	margin-top: 0;
}

@media (min-width: 992px){
	#menu-item-93 {
    position: absolute;
    top: -5px;
    margin-left: 508px;
	}

	#menu-item-92{
    position: absolute;
    top: -5px;
    margin-left: 358px;
	}

	#menu-item-92 a.nav-link, #menu-item-93 a.nav-link{
    font-weight: 100;
    font-size: 14px;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
	  top: 65px;
	}
}


@media (max-width: 992px){
	.dropdown-menu{
		border: 0;
	}
}

.dropdown-menu{
	border-radius: 0;
}


#menu-item-92 a.nav-link:hover, #menu-item-93 a.nav-link:hover{
	text-decoration: none;
	text-decoration-thickness: unset;
}

.dropdown-item{
	color: rgba(0,0,0,.5);
}

/*#navbarResponsive .active>.nav-link{
	text-decoration: underline;
	text-decoration-thickness: 5px;
}*/

.post{
	border-bottom: 2px solid #BBB9B9;
  margin-bottom: 50px;
}

.chart-year{
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 25px;
}

/*	canvas.chart{
		padding: 0 15px;
	}*/

.chart-legend-element{
  margin-top: 10px;
  margin-left: 10px;
  overflow: hidden;
}

.chart-legend-text{
	font-size: 11px;
  margin-left: 35px;
}

.chart-legend{
	padding-top: 25px;
	padding-bottom: 50px;
	margin: auto;
	width: 70%;
}

.datamap{
  position: relative;
  margin: 0 auto;
  height: 450px;
  width:  345px;
}

.description.row, .additionalinfo.row, .notes.row {
	margin-top: 30px;
}

.notes-list .nav.nav-tabs li{
	padding: 5px 7.5px 5px 0px;
/*    border: 1px solid #dee2e6;*/
   
}

/*.notes-list .nav.nav-tabs li:last-child{
	border-right: 1px solid #dee2e6;
}*/

.notes-list .nav.nav-tabs li a:hover{
	text-decoration: none;
}

.notes-list .nav.nav-tabs li a.active{
	font-weight: 800;
}

.notes-list ul{
	margin: 10px 0 0 0;
	padding: 0;
  list-style-type: none;
  font-weight: normal;
}

.notes-list ul li{
  font-size: 11px;
/*    margin-bottom: 6px;*/
}

.exception-container{
	color:  red;
	margin-bottom: 20px;
}


.toggle-question-zusatzinfos{
	float: right;
	cursor: pointer;
	margin-top: 20px;
}

.question-zusatzinfos-button:hover{
	background: url(img/b_grau_info_ro.png) no-repeat scroll 0 0 transparent;
}

.open-diagramm-button{
	float: right;
}

h6.question{
	color: #59A330;
	font-weight: 800;
}


.question-container{
	padding-bottom: 100px;
}

.question-table{
	margin-bottom: 0px;
/*	background-image: linear-gradient(to right, #CEE3C2 1%, white 99%);*/
	background-color: #EFF7ED;
	font-size: 15px;
}

.table{
	color: #777474;
}

.table-fixed-head{ 
	overflow: auto; 
	max-height: 500px; 
}

/*.table-fixed-head thead {
	background-color: #DAEAD1;
}
*/

.table-fixed-head thead tr th{ 
	position: sticky; 
	top: 0; 
/*	background-color: #DAEAD1;*/
	vertical-align: middle;
/*	border-bottom: 2px solid #dee2e6;*/
	z-index: 1;
	background: linear-gradient(to top,#dee2e6, #dee2e6 1px, #DAEAD1 1px, #DAEAD1 100%);
	border-top:none;
}

.answer-row{
	margin: 0;
  background-image: linear-gradient(to right, #CEE3C2 1%, white 99%);
}

.answer-row .col-lg-1{
	padding: unset;
}

.answer-col{
	padding: 20px 0px 20px 20px;
}

.additional-question-row{
	border-top: 2px dotted var(--wp--preset--color--foreground);
}

.additional-question-title{
	font-weight: 800;
	color: #59A330;
	margin-bottom: 1.2rem;
}

.question-zusatzinfos{
	padding: 0 .75rem 0 .75rem;
	margin-top:  20px;
	font-size: 12px;
	background-color: #F1F0F0;
}

.question-zusatzinfo{
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.question-zusatzinfo p{
	margin-bottom: .75rem;
}

/* Page Veranstaltungskalender */
.event-container{
	margin-bottom: 50px;
}

/*.sb-panel{
	margin-top: 30px;
}*/

.sb-panel-head{
	background-color: #d1d0d0;
	text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
}

.upcomming-events{
	background-color: #f1f0f0;
  padding: 20px;
}

.upcomming-event{
	margin-bottom: 30px;
}

.upcomming-event:last-child{
	margin-bottom: 0px;
}

.row.dokument{
	margin-bottom: 50px;
/*	border-bottom: 2px solid #BBB9B9;*/
}

.row.dokument:last-child{
	margin-bottom: 0px;
	border-bottom: 0px;
}


.download-button a {
	color:  #777474;
}

.download-button a:hover {
	color: #42A801;
}

.fa-file-download a{
    padding: 40px 40px 0 0;
}

@media (min-width: 767px) {
	.download-button, .download-date{
		float: right;
	}

}

#laender_map {
  width: 370px;
  height: 1022px;
  position: relative;
  margin: auto;
}

#imagemap {
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: 9999;
}

#laender_map .map_image.default {
  display: block;
  position: absolute;
}

#laender_map .map_image {
  margin: 60px 0 0 20px;
  display: none;
  position: absolute;
}

.post-type-archive-hochschule h4{
	color: var(--wp--preset--color--foreground);
}


/*.default.map_image{
	display: inherit;
}

.map_image{
	display: none;
	position: absolute;
	top: 0px;
}*/

/********************
 * Gutenberg Styles *
 ********************/

/* Basic */
.entry-content{
	margin-top: 2rem;
}

.wp-block-image img {
  height: auto;
}

/* Page */
.sidebar-page{
	height: 500px;
	background-color: #e1e0e0;
}

.page-container{
	margin-top: 2rem;
}

.wp-block-embed figcaption{
	font-size: 0.8em;
}

/* Schwerpunkt CPT */
.schwerpunkt-teaser{
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.post-thumbnail{
	margin-bottom: 50px;
}

.post-thumbnail img{
	width: 100%;
  height: auto;
}

/* YouTube */
.wp-block-embed__wrapper iframe{
	width: 100%
}

/* Quote */
.wp-block-quote{
  border-left: .25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}

.wp-block-quote cite{
	font-style: normal;
	font-size: 13px;
}

/* Pullquote */
.wp-block-pullquote {
	border-top: 4px solid;
	border-top-color: currentcolor;
	border-bottom: 4px solid;
	border-bottom-color: currentcolor;
	margin-bottom: 1.75em;
	color: currentColor;
}

/* Heroic Glossary Block Frontend*/
@media (max-width: 767px){
	.hg-glossary .hg-content dl {
		display: block;
	}
}

.hg-item{
	margin-bottom: 50px !important;
}

.hg-item-title{
	margin-bottom: 15px !important;
}

.hg-glossary .hg-content .hg-content__letter {
  background-color: #f1f0f0;
}

.hg-glossary .hg-search input{
  border-radius: 0px;
}

.hg-glossary .hg-search input:focus-visible {
  outline: 0;
}

/* Accordion Blocks Block Frontend */
.c-accordion__title{
	background: #f1f0f0;
  padding: 12px;
}

.c-accordion__content{
	padding-left: 15px;
  padding-right: 15px;
}

h1.c-accordion__title, 
h2.c-accordion__title, 
h3.c-accordion__title, 
h4.c-accordion__title, 
h5.c-accordion__title,
h6.c-accordion__title
{
  color: #777474;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-accordion__title:after {
	position: relative;
  /* top: unset; */
  /* right: unset; */
  /* content: "+"; */
  color: #777;
  font-weight: 300;
  /* transform: translateY(-50%); */
  /* float: right; */
  /* margin-top: 8px; */
  transform: none;
  font-weight: 600;
  font-size: 1rem;
}

.no-answer-msg{
	background: url(img/b_warnhinweis.png) no-repeat scroll 0 0 #ffffff;
  margin: 20px 0;
  padding-left: 30px;
}

.mlb-select{
	width: auto;
}

.notes-footer{
  color: var(--wp--preset--color--foreground);
  font-size: 11px;
  padding: 0px 0px 10px 0px;
}

.notes-footer a{
	color: var(--wp--preset--color--foreground);
	text-decoration: underline;
}
.notes-footer a:hover{
	color: var(--wp--preset--color--foreground);
	text-decoration: underline;
}

.chart-lat {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
}

@media (max-width: 768px){
	.carousel-container {
		margin: 0;
		padding: 0;
		max-width: none;
	}
}


.carousel-item .meta-info img {
  position: absolute;
  top: 70px;
  left: 150px;
}

@media (max-width: 1200px){
	.carousel-item .meta-info img {
    top: 38px;
    left: 120px;
	}
}

@media (max-width: 960px){
	.carousel-item .meta-info img {
    top: 35px;
    left: 100px;
    width: 20%;
	}
}

@media (max-width: 720px){
	.carousel-item .meta-info img {
    top: 25px;
    left: 70px;
    width: 20%;
	}
}

@media (max-width: 540px){
	.carousel-item .meta-info img {
    top: 16px;
    left: 45px;
    width: 20%;
	}
}

#carouselHome .carousel-control-prev,
#carouselHome .carousel-control-next {
	width: 7.5%;
}

.post.last-post{
	border-bottom: unset;
}

#btnGreyscales{
	background: #b5b5b5;
  border: 0;
}

#btnGreyscales:not(:disabled):not(.disabled).active{
	background: #5c5b5b;
}

@media (min-width: 960px){
	.ladh-frame{
		width: 60%;
	}
}