/* Baiseinstellungen */


body {
	background-color: rgba(255,255,255,1.00);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.floating {
	float: left;
}
.float-right {
	float: right;
}
.clearing-both {
	clear: both;
}
.responsive {
  max-width: 100% !important;
  height: auto;
}
.befs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw !important;
	height: 100vh !important;
	overflow-x: hidden;
	object-fit: cover !important;
}


/* font style und color */





/* Layout DIV´s */


.header {
	position: fixed !important;
	width: 100%;
	z-index: 3;
	height: 75px;
	background-color: rgba(114,113,118,0.66);
}

.header ul {
	margin-top: 0px;
	margin-right: 30px;
	list-style: none;
	overflow: hidden;
	float: left;
}
.header li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
	color: rgba(0,82,110,1.00);
	text-decoration: none;
}

.header .logo {
	display: block;
	float: right;
	margin-right: 55px;
	margin-top: 8px;
	max-height: 50px !important;
	max-width: 100% !important;
}


/* menu */


.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 35px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 3000px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.link_underline {
	 place-self: center;
	 text-decoration: none;
	 color: #eee;
	 position: relative;
}
 .link_underline:after {
	 position: absolute;
	 content: "";
	 bottom: -3px;
	 left: 0;
	 width: 100%;
	 height: 1px;
	 border-bottom: 1px solid;
	 transform: scaleX(0);
	 transform-origin: 100% 100%;
	 transition: transform 0.6s;
	 transition-timing-function: cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
 .link_underline:hover:after {
	 transform: scaleX(1);
	 transform-origin: 0 0;
}


footer {
	z-index: +1;
}

/* prallax scrolling*/

html {
  scroll-behavior: smooth;
}

.main {
	width: 100vw;
	height: 100%;
	overflow: hidden;
	background-color: rgba(255,255,255,1.00);
}

.teaser-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.teaser-box h1{
	color: rgba(255,255,255,1.00);
	font-size: 50px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
	text-shadow: 2px 2px 12px #000000;
	margin-bottom: 25px;
}
.teaser-box p {
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 2px 2px 12px #000000;
	margin-bottom: 44px;
}
.teaser-box a {
	background-color: rgba(0,149,218,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	padding: 7.5px 25px;
}
.teaser-box a:hover {
	text-decoration: underline;
}

.unternehmen {
	width: 100vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	padding: 60px 0 75px 0;
}
.unternehmen .u-content {
	width: calc(50vw - 200px);
	padding: 56px 0px 25px 100px;
}
.unternehmen .u-content h1 {
	font-size: 27px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.unternehmen .u-content h2 {
	font-size: 22px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 10px;
}
.unternehmen .u-content p {
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 25px;
	color: rgba(150,150,150,1.00);
}
.unternehmen .u-content a {
	color: rgba(0,149,218,1.00);
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
}
.unternehmen .u-content img {
	width: 18px;
	height: auto;
}
.unternehmen .u-content a .txt-bigger {
	padding-top: 5px;
	font-size: 18.5px !important;
	font-weight: 400 !important;
}
.unternehmen .u-content a:hover {
	text-decoration: underline;
}
.unternehmen .u-content hr {
	background-color: rgba(0,149,218,1.00);
	color: rgba(0,149,218,1.00);
	width: 50px;
	height: 1.5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.unternehmen .u-img {
	width: calc(50vw - 200px);
	height: calc(50vw - 100px);
	padding: 36px 100px 25px 50px;
}
.unternehmen .u-img-border {
	width: calc(50vw - 200px); 
	height: calc(50vw - 100px); 
	border: 1px solid rgba(0,149,218,1.00);
}
.unternehmen .u-img img {
	width: calc(50vw - 200px); 
	height: calc(50vw - 100px);
	object-fit: cover !important;
}
.unternehmen .u-img figure {
	width: calc(50vw - 200px); 
	height: calc(50vw - 100px);
	position: relative;
	top: calc(-100% - 5%);
	left: -5%;
}

.leistungen {
	position: relative;
	width: 100vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(114,113,118,0.1);
	padding: 0 0 50px 0;
}
.leistungen .l-img {
	width: 100vw;
	padding: 50px 0;
	height: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	background-image: url(../img/leistungen-baltic-immo-holding.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.leistungen .l-img h2 {display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100vw;
	color: #ffffff;
	font-size: 40px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 2px 2px 12px #000000;
}
.leistungen .l-img p {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100vw;
	color: #ffffff;
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 2px 2px 12px #000000;
}
.leistungen .l-content {
	height: 100%;
	width: calc(50vw - 175px);
	padding: 45px 50vw 50px 175px !important;
	justify-content: center;
}
.leistungen .l-content h1 {
	font-size: 25px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.leistungen h2 {
	font-size: 17px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 7.5px;
}
.leistungen h3 {
	font-size: 16px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	color: rgba(0,149,218,1.00);
	text-transform: uppercase;
}
.leistungen p {
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 7.5px;
	color: rgba(150,150,150,1.00);
}
.leistungen .l-content hr {
	background-color: rgba(0,149,218,1.00);
	color: rgba(0,149,218,1.00);
	width: 50px;
	height: 1.5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.leistungen .l-c-boxes {
	padding: 0 150px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
}
.leistungen .l-c-boxes .l-box {
	width: calc((91vw  - 300px) / 2);
	padding: 15px 1.5vw 25px 1.5vw;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.geschaeftsfelder {
	width: 100vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	padding: 60px 0 75px 0;
}
.geschaeftsfelder .g-content {
	width: calc(60vw - 200px);
	padding: 56px 100px 25px 0px;
}
.geschaeftsfelder .g-content h1 {
	font-size: 27px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.geschaeftsfelder .g-content h2 {
	font-size: 22px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 10px;
}
.geschaeftsfelder .g-content p {
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 25px;
	color: rgba(150,150,150,1.00);
}
.geschaeftsfelder .g-content hr {
	background-color: rgba(0,149,218,1.00);
	color: rgba(0,149,218,1.00);
	width: 50px;
	height: 1.5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.geschaeftsfelder .g-img {
	width: calc(40vw - 200px);
	height: calc(40vw - 100px);
	padding: 36px 50px 25px 100px;
	z-index: +1 !important;
}
.geschaeftsfelder .g-img-border {
	width: calc(40vw - 200px); 
	height: calc(40vw - 100px); 
	border: 1px solid rgba(0,149,218,1.00);
}
.geschaeftsfelder .g-img img {
	width: calc(40vw - 200px); 
	height: calc(40vw - 100px);
	object-fit: cover !important;
}
.geschaeftsfelder .g-img figure {
	width: calc(40vw - 200px); 
	height: calc(40vw - 100px);
	position: relative;
	top: calc(-100% - 5%);
	left: -5%;
}
.geschaeftsfelder .g-list {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.geschaeftsfelder .g-l-list {
	width: 50%;
	padding: 15px;
}
.geschaeftsfelder .g-l-list li {
	padding-bottom: 10px;
	font-size: 13px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: rgba(75,75,75,1.00);
	list-style-image: url(../img/list-style-icon.png);
}
.suche {
	position: relative;
	top: -170px;
	width: 100vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(114,113,118,0.1);
	padding: 0 0 75px 0;
}
.suche .s-content {
	position: relative;
	top: 170px;
	height: 100%;
	width: calc(50vw - 175px);
	padding: 0px 50vw 175px 175px !important;
	justify-content: center;
}
.suche .s-content h1 {
	font-size: 25px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.suche h2 {
	font-size: 17px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 7.5px;
	line-height: 1;
}
.suche p {
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 7.5px;
	color: rgba(150,150,150,1.00);
}
.suche .s-content hr {
	background-color: rgba(0,149,218,1.00);
	color: rgba(0,149,218,1.00);
	width: 50px;
	height: 1.5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.suche .s-b-box {
	padding: 0 150px;
	padding-top: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row ;
	-ms-flex-direction: row;
	flex-direction: row;
}
.suche .s-s-box {
	width: calc(100% / 3);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: stretch;
	background-color: rgba(255,255,255,1.00);
	padding-bottom: 50px;
}
.suche .s-b-content {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: stretch !important;
}
.suche .s-b-content h2 {
	padding: 15px 15px 0px 15px;
	font-size: 16px;
}
.suche .s-b-content p {
	padding: 5px 15px 0px 15px;
	font-size: 13px;
}
.standort {
	width: 100vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255,255,255,0.1);
	padding: 0 0 75px 0;
	margin-top: -100px;
}
.standort .st-content {
	height: 100%;
	width: calc(50vw - 175px);
	padding: 0px 50vw 0px 175px !important;
	justify-content: center;
}
.standort .st-content h1 {
	font-size: 25px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.standort h2 {
	font-size: 17px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 7.5px;
	line-height: 1;
}
.standort p {
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 7.5px;
	color: rgba(150,150,150,1.00);
}
.standort .st-content hr {
	background-color: rgba(0,149,218,1.00);
	color: rgba(0,149,218,1.00);
	width: 50px;
	height: 1.5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.standort .st-smap {
	padding: 0 175px;
	margin-top: 33px !important;
}
.standort .st-smap iframe {
	width: 100% !important;
	height: 350px !important;
}
.referenzen {
	width: 100vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255,255,255,0.1);
	padding: 0;
}
.referenzen .r-content {
	height: 100%;
	width: calc(50vw - 175px);
	padding: 0px 50vw 0px 175px !important;
	justify-content: center;
}
.referenzen .r-content h1 {
	font-size: 25px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.referenzen p {
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 7.5px;
	color: rgba(150,150,150,1.00);
}
.referenzen .r-content hr {
	background-color: rgba(0,149,218,1.00);
	color: rgba(0,149,218,1.00);
	width: 50px;
	height: 1.5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.referenzen .r-img {
	height: auto !important;
	padding: 0;
	margin-top: 50px !important;
	overflow: hidden;
}
.kontakt {
	width: 100vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	background-color: rgba(114,113,118,0.1);
}
.kontakt .k-content {
	height: 100%;
	width: calc(50vw - 175px);
	padding: 50px 50vw 150px 175px !important;
	justify-content: center;
}
.kontakt .k-content h1 {
	font-size: 25px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.kontakt p {
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 7.5px;
	color: rgba(150,150,150,1.00);
}
.kontakt .k-content hr {
	background-color: rgba(0,149,218,1.00);
	color: rgba(0,149,218,1.00);
	width: 50px;
	height: 1.5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.contact {
	width: 100vw;
	height: 100%;
	position: relative;
	margin-top: -150px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	padding: 60px 0 75px 0;
}
.contact .c-content {
	width: calc(50vw - 200px);
	margin: 0px 0px 25px 25px;
	background-color: rgba(0,149,218,1.00);
	padding: 25px 25px 10px 25px;
	-webkit-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	
}
.contact .c-content h2 {
	font-size: 18px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 10px;
	color: #ffffff;
}
.contact .c-content p {
	font-size: 10px;
	font-family: "pt-sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	color: rgba(255,255,255,1.00);
}
.contact .c-content hr {
	background-color: rgba(0,149,218,1.00);
	color: rgba(0,149,218,1.00);
	width: 50px;
	height: 1.5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.contact .c-content a {
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,149,218,1.00);
	font-size: 13px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	padding: 7.5px 25px;
}
.contact .c-content a:hover {
	text-decoration: underline;
}
.contact .c-img {
	width: calc(50vw - 200px);
	margin: 0px 0px 25px 0px;
	background-color: rgba(255,255,255,1.00);
	padding: 25px;
	-webkit-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
}
.contact .c-img h2 {
	font-size: 18px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	color: #000000;
}
.contact .c-img h3 {
	font-size: 15px;
	font-family: "pt-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 2px;
	color: #000000;
}
.contact .c-img p {
	font-size: 12px;
	font-family: "pt-sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	margin-bottom: 25px;
	color: rgba(100,100,100,1.00);
}
.contact .c-img a {
	color: rgba(100,100,100,1.00);
	font-size: 12px;
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.contact .c-img a:hover {
	color: rgba(0,149,218,1.00);
	text-decoration: underline;
}
.contact .c-img .img-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.contact .c-img img {
	width: 15px;
	height: auto;
}
.contact .c-content .formular {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 0px 15px 0px;
}
.contact .c-content input {
	width: calc(100% - 20px) !important;
	height: 20px;
	margin-bottom: 10px;
	padding: 0px 10px;
	color: rgba(150,150,150,1.00);
	font-family: "pt-sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	border-width: 0px !important;
	-webkit-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);

}
.contact .c-content textarea {
	width: calc(100% - 20px) !important;
	height: 90px;
	padding: 10px 10px;
	color: rgba(150,150,150,1.00);
	font-family: "pt-sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	border-width: 0px !important;
	-webkit-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
}
.contact .c-content .chkbx {
	width: 11px !important;
	height: 11px !important;
	color: rgba(150,150,150,1.00);
	background-color: #ffffff;
	border-width: 0px !important;
}
.contact .c-content .send {
	width: 100% !important;
	height: 35px;
	margin-bottom: 10px;
	padding: 0px 10px;
	color: rgba(150,150,150,1.00);
	font-family: "pt-sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	border-width: 0px !important;
	-webkit-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.50);
}

.red-color-txt {
	color: #fe5024;
}
.posFehlerKontaktForm {
	display: none;
}
.posKontaktForm {
	display: none;
}
.posKontaktForm p {
	line-height: 17px;
	font-size: 0.1em;
	padding-bottom: 10px;
}
.posKontaktForm a {
	color: rgba(255,255,255,0.75) !important;
	font-size: 0.1em !important;
	text-decoration: underline !important;
}
.posKontaktForm a:hover {
	color: rgba(255,255,255,1.0) !important;
	text-decoration: none !important;
}

.space {
	padding-bottom: 15px;
}


.foot {
	width: 100vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(75,75,75,1.00);
}
.foot .f-b-box {
	padding: 0 150px;
	padding-top: 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row ;
	-ms-flex-direction: row;
	flex-direction: row;
}
.foot .f-s-box {
	width: calc(100% / 3);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: stretch;
}
.foot .f-b-content {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: stretch !important;
}
.foot .f-b-content p {
	padding: 5px 15px 0px 15px;
	font-size: 11px;
	line-height: 1.25;
	color: rgba(255,255,255,1.00);
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.foot .f-b-content a {
	padding: 5px 15px 0px 15px;
	font-size: 11px;
	line-height: 1.25;
	color: rgba(255,255,255,1.00);
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.foot .f-b-content a:hover {
	text-decoration: underline;
}
.foot .foot-responsive {
	width: 100%;
	max-width: 100px !important;
}
.foot .img-align {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.foot p img {
	width: 10px;
	height: auto;
}
.foot a img {
	width: 10px;
	height: auto;
}
.foot hr {
	background-color: rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
	height: 0.5px;
	margin: 10px 150px;
}
.foot .copyright {
	padding: 0 150px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row ;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 15px;
}
.foot .copyright p {
	padding: 0px 5px 0px 15px;
	font-size: 11px;
	color: rgba(255,255,255,1.00);
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.foot .copyright li {
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	color: rgba(255,255,255,1.00);
	font-family: "pt-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	float: right;
	list-style-position: inside;
	list-style-type: none;
}
.foot .copyright li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.foot .copyright li a:hover {
	text-decoration: underline;
}
.foot .cr-box {
	width: calc(100% / 2);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}


/* impressum overlay */

.impressum {
	width: 80vw !important;
	min-width: 300px !important;
	height: 90vh !important;
	padding: 25px;
}
.impressum a {
	color: rgba(51,51,51,1.00);
}
.impressum a:hover {
	color: rgba(217,217,217,1.0);
}
.impressum h1 {
	color: rgba(51,51,51,1.00);
	font-size: 33px;
	font-family: montserrat, serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 15px;
}
.impressum h2 {
	color: rgba(0,0,0,1.0);
	font-size: 25px;
	font-family: montserrat, serif;
	font-weight: 200;
	font-style: normal;
	margin-top: 20px;
}
.impressum h3 {
	color: rgba(0,0,0,1.0);
	font-size: 20px;
	font-family: montserrat, serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 20px;
}
.impressum h4 {
	color: rgba(51,51,51,1.00);
	font-size: 17px;
	font-family: montserrat, serif;
	font-weight: 400;
	font-style: normal;
}
.impressum p {
	color: rgba(0,0,0,1.0);
	font-size: 14px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5;
	margin-top: 30px;
}
.impressum address {
	color: rgba(0,0,0,1.0);
	font-size: 14px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5;
	margin-top: 30px;
}



@media screen and (min-width: 1281px) {
  .header {
		height: 75px;
	}
	.header ul {
		position: absolute;
		left: 55px;
	}
  .header li {
	float: left;
	font-size: 14px;
	font-family: "pt-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;	  	
  }
  .header li a {
	margin: 22px 5px;
	color: rgba(255,255,255,1.00);
  }
  .header .menu {
		clear: none;
		float: right;
		max-height: none;
  }
  .header .menu-icon {
		display: none;
  }
}

/* Startseite Layout mobile nav */

@media screen and (max-width: 1280px) {
	.header ul {
	  width: 100%;
	  background-color: rgba(114,113,118,0.66);
	  margin-top: 2.5px;
	}
	.header li {
		font-size: 14px;
		font-family: "pt-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		text-transform: uppercase;	  	
  	}
	.header li a {
		margin: 0px 0px;
		padding: 2.5px 25px;
		color: rgba(255,255,255,1.0);
		border: 1px solid rgba(0,0,0,0.0);
	}
	.st {
		padding-top: 10px;
	}
	.sb {
		padding-bottom: 10px;
	}
	.header .logo {
		display: block;
		float: left;
		margin-right: 30px;
		margin-left: 30px;
		margin-top: 8px;
		max-height: 50px !important;
	}
}

@media screen and (max-width: 1100px) {
	.unternehmen .u-content {
		width: calc(50vw - 50px);
		padding: 56px 0px 25px 25px;
	}
		.unternehmen .u-img {
		width: calc(50vw - 200px);
		padding: 36px 100px 25px 50px;
	}
	.unternehmen .u-img-border {
		width: calc(50vw - 100px); 
	}
	.unternehmen .u-img img {
		width: calc(50vw - 100px); 
	}
	.unternehmen .u-img figure {
		width: calc(50vw - 75px); 
	}
	.leistungen .l-content {
		width: calc(50vw - 75px);
		padding: 45px 50vw 50px 60px !important;
	}
	.leistungen .l-c-boxes {
		padding: 40px;
	}
	.leistungen .l-c-boxes .l-box {
		width: calc((90vw  - 50px) / 2);
		padding: 15px 1.5vw 25px 1.5vw;
	}
	.geschaeftsfelder .g-content {
		width: calc(60vw - 50px);
		padding: 33px 25px 25px 0px;
	}
	.geschaeftsfelder .g-img {
		width: calc(40vw - 50px);
		padding: 36px 50px 25px 100px;
	}
	.geschaeftsfelder .g-img-border {
		width: calc(40vw - 50px); 
	}
	.geschaeftsfelder .g-img img {
		width: calc(40vw - 50px); 
	}
	.geschaeftsfelder .g-img figure {
		width: calc(40vw - 50px); 
	}
	.geschaeftsfelder .g-list {
		width: 100%;
	}
	.geschaeftsfelder .g-l-list {
		width: 50%;
		padding: 15px;
	}
	.suche {
		position: relative;
		top: -145px;
	}
	.suche .s-content {
		position: relative;
		top: 145px;
		width: calc(50vw - 112px);
		padding: 0px 50vw 175px 56px !important;
	}
	.suche .s-b-box {
		padding: 0 50px;
		padding-top: 50px;
	}
	.suche .s-s-box {
		width: calc(100% / 3);
	}
	.standort .st-content {
		width: calc(50vw - 55px);
		padding: 0px 50vw 0px 55px !important;
	}
	.standort .st-smap {
		padding: 0 55px;
		margin-top: 33px !important;
	}
	.referenzen .r-content {
		width: calc(50vw - 55px);
		padding: 0px 50vw 0px 55px !important;
	}
	.kontakt .k-content {
		width: calc(50vw - 55px);
		padding: 50px 50vw 150px 55px !important;
	}
	.contact .c-content {
		width: calc(50vw - 100px);
		margin: 0px 0px 25px 0px;
		padding: 25px 25px 10px 25px;

	}
	.contact .c-img {
		width: calc(50vw - 100px);
		margin: 0px 0px 25px 0px;
		padding: 25px;
	}
	.foot .f-b-box {
		padding: 0 35px;
		padding-top: 25px;

	}
	.foot hr {
		margin: 10px 35px;
	}
	.foot .copyright {
		padding: 0 35px;
	}
}


@media screen and (max-width: 1000px) {
	.suche {
		position: relative;
		top: -100px;
	}
	.suche .s-content {
		position: relative;
		top: 100px;
		width: calc(50vw - 112px);
		padding: 0px 50vw 175px 56px !important;
	}
	.standort .st-content {
		width: calc(50vw - 55px);
		padding: 50px 50vw 0px 55px !important;
	}
	.leistungen .l-img h2 {display: -webkit-flex;
		font-size: 33px;
	}
}
@media screen and (max-width: 750px) {
	.unternehmen {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		padding: 40px 0 50px 0;
	}
	.unternehmen .u-content {
		width: calc(100vw - 50px);
		padding: 56px 0px 25px 25px;
	}
	.unternehmen .u-content h1 {
		font-size: 24px;
	}
	.unternehmen .u-content h2 {
		font-size: 19px;
	}
	.unternehmen .u-content p {
		font-size: 12px;
	}
	.unternehmen .u-content a {
		font-size: 12px;
	}
	.unternehmen .u-content img {
		width: 18px;
		height: auto;
	}
	.unternehmen .u-content a .txt-bigger {
		font-size: 15.5px !important;
	}
	.unternehmen .u-img {
		width: calc(88vw - 50px);
		height: calc(88vw - 50px);
		padding: 36px 25px 25px 70px;
	}
	.unternehmen .u-img-border {
		width: calc(88vw - 50px); 
		height: calc(88vw - 50px); 
	}
	.unternehmen .u-img img {
		width: calc(88vw - 50px); 
		height: calc(88vw - 50px);
	}
	.unternehmen .u-img figure {
		width: calc(88vw - 50px); 
		height: calc(88vw - 50px);
	}
	.leistungen .l-img h2 {display: -webkit-flex;
		font-size: 25px;
	}
	.leistungen .l-img p {
		font-size: 12px;
	}
	.leistungen .l-content {
		height: 100%;
		width: calc(100vw - 50px);
		padding: 45px 0vw 50px 25px !important;
	}
	.leistungen .l-content h1 {
		font-size: 24px;
		font-family: "pt-sans", sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	.leistungen h2 {
		font-size: 13px;
		font-family: "pt-sans", sans-serif;
		font-weight: 600;
		font-style: normal;
		margin-top: 7.5px;
	}
	.leistungen h3 {
		font-size: 15px;
		font-family: "pt-sans", sans-serif;
		font-weight: 600;
		font-style: normal;
		margin-top: 2.5px;
		margin-bottom: 2.5px;
		color: rgba(0,149,218,1.00);
		text-transform: uppercase;
	}
	.leistungen p {
		font-size: 12px;
		font-family: "pt-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		margin-top: 7.5px;
		color: rgba(150,150,150,1.00);
	}
	.leistungen .l-c-boxes {
		padding: 0 15px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.leistungen .l-c-boxes .l-box {
		width: calc((100vw  - 50px) / 1);
		padding: 5px 10px 15px 10px;
	}

	.geschaeftsfelder {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.geschaeftsfelder .g-content {
		width: calc(100vw - 50px);
		padding: 56px 25px 25px 25px;
	}
	.geschaeftsfelder .g-content h1 {
		font-size: 24px;
	}
	.geschaeftsfelder .g-content h2 {
		font-size: 19px;
	}
	.geschaeftsfelder .g-content p {
		font-size: 12px;
	}
	.geschaeftsfelder .g-img {
		width: calc(88vw - 50px);
		height: calc(88vw - 50px);
		padding: 36px 25px 25px 70px;
	}
	.geschaeftsfelder .g-img-border {
		width: calc(88vw - 50px); 
		height: calc(88vw - 50px); 
	}
	.geschaeftsfelder .g-img img {
		width: calc(88vw - 50px); 
		height: calc(88vw - 50px);
	}
	.geschaeftsfelder .g-img figure {
		width: calc(88vw - 50px); 
		height: calc(88vw - 50px);
	}

	.suche {
		position: relative;
		top: -250px;
	}
	.suche .s-content {
		top: 230px;
		width: calc(100vw - 50px);
		padding: 0px 25px 175px 25px !important;
	}
	.suche .s-content h1 {
		font-size: 22px;
	}
	.suche h2 {
		font-size: 14px;
	}
	.suche p {
		font-size: 12px;
	}
	.suche .s-b-box {
		padding: 0 25px;
		padding-top: 100px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column ;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.suche .s-s-box {
		width: calc(100% / 1);
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 0px;
	}
	.suche .s-b-content h2 {
		padding: 15px 15px 0px 15px;
		font-size: 14px;
	}
	.suche .s-b-content p {
		padding: 5px 15px 0px 15px;
		font-size: 12px;
	}
	.standort {
		padding: 0 0 50px 0;
		margin-top: -175px;
	}
	.standort .st-content {
		width: calc(100vw - 50px) !important;
		padding: 0px 25px 0px 25px !important;
	}
	.standort .st-content h1 {
		font-size: 22px;
	}
	.standort h2 {
		font-size: 14px;
	}
	.standort p {
		font-size: 12px;
	}
	.standort .st-smap {
		padding: 0 0px;
		margin-top: 33px !important;
	}
	.standort .st-smap iframe {
		width: 100% !important;
		height: 350px !important;
	}
	.referenzen .r-content {
		width: calc(100vw - 50px);
		padding: 0px 25px 0px 25px !important;
	}
	.referenzen .r-content h1 {
		font-size: 22px;
	}
	.referenzen p {
		font-size: 12px;
	}
	.kontakt .k-content {
		width: calc(100vw - 50px);
		padding: 50px 25px 150px 25px !important;
	}
	.kontakt .k-content h1 {
		font-size: 22px;
	}
	.kontakt p {
		font-size: 12px;
	}
	.contact {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.contact .c-content {
		width: calc(100vw - 100px);
		margin: 0px 25px 0px 25px;

	}
	.contact .c-content h2 {
		font-size: 15px;
	}
	.contact .c-content a {
		font-size: 12px;
	}
	.contact .c-img {
		width: calc(100vw - 100px);
		margin: 0px 25px 0px 25px !important;
		padding: 25px 25px 25px 25px;
	}
	.contact .c-img h2 {
		font-size: 15px;
	}
	.contact .c-img h3 {
		font-size: 14px;
	}


	.foot .f-b-box {
		padding: 10px 25px;
	}
	.foot hr {
		background-color: rgba(255,255,255,1.00);
		color: rgba(255,255,255,1.00);
		height: 0.5px;
		margin: 10px 25px;
	}
	.foot .copyright {
		padding: 0 25px;
	}
}


@media screen and (max-width: 600px) {
	.teaser-box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.teaser-box h1{
		color: rgba(255,255,255,1.00);
		font-size: 30px;
		font-family: "pt-sans", sans-serif;
		font-weight: 400;
		font-style: normal;
		line-height: 1.1;
		text-shadow: 2px 2px 12px #000000;
		margin-bottom: 15px;
	}
	.teaser-box p {
		color: rgba(255,255,255,1.00);
		font-size: 20px;
		font-family: "pt-sans", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-shadow: 2px 2px 12px #000000;
		margin-bottom: 34px;
	}
	.teaser-box a {
		background-color: rgba(0,149,218,1.00);
		color: rgba(255,255,255,1.00);
		font-size: 17px;
		font-family: "pt-sans", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		padding: 7.5px 25px;
	}
	.teaser-box a:hover {
		text-decoration: underline;
	}
	.leistungen .l-img h2 {display: -webkit-flex;
		font-size: 20px;
	}
	.geschaeftsfelder .g-list {
		
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.geschaeftsfelder .g-l-list {
		width: calc(100% - 30px);
		padding: 0px 15px 0px 15px;
	}
	.geschaeftsfelder .g-l-list li {
		font-size: 12px;
	}
	.suche .s-s-box {
		width: calc(100% / 1);
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 25px;
	}
	.suche .s-b-content figure img {
		object-fit: cover !important;
		width: 100% !important;
	}
	.foot .f-b-box {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-bottom: 0px !important;
		padding-top: 35px;
	}
	.foot .f-s-box {
		width: calc(100% / 1);
		padding-bottom: 15px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: stretch;
	}
	.foot .copyright p {
		font-size: 10px;
	}
	.foot .copyright li {
		font-size: 10px;
	}
}