/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
OWN STYLES & OVERRIDES
*********************/


/*GENERAL*/
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../fonts/open-sans-v35-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
}

h1, h2, h3, h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
  text-align: left;
}

h1{
	font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 300;
}

h2{
	font-size: 2rem;
}

h3{
	font-size: 1.3rem;
}

a{
	color: #c21b38;
}

a:hover{
	color: #333;
}

a:focus{
  color: #c21b38;
}

button{
  cursor: pointer;
}

/*
ul{
  list-style: none;
  margin-left: 0;
}
*/

hr{
	max-width: none;
	width: 100%;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.block{
  display: block;
}

.break-word {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.pointer{
  cursor: pointer;
}

.noscroll{
  overflow: hidden;
}

.bold{
	font-weight: 600;
}

.normal{
	font-weight: 400;
}

.italic{
  font-style: italic;
}

.larger{
  font-size: 1.2rem;
}

.smaller{
  font-size: 0.8rem;
}

.red{
  color: #c21b38;
}

.white{
  color: #fff;
}

a.black{
  color: #333;
}

.bg-red{
  background-color: #c21b38;
}

.bg-grey{
  background-color: #ddd;
}

.bg-lightred{
  background-color: #e7a4af;
}

.cap{
  text-transform: uppercase;
}

.list-style-none{
  list-style: none;
  margin-left: 0;
}

.wp-embedded-content{
  max-width: 100%;
}

.gradientborder{
  border: 1px solid;
  border-image: linear-gradient(to bottom, #ddd 30%, #fff 100%);
  border-image-slice: 1;
}

.clear-right{
	clear: right;
	display: block;
}

.hoverzoom{
  transition: 0.1s ease transform;
  z-index: 0;
  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
}

.hoverzoom.active{
  transform: scale(2) translate(25%, 0);
  z-index: 99;
  position: relative;
  cursor: -moz-zoom-out; 
  cursor: -webkit-zoom-out; 
  cursor: zoom-out;
}

.init-line-height{
  line-height: initial;
}

.margin-left{
  margin-left: 0.5rem;
}

.padding-right-1{
  padding-right: 1rem;
}

.margin-top-1{
  margin-top: 1rem;
}

.nopadding{
  padding: 0;
}

.nomargin{
  margin: 0;
}

.padding-1{
  padding: 1rem;
}

.boxpadding{
  padding: 1rem;
}

.hide, .print{
  display: none;
}

section{
  padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.off-canvas-content > section:first-of-type{
  padding-top: 2.5rem;
}

section.space{
  height: 1px;
  width: 100%;
  background-color: #ddd;
  padding: 0;
}

.first-section{
	margin-top: 1rem;
}

.border-top{
	border-top: 1px solid #ddd;
}

.button, .button:focus{
  background-color: #c21b38;
}

.button:hover{
  background-color: #d14d5d;
}

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: #333;
    color: #fefefe;
}

a .showall-button{
	text-align: center;
	background-color: #c21b38;
	color: #fff;
	padding: 0.5rem 1rem;
}

a .showall-button-negative{
	text-align: center;
	background-color: #fff;
	color: #333;
	padding: 0.5rem 1rem;
}

.excerpt{
	font-size: 0.9rem;
  padding-bottom: .5rem;
}

.watermark-right{
	background-image: url(../images/signet_watermark.png);
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.portrait{
  width: 100%;
  padding-bottom: 120%;
  background-size: cover;
  background-position: 50% 25%;
}

.square{
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-contain{
  background-size: contain;
}

.eighty{
  max-width: 80%;
}

.half{
  width: 50%;
}

.full{
  width: 100%;
}

.fullheight{
  height: 100%;
}

div.bg-placeholder{
  background-image: url(../images/logo_white.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #c21b38;
}

.overlay-light{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.6;
}

.overlay-gradient{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  opacity: 1;
  transition: .5s ease opacity;
}

li.space{
  margin: 1rem auto;
  height: 1px;
  background-color: #c3c3c3;
}

.pagination a{
  display: inline-block;
}

.pagination .current{
  background-color: #c21b38;
}

.float-image.float-right{
  padding-left: 1rem;
  max-width: 50%;
  display: inline-block;
}

.content-in-hero{
  margin-top: -8rem;
  background-color: #fff;
}

/*COLORS*/

.c-kirche-religion{
  background-color: #9172b1;
  border-color: #9172b1;
}

.c-wirtschaft-soziales{
  background-color: #7ab0e0;
  border-color: #7ab0e0;
}

.c-kultur-medien{
  background-color: #00aba0;
  border-color: #00aba0;
}

.c-junge-akademie{
  background-color: #dedd26;
  border-color: #dedd26;
}

.c-politik-recht{
  background-color: #5e75b8;
  border-color: #5e75b8;
}

.c-bildung-wissenschaft{
  background-color: #28b8ce;
  border-color: #28b8ce;
}
  
.c-natur-umwelt{
  background-color: #a0c96d;
  border-color: #a0c96d;
}

/*FOUNDATION OVERRIDES*/

.grid-container{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.thumbnail{
  margin-bottom: 0;
}

/*######################################HEADER*/
.top-bar, .top-bar ul{
	background: #fff;
}

.top-bar-right{
	min-height: 100%;
}

.logo{
	width: 12rem;
}

a.custom-logo-link{
  padding-left: 0;
}

.header a{
	color: #333;
}

.header a:hover{
	color: #c21b38;
}

.menu .active > a{
	background: initial;
	color: initial;
}

.menu .active > a{
	color: #c21b38;
}

.dropdown.menu .is-active > a {
  background: transparent;
  color: #c21b38;
}

.is-dropdown-submenu{
	border: none;
}

.is-dropdown-submenu-parent > a{
  cursor: default;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
	display: none;
}

.language{
  width: 100%;
  height: 100%;
}

#off-canvas{
  background-color: #c21b38;
}

#off-canvas a{
  color: #fff;
}

#off-canvas .accordion-menu .is-accordion-submenu a{
  padding-left: 2rem;
}

.offcanvas-social{
  padding: .7rem 1rem;
}

.offcanvas-social a{
  margin-right: .5rem;
}

#off-canvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after{
  border-color: #fff transparent transparent;
}

.position-right.is-transition-push{
  box-shadow: none;
}

/*HERO*/
.hero{
  width: 100%;
}

.hero-slide{
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 15rem;
}

.overlay-wrap{
  width: 100%;
  position: relative;
}

h1.page-title{
  padding-bottom: 1.5rem;
  font-size: 1.75rem;
  color: #ffffff;
  text-shadow: 0 0 10px #303030;
  cursor: default;
}

.hero-gradient{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.hero-static, .hero-publication{
  width: 100%;
  height: 7rem;
  background-position: center;
  background-size: cover;
}

.orbit-bullets button{
  border-radius: 0;
}

.orbit-bullets button.is-active{
  background-color: #c21b38;
}

ul.hero {
  list-style: none;
  margin: 0;
}

.hero .orbit-caption{
  width: auto;
  max-width: 80%;
  bottom: 10%;
  background-color: rgba(194,27,56,.9);
}

.hero .orbit-caption h2{
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}

.hero .orbit-caption a{
  color: #ffffff;
}

.hero .orbit-caption a:hover{
  color: #dddddd;
}

.hero .orbit-caption p{
  margin-bottom: 0;
  font-size: 0.8rem;
}

.orbit-caption .desc{
  padding-right: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  h1.page-title{
    font-size: 2.5rem;
  }
  .hero-slide{
    height: 35em;
  }
  .hero-static{
    height: 25rem;
  }
  .hero .orbit-caption h2{
    font-size: 1.5rem;
  }
  .hero .orbit-caption p{
    font-size: 1rem;
  }
}

/* FOOTER */

.footer{
  background-color: #c21b38;
  color: #fff;
  font-size: 0.8rem;
}

footer.footer section{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer a{
  color: #fff;
}

.footer .menu .active > a{
  color: #fff;
}

.footer ul {
  flex-direction: column;
}

.footer .menu a {
  padding: 0.4rem 0;
}

#logo_footer{
  width: 20rem;
  max-width: 50vw;
}

.brands i{
  padding-left: .5rem;
}

/*###################################################STARTSEITE*/
/*GENERAL*/


/*MISSION STATEMENT*/

.mission-statement h1{
  text-align: center;
  text-transform: none;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 40em) {
  .mission-statement h1{
    font-size: 1.5rem;
  }
}

/*NEWS*/
.news-data{
  padding-bottom: .25rem;
  margin-bottom: 1rem;
	border-bottom: 2px solid #ddd;
}

.news-section img{
  border: 2px solid #fff;
}

.aktuelles-preview-title{
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.aktuelles-preview-header:hover .aktuelles-preview-header-image{
  transform: scale(1.1);
}

.aktuelles-preview-header:hover .overlay-gradient{
  opacity: 0;
}

.aktuelles-preview-header{
  position: relative;
  overflow: hidden;
}

.aktuelles-preview-header-image{
  padding-bottom: 100%;
  width: 100%;
  margin-bottom: .2rem;
  background-size: cover;
  background-position: top;
  transition: .5s ease transform;
}

.aktuelles-titel{
  margin-bottom: 1.5rem;
}

/*PROGRAMM*/

.tagung-preview-header:hover .tagung-preview-header-image{
  transform: scale(1.05);
}

.tagung-preview-header:hover .overlay-gradient{
  opacity: 0;
}

.tagung-preview-header{
  height: 14rem;
  width: 100%;
  margin-bottom: .2rem;
  border-bottom: 6px solid transparent;
  overflow: hidden;
  position: relative;
}

.tagung-preview-header-image{
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: .5s ease transform;
}

.tagung-preview-title{
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.tagung-preview-content{
  padding-top: .25rem;
  padding-bottom: .5rem;
}

/*TEMPLATE: TAGUNGSSEITE*/
/*MAIN*/

.tagung-title{
  margin-top: -5rem;
  background-color: #fff;
}

.tagung-title h1{
  margin: 0;
  font-size: 2.2rem;
  font-weight: 400;
}

.tagung-title p{
  margin-bottom: 0;
}

.tagung-hero{
  height: 30rem;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-color: #e6e6e6;
  border-bottom: 5px solid transparent;
  z-index: -1;
  position: relative;
}

.tagung-content{
  background-color: #fff;
}

/*SIDEBAR*/

.sidebar p{
	margin-bottom: 0.6rem;
}

.sidebar{
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.sidebar section {
  padding: 1rem;
  width: 100%;
}

.sidebar section:nth-child(odd){
  background-color: #e6e6e6;
}

.sidebar section:nth-child(even){
  background-color: #f3f3f3;
}

.sidebar section.anmeldung{
  background-color: #c21b38;
  color: #fff;
}

.sidebar section.anmeldung:hover{
  background-color: #d14d5d;
  color: #fff;
}

.sidebar section.anmeldung.ausgebucht{
  background-color: #aaa;
  color: #fff;
}

.sidebar section.anmeldung.ausgebucht:hover{
  background-color: #d14d5d;
  color: #fff;
}

.downloads a{
  color: #333;
}

.downloads .thumbnail{
  background-color: #efefef;
  transition: 0.2s ease transform;
}

.downloads .thumbnail:hover{
  transform: scale(1.08);
}

.downloads ul{
  list-style: none;
  margin-left: 0;
}

.downloads ul li{
  margin: 0.5rem 0;
}

.tagungsleitung ul{
  margin: 0;
}

.sidebar section.partner{
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.sidebar section.partner div p:last-child{
  margin: 0;
}

.sidebar section.partner div{
  margin-bottom: 1.5rem;
}

.sidebar section.partner div:last-child{
  margin-bottom: 0;
}

.sidebar section.partner img{
  max-height: 8rem;
}

/*TABS*/

.tabs{
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom: none;
}

.tabs-title{
  float: none;
}

.tabs-title > a{
  font-size: 1.2rem;
  padding: 0.75rem 0.75rem;
  color: #333;
}

.tabs-title > a:hover{
  color: #333;
  background-color: #e6e6e6;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected="true"]{
  background-color: #c21b38;
  color: #fff;
}

/* Medien */

.tagung-medien .cell:hover{
  background-color: #e6e6e6;
}

.medien .orbit-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}

.medien .orbit-wrapper{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 1;
}

.medien .orbit-container{
  height: auto !important;
  max-width: 80%;
}

.medien .gallery-img{
  max-height: 100vh;
}

.medien .orbit-controls button{
  cursor: pointer;
  background-color: rgba(194,27,56,.9);
}

.medien .orbit-controls button:hover{
  background-color: rgba(100,100,100,.9);
}

.medien .orbit-bullets{
  z-index: 1;
  margin: 0 -3px;
}

.medien .orbit-caption{
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	max-width: 100%;
	padding: 0.5rem;
	font-size: 0.8rem;
}

.hide-orbit{
  display: none !important;
}

.close-orbit{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  color: #fff;
  background-color: rgba(194,27,56,.9);
  z-index: 3;
  cursor: pointer;
}

.close-orbit:hover{
  background-color: rgba(100,100,100,.9);
}

.medien .orbit-bullets .orbit-button{
  cursor: pointer;
  background-size: cover;
  height: auto;
  opacity: 0.9;
  transition: 0.2s ease transform;
  border: 3px solid white;
  margin: 0;
}

.medien .orbit-bullets .orbit-button:hover{
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}

.medien .orbit-bullets .bullet-square{
  width: 100%;
  padding-bottom: 100%;
}

.medien .tagung-audio{
  margin-bottom: 1rem;
  background-color: #f3f3f3;
}

.medien .audio-desc{
  padding: .75rem;
}

.medien audio{
  width: 100%;
  display: block;
}

/* PAGE: DAS PROGRAMM */

.search-list-head{
  margin-bottom: .5rem;
  margin-top: -6px;
}

.single-tagung section{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.search-list-image{
  padding-bottom: 50%;
  width: 100%;
  margin-bottom: .2rem;
  background-size: cover;
  background-position: top;
  border-bottom: 5px solid transparent;
  background-origin: border-box;
}

.search-image-link{
  position: relative;
  display: block;
}

.online-banner{
  background-image: url(../images/online_banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7em;
  height: 7em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.overlay-wrap .online-banner{
  width: 10em;
  height: 10em;
}

.entfaellt-banner{
  background-image: url(../images/entfaellt_banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7em;
  height: 7em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.overlay-wrap .entfaellt-banner{
  width: 10em;
  height: 10em;
}

@media print, screen and (min-width: 40em) {
  .search-list-image{
    padding-bottom: 100%;
  }
}

/* PAGE: PUBLIKATIONEN */

.search-list-image.publikation-img{
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 140%;
}

.publikation-titel{
  margin-bottom: 2rem;
}

/* PAGE: KOLLEGIUM */

.user ul{
  list-style: none;
  margin-left: 0;
  margin-top: 1rem;
}

/* Author */

.author h1{
  margin-bottom: 0;
}

/* PAGE: ANFAHRT */
.leaflet-pane {
    z-index: 0!important;
}

.map-buttons{
  z-index: 1005;
  text-align: center;
  position: absolute;
  transform: translateY(-100%);
}

/*FORMULARE*/
/*ANMELDUNG*/
#wpcf7-f116-p117-o1 br{
  display: none;
}

.checkbox-margin{
	margin-right: 1rem;
}

/*
input{
	flex: none;
}
*/

label p, .p-inline-block p{
  margin-bottom: 0;
  display: inline-block;
}

.input-middle input{
  margin-bottom: 0;
}

.input-middle{
  margin-bottom: .5rem;
}

textarea{
  min-width: 100%;
}

/* SEARCH AND FILTER */

.searchandfilter *{
  font-size: 0.8rem;
}

.searchandfilter ul{
  margin: 0;
}

.searchandfilter ul li:first-child{
  padding-top: 0;
}

.searchandfilter h4{
  padding-top: 0;
}

.searchandfilter input, .searchandfilter select{
  margin: 0;
}

.ll-skin-melon .ui-widget{
  background-color: #c21b38;
}

.ll-skin-melon .ui-datepicker th{
  border-top: none;
}

.ll-skin-melon td .ui-state-default{
  color: #333;
}

.searchandfilter label{
  width: 100%;
}

.searchandfilter ul li[data-sf-field-input-type="checkbox"] li{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.searchandfilter label.sf-label-checkbox{
  width: auto;
}

.sf-input-select option{
  max-width: 1rem;
}

.chosen-container-single .chosen-single{
  background: #fff!important;
  border-radius: 0;
  height: 2.4375rem;
  line-height: 1.5;
  padding: .5rem;
  border-color: #cacaca;
  box-shadow: none;
}

.chosen-container-single .chosen-single div b{
  background-position: 0 9px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: -18px 9px;
}

.chosen-container{
  max-width: 100%;
}

.chosen-container *{
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* EIGENE SEKTION */

.flex-video, .responsive-embed, .content-image img{
  margin-bottom: .25rem;
}

/* BLOG */

section.comment_content{
  padding: 0;
}

.comment-respond{
  clear: both;
}

.comment-author{
  font-size: 90%;
}

/* PODCAST */

.plyr{
  --plyr-color-main: #c21b38;
}

.podcast-player-link{
  padding: 0 1.2rem;
}

.podcast-audio{
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  justify-content: space-between;
}

.podcast-header{
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}

.podcast-header h4{
  padding: 0 1.2rem;
  max-width: 80%;
  margin-bottom: 0;
}

.podcast-header .podcast-logo{
  max-width: 20%;
  padding: 0 1.2rem;
  padding-left: 0;
}

/* PAGE: MEDIATHEK */

.mediathek-preview-side-item a{
  display: inline-block;
  width: 100%;
  color: #333;
}

.mediathek-title{
  font-size: 90%;
}

.mediathek-preview-image{
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  margin-bottom: .2rem;
  background-size: cover;
  background-position: top;
  background-origin: border-box;
}

.mediathek-preview-image.square{
  padding-bottom: 100%;
}

.mediathek-preview-side-item{
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.mediathek-preview-side-item:not(:last-child){
  border-bottom: 1px solid #c3c3c3;
}

.play-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.mediathek-preview-side-item a:hover .play-overlay{
  background-color: rgba(255, 255, 255, 0.5);
}

.play-overlay svg{
  height: auto;
  width: 25%;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

.important-notice{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  z-index: 1000;
}

.important-notice-content{
  text-align: center;
  max-width: 800px;
  font-weight: 600;
  font-size: 80%;
}