﻿@charset "UTF-8";
/*! tb Normalize: adaptation of normalize for internal use - based on: */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Roboto:300,400,500");
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {
  font-size: 2em;
  margin: 0.67em 0;*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  /*margin: 1em 40px;*/
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  /*margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;*/
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* tb adds
   ========================================================================== */
table {
  width: 100%;
  text-align: left;
}

/* <-- tb-normalize --> An adapted version of Normalize (stylesheet to reste Browser styling - corrects common browser inconsistencies) */
/** 
*variables.scss:
*    
*Table of content
*
*01- Colors 
*02- Sizes 
*03- Media Query Ranges  
*04- Breakpoints & Grid Variables
*05- Typography
*06- container
*07- sidebar
*08- section_top
*09- singlevideo buttons
*10- Form Variables 
*11- Responsive Caruosel
*12- accordeon
*14- tables

**/
/*** 1- Colors ***/
/*ACHTUNG: die Farben muessen evtl. auch in den JS-Variablen fuer die Karte geaendert werden (Siehe _html5_Structure.cshtml)*/
/*** 2- sizes ***/
/*** 3- Media Query Ranges ***/
/*** 5- Breakpoints & Grid Variables ***/
/* Grid breakpoints - Mobile first approach */
/*** 5- Font Typography ***/
/* icomoon font freeset */
@font-face {
  font-family: "Bergbaumuseum";
  src: url("/Content/fonts/icomoon/fonts/Bergbaumuseum.eot?r9774t");
  src: url("/Content/fonts/icomoon/fonts/Bergbaumuseum.eot?r9774t#iefix") format("embedded-opentype"), url("/Content/fonts/icomoon/fonts/Bergbaumuseum.ttf?r9774t") format("truetype"), url("/Content/fonts/icomoon/fonts/Bergbaumuseum.woff?r9774t") format("woff"), url("/Content/fonts/icomoon/fonts/Bergbaumuseum.svg?r9774t#Bergbaumuseum") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .linkbutton:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Bergbaumuseum" !important;
  speak: none;
  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-youtube:before {
  content: "\e900";
}

.icon-mailKonvertiert:before {
  content: "B";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-down:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-info:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-logo:before {
  content: "\e908";
}

.icon-marker1:before {
  content: "\e909";
}

.icon-marker2:before {
  content: "\e90a";
}

.icon-menu:before {
  content: "\e90b";
}

.icon-minus:before {
  content: "\e90c";
}

.icon-next:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-plus:before {
  content: "\e90f";
}

.icon-previous:before {
  content: "\e910";
}

.icon-quit:before {
  content: "\e911";
}

.icon-time:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-LBM-Logo:before {
  content: "\e914";
}

.icon-LBM-logosymbol:before {
  content: "\e915";
}

.icon-LMB_STOERER_IT:before {
  content: "\e916";
}

.icon-LMB_STOERER_DE:before {
  content: "\e917";
}

.icon-phone:before {
  content: "\e918";
}

/*** 6- container  ***/
/*** 7- sidebar ***/
/*** 9- buttons ***/
/*** 10- formcreator Variables ***/
/*  formcreator Style1  */
/*  formcreator Style2  */
/*** 11- Responsive Carousel ***/
/*** 12- accordeon ***/
/*** 14- tables ***/
/*** 14- video ***/
/*** tbCookie2020 - with klaro!r ***/
/*** Mehr Einstellungen unter Content\tbModule\tbCookie2020\klaro-vars.scss***/
/* <-- Declarations of ALL variables */
/* Single property */
/*html {
  @include fluid-type(font-size, 320px, 1366px, 14px, 18px);
}
*/
/* Multiple properties with same values */
/*h1 {
  @include fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
}
*/
/* <-- out of use */
/* tb-grid --> adaptation of materialize grid for internal use and development */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FF565F;
  /* Mobile first - small */
  /* from medium */
  /* from large */
  /* from xlarge */
  /* from big */
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s3 {
  width: 25%;
  margin-left: 0;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s6 {
  width: 50%;
  margin-left: 0;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s9 {
  width: 75%;
  margin-left: 0;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s12 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
@media only screen and (min-width: 551px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 981px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1321px) {
  .row .col.b1 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.b2 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.b3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.b4 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.b5 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.b6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.b7 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.b8 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.b9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.b10 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.b11 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.b12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-b1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-b2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-b3 {
    margin-left: 25%;
  }
  .row .col.offset-b4 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-b5 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-b6 {
    margin-left: 50%;
  }
  .row .col.offset-b7 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-b8 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-b9 {
    margin-left: 75%;
  }
  .row .col.offset-b10 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-b11 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-b12 {
    margin-left: 100%;
  }
}

/* <-- tb-grid --> Adapted version of materialize grid for internal use */
/* Style for Smartedit preview*/
/* Vorlage für CMS-Eigenschaften */
.cmsEditUrl {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  font-size: 0;
  min-height: 25px;
  min-width: 30px;
  position: relative;
  border: none;
  background-color: #00aada;
  border-radius: 3px;
  color: #FFF;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.cmsEditUrl:after {
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjguNDY2NjY2Mm1tIiAgIGhlaWdodD0iOC40NzgxNjk0bW0iICAgdmlld0JveD0iMCAwIDI5Ljk5OTk5OCAzMC4wNDA3NTgiICAgaWQ9InN2ZzIiICAgdmVyc2lvbj0iMS4xIiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IiAgIHNvZGlwb2RpOmRvY25hbWU9InBlbi5zdmciPiAgPGRlZnMgICAgIGlkPSJkZWZzNCIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjEuMDE2MzY5NiIgICAgIGlua3NjYXBlOmN4PSIzNzcuNTU4MTEiICAgICBpbmtzY2FwZTpjeT0iMzU3LjU2MjE0IiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9InB4IiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMiIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGZpdC1tYXJnaW4tdG9wPSIwIiAgICAgZml0LW1hcmdpbi1sZWZ0PSIwIiAgICAgZml0LW1hcmdpbi1yaWdodD0iMCIgICAgIGZpdC1tYXJnaW4tYm90dG9tPSIwIiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIgICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIgICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTciPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8cGF0aCAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZiIgICAgIGQ9Im0gMCwyNS45MzE3NTkgMCwtNC4xMDkwMSA4LjI1MDgzMTksLTguMjUwNjMgOC4yNTA4MzIxLC04LjI1MDYzOTcgNC4xMDg4MDcsNC4xMDg4MSA0LjEwODgwNyw0LjEwODgwOTcgLTguMjUwNjM0LDguMjUwODMgLTguMjUwNjMzOCw4LjI1MDgzIC00LjEwOTAwNDksMCAtNC4xMDkwMDUzLDAgMCwtNC4xMDkgeiBtIDguMTAxNDE1OCwwLjcyNzA4IGMgMC40ODE1MDk3LC0wLjQ4MDUxIDAuODc1NDcxNCwtMC45MDM2MyAwLjg3NTQ3MTQsLTAuOTQwMjUgMCwtMC4wMzY2IC0xLjA0Njc2NDEsLTEuMTEzNjUgLTIuMzI2MTQzMywtMi4zOTM0MSBsIC0yLjMyNjE0MjgsLTIuMzI2ODQgLTAuOTQxMTc5NywwLjkzOTUgLTAuOTQxMTgwMSwwLjkzOTUgMCwxLjA3MzQ3IDAsMS4wNzM0NSAxLjI4NzEyNzIsMCAxLjI4NzEyNzIsMCAwLDEuMjU0MTMgMCwxLjI1NDEyIDEuMTA0NzI0NCwwIDEuMTA0NzI0OCwwIDAuODc1NDcwOSwtMC44NzM2NyB6IG0gMy45NTYxNDMyLC0xMS44MTEzNCBjIDMuMDIwNDczLC0zLjAxOTY3IDUuNTA4NTYxLC01LjU1NzIwOTcgNS41MjkwODQsLTUuNjM4OTc5NyAwLjA5NDY5LC0wLjM3NzI3IC0wLjI2ODA2LC0wLjcwMDg4IC0wLjYyMTUyNywtMC41NTQ0NyAtMC4wOTQ3NywwLjAzOTIgLTIuNjI4OTA4LDIuNTI4NjM5NyAtNS42MzE0Miw1LjUzMTk1OTcgLTUuMjQ4MTkyOCw1LjI0OTYxIC01LjQ1OTExNTQsNS40Njk5NCAtNS40NTkxMTU0LDUuNzAyNDcgMCwwLjMwNjk2IDAuMTQyMzYwOCwwLjQ0OTMyIDAuNDQ5MzI5NywwLjQ0OTMyIDAuMjMyNTQ4MywwIDAuNDUzNzY0MiwtMC4yMTE4MyA1LjczMzY0ODcsLTUuNDkwMyB6IG0gOS44NjI1MjEsLTYuNzY2MDU5NyAtNC4xMTExMzgsLTQuMDcxNTYgMS43NzIwODUsLTEuNzYxNDUgYyAwLjk3NDY0NSwtMC45Njg4IDEuODkwODk1LC0xLjgzMzc4MDAzIDIuMDM2MTEsLTEuOTIyMTkwMDMgMC4zNzM0ODMsLTAuMjI3MzcgMC43Njg1MSwtMC4zMjc4NCAxLjI4MjYxMiwtMC4zMjYyMjAwMDIzMjcgQyAyMy40ODUxNjMsMC4wMDIwMTkyNyAyMy45OTcxMzEsMC4xOTcwNzkyNyAyNC40NzYwNDYsMC42MDEwNDkyNyBjIDAuMjA2NDc2LDAuMTc0MTcgMS40NTA0LDEuMzk2NTkwMDMgMi43NjQyNzYsMi43MTY0OTAwMyAyLjgwMTM2NCwyLjgxNDIxIDIuNzU5NjQzLDIuNzU1OTcgMi43NTk2NDMsMy44NTE5NiAwLDEuMDYxNyAtMC4wMzA3MywxLjEwODEzIC0yLjEyODg3LDMuMjE1NTk5NyAtMC45NjgwMzEsMC45NzIzNCAtMS43NzgwMTcsMS43Njc4OSAtMS43OTk5NjgsMS43Njc4OSAtMC4wMjE5NSwwIC0xLjg4OTkyMiwtMS44MzIyIC00LjE1MTA0NywtNC4wNzE1NDk3IHoiICAgICBpZD0icGF0aDQxODYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: "";
  top: 6px;
  left: 8px;
}
.cmsEditUrl:hover {
  color: #FFF;
}

.edit_wrap {
  position: relative;
}
.edit_wrap > .cmsEditUrl {
  font-size: 14px;
  padding: 5px 20px;
  padding-left: 30px;
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
  box-shadow: -1px 2px 5px 2px rgba(50, 50, 50, 0.3);
}
.edit_wrap > .cmsEditUrl:after {
  top: 8px;
}
.edit_wrap:hover > .cmsEditUrl {
  box-shadow: -1px 2px 5px 2px rgba(50, 50, 50, 0.6);
  filter: brightness(1.1);
}

#previewOverlay {
  position: fixed;
  width: 100%;
  min-height: 60px;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-color: white;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px 0;
}
#previewOverlay a {
  text-decoration: none;
}
#previewOverlay .button, #previewOverlay .news_button {
  background-color: #f6f6f6;
  border-radius: 3px;
  color: #333;
  margin: 7px 10px;
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  line-height: 1.2;
  height: auto;
  min-height: 1px;
}
#previewOverlay .button:hover, #previewOverlay .news_button:hover {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
}

#prevBtnOverview.truetrue,
#BtnCmsLinks.truetrue {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

#onlineBtnOverview.true {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

/* Vorlage für CMS-Eigenschaften - ENDE */
/* <-- Smartedit editor styles */
/* helpers.scss - helper classes */
/* Eigenschaften - Definitionen */
.dn {
  display: none;
}

.hyphenate {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.lclear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0%;
}
.lclear_l {
  clear: left;
}
.lclear_r {
  clear: right;
}

.clear_after {
  content: "";
  display: table;
  clear: both;
}

.lc_s {
  font-size: 0%;
  overflow: hidden;
}
.lc_s.s2 {
  height: 2px;
}
.lc_s.s4 {
  height: 4px;
}
.lc_s.s6 {
  height: 6px;
}
.lc_s.s8 {
  height: 8px;
}
.lc_s.s10 {
  height: 10px;
}
.lc_s.s12 {
  height: 12px;
}
.lc_s.s14 {
  height: 14px;
}
.lc_s.s16 {
  height: 16px;
}
.lc_s.s18 {
  height: 18px;
}
.lc_s.s20 {
  height: 20px;
}
.lc_s.s22 {
  height: 22px;
}
.lc_s.s24 {
  height: 24px;
}
.lc_s.s26 {
  height: 26px;
}
.lc_s.s28 {
  height: 28px;
}
.lc_s.s30 {
  height: 30px;
}
.lc_s.s32 {
  height: 32px;
}
.lc_s.gutter {
  height: 40px;
}
.lc_s.half_gutter {
  height: 20px;
}

.fl {
  float: left;
  display: inline;
}
.fl_selfclean {
  float: left;
  display: inline;
}
.fl_selfclean:after {
  content: "";
  display: table;
  clear: both;
}

.fr {
  float: right;
  display: inline;
}
.fr_selfclean {
  float: right;
  display: inline;
}
.fr_selfclean:after {
  content: "";
  display: table;
  clear: both;
}

.hiddenlink {
  position: absolute;
  font-size: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.hiddenlink__wrap {
  position: relative;
}

/* flex helpers */
.container_flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  flex-direction: row;
}

.item_flex {
  width: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* hide helping classes */
@media only screen and (max-width: 550px) {
  .hide-on-small-only {
    display: none;
  }
}
@media only screen and (min-width: 551px) and (max-width: 768px) {
  .hide-on-medium-only {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .hide-on-large-only {
    display: none;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1320px) {
  .hide-on-xlarge-only {
    display: none;
  }
}
@media only screen and (min-width: 1321px) and (max-width: 1920px) {
  .hide-on-big-only {
    display: none;
  }
}
@media only screen and (min-width: 551px) {
  .hide-on-medium-and-up {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .hide-on-large-and-up {
    display: none;
  }
}
@media only screen and (min-width: 981px) {
  .hide-on-xlarge-and-up {
    display: none;
  }
}
@media all and (max-width: 980px) {
  .hide-on-medium-and-down {
    display: none;
  }
}
@media all and (max-width: 1320px) {
  .hide-on-large-and-down {
    display: none;
  }
}
@media all and (max-width: 1920px) {
  .hide-on-xlarge-and-down {
    display: none;
  }
}
/* END hide helping classes */
/*legacy helping classes*/
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.cp {
  cursor: pointer;
}

.no_margin {
  margin: 0;
}

.no_margin_bottom {
  margin-bottom: 0;
}

.only_print {
  display: none;
}

.ausrichtung_tl {
  position: absolute;
  top: 0;
  left: 0;
}
.ausrichtung_tr {
  position: absolute;
  top: 0;
  right: 0;
}
.ausrichtung_bl {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ausrichtung_br {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 981px) {
  .ausrichtung_l_tl {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ausrichtung_l_tr {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ausrichtung_l_bl {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ausrichtung_l_br {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .ausrichtung_s_tl {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ausrichtung_s_tr {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ausrichtung_s_bl {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ausrichtung_s_br {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.rotierung_90 {
  display: block;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotierung_180 {
  display: block;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotierung_270 {
  display: block;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media only screen and (min-width: 981px) {
  .rotierung_l_90 {
    display: block;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotierung_l_180 {
    display: block;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotierung_l_270 {
    display: block;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@media only screen and (max-width: 980px) {
  .rotierung_s_90 {
    display: block;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotierung_s_180 {
    display: block;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotierung_s_270 {
    display: block;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
/* Eigenschaften - Definitionen - ENDE */
/* helpers.scss - helper classes - END */
/* <-- helpers.scss - helping classes */
/* global.scss: HTML tags styling and General global classes */
/* html tags styling only when necessary*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 320px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1B245A;
  background-color: #F2F2F2;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 550px) {
  table {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  table {
    margin: 20px 0;
  }
}
table td, table th {
  border: 1px solid #c2c2c2;
  padding: 10px 20px;
}
@media only screen and (max-width: 550px) {
  table td, table th {
    padding: 5px;
  }
}
table th {
  font-weight: bold;
  background: #c2c2c2;
}
table tr td {
  background: #F2F2F2;
}
table tr:nth-child(2n+1) td {
  background: #F2F2F2;
}

/* Generic / Global Classes - Styles */
.container_page {
  max-width: 1920px;
  min-width: 320px;
  background-color: #FFF;
  margin: 0 auto;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: transparent;
}
@media only screen and (max-width: 768px) {
  .container_page {
    border-width: 10px 10px 0;
  }
}

.container_center {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.container_center .container_center {
  padding: 0;
}
@media all and (max-width: 1320px) {
  .container_center {
    padding: 40px 20px;
  }
}

.login_module {
  padding: 20px;
}
.login_module .heading {
  cursor: pointer;
}
.login_module .heading.login_active {
  cursor: default;
}

.tb_logo {
  display: inline-block;
  width: 70px;
  height: 15px;
}
.tb_logo img {
  width: 100%;
}

main {
  min-height: 300px;
}

/* <-- globals.scss - html styling and global classes */
/*  buttons.scss  */
.button, .news_button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1B245A;
  line-height: 55px;
  background-color: transparent;
  min-width: 80px;
  min-height: 55px;
  padding: 0 40px;
  transition: all 0.3s;
  -webkit-appearance: none;
  border: 5px solid #1B245A;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .button, .news_button {
    padding: 0 20px;
  }
}
.button.button__contrast, .button__contrast.news_button {
  background-color: #1B245A;
  color: #F2F2F2;
}
.button.button__contrast:before, .button__contrast.news_button:before {
  background-color: #F2F2F2;
}
.button.button__small, .news_button {
  padding: 0 13.3333333333px;
  min-width: 50px;
  min-height: 34.375px;
  line-height: 34.375px;
}
.button:before, .news_button:before {
  transition: 0.5s all ease;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: #1B245A;
  opacity: 0;
  z-index: -1;
}
.button:hover, .news_button:hover, .button.active, .active.news_button {
  color: #F2F2F2 !important;
}
.button:hover.button__contrast, .news_button:hover.button__contrast, .button.active.button__contrast, .active.button__contrast.news_button {
  color: #1B245A;
}
.button:hover:before, .news_button:hover:before, .button.active:before, .active.news_button:before {
  transition: 0.5s all ease;
  left: -1px;
  right: -1px;
  opacity: 1;
}
.button:focus, .news_button:focus {
  color: #F2F2F2;
}
.button:focus.button__contrast, .news_button:focus.button__contrast {
  color: #1B245A;
}
.button:focus:before, .news_button:focus:before {
  transition: 0.5s all ease;
  left: -1px;
  right: -1px;
  opacity: 1;
}
.button.button__on_background, .button__on_background.news_button {
  background-color: #F2F2F2;
  color: #1B245A;
}
.button.button__on_background:before, .button__on_background.news_button:before {
  background-color: #c2c2c2;
}
.button.button__icoonly, .button__icoonly.news_button {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .button.button__icoonly, .button__icoonly.news_button {
    padding: 0 10px;
  }
}
.button [class^=icon-], .news_button [class^=icon-], .button [class*=" icon-"], .news_button [class*=" icon-"], .button .linkbutton:before, .news_button .linkbutton:before {
  font-size: 31px;
  vertical-align: middle;
}

.linkbutton {
  position: relative;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  margin-left: 50px;
  font-weight: 500;
}
.linkbutton:before {
  content: "\e902";
  font-size: 42px;
  display: inline-block;
  line-height: 0;
  position: absolute;
  left: -50px;
  top: 50%;
  transition: 0.4s ease left;
}
.linkbutton:hover:before {
  left: -45px;
}

.news_button {
  background-color: #FFF;
  min-width: 155px;
}
.news_button:hover {
  color: #1B245A !important;
}
.news_button.button__color_cat0 {
  border-color: #1B245A;
  background-color: #1B245A;
  color: #FFF !important;
}
.news_button.button__color_cat0:before {
  background-color: #FFF;
}
.news_button.button__color_cat0:hover {
  color: #1B245A !important;
}
.news_button.button__color_cat1 {
  border-color: #B0D3C7;
  background-color: #B0D3C7;
}
.news_button.button__color_cat1:before {
  background-color: #FFF;
}
.news_button.button__color_cat2 {
  border-color: #B79885;
  background-color: #B79885;
}
.news_button.button__color_cat2:before {
  background-color: #FFF;
}
.news_button.button__color_cat3 {
  border-color: #A5A8A9;
  background-color: #A5A8A9;
}
.news_button.button__color_cat3:before {
  background-color: #FFF;
}
.news_button.button__color_cat4 {
  border-color: #F6E782;
  background-color: #F6E782;
}
.news_button.button__color_cat4:before {
  background-color: #FFF;
}

/* <-- buttons.scss - setting of styles for general buttons */
/* typography */
a {
  color: #1B245A;
}
a:hover {
  color: #1B245A;
}

/* heading */
.heading {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.heading.heading__1 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .heading.heading__1 {
    font-size: 32px;
  }
}
.heading.heading__2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13.3333333333px;
}
@media only screen and (max-width: 768px) {
  .heading.heading__2 {
    font-size: 18px;
  }
}

/* General textblock */
.textblock__columns2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .textblock__columns2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

@font-face {
  font-family: "Font Awesome 7 Free";
  src: url("/Content/fonts/fontawesome/webfonts/fa-regular-400.woff2");
  font-weight: normal;
  font-style: normal;
}
/* <-- typography.scss - setting of styles for general typography */
.section_footer {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .section_footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section_footer footer {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .section_footer footer {
    flex-wrap: wrap;
  }
}
.section_footer footer .logo {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .section_footer footer .logo {
    width: 100%;
  }
}
.section_footer footer .text {
  width: calc(100% - 200px);
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .section_footer footer .text {
    width: 100%;
  }
}
.section_footer footer .text .socialText {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .section_footer footer .text .socialText {
    font-size: 14px;
  }
}
.section_footer footer .text .socials {
  margin-top: 10px;
  transform: none;
}
.section_footer footer .text .socials i {
  font-size: 28px;
}
.section_footer footer .text .links {
  position: relative;
  margin-top: 20px;
}
.section_footer footer .text .links .copyText {
  display: inline-block;
  transform: translateY(-6px);
}
@media only screen and (max-width: 768px) {
  .section_footer footer .text .links .copyText {
    width: 100%;
    display: block;
    transform: none;
  }
}
.section_footer footer .text .links ul {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .section_footer footer .text .links ul {
    padding: 0;
  }
}
.section_footer footer .text .links ul li:after {
  content: "/";
  padding: 0 13.3333333333px;
}

body {
  font-size: 17px;
}

.wrap_basistext, .colorBlock, .content_linkboxes_wrap_einfache_sprache, .angebot {
  margin-left: 230px !important;
  margin-right: 230px !important;
  width: auto;
}
@media only screen and (max-width: 1320px) {
  .wrap_basistext, .colorBlock, .content_linkboxes_wrap_einfache_sprache, .angebot {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}
@media only screen and (max-width: 980px) {
  .wrap_basistext, .colorBlock, .content_linkboxes_wrap_einfache_sprache, .angebot {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
