.text-right {
  text-align: right;
}
.esf_table {
  display: block;
}
.esf_table > tbody {
  display: block;
  overflow-x: auto;
}
.text_with_img {
  clear: both;
  padding-top: 20px;
}
.text_with_img img {
  margin-top: 6px;
  margin-left: 20px;
}
form .form-control {
  height: auto;
}
.contact_form select {
  background-color: #dadada;
  border: 0 none;
  color: #000;
  font-family: 'MetaCompPro-Bold W01 Regular';
  font-size: 0.9em;
  margin-bottom: 18px;
  padding: 8px 10px 12px;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url('../icons/drop-down.svg');
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.contact_form .btn.submit {
  background-color: #0079a8;
  border: 2px solid #0079a8;
  color: #fff;
  cursor: pointer;
  font-family: "Meta Offc W01 Normal Italic";
  font-size: .8em;
  line-height: 20px;
  margin-left: 25px;
  padding: 6px 27px 10px 27px;
  text-align: center;
}

.frame-layout-3,
.frame-layout-4,
.frame-layout-8,
.frame-layout-9,
.frame-layout-10,
.frame-layout-11,
.frame-layout-13 {
  margin-left: -15px;
  margin-right: -15px;
}
.frame-layout-11 > div {
  margin: 1.5em 0;
}
.frame-layout-4 h3 {
  color: inherit;
  font-family: inherit;
}
ul.tx-indexedsearch-browsebox {
  list-style: none;
  padding: 0;
}
ul.tx-indexedsearch-browsebox::after {
  display: block;
  content: '';
  clear: both;
}
ul.tx-indexedsearch-browsebox li {
  float: left;
  padding-right: 20px;
}

ul.tx-indexedsearch-browsebox
  li.tx-indexedsearch-browselist-currentPage::before {
  content: '> ';
}
ul.tx-indexedsearch-browsebox
  li.tx-indexedsearch-browselist-currentPage::after {
  content: ' <';
}

.frame-space-before-extra-small {
  margin-top: 15px;
}
.frame-space-before-small {
  margin-top: 30px;
}
.frame-space-before-medium {
  margin-top: 45px;
}
.frame-space-before-large {
  margin-top: 60px;
}
.frame-space-before-extra-large {
  margin-top: 75px;
}

.frame-space-after-extra-small {
  margin-bottom: 15px;
}
.frame-space-after-small {
  margin-bottom: 30px;
}
.frame-space-after-medium {
  margin-bottom: 45px;
}
.frame-space-after-large {
  margin-bottom: 60px;
}
.frame-space-after-extra-large {
  margin-bottom: 75px;
}

.form-check input[type='checkbox'] {
  margin-top: 8px;
}

.frame-layout-0 {
  clear: both;
}

form input.form-control {
  background-color: #dadada;
  border: 0;
  color: #000;
  font-family: MetaCompPro-Bold W01 Regular;
  font-size: 0.9em;
  margin-bottom: 18px;
  padding: 8px 10px 12px;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

form input.form-control:focus,
form input.form-control:active {
  background-color: #9bd6ef;
}

form select.form-control {
  background-color: #dadada;
  border: 0 none;
  color: #000;
  font-family: 'MetaCompPro-Bold W01 Regular';
  font-size: 0.9em;
  margin-bottom: 18px;
  padding: 8px 10px 12px;
  width: 100%;
  height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url(../icons/drop-down.svg);
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  box-shadow: none;
}

form div.form-check {
  float: left;
  margin-right: 5px;
}

form.contact_form .input.checkbox::after {
  content: '';
  clear: both;
  display: table;
}

/*
   * Checkbox
   */
form .checkbox input[type='checkbox'] {
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}

form .checkbox input[type='checkbox'] + span::before {
  width: 30px;
  height: 30px;
  background-color: #dadada;
  border: 2px solid #dadada;
  display: block;
  content: '';
  float: left;
  margin-right: 10px;
  margin-left: -40px;
}

form .checkbox input[type='checkbox']:checked + span::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #337ab7;
}

form .checkbox label {
  padding-left: 0;
}

form .checkbox input[type='checkbox'] + span {
  padding-left: 40px;
  display: inline-block;
}
.downloadbox--header {
  font-family: MetaCompPro-Bold W01 Regular;
}
.downloadbox .image_caption {
  margin: 21px 0;
  min-height: 188px;
}
.downloadbox .image_caption.download_item {
  padding-left: 124px;
}
.btn.btn-downloadbox {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.75em;
  margin-bottom: 1.3em;
  font-family: Meta Offc W01 Normal;
  background-color: #0079a8;
}
.downloadbox .image_caption.download_item::before {
  z-index: 1;
  top: 50%;
  left: 37px;
  transform: translate(0, -50%);
  background-size: 61px auto;
  height: 71px;
  width: 61px;
  background-position: 0 -657px;
}
.downloadbox .image_caption.download_item::after {
  content: '';
  background-color: #f7f7f7;
  width: 124px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.downloadbox .image_caption img {
  width: 100%;
}

.download_item--info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 100%;
  padding-left: 145px;
}

.download_item--info a {
  word-wrap: break-word;
  hyphens: auto;
}

.ce-bodytext.custom-list ul {
  list-style: none;
  font-size: 0.9em;
  line-height: 1.35em;
  margin-bottom: 1.3em;
}
.ce-bodytext.custom-list ul li {
  position: relative;
}
.ce-bodytext.custom-list ul li:before {
  content: '';
  background: url('../icons/check.svg') 50% no-repeat;
  background-size: 1em;
  background-position-y: 1px;
  top: 0.2em;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -40px;
}

#tx_cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1040;
  padding: 0 15px;
  font-size: 18px;
  background: #f7f7f7;
}
#tx_cookies #tx_cookies_showPermanent {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1040;
}
#tx_cookies #tx_cookies_inner {
  position: relative;
  padding: 30px 15px;
  background: none;
}
#tx_cookies #tx_cookies_inner form {
  display: inline-block;
  margin: 30px 15px 10px 0;
}
@media screen and (max-width: 768px) {
  #tx_cookies #tx_cookies_inner form {
    margin: 20px 10px 10px 0;
  }
}
@media screen and (max-width: 576px) {
  #tx_cookies #tx_cookies_inner form:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  #tx_cookies #tx_cookies_inner form {
    margin: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 360px) {
  #tx_cookies #tx_cookies_inner form {
    margin: 10px 5px 10px 0;
  }
}
#tx_cookies #tx_cookies_inner h3 {
  font-size: 18px;
  font-family: 'MetaCompPro-Bold W01 Regular';
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #tx_cookies #tx_cookies_inner h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  #tx_cookies #tx_cookies_inner h3 {
    font-size: 14px;
  }
}
#tx_cookies #tx_cookies_inner p {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #tx_cookies #tx_cookies_inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  #tx_cookies #tx_cookies_inner p {
    font-size: 14px;
  }
}
#tx_cookies input[type='checkbox'] {
  float: left;
  margin-right: 3px;
}
#tx_cookies input[type='submit'] {
  font-size: 18px;
}
#tx_cookies input[type='submit'].button--cookiesDisable {
  background: #fff;
  border: 2px solid #fff;
  font-size: 18px;
  padding: 6px 27px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tx_cookies input[type='submit'].button--cookiesDisable {
    padding: 7.5px 15px;
  }
}
@media screen and (max-width: 576px) {
  #tx_cookies input[type='submit'].button--cookiesDisable {
    padding: 5px 7px;
    font-size: 14px;
  }
}
#tx_cookies input[type='submit'].button--cookiesDisable:hover {
  border-color: #b2b2b2;
}
#tx_cookies input[type='submit'].button--primary {
  background-color: #0079a8;
  border: 2px solid #0079a8;
  color: #fff;
  font-size: 18px;
  padding: 6px 27px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tx_cookies input[type='submit'].button--primary {
    padding: 7.5px 20px;
  }
}
@media screen and (max-width: 576px) {
  #tx_cookies input[type='submit'].button--primary {
    padding: 5px 7px;
    font-size: 14px;
  }
}
#tx_cookies input[type='submit'].button--primary:hover {
  background-color: #fff;
  color: #0079a8;
  text-decoration: none;
}
#tx_cookies #tx_cookies_close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}
#bc1.btn-breadcrumb a:last-child div {
  max-width: 360px;
}
#bc1.btn-breadcrumb a div {
  max-width: 360px;
}
@media (max-width: 767px) {
  .downloadbox .image_caption img {
    margin: 0;
  }
  .downloadbox .image_caption {
    min-height: 40px;
  }
  .download_item--info {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
    padding-left: 15px;
  }
}
/*
.fun-fact-tile {
  margin-bottom: 80px;
}

.fun-fact-tile .image_caption,
.fun-fact-tile--image .image_caption img {
  margin: 0;
}

.fun-fact-tile_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.fun-fact-tile--image {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
}

.fun-fact-tile--image__wrap {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
}

.fun-fact-tile--image__blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  width: 65.2%;
  overflow: hidden;
}

.fun-fact-tile--image__blur .image_caption img {
  width: 153.3797592%;
  max-width: unset;
}

.fun-fact-tile--text__wrap {
  width: 65.2%;
  color: #fff;
  background-color: rgba(0,0,0,0.2);
  height: 100%;
}

.fun-fact-tile--subheader {
  background-color: #1677ab;
}

.fun-fact-tile--header h2{
  font-size: 1.2em;
}

.fun-fact-tile--subheader h3{
  color: #fff;
  font-size: 20px;
  padding: 8px 0px 10px;
}

.fun-fact-tile--header,
.fun-fact-tile--subheader,
.fun-fact-tile--text {
  padding: 0 20px;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
  .fun-fact-tile--text__wrap {
    width: 100%;
    position: absolute;
    height: 40%;
    bottom: 0;
  }
  .fun-fact-tile--image {
    position: relative;
  }
  .fun-fact-tile--image__wrap {
    height: 40%;
    bottom: -10px;
  }
  .fun-fact-tile--image__blur {
    width: 100%;
    margin-top: -51%;
  }
  .fun-fact-tile--image__blur .image_caption img {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .fun-fact-tile--text__wrap {
    height: 100%;
  }
  .fun-fact-tile--image__wrap {
    height: 100%;
  }
  .fun-fact-tile--image__blur {
    margin: 0;
  }
}

@media (max-width: 380px) {
  .fun-fact-tile--text__wrap {
    position: relative;
    background-color: #2b5c76;
  }
}

*/

.fun-fact-tile.special_teaser {
  background: none;
  overflow: hidden;
  display: block;
  padding: 0;
}
.fun-fact-tile .teaser_medium {
  overflow: hidden;
}
.fun-fact-tile--image__blur {
  position: absolute !important;
  left: 0 !important;
  filter: blur(4px);
  width: 100% !important;
  z-index: -1;
}
.fun-fact-tile--text__wrap {
  position: relative;
  background: rgba(0, 0, 0, 0.55);
}

.fun-fact-tile--subheader {
  background-color: #1677ab;
  margin: 0 -15px;
  padding: 0 15px;
}

.fun-fact-tile--header h2 {
  font-size: 1.4em;
}

.fun-fact-tile--subheader h3 {
  color: #fff;
  font-size: 1.3em;
  padding: 8px 0px 10px;
}

@media (max-width: 767px) {
  .fun-fact-tile--text__wrap {
    height: auto !important;
    background-color: #2b5c76;
  }
}

/** ### ESF Infobox start ### **/

.esf-infobox {
  margin-top: 60px;
  margin-bottom: 30px;
}

.esf-infobox .esf-infobox__header h2 {
  font-family: Meta Offc W01 Normal;
  margin-bottom: 0.625em;
}
.esf-infobox .esf-infobox__header .highlight {
  color: #0079a8;
}

.esf-infobox .esf-infobox__content strong {
  font-family: MetaCompPro-Medium W01 Regular;
  font-weight: 500;
}

.esf-infobox .esf-infobox__content {
  position: relative;
}

.esf-infobox .esf-infobox__infoImage {
  max-width: 100%;
}

.esf-infobox .esf-infobox__infoText {
  border-left: 5px solid #0079a8;
  background-color: #0079a8;
  position: absolute;
  bottom: 34px;
  right: 0;
  padding: 18px 22px 0;
  max-height: 80%;
  overflow-y: auto;
  width: 40%;
  color: #fff;
}

@media (max-width: 767px) {
  .esf-infobox .esf-infobox__infoImage {
    max-width: 100%;
  }

  .esf-infobox .esf-infobox__infoText {
    position: relative;
    bottom: unset;
    right: unset;
    padding-bottom: 1px;
    width: 100%;
  }
}

.ce-image .image_caption {
  display: inline-block;
}

/** ### ESF Infobox end ### **/

/** ### ESF Uploads List start ### **/
.frame-type-uploads > .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.frame-type-uploads > .row:before,
.frame-type-uploads > .row:after {
  display: none;
}

@media (min-width: 768px) {
  .frame-type-uploads .col-sm-6 {
    float: none;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
/** ### ESF Uploads List end ### **/
/**
 *  Content Read More
 */
.content-readmore-wrapper {
  text-align: center;
}

.content-readmore {
  color: #143353;
  padding: 5px 13px 5px 20px;
  background: #f2f2f1;
  cursor: pointer;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}

.content-readmore:hover {
  color: #fff;
  background: #1f9cd9;
}

.readmore-text {
  overflow: hidden;
  -webkit-transition: height 300ms ease-out;
  -moz-transition: height 300ms ease-out;
  -o-transition: height 300ms ease-out;
  -ms-transition: height 300ms ease-out;
  transition: height 300ms ease-out;
}

div#content {
  outline: 0;
}

.voiceReader .vrweb_player_main > button > span:after {
  content: 'Vorlesen';
  display: inline-block;
  padding-top: 1px;
  text-transform: uppercase;
}

.voiceReader .vrweb_player_main > button {
  background-image: url(/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/IconVorlesen.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: inline-block;
  font-family: Meta Offc W01 Normal;
  height: 32px;
  padding-left: 40px;
}

/**
 *  WCAG
 */
.slick-dots li button {
  color: #000;
}
.slick-dots li.slick-active button {
  color: #fff;
}
.slick-dots li button:focus {
  border-color: black;
}
.contrast .slick-dots li button:focus {
  border-color: white !important;
}
body.contrast .slick-dots li.slick-active button:focus {
  background-color: black !important;
}
.contrast .login_button:focus {
  color: white !important;
}
#tx_cookies input[type='submit'].button--cookiesDisable {
  background: #fff;
  border: 2px solid #2b5c76;
}
#tx_cookies input[type='submit'].button--cookiesDisable:hover {
  color: #fff;
  background-color: #2b5c76;
  border-color: #2b5c76;
}
.esf_claim a,
.footer_logo a {
  color: #fff;
}
.teaser_login .teaser_content a.lb_ws:focus {
  color: #2b5c76;
}
.slider_caption_wrapper .btn_normal {
  font-size: 1.4em;
  line-height: 1.15;
}
.fun-fact-tile--text__wrap > p {
  font-size: 1em;
}
.teaser_medium {
  height: 100%;
}
.fun-fact-tile--image__clear {
  min-height: 427.391px !important;
}
.fun-fact-tile--image__blur {
  min-height: 427.391px !important;
}
.slick-arrow:focus {
  border: 2px #2b5c76 solid;
}
#dl-menu.dl-menuwrapper .dl-menu.dl-menuopen {
  max-height: 60vh;
  overflow-y: scroll;
}
.contrast .btn-primary {
  border: solid white 1px !important;
  background-color: black !important;
  color: white !important;
}
.contrast .btn-warning {
  border: solid black 1px !important;
  background-clip: white !important;
  color: black !important;
}
.teaser_content h2,
.teaser_large_content h2 {
  word-break: break-word;
  hyphens: auto;
}
:focus,
a:focus {
  outline: 2px solid black;
  border-radius: 2px;
}

/*Styles for Box Image right*/
.esf-imagelement-right .column-left {
  float:left;
  width: 55%;
  margin-right: 2%;
}
.esf-imagelement-right .column-left h2{

}
.esf-imagelement-right .column-right {
  float:right;
  width: 41%;
  margin-left: 2%;
}
.esf-imagelement-right {
  margin: 24px 0;
}

.esf-imagelement-right .clear {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .esf-imagelement-right .column-left {
    width: 100%;
    margin: 0;
  }
  .esf-imagelement-right .column-right {
    width: 100%;
    margin: 0;
  }
}

header.jk2021-background {
  background: url(/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/jk_Header-Footer_1920x169.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  height: 169px;
  width: 100%;
  background-size: cover;
}
footer.jk2021-background {
  background: url(/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/jk_Header-Footer_1920x218.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  height: 218px;
  width: 100%;
  background-size: cover;

}
@media only screen and (max-width: 1919px) {
  header.jk2021-background {
    background-size: contain;
  }
  footer.jk2021-background {
    background-size: contain;
  }
}



footer.jk2021-background .container {
  width: 100%;
}
footer.jk2021-background .container .row{
  margin-top: 20px;

}
.footer_logo.jk2021 {
  text-align: center;
}

.cookie-banner {
  background: #fff;
  bottom: 0;
  box-shadow: 0 7px 29px 0 rgb(100 100 111 / 20%);
  opacity: 0;
  padding: 3.6em 1.2em 2.9em;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  width: 100%;
  z-index: 99999;
}

.cookie-banner.active {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner .cookie-text__title p {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: .028em;
  margin: 0;
}

.cookie-banner .cookie-text__body p .internal-link:after,
.cookie-banner .cookie-text__body p .cookie-hint:after {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg role='img' fill='%230079a8' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-labelledby='cookie-icon' %3E%3Ctitle id='cookie--icon'%3ECookie Icon%3C/title%3E%3Cpath d='M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z' %3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  margin: 0 10px;
  height: 15px;
  width: 15px;
}

.cookie-banner .cookie-text__body p {
  font-size: .875em;
  hyphens: none;
  line-height: 1.3em;
  max-height: 300px;
  overflow: auto;
  margin-top: 1em;
}

.cookie-banner .cookie-switchers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.9em 0 1.4em;
  row-gap: 0.625em;
  width: 100%;
}

.cookie-banner .cookie-switchers .cookie-parameter {
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
}

.cookie-banner .cookie-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cookie-banner .cookie-buttons button {
  margin: 1.1em 0 0;
}

.cookie-banner .cookie-layer-menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.6em auto 0;
  width: max-content;
}

.cookie-banner .cookie-buttons button {
  margin: 1.1em 0 0;
}

.cookie-button {
  background-color: #0079a8;
  color: #fff;
  border: none;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 7px 29px 0 rgb(100 100 111 / 20%);
  display: initial;
  height: 3.1em;
  left: 38px;
  margin: 0;
  max-height: 100%;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  transform: scale(0);
  transition: background-color .3s ease-in-out,transform .3s ease-in-out,opacity .3s ease-in-out;
  width: 3.1em;
  z-index: 40;
}

.cookie-button.active {
  background-color: #0079a8;
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

input[type=checkbox]:focus+label:before,
input[type=checkbox]:hover+label:before {
  border: 2px solid #0079a8;
  box-shadow: inset 0 0 0 3px #0079a8;
}

.video-teaser__modal {
  align-items: center;
  background: #fff;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  left: 50%;
  padding: 3.5em 2.5em 2.5em;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: scale(0) translate(0);
  transition: transform .3s ease-in-out;
  width: calc(100% - 30px);
  max-width: 1000px;
  z-index: 10000;
}

.video-teaser__modal.active {
  transform: scale(1) translate(-50%,-50%);
}

.video-teaser__modal .close-button {
  align-items: center;
  background: #0079a8;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 2.7em;
  justify-content: center;
  margin-top: 2.1em;
  padding: 0;
  position: relative;
  width: 2.7em;
}

.video-teaser__modal .btn, .video-teaser__modal .pill {
  padding: 1em 2em;
  margin: 1em 2em;
}

.video-teaser__modal .close-button {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
}

.video-teaser__modal .close-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M1392.17 36.17a.583.583 0 0 1 .826 0l3.087 3.088 3.088-3.087a.584.584 0 0 1 .744-.068l.08.068a.583.583 0 0 1 0 .825l-3.087 3.087 3.088 3.088a.583.583 0 0 1 .067.744l-.067.08a.583.583 0 0 1-.825 0l-3.088-3.087-3.087 3.088a.584.584 0 0 1-.744.067l-.081-.067a.583.583 0 0 1 0-.825l3.087-3.088-3.087-3.087a.584.584 0 0 1-.068-.744z' id='a'/%3E%3C/defs%3E%3Cuse fill='%23FFF' xlink:href='%23a' transform='translate(-1392 -36)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.585em 0.585em;
  content: "";
  height: 0.585em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-49%,-50%);
  transition: opacity .3s ease-in-out;
  width: 0.585em;
  z-index: 10;
}

.video-teaser__modal .close-button:after {
  background: #0079a8;
  border-radius: 50%;
  content: "";
  height: 2.7175em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: height .3s ease-in-out,width .3s ease-in-out;
  width: 2.7175em;
  z-index: -20;
}
.video.video-teaser {
  position: relative;
}
.video.video-teaser .video-thumbnail .video-play-button {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: transparent;
  border: 0 none;
  margin: 0;
  cursor: pointer;
}

.video.video-teaser .video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0079a8;
}

.dce-video-modal button.video-play-button{
  position: absolute;
  text-align: center;
  top: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 0 none;
  margin: 0;
  cursor: pointer;
}

.dce-video-modal .video-thumbnail {
  position: relative;
}

body.contrast .cookie-banner {
  background-color: #000;
  color: #fff;
  border: solid white 1px !important;
}
body.contrast .cookie-button,
body.contrast .cookie-button.active {
  background-color: #000;
  color: #fff;
  border: solid white 1px !important;
}
body.contrast .cookie-button path,
body.contrast .video-play-button #Polygon_3{
  fill: #fff!important;
  background-color: #000;
  color: #fff!important;
}
body.contrast input[type=checkbox]:focus+label:before,
body.contrast input[type=checkbox]:hover+label:before {
  border: 2px solid #000;
  box-shadow: inset 0 0 0 3px #000;
}
body.contrast input[type=checkbox]:checked+label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 3px #fff;
}
body.contrast .video-teaser__modal {
  background: #000;
  border: solid white 1px !important;
}
body.contrast .video-teaser__modal .close-button {
  background: #000;
  color: #fff;
  border: solid white 1px !important;
}
body.contrast .video-teaser__modal .close-button:after {
  background: #000;
  color: #fff;
  border: solid white 1px !important;
}
body.contrast .video.video-teaser .video-thumbnail {
  background: #000;
}

@media(min-width:1024px) {
  .cookie-banner {
    max-width:517px;padding:4em 2.5em 1.8em
  }
  .cookie-banner .cookie-text__body p {
    line-height: 1.4em;
  }
}

@media(min-width:768px) {
  .cookie-banner .cookie-buttons {
    flex-direction: row;
    justify-content: space-between;
  }
  .cookie-banner .cookie-buttons button {
    max-width: 200px;
    padding: 1em 2.4em;
    width: 100%;
  }
}

@media(min-width:320px) {
  .cookie-banner .cookie-layer-menu {
    flex-direction: row;
    width: 100%;
  }

  .cookie-banner .cookie-layer-menu a {
    font-size: 1.4rem;
    letter-spacing: .01em;
    margin: 0.7em 2.825em 0.7em 0;
    position: relative;
  }

  .cookie-banner .cookie-layer-menu a:after {
    content: "|";
    height: 1px;
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
  }
  .cookie-banner .cookie-layer-menu a:last-of-type:after {
    content: none;
    margin-right: 0;
  }
}
