@import "animate.css";
@font-face {
        font-family: 'tgl';
        src: url('../fonts/TGL 0-17.ttf') format('truetype');
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  font-family: tgl;
  line-height: 20px;
  font-weight: 400px;
  -webkit-text-size-adjust: none;
  color: #555;
  font-size: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  text-align: center;
  font-family: tgl;
  font-size: 62px;
  line-height: 82px;
  font-weight: 300;
}
@media (max-width: 767px) {
  h2 {
    font-size: 42px;
    line-height: 56px;
  }
}
h3 {
  font-family: tgl;
  font-size: 28px;
  line-height: 20px;
  font-weight: 400;
}
p a:hover {
  text-decoration: underline;
}
figcaption {
  font-family: tgl;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
a {
  font: inherit;
  color: inherit;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.center {
  text-align: center;
}
.indents-1 {
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .indents-1 {
    padding: 0;
  }
}
.indents-2 {
  padding: 0 220px;
}
@media (max-width: 1199px) {
  .indents-2 {
    padding: 0;
  }
}
.indents-3 {
  padding: 0 55px 0 0;
}
@media (max-width: 1199px) {
  .indents-3 {
    padding: 0;
  }
}

.warnung {
        background-color: yellow;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 115px;
  height: 115px;
  font-size: 88px;
  line-height: 115px;
  color: #fff;
  background: #b6b2b3;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  border-radius: 50%;
}
.toTop:hover {
  color: #fff;
  background: #777;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  width: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  text-align: center;
  padding: 132px 0 127px;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
}
.parallax2 {
  /* inverse Farben */
  background: #555;
  color: #fefcc9;
}}
.parallax3 {
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .brand {
  float: left;
}
header .nav {
  margin: 38px 0 48px 0;
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  margin: 14px 0 0 0;
  float: left;
}
.brand a {
  text-decoration: none;
}
.brand_name {
  padding: 0 0 6px 4px;
  display: inline-block;
  overflow: hidden;
  font-family: tgl;
  font-size: 60px;
  line-height: 64px;
  color: #fefcc9;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
* + p {
  margin-top: 46px;
}
* + h2 {
  margin-top: 138px;
}
* + h3 {
  margin-top: 10px;
}
* + figcaption {
  margin-top: 25px;
}
* + address {
  margin-top: 37px;
}
* + .row {
  margin-top: 80px;
}
* + .row__offset-1 {
  margin-top: 60px;
}
* + .row__offset-2 {
  margin-top: 30px;
}
* + .decoration {
  margin-top: 43px;
}
* + .btn {
  margin-top: 43px;
}
* + .gallery {
  margin-top: 34px;
}
h2 + p {
  margin-top: 55px;
}
h3 + p {
  margin-top: 21px;
}
p + .img {
  margin-top: 46px;
}
.img + h3 {
  margin-top: 46px;
}
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #fefcc9;
}
/*==================      Well     ======================*/
.well {
  padding: 100px 0 30px 0;
}
.well__offset-1 {
  padding: 135px 0 128px 0;
}
.well__offset-2 {
  padding: 141px 0 67px 0;
}
.well__offset-3 {
  padding: 131px 0 129px 0;
}
.well__offset-4 {
  padding: 116px 0 129px 0;
}
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-family: tgl;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #0000f4;
}
.btn:before,
.btn:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  background: #6c6860;
  height: 1px;
  top: 22px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lt-ie9 .btn:before,
.lt-ie9 .btn:after {
  filter: alpha(opacity=0);
}
.btn:hover {
  color: #0000f4;
}
.btn:hover:before {
  left: 0;
  opacity: 1;
}
.lt-ie9 .btn:hover:before {
  filter: alpha(opacity=100);
}
.btn:hover:after {
  right: 0;
  opacity: 1;
}
.lt-ie9 .btn:hover:after {
  filter: alpha(opacity=100);
}
/*================== Decoration ======================*/
.decoration {
  position: relative;
  text-align: center;
}
.decoration:before {
  content: '';
  position: absolute;
  height: 1px;
  top: 10px;
  left: 0;
  right: 50%;
  margin-right: 67px;
  margin-left: 3px;
  background: #6c6860;
}
.decoration:after {
  content: '';
  position: absolute;
  height: 1px;
  top: 10px;
  right: 0;
  left: 50%;
  margin-left: 67px;
  margin-right: 3px;
  background: #6c6860;
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #ffffff url(../img/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  filter: alpha(opacity=100);
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 80px 0 30px 0;
  text-align: center;
  background: #555;
  color: #fefcc9;
}
footer .socials {
  display: inline-block;
  overflow: hidden;
}
footer .socials li {
  float: left;
}
footer .socials li + li {
  margin-left: 100px;
}
@media (max-width: 767px) {
  footer .socials li + li {
    margin-left: 30px;
  }
}
@media (max-width: 479px) {
  footer .socials li + li {
    margin-left: 15px;
  }
}
footer .socials a {
  display: inline-block;
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 60px;
}
@media (max-width: 479px) {
  footer .socials a {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
footer .copyright {
  color: #000000;
}
footer .copyright a:hover {
  text-decoration: underline;
}
* + footer .copyright {
  margin-top: 70px;
}
footer .tm {
  background: #423e3e;
}
* + footer .tm {
  margin-top: 11px;
}
.client {
  font-family: tgl;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.client em {
  display: block;
  font-family: tgl;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
* + .client {
  margin-top: 20px;
}
.bg-1 {
  background: #a95858;
  color: #ffffff;
}
.bg-1 h2 {
  color: #ffffff;
}
.bg-1 h3 {
  color: #ffffff;
}
.bg-1 figcaption {
  color: #ffffff;
}
.bg-1 .decoration:before,
.bg-1 .decoration:after {
  background: #563d34;
}
.bg-1 .btn:before,
.bg-1 .btn:after {
  background: #ffffff;
}
.bg-1 .btn:hover {
  color: #ffffff;
}
.box-1 .img {
  margin-top: 4px;
}
* + .box-1 {
  margin-top: 65px;
}
.box-1 * + p {
  margin-top: 1px;
}
.box-1 * + h3 {
  margin-top: 19px;
}
* + .box-2 {
  margin-top: 70px;
}
.box-3 h2 {
  text-align: left;
  font-size: 48px;
  line-height: 58px;
}
* + .box-3 {
  margin-top: 50px;
}
.box-3 h2 + * {
  margin-top: 50px;
}
