/* compiled by scssphp v0.6.2 on Tue, 26 Mar 2024 07:16:28 +0100 (0.3467s) */

/*
 ┌┬┐┌─┐┌─┐┌┬┐  ┌─┐┬┌─┐┬ ┬  ┌─┐┌┬┐┌┐ ┬ ┬
 │ ├┤ ├─┤│││  └─┐│└─┐│ │  │ ┬│││├┴┐├─┤
 ┴ └─┘┴ ┴┴ ┴  └─┘┴└─┘└─┘  └─┘┴ ┴└─┘┴ ┴
 */
/*
 ┌┬┐┬─┐ ┬┬┌┐┌┌─┐
 ││││┌┴┬┘││││└─┐
 ┴ ┴┴┴ └─┴┘└┘└─┘
 File: _base/_mixins.scss
 Beschreibung: Vorlagen zum einbinden einer oder mehrerer Deklarationen
 Autor: Team sisu
 Datum: 01.02.2016
 */
/*
 Example:
 @include placeholder {
 font-style:italic;
 color: white;
 font-weight:100;
 }
 */
/*
 ┌─┐┌─┐┌┐┌┌┬┐┌─┐
 ├┤ │ ││││ │ └─┐
 └  └─┘┘└┘ ┴ └─┘
 File: _base/_fonts.scss
 Beshreibung: Beinhaltet alle Schriften
 Autor: Team sisu
 Datum: 29.02.2016
 */
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../sisu-theme/fonts/crimsontext/CrimsonText-Regular.woff2") format("woff2"), url("../../sisu-theme/fonts/crimsontext/CrimsonText-Regular.woff") format("woff"), url("../../sisu-theme/fonts/crimsontext/CrimsonText-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Crimson Text Semibold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../sisu-theme/fonts/crimsontext/CrimsonText-SemiBold.woff2") format("woff2"), url("../../sisu-theme/fonts/nunitosans/CrimsonText-SemiBold.woff") format("woff"), url("../../sisu-theme/fonts/crimsontext/CrimsonText-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "Crimson Text Bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../sisu-theme/fonts/crimsontext/CrimsonText-Bold.woff2") format("woff2"), url("../../sisu-theme/fonts/nunitosans/CrimsonText-Bold.woff") format("woff"), url("../../sisu-theme/fonts/crimsontext/CrimsonText-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../sisu-theme/fonts/lato/Lato-Regular.woff2") format("woff2"), url("../../sisu-theme/fonts/lato/Lato-Regular.woff") format("woff"), url("../../sisu-theme/fonts/lato/Lato-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Lato Light";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../sisu-theme/fonts/lato/Lato-Light.woff2") format("woff2"), url("../../sisu-theme/fonts/lato/Lato-Light.woff") format("woff"), url("../../sisu-theme/fonts/lato/Lato-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Lato Bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../sisu-theme/fonts/lato/Lato-Bold.woff2") format("woff2"), url("../../sisu-theme/fonts/lato/Lato-Bold.woff") format("woff"), url("../../sisu-theme/fonts/lato/Lato-Bold.ttf") format("truetype"); }
/*
 ┬  ┬┌─┐┬─┐┬┌─┐┌┐ ┬  ┌─┐┌┐┌
 └┐┌┘├─┤├┬┘│├─┤├┴┐│  ├┤ │││
 └┘ ┴ ┴┴└─┴┴ ┴└─┘┴─┘└─┘┘└┘
 File: _base/_variables.scss
 Beschreibung: verwendete Variablen
 Autor: Team sisu
 Datum: 29.02.2016
 */
/* 
 Hauptschriftart
 Verwendet in _reset.scss
 */
/*
 Fonts für Buttons
 Verwendet in: 
 _cb_formular.scss
 _main.scss
 _newsletter.scss
 */
/* 
 Menu Font
 Verwendet in:
 hauptmenu.scss
 */
/*
 ================
 Farbdefinitionen
 ================
 */
/*
 Hauptmenü
 Verwendet in:
 hauptmenu.scss
 */
/* 
 Footer
 Verwendet in:
 _footer.scss
 */
/* 
 Formulare
 Verwendet in:
 _formulare.scss
 */
/* Akkordion */
/*
 Farbe für Tabellen
 Verwendet in:
 _cb_tabelle.scss
 */
/* 
 Cookiehinweis
 Verwendet in:
 _cookiehinweis.scss
 */
/*
 ┬─┐┌─┐┌─┐┌─┐┌┬┐
 ├┬┘├┤ └─┐├┤  │ 
 ┴└─└─┘└─┘└─┘ ┴ 
 File: _base/_reset.scss
 Beschreibung: Reset default browser styles
 Autor: Team sisu
 Datum: 01.02.2016
 */
html {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

body {
  line-height: 1.5em;
  font-family: 'Crimson Text', Arial, sans-serif;
  font-weight: 400;
  color: #444;
  overflow-x: hidden;
  width: 100%;
  text-align: left;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 16px;
  /* Wartungsmodus */ }
  @media screen and (max-width: 767px) {
  body {
    overflow-x: inherit; } }
  body.wartungsmodus {
    text-align: center; }
    body.wartungsmodus #content {
      margin-top: 100px;
      margin-top: 10rem; }
  body.page-id-12723 header, body.home header {
    background: transparent !important;
    position: fixed; }
    body.page-id-12723 header.smaller, body.home header.smaller {
      background: #fff4cc !important; }
    body.page-id-12723 #main-container, body.home #main-container {
      margin-top: 0 !important; }
    body.page-id-12723 .horizontal, body.home .horizontal {
      position: relative; }
    body.page-id-12723 .horizontal:after, body.home .horizontal:after {
      background-image: url('../images/signet-intro.png');
      background-position: top center;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
      @media (min-width: 768px) {
    body.page-id-12723 .horizontal:after, body.home .horizontal:after {
      left: -30rem; } }
  * {
    margin: 0px;
    margin: 0rem;
    padding: 0px;
    padding: 0rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
/* LINKS */
a {
  color: #00417e;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  outline: none; }
  a:hover {
    text-decoration: underline;
    color: #00417e; }
  a:active {
    color: #00417e; }
  a:focus {
    color: #00417e; }

input::-ms-clear {
  display: none; }

address {
  font-style: italic;
  margin: 0px 0px 24px 0px;
  margin: 0rem 0rem 2.4rem 0rem; }

abbr[title] {
  border-bottom: 1px dotted; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background: #fff;
  color: #f00;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0px 20px 0px;
  margin: 2rem 0rem 2rem 0rem;
  overflow: auto;
  padding: 20px;
  padding: 2rem;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

small {
  font-size: smaller; }

sub, sup {
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -5px;
  top: -0.5rem; }

sub {
  bottom: -2.5px;
  bottom: -0.25rem; }

dl {
  margin: 0px 20px;
  margin: 0rem 2rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0px 0px 20px;
  margin: 0rem 0rem 2rem; }

menu, ol, ul {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem; }
/* Listenelemente */
ul {
  list-style-type: square;
  margin: 0px 0px 20px 20px;
  margin: 0rem 0rem 2rem 2rem; }

ol {
  margin: 0rem 0rem 0rem 1.6rem; }

nav ul, nav ol {
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
  list-style: none;
  list-style-image: none; }

li > ul, li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

ins {
  text-decoration: none; }

.span-column {
  display: flex;
  flex-direction: column; }
/*
 ┬ ┬┌─┐┬  ┌─┐┌─┐┬─┐
 ├─┤├┤ │  ├─┘├┤ ├┬┘
 ┴ ┴└─┘┴─┘┴  └─┘┴└─
 File: _base/_helper.scss 
 Beschreibung: hilfreiche CSS Klassen
 Autor: Team sisu
 Datum: 01.02.2016
 */
.gap0 {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.gap5 {
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

.gap10 {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.gap15 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.gap20 {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.gap25 {
  margin-bottom: 25px;
  margin-bottom: 2.5rem; }

.gap30 {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.gap40 {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.gap60 {
  margin-bottom: 60px;
  margin-bottom: 6rem; }

.nogap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.nogap-top {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.padding-xs {
  padding: 5px;
  padding: 0.5rem; }

.padding-sm {
  padding: 15px;
  padding: 1.5rem; }

.padding-md {
  padding: 20px;
  padding: 2rem; }

.padding-lg {
  padding: 30px;
  padding: 3rem; }

.clearfix {
  clear: both; }

.height5 {
  height: 5px;
  height: 0.5rem; }

.height10 {
  height: 10px;
  height: 1rem; }

.height15 {
  height: 15px;
  height: 1.5rem; }

.height20 {
  height: 20px;
  height: 2rem; }

.height25 {
  height: 25px;
  height: 2.5rem; }

.height30 {
  height: 30px;
  height: 3rem; }

.height35 {
  height: 35px;
  height: 3.5rem; }

.height40 {
  height: 40px;
  height: 4rem; }

.height45 {
  height: 45px;
  height: 4.5rem; }

.height50 {
  height: 50px;
  height: 5rem; }

.height55 {
  height: 55px;
  height: 5.5rem; }

.height60 {
  height: 60px;
  height: 6rem; }

.height65 {
  height: 65px;
  height: 6.5rem; }

.height70 {
  height: 70px;
  height: 7rem; }

.height75 {
  height: 75px;
  height: 7.5rem; }

.height80 {
  height: 80px;
  height: 8rem; }

.height85 {
  height: 85px;
  height: 8.5rem; }

.height90 {
  height: 90px;
  height: 9rem; }

.height95 {
  height: 95px;
  height: 9.5rem; }

.height100 {
  height: 100px;
  height: 10rem; }
/*
 ┌─┐┌─┐┌─┐┬┌─┬┌─┐  ┬ ┬┬┌┐┌┬ ┬┌─┐┬┌─┐
 │  │ ││ │├┴┐│├┤   ├─┤│││││││├┤ │└─┐
 └─┘└─┘└─┘┴ ┴┴└─┘  ┴ ┴┴┘└┘└┴┘└─┘┴└─┘
 File: _modules/_cookiehinweis.scss
 Beschreibung: Styles für den Cookie Hinweis
 Autor: Team sisu
 Datum: 11.03.2016
 */
#cookiesWarning {
  clear: both;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  bottom: 0rem;
  width: 100%;
  z-index: 1;
  background: #eaeaea;
  display: table;
  padding: 5px 10px;
  padding: 0.5rem 1rem; }
  #cookiesWarning #cookiesWarningActive {
    font-size: 13px;
    font-size: 1.3rem;
    display: table-cell;
    vertical-align: middle; }
  #cookiesWarning #cookieAgreement {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    min-width: 60px; }
    #cookiesWarning #cookieAgreement input {
      border: none !important;
      padding: 4px 8px;
      padding: 0.4rem 0.8rem;
      border-radius: 40px;
      border-radius: 4rem;
      background: #1b1b1b !important;
      color: #fff; }
  #cookiesWarning a {
    text-decoration: underline;
    color: #3a3a3a; }
    #cookiesWarning a:hover {
      text-decoration: none;
      color: #56bae1; }
/*
 ┌─┐┌─┐┌─┐┬┌─┐┬    ┌┬┐┌─┐┌┬┐┬┌─┐  ┬┌─┐┌─┐┌┐┌┌─┐
 └─┐│ ││  │├─┤│    │││├┤  │││├─┤  ││  │ ││││└─┐
 └─┘└─┘└─┘┴┴ ┴┴─┘  ┴ ┴└─┘─┴┘┴┴ ┴  ┴└─┘└─┘┘└┘└─┘
 File: _modules/_socialmedia.scss
 Beschreibung: Sozial Media Icons
 Autor: Team sisu
 Datum: 01.02.2016
 */
#share_icons {
  margin-top: 25px;
  margin-top: 2.5rem;
  width: 100%; }
  #share_icons .share_count, #share_icons #shariffbox .share_text {
    display: none;
    visibility: hidden; }
  #share_icons ul {
    display: table;
    margin: 0 auto; }
    #share_icons ul li {
      list-style-type: none;
      display: table-cell;
      margin: 0px;
      margin: 0rem;
      vertical-align: middle;
      text-align: center;
      min-width: 30px;
      min-width: 3rem;
      max-width: 30px;
      max-width: 3rem;
      float: left;
      margin: 0px 2px 0px 2px;
      margin: 0rem 0.2rem 0rem 0.2rem; }
    #share_icons ul li a {
      height: 30px !important; }
    #share_icons ul li .fa {
      width: 24px;
      width: 2.4rem;
      line-height: 31px;
      line-height: 3.1rem;
      font-size: 18px;
      font-size: 1.8rem; }
  #share_icons .round ul li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  #share_icons .round ul.theme-white li {
    border: none; }
    #share_icons .round ul.theme-white li a {
      border: solid 1px #ddd; }
/*
 ┬ ┬┌─┐┌─┐┌┬┐┌─┐┬─┐
 ├─┤├┤ ├─┤ ││├┤ ├┬┘
 ┴ ┴└─┘┴ ┴─┴┘└─┘┴└─
 File: _modules/_header.scss
 Beschreibung: Styles für die Hauptnavigation
 Autor: Team sisu
 Datum: 01.02.2016
 */
header#header {
  background: url('../images/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 200;
  padding: 0px;
  padding: 0rem;
  /* kleinere Darstellung wenn man nach unten scrollt */ }
  @media (max-width: 991px) {
  header#header {
    min-height: 11rem; } }
  @media (max-width: 374px) {
  header#header {
    min-height: 8rem; } }
  header#header .searchicon {
    position: absolute;
    top: 38px;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    header#header .searchicon i {
      font-size: 18px;
      color: #00417e; }
    @media (max-width: 1200px) {
  header#header .searchicon {
    top: 32px; } }
    @media (max-width: 991px) {
  header#header .searchicon {
    display: none; } }
  header#header .socialicons {
    position: absolute;
    top: 38px;
    right: 30px;
    z-index: 200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    header#header .socialicons i {
      font-size: 18px;
      color: #00417e;
      padding: 0px 5px; }
    header#header .socialicons svg {
      fill: #00417e;
      height: 18px;
      width: 18px; }
    @media (max-width: 1200px) {
  header#header .socialicons {
    top: 32px;
    right: 14px; } }
    @media (max-width: 1100px) {
  header#header .socialicons {
    top: 21px;
    width: 25px; } }
    @media (max-width: 991px) {
  header#header .socialicons {
    display: none; } }
  header#header .navbar-default {
    background-color: transparent !important;
    border-radius: 0px !important;
    border: none !important; }
    header#header .navbar-default .navbar-collapse, header#header .navbar-default .navbar-form {
      border-color: #fff !important; }
  header#header.menu-opened {
    background: transparent; }
    header#header.menu-opened.smaller {
      background: transparent !important; }
    header#header.menu-opened.smaller ul > li > a {
      padding: 16px 50px !important; }
    header#header.menu-opened ul {
      margin-top: 13rem; }
    header#header.menu-opened .burgermenu {
      margin-top: -11rem; }
  @media screen and (max-width: 767px) {
  header#header {
    position: absolute; } }

  @media screen and (min-width: 992px) {
  header#header {
    height: auto; } }
  header#header .logowrapper {
    position: absolute;
    top: 0;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
  header#header .logowrapper {
    left: 0%;
    margin-left: 0px;
    text-align: left; } }
  header#header #logo-small, header#header #logo {
    display: inline-block;
    z-index: 1000;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
  header#header #logo-small, header#header #logo {
    margin: 10px 0px 10px 0px;
    margin: 1rem 0rem 1rem 0rem; } }
    @media screen and (min-width: 768px) {
  header#header #logo-small, header#header #logo {
    margin: 10px 0px 10px 0px;
    margin: 1rem 0rem 1rem 0rem; } }
    @media screen and (min-width: 992px) {
  header#header #logo-small, header#header #logo {
    margin: 23px 0px 10px 0px;
    margin: 2.3rem 0rem 1rem 0rem; } }
    header#header #logo-small img, header#header #logo img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      max-height: 6rem; }
    @media (min-width: 375px) {
    header#header #logo-small img, header#header #logo img {
      max-height: 9rem; } }
    @media (min-width: 992px) {
    header#header #logo-small img, header#header #logo img {
      max-height: 10rem; } }
    @media (min-width: 1460px) {
    header#header #logo-small img, header#header #logo img {
      max-height: 14rem; } }
  header#header #logo-small {
    display: none; }
  header#header .navbar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
  header#header .navbar {
    margin: 10px 0px 0px 0px;
    margin: 1rem 0rem 0rem 0rem; } }
    @media screen and (min-width: 768px) {
  header#header .navbar {
    margin: 18px 0px 0px 0px;
    margin: 1.8rem 0rem 0rem 0rem; } }
    @media screen and (min-width: 992px) {
  header#header .navbar {
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem; } }
  header#header.smaller {
    background: #fff4cc; }
    @media screen and (min-width: 768px) {
  header#header.smaller {
    position: fixed; } }
    @media screen and (min-width: 992px) {
  header#header.smaller {
    position: fixed; } }
    header#header.smaller .navbar {
      margin: 0px 0px 0px 0px;
      margin: 0rem 0rem 0rem 0rem; }
    header#header.smaller #logo-small, header#header.smaller #logo {
      margin: 8px 0px 0px 0px;
      margin: 0.8rem 0rem 0rem 0rem;
      display: inline-block; }
    header#header.smaller #logo-small img, header#header.smaller #logo img {
      max-height: 7.5rem; }
    header#header.smaller #logo {
      display: none !important; }
    header#header.smaller #hauptmenu ul li {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        header#header.smaller #hauptmenu ul li a {
          padding: 3.5rem 0.7rem; } }
        @media (max-width: 992px) {
      header#header.smaller #hauptmenu ul li a {
        padding: 3.5rem 1.7rem; } }
      header#header.smaller #hauptmenu ul li .sub-menu li a {
        padding: 10px 20px;
        padding: 1rem 2rem; }
    header#header.smaller .searchicon {
      top: 16px; }
    @media (max-width: 1100px) {
    header#header.smaller .socialicons {
      opacity: 0; } }
    @media (max-width: 991px) {
  header#header.smaller .navbar {
    margin-top: 7px; } }

.header-subpage {
  background-position: top center;
  margin-top: -4rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12rem 0 2rem;
  text-align: center; }
  @media (min-width: 375px) {
  .header-subpage {
    margin-top: -6rem; } }
  @media (min-width: 768px) {
  .header-subpage {
    padding: 18rem 0 3.5rem;
    margin-top: -9rem; } }
  @media (min-width: 992px) {
  .header-subpage {
    padding: 22rem 0 5rem;
    min-height: 42rem;
    margin-top: -19.2rem; } }
/*
 ┬ ┬┌─┐┌─┐┌┬┐┌─┐┬─┐  ┌─┐┌┬┐┌─┐
 ├─┤├┤ ├─┤ ││├┤ ├┬┘  │   │ ├─┤
 ┴ ┴└─┘┴ ┴─┴┘└─┘┴└─  └─┘ ┴ ┴ ┴
 File: _modules/header_cta.scss
 Beschreibung: CSS Styles für die CTA im sticky Header
 Autor: Team sisu
 Datum: 09.02.2016
 */
.header_cta {
  position: absolute;
  left: 180px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  /** Chrome & Safari **/
  -o-transform: translate(0, -100px);
  /** Opera **/
  -moz-transform: translate(0, -100px);
  /** Firefox **/
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: transform 1.5s ease;
  -moz-transition: transform 1.5s ease;
  -ms-transition: transform 1.5s ease;
  -o-transition: transform 1.5s ease;
  transition: transform 1.5s ease; }
  @media screen and (max-width: 767px) {
  .header_cta {
    top: 6px; } }
  @media screen and (min-width: 768px) {
  .header_cta {
    top: 6px; } }
  @media screen and (min-width: 992px) {
  .header_cta {
    top: 10px; } }
  .header_cta .btn {
    padding: 5px 10px 5px 10px;
    padding: 0.5rem 1rem 0.5rem 1rem; }

header.smaller .header_cta {
  opacity: 1;
  -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  /** Chrome & Safari **/
  -o-transform: translate(0, 0px);
  /** Opera **/
  -moz-transform: translate(0, 0px);
  /** Firefox **/ }
/*
 ┌┬┐┌─┐┌─┐  ┌┐┌┌─┐┬  ┬┬┌─┐┌─┐┌┬┐┬┌─┐┌┐┌
 │ │ │├─┘  │││├─┤└┐┌┘││ ┬├─┤ │ ││ ││││
 ┴ └─┘┴    ┘└┘┴ ┴ └┘ ┴└─┘┴ ┴ ┴ ┴└─┘┘└┘
 File: _modules/top_nav.scss
 Beschreibung: CSS Styles die Top Navigation über der Hauptnavigation
 Autor: Team sisu
 Datum: 26.02.2016
 */
.topnav {
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  height: 21px;
  height: 2.1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 767px) {
  .topnav {
    display: none; } }
  @media screen and (min-width: 768px) {
  .topnav {
    display: none; } }
  @media screen and (min-width: 992px) {
  .topnav {
    display: block; } }
  .topnav .loginstatus {
    float: right;
    text-align: right;
    position: relative;
    margin-right: 2px;
    margin-right: 0.2rem;
    padding: 2px 8px;
    padding: 0.2rem 0.8rem;
    height: 24px;
    height: 2.4rem;
    background: #eaeaea;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
    .topnav .loginstatus a {
      color: #444; }
    .topnav .loginstatus .layer {
      display: none;
      background: #eaeaea;
      text-align: left;
      position: absolute;
      width: 100%;
      min-width: 150px;
      right: 0px;
      z-index: 2;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem; }
    .topnav .loginstatus .layer a {
      width: 100%;
      display: block;
      padding: 5px 10px;
      padding: 0.5rem 1rem;
      color: #444; }
      .topnav .loginstatus .layer a:hover {
        background: #444;
        color: #fff;
        text-decoration: none; }
    .topnav .loginstatus .layer.formular {
      min-width: 200px; }
    .topnav .loginstatus .layer form#login_form .fields {
      padding: 10px 10px 10px 10px;
      padding: 1rem 1rem 1rem 1rem; }
      .topnav .loginstatus .layer form#login_form .fields input {
        display: inline-block;
        border-radius: 0px;
        border-radius: 0rem;
        padding: 5px 10px;
        padding: 0.5rem 1rem;
        margin-bottom: 5px;
        margin-bottom: 0.5rem;
        width: 200px;
        width: 20rem;
        border: 1px solid #ccc;
        background: #fff;
        color: #00417e;
        font-family: "Crimson Text", Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        box-shadow: none !important; }
        .topnav .loginstatus .layer form#login_form .fields input:hover {
          background-color: #3a3a3a;
          color: #fff; }
      .topnav .loginstatus .layer form#login_form a {
        padding: 5px;
        padding: 0.5rem;
        background: #ccc;
        text-transform: uppercase; }
      .topnav .loginstatus .layer form#login_form a:hover {
        background-color: #3a3a3a;
        color: #fff; }
    .topnav .loginstatus:hover {
      -webkit-border-radius: 6px 6px 0px 0px;
      -moz-border-radius: 6px 6px 0px 0px;
      -ms-border-radius: 6px 6px 0px 0px;
      -o-border-radius: 6px 6px 0px 0px;
      border-radius: 6px 6px 0px 0px; }
    .topnav .loginstatus:hover .layer {
      display: block; }

.smaller .topnav {
  display: none; }
/*
 ┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐┬┌┐ ┬┬  ┬┌┬┐┬ ┬  ┌┬┐┌─┐┌┐┌┬ ┬
 ├─┤│  │  ├┤ └─┐└─┐│├┴┐││  │ │ └┬┘  │││├┤ ││││ │
 ┴ ┴└─┘└─┘└─┘└─┘└─┘┴└─┘┴┴─┘┴ ┴  ┴   ┴ ┴└─┘┘└┘└─┘
 File: _modules/accessibilitymenu.scss
 Beschreibung: Menu für Barrierefreiheit
 Autor: Team sisu
 Datum: 16.02.2016
 */
.accessibilityMenu {
  float: right;
  text-align: right; }
  @media screen and (max-width: 767px) {
  .accessibilityMenu {
    display: none; } }
  @media screen and (min-width: 768px) {
  .accessibilityMenu {
    display: none; } }
  @media screen and (min-width: 992px) {
  .accessibilityMenu {
    display: block; } }
  .accessibilityMenu ul {
    margin: 0px;
    padding: 0px; }
    .accessibilityMenu ul li {
      width: 24px;
      width: 2.4rem;
      height: 24px;
      height: 2.4rem;
      background: #eaeaea;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      position: relative; }
    .accessibilityMenu ul li:before {
      position: absolute;
      left: 0px;
      top: 0px; }
    .accessibilityMenu ul li.fa-font {
      cursor: pointer; }
    .accessibilityMenu ul li.fa-font.normal {
      font-size: 12px;
      font-size: 1.2rem; }
      .accessibilityMenu ul li.fa-font.normal:before {
        left: 6px;
        left: 0.6rem;
        top: 6px;
        top: 0.6rem; }
    .accessibilityMenu ul li.fa-font.middle {
      font-size: 14px;
      font-size: 1.4rem; }
      .accessibilityMenu ul li.fa-font.middle:before {
        left: 5px;
        left: 0.5rem;
        top: 5px;
        top: 0.5rem; }
    .accessibilityMenu ul li.fa-font.big {
      font-size: 16px;
      font-size: 1.6rem; }
      .accessibilityMenu ul li.fa-font.big:before {
        left: 4px;
        left: 0.4rem;
        top: 4px;
        top: 0.4rem; }
    .accessibilityMenu ul li.fa-adjust {
      font-size: 14px;
      font-size: 1.4rem; }
    .accessibilityMenu ul li.fa-adjust.on {
      background: #000;
      color: #fff; }
    .accessibilityMenu ul li.fa-adjust:before {
      left: 6px;
      left: 0.6rem;
      top: 5px;
      top: 0.5rem; }
    .accessibilityMenu ul li.fa-tint {
      font-size: 16px;
      font-size: 1.6rem; }
    .accessibilityMenu ul li.fa-tint.on {
      background: #000;
      color: #fff; }
    .accessibilityMenu ul li.fa-tint:before {
      left: 7px;
      left: 0.7rem;
      top: 5px;
      top: 0.5rem; }
/*
 ┬ ┬┌─┐┬ ┬┌─┐┌┬┐┌┬┐┌┐┌┌─┐┬ ┬
 ├─┤├─┤│ │├─┘ │ ││││││├┤ │ │
 ┴ ┴┴ ┴└─┘┴   ┴ ┴ ┴┘└┘└─┘└─┘
 File: _modules/_hauptmenu.scss
 Beschreibung: CSS Styles für das Hauptmenü
 Autor: Team sisu
 Datum: 01.02.2016
 */
/* Layer der sich über die gesamte Seite legt, wenn das Mobile Menü geöffnet ist */
.mobile_menu_background {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(208, 173, 103, 0.9) !important;
  z-index: 99; }
  .mobile_menu_background.menu-opened {
    display: block; }
/* Hauptnavigation */
#hauptmenu {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'Crimson Text', Arial, sans-serif;
  z-index: 1;
  /* Mobiles Burger-Icon */ }
  @media screen and (max-width: 767px) {
  #hauptmenu {
    width: 100%;
    float: none;
    margin-top: 66px; } }
  @media screen and (min-width: 768px) {
  #hauptmenu {
    width: 100%;
    float: none;
    margin-top: 90px; } }
  @media screen and (min-width: 992px) {
  #hauptmenu {
    margin-top: 0px; } }
  #hauptmenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #hauptmenu .burgermenu {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 25px;
    right: 0px;
    top: 10px;
    z-index: 1001;
    /* Burger Icon geöffnet */ }
    @media screen and (max-width: 767px) {
  #hauptmenu .burgermenu {
    display: block;
    margin-top: -57px; } }
    @media screen and (min-width: 768px) {
  #hauptmenu .burgermenu {
    display: block;
    margin-top: -70px; } }
    @media screen and (min-width: 992px) {
  #hauptmenu .burgermenu {
    display: none;
    margin-top: 0px; } }
    #hauptmenu .burgermenu.navTrigger {
      width: 30px;
      height: 25px; }
    #hauptmenu .burgermenu.navTrigger i {
      background-color: #00417e;
      border-radius: 1px;
      border-radius: 0.1rem;
      content: '';
      display: block;
      width: 100%;
      height: 4px; }
      #hauptmenu .burgermenu.navTrigger i:nth-child(1) {
        -webkit-animation: outT 0.8s backwards;
        animation: outT 0.8s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse; }
      #hauptmenu .burgermenu.navTrigger i:nth-child(2) {
        margin: 5px 0;
        -webkit-animation: outM 0.8s backwards;
        animation: outM 0.8s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse; }
      #hauptmenu .burgermenu.navTrigger i:nth-child(3) {
        -webkit-animation: outBtm 0.8s backwards;
        animation: outBtm 0.8s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse; }
    #hauptmenu .burgermenu.navTrigger.active i:nth-child(1) {
      -webkit-animation: inT 0.8s forwards;
      animation: inT 0.8s forwards; }
      #hauptmenu .burgermenu.navTrigger.active i:nth-child(2) {
        -webkit-animation: inM 0.8s forwards;
        animation: inM 0.8s forwards; }
      #hauptmenu .burgermenu.navTrigger.active i:nth-child(3) {
        -webkit-animation: inBtm 0.8s forwards;
        animation: inBtm 0.8s forwards; }
    #hauptmenu .burgermenu.menu-opened i {
      background-color: #fff; }
  #hauptmenu ul {
    /* Submenu + Button in der mobilen Navigation */
    /* Menüpunkte in der Hauptnavigation */ }
    @media screen and (max-width: 767px) {
  #hauptmenu ul {
    display: none;
    width: 100%; } }
    @media screen and (min-width: 768px) {
  #hauptmenu ul {
    display: none;
    width: 100%; } }
    @media screen and (min-width: 992px) {
  #hauptmenu ul {
    display: block;
    width: auto; } }
    #hauptmenu ul:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    #hauptmenu ul .submenu-button {
      position: absolute;
      z-index: 99;
      right: 0;
      top: 0;
      border-left: 1px solid #fff;
      height: 48px;
      width: 46px;
      cursor: pointer; }
    @media screen and (max-width: 767px) {
    #hauptmenu ul .submenu-button {
      display: block; } }
    @media screen and (min-width: 768px) {
    #hauptmenu ul .submenu-button {
      display: block; } }
    @media screen and (min-width: 992px) {
    #hauptmenu ul .submenu-button {
      display: none; } }
    #hauptmenu ul .submenu-button.submenu-opened {
      background: #fff; }
      #hauptmenu ul .submenu-button.submenu-opened:before {
        display: none; }
      #hauptmenu ul .submenu-button.submenu-opened:after {
        background: rgba(208, 173, 103, 0.9); }
    #hauptmenu ul .submenu-button:after {
      position: absolute;
      top: 22px;
      right: 19px;
      width: 8px;
      height: 2px;
      background: #fff;
      content: ''; }
      @media screen and (max-width: 767px) {
    #hauptmenu ul .submenu-button:after {
      display: block; } }
      @media screen and (min-width: 768px) {
    #hauptmenu ul .submenu-button:after {
      display: block; } }
      @media screen and (min-width: 992px) {
    #hauptmenu ul .submenu-button:after {
      display: none; } }
    #hauptmenu ul .submenu-button:before {
      position: absolute;
      top: 19px;
      right: 22px;
      width: 2px;
      height: 8px;
      background: #fff;
      content: ''; }
      @media screen and (max-width: 767px) {
    #hauptmenu ul .submenu-button:before {
      display: block; } }
      @media screen and (min-width: 768px) {
    #hauptmenu ul .submenu-button:before {
      display: block; } }
      @media screen and (min-width: 992px) {
    #hauptmenu ul .submenu-button:before {
      display: none; } }
    #hauptmenu ul li {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      line-height: 1;
      display: block;
      position: relative;
      float: left;
      /* li Element hover State */
      /* Hauptmenüpunt hat ein Submenü */
      /* Aktiver Zustand des Menüpunktes */
      /* Style für Submenu */ }
    @media screen and (max-width: 767px) {
    #hauptmenu ul li {
      width: 100%;
      border-top: 1px solid #fff; } }
    @media screen and (min-width: 768px) {
    #hauptmenu ul li {
      width: 100%;
      border-top: 1px solid #fff; } }
    @media screen and (min-width: 992px) {
    #hauptmenu ul li {
      width: inherit;
      border-top: none;
      margin-bottom: 9rem; } }
    @media screen and (max-width: 767px) {
        #hauptmenu ul li.search a {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 16px 50px;
          padding: 1.6rem 5rem; }
          #hauptmenu ul li.search a:before {
            display: none; } }
      @media screen and (min-width: 768px) {
      #hauptmenu ul li.search a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 16px 50px;
        padding: 1.6rem 5rem; }
        #hauptmenu ul li.search a:before {
          display: none; } }
      @media screen and (min-width: 992px) {
      #hauptmenu ul li.search a {
        font-size: 0px;
        font-size: 0rem;
        padding: 19px 0px 19px 0px;
        padding: 1.9rem 0rem 1.9rem 0rem; }
        #hauptmenu ul li.search a:before {
          content: '\f002';
          font-family: "FontAwesome", Arial, sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          display: block; } }
    #hauptmenu ul li.menuleft {
      float: left; }
    #hauptmenu ul li.menuright {
      float: right; }
    #hauptmenu ul li a {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      line-height: 1;
      display: block;
      position: relative;
      font-weight: 600;
      font-size: 1.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      padding: 42px 17px; }
      @media (max-width: 1290px) {
    #hauptmenu ul li a {
      padding: 42px 8px; } }
      @media (max-width: 1200px) {
    #hauptmenu ul li a {
      padding: 37px 7px;
      font-size: 15px; } }
      @media (max-width: 991px) {
    #hauptmenu ul li a {
      padding: 16px 50px;
      font-size: 16px; } }
      @media screen and (max-width: 767px) {
    #hauptmenu ul li a {
      color: #fff;
      text-align: center; } }
      @media screen and (min-width: 768px) {
    #hauptmenu ul li a {
      color: #fff;
      text-align: center; } }
      @media screen and (min-width: 992px) {
    #hauptmenu ul li a {
      color: #00417e;
      text-align: left; } }
      #hauptmenu ul li a.fa:before {
        margin-right: 5px;
        margin-right: 0.5rem; }
    @media screen and (max-width: 767px) {
        #hauptmenu ul li:hover > a {
          color: #fff; } }
      @media screen and (min-width: 768px) {
      #hauptmenu ul li:hover > a {
        color: #fff; } }
      @media screen and (min-width: 992px) {
      #hauptmenu ul li:hover > a {
        color: #00417e;
        text-decoration: underline; } }
    #hauptmenu ul li.has-sub {
      /* Hover Status für + Symbol => wird zu - */ }
      #hauptmenu ul li.has-sub:hover > a:before {
        top: 23px;
        height: 0; }
    #hauptmenu ul li:hover > ul {
      opacity: 1;
      -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      top: auto; }
      @media screen and (max-width: 767px) {
      #hauptmenu ul li:hover > ul {
        background: transparent; } }
      @media screen and (min-width: 768px) {
      #hauptmenu ul li:hover > ul {
        background: transparent; } }
      @media screen and (min-width: 992px) {
      #hauptmenu ul li:hover > ul {
        background: #d0ad67;
        padding: 6px;
        margin-top: -20px !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.19); } }
    @media screen and (max-width: 767px) {
        #hauptmenu ul li.current-menu-item > a, #hauptmenu ul li.current-menu-parent > a {
          color: #fff; } }
      @media screen and (min-width: 768px) {
      #hauptmenu ul li.current-menu-item > a, #hauptmenu ul li.current-menu-parent > a {
        color: #fff; } }
      @media screen and (min-width: 992px) {
      #hauptmenu ul li.current-menu-item > a, #hauptmenu ul li.current-menu-parent > a {
        color: #00417e;
        text-decoration: underline; } }
    #hauptmenu ul li ul {
      -webkit-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      -ms-transition: all 0s ease-in-out;
      -o-transition: all 0s ease-in-out;
      transition: all 0s ease-in-out;
      margin-top: 0 !important;
      /* SubSubmenu + Button in der mobilen Navigation */ }


      @media screen and (min-width: 992px) {
    #hauptmenu ul li ul {
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      top: -9999em; }
      #hauptmenu ul li ul:before {
        content: '';
        position: absolute;
        top: -9px;
        left: 21px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 20px solid #d0ad67; } }
      #hauptmenu ul li ul .submenu-button {
        height: 34px;
        width: 34px; }
      #hauptmenu ul li ul .submenu-button:after {
        top: 15px;
        right: 13px; }
      #hauptmenu ul li ul .submenu-button:before {
        top: 12px;
        right: 16px; }
      #hauptmenu ul li ul li {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        width: 100%;
        /* letztes Element hat keinen Border bottom */
        /* Fügt ein + Symbol zum Submenu hinzu, wenn es weitere Submenüelemente gibt */
        /* Style für SubSubmenü */ }
      @media screen and (min-width: 992px) {
      #hauptmenu ul li ul li {
        margin: 0; }
        #hauptmenu ul li ul li a {
          text-align: center;
          color: #00417e; } }
      #hauptmenu ul li ul li:last-child > a {
        border-bottom: 0; }
      #hauptmenu ul li ul li:hover {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        @media screen and (max-width: 767px) {
      #hauptmenu ul li ul li:hover {
        background: transparent; } }
        @media screen and (min-width: 768px) {
      #hauptmenu ul li ul li:hover {
        background: transparent; } }
        @media screen and (min-width: 992px) {
      #hauptmenu ul li ul li:hover {
        background: transparent; } }
      #hauptmenu ul li ul li.has-sub:hover {
        /* wird benötigt, wenn es weitere Submenüs gibt */ }
        #hauptmenu ul li ul li.has-sub:hover > a:before {
          top: 17px;
          height: 0; }
        @media screen and (max-width: 767px) {
          #hauptmenu ul li ul li.has-sub:hover > a {
            background: #fff; } }
          @media screen and (min-width: 768px) {
        #hauptmenu ul li ul li.has-sub:hover > a {
          background: #fff; } }
          @media screen and (min-width: 992px) {
        #hauptmenu ul li ul li.has-sub:hover > a {
          background: transparent; } }
      #hauptmenu ul li ul li a {
        min-width: 210px;
        padding: 10px 20px;
        padding: 1rem 2rem;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        font-weight: 400;
        /* Hintergrundfarbe bei Hover auf Submenu Element */ }
        @media screen and (max-width: 767px) {
      #hauptmenu ul li ul li a {
        border-bottom: none;
        color: #fff; } }
        @media screen and (min-width: 768px) {
      #hauptmenu ul li ul li a {
        border-bottom: none;
        color: #fff; } }
        @media screen and (min-width: 992px) {
      #hauptmenu ul li ul li a {
        border-bottom: none;
        color: #fff;
        border-bottom: 1px solid white;
        font-size: 14px;
        padding: 6px;
        color: #00417e; } }
        @media screen and (max-width: 767px) {
        #hauptmenu ul li ul li a:hover {
          background: #fff;
          color: #00417e; } }
        @media screen and (min-width: 768px) {
        #hauptmenu ul li ul li a:hover {
          background: #fff;
          color: #00417e; } }
        @media screen and (min-width: 992px) {
        #hauptmenu ul li ul li a:hover {
          background: transparent;
          color: #00417e; } }
      @media screen and (max-width: 767px) {
        #hauptmenu ul li ul li ul {
          margin-left: 0px; } }
        @media screen and (min-width: 768px) {
      #hauptmenu ul li ul li ul {
        margin-left: 0px; } }
        @media screen and (min-width: 992px) {
      #hauptmenu ul li ul li ul {
        margin-left: 100%;
        top: 0; } }

.big-container {
  max-width: 1270px;
  margin: 0 auto; }
  @media (max-width: 1459px) {
  .big-container {
    padding: 0 6rem; } }
  @media (max-width: 1300px) {
  .big-container {
    padding: 0 8rem; } }
  @media (max-width: 1100px) {
  .big-container {
    padding: 0 5rem; } }
  @media (max-width: 375px) {
  .big-container {
    padding: 0 3rem; } }
/* Burger Icon Animation */
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(45deg); } }

@keyframes inM {
  50% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(45deg); } }

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(45deg); } }

@keyframes outM {
  50% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(45deg); } }

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }

  50% {
    transform: translateY(9px) rotate(0deg); }

  100% {
    transform: translateY(9px) rotate(135deg); } }

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }

  50% {
    transform: translateY(9px) rotate(0deg); }

  100% {
    transform: translateY(9px) rotate(135deg); } }

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }

  50% {
    transform: translateY(-9px) rotate(0deg); }

  100% {
    transform: translateY(-9px) rotate(135deg); } }

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }

@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }

  50% {
    transform: translateY(-9px) rotate(0deg); }

  100% {
    transform: translateY(-9px) rotate(135deg); } }
/*
 ┌┬┐┌─┐┬┌┐┌  ┌─┐┌─┐┌─┐  ┌─┐┬┬  ┌─┐
 │││├─┤││││  │  └─┐└─┐  ├┤ ││  ├┤ 
 ┴ ┴┴ ┴┴┘└┘  └─┘└─┘└─┘  └  ┴┴─┘└─┘
 File: _default.scss
 Beschreibung: ALLE STYLES SIND IN DIESEM FILE INTEGRIERT
 Erstellt von: Team sisu
 Datum: 01.02.2016
 */
/* Wenn der Header fix positioniert wird, dann benötigt der main-container einen Abstand oben */
#main-container {
  overflow: hidden;
  margin-top: 80px; }
  @media (min-width: 375px) {
  #main-container {
    margin-top: 110px; } }
  @media (min-width: 992px) {
  #main-container {
    margin-top: 179px; } }
  @media (min-width: 1600px) {
  #main-container {
    margin-top: 192px; } }
/*	
 Headlines
 */
h1, h2, h3, h4, h5, h6 {
  text-transform: inherit;
  font-family: "Crimson Text", Arial, sans-serif;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  font-weight: 600; }

h1, h2 {
  text-transform: uppercase; }

h1 {
  color: #00417e; }
  @media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem; } }
  @media screen and (min-width: 768px) {
  h1 {
    font-size: 4rem; } }
  @media screen and (min-width: 992px) {
  h1 {
    font-size: 5rem; } }

h2 {
  color: #00417e; }
  @media screen and (max-width: 767px) {
  h2 {
    font-size: 2.6rem; } }
  @media screen and (min-width: 768px) {
  h2 {
    font-size: 3rem; } }
  @media screen and (min-width: 992px) {
  h2 {
    font-size: 3.6rem; } }

h3 {
  color: #674426; }
  @media screen and (max-width: 767px) {
  h3 {
    font-size: 2.1rem; } }
  @media screen and (min-width: 768px) {
  h3 {
    font-size: 2.4rem; } }
  @media screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem; } }

h4 {
  color: #674426; }
  @media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem; } }
  @media screen and (min-width: 768px) {
  h4 {
    font-size: 2rem; } }
  @media screen and (min-width: 992px) {
  h4 {
    font-size: 2.8rem; } }

h5 {
  color: #674426; }

h6 {
  color: #674426; }

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem; }

strong {
  color: #00417e; }
/*
 Buttons
 */
.button, .btn {
  border-radius: 2.4rem;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.5rem 2.5rem 1.3rem;
  transition: opacity 0.3s;
  background: #00417e;
  border: none;
  color: white;
  display: inline-block;
  font-family: "Crimson Text", Arial, sans-serif;
  text-align: center;
  text-shadow: none;
  text-decoration: none !important; }
  @media (max-width: 767px) {
  .button, .btn {
    font-size: 1.8rem; } }
  .button.white, .btn.white {
    color: #fff;
    border-color: #fff; }
    .button.white:hover, .btn.white:hover, .button.white:active, .btn.white:active, .button.white:focus, .btn.white:focus {
      text-decoration: underline; }
  .button:focus, .btn:focus, .button:hover, .btn:hover {
    color: white;
    transition: opacity 0.3s;
    opacity: 0.8;
    text-decoration: none; }
  .button:active, .btn:active {
    box-shadow: none; }

.page-id-9392 .btn {
  margin-bottom: 12px; }

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden; }
  #wrapper .container.cb {
    margin-top: 70px;
    margin-top: 7rem; }
    #wrapper .container.cb2 {
      margin-top: 40px;
      margin-top: 4rem; }
    #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls {
      position: absolute;
      top: 45%;
      width: 100%;
      z-index: 99; }
      #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-prev, #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-next {
        background-repeat: no-repeat;
        width: 37px;
        width: 3.7rem;
        height: 62px;
        height: 6.2rem;
        font-size: 0;
        background-position: center center; }
        @media screen and (max-width: 767px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-prev, #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-next {
          background-size: 50%; } }
        @media screen and (min-width: 768px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-prev, #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-next {
          background-size: 70%; } }
        @media screen and (min-width: 992px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-prev, #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-next {
          background-size: 70%; } }
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-prev {
          float: left;
          background-image: url('../images/slide_left_blue.png'); }
        @media screen and (max-width: 767px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-prev {
          margin-left: -20px; } }
        @media screen and (min-width: 768px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-prev {
          margin-left: -25px; } }
        @media screen and (min-width: 992px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-prev {
          margin-left: -40px; } }
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-next {
          float: right;
          background-image: url('../images/slide_right_blue.png');
          margin-right: -40px; }
        @media screen and (max-width: 767px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-next {
          margin-right: -20px; } }
        @media screen and (min-width: 768px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-next {
          margin-right: -25px; } }
        @media screen and (min-width: 992px) {
        #wrapper .container .cb_contentslider .owl-carousel-3 .owl-controls .owl-nav .owl-next {
          margin-right: -40px; } }
  #wrapper .ms-slide {
    -webkit-transition: all ease 2s !important;
    -moz-transition: all ease 2s !important;
    -ms-transition: all ease 2s !important;
    -o-transition: all ease 2s !important;
    transition: all ease 2s !important; }
    #wrapper .ms-slide .ms-slide-bgcont img {
      width: 100% !important;
      height: auto !important; }
  #wrapper .ms-slide-layers {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #wrapper .ms-slide-layers .ms-layer {
      width: 100% !important;
      left: 0 !important;
      text-align: center !important; }
    #wrapper .ms-slide-layers .ms-layer.headline {
      color: white !important;
      font-size: 70px !important;
      top: auto !important;
      bottom: 33% !important;
      text-transform: uppercase !important;
      line-height: 100% !important; }
      @media (max-width: 1200px) {
    #wrapper .ms-slide-layers .ms-layer.headline {
      font-size: 50px !important; } }
      @media (max-width: 767px) {
    #wrapper .ms-slide-layers .ms-layer.headline {
      font-size: 18px !important;
      bottom: 40% !important; } }
    #wrapper .ms-slide-layers .ms-layer.subline {
      font-family: 'Crimson Text', Arial, sans-serif !important;
      font-weight: 400 !important;
      font-size: 29px !important;
      bottom: 8% !important;
      top: auto !important;
      color: white !important; }
      #wrapper .ms-slide-layers .ms-layer.subline span {
        color: white !important; }
      @media (max-width: 767px) {
    #wrapper .ms-slide-layers .ms-layer.subline {
      font-size: 11px !important;
      margin-top: 5px !important;
      bottom: 12% !important; } }
    #wrapper .ms-slide-layers img.ms-layer {
      width: 70% !important;
      left: 15% !important;
      top: auto !important;
      bottom: 20% !important;
      height: auto !important; }
    @media (max-width: 767px) {
    #wrapper .ms-slide-layers img.ms-layer {
      bottom: 27% !important; } }
  #wrapper .full_width h2 {
    margin-bottom: 10px; }
    #wrapper .full_width a {
      text-decoration: underline; }
  #wrapper .socialbox {
    background: white;
    padding: 30px 35px;
    border-radius: 6px; }
    @media (max-width: 767px) {
  #wrapper .socialbox {
    padding: 20px 8px;
    text-align: center; } }
    #wrapper .socialbox .socialheader {
      font-size: 25px;
      color: #0252a0;
      margin-bottom: 20px; }
    #wrapper .socialbox .socialheader i {
      color: #acbbc6;
      margin-right: 10px; }

.alter_overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  .alter_overlay .alter_container {
    background: #d0ad67 url('../images/panther.png') center center; }
    .alter_overlay .alter_container .title {
      font-size: 77px;
      color: white;
      font-family: 'Crimson Text', Arial, sans-serif;
      line-height: 100%;
      margin-top: 56px;
      margin-bottom: 37px; }
    .alter_overlay .alter_container .subtext {
      font-size: 25px;
      color: white;
      font-family: 'Crimson Text', Arial, sans-serif;
      margin-bottom: 24px; }
    .alter_overlay .alter_container .gebform {
      display: inline-block; }
    .alter_overlay .alter_container .gebform input[type=number]::-webkit-outer-spin-button, .alter_overlay .alter_container .gebform input[type=number]::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
    .alter_overlay .alter_container input {
      width: 120px;
      color: #d0ad67;
      text-align: center;
      font-size: 24px;
      padding: 14px 0px 11px 0px;
      margin: 0px 7px;
      border: none;
      outline: 0;
      font-family: 'Crimson Text', Arial, sans-serif;
      float: left; }
    .alter_overlay .alter_container ::-webkit-input-placeholder {
      color: #d0ad67; }
    .alter_overlay .alter_container :-moz-placeholder {
      color: #d0ad67; }
    .alter_overlay .alter_container ::-moz-placeholder {
      color: #d0ad67; }
    .alter_overlay .alter_container :-ms-input-placeholder {
      color: #d0ad67; }
    .alter_overlay .alter_container .formbtn {
      text-align: center;
      border: 2px solid white;
      border-radius: 4px;
      color: white;
      padding: 15px 52px;
      font-family: 'Crimson Text', Arial, sans-serif;
      font-weight: 700;
      background: #00417e;
      cursor: pointer;
      margin-top: 2px;
      margin-left: 15px;
      width: auto; }
    .alter_overlay .alter_container .formbtn:hover {
      opacity: 0.8; }
    .alter_overlay .alter_container .privacy {
      color: #acb9c5;
      margin-bottom: 53px;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 130%; }
    .alter_overlay .alter_container .privacy p {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 130%; }
    .alter_overlay .alter_container .privacy a {
      color: #fff;
      text-decoration: underline; }
      .alter_overlay .alter_container .privacy a:hover {
        text-decoration: none; }
    .alter_overlay .alter_container .alter_error {
      height: 33px;
      margin-top: 30px;
      margin-bottom: 30px;
      color: white; }
    .alter_overlay .alter_container fieldset {
      border: none;
      margin-bottom: 2rem; }
    .alter_overlay .alter_container fieldset .formentry label {
      color: white; }
      .alter_overlay .alter_container fieldset .formentry input {
        width: auto;
        cursor: pointer;
        height: 24px; }
      @media screen and (max-width: 767px) {
    .alter_overlay .alter_container fieldset .formentry {
      margin-bottom: 1rem; } }
    .alter_overlay .alter_container fieldset input {
      width: auto;
      height: 24px;
      float: left;
      margin-top: 0;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      left: 0;
      z-index: 999;
      width: 100%; }
    .alter_overlay .alter_container fieldset .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #00417e; }
    .alter_overlay .alter_container fieldset .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .alter_overlay .alter_container fieldset .formentry input:checked ~ .checkmark:after {
      display: block; }
    .alter_overlay .alter_container fieldset .formentry .checkmark:after {
      left: 8px;
      top: 3px;
      width: 8px;
      height: 15px;
      border: solid #000;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    @media (max-width: 1200px) {
  .alter_overlay .alter_container {
    margin-top: 30px; }
    .alter_overlay .alter_container .title {
      font-size: 55px; } }
    @media (max-width: 991px) {
  .alter_overlay .alter_container {
    margin-top: 0px; }
    .alter_overlay .alter_container .title {
      font-size: 55px; } }
    @media (max-width: 767px) {
  .alter_overlay .alter_container {
    padding: 12px; }
    .alter_overlay .alter_container .overlaylogo {
      margin-top: 18px; }
    .alter_overlay .alter_container .title {
      font-size: 31px;
      margin-top: 30px;
      margin-bottom: 17px; }
    .alter_overlay .alter_container .subtext {
      font-size: 15px; }
    .alter_overlay .alter_container input {
      width: 76px;
      float: none; }
    .alter_overlay .alter_container .formbtn {
      display: inline-block;
      float: none;
      margin-top: 30px;
      margin-left: 0px; }
    .alter_overlay .alter_container .alter_error {
      margin-top: 15px;
      margin-bottom: 4px; } }
  @media screen and (max-width: 767px) {
  .alter_overlay {
    position: absolute; } }

.cb_trennlinie {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .cb_trennlinie .trennlinie {
    height: 1px;
    height: 0.1rem;
    background-color: #d0ad67;
    margin: 1rem 0 0;
    width: 33.5rem; }
    @media (max-width: 375px) {
  .cb_trennlinie .trennlinie {
    width: 20rem; } }

.single-product .fancybox-skin, .page-template-tpl_Sortiment .fancybox-skin {
  padding: 60px !important;
  background: white; }
  @media (max-width: 767px) {
    .single-product .fancybox-skin, .page-template-tpl_Sortiment .fancybox-skin {
      padding: 30px 5px !important; } }

.wdi_feed_users {
  display: none; }

.wdi_load_more_wrap {
  height: auto !important; }

.wdi_load_more {
  padding-bottom: 0px !important; }

.instagrampostwrapper {
  overflow-y: scroll;
  margin-top: 17px;
  overflow-y: scroll;
  margin-top: 17px; }
  @media screen and (min-width: 992px) {
  .instagrampostwrapper {
    height: 315px; } }
  @media (max-width: 1200px) {
  .instagrampostwrapper {
    height: 400px; } }
  @media (max-width: 991px) {
  .instagrampostwrapper {
    height: 300px; } }

.socialbox iframe {
  display: none; }
  @media (min-width: 1200px) {
  .socialbox iframe.facebookbig {
    display: block; } }
  @media (max-width: 1199px) and (min-width: 992px) {
  .socialbox iframe.facebookmiddle {
    display: block; } }
  @media (max-width: 991px) and (min-width: 768px) {
  .socialbox iframe.facebooktablet {
    display: block; } }
  @media (max-width: 767px) {
  .socialbox iframe.facebooktablet {
    display: inline-block; } }

.search-everything-highlight-color {
  background: none !important; }

.gform_confirmation_message {
  text-align: center; }

.zutaten {
  bottom: 50px !important; }
  @media (max-width: 767px) {
  .zutaten {
    bottom: 0px !important;
    margin-right: 6px;
    margin-bottom: 8px; } }

.page-id-6346 .container .textelement_content ol li {
  margin-bottom: 2rem; }
  .page-id-6346 .container .textelement_content ol li ol, .page-id-6346 .container .textelement_content ol li ul {
    margin-left: 2rem; }
    .page-id-6346 .container .textelement_content ol li ol li, .page-id-6346 .container .textelement_content ol li ul li {
      margin-bottom: 1rem; }

.page-id-1788 .textelement_content .btn {
  margin: 7px; }

.page-id-3030 iframe, .page-id-11107 iframe {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-bottom: -2.3rem; }

.fancybox-inner h1 {
  padding-top: 0.5rem !important; }

.page-template-tpl_News .row {
  display: flex;
  flex-wrap: wrap; }

body.postid-12395.single-newsbeitrag .container {
  max-width: 85rem; }

@media (max-width: 767px) {
    body.postid-12395 #main-container {
      margin-top: 11rem; } }

body.postid-12395 #wrapper .container.cb {
  margin-top: 0; }
  @media (max-width: 767px) {
      body.postid-12395 #wrapper .container.cb .full_width {
        padding: 40px 20px !important; } }
  body.postid-12395 #wrapper .container.cb .height15 {
    display: block !important; }
  body.postid-12395 #wrapper .container.cb h1 {
    color: white;
    margin-bottom: 0; }
  body.postid-12395 #wrapper .container.cb ol {
    margin-left: 49px; }
  body.postid-12395 #wrapper .container.cb .haengematte_img img {
    width: 69%; }
  @media (min-width: 768px) {
      body.postid-12395 #wrapper .container.cb .haengematte_img img {
        margin-top: -63px;
        margin-left: -31px; } }
  body.postid-12395 #wrapper .container.cb .gform_wrapper {
    max-width: 657px !important;
    margin: 0 auto; }
  body.postid-12395 #wrapper .container.cb .gform_wrapper .gform_submission_error {
    font-size: 18px;
    color: red;
    margin-bottom: 27px; }
  body.postid-12395 #wrapper .container.cb form input {
    background: white; }
  body.postid-12395 #wrapper .container.cb form #gform_fields_23 {
    margin: 0 -1.5% !important; }
  body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li {
    float: left;
    margin: 0 1.5% !important;
    width: 97% !important; }
  @media (min-width: 768px) {
          body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li:nth-child(1), body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li:nth-child(2) {
            width: 47% !important; }
          body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li:nth-child(3), body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li:nth-child(6), body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li:nth-child(9) {
            width: 63% !important; }
          body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li:nth-child(4), body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li:nth-child(7), body.postid-12395 #wrapper .container.cb form #gform_fields_23 > li:nth-child(8) {
            width: 31% !important; } }

.grecaptcha-badge {
  left: 0 !important;
  right: unset !important;
  display: flex; }
/*
 ┌─┐┌┐   ┬┌┬┐┌─┐┌┬┐
 │  ├┴┐  │ │ ├┤ │││
 └─┘└─┘  ┴ ┴ └─┘┴ ┴
 File: _modules/_cb_item.scss
 Beschreibung:	Allgemeine CSS Definition für die Content Blöcke.
 Jedes CB Element muss die Classe cb_item enthalten!
 Autor: Team sisu
 Datum: 01.02.2016
 */
@media screen and (max-width: 767px) {
    .cb_item {
      margin-bottom: 20px;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 768px) {
  .cb_item {
    margin-bottom: 30px;
    margin-bottom: 3rem; } }
  @media screen and (min-width: 992px) {
  .cb_item {
    margin-bottom: 60px;
    margin-bottom: 6rem; } }
  .cb_item.nomargin {
    margin: 0; }
/*
 ┌─┐┌┐   ┌┐ ┬  ┌─┐┌─┐┬┌─  ┌─┐┌┬┐┌─┐┬─┐┌┬┐
 │  ├┴┐  ├┴┐│  │ ││  ├┴┐  └─┐ │ ├─┤├┬┘ │ 
 └─┘└─┘  └─┘┴─┘└─┘└─┘┴ ┴  └─┘ ┴ ┴ ┴┴└─ ┴ 
 File: _modules/_cb_block_start.scss
 Beschreibung: Style für Content Block Start und Accordion
 Autor: Team sisu
 Datum: 01.02.2016
 */
.cb_block_start, .cb_accordion_start {
  /*
   ┌─┐┌─┐┌─┐┌─┐┬─┐┌┬┐┬┌─┐┌┐┌
   ├─┤│  │  │ │├┬┘ ││││ ││││
   ┴ ┴└─┘└─┘└─┘┴└──┴┘┴└─┘┘└┘
   */ }
  .cb_block_start .full_width, .cb_accordion_start .full_width {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100vw; }
  .cb_block_start .bg-img, .cb_accordion_start .bg-img {
    background: url('../images/background.jpg') no-repeat center;
    background-size: cover;
    padding: 7rem 0 1rem; }
  .cb_block_start .bottle-bg, .cb_accordion_start .bottle-bg {
    background: url('../images/bottle-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 7rem 3rem 1rem; }
  .cb_block_start .bottle-bg p, .cb_accordion_start .bottle-bg p, .cb_block_start .bottle-bg h1, .cb_accordion_start .bottle-bg h1, .cb_block_start .bottle-bg h2, .cb_accordion_start .bottle-bg h2, .cb_block_start .bottle-bg h3, .cb_accordion_start .bottle-bg h3, .cb_block_start .bottle-bg h4, .cb_accordion_start .bottle-bg h4 {
    color: white !important; }
  .cb_block_start .bottle-bg .btn, .cb_accordion_start .bottle-bg .btn {
    color: #00417e !important; }
  .cb_block_start .toggler, .cb_accordion_start .toggler {
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 8px 50px 8px 20px;
    padding: 0.8rem 5rem 0.8rem 2rem;
    border-bottom: 0px solid #ccc;
    background-color: rgba(3, 82, 161, .5);
    color: white;
    background-image: url('../images/acc_arrow_down.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .cb_block_start .toggler.active, .cb_accordion_start .toggler.active {
    background-image: url('../images/acc_arrow_up.png'); }
  .cb_block_start.last, .cb_accordion_start.last {
    border-bottom: none; }
  .cb_block_start .toggletext, .cb_accordion_start .toggletext {
    padding-left: 5px;
    padding-left: 0.5rem;
    padding-right: 5px;
    padding-right: 0.5rem; }

.cb_accordion_start {
  margin-bottom: 0px; }
/*
 ┌─┐┌┐   ┌─┐┌─┐┬─┐┌┬┐┬ ┬┬  ┌─┐┬─┐
 │  ├┴┐  ├┤ │ │├┬┘││││ ││  ├─┤├┬┘
 └─┘└─┘  └  └─┘┴└─┴ ┴└─┘┴─┘┴ ┴┴└─
 File: _modules/_cb_formular.scss
 Beschreibung: Alle Styles für die Formulare
 Autor: Team sisu
 Datum: 01.02.2016
 */
form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0px 2px;
  margin: 0rem 0.2rem;
  padding: 3.5px 6.25px 7.5px;
  padding: 0.35rem 0.625rem 0.75rem; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

button {
  border: none;
  width: 100%;
  text-align: left;
  background: none; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  padding-right: 0.2rem;
  /* Don't cut off the webkit search cancel button */
  width: 250px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=text], textarea, select {
  outline: none;
  border: 1px solid #ccc; }

textarea {
  overflow: auto;
  vertical-align: top; }

pre {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem; }

.gform_wrapper {
  max-width: 100% !important; }
  .gform_wrapper .gform_heading {
    display: none; }
  .gform_wrapper ul li {
    list-style: none; }
  .gform_wrapper ul li.gfield {
    clear: none !important;
    /*form error*/ }
  .gform_wrapper ul li.gfield .gfield_radio li {
    display: inline-block;
    margin-right: 15px; }
    .gform_wrapper ul li.gfield .gfield_radio li input {
      width: 22px;
      margin-left: 1px;
      position: relative;
      top: -2px; }
  .gform_wrapper ul li.gfield.gfield_error {
    width: 100% !important;
    background: none !important;
    border: none !important; }
  .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0px;
    margin-bottom: 0rem; }
    .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required div.ginput_container {
      max-width: 100% !important;
      margin-left: 0px;
      margin-left: 0rem; }
  .gform_wrapper ul li.gfield.gfield_error label, .gform_wrapper ul li.gfield.gfield_error a {
    color: #f00 !important; }
  .gform_wrapper ul li.gfield.gfield_error textarea, .gform_wrapper ul li.gfield.gfield_error input[type=text] {
    border: solid 1px #f00 !important; }
  .gform_wrapper ul li.gfield.gfield_error.col-md-4 {
    width: 33.33333% !important; }
  .gform_wrapper ul li.gfield.gfield_error.col-md-5 {
    width: 41.66667% !important; }
  .gform_wrapper ul li.gfield.gfield_error.col-md-8 {
    width: 66.66667% !important; }
  .gform_wrapper ul li .validation_message {
    display: none !important; }
  .gform_wrapper ul li .ginput_container {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }
  .gform_wrapper ul li .ginput_container .ginput_container_fileupload {
    clear: both; }
  .gform_wrapper ul li .ginput_container input[type='text'], .gform_wrapper ul li .ginput_container textarea, .gform_wrapper ul li .ginput_container select {
    border-radius: 0px;
    border-radius: 0rem;
    border: 1px solid #d0ad67;
    background: transparent;
    color: black;
    width: 100% !important;
    padding: 13px 20px;
    padding: 1.3rem 2rem;
    text-indent: 0px;
    text-indent: 0rem;
    font-weight: normal !important; }
  .gform_wrapper ul li .ginput_container textarea {
    height: auto;
    padding: 5px 10px;
    padding: 0.5rem 1rem; }
  .gform_wrapper .gform_validation_container {
    display: none; }
  .gform_wrapper .validation_error {
    border-top: none !important;
    border-bottom: none !important;
    color: #f00 !important; }
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0px;
    margin-left: 0rem; }
  .gform_wrapper .gform_heading {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .gform_wrapper .gform_heading h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
  .gform_wrapper .gform_heading span.gform_description {
    font-size: 13px;
    font-size: 1.3rem; }
  .gform_wrapper .gform_body {
    padding: 0px;
    padding: 0rem;
    clear: both;
    overflow: hidden; }
  .gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea, .gform_wrapper .gform_body select {
    background: #fff;
    border: 1px solid #d0ad67 !important;
    padding: 5px;
    padding: 0.5rem;
    border-radius: 0px;
    border-radius: 0rem; }
  .gform_wrapper .gform_body ul {
    list-style: none !important;
    padding: 0px;
    padding: 0rem;
    margin: 0px;
    margin: 0rem; }
  .gform_wrapper .gform_body ul li.show-label label {
    display: block !important; }
  .gform_wrapper .gform_body ul li.nolabel span {
    display: none; }
  .gform_wrapper .gform_body ul li .ginput_container_checkbox ul li label {
    display: inline; }
  .gform_wrapper .gform_footer {
    padding: 0px;
    padding: 0rem;
    margin: 0px;
    margin: 0rem; }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer button.button {
    border-radius: 2px;
    border-radius: 0.2rem;
    font-family: "Crimson Text", Arial, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    background: #00417e;
    text-shadow: none;
    text-transform: uppercase;
    padding: 13px 43px;
    padding: 1.3rem 4.3rem;
    border: none;
    color: white;
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in;
    /*safari and chrome */
    -moz-transition: all 0.3s ease-in;
    /* firefox */
    -o-transition: all 0.3s ease-in;
    /* opera */
    width: auto;
    float: right; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer button.button:hover {
    opacity: 0.8;
    text-decoration: none;
    color: white; }

::-webkit-input-placeholder {
  color: #333;
  opacity: 0.5;
  font-weight: normal !important; }

:-moz-placeholder {
  color: #333;
  opacity: 0.5;
  font-weight: normal !important; }

::-moz-placeholder {
  color: #333;
  opacity: 0.5;
  font-weight: normal !important; }

:-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
  font-weight: normal !important; }

.gfield_select {
  border-radius: 0px;
  border-radius: 0rem;
  border: 1px solid #acb9c5;
  background: none;
  color: #00417e;
  width: 100% !important; }

.gfield_label {
  font-weight: bold; }
/* NEWSLETTER BOX */
.newsletter .gform_confirmation_wrapper, .newsletter form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto; }

#gform_16 .validation_error {
  padding: 10px; }
  #gform_16 .gform_fields .gfield {
    width: 100%;
    float: left;
    padding: 0 10px; }
  #gform_16 .gform_fields .gfield#field_16_2, #gform_16 .gform_fields .gfield#field_16_3 {
    width: 50%; }
  #gform_16 .gform_fields .gfield#field_16_4, #gform_16 .gform_fields .gfield#field_16_7 {
    width: 65%; }
  #gform_16 .gform_fields .gfield#field_16_5, #gform_16 .gform_fields .gfield#field_16_6 {
    width: 35%; }
  #gform_16 .gform_fields .gfield#field_16_22 .gfield_label {
    display: none; }
  #gform_16 .gform_fields .gfield .gfield_description {
    display: block;
    margin-top: -10px;
    margin-bottom: 15px; }
  #gform_16 .openform {
    display: none; }
  #gform_16 #gform_submit_button_16 {
    display: none;
    margin-top: -60px; }
  #gform_16 .btn {
    margin: 20px 10px; }
  #gform_16 .btn.small {
    padding: 6px 25px; }
  #gform_16 .gform_footer {
    margin-top: 15px; }

#gform_17 .validation_error, #gform_3 .validation_error {
  padding: 10px; }
  #gform_17 .gform_fields .gfield, #gform_3 .gform_fields .gfield {
    width: 100%;
    float: left;
    padding: 0 10px; }
  #gform_17 .gform_fields .gfield#field_3_5, #gform_3 .gform_fields .gfield#field_3_5, #gform_17 .gform_fields .gfield#field_3_6, #gform_3 .gform_fields .gfield#field_3_6, #gform_17 .gform_fields .gfield#field_17_5, #gform_3 .gform_fields .gfield#field_17_5, #gform_17 .gform_fields .gfield#field_17_6, #gform_3 .gform_fields .gfield#field_17_6 {
    width: 50%; }
  #gform_17 .gform_fields .gfield#field_3_7, #gform_3 .gform_fields .gfield#field_3_7, #gform_17 .gform_fields .gfield#field_3_11, #gform_3 .gform_fields .gfield#field_3_11, #gform_17 .gform_fields .gfield#field_17_7, #gform_3 .gform_fields .gfield#field_17_7, #gform_17 .gform_fields .gfield#field_17_11, #gform_3 .gform_fields .gfield#field_17_11 {
    width: 65%; }
  #gform_17 .gform_fields .gfield#field_3_10, #gform_3 .gform_fields .gfield#field_3_10, #gform_17 .gform_fields .gfield#field_3_8, #gform_3 .gform_fields .gfield#field_3_8, #gform_17 .gform_fields .gfield#field_17_10, #gform_3 .gform_fields .gfield#field_17_10, #gform_17 .gform_fields .gfield#field_17_8, #gform_3 .gform_fields .gfield#field_17_8 {
    width: 35%; }

::-webkit-input-placeholder {
  opacity: 0.5; }

:-moz-placeholder {
  opacity: 0.5; }

::-moz-placeholder {
  opacity: 0.5; }

:-ms-input-placeholder {
  opacity: 0.5; }

#gform_wrapper_18 .ginput_container_checkbox, #gform_wrapper_19 .ginput_container_checkbox {
  text-align: center; }
  #gform_wrapper_18 .gform_footer, #gform_wrapper_19 .gform_footer {
    display: flex;
    justify-content: center; }

#gform_30 .validation_error {
  padding: 10px; }
  #gform_30 .gform_fields .gfield {
    width: 100%;
    float: left;
    padding: 0 10px; }
  #gform_30 .gform_fields .gfield#field_30_2, #gform_30 .gform_fields .gfield#field_30_3 {
    width: 50%; }
  #gform_30 .gform_fields .gfield#field_30_4, #gform_30 .gform_fields .gfield#field_30_7 {
    width: 65%; }
  #gform_30 .gform_fields .gfield#field_30_5, #gform_30 .gform_fields .gfield#field_30_6 {
    width: 35%; }
  #gform_30 .gform_fields .gfield#field_30_22 .gfield_label {
    display: none; }
  #gform_30 .gform_fields .gfield .gfield_description {
    display: block;
    margin-top: -10px;
    margin-bottom: 15px; }
  #gform_30 .openform {
    display: none; }
  #gform_30 #gform_submit_button_30 {
    display: none;
    margin-top: -60px; }
  #gform_30 .btn {
    margin: 20px 10px; }
  #gform_30 .btn.small {
    padding: 6px 25px;
    margin-bottom: 60px; }
  #gform_30 .gform_footer {
    margin-top: 15px; }

.infopdf {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 21px;
  border: 2px solid #00417e;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  padding-top: 1px; }

.infobox_fans {
  border: 1px solid #00417e;
  padding: 15px 20px 17px 66px;
  margin-bottom: 18px;
  position: relative;
  display: inline-block; }
  .infobox_fans i {
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -17px;
    height: 33px;
    width: 33px;
    border: 2px solid #00417e;
    border-radius: 50%;
    text-align: center;
    color: #00417e;
    padding-top: 5px;
    font-size: 20px; }
/*
 ┌─┐┌┐   ┌─┐┌─┐┌─┐┌─┐┬  ┌─┐  ┌┬┐┌─┐┌─┐
 │  ├┴┐  │ ┬│ ││ ││ ┬│  ├┤   │││├─┤├─┘
 └─┘└─┘  └─┘└─┘└─┘└─┘┴─┘└─┘  ┴ ┴┴ ┴┴  
 File: _modules/_cb_google_map.scss
 Beschreibung: Styles für die Google Map
 Autor: Team sisu
 Datum: 01.02.2016
 */
.map {
  width: 100%;
  height: 400px;
  height: 40rem;
  border: #acb9c5 solid 1px;
  margin: 0px;
  margin: 0rem; }
/*
 ┌─┐┌┐   ┌─┐┬┌┬┐┌─┐┌┬┐┌─┐┬  ┌─┐┌┬┐┌─┐┌┐┌┌┬┐
 │  ├┴┐  ┌─┘│ │ ├─┤ │ ├┤ │  ├┤ │││├┤ │││ │ 
 └─┘└─┘  └─┘┴ ┴ ┴ ┴ ┴ └─┘┴─┘└─┘┴ ┴└─┘┘└┘ ┴ 
 File: _modules/_cb_zitatelement.scss
 Beschreibung: CSS Styles für das Zitatelement
 Autor: Team sisu
 Datum: 01.02.2016
 */

  @media screen and (min-width: 768px) {
    .cb_zitatelement .vertical-align {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      /* works with row or column */
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (min-width: 992px) {
    .cb_zitatelement .vertical-align {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      /* works with row or column */
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; } }

  @media screen and (min-width: 768px) {
    .cb_zitatelement .vertical-align > [class^="col-"], .cb_zitatelement .vertical-align > [class*=" col-"] {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media screen and (min-width: 992px) {
    .cb_zitatelement .vertical-align > [class^="col-"], .cb_zitatelement .vertical-align > [class*=" col-"] {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .cb_zitatelement .quotebox_content {
    text-align: center; }
  .cb_zitatelement .box_background {
    background-size: cover !important; }
  .cb_zitatelement .box_background.full_width {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100vw; }
/*
 ┌─┐┌┐   ┌┬┐┌─┐─┐ ┬┌┬┐┌─┐┬  ┌─┐┌┬┐┌─┐┌┐┌┌┬┐
 │  ├┴┐   │ ├┤ ┌┴┬┘ │ ├┤ │  ├┤ │││├┤ │││ │ 
 └─┘└─┘   ┴ └─┘┴ └─ ┴ └─┘┴─┘└─┘┴ ┴└─┘┘└┘ ┴ 
 File: _modules/_cb_textelement.scss
 Beschreibung: CSS Styles für Textelemente
 Autor: Team sisu
 Datum: 01.02.2016
 */
.cb_textelement {
  /* Text alighnment is set in Wordpress Content Box Element */ }
  .cb_textelement .container {
    max-width: 100%; }
  .cb_textelement .subline {
    color: #674426;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 0; }
  .cb_textelement .entry-text {
    line-height: 20px;
    line-height: 2rem; }
  .cb_textelement .entry-text ul {
    list-style-type: none;
    margin-left: 10px;
    margin-left: 1rem;
    padding-left: 0px;
    padding-left: 0rem; }
  .cb_textelement .entry-text ul li {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    background-image: url('../images/list-style-image.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.2%;
    padding-left: 25px;
    padding-left: 2.5rem; }
  .cb_textelement.left h1, .cb_textelement.left h2, .cb_textelement.left h3, .cb_textelement.left h4, .cb_textelement.left .subline, .cb_textelement.left .entry-text, .cb_textelement.left .text_button {
    text-align: left; }
  .cb_textelement.center h1, .cb_textelement.center h2, .cb_textelement.center h3, .cb_textelement.center h4, .cb_textelement.center .subline, .cb_textelement.center .entry-text, .cb_textelement.center .text_button {
    text-align: center; }
  .cb_textelement.right h1, .cb_textelement.right h2, .cb_textelement.right h3, .cb_textelement.right h4, .cb_textelement.right .subline, .cb_textelement.right .entry-text, .cb_textelement.right .text_button {
    text-align: right; }
  .cb_textelement .box_background {
    background-size: cover !important; }
  .cb_textelement .box_background.full_width {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100vw; }
  .cb_textelement.horizontal {
    display: flex;
    flex-direction: column; }
  .cb_textelement.horizontal .textelement_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center; }
  .cb_textelement.vertical {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center; }
/*
 ┌─┐┌┬┐  ┌┐ ┬┬  ┌┬┐┌─┐┬─┐┌─┐┌─┐┬  ┌─┐┬─┐┬┌─┐
 │   ││  ├┴┐││   ││├┤ ├┬┘│ ┬├─┤│  ├┤ ├┬┘│├┤ 
 └─┘─┴┘  └─┘┴┴─┘─┴┘└─┘┴└─└─┘┴ ┴┴─┘└─┘┴└─┴└─┘
 File: _modules/_cb_bildergalerie.scss
 Beschreibung: CSS Styles für Bildergalerie Vorschaubilder
 Autor: Team sisu
 Datum: 01.02.2016
 */
.gallery {
  padding: 0px;
  padding: 0rem;
  left: 0; }
  .gallery li {
    list-style: none;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
  .gallery li a {
    display: block;
    overflow: hidden;
    background: white; }
  .gallery li a img {
    width: auto;
    width: 100%;
    margin: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .gallery li:hover a img {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-transition: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
/*
 ┌─┐┌┬┐  ┬┌─┐┌─┐┌┐┌┌─┐
 │   ││  ││  │ ││││└─┐
 └─┘─┴┘  ┴└─┘└─┘┘└┘└─┘
 File: _modules/_cb_icons.scss
 Beschreibung: CSS Styles für Icons (Iconset)
 Autor: Team sisu
 Datum: 01.02.2016
 */
.cb_iconset {
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  .cb_iconset .cb_icons {
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .cb_iconset .cb_icons .iconitem {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .cb_iconset .cb_icons .iconitem .image_container {
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
  .cb_iconset .cb_icons .iconitem .image_container img {
    margin: 0 auto;
    width: 100%; }
  .cb_iconset .cb_icons .iconitem .image_container .fa {
    font-size: 60px;
    font-size: 6rem;
    color: #333; }
  .cb_iconset .cb_icons .iconitem a {
    text-decoration: none !important;
    font-weight: 600; }
  .cb_iconset .cb_icons .iconitem a:hover {
    color: #674426; }
/*
 ┌─┐┌┐   ┌─┐┬┌─┐┌┬┐┬ ┬┬─┐┌─┐
 │  ├┴┐  ├─┘││   │ │ │├┬┘├┤ 
 └─┘└─┘  ┴  ┴└─┘ ┴ └─┘┴└─└─┘
 File: _modules/_cb_picture.scss
 Beschreibung: Styles für Bild-Element
 Erstellt von: Team sisu
 Datum: 01.02.2016
 */
.cb_picture img {
  width: 100%; }
/*
 ┌─┐┌┐   ┌┬┐┌─┐┌┐ ┌─┐┬  ┬  ┌─┐
 │  ├┴┐   │ ├─┤├┴┐├┤ │  │  ├┤ 
 └─┘└─┘   ┴ ┴ ┴└─┘└─┘┴─┘┴─┘└─┘
 File: _modules/_cb_tabelle.scss
 Beschreibung:	CSS für Tabellen
 Autor: Team sisu
 Datum: 18.05.2016
 */
.cb_tabelle .table-striped > tbody > tr:nth-of-type(odd) {
  background: none; }
  .cb_tabelle input {
    outline: none !important; }
  .cb_tabelle table, .cb_tabelle td {
    border: none !important; }
  .cb_tabelle th {
    border: none !important;
    padding: 2px 0px !important; }
  .cb_tabelle td {
    padding: 2px 0px !important;
    font-weight: 400; }
  .cb_tabelle thead {
    background: #ebeff1 !important;
    color: #333 !important; }
  .cb_tabelle tr.odd {
    background: none !important; }
  .cb_tabelle tr.even {
    background: none !important; }
  .cb_tabelle table.table {
    border: 1px solid #acb9c5 !important;
    border-right: none !important; }
  .cb_tabelle .table-bordered > thead > tr > th, .cb_tabelle .table-bordered > tbody > tr > th, .cb_tabelle .table-bordered > tfoot > tr > th, .cb_tabelle .table-bordered > thead > tr > td, .cb_tabelle .table-bordered > tbody > tr > td, .cb_tabelle .table-bordered > tfoot > tr > td {
    border-bottom: 1px solid #111;
    padding: 3px 18px 3px 18px !important;
    border-right: 1px solid #acb9c5 !important; }
  .cb_tabelle .table-bordered > tbody > tr:first-of-type > td {
    padding-top: 13px !important; }
  .cb_tabelle .table-bordered > tbody > tr:last-of-type > td {
    padding-bottom: 13px !important; }
  .cb_tabelle table.dataTable thead th, .cb_tabelle table.dataTable thead td {
    padding: 11px 18px !important;
    border-bottom: 1px solid #acb9c5 !important; }
  .cb_tabelle table.dataTable thead .sorting {
    background-image: none !important; }
  .cb_tabelle table.dataTable thead .sorting:after {
    font-family: "FontAwesome", Arial, sans-serif !important;
    content: '\f0dc' !important;
    color: #333 !important;
    float: right; }
  .cb_tabelle table.dataTable thead .sorting_asc {
    background-image: none !important; }
  .cb_tabelle table.dataTable thead .sorting_asc:after {
    font-family: "FontAwesome", Arial, sans-serif !important;
    content: '\f0de' !important;
    color: #333 !important;
    float: right; }
  .cb_tabelle table.dataTable thead .sorting_desc {
    background-image: none !important; }
  .cb_tabelle table.dataTable thead .sorting_desc:after {
    font-family: "FontAwesome", Arial, sans-serif !important;
    content: '\f0dd' !important;
    color: #333 !important;
    float: right; }
  .cb_tabelle table.collapsed tbody td:first-child:before, .cb_tabelle table.collapsed tbody th:first-child:before {
    font-family: "FontAwesome", Arial, sans-serif !important;
    content: '\f078' !important;
    color: #444 !important;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    background-color: transparent !important; }
  .cb_tabelle table.collapsed tbody tr.parent > td:first-child:before, .cb_tabelle table.collapsed tbody tr.parent > th:first-child:before {
    content: '\f077' !important; }
  .cb_tabelle ul.pagination li {
    padding: 4px !important; }
  .cb_tabelle ul.pagination li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #00417e;
    outline: none; }
  .cb_tabelle ul.pagination li a:hover, .cb_tabelle ul.pagination li a:focus {
    text-decoration: none; }
  .cb_tabelle ul.pagination li:hover {
    background: #00417e !important;
    border: none !important; }
  .cb_tabelle ul.pagination li:hover a {
    color: #fff !important; }
  .cb_tabelle ul.pagination li.active {
    background: #00417e !important;
    border: none !important; }
  .cb_tabelle ul.pagination li.active a {
    color: #fff !important; }
  .cb_tabelle ul.pagination li.previous:hover {
    background: none !important; }
  .cb_tabelle ul.pagination li.previous:hover a:before {
    color: #56bae1; }
  .cb_tabelle ul.pagination li.previous a {
    line-height: 0;
    font-size: 0; }
  .cb_tabelle ul.pagination li.previous a:before {
    font-family: "FontAwesome", Arial, sans-serif;
    content: '\f053';
    font-size: 16px;
    font-size: 1.6rem; }
  .cb_tabelle ul.pagination li.previous a:focus {
    outline: none; }
  .cb_tabelle ul.pagination li.next:hover {
    background: none !important; }
  .cb_tabelle ul.pagination li.next:hover a:before {
    color: #56bae1; }
  .cb_tabelle ul.pagination li.next a {
    line-height: 0;
    font-size: 0; }
  .cb_tabelle ul.pagination li.next a:before {
    font-family: "FontAwesome", Arial, sans-serif;
    content: '\f054';
    font-size: 16px;
    font-size: 1.6rem; }
  .cb_tabelle ul.pagination li.next a:focus {
    outline: none; }
  .cb_tabelle ul.pagination li.disabled a {
    color: #eaeaea; }
  .cb_tabelle ul.pagination li.disabled:hover a:before {
    color: #eaeaea; }

.fancybox-skin .cb_tabelle th {
  border: none !important;
  padding: 10px 0px !important; }
  .fancybox-skin .cb_tabelle td {
    padding: 10px 0px !important;
    font-weight: 400; }

.cb_timeline .timeline-entry .content {
  display: flex;
  flex-direction: column;
  text-align: center; }
  @media (min-width: 768px) {
      .cb_timeline .timeline-entry .content {
        align-items: center;
        flex-direction: row;
        text-align: left; } }
  @media (min-width: 768px) {
        .cb_timeline .timeline-entry .content .image-wrapper, .cb_timeline .timeline-entry .content .text-wrapper {
          flex-basis: 50%; } }
  .cb_timeline .timeline-entry .content .image-wrapper {
    text-align: center; }
  .cb_timeline .timeline-entry .content .text-wrapper {
    margin-top: 2rem; }
  @media (min-width: 768px) {
        .cb_timeline .timeline-entry .content .text-wrapper {
          margin-top: 0; } }
  .cb_timeline .timeline-entry .content .text-wrapper h3 {
    margin-bottom: 0.5rem; }
  .cb_timeline .timeline-entry .year {
    color: #674426;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 1rem;
    text-align: center; }
  .cb_timeline .timeline-entry .quote-wrapper {
    color: #00417e;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: center; }
  @media (min-width: 768px) {
        .cb_timeline .timeline-entry:nth-child(odd) .text-wrapper {
          padding-left: 5rem; } }
  @media (min-width: 768px) {
        .cb_timeline .timeline-entry:nth-child(odd) .image-wrapper {
          border-right: 1px solid #d0ad67;
          padding-right: 3rem;
          text-align: right; } }
  @media (min-width: 768px) {
        .cb_timeline .timeline-entry:nth-child(even) .content {
          flex-direction: row-reverse; } }
  @media (min-width: 768px) {
          .cb_timeline .timeline-entry:nth-child(even) .content .text-wrapper {
            padding-right: 5rem;
            text-align: right; } }
  @media (min-width: 768px) {
          .cb_timeline .timeline-entry:nth-child(even) .content .image-wrapper {
            border-left: 1px solid #d0ad67;
            padding-left: 3rem;
            text-align: left; } }
  .cb_timeline .timeline-entry:last-child .content .image-wrapper {
    border-left: none;
    border-right: none; }
  .cb_timeline .timeline-entry:last-child .year {
    padding-top: 3rem; }
  .cb_timeline .timeline-entry:first-child .year-wrapper {
    align-items: center;
    display: flex;
    justify-content: center; }
  .cb_timeline .timeline-entry:first-child .year-wrapper .year {
    display: inline-block;
    padding-bottom: 3rem; }
  @media (min-width: 992px) {
          .cb_timeline .timeline-entry:first-child .year-wrapper .year {
            border-bottom: 1px solid #d0ad67;
            padding: 0 7rem 3rem; } }
  .cb_timeline .timeline-entry:first-child .image-wrapper img {
    padding-top: 3rem; }
  .cb_timeline .timeline-entry:last-child .year, .cb_timeline .timeline-entry:first-child .year {
    color: #00417e;
    font-size: 3.6rem;
    font-weight: 600;
    text-transform: uppercase; }

.behindthescreens {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .behindthescreens .small-img {
      max-width: 50%;
      display: none; } }
  .behindthescreens .anchor {
    position: relative;
    z-index: -1;
    width: 100%;
    margin-top: -10rem;
    padding-top: 10rem; }
  .behindthescreens .footerimg {
    max-width: 400px;
    margin-top: 12rem; }
  .behindthescreens .margin-mobile {
    padding-left: 15px;
    padding-right: 15px; }
  .behindthescreens .gform_wrapper .ginput_counter {
    display: none; }
  .behindthescreens .gform_wrapper .ginput_complex label {
    display: none; }
  .behindthescreens .gform_wrapper .gfield_required {
    display: none !important; }
  @media (min-width: 641px) {
      .behindthescreens .gform_wrapper .gfield.one-third {
        grid-column: span 4; }
      .behindthescreens .gform_wrapper .gfield.two-third {
        grid-column: span 8; } }
  .behindthescreens .gform_wrapper legend, .behindthescreens .gform_wrapper label {
    color: #00417e;
    font-size: 1.8rem;
    font-weight: 400; }
  @media (min-width: 768px) {
      .behindthescreens .gform_wrapper legend, .behindthescreens .gform_wrapper label {
        font-size: 2rem; } }
  .behindthescreens .gform_wrapper legend a, .behindthescreens .gform_wrapper label a {
    color: #00417e;
    text-decoration: underline; }
  .behindthescreens .gform_wrapper legend a:hover, .behindthescreens .gform_wrapper label a:hover {
    text-decoration: none; }
  .behindthescreens .gform_wrapper input, .behindthescreens .gform_wrapper select, .behindthescreens .gform_wrapper textarea {
    border: none !important;
    color: #00417e;
    font-size: 2rem;
    height: 4.5rem;
    background-color: #bfcfde !important; }
  @media (min-width: 768px) {
      .behindthescreens .gform_wrapper input, .behindthescreens .gform_wrapper select, .behindthescreens .gform_wrapper textarea {
        font-size: 2.2rem; } }
  .behindthescreens .gform_wrapper input.datepicker {
    width: 100% !important; }
  .behindthescreens .abstand-nach-unten {
    margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .behindthescreens .abstand-nach-unten {
      margin-bottom: 10rem; } }
  @media (min-width: 768px) {
    .behindthescreens .big-abstand {
      margin-bottom: 50rem; } }
  @media (min-width: 768px) {
    .behindthescreens .handy {
      margin-top: 3% !important; } }
  .behindthescreens .white-bg {
    background-color: white;
    padding: 8rem 0;
    margin-bottom: 8rem; }
  @media (min-width: 768px) {
    .behindthescreens .table-wrapper {
      margin-bottom: 40rem;
      max-width: 60%; } }
  .behindthescreens .table-wrapper span {
    font-weight: bold;
    min-width: 5rem;
    position: absolute;
    left: 0; }
  .behindthescreens .table-wrapper p {
    border-bottom: 0.2rem solid #00417e;
    padding-left: 8rem; }
  .behindthescreens h2 {
    font-size: 57px;
    z-index: 1;
    position: relative; }
  @media (max-width: 991px) {
    .behindthescreens h2 {
      font-size: 45px; } }
  @media (max-width: 767px) {
    .behindthescreens h2 {
      font-size: 30px; } }
  .behindthescreens p {
    color: #00417e;
    font-size: 32px;
    z-index: 1;
    position: relative;
    line-height: 1.1; }
  @media (max-width: 991px) {
    .behindthescreens p {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .behindthescreens p {
      font-size: 20px; } }
  .behindthescreens p.big {
    font-size: 42px;
    font-weight: bold;
    font-style: italic; }
  @media (max-width: 991px) {
      .behindthescreens p.big {
        font-size: 34px; } }
  @media (max-width: 991px) {
      .behindthescreens p.big {
        font-size: 29px; } }
  @media (min-width: 1200px) {
  .behindthescreens .container {
    max-width: 950px; } }
  .behindthescreens .background {
    padding: 100px 0;
    position: relative; }
  @media (max-width: 767px) {
    .behindthescreens .background {
      padding: 50px 0; } }
  .behindthescreens .flex {
    display: flex; }
  .behindthescreens .flex.coloumn {
    flex-direction: column; }
  .behindthescreens .flex.flex-start {
    align-items: flex-start; }
  .behindthescreens .half {
    width: 50%; }
  @media (max-width: 767px) {
    .behindthescreens .half {
      width: 100%; } }
  .behindthescreens .right {
    margin-left: auto; }
  @media (max-width: 767px) {
    .behindthescreens .text-right {
      text-align: left; } }
  .behindthescreens .middle {
    margin: 0 auto; }
  .behindthescreens .absolute {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 70px; }
  @media (max-width: 767px) {
    .behindthescreens .absolute {
      position: relative;
      margin-top: 0; } }
  .behindthescreens .w69 {
    width: 69%; }
  @media (max-width: 767px) {
    .behindthescreens .w69 {
      width: 100%; } }
  .behindthescreens .pt {
    padding-top: 40px; }
  .behindthescreens .anim {
    position: relative;
    width: 100%; }
  .behindthescreens .anim iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0; }
  .behindthescreens .anim.anim1 {
    padding-top: 55%;
    margin-top: -30px;
    margin-bottom: -85px; }
  @media (max-width: 767px) {
      .behindthescreens .anim.anim1 {
        padding-top: 76%;
        margin-top: -17px;
        margin-bottom: 90px;
        margin-top: 0px; } }
  .behindthescreens .anim.anim1 iframe {
    width: 82%;
    left: auto;
    right: -100px;
    border: none; }
  @media (max-width: 767px) {
        .behindthescreens .anim.anim1 iframe {
          width: 112%;
          right: -34px; } }
  .behindthescreens .anim.anim2 {
    padding-top: 70%;
    margin-top: -259px;
    margin-bottom: -180px; }
  @media (max-width: 991px) {
      .behindthescreens .anim.anim2 {
        margin-top: -149px;
        margin-bottom: -120px; } }
  @media (max-width: 767px) {
      .behindthescreens .anim.anim2 {
        margin-top: -94px;
        margin-bottom: -4px;
        padding-top: 110%; } }
  .behindthescreens .anim.anim2 iframe {
    width: 65%;
    left: -100px;
    border: none; }
  @media (max-width: 767px) {
        .behindthescreens .anim.anim2 iframe {
          width: 105%;
          left: -50px; } }
  .behindthescreens .anim.anim3 {
    padding-top: 68%;
    margin-top: 0px;
    margin-bottom: -180px;
    position: absolute; }
  @media (max-width: 767px) {
      .behindthescreens .anim.anim3 {
        padding-top: 127%;
        margin-top: 0;
        margin-bottom: 0px;
        position: relative; } }
  .behindthescreens .anim.anim3 iframe {
    width: 54%;
    left: auto;
    right: -70px;
    border: none;
    bottom: 87%;
    top: auto; }
  @media (max-width: 767px) {
        .behindthescreens .anim.anim3 iframe {
          width: 104%;
          left: auto;
          right: -20px;
          bottom: 0%; } }
  .behindthescreens .anim.anim4 {
    padding-top: 58%;
    margin-top: 20px;
    margin-bottom: -150px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto; }
  @media (max-width: 767px) {
      .behindthescreens .anim.anim4 {
        margin-bottom: 30px; } }
  .behindthescreens .anim.anim4 iframe {
    width: 100%;
    border: none; }
  .behindthescreens .anim.anim5 {
    padding-top: 53%;
    margin-top: -60px;
    margin-bottom: -60px; }
  @media (max-width: 991px) {
      .behindthescreens .anim.anim5 {
        margin-top: -110px; } }
  @media (max-width: 767px) {
      .behindthescreens .anim.anim5 {
        margin-top: 0px;
        margin-bottom: 0px; } }
  .behindthescreens .anim.anim5 iframe {
    width: 100%;
    border: none; }
  .behindthescreens .countdown {
    position: relative;
    padding: 4rem 0;
    background-color: #00417e; }
  .behindthescreens .countdown::before {
    content: "";
    background-color: #00417e;
    left: -100%;
    right: -100%;
    position: absolute;
    top: 0;
    bottom: 0; }
  @media (max-width: 1199px) {
      .behindthescreens .countdown .small-big {
        width: 100%;
        padding: 0; } }
  .behindthescreens .countdown img {
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 40px;
    width: 70%; }
  @media (max-width: 767px) {
      .behindthescreens .countdown img {
        margin-top: 100px;
        margin-bottom: 0px;
        width: 100%; } }
  .behindthescreens .countdown .playicon {
    fill: #00417e;
    width: 4rem;
    height: 4rem;
    margin-left: 61%; }
  @media (max-width: 767px) {
      .behindthescreens .countdown .playicon {
        width: 3rem;
        height: 3rem;
        margin: 0 auto; } }
  .behindthescreens .countdown .hand {
    position: absolute;
    left: -40px;
    width: 37%;
    margin-top: 30px;
    max-width: 20vw; }
  @media (max-width: 1599px) {
      .behindthescreens .countdown .hand {
        display: none; } }
  .behindthescreens .countdown .counter {
    display: flex;
    margin: 30px auto;
    display: none; }
  .behindthescreens .countdown .counter div {
    background-image: url(../images/2023_behindthescreens/verschluss.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 141px;
    height: 182px;
    color: #00417e;
    text-align: center;
    margin: 0 27px; }
  .behindthescreens .countdown .counter div span {
    display: block;
    font-size: 82px;
    padding: 112px 0 30px; }
  .behindthescreens .countdown .counter div small {
    display: block;
    font-size: 22px; }
  @media (max-width: 991px) {
        .behindthescreens .countdown .counter div {
          width: 150px;
          height: 190px;
          margin: 0 20px; }
          .behindthescreens .countdown .counter div span {
            padding: 121px 0 32px;
            font-size: 73px; }
          .behindthescreens .countdown .counter div small {
            font-size: 19px; } }
  @media (max-width: 767px) {
        .behindthescreens .countdown .counter div {
          width: 61px;
          height: 67px;
          margin: 0 5px; }
          .behindthescreens .countdown .counter div span {
            padding: 42px 0 0;
            font-size: 31px; }
          .behindthescreens .countdown .counter div small {
            font-size: 11px; } }
  .behindthescreens .countdown:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: white;
    width: 100vw;
    border-top: 3px solid #00417e;
    border-bottom: 37px solid #00417e;
    z-index: -1;
    transform: translateX(-50%); }
  .behindthescreens .animFromTop {
    transform: translateY(-500px);
    opacity: 0;
    transition: all ease 2s; }
  .behindthescreens .animFromTop.animation {
    transform: translateY(0px);
    opacity: 1; }
  .behindthescreens .animToTop {
    transform: translateY(200px);
    opacity: 0;
    transition: all ease 1s; }
  .behindthescreens .animToTop.animation {
    transform: translateY(0px);
    opacity: 1; }
  .behindthescreens .animFromLeft {
    transform: translateX(-100%);
    opacity: 0;
    transition: all ease 1s; }
  .behindthescreens .animFromLeft.animation {
    transform: translateY(0%);
    opacity: 1; }
  .behindthescreens .animFromRight {
    transform: translateX(20%);
    opacity: 0;
    transition: all ease 1s; }
  .behindthescreens .animFromRight.animation {
    transform: translateY(0%);
    opacity: 1; }
  .behindthescreens.part-two .background {
    padding-top: 0; }
  .behindthescreens.part-two .kleiner-abstand-nach-unten {
    margin-bottom: 2rem; }
  @media (min-width: 768px) {
      .behindthescreens.part-two .kleiner-abstand-nach-unten {
        margin-bottom: 5rem; } }
  .behindthescreens.part-two p:not(.big) {
    font-size: 2rem; }
  @media (min-width: 768px) {
      .behindthescreens.part-two p:not(.big) {
        font-size: 2.2rem; } }
  .behindthescreens.part-two p.big, .behindthescreens.part-two h2 {
    font-size: 2.8rem;
    text-transform: none;
    font-style: italic; }
  @media (min-width: 768px) {
      .behindthescreens.part-two p.big, .behindthescreens.part-two h2 {
        font-size: 3.5rem; } }
  .behindthescreens.part-two .badge {
    display: block;
    margin: 0 auto 3rem;
    text-align: center; }
  @media (max-width: 767px) {
      .behindthescreens.part-two .badge {
        width: calc(100vw - 3rem); } }
  .behindthescreens.part-two .contest-badge {
    margin-bottom: 3rem;
    text-align: right; }
  @media (min-width: 768px) {
      .behindthescreens.part-two .contest-badge {
        text-align: left; } }
  .behindthescreens.part-two .contest-badge span {
    color: #00417e;
    background-color: #d5b060;
    border-radius: 0.4rem;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.5rem 1rem; }
  @media (min-width: 768px) {
        .behindthescreens.part-two .contest-badge span {
          font-size: 2rem; } }
  .behindthescreens.part-two .vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    padding: 0 1rem; }
  .behindthescreens.part-two .row.flex {
    display: flex;
    flex-wrap: wrap; }
  .behindthescreens.part-two .accordion {
    margin-bottom: 2rem;
    position: relative;
    z-index: 199; }
  @media (min-width: 768px) {
      .behindthescreens.part-two .accordion {
        margin-bottom: 3rem; } }
  .behindthescreens.part-two .accordion .toggler {
    cursor: pointer; }
  .behindthescreens.part-two .accordion .toggler .container {
    display: flex;
    border-bottom: 0.1rem solid #00417e;
    padding: 0 0 2rem;
    background-image: url('../images/2023_behindthescreens/acc-arrow-down.svg');
    background-position: right 15px center;
    background-repeat: no-repeat;
    margin: 0 1.5rem; }
  @media (min-width: 768px) {
          .behindthescreens.part-two .accordion .toggler .container {
            margin: 0 auto;
            padding-bottom: 3rem; } }
  .behindthescreens.part-two .accordion .toggler .container > span {
    background-color: #00417e;
    color: white;
    font-weight: 600;
    width: 5rem;
    height: 5rem;
    display: block;
    font-size: 3.5rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 3rem; }
  .behindthescreens.part-two .accordion .toggler .container .headline {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-style: italic;
    color: #00417e;
    font-size: 2.8rem; }
    @media (min-width: 768px) {
          .behindthescreens.part-two .accordion .toggler .container .headline {
            font-size: 3.5rem; } }
    .behindthescreens.part-two .accordion .toggler .container .headline span {
      font-style: normal;
      font-weight: 400;
      font-size: 2rem;
      margin-top: 1rem; }
    @media (min-width: 768px) {
            .behindthescreens.part-two .accordion .toggler .container .headline span {
              font-size: 2.5rem; } }
  .behindthescreens.part-two .accordion .toggler.active .container {
    background-image: url('../images/2023_behindthescreens/acc-arrow-up.svg'); }
  .behindthescreens.part-two .accordion .toggletext {
    padding-top: 5rem; }

.cb_newsletter_brevo form {
  max-width: 60rem;
  margin: 0 auto;
  font-family: "Crimson Text", Arial, sans-serif !important; }
  .cb_newsletter_brevo form input:not([type=checkbox]) {
    border: 1px solid #d0ad67 !important;
    padding: 13px 20px !important; }
  .cb_newsletter_brevo form label {
    font-weight: 700; }
  .cb_newsletter_brevo form label.entry__specification {
    font-weight: 400;
    line-height: 1.1; }
  .cb_newsletter_brevo form .entry__label {
    font-size: 1.7rem;
    margin-bottom: 0rem; }
  .cb_newsletter_brevo form .entry__label::after {
    color: #333; }
  .cb_newsletter_brevo form span.checkbox {
    top: 1rem; }
  .cb_newsletter_brevo form .entry__choice {
    font-family: "Crimson Text", Arial, sans-serif !important;
    margin: -2rem 0 2rem; }
  .cb_newsletter_brevo form .entry__choice label input {
    margin-right: 1rem;
    margin-top: 0; }
  .cb_newsletter_brevo form .entry__choice label a {
    color: #333 !important; }
  .cb_newsletter_brevo form button {
    background-color: #00417e;
    color: white;
    width: auto;
    transition: background-color 0.3s; }
  .cb_newsletter_brevo form button:hover {
    background-color: #00274b; }
  .cb_newsletter_brevo form .sib-form__declaration p {
    font-size: 1.4rem;
    line-height: 1.1; }
/*
 ┌─┐┬ ┬┌─┐┬ ┬┌─┐
 └─┐│ ││  ├─┤├┤ 
 └─┘└─┘└─┘┴ ┴└─┘
 File: _modules/suche.scss
 Beschreibung: CSS Styles für die Suchergebnisseite
 Autor: Team sisu
 Datum: 01.02.2016
 */
.search .subline {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400; }
  .search .search-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .search .searchform_container {
    background: #053170;
    color: white; }
  @media screen and (max-width: 767px) {
    .search .searchform_container {
      margin: 0px;
      margin-top: 30px;
      padding: 30px 0px; } }
  @media screen and (min-width: 768px) {
    .search .searchform_container {
      margin: 30px -50% 0px -50%;
      padding: 30px 0px; } }
  @media screen and (min-width: 992px) {
    .search .searchform_container {
      margin: 30px -50% 0px -50%;
      padding: 30px 0px; } }
  .search .searchform_container .container {
    display: table; }
  .search .searchform_container .container #searchform {
    display: table-cell;
    text-align: center; }
  .search .searchform_container .container #searchform label {
    min-width: 100px;
    text-align: left; }
  @media screen and (max-width: 767px) {
          .search .searchform_container .container #searchform label {
            display: none; } }
  @media screen and (min-width: 768px) {
          .search .searchform_container .container #searchform label {
            display: inline-block; } }
  @media screen and (min-width: 992px) {
          .search .searchform_container .container #searchform label {
            display: inline-block; } }
  .search .searchform_container .container #searchform input {
    border: none;
    background: #efefef;
    color: #00417e;
    padding: 12px 20px;
    padding: 1.2rem 2rem;
    text-indent: 0px;
    text-indent: 0rem;
    font-weight: normal !important;
    font: 'Crimson Text', Arial, sans-serif; }
  .search .searchresult_container {
    background: #024c90;
    color: white; }
  @media screen and (max-width: 767px) {
    .search .searchresult_container {
      margin: 0px;
      margin-bottom: 30px;
      padding: 30px 30px; } }
  @media screen and (min-width: 768px) {
    .search .searchresult_container {
      margin: 0px -50% 30px -50%;
      padding: 30px 0px; } }
  @media screen and (min-width: 992px) {
    .search .searchresult_container {
      margin: 0px -50% 30px -50%;
      padding: 30px 0px; } }
  .search .searchresult_container .container {
    display: table; }
  .search .searchresult_container .container .result {
    display: table-cell;
    text-align: center; }
  .search article {
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .search #search-nav {
    /*&:before{	
     font-family: $fontAwesome;
     content: "\f053\00a0\00a0\00a0";	
     }
     */ }
  .search #search-nav .prev-post:after {
    display: none; }
  .search #search-nav .next-post {
    /*
     &:after{
     font-family: $fontAwesome;
     content: "\00a0\00a0\00a0\f054";
     }
     */ }

.owl-carousel .item {
  background-position: center center;
  background-size: cover;
  width: 100%; }
  @media (max-width: 575px) {
    .owl-carousel .owl-stage-outer {
      min-height: 24.6rem; } }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-color: transparent;
    border: none;
    height: 4.4rem;
    margin-top: -2.2rem;
    position: absolute;
    top: 50%;
    width: 2.4rem; }
  .owl-carousel .owl-nav .owl-prev {
    left: 3rem; }
  .owl-carousel .owl-nav .owl-next {
    right: 3rem; }
  .owl-carousel .owl-nav svg:hover polyline {
    transition: stroke 0.3s ease;
    stroke: white; }
  .owl-carousel .owl-dots {
    bottom: 1rem;
    position: absolute;
    text-align: center;
    width: 100%; }
  .owl-carousel .owl-dots .owl-dot {
    background: white;
    border-radius: 1rem;
    border: none;
    display: inline-block;
    height: 1.3rem;
    margin: 0 0.3rem;
    width: 1.3rem; }
  .owl-carousel .owl-dots .owl-dot.active {
    background: #999; }

.slider-home-site {
  background: url("../images/background.jpg") no-repeat top center;
  background-size: cover; }
  .slider-home-site .item.fullimg .left {
    max-width: 100%; }
  .slider-home-site .item {
    position: relative; }
  @media (max-width: 575px) {
    .slider-home-site .item {
      display: flex;
      justify-content: center;
      flex-direction: column-reverse;
      margin-bottom: -6rem; } }
  @media (min-width: 576px) {
    .slider-home-site .item {
      height: 47rem; } }
  @media (min-width: 992px) {
    .slider-home-site .item {
      height: 50rem; } }
  @media (min-width: 1200px) {
    .slider-home-site .item {
      height: 74rem; } }
  @media (min-width: 576px) {
    .slider-home-site .item.jobs .left {
      max-width: 41rem; } }
  @media (min-width: 1200px) {
    .slider-home-site .item.jobs .left {
      max-width: 74rem; } }
  @media (min-width: 576px) {
    .slider-home-site .item.haengematte .right {
      max-width: 19rem;
      bottom: 34%;
      right: auto;
      left: 68%; }
      .slider-home-site .item.haengematte .left {
        max-width: 21rem;
        margin-left: 41%;
        bottom: 22%; } }
  @media (min-width: 1200px) {
    .slider-home-site .item.haengematte .right {
      max-width: 40rem;
      bottom: 10%;
      right: auto;
      left: 68%; }
      .slider-home-site .item.haengematte .left {
        max-width: 36rem;
        margin-left: 38%;
        bottom: 13%; } }
  @media (min-width: 1500px) {
    .slider-home-site .item.haengematte .left {
      margin-left: 47%; } }
  .slider-home-site .item.haengematte .headline-italic, .slider-home-site .item.jobs .headline-italic {
    border-radius: 2.4rem;
    cursor: pointer;
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 1;
    padding: 1.5rem 2.5rem 1.3rem;
    transition: opacity 0.3s;
    background: #00417e;
    border: none;
    color: white !important;
    display: inline-block;
    font-family: "Crimson Text", Arial, sans-serif;
    text-align: center;
    text-shadow: none;
    text-decoration: none !important;
    margin-right: auto; }
  .slider-home-site .item.item-bg {
    height: auto;
    margin-top: 8rem; }
  @media (min-width: 375px) {
      .slider-home-site .item.item-bg {
        margin-top: 12rem; } }
  @media (min-width: 992px) {
      .slider-home-site .item.item-bg {
        margin-top: 14rem; } }
  @media (min-width: 1460px) {
      .slider-home-site .item.item-bg {
        margin-top: 18rem; } }
  .slider-home-site .item.item-bg .container {
    display: none; }
  .slider-home-site .item.item-bg .bg-img img {
    width: 100%;
    position: static; }
  @media (max-width: 575px) {
          .slider-home-site .item.item-bg .bg-img.bg-img-desktop {
            display: none; } }
  @media (min-width: 576px) {
          .slider-home-site .item.item-bg .bg-img.bg-img-mobile {
            display: none; } }
  .slider-home-site .owl-item:nth-child(3) .img-wrapper-left .left {
    max-width: 15rem; }
  @media (min-width: 992px) {
        .slider-home-site .owl-item:nth-child(3) .img-wrapper-left .left {
          max-width: 19rem; } }
  @media (min-width: 1200px) {
        .slider-home-site .owl-item:nth-child(3) .img-wrapper-left .left {
          max-width: 30rem; } }
  @media (max-width: 390px) {
        .slider-home-site .owl-item:nth-child(3) .img-wrapper-left .left {
          max-width: 16rem; } }
  .slider-home-site .container {
    max-width: 1270px !important;
    margin: 0 auto;
    width: unset;
    height: 100%; }
  @media (max-width: 1100px) {
    .slider-home-site .container {
      padding: 0 4rem; } }
  .slider-home-site .headline-wrapper {
    margin-top: 15rem;
    position: relative;
    text-align: center; }
  @media (min-width: 576px) {
    .slider-home-site .headline-wrapper {
      max-width: 39%;
      text-align: left;
      margin-top: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; } }
  @media (min-width: 992px) {
    .slider-home-site .headline-wrapper {
      max-width: 40%;
      padding-left: 8rem; } }
  @media (min-width: 1460px) {
    .slider-home-site .headline-wrapper {
      padding-left: 0; } }
  .slider-home-site .headline-wrapper .headline {
    color: #00417e;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 2.3rem; }
  @media (min-width: 768px) {
      .slider-home-site .headline-wrapper .headline {
        font-size: 3.8rem; } }
  @media (min-width: 1400px) {
      .slider-home-site .headline-wrapper .headline {
        font-size: 5rem; } }
  .slider-home-site .headline-wrapper .headline-italic {
    color: #00417e;
    font-style: italic;
    line-height: 1;
    font-size: 1.8rem; }
  @media (min-width: 768px) {
      .slider-home-site .headline-wrapper .headline-italic {
        font-size: 2.4rem; } }
  @media (min-width: 1400px) {
      .slider-home-site .headline-wrapper .headline-italic {
        font-size: 4rem; } }
  .slider-home-site .headline-wrapper .btn {
    margin-top: 2rem; }
  @media (min-width: 1400px) {
      .slider-home-site .headline-wrapper .btn {
        font-size: 2.4rem; } }
  @media (max-width: 767px) {
    .slider-home-site .owl-nav {
      display: none !important; } }
  .slider-home-site .owl-nav .owl-next, .slider-home-site .owl-nav .owl-prev {
    height: 2.4rem;
    width: 1.4rem; }
  .slider-home-site .owl-nav .owl-next {
    right: 1.5rem; }
  .slider-home-site .owl-nav .owl-prev {
    left: 1.5rem; }
  .slider-home-site .mobile {
    bottom: 0;
    position: relative !important; }
  @media (min-width: 576px) {
    .slider-home-site .mobile {
      display: none !important; } }
  .slider-home-site img {
    position: absolute; }
  .slider-home-site img.right {
    bottom: 0;
    right: 0; }
  @media (max-width: 575px) {
      .slider-home-site img.right {
        display: none; } }
  @media (min-width: 576px) {
      .slider-home-site img.right {
        max-width: 36rem; } }
  @media (min-width: 1100px) {
      .slider-home-site img.right {
        max-width: 40rem; } }
  @media (min-width: 1200px) {
      .slider-home-site img.right {
        max-width: 70rem; } }
  @media (min-width: 1600px) {
      .slider-home-site img.right {
        max-width: 74rem; } }
  .slider-home-site .img-wrapper-left .left {
    bottom: 0;
    max-width: 16rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99; }
  @media (max-width: 575px) {
      .slider-home-site .img-wrapper-left .left {
        display: none; } }
  @media (min-width: 576px) {
      .slider-home-site .img-wrapper-left .left {
        max-width: 19rem; } }
  @media (min-width: 1200px) {
      .slider-home-site .img-wrapper-left .left {
        max-width: 30rem; } }
  @media (max-width: 390px) {
      .slider-home-site .img-wrapper-left .left {
        max-width: 16rem; } }
  .slider-home-site a {
    display: block; }
  .slider-home-site a:hover {
    text-decoration: none; }
  .slider-home-site .item.big_img .left {
    max-width: 50rem !important; }
  @media (max-width: 1200px) {
      .slider-home-site .item.big_img .left {
        max-width: 30rem !important; } }
  @media (max-width: 390px) {
      .slider-home-site .item.big_img .left {
        max-width: 16rem !important; } }
  @media (min-width: 1200px) {
    .slider-home-site .item.smaller .left {
      max-width: 27rem !important;
      margin-bottom: 18px;
      margin-left: 44%; }

    .slider-home-site .item.smaller .right {
      max-width: 53rem;
      margin-bottom: 100px; } }
  @media (min-width: 1200px) and (max-width: 1350px) {
        .slider-home-site .item.smaller .right {
          max-width: 44rem;
          margin-bottom: 150px; } }
/*
 ┌─┐┬┌┬┐┌─┐┌┐ ┌─┐┬─┐
 └─┐│ ││├┤ ├┴┐├─┤├┬┘
 └─┘┴─┴┘└─┘└─┘┴ ┴┴└─
 File: _modules/_hauptmenu.scss
 Beschreibung: CSS Styles für das Hauptmenü
 Autor: Team sisu
 Datum: 05.02.2016
 */
.sidebar .categories {
  border: 1px solid #000;
  padding: 20px 20px 10px 20px;
  padding: 2rem 2rem 1rem 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .sidebar .categories ul {
    margin: 0;
    list-style: none; }
  .sidebar .categories ul li {
    padding-bottom: 10px;
    padding-bottom: 1rem; }
  .sidebar .categories ul li a {
    color: #000; }
  .sidebar .categories ul li a.active {
    text-decoration: underline; }
  .sidebar .newsletter {
    border: 1px solid #000;
    background-color: #ececfb;
    padding: 20px;
    padding: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-top: 46px;
    margin-top: 4.6rem;
    position: relative; }
  .sidebar .newsletter img {
    position: absolute;
    top: -35px;
    right: -15px; }
  .sidebar .newsletter h4 {
    font-weight: 700;
    margin: 0; }
  .sidebar .newsletter span {
    font-style: italic;
    font-weight: 700; }
  .sidebar .newsletter form {
    margin-top: 10px;
    margin-top: 1rem; }
  .sidebar .newsletter form input {
    border: 1px solid #000;
    padding: 10px;
    padding: 1rem;
    max-width: 170px;
    max-width: 17rem;
    float: left; }
  .sidebar .newsletter form input[type="submit"] {
    background: white;
    border-left: none; }
  .sidebar .newsletter form input[type="submit"]:hover {
    background: #acb9c5; }
  .sidebar .banner {
    background-color: #ececfb;
    border: 1px solid #000;
    padding: 20px;
    padding: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: center; }
  .sidebar .banner .title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    font-weight: 700; }
  .sidebar .banner .text {
    padding: 6px 0px 17px 0px;
    padding: 0.6rem 0rem 1.7rem 0rem;
    font-size: 20px;
    font-size: 2rem; }
  .sidebar .banner .btn {
    background: #fff; }
  .sidebar .banner .btn:hover {
    background: #acb9c5; }
  .sidebar .service {
    background-color: #ececfb;
    border: 1px solid #000;
    padding: 20px;
    padding: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .sidebar .service .links {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .sidebar .service .links ul {
    margin: 10px 0px;
    margin: 1rem 0rem;
    list-style: none; }
  .sidebar .service .links ul li {
    padding: 2px 0px;
    padding: 0.2rem 0rem; }
  .sidebar .service .links ul li a {
    color: #000; }
  .sidebar .service .phone .tel {
    font-size: 45px;
    font-size: 4.5rem;
    float: left; }
  .sidebar .service .phone .number {
    padding-top: 12px;
    padding-top: 1.2rem;
    padding-left: 12px;
    padding-left: 1.2rem;
    float: left; }
  .sidebar .service .phone .number a {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000; }
/*
 ╔═╗┬ ┬┌─┐┌─┐┌┬┐┌─┐┌┐┌┬ ┬
 ╚═╗├─┤│ │├─┘│││├┤ ││││ │
 ╚═╝┴ ┴└─┘┴  ┴ ┴└─┘┘└┘└─┘
 File: _modules/shopmenu.scss
 Beschreibung: CSS Styles für das Shopmenü
 Autor: Matthias Hauß
 Datum: 19.07.2016
 */
.shop_header {
  background-color: #fff3cd; }
  .shop_header .shop_menu {
    float: left; }
  .shop_header .shop_menu ul {
    list-style: none;
    margin: 0; }
  .shop_header .shop_menu ul li {
    float: left; }
  .shop_header .shop_menu ul li a {
    padding: 28px 30px 28px 0px;
    padding: 2.8rem 3rem 2.8rem 0rem;
    display: inline-block;
    color: #00417e;
    text-transform: uppercase;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-size: 18px; }
  .shop_header .shop_menu ul li a.active {
    text-decoration: underline; }
  @media (max-width: 991px) {
          .shop_header .shop_menu ul li a {
            font-size: 15px;
            padding-right: 22px; } }
  @media (max-width: 767px) {
          .shop_header .shop_menu ul li a {
            font-size: 14px;
            padding: 16px 17px 0px 0px; } }
  .shop_header .shop_search_cart {
    margin-top: 20px;
    margin-top: 2rem;
    float: right; }
  @media (max-width: 767px) {
    .shop_header .shop_search_cart {
      margin-top: 10px;
      width: 100%; } }
  .shop_header .shop_search_cart .shop_search {
    float: left;
    position: relative;
    color: #00417e;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 400; }
  @media (max-width: 767px) {
      .shop_header .shop_search_cart .shop_search {
        width: 100%; } }
  .shop_header .shop_search_cart .shop_search label {
    display: none; }
  .shop_header .shop_search_cart .shop_search input {
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    border: none;
    outline: 0; }
  @media (max-width: 767px) {
        .shop_header .shop_search_cart .shop_search input {
          width: 100%;
          padding-right: 36px;
          margin-bottom: 12px; } }
  .shop_header .shop_search_cart .shop_search button[type="submit"] {
    width: auto;
    background: none;
    border: none;
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 18px; }
  .shop_header .shop_search_cart .shop_search .fa-search {
    color: #00417e; }
  .shop_header .shop_search_cart .shop_search ::-webkit-input-placeholder {
    color: #8e9194; }
  .shop_header .shop_search_cart .shop_search :-moz-placeholder {
    color: #8e9194; }
  .shop_header .shop_search_cart .shop_search ::-moz-placeholder {
    color: #8e9194; }
  .shop_header .shop_search_cart .shop_search :-ms-input-placeholder {
    color: #8e9194; }
  .shop_header .shop_search_cart .shop_cart {
    margin-left: 10px;
    margin-left: 1rem;
    float: right; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper {
    height: 49px;
    height: 4.9rem; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .cart_button {
    background: #fff; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .cart_button span {
    float: left;
    background: #00417e;
    color: #fff;
    padding: 10px 11px 11px 11px;
    padding: 1rem 1.1rem 1.1rem 1.1rem;
    font-size: 18px;
    font-size: 1.8rem; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .cart_button .price {
    float: left;
    padding: 7px 10px 0px 10px;
    padding: 0.7rem 1rem 0rem 1rem; }
    .shop_header .shop_search_cart .shop_cart .cart_wrapper .cart_button .price span {
      background: none;
      color: #000;
      padding: 0;
      margin: 0;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart {
    width: 300px;
    background: white;
    display: none;
    z-index: 1;
    right: 0;
    position: absolute;
    padding: 20px 20px 20px 20px;
    padding: 2rem 2rem 2rem 2rem;
    border: 1px solid #acb9c5;
    margin-top: 11px;
    margin-top: 1.1rem;
    color: #2c373f;
    font-weight: 400; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart a {
    color: #2c373f; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart h3 {
    text-align: center;
    color: #01529f; }
    @media screen and (max-width: 767px) {
          .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart h3 {
            font-size: 22px;
            font-size: 2.2rem; } }
    @media screen and (min-width: 768px) {
          .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart h3 {
            font-size: 24px;
            font-size: 2.4rem; } }
    @media screen and (min-width: 992px) {
          .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart h3 {
            font-size: 28px;
            font-size: 2.8rem; } }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart .mini_cart_item img {
    display: none; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart:hover {
    display: block; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart .empty {
    padding-left: 0; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper .togglecart .buttons {
    margin-bottom: 0; }
  .shop_header .shop_search_cart .shop_cart .cart_wrapper:hover .togglecart {
    display: block; }

#wrapper .woocommerce-checkout #payment {
  background: #fff3cd;
  border-radius: 0;
  margin-bottom: 40px; }

.woocommerce-checkout .shop_cart, .woocommerce-cart .shop_cart {
  display: none; }
/*
 ╔═╗┬─┐┌─┐┌┬┐┬ ┬┌─┐┌┬┐┌─┐
 ╠═╝├┬┘│ │ │││ ││   │ └─┐
 ╩  ┴└─└─┘─┴┘└─┘└─┘ ┴ └─┘
 File: _modules/products.scss
 Beschreibung: CSS Styles für Products
 Autor: Matthias Hauß
 Datum: 19.07.16
 */
#wrapper .product-content .page-title {
  float: left; }
  #wrapper .product-content select.orderby {
    padding: 10px;
    padding: 1rem;
    border: 1px solid #acb9c5;
    background: none !important; }
  @media (max-width: 767px) {
      #wrapper .product-content select.orderby {
        width: 100%; } }
  #wrapper .product-content .term-description {
    text-align: center;
    margin-bottom: 2rem; }
  #wrapper ul.products {
    margin: 0;
    list-style: none; }
  #wrapper ul.products li.product {
    margin: 0 2% 3rem 0;
    width: 23.5%;
    border: 1px solid #d0ad67;
    padding: 15px 15px 20px 15px;
    float: left;
    position: relative;
    clear: none; }
  @media (max-width: 767px) {
      #wrapper ul.products li.product {
        width: 100%;
        margin-right: 0px; } }
  #wrapper ul.products li.product.last {
    margin-right: 0; }
  #wrapper ul.products li.product a:hover {
    text-decoration: none; }
  #wrapper ul.products li.product h3 {
    color: #674426;
    padding: 15px 0px;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 300;
    margin: 0px; }
  #wrapper ul.products li.product .btn {
    font-size: 16px;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 700;
    color: white;
    background: #00417e;
    padding: 13px 22px;
    float: left; }
  @media (max-width: 991px) {
        #wrapper ul.products li.product .btn {
          font-size: 14px; } }
  #wrapper ul.products li.product p.price, #wrapper ul.products li.product p.price span {
    color: #00417e;
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 28px;
    line-height: 2.8rem;
    float: left;
    font-weight: 400; }
  #wrapper ul.products li.product p.price small, #wrapper ul.products li.product p.price span small {
    font-size: 14px;
    display: block; }
  #wrapper ul.products li.product p.price {
    margin-bottom: 14px; }
  #wrapper ul.products li.product del {
    display: block; }
  #wrapper ul.products li.product del span {
    font-size: 24px !important;
    text-decoration: line-through; }
  #wrapper ul.products li.product .beschreibung {
    padding: 0px 20px 65px 20px;
    font-weight: 400; }
  #wrapper ul.products li.product span.price {
    color: #00417e;
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 28px;
    line-height: 2.8rem;
    float: left;
    font-weight: 400; }
  #wrapper ul.products li.product span.price small {
    font-size: 14px;
    display: block; }
  #wrapper ul.products li.product .button {
    display: none; }
  #wrapper ul.products li.product img {
    margin-bottom: 0px;
    width: 100%; }
  #wrapper .bestellinfos {
    background: #f5f5f5;
    padding: 50px 15px; }
  #wrapper .shop_single_container .woocommerce-product-gallery {
    width: 40%;
    float: left; }
  @media (max-width: 767px) {
      #wrapper .shop_single_container .woocommerce-product-gallery {
        width: 100%; } }
  #wrapper .shop_single_container .summary {
    width: 57%;
    float: right; }
  @media (max-width: 767px) {
      #wrapper .shop_single_container .summary {
        width: 100%; } }
  #wrapper .shop_single_container .summary .shortdesc {
    padding-bottom: 1px;
    border-bottom: 1px solid #d0ad67;
    margin-bottom: 30px;
    font-weight: 400; }
  #wrapper .shop_single_container .summary .price, #wrapper .shop_single_container .summary .price span {
    color: #0252a0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 10px; }
  #wrapper .shop_single_container .summary .price small, #wrapper .shop_single_container .summary .price span small {
    font-size: 14px; }
  #wrapper .shop_single_container .summary del {
    display: block; }
  #wrapper .shop_single_container .summary del span {
    font-size: 24px !important;
    text-decoration: line-through; }
  #wrapper .shop_single_container .summary .stock {
    display: inline-block;
    padding: 2px 10px;
    padding: 0.2rem 1rem;
    color: #fff;
    float: right;
    margin-top: -6px; }
  #wrapper .shop_single_container .summary .stock.in-stock {
    background-color: #00b22d; }
  #wrapper .shop_single_container .summary .stock.out-of-stock {
    background-color: red; }
  #wrapper .shop_single_container .summary .quantity input {
    padding: 10px;
    padding: 1rem;
    border: 1px solid #00417e;
    margin-right: 17px; }
  #wrapper .shop_single_container .summary .cart button {
    width: auto;
    border: 1px solid #00417e;
    background: #00417e;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 700;
    border-radius: 50px;
    color: white;
    padding: 13px 20px; }
  #wrapper .shop_single_container .summary .cart button:hover {
    opacity: 0.9; }
  #wrapper .shop_single_container .summary .variations_form table.variations {
    margin-bottom: 5px;
    float: left; }
  #wrapper .shop_single_container .summary .variations_form .label {
    display: none; }
  #wrapper .shop_single_container .summary .variations_form select {
    padding: 9px;
    padding: 0.9rem;
    border: 1px solid #00417e;
    max-width: 250px;
    min-width: 0px;
    font-weight: 400;
    margin-bottom: 10px; }
  #wrapper .shop_single_container .summary .variations_form .woocommerce-variation-price {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  #wrapper .shop_single_container .summary .variations_form .woocommerce-variation-description {
    font-weight: 400; }
  #wrapper .shop_single_container .summary .shareproduct > div {
    float: left;
    border-right: 1px solid #000;
    padding-right: 15px;
    padding-right: 1.5rem;
    margin-right: 15px;
    margin-right: 1.5rem; }
  #wrapper .shop_single_container .summary .shareproduct > div a {
    color: #000;
    font-family: "Crimson Text", Arial, sans-serif; }
  #wrapper .shop_single_container .summary .shareproduct .socialmedia {
    border: none;
    padding: 0;
    margin: 0; }
  #wrapper .shop_single_container .summary .shareproduct .socialmedia #share_icons {
    margin: 0; }
    #wrapper .shop_single_container .summary .shareproduct .socialmedia #share_icons .shariff-button {
      border: none;
      margin: 0; }
    #wrapper .shop_single_container .summary .shareproduct .socialmedia #share_icons .shariff-button a {
      height: 20px; }
      #wrapper .shop_single_container .summary .shareproduct .socialmedia #share_icons .shariff-button a span {
        font-size: 15px;
        line-height: 15px; }
      #wrapper .shop_single_container .summary .shareproduct .socialmedia #share_icons .shariff-button a .share_text {
        display: none; }
  #wrapper .shop_single_container .woocommerce-variation-availability .stock {
    float: none;
    margin-top: -10px; }
  #wrapper .related_products {
    padding-top: 50px;
    padding-top: 5rem;
    margin-bottom: 50px;
    margin-bottom: 5rem; }
  #wrapper .woocommerce-pagination {
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem; }
  #wrapper .woocommerce-pagination ul {
    border: none; }
  #wrapper .woocommerce-pagination ul li {
    border: 1px solid #000;
    margin: 0px 2px;
    margin: 0rem 0.2rem; }
  #wrapper .woocommerce-pagination ul li span, #wrapper .woocommerce-pagination ul li a {
    color: #000; }
  #wrapper .startshop .categories {
    margin-top: 40px;
    margin-top: 4rem; }
  #wrapper .startshop .categories a .category {
    border: 1px solid #000;
    padding: 20px;
    padding: 2rem;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  #wrapper .startshop .categories a .category .name {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem; }
  #wrapper .startshop .categories a:hover {
    text-decoration: none; }
  #wrapper .startshop .saleproducts {
    margin-top: 20px;
    margin-top: 2rem; }
  #wrapper .startshop .saleproducts h1 {
    text-align: center;
    padding: 60px 0px 30px 0px; }
  #wrapper .cb_product .product {
    border: none;
    padding: 20px 20px 20px 20px;
    background: #053170;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(5, 49, 112, 1) 0%, rgba(0, 104, 178, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(5, 49, 112, 1) 0%, rgba(0, 104, 178, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(5, 49, 112, 1) 0%, rgba(0, 104, 178, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#053170', endColorstr='#0068b2',GradientType=1);
    /* IE6-9 */
    position: relative; }
  #wrapper .cb_product .product a, #wrapper .cb_product .product a:hover {
    text-decoration: none !important; }
  #wrapper .cb_product .product h3 {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 300;
    color: white;
    padding: 15px 0px;
    margin: 0px; }
  @media (max-width: 991px) {
        #wrapper .cb_product .product h3 {
          font-size: 23px;
          font-size: 2.3rem; } }
  #wrapper .cb_product .product .beschreibung {
    color: white;
    padding: 0px 0px 70px 0px; }
  @media (max-width: 991px) {
        #wrapper .cb_product .product .beschreibung {
          font-size: 14px;
          padding-bottom: 20px; } }
  #wrapper .cb_product .product .btn {
    color: #00417e;
    background: white;
    font-size: 15px;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 700;
    padding: 6px 25px;
    position: absolute;
    right: 20px;
    bottom: 20px; }
  @media (max-width: 991px) {
        #wrapper .cb_product .product .btn {
          position: relative;
          right: auto;
          float: right;
          bottom: 0px; } }
  #wrapper .cb_product .product .price, #wrapper .cb_product .product .price span {
    color: white;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    float: left; }
  #wrapper .cb_product .product .price small, #wrapper .cb_product .product .price span small {
    font-size: 14px;
    display: block; }
  #wrapper .cb_product .product p.price {
    position: absolute;
    bottom: 0; }
  @media (max-width: 991px) {
        #wrapper .cb_product .product p.price {
          position: relative; } }
  #wrapper .cb_product .product del {
    display: block; }
  #wrapper .cb_product .product del span {
    font-size: 24px !important;
    text-decoration: line-through; }
  #wrapper .woocommerce-message {
    border-top: none;
    font-weight: 400;
    background: #fff2ce; }
  #wrapper .woocommerce-message:before {
    color: #00417e;
    content: '\e01d'; }
  #wrapper .woocommerce-message .button {
    background: #00417e;
    color: white;
    border-radius: 50px; }
  #wrapper .woocommerce-info {
    border-top: none;
    font-weight: 400;
    background: #fff2ce; }
  #wrapper .woocommerce-info:before {
    color: #00417e;
    content: '\e01d'; }
  #wrapper .woocommerce-info .button {
    background: #00417e;
    color: white;
    border-radius: 50px; }
  #wrapper .woocommerce-form-coupon-toggle .woocommerce-info:before {
    color: #00417e;
    content: '\e600'; }
  #wrapper .wc-backward {
    background: #00417e;
    color: white;
    border-radius: 50px;
    padding: 15px 26px; }
  @media (max-width: 767px) {
    #wrapper .woocommerce-message .button {
      float: none;
      display: block;
      text-align: center; } }

.woocommerce span.onsale {
  background: #00417e !important; }
/*
 ╦ ╦┌─┐┬─┐┌─┐┌┐┌┬┌─┌─┐┬─┐┌┐   ╦╔═┌─┐┌─┐┌─┐┌─┐
 ║║║├─┤├┬┘├┤ │││├┴┐│ │├┬┘├┴┐  ╠╩╗├─┤└─┐└─┐├┤
 ╚╩╝┴ ┴┴└─└─┘┘└┘┴ ┴└─┘┴└─└─┘  ╩ ╩┴ ┴└─┘└─┘└─┘
 File: _modules/warenkorb_kasse.scss
 Beschreibung: CSS Styles für den Warenkorb und die Kasse
 Autor: Matthias Hauß
 Datum: 25.07.2016
 */
#wrapper .shop_table.cart {
  border-radius: 0;
  border: 1px solid #d0ad67; }
  #wrapper .shop_table.cart thead {
    background: #fff2ce; }
  #wrapper .shop_table.cart thead th.product-thumbnail {
    width: 90px;
    width: 9rem; }
  #wrapper .shop_table.cart thead th.product-remove {
    width: 50px;
    width: 5rem; }
  #wrapper .shop_table.cart tbody tr td {
    border-top: 1px solid #d0ad67;
    padding: 15px 10px;
    padding: 1.5rem 1rem;
    font-weight: 400; }
  #wrapper .shop_table.cart tbody tr td.product-thumbnail img {
    width: 68px;
    width: 6.8rem;
    border: 1px solid #d0ad67; }
  #wrapper .shop_table.cart tbody tr td.product-name a {
    color: #674426;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 300; }
  #wrapper .shop_table.cart tbody tr td.product-subtotal {
    font-size: 29px;
    color: #00417e; }
  #wrapper .shop_table.cart tbody tr td.product-quantity input {
    padding: 10px;
    padding: 1rem;
    border: 1px solid #d0ad67; }
  #wrapper .shop_table.cart tbody tr td.actions {
    padding: 40px;
    padding: 4rem; }
    @media (max-width: 767px) {
          #wrapper .shop_table.cart tbody tr td.actions {
            padding: 10px; } }
    #wrapper .shop_table.cart tbody tr td.actions .coupon {
      width: 50%; }
    @media (max-width: 991px) {
            #wrapper .shop_table.cart tbody tr td.actions .coupon {
              width: 100%; } }
    #wrapper .shop_table.cart tbody tr td.actions .coupon #coupon_code {
      width: 100%;
      max-width: 250px;
      max-width: 25rem;
      padding: 13px 20px 14px;
      padding: 1.3rem 2rem 1.4rem;
      border: 1px solid #acb9c5;
      font-family: 'Crimson Text', Arial, sans-serif;
      color: black;
      border: 1px solid #d0ad67;
      background: none;
      margin-right: 12px;
      margin-bottom: 10px; }
    #wrapper .shop_table.cart tbody tr td.actions .coupon .button {
      float: left; }
      @media (max-width: 767px) {
            #wrapper .shop_table.cart tbody tr td.actions .coupon .button {
              width: auto;
              padding: 9px 13px;
              margin-top: 5px; } }
    #wrapper .shop_table.cart tbody tr td.actions .button {
      padding: 15px 20px;
      padding: 1.5rem 2rem;
      border: 1px solid #d0ad67;
      font-family: 'Crimson Text', Arial, sans-serif;
      text-transform: uppercase;
      color: #d0ad67;
      background: white;
      border-radius: 3px; }
    @media (max-width: 767px) {
            #wrapper .shop_table.cart tbody tr td.actions .button {
              padding: 9px 3px;
              font-size: 14px; } }
  @media (max-width: 991px) {
    #wrapper .cart_totals {
      width: 100%; } }
  #wrapper .cart_totals table {
    border: 1px solid #d0ad67;
    padding: 30px;
    padding: 3rem;
    border-radius: 0;
    background: #fff2ce; }
  @media (max-width: 767px) {
      #wrapper .cart_totals table {
        padding: 6px; } }
  #wrapper .cart_totals table tbody tr th {
    border: none; }
  #wrapper .cart_totals table tbody tr td {
    border: none;
    text-align: right;
    font-weight: 400; }
  #wrapper .cart_totals table tbody tr.order-total th, #wrapper .cart_totals table tbody tr.order-total td {
    border-top: 1px solid #d0ad67;
    color: #674426; }
  #wrapper .cart_totals .checkout-button {
    background: #00417e;
    color: white;
    display: inline-block;
    padding: 12px 17px;
    float: right;
    border-radius: 50px; }
  #wrapper .cart_totals strong {
    color: #674426; }
  #wrapper .cart-collaterals .cart-banner {
    margin-top: 55px;
    margin-top: 5.5rem;
    float: left;
    width: 51%; }
  @media (max-width: 991px) {
    #wrapper .cart-collaterals .cart-banner {
      width: 100%; } }
  @media (max-width: 767px) {
    #wrapper .cart-collaterals .cart-banner {
      display: none; } }
  #wrapper .cart-collaterals .cart-banner .banner {
    background: none;
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 120%;
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 400; }
  @media (max-width: 1200px) {
        #wrapper .cart-collaterals .cart-banner .banner .text {
          font-size: 20px; }
          #wrapper .cart-collaterals .cart-banner .banner .text a {
            font-size: 17px; } }
  #wrapper .cart-collaterals .cart-banner .banner a {
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    font-weight: bold; }
  #wrapper .cart-collaterals .cart-banner .banner .tel {
    font-size: 62px;
    font-size: 6.2rem;
    padding: 20px 0px 34px 0px;
    padding: 2rem 0rem 3.4rem 0rem; }
  #wrapper .cart-collaterals .cart-banner .banner img {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  @media (max-width: 991px) {
      #wrapper .cart-collaterals .cart-banner .banner {
        margin: 0px;
        width: 100%;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
      #wrapper .cart-collaterals .cart-banner .banner {
        width: 100%;
        margin-bottom: 20px; } }
  #wrapper .woocommerce-checkout textarea {
    width: 100%;
    padding: 13px 20px 14px;
    padding: 1.3rem 2rem 1.4rem;
    font-family: 'Crimson Text', Arial, sans-serif;
    color: black;
    margin-right: 12px;
    height: 150px;
    border: 1px solid #d0ad67;
    background: transparent; }
  #wrapper .woocommerce-checkout h3 {
    font-family: 'Crimson Text', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #00417e; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields, #wrapper .woocommerce-checkout .woocommerce-shipping-fields {
    margin-bottom: 20px; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields ::-webkit-input-placeholder, #wrapper .woocommerce-checkout .woocommerce-shipping-fields ::-webkit-input-placeholder {
    color: #999;
    font-weight: 300; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields :-moz-placeholder, #wrapper .woocommerce-checkout .woocommerce-shipping-fields :-moz-placeholder {
    color: #999;
    font-weight: 300; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields ::-moz-placeholder, #wrapper .woocommerce-checkout .woocommerce-shipping-fields ::-moz-placeholder {
    color: #999;
    font-weight: 300; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields :-ms-input-placeholder, #wrapper .woocommerce-checkout .woocommerce-shipping-fields :-ms-input-placeholder {
    color: #999;
    font-weight: 300; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields strong, #wrapper .woocommerce-checkout .woocommerce-shipping-fields strong {
    color: black; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields input, #wrapper .woocommerce-checkout .woocommerce-shipping-fields input {
    width: 100%;
    padding: 13px 20px 14px;
    padding: 1.3rem 2rem 1.4rem;
    font-family: 'Crimson Text', Arial, sans-serif;
    color: black;
    margin-right: 12px;
    border: 1px solid #d0ad67;
    background: transparent; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields .select2-chosen, #wrapper .woocommerce-checkout .woocommerce-shipping-fields .select2-chosen {
    width: 100%;
    padding: 7px 20px 7px;
    padding: 0.7rem 2rem 0.7rem;
    border: 1px solid #acb9c5;
    font-family: 'Crimson Text', Arial, sans-serif;
    color: black;
    background: #ebeff1;
    margin-right: 12px; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields a.select2-choice, #wrapper .woocommerce-checkout .woocommerce-shipping-fields a.select2-choice {
    padding: 0px;
    border: none; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address label, #wrapper .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label {
    float: right; }
  #wrapper .woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address #ship-to-different-address-checkbox, #wrapper .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    width: auto;
    float: left;
    margin-top: 16px; }
  #wrapper .woocommerce-checkout .shop_table {
    font-weight: 400;
    background: transparent;
    border-radius: 0;
    border: 0; }
  #wrapper .woocommerce-checkout .shop_table thead {
    background: #fff4cc; }
  #wrapper .woocommerce-checkout .shop_table strong {
    color: #674426; }
  #wrapper .woocommerce-checkout #place_order {
    background: #0352a1;
    color: white;
    display: inline-block;
    float: right;
    font-weight: normal; }
  @media (max-width: 340px) {
      #wrapper .woocommerce-checkout #place_order {
        font-size: 14px; } }
  #wrapper .woocommerce-checkout #place_order:hover {
    opacity: 0.9; }
  #wrapper form.checkout_coupon {
    margin-top: 0px;
    border: none;
    padding: 0px; }
  #wrapper form.checkout_coupon #coupon_code {
    width: 100%;
    max-width: 250px;
    padding: 13px 20px 14px;
    border: 1px solid #d0ad67;
    font-family: 'Lato', Arial, sans-serif;
    color: black;
    background: none;
    margin-right: 12px;
    margin-bottom: 10px; }
  #wrapper form.checkout_coupon .button {
    padding: 15px 20px;
    padding: 1.5rem 2rem;
    border: 1px solid #d0ad67;
    font-family: 'Lato', Arial, sans-serif;
    text-transform: uppercase;
    color: #d0ad67;
    background: white;
    border-radius: 3px; }
  #wrapper form.checkout_coupon p.form-row {
    width: auto;
    float: left; }
  #wrapper .woocommerce-thankyou-order-details {
    font-weight: 400; }
  #wrapper .woocommerce-thankyou-order-details li {
    margin-bottom: 10px; }
  #wrapper .shop_table, #wrapper address {
    font-weight: 400; }
  #wrapper #payment .terms label.checkbox {
    font-size: 13px; }
  #wrapper .woocommerce form .form-row .input-checkbox {
    position: relative;
    margin: -8px 5px 0 0; }
/*
 ╔╗ ┬┌─┐┬─┐┌─┐┬  ┬┌┬┐┌─┐┬─┐
 ╠╩╗│├┤ ├┬┘└─┐│  │ ││├┤ ├┬┘
 ╚═╝┴└─┘┴└─└─┘┴─┘┴─┴┘└─┘┴└─
 File: _modules/_cb_bierslider.scss
 Beschreibung:	CSS für Bierslider und Lightbox
 Autor: Matthias Hauß
 Datum: 05.07.2016
 */
.biersliderwrapper {
  background: url('../images/background.jpg') no-repeat top center;
  background-size: cover;
  opacity: 0; }
  .biersliderwrapper .panther {
    background: url('../images/signet.png') no-repeat center;
    background-size: contain; }
  @media (min-width: 1200px) {
    .biersliderwrapper .panther {
      background-size: 142rem; } }

.cb_bierslider {
  padding: 0 5.5rem;
  position: relative; }
  .cb_bierslider .item {
    text-align: center; }
  .cb_bierslider .item .image_container {
    display: inline-block; }
  .cb_bierslider .item .image_container img {
    width: auto;
    margin: 0 auto; }
  .cb_bierslider .item .title {
    text-align: center;
    color: #00417e;
    font-size: 2.2rem;
    font-weight: 600; }
  .cb_bierslider .owl-stage-outer {
    position: relative;
    z-index: 100; }
  .cb_bierslider .owl-stage-outer .owl-stage {
    display: flex;
    align-items: flex-end; }
  .cb_bierslider .owl-carousel .owl-controls {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 999; }
  @media (min-width: 1000px) {
      .cb_bierslider .owl-carousel .owl-controls {
        display: none; } }
  .cb_bierslider .owl-carousel .owl-controls .owl-nav .owl-prev, .cb_bierslider .owl-carousel .owl-controls .owl-nav .owl-next {
    background-repeat: no-repeat;
    width: 37px;
    width: 3.7rem;
    height: 62px;
    height: 6.2rem;
    font-size: 0;
    background-position: center center; }
  .cb_bierslider .owl-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
    background-image: url('../images/slide_left.png');
    margin-left: -40px; }
  .cb_bierslider .owl-carousel .owl-controls .owl-nav .owl-next {
    float: right;
    background-image: url('../images/slide_right.png');
    margin-right: -40px; }
  .cb_bierslider .owl-carousel .owl-dots {
    display: none !important; }
  .cb_bierslider img {
    transform: scale(1);
    transition: transform 0.3s; }
  .cb_bierslider a:hover img {
    transform: scale(0.95);
    transition: transform 0.3s; }

.socialboxcontainer {
  position: relative; }
  .socialboxcontainer .text {
    display: block;
    position: absolute;
    z-index: 98;
    top: 70px; }

.facebook-container {
  background: #fff;
  border-radius: 6px;
  position: absolute;
  padding: 30px 35px;
  left: 0;
  top: 0;
  z-index: 99; }
  .facebook-container .socialheader {
    font-size: 25px;
    color: #0252a0;
    margin-bottom: 20px; }
  .facebook-container .socialheader i {
    color: #acbbc6;
    margin-right: 10px; }
  .facebook-container .facebook-box {
    position: relative;
    z-index: 99; }
  @media screen and (max-width: 767px) {
  .facebook-container {
    margin-top: 25px; } }

.page-template-tpl_Brauereimuseum #main-container {
  background-color: #297aad;
  padding-top: 8rem;
  color: white; }
  @media (min-width: 576px) {
    .page-template-tpl_Brauereimuseum #main-container {
      padding-top: 10rem; } }
  .page-template-tpl_Brauereimuseum #main-container .cb_html {
    margin-bottom: 0; }
  .page-template-tpl_Brauereimuseum #main-container .h1-center {
    text-align: center;
    display: flex;
    justify-content: center; }
  .page-template-tpl_Brauereimuseum #main-container h1, .page-template-tpl_Brauereimuseum #main-container h2 {
    text-transform: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    font-weight: 400;
    margin-bottom: 2.5rem; }
  .page-template-tpl_Brauereimuseum #main-container h1 span, .page-template-tpl_Brauereimuseum #main-container h2 span {
    background-color: white;
    padding: 0 1.5rem;
    position: relative;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); }
  .page-template-tpl_Brauereimuseum #main-container h1 span:first-child, .page-template-tpl_Brauereimuseum #main-container h2 span:first-child {
    z-index: 3;
    transform: rotate(-1deg) translate(-5%, 4%); }
  .page-template-tpl_Brauereimuseum #main-container h1 span:last-child, .page-template-tpl_Brauereimuseum #main-container h2 span:last-child {
    z-index: 2; }
  .page-template-tpl_Brauereimuseum #main-container h1 {
    font-size: 40px; }
  @media (min-width: 768px) {
      .page-template-tpl_Brauereimuseum #main-container h1 {
        font-size: 60px; } }
  @media (min-width: 992px) {
      .page-template-tpl_Brauereimuseum #main-container h1 {
        font-size: 80px; } }
  .page-template-tpl_Brauereimuseum #main-container h1 span {
    margin: 0 auto; }
  .page-template-tpl_Brauereimuseum #main-container h2 {
    font-size: 32px; }
  @media (min-width: 768px) {
      .page-template-tpl_Brauereimuseum #main-container h2 {
        font-size: 45px; } }
  @media (min-width: 992px) {
      .page-template-tpl_Brauereimuseum #main-container h2 {
        font-size: 55px; } }
  .page-template-tpl_Brauereimuseum #main-container .btn, .page-template-tpl_Brauereimuseum #main-container p {
    font-size: 18px; }
  @media (min-width: 768px) {
      .page-template-tpl_Brauereimuseum #main-container .btn, .page-template-tpl_Brauereimuseum #main-container p {
        font-size: 20px; } }
  @media (min-width: 992px) {
      .page-template-tpl_Brauereimuseum #main-container .btn, .page-template-tpl_Brauereimuseum #main-container p {
        font-size: 25px; } }
  @media (max-width: 575px) {
      .page-template-tpl_Brauereimuseum #main-container .entry-text + .text_button {
        margin-top: 2rem; } }
  @media (max-width: 575px) {
      .page-template-tpl_Brauereimuseum #main-container p {
        margin-bottom: 0; } }
  .page-template-tpl_Brauereimuseum #main-container .btn {
    border-radius: 5rem;
    padding: 1.5rem 4rem 1.3rem;
    font-weight: 400; }
  @media (max-width: 575px) {
      .page-template-tpl_Brauereimuseum #main-container .light-bg {
        padding-top: 3rem !important; } }
  .page-template-tpl_Brauereimuseum #main-container .light-bg .row {
    display: flex;
    flex-wrap: wrap; }
  .page-template-tpl_Brauereimuseum #main-container .light-bg h3, .page-template-tpl_Brauereimuseum #main-container .light-bg p {
    color: #00417e; }
  .page-template-tpl_Brauereimuseum #main-container .light-bg h3 {
    font-size: 25px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
        .page-template-tpl_Brauereimuseum #main-container .light-bg h3 {
          font-size: 35px; } }
  @media (min-width: 992px) {
        .page-template-tpl_Brauereimuseum #main-container .light-bg h3 {
          font-size: 40px; } }
  @media (max-width: 575px) {
      .page-template-tpl_Brauereimuseum #main-container .bottle-bg {
        padding-top: 3rem !important; } }
  .page-template-tpl_Brauereimuseum #main-container .bottle-bg h3 {
    border-top: 0.1rem solid white;
    padding-top: 1rem;
    font-weight: 400; }
  .page-template-tpl_Brauereimuseum #main-container .bottle-bg h3:first-child {
    border-bottom: 0.1rem solid white;
    border-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .page-template-tpl_Brauereimuseum #main-container .bottle-bg p {
    margin-bottom: 2rem; }
  .page-template-tpl_Brauereimuseum #main-container .bottle-bg .btn {
    background-color: white; }
  .page-template-tpl_Brauereimuseum #main-container .bottle-bg .btn + .btn {
    margin-top: 1rem; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form .ginput_counter {
    display: none; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form .ginput_complex label {
    display: none; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form .gfield_required {
    color: white; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form legend, .page-template-tpl_Brauereimuseum #main-container .cb_formular form label {
    color: white;
    font-size: 2rem;
    font-weight: 400; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form legend a, .page-template-tpl_Brauereimuseum #main-container .cb_formular form label a {
    color: white;
    text-decoration: underline; }
    .page-template-tpl_Brauereimuseum #main-container .cb_formular form legend a:hover, .page-template-tpl_Brauereimuseum #main-container .cb_formular form label a:hover {
      text-decoration: none; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form input, .page-template-tpl_Brauereimuseum #main-container .cb_formular form select, .page-template-tpl_Brauereimuseum #main-container .cb_formular form textarea {
    font-size: 2.2rem;
    background-color: white !important;
    color: #00417e;
    border: none !important;
    height: 45px; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form textarea {
    height: 135px; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form .address_line_1 {
    margin-bottom: 2rem; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular form .gform_footer {
    justify-content: flex-end; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular .gform_validation_errors {
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular .gform_validation_errors .gform-icon {
    display: none; }
  .page-template-tpl_Brauereimuseum #main-container .cb_formular .gform_validation_errors h2 {
    line-height: 1;
    color: #f00;
    font-size: 3.5rem;
    padding-bottom: 2rem;
    text-align: left; }
  .page-template-tpl_Brauereimuseum #main-container .win-btn {
    margin-bottom: 4rem; }
  .page-template-tpl_Brauereimuseum #main-container .win-btn .cb_textelement {
    margin-bottom: 2rem; }
  .page-template-tpl_Brauereimuseum #main-container .win-btn .cb_textelement .btn {
    min-width: 257px; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container {
    color: #333; }
  @media (max-width: 575px) {
        .page-template-tpl_Brauereimuseum.page-id-12614 #main-container h1 {
          font-size: 27px; } }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container h1 span {
    margin: 0 auto; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container h2 {
    font-size: 4rem;
    color: #333;
    text-align: left;
    font-weight: 600; }
  @media (max-width: 575px) {
        .page-template-tpl_Brauereimuseum.page-id-12614 #main-container h2 {
          font-size: 2rem; } }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container ol {
    font-size: 18px;
    line-height: 1.2; }
  @media (min-width: 768px) {
        .page-template-tpl_Brauereimuseum.page-id-12614 #main-container ol {
          font-size: 20px; } }
  @media (min-width: 992px) {
        .page-template-tpl_Brauereimuseum.page-id-12614 #main-container ol {
          font-size: 25px; } }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_picture img {
    width: auto;
    max-width: 100%; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container small {
    font-size: 1.7rem;
    display: block;
    line-height: 1; }
  @media (max-width: 575px) {
        .page-template-tpl_Brauereimuseum.page-id-12614 #main-container small {
          font-size: 1.5rem; } }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container ol {
    margin-left: 5rem; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .gewinnspiel-text .cb_item {
    margin-bottom: 0; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container p {
    margin-bottom: 2rem; }
  @media (max-width: 575px) {
          .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_block_start .full_width {
            padding-top: 4rem !important; } }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form legend, .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form label {
    color: #333;
    font-weight: 700; }
    @media (max-width: 575px) {
          .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form legend, .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form label {
            font-size: 1.5rem; } }
    .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form legend a, .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form label a {
      color: #333; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form .ginput_container_checkbox label {
    font-weight: 400; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form .btn {
    border-radius: 0;
    font-size: 2rem; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form input, .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form select, .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form textarea {
    color: #333;
    border: 1px solid #d0ad67 !important; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form .gfield_required {
    color: #333; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form .two-third {
    grid-column: span 8; }
    .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form .two-third + .one-third {
      margin-left: 1rem; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form .one-third {
    grid-column: span 4; }
    .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form .one-third + .two-third {
      margin-left: 1rem; }
  .page-template-tpl_Brauereimuseum.page-id-12614 #main-container .cb_formular form .gfield-choice-input {
    vertical-align: unset;
    transform: translateY(0.7rem); }

.page-template-tpl_Frequency_2023 #main-container {
  background-image: url('../images/frequency_2023/bg-img-mobile.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-top: 8rem; }
  @media (min-width: 576px) {
    .page-template-tpl_Frequency_2023 #main-container {
      background-image: url('../images/frequency_2023/bg-img-desktop.jpg');
      background-position: bottom center;
      padding-top: 10rem; } }
  .page-template-tpl_Frequency_2023 #main-container img {
    max-width: 100%;
    width: unset; }
  .page-template-tpl_Frequency_2023 #main-container .btn, .page-template-tpl_Frequency_2023 #main-container p {
    font-size: 2rem; }
  @media (min-width: 992px) {
      .page-template-tpl_Frequency_2023 #main-container .btn, .page-template-tpl_Frequency_2023 #main-container p {
        font-size: 2.5rem; } }
  @media (min-width: 576px) {
      .page-template-tpl_Frequency_2023 #main-container .hide-desktop {
        display: none; } }
  @media (max-width: 575px) {
      .page-template-tpl_Frequency_2023 #main-container .hide-mobile {
        display: none; } }
  .page-template-tpl_Frequency_2023 #main-container h1, .page-template-tpl_Frequency_2023 #main-container h2 {
    align-items: flex-start;
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 2.5rem;
    text-transform: none; }
  @media (min-width: 768px) {
      .page-template-tpl_Frequency_2023 #main-container h1, .page-template-tpl_Frequency_2023 #main-container h2 {
        font-size: 4rem; } }
  @media (min-width: 992px) {
      .page-template-tpl_Frequency_2023 #main-container h1, .page-template-tpl_Frequency_2023 #main-container h2 {
        font-size: 4.5rem; } }
  .page-template-tpl_Frequency_2023 #main-container h1 span, .page-template-tpl_Frequency_2023 #main-container h2 span {
    background-color: #00417e;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative; }
  .page-template-tpl_Frequency_2023 #main-container h1 span:first-child, .page-template-tpl_Frequency_2023 #main-container h2 span:first-child {
    transform: rotate(-1deg) translate(-15%, 4%);
    z-index: 7; }
  .page-template-tpl_Frequency_2023 #main-container h1 span:nth-child(2), .page-template-tpl_Frequency_2023 #main-container h2 span:nth-child(2) {
    z-index: 6; }
  .page-template-tpl_Frequency_2023 #main-container h1 span:last-child, .page-template-tpl_Frequency_2023 #main-container h2 span:last-child {
    transform: rotate(-3deg);
    z-index: 5; }
  .page-template-tpl_Frequency_2023 #main-container .frequency .intro {
    display: flex;
    flex-direction: column;
    margin: 0 auto -9rem;
    max-width: 1170px;
    padding: 3rem 2rem 0; }
  @media (min-width: 576px) {
        .page-template-tpl_Frequency_2023 #main-container .frequency .intro {
          flex-direction: row;
          justify-content: center;
          margin-bottom: -2rem;
          padding: 0 2rem; } }
  @media (min-width: 768px) {
        .page-template-tpl_Frequency_2023 #main-container .frequency .intro {
          margin-bottom: -4rem; } }
  @media (min-width: 992px) {
        .page-template-tpl_Frequency_2023 #main-container .frequency .intro {
          margin-bottom: -10rem; } }
  @media (max-width: 575px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .first {
            order: 1; } }
  @media (min-width: 992px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .intro .first img {
              max-width: 90%; } }
    @media (min-width: 1100px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .first img {
            max-width: 100%; } }
  .page-template-tpl_Frequency_2023 #main-container .frequency .intro .second {
    margin-left: -25%; }
  @media (max-width: 575px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .second {
            margin-top: -13rem;
            order: 3;
            transform: rotate(-12deg) translateX(7%); } }
  @media (min-width: 576px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .second {
            margin-left: -33%; } }
  @media (min-width: 768px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .second {
            margin-left: -40%; } }
  @media (min-width: 1100px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .second {
            margin-left: -25%; } }
  .page-template-tpl_Frequency_2023 #main-container .frequency .intro .third {
    margin-left: -17%;
    margin-top: 12%; }
  @media (max-width: 575px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .third {
            order: 2;
            margin-left: -34%; } }
  @media (min-width: 768px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .third {
            margin-left: -33%;
            margin-top: 23%; } }
  @media (min-width: 992px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .third {
            margin-left: -23%;
            margin-top: 12%; } }
  @media (min-width: 1100px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .intro .third {
            margin-left: -17%; } }
  .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content {
    max-width: 80rem;
    width: 100%; }
  .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .content-arrow {
    cursor: pointer;
    margin-bottom: 3rem;
    text-align: center; }
  @media (min-width: 576px) {
          .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .content-arrow {
            margin-bottom: 10rem; } }
  .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_html {
    margin-bottom: 0; }
  .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_picture {
    text-align: center; }
  .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular {
    margin-bottom: 0; }
  .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form .ginput_counter {
    display: none; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form .ginput_complex label {
      display: none; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form .gfield_required {
      display: none;
      color: white; }
    @media (min-width: 641px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form .gfield.one-third {
              grid-column: span 4; }
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form .gfield.two-third {
              grid-column: span 8; } }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form legend, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form label {
      color: white;
      font-size: 1.8rem;
      font-weight: 400; }
    @media (min-width: 768px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form legend, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form label {
              font-size: 2rem; } }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form legend a, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form label a {
      color: white;
      text-decoration: underline; }
      .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form legend a:hover, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form label a:hover {
        text-decoration: none; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form input, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form select, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form textarea {
      background-color: white !important;
      border-color: #d0ad67 !important;
      color: #00417e;
      font-size: 2rem;
      height: 4.5rem; }
    @media (min-width: 768px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form input, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form select, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form textarea {
              font-size: 2.2rem; } }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form input.datepicker {
      width: 100%; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form .gform_footer {
      justify-content: center; }
    @media (min-width: 768px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form .gform_footer {
              justify-content: flex-end;
              max-width: 60rem;
              position: relative;
              transform: translateY(-21rem);
              z-index: 6; } }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form .gform_footer .button {
      border: 0.1rem solid #d0ad67; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_15 {
      opacity: 0;
      position: relative;
      z-index: 3; }
    @media (min-width: 641px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_15 {
              grid-column: span 9; } }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_15 label, .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_15 .gfield_description {
      display: none; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_15 #input_27_15 {
      width: 100%;
      height: 14.7rem; }
      @media (min-width: 768px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_15 #input_27_15 {
              height: 50%;
              left: 4rem;
              position: absolute; } }
    @media (min-width: 768px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_21 {
              grid-column: unset; } }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_21 img {
      background-color: white;
      left: 1.7rem;
      padding: 3rem 4rem;
      position: absolute;
      z-index: 2;
      max-width: 90%;
      transform: translateY(-100%); }
      @media (min-width: 768px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_21 img {
              max-width: unset;
              transform: translateY(0);
              left: 15rem;
              padding: 6rem 7rem; } }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_18 {
      grid-column: span 2; }
    @media (max-width: 767px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_18 {
              display: none; } }
    @media (min-width: 768px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_11 {
              margin: 0 auto;
              max-width: 463px;
              position: relative;
              transform: translateY(-21rem);
              z-index: 5; } }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_11 label {
      font-size: 16px;
      line-height: 1; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_11 .gfield-choice-input {
      margin-top: -2rem; }
      @media (min-width: 768px) {
            .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular form #field_27_11 .gfield-choice-input {
              margin-top: -3rem; } }
  .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular .gform_validation_errors {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular .gform_validation_errors .gform-icon {
      display: none; }
    .page-template-tpl_Frequency_2023 #main-container .frequency .frequency-content .cb_formular .gform_validation_errors h2 {
      color: #f00;
      font-size: 3.5rem;
      line-height: 1;
      padding-bottom: 2rem;
      text-align: left; }

.page-template-tpl_FrequencyII_2023 .frequency-part-2 {
  position: relative; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 img {
    max-width: 100%;
    width: unset; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 ul, .page-template-tpl_FrequencyII_2023 .frequency-part-2 .btn, .page-template-tpl_FrequencyII_2023 .frequency-part-2 p {
    font-size: 2rem; }
  @media (min-width: 992px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part-2 ul, .page-template-tpl_FrequencyII_2023 .frequency-part-2 .btn, .page-template-tpl_FrequencyII_2023 .frequency-part-2 p {
        font-size: 2.5rem; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 ul {
    margin: 0; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 ul li {
    background-image: none;
    line-height: 1.2;
    position: relative; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 ul li::before {
    content: "-";
    position: absolute;
    color: white;
    left: 0;
    font-weight: 700; }
  @media (min-width: 768px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part-2 .hide-desktop {
        display: none; } }
  @media (max-width: 767px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part-2 .hide-mobile {
        display: none; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 .row.flex {
    display: flex;
    flex-wrap: wrap; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2 {
    align-items: flex-start;
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 2.5rem;
    text-transform: none; }
  @media (min-width: 768px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2 {
        font-size: 4rem; } }
  @media (min-width: 992px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2 {
        font-size: 4.5rem; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1 span, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2 span {
    background-color: #00417e;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto; }
  @media (min-width: 768px) {
        .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1 span, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2 span {
          margin: unset; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1 span:first-child, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2 span:first-child {
    transform: rotate(-1deg) translate(-15%, 4%);
    z-index: 7; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1 span:nth-child(2), .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2 span:nth-child(2) {
    z-index: 6; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1 span:last-child, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2 span:last-child {
    transform: rotate(-3deg);
    z-index: 5; }
  @media (max-width: 767px) {
        .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1.big, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2.big {
          font-size: 4.5rem; }
          .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1.big span, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2.big span {
            margin: unset; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1.center span, .page-template-tpl_FrequencyII_2023 .frequency-part-2 h2.center span {
    margin: 0 auto; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1 span {
    margin: 0 auto; }
  .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1 span:first-child {
    transform: rotate(-1deg) translate(0, 4%); }
  @media (min-width: 768px) {
          .page-template-tpl_FrequencyII_2023 .frequency-part-2 h1 span:first-child {
            transform: rotate(-1deg) translate(-15%, 4%); } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top {
    background-image: url('../images/frequency_2023/part_2/bg-mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-top: 8rem;
    position: relative;
    padding-bottom: 4rem; }
  @media (min-width: 576px) {
    .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top {
      background-image: url('../images/frequency_2023/part_2/bg-desktop-big.jpg');
      background-position: bottom center;
      padding-top: 10rem;
      padding-bottom: 5rem; } }
  @media (min-width: 1200px) {
    .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top {
      background-size: 120% 120%; } }
  @media (min-width: 1670px) {
    .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top {
      background-size: cover; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro {
    margin-bottom: 5rem;
    text-align: center; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro .first {
    z-index: 3;
    position: relative; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro .bottle-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
    z-index: 6; }
  @media (min-width: 768px) {
        .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro .bottle-wrapper {
          align-items: flex-end;
          flex-direction: row;
          transform: translateY(-5rem); } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro .bottle-wrapper h1 {
    margin-top: 2rem; }
  @media (min-width: 768px) {
          .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro .bottle-wrapper h1 {
            margin-top: 0; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro .bottle-wrapper img {
    margin-top: -6rem;
    max-width: 33rem; }
  @media (min-width: 768px) {
          .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro .bottle-wrapper img {
            max-width: 28rem;
            margin-top: 0;
            transform: translateX(16rem); } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .intro .content-arrow img {
    cursor: pointer; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .frequency-part2-content {
    margin-top: 12rem; }
  @media (min-width: 768px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .frequency-part2-content {
        margin-top: 20rem; } }
  @media (min-width: 1200px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .frequency-part2-content {
        margin-top: 12rem; } }
  @media (min-width: 1670px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .frequency-part2-content {
        margin-top: 20rem; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .frequency-part2-content .planet-wrapper {
    position: relative; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .frequency-part2-content .planet-wrapper .flag {
    position: absolute;
    margin: 0 auto;
    left: -6rem;
    top: -11rem;
    animation: shadow 2s infinite;
    right: 0; }
  @media (min-width: 768px) {
          .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .frequency-part2-content .planet-wrapper .flag {
            top: -11rem;
            left: 9rem; } }
  @media (max-width: 767px) {
          .page-template-tpl_FrequencyII_2023 .frequency-part2-content-top .frequency-part2-content .planet-wrapper .planet {
            margin-left: -11rem;
            margin-right: -12rem;
            max-width: unset;
            width: 130vw; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content {
    background-image: url('../images/frequency_2023/part_2/bg-pergament.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #00417e;
    padding-top: 8rem;
    margin-top: -4rem;
    position: relative; }
  @media (min-width: 768px) {
    .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content {
      background-image: url('../images/frequency_2023/part_2/bg-pergament.png');
      background-position: top center;
      padding-top: 10rem;
      margin-top: -5rem; } }
  @media (max-width: 767px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content .vertical, .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content .cb_picture {
        text-align: center; } }
  @media (max-width: 767px) {
      .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content .vertical p {
        padding: 0 3rem; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content .gform_wrapper .gform_validation_errors {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content .gform_wrapper .gform_validation_errors .gform-icon {
    display: none; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content .gform_wrapper .gform_validation_errors h2 {
    color: #f00;
    font-size: 3.5rem;
    line-height: 1;
    padding-bottom: 2rem;
    text-align: left; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content .gform_wrapper .gform_footer {
    justify-content: center; }
  @media (min-width: 768px) {
        .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content .gform_wrapper .gform_footer {
          justify-content: flex-end; } }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content form input:not(.gfield-choice-input) {
    height: 5rem;
    width: 100%; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content form .validation_message, .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content form .gfield_required_asterisk {
    display: none; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content form .gfield_error label {
    color: #f00; }
  .page-template-tpl_FrequencyII_2023 .frequency-part2-bottom-content form .gfield_error label a {
    color: #f00; }
  .page-template-tpl_FrequencyII_2023 #cursor-img {
    display: none; }
  @media (min-width: 1024px) {
    .page-template-tpl_FrequencyII_2023 #cursor-img {
      position: fixed;
      transform: translate(-50%, -50%);
      transition: all 0.1s ease;
      z-index: 999;
      display: block; } }
  .page-template-tpl_FrequencyII_2023 .animate {
    opacity: 0;
    transition: opacity 0.3s; }
  .page-template-tpl_FrequencyII_2023 .animate.animation {
    opacity: 1; }
  .page-template-tpl_FrequencyII_2023 .asteroid {
    position: absolute; }
  .page-template-tpl_FrequencyII_2023 .asteroid.first-asteroid {
    left: -30rem;
    top: 37%;
    animation: asteroid 1s; }
  .page-template-tpl_FrequencyII_2023 .asteroid.second-asteroid {
    top: 16%;
    left: 31%;
    animation: asteroid-2 1s; }
  .page-template-tpl_FrequencyII_2023 .asteroid.third-asteroid {
    right: 0;
    top: 0;
    max-width: 20vw; }
  .page-template-tpl_FrequencyII_2023 .star {
    position: absolute;
    left: 50%;
    top: 15%;
    height: 2px;
    border-radius: 885px;
    background: linear-gradient(-45deg, #eef0f5, rgba(0, 0, 255, 0));
    animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite; }
  .page-template-tpl_FrequencyII_2023 .star::after, .page-template-tpl_FrequencyII_2023 .star::before {
    content: "";
    position: absolute;
    top: calc(15% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #eaeef8, rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    animation: shining 3000ms ease-in-out infinite; }
  .page-template-tpl_FrequencyII_2023 .star::after {
    transform: translateX(50%) rotateZ(-45deg); }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(1) {
    top: calc(15% - -119px);
    left: calc(50% - 43px);
    animation-delay: 4000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(1)::before, .page-template-tpl_FrequencyII_2023 .star:nth-child(1)::after {
    animation-delay: 4000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(2) {
    top: calc(15% - -43px);
    left: calc(50% - 37px);
    animation-delay: 5000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(2)::before, .page-template-tpl_FrequencyII_2023 .star:nth-child(2)::after {
    animation-delay: 5000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(3) {
    top: calc(15% - -40px);
    left: calc(50% - 222px);
    animation-delay: 7000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(3)::before, .page-template-tpl_FrequencyII_2023 .star:nth-child(3)::after {
    animation-delay: 7000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(4) {
    top: calc(15% - -29px);
    left: calc(50% - 113px);
    animation-delay: 7000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(4)::before, .page-template-tpl_FrequencyII_2023 .star:nth-child(4)::after {
    animation-delay: 7000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(5) {
    top: calc(15% - 146px);
    left: calc(50% - 112px);
    animation-delay: 3000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(5)::before, .page-template-tpl_FrequencyII_2023 .star:nth-child(5)::after {
    animation-delay: 3000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(6) {
    top: calc(15% - -108px);
    left: calc(50% - 160px);
    animation-delay: 3000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(6)::before, .page-template-tpl_FrequencyII_2023 .star:nth-child(6)::after {
    animation-delay: 3000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(7) {
    top: calc(15% - 52px);
    left: calc(50% - 72px);
    animation-delay: 7000ms; }
  .page-template-tpl_FrequencyII_2023 .star:nth-child(7)::before, .page-template-tpl_FrequencyII_2023 .star:nth-child(7)::after {
    animation-delay: 7000ms; }

:focus-visible {
  outline: none !important; }

@keyframes tail {
  0% {
    width: 0; }

  30% {
    width: 100px; }

  100% {
    width: 0; } }

@keyframes shining {
  0% {
    width: 0; }

  50% {
    width: 30px; }

  100% {
    width: 0; } }

@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    -webkit-transform: translateX(270px);
    transform: translateX(270px); } }

@keyframes shadow {
  0% {
    filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, 0.7)); }

  50% {
    filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, .5)); }

  100% {
    filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, 0.7)); } }

@keyframes asteroid {
  0% {
    top: -100%; }

  100% {
    top: 37%; } }

@keyframes asteroid-2 {
  0% {
    left: 100%; }

  100% {
    left: 31%; } }

.brauereifuehrungen {
  padding: 6rem 0 8rem; }
  .brauereifuehrungen .fortschrittsbalken {
    margin-bottom: 50px;
    border: 1px solid #d0ad67; }
  .brauereifuehrungen .fortschrittsbalken .step {
    width: 25%;
    float: left;
    text-align: center; }
  .brauereifuehrungen .fortschrittsbalken .step .fortschritt {
    background: transparent;
    padding: 0.5rem 2rem;
    font-weight: 600;
    position: relative; }
  .brauereifuehrungen .fortschrittsbalken .step.active .fortschritt {
    background: #fff4cc; }
  .brauereifuehrungen .fortschrittsbalken .step.active .fortschritt:after {
    border-top: 1.7rem solid transparent;
    border-bottom: 1.7rem solid transparent;
    border-left: 1.4rem solid #fff4cc;
    content: "";
    height: 0;
    position: absolute;
    right: -1.4rem;
    top: 0;
    width: 0; }
  .brauereifuehrungen .fortschrittsbalken .step.last .fortschritt:after {
    content: none; }
  .brauereifuehrungen .btn {
    margin-top: 10rem; }
  .brauereifuehrungen .calendar .btn {
    margin-top: 0; }
  .brauereifuehrungen h4 {
    color: #00417e;
    font-size: 2rem; }
  .brauereifuehrungen .anchor-link {
    font-weight: 700;
    font-size: 1.9rem; }
  .brauereifuehrungen strong {
    color: #333; }
  .brauereifuehrungen h3 {
    text-transform: uppercase; }
  .brauereifuehrungen .overview-h2 {
    margin-bottom: 1rem;
    margin-top: 4rem; }
  .brauereifuehrungen .trennlinie {
    margin-bottom: 3rem; }
  .brauereifuehrungen .kalender {
    margin-bottom: 30px;
    border: 1px solid #d0ad67; }
  .brauereifuehrungen .kalender .head {
    font-size: 22px;
    font-weight: bold;
    color: #674426;
    padding: 3rem; }
  .brauereifuehrungen .kalender .head i {
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
    padding: 0 5px; }
  .brauereifuehrungen .kalender .head i.fa-angle-left {
    float: left; }
  .brauereifuehrungen .kalender .head i.fa-angle-right {
    float: right; }
  .brauereifuehrungen .kalender .head .dropdownstyle {
    display: inline-block;
    padding: 4px 5px 4px 12px;
    position: relative;
    margin-top: -6px;
    text-transform: uppercase; }
  .brauereifuehrungen .kalender .head .js-month {
    cursor: pointer; }
  .brauereifuehrungen .kalender .head .js-month-dropdown i {
    font-size: 12px;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 10px; }
  .brauereifuehrungen .kalender .head .months {
    background: white;
    border: 1px solid #d0ad67;
    display: none;
    font-size: 18px;
    font-weight: normal;
    left: 50%;
    margin-top: 10px;
    padding: 11px 15px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
    z-index: 9; }
  .brauereifuehrungen .kalender .head .months.active {
    display: block; }
  .brauereifuehrungen .kalender .head .months div {
    cursor: pointer;
    font-size: 16px;
    text-align: left; }
  .brauereifuehrungen .kalender .head .months .year {
    pointer-events: none;
    cursor: initial;
    font-size: 12px;
    color: grey;
    line-height: 1;
    margin-top: 8px; }
  .brauereifuehrungen .kalender .dates div {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 140%;
    min-height: 55px;
    padding: 1rem 1rem 0;
    position: relative;
    text-align: left;
    width: 18%;
    background: #fff4cc;
    border-top: 0.1rem solid #d0ad67;
    border-bottom: 0.1rem solid #d0ad67; }
  .brauereifuehrungen .kalender .dates div:first-of-type {
    width: 10%; }
  .brauereifuehrungen .kalender .dates div.today {
    background: #d0ad67; }
  .brauereifuehrungen .kalender .dates div small {
    color: grey;
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.5rem 0.8rem 0 0;
    position: absolute;
    top: 6.4rem;
    z-index: 1; }
  @media (max-width: 767px) {
        .brauereifuehrungen .kalender .dates div {
          width: 33.3%; } }
  .brauereifuehrungen .kalender .grid {
    position: relative;
    clear: both; }
  .brauereifuehrungen .kalender .grid .time, .brauereifuehrungen .kalender .grid .day {
    float: left; }
  .brauereifuehrungen .kalender .grid .time:first-of-type, .brauereifuehrungen .kalender .grid .day:first-of-type {
    border: none; }
  .brauereifuehrungen .kalender .grid .time div, .brauereifuehrungen .kalender .grid .day div {
    border-bottom: 1px solid #d0ad67;
    color: #00417e;
    font-size: 2.3rem;
    font-weight: 300;
    height: 5.5rem;
    padding-top: 1.3rem; }
  .brauereifuehrungen .kalender .grid .time div:last-child, .brauereifuehrungen .kalender .grid .day div:last-child {
    border-bottom: none; }
  @media (max-width: 767px) {
        .brauereifuehrungen .kalender .grid .time, .brauereifuehrungen .kalender .grid .day {
          width: 33.3%; }
          .brauereifuehrungen .kalender .grid .time div, .brauereifuehrungen .kalender .grid .day div {
            font-size: 17px; } }
  .brauereifuehrungen .kalender .grid .time {
    width: 10%; }
  .brauereifuehrungen .kalender .grid .time div {
    color: #674426; }
  .brauereifuehrungen .kalender .grid .day {
    width: 18%;
    cursor: pointer;
    position: relative; }
  .brauereifuehrungen .kalender .grid .day div {
    color: #00417e;
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 1.7rem; }
  .brauereifuehrungen .kalender .grid .day div:nth-last-child(2) {
    border-bottom: none;
    color: transparent !important;
    cursor: default; }
    .brauereifuehrungen .kalender .grid .day div:nth-last-child(2):hover {
      background: none; }
  .brauereifuehrungen .kalender .grid .day div:hover {
    background: #fff4cc; }
  .brauereifuehrungen .kalender .grid .day div.blocked {
    cursor: initial;
    color: transparent; }
    .brauereifuehrungen .kalender .grid .day div.blocked:hover {
      background: none; }
  .brauereifuehrungen .kalender .grid .buchungen {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }
  .brauereifuehrungen .kalender .grid .buchungen div {
    background: #00417e;
    color: white;
    position: absolute;
    width: 15%;
    height: 77px;
    width: 90%;
    margin: 11px 5%;
    top: 0px;
    font-size: 15px;
    padding-top: 18px;
    line-height: 130%;
    font-weight: bold; }
  .brauereifuehrungen .kalender .grid .buchungen div small {
    font-size: 12px;
    font-weight: normal; }
    @media (max-width: 991px) {
          .brauereifuehrungen .kalender .grid .buchungen div small {
            font-size: 9px; } }
  @media (max-width: 1200px) {
          .brauereifuehrungen .kalender .grid .buchungen div {
            font-size: 14px;
            padding-top: 20px; } }
  @media (max-width: 991px) {
          .brauereifuehrungen .kalender .grid .buchungen div {
            font-size: 11px;
            padding-top: 25px; } }
  .brauereifuehrungen .kalender .grid .buchungen div.reserveGroup {
    background: #00417e;
    cursor: initial; }
  .brauereifuehrungen .kalender .grid .buchungen div.group {
    cursor: initial; }
    .brauereifuehrungen .kalender .grid .buchungen div.group.fix {
      background: #d0ad67 !important; }
  .brauereifuehrungen .kalender .grid .buchungen div.single {
    background: #00417e; }
  .brauereifuehrungen .kalender .grid .buchungen div.singlebooked {
    background: #b38a37 !important;
    cursor: initial; }
  .brauereifuehrungen .kalender .grid .buchungen div.active {
    background: #00417e;
    cursor: initial; }
  .brauereifuehrungen .kalender .grid .load {
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    padding-top: 281px;
    z-index: 1; }
  .brauereifuehrungen .buchungsformular .pricebox {
    text-align: left;
    border: none;
    padding: 0; }
  .brauereifuehrungen .buchungsformular .pricebox input, .brauereifuehrungen .buchungsformular .pricebox select {
    margin-top: 17px;
    padding: 12px 19px;
    width: 48%;
    margin: 7px 1%;
    float: left;
    line-height: 21px; }
  .brauereifuehrungen .buchungsformular .pricebox input.gebinput, .brauereifuehrungen .buchungsformular .pricebox select.gebinput {
    width: 14.667%; }
  @media (max-width: 767px) {
      .brauereifuehrungen .buchungsformular .pricebox input, .brauereifuehrungen .buchungsformular .pricebox select {
        width: 98%; }
        .brauereifuehrungen .buchungsformular .pricebox input.gebinput, .brauereifuehrungen .buchungsformular .pricebox select.gebinput {
          width: 31.3%; } }
  .brauereifuehrungen .buchungsformular .pricebox input {
    border: 1px solid #d0ad67; }
  .brauereifuehrungen .buchungsformular .pricebox input::placeholder {
    color: #333;
    opacity: 0.5; }
  .brauereifuehrungen .buchungsformular .pricebox label {
    float: left;
    margin: 10px 1% 0;
    width: 60%; }
  @media (max-width: 767px) {
      .brauereifuehrungen .buchungsformular .pricebox label {
        width: 100%; } }
  .brauereifuehrungen .buchungsformular .pricebox h3 {
    margin: 7px 1%; }
  .brauereifuehrungen .buchungsformular .pricebox button {
    width: auto;
    margin-top: 7px; }
  @media (max-width: 767px) {
      .brauereifuehrungen .buchungsformular .pricebox button {
        margin-top: 0px;
        margin-bottom: 5px; } }
  .brauereifuehrungen .buchungsformular .pricebox label.check {
    position: relative;
    padding-left: 27px;
    margin-bottom: 6px;
    margin-top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .brauereifuehrungen .buchungsformular .pricebox label.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .brauereifuehrungen .buchungsformular .pricebox label.check input:checked ~ span.checkmark:after {
    background: black !important;
    display: block; }
  .brauereifuehrungen .buchungsformular .pricebox label.check .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ebeff1;
    border: 1px solid #acb9c5; }
  .brauereifuehrungen .buchungsformular .pricebox label.check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px; }
  .brauereifuehrungen .buchungsformular .pricebox label.check.round .checkmark {
    border-radius: 50%; }
  .brauereifuehrungen .buchungsformular .pricebox label.check.round .checkmark:after {
    border-radius: 50%; }
  .brauereifuehrungen .buchungsformular .pricebox .codeerror {
    width: 100%;
    display: block;
    padding: 0 1%;
    clear: both;
    color: red; }
  .brauereifuehrungen .buchungsformular .pricebox .codesuccess {
    width: 100%;
    display: block;
    padding: 0 1%;
    clear: both;
    color: #00417e;
    font-weight: bold; }
  .brauereifuehrungen .buchungsformular .pricebox .couponload {
    display: inline-block;
    vertical-align: top;
    margin: 19px 11px;
    font-size: 22px;
    color: #00417e;
    display: none; }
  .brauereifuehrungen .buchungsformular .auswahl button {
    width: auto;
    float: right; }
  @media (max-width: 520px) {
    .brauereifuehrungen .buchungsformular .auswahl button {
      float: none;
      margin-top: 11px; } }
  .brauereifuehrungen .pricebox {
    border: 1px solid #d0ad67;
    margin-bottom: 30px;
    padding: 25px; }
  .brauereifuehrungen .pricebox h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #674426; }
  .brauereifuehrungen .pricebox span {
    display: block;
    line-height: 125%; }
  .brauereifuehrungen .pricebox select {
    border-radius: 0;
    background-color: #fff4cc;
    border: none;
    margin-top: 17px;
    padding: 0.7rem 1rem; }
  .brauereifuehrungen .auswahl {
    background: #fff4cc;
    text-align: left;
    padding: 3.5rem; }
  .brauereifuehrungen .auswahl .infos {
    display: inline-block;
    margin-right: 1rem; }
  .brauereifuehrungen .auswahl .infos span {
    display: block; }
  .brauereifuehrungen .auswahl .infos .price {
    margin: 0 0 8px 0; }
  .brauereifuehrungen .auswahl .infos .price .gesamt {
    color: #674426;
    font-weight: bold; }
  .brauereifuehrungen .auswahl .infos .price .gesamt td {
    border-top: 1px solid #d0ad67; }
  .brauereifuehrungen .auswahl .infos .price td {
    padding: 0 12px 0 0; }
  .brauereifuehrungen .auswahl .infos .price td:nth-child(2) {
    text-align: right; }
  .brauereifuehrungen .auswahl .infos .price .rabatt {
    font-weight: bold; }
  .brauereifuehrungen .auswahl form {
    float: right; }
  .brauereifuehrungen .auswahl form button {
    width: auto; }
  @media (max-width: 767px) {
      .brauereifuehrungen .auswahl form {
        float: none;
        margin-top: 10px; } }
  .brauereifuehrungen table.freischalten tr:first-of-type td {
    font-weight: bold; }
  .brauereifuehrungen table.freischalten tr td {
    padding: 8px 10px; }
  .brauereifuehrungen table.freischalten tr td a i {
    color: green;
    padding: 0 8px;
    font-size: 21px; }
  .brauereifuehrungen table.freischalten tr td a:last-of-type i {
    color: red; }
  .brauereifuehrungen table.freischalten tr:nth-child(2n) td {
    background: #f3f5f7; }
  .brauereifuehrungen .notiz {
    position: absolute;
    background: white;
    padding: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    margin-left: 50%;
    transform: translateX(-50%);
    top: 200px;
    display: none;
    z-index: 500; }
  .brauereifuehrungen .notiz textarea {
    width: 100%;
    margin-bottom: 21px;
    padding: 4px 8px;
    height: 100px; }
  .brauereifuehrungen .notiz .js-cancel {
    display: inline-block;
    text-decoration: underline;
    margin-left: 15px;
    cursor: pointer; }
  .brauereifuehrungen .emailborder {
    width: 650px;
    border: 1px solid #d0ad67;
    padding: 25px;
    text-align: center; }
  .brauereifuehrungen .emailborder textarea {
    border: none;
    padding: 4px 8px;
    background: #fff4cc;
    width: 100%;
    height: 98px; }
  .brauereifuehrungen .formoptions {
    border: 1px solid #d0ad67;
    width: 650px;
    margin-bottom: 24px; }
  .brauereifuehrungen .formoptions table {
    width: 100%; }
  .brauereifuehrungen .formoptions td {
    padding: 7px 16px; }
  .brauereifuehrungen .formoptions td input {
    border: none;
    background: #fff4cc;
    padding: 6px 8px;
    width: 100%; }
  .brauereifuehrungen .formoptions td input[type=checkbox] {
    width: auto;
    margin-right: 4px; }

.etikettengenerator {
  display: flex;
  border: 1px solid #d0d2d4;
  padding: 35px; }
  .etikettengenerator.nostyle {
    display: block;
    border: none;
    padding: 0; }
  .etikettengenerator ::-webkit-input-placeholder {
    opacity: 0.5; }
  .etikettengenerator :-moz-placeholder {
    opacity: 0.5; }
  .etikettengenerator ::-moz-placeholder {
    opacity: 0.5; }
  .etikettengenerator :-ms-input-placeholder {
    opacity: 0.5; }
  @media (max-width: 767px) {
  .etikettengenerator {
    padding: 15px;
    margin: 0 -15px;
    border-left: none;
    border-right: 0;
    flex-direction: column; } }
  .etikettengenerator .preview {
    width: 50%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    pointer-events: none; }
  @media (max-width: 1200px) {
    .etikettengenerator .preview {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .etikettengenerator .preview {
      width: 100%;
      padding: 45px 0px 35px 0; } }
  .etikettengenerator .preview:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.15) 69%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.15) 69%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.15) 69%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0); }
  .etikettengenerator .preview .image {
    padding: 45% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transform: scale(1) translateY(0%);
    transition: transform ease-out 1s; }
  .etikettengenerator .preview .image .sujet {
    width: 23.7%;
    height: 34.2%;
    position: absolute;
    top: 52.9%;
    left: 38%;
    overflow: hidden;
    border: 1px solid #bbb;
    border-top: 0;
    border-bottom: 0; }
  .etikettengenerator .preview .image .sujet .sujet_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%; }
  .etikettengenerator .preview .image .sujet img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: initial; }
  .etikettengenerator .preview .image .sujet.sujet_1 {
    z-index: 1; }
  .etikettengenerator .preview .image .sujet.sujet_2, .etikettengenerator .preview .image .sujet.sujet_3 {
    cursor: pointer; }
  .etikettengenerator .preview .image .imagecontrolls {
    position: absolute;
    width: 26.6%;
    height: 37.75%;
    top: 48.9%;
    left: 36.75%; }
  .etikettengenerator .preview .image .imagecontrolls button {
    transform: scale(0.5); }
  .etikettengenerator .preview .image .imagecontrolls .js-left {
    top: 50%;
    margin-top: -18px;
    left: -45px;
    position: absolute; }
  .etikettengenerator .preview .image .imagecontrolls .js-right {
    top: 50%;
    margin-top: -18px;
    right: -45px;
    position: absolute; }
  .etikettengenerator .preview .image .imagecontrolls .js-top {
    top: -47px;
    margin-left: -18px;
    left: 50%;
    position: absolute; }
  .etikettengenerator .preview .image .imagecontrolls .js-bottom {
    bottom: -35px;
    margin-left: -18px;
    left: 50%;
    position: absolute; }
  .etikettengenerator .preview .imagecontrolls {
    text-align: center;
    display: none;
    opacity: 0; }
  .etikettengenerator .preview .imagecontrolls button {
    padding: 8px;
    width: 37px;
    margin: 15px 9px 0;
    cursor: pointer;
    position: relative;
    z-index: 1; }
  .etikettengenerator .preview .imagecontrolls.ic2 {
    margin-top: 30px; }
  .etikettengenerator .preview.fields {
    pointer-events: initial; }
  .etikettengenerator .preview.fields .image {
    transform: scale(2) translateY(-20%); }
  .etikettengenerator .preview.fields .imagecontrolls {
    opacity: 1; }
  .etikettengenerator .preview.scale .image {
    transform: scale(2) translateY(-20%); }
  .etikettengenerator .settings {
    width: 50%; }
  @media (max-width: 767px) {
    .etikettengenerator .settings {
      width: 100%; } }
  .etikettengenerator .settings .infotext {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px; }
  .etikettengenerator .settings label {
    margin-bottom: 2px;
    font-size: 14px; }
  .etikettengenerator .settings input {
    background: #ebeff1;
    border: 1px solid #acb9c5;
    padding: 10px 14px;
    margin-bottom: 10px;
    width: 100%; }
  .etikettengenerator .settings .error {
    margin-top: 15px;
    color: red; }
  .etikettengenerator .settings .info_image {
    display: inline-block;
    width: 212px;
    vertical-align: top;
    padding: 12px;
    font-size: 13px;
    line-height: 16px; }
  @media (max-width: 991px) {
      .etikettengenerator .settings .info_image {
        display: block;
        width: 100%;
        padding: 12px 0; } }
  .etikettengenerator .settings .headernavi {
    display: flex;
    margin-bottom: 18px; }
  .etikettengenerator .settings .headernavi div {
    border: 1px solid #d0d2d4;
    font-family: 'Crimson Text Bold', Arial, sans-serif;
    font-size: 25px;
    padding: 11px 0 6px;
    width: 25%;
    margin-right: 1%;
    color: #d0d2d4;
    text-align: center; }
  @media (max-width: 991px) {
        .etikettengenerator .settings .headernavi div {
          font-size: 16px; } }
  @media (max-width: 767px) {
        .etikettengenerator .settings .headernavi div {
          font-size: 13px; } }
  .etikettengenerator .settings .headernavi div.active {
    text-align: left;
    padding-left: 13px;
    background: #00417e;
    color: white;
    border-color: #00417e; }
  .etikettengenerator .settings .headernavi div.wide {
    width: 75%; }
  .etikettengenerator .settings .headernavi div:last-of-type {
    margin: 0; }
  .etikettengenerator .settings .setting {
    display: none; }
  .etikettengenerator .settings .setting .buttons {
    margin-top: 25px; }
  .etikettengenerator .settings .setting .buttons .btn {
    width: auto;
    padding: 7px 38px; }
  .etikettengenerator .settings .setting .buttons .btn.right {
    float: right; }
  .etikettengenerator .settings .setting .buttons:after {
    content: "";
    display: block;
    clear: both; }
  .etikettengenerator .settings .setting .buttons .overlay_check_text, .etikettengenerator .settings .setting .buttons .overlay_check_daten {
    position: absolute;
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 40px black;
    width: 100%;
    bottom: -11px;
    display: none;
    z-index: 1; }
  .etikettengenerator .settings .setting .buttons .overlay_check_text div, .etikettengenerator .settings .setting .buttons .overlay_check_daten div {
    font-weight: bold;
    margin-bottom: 15px; }
  .etikettengenerator .settings .setting .buttons .overlay_check_text input, .etikettengenerator .settings .setting .buttons .overlay_check_daten input {
    text-transform: initial; }
  .etikettengenerator .settings .setting .infobox {
    border: 1px solid #00417e;
    padding: 8px 20px 10px 66px;
    margin-bottom: 18px;
    position: relative; }
  .etikettengenerator .settings .setting .infobox i {
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -17px;
    height: 33px;
    width: 33px;
    border: 2px solid #00417e;
    border-radius: 50%;
    text-align: center;
    color: #00417e;
    padding-top: 5px;
    font-size: 20px; }
  .etikettengenerator .settings .setting.design {
    display: block; }
  .etikettengenerator .settings .setting.design .sujets {
    display: flex;
    flex-flow: wrap;
    margin-right: -25px; }
  .etikettengenerator .settings .setting.design .sujets .sujet {
    width: 50%;
    padding: 0 25px 25px 0; }
    .etikettengenerator .settings .setting.design .sujets .sujet .bottle {
      border: 1px solid #d0d2d4;
      padding: 45% 50%;
      background-size: 60% auto;
      background-repeat: no-repeat;
      background-position: top 83% center;
      position: relative;
      cursor: pointer; }
    .etikettengenerator .settings .setting.design .sujets .sujet .bottle.active {
      border-color: #00417e;
      box-shadow: inset 0 0 0px 6px #00417e; }
    .etikettengenerator .settings .setting.design .sujets .sujet .bottle div {
      width: 48.5%;
      height: 71.2%;
      position: absolute;
      top: 20.3%;
      left: 25.7%;
      background-size: 100%;
      border: 1px solid #bbb;
      border-top: 0;
      border-bottom: 0; }
  .etikettengenerator .settings .setting.fields label, .etikettengenerator .settings .setting.fields input {
    width: 100%; }
  .etikettengenerator .settings .setting.fields input {
    text-transform: uppercase; }
  .etikettengenerator .settings .setting.fields .image {
    position: relative;
    margin-bottom: 15px; }
  .etikettengenerator .settings .setting.fields .image img {
    max-height: 150px;
    width: auto;
    border: 1px solid #2a53a1; }
  .etikettengenerator .settings .setting.fields .image input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .etikettengenerator .settings .setting.daten .product {
    border-bottom: 1px solid #d0d2d4;
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: flex; }
  .etikettengenerator .settings .setting.daten .product iframe#payment_iframe {
    width: 1px;
    min-width: 100%;
    border: none; }
    .etikettengenerator .settings .setting.daten .product iframe#payment_iframe li.product {
      width: 50%; }

.pruefen table td, .pruefen table th {
  padding: 6px 15px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #b7b7b7;
  font-size: 12px; }
  .pruefen table tr td i {
    font-size: 20px;
    margin: 0 5px; }
  .pruefen table tr:hover td {
    background: #f1f1f1; }
  .pruefen table label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    cursor: pointer; }
  .pruefen table label input {
    position: relative;
    top: 50%;
    margin-top: -6px;
    display: block; }
  .pruefen table .checkactions div {
    color: #00417e;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer; }
  .pruefen table .checkactions div i {
    font-size: 13px; }
  .pruefen .options {
    position: relative; }
  .pruefen .options i {
    color: #00417e;
    cursor: pointer; }
  .pruefen .options i.fa-sort-desc {
    font-size: 13px;
    position: relative;
    top: -4px;
    left: -5px; }
  .pruefen .options .actions {
    display: none;
    position: absolute;
    width: 260px;
    background: white;
    padding: 3px 9px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    z-index: 1; }
  .pruefen .options .actions a {
    display: block;
    margin: 7px 0;
    border-radius: 5px;
    padding: 0px 4px; }
  .pruefen .options .actions a i {
    font-size: 12px; }
  .pruefen .options .actions a:hover {
    background: #efefef;
    text-decoration: none; }
  .pruefen .options:hover .actions {
    display: block; }
  .pruefen .buttons button {
    color: #0752a1;
    padding: 7px 15px;
    background: #ebeff1;
    width: auto;
    display: block;
    border-radius: 6px;
    margin-bottom: 9px; }
  .pruefen .buttons button i {
    font-size: 14px;
    margin-right: 1px;
    width: 17px; }
  .pruefen .buttons button:hover {
    background: #d5dce0; }

.internebestellung {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  border: 1px solid red;
  padding: 22px 10px 0;
  margin-bottom: 32px; }
  .internebestellung h2 {
    color: red;
    font-size: 23px;
    margin-bottom: 8px; }

.loadimagespinner {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none; }
  .loadimagespinner i {
    position: absolute;
    color: white;
    font-size: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px; }

.load.gotolabel, .sammeloverlay {
  width: 50vw;
  position: fixed;
  top: 25%;
  background: white;
  padding: 50px;
  box-shadow: 0 0 40px black;
  border-radius: 6px;
  z-index: 1;
  left: 25%;
  text-align: center; }
  .load.gotolabel span, .sammeloverlay span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 30px; }
  .load.gotolabel button, .sammeloverlay button {
    width: auto;
    display: none; }
  .load.gotolabel.active i, .sammeloverlay.active i {
    display: none; }
  .load.gotolabel.active button, .sammeloverlay.active button {
    display: inline-block; }

.sammeloverlay {
  padding: 20px 20px 30px; }
  .sammeloverlay span {
    margin: 15px;
    margin-bottom: 25px; }
  .sammeloverlay label {
    width: 100%; }
  .sammeloverlay input {
    width: 100%;
    padding: 10px 13px;
    margin-bottom: 30px;
    text-transform: uppercase;
    background: #ebeff1;
    border: 1px solid #acb9c5;
    padding: 10px 14px; }
  .sammeloverlay .col-xs-3 {
    text-align: left; }
  .sammeloverlay .fa-spinner {
    display: none; }

.duplicateorder {
  position: absolute;
  width: 400px;
  max-width: 90%;
  left: 50%;
  top: 65px;
  margin-left: -200px;
  background: white;
  z-index: 2;
  padding: 40px 40px 13px;
  box-shadow: 0 0 40px black;
  text-align: center; }
  @media (max-width: 767px) {
  .duplicateorder {
    width: 90%;
    left: 5%;
    margin-left: 0; } }

.sticky-element-popup {
  background-color: white;
  border-bottom-left-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  top: 104px;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: 700;
  max-width: 22rem;
  padding: 1.5rem;
  position: fixed;
  right: 0;
  transform: translateX(175px);
  transition: transform 0.3s;
  z-index: 999; }
  .sticky-element-popup.show {
    transform: translateX(0); }
  .sticky-element-popup.show .text-wrapper .headline svg {
    transform: scale(-1); }
  .sticky-element-popup .text-wrapper {
    padding-left: 4rem;
    position: relative; }
  .sticky-element-popup .text-wrapper::before {
    content: "";
    position: absolute;
    left: 3rem;
    top: -1.5rem;
    bottom: -1.5rem;
    width: 0.1rem;
    background-color: #00417e; }
  .sticky-element-popup .text-wrapper .headline {
    bottom: 0;
    color: #00417e;
    font-size: 2.1rem;
    left: -0.5rem;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start; }
  @media (min-width: 576px) {
      .sticky-element-popup .text-wrapper .headline {
        font-size: 2.4rem; } }
  .sticky-element-popup .text-wrapper .headline svg {
    height: 1.9rem;
    width: 1.7rem;
    fill: #00417e;
    margin-left: 1rem; }
  .sticky-element-popup .text-wrapper .text {
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-size: 1.5rem; }
  @media (min-width: 576px) {
      .sticky-element-popup .text-wrapper .text {
        font-size: 1.6rem; } }
  .sticky-element-popup .text-wrapper .link {
    font-weight: 700;
    font-size: 1.5rem; }
  @media (min-width: 576px) {
      .sticky-element-popup .text-wrapper .link {
        font-size: 1.6rem; } }

.newsletter-popup-wrapper .btn {
  position: fixed;
  z-index: 200;
  right: 2rem;
  bottom: 2rem; }
  .newsletter-popup-wrapper .newsletter-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    z-index: 201; }
  .newsletter-popup-wrapper .newsletter-popup .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff4cc;
    padding: 5rem;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 45rem;
    text-align: center;
    max-height: 80vh;
    overflow: auto; }
  .newsletter-popup-wrapper .newsletter-popup .inner .close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    line-height: 1;
    transform: scale(1);
    transition: transform 0.3s ease-in; }
  .newsletter-popup-wrapper .newsletter-popup .inner .close svg {
    fill: #444;
    width: 2rem;
    height: 2rem; }
  .newsletter-popup-wrapper .sib-form {
    padding: 0; }
  .newsletter-popup-wrapper #sib-container {
    background-color: transparent;
    padding: 0; }
/*
 ┌─┐┌─┐┌┬┐  ┌┐┌┌─┐┬ ┬┌─┐
 │  ├─┘ │   │││├┤ │││└─┐
 └─┘┴   ┴   ┘└┘└─┘└┴┘└─┘
 File: _cpt/_news.scss
 Beschreibung: CSS Styles für News Übersicht und News Detailseite
 Autor: Team sisu
 Datum: 01.02.2016
 */
.news_entry {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  position: relative;
  background: white; }
  .news_entry .image_container {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    overflow: hidden; }
  .news_entry .image_container img {
    height: auto;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .news_entry .text_container {
    padding: 3rem 0; }
  .news_entry p {
    color: #444 !important; }
  @media (max-width: 991px) {
    .news_entry p {
      font-size: 14px; } }
  .news_entry:hover img {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transition: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .news_entry:hover a {
    text-decoration: none !important; }
  .news_entry:hover h3 {
    color: #00417e; }
/*
 ┌─┐┌─┐┬┌┬┐┌─┐┌┐┌┌┐┌┌─┐┬  ┬┬┌─┐┌─┐┌┬┐┬┌─┐┌┐┌
 └─┐├┤ │ │ ├┤ ││││││├─┤└┐┌┘││ ┬├─┤ │ ││ ││││
 └─┘└─┘┴ ┴ └─┘┘└┘┘└┘┴ ┴ └┘ ┴└─┘┴ ┴ ┴ ┴└─┘┘└┘
 */
.pagination_container {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  clear: both; }
  .pagination_container .sisu_paging {
    margin: 0 20% 0 20%;
    width: 60%; }
  .pagination_container .sisu_paging ul.sisu_pagination {
    width: 80%;
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0 auto; }
  .pagination_container .sisu_paging ul li {
    margin: 0px;
    margin: 0px 5px;
    margin: 0rem 0.5rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block; }
  .pagination_container .sisu_paging ul li a {
    color: #201f1f;
    text-decoration: none;
    padding: 6px 10px;
    padding: 0.6rem 1rem;
    border: 1px solid #000; }
  .pagination_container .sisu_paging ul li:hover a, .pagination_container .sisu_paging ul li.active a {
    background: #eaeaea;
    color: #333 !important; }
  .pagination_container a.prev, .pagination_container a.next {
    top: 0px;
    position: absolute;
    color: #666 !important;
    text-decoration: underline; }
  .pagination_container a.prev:hover, .pagination_container a.next:hover {
    text-decoration: none;
    color: #eaeaea !important; }
  .pagination_container a.prev {
    left: 0px; }
  .pagination_container a.next {
    right: 0px; }
/*
 cpt_biere
 File: _cpt/_biere.scss
 Beschreibung: CSS Styles für News Übersicht und News Detailseite
 Autor: Team sisu
 Datum: 01.02.2016
 */
.sortimentbier {
  padding-top: 50px;
  padding-bottom: 34px;
  display: flex; }
  @media (max-width: 767px) {
  .sortimentbier {
    border: none;
    text-align: center;
    flex-direction: column; } }
  .sortimentbier .bild {
    width: 46%;
    float: left; }
  @media (max-width: 991px) {
    .sortimentbier .bild {
      width: 34%; } }
  @media (max-width: 767px) {
    .sortimentbier .bild {
      width: 100%; } }
  .sortimentbier .bild .image_container {
    box-sizing: border-box;
    padding: 80% 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  @media (max-width: 767px) {
      .sortimentbier .bild .image_container {
        padding: 60% 50%; } }
  .sortimentbier .text {
    display: flex;
    flex-direction: column;
    float: right;
    justify-content: space-between;
    width: 54%; }
  .sortimentbier .text .title {
    color: #00417e;
    text-transform: uppercase;
    padding: 16px 0;
    line-height: 110%; }
  @media screen and (max-width: 767px) {
      .sortimentbier .text .title {
        font-size: 2.6rem; } }
  @media screen and (min-width: 768px) {
      .sortimentbier .text .title {
        font-size: 3rem; } }
  @media screen and (min-width: 992px) {
      .sortimentbier .text .title {
        font-size: 3.6rem; } }
  .sortimentbier .text .beschreibung {
    padding-right: 55px; }
  @media (max-width: 767px) {
      .sortimentbier .text .beschreibung {
        padding-right: 0px;
        margin-top: 20px; } }
  @media (max-width: 991px) {
    .sortimentbier .text {
      width: 66%; } }
  @media (max-width: 767px) {
    .sortimentbier .text {
      width: 100%; }
      .sortimentbier .text .title {
        font-size: 25px; }
      .sortimentbier .text .subline {
        margin: 5px 0px; } }
  .sortimentbier .infos {
    margin-top: 3rem;
    position: relative; }
  @media (max-width: 767px) {
    .sortimentbier .infos {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .sortimentbier .infos {
      margin-bottom: 5rem; } }
  .sortimentbier .infos .naehrwerte {
    display: flex;
    flex-direction: column;
    margin-top: 2rem; }
  @media (max-width: 767px) {
      .sortimentbier .infos .naehrwerte {
        width: 100%; } }
  .sortimentbier .infos .naehrwerte a {
    margin: 1rem 0;
    font-size: 2.2rem;
    font-weight: 700; }
  .sortimentbier .infos .naehrwerte a:first-child {
    margin-bottom: 0; }
  .sortimentbier .infos .stammwurze, .sortimentbier .infos .alkohol {
    align-items: flex-end;
    border: 0.1rem solid #f6efe1;
    display: flex;
    padding: 0.5rem 2rem 1rem; }
  @media (max-width: 767px) {
      .sortimentbier .infos .stammwurze, .sortimentbier .infos .alkohol {
        justify-content: center; } }
  @media (min-width: 768px) {
      .sortimentbier .infos .stammwurze, .sortimentbier .infos .alkohol {
        max-width: 34rem; } }
  .sortimentbier .infos .alkohol {
    border-top: none; }
  .sortimentbier .infos .value {
    font-size: 2.2rem;
    color: #674426;
    margin: 0 1rem 0 2rem;
    font-weight: 600;
    line-height: 1.6rem; }
  .sortimentbier .infos .label {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #674426;
    line-height: 1;
    font-weight: 600; }
  @media (min-width: 992px) {
    .sortimentbier.first {
      max-width: 50%;
      margin: 0 auto; } }

.container-big {
  max-width: 153rem;
  margin: 0 auto;
  padding: 0 2rem; }
/*
 ┌┐┌┌─┐┬ ┬┌─┐┬  ┌─┐┌┬┐┌┬┐┌─┐┬─┐
 │││├┤ │││└─┐│  ├┤  │  │ ├┤ ├┬┘
 ┘└┘└─┘└┴┘└─┘┴─┘└─┘ ┴  ┴ └─┘┴└─
 File: _modules/_newsletter.scss
 Beschreibung: Alle Styles für die Newslettersysteme ( mailchimp | cleverreach )
 Autor: Team sisu
 Datum: 22.02.2016
 */
/*
 ┌─┐┬  ┌─┐┬  ┬┌─┐┬─┐┬─┐┌─┐┌─┐┌─┐┬ ┬
 │  │  ├┤ └┐┌┘├┤ ├┬┘├┬┘├┤ ├─┤│  ├─┤
 └─┘┴─┘└─┘ └┘ └─┘┴└─┴└─└─┘┴ ┴└─┘┴ ┴
 */
.cr_form {
  /* Subscribe Button */ }
  .cr_form .cr_ipe_item {
    /* email input field */ }
  @media screen and (max-width: 767px) {
    .cr_form .cr_ipe_item {
      float: none;
      margin-right: 0px;
      margin-right: 0rem; } }
  @media screen and (min-width: 768px) {
    .cr_form .cr_ipe_item {
      float: left;
      margin-right: 15px;
      margin-right: 1.5rem; } }
  @media screen and (min-width: 992px) {
    .cr_form .cr_ipe_item {
      float: left;
      margin-right: 15px;
      margin-right: 1.5rem; } }
  @media screen and (max-width: 767px) {
      .cr_form .cr_ipe_item.musthave {
        width: 100%; } }
  @media screen and (min-width: 768px) {
      .cr_form .cr_ipe_item.musthave {
        width: 335px; } }
  @media screen and (min-width: 992px) {
      .cr_form .cr_ipe_item.musthave {
        width: 335px; } }
  .cr_form .cr_ipe_item.musthave input[type='text'] {
    border-radius: 0px;
    border-radius: 0rem;
    border: 1px solid #acb9c5;
    background: #fff;
    color: #00417e;
    width: 100% !important;
    padding: 6px 10px;
    padding: 0.6rem 1rem;
    text-indent: 0px;
    text-indent: 0rem;
    font-weight: normal !important; }
  .cr_form .submit_container {
    margin-right: 0px;
    margin-right: 0rem;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .cr_form .submit_container {
      margin-top: 15px;
      margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .cr_form .submit_container {
      margin-top: 0px;
      margin-top: 0rem; } }
  @media screen and (min-width: 992px) {
    .cr_form .submit_container {
      margin-top: 0px;
      margin-top: 0rem; } }
  .cr_form .submit_container .cr_button {
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    /*safari and chrome */
    -moz-transition: all 0.3s ease-in;
    /* firefox */
    -o-transition: all 0.3s ease-in;
    /* opera */
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    border-radius: 0rem;
    width: 150px;
    width: 15rem;
    border: 1px solid #f66e00;
    background: #fff;
    color: #f66e00;
    padding: 7px 15px 6px 15px;
    padding: 0.7rem 1.5rem 0.6rem 1.5rem;
    font-family: "Crimson Text", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    box-shadow: none !important; }
  .cr_form .submit_container .cr_button:hover {
    background-color: #f66e00;
    color: #fff; }
/*
 ┌┬┐┌─┐┬┬  ┌─┐┬ ┬┬┌┬┐┌─┐
 │││├─┤││  │  ├─┤││││├─┘
 ┴ ┴┴ ┴┴┴─┘└─┘┴ ┴┴┴ ┴┴  
 */
#mc-embedded-subscribe-form {
  /* Subscribe Button */ }
  #mc-embedded-subscribe-form .mc-field-group {
    /* E-Mail Feld */ }
  @media screen and (max-width: 767px) {
    #mc-embedded-subscribe-form .mc-field-group {
      float: none;
      margin-right: 0px;
      margin-right: 0rem;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    #mc-embedded-subscribe-form .mc-field-group {
      float: left;
      margin-right: 15px;
      margin-right: 1.5rem;
      width: 335px; } }
  @media screen and (min-width: 992px) {
    #mc-embedded-subscribe-form .mc-field-group {
      float: left;
      margin-right: 15px;
      margin-right: 1.5rem;
      width: 335px; } }
  #mc-embedded-subscribe-form .mc-field-group label {
    display: none; }
  #mc-embedded-subscribe-form .mc-field-group input[type='email'] {
    border-radius: 0px;
    border-radius: 0rem;
    border: 1px solid #acb9c5;
    background: #fff;
    color: #00417e;
    width: 100% !important;
    padding: 6px 10px;
    padding: 0.6rem 1rem;
    text-indent: 0px;
    text-indent: 0rem;
    font-weight: normal !important; }
  #mc-embedded-subscribe-form #mc-embedded-subscribe {
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    /*safari and chrome */
    -moz-transition: all 0.3s ease-in;
    /* firefox */
    -o-transition: all 0.3s ease-in;
    /* opera */
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    border-radius: 0rem;
    width: 150px;
    width: 15rem;
    border: 1px solid #e85c41;
    background: #fff;
    color: #e85c41;
    padding: 7px 15px 6px 15px;
    padding: 0.7rem 1.5rem 0.6rem 1.5rem;
    font-family: "Crimson Text", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    box-shadow: none !important; }
  #mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
    background-color: #e85c41;
    color: #fff; }
  @media screen and (max-width: 767px) {
    #mc-embedded-subscribe-form #mc-embedded-subscribe {
      display: block;
      margin: 0 auto;
      margin-top: 15px;
      margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    #mc-embedded-subscribe-form #mc-embedded-subscribe {
      margin-top: 0px;
      margin-top: 0rem; } }
  @media screen and (min-width: 992px) {
    #mc-embedded-subscribe-form #mc-embedded-subscribe {
      margin-top: 0px;
      margin-top: 0rem; } }

.loginplugin {
  /*.btn{
   &.button{
   display: inline-block;
   @include rem('border-radius',0);
   @include rem('width', 15);
   border: 1px solid $form_color_1;
   background: $color_white;
   color: $form_color_1;
   font-family: $button_font;
   @include rem('font-size', 1.4);
   box-shadow: none !important;
   &:hover{
   background-color:$grey_dark;
   color: $color_white;
   }
   }
   }*/ }
  .loginplugin label {
    width: 100%; }
  .loginplugin input {
    border-radius: 0px;
    border-radius: 0rem;
    border: 1px solid #acb9c5;
    background: #efefef;
    color: #00417e;
    width: 100% !important;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    text-indent: 0px;
    text-indent: 0rem;
    font-weight: normal !important; }
  .loginplugin input[type="submit"] {
    border-radius: 40px;
    border-radius: 4rem;
    font-family: "Crimson Text", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    background: transparent;
    text-shadow: none;
    text-transform: uppercase;
    padding: 7px 15px;
    padding: 0.7rem 1.5rem;
    border: 1px solid #00417e;
    color: #00417e;
    display: inline-block;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    /*safari and chrome */
    -moz-transition: all 0.3s ease-in;
    /* firefox */
    -o-transition: all 0.3s ease-in;
    /* opera */ }
  .loginplugin input[type="submit"]:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none; }
  .loginplugin input[type="checkbox"] {
    width: 20px !important;
    /*
     &:before{
     font-size: 12px;
     font-family: $fontAwesome;
     content: '\f096';
     }
     &:checked{
     &:before{
     font-size: 12px;
     font-family: $fontAwesome;
     content: '\f046';
     }
     }
     */ }
  .loginplugin .signup-submit input {
    max-width: 200px; }
  .loginplugin .login-submit input {
    max-width: 200px; }
  .loginplugin .lostpassword-submit input {
    max-width: 250px; }
  .loginplugin .resetpass-submit input {
    max-width: 200px; }
/*
 ┌─┐┌─┐┌─┐┌┬┐┌─┐┬─┐
 ├┤ │ ││ │ │ ├┤ ├┬┘
 └  └─┘└─┘ ┴ └─┘┴└─ 
 File: _modules/_footer.scss
 Bechreibung: Styles für den Footer
 Autor: Team sisu
 Datum: 25.02.2016
 */
#footer {
  background: #00417e;
  width: 100%;
  color: white;
  position: relative;
  z-index: 202;
  padding: 40px 0px;
  padding: 4rem 0rem; }
  @media (max-width: 767px) {
  #footer {
    text-align: center; } }
  #footer p {
    font-size: 1.6rem !important;
    margin-bottom: 0; }
  #footer h3 {
    color: white;
    font-size: 2rem;
    margin-bottom: 0;
    text-transform: uppercase; }
  #footer a {
    color: white;
    text-decoration: underline; }
  #footer a.wpml-ls-link {
    text-decoration: none; }
  #footer a.wpml-ls-link:hover span {
    text-decoration: none; }
  #footer a.wpml-ls-link span {
    text-decoration: underline; }
  #footer .socialbtn {
    margin: 1rem 0;
    display: flex;
    align-items: center; }
  @media (max-width: 767px) {
    #footer .socialbtn {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  #footer .socialbtn a {
    color: white;
    text-decoration: underline;
    display: block; }
  #footer .socialbtn a:hover {
    text-decoration: none; }
  #footer .socialbtn a:hover img {
    transform: scale(0.95);
    transition: transform 0.3s; }
  #footer .socialbtn span {
    color: white;
    display: flex; }
  #footer .socialbtn span a {
    margin-left: 0.5rem; }
  #footer .socialbtn img {
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    transition: transform 0.3s; }
  #footer .related-links-wrapper {
    display: flex;
    border-top: 0.1rem solid white;
    padding-top: 1rem; }
  @media (max-width: 767px) {
    #footer .related-links-wrapper {
      justify-content: center; } }
  #footer .related-links a {
    margin-right: 2rem; }
  #footer .related-links a:hover {
    text-decoration: none; }
  #footer .wpml-ls-legacy-list-vertical {
    display: inline-block !important;
    margin-top: -0.2rem; }
  #footer .wpml-ls-legacy-list-vertical .wpml-ls-link {
    padding: 0 !important; }
  #footer ul.footer-nav {
    list-style-type: none;
    margin: 0; }
  #footer ul.footer-nav li {
    list-style: none; }
  #footer ul.footer-nav li.current-menu-item a {
    color: white;
    text-decoration: none;
    font-weight: bold; }
  #footer ul.footer-nav li a {
    display: inline-block;
    color: white;
    padding: 0.3rem 0;
    text-decoration: none; }
  #footer ul.footer-nav li a:first-child {
    padding-right: 0.8rem; }
  #footer ul.footer-nav li a:hover {
    color: white;
    text-decoration: underline; }
  #footer ul.footer-nav li a:active {
    color: white; }
  #footer .gform_wrapper form {
    margin-top: 1rem; }
  @media (min-width: 992px) {
      #footer .gform_wrapper form {
        max-width: 42rem !important; } }
  #footer .gform_wrapper a {
    font-weight: 400; }
  #footer .gform_wrapper input::placeholder {
    color: white; }
  #footer .gform_wrapper input[type="text"] {
    color: white; }
  #footer .gform_wrapper .gform_footer {
    justify-content: flex-start; }
  @media (max-width: 767px) {
      #footer .gform_wrapper .gform_footer {
        display: flex;
        justify-content: center; } }
  #footer .gform_wrapper .gform_footer .btn {
    float: center;
    margin-top: 0 !important;
    padding: 0; }
  @media (min-width: 768px) {
        #footer .gform_wrapper .gform_footer .btn {
          float: left; } }
  #footer .gform_wrapper .gfield_label {
    display: none; }
/*
 ┌─┐┌─┐┌┐┌┌┬┐┬─┐┌─┐┌─┐┌┬┐
 │  │ ││││ │ ├┬┘├─┤└─┐ │ 
 └─┘└─┘┘└┘ ┴ ┴└─┴ ┴└─┘ ┴ 
 File: _base/contast.scss
 Beschreibung: Alle Styles für kontrastreiche Seite
 Autor: Team sisu
 Datum: 16.02.2016
 */
body.kontrast {
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  background: #000;
  color: #fff;
  /* LINKS */
  /* CTA BUTTON IM HEADER */
  /* Top Menu für Barrierefreiheit */
  /* Hauptmenü */
  /* Buttons */
  /* NEWS TEMPLATE */
  /* cb_textelement */
  /* cb_block_start */
  /* SUCHESEITE */
  /* Social Buttons */
  /* COOKIE HINWEIS */ }
  body.kontrast a {
    color: #ff0;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    outline: none; }
  body.kontrast a:hover {
    text-decoration: underline;
    color: #0ff; }
  body.kontrast a:active {
    color: #0ff; }
  body.kontrast a:focus {
    color: #0ff; }
  body.kontrast .header_cta a {
    border: solid 1px #000 !important;
    color: #000 !important;
    background: #fff !important; }
  body.kontrast .header_cta a:hover {
    text-decoration: none;
    background: #000 !important;
    color: #fff !important; }
  body.kontrast .header_cta a:active {
    background: #000 !important;
    color: #fff !important; }
  body.kontrast .header_cta a:focus {
    background: #000 !important;
    color: #fff !important; }
  body.kontrast .accessibilityMenu {
    color: #000; }
  @media screen and (max-width: 767px) {
      body.kontrast #hauptmenu ul.sub-menu {
        background-color: #000; } }
  @media screen and (min-width: 768px) {
      body.kontrast #hauptmenu ul.sub-menu {
        background-color: #000; } }
  @media screen and (min-width: 992px) {
      body.kontrast #hauptmenu ul.sub-menu {
        background-color: #fff; } }
  @media screen and (max-width: 767px) {
        body.kontrast #hauptmenu ul.sub-menu li a:hover {
          color: #000; } }
  @media screen and (min-width: 768px) {
        body.kontrast #hauptmenu ul.sub-menu li a:hover {
          color: #000; } }
  @media screen and (min-width: 992px) {
        body.kontrast #hauptmenu ul.sub-menu li a:hover {
          color: #fff;
          background-color: #000; } }
  body.kontrast .btn {
    background: #fff !important;
    /* Überschreibe Styles aus dem Backend */
    border-color: #fff !important;
    /* Überschreibe Styles aus dem Backend */
    color: #000 !important;
    /* Pfeil im Button */
    /*
     &:after {
     font-family: $fontAwesome;
     content: "\00a0\00a0\00a0\f054";
     }*/ }
  body.kontrast .btn.white {
    color: #fff !important;
    /* Überschreibe Styles aus dem Backend */
    border-color: #fff !important;
    /* Überschreibe Styles aus dem Backend */ }
  body.kontrast .btn.white:hover, body.kontrast .btn.white:active, body.kontrast .btn.white:focus {
    text-decoration: underline; }
  body.kontrast .btn:hover {
    background-color: #000 !important;
    /* Überschreibe Styles aus dem Backend */
    color: #fff !important;
    /* Überschreibe Styles aus dem Backend */
    border-color: #fff !important;
    /* Überschreibe Styles aus dem Backend */
    text-decoration: none; }
  body.kontrast .btn:active {
    box-shadow: none; }
  body.kontrast .news_entry {
    background: #fff;
    color: #000; }
  body.kontrast .news_entry h3 {
    color: #000; }
  body.kontrast .news_entry h3 a {
    color: #000; }
  body.kontrast .cb_textelement .box_background, body.kontrast .cb_zitatelement .box_background {
    padding: 0px !important;
    /* Überschreibe Styles aus dem Backend */
    background: none !important;
    /* Überschreibe Styles aus dem Backend */ }
  body.kontrast .cb_textelement .box_background .textelement_content, body.kontrast .cb_zitatelement .box_background .textelement_content {
    color: #fff; }
  body.kontrast .cb_textelement .box_background .textelement_content h1, body.kontrast .cb_zitatelement .box_background .textelement_content h1, body.kontrast .cb_textelement .box_background .textelement_content .subline, body.kontrast .cb_zitatelement .box_background .textelement_content .subline, body.kontrast .cb_textelement .box_background .textelement_content .entry-text, body.kontrast .cb_zitatelement .box_background .textelement_content .entry-text {
    color: #fff !important;
    /* Überschreibe Styles aus dem Backend */ }
  body.kontrast .cb_block_start .full_width {
    padding: 0px !important;
    /* Überschreibe Styles aus dem Backend */
    background: none !important;
    /* Überschreibe Styles aus dem Backend */ }
  body.kontrast .searchform_container {
    background: #fff;
    color: #000; }
  body.kontrast .searchform_container .container #searchform input {
    border: solid 1px #000;
    color: #000;
    background: #fff; }
  body.kontrast .searchresult_container {
    background: #fff;
    border-top: solid 1px #000;
    color: #000; }
  body.kontrast #share_icons ul li a {
    color: #fff !important; }
  body.kontrast #cookiesWarning #cookiesWarningActive {
    background: #fff;
    color: #000; }
  body.kontrast #footer {
    background-color: #000;
    color: #fff; }
  body.kontrast #footer ul.footer-nav li a {
    color: #ff0; }
  body.kontrast #footer ul.footer-nav li a:hover {
    color: #0ff; }
  body.kontrast #footer ul.footer-nav li a:active {
    color: #0ff; }
  body.kontrast #footer ul.footer-nav li a:focus {
    color: #0ff; }

body.graustufen {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
  filter: gray !important; }

.page-id-13080, .page-id-12968, .page-id-12896 {
  background-image: url(../images/2023_behindthescreens/bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat; }
  .page-id-13080 #header, .page-id-12968 #header, .page-id-12896 #header {
    background-image: none; }
  .page-id-13080 #main-container, .page-id-12968 #main-container, .page-id-12896 #main-container {
    max-width: 1920px;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    overflow: visible; }
