@charset "UTF-8";
/** Main Stylesheet
* @copyright (c) 2025 truleccreation, Mario Trulec
* No free usage allowed
*/
/* sora-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sora-v16-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/sora-v16-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sora-v16-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/sora-v16-latin_latin-ext-regular.woff") format("woff"), url("../fonts/sora-v16-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/sora-v16-latin_latin-ext-regular.svg#Sora") format("svg"); /* Legacy iOS */
}
/* sora-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/sora-v16-latin_latin-ext-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/sora-v16-latin_latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/sora-v16-latin_latin-ext-500.woff2") format("woff2"), url("../fonts/sora-v16-latin_latin-ext-500.woff") format("woff"), url("../fonts/sora-v16-latin_latin-ext-500.ttf") format("truetype"), url("../fonts/sora-v16-latin_latin-ext-500.svg#Sora") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "4media";
  src: url("../fonts/4media.eot?n8kg0o");
  src: url("../fonts/4media.eot?n8kg0o#iefix") format("embedded-opentype"), url("../fonts/4media.ttf?n8kg0o") format("truetype"), url("../fonts/4media.woff?n8kg0o") format("woff"), url("../fonts/4media.svg?n8kg0o#4media") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon_], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "4media" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_plus:before {
  content: "\e90f";
}

.icon_facebook_s:before {
  content: "\e910";
}

.icon_instagram_s:before {
  content: "\e911";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_xing:before {
  content: "\e908";
}

.icon_adress_outline:before {
  content: "\e909";
}

.icon_email:before {
  content: "\e90a";
}

.icon_telefon:before {
  content: "\e90b";
}

.icon_quote:before {
  content: "\e90d";
}

.icon_arrow_right_long:before {
  content: "\e90e";
}

.icon_arrow_right:before {
  content: "\e900";
}

.icon_arrow_top-right:before {
  content: "\e901";
}

.icon_arrow_left:before {
  content: "\e902";
}

.icon_arrow_down:before {
  content: "\e903";
}

.icon_list-type:before {
  content: "\e904";
}

.icon_square:before {
  content: "\e905";
}

.icon_menu_open:before {
  content: "\e906";
}

.icon_menu_close:before {
  content: "\e907";
}

.icon_youtube_text_white_icon:before {
  content: "\e615";
}

.icon_youtube:before {
  content: "\e611";
}

.icon_vimeo:before {
  content: "\e612";
}

html ::-moz-selection {
  background-color: #be111f;
  color: white;
}

html ::selection {
  background-color: #be111f;
  color: white;
}

:focus {
  outline: none;
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: white;
  transition: color 0.5s;
}

.block {
  overflow: visible !important;
  overflow: hidden;
}

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

body {
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: 10px !important;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  overflow-y: scroll;
}

#wrapper {
  font-size: 1.8em;
  position: relative;
}
@media screen and (max-width: 699px) {
  #wrapper {
    font-size: 1.575em;
  }
}

#header {
  background-color: white;
  z-index: 1000;
  width: 100%;
  height: 94px;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  font-size: 10px;
}
@media screen and (max-width: 699px) {
  #header {
    height: 78px;
    background-color: white;
  }
}
#header .inside {
  height: 100%;
  margin: 0 auto;
  max-width: 1810px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inside .mmenulogo {
  position: absolute;
  top: 2em;
  display: inline-block;
  z-index: 100;
  transition: opacity 0.5s;
  top: 1em;
  margin-left: 3.6em;
  height: 68px;
}
@media screen and (max-width: 1000px) {
  #header .inside .mmenulogo {
    margin-left: 1.8em;
  }
}
@media screen and (max-width: 699px) {
  #header .inside .mmenulogo {
    margin-left: 0.5em;
    height: 58px;
  }
}
#header .inside .mmenulogo img {
  width: 199px;
}
@media screen and (max-width: 699px) {
  #header .inside .mmenulogo img {
    height: 58px;
  }
}

#container {
  position: relative;
  z-index: 0;
  min-height: calc(80vh - 100px);
  background-color: white;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

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

.main_navigation {
  margin-right: 2em;
  font-size: 1.8em;
  text-decoration: none;
  overflow: visible;
}
@media screen and (max-width: 1400px) {
  .main_navigation {
    display: none;
  }
}
.main_navigation ul {
  display: table;
  content: " ";
  clear: both;
  margin-bottom: 0;
}
.main_navigation ul.level_1 {
  clear: both;
  position: relative;
}
.main_navigation ul.level_1 li {
  padding: 0.5em 0.5em 0.4em;
}
.main_navigation ul.level_1 li:last-child {
  margin-right: 0;
}
.main_navigation ul.level_1 li.sibling, .main_navigation ul.level_1 li.active {
  color: #000;
}
.main_navigation ul.level_1 li:hover {
  box-shadow: inset 0px -5px 0px 0px #be111f;
}
.main_navigation ul.level_1 li:hover ul.level_2 {
  display: block;
}
.main_navigation ul.level_1 li:hover::after {
  width: 100%;
  height: 8px;
  display: block;
  background-color: red;
  content: " ";
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  transform-origin: center;
  -webkit-tranform: translate(-50%) scaleX(0);
  transform: translate(-50%) scaleX(0);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
.main_navigation ul.level_1 li.active, .main_navigation ul.level_1 li.trail {
  box-shadow: inset 0px -5px 0px 0px #be111f;
  background-color: #be111f;
  color: white;
}
.main_navigation ul.level_1 li.trail {
  padding: 0.5em 0 0.4em;
  color: #000;
}
.main_navigation ul.level_1 strong {
  display: block;
  font-weight: 400;
}
.main_navigation ul.level_1 a {
  color: #000;
  border: none;
}
.main_navigation li {
  float: left;
  display: block;
  margin-right: 1.5em;
}
.main_navigation li.last {
  padding-right: 0;
}
.main_navigation li.submenu ul.level_2 {
  max-height: 0;
  position: absolute;
  display: none;
  transition: opacity 0.5s;
  opacity: 0;
  top: 2.3em;
}
.main_navigation li.submenu ul.level_2 li {
  padding: 0;
  margin: 0;
  float: none;
  clear: both;
  display: block;
  background-color: #000;
  border-bottom: 1px solid black;
}
.main_navigation li.submenu ul.level_2 li.active, .main_navigation li.submenu ul.level_2 li.trail {
  box-shadow: inset 0px -5px 0px 0px #000;
}
.main_navigation li.submenu ul.level_2 li a {
  display: block;
  padding: 0.5em 1em;
  margin: 0;
  color: white;
  font-weight: 300;
}
.main_navigation li.submenu ul.level_2 li a.first {
  padding-top: 0.75em;
}
.main_navigation li.submenu ul.level_2 li a:hover {
  color: #868686;
}
.main_navigation li.submenu ul.level_2 li:hover::after {
  display: none;
}
.main_navigation li.submenu ul.level_2 li strong {
  display: block;
  padding: 0.5em 1em;
  color: #be111f;
}
.main_navigation li.submenu:hover .level_2 {
  max-height: 100%;
  opacity: 1;
}

.mm-menu {
  background-color: yellow;
  z-index: -10;
  display: none;
}
.mm-menu a.mmenulogo img {
  height: 68px;
  max-width: 199px !important;
}
@media screen and (max-width: 699px) {
  .mm-menu a.mmenulogo img {
    height: 58px;
    max-width: 170px !important;
  }
}

a.mmenux {
  display: none;
  cursor: pointer;
  font-family: "4media";
  color: #000;
}
@media screen and (max-width: 1400px) {
  a.mmenux {
    display: flex;
    align-items: center;
  }
}
a.mmenux:hover {
  color: #868686;
}
a.mmenux::before {
  content: "\e906";
  font-size: 5em;
  margin-right: 0.75em;
}
@media screen and (max-width: 1000px) {
  a.mmenux::before {
    margin-right: 0.5em;
  }
}
a.mmenux span {
  font-size: 0;
}

.mm-menu {
  --mm-listitem-size: 56px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  display: none;
}
.mm-menu a:hover {
  color: #be111f;
}
.mm-menu.mm-menu--position-top {
  height: 100% !important;
}
.mm-menu.mm-menu--position-top.mm-menu--opened {
  opacity: 1;
}
.mm-menu .mm-navbars--top {
  height: 94px;
  font-size: 10px;
  background-color: white;
  border-bottom-color: white;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 699px) {
  .mm-menu .mm-navbars--top {
    height: 78px;
  }
}
.mm-menu .mm-navbars--top .mm-navbar {
  align-items: center;
  background: none;
}
.mm-menu .mm-navbars--top .mm-navbar a.mm-btn--close {
  margin-right: 3.75em;
  font-family: "4media";
  color: #000;
}
.mm-menu .mm-navbars--top .mm-navbar a.mm-btn--close::before {
  content: "\e907";
  font-size: 5em;
}
@media screen and (max-width: 1000px) {
  .mm-menu .mm-navbars--top .mm-navbar a.mm-btn--close {
    margin-right: 2.5em;
  }
}
@media screen and (max-width: 699px) {
  .mm-menu .mm-navbars--top .mm-navbar a.mm-btn--close {
    margin-right: 2.25em;
  }
}
.mm-menu .mm-navbars--top .mm-navbar a.mm-btn:hover {
  background: none;
}
.mm-menu .mm-navbars--top .mm-navbar a.mm-btn:hover::before {
  color: #868686;
}
.mm-menu .mm-navbars--bottom .mm-navbar {
  background-color: #868686;
}
.mm-menu .mm-panels {
  background-color: white;
}
.mm-menu .mm-panels .mm-panel--opened {
  background-color: white;
}
.mm-menu .mm-panels .mm-panel--opened .mm-listview {
  margin-top: 5em;
}
.mm-menu .mm-panels .mm-navbar {
  background-color: white;
}
.mm-menu .mm-panels .mm-navbar__title {
  font-size: 2em;
  line-height: normal;
  justify-content: left;
  padding-left: 1em !important;
  color: white;
}
.mm-menu .mm-panels .mm-navbar__title:hover {
  color: #868686;
}
.mm-menu .mm-panels .mm-listitem {
  border-color: white;
}
.mm-menu .mm-panels .mm-listitem__text {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .mm-menu .mm-panels .mm-listitem__text {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mm-menu .mm-panels .mm-listitem__text {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 699px) {
  .mm-menu .mm-panels .mm-listitem__text {
    padding-left: 0.5em;
  }
}
.mm-menu .mm-panels .mm-listitem__text::after {
  inset-inline-start: 0;
}
.mm-menu .mm-panels .mm-listitem__text.active {
  color: white;
  background-color: #be111f;
}
.mm-menu .mm-panels .mm-listitem.active {
  border-color: #be111f;
}
.mm-menu .mm-panels .mm-btn--prev {
  border-right: 1px solid var(--mm-color-border);
}
.mm-menu .mm-panels .mm-btn--next::before, .mm-menu .mm-panels .mm-btn--next::after,
.mm-menu .mm-panels .mm-btn--prev::before,
.mm-menu .mm-panels .mm-btn--prev::after {
  border-color: white;
}
.mm-menu .mm-panels .mm-btn--next:hover::before, .mm-menu .mm-panels .mm-btn--next:hover::after,
.mm-menu .mm-panels .mm-btn--prev:hover::before,
.mm-menu .mm-panels .mm-btn--prev:hover::after {
  border-color: #868686;
}
.mm-menu a.mmenulogo {
  position: absolute;
  z-index: 100;
  transition: opacity 0.5s;
  top: 1em;
  margin-left: 3.6em;
}
@media screen and (max-width: 1000px) {
  .mm-menu a.mmenulogo {
    margin-left: 1.8em;
  }
}
@media screen and (max-width: sm-tablet) {
  .mm-menu a.mmenulogo {
    margin-left: 1.8em;
  }
}
/**/
.mobile_menu {
  font-size: 1.8em;
  display: none !important;
  height: 0 !important;
}
@media screen and (max-width: 1400px) {
  .mobile_menu {
    display: block !important;
  }
}
.mobile_menu.active {
  height: 90% !important;
}
.mobile_menu .inner {
  background-color: white !important;
  overflow: auto;
  margin-top: 94px;
}
@media screen and (max-width: 699px) {
  .mobile_menu .inner {
    margin-top: 78px;
  }
}
.mobile_menu .inner .main_navigation {
  display: block;
  position: relative;
  right: 0;
  float: none;
  clear: both;
  margin: 0;
}
.mobile_menu .inner .mobile_navigation {
  height: auto;
}
.mobile_menu .inner .mobile_navigation ul {
  margin: 0;
}
.mobile_menu .inner .mobile_navigation ul li {
  float: none;
  clear: both;
  width: 100%;
  padding: 0;
  position: relative;
}
.mobile_menu .inner .mobile_navigation ul li a,
.mobile_menu .inner .mobile_navigation ul li strong {
  padding: 0.75em 0.5em;
  margin: 0;
  font-size: 1.5em;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 699px) {
  .mobile_menu .inner .mobile_navigation ul li a,
  .mobile_menu .inner .mobile_navigation ul li strong {
    padding: 0.75em 0.5em;
  }
}
.mobile_menu .inner .mobile_navigation ul li a:hover, .mobile_menu .inner .mobile_navigation ul li a:active,
.mobile_menu .inner .mobile_navigation ul li strong:hover,
.mobile_menu .inner .mobile_navigation ul li strong:active {
  background-color: rgba(0, 0, 0, 0.15);
  color: #868686;
}
.mobile_menu .inner .mobile_navigation ul li .level_2 li.active strong {
  border: none;
}
.mobile_menu .inner .mobile_navigation ul li span.submenu_icon {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
}
.mobile_menu .inner .mobile_navigation ul li span.submenu_icon::before {
  width: 100%;
  text-align: center;
  content: "\e900";
  transform: rotate(90deg);
  position: absolute;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  font-family: "4media" !important;
  font-size: 42px;
}
@media screen and (max-width: 699px) {
  .mobile_menu .inner .mobile_navigation ul li span.submenu_icon {
    right: 0;
  }
}
.mobile_menu .inner .mobile_navigation ul li.submenu_show span.submenu_icon::before {
  content: "\e902";
  transform: rotate(90deg);
}
.mobile_menu .inner .mobile_navigation ul li.submenu .submenu_icon {
  display: inline;
  box-sizing: border-box;
}
.mobile_menu .inner .mobile_navigation ul li.submenu ul {
  padding-left: 2em;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 699px) {
  .mobile_menu .inner .mobile_navigation ul li.submenu ul {
    padding-left: 1em;
  }
}
.mobile_menu .inner .mobile_navigation ul li.submenu ul li {
  background-color: #000;
}
.mobile_menu .inner .mobile_navigation ul li.submenu ul li.last a {
  border: none;
}
.mobile_menu .inner .mobile_navigation ul li.submenu ul li .submenu_icon {
  display: none;
}
.mobile_menu .inner .mobile_navigation ul li.active strong {
  font-weight: 400;
  color: white;
  background-color: #be111f;
}
.mobile_menu .inner .mobile_navigation ul li.active.submenu .submenu_icon {
  border-left: 1px solid #000;
}
.mobile_menu .inner .mobile_navigation ul li ul {
  padding-left: 4em;
}
@media screen and (max-width: 699px) {
  .mobile_menu .inner .mobile_navigation ul li ul {
    padding-left: 1em;
  }
}

/* Erweiterung C/F Mobile Menu: Trigger - Hamburger Menu */
.mod_mobile_menu {
  display: none;
}
@media screen and (max-width: 1400px) {
  .mod_mobile_menu {
    display: block !important;
  }
}
.mod_mobile_menu .mobile_menu_trigger .trigger {
  cursor: pointer;
  float: right;
  position: relative;
  margin-right: 4em;
  font-family: "4media";
}
@media screen and (max-width: 1000px) {
  .mod_mobile_menu .mobile_menu_trigger .trigger {
    margin-right: 2em;
  }
}
@media screen and (max-width: 699px) {
  .mod_mobile_menu .mobile_menu_trigger .trigger {
    margin-right: 1em;
  }
}
.mod_mobile_menu .mobile_menu_trigger .trigger::before {
  content: "\e906";
  font-size: 5em;
}
@media screen and (max-width: 1000px) {
  .mod_mobile_menu .mobile_menu_trigger .trigger::before {
    font-size: 5em;
  }
}
@media screen and (max-width: 699px) {
  .mod_mobile_menu .mobile_menu_trigger .trigger::before {
    font-size: 4em;
  }
}
.mod_mobile_menu .mobile_menu_trigger.active ::before {
  content: "\e907";
}

#footer {
  position: relative;
  background-color: #000;
  padding: 4em 2em 3em;
  color: #b2b2b2;
}
@media screen and (max-width: 1000px) {
  #footer {
    padding: 2em 2em 1em;
  }
}
@media screen and (max-width: 699px) {
  #footer {
    padding: 3em 1em;
  }
}
#footer .inside {
  max-width: 1810px;
  margin: 0 auto;
}
#footer .inside .node_wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  #footer .inside .node_wrapper {
    flex-direction: column;
  }
}
#footer .mod_article {
  margin: 0;
  position: relative;
  bottom: 0;
  left: 0;
}
#footer .slogan {
  display: inline;
}
#footer .logo {
  margin-top: 2em;
}
#footer .mod_customnav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 699px) {
  #footer .mod_customnav {
    position: relative;
    bottom: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    margin-top: 4em;
  }
}
#footer .mod_customnav ul {
  margin: 0;
}
#footer .mod_customnav ul li {
  margin-left: 1em;
  float: left;
}
@media screen and (max-width: 1200px) {
  #footer .mod_customnav ul li {
    float: none;
    text-align: right;
    margin-top: 0;
  }
}
@media screen and (max-width: 699px) {
  #footer .mod_customnav ul li {
    text-align: left;
    margin-left: 0;
    margin-top: 0.5em;
  }
}
#footer .mod_customnav ul li a {
  color: #b2b2b2;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  #footer .mod_customnav ul li a {
    font-size: 1em;
  }
}
#footer .mod_customnav ul li a:hover {
  color: white;
}
#footer .mod_customnav ul li strong,
#footer .mod_customnav ul li span {
  color: white;
  font-size: 0.9em;
  font-weight: 400;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 699px) {
  #footer .mod_customnav ul li strong,
  #footer .mod_customnav ul li span {
    font-size: 1em;
  }
}
#footer .top_link {
  position: absolute;
  top: 4.25em;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: xs-mobile) {
  #footer .top_link {
    top: auto;
    bottom: 6.5em;
  }
}
#footer .top_link a::after {
  font-size: 1em;
  width: auto;
  height: auto;
  display: inline-block;
  content: "\e900";
  transform: rotate(270deg);
  color: #868686;
  border: 1px solid #868686;
  border-radius: 1000px;
  position: absolute;
  bottom: 0px;
  right: 0em;
  font-family: "4media" !important;
  padding: 8px 12px;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
#footer .top_link a:hover::after {
  color: white;
  border-color: white;
}
#footer .copyright {
  font-size: 0.9em;
  width: 100%;
  padding-top: 7em;
  color: #b2b2b2;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #footer .copyright {
    clear: both;
    float: none;
    padding-top: 8em;
  }
}
@media screen and (max-width: 1000px) {
  #footer .copyright {
    position: relative;
  }
}
@media screen and (max-width: 699px) {
  #footer .copyright {
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #868686;
  }
}

#container .mod_article {
  margin: 11.22em 0;
  box-sizing: border-box;
  border-top: 1px solid #000;
  overflow: visible;
}
@media screen and (max-width: 699px) {
  #container .mod_article {
    margin: 8em 0em;
  }
}
#container .mod_article:first-child {
  margin-top: 0;
  padding-top: 112px;
  margin-bottom: 1px;
  border: none;
}
@media screen and (max-width: 699px) {
  #container .mod_article:first-child {
    padding-top: 96px;
  }
}
#container .mod_article:last-child {
  margin-bottom: 0;
  padding-bottom: 10em;
}
#container .mod_article.detailansicht:last-child {
  margin-bottom: 0;
}
#container .mod_article .article_wrapper {
  margin: 0 auto;
  max-width: 1810px;
  clear: both;
  position: relative;
}
#container .mod_article .article_wrapper .article_wrapper_inside {
  margin: 0em 2em;
  padding-top: 1em;
}
@media screen and (max-width: 1000px) {
  #container .mod_article .article_wrapper .article_wrapper_inside {
    margin: 0em 1em;
  }
}
@media screen and (max-width: 699px) {
  #container .mod_article .article_wrapper .article_wrapper_inside {
    margin: 0em 1em;
    padding-top: 1em;
  }
}
#container .mod_article .article_wrapper_max {
  margin: 0 auto;
  max-width: 2000px;
}
#container .mod_article.bg-foto {
  margin-top: -6em;
  margin-bottom: -6em;
  background-color: black;
}
#container .mod_article.bg-foto .article_wrapper {
  width: 100%;
  max-width: 3840px;
  margin: 0;
}
#container .mod_article.bg-foto .article_wrapper .content-image {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 1em;
  padding-right: 0.5em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}

h1 {
  font: 500 3.55em/100% "Sora", sans-serif;
  margin-bottom: 0.75em;
  position: relative;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 699px) {
  h1 {
    font-size: 1.996875em;
  }
}

h2 {
  font: 300 2.66em/120% "Sora", sans-serif;
  letter-spacing: -0.5 px;
}
@media screen and (max-width: 699px) {
  h2 {
    font-size: 1.49625em;
  }
}

h3 {
  font: 300 2em/125% "Sora", sans-serif;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 699px) {
  h3 {
    font-size: 1.125em;
  }
}

h4 {
  font: 300 1.33em/130% "Sora", sans-serif;
}
@media screen and (max-width: 699px) {
  h4 {
    font-size: 1.3em;
  }
}

h5 {
  font: 600 1.1em/142% "Sora", sans-serif;
}

h6 {
  font: 600 1em/150% "Sora", sans-serif;
}

@media screen and (max-width: 1000px) {
  .content-text {
    padding-bottom: 2em;
  }
}
.content-text p {
  padding-right: 0.33em;
}
.content-text h2 {
  margin-top: 1.5em;
}
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  margin-bottom: 0.5em;
}
.content-text h3 + p,
.content-text h4 + p,
.content-text h5 + p,
.content-text h6 + p {
  margin-bottom: 1em;
}
.content-text figure + h2 {
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.content-text h2 a,
.content-text h3 a,
.content-text h4 a,
.content-text h5 a,
.content-text h6 a {
  line-height: normal;
}
.content-text a {
  margin-top: 1em;
  font-family: "Sora", sans-serif;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #868686;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.content-text a:hover {
  border-bottom: 2px solid #be111f;
}
.content-text a.tel {
  background: none;
}
.content-text .confirm {
  color: green;
}
.content-text .error {
  color: red;
}
.content-text ul {
  list-style-type: none;
}
.content-text ul li {
  margin-bottom: 0.5em;
  padding-left: 1.25em;
}
.content-text ul li::before {
  content: "—";
  position: absolute;
  margin-left: -1.25em;
  color: #be111f;
}
.content-text ol li {
  padding-left: 0;
  padding-bottom: 0.5em;
  margin-left: 1em;
}

.rs-column .content-image {
  margin: 2em auto;
}

.content-image figure, .content-text figure {
  margin-bottom: 1em;
}

.article_wrapper_max .content-image img {
  border-radius: 0;
}

.image_container {
  line-height: 0;
  position: relative;
  text-align: center;
}
.image_container figcaption {
  line-height: 1.5;
  color: #868686;
  font-size: 0.9em;
  margin-top: 0.25em;
}

.ce_columns .image_container {
  margin-bottom: 1.875rem;
}

.content-table {
  margin-top: 1em;
}
.content-table td {
  padding-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  min-width: 3em;
  box-sizing: border-box;
}
.content-table td.col_first {
  padding-bottom: 0;
}
.content-table th.col_first {
  padding-right: 0.5em;
  padding-bottom: 1em;
}
.content-table tr {
  border-bottom: 2px solid #b2b2b2;
  border-left: 3px solid black;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-table tr {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2em;
  }
  .content-table tr td {
    float: left;
    width: 100% !important;
    height: auto !important;
    border-bottom: 2px solid #868686;
    padding-bottom: 1em;
  }
  .content-table tr td::before {
    content: attr(data-label);
    word-break: break-word;
    width: 20%;
    min-width: 120px;
    float: left;
    padding: 1em;
    font-weight: bold;
    margin: -1em 1em -1em -1em;
  }
}
@media screen and (max-width: 699px) {
  .content-table tr td::before {
    width: 100%;
  }
}
.content-table tr:first-child {
  border-top: 2px solid #b2b2b2;
}

.content-text table {
  margin-top: 2em;
  box-sizing: border-box;
}
.content-text table tr {
  border-left: 3px solid black;
  box-sizing: border-box;
}
.content-text table tr td {
  padding-bottom: 3em;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-left: 0.5em;
  min-width: 3em;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-text table tr td {
    border-bottom: 2px solid #868686;
  }
}
.content-text table tr td.col_first {
  padding-bottom: 1em;
}
.content-text table thead {
  font: 300 1.33em/130% "Sora", sans-serif;
  border-top: 3px solid black;
}
@media screen and (max-width: 1200px) {
  .content-text table thead {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1000px) {
  .content-text table thead {
    display: none;
  }
}
.content-text table thead td {
  padding-bottom: 1em;
}
.content-text table tbody tr {
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  border-left: 3px solid black;
}
@media screen and (max-width: 1000px) {
  .content-text table tbody tr {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2em;
  }
  .content-text table tbody tr td {
    float: left;
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .content-text table tbody tr td {
    padding-bottom: 1em;
  }
  .content-text table tbody tr td::before {
    content: attr(data-label);
    word-break: break-word;
    width: 20%;
    min-width: 120px;
    float: left;
    padding: 1em;
    font-weight: bold;
    margin: -1em 1em -1em -1em;
  }
}
@media screen and (max-width: 1000px) {
  .content-text table tbody tr td::before {
    width: 100%;
  }
}
.content-text table tbody tr td {
  position: relative;
}
.content-text table tbody tr td:first-child {
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}
@media screen and (max-width: 1000px) {
  .content-text table tbody tr td:first-child {
    border-top: 3px solid black;
  }
}
.content-text table tbody tr td a {
  font-family: "Sora", sans-serif;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #868686;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
  padding-right: 1.5em;
}
.content-text table tbody tr td a:hover {
  border-bottom: 2px solid #be111f;
}
.content-text table tbody tr td a::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e900";
  position: absolute;
  margin-left: 0.5em;
  font-family: "4media" !important;
  vertical-align: middle;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.content-text table tbody tr td a:hover::after {
  margin-left: 0.75em;
  color: #be111f;
}
.content-text table tbody tr td a:hover {
  border-bottom: 1px solid #be111f;
}
.content-text table tbody tr td a::after {
  bottom: auto;
}
@media screen and (max-width: 1000px) {
  .content-text table tbody tr td a::after {
    bottom: 0;
  }
}
.content-text table tbody tr:hover {
  background-color: #868686;
}
.content-text table tbody tr:hover td:first-child {
  padding-left: 0.5em;
}

th.col_first {
  padding-right: 0.5em;
  padding-bottom: 1em;
}

tr {
  border-bottom: 2px solid #868686;
}

/* th {
&.col_first {
padding-right: 0.5em;
padding-bottom: 1em;
}
}

tr {
border-bottom: 2px solid $grey-60;
} */
/* //-- Table2: Wird für Tabelle mit JS benötigt, dafür muss Table1 deaktiviert/entfernt werden.  LÖSCHEN?
.ce_table {
margin-top: $margin-top_ce;
td {
padding-bottom: 1em;
padding-right: 0.5em;
min-width: 3em;
box-sizing: border-box;
&.col_first {
padding-bottom: 0;
}
}
th {
&.col_first {
padding-right: 0.5em;
padding-bottom: 1em;
}
}
tr {
border-bottom: 2px solid $grey-60;
border-left: 3px solid black;
box-sizing: border-box;
@include mediaquery(md-tablet) {
float: left;
width: 100% !important;
height: auto !important;
margin-bottom: 2em;
td {
    float: left;
    width: 100% !important;
    height: auto !important;
    border-bottom: 2px solid $grey-60;
    padding-bottom: 1em;
    // &::before {
    //     content: attr(data-label); // Inhalt des Data-Attributs einfügen
    //     word-break: break-word; // Bei zu langen Attributen Umbrüche erzwingen
    //     background: #eee;
    //     border-right: 2px solid black;
    //     width: 20%;
    //     float: left;
    //     padding: 1em;
    //     font-weight: bold;
    //     margin: -1em 1em -1em -1em;
    // }
}
}
}
}

.ce_text {
table {
margin-top: 4em;
box-sizing: border-box;
tr {
border-left: 3px solid black;
box-sizing: border-box;
td {
    padding-bottom: 3em;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-left: 0.5em;
    min-width: 3em;
    box-sizing: border-box;

    &.col_first {
        padding-bottom: 1em;
    }
}
}
thead {
font: $headline-h4;
border-top: 3px solid black;
@include mediaquery(lg-desktop-alter) {
    font-size: $font-size-h5;
    color: red;
}
td {
    padding-bottom: 1em;
}
}
tbody {
&:first-child {
    //border-top: 10px solid $grey-60;
    //padding-left: 0.5em;
    //@include transition-property-all;
    //@include transition-duration;
}
tr {
    @include transition-timing-function;
    @include transition-property-all;
    @include transition-duration;
    border-left: 3px solid black;

    td {
        position: relative;
        &:first-child {
            //border-top: 10px solid $grey-60;
            //padding-left: 0.5em;
            @include transition-timing-function;
            @include transition-property-all;
            @include transition-duration;

        }
        a {
            // macht das ganze td mit dem Link clickbar
            // position: absolute;
            // top: 0;
            // right: 0;
            // bottom: 0;
            // left: 0;
            // margin: 0;
            // padding: 0.5em;
            padding-right: 1em;
            border-bottom-width: 0px;
            color: $black;
            border: none !important;
            &:hover {
                background-color: $grey-60;
            }
        }
    }
    &:hover {
        background-color: $grey-40;
        td {
            &:first-child {
                padding-left: 0.5em;
            }
        }
    }
}
}
}
}

th {
&.col_first {
padding-right: 0.5em;
padding-bottom: 1em;
}
}

tr {
border-bottom: 2px solid $grey-60;
} */
.mod_newscategories ul {
  display: flex;
  margin: 0;
}
.mod_newscategories ul li {
  background-color: white;
  border: 2px solid white;
  border-radius: 1000px;
  margin-right: 0.5em;
  padding: 0.25em 0.5em;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}
.mod_newscategories ul li:hover {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}
.mod_newscategories ul li.active {
  background-color: black;
  border-color: black;
  color: white;
}

.mod_newslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2em;
}
.mod_newslist h1,
.mod_newslist h2,
.mod_newslist h3,
.mod_newslist h4,
.mod_newslist h5,
.mod_newslist h6 {
  width: 100%;
}
.mod_newslist a {
  width: 100%;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.mod_newslist a .layout_short {
  width: 100%;
  height: 300px;
  border-top: 1px solid #868686;
}
@media screen and (max-width: 1200px) {
  .mod_newslist a .layout_short {
    height: 300px;
  }
}
@media screen and (max-width: 699px) {
  .mod_newslist a .layout_short {
    height: 240px;
  }
}
.mod_newslist a .layout_short .headline_date {
  width: 50%;
  padding-right: 6em;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 1200px) {
  .mod_newslist a .layout_short .headline_date {
    width: 90%;
    float: none;
    padding-right: 2em;
  }
}
@media screen and (max-width: 699px) {
  .mod_newslist a .layout_short .headline_date {
    width: 93%;
    padding-right: 1.5em;
  }
}
.mod_newslist a .layout_short .headline_date h4 {
  margin-bottom: 0.25em;
  padding-right: 1em;
}
.mod_newslist a .layout_short .headline_date h4::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e90e";
  position: absolute;
  font-family: "4media" !important;
  vertical-align: middle;
  padding-left: 0.5em;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  .mod_newslist a .layout_short .headline_date h4 {
    font-size: 1.15em;
  }
}
.mod_newslist a .layout_short .headline_date .day,
.mod_newslist a .layout_short .headline_date .month,
.mod_newslist a .layout_short .headline_date .year {
  color: #868686;
}
@media screen and (max-width: 699px) {
  .mod_newslist a .layout_short .headline_date .day,
  .mod_newslist a .layout_short .headline_date .month,
  .mod_newslist a .layout_short .headline_date .year {
    font-size: 0.875;
  }
}
.mod_newslist a .layout_short .image_container {
  width: 50%;
  float: right;
  display: none;
  margin-bottom: 4em;
}
.mod_newslist a .layout_short.featured {
  height: 480px;
}
@media screen and (max-width: 1200px) {
  .mod_newslist a .layout_short.featured {
    height: auto;
  }
}
.mod_newslist a .layout_short.featured .image_container {
  display: block;
}
@media screen and (max-width: 1200px) {
  .mod_newslist a .layout_short.featured .image_container {
    width: 100%;
    clear: both;
    margin-top: 1em;
  }
}
.mod_newslist a .layout_short.last {
  border-bottom: 1px solid #868686;
}
.mod_newslist a:hover .layout_short .headline_date h4 {
  padding-right: 2em;
}
.mod_newslist a:hover .layout_short .headline_date h4::after {
  padding-left: 1em;
  color: #be111f;
}
.mod_newslist a.firmenliste4er {
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .mod_newslist a.firmenliste4er {
    width: 33.33%;
  }
}
@media screen and (max-width: 699px) {
  .mod_newslist a.firmenliste4er {
    width: 50%;
  }
}
.mod_newslist a.firmenliste6er {
  width: 16.66%;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .mod_newslist a.firmenliste6er {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .mod_newslist a.firmenliste6er {
    width: 33.33%;
  }
}
@media screen and (max-width: 699px) {
  .mod_newslist a.firmenliste6er {
    width: 50%;
  }
}
.mod_newslist.layout_adapted {
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  margin-top: 1em;
  margin-bottom: 5em;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}
.mod_newslist.layout_adapted.even {
  width: 48%;
  margin-right: 4%;
}
.mod_newslist.layout_adapted.odd {
  width: 48%;
  margin-right: 0;
}
.mod_newslist.layout_adapted.last {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .mod_newslist.layout_adapted.even {
    width: 80%;
    margin-right: 20%;
  }
  .mod_newslist.layout_adapted.odd {
    width: 80%;
    margin-left: 20%;
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .mod_newslist.layout_adapted.even, .mod_newslist.layout_adapted.odd {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.mod_newslist.layout_adapted .date {
  margin: 1.5em 1em 0 1.5em;
}
.mod_newslist.layout_adapted .image_container {
  background-color: black;
  text-align: left;
}
.mod_newslist.layout_adapted .image_container a img::before {
  background-image: url(../img_layout/tc_keyvisual_black.svg) no-repeat center center;
}
.mod_newslist.layout_adapted h3 {
  margin-top: 0;
  padding-right: 1.5em;
  margin: 0.5em 0.8em 0 0;
  box-sizing: border-box;
  font-size: 1.4em;
}
.mod_newslist.layout_adapted h3 a {
  color: black;
}
.mod_newslist.layout_adapted h4 {
  margin: 0;
  font: 300 2em/125% "Sora", sans-serif;
  font-size: 1.4em;
}
.mod_newslist.layout_adapted p {
  margin: 1em 0;
  color: #868686;
}
.mod_newslist.layout_adapted .more {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin: 1.5em 2em 1.25em 1.5em;
}
.mod_newslist.layout_adapted .more a {
  color: white;
}
.mod_newslist.layout_adapted .more a:hover::after {
  background-color: #be111f;
}
.mod_newslist.layout_adapted .more a::after {
  font-size: 1em;
  width: auto;
  height: auto;
  content: "\e900";
  transform: rotate(360deg);
  background-color: #be111f;
  border-radius: 1000px;
  position: absolute;
  bottom: 0px;
  right: -1em;
  color: white;
  font-family: "4media" !important;
  padding: 15px;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}

.mod_newsreader .layout_full {
  margin-top: 94px;
}
@media screen and (max-width: 699px) {
  .mod_newsreader .layout_full {
    margin-top: 78px;
  }
}
.mod_newsreader .layout_full .content-text h2,
.mod_newsreader .layout_full .content-text h3,
.mod_newsreader .layout_full .content-text h4,
.mod_newsreader .layout_full .content-text h5,
.mod_newsreader .layout_full .content-text h6 {
  margin-top: 2em;
}
.mod_newsreader .layout_full.presse .img_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_newsreader .layout_full.presse .img_container img:first-child {
  margin-bottom: 5em;
}
.mod_newsreader .layout_full .content-image {
  margin-top: 1em;
  margin-top: 2em;
}
.mod_newsreader .layout_full .row {
  margin: 0 auto;
  margin-bottom: 6em;
}
.mod_newsreader .layout_full.centered h1 {
  left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .mod_newsreader .layout_full.centered h1 {
    font-size: 0.875;
    text-align: left;
  }
}
.mod_newsreader .layout_full.centered h1::before {
  background: none;
}
.mod_newsreader .layout_full.centered .content-text,
.mod_newsreader .layout_full.centered .content-image {
  text-align: left;
  margin: 2em 16em;
}
@media screen and (max-width: 1200px) {
  .mod_newsreader .layout_full.centered .content-text,
  .mod_newsreader .layout_full.centered .content-image {
    margin: 2em 8em;
  }
}
@media screen and (max-width: 1000px) {
  .mod_newsreader .layout_full.centered .content-text,
  .mod_newsreader .layout_full.centered .content-image {
    margin: 2em 0;
  }
}
.mod_newsreader .layout_full.centered .info {
  margin-bottom: 2em;
  color: #be111f;
}
.mod_newsreader .back {
  border-top: 1px solid #868686;
  padding-top: 1em;
  margin: 1em auto 2em;
  margin-bottom: 7em;
}
.mod_newsreader .back a {
  color: white;
  position: relative;
  display: inline-block;
  border: 1px solid black;
  border-radius: 3px;
  background-color: #be111f;
  background-position: 0px 100px !important;
  box-sizing: border-box;
  padding: 0.75em 3.5em 0.75em 4.5em;
  margin: 1em 1em 1em 0;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.mod_newsreader .back a:hover {
  background-color: inherit;
  color: black;
}
.mod_newsreader .back a::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e902";
  position: absolute;
  top: 50%;
  left: 1.5em;
  margin-top: -0.75em;
  padding-left: 5px;
  font-family: "4media" !important;
  vertical-align: middle;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.mod_newsreader .back a:hover::after {
  left: 0.75em;
}

.pagination {
  clear: both;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li span,
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
}
.pagination li span {
  background-color: #b2b2b2;
}
.pagination li a {
  background-color: white;
  transition: border-width 0.2s;
}
.pagination li a:hover {
  border-width: 3px;
}

a {
  color: #000;
  text-decoration: none;
}
a img {
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
a:hover img {
  opacity: 0.8;
}

a.hyperlink_txt:hover {
  color: #be111f;
}
a.hyperlink_txt.extern {
  padding-right: 1.5em;
}
a.hyperlink_txt.extern::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e900";
  position: absolute;
  font-family: "4media" !important;
  transform: rotate(-45deg);
  margin-top: -0.3em;
  margin-left: 0.5em;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
a.hyperlink_txt.extern:hover::after {
  color: #be111f;
}

.content-hyperlink {
  margin: 2em 0;
  position: relative;
}
.content-hyperlink a {
  font-family: "Sora", sans-serif;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #868686;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
  padding-right: 1.5em;
}
.content-hyperlink a:hover {
  border-bottom: 2px solid #be111f;
}
.content-hyperlink a::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e900";
  position: absolute;
  margin-left: 0.5em;
  font-family: "4media" !important;
  vertical-align: middle;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.content-hyperlink a:hover::after {
  margin-left: 0.75em;
  color: #be111f;
}
.content-hyperlink.extern a.hyperlink_txt::after {
  transform: rotate(-45deg);
  margin-top: -0.2em;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.content-hyperlink.extern a.hyperlink_txt:hover::after {
  color: #be111f;
}

.content-text.extern a {
  padding-right: 1.5em;
}
.content-text.extern a::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e901";
  position: absolute;
  font-family: "4media" !important;
  transform: rotate(-45deg);
  margin-top: -0.3em;
  margin-left: 0.5em;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.content-text.extern a:hover::after {
  color: #be111f;
}

div .button {
  position: relative;
}
div .button a {
  color: white;
  position: relative;
  display: inline-block;
  border: 0 solid black;
  border-radius: 1000px;
  background-color: #be111f;
  background-position: 0px 100px !important;
  box-sizing: border-box;
  padding: 1em 4em 1em 1.5em;
  margin: 0em 1em 3em 0;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
div .button a:hover {
  background-color: #000;
  color: white;
}
div .button a::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  content: "\e900";
  color: #000;
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -1.25em;
  font-family: "4media" !important;
  vertical-align: middle;
  border-radius: 50%;
  background-color: white;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}
div .button.rechts a {
  margin: 1em 0em 1em 1em;
}
div .button.center {
  text-align: center;
}
div .button.center a {
  margin-right: 0;
}
div .button.lined {
  display: inline-block;
}
div .button.invers a {
  color: black;
  background-color: inherit;
}
div .button.invers a:hover {
  color: white;
  background-color: #be111f;
}
div .button.anchor a {
  border: 2px solid #000;
  background: none;
  color: #000;
}
div .button.anchor a:hover {
  color: white;
  background-color: #000;
}
div .button.anchor a::after {
  transform: rotate(45deg);
}
div .button .image_container a::after {
  display: none;
}
div .button.back a {
  color: white;
  position: relative;
  display: inline-block;
  border: 0 solid black;
  border-radius: 1000px;
  background-color: #be111f;
  background-position: 0px 100px !important;
  box-sizing: border-box;
  padding: 0.75em 1.5em 0.75em 3.5em;
  margin: 1em 1em 1em 0;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  div .button.back a {
    padding: 0.75em 2em 0.75em 3em;
  }
}
div .button.back a:hover {
  background-color: none;
  background-image: #000;
}
div .button.back a::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e902";
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 1.5em;
  margin-top: -0.75em;
  padding-left: 5px;
  font-family: "4media" !important;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 50%;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  div .button.back a::after {
    left: 0.75em;
  }
}
div .button.back a:hover::after {
  left: 0.75em;
}

h1 + div.button {
  margin-top: -2em;
}
@media screen and (max-width: 699px) {
  h1 + div.button {
    margin-top: -1em;
  }
}

div + div[class*=button] {
  margin-top: 2em;
}

.content-download {
  margin: 2em 0em;
}
.content-download a {
  color: black;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.content-download a:hover {
  color: #be111f;
}

.ce_accordion {
  margin-top: 0;
}
.ce_accordion.content-text {
  margin-top: 0;
}
.ce_accordion .ui-accordion-header, .ce_accordion .toggler {
  padding: 0.75em 0em 0em 0em;
  min-height: 1.75em;
  font: 600 1em/150% "Sora", sans-serif;
  color: black;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.ce_accordion .ui-accordion-header:last-child, .ce_accordion .toggler:last-child {
  border-bottom: 1px solid #000;
}
.ce_accordion .ui-accordion-header button, .ce_accordion .toggler button {
  cursor: pointer;
  position: relative;
  font-weight: normal;
  text-align: left;
  border: none;
  background: none;
  height: 3em;
  margin: 0;
  padding: 0;
  padding-left: 4em;
  margin-bottom: 1em;
  width: 100%;
}
.ce_accordion .ui-accordion-header button::before, .ce_accordion .toggler button::before {
  width: calc(3em + 4px);
  height: calc(3em + 4px);
  content: "";
  border-radius: 1000px;
  left: 0;
  top: 1em;
  margin-top: calc(-1em - 2px);
  position: absolute;
  display: inline-block;
  background-image: url("../img_layout/icon_accordion.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em;
  background-color: #000;
  transform: rotate(0deg);
  transition: transform 0.125s ease-in-out;
  box-sizing: border-box;
}
.ce_accordion .ui-accordion-header button::after, .ce_accordion .toggler button::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  left: 0;
  bottom: -1em;
  border-bottom: 1px solid #000;
}
.ce_accordion .ui-accordion-header button:hover::before, .ce_accordion .toggler button:hover::before {
  background-color: #be111f;
}
.ce_accordion .ui-accordion-header.active button::before, .ce_accordion .toggler.active button::before {
  transform: rotate(45deg);
}
.ce_accordion.yellow {
  background-color: #be111f;
}
.ce_accordion.yellow .ui-accordion-header {
  padding: 0.75em 4.5em 0.75em 0.75em;
  min-height: 1.75em;
  cursor: pointer;
  font: 600 1em/150% "Sora", sans-serif;
  color: black;
  background-color: #be111f;
  border-top: 1px solid #f8f8f8;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.ce_accordion.yellow .ui-accordion-header:last-child {
  border-bottom: 1px solid #000;
}
.ce_accordion.yellow .ui-accordion-header .ui-accordion-header-icon {
  width: calc(2em + 4px);
  height: calc(2em + 4px);
  right: 0.5em;
  top: 50%;
  margin-top: calc(-1em - 2px);
  position: absolute;
  display: inline-block;
  background-image: url("../img_layout/icon_accordion.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2em;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in-out;
  box-sizing: border-box;
}
.ce_accordion.yellow .ui-accordion-header.ui-state-hover {
  background-color: #be111f;
}
.ce_accordion.yellow .ui-accordion-header.ui-state-active {
  background-color: #be111f;
}
.ce_accordion.yellow .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  transform: rotate(45deg);
}
.ce_accordion.yellow .ui-accordion-content {
  padding: 0em;
  font-weight: 300;
  background-color: #be111f;
}
.ce_accordion.yellow .ce_accordionSingle.last {
  border-bottom: 1px solid #868686;
}

.content-list ol,
.content-text ol {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}
.content-list ul,
.content-text ul {
  list-style-type: none;
}
.content-list ul li,
.content-text ul li {
  margin-bottom: 0.5em;
  padding-left: 1.75em;
}
.content-list ul li::before,
.content-text ul li::before {
  content: "\e904";
  font-family: "4media";
  position: absolute;
  margin-left: -1.75em;
  color: #be111f;
}
.content-list.big li,
.content-text.big li {
  color: #868686;
  border-top: 1px solid black;
  padding: 0.5em 0 0.5em 1.25em;
  margin-bottom: 0;
}
.content-list.big li.last,
.content-text.big li.last {
  border-bottom: 1px solid black;
}
@media screen and (max-width: 1000px) {
  .content-list.big,
  .content-text.big {
    margin-left: 0;
  }
}

.content-description-list dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  row-gap: 0.5rem;
  margin: 0em 0;
  padding: 0.5em 0 1em;
}
@media screen and (max-width: 1000px) {
  .content-description-list dl {
    padding-top: 0.25em;
  }
}
.content-description-list dl dt {
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-right: 1em;
  padding-bottom: 1em;
}
.content-description-list dl dd {
  margin: 0;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  .content-description-list dl {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
  }
  .content-description-list dl dt {
    margin-top: 0.25em;
    border-bottom: none;
    padding-bottom: 0;
  }
  .content-description-list dl dd {
    margin-left: 0;
  }
}

.content-gallery {
  margin-top: 4em;
}
.content-gallery h2,
.content-gallery h3,
.content-gallery h4,
.content-gallery h5,
.content-gallery h6 {
  margin-top: 2em;
}
.content-gallery ul.cols_2 {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.content-gallery ul.cols_2 li {
  grid-column: span 6/span 6;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_2 li {
    grid-column: span 4/span 4;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_2 li {
    grid-column: span 6/span 6;
  }
}
.content-gallery ul.cols_2 li.col_0 {
  grid-column-start: 1;
}
.content-gallery ul.cols_2 li.col_1 {
  grid-column-start: 7;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_2 li.col_1 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_2 li.col_1 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_2 li.col_2 {
  grid-column-start: 1;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_2 li.col_2 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_2 li.col_2 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_2 li.col_3 {
  grid-column-start: 7;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_2 li.col_3 {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_2 li.col_3 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_3 {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.content-gallery ul.cols_3 li {
  grid-column: span 4/span 4;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_3 li {
    grid-column: span 4/span 4;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_3 li {
    grid-column: span 6/span 6;
  }
}
.content-gallery ul.cols_3 li.col_0 {
  grid-column-start: 1;
}
.content-gallery ul.cols_3 li.col_1 {
  grid-column-start: 5;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_3 li.col_1 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_3 li.col_1 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_3 li.col_2 {
  grid-column-start: 9;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_3 li.col_2 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_3 li.col_2 {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_3 li.col_0.odd {
    grid-column-start: 7;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_3 li.col_1.odd {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_3 li.col_2.odd {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_4 {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.content-gallery ul.cols_4 li {
  grid-column: span 3/span 3;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_4 li {
    grid-column: span 3/span 3;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_4 li {
    grid-column: span 6/span 6;
  }
}
.content-gallery ul.cols_4 li.col_0 {
  grid-column-start: 1;
}
.content-gallery ul.cols_4 li.col_1 {
  grid-column-start: 4;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_4 li.col_1 {
    grid-column-start: 4;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_4 li.col_1 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_4 li.col_2 {
  grid-column-start: 7;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_4 li.col_2 {
    grid-column-start: 7;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_4 li.col_2 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_4 li.col_3 {
  grid-column-start: 10;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_4 li.col_3 {
    grid-column-start: 10;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_4 li.col_3 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_5 {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.content-gallery ul.cols_5 li {
  grid-column: span 2/span 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_5 li {
    grid-column: span 4/span 4;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_5 li {
    grid-column: span 6/span 6;
  }
}
.content-gallery ul.cols_5 li.col_0 {
  grid-column-start: 2;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_5 li.col_0 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_5 li.col_1 {
  grid-column-start: 4;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_5 li.col_1 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_5 li.col_1 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_5 li.col_2 {
  grid-column-start: 6;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_5 li.col_2 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_5 li.col_2 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_5 li.col_3 {
  grid-column-start: 8;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_5 li.col_3 {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_5 li.col_3 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_5 li.col_4 {
  grid-column-start: 10;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_5 li.col_4 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_5 li.col_4 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_6 {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.content-gallery ul.cols_6 li {
  grid-column: span 2/span 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_6 li {
    grid-column: span 4/span 4;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_6 li {
    grid-column: span 6/span 6;
  }
}
.content-gallery ul.cols_6 li.col_0 {
  grid-column-start: 1;
}
.content-gallery ul.cols_6 li.col_1 {
  grid-column-start: 3;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_6 li.col_1 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_6 li.col_1 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_6 li.col_2 {
  grid-column-start: 5;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_6 li.col_2 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_6 li.col_2 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_6 li.col_3 {
  grid-column-start: 7;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_6 li.col_3 {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_6 li.col_3 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_6 li.col_4 {
  grid-column-start: 9;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_6 li.col_4 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_6 li.col_4 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_6 li.col_5 {
  grid-column-start: 11;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_6 li.col_5 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_6 li.col_5 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_7 {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.content-gallery ul.cols_7 li {
  grid-column: span 2/span 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_7 li {
    grid-column: span 4/span 4;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_7 li {
    grid-column: span 6/span 6;
  }
}
.content-gallery ul.cols_7 li.col_0 {
  grid-column-start: 3;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_7 li.col_0 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_7 li.col_1 {
  grid-column-start: 5;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_7 li.col_1 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_7 li.col_1 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_7 li.col_2 {
  grid-column-start: 7;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_7 li.col_2 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_7 li.col_2 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_7 li.col_3 {
  grid-column-start: 9;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_7 li.col_3 {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_7 li.col_3 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_7 li.col_4 {
  grid-column-start: 3;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_7 li.col_4 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_7 li.col_4 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_7 li.col_5 {
  grid-column-start: 5;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_7 li.col_5 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_7 li.col_5 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_8 {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.content-gallery ul.cols_8 li {
  grid-column: span 2/span 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_8 li {
    grid-column: span 4/span 4;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_8 li {
    grid-column: span 6/span 6;
  }
}
.content-gallery ul.cols_8 li.col_0 {
  grid-column-start: 3;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_8 li.col_0 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_8 li.col_1 {
  grid-column-start: 5;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_8 li.col_1 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_8 li.col_1 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_8 li.col_2 {
  grid-column-start: 7;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_8 li.col_2 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_8 li.col_2 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_8 li.col_3 {
  grid-column-start: 9;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_8 li.col_3 {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_8 li.col_3 {
    grid-column-start: 7;
  }
}
.content-gallery ul.cols_8 li.col_4 {
  grid-column-start: 3;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_8 li.col_4 {
    grid-column-start: 5;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_8 li.col_4 {
    grid-column-start: 1;
  }
}
.content-gallery ul.cols_8 li.col_5 {
  grid-column-start: 5;
}
@media screen and (max-width: 1000px) {
  .content-gallery ul.cols_8 li.col_5 {
    grid-column-start: 9;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery ul.cols_8 li.col_5 {
    grid-column-start: 7;
  }
}
@media screen and (max-width: 699px) {
  .content-gallery figure {
    margin-bottom: 5px;
  }
}
.content-gallery.center figcaption {
  text-align: center;
  margin-bottom: 1em;
}

.ce_youtube_wrapper_inner {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin-left: 0;
  margin-right: 0;
  background-color: black;
}
.ce_youtube_wrapper_inner figure {
  cursor: pointer;
}
.ce_youtube_wrapper_inner figure::before {
  width: 62px;
  height: 74px;
  content: "\e900";
  font-size: 3em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 0.75em;
  font-family: "4media" !important;
  text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.5);
  margin-left: -0.75em;
  margin-top: -0.75em;
  padding-left: 10px;
  color: #f8f8f8;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s;
}
.ce_youtube_wrapper_inner figure:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.ce_youtube iframe {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

div .button.center {
  text-align: center;
}
div .button.rechts {
  text-align: right;
}
div .button.links {
  text-align: left;
}

.label {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 2px 6px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  .label {
    margin-bottom: 0;
  }
}

hr {
  border: 1px solid white;
}
hr.ce_rsce_trennlinie {
  margin-bottom: -1em;
  margin-top: 7em;
}
hr.grey {
  border-bottom: 1px solid #868686;
}
hr.hidden {
  border-bottom: 1px solid #f8f8f8;
}
hr.black {
  border-bottom: 1px solid #000;
}

blockquote {
  font: 300 2em/125% "Sora", sans-serif;
  padding-top: 2em;
}
blockquote::before {
  width: 50px;
  height: 50px;
  content: "\e90d";
  position: absolute;
  left: 0em;
  top: 0.125em;
  font-family: "4media" !important;
  font-size: 50px;
  color: #000;
}

.one_box {
  box-sizing: border-box;
  border: 0px solid #868686;
  border-radius: 10px;
  background-color: #be111f;
  margin: 1em 0;
  overflow: hidden !important;
}
.one_box img {
  border-radius: 0 !important;
}
.one_box#spalten-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .one_box#spalten-2 {
    flex-direction: column;
  }
}
.one_box#spalten-2 .text_block {
  width: 50%;
  box-sizing: border-box;
  padding: 2em;
}
@media screen and (max-width: 1200px) {
  .one_box#spalten-2 .text_block {
    width: 100%;
  }
}
.one_box#spalten-2 .image_container {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .one_box#spalten-2 .image_container {
    width: 100%;
  }
}
.one_box .text_block {
  padding: 2em;
  box-sizing: border-box;
}
.one_box .text_block .content-text {
  font: normal 0.9em/1.5 "Sora", sans-serif;
}
.one_box .text_block h1,
.one_box .text_block h2,
.one_box .text_block h3,
.one_box .text_block h4,
.one_box .text_block h5,
.one_box .text_block h6 {
  margin-top: 0em;
}
.one_box .text_block a {
  cursor: pointer;
  color: white;
  position: relative;
  display: inline-block;
  border: 0 solid black;
  border-radius: 1000px;
  background-color: #be111f;
  background-position: 0px 100px !important;
  box-sizing: border-box;
  padding: 0.75em 3.5em 0.75em 1.5em;
  margin: 1em 1em 1em 0;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  .one_box .text_block a {
    padding: 0.75em 3em 0.75em 2em;
  }
}
.one_box .text_block a:hover {
  background-color: none;
  background-image: #000;
}
.one_box .text_block a::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.75em;
  padding-left: 5px;
  font-family: "4media" !important;
  vertical-align: middle;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}
@media screen and (max-width: 699px) {
  .one_box .text_block a::after {
    right: 0.75em;
  }
}
.one_box .text_block a:hover::after {
  right: 0.75em;
}

.box_neu,
.boxes,
.ce_rsce_box_neu {
  margin-top: 5em;
  margin-bottom: 5em;
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.box_neu.spalten-2 .box, .box_neu.euf-col-xl-2 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
.boxes.spalten-2 .box,
.boxes.euf-col-xl-2 .box,
.boxes.euf-col-lg-2 .box,
.boxes.euf-col-md-1 .box,
.ce_rsce_box_neu.spalten-2 .box,
.ce_rsce_box_neu.euf-col-xl-2 .box,
.ce_rsce_box_neu.euf-col-lg-2 .box,
.ce_rsce_box_neu.euf-col-md-1 .box {
  grid-column: span 6/span 6;
  padding: 10%;
  border: 1px solid #868686;
  border-radius: 10px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1200px) {
  .box_neu.spalten-2 .box, .box_neu.euf-col-xl-2 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-2 .box,
  .boxes.euf-col-xl-2 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-2 .box,
  .ce_rsce_box_neu.euf-col-xl-2 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 6/span 6;
  }
}
@media screen and (max-width: 1000px) {
  .box_neu.spalten-2 .box, .box_neu.euf-col-xl-2 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-2 .box,
  .boxes.euf-col-xl-2 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-2 .box,
  .ce_rsce_box_neu.euf-col-xl-2 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 8/span 8;
    padding: 1;
  }
}
@media screen and (max-width: 699px) {
  .box_neu.spalten-2 .box, .box_neu.euf-col-xl-2 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-2 .box,
  .boxes.euf-col-xl-2 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-2 .box,
  .ce_rsce_box_neu.euf-col-xl-2 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 12/span 12;
  }
}
.box_neu.spalten-2 .box h3,
.box_neu.spalten-2 .box h4,
.box_neu.spalten-2 .box h5,
.box_neu.spalten-2 .box h6, .box_neu.euf-col-xl-2 .box h3,
.box_neu.euf-col-xl-2 .box h4,
.box_neu.euf-col-xl-2 .box h5,
.box_neu.euf-col-xl-2 .box h6, .box_neu.euf-col-lg-2 .box h3,
.box_neu.euf-col-lg-2 .box h4,
.box_neu.euf-col-lg-2 .box h5,
.box_neu.euf-col-lg-2 .box h6, .box_neu.euf-col-md-1 .box h3,
.box_neu.euf-col-md-1 .box h4,
.box_neu.euf-col-md-1 .box h5,
.box_neu.euf-col-md-1 .box h6,
.boxes.spalten-2 .box h3,
.boxes.spalten-2 .box h4,
.boxes.spalten-2 .box h5,
.boxes.spalten-2 .box h6,
.boxes.euf-col-xl-2 .box h3,
.boxes.euf-col-xl-2 .box h4,
.boxes.euf-col-xl-2 .box h5,
.boxes.euf-col-xl-2 .box h6,
.boxes.euf-col-lg-2 .box h3,
.boxes.euf-col-lg-2 .box h4,
.boxes.euf-col-lg-2 .box h5,
.boxes.euf-col-lg-2 .box h6,
.boxes.euf-col-md-1 .box h3,
.boxes.euf-col-md-1 .box h4,
.boxes.euf-col-md-1 .box h5,
.boxes.euf-col-md-1 .box h6,
.ce_rsce_box_neu.spalten-2 .box h3,
.ce_rsce_box_neu.spalten-2 .box h4,
.ce_rsce_box_neu.spalten-2 .box h5,
.ce_rsce_box_neu.spalten-2 .box h6,
.ce_rsce_box_neu.euf-col-xl-2 .box h3,
.ce_rsce_box_neu.euf-col-xl-2 .box h4,
.ce_rsce_box_neu.euf-col-xl-2 .box h5,
.ce_rsce_box_neu.euf-col-xl-2 .box h6,
.ce_rsce_box_neu.euf-col-lg-2 .box h3,
.ce_rsce_box_neu.euf-col-lg-2 .box h4,
.ce_rsce_box_neu.euf-col-lg-2 .box h5,
.ce_rsce_box_neu.euf-col-lg-2 .box h6,
.ce_rsce_box_neu.euf-col-md-1 .box h3,
.ce_rsce_box_neu.euf-col-md-1 .box h4,
.ce_rsce_box_neu.euf-col-md-1 .box h5,
.ce_rsce_box_neu.euf-col-md-1 .box h6 {
  font-weight: 600;
}
.box_neu.spalten-3 .box, .box_neu.euf-col-xl-4 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
.boxes.spalten-3 .box,
.boxes.euf-col-xl-4 .box,
.boxes.euf-col-lg-2 .box,
.boxes.euf-col-md-1 .box,
.ce_rsce_box_neu.spalten-3 .box,
.ce_rsce_box_neu.euf-col-xl-4 .box,
.ce_rsce_box_neu.euf-col-lg-2 .box,
.ce_rsce_box_neu.euf-col-md-1 .box {
  grid-column: span 4/span 4;
  padding: 10%;
  border: 1px solid #868686;
  border-radius: 10px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .box_neu.spalten-3 .box, .box_neu.euf-col-xl-4 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-3 .box,
  .boxes.euf-col-xl-4 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-3 .box,
  .ce_rsce_box_neu.euf-col-xl-4 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 6/span 6;
  }
}
@media screen and (max-width: 1000px) {
  .box_neu.spalten-3 .box, .box_neu.euf-col-xl-4 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-3 .box,
  .boxes.euf-col-xl-4 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-3 .box,
  .ce_rsce_box_neu.euf-col-xl-4 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 8/span 8;
    padding: 1;
  }
}
@media screen and (max-width: 699px) {
  .box_neu.spalten-3 .box, .box_neu.euf-col-xl-4 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-3 .box,
  .boxes.euf-col-xl-4 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-3 .box,
  .ce_rsce_box_neu.euf-col-xl-4 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 12/span 12;
  }
}
.box_neu.spalten-3 .box h3,
.box_neu.spalten-3 .box h4,
.box_neu.spalten-3 .box h5,
.box_neu.spalten-3 .box h6, .box_neu.euf-col-xl-4 .box h3,
.box_neu.euf-col-xl-4 .box h4,
.box_neu.euf-col-xl-4 .box h5,
.box_neu.euf-col-xl-4 .box h6, .box_neu.euf-col-lg-2 .box h3,
.box_neu.euf-col-lg-2 .box h4,
.box_neu.euf-col-lg-2 .box h5,
.box_neu.euf-col-lg-2 .box h6, .box_neu.euf-col-md-1 .box h3,
.box_neu.euf-col-md-1 .box h4,
.box_neu.euf-col-md-1 .box h5,
.box_neu.euf-col-md-1 .box h6,
.boxes.spalten-3 .box h3,
.boxes.spalten-3 .box h4,
.boxes.spalten-3 .box h5,
.boxes.spalten-3 .box h6,
.boxes.euf-col-xl-4 .box h3,
.boxes.euf-col-xl-4 .box h4,
.boxes.euf-col-xl-4 .box h5,
.boxes.euf-col-xl-4 .box h6,
.boxes.euf-col-lg-2 .box h3,
.boxes.euf-col-lg-2 .box h4,
.boxes.euf-col-lg-2 .box h5,
.boxes.euf-col-lg-2 .box h6,
.boxes.euf-col-md-1 .box h3,
.boxes.euf-col-md-1 .box h4,
.boxes.euf-col-md-1 .box h5,
.boxes.euf-col-md-1 .box h6,
.ce_rsce_box_neu.spalten-3 .box h3,
.ce_rsce_box_neu.spalten-3 .box h4,
.ce_rsce_box_neu.spalten-3 .box h5,
.ce_rsce_box_neu.spalten-3 .box h6,
.ce_rsce_box_neu.euf-col-xl-4 .box h3,
.ce_rsce_box_neu.euf-col-xl-4 .box h4,
.ce_rsce_box_neu.euf-col-xl-4 .box h5,
.ce_rsce_box_neu.euf-col-xl-4 .box h6,
.ce_rsce_box_neu.euf-col-lg-2 .box h3,
.ce_rsce_box_neu.euf-col-lg-2 .box h4,
.ce_rsce_box_neu.euf-col-lg-2 .box h5,
.ce_rsce_box_neu.euf-col-lg-2 .box h6,
.ce_rsce_box_neu.euf-col-md-1 .box h3,
.ce_rsce_box_neu.euf-col-md-1 .box h4,
.ce_rsce_box_neu.euf-col-md-1 .box h5,
.ce_rsce_box_neu.euf-col-md-1 .box h6 {
  font-weight: 600;
}
.box_neu.spalten-4 .box, .box_neu.euf-col-xl-3 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
.boxes.spalten-4 .box,
.boxes.euf-col-xl-3 .box,
.boxes.euf-col-lg-2 .box,
.boxes.euf-col-md-1 .box,
.ce_rsce_box_neu.spalten-4 .box,
.ce_rsce_box_neu.euf-col-xl-3 .box,
.ce_rsce_box_neu.euf-col-lg-2 .box,
.ce_rsce_box_neu.euf-col-md-1 .box {
  grid-column: span 3/span 3;
  background-color: white;
  padding: 10%;
}
@media screen and (max-width: 1200px) {
  .box_neu.spalten-4 .box, .box_neu.euf-col-xl-3 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-4 .box,
  .boxes.euf-col-xl-3 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-4 .box,
  .ce_rsce_box_neu.euf-col-xl-3 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 6/span 6;
  }
}
@media screen and (max-width: 1000px) {
  .box_neu.spalten-4 .box, .box_neu.euf-col-xl-3 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-4 .box,
  .boxes.euf-col-xl-3 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-4 .box,
  .ce_rsce_box_neu.euf-col-xl-3 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 6/span 6;
    padding: 1;
  }
}
@media screen and (max-width: 699px) {
  .box_neu.spalten-4 .box, .box_neu.euf-col-xl-3 .box, .box_neu.euf-col-lg-2 .box, .box_neu.euf-col-md-1 .box,
  .boxes.spalten-4 .box,
  .boxes.euf-col-xl-3 .box,
  .boxes.euf-col-lg-2 .box,
  .boxes.euf-col-md-1 .box,
  .ce_rsce_box_neu.spalten-4 .box,
  .ce_rsce_box_neu.euf-col-xl-3 .box,
  .ce_rsce_box_neu.euf-col-lg-2 .box,
  .ce_rsce_box_neu.euf-col-md-1 .box {
    grid-column: span 12/span 12;
  }
}
.box_neu.spalten-4 .box h1,
.box_neu.spalten-4 .box h2,
.box_neu.spalten-4 .box h3,
.box_neu.spalten-4 .box h4,
.box_neu.spalten-4 .box h5,
.box_neu.spalten-4 .box h6, .box_neu.euf-col-xl-3 .box h1,
.box_neu.euf-col-xl-3 .box h2,
.box_neu.euf-col-xl-3 .box h3,
.box_neu.euf-col-xl-3 .box h4,
.box_neu.euf-col-xl-3 .box h5,
.box_neu.euf-col-xl-3 .box h6, .box_neu.euf-col-lg-2 .box h1,
.box_neu.euf-col-lg-2 .box h2,
.box_neu.euf-col-lg-2 .box h3,
.box_neu.euf-col-lg-2 .box h4,
.box_neu.euf-col-lg-2 .box h5,
.box_neu.euf-col-lg-2 .box h6, .box_neu.euf-col-md-1 .box h1,
.box_neu.euf-col-md-1 .box h2,
.box_neu.euf-col-md-1 .box h3,
.box_neu.euf-col-md-1 .box h4,
.box_neu.euf-col-md-1 .box h5,
.box_neu.euf-col-md-1 .box h6,
.boxes.spalten-4 .box h1,
.boxes.spalten-4 .box h2,
.boxes.spalten-4 .box h3,
.boxes.spalten-4 .box h4,
.boxes.spalten-4 .box h5,
.boxes.spalten-4 .box h6,
.boxes.euf-col-xl-3 .box h1,
.boxes.euf-col-xl-3 .box h2,
.boxes.euf-col-xl-3 .box h3,
.boxes.euf-col-xl-3 .box h4,
.boxes.euf-col-xl-3 .box h5,
.boxes.euf-col-xl-3 .box h6,
.boxes.euf-col-lg-2 .box h1,
.boxes.euf-col-lg-2 .box h2,
.boxes.euf-col-lg-2 .box h3,
.boxes.euf-col-lg-2 .box h4,
.boxes.euf-col-lg-2 .box h5,
.boxes.euf-col-lg-2 .box h6,
.boxes.euf-col-md-1 .box h1,
.boxes.euf-col-md-1 .box h2,
.boxes.euf-col-md-1 .box h3,
.boxes.euf-col-md-1 .box h4,
.boxes.euf-col-md-1 .box h5,
.boxes.euf-col-md-1 .box h6,
.ce_rsce_box_neu.spalten-4 .box h1,
.ce_rsce_box_neu.spalten-4 .box h2,
.ce_rsce_box_neu.spalten-4 .box h3,
.ce_rsce_box_neu.spalten-4 .box h4,
.ce_rsce_box_neu.spalten-4 .box h5,
.ce_rsce_box_neu.spalten-4 .box h6,
.ce_rsce_box_neu.euf-col-xl-3 .box h1,
.ce_rsce_box_neu.euf-col-xl-3 .box h2,
.ce_rsce_box_neu.euf-col-xl-3 .box h3,
.ce_rsce_box_neu.euf-col-xl-3 .box h4,
.ce_rsce_box_neu.euf-col-xl-3 .box h5,
.ce_rsce_box_neu.euf-col-xl-3 .box h6,
.ce_rsce_box_neu.euf-col-lg-2 .box h1,
.ce_rsce_box_neu.euf-col-lg-2 .box h2,
.ce_rsce_box_neu.euf-col-lg-2 .box h3,
.ce_rsce_box_neu.euf-col-lg-2 .box h4,
.ce_rsce_box_neu.euf-col-lg-2 .box h5,
.ce_rsce_box_neu.euf-col-lg-2 .box h6,
.ce_rsce_box_neu.euf-col-md-1 .box h1,
.ce_rsce_box_neu.euf-col-md-1 .box h2,
.ce_rsce_box_neu.euf-col-md-1 .box h3,
.ce_rsce_box_neu.euf-col-md-1 .box h4,
.ce_rsce_box_neu.euf-col-md-1 .box h5,
.ce_rsce_box_neu.euf-col-md-1 .box h6 {
  text-align: center;
  font-weight: 600;
}
.box_neu.spalten-4 .box img, .box_neu.euf-col-xl-3 .box img, .box_neu.euf-col-lg-2 .box img, .box_neu.euf-col-md-1 .box img,
.boxes.spalten-4 .box img,
.boxes.euf-col-xl-3 .box img,
.boxes.euf-col-lg-2 .box img,
.boxes.euf-col-md-1 .box img,
.ce_rsce_box_neu.spalten-4 .box img,
.ce_rsce_box_neu.euf-col-xl-3 .box img,
.ce_rsce_box_neu.euf-col-lg-2 .box img,
.ce_rsce_box_neu.euf-col-md-1 .box img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .box_neu.spalten-4 .box img, .box_neu.euf-col-xl-3 .box img, .box_neu.euf-col-lg-2 .box img, .box_neu.euf-col-md-1 .box img,
  .boxes.spalten-4 .box img,
  .boxes.euf-col-xl-3 .box img,
  .boxes.euf-col-lg-2 .box img,
  .boxes.euf-col-md-1 .box img,
  .ce_rsce_box_neu.spalten-4 .box img,
  .ce_rsce_box_neu.euf-col-xl-3 .box img,
  .ce_rsce_box_neu.euf-col-lg-2 .box img,
  .ce_rsce_box_neu.euf-col-md-1 .box img {
    max-width: 50%;
  }
}
.box_neu.boxes_green .box,
.boxes.boxes_green .box,
.ce_rsce_box_neu.boxes_green .box {
  background-color: #be111f;
}
.box_neu.boxes_yellow .box,
.boxes.boxes_yellow .box,
.ce_rsce_box_neu.boxes_yellow .box {
  background-color: #be111f;
}
.box_neu.boxes_blue .box,
.boxes.boxes_blue .box,
.ce_rsce_box_neu.boxes_blue .box {
  background-color: #be111f;
}
.box_neu img,
.boxes img,
.ce_rsce_box_neu img {
  margin-bottom: 2em;
  border-radius: 0;
}
@media screen and (max-width: 699px) {
  .box_neu img,
  .boxes img,
  .ce_rsce_box_neu img {
    max-width: 50%;
  }
}
.box_neu a,
.boxes a,
.ce_rsce_box_neu a {
  cursor: pointer;
  color: white;
  position: relative;
  display: inline-block;
  border: 0 solid black;
  border-radius: 1000px;
  background-color: #be111f;
  background-position: 0px 100px !important;
  box-sizing: border-box;
  padding: 0.75em 3.5em 0.75em 1.5em;
  margin: 1em 1em 1em 0;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  .box_neu a,
  .boxes a,
  .ce_rsce_box_neu a {
    padding: 0.75em 3em 0.75em 2em;
  }
}
.box_neu a:hover,
.boxes a:hover,
.ce_rsce_box_neu a:hover {
  background-color: none;
  background-image: #000;
}
.box_neu a::after,
.boxes a::after,
.ce_rsce_box_neu a::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.75em;
  padding-left: 5px;
  font-family: "4media" !important;
  vertical-align: middle;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}
@media screen and (max-width: 699px) {
  .box_neu a::after,
  .boxes a::after,
  .ce_rsce_box_neu a::after {
    right: 0.75em;
  }
}
.box_neu a:hover::after,
.boxes a:hover::after,
.ce_rsce_box_neu a:hover::after {
  right: 0.75em;
}

html {
  --grid__columns: 12;
  --grid__gutter: 1.875rem;
  --grid__gutter-xs: 1.2rem;
}

.row {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
@media screen and (max-width: 699px) {
  .row {
    grid-gap: var(--grid__gutter-xs);
  }
}

.row--show {
  position: relative;
  background: #f9f9f9;
  z-index: 0;
  padding-top: 0.9375rem;
}

.row--show:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: repeating-linear-gradient(to right, #f0f0f0 0%, #f0f0f0 calc((100% - 20.625rem) / 12), #f9f9f9 calc((100% - 20.625rem) / 12), #f9f9f9 calc((100% - 20.625rem) / 12 + 1.875rem));
}

.justify-start {
  justify-self: start;
}

.justify-center {
  justify-self: center;
}

.justify-end {
  justify-self: end;
}

.justify-stretch {
  justify-self: stretch;
}

.align-start {
  align-self: start;
}

.align-center {
  align-self: center;
}

.align-end {
  align-self: end;
}

.align-stretch {
  align-self: stretch;
}

.col-1 {
  grid-column: span 1/span 1;
}

.col-2 {
  grid-column: span 2/span 2;
}

.col-3 {
  grid-column: span 3/span 3;
}

.col-4 {
  grid-column: span 4/span 4;
}

.col-5 {
  grid-column: span 5/span 5;
}

.col-6 {
  grid-column: span 6/span 6;
}

.col-7 {
  grid-column: span 7/span 7;
}

.col-8 {
  grid-column: span 8/span 8;
}

.col-9 {
  grid-column: span 9/span 9;
}

.col-10 {
  grid-column: span 10/span 10;
}

.col-11 {
  grid-column: span 11/span 11;
}

.col-12 {
  grid-column: span 12/span 12;
}

@media screen and (max-width: 1810px) {
  .col-xl-1 {
    grid-column: span 1/span 1;
  }
  .col-xl-2 {
    grid-column: span 2/span 2;
  }
  .col-xl-3 {
    grid-column: span 3/span 3;
  }
  .col-xl-4 {
    grid-column: span 4/span 4;
  }
  .col-xl-5 {
    grid-column: span 5/span 5;
  }
  .col-xl-6 {
    grid-column: span 6/span 6;
  }
  .col-xl-7 {
    grid-column: span 7/span 7;
  }
  .col-xl-8 {
    grid-column: span 8/span 8;
  }
  .col-xl-9 {
    grid-column: span 9/span 9;
  }
  .col-xl-10 {
    grid-column: span 10/span 10;
  }
  .col-xl-11 {
    grid-column: span 11/span 11;
  }
  .col-xl-12 {
    grid-column: span 12/span 12;
  }
}
@media screen and (max-width: 1810px) {
  .col-start-xl-1 {
    grid-column-start: 1;
  }
  .row-start-xl-1 {
    grid-row-start: 1;
  }
  .col-start-xl-2 {
    grid-column-start: 2;
  }
  .row-start-xl-2 {
    grid-row-start: 2;
  }
  .col-start-xl-3 {
    grid-column-start: 3;
  }
  .row-start-xl-3 {
    grid-row-start: 3;
  }
  .col-start-xl-4 {
    grid-column-start: 4;
  }
  .row-start-xl-4 {
    grid-row-start: 4;
  }
  .col-start-xl-5 {
    grid-column-start: 5;
  }
  .row-start-xl-5 {
    grid-row-start: 5;
  }
  .col-start-xl-6 {
    grid-column-start: 6;
  }
  .row-start-xl-6 {
    grid-row-start: 6;
  }
  .col-start-xl-7 {
    grid-column-start: 7;
  }
  .row-start-xl-7 {
    grid-row-start: 7;
  }
  .col-start-xl-8 {
    grid-column-start: 8;
  }
  .row-start-xl-8 {
    grid-row-start: 8;
  }
  .col-start-xl-9 {
    grid-column-start: 9;
  }
  .row-start-xl-9 {
    grid-row-start: 9;
  }
  .col-start-xl-10 {
    grid-column-start: 10;
  }
  .row-start-xl-10 {
    grid-row-start: 10;
  }
  .col-start-xl-11 {
    grid-column-start: 11;
  }
  .row-start-xl-11 {
    grid-row-start: 11;
  }
  .col-start-xl-12 {
    grid-column-start: 12;
  }
  .row-start-xl-12 {
    grid-row-start: 12;
  }
}
@media screen and (max-width: 1810px) {
  .pull-right-xl {
    grid-column-end: -1;
  }
  .pull-left-xl {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (max-width: 1810px) {
  .justify-xl-start {
    justify-self: start;
  }
  .justify-xl-center {
    justify-self: center;
  }
  .justify-xl-end {
    justify-self: end;
  }
  .justify-xl-stretch {
    justify-self: stretch;
  }
  .align-xl-start {
    align-self: start;
  }
  .align-xl-center {
    align-self: center;
  }
  .align-xl-end {
    align-self: end;
  }
  .align-xl-stretch {
    align-self: stretch;
  }
}
@media screen and (max-width: 1810px) {
  .row-span-xl-1 {
    grid-row: span 1/span 1;
  }
  .row-span-xl-2 {
    grid-row: span 2/span 2;
  }
  .row-span-xl-3 {
    grid-row: span 3/span 3;
  }
  .row-span-xl-4 {
    grid-row: span 4/span 4;
  }
  .row-span-xl-5 {
    grid-row: span 5/span 5;
  }
  .row-span-xl-6 {
    grid-row: span 6/span 6;
  }
  .row-span-xl-7 {
    grid-row: span 7/span 7;
  }
  .row-span-xl-8 {
    grid-row: span 8/span 8;
  }
  .row-span-xl-9 {
    grid-row: span 9/span 9;
  }
  .row-span-xl-10 {
    grid-row: span 10/span 10;
  }
  .row-span-xl-11 {
    grid-row: span 11/span 11;
  }
  .row-span-xl-12 {
    grid-row: span 12/span 12;
  }
}
@media screen and (max-width: 1200px) {
  .col-lg-1 {
    grid-column: span 1/span 1;
  }
  .col-lg-2 {
    grid-column: span 2/span 2;
  }
  .col-lg-3 {
    grid-column: span 3/span 3;
  }
  .col-lg-4 {
    grid-column: span 4/span 4;
  }
  .col-lg-5 {
    grid-column: span 5/span 5;
  }
  .col-lg-6 {
    grid-column: span 6/span 6;
  }
  .col-lg-7 {
    grid-column: span 7/span 7;
  }
  .col-lg-8 {
    grid-column: span 8/span 8;
  }
  .col-lg-9 {
    grid-column: span 9/span 9;
  }
  .col-lg-10 {
    grid-column: span 10/span 10;
  }
  .col-lg-11 {
    grid-column: span 11/span 11;
  }
  .col-lg-12 {
    grid-column: span 12/span 12;
  }
}
@media screen and (max-width: 1200px) {
  .col-start-lg-1 {
    grid-column-start: 1;
  }
  .row-start-lg-1 {
    grid-row-start: 1;
  }
  .col-start-lg-2 {
    grid-column-start: 2;
  }
  .row-start-lg-2 {
    grid-row-start: 2;
  }
  .col-start-lg-3 {
    grid-column-start: 3;
  }
  .row-start-lg-3 {
    grid-row-start: 3;
  }
  .col-start-lg-4 {
    grid-column-start: 4;
  }
  .row-start-lg-4 {
    grid-row-start: 4;
  }
  .col-start-lg-5 {
    grid-column-start: 5;
  }
  .row-start-lg-5 {
    grid-row-start: 5;
  }
  .col-start-lg-6 {
    grid-column-start: 6;
  }
  .row-start-lg-6 {
    grid-row-start: 6;
  }
  .col-start-lg-7 {
    grid-column-start: 7;
  }
  .row-start-lg-7 {
    grid-row-start: 7;
  }
  .col-start-lg-8 {
    grid-column-start: 8;
  }
  .row-start-lg-8 {
    grid-row-start: 8;
  }
  .col-start-lg-9 {
    grid-column-start: 9;
  }
  .row-start-lg-9 {
    grid-row-start: 9;
  }
  .col-start-lg-10 {
    grid-column-start: 10;
  }
  .row-start-lg-10 {
    grid-row-start: 10;
  }
  .col-start-lg-11 {
    grid-column-start: 11;
  }
  .row-start-lg-11 {
    grid-row-start: 11;
  }
  .col-start-lg-12 {
    grid-column-start: 12;
  }
  .row-start-lg-12 {
    grid-row-start: 12;
  }
}
@media screen and (max-width: 1200px) {
  .pull-right-lg {
    grid-column-end: -1;
  }
  .pull-left-lg {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .justify-lg-start {
    justify-self: start;
  }
  .justify-lg-center {
    justify-self: center;
  }
  .justify-lg-end {
    justify-self: end;
  }
  .justify-lg-stretch {
    justify-self: stretch;
  }
  .align-lg-start {
    align-self: start;
  }
  .align-lg-center {
    align-self: center;
  }
  .align-lg-end {
    align-self: end;
  }
  .align-lg-stretch {
    align-self: stretch;
  }
}
@media screen and (max-width: 1200px) {
  .row-span-lg-1 {
    grid-row: span 1/span 1;
  }
  .row-span-lg-2 {
    grid-row: span 2/span 2;
  }
  .row-span-lg-3 {
    grid-row: span 3/span 3;
  }
  .row-span-lg-4 {
    grid-row: span 4/span 4;
  }
  .row-span-lg-5 {
    grid-row: span 5/span 5;
  }
  .row-span-lg-6 {
    grid-row: span 6/span 6;
  }
  .row-span-lg-7 {
    grid-row: span 7/span 7;
  }
  .row-span-lg-8 {
    grid-row: span 8/span 8;
  }
  .row-span-lg-9 {
    grid-row: span 9/span 9;
  }
  .row-span-lg-10 {
    grid-row: span 10/span 10;
  }
  .row-span-lg-11 {
    grid-row: span 11/span 11;
  }
  .row-span-lg-12 {
    grid-row: span 12/span 12;
  }
}
@media screen and (max-width: 1000px) {
  .col-md-1 {
    grid-column: span 1/span 1;
  }
  .col-md-2 {
    grid-column: span 2/span 2;
  }
  .col-md-3 {
    grid-column: span 3/span 3;
  }
  .col-md-4 {
    grid-column: span 4/span 4;
  }
  .col-md-5 {
    grid-column: span 5/span 5;
  }
  .col-md-6 {
    grid-column: span 6/span 6;
  }
  .col-md-7 {
    grid-column: span 7/span 7;
  }
  .col-md-8 {
    grid-column: span 8/span 8;
  }
  .col-md-9 {
    grid-column: span 9/span 9;
  }
  .col-md-10 {
    grid-column: span 10/span 10;
  }
  .col-md-11 {
    grid-column: span 11/span 11;
  }
  .col-md-12 {
    grid-column: span 12/span 12;
  }
}
@media screen and (max-width: 1000px) {
  .col-start-md-1 {
    grid-column-start: 1;
  }
  .row-start-md-1 {
    grid-row-start: 1;
  }
  .col-start-md-2 {
    grid-column-start: 2;
  }
  .row-start-md-2 {
    grid-row-start: 2;
  }
  .col-start-md-3 {
    grid-column-start: 3;
  }
  .row-start-md-3 {
    grid-row-start: 3;
  }
  .col-start-md-4 {
    grid-column-start: 4;
  }
  .row-start-md-4 {
    grid-row-start: 4;
  }
  .col-start-md-5 {
    grid-column-start: 5;
  }
  .row-start-md-5 {
    grid-row-start: 5;
  }
  .col-start-md-6 {
    grid-column-start: 6;
  }
  .row-start-md-6 {
    grid-row-start: 6;
  }
  .col-start-md-7 {
    grid-column-start: 7;
  }
  .row-start-md-7 {
    grid-row-start: 7;
  }
  .col-start-md-8 {
    grid-column-start: 8;
  }
  .row-start-md-8 {
    grid-row-start: 8;
  }
  .col-start-md-9 {
    grid-column-start: 9;
  }
  .row-start-md-9 {
    grid-row-start: 9;
  }
  .col-start-md-10 {
    grid-column-start: 10;
  }
  .row-start-md-10 {
    grid-row-start: 10;
  }
  .col-start-md-11 {
    grid-column-start: 11;
  }
  .row-start-md-11 {
    grid-row-start: 11;
  }
  .col-start-md-12 {
    grid-column-start: 12;
  }
  .row-start-md-12 {
    grid-row-start: 12;
  }
}
@media screen and (max-width: 1000px) {
  .pull-right-md {
    grid-column-end: -1;
  }
  .pull-left-md {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (max-width: 1000px) {
  .justify-md-start {
    justify-self: start;
  }
  .justify-md-center {
    justify-self: center;
  }
  .justify-md-end {
    justify-self: end;
  }
  .justify-md-stretch {
    justify-self: stretch;
  }
  .align-md-start {
    align-self: start;
  }
  .align-md-center {
    align-self: center;
  }
  .align-md-end {
    align-self: end;
  }
  .align-md-stretch {
    align-self: stretch;
  }
}
@media screen and (max-width: 1000px) {
  .row-span-md-1 {
    grid-row: span 1/span 1;
  }
  .row-span-md-2 {
    grid-row: span 2/span 2;
  }
  .row-span-md-3 {
    grid-row: span 3/span 3;
  }
  .row-span-md-4 {
    grid-row: span 4/span 4;
  }
  .row-span-md-5 {
    grid-row: span 5/span 5;
  }
  .row-span-md-6 {
    grid-row: span 6/span 6;
  }
  .row-span-md-7 {
    grid-row: span 7/span 7;
  }
  .row-span-md-8 {
    grid-row: span 8/span 8;
  }
  .row-span-md-9 {
    grid-row: span 9/span 9;
  }
  .row-span-md-10 {
    grid-row: span 10/span 10;
  }
  .row-span-md-11 {
    grid-row: span 11/span 11;
  }
  .row-span-md-12 {
    grid-row: span 12/span 12;
  }
}
@media screen and (max-width: 699px) {
  .col-sm-1 {
    grid-column: span 1/span 1;
  }
  .col-sm-2 {
    grid-column: span 2/span 2;
  }
  .col-sm-3 {
    grid-column: span 3/span 3;
  }
  .col-sm-4 {
    grid-column: span 4/span 4;
  }
  .col-sm-5 {
    grid-column: span 5/span 5;
  }
  .col-sm-6 {
    grid-column: span 6/span 6;
  }
  .col-sm-7 {
    grid-column: span 7/span 7;
  }
  .col-sm-8 {
    grid-column: span 8/span 8;
  }
  .col-sm-9 {
    grid-column: span 9/span 9;
  }
  .col-sm-10 {
    grid-column: span 10/span 10;
  }
  .col-sm-11 {
    grid-column: span 11/span 11;
  }
  .col-sm-12 {
    grid-column: span 12/span 12;
  }
}
@media screen and (max-width: 699px) {
  .col-start-sm-1 {
    grid-column-start: 1;
  }
  .row-start-sm-1 {
    grid-row-start: 1;
  }
  .col-start-sm-2 {
    grid-column-start: 2;
  }
  .row-start-sm-2 {
    grid-row-start: 2;
  }
  .col-start-sm-3 {
    grid-column-start: 3;
  }
  .row-start-sm-3 {
    grid-row-start: 3;
  }
  .col-start-sm-4 {
    grid-column-start: 4;
  }
  .row-start-sm-4 {
    grid-row-start: 4;
  }
  .col-start-sm-5 {
    grid-column-start: 5;
  }
  .row-start-sm-5 {
    grid-row-start: 5;
  }
  .col-start-sm-6 {
    grid-column-start: 6;
  }
  .row-start-sm-6 {
    grid-row-start: 6;
  }
  .col-start-sm-7 {
    grid-column-start: 7;
  }
  .row-start-sm-7 {
    grid-row-start: 7;
  }
  .col-start-sm-8 {
    grid-column-start: 8;
  }
  .row-start-sm-8 {
    grid-row-start: 8;
  }
  .col-start-sm-9 {
    grid-column-start: 9;
  }
  .row-start-sm-9 {
    grid-row-start: 9;
  }
  .col-start-sm-10 {
    grid-column-start: 10;
  }
  .row-start-sm-10 {
    grid-row-start: 10;
  }
  .col-start-sm-11 {
    grid-column-start: 11;
  }
  .row-start-sm-11 {
    grid-row-start: 11;
  }
  .col-start-sm-12 {
    grid-column-start: 12;
  }
  .row-start-sm-12 {
    grid-row-start: 12;
  }
}
@media screen and (max-width: 699px) {
  .pull-right-sm {
    grid-column-end: -1;
  }
  .pull-left-sm {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (max-width: 699px) {
  .justify-sm-start {
    justify-self: start;
  }
  .justify-sm-center {
    justify-self: center;
  }
  .justify-sm-end {
    justify-self: end;
  }
  .justify-sm-stretch {
    justify-self: stretch;
  }
  .align-sm-start {
    align-self: start;
  }
  .align-sm-center {
    align-self: center;
  }
  .align-sm-end {
    align-self: end;
  }
  .align-sm-stretch {
    align-self: stretch;
  }
}
@media screen and (max-width: 699px) {
  .row-span-sm-1 {
    grid-row: span 1/span 1;
  }
  .row-span-sm-2 {
    grid-row: span 2/span 2;
  }
  .row-span-sm-3 {
    grid-row: span 3/span 3;
  }
  .row-span-sm-4 {
    grid-row: span 4/span 4;
  }
  .row-span-sm-5 {
    grid-row: span 5/span 5;
  }
  .row-span-sm-6 {
    grid-row: span 6/span 6;
  }
  .row-span-sm-7 {
    grid-row: span 7/span 7;
  }
  .row-span-sm-8 {
    grid-row: span 8/span 8;
  }
  .row-span-sm-9 {
    grid-row: span 9/span 9;
  }
  .row-span-sm-10 {
    grid-row: span 10/span 10;
  }
  .row-span-sm-11 {
    grid-row: span 11/span 11;
  }
  .row-span-sm-12 {
    grid-row: span 12/span 12;
  }
}
@media screen and (max-width: xs-sm-mobile-portrait) {
  .col-xs-1 {
    grid-column: span 1/span 1;
  }
  .col-xs-2 {
    grid-column: span 2/span 2;
  }
  .col-xs-3 {
    grid-column: span 3/span 3;
  }
  .col-xs-4 {
    grid-column: span 4/span 4;
  }
  .col-xs-5 {
    grid-column: span 5/span 5;
  }
  .col-xs-6 {
    grid-column: span 6/span 6;
  }
  .col-xs-7 {
    grid-column: span 7/span 7;
  }
  .col-xs-8 {
    grid-column: span 8/span 8;
  }
  .col-xs-9 {
    grid-column: span 9/span 9;
  }
  .col-xs-10 {
    grid-column: span 10/span 10;
  }
  .col-xs-11 {
    grid-column: span 11/span 11;
  }
  .col-xs-12 {
    grid-column: span 12/span 12;
  }
}
@media screen and (max-width: xs-sm-mobile-portrait) {
  .col-start-xs-1 {
    grid-column-start: 1;
  }
  .row-start-xs-1 {
    grid-row-start: 1;
  }
  .col-start-xs-2 {
    grid-column-start: 2;
  }
  .row-start-xs-2 {
    grid-row-start: 2;
  }
  .col-start-xs-3 {
    grid-column-start: 3;
  }
  .row-start-xs-3 {
    grid-row-start: 3;
  }
  .col-start-xs-4 {
    grid-column-start: 4;
  }
  .row-start-xs-4 {
    grid-row-start: 4;
  }
  .col-start-xs-5 {
    grid-column-start: 5;
  }
  .row-start-xs-5 {
    grid-row-start: 5;
  }
  .col-start-xs-6 {
    grid-column-start: 6;
  }
  .row-start-xs-6 {
    grid-row-start: 6;
  }
  .col-start-xs-7 {
    grid-column-start: 7;
  }
  .row-start-xs-7 {
    grid-row-start: 7;
  }
  .col-start-xs-8 {
    grid-column-start: 8;
  }
  .row-start-xs-8 {
    grid-row-start: 8;
  }
  .col-start-xs-9 {
    grid-column-start: 9;
  }
  .row-start-xs-9 {
    grid-row-start: 9;
  }
  .col-start-xs-10 {
    grid-column-start: 10;
  }
  .row-start-xs-10 {
    grid-row-start: 10;
  }
  .col-start-xs-11 {
    grid-column-start: 11;
  }
  .row-start-xs-11 {
    grid-row-start: 11;
  }
  .col-start-xs-12 {
    grid-column-start: 12;
  }
  .row-start-xs-12 {
    grid-row-start: 12;
  }
}
@media screen and (max-width: xs-sm-mobile-portrait) {
  .pull-right-xs {
    grid-column-end: -1;
  }
  .pull-left-xs {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (max-width: xs-sm-mobile-portrait) {
  .justify-xs-start {
    justify-self: start;
  }
  .justify-xs-center {
    justify-self: center;
  }
  .justify-xs-end {
    justify-self: end;
  }
  .justify-xs-stretch {
    justify-self: stretch;
  }
  .align-xs-start {
    align-self: start;
  }
  .align-xs-center {
    align-self: center;
  }
  .align-xs-end {
    align-self: end;
  }
  .align-xs-stretch {
    align-self: stretch;
  }
}
@media screen and (max-width: xs-xs-sm-mobile-portrait) {
  .row-span-xs-1 {
    grid-row: span 1/span 1;
  }
  .row-span-xs-2 {
    grid-row: span 2/span 2;
  }
  .row-span-xs-3 {
    grid-row: span 3/span 3;
  }
  .row-span-xs-4 {
    grid-row: span 4/span 4;
  }
  .row-span-xs-5 {
    grid-row: span 5/span 5;
  }
  .row-span-xs-6 {
    grid-row: span 6/span 6;
  }
  .row-span-xs-7 {
    grid-row: span 7/span 7;
  }
  .row-span-xs-8 {
    grid-row: span 8/span 8;
  }
  .row-span-xs-9 {
    grid-row: span 9/span 9;
  }
  .row-span-xs-10 {
    grid-row: span 10/span 10;
  }
  .row-span-xs-11 {
    grid-row: span 11/span 11;
  }
  .row-span-xs-12 {
    grid-row: span 12/span 12;
  }
}
.col-start-1 {
  grid-column-start: 1;
}

.row-start-1 {
  grid-row-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-start-2 {
  grid-row-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.row-start-3 {
  grid-row-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.row-start-4 {
  grid-row-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.row-start-5 {
  grid-row-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.row-start-6 {
  grid-row-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.row-start-7 {
  grid-row-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.row-start-8 {
  grid-row-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.row-start-9 {
  grid-row-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.row-start-10 {
  grid-row-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.row-start-11 {
  grid-row-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.row-span-9 {
  grid-row: span 9/span 9;
}

.row-span-10 {
  grid-row: span 10/span 10;
}

.row-span-11 {
  grid-row: span 11/span 11;
}

.row-span-12 {
  grid-row: span 12/span 12;
}

/**/
#container .mod_article.overflow-top {
  margin-top: 4em;
}

.h3-size {
  font: 300 2em/125% "Sora", sans-serif;
}

.h4-size {
  font: 300 1.33em/130% "Sora", sans-serif;
}

.h3-small {
  font-size: 0.6667em;
}
@media screen and (max-width: 699px) {
  .h3-small {
    font-size: 1em;
  }
}

.align-subheadline {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .align-subheadline {
    text-align: left;
  }
}

.font-min {
  font-size: 0.9em;
}
.font-min .content-text {
  overflow: hidden !important;
}

.font-big p {
  font: 300 2em/125% "Sora", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 699px) {
  .font-big p {
    font-size: 1.1em;
  }
}

.ce_columns.box {
  box-sizing: border-box;
}
.ce_columns.box .content-text {
  background-color: #F1F1F1;
  min-height: 15rem;
  padding: 15px 20px;
}
.ce_columns.box .content-text h1, .ce_columns.box .content-text h2, .ce_columns.box .content-text h5, .ce_columns.box .content-text h6 {
  background-color: yellow;
}
.ce_columns.box .content-text h3 {
  font-size: 4em;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .ce_columns.box .content-text h3 {
    font-size: 3.75em;
  }
}
.ce_columns.box .content-text .rte {
  background-color: #F1F1F1;
}
.ce_columns.box .content-text .rte strong {
  font-weight: 500;
}
.ce_columns.box h4.content-headline {
  background-color: #F1F1F1;
  font: 300 1.33em/130% "Sora", sans-serif;
  padding: 15px 20px;
  min-height: 15rem;
  margin-bottom: 0;
}
.ce_columns.box .ce_accordion {
  background-color: #F1F1F1;
  padding: 15px 20px;
}
.ce_columns.box .content-table {
  padding-bottom: 1em;
}
.ce_columns.box .content-table table {
  margin: 0;
  width: 100%;
}
.ce_columns.box .content-table table tr td {
  padding-bottom: 1em;
  padding-top: 0.5em;
}
.ce_columns.box .content-table table tr td:first-child {
  width: 220px;
  font-weight: 500;
}
.ce_columns.box .content-image figure {
  margin-bottom: 0;
}

#container .mod_article.bg_grey {
  background-color: #F1F1F1;
  border-top: none;
}

.box ::-moz-selection {
  background-color: #F1F1F1;
}

.box ::selection {
  background-color: #F1F1F1;
}
.box a {
  color: green;
}
.box a:hover {
  color: #000;
}
.box .ce_hyperlink {
  position: relative;
}
.box .ce_hyperlink.icon a {
  transition: opacity 0.5s;
  padding-right: 0 !important;
}
.box .ce_hyperlink.icon a:hover {
  opacity: 0.5;
}
.box .ce_hyperlink.icon img {
  border-radius: 50%;
  border: 3px solid #000;
  transform: rotate(90deg);
}
.box .button a:hover {
  background-color: #be111f;
  color: white;
}
.box .article_wrapper .article_wrapper_inside {
  background-color: #be111f;
  padding: 4em;
}
@media screen and (max-width: 699px) {
  .box .article_wrapper .article_wrapper_inside {
    padding: 2em;
  }
}
.box .article_wrapper .div [row] {
  background-color: green;
}
.box .article_wrapper .content-text {
  background-color: wheat;
  padding: 2em;
}

.content-text.box {
  background-color: #be111f;
  color: white;
  padding: 1em 2em;
}
.content-text.box h2,
.content-text.box h3,
.content-text.box h4,
.content-text.box h5,
.content-text.box h6 {
  color: white;
}
.content-text.box a {
  color: white;
}
.content-text.box a:hover {
  color: black;
}

.mod_rocksolid_slider .icon-70 img {
  width: 60%;
  height: 60%;
}
.mod_rocksolid_slider.rsts-type-fade .rsts-slide {
  background-color: rgba(255, 255, 0, 0);
}
.mod_rocksolid_slider .rsts-thumbs-slide a .thumbnail {
  box-sizing: border-box;
}
.mod_rocksolid_slider .rsts-thumbs-slide a:hover .thumbnail {
  border-bottom: 2px solid #be111f;
}
.mod_rocksolid_slider .rsts-thumbs-slide.rsts-thumbs-active-thumb a .thumbnail {
  color: #be111f;
  border-bottom: 2px solid #be111f;
}

/* ===========================================
 * Dark Skin
 * ======================================== */
.mod_rocksolid_slider.margin-top-5 .rsts-view {
  margin-top: -5.65em;
}
.mod_rocksolid_slider.margin-top-5 .rsts-view .rsts-slide > div {
  margin-top: 4em;
}

.rsts-skin-tc .rsts-crop .rsts-slide h3 {
  color: #868686;
}

/*.rsts-skin-tc {
    width: 100%;
    height: auto;
    @include mediaquery(mobile) {
        height: 50vh !important;
        border-bottom: 2px solid red;
    }
}*/
.rsts-skin-tc.rsts-main {
  position: relative;
  margin: auto;
}

.rsts-skin-tc .rsts-caption {
  position: absolute;
  top: -3em;
  right: 0;
  opacity: 0;
  transform: translate(0, -20px);
  transition: opacity 0.5s, transform 0.5s;
  color: #868686;
  font: 300 2.66em/120% "Sora", sans-serif;
  font-size: 1.37em;
}
@media screen and (max-width: tablet) {
  .rsts-skin-tc .rsts-caption {
    font-size: 1.19875em;
  }
}

.rsts-skin-tc .rsts-active .rsts-caption {
  opacity: 1;
  transform: translate(0, 0);
}

.rsts-skin-tc .rsts-prev,
.rsts-skin-tc .rsts-next,
.rsts-skin-tc .rsts-thumbs-prev,
.rsts-skin-tc .rsts-thumbs-next {
  opacity: 0;
  transition: all 0.2s ease-in;
}

.rsts-skin-tc .rsts-prev:after,
.rsts-skin-tc .rsts-next:after,
.rsts-skin-tc .rsts-thumbs-prev:after,
.rsts-skin-tc .rsts-thumbs-next:after {
  content: "›";
  position: absolute;
  left: 25px;
  top: 3px;
  font: 300 2.66em/120% "Sora", sans-serif;
  text-indent: 0;
  color: white;
}

.rsts-skin-tc .rsts-prev,
.rsts-skin-tc .rsts-thumbs-prev {
  right: auto;
  left: 20px;
}

.rsts-skin-tc .rsts-prev:after,
.rsts-skin-tc .rsts-thumbs-prev:after {
  content: "‹";
  left: 25px;
}

.rsts-skin-tc .rsts-prev,
.rsts-skin-tc .rsts-next,
.rsts-skin-tc .rsts-thumbs-prev,
.rsts-skin-tc .rsts-thumbs-next {
  width: 36px;
  width: 3.99em;
  height: 3.99em;
  margin-top: -18px;
  border: 1px solid white;
  background-color: #151618;
  background-image: linear-gradient(to bottom, #333333, #151618);
  background-image: linear-gradient(to bottom, #333333, #151618);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3), inset 0 2px 2px -2px rgba(255, 255, 255, 0.5), inset 2px 0 2px -2px rgba(255, 255, 255, 0.3), inset -2px 0 2px -2px rgba(255, 255, 255, 0.3);
}

.rsts-skin-tc .rsts-prev:after,
.rsts-skin-tc .rsts-next:after,
.rsts-skin-tc .rsts-thumbs-prev:after,
.rsts-skin-tc .rsts-thumbs-next:after {
  font-family: "cousin" !important;
  content: "\e900";
  position: absolute;
  right: 25px;
  bottom: 0;
  font: 300 2.66em/120% "Sora", sans-serif;
  text-indent: 0;
  color: white;
}
@media screen and (max-width: mobile) {
  .rsts-skin-tc .rsts-prev:after,
  .rsts-skin-tc .rsts-next:after,
  .rsts-skin-tc .rsts-thumbs-prev:after,
  .rsts-skin-tc .rsts-thumbs-next:after {
    content: "";
  }
}

.rsts-skin-tc .rsts-prev,
.rsts-skin-tc .rsts-thumbs-prev {
  right: auto;
  left: 0;
  text-align: left;
  text-indent: -9999px;
}

.rsts-skin-tc .rsts-prev:after,
.rsts-skin-tc .rsts-thumbs-prev:after {
  content: "\e902";
  left: 25px;
}
@media screen and (max-width: mobile) {
  .rsts-skin-tc .rsts-prev:after,
  .rsts-skin-tc .rsts-thumbs-prev:after {
    content: "";
  }
}

.rsts-skin-tc:hover .rsts-prev,
.rsts-skin-tc:hover .rsts-next,
.rsts-skin-tc:hover .rsts-thumbs-prev,
.rsts-skin-tc:hover .rsts-thumbs-next {
  opacity: 0.5;
}

.rsts-skin-tc:hover .rsts-prev:hover,
.rsts-skin-tc:hover .rsts-next:hover,
.rsts-skin-tc:hover .rsts-thumbs-prev:hover,
.rsts-skin-tc:hover .rsts-thumbs-next:hover {
  opacity: 1;
  transition-duration: 0.05s;
  background-color: inherit;
}

.rsts-skin-tc.rsts-direction-y .rsts-prev,
.rsts-skin-tc.rsts-direction-y .rsts-next {
  top: 15px;
  left: 50%;
  margin-top: 0;
  margin-left: -18px;
}

.rsts-skin-tc.rsts-direction-y .rsts-prev:after,
.rsts-skin-tc.rsts-direction-y .rsts-next:after {
  content: "▲";
  position: absolute;
  top: 12px;
  left: 14px;
  font-size: 11px;
  color: white;
}

.rsts-skin-tc.rsts-direction-y .rsts-next {
  top: auto;
  bottom: 10px;
}

.rsts-skin-tc.rsts-direction-y .rsts-next:after {
  content: "▼";
  top: 13px;
}

.rsts-skin-tc .rsts-nav {
  position: relative;
  margin: 0 0 -8px;
  text-align: left;
  margin-top: 2em;
}

.rsts-skin-tc .rsts-nav ul {
  /* Forcing margin/padding, since '#content ul' is quite common */
  margin: 0 !important;
  margin-top: 1em;
  padding: 0 !important;
}

.rsts-skin-tc .rsts-nav li {
  display: inline;
  margin-right: 10px;
}

.rsts-skin-tc .rsts-nav-numbers a {
  background: none;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  font-size: 1.33em;
  border: 1px solid #000;
  border-radius: 50%;
}

.rsts-skin-tc .rsts-nav-numbers a:hover {
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}

.rsts-skin-tc .rsts-nav-numbers a.active {
  background-color: #000;
  color: #ffffff;
}
.rsts-skin-tc .rsts-nav-numbers a.active:hover {
  border-color: #000;
}

.rsts-skin-tc .rsts-nav-tabs ul {
  background-image: linear-gradient(to right, #000000, #444444 25%, #555555 50%, #444444 75%, #000000);
  background-image: linear-gradient(to right, #000000, #444444 25%, #555555 50%, #444444 75%, #000000);
}

.rsts-skin-tc .rsts-nav-tabs a {
  display: inline-block;
  margin: -1px 0 0 -1px;
  padding: 10px 12px;
  border: 1px solid #222222;
  outline: none;
  font-size: 0.75em;
  color: white;
  text-decoration: none;
  background-color: #333333;
  background-image: linear-gradient(to bottom, #444444, #222222 77%);
  background-image: linear-gradient(to bottom, #444444, #222222 77%);
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 2px rgba(0, 0, 0, 0.3);
}

.rsts-skin-tc .rsts-nav-tabs a.active {
  color: #aaaaaa;
  background-color: black;
  background-image: linear-gradient(to bottom, #000000, #333333 77%);
  background-image: linear-gradient(to bottom, #000000, #333333 77%);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.8), inset 0 -2px 0 -1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 2px rgba(0, 0, 0, 0.3);
}

.rsts-skin-tc .rsts-nav-bullets {
  line-height: 0;
}

.rsts-skin-tc.no-bullets .rsts-nav-bullets {
  display: none;
}

.rsts-skin-tc .rsts-nav-bullets a {
  display: inline-block;
  margin: 8px 4px;
  width: 20px;
  height: 20px;
  border-radius: 3000px;
  border: 1px solid #868686;
  outline: none;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: all 0.5s ease-in-out;
}

.rsts-skin-tc .rsts-nav-bullets a:hover {
  background-color: #b2b2b2;
}

.rsts-skin-tc .rsts-nav-bullets a.active {
  background-color: #868686;
}

.rsts-skin-tc .rsts-nav-thumbs {
  padding: 8px 0;
}

.rsts-skin-tc .rsts-nav .rsts-nav-prev,
.rsts-skin-tc .rsts-nav .rsts-nav-next {
  display: none;
}

.rsts-skin-tc .rsts-video-play,
.rsts-skin-tc .rsts-video-stop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: -32px 0 0 -32px;
  border: 1px solid black;
  outline: none;
  background-color: #151618;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(to bottom, #333333 0%, #151618);
  background-image: linear-gradient(to bottom, #333333 0%, #151618);
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3), inset 0 2px 2px -2px rgba(255, 255, 255, 0.5), inset 2px 0 2px -2px rgba(255, 255, 255, 0.2), inset -2px 0 2px -2px rgba(255, 255, 255, 0.2);
  opacity: 0.9;
  text-indent: -999px;
  text-decoration: none;
}

.rsts-skin-tc .rsts-video-play:before,
.rsts-skin-tc .rsts-video-stop:before {
  content: "►";
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 36px;
  color: white;
  text-indent: 0;
}

.rsts-skin-tc .rsts-video-play:hover,
.rsts-skin-tc .rsts-video-play:focus {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3), inset 0 2px 2px -2px rgba(255, 255, 255, 0.5), inset 2px 0 2px -2px rgba(255, 255, 255, 0.2), inset -2px 0 2px -2px rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition-duration: 0.05s;
}

.rsts-skin-tc .rsts-video-play:active {
  box-shadow: inset 0 0 2px 1px black;
}

.rsts-skin-tc .rsts-video-stop {
  top: 20px;
  left: auto;
  right: 11px;
  width: 32px;
  height: 32px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.rsts-skin-tc .rsts-video-stop:before {
  content: "×";
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  border: 0;
  color: white;
  font-size: 23px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-indent: 0;
}

.rsts-skin-tc .rsts-video-stop:hover {
  background: white;
  opacity: 0.7;
}

.rsts-skin-tc .rsts-video-stop:hover:before {
  color: black;
}

.rsts-skin-tc .rsts-video-youtube > .rsts-video-stop {
  top: 25px;
}

.rsts-skin-tc .rsts-video-vimeo > .rsts-video-stop {
  top: 10px;
  right: auto;
  left: 10px;
}

.rsts-skin-tc .rsts-progress {
  position: absolute;
  right: 0;
  top: -5px;
  width: 100%;
  height: 11px;
  overflow: hidden;
  padding-top: 5px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.rsts-skin-tc .rsts-progress:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

.rsts-skin-tc .rsts-progress div {
  position: relative;
  height: 1px;
  background-color: #4683c2;
  background-image: linear-gradient(to right, rgba(147, 148, 186, 0), #3cc8d9);
  background-image: linear-gradient(to right, rgba(147, 148, 186, 0), #3cc8d9);
  box-shadow: 0 -2px 2px -1px rgba(55, 146, 206, 0.9), 0 2px 2px -1px rgba(55, 146, 206, 0.9);
}

.rsts-skin-tc .rsts-progress div:after,
.rsts-skin-tc .rsts-progress div:before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.5);
}

.rsts-skin-tc .rsts-progress div:before {
  width: 50px;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  box-shadow: 0 0 3px -1px rgba(255, 255, 255, 0.5);
}

.rsts-skin-tc .rsts-progress.rsts-progress-active {
  opacity: 0.8;
}

.rsts-skin-tc .rsts-overlay-prev,
.rsts-skin-tc .rsts-overlay-next,
.rsts-skin-tc .rsts-thumbs-overlay-prev,
.rsts-skin-tc .rsts-thumbs-overlay-next {
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rsts-skin-tc .rsts-overlay-next,
.rsts-skin-tc .rsts-thumbs-overlay-next {
  left: auto;
  right: -1px;
}

.rsts-skin-tc.rsts-direction-y .rsts-overlay-prev {
  left: 0;
  top: -1px;
  background: linear-gradient(#222222, transparent);
}

.rsts-skin-tc.rsts-direction-y .rsts-overlay-next {
  top: auto;
  right: 0;
  bottom: -1px;
  background: linear-gradient(transparent, #222222);
}

.rsts-skin-tc .rsts-thumbs-slide {
  opacity: 0.6;
}

.rsts-skin-tc .rsts-thumbs-slide.rsts-thumbs-active-thumb {
  opacity: 1;
  border-bottom: 5px solid black;
}

.footer_kontakt .content-text {
  display: inline-block;
  color: #f8f8f8;
  margin-right: 2em;
}
.footer_kontakt .content-text.kontakt_daten {
  margin-right: 2em;
}
.footer_kontakt .content-text a {
  border-color: #000;
  color: #f8f8f8;
}
.footer_kontakt .content-text a:hover {
  border-color: #f8f8f8;
}
.footer_kontakt .socialmedia {
  display: inline-block;
  margin-top: 1em;
  margin-right: 5em;
}
.footer_kontakt .socialmedia a {
  border-color: #000;
  border-bottom: 1px solid #000;
  color: #f8f8f8;
}
.footer_kontakt .socialmedia a:hover::before {
  left: 0;
}
.footer_kontakt .socialmedia a.item {
  display: block;
}
.footer_kontakt .socialmedia a.item.facebook::before {
  content: "\e910";
  font-family: "4media" !important;
  font-size: 1em;
  text-align: center;
  margin-right: 1em;
}
.footer_kontakt .socialmedia a.item.instagram::before {
  content: "\e911";
  font-family: "4media" !important;
  font-size: 1em;
  text-align: center;
  margin-right: 1em;
}
.footer_kontakt .socialmedia a.item.xing::before {
  content: "\e908";
  font-family: "4media" !important;
  font-size: 1em;
  text-align: center;
  margin-right: 1em;
}
.footer_kontakt .socialmedia a.item.linkedin::before {
  content: "\e90c";
  font-family: "4media" !important;
  font-size: 1em;
  text-align: center;
  margin-right: 1em;
}

.ce_tabcontrol .tabcontrol_tabs ul {
  margin: 0;
  display: flex;
  flex-direction: row;
}
.ce_tabcontrol .tabcontrol_tabs ul li {
  cursor: pointer;
  padding: 0.75em;
  margin-right: 1px;
}
@media screen and (max-width: 699px) {
  .ce_tabcontrol .tabcontrol_tabs ul li {
    font-size: 0.75em;
  }
}
.ce_tabcontrol .tabcontrol_tabs ul li:first-child {
  border-top-left-radius: 10px;
}
.ce_tabcontrol .tabcontrol_tabs ul li:last-child {
  border-top-right-radius: 10px;
}
.ce_tabcontrol .tabcontrol_tabs ul li.tabs {
  background-color: #be111f;
}
.ce_tabcontrol .tabcontrol_tabs ul li.tabs:hover {
  background-color: #be111f;
}
.ce_tabcontrol .tabcontrol_tabs ul li.tabs.selected {
  background-color: #be111f;
}
.ce_tabcontrol .tabcontrol_panes {
  background-color: #be111f;
  border-radius: 0 10px 10px 10px;
}
.ce_tabcontrol .tabcontrol_panes .ce_tabcontrol_pane .content-text h3 {
  font-weight: 600;
  margin: -0.25em 0 1em;
}

select,
input,
textarea {
  border: 1px solid #868686;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
}
select:hover,
input:hover,
textarea:hover {
  border-color: #be111f;
  cursor: pointer;
}

.content-form {
  margin-top: 1em;
}
.content-form .widget {
  margin-bottom: 2em;
  position: relative;
}
.content-form .widget textarea,
.content-form .widget input {
  border: 1px solid #868686;
}
.content-form .widget textarea:hover, .content-form .widget textarea:active, .content-form .widget textarea:focus,
.content-form .widget input:hover,
.content-form .widget input:active,
.content-form .widget input:focus {
  border-color: #be111f;
}
.content-form .widget input[type=text],
.content-form .widget input[class~=text],
.content-form .widget input[type=email],
.content-form .widget textarea,
.content-form .widget select {
  display: block;
  padding: 0.5em;
  width: 100% !important;
  box-sizing: border-box;
  border-color: #868686;
}
.content-form .widget input[type=text]:hover, .content-form .widget input[type=text]:active,
.content-form .widget input[class~=text]:hover,
.content-form .widget input[class~=text]:active,
.content-form .widget input[type=email]:hover,
.content-form .widget input[type=email]:active,
.content-form .widget textarea:hover,
.content-form .widget textarea:active,
.content-form .widget select:hover,
.content-form .widget select:active {
  border-color: #be111f;
}
.content-form .widget input[type=text]:focus,
.content-form .widget input[class~=text]:focus,
.content-form .widget input[type=email]:focus,
.content-form .widget textarea:focus,
.content-form .widget select:focus {
  outline: none;
}
.content-form .widget input[type=text]:focus-visible,
.content-form .widget input[class~=text]:focus-visible,
.content-form .widget input[type=email]:focus-visible,
.content-form .widget textarea:focus-visible,
.content-form .widget select:focus-visible {
  box-shadow: 0 0 3pt 2pt #be111f;
}
.content-form .widget button:focus {
  outline: none;
}
.content-form .widget button:focus-visible {
  box-shadow: 0 0 3pt 2pt #be111f;
}
.content-form .widget.grid-6 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .content-form .widget.grid-6 {
    width: 100%;
    float: none;
  }
}
.content-form .widget.grid-6.left {
  padding-right: 1em;
}
@media screen and (max-width: 699px) {
  .content-form .widget.grid-6.left {
    padding: 0;
  }
}
.content-form .widget.grid-6.right {
  padding-left: 1em;
}
@media screen and (max-width: 699px) {
  .content-form .widget.grid-6.right {
    padding: 0;
  }
}
.content-form .widget.grid-6.float-none {
  float: none;
}
.content-form .widget label {
  vertical-align: top;
  cursor: pointer;
}
.content-form .widget label a {
  font-family: "Sora", sans-serif;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #868686;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
.content-form .widget label a:hover {
  border-bottom: 2px solid #be111f;
}
.content-form .widget .widget_inner {
  display: flex;
}
.content-form .widget .widget_inner textarea,
.content-form .widget .widget_inner input {
  border: 1px solid #868686;
}
.content-form .widget .widget_inner textarea:hover, .content-form .widget .widget_inner textarea:active, .content-form .widget .widget_inner textarea:focus,
.content-form .widget .widget_inner input:hover,
.content-form .widget .widget_inner input:active,
.content-form .widget .widget_inner input:focus {
  border-color: #be111f;
}
.content-form .widget .widget_inner input[type=text],
.content-form .widget .widget_inner input[class~=text],
.content-form .widget .widget_inner input[type=email],
.content-form .widget .widget_inner textarea,
.content-form .widget .widget_inner select {
  display: block;
  padding: 0.5em;
  width: 100% !important;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border-color: #868686;
}
.content-form .widget .widget_inner input[type=text]:hover, .content-form .widget .widget_inner input[type=text]:active,
.content-form .widget .widget_inner input[class~=text]:hover,
.content-form .widget .widget_inner input[class~=text]:active,
.content-form .widget .widget_inner input[type=email]:hover,
.content-form .widget .widget_inner input[type=email]:active,
.content-form .widget .widget_inner textarea:hover,
.content-form .widget .widget_inner textarea:active,
.content-form .widget .widget_inner select:hover,
.content-form .widget .widget_inner select:active {
  border-color: #be111f;
}
.content-form .widget .widget_inner input[type=text]:focus,
.content-form .widget .widget_inner input[class~=text]:focus,
.content-form .widget .widget_inner input[type=email]:focus,
.content-form .widget .widget_inner textarea:focus,
.content-form .widget .widget_inner select:focus {
  outline: none;
}
.content-form .widget .widget_inner input[type=text]:focus-visible,
.content-form .widget .widget_inner input[class~=text]:focus-visible,
.content-form .widget .widget_inner input[type=email]:focus-visible,
.content-form .widget .widget_inner textarea:focus-visible,
.content-form .widget .widget_inner select:focus-visible {
  box-shadow: 0 0 3pt 2pt #be111f;
}
.content-form .widget .ce_accordion {
  margin: 0.25em 0em;
}
.content-form .widget .ce_accordion .ui-accordion-header {
  border: none;
  min-height: 1em;
  background: none;
}
.content-form .widget .ce_accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: -15px;
  right: auto;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img_layout/icon_info_t.png);
  background-repeat: no-repeat;
  background-color: #be111f;
  background-size: auto;
  transform: rotate(0deg);
  border-radius: 1000px;
}
.content-form .widget .ce_accordion .ui-accordion-header .ui-accordion-header-icon:focus {
  outline: none;
}
.content-form .widget .ce_accordion .ui-accordion-header .ui-accordion-header-icon:focus-visible {
  box-shadow: 0 0 3pt 2pt #be111f;
}
.content-form .widget .ce_accordion .ui-accordion-header.ui-state-hover .ui-accordion-header-icon {
  background-color: #be111f;
}
.content-form .widget .ce_accordion .ui-accordion-content {
  background: none;
  padding: 0em;
}
.content-form .widget .mandatory label {
  margin-right: 1em;
}
.content-form .widget input[type=checkbox] {
  background-color: white;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  padding: 2px;
  border: 1px solid #212121;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.content-form .widget input[type=checkbox]:checked {
  background-color: #be111f;
}
.content-form .widget input[type=checkbox]:focus {
  outline: none;
}
.content-form .widget input[type=checkbox]:focus-visible {
  box-shadow: 0 0 3pt 2pt #be111f;
}
.content-form .widget .input_unit_outer {
  width: 80px;
}
.content-form .widget .input_unit_outer .input_unit_inner {
  display: flex;
  align-items: center;
  padding: 0.75em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f8f8f8;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.content-form .widget.widget-pagebreak {
  clear: both;
  margin-top: 2em;
  position: relative;
}
.content-form .widget.widget-pagebreak button[value=back] {
  color: white;
  position: relative;
  display: inline-block;
  border: 0 solid black;
  border-radius: 1000px;
  background-color: #be111f;
  background-position: 0px 100px !important;
  box-sizing: border-box;
  padding: 0.75em 1.5em 0.75em 3.5em;
  margin: 1em 1em 1em 0;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  .content-form .widget.widget-pagebreak button[value=back] {
    padding: 0.75em 2em 0.75em 3em;
  }
}
.content-form .widget.widget-pagebreak button[value=back]:hover {
  background-color: none;
  background-image: #000;
}
.content-form .widget.widget-pagebreak button[value=back]::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e902";
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 1.5em;
  margin-top: -0.5em;
  padding-left: 5px;
  font-family: "4media" !important;
  vertical-align: middle;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  .content-form .widget.widget-pagebreak button[value=back]::after {
    left: 0.75em;
  }
}
.content-form .widget.widget-pagebreak button[value=back]:hover::after {
  left: 0.75em;
}
.content-form .error {
  color: red;
}
.content-form button {
  cursor: pointer;
  color: white;
  position: relative;
  display: inline-block;
  border: 0 solid black;
  border-radius: 1000px;
  background-color: #be111f;
  background-position: 0px 100px !important;
  box-sizing: border-box;
  padding: 0.75em 3.5em 0.75em 1.5em;
  margin: 1em 1em 1em 0;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.159, 0.8, 0.46, 1);
}
@media screen and (max-width: 699px) {
  .content-form button {
    padding: 0.75em 3em 0.75em 2em;
  }
}
.content-form button:hover {
  background-color: none;
  background-image: #000;
}
.content-form button::after {
  width: 1.5em;
  height: 1.5em;
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.75em;
  padding-left: 5px;
  font-family: "4media" !important;
  vertical-align: middle;
  transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}
@media screen and (max-width: 699px) {
  .content-form button::after {
    right: 0.75em;
  }
}
.content-form button:hover::after {
  right: 0.75em;
}
.content-form button::after {
  margin-top: -0.5em;
}
.content-form .ajaxconfirm {
  box-sizing: border-box;
}
.content-form .konfigurator .result {
  box-sizing: border-box;
  width: 50%;
}
.content-form .konfigurator .label {
  font-weight: 600;
}
.content-form .konfigurator .value {
  font-size: 2em;
  margin-bottom: 1em;
}
.content-form .konfigurator .widget-checkbox span {
  display: block;
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
  align-items: start;
}
.content-form .konfigurator .widget-checkbox span input {
  margin-top: 0.25em;
  margin-right: 1em;
}
.content-form .konfigurator .widget-explanation.box {
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1em 1.25em;
  font-size: 0.9em;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .content-form .konfigurator .widget-explanation.box {
    width: 75%;
  }
}
@media screen and (max-width: 699px) {
  .content-form .konfigurator .widget-explanation.box {
    width: 100%;
  }
}
.content-form .konfigurator .widget-explanation.box ul li {
  margin-bottom: 0.5em;
  padding-left: 1.75em;
}
.content-form .konfigurator .widget-explanation.box ul li::before {
  content: "\e905";
  position: absolute;
  margin-left: -1.75em;
}
.content-form .konfigurator .widget-placeholder .form_review {
  width: 48%;
  float: left;
  box-sizing: border-box;
  padding: 1em 1em 1em 0em;
  margin-right: 2%;
}
.content-form .konfigurator .widget-placeholder .form_review.textarea {
  width: 98%;
}
@media screen and (max-width: 1000px) {
  .content-form .konfigurator .widget-placeholder .form_review.textarea {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .content-form .konfigurator .widget-placeholder .form_review {
    width: 100%;
    margin-right: 0;
  }
}
.content-form .konfigurator .widget-placeholder .form_review .review_label {
  font-weight: 600;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1400px) {
  .content-form .konfigurator .pv_anlage .radio_container.anlage div.radio_wrapper {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .content-form .konfigurator .pv_anlage .radio_container.anlage div.radio_wrapper:nth-child(5) {
    clear: both;
  }
}
@media screen and (max-width: 1000px) {
  .content-form .konfigurator .pv_anlage .radio_container.anlage div.radio_wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 699px) {
  .content-form .konfigurator .pv_anlage .radio_container.anlage div.radio_wrapper {
    width: 49.5%;
    margin-right: 1%;
  }
  .content-form .konfigurator .pv_anlage .radio_container.anlage div.radio_wrapper:nth-child(3) {
    margin-right: 0;
  }
}
.content-form .konfigurator .pv_anlage .radio_container.anlage div.radio_wrapper:focus {
  outline: none;
}
.content-form .konfigurator .pv_anlage .radio_container.anlage div.radio_wrapper:focus-visible {
  box-shadow: 0 0 3pt 2pt #be111f #be111f;
}
@media screen and (max-width: 1200px) {
  .content-form .konfigurator .pv_anlage .radio_container.dachform div.radio_wrapper:nth-child(5) {
    clear: both;
  }
}
@media screen and (max-width: 1000px) {
  .content-form .konfigurator .pv_anlage .radio_container.dachform div.radio_wrapper {
    width: 33%;
  }
  .content-form .konfigurator .pv_anlage .radio_container.dachform div.radio_wrapper:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .content-form .konfigurator .pv_anlage .radio_container.dachform div.radio_wrapper {
    width: 49.5%;
    margin-right: 1%;
  }
  .content-form .konfigurator .pv_anlage .radio_container.dachform div.radio_wrapper:nth-child(3) {
    margin-right: 0;
  }
  .content-form .konfigurator .pv_anlage .radio_container.dachform div.radio_wrapper:nth-child(4) {
    margin-right: 1%;
  }
  .content-form .konfigurator .pv_anlage .radio_container.dachform div.radio_wrapper:nth-child(5) {
    clear: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .content-form .konfigurator .pv_anlage .radio_container.dachseiten div.radio_wrapper {
    width: 33%;
  }
  .content-form .konfigurator .pv_anlage .radio_container.dachseiten div.radio_wrapper:nth-child(4) {
    clear: both;
  }
}
@media screen and (max-width: 699px) {
  .content-form .konfigurator .pv_anlage .radio_container.dachseiten div.radio_wrapper {
    width: 49.5%;
    margin-right: 1%;
  }
  .content-form .konfigurator .pv_anlage .radio_container.dachseiten div.radio_wrapper:nth-child(3) {
    margin-right: 0;
    float: left;
  }
  .content-form .konfigurator .pv_anlage .radio_container.dachseiten div.radio_wrapper:nth-child(4) {
    float: left;
  }
  .content-form .konfigurator .pv_anlage .radio_container.dachseiten div.radio_wrapper:nth-child(5) {
    margin-right: 0;
  }
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper {
  background-color: #f8f8f8;
  border: 1px solid #868686;
  border-radius: 10px;
  width: 19.5%;
  margin-right: 0.5%;
  margin-top: 1em;
  padding: 1em 1em 0em 1em;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper {
    width: 24.5%;
  }
}
@media screen and (max-width: 1000px) {
  .content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper {
    max-width: none;
  }
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label {
  cursor: pointer;
  display: inherit;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin-right: 0;
  overflow: hidden;
  border-radius: 10px;
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label .choose {
  padding: 0em 0em 0em 2em;
}
@media screen and (max-width: 699px) {
  .content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label .choose {
    padding: 2em 0em 0em 0em;
  }
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label .gfk {
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 699px) {
  .content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label .gfk {
    height: 29vw;
  }
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label.container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #b2b2b2;
  border-radius: 50%;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label.container:hover input ~ .checkmark {
  background-color: #868686;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label.container input:checked ~ .checkmark {
  background-color: #be111f;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label.container input:checked ~ .checkmark:after {
  display: block;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper label.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_1_0 .gfk {
  background-image: url("../img_layout/pv.svg");
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_1_1 .gfk {
  background-image: url("../img_layout/pv_batterie.svg");
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_4_0 .gfk {
  background-image: url("../img_layout/pultdach.svg");
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_4_1 .gfk {
  background-image: url("../img_layout/flachdach.svg");
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_4_2 .gfk {
  background-image: url("../img_layout/zeltdach.svg");
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_4_3 .gfk {
  background-image: url("../img_layout/satteldach.svg");
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_4_4 .gfk {
  background-image: url("../img_layout/walmdach.svg");
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_44_0 .gfk {
  background-image: url("../img_layout/zelt_1.svg");
  background-size: contain;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_44_1 .gfk {
  background-image: url("../img_layout/zelt_2.svg");
  background-size: contain;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_44_2 .gfk {
  background-image: url("../img_layout/zelt_3_02.svg");
  background-size: contain;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_44_3 .gfk {
  background-image: url("../img_layout/zelt_4.svg");
  background-size: contain;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_79_0 .gfk {
  background-image: url("../img_layout/sattel_1.svg");
  background-size: contain;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper.anlage_opt_79_1 .gfk {
  background-image: url("../img_layout/sattel_2.svg");
  background-size: contain;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper input[type=radio] {
  position: relative;
  border: 5px solid violet;
}
.content-form .konfigurator .pv_anlage .radio_container div.radio_wrapper input[type=radio]:hover {
  cursor: pointer;
}
.content-form .konfigurator .pv_anlage .radio_container .ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.content-form .konfigurator .pv_anlage .radio_container ui-state-active,
.content-form .konfigurator .pv_anlage .radio_container .ui-widget-content .ui-state-active,
.content-form .konfigurator .pv_anlage .radio_container .ui-widget-header .ui-state-active,
.content-form .konfigurator .pv_anlage .radio_container a.ui-button:active,
.content-form .konfigurator .pv_anlage .radio_container .ui-button:active,
.content-form .konfigurator .pv_anlage .radio_container .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
  box-sizing: border-box;
}

.ajaxconfirm {
  background-color: #be111f;
  border-radius: 10px;
  padding: 2em;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .ajaxconfirm {
    width: 75%;
  }
}
@media screen and (max-width: 699px) {
  .ajaxconfirm {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */