<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
	Theme Name: MINI Site
	Template: mini-root
    Author: Philipp Kodicek [ADWERBA]
	Version: 1.2.0
*/
/* Wir importieren bestimmte Teile von Bootstrap bzw. der MINI-CI aus dem
 * Root-Theme, damit wir sie als Variablen bzw. Mixins verwenden können
 */
/* 
    Created on : 25.06.2018, 18:39:01
    Author     : Philipp Kodicek
*/
/* 
    Created on : 31.07.2018, 10:52:18
    Author     : Philipp Kodicek
*/
/*
 * Transitions
 */
/* 
    Created on : 31.07.2018, 11:13:02
    Author     : Philipp Kodicek
*/
.margin-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 1340px) {
  .margin-xs {
    margin-top: 10px;
  }
}
@media (min-width: 1340px) {
  .margin-xs {
    margin-bottom: 10px;
  }
}

.margin-s {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1340px) {
  .margin-s {
    margin-top: 15px;
  }
}
@media (min-width: 1520px) {
  .margin-s {
    margin-top: 20px;
  }
}
@media (min-width: 1340px) {
  .margin-s {
    margin-bottom: 15px;
  }
}
@media (min-width: 1520px) {
  .margin-s {
    margin-bottom: 20px;
  }
}

.margin-m {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .margin-m {
    margin-top: 20px;
  }
}
@media (min-width: 1340px) {
  .margin-m {
    margin-top: 30px;
  }
}
@media (min-width: 1520px) {
  .margin-m {
    margin-top: 40px;
  }
}
@media (min-width: 480px) {
  .margin-m {
    margin-bottom: 20px;
  }
}
@media (min-width: 1340px) {
  .margin-m {
    margin-bottom: 30px;
  }
}
@media (min-width: 1520px) {
  .margin-m {
    margin-bottom: 40px;
  }
}

.margin-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .margin-l {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  .margin-l {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  .margin-l {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  .margin-l {
    margin-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  .margin-l {
    margin-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  .margin-l {
    margin-bottom: 60px;
  }
}

.margin-xl {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 480px) {
  .margin-xl {
    margin-top: 80px;
  }
}
@media (min-width: 1340px) {
  .margin-xl {
    margin-top: 100px;
  }
}
@media (min-width: 1520px) {
  .margin-xl {
    margin-top: 120px;
  }
}
@media (min-width: 480px) {
  .margin-xl {
    margin-bottom: 80px;
  }
}
@media (min-width: 1340px) {
  .margin-xl {
    margin-bottom: 100px;
  }
}
@media (min-width: 1520px) {
  .margin-xl {
    margin-bottom: 120px;
  }
}

.margin-xs-top {
  margin-top: 5px;
}
@media (min-width: 1340px) {
  .margin-xs-top {
    margin-top: 10px;
  }
}

.margin-s-top {
  margin-top: 10px;
}
@media (min-width: 1340px) {
  .margin-s-top {
    margin-top: 15px;
  }
}
@media (min-width: 1520px) {
  .margin-s-top {
    margin-top: 20px;
  }
}

.margin-m-top {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .margin-m-top {
    margin-top: 20px;
  }
}
@media (min-width: 1340px) {
  .margin-m-top {
    margin-top: 30px;
  }
}
@media (min-width: 1520px) {
  .margin-m-top {
    margin-top: 40px;
  }
}

.margin-l-top {
  margin-top: 30px;
}
@media (min-width: 480px) {
  .margin-l-top {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  .margin-l-top {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  .margin-l-top {
    margin-top: 60px;
  }
}

.margin-xl-top {
  margin-top: 60px;
}
@media (min-width: 480px) {
  .margin-xl-top {
    margin-top: 80px;
  }
}
@media (min-width: 1340px) {
  .margin-xl-top {
    margin-top: 100px;
  }
}
@media (min-width: 1520px) {
  .margin-xl-top {
    margin-top: 120px;
  }
}

.margin-xs-bottom {
  margin-bottom: 5px;
}
@media (min-width: 1340px) {
  .margin-xs-bottom {
    margin-bottom: 10px;
  }
}

.margin-s-bottom {
  margin-bottom: 10px;
}
@media (min-width: 1340px) {
  .margin-s-bottom {
    margin-bottom: 15px;
  }
}
@media (min-width: 1520px) {
  .margin-s-bottom {
    margin-bottom: 20px;
  }
}

.margin-m-bottom {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .margin-m-bottom {
    margin-bottom: 20px;
  }
}
@media (min-width: 1340px) {
  .margin-m-bottom {
    margin-bottom: 30px;
  }
}
@media (min-width: 1520px) {
  .margin-m-bottom {
    margin-bottom: 40px;
  }
}

.margin-l-bottom {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .margin-l-bottom {
    margin-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  .margin-l-bottom {
    margin-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  .margin-l-bottom {
    margin-bottom: 60px;
  }
}

.margin-xl-bottom {
  margin-bottom: 60px;
}
@media (min-width: 480px) {
  .margin-xl-bottom {
    margin-bottom: 80px;
  }
}
@media (min-width: 1340px) {
  .margin-xl-bottom {
    margin-bottom: 100px;
  }
}
@media (min-width: 1520px) {
  .margin-xl-bottom {
    margin-bottom: 120px;
  }
}

/*
 * Padding
*/
.padding-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1340px) {
  .padding-xs {
    padding-top: 10px;
  }
}
@media (min-width: 1340px) {
  .padding-xs {
    padding-bottom: 10px;
  }
}

.padding-s {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1340px) {
  .padding-s {
    padding-top: 15px;
  }
}
@media (min-width: 1520px) {
  .padding-s {
    padding-top: 20px;
  }
}
@media (min-width: 1340px) {
  .padding-s {
    padding-bottom: 15px;
  }
}
@media (min-width: 1520px) {
  .padding-s {
    padding-bottom: 20px;
  }
}

.padding-m {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  .padding-m {
    padding-top: 20px;
  }
}
@media (min-width: 1340px) {
  .padding-m {
    padding-top: 30px;
  }
}
@media (min-width: 1520px) {
  .padding-m {
    padding-top: 40px;
  }
}
@media (min-width: 480px) {
  .padding-m {
    padding-bottom: 20px;
  }
}
@media (min-width: 1340px) {
  .padding-m {
    padding-bottom: 30px;
  }
}
@media (min-width: 1520px) {
  .padding-m {
    padding-bottom: 40px;
  }
}

.padding-l {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 480px) {
  .padding-l {
    padding-top: 40px;
  }
}
@media (min-width: 1340px) {
  .padding-l {
    padding-top: 50px;
  }
}
@media (min-width: 1520px) {
  .padding-l {
    padding-top: 60px;
  }
}
@media (min-width: 480px) {
  .padding-l {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  .padding-l {
    padding-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  .padding-l {
    padding-bottom: 60px;
  }
}

.padding-xl {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 480px) {
  .padding-xl {
    padding-top: 80px;
  }
}
@media (min-width: 1340px) {
  .padding-xl {
    padding-top: 100px;
  }
}
@media (min-width: 1520px) {
  .padding-xl {
    padding-top: 120px;
  }
}
@media (min-width: 480px) {
  .padding-xl {
    padding-bottom: 80px;
  }
}
@media (min-width: 1340px) {
  .padding-xl {
    padding-bottom: 100px;
  }
}
@media (min-width: 1520px) {
  .padding-xl {
    padding-bottom: 120px;
  }
}

.padding-xs-top {
  padding-top: 5px;
}
@media (min-width: 1340px) {
  .padding-xs-top {
    padding-top: 10px;
  }
}

.padding-s-top {
  padding-top: 10px;
}
@media (min-width: 1340px) {
  .padding-s-top {
    padding-top: 15px;
  }
}
@media (min-width: 1520px) {
  .padding-s-top {
    padding-top: 20px;
  }
}

.padding-m-top {
  padding-top: 15px;
}
@media (min-width: 480px) {
  .padding-m-top {
    padding-top: 20px;
  }
}
@media (min-width: 1340px) {
  .padding-m-top {
    padding-top: 30px;
  }
}
@media (min-width: 1520px) {
  .padding-m-top {
    padding-top: 40px;
  }
}

.padding-l-top {
  padding-top: 30px;
}
@media (min-width: 480px) {
  .padding-l-top {
    padding-top: 40px;
  }
}
@media (min-width: 1340px) {
  .padding-l-top {
    padding-top: 50px;
  }
}
@media (min-width: 1520px) {
  .padding-l-top {
    padding-top: 60px;
  }
}

.padding-xl-top {
  padding-top: 60px;
}
@media (min-width: 480px) {
  .padding-xl-top {
    padding-top: 80px;
  }
}
@media (min-width: 1340px) {
  .padding-xl-top {
    padding-top: 100px;
  }
}
@media (min-width: 1520px) {
  .padding-xl-top {
    padding-top: 120px;
  }
}

.padding-xs-bottom {
  padding-bottom: 5px;
}
@media (min-width: 1340px) {
  .padding-xs-bottom {
    padding-bottom: 10px;
  }
}

.padding-s-bottom {
  padding-bottom: 10px;
}
@media (min-width: 1340px) {
  .padding-s-bottom {
    padding-bottom: 15px;
  }
}
@media (min-width: 1520px) {
  .padding-s-bottom {
    padding-bottom: 20px;
  }
}

.padding-m-bottom {
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  .padding-m-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 1340px) {
  .padding-m-bottom {
    padding-bottom: 30px;
  }
}
@media (min-width: 1520px) {
  .padding-m-bottom {
    padding-bottom: 40px;
  }
}

.padding-l-bottom {
  padding-bottom: 30px;
}
@media (min-width: 480px) {
  .padding-l-bottom {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  .padding-l-bottom {
    padding-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  .padding-l-bottom {
    padding-bottom: 60px;
  }
}

.padding-xl-bottom {
  padding-bottom: 60px;
}
@media (min-width: 480px) {
  .padding-xl-bottom {
    padding-bottom: 80px;
  }
}
@media (min-width: 1340px) {
  .padding-xl-bottom {
    padding-bottom: 100px;
  }
}
@media (min-width: 1520px) {
  .padding-xl-bottom {
    padding-bottom: 120px;
  }
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

/* 
    Created on : 11.07.2018, 18:21:26
    Author     : Philipp Kodicek
*/
section.offers.template-part {
  margin-top: 30px;
}
@media (min-width: 480px) {
  section.offers.template-part {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  section.offers.template-part {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  section.offers.template-part {
    margin-top: 60px;
  }
}
section.offers.template-part a:hover, section.offers.template-part a:active, section.offers.template-part a:focus {
  text-decoration: none;
}

section.news-stories.template-part {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
@media (min-width: 480px) {
  section.news-stories.template-part {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  section.news-stories.template-part {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  section.news-stories.template-part {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  section.news-stories.template-part {
    padding-top: 40px;
  }
}
@media (min-width: 1340px) {
  section.news-stories.template-part {
    padding-top: 50px;
  }
}
@media (min-width: 1520px) {
  section.news-stories.template-part {
    padding-top: 60px;
  }
}
@media (min-width: 480px) {
  section.news-stories.template-part {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  section.news-stories.template-part {
    padding-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  section.news-stories.template-part {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  section.news-stories.template-part {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
section.news-stories.template-part *::-moz-selection {
  background: white;
}
section.news-stories.template-part *::selection {
  background: white;
}
section.news-stories.template-part .story-content .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 50vw;
}
@media (min-width: 480px) {
  section.news-stories.template-part .story-content .image {
    height: 25vw;
  }
}
@media (min-width: 1340px) {
  section.news-stories.template-part .story-content .image {
    height: 100%;
  }
}

.opening-times {
  font-size: 15px;
  line-height: 21px;
  min-height: 150px;
}
.opening-times .select {
  margin-bottom: 20px;
  width: 80%;
}
.opening-times .opening-time {
  display: none;
}

.sidebar-links {
  transition: all 1s;
  position: fixed;
  right: 0;
  top: 61px;
  background: rgb(0, 0, 0);
  color: white;
  padding: 0 30px 35px;
  width: 345px;
  max-width: calc(100% - 50px);
  z-index: 200;
  min-height: 40vw;
}
@media (min-width: 1340px) {
  .sidebar-links {
    min-height: 600px;
  }
}
.sidebar-links.closed {
  /*right: -345px;*/
  transform: translateX(100%);
}
.sidebar-links.closed .sidebar-links_icon.icon--tda, .sidebar-links.closed .sidebar-links_icon.icon--rfs {
  opacity: 1;
}
.sidebar-links h3 {
  font-size: 21px;
  line-height: 21px;
  margin: 20px 0 10px;
}
.sidebar-links .opening-times {
  margin-top: 20px;
}
.sidebar-links .cta .button {
  margin-top: 15px;
  width: 100%;
}
.sidebar-links .sidebar-links_iconbar {
  position: absolute;
  width: 50px;
  height: 156px;
  left: -50px;
  top: 0;
}
.sidebar-links .sidebar-links_icon {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  background: #000000;
  border: 2px solid #000000;
  border-right: none;
  opacity: 0;
  font-family: "fontello";
  position: relative;
}
.sidebar-links .sidebar-links_icon .title {
  background: white;
  color: black;
  position: absolute;
  top: -2px;
  right: 0;
  height: 49px;
  transition: all 0.35s ease-in-out;
  font-size: 12px;
  font-family: "Web MINI Sans Serif", Arial, sans-serif;
  z-index: -1;
  opacity: 0;
  white-space: nowrap;
  line-height: 48px;
  padding: 0 10px;
  border: 2px solid black;
}
.sidebar-links .sidebar-links_icon.icon--info {
  opacity: 1;
}
.sidebar-links .sidebar-links_icon:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}
.sidebar-links .sidebar-links_icon:hover .title {
  right: 50px;
  z-index: 99999;
  opacity: 1;
}
.sidebar-links .sidebar-links_icon.icon--info:before {
  content: "\e836";
}
.sidebar-links .sidebar-links_icon.icon--tda:before {
  content: "\e824";
}
.sidebar-links .sidebar-links_icon.icon--rfs:before {
  content: "\e80e";
}

/*
    Created on : 04.01.2016, 14:37:54
    Author     : m.neuhold
*/
/**
 * Bootstrap overrides
 */
.form {
  font-family: "Web MINI Sans Serif", Arial, sans-serif;
  font-size: 12px;
  /*	select {

  		option {
  			background: black;
  			color: white;

  			&amp;:hover {
  				background: black;
  				color: white;
  			}
  		}
  	}*/
  /* Disclaimer */
}
.form:after {
  /* Lade-Animation */
  border-color: #999999;
  border-top-color: #0085ac;
}
.form .form-control {
  border-radius: 0;
  font-size: 12px;
  border: 2px solid black;
}
.form .form-control:focus {
  border-color: black;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}
.has-error .form .form-control {
  border-width: 2px;
}
.form .form__messages .form__message {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: "Web MINI Serif", serif;
}
@media (min-width: 480px) {
  .form .form__messages .form__message {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .form .form__messages .form__message {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1340px) {
  .form .form__messages .form__message {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.form input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  z-index: -1;
}
.form input[type=checkbox]:before {
  content: " ";
  position: absolute;
  background: white;
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-family: "fontello";
  border: 2px solid black;
  width: 24px;
  height: 24px;
}
.form input[type=checkbox]:checked:before {
  content: "\e811";
  /*border: unset;*/
  background: white;
  padding-left: 2px;
}
.form .dataprivacy label {
  display: inline;
}
.form .has-error .form-control {
  border-width: 2px;
}
.form .has-error label {
  color: #cc0000;
}
.form .has-error .help-block {
  display: none;
}
.form label {
  font-weight: normal;
  text-transform: uppercase;
}
.form label:has(input[type=checkbox]) {
  position: relative;
  margin-top: 5px;
  cursor: pointer;
  text-transform: none;
  padding-left: 30px;
  line-height: 24px;
}
.form .dataprivacy label {
  text-transform: none;
}
.form .gcdm-policy {
  margin: 10px 0;
}
.form .gcdm-policy label.gcdm-label {
  position: relative;
  margin-top: 5px;
  cursor: pointer;
  text-transform: none;
  padding-left: 30px;
  line-height: 24px;
}
.form .gcdm-policy .gcdm-usage-definitions {
  padding-left: 0;
}
.form .gcdm-policy *[data-parent-id] a {
  color: #999;
}
.form .gcdm-policy .gcdm-text-secondary, .form .gcdm-policy .gcdm-usage-text-child {
  font-size: 12px;
  color: #999;
  padding-left: 30px;
  margin-bottom: 15px;
}
.form .gcdm-policy .gcdm-text-secondary strong, .form .gcdm-policy .gcdm-usage-text-child strong {
  font-weight: normal;
  text-decoration: underline;
}
.form .gcdm-policy .gcdm-cta-hide,
.form .gcdm-policy .gcdm-cta-show {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  text-decoration: none;
  border: none;
}
.form .gcdm-policy .gcdm-cta-hide:hover, .form .gcdm-policy .gcdm-cta-hide:focus, .form .gcdm-policy .gcdm-cta-hide:active,
.form .gcdm-policy .gcdm-cta-show:hover,
.form .gcdm-policy .gcdm-cta-show:focus,
.form .gcdm-policy .gcdm-cta-show:active {
  background: none;
}
.form .gcdm-policy .gcdm-cta-hide svg,
.form .gcdm-policy .gcdm-cta-show svg {
  width: 17px;
  height: 17px;
  fill: #666;
  transition: all 0.25s ease-in-out;
}
.form .gcdm-policy .gcdm-cta-show:hover svg {
  /*fill: #0454cb;*/
  fill: black;
}
.form .gcdm-policy .gcdm-cta-hide:hover svg {
  fill: #a10c17;
}
.form .g-recaptcha.has-error, .form .captcha.has-error {
  border: 1px solid #cc0000;
}
.form .g-recaptcha .frc-banner, .form .captcha .frc-banner {
  display: none;
}
.form .g-recaptcha .frc-button, .form .captcha .frc-button {
  margin-bottom: 0;
}

/*
    Created on : 26.06.2018, 11:53:28
    Author     : Philipp Kodicek
*/
body.home section.teaser {
  position: relative;
}
body.home section.teaser .teaser-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
body.home section.teaser .teaser-wrapper .teasers {
  width: 100%;
}
body.home section.teaser .teaser-wrapper .teasers .teaser-background {
  height: 40vw;
  background-size: cover;
}
@media (min-width: 1340px) {
  body.home section.teaser .teaser-wrapper .teasers .teaser-background {
    height: 600px;
  }
}
body.home .fullwidth-teasers {
  position: relative;
}
body.home .fullwidth-teasers .teaser--full {
  position: relative;
}
body.home .fullwidth-teasers .teaser--full img {
  width: 100%;
  height: 98vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 480px) {
  body.home .fullwidth-teasers .teaser--full img {
    height: 84vh;
  }
}
body.home .fullwidth-teasers .teaser--full .teaser__content {
  inset: 0;
  overflow: auto;
  margin-top: 15vh;
  margin-bottom: 15px;
  padding: 0 30px;
  color: white;
}
@media (min-width: 480px) {
  body.home .fullwidth-teasers .teaser--full .teaser__content {
    margin-bottom: 20px;
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  body.home .fullwidth-teasers .teaser--full .teaser__content {
    margin-bottom: 30px;
    padding: 0 50px;
  }
}
@media (min-width: 1340px) {
  body.home .fullwidth-teasers .teaser--full .teaser__content {
    padding: 0 140px;
    margin-bottom: 40px;
  }
}
body.home .fullwidth-teasers .teaser--full .disclaimer {
  font-size: 12px;
  line-height: 16px;
}
body.home .fullwidth-teasers .slick-arrow {
  top: 49vh;
}
@media (min-width: 480px) {
  body.home .fullwidth-teasers .slick-arrow {
    top: 42vh;
  }
}
body.home .fullwidth-teasers #teaser-navigation {
  transform: translateY(calc(-100% - 20px));
  bottom: auto;
  top: 98vh;
}
@media (min-width: 480px) {
  body.home .fullwidth-teasers #teaser-navigation {
    top: 84vh;
  }
}
body.home .slick-slider--navigation-dotted {
  margin-bottom: 0;
}
body.home section.teaser-headlines .teaser-headline {
  padding: 0 10px;
}
@media (min-width: 480px) {
  body.home section.teaser-headlines .teaser-headline {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  body.home section.teaser-headlines .teaser-headline .button {
    margin-right: 20px;
    /*margin-left: -20px;*/
  }
}
body.home section.sidebar-info-mobile {
  background: black;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  body.home section.sidebar-info-mobile {
    padding-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.sidebar-info-mobile {
    padding-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.sidebar-info-mobile {
    padding-top: 60px;
  }
}
@media (min-width: 480px) {
  body.home section.sidebar-info-mobile {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.sidebar-info-mobile {
    padding-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.sidebar-info-mobile {
    padding-bottom: 60px;
  }
}
@media (min-width: 480px) {
  body.home section.sidebar-info-mobile {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.sidebar-info-mobile {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.sidebar-info-mobile {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  body.home section.sidebar-info-mobile {
    margin-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.sidebar-info-mobile {
    margin-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.sidebar-info-mobile {
    margin-bottom: 60px;
  }
}
body.home section.sidebar-info-mobile .opening-times {
  margin-top: 20px;
  font-size: 15px;
  line-height: 21px;
}
body.home section.sidebar-info-mobile .opening-times .select {
  margin-bottom: 20px;
  width: 100%;
}
body.home section.welcome-message .copy {
  padding: 0 10px;
}
@media (min-width: 480px) {
  body.home section.welcome-message .copy {
    padding: 0 25px;
  }
}
body.home section.main-content {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: black;
  color: white;
}
@media (min-width: 480px) {
  body.home section.main-content {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.main-content {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.main-content {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  body.home section.main-content {
    padding-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.main-content {
    padding-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.main-content {
    padding-top: 60px;
  }
}
@media (min-width: 480px) {
  body.home section.main-content {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.main-content {
    padding-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.main-content {
    padding-bottom: 60px;
  }
}
body.home section.main-content *::-moz-selection {
  background: white;
}
body.home section.main-content *::selection {
  background: white;
}
body.home section.main-content .black-teaser {
  height: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  body.home section.main-content .black-teaser {
    padding: 0;
  }
}
body.home section.main-content .black-teaser .image {
  height: 50vw;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.home section.main-content .black-teaser .image {
    height: 27vw;
  }
}
@media (min-width: 1340px) {
  body.home section.main-content .black-teaser .image {
    height: 340px;
  }
}
body.home section.main-content .black-teaser .button {
  align-self: start;
}
body.home section.service {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.home section.service {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.service {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.service {
    margin-top: 60px;
  }
}
body.home section.service a:hover, body.home section.service a:active, body.home section.service a:focus {
  text-decoration: none;
}
body.home section.service .image {
  height: 50vw;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  margin-top: 15px;
}
@media (min-width: 480px) {
  body.home section.service .image {
    margin-top: 20px;
  }
}
@media (min-width: 1340px) {
  body.home section.service .image {
    margin-top: 30px;
  }
}
@media (min-width: 1520px) {
  body.home section.service .image {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  body.home section.service .image {
    margin: 0;
    height: 18vw;
  }
}
@media (min-width: 1340px) {
  body.home section.service .image {
    height: 14vw;
  }
}
body.home section.highlight {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: black;
  color: white;
  /*		.image {

  			@include margin-m(true, true);
  			background-position: center center;
  			background-size: cover;
  			height: 35vw;

  			@media (min-width: $screen-md-min) {
  				height: 30vw;
  			}

  		}*/
}
@media (min-width: 480px) {
  body.home section.highlight {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.highlight {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.highlight {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  body.home section.highlight {
    padding-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.highlight {
    padding-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.highlight {
    padding-top: 60px;
  }
}
@media (min-width: 480px) {
  body.home section.highlight {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.home section.highlight {
    padding-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.home section.highlight {
    padding-bottom: 60px;
  }
}
body.home section.highlight *::-moz-selection {
  background: white;
}
body.home section.highlight *::selection {
  background: white;
}
body.home section.highlight .image {
  display: block;
  text-align: center;
}
body.home section.highlight .disclaimer {
  margin-top: 10px;
}
@media (min-width: 1340px) {
  body.home section.highlight .disclaimer {
    margin-top: 15px;
  }
}
@media (min-width: 1520px) {
  body.home section.highlight .disclaimer {
    margin-top: 20px;
  }
}

/* 
    Created on : 29.06.2018, 12:22:49
    Author     : Philipp Kodicek
*/
body.page-template-page-team-tpl section.teaser h2 {
  margin: 35px 0 25px;
}
body.page-template-page-team-tpl section.departments {
  margin-top: 30px;
  border-bottom: 5px solid #e5e5e5;
}
@media (min-width: 480px) {
  body.page-template-page-team-tpl section.departments {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-team-tpl section.departments {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-team-tpl section.departments {
    margin-top: 60px;
  }
}
body.page-template-page-team-tpl section.departments .department-select {
  padding-bottom: 7px;
  font-family: "Web MINI Sans Serif", Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  /*margin-right: 30px;*/
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  margin-top: 25px;
}
body.page-template-page-team-tpl section.departments .department-select:after {
  content: "";
  position: absolute;
  background: transparent;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  transition: all 0.35s ease-in;
}
body.page-template-page-team-tpl section.departments .department-select:hover:after, body.page-template-page-team-tpl section.departments .department-select.active:after {
  background: black;
}
body.page-template-page-team-tpl section.employees {
  min-height: 300px;
  overflow: hidden;
}
body.page-template-page-team-tpl section.employees .team-department {
  display: none;
  opacity: 0;
}
body.page-template-page-team-tpl section.employees .team-department.active {
  display: block;
  opacity: 1;
}
body.page-template-page-team-tpl section.employees .team-department .employee {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.page-template-page-team-tpl section.employees .team-department .employee {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-team-tpl section.employees .team-department .employee {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-team-tpl section.employees .team-department .employee {
    margin-top: 60px;
  }
}
body.page-template-page-team-tpl section.employees .team-department .employee .image {
  width: 100%;
  height: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  max-width: 442px;
  max-height: 442px;
}
@media (min-width: 480px) {
  body.page-template-page-team-tpl section.employees .team-department .employee .image {
    height: 50vw;
  }
}
@media (min-width: 768px) {
  body.page-template-page-team-tpl section.employees .team-department .employee .image {
    height: 23vw;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-team-tpl section.employees .team-department .employee .image {
    height: 18vw;
  }
}
body.page-template-page-team-tpl section.employees .team-department .employee a {
  color: black;
  border-bottom: 2px solid transparent;
  transition: border 0.25s ease-in;
}
body.page-template-page-team-tpl section.employees .team-department .employee a:hover, body.page-template-page-team-tpl section.employees .team-department .employee a:active, body.page-template-page-team-tpl section.employees .team-department .employee a:focus {
  border-bottom: 2px solid black;
  text-decoration: none;
}
body.page-template-page-team-tpl section.employees .team-department .no-employee {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.page-template-page-team-tpl section.employees .team-department .no-employee {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-team-tpl section.employees .team-department .no-employee {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-team-tpl section.employees .team-department .no-employee {
    margin-top: 60px;
  }
}

/* 
    Created on : 05.07.2018, 16:16:47
    Author     : Philipp Kodicek
*/
body.post-type-archive-news_events article {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.post-type-archive-news_events article {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.post-type-archive-news_events article {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.post-type-archive-news_events article {
    margin-top: 60px;
  }
}
body.post-type-archive-news_events article h2, body.post-type-archive-news_events article h3 {
  margin-top: 0;
}
body.post-type-archive-news_events article img {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  body.post-type-archive-news_events article img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1340px) {
  body.post-type-archive-news_events article img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1520px) {
  body.post-type-archive-news_events article img {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  body.post-type-archive-news_events article img {
    margin: 0;
  }
}
body.post-type-archive-news_events footer {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.post-type-archive-news_events footer {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.post-type-archive-news_events footer {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.post-type-archive-news_events footer {
    margin-top: 60px;
  }
}

/*
    Created on : 11.07.2017, 09:39:54
    Author     : Philipp Kodicek
*/
body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background: black;
  color: white !important;
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    margin-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    margin-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-top: 60px;
  }
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-bottom: 60px;
  }
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl .background--black, body.single-sem_action .background--black {
    padding-left: 60px;
    padding-right: 60px;
  }
}
body.page-template-page-content-tpl .background--black .divider:after, body.single-sem_action .background--black .divider:after {
  background: white;
}
body.page-template-page-content-tpl section.contentblock, body.single-sem_action section.contentblock {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl section.contentblock, body.single-sem_action section.contentblock {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-content-tpl section.contentblock, body.single-sem_action section.contentblock {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl section.contentblock, body.single-sem_action section.contentblock {
    margin-top: 60px;
  }
}
body.page-template-page-content-tpl section.contentblock:first-of-type, body.single-sem_action section.contentblock:first-of-type {
  margin-top: 25px;
}
body.page-template-page-content-tpl section.contentblock:last-of-type, body.single-sem_action section.contentblock:last-of-type {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl section.contentblock:last-of-type, body.single-sem_action section.contentblock:last-of-type {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-content-tpl section.contentblock:last-of-type, body.single-sem_action section.contentblock:last-of-type {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl section.contentblock:last-of-type, body.single-sem_action section.contentblock:last-of-type {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl section.contentblock:last-of-type, body.single-sem_action section.contentblock:last-of-type {
    margin-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-content-tpl section.contentblock:last-of-type, body.single-sem_action section.contentblock:last-of-type {
    margin-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl section.contentblock:last-of-type, body.single-sem_action section.contentblock:last-of-type {
    margin-bottom: 60px;
  }
}
body.page-template-page-content-tpl section.contentblock.text-singlerow .expandable-content, body.page-template-page-content-tpl section.contentblock.text-doublerow .expandable-content, body.single-sem_action section.contentblock.text-singlerow .expandable-content, body.single-sem_action section.contentblock.text-doublerow .expandable-content {
  position: relative;
  height: 0;
  overflow: hidden;
  min-height: 80px;
}
@media (min-width: 480px) {
  body.page-template-page-content-tpl section.contentblock.text-singlerow .expandable-content, body.page-template-page-content-tpl section.contentblock.text-doublerow .expandable-content, body.single-sem_action section.contentblock.text-singlerow .expandable-content, body.single-sem_action section.contentblock.text-doublerow .expandable-content {
    min-height: 130px;
  }
}
body.page-template-page-content-tpl section.contentblock.text-singlerow .expandable-content:after, body.page-template-page-content-tpl section.contentblock.text-doublerow .expandable-content:after, body.single-sem_action section.contentblock.text-singlerow .expandable-content:after, body.single-sem_action section.contentblock.text-doublerow .expandable-content:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
body.page-template-page-content-tpl section.contentblock.text-singlerow .expandable-content.opened:after, body.page-template-page-content-tpl section.contentblock.text-doublerow .expandable-content.opened:after, body.single-sem_action section.contentblock.text-singlerow .expandable-content.opened:after, body.single-sem_action section.contentblock.text-doublerow .expandable-content.opened:after {
  display: none;
}
body.page-template-page-content-tpl section.contentblock.text-singlerow .read-more-button .md-circle-button__text, body.page-template-page-content-tpl section.contentblock.text-doublerow .read-more-button .md-circle-button__text, body.single-sem_action section.contentblock.text-singlerow .read-more-button .md-circle-button__text, body.single-sem_action section.contentblock.text-doublerow .read-more-button .md-circle-button__text {
  display: none;
}
body.page-template-page-content-tpl section.contentblock.text-singlerow .read-more-button .md-circle-button__text.active, body.page-template-page-content-tpl section.contentblock.text-doublerow .read-more-button .md-circle-button__text.active, body.single-sem_action section.contentblock.text-singlerow .read-more-button .md-circle-button__text.active, body.single-sem_action section.contentblock.text-doublerow .read-more-button .md-circle-button__text.active {
  display: block;
}
body.page-template-page-content-tpl section.contentblock.text-singlerow .read-more-button .md-circle-button__icon, body.page-template-page-content-tpl section.contentblock.text-doublerow .read-more-button .md-circle-button__icon, body.single-sem_action section.contentblock.text-singlerow .read-more-button .md-circle-button__icon, body.single-sem_action section.contentblock.text-doublerow .read-more-button .md-circle-button__icon {
  transition: all 0.2s ease-in-out;
}
body.page-template-page-content-tpl section.contentblock.text-singlerow .read-more-button.opened .md-circle-button__icon, body.page-template-page-content-tpl section.contentblock.text-doublerow .read-more-button.opened .md-circle-button__icon, body.single-sem_action section.contentblock.text-singlerow .read-more-button.opened .md-circle-button__icon, body.single-sem_action section.contentblock.text-doublerow .read-more-button.opened .md-circle-button__icon {
  transform: rotate(-180deg);
}
body.page-template-page-content-tpl section.contentblock.text-image .content h2, body.single-sem_action section.contentblock.text-image .content h2 {
  margin-top: 0;
}
body.page-template-page-content-tpl section.contentblock.teaserblock a:not(.teaser-link):hover, body.page-template-page-content-tpl section.contentblock.teaserblock a:not(.teaser-link):active, body.page-template-page-content-tpl section.contentblock.teaserblock a:not(.teaser-link):focus, body.single-sem_action section.contentblock.teaserblock a:not(.teaser-link):hover, body.single-sem_action section.contentblock.teaserblock a:not(.teaser-link):active, body.single-sem_action section.contentblock.teaserblock a:not(.teaser-link):focus {
  text-decoration: none;
}
body.page-template-page-content-tpl section.contentblock.iframeblock iframe, body.single-sem_action section.contentblock.iframeblock iframe {
  border: none;
  width: 100%;
}
body.page-template-page-content-tpl section.contentblock.content-slider .teaser-link, body.single-sem_action section.contentblock.content-slider .teaser-link {
  cursor: pointer;
}
body.page-template-page-content-tpl section.contentblock.content-slider .content, body.single-sem_action section.contentblock.content-slider .content {
  padding: 0 20px;
}
@media (min-width: 768px) {
  body.page-template-page-content-tpl section.contentblock.content-slider .content, body.single-sem_action section.contentblock.content-slider .content {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-content-tpl section.contentblock.content-slider .content h2, body.single-sem_action section.contentblock.content-slider .content h2 {
    margin-top: 0;
  }
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview {
  display: none;
  background: #efefef;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview:first-of-type, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview:first-of-type {
  display: block;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .preview-content, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .preview-content {
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .preview-content, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .preview-content {
    padding: 0 30px 30px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .preview-content, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .preview-content {
    padding: 0 40px 40px;
  }
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .remove-model, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .remove-model {
  display: none;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview.model-selected .remove-model, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview.model-selected .remove-model {
  display: table;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview.model-selected .add-model, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview.model-selected .add-model {
  display: none;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .button, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .model-preview .button {
  margin-bottom: 0 !important;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-previews.no-slider .variants, body.single-sem_action section.contentblock.special-block.vehicles-block .model-previews.no-slider .variants {
  width: 70%;
  margin-bottom: 20px;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail {
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background: transparent;
  transition: background 0.25s ease-out, visibility 0.25s linear 0.25s;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail .close, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail .close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  background: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail .close, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail .close {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
  }
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail .close:before, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail .close:before {
  content: "\e813";
  font-family: "fontello";
  font-size: 15px;
  line-height: 30px;
}
@media (min-width: 768px) {
  body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail .close:before, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail .close:before {
    font-size: 20px;
    line-height: 50px;
  }
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail .overlay, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail .overlay {
  background-color: #f1f1f1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.25s ease-out;
  transform: translateX(100%);
  width: 100%;
  padding: 20px 20px;
  overflow: auto;
}
@media (min-width: 768px) {
  body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail .overlay, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail .overlay {
    width: auto;
    padding: 30px 80px;
  }
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail.opened, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail.opened {
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.5s ease-in, visibility 0.25s linear 0s;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail.opened .overlay, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail.opened .overlay {
  transform: none;
  transition: all 0.5s ease-in;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail .remove-model, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail .remove-model {
  display: none;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail.model-selected .remove-model, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail.model-selected .remove-model {
  display: inline-block;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail.model-selected .add-model, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail.model-selected .add-model {
  display: none;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .model-detail .button, body.single-sem_action section.contentblock.special-block.vehicles-block .model-detail .button {
  margin: 0;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .disclaimers, body.single-sem_action section.contentblock.special-block.vehicles-block .disclaimers {
  margin-top: 30px;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .selection .selected-model, body.single-sem_action section.contentblock.special-block.vehicles-block .selection .selected-model {
  display: none;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .selection .selected-model.model-selected, body.single-sem_action section.contentblock.special-block.vehicles-block .selection .selected-model.model-selected {
  display: block;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .selection .no-model-selected, body.single-sem_action section.contentblock.special-block.vehicles-block .selection .no-model-selected {
  display: none;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .selection.no-selection .no-model-selected, body.single-sem_action section.contentblock.special-block.vehicles-block .selection.no-selection .no-model-selected {
  display: block;
}
body.page-template-page-content-tpl section.contentblock.special-block.vehicles-block .column-count-2, body.single-sem_action section.contentblock.special-block.vehicles-block .column-count-2 {
  -moz-column-count: 2;
       column-count: 2;
}

/* 
    Created on : 17.07.2018, 10:58:48
    Author     : Philipp Kodicek
*/
body.page-template-page-contact-tpl section.contact-data {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  body.page-template-page-contact-tpl section.contact-data {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-contact-tpl section.contact-data {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-contact-tpl section.contact-data {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  body.page-template-page-contact-tpl section.contact-data {
    margin-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-contact-tpl section.contact-data {
    margin-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-contact-tpl section.contact-data {
    margin-bottom: 60px;
  }
}
body.page-template-page-contact-tpl section.contact-data .background {
  padding-top: 30px;
  padding-bottom: 30px;
  background: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 480px) {
  body.page-template-page-contact-tpl section.contact-data .background {
    padding-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-contact-tpl section.contact-data .background {
    padding-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-contact-tpl section.contact-data .background {
    padding-top: 60px;
  }
}
@media (min-width: 480px) {
  body.page-template-page-contact-tpl section.contact-data .background {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  body.page-template-page-contact-tpl section.contact-data .background {
    padding-bottom: 50px;
  }
}
@media (min-width: 1520px) {
  body.page-template-page-contact-tpl section.contact-data .background {
    padding-bottom: 60px;
  }
}
@media (min-width: 480px) {
  body.page-template-page-contact-tpl section.contact-data .background {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.page-template-page-contact-tpl section.contact-data .background ::-moz-selection {
  background: white;
  color: black;
}
body.page-template-page-contact-tpl section.contact-data .background ::selection {
  background: white;
  color: black;
}
body.page-template-page-contact-tpl section.contact-data .data-email a {
  color: white;
}
body.page-template-page-contact-tpl section.contact-data .opening-times {
  /*display: inline-block;*/
  width: 100%;
}
body.page-template-page-contact-tpl section.contact-data .opening-times .select {
  margin-bottom: 20px;
}
body.page-template-page-contact-tpl section.contact-data #google-maps {
  margin-top: 40px;
  color: black;
}
body.page-template-page-contact-tpl section.contact-data #google-maps .gm-style-iw h3 {
  margin: 10px 0;
  font-size: 22px;
}

/* 
    Created on : 11.07.2018, 15:50:35
    Author     : Philipp Kodicek
*/
body.single-sem_action section.content .price-with-disclaimer {
  margin-bottom: 5px;
}
@media (min-width: 1340px) {
  body.single-sem_action section.content .price-with-disclaimer {
    margin-bottom: 10px;
  }
}
body.single-sem_action section.content .footer_text {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  body.single-sem_action section.content .footer_text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1340px) {
  body.single-sem_action section.content .footer_text {
    margin-bottom: 30px;
  }
}
@media (min-width: 1520px) {
  body.single-sem_action section.content .footer_text {
    margin-bottom: 40px;
  }
}
body.single-sem_action section.other-offers {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.single-sem_action section.other-offers {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.single-sem_action section.other-offers {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.single-sem_action section.other-offers {
    margin-top: 60px;
  }
}
body.single-sem_action section.other-offers a, body.single-sem_action section.other-offers a:hover, body.single-sem_action section.other-offers a:active, body.single-sem_action section.other-offers a:focus {
  text-decoration: none;
}

/* 
    Created on : 26.07.2018, 15:23:23
    Author     : Philipp Kodicek
*/
body.tax-offer_type section.offers .offer {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.tax-offer_type section.offers .offer {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.tax-offer_type section.offers .offer {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.tax-offer_type section.offers .offer {
    margin-top: 60px;
  }
}
body.tax-offer_type section.offers .offer h3 {
  margin-top: 0;
}
body.tax-offer_type section.offers .offer .price-with-disclaimer {
  margin-bottom: 10px;
}
body.tax-offer_type section.offers .offer strong {
  font-weight: bold;
  font-family: "Web MINI Serif Bold", serif;
}
body.tax-offer_type section.offers .offer .teaser-link {
  margin-bottom: 20px;
}
body.tax-offer_type section.offers .offer img {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  body.tax-offer_type section.offers .offer img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1340px) {
  body.tax-offer_type section.offers .offer img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1520px) {
  body.tax-offer_type section.offers .offer img {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  body.tax-offer_type section.offers .offer img {
    margin: 0;
  }
}

/* 
    Created on : 29.06.2018, 12:22:49
    Author     : Philipp Kodicek
*/
body.tax-service_type section.intro {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.tax-service_type section.intro {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.tax-service_type section.intro {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.tax-service_type section.intro {
    margin-top: 60px;
  }
}
body.tax-service_type section.services .service {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.tax-service_type section.services .service {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.tax-service_type section.services .service {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.tax-service_type section.services .service {
    margin-top: 60px;
  }
}
body.tax-service_type section.services .service h3 {
  margin-top: 0;
}
body.tax-service_type section.services .service .price-with-disclaimer {
  margin-bottom: 10px;
}
body.tax-service_type section.services .service img {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  body.tax-service_type section.services .service img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1340px) {
  body.tax-service_type section.services .service img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1520px) {
  body.tax-service_type section.services .service img {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  body.tax-service_type section.services .service img {
    margin: 0;
  }
}
body.tax-service_type section.services .service strong {
  /*				font-size: 25px;
  				line-height: 25px;*/
  font-weight: normal;
  /*font-family: $font-serif-bold;*/
}
body.tax-service_type footer {
  margin-top: 30px;
}
@media (min-width: 480px) {
  body.tax-service_type footer {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  body.tax-service_type footer {
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  body.tax-service_type footer {
    margin-top: 60px;
  }
}

.h-100 &gt; a {
  min-height: 0.1rem;
}

.select {
  height: 35px;
  overflow: hidden;
  /*border: 2px solid white;*/
  line-height: 31px;
  position: relative;
  cursor: pointer;
}
.select:after {
  content: "\e804";
  font-family: "fontello";
  font-size: 35px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  color: black;
  background: white;
  z-index: 150;
  transition: all 0.35s ease-in-out;
}
.select.single-option {
  cursor: default;
}
.select.single-option:after {
  display: none;
}
.select .option {
  display: none;
  padding: 0 35px 0 20px;
  transition: background 0.35s ease-in;
  border: 2px solid white;
  height: 35px;
  overflow: hidden;
}
.select .option.selected {
  display: block;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}
.select.select-option {
  overflow: visible;
}
.select.select-option:after {
  content: "\e80a";
}
.select.select-option .option {
  display: block;
  background: black;
  position: relative;
  z-index: 100;
  border-color: white;
  border-left: 2px solid;
  border-right: 2px solid;
  border-top: none;
  border-bottom: none;
}
.select.select-option .option.selected, .select.select-option .option:hover {
  background: #e5e5e5;
  color: black;
  border-color: white;
}
.select.select-option .option:first-of-type {
  border-top: 2px solid white;
}
.select.select-option .option:last-of-type {
  border-bottom: 2px solid white;
}
.select.select-black:after {
  background: black;
  color: white;
}
.select.select-black .option {
  background: white;
  color: black;
  border-color: black;
}
.select.select-black .option:hover {
  background: #f1f1f1;
  color: black;
  border-color: black;
}
.select.select-black.select-option .option.selected {
  background: #f1f1f1;
}
.select.select-black.select-option .option {
  border-color: black;
}

.popover {
  border: 1px solid black;
  box-shadow: 0px 0px 2px 0px black;
  background: white;
  margin-left: 10px;
  max-width: 50%;
}
.popover .title {
  color: white;
  background: black;
  padding: 5px 38px 5px 10px;
  position: relative;
}
.popover .close:after {
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: "fontello";
  content: "\e813";
  cursor: pointer;
}
.popover .popover-body {
  padding: 5px 10px;
  font-size: 10px;
}
@media (min-width: 480px) {
  .popover .popover-body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .popover .popover-body {
    font-size: 16px;
  }
}

.slick-navigation--bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.slick-navigation--bottom-arrow .slick-button-prev, .slick-navigation--bottom-arrow .slick-button-next {
  display: inline-block;
  vertical-align: top;
  font-family: "fontello";
  color: white;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin: 0 15px;
  /*					@media (min-width: $screen-xl-min) {
  			margin: 0 40px;
  		}*/
}
@media (min-width: 480px) {
  .slick-navigation--bottom-arrow .slick-button-prev, .slick-navigation--bottom-arrow .slick-button-next {
    margin: 0 20px;
  }
}
@media (min-width: 1340px) {
  .slick-navigation--bottom-arrow .slick-button-prev, .slick-navigation--bottom-arrow .slick-button-next {
    margin: 0 30px;
  }
}
.slick-navigation--bottom-arrow .slick-button-prev:before {
  content: "\e806";
}
.slick-navigation--bottom-arrow .slick-button-next:before {
  content: "\e808";
}
.slick-navigation--bottom-arrow .slick-navigation-dots {
  display: inline-block;
  vertical-align: top;
}
.slick-navigation--bottom-arrow .slick-navigation-dots .dots {
  padding: 0;
  list-style: none;
}
.slick-navigation--bottom-arrow .slick-navigation-dots .dots li {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  margin: 0 0 0 9px;
}
.slick-navigation--bottom-arrow .slick-navigation-dots .dots li button {
  font-size: 0;
  width: 4px;
  height: 4px;
  background: white;
  padding: 0;
  margin: 8px 0;
  border: none;
  border-radius: 50%;
}
.slick-navigation--bottom-arrow .slick-navigation-dots .dots li button:active, .slick-navigation--bottom-arrow .slick-navigation-dots .dots li button:focus {
  outline: none;
}
.slick-navigation--bottom-arrow .slick-navigation-dots .dots li:first-of-type {
  margin-left: 0;
}
.slick-navigation--bottom-arrow .slick-navigation-dots .dots li.slick-active button {
  border: 2px solid white;
  background: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 5px 0;
}

/*# sourceMappingURL=style.css.map*/</pre></body></html>