/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Neutralize styling:
   Elements we want to clean out entirely: */
html,
body,
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Neutralize styling:
   Elements with a vertical margin: */
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
address {
  margin: 0;
  padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li,
dd,
blockquote {
  margin-left: 1.5em;
}
/**
 * default smooster related css.
 */
img {
  vertical-align: bottom;
}
img[align=left] {
  margin: .30em 1em 0 0;
}
img[align=right] {
  margin: .30em 0 0 1em;
}
input,
button {
  cursor: pointer;
}
ul li {
  min-height: 1em;
}
p ul,
p ol {
  font-size: inherit;
}
.clearfix {
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
  margin: .30em 1em 0 0;
  clear: right;
}
.pull-left {
  float: left;
  margin: .30em 1em 0 0;
  clear: left;
}
/* delete or comment what you don't need */
/* end config */
/* typo */
body,
input,
select,
textarea,
button {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  @brand Black;
}
abbr,
acronym,
dfn {
  font-variant: normal;
  border-bottom: 1px solid #E5E5E5;
  cursor: help;
}
h1,
h2 {
  font-size: 1.5em;
  color: #a40f17;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  font-size: .9em;
  margin-bottom: 1em;
  font-weight: 400;
  text-transform: lowercase;
}
h4 {
  font-size: 1em;
  margin-bottom: 1.33em;
}
h5 {
  font-size: 0.83em;
  margin-bottom: 1.67em;
}
h6 {
  font-size: 0.67em;
  margin-bottom: 2.33em;
}
a,
a:visited,
a:focus,
a:link,
button,
button:visited,
button:focus,
button:link {
  outline: none;
}
a {
  text-decoration: underline;
  color: #000000;
}
hr {
  border-bottom: 1px solid #b5b6b7;
  border-top: none;
  border-left-width: none;
  border-right-width: none;
}
strong,
b {
  font-weight: bold;
}
small {
  font-size: 82%;
  line-height: 130%;
}
p,
ul,
ol {
  margin-bottom: 1.33em;
}
ul ul,
ol ol {
  margin-bottom: inherit;
  font-size: inherit;
}
/* Layout Basics */
.row {
  zoom: 1;
  display: block;
}
.row:before,
.row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.row:after {
  clear: both;
}
.row .col-1-2,
.row .col-2-2 {
  width: 50%;
  float: left;
}
.row .col-1-3,
.row .col-2-3,
.row .col-3-3 {
  width: 33.3%;
  float: left;
}
.red {
  color: #a40f17;
}
.black {
  color: #000000;
}
.headline {
  border-top: 1px solid #b5b6b7;
  border-bottom: 1px solid #b5b6b7;
  padding: 17px 0 3px 0;
  margin-bottom: 20px;
}
.hidden-desktop {
  display: none;
}
@media screen and (max-width:667px) {
  .hidden-desktop {
    display: block;
  }
}
#red-bar {
  position: absolute;
  bottom: 12px;
  height: 7px;
  width: 80px;
  left: 0;
  display: block;
  background-color: #a40f17;
  transition: all 0.3s;
  /* explorer 10 */
  -webkit-transition: all 0.3s;
  /* chrome & safari */
  -moz-transition: all 0.3s;
  /* firefox */
  -o-transition: all 0.3s;
  /* opera */
}
@media screen and (max-width:667px), screen and (max-width: 1024px) {
  #red-bar {
    display: none;
  }
}
/* Layout */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
#wrapper {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width:667px) {
  #wrapper {
    max-width: 100%;
  }
}
header {
  padding-top: 46px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:667px) {
  header .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
header .row .col-1-2-header {
  width: 75%;
  position: relative;
}
@media screen and (max-width:667px) {
  header .row .col-1-2-header {
    width: 100%;
  }
}
header .row .col-1-2-header nav {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  header .row .col-1-2-header nav {
    margin-top: 27px;
  }
}
@media screen and (max-width:667px) {
  header .row .col-1-2-header nav {
    display: none;
    margin-top: 25px;
  }
}
header .row .col-1-2-header nav ul {
  list-style: none;
}
header .row .col-1-2-header nav ul li {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width:667px) {
  header .row .col-1-2-header nav ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 13px;
  }
}
header .row .col-1-2-header nav ul li a {
  text-transform: uppercase;
  color: #000000;
  font-size: .9em;
  padding-right: 9px;
  text-decoration: none;
}
@media screen and (max-width:667px), screen and (max-width: 736px) and (orientation: landscape) {
  header .row .col-1-2-header nav ul li a:hover,
  header .row .col-1-2-header nav ul li a.active {
    border-bottom: 2px solid #a40f17;
  }
}
header .row .col-1-2-header nav ul li:first-child {
  margin-left: 0px;
}
header .row .col-1-2-header #mobile-navi {
  border-top: 1px solid #b5b6b7;
  border-bottom: 1px solid #b5b6b7;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
header .row .col-1-2-header #mobile-navi .row {
  display: block;
}
header .row .col-1-2-header #mobile-navi .col-1-2-mobilenavi {
  width: 50%;
  height: 27px;
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  header .row .col-1-2-header #mobile-navi .col-1-2-mobilenavi {
    width: 50%;
  }
}
header .row .col-1-2-header #mobile-navi .col-2-2-mobilenavi {
  width: 50%;
  text-align: right;
  vertical-align: middle;
  height: 27px;
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  header .row .col-1-2-header #mobile-navi .col-2-2-mobilenavi {
    width: 50%;
  }
}
header .row .col-1-2-header #mobile-navi .col-2-2-mobilenavi p {
  text-transform: uppercase;
  font-size: 0.750em;
  margin-bottom: 0px;
  line-height: 2.3em;
}
header .row .col-2-2-header {
  width: 25%;
  text-align: right;
}
header .row .col-2-2-header img {
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width:667px) {
  header .row .col-2-2-header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  header .row .col-2-2-header img {
    width: 100%;
    max-width: 220px;
  }
}
header .slider-wrapper {
  width: 100%;
  height: 392px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  header .slider-wrapper {
    height: 29vh;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  header .slider-wrapper {
    height: 53vh;
  }
}
@media screen and (max-width:667px) {
  header .slider-wrapper {
    height: 20vh;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  header .slider-wrapper {
    height: 68vh;
  }
}
@media screen and (max-width:667px), screen and (max-width: 1024px) {
  header .slider-wrapper article {
    background-size: cover;
  }
}
header .slider-wrapper .slider .slider__arrows-item {
  width: 20px;
}
@media screen and (max-width:667px) {
  header .slider-wrapper .slider .slider__arrows-item {
    display: none;
  }
}
header .slider-wrapper .slider .slider__arrows-item img {
  width: 100%;
}
header .slider-wrapper .slider .slider__arrows-item--left {
  left: 0;
  transform: rotate(-90deg);
}
header .slider-wrapper .slider .slider__arrows-item--right {
  right: 0;
  transform: rotate(90deg);
}
header .slider-wrapper .slider .slider__nav {
  display: none;
}
header .slider-wrapper .nav {
  cursor: pointer;
  position: absolute;
  width: 20px;
  top: 297.5px;
}
header .slider-wrapper .nav img {
  width: 100%;
}
header .slider-wrapper .nav.left-nav {
  left: 0;
  transform: rotate(-90deg);
}
header .slider-wrapper .nav.right-nav {
  right: 0;
  transform: rotate(90deg);
}
header #map,
header .map {
  height: 392px;
  margin: 0 auto 0 auto;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid white !important;
}
@media screen and (max-width: 1024px) {
  header #map,
  header .map {
    height: 29vh;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  header #map,
  header .map {
    height: 53vh;
  }
}
@media screen and (max-width:667px) {
  header #map,
  header .map {
    height: 33vh;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  header #map,
  header .map {
    height: 67vh;
  }
}
main .row {
  margin-bottom: 60px;
}
@media screen and (max-width:667px) {
  main .row {
    margin-bottom: 0;
  }
}
main .row .col-1-3,
main .row .col-2-3,
main .row .col-3-3,
main .row .col-2-2-sub {
  width: 32%;
}
main .row .col-1-3 img,
main .row .col-2-3 img,
main .row .col-3-3 img,
main .row .col-2-2-sub img {
  width: 100%;
  max-width: 313px;
  border-bottom: 1px solid #b5b6b7;
  padding-bottom: 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 13px;
}
@media screen and (max-width:667px) {
  main .row .col-1-3 img,
  main .row .col-2-3 img,
  main .row .col-3-3 img,
  main .row .col-2-2-sub img {
    max-width: 100%;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  main .row .col-1-3 img,
  main .row .col-2-3 img,
  main .row .col-3-3 img,
  main .row .col-2-2-sub img {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    max-width: 313px;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  main .row .col-1-3 .teaser,
  main .row .col-2-3 .teaser,
  main .row .col-3-3 .teaser,
  main .row .col-2-2-sub .teaser {
    border-bottom: 1px solid #b5b6b7;
    padding-bottom: 19px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 13px;
  }
}
main .row .col-1-3 address,
main .row .col-2-3 address,
main .row .col-3-3 address,
main .row .col-2-2-sub address {
  font-style: normal;
  font-size: .9em;
}
main .row .col-1-3 address a,
main .row .col-2-3 address a,
main .row .col-3-3 address a,
main .row .col-2-2-sub address a {
  color: #000000;
}
main .row .col-1-3 .googlemaps-icon,
main .row .col-2-3 .googlemaps-icon,
main .row .col-3-3 .googlemaps-icon,
main .row .col-2-2-sub .googlemaps-icon {
  margin-top: 46px;
}
@media screen and (max-width:667px) {
  main .row .col-1-3 .googlemaps-icon,
  main .row .col-2-3 .googlemaps-icon,
  main .row .col-3-3 .googlemaps-icon,
  main .row .col-2-2-sub .googlemaps-icon {
    margin-top: 26px;
  }
}
main .row .col-1-3 .googlemaps-icon ul,
main .row .col-2-3 .googlemaps-icon ul,
main .row .col-3-3 .googlemaps-icon ul,
main .row .col-2-2-sub .googlemaps-icon ul {
  list-style-type: none;
  margin-bottom: 27px;
}
main .row .col-1-3 .googlemaps-icon ul a li,
main .row .col-2-3 .googlemaps-icon ul a li,
main .row .col-3-3 .googlemaps-icon ul a li,
main .row .col-2-2-sub .googlemaps-icon ul a li {
  margin-left: 0px;
  margin-bottom: 10px;
}
main .row .col-1-3 .googlemaps-icon ul a li img,
main .row .col-2-3 .googlemaps-icon ul a li img,
main .row .col-3-3 .googlemaps-icon ul a li img,
main .row .col-2-2-sub .googlemaps-icon ul a li img {
  width: 19px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
main .row .col-1-3 .googlemaps-icon ul .icons:after,
main .row .col-2-3 .googlemaps-icon ul .icons:after,
main .row .col-3-3 .googlemaps-icon ul .icons:after,
main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
  border-bottom: 1px solid #b5b6b7;
  content: '';
  width: 91%;
  display: inline-block;
  margin-left: 8px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1024px) {
  main .row .col-1-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-3 .googlemaps-icon ul .icons:after,
  main .row .col-3-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 87%;
  }
}
@media screen and (max-width:667px) {
  main .row .col-1-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-3 .googlemaps-icon ul .icons:after,
  main .row .col-3-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 90%;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  main .row .col-1-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-3 .googlemaps-icon ul .icons:after,
  main .row .col-3-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 94%;
  }
}
@media screen and (max-width:667px), screen and (max-width: 736px) and (orientation: landscape) {
  main .row .col-1-3,
  main .row .col-2-3,
  main .row .col-3-3,
  main .row .col-2-2-sub {
    width: 100%;
    margin-bottom: 40px;
  }
}
main .row .col-1-3,
main .row .col-2-3 {
  margin-right: 19px;
}
@media screen and (max-width: 1024px) {
  main .row .col-1-3,
  main .row .col-2-3 {
    margin-right: 14px;
  }
}
@media screen and (max-width:667px) {
  main .row .col-1-3,
  main .row .col-2-3 {
    margin-right: 0;
  }
}
main .row .col-3-3,
main .row .col-2-2-sub {
  position: relative;
}
main .row .col-3-3 .googlemaps-icon ul .icons:after,
main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
  width: 54%;
}
@media screen and (max-width: 1024px) {
  main .row .col-3-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 87%;
  }
}
@media screen and (max-width:667px) {
  main .row .col-3-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 91%;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  main .row .col-3-3 .googlemaps-icon ul .icons:after,
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 91%;
  }
}
main .row .col-3-3 #marek-stempel,
main .row .col-2-2-sub #marek-stempel {
  position: absolute;
  width: 115px;
  right: 0;
  bottom: -53px;
}
@media screen and (max-width:667px), screen and (max-width: 1024px) {
  main .row .col-3-3 #marek-stempel,
  main .row .col-2-2-sub #marek-stempel {
    width: 85px;
    bottom: -31px;
  }
}
main .row .col-3-3 #marek-stempel img,
main .row .col-2-2-sub #marek-stempel img {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 59%;
  }
}
@media screen and (max-width:667px) {
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 70%;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  main .row .col-2-2-sub .googlemaps-icon ul .icons:after {
    width: 84%;
  }
}
main .row .col-1-2-sub {
  width: 70%;
  margin-right: 19px;
}
main .row .col-1-2-sub p {
  line-height: 1.6em;
}
main .row .col-1-2-sub p img {
  max-width: 100%;
}
main .row .col-1-2-sub p a {
  color: #000000;
}
main .row .col-1-2-sub ul li {
  list-style-type: none;
  position: relative;
  padding-left: 13px;
  margin-left: 0;
}
main .row .col-1-2-sub ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #a40f17;
  border-radius: 50%;
  left: 0;
  top: 9px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  main .row .col-1-2-sub {
    width: 69%;
  }
}
@media screen and (max-width:667px) {
  main .row .col-1-2-sub {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width:667px) {
  main .row .col-1-2-sub .referenzen .row .col-1-2,
  main .row .col-1-2-sub .referenzen .row .col-2-2 {
    width: 100%;
  }
}
.tabelle-small .row,
.tabelle-big .row {
  margin-bottom: 5px;
}
.tabelle-small .row .col-1-2,
.tabelle-big .row .col-1-2 {
  width: 10%;
}
@media screen and (max-width:667px) {
  .tabelle-small .row .col-1-2,
  .tabelle-big .row .col-1-2 {
    width: 100%;
  }
}
.tabelle-small .row .col-2-2,
.tabelle-big .row .col-2-2 {
  width: 90%;
}
@media screen and (max-width:667px) {
  .tabelle-small .row .col-2-2,
  .tabelle-big .row .col-2-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.tabelle-small .row .col-1-2 p,
.tabelle-big .row .col-1-2 p,
.tabelle-small .row .col-2-2 p,
.tabelle-big .row .col-2-2 p {
  margin-bottom: 0;
}
.tabelle-big .row .col-1-2 {
  width: 15%;
}
@media screen and (max-width:667px) {
  .tabelle-big .row .col-1-2 {
    width: 100%;
  }
}
.tabelle-big .row .col-2-2 {
  width: 85%;
}
@media screen and (max-width:667px) {
  .tabelle-big .row .col-2-2 {
    width: 100%;
  }
}
main .row .col-1-2-sub form {
  margin-top: 50px;
}
main .row .col-1-2-sub form:after {
  content: '';
  display: block;
  clear: both;
}
main .row .col-1-2-sub form .breaking {
  display: none;
}
@media screen and (max-width:667px), screen and (max-width: 736px) and (orientation: landscape), screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: landscape) {
  main .row .col-1-2-sub form .breaking {
    display: block;
  }
}
main .row .col-1-2-sub form label {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:667px) {
  main .row .col-1-2-sub form label {
    font-size: 1rem;
    line-height: 24px;
  }
}
main .row .col-1-2-sub form label.check {
  width: auto;
  max-width: none;
  margin-right: 35px;
}
@media screen and (max-width:667px) {
  main .row .col-1-2-sub form label.check {
    min-width: 54px;
    margin-right: 0px;
  }
  main .row .col-1-2-sub form label.check input {
    margin-right: 10px;
  }
}
@media screen and (max-width:667px) {
  main .row .col-1-2-sub form > label:first-child {
    min-width: 54px;
  }
}
main .row .col-1-2-sub form input[type='text'],
main .row .col-1-2-sub form input[type='email'],
main .row .col-1-2-sub form textarea {
  width: 79%;
  min-width: 150px;
  box-sizing: border-box;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #b5b6b7;
  margin-bottom: 20px;
  height: 30px;
}
@media screen and (max-width:667px) {
  main .row .col-1-2-sub form input[type='text'],
  main .row .col-1-2-sub form input[type='email'],
  main .row .col-1-2-sub form textarea {
    width: 100%;
  }
}
main .row .col-1-2-sub form textarea {
  height: 130px;
}
main .row .col-1-2-sub form input[type='checkbox'] {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #b5b6b7;
  border-radius: 0;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width:667px), screen and (max-width: 736px) and (orientation: landscape), screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: landscape) {
  main .row .col-1-2-sub form input[type='checkbox'] {
    width: 25px;
    height: 25px;
  }
}
main .row .col-1-2-sub form #submit-wrap {
  /* width: 80px; */
  text-align: center;
  margin-left: 20%;
}
@media screen and (max-width:667px) {
  main .row .col-1-2-sub form #submit-wrap {
    width: 100%;
    margin-left: 0;
  }
}
main .row .col-1-2-sub form #submit-wrap:after {
  content: '';
  display: block;
  clear: both;
}
main .row .col-1-2-sub form input[type="submit"] {
  background-color: #b5b6b7;
  color: #fff;
  border-radius: none !important;
  border: none;
  text-align: center;
  text-transform: uppercase;
  margin-left: 3px;
  margin-bottom: 15px;
  display: block;
  padding-bottom: 2px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:667px) {
  main .row .col-1-2-sub form input[type="submit"] {
    margin-left: 0;
  }
}
main .row .col-2-2-sub {
  width: 28%;
}
main .row .col-2-2-sub p {
  line-height: 1.6em;
}
main .row .col-2-2-sub p a {
  color: #000000;
}
@media screen and (max-width:667px) {
  main .row .col-2-2-sub {
    width: 100%;
    margin-top: 60px;
  }
}
main #socialmedia {
  margin-bottom: 15px;
}
@media screen and (max-width:667px) {
  main #socialmedia {
    text-align: center;
  }
}
main #socialmedia ul {
  list-style-type: none;
}
main #socialmedia ul li {
  display: inline-block;
  margin-left: 7px;
}
main #socialmedia ul li img {
  width: 30px;
}
main #socialmedia ul li:first-child {
  margin-left: 0px;
}
footer {
  padding-top: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-row {
  border-top: 1px solid #b5b6b7;
  padding-top: 10px;
}

footer .row .col-1-2-footer {
  width: 80%;
}
@media screen and (max-width:667px) {
  footer .row .col-1-2-footer {
    width: 100%;
    text-align: center;
  }
}
footer .row .col-1-2-footer ul {
  list-style-type: none;
}
footer .row .col-1-2-footer ul li {
  display: inline-block;
  margin-left: 25px;
}
footer .row .col-1-2-footer ul li a {
  color: #000000;
  font-size: .9em;
  text-decoration: none;
}
footer .row .col-1-2-footer ul li a:hover {
  color: #a40f17;
}
footer .row .col-1-2-footer ul li:first-child {
  margin-left: 0;
}
footer .row .col-2-2-footer {
  width: 20%;
  text-align: right;
}
@media screen and (max-width:667px) {
  footer .row .col-2-2-footer {
    width: 100%;
    text-align: center;
  }
}
footer .row .col-2-2-footer p {
  font-size: .9em;
}
.mac main .row .col-1-2-sub form input[type="submit"] {
  padding-top: 2px;
}
.mac main .row .col-1-2-sub form input[type='checkbox'] {
  margin-right: 10px;
}
.ios_safari main .row .col-1-2-sub form input[type='checkbox'] {
  margin-right: 10px;
}





header .menu .current-menu-item a {
  border-bottom: 6px solid #a40f17;
}

#swipebox-close {
  background-image: url('../images/swipebox-icons.svg') !important;
}