/*
    Created on : 04.05.2022, 17:03:05
    Author     : Mark Boland <mark.boland@boland.de>
*/
table.promo {
  color: #333; }
  table.promo td, table.promo th {
    padding: 2px 7px; }
  table.promo thead th {
    background-color: #fff;
    text-align: left; }
  table.promo thead .price {
    background-color: #cc0000;
    color: white; }
  table.promo tbody tr:nth-of-type(even) {
    background: #EEEEEE; }
    table.promo tbody tr:nth-of-type(even) .price {
      background-color: #ffcccc; }
  table.promo tbody tr:nth-of-type(odd) {
    background: #DDDDDD; }
    table.promo tbody tr:nth-of-type(odd) .price {
      background-color: #ff9999; }
  table.promo tfoot td, table.promo tfoot th {
    background: none; }
  @media (max-width: 480px) {
    table.promo td.not-on-phone, table.promo th.not-on-phone {
      display: none; } }
  @media (max-width: 767px) {
    table.promo td.not-on-tablet, table.promo th.not-on-tablet {
      display: none; } }

table.tool {
  border: 2px solid #666;
  border-collapse: collapse; }
  table.tool td, table.tool th {
    border: 1px solid #666;
    padding: 2px 5px;
    font-size: 0.9rem; }
  table.tool th {
    font-weight: bold; }
  table.tool thead th {
    vertical-align: middle; }
    table.tool thead th.dc {
      background-color: #0055ab;
      color: white;
      text-align: center; }
    table.tool thead th.lf {
      background-color: #339933;
      color: white;
      text-align: center; }
    table.tool thead th.r {
      background-color: #cc0000;
      color: white;
      text-align: center; }
  table.tool tbody td.dc {
    min-width: 10%;
    background: linear-gradient(90deg, #1288ff 0%, white 50%);
    text-align: center; }
  table.tool tbody td.lf {
    min-width: 10%;
    background: linear-gradient(90deg, #66cc66 0%, white 50%);
    text-align: center; }
  table.tool tbody td.r {
    min-width: 10%;
    background: linear-gradient(90deg, #ff3333 0%, white 50%);
    text-align: center; }
  @media (max-width: 479px) {
    table.tool td.not-on-phone, table.tool th.not-on-phone {
      display: none; } }
  @media (max-width: 767px) {
    table.tool td.not-on-tablet, table.tool th.not-on-tablet {
      display: none; } }

.frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group, .powermail_form fieldset .row > div.form-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px; }
  .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group > label, .powermail_form fieldset .row > div.form-group > label {
    flex: 0 0 22%;
    width: 22%;
    max-width: 22%; }
  .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group > .input, .powermail_form fieldset .row > div.form-group > .input {
    width: 100%;
    max-width: 100%; }
  .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group > label + .input, .powermail_form fieldset .row > div.form-group > label + .input {
    flex: 0 0 78%;
    width: 78%;
    max-width: 78%; }
  .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .input.checkbox, .powermail_form fieldset .row > div.form-group .input.checkbox {
    padding-left: 22%; }
  .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .form-check > label, .powermail_form fieldset .row > div.form-group .form-check > label {
    display: block;
    width: 100%; }
    .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .form-check > label input[type=checkbox], .powermail_form fieldset .row > div.form-group .form-check > label input[type=checkbox] {
      display: inline-block;
      width: initial;
      margin-right: 10px;
      height: inherit; }
  .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .form-check .helpblock, .powermail_form fieldset .row > div.form-group .form-check .helpblock {
    display: inline-block; }
  .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .inputs-list, .powermail_form fieldset .row > div.form-group .inputs-list {
    padding-left: 22%; }
    .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .inputs-list .radio, .powermail_form fieldset .row > div.form-group .inputs-list .radio {
      margin-right: 15px; }
      .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .inputs-list .radio input, .powermail_form fieldset .row > div.form-group .inputs-list .radio input {
        display: inline-block;
        width: initial;
        height: inherit;
        margin-right: 10px; }
  .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .frame, .powermail_form fieldset .row > div.form-group .frame {
    margin-left: 22%; }
    .frame-type-form_formframework form:not(#mmcContactForm-84) fieldset > div.form-group .frame .frame-inner, .powermail_form fieldset .row > div.form-group .frame .frame-inner {
      width: inherit;
      margin: 0; }

.powermail_form {
  max-width: inherit; }
  .powermail_form fieldset .powermail_fieldwrap {
    display: flex;
    margin-bottom: 15px; }
    .powermail_form fieldset .powermail_fieldwrap label {
      flex: 0 0 22%;
      width: 22%;
      max-width: 22%; }
    .powermail_form fieldset .powermail_fieldwrap .input {
      flex: 0 0 78%;
      width: 78%;
      max-width: 78%; }
    .powermail_form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_html, .powermail_form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_text, .powermail_form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit, .powermail_form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_reset {
      padding-left: 22%; }
    .powermail_form fieldset .powermail_fieldwrap .checkbox, .powermail_form fieldset .powermail_fieldwrap .radio {
      margin-right: 20px; }
      .powermail_form fieldset .powermail_fieldwrap .checkbox label, .powermail_form fieldset .powermail_fieldwrap .radio label {
        width: inherit;
        max-width: inherit; }
    .powermail_form fieldset .powermail_fieldwrap input[type="checkbox"], .powermail_form fieldset .powermail_fieldwrap input[type=radio] {
      display: inline-block;
      width: inherit;
      height: inherit;
      margin-left: 0;
      margin-right: 10px; }
    .powermail_form fieldset .powermail_fieldwrap .powermail_fieldwrap_submit .btn, .powermail_form fieldset .powermail_fieldwrap [type="submit"], .powermail_form fieldset .powermail_fieldwrap input[type="reset"] {
      width: initial;
      position: relative;
      z-index: 1;
      display: block;
      cursor: pointer;
      border: none;
      position: relative;
      padding: 0px 30px 0px 30px;
      color: #fff;
      text-decoration: none;
      background: #0055ab;
      text-transform: uppercase;
      max-width: 100%;
      line-height: 40px;
      height: 40px;
      font-family: "Roboto",sans-serif;
      font-weight: bold;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .powermail_form fieldset .powermail_fieldwrap .powermail_fieldwrap_submit .btn::after, .powermail_form fieldset .powermail_fieldwrap [type="submit"]::after, .powermail_form fieldset .powermail_fieldwrap input[type="reset"]::after {
        content: "\0020";
        width: 0px;
        display: block;
        position: absolute;
        top: 0px;
        right: -20px;
        border-top: 40px solid #0055ab;
        border-left: 20px solid rgba(255, 255, 255, 0);
        border-right: 20px solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .powermail_form fieldset .powermail_fieldwrap .powermail_fieldwrap_submit .btn:hover::after, .powermail_form fieldset .powermail_fieldwrap [type="submit"]:hover::after, .powermail_form fieldset .powermail_fieldwrap input[type="reset"]:hover::after {
        right: 0px;
        border-right: 0px solid rgba(255, 255, 255, 0); }

.frame-type-menu_section.frame-layout-0 .frame-inner > ul {
  list-style: none;
  padding: 0; }
  .frame-type-menu_section.frame-layout-0 .frame-inner > ul > li > a {
    display: none; }
  .frame-type-menu_section.frame-layout-0 .frame-inner > ul > li > ul {
    list-style: none;
    padding: 0; }
    .frame-type-menu_section.frame-layout-0 .frame-inner > ul > li > ul > li {
      display: inline-block; }
      .frame-type-menu_section.frame-layout-0 .frame-inner > ul > li > ul > li + li:before {
        content: "|";
        display: inline-block;
        margin: 0 10px 0 10px; }
      .frame-type-menu_section.frame-layout-0 .frame-inner > ul > li > ul > li a {
        color: black; }

.frame-type-mmccontacts_box.frame-layout-1 .mmc-contact {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }
  .frame-type-mmccontacts_box.frame-layout-1 .mmc-contact .mmc-contact--image {
    -ms-flex: inherit;
    -webkit-box-flex: inherit;
    flex: inherit;
    width: inherit;
    max-width: inherit; }

.frame-layout-1 .mmc-teaser p {
  min-height: 182px; }

.ce-gallery .ce-row {
  overflow: hidden; }
  .ce-gallery .ce-row .ce-column {
    display: inline-block; }

body > .cookies__banner .cookies__banner__inner {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto; }

.js-gme-preview {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px; }

.video-embed-item {
  max-width: 100%; }

.strike-through {
  text-decoration: line-through; }

.promo h2 {
  font-size: 32px; }
.promo h3 {
  font-size: 28px; }
.promo h4 {
  font-size: 24px; }
.promo h5 {
  font-size: 22px; }
.promo h6 {
  font-size: 20px; }

#content .row.promo-video > div {
  background-color: #eee; }
  #content .row.promo-video > div > div.frame-type-text {
    font-size: 25px;
    font-weight: 500; }
  #content .row.promo-video > div + .order-md-2 .frame-type-text {
    text-align: right; }
  @media screen and (min-width: 920px) {
    #content .row.promo-video > div .text-wrap p:nth-child(1) {
      margin-top: 40px; } }
#content .row.promo-video + .row.promo-video .frame {
  padding-top: 0; }
@media screen and (max-width: 479px) {
  #content .row.promo-video .frame.frame-type-text {
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 20px; } }
@media screen and (min-width: 920px) {
  #content .row.promo-video:nth-child(2n) .ce-textpic, #content .row.promo-video:nth-child(2n+1) .text-wrap {
    text-align: right; } }

@media screen and (min-width: 920px) {
  .page-layout1 #content .row.promo-video > div.col-md-6 > div {
    text-align: inherit;
    max-width: 480px; }
  .page-layout1 #content .row.promo-video > div.col-md-6:first-child {
    display: flex;
    flex-flow: row-reverse; }
  .page-layout1 #content .row.promo-video > div.col-md-6.order-md-2 {
    display: flex;
    flex-flow: row; }
    .page-layout1 #content .row.promo-video > div.col-md-6.order-md-2 + div.col-md-6 {
      display: flex;
      flex-flow: row-reverse; }
  .page-layout1 #content .row.promo-video:nth-child(2n) .ce-textpic, .page-layout1 #content .row.promo-video:nth-child(2n+1) .text-wrap {
    text-align: inherit; } }

@media screen and (min-width: 920px) {
  .page-layout1 #content .row.promo-video > div.col-md-6 > div {
    text-align: inherit;
    max-width: 480px; }
  .page-layout1 #content .row.promo-video > div.col-md-6:first-child {
    display: flex;
    flex-flow: row-reverse; }
  .page-layout1 #content .row.promo-video > div.col-md-6.order-md-2 {
    display: flex;
    flex-flow: row; }
    .page-layout1 #content .row.promo-video > div.col-md-6.order-md-2 + div.col-md-6 {
      display: flex;
      flex-flow: row-reverse; }
  .page-layout1 #content .row.promo-video:nth-child(2n) .ce-textpic, .page-layout1 #content .row.promo-video:nth-child(2n+1) .text-wrap {
    text-align: inherit; } }

.carousel-banner {
  position: absolute;
  z-index: 1000;
  color: white;
  font-weight: bold;
  font-size: 20px;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  background-color: #c00; }
  @media screen and (max-width: 479px) {
    .carousel-banner {
      font-size: 12px; } }

.mmc-links {
  margin-top: 20px;
  padding-left: 5px; }
  .mmc-links .mmc-link {
    list-style: none;
    margin-left: 0; }

.mmc-linkselect {
  margin-top: 20px; }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../font/roboto/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../font/roboto/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("../font/roboto/roboto-v30-latin-regular.woff") format("woff"), url("../font/roboto/roboto-v30-latin-regular.ttf") format("truetype"), url("../font/roboto/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../font/roboto/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../font/roboto/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../font/roboto/roboto-v30-latin-500.woff2") format("woff2"), url("../font/roboto/roboto-v30-latin-500.woff") format("woff"), url("../font/roboto/roboto-v30-latin-500.ttf") format("truetype"), url("../font/roboto/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../font/roboto/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../font/roboto/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../font/roboto/roboto-v30-latin-700.woff2") format("woff2"), url("../font/roboto/roboto-v30-latin-700.woff") format("woff"), url("../font/roboto/roboto-v30-latin-700.ttf") format("truetype"), url("../font/roboto/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

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