@charset "UTF-8";
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2013 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Reset the margin and padding of the block elements
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0; }

/**
 * Basic element formatting
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, th, td {
  text-align: left;
  text-align: start;
  /* see #4596 */
  vertical-align: top; }

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help; }

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

ul {
  list-style-type: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

/**
 * Default font settings
 */
input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit; }

pre, code {
  font-family: Monaco, monospace; }

table {
  font-size: inherit; }

caption, th {
  font-weight: bold; }

body, form {
  margin: 0;
  padding: 0; }

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

header, footer, nav, section, aside, article, figure, figcaption {
  display: block; }

#main {
  width: 100%; }

#main .inside {
  min-height: 1px;
  /* see #4893 */ }

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  border: 0;
  padding: 0;
  margin: 0; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie8 img {
  width: auto;
  /* see #5789 */ }

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }

.ce_gallery li {
  float: left; }

.ce_gallery li.col_first {
  clear: left; }

/**
 * Clear floats
 */
.clear, #clear {
  height: 1px;
  clear: both;
  margin-top: -1px; }

/**
 * Hide invisible elements
 */
.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Custom layout sections
 */
.custom {
  display: block; }

#container:after, .custom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rubik-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v12-latin-300.woff2") format("woff2"), url("../fonts/rubik-v12-latin-300.woff") format("woff"), url("../fonts/rubik-v12-latin-300.ttf") format("truetype"), url("../fonts/rubik-v12-latin-300.svg#Rubik") format("svg");
  /* Legacy iOS */ }

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

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

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

body {
  font-size: 100%;
  font-family: 'Rubik', sans-serif;
  color: #575756;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 110%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#header,
#footer,
#main {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 0) and (max-width: 700px) {
  .page.padd-m {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.padd-m:after {
      content: " ";
      display: block;
      clear: both; } }

.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page:after {
    content: " ";
    display: block;
    clear: both; }

.rtl {
  float: right;
  clear: both; }

.new-line {
  clear: both; }

.full-img img {
  width: 100%;
  height: auto; }

.padd-1 {
  padding: 1rem;
  padding-bottom: 0; }

.padd-2 {
  padding: 2rem; }

.padd-3 {
  padding: 10px;
  padding-right: 4px; }

.margin-1 {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (min-width: 700px) {
    .margin-1 {
      margin-top: 3.5em;
      margin-bottom: 3.5em; } }

.btn-1 a {
  color: #fff;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 1.5em;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  margin-top: 0.75em;
  background-color: #e40521;
  border: 3px solid #e40521;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  font-size: 1.125rem; }

.btn-1 a:hover,
.btn-1 a.active {
  color: #fff;
  background-color: #b2041a;
  border: 3px solid #b2041a;
  transition: all 0.35s ease-in; }

.btn-2 a {
  color: #e40521;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 3px solid #e40521;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  font-size: 1.125rem; }

.btn-2 a:hover,
.btn-2 a.active {
  color: #fff;
  background-color: #e40521;
  transition: all 0.35s ease-in; }

.btn-3 a {
  color: #fff;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: #009fe3;
  border: 3px solid #009fe3;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.btn-3 a:hover,
.btn-3 a.active {
  color: #fff;
  background-color: #004664;
  border: 3px solid #004664;
  transition: all 0.35s ease-in; }

.btn-4 a {
  color: #009fe3;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 3px solid #009fe3;
  transition: all 0.5s ease-in;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  font-size: 1.125rem; }

.btn-4 a:hover,
.btn-4 a.active {
  color: #fff;
  background-color: #009fe3;
  transition: all 0.35s ease-in; }

@media (min-width: 990px) {
  .columns-2 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; } }

.list-1 ol li {
  margin-left: 18px; }

.list-1 ol li::marker {
  font-weight: 700; }

.list-1 ul {
  margin-bottom: 0.75em; }
  .list-1 ul li {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    text-indent: -17px;
    padding-left: 40px;
    margin-left: -20px;
    font-weight: 400; }
  .list-1 ul li:before {
    content: "» "; }

.list-2 ul {
  margin-bottom: 0em;
  list-style: none;
  border-top: 1px solid #009fe3; }
  .list-2 ul li {
    text-indent: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0.35em;
    margin-bottom: 0.35em;
    padding-bottom: 0.35em;
    border-bottom: 1px solid #009fe3;
    font-weight: 400; }
  .list-2 ul li:after {
    content: " »"; }

.list-3 ul {
  margin-bottom: 0em;
  list-style: none; }
  @media (min-width: 990px) {
    .list-3 ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 24px; } }
  .list-3 ul li {
    text-indent: 0px;
    padding-left: 0px;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    padding-left: 5px;
    font-weight: 400; }
  .list-3 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23575756;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

.ce_text.list-4 ul,
.list-4 ul {
  margin-bottom: 0em;
  list-style: none; }
  .ce_text.list-4 ul li,
  .list-4 ul li {
    font-size: 16px;
    font-size: 1rem;
    text-indent: 0px;
    clear: both;
    text-indent: 0px;
    padding-left: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 14px;
    font-weight: 400; }
    @media (min-width: 1180px) {
      .ce_text.list-4 ul li,
      .list-4 ul li {
        font-size: 18px;
        font-size: 1.125rem; } }
  .ce_text.list-4 ul li:before,
  .list-4 ul li:before {
    content: "" !important;
    display: block;
    float: left;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

.ce_text.list-5 ul,
.list-5 ul {
  margin-bottom: 1em;
  list-style: none; }
  .ce_text.list-5 ul li,
  .list-5 ul li {
    clear: both;
    text-indent: 0px;
    padding-left: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 21px;
    font-weight: 400; }
  .ce_text.list-5 ul li:before,
  .list-5 ul li:before {
    content: "" !important;
    display: block;
    float: left;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

.ce_text.list-6 ul,
.list-6 ul {
  margin-bottom: 1em;
  list-style: none; }
  .ce_text.list-6 ul li,
  .list-6 ul li {
    clear: both;
    text-indent: 0px;
    padding-left: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 21px;
    font-weight: 400; }
  .ce_text.list-6 ul li:before,
  .list-6 ul li:before {
    content: "" !important;
    display: block;
    float: left;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40.1 37.5' style='enable-background:new 0 0 40.1 37.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.6,21.7 16.4,33.8 38.1,1.4 '/%3E%3C/svg%3E"); }

.list-7 ul {
  margin-bottom: 0em;
  list-style: none; }
  .list-7 ul li {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 6px;
    margin-bottom: 0.45rem;
    align-items: center; }
    .list-7 ul li span.c-1,
    .list-7 ul li span.c-2,
    .list-7 ul li span.c-3 {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
    .list-7 ul li span.c-1 {
      background-color: #e40521; }
    .list-7 ul li span.c-2 {
      background-color: #009fe3; }
    .list-7 ul li span.c-3 {
      background-color: #009fe3; }

#header .mod_navigation ul {
  margin-bottom: 0; }
  #header .mod_navigation ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    #header .mod_navigation ul li a, #header .mod_navigation ul li strong {
      padding: 0.5rem;
      display: block;
      color: #575756; }
      @media (min-width: 990px) {
        #header .mod_navigation ul li a, #header .mod_navigation ul li strong {
          padding: 1rem 1.5rem; } }
    #header .mod_navigation ul li strong {
      color: #fff; }

#header {
  margin-top: 1rem; }
  #header .page .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    margin-left: 6.5972222222%; }
    @media (min-width: 1640px) {
      #header .page .flex {
        width: 74.3055555556%;
        float: left;
        margin-left: 0.3472222222%;
        margin-right: 0.3472222222%;
        margin-left: 12.8472222222%; } }
  #header .logo {
    width: 151px;
    height: 50px; }
    #header .logo img {
      width: 100%;
      height: auto;
      margin-bottom: 0; }
  #header .meta {
    width: calc(100% - 151px);
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #header .meta .nav-2 {
      margin-right: 1rem; }
      #header .meta .nav-2 ul {
        margin-bottom: 0; }
  #header .bg-grau-2 {
    margin-top: 1rem; }
  #header .flex-down {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    margin-left: 6.5972222222%; }
    @media (min-width: 1640px) {
      #header .flex-down {
        width: 74.3055555556%;
        float: left;
        margin-left: 0.3472222222%;
        margin-right: 0.3472222222%;
        margin-left: 12.8472222222%; } }

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main .headline-1, #main .headline-2, #main .headline-3, #main .headline-4, #main .headline-5, #main .headline-6, #main .ce_form, #main hr {
  margin-top: 0;
  margin-bottom: 1rem; }

#main img, ul, ol, video, table {
  margin-top: 0;
  margin-bottom: 1rem; }

#main .no-margin img {
  margin-bottom: -4px; }

#main video.no-margin,
#main table.no-margin,
#main ol.no-margin,
#main ul.no-margin,
#main h1.no-margin,
#main h2.no-margin,
#main h3.no-margin,
#main h4.no-margin,
#main h5.no-margin,
#main h6.no-margin,
#main p.no-margin {
  margin-bottom: 0em; }

.border-1 {
  border: 1px solid #ededed; }

h2 {
  margin-top: 3px; }

h1 {
  margin-top: 1px; }

.headline-1,
h1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0.25em; }
  @media (min-width: 700px) {
    .headline-1,
    h1 {
      font-size: 30px;
      font-size: 1.875rem; } }

@media (min-width: 700px) {
  .h1-1 h1 {
    text-transform: uppercase; } }

#main .headline-bg-1,
.headline-rot {
  background-color: #e40521;
  color: #fff;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  font-weight: 700;
  line-height: 110%;
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    #main .headline-bg-1,
    .headline-rot {
      font-size: 21px;
      font-size: 1.3125rem; } }

.headline-2,
h2 {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 110%; }
  @media (min-width: 700px) {
    .headline-2,
    h2 {
      font-size: 26px;
      font-size: 1.625rem; } }

h2.h2-2 {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }
  @media (min-width: 700px) {
    h2.h2-2 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 120%; } }

h2 + h3 {
  margin-top: 0em; }

.headline-3,
h3 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%; }
  @media (min-width: 700px) {
    .headline-3,
    h3 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.headline-5,
h5 {
  font-weight: 300;
  font-style: italic; }

.headline-block h1, .headline-block h2, .headline-block h3 {
  color: #fff;
  display: inline-block;
  background-color: #e40521;
  padding: 0.2rem 0.6rem; }

p.block {
  display: block; }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 120%; }
  @media (min-width: 700px) {
    p {
      font-size: 17px;
      font-size: 1.0625rem; } }

.stick {
  position: sticky;
  top: 0; }

a {
  color: #e40521;
  text-decoration: none;
  font-weight: 400; }

a:hover {
  color: #990316;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out; }

a.underline {
  text-decoration: underline; }

a.a-1,
.a-1 a {
  text-decoration: underline; }

p {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 700px) {
    p {
      font-size: 16px;
      font-size: 1rem; } }

@media (min-width: 700px) {
  .right {
    text-align: right; } }

strong {
  font-weight: 500; }

.p-1 p,
p.p-1 {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .p-1 p,
    p.p-1 {
      font-size: 18px;
      font-size: 1.125rem; } }

.p-2,
.p-2 p,
p.p-2 {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .p-2,
    .p-2 p,
    p.p-2 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.p-3 p,
p.p-3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem; }

.p-4 p,
p.p-4 {
  font-size: 14px;
  font-size: 0.875rem; }

.p-5 p,
p.p-5 {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .p-5 p,
    p.p-5 {
      font-size: 21px;
      font-size: 1.3125rem;
      text-transform: uppercase; } }

.p-w {
  color: #fff; }

.pfeil-2:after,
.pfeil-1:after {
  content: " »"; }

.pfeil-1:after {
  color: #e40521; }

.pfeil-2:after {
  color: #009fe3; }

.pfeil-3:before {
  content: "» ";
  color: #009fe3; }

p.icon-download {
  background-image: url(../icons/icon_service-05.png);
  background-repeat: no-repeat;
  background-position: center left; }

p.icon-service {
  background-image: url(../icons/icon_service-08.png);
  background-repeat: no-repeat;
  background-position: center left; }

.icon-haken {
  background-image: url(../icons/icon-haken.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 60px;
  min-height: 60px;
  padding-top: 1em; }

#lbl_162_0,
#lbl_156_0,
#lbl_107_0,
#lbl_97_0 {
  background-image: url(../icons/icon-giftig.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_1,
#lbl_156_1,
#lbl_107_1,
#lbl_97_1 {
  background-image: url(../icons/icon-reizend.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_2,
#lbl_156_2,
#lbl_107_2,
#lbl_97_2 {
  background-image: url(../icons/icon-aetzend.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_3,
#lbl_156_3,
#lbl_107_3,
#lbl_97_3 {
  background-image: url(../icons/icon-entzuendlich.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_4,
#lbl_156_4,
#lbl_107_4,
#lbl_97_4 {
  background-image: url(../icons/icon-explosiv.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_5,
#lbl_156_5,
#lbl_107_5,
#lbl_97_5 {
  background-image: url(../icons/icon-sonstiges.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

#lbl_162_6,
#lbl_156_6,
#lbl_107_6,
#lbl_97_6 {
  background-image: url(../icons/icon-unbedenklich.jpg);
  background-repeat: no-repeat;
  background-position: center left; }

.color-2 {
  color: #009fe3 !important; }

p.icon-download,
p.icon-service {
  padding-left: 40px;
  height: 33px; }

.float_left {
  float: left; }

small {
  font-size: 14px;
  font-size: 0.875rem; }

hr {
  border-top: 1px solid #ededed;
  border-left: none;
  border-right: none;
  border-bottom: none; }

hr.hr-1 {
  border-top: 1px solid #e40521; }

hr.hr-2 {
  border-top: 1px solid #575756; }

span.name {
  width: 80px;
  display: block;
  float: left; }

span.number {
  webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

.border {
  border: 1px solid #e40521;
  padding: 1rem;
  padding-bottom: 0;
  background-color: #fff; }

.border-2 {
  border-bottom: 10px solid #009fe3; }
  .border-2 img {
    margin-bottom: -10px; }
  @media (min-width: 960px) {
    .border-2 {
      border-bottom: 15px solid #009fe3; }
      .border-2 img {
        margin-bottom: -15px; } }

.caption {
  margin-bottom: 0.75em;
  text-align: left; }

@media (min-width: 700px) {
  .center {
    text-align: center; } }

.spacer-1 {
  height: 1rem;
  clear: both; }

.spacer-2 {
  height: 1rem;
  clear: both; }

.spacer-3 {
  height: 1rem;
  clear: both; }

.spacer-4 {
  height: 1rem;
  clear: both; }

.spacer-5 {
  height: 1rem;
  clear: both; }

.spacer-6 {
  height: 1rem;
  clear: both; }

.spacer-7 {
  height: 1rem;
  clear: both; }

.spacer-8 {
  height: 1rem;
  clear: both; }

.spacer-9 {
  height: 1rem;
  clear: both; }

.spacer-10 {
  height: 1rem;
  clear: both; }

.spacer-11 {
  height: 1rem;
  clear: both; }

.spacer-12 {
  height: 1rem;
  clear: both; }

.spacer-13 {
  height: 1rem;
  clear: both; }

.spacer-14 {
  height: 1rem;
  clear: both; }

.spacer-15 {
  height: 1rem;
  clear: both; }

@media (min-width: 960px) {
  .spacer-1 {
    height: 1rem; }
  .spacer-2 {
    height: 2rem; }
  .spacer-3 {
    height: 3rem; }
  .spacer-4 {
    height: 4rem; }
  .spacer-5 {
    height: 5rem; }
  .spacer-6 {
    height: 6rem; }
  .spacer-7 {
    height: 7rem; }
  .spacer-8 {
    height: 8rem; }
  .spacer-9 {
    height: 9rem; }
  .spacer-10 {
    height: 10rem; }
  .spacer-11 {
    height: 11rem; }
  .spacer-12 {
    height: 12rem; }
  .spacer-13 {
    height: 13rem; }
  .spacer-14 {
    height: 14rem; }
  .spacer-15 {
    height: 15rem; } }

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

.mt-1-5 {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    .mt-1-5 {
      margin-top: 1.5rem; } }

.mt-2 {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    .mt-2 {
      margin-top: 2rem; } }

.mt-3 {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    .mt-3 {
      margin-top: 3rem; } }

.mb-0 {
  margin-bottom: 0.25rem; }

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

.mb-1-5 {
  margin-bottom: 1rem !important; }
  @media (min-width: 990px) {
    .mb-1-5 {
      margin-bottom: 1.5rem !important; } }

.mb-2 {
  margin-bottom: 1rem !important; }
  @media (min-width: 990px) {
    .mb-2 {
      margin-bottom: 2rem !important; } }

.mb-3 {
  margin-bottom: 1rem !important; }
  @media (min-width: 990px) {
    .mb-3 {
      margin-bottom: 3rem !important; } }

.image40 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image40 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image40 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image40 .image_container img {
      width: 40%;
      height: auto; } }

.image50 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image50 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image50 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image50 .image_container img {
      width: 50%;
      height: auto; } }

.image60 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image60 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 600px) {
    .image60 .image_container img {
      width: 40%;
      height: auto; } }
  @media (min-width: 960px) {
    .image60 .image_container img {
      width: 60%;
      height: auto; } }

.image70 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image70 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 600px) {
    .image70 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image70 .image_container img {
      width: 70%;
      height: auto; } }

.image80 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image80 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image80 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 960px) {
    .image80 .image_container img {
      width: 80%;
      height: auto; } }

.image100 .image_container {
  text-align: center; }
  .image100 .image_container img {
    width: 100%;
    height: auto; }

.dlh_googlemap {
  width: 100% !important;
  height: 450px !important; }

.bg-grau {
  background: #ededed;
  background: linear-gradient(160deg, #ededed 48%, #f6f6f6 48%, #ededed 100%, #090979 100%, #f6f6f6 100%); }

.bg-grau-2 {
  background-color: #ededed; }

.bg-1 {
  background-image: url(../bilder/mecon_lager.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  transition: all ease-in-out 0.6s; }

.bg-2:hover,
.bg-1:hover {
  transition: all ease-in-out 0.6s;
  background-size: 110% 110%; }

.bg-2 {
  background-image: url(../bilder/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%; }

.bg-color-2 h1, .bg-color-2 h2, .bg-color-2 h3, .bg-color-2 h4, .bg-color-2 li, .bg-color-2 a, .bg-color-2 p,
.box-color-1 h1,
.box-color-1 h2,
.box-color-1 h3,
.box-color-1 h4,
.box-color-1 li,
.box-color-1 a,
.box-color-1 p,
.box-color-2 h1,
.box-color-2 h2,
.box-color-2 h3,
.box-color-2 h4,
.box-color-2 li,
.box-color-2 a,
.box-color-2 p {
  color: #fff; }

.bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3 {
  color: #e40521;
  background-color: #fff;
  padding: 0.2rem 0.6rem;
  display: inline-block; }

.bg-color-1 li, .bg-color-1 a, .bg-color-1 p {
  color: #fff; }

.bg-color-1 li:before {
  color: #fff !important; }

.bg-color-1 .headline-rot {
  display: inline-block; }

.flex {
  display: flex;
  flex-wrap: wrap; }

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

.mod_article.page {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 990px) {
    .mod_article.page {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.mod_article.no-padd .page,
.mod_article .page.no-padd {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.mod_article.no-padd-t .page {
  padding-top: 0; }

.mod_article.no-padd-b .page {
  padding-bottom: 0; }

#main .mod_article.backimage:hover .imageteaser .object-fit picture img {
  width: 103% !important;
  height: 103% !important;
  transition: all ease-in-out 0.6s; }

#main .mod_article.backimage {
  overflow: hidden; }
  #main .mod_article.backimage .imageteaser {
    display: block;
    position: relative;
    width: 100%;
    background-position: 50%;
    background-size: cover; }
    #main .mod_article.backimage .imageteaser .text {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 5;
      color: #fff; }
      #main .mod_article.backimage .imageteaser .text p, #main .mod_article.backimage .imageteaser .text h2 {
        color: #fff; }
    #main .mod_article.backimage .imageteaser .object-fit picture img {
      font-family: 'object-fit: cover;';
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e40521;
      transition: all ease-in-out 0.6s; }
  #main .mod_article.backimage .imageteaser:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.8);
    content: '';
    z-index: 1; }

.box-full {
  background: #ededed;
  background: linear-gradient(160deg, #ededed 48%, #f6f6f6 48%, #ededed 100%, #090979 100%, #f6f6f6 100%);
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 1640px) {
    .box-full {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 12.8472222222%; } }
  .box-full .bg-grau {
    padding: 1rem; }
    @media (min-width: 990px) {
      .box-full .bg-grau {
        padding: 6rem 8rem; } }
    .box-full .bg-grau .grid {
      display: grid;
      align-items: center; }
      @media (min-width: 990px) {
        .box-full .bg-grau .grid {
          grid-template-columns: 350px 1fr;
          column-gap: 50px; } }
    .box-full .bg-grau figcaption span {
      font-weight: 700; }

#header .ce_form .formbody {
  display: grid;
  grid-template-columns: 150px 38px; }
  @media (min-width: 1640px) {
    #header .ce_form .formbody {
      grid-template-columns: 220px 38px; } }
  #header .ce_form .formbody input,
  #header .ce_form .formbody button {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    height: 38px; }
  #header .ce_form .formbody input {
    background-color: #fff;
    border: 1px solid #eee;
    font-weight: 500;
    font-style: italic; }
  #header .ce_form .formbody button {
    background-image: url("../icons/icon-suche.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 38px 38px;
    border-radius: 0 !important; }

#header .mod_changelanguage select {
  color: #575756;
  border: 0 !important;
  background: none;
  background-color: transparent;
  cursor: pointer;
  padding-right: 10px;
  background-image: url(../../files/daten/icons/icon-select.png);
  background-repeat: no-repeat;
  background-position: center right; }

#header .mod_changelanguage ul {
  margin-bottom: 0; }
  #header .mod_changelanguage ul li a {
    background-image: url("../icons/icon-world.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-position: 5px center;
    background-size: 25px 25px;
    padding: 10px 0px 10px 35px;
    color: #575756; }

button.submit,
input.submit {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

input.submit,
input.submit:hover {
  transition: all 0.2s ease-in; }

button.submit,
input.submit.button_checkout,
input.submit.confirm,
input.submit.next {
  background-color: #e40521;
  color: #fff;
  border: 1px solid #e40521 !important;
  cursor: pointer; }

input.submit.button_checkout:hover,
input.submit.confirm:hover,
input.submit.next:hover {
  background-color: #990316; }

input.submit.previous {
  color: black;
  background-color: #fff;
  border: 1px solid #575756; }

input.submit.previous:hover {
  background-color: #eee; }

#main legend {
  padding: 0.5rem 0.4rem;
  width: 100%;
  display: block;
  font-weight: 700;
  background-color: #eee;
  margin-top: 1rem; }

#main .widget {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  #main .widget legend {
    margin-bottom: 1rem; }

#main .form-head {
  margin-top: 1rem;
  font-weight: 700; }

#main .widget-radio fieldset > span {
  margin-bottom: 1rem; }

#main .widget-radio fieldset > span,
#main .widget-extended-checkbox div > span,
#main .widget-checkbox fieldset > span {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: first baseline;
  column-gap: 2px; }
  #main .widget-radio fieldset > span input,
  #main .widget-extended-checkbox div > span input,
  #main .widget-checkbox fieldset > span input {
    height: 17px; }
  #main .widget-radio fieldset > span label,
  #main .widget-extended-checkbox div > span label,
  #main .widget-checkbox fieldset > span label {
    width: 100%; }

#main .checkbox-2.widget-checkbox fieldset > span {
  align-items: center; }
  #main .checkbox-2.widget-checkbox fieldset > span label {
    background-size: 50px 50px;
    padding-left: 60px;
    min-height: 50px;
    display: flex;
    align-items: center; }

#main .widget-password,
#main .widget-textarea,
#main .widget-select,
#main .widget-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

@media (min-width: 600px) {
  #main label {
    width: 30%; } }

#main textarea,
#main select,
#main input {
  background-color: #eee;
  padding: 0.45rem 0.3rem;
  width: 100%;
  border: 1px solid #c6c6c6; }
  @media (min-width: 600px) {
    #main textarea,
    #main select,
    #main input {
      width: 68%; } }

.col-20 {
  width: 15%; }

.col-80 {
  width: 80%; }

.col-form-50 {
  width: 100%; }
  @media (min-width: 990px) {
    .col-form-50 {
      width: 48%; } }

.box-50 {
  width: 100%; }
  @media (min-width: 990px) {
    .box-50 {
      width: 50%; } }

.space {
  justify-content: space-between; }

.box-3.no-margin-t,
.box-4.no-margin-t,
.box-5.no-margin-t,
.box-6.no-margin-t,
.box-7.no-margin-t,
.box-8.no-margin-t,
.box-9.no-margin-t,
.box-10.no-margin-t,
.box-11.no-margin-t,
.box-12.no-margin-t,
.box-13.no-margin-t,
.box-14.no-margin-t,
.box-15.no-margin-t,
.box-16.no-margin-t {
  margin-top: 0 !important; }

.box-1 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-1 {
      margin-left: 6.5972222222%; } }

.box-1-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-1,
.box-1-rtl,
.box-1-1-rtl,
.box-1-1,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-2 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-2 {
      margin-left: 6.5972222222%; } }

.box-2-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-2,
.box-2-rtl,
.box-2-2-rtl,
.box-2-2,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-3 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-3 {
      margin-left: 6.5972222222%; } }

.box-3-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-3,
.box-3-rtl,
.box-3-3-rtl,
.box-3-3,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-4 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-4 {
      margin-left: 6.5972222222%; } }

.box-4-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-4,
.box-4-rtl,
.box-4-4-rtl,
.box-4-4,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-5 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-5 {
      margin-left: 6.5972222222%; } }

.box-5-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-5,
.box-5-rtl,
.box-5-5-rtl,
.box-5-5,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-6 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-6 {
      margin-left: 6.5972222222%; } }

.box-6-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-6,
.box-6-rtl,
.box-6-6-rtl,
.box-6-6,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-7 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-7 {
      margin-left: 6.5972222222%; } }

.box-7-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-7,
.box-7-rtl,
.box-7-7-rtl,
.box-7-7,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-8 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-8 {
      margin-left: 6.5972222222%; } }

.box-8-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-8,
.box-8-rtl,
.box-8-8-rtl,
.box-8-8,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-9 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-9 {
      margin-left: 6.5972222222%; } }

.box-9-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-9,
.box-9-rtl,
.box-9-9-rtl,
.box-9-9,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-10 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-10 {
      margin-left: 6.5972222222%; } }

.box-10-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-10,
.box-10-rtl,
.box-10-10-rtl,
.box-10-10,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-11 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-11 {
      margin-left: 6.5972222222%; } }

.box-11-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-11,
.box-11-rtl,
.box-11-11-rtl,
.box-11-11,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-12 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-12 {
      margin-left: 6.5972222222%; } }

.box-12-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-12,
.box-12-rtl,
.box-12-12-rtl,
.box-12-12,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-13 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-13 {
      margin-left: 6.5972222222%; } }

.box-13-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-13,
.box-13-rtl,
.box-13-13-rtl,
.box-13-13,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-14 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-14 {
      margin-left: 6.5972222222%; } }

.box-14-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-14,
.box-14-rtl,
.box-14-14-rtl,
.box-14-14,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-15 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-15 {
      margin-left: 6.5972222222%; } }

.box-15-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-15,
.box-15-rtl,
.box-15-15-rtl,
.box-15-15,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.box-16 {
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-top: 1rem; }
  @media (min-width: 0) and (max-width: 989px) {
    .box-16 {
      margin-left: 6.5972222222%; } }

.box-16-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }

.box-16,
.box-16-rtl,
.box-16-16-rtl,
.box-16-16,
.box-8-2,
.box-4-2,
.box-mitte {
  margin-top: 1rem; }

.col-50 {
  display: block;
  width: 100%;
  margin-top: 1rem; }
  @media (min-width: 700px) {
    .col-50 {
      width: 50%;
      float: left; } }

.box-1 {
  width: 18.0555555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-1 {
      width: 18.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-1 {
      width: 5.5555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-1-rtl {
  width: 18.0555555556%;
  float: right;
  margin-right: 0.3472222222%;
  margin-left: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-1-rtl {
      width: 18.0555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-1-rtl {
      width: 5.5555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

.box-2 {
  width: 36.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-2 {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-2 {
      width: 11.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-2-rtl {
  width: 36.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-2-rtl {
      width: 36.8055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-2-rtl {
      width: 11.8055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 700px) {
  .box-3 {
    width: 36.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-3 {
    width: 18.0555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-3-3 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 700px) {
    .box-3-3 {
      width: 18.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-3-2 {
  width: 36.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-3-2 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-3-2 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-3-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-3-rtl {
    width: 18.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

.box-3-3-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-3-3-rtl {
      width: 18.0555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-4 {
    width: 24.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-4-2 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 700px) {
    .box-4-2 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-4-4 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-4-4 {
      width: 24.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-4-4-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-4-4-rtl {
      width: 24.3055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-4-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-4-rtl {
    width: 24.3055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 700px) {
  .box-5 {
    width: 36.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-5 {
    width: 30.5555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-5-5 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-5-5 {
      width: 30.5555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-5-5-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-5-5-rtl {
      width: 30.5555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-5-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-5-rtl {
    width: 30.5555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-6 {
    width: 36.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-6-6 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-bottom: 1rem; }
  @media (min-width: 700px) {
    .box-6-6 {
      width: 55.5555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }
  @media (min-width: 1180px) {
    .box-6-6 {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-6-2 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-6-2 {
      width: 36.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-6-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-6-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-7 {
    width: 43.0555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-7-7 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-7-7 {
      width: 43.0555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-7-7-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-7-7-rtl {
      width: 43.0555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-7-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-7-rtl {
    width: 43.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-8 {
    width: 36.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-8 {
    width: 49.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-8-2 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 700px) {
    .box-8-2 {
      width: 49.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-8-8 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-8-8 {
      width: 49.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-8-8-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-8-8-rtl {
      width: 49.3055555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-8-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-8-rtl {
    width: 49.3055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-9 {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-9 {
    width: 55.5555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-9-9 {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-9-9 {
      width: 55.5555555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%; } }

.box-9-9-rtl {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%; }
  @media (min-width: 990px) {
    .box-9-9-rtl {
      width: 55.5555555556%;
      float: right;
      margin-right: 0.3472222222%;
      margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-9-rtl {
    width: 36.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-9-rtl {
    width: 55.5555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-10 {
    width: 61.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-10-2 {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 1180px) {
  .box-10-2 {
    width: 61.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-10-rtl {
    width: 61.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-11 {
    width: 68.0555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-11-rtl {
    width: 68.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-12 {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-12-rtl {
    width: 74.3055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-13 {
    width: 80.5555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-13-rtl {
    width: 86.8055555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-14 {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-14-rtl {
    width: 93.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-15 {
    width: 93.0555555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-11-rtl {
    width: 68.0555555556%;
    float: right;
    margin-right: 0.3472222222%;
    margin-left: 0.3472222222%; } }

@media (min-width: 990px) {
  .box-16 {
    width: 99.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; } }

.box-mitte {
  width: 99.3055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .box-mitte {
      width: 61.8055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 6.5972222222%; } }
  @media (min-width: 1640px) {
    .box-mitte {
      width: 74.3055555556%;
      float: left;
      margin-left: 0.3472222222%;
      margin-right: 0.3472222222%;
      margin-left: 12.8472222222%; } }

@media (min-width: 990px) {
  .offset-1 {
    margin-left: 6.5972222222%; } }

@media (min-width: 990px) {
  .offset-2 {
    margin-left: 12.8472222222%; } }

@media (min-width: 990px) {
  .offset-3 {
    margin-left: 19.0972222222%; } }

@media (min-width: 990px) {
  .offset-4 {
    margin-left: 25.3472222222%; } }

@media (min-width: 990px) {
  .offset-5 {
    margin-left: 31.5972222222%; } }

@media (min-width: 990px) {
  .offset-6 {
    margin-left: 37.8472222222%; } }

@media (min-width: 990px) {
  .offset-7 {
    margin-left: 44.0972222222%; } }

@media (min-width: 990px) {
  .offset-8 {
    margin-left: 50.3472222222%; } }

@media (min-width: 990px) {
  .offset-9 {
    margin-left: 56.5972222222%; } }

@media (min-width: 990px) {
  .offset-10 {
    margin-left: 62.8472222222%; } }

@media (min-width: 990px) {
  .offset-11 {
    margin-left: 69.0972222222%; } }

@media (min-width: 990px) {
  .offset-12 {
    margin-left: 75.3472222222%; } }

@media (min-width: 990px) {
  .offset-13 {
    margin-left: 81.5972222222%; } }

@media (min-width: 990px) {
  .offset-14 {
    margin-left: 87.8472222222%; } }

@media (min-width: 990px) {
  .offset-15 {
    margin-left: 94.0972222222%; } }

@media (min-width: 990px) {
  .offset-16 {
    margin-left: 100.347222222%; } }

#main .mod_downloadByFile .bg-grau {
  width: 100%;
  display: block; }

#main .mod_downloadByFile .padd-1 {
  padding: 1.5em; }

#main .mod_downloadByFile .error,
#main .mod_downloadByFile .empty {
  font-weight: 700; }

#main .mod_downloadByFile .downloads a.downloadLink {
  text-decoration: underline;
  font-weight: 700;
  padding: 0.5em 0 0.5em 2.5em;
  background-size: 30px 30px;
  background-image: url(../icons/pdf.png);
  background-repeat: no-repeat;
  background-position: center left; }

#main .mod_downloadByFile .downloads span.size {
  display: none !important;
  padding-left: 1em;
  font-size: 13px;
  font-size: 0.8125rem; }

#main .mod_downloadByFile .downloads a.downloadButton {
  background-color: #e40521;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  padding: 0.8rem 1rem;
  margin-top: -0.45em; }
  @media (min-width: 0) and (max-width: 960px) {
    #main .mod_downloadByFile .downloads a.downloadButton {
      display: block;
      width: 100%;
      clear: both;
      margin-top: 0.8em; } }
  @media (min-width: 960px) {
    #main .mod_downloadByFile .downloads a.downloadButton {
      float: right; } }

#main .mod_downloadByFile .downloads a.downloadButton:after {
  content: ""; }

#main .mod_downloadByFile .downloads li {
  clear: both; }

#main .mod_downloadByFile .downloads li + li {
  padding-top: 1em; }

#main .mod_downloadByFile .ce_form label {
  font-weight: 700; }

#main .mod_downloadByFile .ce_form input {
  background-color: #fff; }

#main .mod_downloadByFile .ce_form button {
  width: 200px;
  display: block;
  margin-top: 0em; }
  #main .mod_downloadByFile .ce_form button a {
    color: #fff;
    cursor: pointer;
    color: #fff;
    padding: 0.5em 1.5em;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.75em;
    background-color: #e40521;
    border: 3px solid #e40521;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
    font-size: 1.125rem; }
  #main .mod_downloadByFile .ce_form button a:hover,
  #main .mod_downloadByFile .ce_form button a.active {
    color: #fff;
    background-color: #b2041a;
    border: 3px solid #b2041a;
    transition: all 0.35s ease-in; }

#main .mod_downloadByFile .ce_form button:after {
  content: ""; }

#main .mod_downloadByFile .ce_form span.mandatory {
  display: none !important; }

#header .flex-down {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #header .flex-down .mod_navigation {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%; }
    @media (min-width: 960px) {
      #header .flex-down .mod_navigation {
        width: auto !important; } }
    #header .flex-down .mod_navigation li {
      margin-left: 0;
      margin-right: 0; }
    #header .flex-down .mod_navigation li.active strong {
      background-color: #e40521; }
  #header .flex-down .logout {
    width: 74.3055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    display: flex;
    color: #fff !important;
    align-items: center; }
    @media (min-width: 0) and (max-width: 959px) {
      #header .flex-down .logout {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-top: 1px solid #e40521; } }
    @media (min-width: 960px) {
      #header .flex-down .logout {
        width: auto !important; } }
    #header .flex-down .logout a {
      text-decoration: underline; }
    #header .flex-down .logout .btn-4 {
      margin-top: 0 !important;
      margin-left: 1rem; }
      #header .flex-down .logout .btn-4 a {
        background-color: #e40521;
        padding: 0.35rem 1rem;
        text-decoration: none !important; }

@media (min-width: 0) and (max-width: 700px) {
  .dlh_googlemap {
    width: 100% !important;
    height: 250px !important; } }

.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

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

#iso_ajaxBox {
  width: 80%;
  left: 10%; }
  @media (min-width: 990px) {
    #iso_ajaxBox {
      min-width: 600px;
      width: 600px;
      left: 50%;
      margin-left: -300px; } }

@media (min-width: 990px) {
  .td-500 tbody tr td:first-child {
    width: 500px; } }

@media (min-width: 990px) {
  .td-400 tbody tr td:first-child {
    width: 400px; } }

@media (min-width: 990px) {
  .td-300 tbody tr td:first-child {
    width: 300px; } }

@media (min-width: 990px) {
  .td-200 tbody tr td:first-child {
    width: 200px; } }

.grid-icons {
  display: grid;
  column-gap: 0.69444%;
  grid-template-columns: 1fr; }
  @media (min-width: 400px) {
    .grid-icons {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 990px) {
    .grid-icons {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.grid-icons-2 {
  display: grid;
  column-gap: 0.69444%;
  grid-template-columns: 1fr; }
  @media (min-width: 400px) {
    .grid-icons-2 {
      grid-template-columns: 1fr 1fr; } }

.center-2 {
  text-align: center; }

.icon-mail a {
  background-image: url("../icons/icon-mail-01.png");
  background-image: none, url("../icons/icon-mail-01.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 48px 48px; }

.icon-fon a {
  background-image: url("../icons/icon-fon-01.png");
  background-image: none, url("../icons/icon-fon-01.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 48px 48px; }

.icon-mail a,
.icon-fon a {
  background-size: 50px 28px;
  background-position: 8px center;
  padding-left: 64px !important;
  width: 100%;
  text-align: left !important; }
  @media (min-width: 600px) {
    .icon-mail a,
    .icon-fon a {
      width: 350px; } }

.icon-1 {
  background-image: url("../icons/bg-02.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-position: right top;
  background-size: auto; }

.icon-download {
  background-image: url("../icons/icon-download.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-position: center right;
  background-size: 28px 24px; }

#main .certificate-generator-app {
  flex-direction: column;
  width: 86.8055555556%;
  float: left;
  margin-left: 0.3472222222%;
  margin-right: 0.3472222222%;
  margin-left: 6.5972222222%; }
  @media (min-width: 960px) {
    #main .certificate-generator-app {
      flex-direction: row; } }
  #main .certificate-generator-app .certificate-generator-column--left {
    flex-basis: 100%; }
    @media (min-width: 960px) {
      #main .certificate-generator-app .certificate-generator-column--left {
        flex-basis: 75%; } }
  #main .certificate-generator-app .certificate-generator-column--right {
    flex-basis: 100%; }
    @media (min-width: 960px) {
      #main .certificate-generator-app .certificate-generator-column--right {
        flex-basis: 25%; } }
    #main .certificate-generator-app .certificate-generator-column--right .certificate-generator-step-navigation__btn--active {
      background-color: #009fe3;
      color: #fff; }
    #main .certificate-generator-app .certificate-generator-column--right .certificate-generator-step-navigation__btn {
      padding: 1.25em 0; }
  #main .certificate-generator-app img {
    width: 100%;
    height: auto; }
    @media (min-width: 400px) {
      #main .certificate-generator-app img {
        width: 50%; } }
    @media (min-width: 960px) {
      #main .certificate-generator-app img {
        width: 35%; } }
  #main .certificate-generator-app select,
  #main .certificate-generator-app input {
    padding: 0.5em;
    border: 1px solid #009fe3;
    background-color: #fff; }
  #main .certificate-generator-app .certificate-generator-measure-table__cell--full {
    padding: 1em !important; }
  #main .certificate-generator-app .certificate-generator-form-btn {
    padding: 0.5em 1.5em; }
  #main .certificate-generator-app button {
    font-weight: 400;
    width: 100%; }
    @media (min-width: 500px) {
      #main .certificate-generator-app button {
        width: auto; } }
  #main .certificate-generator-app .certificate-generator-explanation-message__icon {
    width: 1.6em !important; }
  #main .certificate-generator-app .certificate-generator-form-btn--back button {
    background-color: #ededed;
    color: #000; }
  #main .certificate-generator-app .certificate-generator-form-btn--back button:hover {
    background-color: #d4d3d3;
    transition: all 0.2s; }
  #main .certificate-generator-app .certificate-generator-form-btn--new button,
  #main .certificate-generator-app .certificate-generator-form-btn--delete button {
    border: 1px solid #009fe3;
    background-color: #fff;
    color: #e40521; }
  #main .certificate-generator-app .certificate-generator-form-btn--new button:hover,
  #main .certificate-generator-app .certificate-generator-form-btn--delete button:hover {
    background-color: #ededed; }
  #main .certificate-generator-app .certificate-generator-form-btn--error button {
    border: 1px solid #009fe3;
    background-color: #fff;
    color: #009fe3; }
  #main .certificate-generator-app .certificate-generator-form-btn--error button:hover {
    background-color: #ededed; }
  #main .certificate-generator-app .certificate-generator-form-btn--pay button {
    background-color: #009fe3; }
  #main .certificate-generator-app .certificate-generator-form-btn-container {
    width: 100%; }
  #main .certificate-generator-app .certificate-generator-explanation-message__icon {
    border: 1px solid #fff; }
  #main .certificate-generator-app .certificate-generator-form-btn--new {
    border-top: 1px solid #ededed;
    margin-top: 1em;
    padding-top: 2em; }
  #main .certificate-generator-app .certificate-generator-form-btn--previous button:hover {
    background-color: #000;
    transition: all 0.2s; }
  #main .certificate-generator-app .certificate-generator-form-widget__body {
    background: #ededed !important; }
  #main .certificate-generator-app .certificate-generator-form-widget__headline {
    font-weight: 400;
    margin-top: 1.25em;
    line-height: 1.5rem;
    margin-bottom: 0.5em; }
    @media (min-width: 990px) {
      #main .certificate-generator-app .certificate-generator-form-widget__headline {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; } }
  #main .certificate-generator-app .certificate-generator-instruction-message {
    font-weight: 400; }
  #main .certificate-generator-app .certificate-generator-step__footer {
    border-top: 1px solid #ededed;
    margin-top: 2em;
    padding-top: 2em;
    flex-flow: column wrap;
    align-items: center; }
    @media (min-width: 500px) {
      #main .certificate-generator-app .certificate-generator-step__footer {
        flex-flow: row wrap; } }
  #main .certificate-generator-app .certificate-generator-shopping-cart-indicator--count {
    margin-left: 0.5rem; }
  #main .certificate-generator-app .certificate-generator-step-navigation__btn--active .certificate-generator-shopping-cart-indicator--count {
    border: 1px solid #fff; }

.mod_mecon_certificate_generator_downloads .widget-checkbox {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .mod_mecon_certificate_generator_downloads .widget-checkbox input {
    width: 25px;
    margin-right: 8px;
    margin-bottom: 0.5rem; }
  .mod_mecon_certificate_generator_downloads .widget-checkbox label {
    width: calc(100% - 33px);
    margin-bottom: 0.5rem; }

.mod_login.login-certificate button.cert {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #4e5e6b;
  height: 1.6em;
  line-height: 1;
  width: 1.6em !important; }

.mod_login.login-certificate .widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .mod_login.login-certificate .widget label {
    width: calc(100% - 1.6em); }
  .mod_login.login-certificate .widget input {
    width: 100%; }

#footer .bg-color-2 {
  background-color: #ededed; }
  #footer .bg-color-2 .fl {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    margin-left: 6.5972222222%;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media (min-width: 0) and (max-width: 599.9px) {
      #footer .bg-color-2 .fl img {
        max-width: 300px;
        height: auto;
        margin-top: 1rem; } }
    @media (min-width: 600px) {
      #footer .bg-color-2 .fl {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 1640px) {
      #footer .bg-color-2 .fl {
        width: 74.3055555556%;
        float: left;
        margin-left: 0.3472222222%;
        margin-right: 0.3472222222%;
        margin-left: 12.8472222222%; } }
    #footer .bg-color-2 .fl img {
      margin-bottom: 0; }

#footer .bg-color-1 {
  background-color: #e40521; }
  #footer .bg-color-1 .nav-2 {
    width: 86.8055555556%;
    float: left;
    margin-left: 0.3472222222%;
    margin-right: 0.3472222222%;
    margin-left: 6.5972222222%;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 1640px) {
      #footer .bg-color-1 .nav-2 {
        width: 74.3055555556%;
        float: left;
        margin-left: 0.3472222222%;
        margin-right: 0.3472222222%;
        margin-left: 12.8472222222%; } }
    #footer .bg-color-1 .nav-2 ul {
      margin-bottom: 0; }
      #footer .bg-color-1 .nav-2 ul li {
        display: inline-block;
        margin-left: 0.6rem;
        margin-right: 0.6rem; }
      #footer .bg-color-1 .nav-2 ul li.first {
        margin-left: 0; }

.tridi-viewer {
  border: none !important; }
