@import "animate.css";
/*@import url(font-awesome-4.1.0/css/font-awesome.min.css);*/
@import url(font-awesome-5.15.1/css/all.css); 
@import url(//fonts.googleapis.com/css?family=Ubuntu);
@import url(//fonts.googleapis.com/css?family=Exo);
@import url(//fonts.googleapis.com/css?family=Exo:700);
@import url(//fonts.googleapis.com/css?family=Exo:600);
@import url(//fonts.googleapis.com/css?family=Exo:900);
@import url(//fonts.googleapis.com/css?family=Exo:400italic);
@import url(//fonts.googleapis.com/css?family=Exo:500);
/*========================================================
                    Main layout styles
=========================================================*/
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
      height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.bord {
	background: #163D6F2B;
	padding: 40px;
	border-radius: 20px;
}
.bord:hover {
	background: #163D6F52;
}
.container {position: relative;}
body {
  font: 400 14px/22px "Ubuntu", sans-serif;
  color: #666666;
  background: #ffffff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #163D6F;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
.aktuell {margin-left: 33%;}

@media (max-width: 979px) {
  .aktuell {margin-left: 33%;}
}
@media (max-width: 767px) {
  .aktuell {margin-left: 10%;}
}
@media (max-width: 479px) {
  .aktuell {margin-left: 0;}
}

.hrp {margin-left:-40px;}

@media (max-width: 479px) {
.hrp {margin-left:0px;}
}
/* ======= Headers ======= */
h2 {
  font: 600 24px/24px "Exo", sans-serif;
  text-transform: uppercase;
  color: #080707;
  display: inline-block;
  position: relative;
}
/* h2:before {
  display: block;
  content: '';
  position: absolute;
  height: 1px;
  width: 570px;
  left: -606px;
  top: 50%;
  background: #d6d6d6;
  margin-top: -1px;
}
h2:after {
  display: block;
  content: '';
  position: absolute;
  height: 1px;
  width: 570px;
  right: -606px;
  top: 50%;
  background: #d6d6d6;
  margin-top: -1px;
} */
.header1 {
  overflow: hidden;
  text-align: center;
  padding:10px;
}
h3 {
  font: 600 14px/14px "Exo", sans-serif;
  color: #141211;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3 {
    font: 600 16px/16px "Exo", sans-serif;
  }
}

h4 {
  font: 400 12px/22px "Exo", sans-serif;
  color: #080707;
  text-transform: uppercase;
}
h5 {
  font: 700 22px/24px "Exo", sans-serif;
  text-transform: uppercase;
  color: #080707;
  letter-spacing: 0.1em;
}
h6 {
  font: 500 20px/20px "Exo", sans-serif;
  text-transform: uppercase;
  color: #191919;
}
.h7 {
  font: 400 14px/22px "Ubuntu", sans-serif;
  color: #080707;
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.h8 {
  font: 700 16px/22px "Exo", sans-serif;
  color: #9a9a9a;
  display: block;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 12px/12px "Exo", sans-serif;
  color: #c1c1c1;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 23px 15px;
  min-width: 101px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default:hover {
  color: #ffffff;
  border-color: #163D6F;
  background-color: #163D6F;
}
.btn-big {
  display: inline-block;
  font: 400 14px/14px "Exo", sans-serif;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 23px 15px;
  min-width: 121px;
}
.btn-big:hover {
  background-color: #163D6F;
  color: #ffffff;
}
.btn-big.__inset1 {
  min-width: 163px;
  background: #0d9fa5;
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding-top: 21px;
  padding-bottom: 17px;
}
.btn-big.__inset1:hover {
  background: #ffffff;
  color: #163D6F;
}
.btn-simple {
  margin-right: 22px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font: 400 12px/22px "Exo", sans-serif;
  color: #163D6F;
}
.btn-simple:hover {
  color: #080707;
}
.btn-simple:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/arrow1.png) no-repeat center 0;
  right: -22px;
  top: 4px;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #163D6F;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__min-height {
  min-height: 0;
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 74px 0 99px;
}
.wrapper9 {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .wrapper1 {
    padding-bottom: 45px;
  }
}
.wrapper2 {
  padding: 62px 0 10px;
}
.wrapper3 {
  padding: 0 0 101px;
}
.wrapper4 {
  padding: 0 0 90px;
}
.wrapper5 {
  padding: 75px 0 75px;
}
@media (max-width: 979px) {
  .wrapper5 {
  padding: 0px 0 75px;
  }
}
@media (max-width: 767px) {
  .wrapper5 {
  padding: 0px 0 75px;
  }
}

.wrapper6 {
  padding: 0 0 117px;
}
.wrapper7 {
  padding: 0 0 42px;
}
@media (max-width: 767px) {
  .wrapper7 {
    padding-bottom: 0px;
  }
}
.wrapper8 {
  padding: 0 0 82px;
}

/*========================================================
                    HEADER styles
=========================================================*/
#header {
  text-align: center;
  border-top: 6px solid #163D6F;
}
#header.common {
  margin-bottom: 10px;
  position: fixed;
width: 100%;
}
#header.common1 {
  margin-bottom: 10px;

}
#header .info {
  display: inline-block;
  text-align: center;
  padding: 48px 0 39px;
  font: 400 12px/14px "Ubuntu", sans-serif;
  color: #acacac;
}
@media (max-width: 979px) {
  #header .info {
    font-size: 9px;
    line-height: 9px;
  }
}
@media (max-width: 767px) {
  #header .info {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0;
  }
}
#header .info address,
#header .info .phone,
#header .info .link {
  float: left;
  display: block;
  margin-right: 39px;
  padding-left: 23px;
  position: relative;
}
@media (max-width: 767px) {
  #header .info address,
  #header .info .phone,
  #header .info .link {
    float: none;
    margin-right: 0;
    padding-left: 0;
  }
}
#header .info address:before,
#header .info .phone:before,
#header .info .link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 16px;
  overflow: hidden;
  background: no-repeat left 0;
}
@media (max-width: 767px) {
  #header .info address:before,
  #header .info .phone:before,
  #header .info .link:before {
    display: none;
  }
}
#header .info address:before {
  background-image: url(../images/icon1.png);
}
#header .info .link:before {
  background-image: url(../images/icon2.png);
}
#header .info .phone:before {
  background-image: url(../images/icon3.png);
}
#header .info .socials1 {
  text-align: right;
  float: left;
  margin-top: -1px;
}
@media (max-width: 767px) {
  #header .info .socials1 {
    text-align: center;
    margin-top: 20px;
    float: none;
  }
}
#header #stuck_container {
  margin-top: 38px;
}
@media (max-width: 767px) {
  #header #stuck_container {
    margin-top: 0;
  }
}
#header #stuck_container .wrapper {
  background: #163D6F;
}
@media (max-width: 767px) {
  #header #stuck_container .wrapper {
    background: transparent;
  }
}
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 18px;
}
.socials1 li a i {
  font-size: 18px;
  line-height: 18px;
  color: #afafaf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a:hover i {
  color: #163D6F;
}

.socials {
    overflow: hidden;
    padding-top: 17px;
	position: relative;
}

.socialss a {
/*    display: block;
    float: left; */
    width: 39px;
    height: 39px;
    text-align: center;
/*    background-color: #163D6F; */
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
/*    padding-right: 10px; */
}
.fab {
	font-size: 38px;
color: #163D6F;
/*    background-color: white; */
padding: 10px;
}
.fas {
/* font-size: 26px; */
font-size: 16px;
margin: 3px 5px 3px 5px; 
padding-right: 5px;
}
.fab:hover {
/*    background-color: #f1f0f0; */
    color: #323232;
}
.socials a {
/*    display: block;
    float: left;
    width: 39px; */
    height: 40px;
    text-align: center;
    background-color: #163D6F;
    color: #fff;
/*  line-height: 40px; */
    line-height: 22px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    padding: 10px; 
}

.socials a +a {
    margin-left: 9px;
}

.socials a:hover {
    background-color: #f1f0f0;
    color: #323232;
}

@media (max-width: 979px) {
.bord {
    background: #163D6F2B;
    padding: 10px;
    border-radius: 10px;
}
}

@media (max-width: 767px) {
.bord {
    background: #163D6F2B;
    padding: 10px;
    border-radius: 10px;
}
.fas {
display:none;
}
.socials a:hover {
    background-color: #f1f0f0;
    color: #323232;
}
}

.block2  {
    padding-top: 40px;
}

.block2 .fa {
    margin-bottom: 18px;
    display: block;
    width: 96px;
    height: 91px;
    color: #fff;
    text-align: center;
    font-size: 48px;
    line-height: 91px;
    background-color: #464646;
}
/* ======= Logo ======= */
h1 a {
  display: inline-block;
}
h1 .main {
  margin-top: 8px;
  font: 700 60px/60px "Exo", sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
}
h1 .secondary {
  margin-top: -8px;
  font: 400 18px/30px "Exo", sans-serif;
  color: #a5a5a5;
  text-transform: uppercase;
  display: inline-block;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  display: inline-block;
  margin-top: 31px;
  margin-bottom: 21px;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 47px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 14px/14px "Exo", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #dddddd;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #eeeeee;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: #eeeeee;
    font: 600 14px/14px "Exo", sans-serif;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #eeeeee;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 979px) {
.sf-menu > li + li {
  margin-left: 27px;
}
.sf-menu > li > a {
  font: 400 12px/12px "Exo", sans-serif;
}
.sf-menu > li.current > a {
    font: 600 12px/12px "Exo", sans-serif;
}
}

/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  border-radius: 3px;
  width: 195px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -55px;
  background: #163D6F;
  text-align: left;
  padding: 34px 0 35px 16px;
  z-index: 2;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #eeeeee;
}
.sf-menu ul > .sfHover > a:after {
  color: #eeeeee;
}
.sf-menu ul li.sfHover > a {
  color: #eeeeee;
}

@media only screen and (max-width: 979px) {
.sf-menu ul {
  width: 175px;
  font: 400 11px/11px Arial, sans-serif;
}
}

/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -5px;
  left: 111px;
  margin-left: 0;
  background: #163D6F;
  padding: 10px 0 11px 16px;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  color: #000000;
}
.sf-menu ul ul li + li {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #163D6F;
    width: 100%;
    background: #ffffff;
    font: 22px/28px "Exo", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: #163D6F;
}
.isStuck nav {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* IFrame */
.immo_frame { height: 1990px}

@media only screen and (max-width: 1200px) {
  .immo_frame {
    height: 1690px;
  }
}
@media only screen and (max-width: 979px) {
  .immo_frame {
    height: 1590px;
  }
}
@media only screen and (max-width: 767px) {
  .immo_frame {
    height: 1690px;
  }
}

/* ======= Banner 1 Professional ======= */
.banner1 {
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .banner1 {
    padding: 0;
  }
}
.banner1 img {
  float: left;
  width: 50%;
  height: auto;
}
.banner1 .caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  padding: 104px 20px 20px;
  right: 0;
  left: 50%;
  margin-left: -294px;
  top: 50%;
  margin-top: -158px;
  text-align: center;
  color: #ffffff;
  width: 588px;
  min-height: 300px;
  background: url(../images/background1.png) repeat;
}
@media (max-width: 767px) {
  .banner1 .caption {
    width: 300px;
    min-height: 150px;
    margin-left: -150px;
    margin-top: -82px;
    padding: 60px;
  }
}
.banner1 .caption .main {
  font: 600 30px/40px "Exo", sans-serif;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .banner1 .caption .main {
    font-size: 14px;
    line-height: 15px;
  }
}
.banner1 .caption .secondary {
  font: 700 36px/40px "Exo", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .banner1 .caption .secondary {
    font-size: 18px;
    line-height: 22px;
  }
}
.banner1 .caption .btn-big {
  margin-top: 26px;
}
/* ======= Banner 2 Constant ======= */
.banner2 {
  padding: 39px 38px 32px 69px;
  background: #163D6F;
}
.banner2 .text {
  display: inline-block;
}
.banner2 .main {
  font: 400 36px/36px "Exo", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 979px) {
  .banner2 .main {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .banner2 .main {
    font-size: 20px;
    line-height: 20px;
  }
}
.banner2 .secondary {
  text-transform: uppercase;
  color: #eeeeee;
  font: 400 18px/30px "Exo", sans-serif;
  display: block;
}
@media (max-width: 767px) {
  .banner2 .secondary {
    font-size: 14px;
    line-height: 20px;
  }
}
.banner2 .btn-big {
  margin-top: 3px;
  margin-left: 57px;
}
@media (max-width: 1199px) {
  .banner2 {
    text-align: center;
    padding: 30px;
  }
  .banner2 .btn-big {
    margin-left: 0;
  }
}
/* ======= Post 1 History ======= */
.post1 {
  text-align: center;
  position: relative;
  padding: 82px 18px 0;
}
.post1:hover .label {
  background: #163D6F;
  color: #ffffff;
  border-color: #163D6F;
}
.post1 .label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font: 900 30px/62px "Exo", sans-serif;
  color: #080707;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  width: 64px;
  height: 64px;
  border-radius: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -32px;
  right: 0;
}
.post1 h3 {
  margin-bottom: 31px;
}
.post1 .btn-default {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 70px;
  }
}
/* ======= Post 2 Recent News ======= */
.post2 {
  text-align: center;
}
.post2 img {
  margin-bottom: 33px;
  border: 1px solid #d6d6d6;
}
.post2 time {
  display: block;
  margin-bottom: 10px;
  color: #9a9a9a;
  font: 700 16px/22px "Exo", sans-serif;
}
.post2 h4 {
  margin-bottom: -2px;
}
.post2 p {
  padding: 0 19px;
}
@media (max-width: 767px) {
  .post2 {
    margin-bottom: 70px;
  }
}
/* ======= Row with a link ARCHIVE ======= */
.archive {
  text-align: right;
  margin-top: 31px;
}
@media (max-width: 767px) {
  .archive {
    margin-top: 0;
  }
}
/* ======= Banner 3 Kind words ======= */
.banner3 {
  text-align: center;
  background: #464a56;
  padding: 63px 0 70px;
}
.banner3 h5 {
  color: #ffffff;
  margin-bottom: 36px;
}
.banner3.__inset1 {
  margin-bottom: 53px;
  padding-bottom: 105px;
  text-align: left;
}
@media (max-width: 767px) {
  .banner3.__inset1 {
    padding-bottom: 40px;
  }
}
.banner3.__inset1 h5 {
  text-align: center;
  margin-bottom: 29px;
}
/* ======= Blockquote 1 ======= */
.blockquote1 {
  position: relative;
}
@media (max-width: 767px) {
  .blockquote1 {
    padding: 0 20px;
  }
}
.blockquote1:after {
  width: 27px;
  height: 22px;
  background: url(../images/quote-right.png) no-repeat 0;
  top: 72px;
  right: -58px;
  content: '';
  position: absolute;
}
@media (max-width: 767px) {
  .blockquote1:after {
    display: none;
  }
}
.blockquote1:before {
  width: 27px;
  height: 22px;
  background: url(../images/quote-left.png) no-repeat 0;
  top: 72px;
  left: -58px;
  content: '';
  position: absolute;
}
@media (max-width: 767px) {
  .blockquote1:before {
    display: none;
  }
}
.blockquote1 .content {
  padding: 43px 44px 48px;
  font: italic 400 22px/30px "Exo", sans-serif;
  color: #b6b5b5;
  border: 2px solid #ffffff;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 767px) {
  .blockquote1 .content {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
  }
}
.blockquote1 .content:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 23px;
  background: url(../images/triangle.png) no-repeat center 0;
  bottom: -23px;
  left: 50%;
  margin-left: -14px;
}
.blockquote1 .author a {
  margin-top: 36px;
  display: inline-block;
  font: 700 18px/22px "Exo", sans-serif;
  color: #ffffff;
}
.blockquote1 .author a:hover {
  color: #163D6F;
}
/* ======= Newsletter Form ======= */
.newsletter-form {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  margin-top: 4px;
  position: relative;
  display: inline-block;
  /* Submit Button GO */
  /* Error message style */
  /* Error message appears */
}
.newsletter-form #form1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.newsletter-form .button {
  display: inline-block;
  font: 400 24px/24px "Exo", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #163D6F;
  padding: 14px 0 5px;
  width: 100%;
  height: 49px;
  outline: none !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsletter-form .button:hover {
  color: #ffffff;
  background: #0d9fa5;
}
@media (max-width: 979px) {
  .newsletter-form .button {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .newsletter-form .button {
    margin-top: 20px;
  }
}
.newsletter-form .success {
  position: absolute;
  font-size: 11px;
  line-height: 14px;
  bottom: -22px;
  left: 50%;
  margin-left: -95px;
  color: #163D6F;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .newsletter-form .success {
    font-size: 10px;
    line-height: 11px;
    bottom: -20px;
  }
}
.newsletter-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/24px "Exo", sans-serif;
  color: #acacac;
  padding: 11px 15px;
  width: 599px;
  margin-left: 43px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  height: 49px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .newsletter-form input {
    width: 428px;
  }
}
@media (max-width: 979px) {
  .newsletter-form input {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .newsletter-form input {
    width: 100%;
    margin-left: 0;
  }
}
.newsletter-form input:focus {
  outline: none;
}
.newsletter-form .name {
  position: relative;
}
.newsletter-form .email {
  position: relative;
}
.newsletter-form .error {
  text-align: left;
  font-size: 9px;
  line-height: 9px;
  position: absolute;
  top: 0;
  right: 5px;
  display: none;
  color: #080707;
}
.newsletter-form .invalid .error {
  display: block;
}
/* ======= Banner 4 Newsletter form ======= */
.banner4 {
  padding: 57px 0 51px;
}
.banner4 h6 {
  margin-top: 7px;
  display: inline-block;
}
@media (max-width: 767px) {
  .banner4 h6 {
    margin-bottom: 20px;
  }
}
/* ======= banner 5 Phone us ======= */
.banner5 {
  padding: 32px 0 25px;
  border-top: 1px solid #d1d1d1;
}
.banner5 h6 {
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .banner5 h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.banner5 .phone {
  display: inline-block;
  font: 600 36px/36px "Exo", sans-serif;
  color: #191919;
  text-transform: uppercase;
  margin-left: 25px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .banner5 .phone {
    font-size: 30px;
    line-height: 30px;
  }
}
.banner5 .schedule {
  margin-top: -10px;
  font: 400 24px/30px "Exo", sans-serif;
  color: #191919;
}
@media (max-width: 767px) {
  .banner5 .schedule {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .banner5 {
    padding: 20px 0 20px;
  }
  .banner5 h6 {
    margin-top: 0;
    display: block;
    text-align: center;
  }
  .banner5 .phone {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .banner5 .schedule {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .banner5 {
    padding: 20px 0;
  }
}
/* ======= Post 3 In a nutshell ======= */
.post3 {
  margin-top: 25px;
  margin-bottom: 29px;
}
.post3 .h7 {
  margin-bottom: 21px;
}
.post3 img {
  margin-top: 7px;
  border: 1px solid #d6d6d6;
}
.post3 .button {
  margin-top: 31px;
  text-align: right;
}
.post3.__inset1 {
  margin-bottom: -22px;
}
@media (max-width: 767px) {
  .post3.__inset1 {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .post3 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Post 4 Our team ======= */
.post4 {
  margin-top: 62px;
  margin-bottom: 93px;
}
.post4 img {
  border: 1px solid #d6d6d6;
  margin-bottom: 33px;
}
.post4 .h8 {
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .post4 img {
    width: 100%;
  }
}
/* ======= Post 5 What can u expect ======= */
.post5 {
  margin-top: 57px;
  margin-bottom: 45px;
}
/* ======= Post 6 Main Services ======= */
.post6 {
  position: relative;
  padding-left: 95px;
  margin-top: 58px;
  margin-bottom: -8px;
}
.post6:hover .label {
  background: #163D6F;
  border-color: #ffffff;
}
.post6 .label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font: 900 30px/62px "Exo", sans-serif;
  color: #080707;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  width: 64px;
  height: 64px;
  border-radius: 200px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.post6 .h8 {
  margin-bottom: 10px;
}
/* ======= Post 7 Construction ======= */
.post7 img {
  float: left;
  margin-right: 22px;
  margin-top: 7px;
}
.post7 .h7 {
  color: #ffffff;
}
.post7 .button {
  text-align: right;
  margin-top: 31px;
}
.post7.first {
  padding-left: 40px;
}
.post7.second {
  padding-right: 30px;
}
.post7 p {
  overflow: hidden;
}
@media (max-width: 767px) {
  .post7.first,
  .post7.second {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .post7 img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* ======= Post 8 Portfolio ======= */
.post8 {
  margin-top: 40px;
  margin-bottom: -22px;
  border: 1px solid #d6d6d6;
  padding-bottom: 0px;
}
.post8 .gallery_image {
  border-bottom: 0px solid #fff;
  width: 100%;
/*  margin-bottom: 30px; */
    opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.post8 .h7,
.post8 p {
  padding: 0 15px 0 19px;
}
.post8 .h7 {
  margin-bottom: -1px;
}
@media (max-width: 767px) {
.post8 {
  margin-top: 40px;
  margin-bottom: -22px;
  border: 1px solid #d6d6d6;
  padding-bottom: 0px;
}
}
@media (max-width: 479px) {
.post8 {
  margin-top: 30px;
  margin-bottom: -22px;
  border: 1px solid #d6d6d6;
  padding-bottom: 0px;
}
}
/* ======= Post 9 Blog ======= */
.post9 {
  margin-top: 55px;
  margin-bottom: -16px;
}
.post9 .header {
  margin-bottom: 1px;
}
.post9 .info {
  margin-bottom: 24px;
}
.post9 .comments {
  text-align: right;
}
@media (max-width: 767px) {
  .post9 .comments {
    text-align: left;
  }
}
.post9 img {
  border: 1px solid #d6d6d6;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .post9 img {
    width: 100%;
  }
}
.post9 .button {
  margin-top: 31px;
  text-align: right;
}
@media (max-width: 767px) {
  .post9 {
    margin-bottom: 55px;
  }
}
/* ======= Post 10 Categories ======= */
.post10 {
  margin-top: 56px;
  margin-bottom: 94px;
}
/* ======= Post 11 Recent Posts ======= */
.post11 {
  margin-top: 25px;
  margin-bottom: -22px;
}
.post11 img {
  float: left;
  border: 0px solid #d6d6d6;
  margin-right: 30px;
  margin-top: 7px;
}
.post11 .h7 {
  margin-bottom: -1px;
}
@media (min-width: 980px) {
  .post11 p {
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .post11 p {
    overflow: hidden;
  }
}
/* ======= Post 12 Privacy policy ======= */
.post12 {
  margin-top: 55px;
  margin-bottom: -32px;
}
.post12 .h7 {
  margin-bottom: -1px;
}
.post12 .simple-link {
  display: inline-block;
  margin-top: 22px;
}
.post13 img {
  border: 1px solid #ffffff;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 22px;
  position: relative;
  font: 400 12px/22px "Exo", sans-serif;
  color: #163D6F;
  text-transform: uppercase;
}
.list1 li a:hover {
  color: #080707;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/arrow1.png) no-repeat center;
  left: 0;
  top: 2px;
}
.list1 li + li {
  margin-top: 10px;
}
/* ======= List 2 ======= */
.list2 li {
    margin-left: 15px;
  padding-left: 17px;
  position: relative;
  list-style-type: decimal;
}
.list2 li a:hover {
  color: #080707;
}
.list2 li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.list2 li + li {
  margin-top: 10px;
}

.list3{position:relative; overflow:hidden; padding:0 0 0 0px;}
.list3 li{background:url(../images/button_ok.png) 0 0 no-repeat; padding:0 0 6px 30px;}

/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
/*  background: #a5a5a5; */
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 62px;
  border: 1px solid #d6d6d6;
}
.google-map_contacts iframe {
  width: 100%;
  height: 466px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= News Map  ======= */
.news_contacts {
  margin-top: 62px;
  border: 0px solid #d6d6d6;
}
.news_contacts iframe {
  width: 100%;
  height: 930px;
}
@media (max-width: 767px) {
  .news_contacts iframe {
    height: 930px;
  }
}
/* ======= Video  ======= */
.video-map_contacts {
  margin-top: 12px;
  border: 1px solid #d6d6d6;
}
.video-map_contacts iframe {
  width: 100%;
  height: 432px;
}
@media (max-width: 979px) {
  .video-map_contacts iframe {
    height: 276px;
  }
}
@media (max-width: 767px) {
  .video-map_contacts iframe {
    height: 236px;
  }
}
/* ======= Adresse Startseite ====== */
.adresse-start {    
font-size: 13px;
}

@media (max-width: 1199px) {
  .adresse-start {
    font-size: 11px;
  }
}
@media (max-width: 979px) {
  .adresse-start {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .adresse-start {
    font-size: 12px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: 55px;
}
.address-block1 {
  margin-top: 15px;
}
.address-block .h7 {
  margin-bottom: 21px;
}
.address-block1 .h7 {
  margin-bottom: 11px;
}
.address-block address {
  margin-bottom: 22px;
}
.address-block1 address {
  margin-bottom: 12px;
}
.address-block .wrapper {
  display: block;
}
.address-block1 .wrapper {
  display: block;
}
.address-block .wide {
  display: inline-block;
  min-width: 75px;
}
.address-block1 .wide {
  display: inline-block;
  min-width: 65px;
}
@media (min-width: 780px) and (max-width: 979px) {
  .address-block .wide {
    display: block;
    margin-top: 5px;
  }
  .address-block1 .wide {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .address-block1 {
    text-align:center;
  }
}
.address-block .our-address {
  display: block;
  margin-bottom: 24px;
}
.address-block .numbers {
  display: inline-block;
  min-width: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address-block .numbers {
    display: block;
    min-width: 70px;
  }
}
.simple-link {
  text-decoration: underline;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  background: #ffffff;
}
#footer .wrapper {
/*  border-top: 1px solid #d1d1d1; */
  padding: 25px 0;
}
#footer h1 {
  font: 700 36px/36px "Exo", sans-serif;
  color: #272829;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#footer h1 a:hover {
  color: #272829;
}
#footer .privacy-block {
  text-transform: uppercase;
  font: 400 14px/22px "Exo", sans-serif;
color: #414141;
position: relative;
}
#footer .socials1 {
  margin-top: 13px;
}
#footer .socials1 li a i {
  font-size: 22px;
  line-height: 22px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  text-align: center;
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #2c2c2d;
  border-radius: 200px;
  background: #d4d4d4;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  background: #163D6F;
  outline: none;
  color: #f0f0f0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

.tbl {width:90%;}