/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: LibreFranklin;
  font-style: normal;
  font-weight: 400;
  src: local("LibreFranklin Regular"), local("LibreFranklin-Regular"), url(/files/fonts/LibreFranklin/LibreFranklin-Regular.ttf) format("truetype"); }

@font-face {
  font-family: LibreFranklin;
  font-style: normal;
  font-weight: 300;
  src: local("LibreFranklin Light"), local("LibreFranklin-Light"), url(/files/fonts/LibreFranklin/LibreFranklin-Light.ttf) format("truetype"); }

@font-face {
  font-family: LibreFranklin;
  font-style: normal;
  font-weight: 700;
  src: local("LibreFranklin Bold"), local("LibreFranklin-Bold"), url(/files/fonts/LibreFranklin/LibreFranklin-Bold.ttf) format("truetype"); }

@font-face {
  font-family: LibreFranklin;
  font-style: normal;
  font-weight: 800;
  src: local("LibreFranklin ExtraBold"), local("LibreFranklin-ExtraBold"), url(/files/fonts/LibreFranklin/LibreFranklin-ExtraBold.ttf) format("truetype"); }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700; }

h1 {
  font-size: 2em; }

h2 {
  padding-bottom: 40px;
  margin-top: 40px; }

h3 {
  margin-bottom: 20px;
  font-weight: 700; }

strong {
  font-weight: 700; }

body {
  font-size: 16px;
  color: black; }

p,
li {
  font: 300 1em LibreFranklin;
  line-height: 120%; }

h1 {
  font: bolder 2em LibreFranklin; }

h2 {
  font-family: LibreFranklin;
  font-weight: 800;
  font-size: 2.2em; }

h3 {
  font: 1em LibreFranklin;
  font-weight: 300;
  position: relative; }

a {
  color: #26b9d1; }

.btn-primary {
  border-radius: 0;
  border-color: #26b9d1;
  padding: 5px 10px;
  background-color: #26b9d1;
  font-family: LibreFranklin;
  font-size: 1.2em;
  font-weight: 300;
  transition: border-color 0.3s, background-color 0.3s; }
  .btn-primary:visited, .btn-primary:focus {
    border-color: #26b9d1;
    background-color: #26b9d1; }
  .btn-primary:hover {
    border-color: #3B3B3B;
    background-color: #3B3B3B; }
  .btn-primary.big {
    padding: 15px 30px;
    margin: 10px 0 40px;
    font-size: 1.2em;
    font-family: LibreFranklin;
    font-weight: 300; }

.max-width {
  max-width: 990px; }

h3::before {
  content: '  ';
  background-color: #26b9d1;
  height: 5px;
  width: 60px;
  position: absolute;
  bottom: 35px; }

#divider_beauftragen {
  position: relative;
  margin-top: 35px;
  padding-bottom: 20px; }
  #divider_beauftragen ::before {
    content: '  ';
    background-color: #26b9d1;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 120%; }

#divider_inserate {
  position: relative; }
  #divider_inserate::before {
    content: '  ';
    background-color: #26b9d1;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 90%; }

#divider_referenzen {
  position: relative; }
  #divider_referenzen::before {
    content: '  ';
    background-color: #26b9d1;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 90%; }

#divider_kontakt {
  position: relative; }
  #divider_kontakt::before {
    content: '  ';
    background-color: #26b9d1;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 55px; }

#logo {
  height: 100px; }

#navbar {
  margin-top: 60px;
  transition: all 0.3s;
  border-radius: 0; }

.navbar-nav > li {
  color: #26b9d1;
  border-bottom: transparent 5px solid;
  transition: border-color 0.2s; }
  .navbar-nav > li:hover {
    border-color: #26b9d1; }
  .navbar-nav > li a {
    transition: color 0.2s; }

.navbar-default .navbar-nav > li > a {
  padding-bottom: 10px;
  color: white !important; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #26b9d1 !important; }
  .navbar-default .navbar-nav > li > a:visited {
    color: white; }

.navbar-nav > li > a {
  color: white; }

a.navbar-brand {
  height: 110px;
  transition: width 0.3s, height 0.3s;
  content: url("/files/img/logo.svg"); }

nav.navbar.navbar-default {
  height: 110px;
  background-color: #3B3B3B;
  border: none;
  margin-bottom: 0; }

#stickynav {
  border-radius: 0;
  top: 0;
  transition: all 0.3s;
  position: fixed;
  background-color: #3B3B3B;
  z-index: 100;
  width: 100%;
  height: 110px;
  padding-bottom: 14px; }

nav.navbar.shrink {
  height: 110px;
  /*
  @media(min-width: 992px) {
    ul#navbar.nav.navbar-nav.navbar-right {
      margin-top: 55px;
    }
  }
*/ }
  nav.navbar.shrink a.navbar-brand {
    width: 150px;
    padding: 0 15px;
    height: 103px; }
  nav.navbar.shrink .navbar-nav > li > a {
    padding-bottom: 9px;
    color: white !important; }
    nav.navbar.shrink .navbar-nav > li > a:hover {
      color: #26b9d1 !important; }
  nav.navbar.shrink img#logo {
    height: 50px;
    margin-top: -10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  nav.navbar.shrink#stickynav {
    height: 110px; }

section.slider_home {
  min-height: 100vh;
  position: relative; }
  section.slider_home .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2; }
    section.slider_home .overlay .container {
      height: 100vh;
      align-items: center;
      display: flex; }
      @media (max-width: 576px) {
        section.slider_home .overlay .container {
          height: 90vh; } }
    section.slider_home .overlay .big-white {
      display: block;
      text-transform: uppercase;
      font-size: 54px;
      font-family: LibreFranklin;
      font-weight: 800;
      line-height: 63px;
      color: white;
      margin-bottom: 20px;
      text-shadow: 2px 2px 12px #333; }
      @media (max-width: 576px) {
        section.slider_home .overlay .big-white {
          font-size: 36px;
          line-height: 45px; } }
      @media (max-width: 340px) {
        section.slider_home .overlay .big-white {
          font-size: 30px;
          line-height: 39px; } }
  section.slider_home .glide {
    position: relative;
    width: 100%;
    height: 100vh; }
    @media (max-width: 576px) {
      section.slider_home .glide {
        height: 90vh; } }
    section.slider_home .glide .glide__slide {
      height: 100vh; }
      section.slider_home .glide .glide__slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media (max-width: 576px) {
          section.slider_home .glide .glide__slide img {
            height: 90vh; } }
    section.slider_home .glide .glide__slides {
      height: 100vh;
      transform: none !important;
      width: auto !important;
      display: grid;
      grid-template-areas: 'slide'; }
      @media (max-width: 576px) {
        section.slider_home .glide .glide__slides {
          height: 90vh; } }
    section.slider_home .glide .glide__slide {
      position: relative;
      opacity: 0;
      transition: opacity 0.5s ease;
      grid-area: slide;
      margin: 0 !important; }
      section.slider_home .glide .glide__slide:before {
        display: none; }
    section.slider_home .glide .glide__slide--active {
      z-index: 1;
      opacity: 1; }

.glide__arrow--left {
  left: 0.8em !important; }

.glide__arrow--right {
  right: 0.8em !important; }

@media (max-width: 1200px) {
  .glide__arrow {
    top: 90% !important; } }

#hero_image_content {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0; }
  body.message #hero_image_content {
    bottom: 50%;
    transform: translateY(50%); }
    body.message #hero_image_content h1 {
      font-size: 5em;
      margin: 10px; }
    body.message #hero_image_content h2 {
      font-size: 3em;
      color: white;
      text-align: center; }
    body.message #hero_image_content p {
      font-size: 1.2em; }

#hero_image {
  margin-top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
  background-color: black;
  position: relative; }
  #hero_image .blur {
    filter: blur(5px);
    height: 100%;
    opacity: 0.5;
    background: inherit; }
  #hero_image p {
    color: white;
    text-align: center;
    margin-top: -15px;
    padding-bottom: 35px;
    font: 200 1em LibreFranklin;
    font-size: 1.2em; }
  #hero_image h1 {
    color: white;
    text-align: center;
    font-size: 1.25em; }
  #hero_image .row {
    width: 90%;
    margin: 0 auto;
    margin-top: 28%; }
  #hero_image a {
    background-color: #26b9d1;
    color: white;
    padding: 12px;
    font-size: 0.8em; }
  #hero_image a:hover {
    text-decoration: none;
    background-color: #333; }
  #hero_image a:after {
    content: ' \f0e0';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: 20px; }

#WarumWir {
  margin-bottom: 8px; }
  #WarumWir .paddingenabler {
    padding-bottom: 40; }
  #WarumWir #portrait {
    float: right;
    margin-bottom: -20px; }

.service {
  background-color: #e6e6e6;
  padding: 15px 0px; }
  .service #Leistungsspektrum p {
    font-family: LibreFranklin;
    font-weight: 300;
    font-size: 1em; }

#Leistungsspektrum .col-md-6 {
  margin-bottom: 25px; }

.text a {
  color: white;
  background-color: #26b9d1;
  padding: 6px;
  position: relative;
  margin-left: 80%; }
  .text a:hover {
    background-color: #333;
    text-decoration: none; }

.hide {
  height: 0;
  opacity: 0; }

section.inserate {
  background: #3B3B3B; }
  section.inserate h2 {
    color: white; }
  section.inserate .btn-primary.show-all:hover {
    border-color: #26b9d1 !important; }
  section.inserate .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  section.inserate .row > [class*='col-'] {
    display: flex;
    flex-direction: column; }
  section.inserate .inserat-item {
    height: 100%;
    background: #e6e6e6;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
    section.inserate .inserat-item .btn-primary {
      position: absolute;
      bottom: 30px;
      left: 30px; }
    section.inserate .inserat-item img.referenzen_image {
      width: 100%;
      height: auto;
      margin-bottom: 30px;
      transition: transform 0.3s; }
    section.inserate .inserat-item:hover .referenzen_image {
      transform: translate(0, -7px) scale(1.05); }
    section.inserate .inserat-item .content {
      padding: 0 30px 80px; }
      section.inserate .inserat-item .content h4 {
        font-size: 21px; }
      section.inserate .inserat-item .content span {
        color: #26b9d1;
        font-weight: bold; }
      section.inserate .inserat-item .content .table-div {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 20px 0;
        padding: 10px 0; }
        section.inserate .inserat-item .content .table-div table {
          width: 100%; }
          section.inserate .inserat-item .content .table-div table tr:first-child {
            padding-top: 10px; }
          section.inserate .inserat-item .content .table-div table tr:last-child {
            padding-bottom: 10px; }
          section.inserate .inserat-item .content .table-div table td {
            vertical-align: top;
            line-height: 30px;
            color: #666666;
            width: 50%; }
          section.inserate .inserat-item .content .table-div table td:last-child {
            text-align: right;
            font-weight: bold; }

span.address {
  color: #26b9d1;
  font-weight: bold; }

section.slider {
  margin-top: 164px; }
  section.slider .glide {
    width: 100%;
    height: 640px; }
    section.slider .glide .glide__slide img {
      width: 100%;
      height: 640px;
      object-fit: contain;
      object-position: center;
      background: #e6e6e6; }
    section.slider .glide .glide__slides {
      height: 640px;
      transform: none !important;
      width: auto !important;
      display: grid;
      grid-template-areas: 'slide'; }
    section.slider .glide .glide__slide {
      position: relative;
      opacity: 0;
      transition: opacity 0.5s ease;
      grid-area: slide;
      margin: 0 !important; }
      section.slider .glide .glide__slide:before {
        display: none; }
    section.slider .glide .glide__slide--active {
      z-index: 1;
      opacity: 1; }

section.detail {
  padding-top: 40px;
  padding-bottom: 30px; }
  section.detail .btn-primary {
    margin-bottom: 40px; }
  section.detail .table-div {
    border: 1px solid #e6e6e6;
    margin: 20px 0;
    padding: 0px 0; }
    section.detail .table-div table {
      width: 100%; }
      section.detail .table-div table thead {
        background: #e6e6e6; }
        section.detail .table-div table thead td {
          padding: 10px 20px;
          color: black;
          font-weight: bold;
          text-align: left;
          width: 100%;
          line-height: 30px; }
      section.detail .table-div table tbody tr:first-child td {
        padding-top: 20px; }
      section.detail .table-div table tbody tr:last-child td {
        padding-bottom: 20px; }
      section.detail .table-div table tbody td {
        padding: 5px 20px;
        color: #666666;
        width: 50%;
        vertical-align: top; }
        section.detail .table-div table tbody td span {
          width: calc(50% - 4px);
          display: inline-block;
          padding: 3px 10px 3px 0; }
          section.detail .table-div table tbody td span i {
            color: #26b9d1; }
      section.detail .table-div table tbody td:last-child {
        text-align: left !important; }
      section.detail .table-div table tbody td:last-child {
        text-align: right;
        font-weight: 600; }
      section.detail .table-div table.daten tbody td:first-child {
        width: 30%; }

.objektbeschreibung {
  background: #e6e6e6;
  padding-bottom: 40px; }
  .objektbeschreibung h2 {
    margin-bottom: 0;
    padding-bottom: 0; }
  .objektbeschreibung h4 {
    margin-top: 40px;
    line-height: 40px;
    position: relative; }
    .objektbeschreibung h4::before {
      content: '  ';
      background-color: #26b9d1;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 0%; }

.portfolio .box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 30px; }
  .portfolio .box:hover .overlay {
    opacity: 0.7; }

.portfolio .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.portfolio .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: black; }

.portfolio .box:hover .text {
  opacity: 1; }

.portfolio .text {
  color: white;
  font-size: 1em;
  position: absolute;
  top: 80%;
  left: 57%;
  padding-right: 40px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  opacity: 0;
  transition: 0.5s ease; }

#rex-yform .form-col-left {
  width: 100%; }
  #rex-yform .form-col-left input {
    height: 60px; }
  #rex-yform .form-col-left .form-group {
    margin-bottom: 0; }

#rex-yform .has-error input,
#rex-yform .has-error textarea {
  border: 1px solid #a94442; }

#rex-yform #yform-formular-field-8-abschicken {
  float: right;
  clear: right; }

#rex-yform #formular .btn-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: none; }

#rex-yform .form-control, #rex-yform .btn {
  border-radius: 0px;
  border: 0 none;
  box-shadow: none; }

#rex-yform .btn {
  padding: 15px 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #26b9d1;
  font-size: 1.2em;
  font-family: LibreFranklin;
  font-weight: 300;
  float: right; }

#rex-yform #yform-formular-message {
  width: 100%;
  height: 224px; }
  #rex-yform #yform-formular-message > textarea {
    height: 100%; }

#rex-yform #yform-formular-privacy label {
  margin-top: 15px;
  font: 300 0.9em LibreFranklin; }

#rex-yform .checkbox {
  display: inline; }

#Direktanfrage {
  padding-bottom: 40px; }
  #Direktanfrage #rex-yform input, #Direktanfrage #rex-yform textarea {
    background: #e6e6e6; }
  #Direktanfrage #rex-yform .btn {
    float: left; }

#map {
  height: 400px; }

#Kontakt {
  background-color: #e6e6e6;
  padding-bottom: 50px;
  box-shadow: 0px 10px 10px grey; }
  #Kontakt > div > div.row > div.col-md-4 {
    margin-top: 10%;
    clear: right; }
  #Kontakt div > div.row > div.col-md-4 > p {
    margin-bottom: 30px; }
  #Kontakt div > div.row > div.col-md-4 > p:nth-child(3) {
    margin-bottom: 0px; }
  #Kontakt > div > div.row > div.col-md-4 > p::before {
    content: ' \f095';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #26b9d1;
    display: inline-block;
    width: 2em; }
  #Kontakt > div > div.row > div.col-md-4 > p:nth-child(2)::before {
    content: ' \f0e0'; }
  #Kontakt > div > div.row > div.col-md-4 > p:nth-child(3)::before {
    content: ' \f041'; }
  #Kontakt > div > div.row > div.col-md-4 > p:nth-child(4)::before {
    content: ' '; }

footer {
  margin: 0;
  height: 92px;
  border-top: 1px solid #e6e6e6; }
  footer .container {
    margin-top: 35px; }
    footer .container .col-xs-10 {
      margin-top: 8px; }
    footer .container .col-xs-1 a img {
      width: 32px; }

#imprint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 42;
  position: fixed;
  visibility: hidden; }
  #imprint a#closebtn {
    position: absolute;
    right: 30px;
    top: 140px;
    font-size: 2em;
    color: #26b9d1; }
    #imprint a#closebtn:hover {
      text-decoration: none; }
  #imprint .content {
    max-width: 965px;
    margin: 12.5% auto 0;
    padding: 0 30px;
    height: 75%;
    overflow: auto;
    -webkit-box-shadow: inset 0px -5px 8px 0px white;
    -moz-box-shadow: inset 0px -5px 8px 0px white;
    box-shadow: inset 0px -5px 8px 0px white; }
    #imprint .content strong {
      display: block; }
    #imprint .content iframe {
      width: 100%;
      margin-left: -8px;
      overflow: hidden; }

@media (min-width: 768px) {
  #rex-yform .form-col-left {
    float: left;
    width: 49%; }
  #rex-yform #yform-formular-message {
    float: right;
    width: 48%;
    height: 224px; }
    #rex-yform #yform-formular-message textarea {
      width: 100%;
      height: 224px;
      float: right;
      margin-top: 22px; }
  #rex-yform .btn {
    margin-top: 50px; }
  #Direktanfrage #rex-yform #yform-formular-message {
    float: right;
    width: 48%;
    height: 306px; }
    #Direktanfrage #rex-yform #yform-formular-message textarea {
      width: 100%;
      height: 306px;
      float: right;
      margin-top: 22px; }
  #hero_image {
    height: 577px; }
    #hero_image p {
      padding-bottom: 55px; }
  #hero_image > div > h1 {
    color: white;
    text-align: center;
    font-size: 2.25em; }
  #hero_image .row {
    width: 90%;
    margin: 0 auto;
    margin-top: 30%; }
  body.message #hero_image_content h1 {
    font-size: 10em;
    margin: 10px; }
  body.message #hero_image_content h2 {
    font-size: 5em;
    color: white;
    text-align: center; }
  body.message #hero_image_content p {
    font-size: 1.8em; } }

@media (max-width: 992px) {
  iframe {
    height: 315px; } }

@media (min-width: 1200px) {
  #hero_image {
    height: 48vw;
    max-height: 900px;
    background-position: top center; } }

@media (max-width: 975px) {
  h3::before {
    top: -13px; }
  ul#navbar.nav.navbar-nav.navbar-right {
    display: none; }
  .navbar-nav.collapse, .navbar-nav.collapsing {
    background: #3B3B3B; }
  ul[aria-expanded='true'] {
    display: block !important; }
  nav.navbar.shrink #stickynav {
    height: 124px; }
  nav.navbar.shrink a.navbar-brand {
    content: url("/files/img/logo.svg");
    height: 110px;
    width: auto;
    padding: 15px; }
  #navbar {
    margin-top: 0; } }

@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.shrink ul#navbar.nav.navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 30px; } }

.navbar-default .navbar-toggle {
  border: none !important;
  background-color: none !important; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #3B3B3B !important; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: white !important; }

#burger {
  margin-top: 40px; }

.privacy-cookie-bar {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #26b9d1;
  box-shadow: 0 0 1rem rgba(31, 31, 31, 0.25); }
  @media all and (max-width: 950px) {
    .privacy-cookie-bar {
      padding: 15px 30px; } }
  .privacy-cookie-bar > .wrapper {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 0 12rem 0 3.5rem;
    position: relative; }
    @media all and (max-width: 950px) {
      .privacy-cookie-bar > .wrapper {
        padding: 0 5.5rem 0 0;
        margin-bottom: 0;
        margin-top: 0; } }
  .privacy-cookie-bar,
  .privacy-cookie-bar p,
  .privacy-cookie-bar a {
    color: #fff; }
  .privacy-cookie-bar a {
    text-decoration: underline; }
  .privacy-cookie-bar button {
    appearance: none;
    background: #fff;
    border-radius: 4px;
    border: 0 none;
    color: #26b9d1;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: bold;
    height: 2.5rem;
    line-height: 2.5rem;
    position: absolute;
    right: 6.5rem;
    top: 0;
    width: 4rem; }
    @media all and (max-width: 950px) {
      .privacy-cookie-bar button {
        right: 0; } }
  .privacy-cookie-bar.fade-in {
    display: block;
    transform: translateY(100%); }
    .privacy-cookie-bar.fade-in-active {
      transform: translateY(0%);
      transition: transform 1s ease-out 1s; }
  .privacy-cookie-bar.fade-out {
    display: block;
    transform: translateY(0%); }
    .privacy-cookie-bar.fade-out-active {
      transform: translateY(100%);
      transition: transform 1s ease-out; }
