html {
  overflow-y: scroll;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  scroll-behavior: smooth;
}
textarea {
  resize: vertical;
  min-height: 6.4em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
button {
  cursor: pointer;
}
img:not([src$='.svg'], .rte-img-left, .rte-img-right),
video,
object {
  max-width: 100%;
  width: auto;
  height: auto;
}
img[src$='.svg'] {
  max-width: 100%;
}
audio {
  display: block;
  width: 100%;
}
iframe {
  width: 100%;
  min-height: 300px;
}
.embed-responsive iframe {
  min-height: 0;
}
a {
  color: inherit;
  transition: all 0.2s;
}
caption {
  caption-side: top;
}
figure,
.figure {
  margin-bottom: 0;
}
figcaption,
.figcaption {
  margin: 0.4em 0 3.2em;
}
.highlight {
  background-color: #f3f3f3;
}
dd {
  margin-left: 0;
  margin-bottom: 1.6em;
}
.iconlist {
  list-style: none;
  padding: 0;
}
.iconlist li {
  padding-bottom: 0.4em;
}
/* Buttons */

.btn {
  border-radius: 5px;
  border: none;
  padding: 0.9em 1.6em 0.8em;
  margin: 0.5rem 0;
  transition: all 0.4s;
  white-space: normal;
}
.btn + .btn {
  margin-left: 2em;
}
.btn-small {
  padding: 0.5em;
}
.btn:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.btn-search,
button[type=submit].btn-search {
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25em;
  width: 3em;
  overflow: hidden;
  height: auto;
  padding: 0 0 0 3em;
  border: none;
  margin: 0;
  text-align: center;
}
.btn-filter {
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0.5em 1em;
  margin: 1px 0;
  overflow: hidden;
}
.btn-filter-margin {
  margin-bottom: 15px;
}
.no-gutters .btn-filter {
  width: 99%;
}
.btn-text {
  text-align: left;
  white-space: normal;
  padding: 0.3em 0.8em 0.1em 0.5em;
  margin-bottom: 0.1em;
}
.btn-filter:after {
  display: block;
  content: '×';
  position: absolute;
  font-size: 1.4286rem;
  top: 0.1em;
  right: -1em;
  transition: 0.2s;
  opacity: 0;
}
.btn-filter.btn-text:after {
  top: -0.1em;
  right: -1.15em;
}

.btn-filter-active {
  padding-right: 2.2rem;
}
.btn-filter-active:after {
  transform: translateX(-1.7em);
  opacity: 1;
}
.filter-count {
  float: right;
  opacity: 0.6;
  font-size: 0.857em;
  padding-top: 0.163em;
  margin-left: 0.3em;
}
.btn-filter-active .filter-count {
  opacity: 0;
}
.stage .btn {
  line-height: 1.2;
  padding: 0.6em 1em 0.45em;
}
.rte-img,
.rte-video {
  display: block;
  position: relative;
  overflow: hidden;
}
.rte-img-center {
  clear: both;
  margin: 0 auto 1.6em;
  display: block;
}

.rte-img-left,
.rte-img-right {
  margin: 0.4em auto 1.6em;
  max-width: 100%;
  height: auto;
}

@media (min-width: 600px) {
  .rte-img-left {
    float: left;
    margin-left: 0;
    margin-right: 1.6em;
  }
  .rte-img-right {
    float: right;
    margin-left: 1.6em;
    margin-right: 0;
  }
}

.rte-img figcaption,
.rte-img .figcaption,
.rte-video figcaption,
.rte-video .figcaption {
  pointer-events: none;
  font-size: 1.1428em;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 100px 15px 1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, #000000 100%);
  margin: 0;
  transition: 0.2s;
}

.lightbox:hover,
.lightbox:focus {
  cursor: zoom-in;
}

.lightbox:hover ~ .figcaption,
.lightbox:focus ~ .figcaption,
.rte-video:hover figcaption,
.rte-video:hover .figcaption {
  opacity: 0;
}


@media (min-width: 1100px) {
  .news .rte-img-center figcaption,
  .news .rte-img-center .figcaption  {
    text-align: left;
  }
  .news .rte-img-center > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .news .rte-img-left {
    margin-left: -100px;
  }
  .news .rte-img-left + .rte-img-left {
    margin-right: 0;
  }
  .news .rte-img-right {
    margin-right: -100px;
  }
  .news .rte-img-right + .rte-img-right {
    margin-right: 0;
  }
}

/* Forms */
.control-label {
  font-weight: bold;
}

.form-group .form-group {
  margin-bottom: 0;
}

.form-group + .form-group {
  margin-top: 1.6em;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
}
.form-group .input {
  width: 100%;
}

.form-check {
  padding-left: 0;
  margin-right: 1.6em;
}
.form-check-label {
  position: relative;
  padding-left: 2.4em;
}
.form-check.radio .form-check-input {
  margin-left: -1.5em;
}
.form-check .form-check-input {
  margin-left: 0;
}
.form-radio-label {
  margin: 0 3em 0 0.4em;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.error {
  color: #c00;
}
.error.help-block {
  display: inline-block;
  padding: 0.4em 0.4em 0.4em 0.8em;
}
.has-error .form-control {
  border-left: 0.4em solid #c00;
}
span.required {
  font-family: MS Comic Sans, serif;
  font-weight: bold;
  opacity: 0.5;
}
.main input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
}
.main input[type=checkbox] ~ span:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  display: inline-block;
  font-size: 1.26em;
  cursor: pointer;
  content: ' ';
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
}
.marketing-subscription-list input[type=checkbox] {
  position: static;
  opacity: 1;
  width: 20px;
}

.marketingForm input[type=checkbox] {
  position: initial;
  opacity: initial;
  width: initial;
  z-index: initial;
}
.main .has-error input[type=checkbox] ~ span:before
/*.main input[type=checkbox]:invalid ~ span:before*/ {
  border-color: #a00;
  box-shadow: 0 0 0 1px #a00;
}
.main input[type=checkbox]:focus ~ span:before {
  border-color: #000;
  box-shadow: 0 0 0 1px #000
}
input[type=checkbox]:checked ~ span:before {
  content: '\002713';
  border-color: #000;
  font-weight: bold;
}

/* doc */
._doc {
  /* documentation for example pages */
  background-color: #efe;
  outline: 2px dashed green;
  padding: 1em;
}
.extbase-debugger {
  margin-top: 7em;
}

/* ------------------------ SCHEDULE -----------------  */

.inhalt .schedule-wrapper {
  padding-top:3rem;
}

.schedule-wrapper {
  padding-top:10rem;
  position:relative;
  background-size:cover;
  background-attachment:fixed;
  padding-bottom:10rem;
  background-position: center;
}

.cd-schedule-modal {
  z-index:9999;
}

.cd-main-header h1 {
  color:#fff;
  text-align:left;
}


.schedule-inhalt {
  display:none;
}

.cd-schedule em {
  font-style: normal !important;
}

.js .cd-schedule__timeline li::after {
  display:none;
}

.cd-schedule__event a {
  /*background:#F7FBFF !important;*/
  background:rgba(255,255,255,0.9) !important;
  transition: ease all 0.5s;
  position:relative;
  transform:scale(0.97);
  box-shadow:none !important;
}

.js .cd-schedule__top-info > span {
  font-weight:700;
  color:#fff;
  font-size:1rem;
}

.js .cd-schedule__timeline li span {
  color:#fff;
  font-size:1.25rem;
  font-family:'Netto OT', sans-serif;
  font-weight:700;
}

.cd-schedule__name  {
  /*padding-left: 6rem;*/
  color:#002d64;
  font-size:1rem;

}

.cd-schedule__event .location {
  font-style:normal;
  display:block;
  width:100%;
}

.cd-schedule-modal__name {
}

.cd-schedule__event .cd-schedule__name p {
  margin-bottom:0;
}

.cd-schedule__event a::before {
  /*position: absolute;
  left: 15px;
  top: 1.25rem;*/
  color:#002d64;
  font-size: 0.95rem;
}

.cd-schedule-modal__header-bg  {
  background:#002d64 !important;
}

.cd-schedule-modal__event-info {
  padding:1.5rem;
}

.cd-schedule-modal__event-info ul li {
  list-style:disc;
  padding:5px 0;
}

.cd-schedule-modal__event-info p {
  font-size:0.9rem;
}

.cd-schedule__event p {
  margin-bottom:0.5rem;
}

.cd-schedule__event img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius:50%;
}

.cd-schedule-modal__name  {
  font-size:1.25rem;
}

.cd-schedule-modal__date {
  font-size:0.9rem;
}

.motto {
  font-size:1rem;
}

.cd-schedule-modal__img {
  /*filter: brightness(0) invert(1);*/
  width:75px !important;
  height:75px !important;
  object-fit: contain;
  margin-bottom:1rem;
  margin-top:1rem;
  border-radius:50%;
}

.cd-schedule-modal__content img  {
  display:none;
}

.cd-schedule-modal__content img[src*="/"] {
  display:block;
}

.cd-schedule-modal__extra, .cd-schedule-modal__location {
  color:#fff;
}

.cd-schedule-modal__location{
  position: relative;
  margin-left: 22px;
  padding-left: 2px;
}

.cd-schedule-modal__location span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    width: 22px;
    height: 22px;
    background: url(../images/icon-location-white.svg) no-repeat;
    transform: translate(0,-50%);
}

.cd-schedule-modal__extra, .cd-schedule-modal__location {
  margin-bottom:1rem;
  width:100%;
}

.cd-schedule-modal__content {
  display:block;
}

.js .cd-schedule__event a {
  padding-right:4.5rem;
}

@media (min-width: 1024px) {

  .cd-schedule-modal__name  {
    padding:0;
  }

  .cd-schedule__event {
    padding:0 0.5rem;
  }

  .cd-schedule__event a:hover  {
    opacity:0.75;
    transform:scale(0.925);
    border-radius:10px;
  }

  .js .cd-schedule__group > ul {
    /*height:calc(var(--schedule-rows-height)*var(--schedule-rows-number));*/
    height:100%;
  }

  .js .cd-schedule__top-info  {
    position:relative;
    display:block;
    padding-left:1rem;
    border:none;
  }

  .js .cd-schedule__top-info span {
    font-size:1.25rem !important;
    position:absolute;
    top:-3rem;
  }

  .cd-main-header {
    margin-bottom:10rem;
  }

  .cd-main-header.agenda-no-spacer {
    margin-bottom:-2rem;
    margin-top:-5rem;
  }

  .cd-schedule__top-info {
    font-family:'Netto OT', sans-serif;
    font-size:1.15rem;
  }

  .cd-schedule__group {
    border:none !important;
  }

  .js .cd-schedule__event--selected {
    visibility: visible;
  }

  .small-box .cd-schedule__name {
    float:left;
    margin-top: 0;
    margin-left: 80px;
    white-space: nowrap;
    font-size:0.9rem;
  }

  .small-box.cd-schedule__event a::before {
    position:absolute;
  }

  .small-box a::before {
    float:left;
  }

}