#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
/* Colors */
/* done */
/* Gradients */
/* Fonts */
/* Font weights */
/* Width px => em */
/* Layout */
/* Lists */
/* Buttons */
/* Boxes */
/* General */
html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  color: #2A0C29;
  font-family: "Neue Frutiger 1450 W01", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

html, body, * {
  box-sizing: border-box;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  color: #2A0C29;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General - Tiny */
#wrapper.mce-content-body {
  display: block;
  background: #FFF;
  color: #2A0C29;
}

/* Helper */
.offscreen,
.invisible {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

@media (max-width: 450px) {
  .hidden-mobile {
    display: none;
  }
}

/* Helper - TinyMCE */
#wrapper.mce-content-body .offscreen {
  position: static !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  width: auto !important;
  opacity: 0.2 !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* Layout - Basic */
body,
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Layout - Content */
.content-container {
  flex: 1;
  color: #333;
  background-color: #FFF;
}

.ie .content-container {
  flex: none;
  flex: 1 0 0;
}

.content-container.content-2-col > .inside {
  margin: 0 10px;
}
@media (min-width: 46.875em) {
  .content-container.content-2-col > .inside {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (min-width: 62.5em) {
  .content-container.content-2-col > .inside {
    width: calc(100% - 50px);
    max-width: 120rem;
  }
}
@media (min-width: 46.875em) {
  .content-container.content-2-col > .inside {
    display: flex;
    justify-content: space-between;
  }
}

.content-2-col .content-main {
  flex-basis: calc(((100% - 60px) / 3) * 2);
}

.content-2-col .content-right {
  flex-basis: calc((100% - 60px) / 3);
  margin: 30px 0;
}

/* TinyMCE */
#wrapper.mce-content-body {
  max-width: 660px;
  margin: 0;
  padding: 10px 20px;
}

.header-block-1 > .inside {
  position: relative;
}
@media (min-width: 46.875em) {
  .header-block-1 > .inside {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 20px);
    max-width: 120rem;
    margin: 0 auto;
    align-items: center;
  }
}
@media (min-width: 62.5em) {
  .header-block-1 > .inside {
    width: calc(100% - 50px);
    max-width: 120rem;
  }
}

.header-block-2 {
  background-color: #D02139;
}

@media (min-width: 50em) {
  .header-block-2 > .inside {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 20px);
    max-width: 120rem;
    margin: 0 auto;
  }
}
@media (min-width: 62.5em) {
  .header-block-2 > .inside {
    width: calc(100% - 50px);
    max-width: 120rem;
  }
}

.header-skip-links ul,
.header-skip-links li {
  margin: 0;
  padding: 0;
}

.header-skip-links a {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.header-skip-links a:focus, .header-skip-links a:active {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: block;
  background-color: #F2F3F6;
  border-bottom: 1px solid #CFCFCF;
  text-decoration-color: #D02139;
  text-underline-offset: 1.5rem;
  text-underline-position: under;
  outline: none;
}
.header-skip-links a:focus > span, .header-skip-links a:active > span {
  display: block;
  position: relative;
  padding: 11px 0 12px 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (min-width: 25em) {
  .header-skip-links a:focus > span, .header-skip-links a:active > span {
    padding: 11px 20px 12px 20px;
  }
}
@media (min-width: 62.5em) {
  .header-skip-links a:focus > span, .header-skip-links a:active > span {
    max-width: 120rem;
    padding: 11px 0 12px 0;
    margin: 0 auto;
  }
}

@media (min-width: 46.875em) {
  .header-logo {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}
.header-logo p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.8rem;
  width: 18.7rem;
  min-height: 86px;
  margin: 0 auto;
  color: #2A0C29;
  background-image: url(/files/images/layout/logo-ohr.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 50px auto;
}
@media (min-width: 46.875em) {
  .header-logo p {
    font-size: 3.5rem;
    line-height: 4rem;
    width: 29.5rem;
    min-height: 133px;
    margin: 0;
    background-size: 82px 133px;
  }
}
.header-logo a {
  display: block;
  height: 5.7rem;
  padding: 1.6rem 0 1.1rem 0;
  text-decoration: none;
  color: #2A0C29;
}
@media (min-width: 46.875em) {
  .header-logo a {
    height: 9.3rem;
    margin-left: -1px;
    padding: 2.9rem 0 1.1rem 0;
  }
}
.header-logo img {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 75px);
  display: block;
  width: 150px;
  height: auto;
}
@media (min-width: 50em) {
  .header-logo img {
    bottom: -18px;
    left: auto;
    width: 180px;
  }
}
@media (min-width: 62.5em) {
  .header-logo img {
    bottom: -22px;
    width: 212px;
  }
}
.header-logo .logo-zeile-1,
.header-logo .logo-zeile-2 {
  display: block;
}

.header-block-1-navbar {
  display: flex;
  padding: 15px 0 15px 0;
  align-items: center;
}

.header-navbar-about-dhfp {
  padding: 10px;
  flex: 1;
}
@media (min-width: 46.875em) {
  .header-navbar-about-dhfp {

    padding: 0 20px 0 0;
    border-right: 1px solid #922A68;

  }
}
.header-navbar-about-dhfp h2 {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.header-navbar-about-dhfp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navbar-about-dhfp li {
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 0;
  border-top: 1px solid #CFCFCF;
}
.header-navbar-about-dhfp li:last-child {
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 0;
}
@media (min-width: 46.875em) {
  .header-navbar-about-dhfp li {
    text-align: right;
    border-top: none;
  }
  .header-navbar-about-dhfp li:last-child {
    border-bottom: 0;
  }
}
.header-navbar-about-dhfp a {
  display: block;
  padding: 0.4rem 0 .6rem 0;
  text-decoration: none;
  color: #2A0C29;
}
.header-navbar-about-dhfp a:hover, .header-navbar-about-dhfp a:focus, .header-navbar-about-dhfp a:active {
  color: #D02139;
}
@media (min-width: 46.875em) {
  .header-navbar-about-dhfp a {
    padding: 0.4rem 0 .4rem 0;
  }
}

.header-social {
  padding: 0 10px 0 10px;
}
@media (min-width: 46.875em) {
  .header-social {
    padding: 0 0 0 20px;
  }
}
.header-social p {
  margin: 0;
}
.header-social p + p {
  margin: 5px 0 0 0;
}
@media (min-width: 46.875em) {
  .header-social p {
    text-align: right;
    margin: 0;
  }
}
.header-social img {
  width: 45px;
  height: 45px;
  display: block;
}

.header-navbar-main {
  color: #FFF;
}
@media (min-width: 46.875em) {
  .header-navbar-main {
    position: relative;
    height: 5rem;
  }
}

.header-navbar-main h2 {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.header-navbar-main a,
.header-navbar-main strong {
  display: block;
  text-decoration: none;
  color: #FFF;
}

.header-navbar-main .level_1 {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-navbar-main .level_1 > li {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0 10px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.header-navbar-main .level_1 > li.first {
  border-top: none;
}
@media (min-width: 46.875em) {
  .header-navbar-main .level_1 > li {
    margin: 0;
    border-top: none;
  }
}

@media (min-width: 46.875em) {
  .global .header-navbar-main .aktuell,
.global .header-navbar-main .aktuell li,
.jahrgang .header-navbar-main .trail,
.jahrgang .header-navbar-main .trail li,
.jahrgang .header-navbar-main .active,
.jahrgang .header-navbar-main .active li {
    display: flex;
    /* aktiven Jahrgang anzeigen */
  }
}

@media (min-width: 46.875em) {
  .header-navbar-main .pulldown.ausgeklappt {
    position: absolute;
    z-index: 20;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #B60E31;
  }
}
@media (max-width: 749px) {
  .header-navbar-main .pulldown.ausgeklappt {
    position: static !important;
    width: auto !important;
    height: auto !important;
  }
}

.header-navbar-main .sibling.ausgeklappt.last {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (min-width: 46.875em) {
  .pulldown-0 {
    top: 5.5rem;
  }

  .pulldown-1 {
    top: 10rem;
  }

  .pulldown-2 {
    top: 14.5rem;
  }

  .pulldown-3 {
    top: 19rem;
  }
}
.header-navbar-main .level_1 > li > a,
.header-navbar-main .level_1 > li > strong {
  display: block;
  padding: 1rem 0 1.2rem 0;
}
@media (min-width: 46.875em) {
  .header-navbar-main .level_1 > li > a,
.header-navbar-main .level_1 > li > strong {
    display: flex;
    align-items: center;
    width: 20rem;
    height: 4.5rem;
    padding: 0 10px 0.4rem 15px;
  }
}
.header-navbar-main .level_1 > li > a:hover, .header-navbar-main .level_1 > li > a:focus, .header-navbar-main .level_1 > li > a:active,
.header-navbar-main .level_1 > li > strong:hover,
.header-navbar-main .level_1 > li > strong:focus,
.header-navbar-main .level_1 > li > strong:active {
  text-decoration: none;
}

.header-navbar-main .level_1 > .trail > a,
.header-navbar-main .level_1 > .aktuell:not(.pulldown) > a,
.header-navbar-main .level_1 > .active > strong {
  font-weight: 700;
}
@media (min-width: 46.875em) {
  .header-navbar-main .level_1 > .trail > a,
.header-navbar-main .level_1 > .aktuell:not(.pulldown) > a,
.header-navbar-main .level_1 > .active > strong {
    position: absolute;
    z-index: 10;
    height: 5.5rem;
    padding-bottom: 0.7rem;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #B60E31;
    background-image: url(/files/images/layout/pfeil-runter-fff-10x8.png);
    background-repeat: no-repeat;
    background-position: 93% 51%;
    background-size: 10px 8px;
  }
}
.header-navbar-main .level_1 > .trail > a:hover, .header-navbar-main .level_1 > .trail > a:focus, .header-navbar-main .level_1 > .trail > a:active,
.header-navbar-main .level_1 > .aktuell:not(.pulldown) > a:hover,
.header-navbar-main .level_1 > .aktuell:not(.pulldown) > a:focus,
.header-navbar-main .level_1 > .aktuell:not(.pulldown) > a:active,
.header-navbar-main .level_1 > .active > strong:hover,
.header-navbar-main .level_1 > .active > strong:focus,
.header-navbar-main .level_1 > .active > strong:active {
  color: #FFF;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.header-navbar-main .level_1 > .ausgeklappt.trail > a,
.header-navbar-main .level_1 > .ausgeklappt.aktuell:not(.pulldown) a,
.header-navbar-main .level_1 > .ausgeklappt.active > strong {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.header-navbar-main .level_1 > .pulldown > a:hover, .header-navbar-main .level_1 > .pulldown > a:focus, .header-navbar-main .level_1 > .pulldown > a:active {
  color: #FFF;
  background-color: #88173F;
}

.header-navbar-main .level_1 > .pulldown.last > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.header-navbar-main .level_2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 46.875em) {
  .header-navbar-main .level_2 {
    position: absolute;
    top: 0;
    left: 22rem;
    display: flex;
    height: 5rem;
  }
}
.header-navbar-main .level_2 li {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 46.875em) {
  .header-navbar-main .level_2 li {
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
    padding: 0;
  }
}
.header-navbar-main .level_2 a {
  display: block;
  padding: 1rem 10px 1.2rem 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 46.875em) {
  .header-navbar-main .level_2 a {
    padding: 0 10px 0.2rem 10px;
    border-top: none;
    border-radius: 4px;
  }
}
.header-navbar-main .level_2 a:hover, .header-navbar-main .level_2 a:focus, .header-navbar-main .level_2 a:active {
  text-decoration: none;
  color: #FFF;
  background-color: #88173F;
}
.header-navbar-main .level_2 strong {
  display: block;
  padding: 1.2rem 10px;
}
@media (min-width: 46.875em) {
  .header-navbar-main .level_2 strong {
    padding: 0 10px 0.2rem 10px;
  }
}

.ie .header-navbar-main .level_2 {
  width: 500px;
}

#header-hauptmenue .level_2 > li > strong,
#header-hauptmenue .level_2 > li > .trail {
  font-weight: 700;
}

.header-search {
  display: flex;
  flex-basis: 28rem;
  padding: 6px 0;
}
.header-search form,
.header-search .formbody,
.header-search .widget-text,
.header-search .input-search {
  display: flex;
  width: 100%;
  margin: 0;
}
.header-search .formbody {
  margin: 6px 10px 0 10px;
}
@media (min-width: 50em) {
  .header-search .formbody {
    margin: 0;
  }
}
.header-search input.text {
  font-size: 1.8rem;
  width: 100%;
  padding: 0.2rem 8px;
  border: 2px solid #FFF;
  border-radius: 3px;
  background-color: #FFF;
}
.header-search input.text:hover, .header-search input.text:focus, .header-search input.text:active {
  border-color: #88173F;
  outline: none;
}

.mod_article {
  padding: 40px 0;
}

.bg-gradient-white-to-grey + .bg-grey {
  padding-top: 1px;
}

.mod_article > .inside {
  margin: 0 10px;
}
@media (min-width: 46.875em) {
  .mod_article > .inside {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (min-width: 62.5em) {
  .mod_article > .inside {
    width: calc(100% - 50px);
    max-width: 120rem;
  }
}

@media (min-width: 800px) {
  .mod_article.article-cols-2 > .inside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 800px) {
  .mod_article.article-cols-2 > .inside .ce_text {
    width: calc((100% - 50px) / 2);
    margin-left: 0;
    margin-right: 0;
  }
}

.mod_article.article-cols-2 > .inside > .ce_headline.first,
.mod_article.article-cols-2 > .inside > .ce_gallery {
  width: 100%;
}

@media (min-width: 62.5em) {
  .mod_article.article-width-medium > .inside {
    width: 82rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Colours */
.mod_article.bg-grey {
  background-color: #EEECED;
}

.mod_article.bg-gradient-grey-to-white {
  background-image: linear-gradient(180deg, #EEECED 0%, #FFFFFF 100%);
}

.mod_article.bg-gradient-white-to-grey {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #EEECED 100%);
}

/* Boxes - General */
.box {
  box-sizing: border-box;
  margin: 4rem 0;
  padding: 35px 25px !important;
  border-radius: 2px;
}

.box > .text_container > :last-child {
  margin-bottom: 0;
}

.box > h3 {
  margin-top: 0;
}

/* Data protection box */
.data-protection-config-box {
  background-color: #FFF;
  border: 1px solid #CFCFCF;
}

.data-protection-config-box p {
  margin: 2rem 0;
}

.data-protection-config-box > :first-child {
  margin-top: 0;
}

.data-protection-config-box > :last-child {
  margin-bottom: 0;
}

.data-protection-config-button {
  margin: 0;
  cursor: pointer;
  color: #FFF;
  border-color: #D02139;
  background-color: #D02139;
}

/* Breadcrumb */
.mod_breadcrumb p {
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin: 0 0 0.3rem 0;
}

.mod_breadcrumb a,
.mod_breadcrumb strong {
  font-weight: 400;
  text-decoration: none;
}

.mod_breadcrumb a:hover,
.mod_breadcrumb a:focus,
.mod_breadcrumb a:active {
  text-decoration: underline;
}

.mod_breadcrumb strong {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

/* Basic */
form {
  margin: 0;
  padding: 0;
}

.content .formbody {
  margin: 2rem 0 4rem 0;
}

input, button, select, textarea {
  font: inherit;
  margin: 0;
}

input[type=text],
input[type=submit],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  cursor: pointer;
}
button:hover, button:focus, button:active {
  outline: none;
}

legend {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}

.content .widget {
  margin: 0 0 1rem 0;
}

.content .widget-radio {
  margin: 0 0 2rem 0;
}

.content .widget label {
  font-size: 2rem;
  line-height: 3rem;
}

.content .widget-text label {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.content .widget .text,
.content .widget select,
.content .widget .textarea {
  font-size: 2rem;
  line-height: 3rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.7rem 7px;
  color: #2A0C29;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  background-color: #FFF;
}
.content .widget .text:hover, .content .widget .text:focus, .content .widget .text:active,
.content .widget select:hover,
.content .widget select:focus,
.content .widget select:active,
.content .widget .textarea:hover,
.content .widget .textarea:focus,
.content .widget .textarea:active {
  outline: none;
  border-color: #666;
}

button.submit {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2rem;
  display: block;
  padding: 0.3rem 15px 0.4rem 15px;
  text-align: center;
  color: #FFF;
  border: 1px solid #1A1E23;
  border-radius: 3px;
  background-color: #1A1E23;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1.3rem 30px 1.6rem 30px;
  font-size: 1.9rem;
  line-height: 2.4rem;
}
button.submit:hover, button.submit:focus, button.submit:active {
  border-color: #D02139;
  background-color: #D02139;
}

.content .widget.error label {
  color: #CF0015;
}

.content .widget.error .text,
.content .widget.error .text,
.content .widget.error .textarea {
  border-color: #CF0015;
}

.content .widget.error p.error {
  font-size: 1.4rem;
  margin: 0;
  color: #CF0015;
}

        /* Fehlerbehandlung Abstimmungsformular */

            .mod_voting .error {
                padding:  20px;
                border:  1px solid #D02139;
                font-weight: bold;
                color:  #D02139;
            }   



.formbody .widget-radio fieldset > div {
  display: flex;
  align-items: center;
}

.formbody .widget-radio fieldset > div label {
  flex: 1;
  align-items: center;
  margin-left: 1rem;
}

/* Placeholder */
::-webkit-input-placeholder {
  /* Chrome */
  color: #455761;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #455761;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #455761;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
  color: #455761;
}

::-ms-input-placeholder {
  /* Edge */
  color: #455761;
}

:hover::-webkit-input-placeholder,
:focus::-webkit-input-placeholder,
:active::-webkit-input-placeholder {
  /* Chrome */
  color: rgba(69, 87, 97, 0.6);
}

:hover:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(69, 87, 97, 0.6);
}

:hover::-moz-placeholder,
:focus::-moz-placeholder,
:active::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(69, 87, 97, 0.6);
}

:hover:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
  color: rgba(69, 87, 97, 0.6);
}

:hover::-ms-input-placeholder {
  /* Edge */
  color: rgba(69, 87, 97, 0.6);
}

.ce_text.foto-box {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  padding: 30px;
  border: 1px solid #EEECED;
  border-radius: 2px;
  background: #FFF;
}
@media (min-width: 56.25em) {
  .ce_text.foto-box {
    display: flex;
    justify-content: center;
  }
}
.ce_text.foto-box.foto-box-narrow {
  flex-basis: calc((100% - 40px) / 2);
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  padding-top: 40px;
}

.virtual-ceremony .foto-box h2 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin: 1rem 0 1.5rem 0;
}

.foto-box.ce_text .image_container {
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 100%;
}
@media (min-width: 56.25em) {
  .foto-box.ce_text .image_container {
    margin: 0;
  }
}
.foto-box.ce_text .image_container img {
  width: 100%;
}

.foto-box-narrow.ce_text .image_container {
  margin: 0 auto 10px auto;
}

.foto-box-wide.ce_text .text_container {
  box-sizing: border-box;
  padding: 8px 15px 0 35px;
}
@media (min-width: 56.25em) {
  .foto-box-wide.ce_text .text_container {
    width: calc(100% - 290px);
    max-width: 680px;
  }
}

.foto-box p {
  font-size: 1.9rem;
  line-height: 2.9rem;
  margin: 1.5rem 0;
}

.foto-box .text_container :last-child {
  margin-bottom: 0;
}

.ce_gallery {
  margin: 40px 0;
}

@media (min-width: 25em) {
  .ce_gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.ce_gallery li {
  margin: 20px 0;
}
@media (min-width: 25em) {
  .ce_gallery li {
    margin: 10px;
  }
}


.ce_gallery .cols_3 {
  max-width: 39.0rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 56.25em) {
  .ce_gallery .cols_3 {
    max-width: 100%;
  }
}
.ce_gallery .cols_3 li {
  flex-basis: 100%;
  max-width: 39.0rem;
}
@media (min-width: 56.25em) {
  .ce_gallery .cols_3 li {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}


.ce_gallery .cols_4 li {
  flex-basis: calc((100% - 80px) / 4);
}

@media (min-width: 25em) {
  .ce_gallery .cols_5 li {
    flex-basis: calc((100% - 40px) / 2);
  }
}
@media (min-width: 37.5em) {
  .ce_gallery .cols_5 li {
    flex-basis: calc((100% - 60px) / 3);
  }
}
@media (min-width: 50em) {
  .ce_gallery .cols_5 li {
    flex-basis: calc((100% - 80px) / 4);
  }
}
@media (min-width: 68.75em) {
  .ce_gallery .cols_5 li {
    flex-basis: calc((100% - 100px) / 5);
  }
}

.ce_gallery a {
  position: relative;
  display: block;
}

.ce_gallery a:hover:before, .ce_gallery a:focus:before, .ce_gallery a:active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  background-position: 50% 50%;
  background-image: linear-gradient(219deg, rgba(124, 40, 103, 0.6) 0%, #AA1B35 90%);
}
.ce_gallery a:hover:after, .ce_gallery a:focus:after, .ce_gallery a:active:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  background-position: 50% 50%;
  background-image: url(/files/system/images/bild-groesser.png);
  background-size: 72px 72px;
  background-repeat: no-repeat;
}

/* Gallery - Round */
.gallery-round.ce_gallery ul {
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.gallery-round.ce_gallery li {
  max-width: 200px;
  margin: 0 10px 10px 10px;
  text-align: center;
}

/*.gallery-round.ce_gallery.cols_3 li {
    flex-basis: calc((100% - 60px) / 3);
}
.gallery-round.ce_gallery.cols_5 li {
    flex-basis: calc((100% - 60px) / 5);
}*/
.gallery-round.ce_gallery img {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}

.ce_gallery.gallery-sponsors  a:hover:before, 
.ce_gallery.gallery-sponsors a:focus:before, 
.ce_gallery.gallery-sponsors a:active:before,
.ce_gallery.gallery-sponsors  a:hover:after, 
.ce_gallery.gallery-sponsors a:focus:after, 
.ce_gallery.gallery-sponsors a:active:after {
  content: none;
}

/* Supported by */

.ce_text.text-supported-by {
  text-align: center; 
  padding-top:  1.5rem;
  padding-bottom:  0 !important;
}

.ce_text.text-supported-by h2 {
  font-size: 2.3rem;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
}

.ce_text.text-supported-by img {
  width:  280px;
  height:  auto;
}

/* Gallery - Sponsors */
.gallery-sponsors {
  margin: 25px 0;
}

.text-supported-by + .gallery-sponsors {
  margin-top:  10px;
}

.gallery-sponsors h2 {
  font-size: 2.3rem;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.gallery-sponsors ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.gallery-sponsors.ce_gallery .cols_4 li {
  min-width:  180px;
  max-width:  210px;
  margin: 10px;
}

.gallery-sponsors img {
  display: block;
  width: 250px;
  height: auto;
}

/* Images - Basic */
.ce_image {
  max-width: 820px;
}

@media (max-width: 56.249em) {
  .ce_image {
    margin: 0 auto;
  }
}
.image_container > a {
  position: relative;
  display: block;
}

.img-border > .image_container > img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

/* Images - Position left or right */
@media (min-width: 31.25em) {
  .ce_text .float_left,
.ce_text .float_right,
.ce_text .float_left_col,
.ce_text .float_right_col {
    display: table;
    float: left;
    margin: 0.7rem 25px 1.8rem 0;
  }

  .ce_text .float_right,
.ce_text .float_right_col {
    float: right;
    margin: 0.7rem 0 1.8rem 25px;
  }
}
.ce_text .float_left img,
.ce_text .float_left_col img,
.ce_text .float_right img,
.ce_text .float_right_col img {
  display: block;
}

.float_left_col + .text_container,
.float_right_col + .text_container {
  overflow: auto;
}

.float_left + .text_container:after,
.float_right + .text_container:after {
  display: table;
  clear: both;
  content: " ";
}

.image_container.float_right + .text_container > :last-child {
  margin-bottom: 0;
}

/* Images - Position above */
.ce_text .float_above {
  margin: 0 0 3rem 0;
}

/* Caption and copyright */
.image_container .caption {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 0;
  padding: 0.9rem 0 0 0;
  color: #2A0C29;
}

.image_container.float_left .caption,
.image_container.float_left_col .caption,
.image_container.float_right .caption,
.image_container.float_right_col .caption {
  display: table-caption;
  caption-side: bottom;
}

.image_container.float_left .caption .caption-copyright,
.image_container.float_left_col .caption .caption-copyright,
.image_container.float_right .caption .caption-copyright,
.image_container.float_right_col .caption .caption-copyright {
  display: block;
}

.caption .caption-space + .caption-copyright {
  padding-left: 12px;
}

.image_container.float_left .caption .caption-space + .caption-copyright,
.image_container.float_left_col .caption .caption-space + .caption-copyright,
.image_container.float_right .caption .caption-space + .caption-copyright,
.image_container.float_right_col .caption .caption-space + .caption-copyright {
  padding-left: 0;
}

.image_container .caption-copyright a {
  text-decoration: none;
  color: #2A0C29;
}

.image_container .caption-copyright:hover a,
.image_container .caption-copyright:focus a,
.image_container .caption-copyright:active a {
  text-decoration: underline;
  color: #D02139;
}

.ce_text.image-border img {
    border: 1px solid #000;
}

.ce_text .image_container.float_right + .text_container p:first-child,
.ce_text .image_container.float_left + .text_container p:first-child {
  /*margin-top: 0;*/
}


.content-intro {
  color: #FFF;
  background-color: #48032C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-intro .bg-cinema-seats {
  background-image: url(/files/images/layout/kinosessel.jpg), linear-gradient(180deg, #36042A 100px, #4A032D 250px);
  background-repeat: no-repeat;
  background-position: 50% -160px;
}

.content-intro .bg-curtain {
  background-image: url(/files/system/images/bg-curtain-2000.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1860px auto;
}
@media (min-width: 1800px) {
  .content-intro .bg-curtain {
    background-size: 2000px auto;
  }
}
@media (min-width: 2000px) {
  .content-intro .bg-curtain {
    background-image: url(/files/system/images/bg-curtain-2500.jpg);
    background-size: 100% auto;
  }
}

.content-intro .curtain.drei-boxen {
  background-image: url(/files/system/images/bg-curtain-2500.jpg);
  background-position: 50% 55%;
  background-size: auto 100%;
}

.content-intro .bg-cinema-seats h1 {
  margin: 8rem 0 0 0;
}

.content-intro .bg-curtain .ce_text {
  padding: 0 !important;
}

.content-intro .bg-curtain h1 {
  font-weight: 600;
  line-height: 4.8rem;
  margin: 4rem 0 0 0;
}
@media (min-width: 37.5em) {
  .content-intro .bg-curtain h1 {
    margin: 8rem 0 0 0;
  }
}

.content-intro .bg-curtain h1 .h1-subline {
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
}

/* Intro with subnav */
.content-intro .intro-with-subnav {
  background-image: url(/files/system/images/bg-curtain-2000.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1860px auto;
}

.content-intro .intro-with-subnav > .inside {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* Intro with boxes */
.content-intro .drei-boxen {
  padding: 10px 0;
  background-image: url(/files/images/layout/kinosessel.jpg), linear-gradient(180deg, #36042A 100px, #4A032D 250px);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.content-intro .drei-boxen > .inside {
  padding: 70px 0 20px 0;
}
@media (min-width: 56.25em) {
  .content-intro .drei-boxen > .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.drei-boxen .ce_text.box.intro-box {
  margin: 10px 0;
}
@media (min-width: 56.25em) {
  .drei-boxen .ce_text.box.intro-box {
    margin: 20px 0 0 0;
  }
}  

.content-intro .drei-boxen h1 {
  width: 100%;
  margin: 0 0 10px -2px;
  font-weight: 600;
}

.intro-box.intro-box-red {
  background: rgba(208, 33, 57, 0.7);
  background: linear-gradient(-110deg, rgba(208, 33, 57, 0.6) 10%, rgba(208, 33, 57, 0.8) 100%);
}

.intro-box.intro-box-pink {
  background: rgba(208, 44, 103, 0.7);
  background: linear-gradient(-110deg, rgba(208, 44, 103, 0.6) 10%, rgba(208, 44, 103, 0.8) 100%);
}

.intro-box.intro-box-purple {
  background: rgba(152, 56, 128, 0.7);
  background: linear-gradient(-110deg, rgba(152, 56, 128, 0.6) 10%, rgba(152, 56, 128, 0.8) 100%);
}

.content-intro .intro-box {
  display: flex;
  padding: 20px 20px 25px 20px !important;
}
@media (min-width: 56.25em) {
  .content-intro .intro-box {
    flex-basis: calc((100% - 40px) / 3);
    margin: 20px 0 0 0;
    border-radius: 2px;
  }
}
.content-intro .intro-box .text_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-intro .intro-box h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin: 0 0 0.5rem 0;
}
.content-intro .intro-box p {
  margin: 1rem 0 0 0;
}
.content-intro .intro-box .button {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 20px 1rem 20px;
  border: 1px solid #FFF;
  background-color: transparent;
}
.content-intro .intro-box .button:hover, .content-intro .intro-box .button:focus, .content-intro .intro-box .button:active {
  border-color: #FFF;
  background-color: #FFF;
}

.intro-box-red .button:hover, .intro-box-red .button:focus, .intro-box-red .button:active {
  color: #D02139;
}

.intro-box-pink .button:hover, .intro-box-pink .button:focus, .intro-box-pink .button:active {
  color: #D02C67;
}

.intro-box-purple .button:hover, .intro-box-purple .button:focus, .intro-box-purple .button:active {
  color: #8C3071;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cboxOverlay {
  background: #200410;
}

#cboxContent {
  background: #FFF;
}

#cboxLoadedContent {
  border-color: #FFF;
  border-radius: 2px;
}

#cboxTitle {
  position: static;
  color: rgba(255, 255, 255, 0.9);
}

#cboxTitle p {
  /*font-size: 1.9rem;*/
  line-height: 2.4rem;
  margin: 0.6rem 0 0 0;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
  background-image: url("/files/system/images/icons-colorbox.png");
  background-size: 98px 130px;
}

#cboxNext,
#cboxPrevious {
  height: 52px;
  width: 28px;
}

#cboxNext {
  background-position: top right;
}

#cboxPrevious {
  background-position: top left;
}

#cboxClose {
  width: 18px;
  height: 18px;
  background-position: top center;
}

/* Navbar - Submenu */
.navbar-submenu {
  flex-basis: 280px;
  margin: 0;
}

.navbar-submenu > h2 {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.navbar-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-submenu ul a {
  text-decoration: none;
}

.navbar-submenu li {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0 0 1px 0;
}

.navbar-submenu li > a,
.navbar-submenu li > strong {
  display: block;
  padding: 1rem 15px 1.2rem 15px;
  color: #FFF;
  background-image: linear-gradient(-90deg, rgba(152, 56, 128, 0.75) 10%, rgba(152, 56, 128, 0.9) 100%);
}

.navbar-submenu li > a:hover, .navbar-submenu li > a:focus, .navbar-submenu li > a:active {
  text-decoration: underline;
  color: #FFF;
  background-color: #D02139;
}

.navbar-submenu .first > a,
.navbar-submenu .first > strong {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.navbar-submenu .last > a,
.navbar-submenu .last > strong {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.news-item {
  padding: 3rem 0;
}
.news-item:not(.first) {
  border-top: 1px solid #CFCFCF;
}

.news-item-title {
  margin: 0 0 1rem 0;
}

.news-item-title a {
  text-decoration: none;
}
.news-item-title a:hover, .news-item-title a:focus, .news-item-title a:active {
  text-decoration: underline;
}

.news-item-teaser p {
  margin: 1rem 0;
}

.news-item-more {
  margin: 1rem 0 0 0;
}

.nominations-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px -10px;
}

.nominations-list-item {
  position: relative;
  padding: 0 0 20px 0;
  margin: 10px;
}

@media (min-width: 900px) {
  .nominations-list-item {
    flex-basis: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
}

@media (min-width: 900px) {
  .nominations-list-item {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}


.nominations-list-item-text {
  display: flex;
  flex-direction: column;
}

.nominations-list-item-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.9rem;
  margin: 1.5rem 0 1rem 0;
  order: 2;
}

.nominations-list-item-info {
  order: 3;
  margin: 0;
}

.nominations-list-item-video {
  order: 1;
}

.nominations-list-item-video video {
  max-width: 100%;
  height: auto;
}

/* Pagination */
.pagination {
  padding: 20px 0;
  border-top: 1px solid #CFCFCF;
}
@media (min-width: 31.25em) {
  .pagination {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
}

.pagination-total {
  display: block;
  margin: 0;
  text-align: center;
}
@media (min-width: 31.25em) {
  .pagination-total {
    margin: 0 30px 0 0;
    padding-bottom: 0.2rem;
    text-align: left;
  }
}

.pagination-list {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
@media (min-width: 31.25em) {
  .pagination-list {
    justify-content: flex-start;
  }
}

.pagination-list-item {
  font-size: 1.9rem;
  line-height: 3.4rem;
  margin: 0 2px;
}
.pagination-list-item a {
  display: flex;
  align-items: center;
}

.pagination-list-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  text-align: center;
  font-weight: 400;
  color: #D02139;
  border: 1px solid transparent;
  background-color: transparent;
}
.pagination-list-item-link span,
.pagination-list-item-link strong {
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
}
.pagination-list-item-link a {
  text-decoration: none;
}
.pagination-list-item-link:hover, .pagination-list-item-link:focus, .pagination-list-item-link:active {
  text-decoration: underline;
  color: #2A0C29;
}

.pagination-list-item-active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  text-align: center;
  font-weight: 400;
  color: #FFF;
  border-color: #D02139;
  background-color: #D02139;
}
.pagination-list-item-active span,
.pagination-list-item-active strong {
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
}

.pagination-list-item-link-prevnext {
  display: flex;
  align-items: center;
  width: auto;
  border-radius: 0;
}
.pagination-list-item-link-prevnext img {
  width: 25px;
  height: 25px;
}

.mod_article.press-images {
  padding-top: 0;
}

.press-images > .inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
@media (min-width: 62.5em) {
  .press-images > .inside {
    gap: 20px;
  }
}

.press-images .ce_pressimage {
  margin: 0 0 3rem 0;
}
@media (min-width: 28.125em) {
  .press-images .ce_pressimage {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 37.5em) {
  .press-images .ce_pressimage {
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 62.5em) {
  .press-images .ce_pressimage {
    width: calc((100% - 60px) / 4);
  }
}
.press-images .ce_pressimage .caption,
.press-images .ce_pressimage .caption.copyright {
  margin: 0;
}
.press-images .ce_pressimage .caption.copyright {
  padding: 0;
}
.press-images .ce_pressimage p {
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 0.8rem 0 0 0;
}

.ce_text.quote-box {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  padding: 30px;
  border: 1px solid #EEECED;
  border-radius: 2px;
  background: #FFF;
}
@media (min-width: 56.25em) {
  .ce_text.quote-box {
    display: flex;
    justify-content: center;
  }
}
.ce_text.quote-box.quote-box-narrow {
  flex-basis: calc((100% - 40px) / 2);
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  padding-top: 40px;
}
.ce_text.quote-box.quote-box-wide {
  align-items: center;
  flex-direction: row;
}

.quote-box h2 {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.quote-box.ce_text .image_container {
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 100%;
}
@media (min-width: 56.25em) {
  .quote-box.ce_text .image_container {
    margin: 0;
  }
}
.quote-box.ce_text .image_container img {
  width: 100%;
}

.quote-box-narrow.ce_text .image_container {
  margin: 0 auto 20px auto;
}

.quote-box-wide.ce_text .text_container {
  box-sizing: border-box;
  padding: 8px 15px 0 35px;
}
@media (min-width: 56.25em) {
  .quote-box-wide.ce_text .text_container {
    width: calc(100% - 290px);
    max-width: 680px;
  }
}

.quote-box blockquote {
  margin: 20px 0 0 0;
  padding: 0;
}
@media (min-width: 56.25em) {
  .quote-box blockquote {
    margin: 0;
  }
}

.quote-box blockquote p {
  font-size: 2.3rem;
  font-style: italic;
  line-height: 3.6rem;
  margin: 0 0 1.5rem 0;
  color: #D02139;
}

.quote-box.quote-box-long-text blockquote p {
  font-size: 2.2rem;
  line-height: 3.5rem;
}

.quote-box blockquote p cite {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 2.8rem;
  display: block;
  color: #2A0C29;
}

.sponsor-logos {
  margin: 0 10px;
  padding: 50px 0 50px 0;
}
@media (min-width: 400px) {
  .sponsor-logos {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .sponsor-logos {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: calc(100% - 20px);
    max-width: 120rem;
    padding: 80px 0 50px 0;
  }
}
@media (min-width: 1000px) {
  .sponsor-logos {
    width: calc(100% - 50px);
  }
}

@media (min-width: 900px) {
  .sponsor-logos-block-1 {
    flex-wrap: wrap;
    width: calc((100% - 60px) / 4);
  }
}

@media (min-width: 900px) {
  .sponsor-logos-block-2 {
    flex-wrap: wrap;
    width: calc((100% - 60px) / 4);
  }
}

@media (min-width: 900px) {
  .sponsor-logos-block-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc((100% - 20px) / 2);
  }
}

.sponsor-text {
  width: 100%;
}

.sponsor-text p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 40px 0 0 0;
}

.sponsor-logo {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  padding: 20px 20px;
  border: 1px solid #D8D8D8;
}

.sponsor-logos-block-1 .sponsor-logo,
.sponsor-logos-block-2 .sponsor-logo {
  width: 100%;
}

@media (min-width: 900px) {
  .sponsor-logos-block-3 .sponsor-logo {
    width: calc((100% - 20px) / 2);
  }
}

.sponsor-logo img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

.ce_gallery.gallery-sponsors .cols_5 li {
  margin: 5px;
}

.ce_gallery.gallery-sponsors ul.cols_5 {
  justify-content: center;
}

.ce_text {
  margin: 0 auto;
}

.mod_article.last .ce_text.last {
  padding-bottom: 50px;
}

.text-box {
  position: relative;
  margin: 20px 0;
  padding: 35px 30px 30px 30px;
  border-top: 1px solid transparent;
  border-right: 1px solid #EEECED;
  border-bottom: 1px solid #EEECED;
  border-left: 1px solid #EEECED;
  border-radius: 2px;
  background: #FFF;
}
.text-box.text-box-narrow {
  flex-basis: calc((100% - 40px) / 2);
  flex-direction: column;
  width: auto;
}
.text-box.text-box-wide {
  flex-direction: row;
}

.text-box:before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 3px;
  content: " ";
  background-color: #D02139;
}

.virtual-ceremony-red .text-box:before {
  background-color: #D02139;
}

.virtual-ceremony-pink .text-box:before {
  background-color: #D02C67;
}

.virtual-ceremony-purple .text-box:before {
  background-color: #8C3071;
}

.text-box > h2 {
  font-size: 2.2rem;
  line-height: 3.4rem;
  margin-top: 0;
}

.text-box p {
  font-size: 1.9rem;
  line-height: 2.9rem;
}

.youtube-box {
  position: relative;
  margin: 20px 0;
  padding: 35px 30px 30px 30px;
  border-top: 1px solid transparent;
  border-right: 1px solid #EEECED;
  border-bottom: 1px solid #EEECED;
  border-left: 1px solid #EEECED;
  border-radius: 2px;
  background: #FFF;
}
.youtube-box.youtube-box-narrow {
  flex-basis: calc((100% - 40px) / 2);
  flex-direction: column;
  width: auto;
}
.youtube-box.youtube-box-wide {
  max-width: none;
  flex-direction: row;
}

.youtube-box:before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 3px;
  content: " ";
  background-color: #D02139;
}

.virtual-ceremony-red .youtube-box:before {
  background-color: #D02139;
}

.virtual-ceremony-pink .youtube-box:before {
  background-color: #D02C67;
}

.virtual-ceremony-purple .youtube-box:before {
  background-color: #8C3071;
}

.youtube-box .youtube-box-headline,
.mce-content-body .youtube-box-headline {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.6rem;
  margin: 0 !important;
  text-align: left;
  color:  #333 !important;
}

.youtube-box .youtube-box-subline,
.mce-content-body .youtube-box-subline {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.8rem;
  margin: 0.3rem 0 2rem 0;
  color: #D02139 !important;
  text-align: left;
}

.youtube-box .ce_youtube {
  margin: 0;
}

.youtube-box p {
  font-size: 1.9rem;
  line-height: 2.9rem;
}

.youtube-box .ce_player {
  width: auto;
  margin: 0;
}

.ce_player {
  width: 780px;
  max-width: 100%;
  margin: 2.5rem auto;
}

.ce_player video {
  max-width: 100%;
  height: auto;
}

.virtual-ceremony h2 {
  font-size: 3.6rem;
  line-height: 4.8rem;
  font-weight: 600;
  /* text-align: center; */
  margin: 40px auto 30px auto;
  max-width: 820px;
}

.virtual-ceremony.virtual-ceremony-red h2 {
  color: #D02139;
}

.virtual-ceremony.virtual-ceremony-pink h2 {
  color: #D02C67;
}

.virtual-ceremony.virtual-ceremony-purple h2 {
  color: #8C3071;
}

.virtual-ceremony-intro-text {
  width: 100%;
}

@media (min-width: 800px) {
  .mod_article.article-cols-2.virtual-ceremony > .inside .ce_text {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.virtual-ceremony-intro-text .text_container {
  margin: 0 auto;
  max-width: 820px;
}

.virtual-ceremony-intro-text p,
.virtual-ceremony-intro-text li {
  font-size: 2.2rem;
  line-height: 3.5rem;
  margin: 3rem 0;
}

.virtual-ceremony-intro-text li.li-spacing-0 {
  margin:  0;
}


/* YouTube Player */
.ce_youtube {
  margin: 4rem 0 4rem 0;
}

.ce_youtube.youtube-full-width {
  max-width: 100%;
}

.ce_youtube > .inside {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  background-color: #8C3071;
}

.ce_youtube h2 {
  margin-bottom: 2rem;
}

.ce_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.ce_youtube noscript p {
  color: #FFF;
  text-align: center;
  padding: 30px 20px;
  max-width: 40rem;
  margin: 0 auto;
}

/* YouTube Preview */
.youtube-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  background-size: auto 100%;
}

.youtube-preview > .inside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(219deg, rgba(124, 40, 103, 0.5) 0%, #AA1B35 90%);
}

.youtube-preview .youtube-preview-fake-play-button {
  width: 116px;
  height: 116px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.youtube-preview .youtube-preview-fake-play-button:hover #circle, .youtube-preview .youtube-preview-fake-play-button:focus #circle, .youtube-preview .youtube-preview-fake-play-button:active #circle {
  fill-opacity: 100;
}
.youtube-preview .youtube-preview-fake-play-button:hover #play, .youtube-preview .youtube-preview-fake-play-button:focus #play, .youtube-preview .youtube-preview-fake-play-button:active #play {
  fill: #D02139;
}

.youtube-preview .youtube-preview-cookie-info {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px 0 10px 0;
  color: #FFF;
  background-image: linear-gradient(219deg, #7c2867 0%, #AA1B35 90%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.youtube-preview .youtube-preview-cookie-infotext {
  font-size: 1.3rem;
  line-height: 1.8rem;
  max-width: 40rem;
  margin: 1rem 0;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 400px) {
  .youtube-preview .youtube-preview-cookie-infotext {
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin: 1rem auto;
  }
}
@media (min-width: 450px) {
  .youtube-preview .youtube-preview-cookie-infotext {
    margin: 1rem auto 2rem auto;
  }
}

.youtube-preview .youtube-preview-cookie-infotext a {
  color: #FFF;
}

.youtube-preview .button.youtube-preview-accept-cookies-button {
  margin: 0 auto;
  cursor: pointer;
  border-color: #FFF;
  background-color: transparent;
}
@media (min-width: 400px) {
  .youtube-preview .button.youtube-preview-accept-cookies-button {
    padding: 0.8rem 25px 1rem 25px;
  }
}
.youtube-preview .button.youtube-preview-accept-cookies-button:hover, .youtube-preview .button.youtube-preview-accept-cookies-button:focus, .youtube-preview .button.youtube-preview-accept-cookies-button:active {
  color: #D02139;
  border-color: #FFF;
  background-color: #FFF;
}

.youtube-preview .youtube-preview-close-cookie-info {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.youtube-preview .youtube-preview-close-cookie-info #icon-close-circle {
  fill: transparent;
}
.youtube-preview .youtube-preview-close-cookie-info #icon-close-x {
  fill: #FFF;
}
.youtube-preview .youtube-preview-close-cookie-info:hover #icon-close-circle, .youtube-preview .youtube-preview-close-cookie-info:focus #icon-close-circle, .youtube-preview .youtube-preview-close-cookie-info:active #icon-close-circle {
  fill: #FFF;
}
.youtube-preview .youtube-preview-close-cookie-info:hover #icon-close-x, .youtube-preview .youtube-preview-close-cookie-info:focus #icon-close-x, .youtube-preview .youtube-preview-close-cookie-info:active #icon-close-x {
  fill: #D02139;
}
@media (min-width: 400px) {
  .youtube-preview .youtube-preview-close-cookie-info {
    top: 10px;
    right: 10px;
  }
}

/* Headlines */
h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
  position: relative;
  margin: 3.5rem 0 4.5rem 0;
}

h1:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(85, 5, 42, 0.9);
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
  margin: 2.5rem 0 0 0;
}
@media (min-width: 46.875em) {
  h2 {
    font-size: 2.6rem;
    line-height: 3.8rem;
    margin: 4.5rem 0 0 0;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.7rem;
  margin: 2.5rem 0 0 0;
}
@media (min-width: 46.875em) {
  h3 {
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin: 2.5rem 0 0 0;
  }
}

/* Line */
.trennlinie-oben {
  clear: both;
  margin-top: 5rem;
  border-top: 1px solid #CFCFCF;
}

.trennlinie-unten {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #CFCFCF;
}

/* Link - Basic */
a {
  color: #D02139;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #2A0C29;
}

a[href^=tel] {
  text-decoration: none;
}

a[href^=tel]:hover,
a[href^=tel]:focus,
a[href^=tel]:active {
  text-decoration: underline;
}

/* Link - Button */
.button {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: inline-block;
  box-sizing: border-box;
  margin: 1rem 0 0 0;
  padding: 0.7rem 15px 0.9rem 15px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #D02139;
  border-radius: 3px;
  background-color: #D02139;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button:hover, .button:focus, .button:active {
  text-decoration: none;
  color: #FFF;
  border-color: #8C3071;
  background-color: #8C3071;
}

.button.border-button {
  color: #D02139;
  border: 1px solid #D02139;
  background-color: #FFF;
}
.button.border-button:hover, .button.border-button:focus, .button.border-button:active {
  color: #FFF;
  border: 1px solid #D02139;
  background-color: #D02139;
}

/* Remove? */
.button[href$=pdf] {
  position: relative;
  padding-left: 33px;
}

/* Remove? */
.button[href$=pdf]:before {
  position: absolute;
  top: calc(50% - 8px);
  left: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: " ";
  background-image: url(/files/images/layout/icons-download.png);
  background-repeat: no-repeat;
  background-size: 45px 15px;
}

/* List */
ul,
ol {
  margin: 2.5rem 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  font-size: 1.9rem;
  line-height: 3rem;
  margin: 2.5rem 0;
}

.ce_text li,
#wrapper.mce-content-body li {
  position: relative;
  padding-left: 2rem;
}

.ce_text li:before,
#wrapper.mce-content-body li:before {
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 0.1rem;
  left: 0;
  content: "•";
  color: #D02139;
}

.ce_text ol > li,
#wrapper.mce-content-body ol > li {
  margin-left: 1.8rem;
  padding-left: 8px;
}

.ce_text ol > li > ol[type=a] > li,
#wrapper.mce-content-body ol > li > ol[type=a] > li {
  padding-left: 4px;
}

.li-spacing-0 {
  margin: 0;
}
.li-spacing-0 > ul,
.li-spacing-0 > ol {
  margin-top: 0;
}

.li-small-spacing li {
  margin: 0.4rem 0;
}

.li-line {
  border-top:  1px solid #CFCFCF;
  padding-top:  1.0rem;
  padding-bottom:  1.0rem;
  margin:  0 !important;
}

.li-line:last-child {
  border-bottom:  1px solid #CFCFCF;
}

.ce_text .li-link {
  padding-left:  3rem;
  position:  relative;
}

.ce_text .li-link:before {
  content:  " ";
  background-image:  url(/files/system/images/arrow-purple-right.svg);
  width:  1.5rem;
  height:  1.6rem;
  display: block;
  position: absolute;
  left:  0;
  top:  2.1rem;
}

.ce_text .li-link a {
  text-decoration:  none;
  display: block;
  color:  #333;
}


.ce_text .li-link a:hover,
.ce_text .li-link a:focus,
.ce_text .li-link a:active {
  text-decoration:  underline;
  color:  #D02139;
}


.ce_text .li-no-bullet {
  padding-left:  0;
}

.ce_text .li-no-bullet:before {
  content:  none;
}


/* Bildnachweise */
.ul-bildnachweise {
  margin: 1rem 0 0 0;
  list-style: none;
}

.ul-bildnachweise li {
  font-size: 1.7rem;
  line-height: 2.5rem;
  display: inline;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
}

.ul-bildnachweise li:before {
  display: none;
  content: none !important;
}

.ul-bildnachweise li:not(:last-child):after {
  display: inline;
  padding: 0 6px 0 8px;
  content: "·";
}

abbr {
  text-decoration: none;
}

/* Paragraph */
p {
  font-size: 2rem;
  line-height: 3rem;
  margin: 2.5rem 0;
}

.p-centered {
  text-align: center;
}

.p-copyright {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #777;
}

.content-right p {
  line-height: 2.8rem;
  margin: 1.5rem 0;
}

.warning strong {
  font-weight: 600;
  color: #D02139;
}

/* Spacing */
.spacing-top-0 {
  margin-top: 0 !important;
}

.spacing-top-10 {
  margin-top: 1rem !important;
}

.spacing-top-20 {
  margin-top: 2rem !important;
}

.spacing-top-30 {
  margin-top: 3rem !important;
}

.spacing-top-40 {
  margin-top: 4rem !important;
}

.spacing-top-50 {
  margin-top: 5rem !important;
}

.spacing-bottom-0 {
  margin-bottom: 0 !important;
}

.spacing-bottom-10 {
  margin-bottom: 1rem !important;
}

.spacing-bottom-20 {
  margin-bottom: 2rem !important;
}

.spacing-bottom-30 {
  margin-bottom: 3rem !important;
}

.spacing-bottom-40 {
  margin-bottom: 4rem !important;
}

.spacing-bottom-50 {
  margin-bottom: 5rem !important;
}

.footer {
  color: #FFF;
}

.footer h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  margin: 0 0 2rem 0;
}

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

.footer a {
  color: #FFF;
}

.footer-block-1 {
  color: #FFF;
  background-image: linear-gradient(0deg, #3A1229 0%, #4E0E2B 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-block-1 > .inside {
  margin: 0 10px;
  padding: 30px 0 30px 0;
}
@media (min-width: 46.875em) {
  .footer-block-1 > .inside {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (min-width: 62.5em) {
  .footer-block-1 > .inside {
    width: calc(100% - 50px);
    max-width: 120rem;
  }
}

.footer-block-2 {
  color: #FFF;
  background-color: #5A1730;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-block-2 > .inside {
  margin: 0 10px;
  padding: 14px 0 16px 0;
}
@media (min-width: 46.875em) {
  .footer-block-2 > .inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (min-width: 62.5em) {
  .footer-block-2 > .inside {
    width: calc(100% - 50px);
    max-width: 120rem;
  }
}

.footer-claim {
  padding: 28px 0 30px 0;
  background-color: #FFF;
}

.footer-claim p {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin: 0;
  text-align: center;
  color: #D02139;
}

.footer-navbar-main {
  flex-basis: calc((100% - 100px) / 3);
}

.footer-navbar-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-navbar-main li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0.2rem 0;
}

.footer-navbar-main a,
.footer-navbar-main strong {
  font-weight: 300;
  display: block;
  padding: 0.3rem 0;
  text-decoration: none;
}

.footer-info {
  flex-basis: calc((100% - 100px) / 3);
  margin-left: 50px;
}

.footer-info p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 2rem 0;
}

.footer-navbar-legal ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.footer-navbar-legal li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 20px 0 0;
}

.footer-navbar-legal li a {
  display: block;
  text-decoration: none;
  padding: 0.4rem 0;
}
.footer-navbar-legal li a:hover, .footer-navbar-legal li a:focus, .footer-navbar-legal li a:active {
  text-decoration: underline;
}

.footer-navbar-legal li strong {
  display: block;
  text-decoration: none;
  padding: 0.4rem 0;
}

.footer-copyright p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0;
  text-align: right;
}

.footer-copyright a {
  text-decoration: none;
}
.footer-copyright a:hover, .footer-copyright a:focus, .footer-copyright a:active {
  text-decoration: underline;
}

h2.trennlinie-oben {
  padding-top: 3.0rem;
}

h3.abstand-unten-10 + p {
  margin-top: 8px;
}
