/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v8-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'), url('../fonts/noto-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/noto-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/noto-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/noto-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/noto-sans-v8-latin-regular.svg#NotoSans') format('svg');
  /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v8-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('../fonts/noto-sans-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/noto-sans-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/noto-sans-v8-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/noto-sans-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/noto-sans-v8-latin-700.svg#NotoSans') format('svg');
  /* Legacy iOS */
}
/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v7-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Noto Serif'), local('NotoSerif'), url('../fonts/noto-serif-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/noto-serif-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/noto-serif-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/noto-serif-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/noto-serif-v7-latin-regular.svg#NotoSerif') format('svg');
  /* Legacy iOS */
}
/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v7-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url('../fonts/noto-serif-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/noto-serif-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/noto-serif-v7-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/noto-serif-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/noto-serif-v7-latin-700.svg#NotoSerif') format('svg');
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
body .contact-form .bee {
  display: none!important;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: 'Open Sans';
  color: #396EB4;
  font-weight: 400;
  font-size: 28px;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
h2 .border {
  display: block;
  height: 2px;
  width: 120px;
  background-color: #95B053;
  margin-top: 20px;
  margin-bottom: 30px;
}
main#site-content {
  flex: 1;
}
.col-lg-9 {
  width: 100%;
}
div.col-md-8 {
  padding-top: 200px;
  padding-bottom: 50px;
}
.site-service div.col-md-8 {
  padding-top: 160px;
}
div.col-md-12 {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.site-referenzen div.col-md-12 {
  padding: 40px;
}
.hg-hellblau {
  background-color: rgba(57, 110, 180, 0.2);
  height: 1700px;
  padding-top: 700px;
  margin-top: -180px;
}
.site-service div.hg-hellblau {
  padding-top: 100px;
  height: 1000px;
  margin-top: 0px;
}
.img-txt {
  position: relative;
  margin: 0 auto;
}
.img-txt img {
  vertical-align: middle;
}
.img-txt .content {
  position: absolute;
  bottom: 0;
  background: #000000;
  /* Fallback color */
  background: rgba(57, 110, 180, 0.9);
  /* Black background with 0.5 opacity */
  color: #fff;
  width: 50%;
  padding: 30px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.site-partner div.hg-black-blue {
  background-color: #282828;
  height: 400px;
  margin-top: 0px;
  width: 80%;
  color: #fff;
  border: none;
  padding: 0px;
  border-bottom-style: solid;
  border-bottom-color: #95B053;
  border-bottom-width: 6px;
  font-size: 16px;
  text-align: center;
}
.site-partner div.hg-black-green {
  background-color: #282828;
  height: 400px;
  margin-top: 20px;
  width: 80%;
  border: none;
  padding: 0px;
  color: #fff;
  float: right;
  border-bottom-style: solid;
  border-bottom-color: #95B053;
  border-bottom-width: 6px;
  font-size: 16px;
  text-align: center;
}
.site-partner div.hg-hellgruen {
  padding-top: 150px;
  height: 600px;
  margin-top: 0px;
}
.site-partner h3 {
  color: #95B053;
  text-align: center;
  font-size: 24px;
}
.site-service div.hg-hellgruen {
  padding-top: 100px;
  height: 1000px;
  margin-top: 0px;
}
.site-service div.hg-white {
  height: 400px;
  background-color: #fff;
}
.site-start .hg-white {
  height: 650px;
  background-color: #fff;
}
.site-start section.container.padding.info {
  margin-top: 600px;
}
.site-start a.link {
  color: #95B053;
}
.site-start a.link:hover,
.site-start a.link:focus {
  color: #95B053 !important;
  text-decoration: underline;
}
.site-kontakt a.link {
  color: #95B053;
}
.site-kontakt a.link:hover,
.site-kontakt a.link:focus {
  color: #95B053 !important;
  text-decoration: underline;
}
.site-start .link {
  color: #95B053;
}
.site-start a.link:hover,
.site-start a.link:focus {
  color: #95B053 !important;
  text-decoration: underline;
}
.site-kontakt .link {
  color: #95B053;
}
.site-kontakt a.link:hover,
.site-kontakt a.link:focus {
  color: #95B053 !important;
  text-decoration: underline;
}
.hg-hellgruen {
  background-color: rgba(149, 176, 83, 0.1);
  height: 1600px;
  padding-top: 100px;
  margin-top: -180px;
}
.bg-kontakt {
  position: relative;
}
.bg-kontakt.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-kontakt .bg-kontaktImg {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  right: 0;
  width: 75%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 1px;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin: 0;
  z-index: 0;
}
.bg-kontakt .bg-kontaktImg::before {
  background-color: rgba(143, 143, 142, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#background-carousel .carousel .item,
#background-carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  float: right;
  right: 0;
}
.item-red {
  border-bottom-style: solid;
  border-width: 8px;
  border-color: #CA606E;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
#background-carousel.haus-blau:before {
  content: "";
  background-image: url("../img/Haus-Blau.png");
  width: 300px;
  height: 300px;
  position: absolute;
  left: -147px;
  bottom: -9px;
  background-repeat: no-repeat;
  z-index: 99;
}
#background-carousel.haus-gruen:before {
  content: "";
  background-image: url("../img/Haus-Gruen.png");
  width: 300px;
  height: 300px;
  position: absolute;
  right: -152px;
  bottom: -9px;
  background-repeat: no-repeat;
  z-index: 99;
}
#video-img.haus-rot:before {
  content: "";
  background-image: url("../img/Haus-Rot.png");
  width: 300px;
  height: 300px;
  position: absolute;
  left: -147px;
  bottom: 0px;
  background-repeat: no-repeat;
  z-index: auto;
}
.haus-image-blau {
  background-image: url("../img/Haus-Blau.png");
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  margin-top: -411px;
  margin-left: 365px;
}
.haus-image-gruen {
  background-image: url("../img/Haus-Gruen.png");
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  margin-top: 190px;
  margin-left: 1900px;
}
.haus-image-rot {
  background-image: url("../img/Haus-Rot.png");
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  margin-top: 400px;
  margin-left: 365px;
}
#video-img {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#video-img a {
  height: 100%;
  display: block;
}
.img-icon-energieausweis {
  background-image: url(../img/interface.png);
  background-size: auto 210px;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.img-icon-finanzierung {
  background-image: url(../img/business-pack.png);
  background-size: auto 210px;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.img-icon-notar {
  background-image: url(../img/business-and-finance.png);
  background-size: auto 210px;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.img-icon-versicherung {
  background-image: url(../img/home.png);
  background-size: auto 210px;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.img-icon-umzug {
  background-image: url(../img/over-wheels.png);
  background-size: auto 210px;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.img-icon-bueroklammer {
  background-image: url(../svg/bueroklammer.svg);
  background-size: 80px auto;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  background-position-x: 450px;
  background-position-y: 40px;
}
.btn-primary {
  color: #fff;
  background-color: #95B053;
  border-color: transparent;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 1px;
  box-shadow: 4px 4px 10px #282828;
  display: block;
}
.btn-primary:hover {
  background-color: #396EB4;
  color: white;
  border-color: transparent;
  display: block;
}
.btn-video {
  color: #fff;
  background-image: url("../img/youtube-btn.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition-duration: 0.4s;
  cursor: pointer;
  box-shadow: 4px 4px 10px #282828;
}
.toContent {
  color: black;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  width: 60%;
  margin-left: 0px;
}
.glyphicon-menu-down {
  background-color: black;
  height: 50px;
  width: 50px;
  border-radius: 0px;
  color: white;
  text-align: center;
  padding-top: 25px;
  float: right;
}
.glyphicon-menu-down:hover {
  background-color: #95B053;
  transition-duration: 0.4s;
  cursor: pointer;
}
div.bg-white {
  background-color: white;
  padding: 25px;
  float: left;
  margin-bottom: -20px;
}
a.black-blau {
  color: black;
  text-decoration: none;
}
a.black-blau :hover {
  color: #396EB4;
}
a.black-gruen {
  color: black;
  text-decoration: none;
}
a.black-gruen :hover {
  color: #95B053;
}
a.black-rot {
  color: black;
  text-decoration: none;
}
a.black-rot :hover {
  color: #CA606E;
}
.site-service header#site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("../img/Buero-Nachmittag.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -40px;
  background-position: center;
  height: 400px;
}
.site-service header#site-header nav.navbar.navbar-default {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.site-medien header#site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("../img/Buero-Nachmittag.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -40px;
  background-position: center;
  height: 400px;
}
.site-medien header#site-header nav.navbar.navbar-default {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.site-referenzen header#site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("../img/Buero-Nachmittag.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -40px;
  background-position: center;
  height: 400px;
}
.site-referenzen header#site-header nav.navbar.navbar-default {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.site-partner header#site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("../img/Buero-Nachmittag.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -40px;
  background-position: center;
  height: 400px;
}
.site-partner header#site-header nav.navbar.navbar-default {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.site-informationen header#site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("../img/Buero-Nachmittag.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -40px;
  background-position: center;
  height: 400px;
}
.site-informationen header#site-header nav.navbar.navbar-default {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.site-kontakt header#site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("../img/kontakt-as.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -40px;
  background-position: center;
  height: 400px;
}
.site-kontakt header#site-header nav.navbar.navbar-default {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
header#site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("../img/header-as.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 590px;
}
header#site-header nav.navbar.navbar-default {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.site-start div.container.margin {
  margin-bottom: 45px;
  text-shadow: 4px 4px 8px #282828;
  color: white;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  position: sticky;
  z-index: 999;
  width: 100%;
  transition: 0.8s;
}
.navbar-header {
  background-color: transparent!important;
}
.navbar-header a.navbar-brand {
  height: 40px;
  position: relative;
  z-index: 0;
}
.navbar-header a.navbar-brand img {
  width: 48%;
  margin-top: 10px;
  float: left;
  margin-left: -220px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: black;
  color: #95B053;
}
.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  line-height: 53px;
  font-size: 18px;
}
.site-start header#site-header #Claim span {
  font-size: 50px;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.site-service header#site-header #Claim span {
  display: none;
}
.site-referenzen header#site-header #Claim span {
  display: none;
}
.site-partner header#site-header #Claim span {
  display: none;
}
.site-informationen header#site-header #Claim span {
  display: none;
}
.site-kontakt header#site-header #Claim span {
  display: none;
}
#bottom {
  position: absolute;
  bottom: 20px;
}
a {
  color: #fff;
}
a:hover,
a:focus {
  color: #95B053;
}
.toContent {
  position: absolute;
  color: #95B053;
  font-size: 50px;
  line-height: normal;
  display: block;
  text-align: center;
  width: 20%;
  margin-top: -8px;
}
.glyphicon-menu-down {
  background-color: black;
  padding: 15px;
}
.navbody {
  margin: 0;
  padding: 0;
  /* make it look decent enough */
  color: #cdcdcd;
  font-family: 'Open Sans';
  font-weight: 400;
}
div.bg-black {
  background-color: black;
  height: 100px;
  width: 100px;
  text-align: center;
  padding-top: 40px;
  padding-left: 32px;
  margin-top: 160px;
}
#menuToggle {
  display: block;
  position: relative;
  top: -70px;
  left: 0px;
  position: fixed;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: #95B053;
}
#menuToggle input {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  margin-top: 160px;
  -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0px;
  padding: 50px;
  padding-top: 130px;
  position: fixed;
  opacity: 0.85;
  background: black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu li {
  padding: 10px 0;
  font-size: 22px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}
.bg-image {
  position: relative;
}
.bg-image:after {
  content: "";
  background-image: url("../img/inge-neu_2025_rund_pass.png");
  background-repeat: no-repeat;
  background-size: 280px auto;
  width: 490px;
  position: absolute;
  bottom: 0;
  height: 420px;
  right: -545px;
}
.hg-rot {
  background-color: #396EB4;
  color: #fff;
  margin-top: 420px;
  box-shadow: 8px 8px 10px #282828;
}
.hg-rot h1,
.hg-rot h2,
.hg-rot h3 {
  color: #fff;
  font-size: 22px;
}
.hg-blau {
  background-color: #396EB4;
  color: #fff;
  margin-top: 420px;
  box-shadow: 8px 8px 10px #282828;
}
.hg-blau h1,
.hg-blau h2,
.hg-blau h3 {
  color: #fff;
  font-size: 22px;
}
.hg-gruen {
  background-color: #95B053;
  color: #fff;
  margin-top: 820px;
  box-shadow: 8px 8px 10px #282828;
}
.hg-gruen h1,
.hg-gruen h2,
.hg-gruen h3 {
  color: #fff;
  font-size: 22px;
}
.ueberlagern {
  position: absolute;
  z-index: 2;
  right: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  top: 0;
  width: 28%;
  font-size: 16px;
}
.hg-blau.ueberlagern {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 140px;
  padding: 40px;
  width: 80%;
}
.hg-gruen.ueberlagern {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -550px;
  padding: 40px;
  width: 80%;
  margin-left: 600px;
}
.position {
  position: relative;
}
strong.gruen {
  color: #95B053;
}
ul li {
  line-height: 30px;
}
h3.paddingleft {
  padding-left: 20px;
}
ul.paddingleft {
  padding-left: 30px;
}
.border {
  border-radius: 10px;
}
div.col-xs-6.hg-black {
  background-color: black;
  color: #ffffff;
  padding: 30px;
  text-align: center;
  width: 400px;
}
div.col-xs-6.hg-white {
  background-color: #FFFFFF;
  color: black;
  padding: 13px;
  text-align: left;
  width: 400px;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: orange;
  margin-right: 15px;
}
section.container-hg {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.site-start .bgimage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  width: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 1px;
  max-width: none;
  height: 100%;
  max-height: 700px;
  min-height: auto;
  margin: 0;
  z-index: 0;
}
Border5 {
  height: 5px;
  background-color: #95B053;
  position: absolute;
  width: 65%;
  bottom: 0;
  left: 0;
}
.Border5right {
  height: 5px;
  background-color: #95B053;
  position: absolute;
  width: 53%;
  bottom: 0;
  right: 0;
}
.Border5left {
  height: 5px;
  background-color: #95B053;
  position: absolute;
  width: 53%;
  bottom: 0;
  left: 0;
}
#background-carousel {
  position: relative;
  width: 80%;
  z-index: 0;
  left: 0;
  height: 400px;
}
#background-carousel .carousel,
#background-carousel .carousel-inner {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#background-carousel .carousel .item,
#background-carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
#background-carousel {
  position: relative;
  width: 80%;
  z-index: 0;
  left: 0;
  height: 400px;
}
#background-carousel .carousel,
#background-carousel .carousel-inner {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#background-carousel .carousel .item-green,
#background-carousel .carousel-inner .item-green {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
#background-carousel-video {
  position: relative;
  width: 50%;
  z-index: 0;
  left: 0;
  height: 400px;
}
#background-carousel-video .carousel,
#background-carousel-video .carousel-inner {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#background-carousel-video .carousel .item,
#background-carousel-video .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
#background-carousel:after {
  position: absolute;
  height: 5px;
  background-color: #396EB4;
  width: 65%;
}
#background-carousel:after {
  position: absolute;
  height: 5px;
  background-color: #95B053;
  width: 65%;
}
div.floatright {
  position: absolute;
  right: 0;
  float: right;
}
div.floatleft {
  position: absolute;
  left: 0;
  float: left;
}
.btn-group {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.btn-default {
  color: #fff;
  background-color: #396EB4;
  border-radius: 0;
  display: inline-block;
  padding: 15px 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #396EB4;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  background-color: #396EB4;
  border-radius: 0;
}
.btn-default-green {
  color: #fff;
  background-color: #95B053;
  border-radius: 0;
  display: inline-block;
  padding: 15px 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #95B053;
  border-color: transparent;
}
.btn-default-green:hover,
.btn-default-green:focus {
  color: #fff;
  background-color: #95B053;
  border-radius: 0;
}
.LeistungsBox {
  background-color: white;
  padding: 25px 25px;
  position: relative;
  height: 145px;
}
.LeistungsBox a {
  display: block;
}
.LeistungsBox a:hover {
  text-decoration: none;
}
.LeistungsBox h4 {
  font-size: 20px;
}
.LeistungsBox p {
  margin: 0;
  color: gray;
  font-size: 18px;
}
.LeistungsBox-Blau {
  background-color: #396EB4;
  position: relative;
  height: 145px;
  padding-top: 35px;
  padding-left: 30px;
  box-shadow: 8px 8px 10px #282828;
}
.LeistungsBox-Blau a {
  display: block;
}
.LeistungsBox-Blau a:hover {
  text-decoration: none;
}
.LeistungsBox-Blau h3 {
  color: white;
  font-size: 20px;
  line-height: 35px;
}
.LeistungsBox-Blau p {
  margin: 0;
  color: white;
  font-size: 18px;
}
.LeistungsBox-Gruen {
  background-color: #95B053;
  position: relative;
  height: 145px;
  padding-top: 35px;
  padding-left: 30px;
  box-shadow: 8px 8px 10px #282828;
}
.LeistungsBox-Gruen a {
  display: block;
}
.LeistungsBox-Gruen a:hover {
  text-decoration: none;
}
.LeistungsBox-Gruen h3 {
  color: white;
  font-size: 20px;
  line-height: 35px;
}
.LeistungsBox-Gruen p {
  margin: 0;
  color: white;
  font-size: 18px;
}
.LeistungsBox-Black {
  background-color: black;
  position: relative;
  height: 145px;
  padding-top: 35px;
  box-shadow: 8px 8px 10px #282828;
}
.LeistungsBox-Black a {
  display: block;
}
.LeistungsBox-Black a:hover {
  text-decoration: none;
}
.LeistungsBox-Black h3 {
  color: white;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
}
.LeistungsBox-Black p {
  margin: 0;
  color: white;
  font-size: 18px;
  line-height: 40px;
}
.LeistungsBox:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #396EB4;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.LeistungsBox:hover:after {
  width: 100%;
}
.Leistung-Blau {
  color: #396EB4;
}
.Leistung-Gruen {
  color: #95B053;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.margin-bottom-30 {
  margin-bottom: 20px;
}
i.immo-btn {
  background-image: url("../img/immowelt.png");
  background-size: 100px 100px;
  background-repeat: no-repeat;
}
.site-referenzen div.col-md-12 {
  padding-bottom: 150px;
}
footer#site-footer #FooterNav {
  text-align: center;
  background-position: bottom;
  height: 120px;
  padding-top: 45px;
}
.hg-black {
  background-color: black;
  color: #fff;
}
footer#site-footer #FooterInfo {
  line-height: 30px;
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/Platzhalter_05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;*/
}
footer#site-footer #FooterInfo hr.bg-kontakt {
  margin: 0;
  border: 0;
  background-image: url("../img/Buero-Nachmittag.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
  z-index: 999;
}
footer#site-footer #FooterInfo hr.bg-kontakt p {
  margin: 0;
  font-size: 24px;
  text-align: center;
  padding-bottom: 60px;
}
.glyphicon-earphone {
  color: #396EB4;
  display: block;
  font-size: 30px;
}
.glyphicon-earphone a:hover {
  color: #396EB4;
}
.glyphicon-envelope {
  color: #95B053;
  display: block;
  font-size: 30px;
}
.glyphicon-globe {
  color: #CA606E;
  display: block;
  font-size: 30px;
}
a.glyphicon {
  color: black;
  font-family: 'Open Sans';
  font-weight: 400;
  text-align: center;
  line-height: 50px;
}
a:hover,
a:focus {
  color: #95B053;
  text-decoration: none;
}
div.col-sm-12.col-md-4 {
  text-align: center;
}
.img-responsive {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
}
p.center {
  text-align: center;
  font-size: 24px;
  padding-bottom: 25px;
}
.site-impressum .link {
  color: #95B053 !important;
}
.site-impressum .link:hover,
.site-impressum a.link:focus {
  color: #95B053 !important;
  text-decoration: underline;
}
.site-datenschutz a.link {
  color: #95B053 !important;
}
.site-datenschutz .link:hover,
.site-datenschutz a.link:focus {
  color: #95B053 !important;
  text-decoration: underline;
}
.site-widerrufsrecht .link {
  color: #95B053 !important;
}
.site-widerrufsrecht .link:hover,
.site-widerrufsrecht a.link:focus {
  color: #95B053 !important;
  text-decoration: underline;
}
.accordion.einfamilienhaeuser {
  cursor: pointer;
  padding: 18px;
  width: 80%;
  height: 200px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/modernes-haus-as.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 26px;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 4px #282828;
}
.accordion.anlagenobjekte {
  cursor: pointer;
  padding: 18px;
  width: 80%;
  height: 200px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/altbau-as.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 26px;
  color: white;
  text-align: center;
  margin-left: 20%;
  text-shadow: 2px 2px 4px #282828;
}
.accordion.eigentumswohnungen {
  cursor: pointer;
  padding: 18px;
  width: 80%;
  height: 200px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/eigentumswohnungen-as.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 26px;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 4px #282828;
}
.accordion.reiterhoefe {
  cursor: pointer;
  padding: 18px;
  width: 80%;
  height: 200px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/reiterhof-as.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 26px;
  color: white;
  text-align: center;
  margin-left: 20%;
  text-shadow: 2px 2px 4px #282828;
}
.accordion.vermietung {
  cursor: pointer;
  padding: 18px;
  width: 80%;
  height: 200px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/wohnraum-as.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 26px;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 4px #282828;
}
.active,
.accordion:hover {
  background-color: black;
}
.accordion:after {
  content: '\002B';
  color: #95B053;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.panel {
  width: 80%;
  padding: 0px 40px;
  background-color: #F0F0F0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: black;
  border-radius: 0px;
  border-top-style: solid;
  border-top-color: #95B053;
  border-top-width: 8px;
  margin-bottom: 40px;
}
.ref-img1 {
  background-image: url("../img/reiterhof-ref-as.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ref-img2 {
  background-image: url("../img/modernes-haus-ref-as.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ref-img3 {
  background-image: url("../img/handschlag-ref-as.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ref-img4 {
  background-image: url("../img/wohnzimmer-mit-kamin-ref-as.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ref-img5 {
  background-image: url("../img/modernes-haus-ref-as.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ref-img6 {
  background-image: url("../img/modernes-haus-ref-as.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.site-referenzen {
  /* Carousel Styles */
  /* Carousel Header Styles */
}
.site-referenzen .carousel-indicators .active {
  background-color: #95B053;
  display: none;
}
.site-referenzen .carousel-indicators li {
  display: none!important;
}
.site-referenzen .carousel-inner img {
  width: 100%;
  height: 460px;
}
.site-referenzen .carousel-control {
  width: 0;
}
.site-referenzen .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
.site-referenzen .carousel-control.left {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
.site-referenzen .carousel-control.right span {
  padding-top: 20px;
  margin-right: 5px;
}
.site-referenzen .carousel-control.left span {
  padding: 15px;
}
.site-referenzen .carousel-control .glyphicon-chevron-right,
.site-referenzen .carousel-control .icon-prev,
.site-referenzen .carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
.site-referenzen .carousel-control .glyphicon-chevron-left,
.site-referenzen .carousel-control .icon-prev,
.site-referenzen .carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
.site-referenzen .carousel-control .glyphicon-chevron-left,
.site-referenzen .carousel-control .icon-prev {
  left: 0;
}
.site-referenzen .carousel-control .glyphicon-chevron-right,
.site-referenzen .carousel-control .icon-next {
  right: 0;
}
.site-referenzen .carousel-control.left span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.site-referenzen .carousel-control.right span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.site-referenzen .header-text {
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  width: 50%;
  max-height: 460px;
  color: #fff;
  line-height: 20px;
  background-color: rgba(57, 110, 180, 0.9);
  background-size: auto 460px;
  padding-top: -20px;
  font-size: 14px;
  font-family: 'Open Sans';
  text-align: left;
}
.site-referenzen .header-text span {
  padding: 15px;
}
.site-referenzen .btn-min-block {
  min-width: 170px;
  line-height: 26px;
}
.site-referenzen .btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 5px;
}
.site-referenzen .btn-theme:hover {
  color: #000;
  background-color: #95B053;
  border-color: #95B053;
}
/* Extra Small */
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  .bg-kontakt .bg-kontaktImg,
  #background-carousel {
    width: 100%;
  }
  header#site-header .LogoInfo #telInfo a span.infoK,
  header#site-header .LogoInfo #mailInfo a span.infoK {
    display: inline-block;
  }
  .toTop {
    font-size: 40px;
    bottom: 54px;
    right: 0;
    padding: 15px;
  }
  header#site-header .bgimage {
    width: 100%;
  }
  .bg-image:after {
    content: "";
    background-image: url("../img/inge-neu_2025_rund_pass.png");
    background-repeat: no-repeat;
    background-size: 220px auto;
    width: 250px;
    position: absolute;
    bottom: 200px;
    height: 220px;
    margin-right: 610px;
  }
  .site-start div.col-md-8 {
    padding-top: 150px;
    padding-bottom: 250px!important;
  }
  .site-start header#site-header {
    height: auto;
  }
  header#site-header .LogoInfo > .row > div {
    padding: 85px 15px;
    background-color: rgba(239, 239, 239, 0.9);
  }
  .ueberlagern {
    position: relative;
  }
  header#site-header .LogoInfo {
    top: 0;
    transform: translateY(0%);
  }
  .main-menu li {
    padding: 12px 0;
  }
  .main-menu li .sub-nav {
    font-size: 16px;
  }
  .main-menu li.text-right {
    padding: 12px;
  }
  .col-lg-3 {
    width: 100%;
  }
  footer#site-footer #FooterNav {
    background-position: bottom;
    height: 180px;
    padding-top: 30px;
  }
  .img-responsive {
    width: 100%;
    padding-bottom: 45px;
  }
  .hg-rot {
    margin-top: 0px;
    box-shadow: 5px 5px 8px #282828;
  }
  ul.nav.navbar-nav.navbar-right {
    display: none;
  }
  #background-carousel {
    width: 80%;
  }
  footer#site-footer #FooterNav {
    text-align: center;
    background-position: bottom;
    height: 200px;
    padding-top: 30px;
    line-height: 35px;
  }
  div.col-md-12 {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 300px;
    line-height: 50px;
  }
  .item-red {
    width: 100%;
  }
  .LeistungsBox {
    padding: 15px 25px;
    height: 160px;
  }
  .LeistungsBox.height {
    height: 200px;
  }
  .LeistungsBox-Gruen {
    height: 160px;
    padding-top: 25px;
    padding-left: 20px;
  }
  .LeistungsBox-Blau {
    height: 160px;
    padding-top: 25px;
    padding-left: 20px;
  }
  .LeistungsBox-Black {
    height: 160px;
    padding-top: 45px;
    padding-left: 0px;
  }
  .hg-hellblau {
    height: 1550px;
    padding-top: 400px;
    margin-top: 0px;
  }
  div.col-md-12 {
    padding-top: 50px;
  }
  div.col-md-12 {
    line-height: 32px;
  }
  .hg-hellgruen {
    margin-top: -130px;
    height: 1750px;
  }
  .ueberlagern {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #menuToggle {
    top: -160px;
    z-index: 999;
  }
  #background-carousel.haus-gruen:before {
    display: none;
  }
  #background-carousel.haus-blau:before {
    display: none;
  }
  #background-carousel {
    width: 100%;
    height: 250px;
  }
  .col-lg-3 {
    width: 100%;
  }
  .ueberlagern {
    top: 25px;
  }
  div.col-md-8 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .site-start section.container.padding.info {
    margin-top: 600px;
  }
  .site-start header#site-header {
    height: 500px;
  }
  .navbar-toggle {
    display: none;
  }
  .site-start div.col-md-8 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .site-start .hg-hellblau {
    height: 2450px;
    padding-top: 350px;
    margin-top: 0px;
  }
  .site-start .hg-white {
    height: 700px;
    background-color: #fff;
  }
  .hg-hellgruen {
    margin-top: 0px;
    height: 2100px;
  }
  .site-start section.container.padding.info {
    margin-top: 280px;
  }
  div.col-md-12 {
    padding-bottom: 100px;
  }
  .site-service div.hg-hellblau {
    padding-top: 0px;
    height: 1500px;
    margin-top: 100px;
  }
  .site-service div.hg-hellgruen {
    padding-top: 80px;
    height: 1200px;
    margin-top: 0px;
  }
  .site-kontakt header#site-header {
    background-position-x: -850px;
    background-position-y: 0px;
  }
  .site-partner div.hg-black-blue {
    height: 950px;
    padding: 0px;
    width: 100%;
  }
  .site-partner div.hg-black-green {
    height: 1100px;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
  }
  .site-partner h3 {
    padding-top: 50px;
  }
  button.accordion {
    width: 100%!important;
    margin-left: 0%!important;
    font-size: 22px!important;
  }
  .panel {
    width: 100%!important;
    margin-left: 0%!important;
  }
  .site-start header#site-header {
    height: 400px;
  }
  div.bg-white {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .navbar-header a.navbar-brand img {
    width: 75%;
    margin-top: 0px;
    float: left;
    margin-left: 60px;
  }
  .site-referenzen div.col-md-12 {
    padding: 0px;
  }
  .site-referenzen .header-text {
    width: 100%!important;
    top: 100%!important;
    padding: 15px!important;
    max-height: 800px!important;
  }
  .site-referenzen .carousel-inner {
    position: relative;
    width: 100%!important;
    height: 1100px!important;
  }
  .site-referenzen div.col-md-12.slidertxt {
    line-height: 20px;
  }
  .site-referenzen div#FooterInfo.hg-white.padding {
    padding-top: 100px;
  }
  .site-referenzen footer#site-footer #FooterNav {
    margin-top: 100px;
  }
  .site-referenzen .carousel-inner img {
    background-position: 5%;
    background-position-x: center;
  }
  div.bg-black {
    background-color: black;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 20px;
    padding-left: 15px;
    margin-top: 160px;
  }
  #menuToggle input {
    display: block;
    width: 60px;
    height: 60px;
  }
  #menuToggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
  }
  #menu {
    position: absolute;
    width: 220px;
    margin: -150px 0 0 0px;
    padding: 70px;
    padding-top: 100px;
    position: fixed;
    opacity: 0.85;
    background: black;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    height: 415px;
  }
  #menu li {
    font-size: 14px;
    padding: 3px 2px;
  }
  ul li {
    line-height: 24px;
  }
}
/* Small */
@media (min-width: 768px) and (max-width: 1199px) {
  .bg-kontakt .bg-kontaktImg,
  #background-carousel {
    width: 100%;
  }
  .site-start header#site-header {
    height: 400px;
  }
  .ueberlagern {
    position: relative;
  }
  header#site-header .LogoInfo #telInfo a span.infoK,
  header#site-header .LogoInfo #mailInfo a span.infoK {
    display: inline-block;
    padding-left: 10px;
  }
  header#site-header .LogoInfo > .row > div #Logo h1 {
    font-size: 50px;
  }
  header#site-header .LogoInfo > .row > div {
    padding: 108px 15px 30px;
  }
  .toTop {
    right: 1%;
  }
  .col-lg-3 {
    width: 100%;
  }
  .hg-rot {
    margin-top: 0px;
    box-shadow: 5px 5px 8px #282828;
  }
  ul.nav.navbar-nav.navbar-right {
    display: none;
  }
  .bg-image:after {
    right: 0px;
  }
  .navbar-header a.navbar-brand img {
    width: 60%;
    margin-top: 0px;
    float: left;
    margin-left: 80px;
  }
  div.bg-white {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #background-carousel {
    width: 80%;
  }
  footer#site-footer #FooterNav {
    text-align: center;
    background-position: bottom;
    height: 200px;
    padding-top: 30px;
    line-height: 35px;
  }
  div.col-md-12 {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 300px;
    line-height: 50px;
  }
  .item-red {
    width: 100%;
  }
  .LeistungsBox {
    padding: 15px 25px;
    height: 160px;
  }
  .LeistungsBox-Gruen {
    height: 160px;
    padding-top: 25px;
    padding-left: 20px;
  }
  .LeistungsBox-Blau {
    height: 160px;
    padding-top: 45px;
    padding-left: 20px;
  }
  .LeistungsBox-Black {
    height: 160px;
    padding-top: 45px;
    padding-left: 0px;
  }
  .hg-hellblau {
    height: 1550px;
    padding-top: 400px;
    margin-top: 0px;
  }
  div.col-md-12 {
    padding-top: 80px;
  }
  div.col-md-12 {
    line-height: 32px;
  }
  .hg-hellgruen {
    margin-top: -130px;
    height: 1550px;
  }
  .ueberlagern {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #menuToggle {
    top: -160px;
    z-index: 999;
  }
  #background-carousel.haus-gruen:before {
    display: none;
  }
  #background-carousel.haus-blau:before {
    display: none;
  }
  #background-carousel {
    width: 100%;
    height: 250px;
  }
  .bg-image::after {
    background-size: 280px auto;
    width: 350px;
    height: 330px;
    right: 0px;
  }
  .col-lg-3 {
    width: 50%;
  }
  .ueberlagern {
    top: -20px;
  }
  div.col-md-8 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .site-start section.container.padding.info {
    margin-top: 400px;
  }
  .site-start header#site-header {
    height: 500px;
  }
  .site-service header#site-header {
    height: 250px;
  }
  .site-referenzen header#site-header {
    height: 250px;
  }
  .site-partner header#site-header {
    height: 250px;
  }
  .site-informationen header#site-header {
    height: 250px;
  }
  .site-medien header#site-header {
    height: 250px;
  }
  .site-kontakt header#site-header {
    height: 250px;
  }
  .navbar-header a.navbar-brand {
    height: 80px;
  }
  .site-service div.col-md-8 {
    padding-top: 150px!important;
    padding-bottom: 50px;
  }
  .site-service div.hg-hellgruen {
    padding-top: 100px;
    height: 900px;
    margin-top: 0px;
  }
  .site-service div.hg-hellblau {
    padding-top: 0px;
    height: 900px;
    margin-top: 60px;
  }
  .col-md-12.slidertxt {
    line-height: 20px;
  }
  .site-referenzen .header-text {
    width: 80%;
  }
  .site-referenzen div.col-md-8 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .site-referenzen .hg-black {
    margin-top: 100px;
  }
  .site-referenzen div#FooterInfo.hg-white.padding {
    padding-top: 100px;
  }
  .site-partner div.hg-black-blue {
    width: 100%;
    height: 600px;
  }
  .site-partner div.hg-black-green {
    width: 100%;
    height: 600px;
  }
  .img-icon-notar {
    background-size: auto 150px;
  }
  .img-icon-versicherung {
    background-size: auto 150px;
  }
  .img-icon-umzug {
    background-size: auto 150px;
  }
  .img-icon-energieausweis {
    background-size: auto 150px;
  }
  .img-icon-finanzierung {
    background-size: auto 150px;
  }
  .site-partner div.hg-black-blue {
    font-size: 14px;
    height: 550px;
  }
  .site-partner div.hg-black-green {
    font-size: 14px;
    height: 550px;
  }
  .site-partner div.col-md-8 {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .site-informationen div.col-md-8 {
    padding-bottom: 0px;
  }
  .site-kontakt .col-sm-7 {
    width: 100%;
  }
  .navbar-header a.navbar-brand {
    height: 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  footer#site-footer #FooterNav {
    text-align: center;
    background-position: bottom;
    height: 100px;
    padding-top: 30px;
    line-height: 35px;
  }
  .site-start.col-lg-3 {
    width: 50%;
  }
  .ueberlagern {
    top: -100px;
    margin-left: 40px;
    margin-top: -40px;
  }
  .bg-image::after {
    content: "";
    background-image: url("../img/inge-neu_2025_rund_pass.png");
    background-repeat: no-repeat;
    background-size: 220px auto;
    width: 220px;
    position: absolute;
    bottom: 95px;
    height: 220px;
  }
  div.col-md-8 {
    padding-top: 150px;
    padding-bottom: 180px;
  }
  .btn-group {
    left: 55%;
  }
  .margin-bottom-30 {
    margin-bottom: 20px;
    margin-left: 50px;
  }
  div.col-md-12 {
    padding-top: 200px;
  }
  div.col-md-12 {
    padding-bottom: 200px;
  }
  .navbar-header a.navbar-brand img {
    width: 40%;
    margin-top: 0px;
    float: left;
    margin-left: 80px;
  }
  .navbar-header a.navbar-brand {
    height: 100px;
  }
  .site-service div.hg-hellblau {
    height: 1000px;
  }
  .site-service div.hg-hellgruen {
    height: 850px;
  }
  .site-referenzen .header-text {
    font-size: 16px;
  }
  .site-referenzen div.col-md-12 {
    padding: 36px;
  }
  .col-md-12.slidertxt {
    line-height: 24px;
  }
  .site-partner div.hg-black-blue {
    font-size: 14px;
    height: 450px;
  }
  .site-partner div.hg-black-green {
    font-size: 14px;
    height: 450px;
  }
  .site-start .hg-hellblau {
    height: 1500px;
    padding-top: 350px;
    margin-top: 0px;
  }
  .site-start .hg-hellgruen {
    margin-top: 0px;
    height: 1500px;
  }
}
/* Large */
@media (min-width: 1200px) and (max-width: 1950px) {
  .bg-image:after {
    right: -260px;
  }
}
/* Large */
