@charset "UTF-8";
/*
|---------------------------------------------------
| VARIABLES & CONFIG
|---------------------------------------------------
*/
/**
 * FONT-FAMILY
 */
@import url("../font-awesome-4.7.0/css/font-awesome.min.css");
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Source Sans Pro Black';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/source-sans-pro-v14-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url("../fonts/source-sans-pro-v14-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-900.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-900.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-900.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-900.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/**
 * FONT-FAMILY
 */
/**
 * COLORS
 */
/**
 * GRID
 */
/**
 * TIMING/EASING VARS
 */
/**
 * Windows Phone 8 and Device-Width FIX - CSS PART
 * Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
 */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  line-height: normal;
  width: 100%;
  height: 100%;
  font-size: 16px !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px !important; }
  body > .container:last-of-type, .module.programm-bar body > .inner:last-of-type, body.module.slider > .inner:last-of-type, body.module.haendlersuche > .inner:last-of-type {
    margin-bottom: 4rem; }

a {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none; }

.browsehappy,
.no-js-hint {
  position: relative;
  padding: 1em;
  margin: 0;
  z-index: 9999;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  font-size: 1rem;
  text-align: center; }
  .browsehappy a,
  .no-js-hint a {
    color: inherit;
    font-weight: bold;
    border-bottom: 1px solid; }

.no-js-hint {
  display: none; }

.no-js .no-js-hint {
  display: block; }

/**
 * Utility
 */
img,
video,
audio,
embed,
object {
  max-width: 100%; }

.responsive {
  max-width: 100%;
  height: auto; }

.hidden,
[hidden] {
  display: none; }

.display {
  display: block; }

.uppercase {
  text-transform: uppercase; }

.nobr {
  white-space: nowrap; }

+ h1, + .h1,
+ h2, + .h2,
+ h3, + .h3,
+ h4, + .h4,
+ h5, + .h5,
+ h6, + .h6 {
  font-family: "Source Sans Pro Black", sans-serif; }

a {
  color: #014790; }
  a:hover {
    color: #014790;
    text-decoration: underline; }

h1 {
  color: #014790;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1.5rem;
  font-family: "Source Sans Pro Black", sans-serif; }
  @media (min-width: 62em) {
    h1 {
      font-size: 2.25rem; } }
  @media (min-width: 48em) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 1.4rem;
  font-family: "Source Sans Pro Black", sans-serif; }

p {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 1em; }

a.button {
  padding: .5em;
  background: #014790;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1em;
  border-radius: 0; }

a.button:hover {
  text-decoration: underline; }

.container-relativ {
  position: relative; }

/* Link Arrow Color Override */
.fa.fa-angle-right {
  color: #3797D2 !important; }

.header {
  position: relative;
  background: #fff;
  color: #111;
  transition: background 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #e0dfdf;
  padding-top: 16px; }
  .header.-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  @media only screen and (max-width: 769px) {
    .header.-fixed {
      position: absolute; } }
  .header h1, .header .h1 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .header.-scrolled {
    padding-top: 5px; }
    .header.-scrolled .topheader_bg {
      display: none !important; }
    .header.-scrolled .navbar-right {
      margin-top: 13px; }
    .header.-scrolled .nav-main {
      margin-top: 17px; }
      .header.-scrolled .nav-main li {
        padding-bottom: 13px !important; }
        .header.-scrolled .nav-main li li {
          padding: 0px !important; }
    .header.-scrolled .pin {
      display: block; }
    .header.-scrolled .fach-btn {
      display: none; }
    .header.-scrolled .gastrostar-logo {
      background-image: url("../img/gastro-star-logo_kl.svg");
      width: 179px;
      height: 39px;
      display: inline-block;
      margin-right: 105px;
      margin-bottom: 10px; }
    .header.-scrolled .search-form {
      margin-top: 0px; }
      @media only screen and (min-width: 769px) {
        .header.-scrolled .search-form {
          top: 0; } }
      @media only screen and (max-width: 769px) {
        .header.-scrolled .search-form {
          top: 60px; } }
      .header.-scrolled .search-form .form {
        top: 0;
        margin-top: 0px;
        height: 56px;
        padding: 15px; }
      .header.-scrolled .search-form span {
        padding: 15px; }
    .header.-scrolled .open-search-form .cross {
      margin-top: 0px; }

/* Logo fix */
.gastrostar-logo {
  background-image: url("../img/gastro-star-logo_de.svg");
  width: 212px;
  height: 77px;
  display: inline-block;
  margin: 0px 72px 5px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.gastrostar-logo-nl {
  background-image: url("../img/GASTRO_STAR_eng_rgb.svg"); }

.gastrostar-logo-en {
  background-image: url("../img/GASTRO_STAR_eng_rgb.svg"); }

.gastrostar-logo-fr {
  background-image: url("../img/GASTRO_STAR_eng_rgb.svg"); }

.navbar-header h1, .navbar-header .h1 {
  line-height: 0px; }

@media only screen and (max-width: 992px) {
  .gastrostar-logo {
    background-image: url("../img/gastro-star-logo_kl.svg");
    width: 179px;
    height: 39px;
    margin-right: 5px !important; }

  .nav-main {
    margin-top: 17px !important; }
    .nav-main li {
      padding-bottom: 13px !important; }

  .navbar-right {
    margin-top: 13px !important; } }
/* Fixes for mobile */
@media only screen and (max-width: 768px) {
  .navbar-header h1, .navbar-header .h1 {
    display: inline-block; }

  .gastrostar-logo {
    background-image: url("../img/gastro-star-logo_kl.svg");
    width: 179px;
    height: 39px;
    display: inline-block;
    margin-right: 0 !important; } }
.nav-right-mobile {
  float: right; }
  .nav-right-mobile a {
    padding-top: 10px;
    display: inline-block; }

.lang_picker_select {
  padding: 0px;
  margin: 0px;
  width: 100%; }

.lang_picker_select select {
  width: 100%;
  padding: 15px;
  border: none; }

.navbar-default {
  background: #fff;
  margin-bottom: 0px;
  border: none; }

.nav-main, .navbar-right {
  margin-top: 46px; }
  .nav-main ul, .navbar-right ul {
    margin: 0;
    padding: 0; }
  .nav-main li, .navbar-right li {
    padding: 0px 0px 16px !important;
    line-height: 50%; }
    .nav-main li.active a, .nav-main li.open a, .nav-main li.open a:hover, .nav-main li.open a:active, .nav-main li.open a:focus, .navbar-right li.active a, .navbar-right li.open a, .navbar-right li.open a:hover, .navbar-right li.open a:active, .navbar-right li.open a:focus {
      background: none !important; }
    .nav-main li span, .navbar-right li span {
      font-size: 16px;
      color: #333 !important;
      font-weight: bold; }
    .nav-main li a, .navbar-right li a {
      border-left: 1px solid #333;
      display: block;
      font-size: 16px;
      color: #333 !important;
      padding: 0em 1em !important;
      color: #333; }
      .nav-main li a:hover, .nav-main li a:active, .nav-main li a:focus, .nav-main li a.active, .navbar-right li a:hover, .navbar-right li a:active, .navbar-right li a:focus, .navbar-right li a.active {
        background: none; }
      .nav-main li a:hover, .nav-main li a:focus, .navbar-right li a:hover, .navbar-right li a:focus {
        text-decoration: none;
        color: #3797D2 !important; }
      .nav-main li a:active, .navbar-right li a:active {
        color: #3797D2; }
      .nav-main li a.active, .navbar-right li a.active {
        color: #014790; }
    .nav-main li:first-child a, .navbar-right li:first-child a {
      border-left: none; }
    .nav-main li .dropdown-menu, .navbar-right li .dropdown-menu {
      border: none;
      background: #fff;
      border-top: 4px solid #014790;
      margin-top: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      padding-top: 1em;
      padding-bottom: .5em;
      min-width: 280px; }
      .nav-main li .dropdown-menu.horizontal, .navbar-right li .dropdown-menu.horizontal {
        padding-bottom: 0em;
        padding-top: 0em; }
        @media only screen and (min-width: 992px) {
          .nav-main li .dropdown-menu.horizontal, .navbar-right li .dropdown-menu.horizontal {
            margin-left: -25%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .nav-main li .dropdown-menu.horizontal, .navbar-right li .dropdown-menu.horizontal {
            margin-left: -30px; } }
      .nav-main li .dropdown-menu li, .navbar-right li .dropdown-menu li {
        display: block;
        font-family: "Source Sans Pro", sans-serif;
        line-height: 120%;
        padding-bottom: 0px !important; }
        .nav-main li .dropdown-menu li a, .navbar-right li .dropdown-menu li a {
          color: #333;
          border-left: none !important;
          padding: 0.5em 1em !important;
          line-height: 100%; }
          .nav-main li .dropdown-menu li a:before, .navbar-right li .dropdown-menu li a:before {
            font-family: "FontAwesome";
            content: '\f105';
            padding-right: 0.5em;
            color: #3797D2; }
          .nav-main li .dropdown-menu li a:hover, .nav-main li .dropdown-menu li a:focus, .navbar-right li .dropdown-menu li a:hover, .navbar-right li .dropdown-menu li a:focus {
            color: #014790; }
      .nav-main li .dropdown-menu .yamm-content, .navbar-right li .dropdown-menu .yamm-content {
        min-width: 900px;
        padding: 30px 30px 10px; }
        @media (min-width: 768px) and (max-width: 900px) {
          .nav-main li .dropdown-menu .yamm-content, .navbar-right li .dropdown-menu .yamm-content {
            min-width: 760px; } }
        .nav-main li .dropdown-menu .yamm-content .col-sm-4, .navbar-right li .dropdown-menu .yamm-content .col-sm-4 {
          padding-left: 15px;
          padding-right: 0px; }
          .nav-main li .dropdown-menu .yamm-content .col-sm-4 a, .navbar-right li .dropdown-menu .yamm-content .col-sm-4 a {
            padding: 0.5em 1em 0.5em 0em !important; }
          .nav-main li .dropdown-menu .yamm-content .col-sm-4 ul, .navbar-right li .dropdown-menu .yamm-content .col-sm-4 ul {
            padding-top: 10px; }

.nav-main li a {
  padding: 0em 3em !important;
  color: #014790 !important; }
.nav-main li:first-child a {
  padding: 0em 3em 0px 0px !important; }

.navbar-right li {
  padding-bottom: 0px !important; }
  .navbar-right li a {
    border-left: none !important;
    padding-right: 0em !important; }
.navbar-right .pin {
  display: none; }

.navbar-toggle {
  float: left; }

.opendrop {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .header .container, .header .module.programm-bar .inner, .module.programm-bar .header .inner, .header .module.slider > .inner, .header .module.haendlersuche > .inner {
    padding-left: 0px;
    padding-right: 0px; }

  .header .navbar-header {
    padding-left: 15px;
    padding-right: 15px; }

  .nav-main, .navbar-right {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
    .nav-main li.active a.opendrop,
    .nav-main li.active a.opendrop:hover,
    .nav-main li.active a.opendrop:focus,
    .nav-main li.active a.opendrop:active,
    .nav-main li.open a.opendrop,
    .nav-main li.open a.opendrop:hover,
    .nav-main li.open a.opendrop:focus,
    .nav-main li.open a.opendrop:active, .navbar-right li.active a.opendrop,
    .navbar-right li.active a.opendrop:hover,
    .navbar-right li.active a.opendrop:focus,
    .navbar-right li.active a.opendrop:active,
    .navbar-right li.open a.opendrop,
    .navbar-right li.open a.opendrop:hover,
    .navbar-right li.open a.opendrop:focus,
    .navbar-right li.open a.opendrop:active {
      background: #014790 !important; }
    .nav-main li, .navbar-right li {
      border-bottom: 1px solid #e7e7e7;
      padding-bottom: 0px !important; }
      .nav-main li.dropdown, .navbar-right li.dropdown {
        position: relative; }
      .nav-main li a, .navbar-right li a {
        border-left: 0px;
        padding: 1em !important; }
      .nav-main li a:hover, .navbar-right li a:hover {
        background-color: #e7e7e7 !important; }
      .nav-main li a.opendrop, .navbar-right li a.opendrop {
        background: #014790 !important; }
        .nav-main li a.opendrop:hover, .nav-main li a.opendrop:hover, .nav-main li a.opendrop:active, .nav-main li a.opendrop:focus, .nav-main li a.opendrop.active, .navbar-right li a.opendrop:hover, .navbar-right li a.opendrop:hover, .navbar-right li a.opendrop:active, .navbar-right li a.opendrop:focus, .navbar-right li a.opendrop.active {
          background: #014790 !important; }
      .nav-main li .dropdown-menu, .navbar-right li .dropdown-menu {
        padding: 0px; }
        .nav-main li .dropdown-menu li, .navbar-right li .dropdown-menu li {
          border-top: 1px solid #e7e7e7;
          border-bottom: 0px;
          background: #e7e7e7; }
          .nav-main li .dropdown-menu li a, .navbar-right li .dropdown-menu li a {
            padding: 1em !important; }
          .nav-main li .dropdown-menu li a::before, .navbar-right li .dropdown-menu li a::before {
            display: none; }
        .nav-main li .dropdown-menu .yamm-content, .navbar-right li .dropdown-menu .yamm-content {
          background: none;
          padding: 0px; }
          .nav-main li .dropdown-menu .yamm-content .drop-group, .navbar-right li .dropdown-menu .yamm-content .drop-group {
            padding: 1em 1em 0.5em;
            display: block;
            line-height: 20px; }
          .nav-main li .dropdown-menu .yamm-content .sub-drop, .navbar-right li .dropdown-menu .yamm-content .sub-drop {
            padding-top: 0px !important;
            /*display:none;*/ }
            .nav-main li .dropdown-menu .yamm-content .sub-drop a, .navbar-right li .dropdown-menu .yamm-content .sub-drop a {
              padding: 0.5em 1em !important; }

  .nav-main li:first-child a {
    padding: 1em !important; }

  a.opendrop, .active a.dropdown {
    position: absolute !important;
    top: 0;
    right: 0;
    padding-left: 1.3rem;
    padding-right: 1.2rem;
    border-left: 1px solid #e7e7e7 !important;
    color: #fff;
    background: #014790;
    margin-left: .5em;
    display: inline-block !important;
    color: #014790 !important; }
    a.opendrop span, .active a.dropdown span {
      color: #fff !important; }

  .header.-scrolled .nav-main li {
    padding-bottom: 0px !important; } }
.search-form {
  margin: 0;
  margin-left: auto;
  color: #333;
  position: absolute;
  top: 16px;
  left: 50%;
  height: 82px;
  width: 570px;
  background: none;
  z-index: 99999;
  font-size: 16px;
  transition: all 0.5s ease; }
  .search-form .form {
    background: #efefef;
    height: 82px;
    padding: 25px;
    width: 460px;
    float: left; }
    .search-form .form input[type=text] {
      background: #efefef;
      border: none;
      height: 30px;
      width: 320px; }
    .search-form .form button {
      background: transparent;
      border: none;
      float: right;
      padding-top: 8px; }
  .search-form span {
    float: right;
    padding: 30px 0px; }

@media only screen and (max-width: 1200px) {
  .search-form {
    width: 470px; }
    .search-form .form {
      width: 400px; }
      .search-form .form input[type=text] {
        width: 300px; } }
@media only screen and (max-width: 992px) {
  .search-form {
    width: 360px; }
    .search-form .form {
      width: 300px; }
      .search-form .form input[type=text] {
        width: 220px; }
      .search-form .form button {
        padding-top: 2px; }

  .search-form {
    margin-top: 0px; }
    .search-form .form {
      top: 0;
      margin-top: 0px;
      height: 51px;
      padding: 15px; }
    .search-form span {
      padding: 15px; } }
@media only screen and (max-width: 768px) {
  .search-form {
    width: 100%;
    top: 66px;
    left: 0px; }
    .search-form .form {
      width: 100%; }
    .search-form span {
      display: none; } }
.open-search-form.is-open {
  z-index: 100000; }

@media only screen and (min-width: 992px) {
  .open-search-form .cross {
    margin-top: -25px; } }
/* Responsive Search Form
.search-form-resp {
    width: 100%;
    height: 60px;
    background-color: $secondary;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;

    @media (min-width: 820px) {
        display: none;
    }


    .search-form-resp-cnt {
        width: 100%;
        height: 60px;
        padding-left: 4%;
    }

    input[type=text] {
        height: 40px;
        padding-left: .5em;
        width: 95%;
        margin-top: 10px;
    }

    input[type=submit] {
        height: 40px;
        padding: .5em;
        width: 10%;
        margin-left: -10%;
        margin-top: 10px;
        background-color: $primary;
        color: white;
        border: 1px solid $primary;
        text-align: center;
    }
}
*/
.topheader_bg {
  background: #e0dfdf;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  transition: all 0.5s ease; }
  .topheader_bg.navbar {
    min-height: auto; }
  .topheader_bg .topheader {
    text-transform: uppercase; }
    .topheader_bg .topheader li {
      display: block;
      border-right: 1px solid #fff; }
      .topheader_bg .topheader li:first-child {
        border-left: 1px solid #fff; }
      .topheader_bg .topheader li a {
        display: block;
        color: #333;
        padding: 0em 1em;
        font-size: .8rem;
        line-height: 1rem; }
        .topheader_bg .topheader li a:hover, .topheader_bg .topheader li a:focus, .topheader_bg .topheader li a:active, .topheader_bg .topheader li a.active {
          background: #e0dfdf; }
        .topheader_bg .topheader li a:active {
          color: #3797D2; }
        .topheader_bg .topheader li a.active {
          color: #014790; }
      .topheader_bg .topheader li.open a {
        color: #014790;
        background: #e0dfdf; }
        .topheader_bg .topheader li.open a:hover, .topheader_bg .topheader li.open a:focus, .topheader_bg .topheader li.open a:active {
          background: #e0dfdf; }
      .topheader_bg .topheader li .dropdown-menu {
        background: #fff;
        padding-top: 1rem;
        padding-bottom: .5rem;
        margin-top: 0px;
        border: 0px; }
        .topheader_bg .topheader li .dropdown-menu li {
          font-family: "Source Sans Pro", sans-serif; }
        .topheader_bg .topheader li .dropdown-menu a {
          color: #333;
          padding: .5em 1em;
          font-size: 1rem;
          background: #fff !important;
          text-transform: none;
          line-height: normal; }
          .topheader_bg .topheader li .dropdown-menu a:before {
            font-family: "FontAwesome";
            content: '\f105';
            padding-right: 1em;
            color: #3797D2; }
          .topheader_bg .topheader li .dropdown-menu a:hover, .topheader_bg .topheader li .dropdown-menu a:focus {
            color: #014790; }

.footer {
  font-size: 1rem;
  line-height: 1.7;
  background: #fbfbfb;
  color: #333;
  border-top: 1px solid #e0dfdf; }
  .footer a {
    color: #333; }
    .footer a:hover, .footer a:active, .footer a:focus {
      color: #014790; }
  .footer .footer-inner {
    padding-top: 2em;
    padding-bottom: 1em; }
    .footer .footer-inner ul {
      white-space: nowrap;
      list-style: none;
      color: #333;
      margin-left: 0px;
      padding-left: 0px; }
      .footer .footer-inner ul li {
        padding-top: 1em; }
  .footer .subfooter {
    background-color: #fff;
    border-top: 1px solid #e0dfdf; }
    .footer .subfooter .container, .footer .subfooter .module.programm-bar .inner, .module.programm-bar .footer .subfooter .inner, .footer .subfooter .module.slider > .inner, .footer .subfooter .module.haendlersuche > .inner {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .footer .subfooter .container .copyright, .footer .subfooter .module.programm-bar .inner .copyright, .module.programm-bar .footer .subfooter .inner .copyright, .footer .subfooter .module.slider > .inner .copyright, .footer .subfooter .module.haendlersuche > .inner .copyright, .footer .subfooter .container .footer-links, .footer .subfooter .module.programm-bar .inner .footer-links, .module.programm-bar .footer .subfooter .inner .footer-links, .footer .subfooter .module.slider > .inner .footer-links, .footer .subfooter .module.haendlersuche > .inner .footer-links {
        padding: 1.6em 0 0; }
      .footer .subfooter .container .footer-links ul, .footer .subfooter .module.programm-bar .inner .footer-links ul, .module.programm-bar .footer .subfooter .inner .footer-links ul, .footer .subfooter .module.slider > .inner .footer-links ul, .footer .subfooter .module.haendlersuche > .inner .footer-links ul {
        margin: 0;
        list-style: none;
        text-align: center; }
        .footer .subfooter .container .footer-links ul > li, .footer .subfooter .module.programm-bar .inner .footer-links ul > li, .module.programm-bar .footer .subfooter .inner .footer-links ul > li, .footer .subfooter .module.slider > .inner .footer-links ul > li, .footer .subfooter .module.haendlersuche > .inner .footer-links ul > li {
          display: inline-block;
          padding: 0 5px;
          border-right: 1px solid #333;
          line-height: 100%; }
          .footer .subfooter .container .footer-links ul > li:last-child, .footer .subfooter .module.programm-bar .inner .footer-links ul > li:last-child, .module.programm-bar .footer .subfooter .inner .footer-links ul > li:last-child, .footer .subfooter .module.slider > .inner .footer-links ul > li:last-child, .footer .subfooter .module.haendlersuche > .inner .footer-links ul > li:last-child {
            border-right: none; }

/* Product list overview */
.products h1 {
  display: inline-block;
  padding-right: 20px; }
.products h2 {
  color: #014790; }
.products .headerlinks {
  margin: 42px 0px 20px;
  display: inline-block;
  float: right; }
.products .headerlinks a {
  padding: 0px 10px;
  border-right: 1px solid #333; }
.products .headerlinks a:first-child {
  padding-left: 0px; }
.products .headerlinks a:last-child {
  border-right: none; }
@media (max-width: 991px) {
  .products h1 {
    display: block; }
  .products .headerlinks {
    float: none;
    margin-top: 0px; } }
.products .list-item {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #eee !important; }
  .products .list-item img {
    max-height: 120px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block; }
.products a.button {
  padding: .5em;
  background: #0f6cb0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1em;
  border-radius: 0;
  height: auto;
  min-width: 80px;
  position: absolute;
  top: 50%;
  text-align: center; }
  @media (max-width: 767px) {
    .products a.button {
      width: 180px;
      margin-left: 33.333333333%;
      top: auto; } }
.products a.button:hover {
  text-decoration: underline; }
.products .button-container {
  height: 130px; }
  @media (max-width: 768px) {
    .products .button-container {
      height: 45px;
      margin-top: 2em;
      margin-bottom: 1em; } }

/* Overridings for products tile overview  (Kachelansicht) */
.products-tileview .list-item {
  border-top: none !important; }
.products-tileview a.button {
  position: initial;
  display: inline-block;
  width: 50%; }
  @media (max-width: 767px) {
    .products-tileview a.button {
      margin-left: 0;
      width: 25%; } }
  @media (max-width: 450px) {
    .products-tileview a.button {
      width: 100%; } }

/* Product detail view */
.product {
  margin-bottom: 4em; }
  .product h1 {
    margin-top: 60px; }
  .product table {
    border-collapse: collapse;
    width: 100%; }
    @media (max-width: 768px) {
      .product table {
        margin-bottom: 2em; } }
    .product table th {
      width: 33%; }
  .product th, .product td {
    padding: 10px;
    border: 1px solid #eee; }
  .product th {
    color: #fff;
    background-color: #0f6cb0; }
  .product .download {
    margin-top: 60px;
    margin-bottom: 40px; }
    .product .download ul {
      list-style: none;
      padding-left: 0; }
    .product .download li {
      height: 50px;
      margin-bottom: 1em;
      background-color: #eee; }
    .product .download i {
      padding-right: .5em; }
    .product .download a {
      padding: .5em;
      background: #fbfbfb;
      /*border: 1px solid #fff;*/
      color: #333;
      font-size: 1.2em;
      border-radius: 0;
      width: 100%;
      display: block; }
  .product .product-img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4em; }
    .product .product-img img {
      height: 250px; }
  .product .btn {
    padding: .5em;
    background: #0f6cb0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.1em;
    border-radius: 0; }
  .product .btn:hover {
    text-decoration: underline; }
  .product .pictos {
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative; }
    .product .pictos span img {
      width: 37px;
      padding-right: 5px;
      margin-right: 5px;
      border-right: 1px solid #eee; }
    .product .pictos span:last-child img {
      border-right: none; }
    .product .pictos .tooltipp {
      position: absolute;
      left: 15px;
      top: 43px;
      display: none; }
    .product .pictos span:hover .tooltipp {
      display: inline-block; }
  @media only screen and (max-width: 768px) {
    .product .articlenumber {
      text-align: left; } }

.search {
  margin-bottom: 2em; }
  .search ul {
    list-style: none;
    padding-left: 0; }
  .search li {
    min-height: 50px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 1em;
    list-style: none;
    border: 1px solid #e0dfdf; }
  .search li:hover {
    border: 1px solid #014790;
    cursor: pointer; }
  .search a.search-result {
    display: block;
    text-decoration: none;
    padding-bottom: .5em; }
    .search a.search-result .title, .search a.search-result span {
      display: block; }
    .search a.search-result .title {
      font-weight: bold; }
    .search a.search-result .description {
      color: #333;
      margin-bottom: 0; }

.downloads {
  margin-bottom: 2em; }
  .downloads a.zip-download {
    margin-bottom: 20px;
    display: block; }
  .downloads a.pdf-download {
    margin-bottom: 20px;
    background-color: #f7f9fc;
    padding: 1em;
    border: 1px solid #fff;
    text-decoration: none;
    display: block; }
    .downloads a.pdf-download .title {
      font-weight: bold; }
    .downloads a.pdf-download i {
      margin-left: .5em;
      color: #fff !important; }
    .downloads a.pdf-download span.button {
      padding: 0em .3em;
      background: #014790;
      border: 1px solid #fff;
      color: #fff;
      width: 140px;
      text-align: center;
      font-size: 1em;
      border-radius: 0;
      float: right; }
      @media (max-width: 676px) {
        .downloads a.pdf-download span.button {
          float: none;
          display: block;
          margin-top: 1em; } }
    .downloads a.pdf-download span.button:hover {
      text-decoration: underline; }
  .downloads a.pdf-download:hover {
    border: 1px solid #014790;
    cursor: pointer; }

.module.branchenkomp {
  padding: 2rem 0;
  background-color: #f7f9fc;
  font-size: 1rem;
  color: #333; }
  .module.branchenkomp .branch-block {
    padding-left: 0; }
    .module.branchenkomp .branch-block.left {
      padding-left: 15px;
      padding-right: 0; }
  .module.branchenkomp a {
    color: #014790; }
    .module.branchenkomp a:hover {
      color: #014790; }
  .module.branchenkomp h2, .module.branchenkomp h3 {
    color: #014790; }
  .module.branchenkomp h3 {
    font-size: 1.2rem; }
  .module.branchenkomp .branch-row {
    overflow: hidden;
    margin-top: 30px; }
  .module.branchenkomp .branch-btn {
    background: #fff; }
  .module.branchenkomp .branch-image-wrapper {
    position: relative; }
  .module.branchenkomp .branch-image {
    width: 100%; }
  .module.branchenkomp .branch-container {
    position: absolute;
    bottom: -35px;
    right: 10px;
    text-align: right; }
  .module.branchenkomp .branch-text {
    padding: 0 15px; }
    .module.branchenkomp .branch-text h2 {
      margin-top: 0; }
    .module.branchenkomp .branch-text p {
      margin-bottom: 0px; }
  .module.branchenkomp .branch-text-btn {
    padding: 0px 0 30px;
    font-size: 0.8em;
    color: #014790;
    text-transform: uppercase;
    font-weight: bold; }
  .module.branchenkomp .mobile-branch-text-btn {
    padding: 0px 0px 30px; }
  @media (max-width: 400px), (min-width: 768px) and (max-width: 991px) {
    .module.branchenkomp .branch-container {
      bottom: -25px; }
    .module.branchenkomp .branch-container img {
      width: 75%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .module.branchenkomp .branch-block {
      padding-left: 15px; }
      .module.branchenkomp .branch-block.left {
        padding-right: 15px; }
    .module.branchenkomp .branch-text {
      padding: 0; }
      .module.branchenkomp .branch-text h2 {
        margin-top: 20px; } }
  @media (max-width: 767px) {
    .module.branchenkomp .branch-row {
      margin-top: 0px; }
    .module.branchenkomp .branch-block {
      padding-left: 15px; }
      .module.branchenkomp .branch-block.left {
        padding-right: 15px; }
    .module.branchenkomp .branch-text {
      padding: 0; }
      .module.branchenkomp .branch-text h2 {
        margin-top: 20px; } }

.module.programm-bar {
  display: block;
  padding: 2rem 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif; }
  .module.programm-bar .inner {
    margin: 0px 0px 30px; }
    .module.programm-bar .inner:last-child {
      margin-bottom: 0; }
  .module.programm-bar a {
    font-size: 0.8em;
    color: #014790;
    text-transform: uppercase;
    font-weight: bold; }
    .module.programm-bar a:hover {
      color: #014790; }
  .module.programm-bar .programm-block {
    width: 50%;
    padding: 1em 0;
    padding-bottom: 0;
    text-align: left;
    float: left;
    color: #014790; }
    @media (min-width: 769px) and (max-width: 992px) {
      .module.programm-bar .programm-block {
        padding-left: 15px; } }
    @media (max-width: 768px) {
      .module.programm-bar .programm-block {
        clear: both;
        width: 100%; } }
    @media (max-width: 340px) {
      .module.programm-bar .programm-block {
        font-size: .85em;
        text-align: left; } }
    .module.programm-bar .programm-block img {
      float: left; }
      @media (max-width: 384px) {
        .module.programm-bar .programm-block img {
          clear: both;
          float: none; } }
    .module.programm-bar .programm-block h2 {
      font-size: 1.25em;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        .module.programm-bar .programm-block h2 {
          margin-top: 20px; } }
    .module.programm-bar .programm-block .heighlight {
      font-size: 0.9rem;
      font-weight: bold;
      color: #3797D2; }
    @media (min-width: 769px) and (max-width: 992px) {
      .module.programm-bar .programm-block.left {
        padding-left: 0;
        padding-right: 15px; } }
    @media (max-width: 768px) {
      .module.programm-bar .programm-block.left {
        border-right: none; } }
    @media (max-width: 768px) {
      .module.programm-bar .programm-block .programm-text {
        width: 100%;
        margin-left: -15px;
        margin-right: -15px; }
        .module.programm-bar .programm-block .programm-text h2 {
          margin-top: 20px; }
        .module.programm-bar .programm-block .programm-text img {
          padding-left: 0; } }

/* for the module */
.starnews {
  padding-top: 100px;
  padding-bottom: 100px; }
  .starnews h2 {
    font-size: 2.4rem;
    color: #014790;
    font-family: "Source Sans Pro", sans-serif; }
    .starnews h2 b {
      display: block;
      font-size: 2.8rem;
      margin-bottom: 20px;
      font-family: "Source Sans Pro Black", sans-serif; }
  .starnews h3 {
    color: #014790; }
  .starnews .left {
    text-align: center;
    padding-top: 20px; }

@media only screen and (max-width: 768px) {
  .starnews {
    padding-top: 30px;
    padding-bottom: 30px; }
    .starnews .container, .starnews .module.programm-bar .inner, .module.programm-bar .starnews .inner, .starnews .module.slider > .inner, .starnews .module.haendlersuche > .inner {
      margin-left: -15px;
      margin-right: -15px; }
    .starnews h2 {
      font-size: 26px; }
      .starnews h2 b {
        font-size: 28px; } }
.module.slider {
  display: block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding: 2rem 0;
  position: relative;
  /*slider-1*/
  /*slider-2*/ }
  .module.slider a {
    color: inherit; }
    .module.slider a:hover {
      color: #014790; }
  .module.slider .inner {
    padding: 0; }
  .module.slider .slide-content h2 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: bold;
    color: #014790; }
  .module.slider .slide-content p {
    color: #014790; }
  .module.slider .slide-content p.small-padding {
    margin-bottom: 0.5em; }
  .module.slider .slide {
    left: -100%; }
    .module.slider .slide.slide1 {
      left: inherit;
      z-index: 10; }
  .module.slider .slider-2-content {
    background-color: rgba(255, 255, 255, 0.9);
    width: 500px;
    /*height: 270px;*/
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 125px;
    padding: 1em; }
    .module.slider .slider-2-content img {
      right: 16px;
      position: absolute;
      margin-top: 10px; }
    .module.slider .slider-2-content p {
      float: left; }
    .module.slider .slider-2-content a {
      color: #014790; }
  .module.slider .slider-1-content, .module.slider .slider-3-content {
    background-color: rgba(255, 255, 255, 0.8);
    width: 360px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 125px;
    padding: 1em; }
    .module.slider .slider-1-content p, .module.slider .slider-3-content p {
      float: left; }
    .module.slider .slider-1-content a, .module.slider .slider-3-content a {
      color: #014790; }
  .module.slider .slider-3-content {
    width: 570px;
    top: 60%;
    left: 95px; }
  @media only screen and (max-width: 992px) {
    .module.slider .slider-1-content, .module.slider .slider-2-content, .module.slider .slider-3-content {
      left: 56px; } }
  @media only screen and (max-width: 1200px) {
    .module.slider .slider-1-content, .module.slider .slider-2-content, .module.slider .slider-3-content {
      left: 81px; } }
  .module.slider .slider-btn {
    background-image: url("../img/download-icon-white.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3797D2;
    height: 82px;
    width: 50px;
    position: absolute;
    top: 115px;
    z-index: 11; }
  .module.slider .slider-btn-container:hover .slider-btn-menu {
    display: block; }
  .module.slider .slider-btn-container:hover .slider-btn {
    background-image: url("../img/download-icon-white.png");
    background-color: #014790; }
  .module.slider .slider-btn-menu {
    position: absolute;
    display: none;
    left: 50px;
    top: 115px;
    background-color: transparent;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 11;
    padding-left: 3px; }
    .module.slider .slider-btn-menu ul {
      list-style: none;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-left: 0 !important; }
    .module.slider .slider-btn-menu li {
      display: block;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: .08em;
      padding-bottom: .08em;
      border-bottom: #e0dfdf 3px solid;
      border-right: #014790 3px solid;
      background: #fff; }
      .module.slider .slider-btn-menu li:last-child {
        border-bottom: none; }
    .module.slider .slider-btn-menu a {
      font-size: .9rem;
      text-decoration: none; }

.slider-image, .slider-map {
  background-position: center;
  width: 100%;
  height: 390px;
  -webkit-background-size: cover;
  background-size: cover;
  border: none;
  position: relative;
  overflow: hidden; }

.slide {
  position: absolute; }

.slide1 {
  background-image: url("../img/slider_bg2.jpg");
  left: 0%;
  top: 0px; }

.slide2 {
  background-image: url("../img/slider_bg1.jpg");
  left: 0%;
  top: 0px; }

.slide3 {
  background-image: url("../img/slider_bg3.jpg");
  left: 0%;
  top: 0px; }

@media only screen and (max-width: 768px) {
  .slider-image, .slider-map {
    height: auto;
    padding-top: 52.63%;
    /* 600px/1140px = 0.5263 *  */ }

  .slide1 {
    background-image: url("../img/slider_bg2-xs.jpg"); }

  .slide2 {
    background-image: url("../img/slider_bg1-xs.jpg"); }

  .slide3 {
    background-image: url("../img/slider_bg3-xs.jpg"); } }
.slider-nav {
  position: absolute;
  bottom: 68px;
  left: 28px;
  z-index: 11; }
  .slider-nav .circle {
    height: 23px;
    width: 23px;
    border-radius: 13px;
    background-color: #3797D2;
    border: 3px solid #3797D2;
    margin-bottom: .5em; }
  .slider-nav .circle:hover, .slider-nav .circle-active {
    background-color: #fff;
    border: 3px solid #3797D2; }

.fach-btn {
  position: absolute;
  z-index: 1000;
  right: 30px;
  font-weight: bold;
  padding: 10px 50px 10px 10px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #3797D2;
  background-image: url("../img/fachhaendler-_mark.svg");
  background-position: right .5em center;
  background-repeat: no-repeat; }
  .fach-btn ::after {
    clear: both; }

.slider-image .fach-btn {
  right: 15px; }

a.fach-btn {
  text-align: center;
  font-size: 1.1em;
  color: #fff !important; }
  a.fach-btn:hover, a.fach-btn:active, a.fach-btn:visited {
    color: #fff !important; }

.teaserbar {
  border-top: 1px solid #e2e1e1; }
  .teaserbar img {
    float: left;
    padding-right: 2rem; }
  .teaserbar a:hover {
    color: #337ab7 !important; }
  .teaserbar .col {
    border-right: 1px solid #e2e1e1;
    padding: 2rem 2rem; }
  .teaserbar .col:last-child {
    border: none; }
  .teaserbar a.link-text {
    margin-top: 1rem;
    font-size: 16px !important; }

.module.text {
  display: block;
  color: #333;
  font-size: 16px;
  font-size: 1rem; }
  .module.text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: .5em; }
  .module.text li {
    padding-left: 2em;
    text-indent: -1.1em;
    line-height: 1.3;
    margin-bottom: 1rem; }
  .module.text li::before {
    content: "●";
    color: #014790;
    font-size: .9em;
    padding-right: 0.5rem; }
  .module.text .float-left {
    float: left;
    margin-right: 15px; }
  .module.text .float-right {
    float: right;
    margin-left: 15px; }
  .module.text span.button {
    padding: 0em .3em;
    background: #014790;
    border: 1px solid #fff;
    color: #fff;
    width: 140px;
    text-align: center;
    font-size: 1em;
    border-radius: 0;
    float: right; }
    @media (max-width: 676px) {
      .module.text span.button {
        float: none;
        display: block;
        margin-top: 1em; } }
  .module.text span.button:hover {
    text-decoration: underline; }

.module.haendlersuche > .inner {
  background-image: url("../img/handelspartner-img.png");
  background-position-y: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }

.module.haendlersuche, .module.haendlersuche-mobile {
  padding-top: 2rem; }
  .module.haendlersuche a, .module.haendlersuche-mobile a {
    color: #014790; }
    .module.haendlersuche a:hover, .module.haendlersuche-mobile a:hover {
      color: #014790; }
  .module.haendlersuche h2, .module.haendlersuche-mobile h2 {
    color: #014790;
    padding-bottom: 20px; }
  .module.haendlersuche .haendler_text, .module.haendlersuche-mobile .haendler_text {
    padding-top: 150px; }
  .module.haendlersuche .haendler_suchfeld, .module.haendlersuche-mobile .haendler_suchfeld {
    padding-top: 130px;
    padding-bottom: 60px; }
    .module.haendlersuche .haendler_suchfeld input[type=text], .module.haendlersuche-mobile .haendler_suchfeld input[type=text] {
      height: 40px;
      width: 100%;
      padding-left: .5em; }
      @media (max-width: 500px) {
        .module.haendlersuche .haendler_suchfeld input[type=text], .module.haendlersuche-mobile .haendler_suchfeld input[type=text] {
          margin: 0 auto;
          display: block;
          margin-bottom: 1em; } }
    .module.haendlersuche .haendler_suchfeld input[type=submit], .module.haendlersuche-mobile .haendler_suchfeld input[type=submit] {
      height: 40px;
      padding: .5em 1em;
      background-color: #014790;
      color: white;
      border: 1px solid #014790;
      text-align: center;
      margin-left: -15px; }
  .module.haendlersuche ::-webkit-input-placeholder, .module.haendlersuche-mobile ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #014790; }
  .module.haendlersuche :-moz-placeholder, .module.haendlersuche-mobile :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #014790;
    opacity: 1; }
  .module.haendlersuche ::-moz-placeholder, .module.haendlersuche-mobile ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #014790;
    opacity: 1; }
  .module.haendlersuche :-ms-input-placeholder, .module.haendlersuche-mobile :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #014790; }
  .module.haendlersuche ::-ms-input-placeholder, .module.haendlersuche-mobile ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #014790; }

@media (max-width: 1199px) {
  .module.haendlersuche .haendlersuche_content .haendler_text {
    padding-top: 100px; } }
@media (max-width: 991px) {
  .module.haendlersuche .haendlersuche_content .haendler_text {
    padding-top: 20px; }
  .module.haendlersuche .haendlersuche_content .haendler_suchfeld {
    padding-top: 80px;
    padding-bottom: 40px; } }
@media (max-width: 768px) {
  .module.haendlersuche {
    padding-top: 0px; }
    .module.haendlersuche .inner {
      height: 400px; }

  .module.haendlersuche-mobile {
    margin-top: -25px;
    padding-top: 0px; }
    .module.haendlersuche-mobile .haendler_text {
      padding-top: 20px; }
    .module.haendlersuche-mobile .haendler_suchfeld {
      padding-top: 0px;
      padding-bottom: 0px; }

  .module.haendlersuche-start-mobile {
    margin-top: 25px; } }
.module.prinzipgastro {
  display: block;
  padding: 2rem 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+64,f7f7f7+83,ededed+95&0+0,1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 64%, rgba(247, 247, 247, 0.83) 83%, rgba(237, 237, 237, 0.95) 95%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 64%, rgba(247, 247, 247, 0.83) 83%, rgba(237, 237, 237, 0.95) 95%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 64%, rgba(247, 247, 247, 0.83) 83%, rgba(237, 237, 237, 0.95) 95%, #ededed 100%); }
  .module.prinzipgastro h2 {
    font-size: 3.5em;
    margin-bottom: 20px; }
  .module.prinzipgastro .prinzipgastro-inner {
    padding-top: 135px;
    padding-bottom: 135px; }
    .module.prinzipgastro .prinzipgastro-inner ul {
      list-style: none;
      padding: 0;
      margin: 0;
      padding-left: .5em; }
    .module.prinzipgastro .prinzipgastro-inner li {
      padding-left: 1em;
      text-indent: -1.1em;
      line-height: 1.3;
      margin-bottom: 1rem; }
    .module.prinzipgastro .prinzipgastro-inner li::before {
      content: "●";
      color: #014790;
      font-size: .9em;
      padding-right: 0.3rem; }
    .module.prinzipgastro .prinzipgastro-inner a {
      color: #014790; }
      .module.prinzipgastro .prinzipgastro-inner a:hover {
        color: #014790; }
    .module.prinzipgastro .prinzipgastro-inner h2, .module.prinzipgastro .prinzipgastro-inner h3 {
      color: #014790; }
    .module.prinzipgastro .prinzipgastro-inner .iframe-wrapper {
      margin-top: 30px;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 60px;
      overflow: hidden; }
    .module.prinzipgastro .prinzipgastro-inner iframe,
    .module.prinzipgastro .prinzipgastro-inner object,
    .module.prinzipgastro .prinzipgastro-inner embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .module.prinzipgastro .prinzipgastro-inner .prinzipgastro-image {
      overflow: hidden; }
      .module.prinzipgastro .prinzipgastro-inner .prinzipgastro-image img {
        min-width: 1140px;
        height: 100%;
        float: right; }

@media only screen and (max-width: 992px) {
  .module.prinzipgastro .prinzipgastro-inner {
    padding-top: 25px; } }
@media only screen and (max-width: 768px) {
  .module.prinzipgastro .prinzipgastro-inner {
    padding-top: 35px;
    padding-bottom: 0px;
    background-image: none; }
    .module.prinzipgastro .prinzipgastro-inner h2 {
      font-size: 2em; }
  .module.prinzipgastro img {
    width: 100%; } }
.module.contact {
  /*test*/
  font-size: 1rem; }
  .module.contact h2 {
    margin-bottom: 2em; }
  .module.contact input, .module.contact select {
    color: #333;
    height: 45px;
    font-size: 1rem; }
  .module.contact textarea {
    min-height: 150px;
    font-size: 1rem; }
  .module.contact label {
    font-size: 1.1rem;
    color: #014790; }
  .module.contact .form-group {
    margin-bottom: 2em; }
  .module.contact .form-control {
    border-radius: 0; }
  .module.contact .form-control:hover {
    border: 1px solid #014790; }
  .module.contact .btn {
    padding: .5em;
    background: #014790;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.1em;
    border-radius: 0; }
  .module.contact .btn:hover {
    text-decoration: underline; }
  .module.contact input.checkbox {
    height: auto;
    width: auto;
    display: inline-block; }
  .module.contact label.checkbox-label {
    color: #333;
    font-weight: normal;
    font-size: 1rem; }
  .module.contact label.checkbox-label p {
    display: inline; }
  .module.contact .special-form-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px; }
    .module.contact .special-form-group label, .module.contact .special-form-group input {
      position: absolute;
      top: 25px; }

/**
 * ICONFONT
 * Created using http://icomoon.io/
 * Use the selection.json export within the assets/font/{version}/
 * directory to modify the font.
 */
@font-face {
  font-family: 'cookiebar';
  src: url("../fonts/cookiebar/cookiebar.eot?-vn66qq");
  src: url("../fonts/cookiebar/cookiebar.eot?#iefix-vn66qq") format("embedded-opentype"), url("../fonts/cookiebar/cookiebar.woff?-vn66qq") format("woff"), url("../fonts/cookiebar/cookiebar.ttf?-vn66qq") format("truetype"), url("../fonts/cookiebar/cookiebar.svg?-vn66qq#drwicons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon_extend,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'cookiebar';
  font-size: .8em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/****************************************
 * ICOMOON CLASSES START - PASTE IN HERE
 */
.icon-checkbox:before {
  content: "\ea53"; }

.icon-checkbox-selected:before {
  content: "\ea52"; }

/** Cookie Message Styles **/
#cookieChoiceInfo {
  position: fixed;
  width: 100%;
  background-color: #fff;
  margin: 0px;
  left: 0px;
  bottom: 0px;
  top: auto;
  padding: 4px;
  z-index: 10000;
  border-top: 1px solid #e0dfdf; }
  #cookieChoiceInfo p {
    font-size: 0.875rem; }
  #cookieChoiceInfo a {
    color: #014790;
    font-weight: bold; }
    #cookieChoiceInfo a:hover {
      color: #b23236; }
  #cookieChoiceInfo .row-links a, #cookieChoiceInfo .row-links a:hover, #cookieChoiceInfo .row-links a:active, #cookieChoiceInfo .row-links a:focus {
    color: #111; }
  #cookieChoiceInfo .row-selection .cookie-btn {
    display: inline-block;
    margin: 0.5rem 0;
    cursor: pointer;
    width: 100%;
    background: #fff;
    color: #014790;
    border: 1px solid #014790; }
    #cookieChoiceInfo .row-selection .cookie-btn.cookie-btn-all {
      color: #fff;
      background: #014790; }
      #cookieChoiceInfo .row-selection .cookie-btn.cookie-btn-all:hover, #cookieChoiceInfo .row-selection .cookie-btn.cookie-btn-all:after {
        color: #fff; }
    #cookieChoiceInfo .row-selection .cookie-btn.cookie-btn-save:hover {
      color: #fff;
      background: #014790; }
  #cookieChoiceInfo .row-selection .cookie-checkbox {
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    cursor: pointer; }
    #cookieChoiceInfo .row-selection .cookie-checkbox .icon-checkbox-disabled {
      color: #777; }

.module .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
  text-align: center;
  margin: 1rem 0; }
  .module .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: none; }
  .module .iframe-wrapper .iframe-inactive {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: none;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-image: url(../img/map-inactive.svg);
    background-position: center;
    background-repeat: no-repeat; }
    .module .iframe-wrapper .iframe-inactive.youtube {
      background-image: url(../img/video-inactive.svg); }
    .module .iframe-wrapper .iframe-inactive .btn-activate-iframe {
      position: absolute;
      z-index: 10;
      top: 1rem; }
    .module .iframe-wrapper .iframe-inactive .text-activate-iframe {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      font-size: 0.75rem;
      padding: 1rem;
      margin: 0; }
.module.module-map {
  height: 390px; }
.module.module-map .iframe-wrapper, .module.module-map .row, .module.module-map .col-xs-12 {
  margin: 0;
  padding: 0;
  height: 100%; }
.module .iframe-wrapper.iframe-matomo {
  margin: 0;
  padding-bottom: 0;
  height: auto; }

form .use-external-media {
  margin: 1rem 0rem;
  display: inline-block; }
  form .use-external-media a {
    color: #014790;
    font-weight: bold; }
    form .use-external-media a:hover {
      color: #b23236; }

/* for the module */
.infobox {
  margin: 15px 0;
  background: #ed0000;
  color: #fff;
  padding: 15px; }

.infobox a, .infobox a:hover {
  color: #fff; }

.infobox p {
  margin-bottom: 0px; }

.infobox i.fa {
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding-right: 0.75rem; }

.infobox p {
  font-size: 1.2rem;
  line-height: 1.3rem; }

/* infobox field in product blueprint*/
.product-overview-infobox {
  color: #cc0000;
  font-weight: bold;
  font-size: 14px; }

.product-detail-infobox {
  background: #cc0000;
  color: #fff;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 10px; }

/*# sourceMappingURL=main.css.map */
