/**
 *  Load theme variables
 */
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
  url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
  url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* oswald-200 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/oswald-v16-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'),
  url('../fonts/oswald-v16-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/oswald-v16-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/oswald-v16-latin-200.woff') format('woff'), /* Modern Browsers */
  url('../fonts/oswald-v16-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/oswald-v16-latin-200.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
  url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
  url('../fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/oswald-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/oswald-v16-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/oswald-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family         : 'Oswald', sans-serif;
    font-weight         : 400;
    color               : rgb(45, 37, 36);
    font-size           : 41.6px;
    font-size           : 2.6rem;
}
body div,
body span,
body p,
body strong,
body a,
body button,
body li,
body label,
body input,
body textarea,
body a  {
    font-family         : 'Roboto', sans-serif;
    font-weight         : 300;
    font-size           : 15.2px;
    font-size           : 0.95rem;
    line-height         : 25.08px;
    line-height         : 1.5675rem;
    color               : rgb(128, 128, 128);
}
p strong {
    padding-top:10px;
    font-weight: 400;
}
*:focus {
    outline: none;
}
/**
 * Buttons -------------------------------------------------------------------------------
 */
@define-placeholder btn {
    display         : inline-block;
    border-style    : solid;
    border-width    : 1px;
    padding         : 8px 35px;
    border-radius   : 4px;
    -webkit-transition      : all 200ms;
    transition      : all 200ms;
}
@define-placeholder btn_primary {
    color           : rgb(149, 149, 149);
    border-color    : rgb(149, 149, 149);
}
/**
 * Media queries -------------------------------------------------------------------------
 */
/**
 * Reset -----------------------------------------------------------------------
 */
/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 main, menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-size: 100%;
 	font: inherit;
 	vertical-align: baseline;
 }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
 footer, header, hgroup, main, menu, nav, section {
 	display: block;
 }
body {
 	line-height: 1;
 }
ol, ul {
 	list-style: none;
 }
blockquote, q {
 	quotes: none;
 }
blockquote:before, blockquote:after,
 q:before, q:after {
 	content: '';
 	content: none;
 }
table {
 	border-collapse: collapse;
 	border-spacing: 0;
 }
* {
   -webkit-animation: all 200ms;
           animation: all 200ms;
 }
.container {
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
   padding: 20px 0;
 }
.container:before {
   content: '';
   display: table;
 }
.container:after {
   content: '';
   display: table;
   clear: both;
 }
header .container div, footer .container div {
       width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
     }
header .container div:nth-child(1n), footer .container div:nth-child(1n) {
       float: left;
       margin-right: 30px;
       clear: none;
     }
header .container div:last-child, footer .container div:last-child {
       margin-right: 0;
     }
header .container div:nth-child(3n), footer .container div:nth-child(3n) {
       margin-right: 0;
       float: right;
     }
header .container div:nth-child(3n + 1), footer .container div:nth-child(3n + 1) {
       clear: both;
     }
header .container div:nth-child(2), footer .container div:nth-child(2) {
         text-align: center;
       }
header .container div:last-child, footer .container div:last-child {
         text-align: right;
       }
section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
 }
section:before {
    content: '';
    display: table;
 }
section:after {
    content: '';
    display: table;
    clear: both;
 }
section:before {
    content: '';
    display: table;
 }
section:after {
    content: '';
    display: table;
    clear: both;
 }
section.text-center  {
     max-width: 800px;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
   }
section.text-center:before  {
     content: '';
     display: table;
   }
section.text-center:after  {
     content: '';
     display: table;
     clear: both;
   }
section.text-center .btn {
       display         : inline-block;
       border-style    : solid;
       border-width    : 1px;
       padding         : 8px 35px;
       border-radius   : 4px;
       -webkit-transition      : all 200ms;
       transition      : all 200ms;
       background-color: #56BE3D;
       border-color: #2C612A;
       text-decoration: none;
       color: rgba(255, 255, 255, 0.9);
     }
section.text-center .btn:hover {
         background-color: rgba(86, 190, 61, 0.9);
         border-color: rgba(44, 97, 42, 0.9);
       }
@media     		(min-width: 48em) {

    }
input[type="checkbox"] {
  width: auto !important;
}
/**
 *  Partial templates
 */
.slider {
  height: 400px;
}
@media    		(min-width: 62em) {
.slider {
    height: 600px
}
  }
.slider .absolute-header {
    position: absolute;
    width: 100%;
  }
.slider .absolute-header section {
      padding: 40px 30px;
    }
@media     		(min-width: 48em) {
.slider .absolute-header section {
        padding: 40px 20px
    }
      }
.slider .absolute-header section div:first-child {
        display: none;
        width: calc(99.9% * 6/12 - (30px - 30px * 6/12));
      }
.slider .absolute-header section div:first-child:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none;
      }
.slider .absolute-header section div:first-child:last-child {
        margin-right: 0;
      }
.slider .absolute-header section div:first-child:nth-child(12n) {
        margin-right: 0;
        float: right;
      }
.slider .absolute-header section div:first-child:nth-child(12n + 1) {
        clear: both;
      }
@media     		(min-width: 48em) {
.slider .absolute-header section div:first-child {
          display: block
      }
        }
.slider .absolute-header section div:first-child ul li {
            display: inline-block;
          }
.slider .absolute-header section div:first-child ul li a {
              padding: 5px;
            }
.slider .absolute-header section div:first-child ul li a img {
                height: 24px;
              }
.slider .absolute-header section div:first-child ul li:last-child img {
                height: 20px;
                margin-top: 2px;
              }
.slider .absolute-header section div:last-child {
        text-align: center;
        width: calc(99.9% * 12/12 - (30px - 30px * 12/12));
      }
.slider .absolute-header section div:last-child:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none;
      }
.slider .absolute-header section div:last-child:last-child {
        margin-right: 0;
      }
.slider .absolute-header section div:last-child:nth-child(12n) {
        margin-right: 0;
        float: right;
      }
.slider .absolute-header section div:last-child:nth-child(12n + 1) {
        clear: both;
      }
@media     		(min-width: 48em) {
.slider .absolute-header section div:last-child {
          text-align: right;
          width: calc(99.9% * 6/12 - (30px - 30px * 6/12))
      }
.slider .absolute-header section div:last-child:nth-child(1n) {
          float: left;
          margin-right: 30px;
          clear: none
      }
.slider .absolute-header section div:last-child:last-child {
          margin-right: 0
      }
.slider .absolute-header section div:last-child:nth-child(12n) {
          margin-right: 0;
          float: right
      }
.slider .absolute-header section div:last-child:nth-child(12n + 1) {
          clear: both
      }
        }
.slider .absolute-header section div:last-child img {
          max-width: 100%;
        }
.slider .slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
  }
.slider .slide h1, .slider .slide h2 {
      display: inline-block;
      width: auto;
    }
.slider .slide h1 {
      margin-top: 250px;
      padding: 10px;
      background-color: rgb(45, 37, 36);
      color: white;
      font-size: 28.8px;
      font-size: 1.8rem;
    }
@media    		(min-width: 62em) {
.slider .slide h1 {
        padding: 20px;
        margin-top: 400px;
        font-size: 2.8rem
    }
      }
.slider .slide h2 {
      margin-top: 5px;
      padding: 10px;
      background-color: rgb(45, 37, 36);
      color: white;
      font-size: 25.6px;
      font-size: 1.6rem;
    }
@media    		(min-width: 62em) {
.slider .slide h2 {
        padding: 20px;
        font-size: 2.8rem
    }
      }
.banner {
  height: 300px;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media     		(min-width: 48em) {
.banner {
    height: 500px;
}
  }
.contact-info section div {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    }
.contact-info section div:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
.contact-info section div:last-child {
      margin-right: 0;
    }
.contact-info section div:nth-child(1n) {
      margin-right: 0;
      float: right;
    }
.contact-info section div:nth-child(1n + 1) {
      clear: both;
    }
@media     		(min-width: 48em) {
.contact-info section div {
        width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
    }
.contact-info section div:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }
.contact-info section div:last-child {
        margin-right: 0
    }
.contact-info section div:nth-child(2n) {
        margin-right: 0;
        float: right
    }
.contact-info section div:nth-child(2n + 1) {
        clear: both
    }
      }
.contact-info section div:first-child {
        display: none;
        text-align: left;
      }
@media     		(min-width: 48em) {
.contact-info section div:first-child {
        display: block
      }
        }
.contact-info section div:first-child img {
          float: right;
          height: 240px;
          margin-right: 45px;
        }
.contact-info section div:nth-child(2) {
        text-align: left;
      }
.contact-info section div:nth-child(2) p {
          padding : 3px 0 0 10px;
          font-size: 20.8px;
          font-size: 1.3rem;
          line-height: 38.4px;
          line-height: 2.4rem;
        }
.contact-info section div:nth-child(2) p strong {
            font-size: 24px;
            font-size: 1.5rem;
          }
.contact-form {
  background-color: #efefef;
}
.contact-form section {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
.contact-form section:before {
    content: '';
    display: table;
  }
.contact-form section:after {
    content: '';
    display: table;
    clear: both;
  }
.contact-form .form-field {
    margin-bottom: 20px;
  }
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
.contact-form input[type="checkbox"] {
    width: auto;
  }
.contact-form .buttons {
    text-align: right;
  }
.contact-form .buttons .button[type="submit"] {
      padding: 12px 25px;
      border-radius: 4px;
      background-color: rgba(45, 37, 36, 0.9);
      border-color: rgba(45, 37, 36, 0.9);
      color: #fff;
    }
#gmap {
  height: 500px;
  background-image: url(../img/gmap.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.form-column {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.form-column:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.form-column:last-child {
  margin-right: 0;
}
.form-column:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.form-column:nth-child(2n + 1) {
  clear: both;
}
.form-column .form-label {
    text-align: center;
  }
.form-column .form-label label {
      text-transform: uppercase;
      font-size: 22.4px;
      font-size: 1.4rem;
      font-weight: 400;
      display: inline-block;
      padding-bottom: 20px;
    }
.form-column input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
  }
#request_form {
  display: none;
}

.buttons {
  text-align: center;
}
.buttons button {
    padding: 8px 25px;
    border-radius: 4px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
#show_anfrage_form {
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
  border-radius: 4px;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
nav {
  background-color: rgb(45, 37, 36);
  padding: 0;
}
nav section {
    padding: 0 20px;
  }
nav div {
    float: left;
    height: 48px;
    padding: 10px 0;
    text-align: left;
  }
nav div img {
      height: 100%;
    }
nav ul {
    display: none;
    float: right;
    text-align: right;
  }
@media     		(min-width: 48em) {
nav ul {
      display: block
  }
    }
nav ul li {
      display: inline-block;
    }
@media     		(min-width: 48em) {
        nav ul li:first-child,
        nav ul li:last-child {
          display: none;
        }
      }
@media    		(min-width: 62em) {
        nav ul li:first-child,
        nav ul li:last-child {
          display: inline-block;
        }
      }
nav ul li:last-child {
        padding-right: 0;
      }
nav ul li a {
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition: all 200ms;
        transition: all 200ms;
        border-bottom: 5px solid rgba(255, 255, 255, 0);
      }
@media     		(min-width: 48em) {
nav ul li a {
          padding: 20px 6px 18px 6px;
          font-weight : 100;
          letter-spacing: 0.05rem;
          font-size: 0.85rem
      }
        }
@media 		(min-width: 75em) {
nav ul li a {
          padding: 20px 15px 18px 15px;
          font-weight         : 300;
          letter-spacing: 0.05rem;
          font-size: 1rem
      }
        }
nav ul li a:hover,
        nav ul li a.active {
          border-bottom: 5px solid white;
          color: white;
        }
nav span {
    display: inline-block;
    float: right;
    height: 42px;
    padding: 12px 0 0 0;
  }
@media     		(min-width: 48em) {
nav span {
      display: none
  }
    }
nav span a img {
        height: 42px;
        width: 42px;
        color: white;
        opacity: 0.6;
        -webkit-transition: opacity 200ms;
        transition: opacity 200ms;
      }
nav span a:hover img {
          opacity: 1;
        }
nav.mobile {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  margin-left: 120%;
  opacity: 0;
  right: 0;
  bottom: 0;
  background: rgb(45, 37, 36);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
nav.mobile span {
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }
nav.mobile span img {
      height: 42px;
      width: 42px;
    }
nav.mobile ul {
    display: inline-block;
    width: 80%;
    left: 10%;
    margin-top: 15px;

    text-align: left;
  }
nav.mobile ul li {
      display: block;
    }
nav.mobile ul li a {
        padding: 5px 15px;
      }
nav.mobile ul li a:hover,
        nav.mobile ul li a.active {
          text-decoration: none;
          border: none;
        }
.shortcontact {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;

  background-color: rgb(45, 37, 36);
}
.shortcontact:before {
  content: '';
  display: table;
}
.shortcontact:after {
  content: '';
  display: table;
  clear: both;
}
@media     		(min-width: 48em) {
.shortcontact {
    display: block
}
  }
.shortcontact #gmap2 {
    height: 660px;
    background-image: url(../img/gmap.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
.shortcontact .column {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }
.shortcontact .column:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
.shortcontact .column:last-child {
    margin-right: 0;
  }
.shortcontact .column:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
.shortcontact .column:nth-child(1n + 1) {
    clear: both;
  }
@media     		(min-width: 48em) {
.shortcontact .column {
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
  }
.shortcontact .column:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none
  }
.shortcontact .column:last-child {
      margin-right: 0
  }
.shortcontact .column:nth-child(2n) {
      margin-right: 0;
      float: right
  }
.shortcontact .column:nth-child(2n + 1) {
      clear: both
  }
    }
.shortcontact .column:last-child div {
        padding: 10px 0 10px 30px;
      }
.shortcontact .column:last-child h4 {
        margin-top: 40px;
        padding-bottom: 20px;
        text-transform: uppercase;
        font-size: 25.6px;
        font-size: 1.6rem;
        font-weight: 200;
        color: white;
      }
.shortcontact .column:last-child p, .shortcontact .column:last-child p span {
        color: rgba(255, 255, 255, 0.6);
        font-size: 19.2px;
        font-size: 1.2rem;
        line-height: 30.4px;
        line-height: 1.9rem;
        font-weight: 100;
      }
.shortcontact .column:last-child p img, .shortcontact .column:last-child p span img {
          height: 20px;
          float: left;
          padding-right: 20px;
          margin-top: 3px;
        }
.shortcontact .column:last-child p span {
        display: inline-block;
        width: 120px;
      }
.references {
  background-color: rgb(232, 232, 232);
  display: block;
}
@media     		(min-width: 48em) {
.references {
    display: block
}
  }
.references section #slider {
      height: 180px;
      padding: 20px 0 10px 0;
    }
.references section #slider li {
        width: 100%;
        text-align: center;
      }
.references section #slider li h5 {
          padding: 10px 0 30px 0;
        }
.references section #slider li p {
          padding-bottom: 10px;
        }
.references section #slider li p.mobile {
            display : block;
          }
.references section #slider li p.desktop {
            display: none;
          }
@media    		(min-width: 62em) {
            .references section #slider li p.mobile {
              display : none;
            }

            .references section #slider li p.desktop {
              display: block;
            }
          }
.references section #slider li div img {
            width: 20px;
          }
@media    		(min-width: 62em) {
.references section #slider li div img {
              width: 24px
          }
            }
.ref-liste {
  padding-top: 0;
}
.ref-liste ul {
    padding-left: 0;
  }
.ref-liste ul li {
      list-style: none !important;
      padding-bottom: 15px;
      border-bottom: 1px dashed #efefef;
      margin-bottom: 15px;
    }
.ref-liste ul li:last-child {
        border-bottom: none;
      }
.ref-liste ul li h5 {
        font-size: 24px;
        font-size: 1.5rem;
        padding-bottom: 20px;
      }
.ref-liste ul li p {

      }
.ref-liste ul li div img {
          width: 20px;
        }
.rating-formular {
  background-color: rgba(45, 37, 36, 0.1);
}
.rating-formular section {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
.rating-formular section:before {
    content: '';
    display: table;
  }
.rating-formular section:after {
    content: '';
    display: table;
    clear: both;
  }
.rating-formular .form-field {
    margin-bottom: 20px;
  }
.rating-formular input, .rating-formular textarea {
    width: 100%;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
.rating-formular .buttons {
    text-align: right;
  }
.rating-formular .buttons .button[type="submit"] {
      padding: 12px 25px;
      border-radius: 4px;
      background-color: rgba(45, 37, 36, 0.9);
      border-color: rgba(45, 37, 36, 0.9);
      color: #fff;
    }
.rating-formular .notices {
    padding-top: 20px;
    padding-bottom: 20px;
  }
.team {
    padding-top:  60px;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}
.after-team {
  padding-top: 0;
  background: black;
  text-align: center;
}
.after-team section {

  }
.after-team h4 {
    font-size: 44.8px;
    font-size: 2.8rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    color: white;
    padding-bottom: 30px;
  }
.after-team p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20.8px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
    line-height: 32px;
    line-height: 2rem;
    padding-bottom: 20px;
  }
.after-team p:before {
    content: '';
    display: table;
  }
.after-team p:after {
    content: '';
    display: table;
    clear: both;
  }
.services {
  display: none;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
@media     		(min-width: 48em) {
.services {
    display: block
}
  }
.services div {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }
.services div:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
.services div:last-child {
    margin-right: 0;
  }
.services div:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
.services div:nth-child(2n + 1) {
    clear: both;
  }
.services div ul {
      padding-top: 20px;
    }
.services div ul li {
        padding: 10px 0;
      }
.services div ul li a {

          line-height: 44.8px;
          line-height: 2.8rem;
          color: black;
          text-decoration: none;
        }
@media     		(min-width: 48em) {
.services div ul li a {
            font-size: 1.6rem
        }
          }
@media     		(min-width: 48em) {
.services div ul li a {
            font-size: 1.8rem
        }
          }
.services div ul li a img {
            float :left;
            padding: 18px 20px 0 0;
          }
main h1 {
    font-size: 35.2px;
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
main h2 {
    font-size: 28.8px;
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
main h3 {
    font-size: 25.6px;
    font-size: 1.6rem;
    font-size: 44.8px;
    font-size: 2.8rem;
    padding-bottom: 20px;
  }
main h4 {
    padding-bottom: 20px;
  }
main h2, main h3, main h4 {
    padding-top: 20px;
  }
main p {
    padding: 0 0 10px 0;
  }
main p:last-child {
      padding-bottom: 30px;
    }
main p:first-child {
      padding-top: 20px;
    }
main p strong {
      font-weight: bold;
      color: black;
    }
main ul {
    padding-left: 20px;
    padding-bottom: 20px;
    list-style: disc;
  }
main ul li {
      list-style: disc !important;
    }
main .gallery {
    padding-top: 0;
  }
main .gallery .preview {
      width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
      background-size: cover;
      background-position: center center;
      height: 620px;
      margin-bottom: 20px;
    }
main .gallery .preview:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
main .gallery .preview:last-child {
      margin-right: 0;
    }
main .gallery .preview:nth-child(3n) {
      margin-right: 0;
      float: right;
    }
main .gallery .preview:nth-child(3n + 1) {
      clear: both;
    }
main .gallery .listing {
      width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    }
main .gallery .listing:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
main .gallery .listing:last-child {
      margin-right: 0;
    }
main .gallery .listing:nth-child(3n) {
      margin-right: 0;
      float: right;
    }
main .gallery .listing:nth-child(3n + 1) {
      clear: both;
    }
main .gallery .listing div {
        width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
        height: 140px;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
        cursor: pointer;
      }
main .gallery .listing div:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none;
      }
main .gallery .listing div:last-child {
        margin-right: 0;
      }
main .gallery .listing div:nth-child(2n) {
        margin-right: 0;
        float: right;
      }
main .gallery .listing div:nth-child(2n + 1) {
        clear: both;
      }
.enquiry-form {
  display: none;
  padding: 30px 0;
  background: red;
}
footer {
  background-color: rgb(45, 37, 36);
  padding: 30px 0 30px 0;
}
footer section {
    padding: 0 20px;
  }
footer section div {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    }
footer section div:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
footer section div:last-child {
      margin-right: 0;
    }
footer section div:nth-child(1n) {
      margin-right: 0;
      float: right;
    }
footer section div:nth-child(1n + 1) {
      clear: both;
    }
@media     		(min-width: 48em) {
footer section div {
        width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
    }
footer section div:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }
footer section div:last-child {
        margin-right: 0
    }
footer section div:nth-child(2n) {
        margin-right: 0;
        float: right
    }
footer section div:nth-child(2n + 1) {
        clear: both
    }
      }
footer section div:first-child {
        text-align: center;
      }
@media     		(min-width: 48em) {
footer section div:first-child {
          text-align: left
      }
        }
footer section div:first-child span {
          font-size: 13.6px;
          font-size: 0.85rem;
          color: white;
          width: 100%;


        }
footer section div:first-child ul {
          width: 100%;
          text-align: center;
          padding-top: 20px;
        }
@media     		(min-width: 48em) {
footer section div:first-child ul {
            text-align: left;
            padding-top: 0
        }
          }
footer section div:first-child ul li {
            display: inline-block;
            padding: 0 10px;
          }
@media     		(min-width: 48em) {
footer section div:first-child ul li {
              padding : 0 5px 0 0
          }
            }
footer section div:first-child ul li a {
              display: inline-block;
              text-decoration: none;
              font-size: 12.8px;
              font-size: 0.8rem;
              color: rgba(255, 255, 255, 0.6);
              -webkit-transition: color 200ms;
              transition: color 200ms;
            }
footer section div:first-child ul li a:hover {
                color: rgb(255, 255, 255);
                text-decoration: underline;
              }
footer section div:last-child {
        text-align: center;
        padding: 20px 0 0 0;
      }
@media     		(min-width: 48em) {
footer section div:last-child {
          text-align: right;
          padding: 0
      }
        }
footer section div:last-child ul {
          padding: 5px 0 0 0;
        }
footer section div:last-child ul li {
            display: inline-block;
            padding-left: 10px;
          }
footer section div:last-child ul li a img {
                height: 36px;
                opacity: .6;
                -webkit-transition: opacity 200ms;
                transition: opacity 200ms;
              }
footer section div:last-child ul li a:hover img {
                  opacity: 1;
                }

.response-container {
    padding: 20px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 18px;
}

.response-container.success {
    background-color: #DEF1D8;
    border: 1px solid #576A51;
    color: #576A51;
}

.response-container.info {
    background-color: #CBE8F3;
    border: 1px solid #417EA1;
    color: #417EA1;
}

.response-container.error {
    background-color: #ECC8C5;
    border: 1px solid #9E2D2D;
    color: #9E2D2D;
}

#request_form {
    display: none;
}

label.error {
    color: #9E2D2D !important;
}

.show-label label {
    display: inline !important;
    font-size: 12px !important;
    font-family: Roboto, sans-serif !important;
    text-transform: none !important;
}
#request_privacy {
    margin: 0;
    padding: 0 5px;
}

.submit-button {
    padding: 12px 25px;
    border-radius: 4px;
    background-color: rgba(45, 37, 36, 0.9);
    border-color: rgba(45, 37, 36, 0.9);
    color: #fff;
}