@charset "UTF-8";

@font-face {
  font-weight: 200;

  font-style: normal;

  font-family: "HurmeGeometricSans";

  src: url("../fonts/HurmeGeometricSans1Light.woff2") format("woff2"), url("../fonts/HurmeGeometricSans1Light.woff") format("woff");
}

@font-face {
  font-weight: 400;

  font-style: normal;

  font-family: "HurmeGeometricSans";

  src: url("../fonts/HurmeGeometricSans1Regular.woff2") format("woff2"), url("../fonts/HurmeGeometricSans1Regular.woff") format("woff");
}

@font-face {
  font-weight: 700;

  font-style: normal;

  font-family: "HurmeGeometricSans";

  src: url("../fonts/HurmeGeometricSans1SemiBold.woff2") format("woff2"), url("../fonts/HurmeGeometricSans1SemiBold.woff") format("woff");
}

@font-face {
  font-weight: 400;

  font-style: normal;

  font-family: "BebasNeue";

  src: url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff");
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background-color: inherit !important;
  color: #CC171E !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) span {
  color: #CC171E !important;
}

.post-thumbnail, .entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
  max-width: 100% !important;
}

.entry-content, .entry-summary {
  margin-top: calc( 0.5 * var(--global--spacing-vertical));
}

body {
  background: white;
}

#main {
  background: white;
}

#main p {
  padding-bottom: 15px;
}

:root {
  --global--spacing-vertical: 20px !important;
  --heading--font-family: "BebasNeue", sans-serif;
  --primary-nav--padding: calc(0.88 * var(--global--spacing-unit));
}

.emt-15 {
  margin-top: 15px !important;
}

.emt-70 {
  margin-top: 70px !important;
}

.emb-30 {
  margin-bottom: 30px !important;
}

.emb-70 {
  margin-bottom: 70px !important;
}

.ept-15 {
  padding-top: 15px !important;
}

.ept-30 {
  padding-top: 30px !important;
}

.ept-70 {
  padding-top: 70px !important;
}

.epb-27 {
  padding-bottom: 27px !important;
}

.epb-29 {
  padding-bottom: 29px !important;
}

.epb-30 {
  padding-bottom: 30px !important;
}

.site-main > * {
  margin-top: 0;
  margin-bottom: 0;
}

#site-navigation a:hover {
  background: rgba(204, 23, 30, 0.9) !important;
  color: white !important;
}

._bkgr-black-fw:before, .site-footer .rt-nav-gradient {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

._gradient-left {
  background: #cc171e;
  background: linear-gradient(90deg, #cc171e 0%, black 100%);
}

._gradient-right {
  background: black;
  background: linear-gradient(90deg, black 0%, #cc171e 100%);
}

._bkgr-black-fw {
  position: relative;
}

._bkgr-black-fw > div,
._bkgr-black-fw > aside {
  position: relative;
  z-index: 1;
}

._bkgr-black-fw:before {
  background: black;
}

@media (min-width: 768px) {
  ._rt-r:after {
    content: "";
    background: url("../img/r.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -52px;
    right: 20px;
    bottom: 0;
    width: 184px;
    height: 230px;
  }
}

b, strong {
  font-weight: 700 !important;
}

.typo-nav, #site-navigation a, .site-footer #menu-footer li a {
  font-family: "HurmeGeometricSans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #5E5F59;
}

.typo-text, body,
p, ul, ol,
.entry-content, .entry-summary, .site-footer .rt-f-content p, .site-footer .rt-f-content div {
  font-family: "HurmeGeometricSans", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
  color: black;
}

.typo-headline, h1, h2 {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 60px;
  color: black;
}

.typo-subline, h3 {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  color: black;
}

.typo-small {
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
}

.typo-very-small, .rt-block-default.rt-small-text .rt-main p, .rt-block-default.rt-small-text .rt-main div, .rt-block-default.rt-small-text .rt-main ul, .rt-block-default.rt-small-text .rt-main li {
  font-size: 13px;
  font-weight: 200;
  line-height: 17px;
}

h1 {
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
}

h3 {
  text-transform: uppercase;
}

h4 {
  text-transform: uppercase;
}

h5 {
  text-transform: uppercase;
}

h6 {
  text-transform: uppercase;
}

h1 {
  color: inherit !important;
}

h1 a {
  color: inherit !important;
}

h2 {
  color: inherit !important;
}

h2 a {
  color: inherit !important;
}

h4 {
  text-transform: uppercase;
  font-weight: 400;
}

header > h2 {
  margin-top: -4px;
}

#page {
  overflow: hidden;
}

#main {
  padding-top: 0;
  padding-bottom: 0;
}

.rt-main {
  margin-top: 0;
}

.rt-grid h1 {
  margin: 0 !important;
  color: white;
  padding: 0;
}

header > h1,
.rt-main > h1 {
  margin-bottom: 5px !important;
}

header > h2,
.rt-main > h2 {
  margin-bottom: 5px !important;
}

header > h3,
.rt-main > h3 {
  margin-bottom: 5px !important;
}

header > h4,
.rt-main > h4 {
  margin-bottom: 5px !important;
}

header > h5,
.rt-main > h5 {
  margin-bottom: 5px !important;
}

header > h6,
.rt-main > h6 {
  margin-bottom: 5px !important;
}

.entry-content {
  margin-top: 70px !important;
}

.entry-content > h1 {
  margin-bottom: 5px !important;
}

.entry-content > h2 {
  margin-bottom: 5px !important;
}

.entry-content > h3 {
  margin-bottom: 5px !important;
}

.entry-content > h4 {
  margin-bottom: 5px !important;
}

.entry-content > h5 {
  margin-bottom: 5px !important;
}

.entry-content > h6 {
  margin-bottom: 5px !important;
}

.entry-content > h3:first-child {
  margin-bottom: 20px !important;
}

.entry-content > p {
  margin-top: 5px !important;
  margin-bottom: 0;
}

.entry-content a {
  color: #CC171E;
  transition: color 250ms;
}

.entry-content a:hover {
  color: black;
}

.rt-post-link {
  border-bottom: 1px solid black;
  text-transform: uppercase;
  font-size: 27px;
}

.rt-post-link a {
  padding-bottom: 22px;
  padding-top: 23px;
  display: block;
  transition: color 150ms;
}

.rt-post-link a:hover {
  color: #CC171E;
}

.rt-post-link a span {
  display: block;
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
  padding-top: 10px;
  color: black !important;
}

.rt-post-link a:focus span {
  color: white !important;
}

.rt-post-link:first-child {
  margin-top: -23px;
}

.rt-sidebar,
.rt-sidebar p,
.rt-sidebar div,
.rt-sidebar a {
  font-family: 'BebasNeue', sans-serif;
  text-transform: uppercase;
  text-align: right;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
}

.rt-sidebar a {
  transition: color 250ms;
}

.rt-sidebar a:hover {
  color: #CC171E;
}

.rt-sidebar img {
  max-width: 100% !important;
  height: auto !important;
}

.rt-hero {
  height: 600px;
  margin: 0 !important;
  position: relative;
}

.rt-hero > div {
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background-size: cover !important;
  background-position: 50% 0 !important;
}

.rt-hero > div:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/corona_1920x1080.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .rt-hero {
    height: 400px;
  }
}

.rt-att-image img {
  margin: auto;
  height: auto !important;
}

.rt-headline {
  background: black;
  margin: 0 !important;
  color: white;
}

.rt-headline h1 {
  padding: 37px 0 23px;
}

.rt-headline .rt-sidebar,
.rt-headline .rt-fullbar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 32px;
  line-height: 32px;
}

.rt-headline .rt-sidebar.justify-start,
.rt-headline .rt-fullbar.justify-start {
  justify-content: flex-start;
}

.rt-headline .rt-fullbar {
  justify-content: flex-start;
}

.rt-headline .rt-sidebar div {
  font-size: 32px;
  line-height: 32px;
}

@media (max-width: 680px) {
  .rt-headline {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 20px 15px;
  }

  .rt-headline .rt-main {
    padding-bottom: 20px;
  }

  .rt-headline .rt-main h1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }

  .rt-headline .rt-sidebar .pb-8 {
    padding-bottom: 0;
  }
}

article footer.entry-footer {
  padding: 0 !important;
  margin: 0 !important;
}

.rt-pagi-pages > a,
.rt-pagi-pages > span {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 150ms, color 150ms;
  margin-left: 10px;
  background: black;
  color: white;
  font-weight: 700;
  padding-top: 3px;
}

.rt-pagi-pages > a:first-child,
.rt-pagi-pages > span:first-child {
  margin-left: 0;
}

.rt-pagi-pages > a.current,
.rt-pagi-pages > span.current {
  font-weight: 900;
  background: #CC171E;
}

.rt-pagi-pages > a:hover,
.rt-pagi-pages > span:hover {
  background: #CC171E;
}

.rt-pagi-pages span.page-numbers {
  cursor: default;
}

ul {
  padding-left: 14px !important;
}

ul li {
  position: relative;
}

ul li:before {
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  left: -12px;
  top: 11px;
  border-radius: 10px;
  background: #221F1F;
}

p + ul {
  margin-top: 0 !important;
}

ol {
  counter-reset: rt-counter;
  list-style: none;
}

ol li {
  margin: 0 0 15px 30px;
  counter-increment: rt-counter;
  position: relative;
}

ol li:before {
  content: counter(rt-counter) " )";
  position: absolute;
  --size: 30px;
  left: -30px;
  /* line-height: var(--size); */
  /* width: var(--size); */
  /* height: var(--size); */
  top: 0;
  text-align: center;
}

ol.rt-list-latin {
  margin-top: 10px;
  list-style: lower-latin;
}

ol.rt-list-latin li:before {
  display: none;
}

ul.rt-tight-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.rt-tight-list li {
  margin: 0 0 5px 7px;
}

ul.rt-tight-list li:before {
  display: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  color: white;
  font-size: 23px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-container, .page-template-rt-home .home-hero-slider .home-hero-slider-container {
  margin-bottom: 37px;
}

@media (max-width: 680px) {
  .preis-table td {
    text-align: left;
  }

  .preis-table td:nth-child(2) {
    padding-left: 20px;
    width: 45% !important;
  }
}

.rt-button, .mailpoet_form form input[type="submit"], .sib_signup_form .sib-default-btn, .acf-form .af-submit-button {
  padding: 6px 20px 4px;
  background: #CC171E;
  background-color: #CC171E;
  border-radius: 8px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  font-family: 'BebasNeue';
  font-size: 24px;
  transition: all 150ms;
  text-decoration: none !important;
}

.rt-button:hover, .mailpoet_form form input:hover[type="submit"], .sib_signup_form .sib-default-btn:hover, .acf-form .af-submit-button:hover {
  background: #CC171E !important;
  color: white !important;
}

.rt-button:focus, .mailpoet_form form input:focus[type="submit"], .sib_signup_form .sib-default-btn:focus, .acf-form .af-submit-button:focus {
  outline: 1px dotted !important;
  outline: none !important;
}

a.rt-button, .sib_signup_form a.sib-default-btn, .acf-form a.af-submit-button {
  color: white;
}

.rt-no-thumb {
  width: 300px;
  height: 440px;
  display: inline-block;
  background: #CC171E;
  background-color: #CC171E;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

table td, table th, .wp-block-table td, .wp-block-table th {
  border: none;
  padding: 10px 0px;
  vertical-align: baseline;
}

table {
  margin-bottom: 15px;
}

table:last-child {
  margin-bottom: 0;
}

body.lock-scrolling {
  overflow: hidden;
}

.tscroller-container {
  overflow: hidden;
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -20px;
  display: flex;
  min-width: 100%;
}

.tscroller-container:after, .tscroller-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  background: linear-gradient(90deg, black 0%, transparent 100%);
  z-index: 1;
}

.tscroller-container:after {
  right: 0;
  left: auto;
  background: linear-gradient(90deg, transparent 0%, black 100%);
}

.tscroller-container:hover .tscroller-text {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

.tscroller-container.-no-animation .tscroller-text {
  -webkit-animation: none !important;
          animation: none !important;
}

.tscroller-container.-no-animation .tscroller-text:last-child {
  display: none;
}

.tscroller-container .tscroller-text {
  white-space: nowrap;
  -webkit-animation: ticker 15s infinite linear;
          animation: ticker 15s infinite linear;
  padding: 0 !important;
  margin: 0 !important;
}

@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0 !important;
  margin-top: 30px;
}

.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}

#masthead {
  z-index: 100;
  position: relative;
}

.site-logo {
  width: 50%;
  max-width: 100%;
  margin: 0 !important;
  margin-right: auto !important;
  height: 100px;
  display: flex;
  align-items: center;
}

.rt-nav-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}

.primary-menu-container {
  z-index: 1;
  margin-left: -20px !important;
  padding-left: 20px !important;
}

.primary-menu-container > ul > li:first-child a {
  padding-left: 20px !important;
}

.menu-button-container {
  z-index: 1;
  position: fixed;
  top: 27px;
  position: absolute;
  top: -82px;
  right: 0;
  width: auto !important;
  background: transparent !important;
}

.menu-button-container #primary-mobile-menu {
  color: white;
}

.menu-button-container #primary-mobile-menu:focus {
  border: none;
  outline: none;
}

body.admin-bar .menu-button-container {
  top: -84px;
}

body.primary-navigation-open .menu-button-container {
  top: 0 !important;
}

body.primary-navigation-open #site-navigation li {
  max-height: 1000px;
}

body.primary-navigation-open .sub-menu {
  background: transparent !important;
}

body.primary-navigation-open .primary-menu-container {
  padding: 40px;
  padding-left: 40px !important;
  background: black;
}

body.primary-navigation-open .primary-menu-container a {
  font-size: 16px !important;
  line-height: 22px !important;
}

body.primary-navigation-open .primary-menu-container > ul > li:first-child a {
  padding-left: 0px !important;
}

@media (min-width: 681px) {
  .only-mobile {
    display: none !important;
  }
}

#primary-menu-list,
#primary-menu-list ul {
  padding-left: 0 !important;
}

.rt-nav {
  border-bottom: 1px solid #5E5F59;
}

#site-navigation .sub-menu-toggle {
  display: none;
}

#site-navigation .sub-menu {
  min-width: 130px;
}

#site-navigation .sub-menu li a {
  width: 100%;
  padding: 5px 18px 2px;
  border-top: 1px solid #5E5F59;
  display: block;
  white-space: nowrap;
}

#site-navigation a {
  color: #5E5F59;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 9px;
}

#site-navigation a:hover {
  text-decoration: none;
}

#site-navigation .current-menu-ancestor > a,
#site-navigation .current-menu-item > a {
  color: white;
  text-decoration: none;
}

#site-navigation.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  width: auto;
  background: black;
  border: none;
  padding: 0;
}

#site-navigation.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, #site-navigation.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
  display: none;
}

#site-navigation li {
  list-style: none;
  background: transparent;
  border: none;
  max-height: 40px;
}

#site-navigation li:before {
  display: none;
}

.menu-button-container {
  z-index: 500;
}

@media (max-width: 680px) {
  body.primary-navigation-open .site-logo {
    display: none;
  }

  #site-navigation .sub-menu li a {
    max-width: 330px;
  }

  #site-navigation .sub-menu li a:hover {
    background: transparent !important;
  }

  #primary-menu-list > li > a {
    max-width: 350px;
  }

  .primary-navigation .primary-menu-container {
    padding-right: 20px;
  }

  .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding-left: 0;
  }

  #site-navigation.primary-navigation a:hover {
    background: transparent !important;
  }

  .primary-menu-container {
    top: 0 !important;
    padding-right: 20px !important;
  }

  .primary-navigation .primary-menu-container > ul > .menu-item {
    width: 100%;
    position: relative;
    display: block;
  }

  #site-navigation.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    top: 0;
    margin-left: 0;
  }

  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    position: relative !important;
    display: block !important;
  }

  .menu-button-container {
    display: flex;
  }

  .primary-navigation > .primary-menu-container {
    height: 100vh;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
  }

  .primary-navigation > .primary-menu-container {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .primary-navigation-open .primary-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
}

@media (max-width: 482px) {
  body.admin-bar .menu-button-container {
    top: -113px;
  }

  .menu-button-container {
    top: -66px;
  }

  .site-logo {
    height: 69px;
  }

  .site-logo .custom-logo {
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 483px) {
  .site-logo .custom-logo {
    max-width: 200px !important;
    max-height: 56px !important;
  }
}

.site-footer {
  margin: 80px auto 0 !important;
  padding: 0;
  position: relative;
}

.site-footer .rt-f-content {
  min-height: 150px;
  margin: 0;
}

.site-footer .rt-f-content p, .site-footer .rt-f-content div {
  color: white;
}

.site-footer .rt-logo {
  height: 56px;
}

.site-footer .logo-left .rt-logo {
  margin-bottom: 30px;
}

.site-footer .rt-nav-gradient {
  z-index: 10;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 40px;
  width: 50vw;
}

.site-footer #menu-footer {
  display: flex;
  padding-left: 0 !important;
  margin-left: -10px;
}

.site-footer #menu-footer li a {
  text-transform: uppercase;
  padding: 13px 10px 9px;
  transition: all 250ms;
}

.site-footer #menu-footer li a:hover {
  color: #CC171E;
}

.site-footer #menu-footer li:before {
  display: none;
}

.site-footer #menu-footer li:first-child {
  margin-left: 0;
}

.site-footer .rt-f-social {
  display: flex;
  justify-content: flex-end;
  margin-top: -12px;
}

.site-footer .rt-social {
  width: 30px;
  height: 30px;
  display: block;
  background-position: 0 0 !important;
  background-size: 30px 60px !important;
  margin-left: 10px;
}

.site-footer .rt-social:hover {
  background-position: 0 30px !important;
}

@media (max-width: 480px) {
  .site-footer .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .site-footer .grid-cols-2 .column {
    text-align: left;
  }

  .site-footer .grid-cols-2 .rt-logo {
    margin: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .site-footer .grid-cols-2 .epb-30 {
    padding-bottom: 0 !important;
  }

  .site-footer .grid-cols-2 #menu-footer {
    margin: auto;
    justify-content: flex-start;
  }

  .site-footer .grid-cols-2 #menu-footer li:first-child a {
    margin-left: -10px;
  }

  .site-footer .grid-cols-2 .rt-f-social {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .site-footer .grid-cols-2 .rt-f-social .rt-social:first-child {
    margin-left: 0;
  }
}

.site-footer .logo-right img {
  height: auto;
  max-width: 100%;
}

.page-template-rt-news .container {
  margin-top: 0;
  padding-top: 0;
}

.page-template-rt-news header + .entry-content {
  margin-top: 0 !important;
}

@media (max-width: 680px) {
  .page-template-rt-news article {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .page-template-rt-news article .rt-sidebar {
    text-align: left !important;
  }

  .page-template-rt-news article .rt-sidebar > img {
    max-height: 60vh;
    width: auto !important;
    margin: auto;
    max-width: 100% !important;
  }

  .page-template-rt-news article .rt-sidebar p {
    text-align: left !important;
  }
}

.rt_produktion-template-default h1 {
  padding-left: 0;
}

.rt_produktion-template-default .rt-main.rt-galerie {
  height: 251px;
  position: relative;
}

.rt_produktion-template-default .rt-grid.mt-10 {
  margin-top: 32px !important;
}

.rt_produktion-template-default .rt-prod-galerie {
  position: absolute;
  top: 15px;
  left: 0;
  width: calc(50vw + 150px);
}

.rt_produktion-template-default .rt-prod-galerie .swiper-slide {
  width: 300px;
  height: 200px;
}

.rt_produktion-template-default .rt-main h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.rt_produktion-template-default .rt-main .wp-audio-shortcode {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.rt_produktion-template-default .rt-termin {
  display: flex;
}

.rt_produktion-template-default .rt-termin div:first-child {
  width: 95px;
}

.rt_produktion-template-default .rt-termin div:last-child {
  text-align: right;
  width: 45px;
}

.rt_produktion-template-default .rt-termin.-past {
  color: #d5d5d5;
}

@media (min-width: 640px) and (max-width: 768px) {
  .rt_produktion-template-default .container {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .rt_produktion-template-default #main .rt-prod-galerie {
    width: 100%;
  }

  .rt_produktion-template-default #main > .rt-grid {
    display: flex;
    flex-direction: column;
  }

  .rt_produktion-template-default #main > .rt-grid .rt-sidebar {
    text-align: left !important;
  }

  .rt_produktion-template-default #main .rt-headline.rt-grid {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .rt-prod-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.rt-team-entry img {
  max-width: 100% !important;
  height: auto !important;
  width: 200px !important;
  min-width: 200px;
}

.rt-team-entry .rt-no-thumb {
  width: 200px;
  height: 300px;
}

.rt-team-entry:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 488px) {
  .rt-team-entry img {
    max-width: 150px !important;
    min-width: 150px;
    width: 150px;
  }

  .rt-team-entry .rt-no-thumb {
    width: 150px;
    height: 225px;
  }

  .rt-team-entry .mr-10 {
    margin-right: 20px;
  }
}

@media (max-width: 420px) and (min-width: 371px) {
  .rt-team-entry img {
    max-width: 100px !important;
    min-width: 100px;
    width: 150px;
  }

  .rt-team-entry .rt-no-thumb {
    width: 100px;
    height: 150px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 370px) {
  .rt-team-entry .flex {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .rt-team-entry .mr-10 {
    margin: auto;
  }
}

.single-rt_team .rt-att-image img {
  margin-bottom: 40px;
}

@media (max-width: 680px) {
  .single-rt_team #main > .rt-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .single-rt_team #main > .rt-grid .rt-sidebar {
    text-align: left !important;
  }

  .single-rt_team #main > .rt-grid .rt-sidebar p {
    text-align: left !important;
  }

  .single-rt_team #main .rt-att-image img {
    max-width: 200px !important;
    margin-bottom: 40px;
  }
}

.page-template-rt-spielplan .rt-fullbar .rt-year-number {
  padding: 26px 23px;
  font-family: "HurmeGeometricSans", sans-serif;
  font-size: 23px;
}

.rt-spielplan-day:first-child .rt-sp-day,
.rt-spielplan-day:first-child .rt-sp-wday,
.rt-spielplan-day:first-child .rt-sp-date:first-child .rt-sp-time {
  padding-top: 40px;
  border-top: none !important;
}

.rt-spielplan-day:first-child .rt-sp-date {
  border-top: none !important;
}

.rt-spielplan-day:first-child .rt-sp-date:first-child .rt-sp-teaser {
  padding-top: 39px;
}

.rt-new-week {
  border-top: 2px solid black;
}

.rt-sp-day {
  text-align: center;
  min-width: 40px;
  font-weight: 800;
}

.rt-sp-wday {
  text-align: center;
  min-width: 50px;
  color: white;
  font-weight: 400;
  background: black;
  text-transform: uppercase;
}

.rt-sp-time {
  width: 75px;
  padding: 0 15px;
  font-weight: 400;
  text-align: left;
  color: white;
  background: #CC171E;
}

.rt-sp-teaser {
  padding-left: 20px;
  padding-right: 100px;
  flex: 1 1;
  position: relative;
}

.rt-sp-teaser a {
  display: block;
}

.rt-sp-teaser p {
  padding-bottom: 9px !important;
}

.rt-sp-teaser h4 {
  font-family: "HurmeGeometricSans", sans-serif;
  font-size: 22px;
  margin-bottom: 4px;
}

.rt-sp-teaser h4 span {
  padding-left: 10px;
  font-size: 14px;
}

.rt-sp-times {
  width: 100%;
}

.rt-sp-times .rt-sp-date {
  width: 100%;
  border-top: 1px solid black;
}

.rt-sp-times:first-child .rt-sp-date {
  border: none;
}

.rt-new-week .rt-sp-date {
  border-top: none;
}

.rt-sp-day,
.rt-sp-wday {
  padding-top: 11px;
  border-top: 1px solid transparent;
}

.rt-sp-date .rt-sp-time {
  padding-top: 11px;
}

.rt-sp-date .rt-sp-teaser {
  padding-top: 10px;
}

.specials {
  position: absolute;
  top: 7px;
  right: 0;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.specials div {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  letter-spacing: 0.5px;
  padding: 4px 15px 1px;
  transition: opacity 150ms;
  pointer-events: none;
  transition: opacity 150ms;
}

.specials .special-premiere {
  color: white;
  background: black;
}

.specials .special-foyer {
  color: #025A4A;
}

.specials .special-late-night {
  color: #313182;
}

.specials .rt-button.special-tickets, .specials .mailpoet_form form input.special-tickets[type="submit"], .mailpoet_form form .specials input.special-tickets[type="submit"], .specials .sib_signup_form .special-tickets.sib-default-btn, .sib_signup_form .specials .special-tickets.sib-default-btn, .specials .acf-form .special-tickets.af-submit-button, .acf-form .specials .special-tickets.af-submit-button {
  position: absolute;
  top: 30px;
  opacity: 0;
  pointer-events: none;
}

.specials .rt-button.special-tickets, .specials .mailpoet_form form input.special-tickets[type="submit"], .mailpoet_form form .specials input.special-tickets[type="submit"], .specials .sib_signup_form .special-tickets.sib-default-btn, .sib_signup_form .specials .special-tickets.sib-default-btn, .specials .acf-form .special-tickets.af-submit-button, .acf-form .specials .special-tickets.af-submit-button,
.specials-mobile .rt-button.special-tickets,
.specials-mobile .mailpoet_form form input.special-tickets[type="submit"],
.mailpoet_form form .specials-mobile input.special-tickets[type="submit"],
.specials-mobile .sib_signup_form .special-tickets.sib-default-btn,
.sib_signup_form .specials-mobile .special-tickets.sib-default-btn,
.specials-mobile .acf-form .special-tickets.af-submit-button,
.acf-form .specials-mobile .special-tickets.af-submit-button {
  padding: 2px 15px 0px;
  margin-top: 2px;
  font-size: 18px;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  transition: opacity 150ms;
}

.rt-sp-date.-tickets:hover .rt-button.special-tickets, .rt-sp-date.-tickets:hover .mailpoet_form form input.special-tickets[type="submit"], .mailpoet_form form .rt-sp-date.-tickets:hover input.special-tickets[type="submit"], .rt-sp-date.-tickets:hover .sib_signup_form .special-tickets.sib-default-btn, .sib_signup_form .rt-sp-date.-tickets:hover .special-tickets.sib-default-btn, .rt-sp-date.-tickets:hover .acf-form .special-tickets.af-submit-button, .acf-form .rt-sp-date.-tickets:hover .special-tickets.af-submit-button {
  opacity: 1;
  pointer-events: all;
}

.rt-sp-date.-tickets:hover .special-foyer,
.rt-sp-date.-tickets:hover .special-late-night,
.rt-sp-date.-tickets:hover .special-premiere {
  opacity: 0.25;
}

.rt-spielplan-day:first-child .specials {
  top: 37px;
}

.rt-sp-date.-foyer .rt-sp-time {
  background: #025A4A;
}

.rt-sp-date.-late-night .rt-sp-time {
  background: #313182;
}

.rt-sp-date.-ausfallen {
  pointer-events: none;
  position: relative;
}

.rt-sp-date.-ausfallen .rt-sp-time,
.rt-sp-date.-ausfallen .rt-sp-teaser {
  filter: grayscale(1);
  opacity: 0.4;
}

.rt-sp-date.-ausfallen:after {
  content: "Fällt aus";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -23px;
  padding: 10px 20px;
  background: black;
  color: white;
  text-align: center;
}

.rt-sp-date.-no-specials .rt-sp-teaser {
  padding-right: 20px;
}

.rt-sp-date.-foyer.-late-night .rt-sp-teaser h4 {
  padding-right: 70px;
}

.rt-sp-date.-foyer.-late-night .special-late-night {
  position: absolute;
  left: -85px;
  width: 100px;
  display: inline-block;
  top: 0;
}

@media (max-width: 650px) {
  .rt-sp-day,
  .rt-sp-wday {
    padding-top: 7px;
    padding-bottom: 3px;
  }

  .rt-sp-day {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    background: #d4d4d4;
  }

  .rt-sp-wday {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .rt-sp-times {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .rt-new-week .rt-sp-date {
    border-top: 1px solid black;
  }

  .rt-sp-date:last-child {
    border-bottom: 1px solid black;
  }

  .rt-spielplan-day {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .rt-spielplan-day:first-child {
    margin-top: 10px;
  }

  .rt-spielplan-day:first-child .rt-sp-date:first-child .rt-sp-teaser {
    padding-top: 10px;
  }

  .rt-spielplan-day:first-child .rt-sp-day {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
  }

  .rt-spielplan-day:first-child .rt-sp-day,
  .rt-spielplan-day:first-child .rt-sp-wday,
  .rt-spielplan-day:first-child .rt-sp-date:first-child .rt-sp-time {
    padding-top: 7px;
  }

  .rt-spielplan-day .rt-button.special-tickets, .rt-spielplan-day .mailpoet_form form input.special-tickets[type="submit"], .mailpoet_form form .rt-spielplan-day input.special-tickets[type="submit"], .rt-spielplan-day .sib_signup_form .special-tickets.sib-default-btn, .sib_signup_form .rt-spielplan-day .special-tickets.sib-default-btn, .rt-spielplan-day .acf-form .special-tickets.af-submit-button, .acf-form .rt-spielplan-day .special-tickets.af-submit-button {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .rt-sp-date {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .rt-sp-date .rt-sp-time {
    padding-top: 5px;
    padding-bottom: 1px;
  }

  .rt-sp-date.-foyer.-late-night .rt-sp-teaser h4 {
    padding-right: 0;
  }

  .rt-sp-teaser {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-sp-teaser .specials {
    top: -31px !important;
    flex-direction: row;
  }
}

.specials-mobile {
  display: none !important;
}

@media (min-width: 651px) {
  body._izTouchDevice .rt-sp-date.-no-specials .rt-sp-teaser,
  body._izTouchDevice .rt-sp-date .rt-sp-teaser {
    padding-right: 137px;
  }
}

@media (max-width: 650px) {
  body._izTouchDevice .rt-sp-date.-no-specials .rt-sp-teaser,
  body._izTouchDevice .rt-sp-date .rt-sp-teaser {
    padding-right: 0;
  }

  body._izTouchDevice .specials-mobile {
    display: inline-block !important;
  }
}

body._izTouchDevice .rt-sp-date .rt-button.special-tickets, body._izTouchDevice .rt-sp-date .mailpoet_form form input.special-tickets[type="submit"], .mailpoet_form form body._izTouchDevice .rt-sp-date input.special-tickets[type="submit"], body._izTouchDevice .rt-sp-date .sib_signup_form .special-tickets.sib-default-btn, .sib_signup_form body._izTouchDevice .rt-sp-date .special-tickets.sib-default-btn, body._izTouchDevice .rt-sp-date .acf-form .special-tickets.af-submit-button, .acf-form body._izTouchDevice .rt-sp-date .special-tickets.af-submit-button {
  opacity: 1;
  pointer-events: all;
}

body._izTouchDevice .rt-sp-teaser .specials-mobile {
  text-align: right;
  width: 100%;
}

body._izTouchDevice .rt-sp-teaser .specials-mobile .rt-button.special-tickets, body._izTouchDevice .rt-sp-teaser .specials-mobile .mailpoet_form form input.special-tickets[type="submit"], .mailpoet_form form body._izTouchDevice .rt-sp-teaser .specials-mobile input.special-tickets[type="submit"], body._izTouchDevice .rt-sp-teaser .specials-mobile .sib_signup_form .special-tickets.sib-default-btn, .sib_signup_form body._izTouchDevice .rt-sp-teaser .specials-mobile .special-tickets.sib-default-btn, body._izTouchDevice .rt-sp-teaser .specials-mobile .acf-form .special-tickets.af-submit-button, .acf-form body._izTouchDevice .rt-sp-teaser .specials-mobile .special-tickets.af-submit-button {
  display: inline-block !important;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-template-rt-home .rt-dates-today {
  height: 60px;
  display: flex;
  align-items: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 26px;
}

.page-template-rt-home .rt-dates-today span {
  color: #5E5F59;
}

.page-template-rt-home .home-hero-slider {
  width: 580px;
  margin: 0;
  position: relative;
  left: 0;
  padding-top: 80px;
  transition: all 250ms;
  max-width: 100%;
}

.page-template-rt-home .home-hero-slider .rt-slider-container {
  position: relative;
}

.page-template-rt-home .home-hero-slider .home-hero-slider-container {
  margin-bottom: 0;
  overflow: hidden;
}

.page-template-rt-home .home-hero-slider.-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-template-rt-home .home-hero-slider:before {
  display: none;
}

.page-template-rt-home .home-hero-slider .home-hero-slider-close {
  color: #5E5F59;
  font-family: "BebasNeue", sans-serif;
  text-align: right;
  font-size: 16px;
  text-shadow: 0 0 10px black;
  cursor: pointer;
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 10;
  width: 37px;
}

.page-template-rt-home .home-hero-slider .swiper-slide {
  background-size: cover !important;
  background-position: 50% 50% !important;
}

@media (max-width: 600px) {
  .page-template-rt-home .home-hero-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-template-rt-home .home-cta-link {
  left: auto;
  right: 20px;
  display: flex;
  align-items: center;
  width: auto;
}

.page-template-rt-home .home-cta-link:before {
  display: none;
}

.page-template-rt-home .home-cta-link a {
  border-radius: 50%;
  background: #CC171E !important;
  color: white !important;
  min-width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-weight: 400;
  font-family: 'BebasNeue', sans-serif;
  font-size: 28px;
  transition: transform 250ms;
}

@media (max-width: 480px) {
  .page-template-rt-home .rt-hero {
    max-height: calc(80vh - 140px);
    min-height: 400px;
  }

  .page-template-rt-home .rt-premiere-slider {
    height: 300px;
  }

  .page-template-rt-home .rt-premiere-slider .swiper-slide {
    width: 196px;
  }

  .page-template-rt-home .rt-premiere-slider .swiper-slide .prod-date {
    font-size: 14px;
  }
}

#comments {
  margin-top: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#comments ol li:before {
  content: none;
}

#comments .comment-form-cookies-consent {
  margin-bottom: 0 !important;
}

#comments #comment-form-cookies-consent {
  width: 26px !important;
}

#comments .comment-form-policy-top-copy {
  order: 1;
}

#comments .comment-form-policy label {
  font-size: var(--global--font-size-xs) !important;
  font-weight: normal !important;
}

#comments .comment-form-policy label a {
  font-weight: bold;
}

#comments .comment-form-policy #policy {
  width: 25px !important;
  top: 6px;
}

@media only screen and (min-width: 482px) {
  .comment-list .depth-2, .comment-list .depth-3 {
    padding-left: 0;
  }
}

body.single-mailpoet_page #content {
  margin-top: 80px;
}

.rt-studi-flaet-form form {
  width: 420px;
  max-width: 100%;
}

.rt-studi-flaet-form form .mailpoet_form_columns.mailpoet_paragraph {
  display: flex;
  justify-content: space-between;
}

.rt-studi-flaet-form form .mailpoet_form_columns.mailpoet_paragraph .mailpoet_form_column {
  display: flex;
  width: 49%;
  flex: 0 0 49% !important;
  margin-left: 0 !important;
}

.rt-studi-flaet-form form .mailpoet_form_columns.mailpoet_paragraph .mailpoet_form_column .mailpoet_paragraph {
  margin-bottom: 0 !important;
}

.rt-studi-flaet-form form .mailpoet_form_columns.mailpoet_paragraph .mailpoet_form_column input {
  max-width: 100%;
  min-width: 50px;
}

.rt-studi-flaet-form form .mailpoet_text {
  max-width: 100% !important;
  min-width: 50px;
  width: 100% !important;
}

.rt-studi-flaet-form form .mailpoet_submit {
  line-height: 1;
}

.mailpoet_form form {
  padding: 0 !important;
}

.mailpoet_form form input {
  border: 1px solid black;
  width: auto !important;
  min-width: 420px;
}

.mailpoet_form form input.parsley-error {
  border-color: #CC171E !important;
  background-color: white !important;
}

.mailpoet_form form input[type="submit"] {
  width: auto !important;
  min-width: 20px;
  color: white !important;
  background: #CC171E !important;
  padding: 6px 20px 4px !important;
}

.mailpoet_form form ul li:before {
  top: 4px;
}

.mailpoet_form form .mailpoet_message {
  padding: 20px 0 !important;
}

.sib_signup_form input, .acf-form input {
  border: 1px solid #828282;
  padding: 5px !important;
  font-size: 18px !important;
  line-height: 30px !important;
}

.sib_signup_form {
  position: relative;
}

.sib_signup_form .sib-alert-message {
  padding: 30px;
  min-width: 100% !important;
  min-height: 120px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sib_signup_form input {
  width: 100%;
}

.sib_signup_form label {
  display: block;
  width: auto;
  font-weight: 700;
  margin-bottom: 10px;
}

.sib_signup_form label span {
  color: #f00;
}

.sib_signup_form .sib-field {
  border: none !important;
  padding: 10px 0 !important;
}

.sib_signup_form .sib-default-btn {
  width: auto;
  border: none !important;
  background-color: #CC171E !important;
  color: white !important;
  border-color: #CC171E !important;
  margin-bottom: 20px;
  font-size: 24px !important;
  padding: 6px 20px 4px !important;
  line-height: 25px !important;
}

.sib_signup_form .sib-default-btn:focus {
  background: white !important;
  color: #CC171E !important;
}

.sib_signup_form .sib-two-col {
  display: flex;
}

.sib_signup_form .sib-two-col p {
  width: 49%;
}

.sib_signup_form .sib-two-col p:first-child {
  margin-right: 2%;
}

.sib_signup_form .sib-message {
  font-family: "HurmeGeometricSans", sans-serif;
  font-weight: 200;
  text-align: right !important;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

.sib_signup_form .sib-message span {
  color: #f00;
}

.sib_signup_form .sib_loader {
  position: absolute;
  display: flex;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  justify-content: center;
  align-items: center;
  background: #ffffffbf;
}

.sib_signup_form .sib_loader img,
.sib_signup_form .sib_loader img:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.sib_signup_form .sib_loader img {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(167, 18, 22, 0.2);
  border-right: 0.8em solid rgba(167, 18, 22, 0.2);
  border-bottom: 0.8em solid rgba(167, 18, 22, 0.2);
  border-left: 0.8em solid #A71216;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1s infinite linear;
  content: url("../../../../../wp-includes/images/blank.gif");
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rt-newsletter-form input {
  width: 420px;
  margin-left: 0 !important;
}

.rt-newsletter-form p {
  padding-bottom: 20px !important;
}

.rt-newsletter-form input[type="submit"] {
  margin-top: 0 !important;
  padding: 12px 21px 11px !important;
}

.acf-form .af-field {
  border: none !important;
  padding: 10px 0 !important;
}

.acf-form .af-field-plz {
  margin-right: 2% !important;
}

.acf-form .af-field-type-message > .acf-label {
  display: none;
}

.acf-form .af-field-type-message p {
  text-align: right !important;
  font-size: 14px;
  line-height: 1;
}

.acf-form .af-field-type-message p:last-child {
  padding-bottom: 0 !important;
}

.acf-form .af-field-type-group > .af-label {
  display: none;
}

.acf-form .af-field-type-group > .af-input > .acf-fields {
  border: none !important;
}

.acf-form .af-field-type-group .acf-field {
  padding: 0;
  border: none !important;
}

.acf-form .af-field-type-group .acf-field:first-child {
  padding-right: 10px;
}

.acf-form .af-field-type-group .acf-field:last-child {
  padding-left: 10px;
}

.acf-form .af-submit {
  padding: 0 !important;
  border: none !important;
}

.acf-form .af-submit-button {
  border: none !important;
  background-color: #CC171E !important;
  color: white !important;
  border-color: #CC171E !important;
  margin-bottom: 20px;
}

.acf-form .af-submit-button:focus {
  background: white !important;
  color: #CC171E !important;
}

body.single-rt_presse h1.entry-title {
  margin-top: 3rem;
}

#BorlabsCookieBox li:before {
  display: none;
}

#BorlabsCookieBox a,
#BorlabsCookieBox ._brlbs-manage a {
  color: #CC171E !important;
}

#BorlabsCookieBox a._brlbs-btn {
  color: #ffffff !important;
}

#BorlabsCookieBox ._brlbs-legal a {
  color: #aaaaaa !important;
}

.BorlabsCookie a._brlbs-btn {
  padding: 10px 20px 8px 20px !important;
  background: #CC171E !important;
  background-color: #CC171E !important;
  border-radius: 8px !important;
  color: white !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  font-family: 'BebasNeue' !important;
  font-size: 24px !important;
  transition: all 150ms !important;
  text-decoration: none !important;
  position: relative !important;
}

.BorlabsCookie a._brlbs-btn._brlbs-icon-play-white {
  padding: 10px 20px 8px 37px !important;
}

.BorlabsCookie a._brlbs-btn:before {
  position: absolute !important;
  top: 4px !important;
  left: 11px !important;
}

.BorlabsCookie a._brlbs-btn:hover {
  background: #CC171E !important;
  color: white !important;
}

.BorlabsCookie a._brlbs-btn:focus {
  outline: 1px dotted !important;
  outline: none !important;
}

.BorlabsCookie ._brlbs-embed._brlbs-video-youtube {
  background: #cccccc;
}

.BorlabsCookie ._brlbs-embed._brlbs-video-youtube ._brlbs-caption {
  background: white !important;
  max-width: 70%;
  margin: auto 15%;
  display: inline-block;
  padding-bottom: 0 !important;
  padding-top: 27px !important;
}

.BorlabsCookie ._brlbs-embed._brlbs-video-youtube ._brlbs-caption a {
  color: #CC171E;
}

.BorlabsCookie ._brlbs-embed._brlbs-video-youtube ._brlbs-caption a:hover {
  color: #CC171E;
  text-decoration: underline;
}

.BorlabsCookie ._brlbs-embed._brlbs-video-youtube ._brlbs-caption a:hover:before {
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ffffff'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ffffff' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center !important;
  background-size: contain !important;
}

.BorlabsCookie ._brlbs-embed._brlbs-video-youtube input[name="unblockAll"] {
  width: 25px !important;
  margin-right: 10px;
}

.BorlabsCookie ._brlbs-embed._brlbs-video-youtube input[type=checkbox]:after {
  border-color: green;
}

.BorlabsCookie ._brlbs-embed._brlbs-video-youtube p:last-child {
  padding: 0 !important;
  margin: 0 !important;
}

.rt-premiere-slider {
  height: 440px;
  position: relative;
}

.rt-premiere-slider .rt-ps-content {
  margin-top: 15px;
}

.rt-premiere-slider .rt-ps-content.rt-ps-full-width {
  margin-top: 0;
  top: 15px;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.rt-premiere-slider .swiper-slide {
  width: 300px;
}

.rt-premiere-slider .rt-no-thumb {
  width: 300px;
  height: 408px;
}

.rt-premiere-slider .prod-date {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 2px;
  text-transform: uppercase;
  background: #CC171E;
  color: white;
  font-family: 'BebasNeue', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.rt-premiere-slider .prod-date .p-date {
  display: flex;
  justify-content: space-between;
}

.rt-premiere-slider .prod-date .prod-wtag {
  font-size: 12px;
  margin-top: 9px;
  line-height: 12px;
  height: 12px;
}

.rt-premiere-slider .prod-date span {
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}

.rt-premiere-slider .prod-date span:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
}

.rt-premiere-slider .prod-date span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.rt-premiere-slider .prod-date span:last-child:after {
  display: none;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal {
  z-index: 100;
  position: relative;
}

.modal__container {
  max-width: 96vw;
  max-height: 96vh;
}

.modal__container img {
  max-width: calc(96vw - 60px);
  max-height: calc(96vh - 60px);
}

.modal__content {
  margin: 0;
}

.modal__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
}

.modal__header .modal__close {
  position: absolute;
  width: auto;
  background: transparent !important;
  color: black !important;
  top: 5px;
  right: 6px;
}

.modal__header .modal__close:focus {
  outline: none;
}

.modal__header .modal__close:before {
  font-size: 27px !important;
}

.rt-block-default .wp-block-group__inner-container.rt-grid {
  padding: 0;
}

.rt-block-default .rt-sidebar {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

.rt-block-default .rt-sidebar p {
  padding-bottom: 30px !important;
}

.rt-block-default .rt-sidebar p:last-child {
  padding-bottom: 15px !important;
}

.rt-block-default .rt-sidebar a:first-child {
  margin-top: 0;
}

.rt-block-default .rt-sidebar a:last-child {
  margin-bottom: 10px;
}

.rt-block-default .rt-main {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  text-align: justify;
}

.rt-block-default .rt-main p, .rt-block-default .rt-main div {
  text-align: justify;
}

@media (max-width: 680px) {
  .rt-block-default > .rt-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .rt-block-default > .rt-grid .rt-sidebar {
    text-align: left !important;
  }

  .rt-block-default > .rt-grid .rt-sidebar p {
    text-align: left !important;
  }

  .rt-block-default .rt-sidebar {
    margin-bottom: 10px !important;
  }
}

.rt-block-hero:first-child {
  margin-top: -70px;
}

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