@media only screen and (min-width: 1240px) {
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}
body {
	font-family: 'Montserrat', sans-serif;
}
.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	position:relative;
	background:#ffffff;
}
.wrappertop {
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding:100px 0 0 0;
	position:relative;
	z-index:5;
}
.wrapper1240 {
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:5;
	overflow:hidden;
}
.wrappermz {
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:5;
}
.wrapperinnen {
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.video_top {
	position:absolute;
	left:0;
	top:0;
	width:calc(100% - 105px);
	height:100px;
	background:#dddddd;
	z-index:1;
}
.video_wrap {
	float:left;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}
.video_wrap video {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
}
.logo_top {
	position:absolute;
	left:0;
	top:130px;
	width:105px;
	height:auto;
}
.logo_top img {
	width:100%;
	height:auto;
	display:block;
}
.logo_top a {
	outline:none;
}

.menu_icon {
	position:absolute;
	right:0;
	top:98px;
	width:105px;
	height:105px;
	background:#ffffff;
	display:block;
	z-index:999;
	transition:all 0.3s ease;
}
.menu_icon.active {
	position:fixed;
	right:0;
	top:98px;
	width:105px;
	height:105px;
	display:block;
	z-index:999;
	background:#ffffff;
	transition:all 0.3s ease;
}
.menu_icon label {
	display:flex;
	flex-direction:column;
	width:105px;
	cursor:pointer;
	padding:38px 32px;
	transition:all 0.2s linear;
}
.menu_icon label span{
  background: #002f56;
  border-radius:2px;
  height:2px;
  margin: 4px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu_icon label span:nth-child(1){
  width:100%;
}
.menu_icon label span:nth-child(2){
  width:100%;
}
.menu_icon label span:nth-child(3){
  width:100%;
}
.menu_icon input[type="checkbox"]{
  display:none;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(8px,8px);
  width:100%;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(2){
  width:0%;
  background:#ffffff;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(3){
  transform-origin:top;
  transform:rotatez(-45deg) translate(5px,-5px);
  width:100%;
}

.navbereich {
	position:fixed;
	right:0;
	top:0;
	width:65%;
	height:100vh;
	max-height:100vh;
	padding:210px 106px 175px 136px;
	background: #002f56;
	z-index:990;
	opacity:0;
	transition:all 0.3s ease-out;
	transform:translateX(125%);
}
.navbereich.active {
	position:fixed;
	right:0;
	top:0;
	width:65%;
	height:100vh;
	max-height:100vh;
	padding:210px 106px 175px 136px;
	background: #002f56;
	z-index:990;
	opacity:1;
	transition:all 0.5s ease-in;
	transform:translateX(0%);
}
.navbereich ul {
	list-style:none;
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.navbereich ul li {
	float:left;
	width:100%;
	height:auto;
	margin:5px 0;
}
.navbereich ul li a {
	outline:none;
	color:#ffffff;
	text-decoration:none;
	font-size:8.5vh;
	line-height:12vh;
	font-weight:600;
	transition:all 0.2s ease;
}
.navbereich ul li a:hover {
	color:#d84d15;
}
.nav_kontakt {
	float:left;
	width:100%;
	height:auto;
	margin:80px 0 0 0;
	font-size:18px;
	line-height:34px;
	color:#d84d15;
	font-weight:400;
}
.nav_kontakt a {
	outline:none;
	text-decoration:none;
	color:#d84d15;
	transition:all 0.2s ease;
}
.nav_kontakt a:hover {
	color:#ffffff;
}

.main {
	float:left;
	width:100%;
	height:auto;
	margin:265px 0 120px 0;
}
.titel_text {
	float:left;
	width:75%;
	height:auto;
	margin:0 0 0 25%;
	color:#002f56;
	font-weight:600;
	font-size:28px;
	line-height:46px;
	opacity:1;
	transition:all 0.5s linear;
	transform:translateY(0px);
	animation: titeltext_ani 2s ease;
}

.slider_overflow {
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
}
.swiper_bereich {
	float:left;
	width:105%;
	height:auto;
	display:flex;
	overflow:hidden;
	margin:105px 0 90px 0%;
	padding:0 0 0 10%;
	opacity:1;
	transition:all 0.5s linear;
	animation: slider_ani 1s ease-in;
}

.uu_swiper_bereich {
	float:left;
	width:105%;
	height:auto;
	display:flex;
	overflow:hidden;
	margin:180px 0 160px -2%;
	padding:0 0 0 0%;
	opacity:0;
	transition:all 0.6s ease;
}
.uu_swiper_bereich.visible {
	float:left;
	width:105%;
	height:auto;
	display:flex;
	overflow:hidden;
	margin:180px 0 160px -2%;
	padding:0 0 0 0%;
	opacity:1;
	transition:all 1.1s ease;
}

.swiper {
  width: 100%;
  height: 400px;
}
.uu_swiper {
  width: 100%;
  height: 400px;
}
.swiper-slide {
	padding:0 25px;
}
.uu_swiper-slide {
	padding:0 25px;
}
.slidebild_klein {
	float:left;	
	width:100%;
	height:200px;
	margin-top:100px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_klein img {
	position:absolute;
	left:50%;
	top:50%;
	min-height:200px;
	min-width:auto;
	transform: translate(-50%, -50%);
}
.slidebild_mittel {
	float:left;	
	width:100%;
	height:300px;
	margin-top:50px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_mittel img {
	position:absolute;
	left:50%;
	top:50%;
	height:300px;
	width:auto;
	transform: translate(-50%, -50%);
}
.slidebild_gross {
	float:left;	
	width:100%;
	height:400px;
	margin-top:0px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_gross img {
	position:absolute;
	left:50%;
	top:50%;
	height:400px;
	width:auto;
	transform: translate(-50%, -50%);
}

.markenzeichen_text {
	float:left;
	width:50%;
	height:auto;
	margin:80px 0 50px 50%;
	font-weight:600 !important;
	font-size:18px !important;
	line-height:28px !important;
	color:#002f56;
	transform:translateY(30px);
	transition:all 0.5s ease;
	opacity:0;
}
.markenzeichen_text.active {
	float:left;
	width:50%;
	height:auto;
	margin:80px 0 50px 50%;
	font-weight:600 !important;
	font-size:18px !important;
	line-height:28px !important;
	color:#002f56;
	transform:translateY(0px);
	transition:all 0.8s ease;
	opacity:1;
}
.markenzeichen_text h2 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	color:#d84d15;
	font-size:18px;
	line-height:28px;
	font-weight:600;
}
.projekte_trigger {
	float:left;	
	width:100%;
	height:auto;
	min-height: 500px;
	margin:70px 0 0px 0;
	padding:0 0 0 0;
}
.projekte_bereich {
	float:left;	
	width:100%;
	height:auto;
	margin:0px 0 0 0;
	padding:0;
	position:relative;
}
.clear {
	clear: both;
}
.projekte_titel {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	margin:0;
	padding:30px 20px 30px 20px;
	font-size:21vw;
	font-weight:700;
	text-align:center;
	color:#002f56;
	opacity:0.07;
	cursor:default;
}
.projekte_titel span {
	opacity:0;
	transition:all 0.8s linear;
}
.projekte_titel span.visible {
	opacity:1;
	transition:all 1s linear;
}
.projekte_text {
	float:left;
	width:50%;
	height:auto;
	margin:115px 50% 50px 0%;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#002f56;
}
.projekte_text h2 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0 0;
	color:#d84d15;
	font-weight:600;
	font-size:14px;
	line-height:22px;
}
.projekte_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0 20px;
}
#flex-container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#flex-containera {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.projekte_box {
	float:left;
	width:29%;
	height:auto;
	padding:0px;
	margin:0 6.5% 60px 0;
	font-size:14px;
	line-height: 22px;
	font-weight:400;
	color:#002f56;
	transition:all 0.2s ease;
}

.boxani {
	transition:all 0.4s ease;
	opacity:0;
	transform:translateY(40px) scale(1.0);
}
.boxani.visible {
	opacity:1;
	transition:all 0.8s ease;
	transform:translateY(0px) scale(1.0);
}

.projekte_box .fett {
	font-weight: 600;
}
.projekte_box:nth-of-type(2n+2) { margin:0 6.5% 60px 0; }
.projekte_box:nth-of-type(3n+3) { margin:0 0 60px 0; }

.projekte_bild_gross {
	float: left;
	width: 100%;
	height: 460px;
	background: #ffffff;
	margin: 0 0 0px 0;
	position: relative;
	overflow: hidden;
	transition:all 0.3s ease;
	transform-origin:50% 50%;
}
.projekte_box:hover .projekte_bild_gross {
	transform:scale(1.1);
}
.projekte_bild_gross img {
	position:absolute;
	left:50%;
	top:50%;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height:460px;
	transform: translate(-50%, -50%);
}
.projekte_box_rand_gross {
	float:left;
	width:100%;
	height:460px;
	padding:0px;
	margin: 0px 0 10px 0;
	overflow:hidden;
	background:#ffffff;
	transition:all 0.3s ease;
}
.projekte_box:hover .projekte_box_rand_gross {
	padding:10px;
	height:440px;
	width:calc(100% - 20px);
	margin:10px 0 20px 10px;
}

.projekte_bild_mittel {
	float: left;
	width: 100%;
	height: 340px;
	background: #ffffff;
	margin: 0px 0 0px 0;
	position: relative;
	overflow: hidden;
	object-fit: cover;
	transition:all 0.3s ease;
	transform-origin:50% 50%;
}
.projekte_box:hover .projekte_bild_mittel {
	transform:scale(1.15);
}
.projekte_box_text {
	float:left;
	width:100%;
	height:auto;
	padding:0 0;
	transition:all 0.3s ease;
}
.projekte_box:hover .projekte_box_text {
	padding:0 10px;
	color:#d84d15;
}
.projekte_bild_mittel img {
	position:absolute;
	left:50%;
	top:50%;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height:340px;
	transform: translate(-50%, -50%);
}
.projekte_box_rand_mittel {
	float:left;
	width:100%;
	height:340px;
	padding:0px;
	margin: 50px 0 10px 0;
	overflow:hidden;
	background:#ffffff;
	transition:all 0.3s ease;
}
.projekte_box:hover .projekte_box_rand_mittel {
	padding:10px;
	height:320px;
	width:calc(100% - 20px);
	margin:60px 0 20px 10px;
}
.projekte_bild_klein {
	float: left;
	width: 100%;
	height: 250px;
	background: #ffffff;
	margin: 0px 0 0px 0;
	position: relative;
	overflow: hidden;
	transition:all 0.3s ease;
	transform-origin:50% 50%;
}
.projekte_box:hover .projekte_bild_klein {
	transform:scale(1.17);
}
.projekte_bild_klein img {
	position:absolute;
	left:50%;
	top:50%;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height:250px;
	transform: translate(-50%, -50%);
}
.projekte_box_rand_klein {
	float:left;
	width:100%;
	height:250px;
	padding:0px;
	margin: 95px 0 10px 0;
	overflow:hidden;
	background:#ffffff;
	transition:all 0.3s ease;
}
.projekte_box:hover .projekte_box_rand_klein {
	padding:10px;
	height:230px;
	width:calc(100% - 20px);
	margin:105px 0 20px 10px;
}

.uu_titelbild {
	float:left;
	width:86%;
	height:auto;
	margin:80px 7% 50px 7%;
	transform:translateY(0px);
	opacity:1;
	animation: uu_titelbild_ani 1s ease;
}

.uu_titelbild img {
	width:100%;
	height:auto;
	display:block;
}
.uu_titel_text {
	float:left;
	width:50%;
	height:auto;
	margin:80px 0 0 50%;
	padding:0 20px 0 0;
	font-size:18px;
	line-height:30px;
	font-weight:400;
	color:#002f56;
	transition:all 0.5s ease;
	transform:translateY(-30px);
	opacity:0;
}
.uu_titel_text.visible {
	float:left;
	width:50%;
	height:auto;
	margin:80px 0 0 50%;
	padding:0 20px 0 0;
	font-size:18px;
	line-height:30px;
	font-weight:400;
	color:#002f56;
	transition:all 1.0s ease;
	transform:translateY(0px);
	opacity:1;
}
.uu_titel_text p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 18px 0;
}
.uu_projekt_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:100px 0 0 0;
	position:relative;
}
.ueberuns_titel {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	margin:0;
	padding:30vh 20px 30px 20px;
	font-size:19vw;
	font-weight:700;
	text-align:center;
	color:#002f56;
	opacity:0.07;
	cursor:default;
}
.ueberuns_titel span {
	opacity:0;
	transition:all 0.5s linear;
}
.ueberuns_titel span.visible {
	opacity:1;
	transition:all 0.7s linear;
}
.uu_projekt_text {
	float:left;
	width:50%;
	height:auto;
	font-size:18px;
	line-height:30px;
	font-weight:400;
	margin:55px 5% 0 0;
	padding:0 20px 0 0;
	color:#002f56;
	transition:all 0.5s ease;
	transform:translateX(-50px);
	opacity:0;
}
.uu_projekt_text.visible {
	float:left;
	width:50%;
	height:auto;
	font-size:18px;
	line-height:30px;
	font-weight:400;
	margin:55px 5% 0 0;
	padding:0 20px 0 0;
	color:#002f56;
	transition:all 1.0s ease;
	transform:translateX(0px);
	opacity:1;
}
.uu_projekt_text p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 18px 0;
}
.uu_projekt_bild_bereich {
	float:left;
	width:45%;
	height:auto;
	margin:0;
	font-size:14px;
	line-height:22px;
	color:#002f56;
	transition:all 0.5s ease;
	transform:translateX(50px);
	opacity:0;
}
.uu_projekt_bild_bereich.visible {
	float:left;
	width:45%;
	height:auto;
	margin:0;
	font-size:14px;
	line-height:22px;
	color:#002f56;
	transition:all 1.0s ease;
	transform:translateX(0px);
	opacity:1;
}
.uu_projekt_bild {
	float:left;
	width:100%;
	height:520px;
	margin:0 0 5px 0;
	position:relative;
	overflow:hidden;
	background:#eeeeee;
}
.uu_projekt_bild img {
	position:absolute;
	left:50%;
	top:50%;
	width:auto;
	height:auto;
	max-height:520px;
	transform:translate(-50%,-50%);
}
.uu_leistungen_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:12vw 0 100px 0;
	position:relative;
	overflow-x:hidden;
}
.uu_leistungen_pica {
	float:left;
	width:28%;
	height:270px;
	background:#eeeeee;
	margin:4vw 0 45px 0;
	object-fit: cover;
	transform:translateX(-50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_pica {
	transform:translateX(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_picb {
	float:left;
	width:28%;
	height:310px;
	background:#eeeeee;
	margin:calc(4vw - 20px) 0 45px 0;
	object-fit: cover;
	transform:translateX(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_picb {
	transform:translateX(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_box {
	float:left;
	width:28%;
	height:auto;
	background:#d84d15;
	margin:0px 8% 0px 8%;
	padding:30px 19px 25px 19px;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#ffffff;
	transform:translateY(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_box {
	transform:translateY(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_box p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 18px 0;
}
.uu_leistungen_box ul {
	list-style:none;
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	padding:0;
}
.uu_leistungen_box ul li {
	float:left;
	width:100%;
	height:auto;
	list-style:disc outside;
	margin:0 0 12px 20px;
	padding:0 25px 0 0;
}
.wrapperleistungen_a {
	max-width:1240px;
	height:auto;
	min-height:540px;
	margin:0 auto;
	padding:0 0 0 0;
	position:relative;
	z-index:5;
	overflow:visible;
}
.lesitungen_a_bereich {
	float: left;
	width: 100%;
	height: auto;
	margin:180px 0 200px 0;
	position: relative;
}
.lesitungen_a_text {
	float: left;
	width: 60%;
	height: auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	margin: 80px 0 0 40%;
	padding:0 0 0 20px;
	color:#002f56;
	transform:translateX(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.lesitungen_a_bereich.visible .lesitungen_a_text {
	transform:translateX(0px);
	opacity:1;
	transition:all 0.8s ease;
}
.lesitungen_a_text p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.lesitungen_a_bild {
	position:absolute;
	float:none;
	width:40%;
	top:0;
	left:0;
	height:550px;
	object-fit:cover;
	transform:translateX(-50px);
	object-position: right top;
	opacity:0;
	margin:0;
	transition:all 0.5s ease;
}
.lesitungen_a_bereich.visible .lesitungen_a_bild {
	transform:translateX(0px);
	opacity:1;
	transition:all 0.8s ease;
}
.leistungen_abschluss_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:0%;
}
.leistungen_abschluss_bild {
	float:left;
	width:80%;
	height:auto;
	margin:50px 10% 0px 10%;
	transform:scale(0.5);
	opacity:0;
	transition:all 0.5s ease;
}
.leistungen_abschluss_bild.visible {
	transform:scale(1.0);
	opacity:1;
	transition:all 0.9s ease;
}
.leistungen_abschluss_bild img {
	width:100%;
	height:auto;
	display:block;
}

.kontaktseite_bereich {
	float:left;
	width:100%;
	height:auto;
	margin: 60px 0 20px 0;
}
.anfrage_links {
	float: left;
	width: 60%;
	height: auto;
	margin: 0 10% 0 0;
}
.anfrage_rechts {
	float: left;
	width: 30%;
	height: auto;
	margin: 0 0 0 0;
}
.form_wrap_anrede {
	float: left;
	width: 49%;
	height: auto;
	margin: 0 51% 15px 0;
}
.form_wrap_a {
	float: left;
	width: 49%;
	height: auto;
	margin: 0 2% 15px 0;
}
.form_wrap_b {
	float: left;
	width: 49%;
	height: auto;
	margin: 0 0% 15px 0;
}
.form_wrap_voll {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0% 15px 0;
}

.anfrage_links select {
	float: left;
	width: 100%;
	height: 40px;
	border: solid 1px #dddddd;
	background: #ffffff;
	font-size: 16px;
	padding: 5px 8px;
	outline: none;
	line-height: 24px;
	font-weight: 600;
	color: #002f56;
	border-radius: 4px;
	transition: all 0.3s ease;
	transform: scale(1.0);
}
.anfrage_links input {
	float: left;
	width: 100%;
	height: 40px;
	border: solid 1px #dddddd;
	background: #ffffff;
	font-size: 16px;
	padding: 5px 8px;
	outline: none;
	line-height: 24px;
	font-weight: 600;
	color: #002f56;
	border-radius: 4px;
	transition: all 0.3s ease;
	transform: scale(1.0);
}
.anfrage_links textarea {
	float: left;
	width: 100%;
	height: 140px;
	resize: vertical;
	border: solid 1px #dddddd;
	background: #ffffff;
	font-size: 16px;
	padding: 5px 8px;
	outline: none;
	line-height: 24px;
	font-weight: 600;
	color: #002f56;
	border-radius: 4px;
	transition: all 0.3s ease;
}
.anfrage_links select:hover, .anfrage_links select:focus, .anfrage_links input:hover, .anfrage_links input:focus, .anfrage_links textarea:hover, .anfrage_links textarea:focus {
	border: solid 1px #002f56;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
.pflichtfeld {
	float: left;
	width: 50%;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #002f56;
	text-align: left;
}
.sendenbutton {
	float: left;
	width: 50%;
	height: auto;
	text-align: right;
}
.sendenbutton button {
	float: right;
	margin: 6px 0 10px 0;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	background: #002f56;
	border: solid 1px #002f56;
	color: #ffffff;
	outline: none;
	border-radius: 4px;
	transition: all 0.2s linear;
}
.sendenbutton button:hover {
	cursor: pointer;
	background: #d84d15;
	border: solid 1px #d84d15;
}
.anfrage_kontaktdaten {
	font: left;
	width: 100%;
	height: auto;
	margin: 5px 0 20px 0;
}
.anfrage_rechts h3 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 6px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #002f56;
}
.anfrage_rechts h2 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #002f56;
}
.anfrage_rechts p {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 22px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #002f56;
}
.anfrage_rechts a {
	text-decoration: none;
	outline: none;
	color: #d84d15;
	cursor: pointer;
}
.anfrage_rechts a:hover {
	color: #002f56;
	text-decoration: underline;
}
.anfrage_rechts .oeffnungszeiten {
	float: left;
	width: 100%;
	height: auto;
	margin: 35px 0 20px 0;
}
.tableleft {
	float: left;
	width: 60%;
	height: auto;
	padding: 10px 5px 10px 0;
}
.tableright {
	float: left;
	width: 40%;
	height: auto;
	padding: 10px 5px 10px 0;
}
.kontakt_map {
	float: left;
	width: 100%;
	height: 500px;
	margin: 100px 0% 0px 0%;
}
.kontakt_map_iframe {
	width: 100%;
	height: 500px;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.linktopage {
	float:left;	
	width:53%;
	height:auto;
	margin:150px 0 180px 47%;
	padding:0;
	text-align:left;
	font-size:22px;
	font-weight:600;
	color:#002f56;
}
.linktopage a {
	text-decoration:underline;
	outline:none;
	color:#002f56;
	transition:all 0.2s linear;
}
.linktopage a:hover {
	cursor:pointer;
	color:#d84d15;
}
.wrapperkontakt {
	width:100%;
	/*
	max-width:1200px;
	*/
	height:auto;
	min-height:430px;
	margin:0 auto;
	padding:0 0 0 0%;
	position:relative;
	z-index:5;
}
.k_wrapper {
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
	position:relative;
	z-index:5;
}
.kontakt_bereich {
	float: left;
	width: 100%;
	height: auto;
	margin:0 0 0 0;
	position: relative;
}
.kontakt_daten_wrap {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin:0 0 0 0;
	background:#ffcc22;
}
.kontakt_daten {
	float: none;
	position:absolute;
	left:47%;
	top:50%;
	width: 53%;
	height: auto;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 0 0;
	color:#002f56;
	text-align: left;
	padding:0 0 0 0%;
	transform:translateY(-70%);
}
.kontakt_daten a {
	outline:none;
	text-decoration:none;
	color:#002f56;
}
.kontakt_daten a:hover {
	cursor:pointer;
	color:#d84d15;
}
.kontakt_daten h3 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 16px 0;
	color: #d84d15;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}
.rechtliches {
	position: absolute;
	float: none;
	left: 47%;
	bottom: 0;
	width: 53%;
	height: auto;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	color:#002f56;
}
.rechtliches a {
	outline: none;
	text-decoration: none;
	color:#002f56;
	margin: 0 10px 0 0;
}
.rechtliches a:hover {
	text-decoration: underline;
}
.jobs_bereich {
	float:left;
	width:100%;
	height:auto;
}
.jobs_titel_text {
	float:left;
	width:77%;
	height:auto;
	margin:10px 0 30px 23%;
	color:#d84d15;
	font-weight:600;
	font-size:24px;
	line-height:38px;
	opacity:1;
	transition:all 0.5s linear;
	transform:translateY(0px);
}
.jobs_kontakt_text {
	float:left;
	width:77%;
	height:auto;
	margin:30px 0 30px 23%;
	color:#d84d15;
	font-weight:600;
	font-size:24px;
	line-height:38px;
	opacity:1;
	transition:all 0.5s linear;
	transform:translateY(0px);
}
.jobs_kontakt_text_a {
	float:left;
	width:77%;
	height:auto;
	margin:10px 0 10px 23%;
	color:#002f56;
	font-weight:400;
	font-size:24px;
	line-height:38px;
	opacity:1;
}
.jobs_kontakt_text_b {
	float:left;
	width:77%;
	height:auto;
	margin:10px 0 10px 23%;
	color:#002f56;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	opacity:1;
}
.jobs_kontakt_text_b a {
	text-decoration:none;
	outline:none;
	cursor:pointer;
	color:#002f56;
}
.jobs_kontakt_text_b a:hover {
	text-decoration:underline;
	color:#d84d15;
}
.jobs_stelle_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:50px 0 40px 0%;
	color:#002f56;
	font-weight:600;
	font-size:24px;
	line-height:38px;
	opacity:1;
	border-top:solid 1px #002f56;
}
.jobs_stelle_bereich .stelle {
	float:left;
	width:100%;
	height:auto;
	padding:30px 0;
	border-bottom:solid 1px #002f56;
}
.linktopage_small {
	float:left;	
	width:65%;
	height:auto;
	margin:80px 0 80px 35%;
	padding:0;
	text-align:left;
	font-size:22px;
	font-weight:600;
	color:#002f56;
}
.linktopage_small a {
	text-decoration:underline;
	outline:none;
	color:#002f56;
	transition:all 0.2s linear;
}
.linktopage_small a:hover {
	cursor:pointer;
	color:#d84d15;
}
.rechtliches_jobs {
	position: absolute;
	float: none;
	left: 23%;
	bottom: 0;
	width: 77%;
	height: auto;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	color:#002f56;
	z-index:999;
}
.rechtliches_jobs a {
	outline: none;
	text-decoration: none;
	color:#002f56;
	margin: 0 10px 0 0;
}
.rechtliches_jobs a:hover {
	text-decoration: underline;
}

.gmaps {
	position: absolute;
	float: none;
	left: 0;
	top: 0;
	width: 40%;
	height: 400px;
	margin: 0;
	z-index:900;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transform:translateX(-50px);
	opacity:0;
	transition:all 0.5s ease;
}
.gmaps.visible {
	transform:translateX(0px);
	opacity:1;
	transition:all 0.8s ease;
}
.map_box {
	float: left;
	width: 35%;
	min-height:1px;
	overflow:hidden;
	text-align:center;
	margin:0;
	justify-content:center;
	align-items:center;
	display:flex;
	box-sizing:border-box;
	background:url(../img/map_klein.jpg) no-repeat 50% 50%;
	background-size:cover;
	z-index:100;
	position:relative;
}
.map_box .dummy {
	padding-top:100%;
}
.map_box a {
	width:72px;
	height:72px;
	text-decoration:none;
	padding:0px;
	border-radius:50%;
	background-color:#ffffff;
	background-image:url(../img/icon_map_orange.png);
	background-repeat:no-repeat;
	background-size:28px;
	background-position:50% 50%;
	border:none;
	text-align:center;
	outline:none;
	transition:all 0.1s ease;
}
.map_box a:hover {
	cursor:pointer;
	transition:all 0.2s ease;
	width:100px;
	height:100px;
	background-size:38px;
}

.map_box_kontakt {
	float: left;
	width: 35%;
	min-height:1px;
	overflow:hidden;
	text-align:center;
	margin:0;
	justify-content:center;
	align-items:center;
	display:flex;
	box-sizing:border-box;
	background:url(../img/kontakt_bild.jpg) no-repeat 50% 50%;
	background-size:cover;
	z-index:100;
	position:relative;
}
.map_box_kontakt .dummy {
	padding-top:100%;
}
.map_box_kontakt a {
	width:72px;
	height:72px;
	text-decoration:none;
	padding:0px;
	border-radius:50%;
	background-color:#ffffff;
	background-image:url(../img/icon_map_orange.png);
	background-repeat:no-repeat;
	background-size:28px;
	background-position:50% 50%;
	border:none;
	text-align:center;
	outline:none;
	transition:all 0.1s ease;
}
.map_box_kontakt a:hover {
	cursor:pointer;
	transition:all 0.2s ease;
	width:100px;
	height:100px;
	background-size:38px;
}

.map_tiefenbach {
	position: absolute;
	float: none;
	left: 0;
	top: 0;
	bottom:0;
	right:0;
	display:flex;
	vertical-align:middle;
}
.kontaktseite_spacer {
	float:left;
	width:100%;
	height:65px;
}

.imprint_bereich h2 {
	float: left;
	width: 100%;
	height: auto;
	margin:0 0 22px 0;
	font-size:28px;
	line-height:36px;
	color:#002f56;
	font-weight:600;
}
.imprint_bereich h4 {
	float: left;
	width: 100%;
	height: auto;
	margin:20px 0 10px 0;
	font-size:20px;
	line-height:30px;
	color:#002f56;
	font-weight:600;
}
.imprint_bereich h3 {
	float: left;
	width: 100%;
	height: auto;
	margin:20px 0 10px 0;
	font-size:20px;
	line-height:30px;
	color:#002f56;
	font-weight:600;
}
.imprint_bereich h5 {
	float: left;
	width: 100%;
	height: auto;
	margin:15px 0 5px 0;
	font-size:18px;
	line-height:28px;
	color:#002f56;
	font-weight:600;
}
.imprint_bereich h6 {
	float: left;
	width: 100%;
	height: auto;
	margin:15px 0 5px 0;
	font-size:18px;
	line-height:28px;
	color:#002f56;
	font-weight:600;
}
.imprint_bereich .text {
	float: left;
	width: 100%;
	height: auto;
	margin:0 0 12px 0;
	font-size:14px;
	line-height:26px;
	color:#002f56;
	font-weight:400;
}
.imprint_bereich p {
	float: left;
	width: 100%;
	height: auto;
	margin:0 0 15px 0;
	font-size:15px;
	line-height:28px;
	color:#002f56;
	font-weight:400;
}
.imprint_space {
	float:left;
	width:100%;
	height:auto;
	margin:140px 0 0 0;
}
.video_bottom {
	float: left;
	width: 96%;
	height: 100px;
	background: #eeeeee;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.video_bottom_wrap {
	float:left;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}
.video_bottom_wrap video {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.wrapperfooter {
	max-width:1100px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.breakdesktop {
	display:inline;
}
.footer {
	float: left;
	width: 100%;
	height: auto;
	background: #002f56;
	padding: 80px 0 100px 0;
}
.footer_logo {
	float: left;
	width: 11%;
	height: auto;
}
.footer_logo img {
	width: 100%;
	height: auto;
	display: block;
}
.footer_mid {
	float: left;
	width: 40%;
	height: auto;
	margin: 102px 6% 0 18%;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.footer_mid a {
	outline:none;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}
.footer_mid a:hover {
	color:#d84d15;
}
.footer_right {
	float:left;
	width:calc(25% - 70px);
	height:auto;
	color: #ffffff;
	margin:53px 0 0 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.footer_right ul {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
}
.footer_right ul li {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.footer_right a {
	text-decoration:underline;
	cursor:pointer;
	outline:none;
	color:#ffffff;
}
.footer_right a:hover {
	color:#d84d15;
}
.footer_bestattungen {
	float: left;
	width: 60px;
	height: auto;
	margin:95px 0 0 10px;
}
.footer_bestattungen img {
	width: 100%;
	height: auto;
	display: block;
}

.pfeilhoch {
	position:fixed;
	bottom:22px;
	right:22px;
	width:44px;
	height:44px;
	background-color:#ffffff;
	box-shadow:2px 2px 4px rgba(0,0,0,0.28);
	z-index:950;
	background-image:url(../img/icon_pfeil_top.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:22px;
	transform:translateX(80px) scale(1.0);
	transition:all 0.2s ease;
	border-radius:22px;
}
.pfeilhoch.active {
	position:fixed;
	bottom:22px;
	right:22px;
	width:44px;
	height:44px;
	background-color:#ffffff;
	box-shadow:2px 2px 4px rgba(0,0,0,0.28);
	z-index:950;
	background-image:url(../img/icon_pfeil_top.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:20px;
	transform:translateX(0px) scale(1.0);
	transition:all 0.3s ease;
	border-radius:22px;
}
.pfeilhoch:hover.active {
	background-size:24px;
	transform:translateX(0px) scale(1.0);
}


}




@media only screen and (min-width: 1340px) {
.wrappertop {
	max-width:1240px;
	height:auto;
	margin:0 auto;
	padding:100px 0 0 0;
	position:relative;
	z-index:5;
}	
.wrapper1240 {
	max-width:1240px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:5;
	overflow:hidden;
}
.wrappermz {
	max-width:1240px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:5;
}
.wrapperinnen {
	max-width:1240px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.wrapperleistungen_a {
	max-width:1240px;
	height:auto;
	min-height:540px;
	margin:0 auto;
	padding:0 0 0 0;
	position:relative;
	z-index:5;
	overflow-x:visible;
}
.wrapperkontakt {
	/*max-width:1240px;*/
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0%;
	position:relative;
	z-index:5;
}
.k_wrapper {
	max-width:1240px;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
	position:relative;
	z-index:5;
}
.menu_icon {
	position:absolute;
	right:0;
	top:98px;
	width:105px;
	height:105px;
	background:#ffffff;
	display:block;
	z-index:999;
	transition:all 0.3s ease;
}
.menu_icon.active {
	position:fixed;
	right:0;
	top:98px;
	width:105px;
	height:105px;
	display:block;
	z-index:999;
	background:#ffffff;
	transition:all 0.3s ease;
}
.navbereich {
	position:fixed;
	right:0;
	top:0;
	width:65%;
	height:100vh;
	max-height:100vh;
	padding:210px 106px 175px 136px;
	background: #002f56;
	z-index:990;
	opacity:0;
	transition:all 0.3s ease-out;
	transform:translateX(125%);
}
.navbereich.active {
	position:fixed;
	right:0;
	top:0;
	width:65%;
	height:100vh;
	max-height:100vh;
	padding:210px 106px 175px 136px;
	background: #002f56;
	z-index:990;
	opacity:1;
	transition:all 0.5s ease-in;
	transform:translateX(0%);
}
.titel_text {
	float:left;
	width:77%;
	height:auto;
	margin:30px 0 30px 23%;
	color:#002f56;
	font-weight:600;
	font-size:30px;
	line-height:48px;
	opacity:1;
	transition:all 0.5s linear;
	transform:translateY(0px);
	animation: titeltext_ani 2s ease;
}
.swiper {
  width: 100%;
  height: 480px;
}
.uu_swiper {
  width: 100%;
  height: 480px;
}
.slidebild_klein {
	float:left;	
	width:100%;
	height:270px;
	margin-top:105px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_klein img {
	position:absolute;
	left:50%;
	top:50%;
	height:270px;
	width:auto;
	transform: translate(-50%, -50%);
}
.slidebild_mittel {
	float:left;	
	width:100%;
	height:360px;
	margin-top:60px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_mittel img {
	position:absolute;
	left:50%;
	top:50%;
	height:360px;
	width:auto;
	transform: translate(-50%, -50%);
}
.slidebild_gross {
	float:left;	
	width:100%;
	height:480px;
	margin-top:0px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_gross img {
	position:absolute;
	left:50%;
	top:50%;
	height:480px;
	width:auto;
	transform: translate(-50%, -50%);
}
.leistungen_abschluss_bild {
	float:left;
	width:86%;
	height:auto;
	margin:50px 7% 0px 7%;
	transform:scale(0.5);
	opacity:0;
	transition:all 0.5s ease;
}
.lesitungen_a_text {
	float: left;
	width: 65%;
	height: auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	margin: 100px 0 0 45%;
	padding:0 0 0 20px;
	color:#002f56;
	transform:translateX(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.projekte_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0 50px;
}
.uu_leistungen_pica {
	float:left;
	width:27%;
	height:270px;
	background:#eeeeee;
	margin:3vw 0 45px 0;
	object-fit: cover;
	transform:translateX(-50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_pica {
	transform:translateX(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_picb {
	float:left;
	width:27%;
	height:310px;
	background:#eeeeee;
	margin:calc(3vw - 20px) 0 45px 0;
	object-fit: cover;
	transform:translateX(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_picb {
	transform:translateX(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_box {
	float:left;
	width:30%;
	height:auto;
	background:#d84d15;
	margin:0px 8% 0px 8%;
	padding:30px 19px 25px 19px;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#ffffff;
	transform:translateY(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_box {
	transform:translateY(0);
	opacity:1;
	transition:all 0.8s ease;
}
}


@media only screen and (min-width: 1400px) {
.projekte_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0 5%;
}
.lesitungen_a_bild {
	position:absolute;
	float:none;
	width:40%;
	top:0;
	left:0;
	height:580px;
	object-fit:cover;
	transform:translateX(-50px);
	object-position: right top;
	opacity:0;
	margin:0;
	transition:all 0.5s ease;
}
}

@media only screen and (min-width: 1600px) {
.projekte_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0 10%;
}
.uu_leistungen_pica {
	float:left;
	width:26%;
	height:270px;
	background:#eeeeee;
	margin:2vw 0 45px 0;
	object-fit: cover;
	transform:translateX(-50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_pica {
	transform:translateX(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_picb {
	float:left;
	width:26%;
	height:310px;
	background:#eeeeee;
	margin:calc(2vw - 20px) 0 45px 0;
	object-fit: cover;
	transform:translateX(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_picb {
	transform:translateX(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_box {
	float:left;
	width:30%;
	height:auto;
	background:#d84d15;
	margin:0px 9% 0px 9%;
	padding:30px 19px 25px 19px;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#ffffff;
	transform:translateY(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_box {
	transform:translateY(0);
	opacity:1;
	transition:all 0.8s ease;
}
.lesitungen_a_bild {
	position:absolute;
	float:none;
	width:40%;
	top:0;
	left:0;
	height:620px;
	object-fit:cover;
	transform:translateX(-50px);
	object-position: right top;
	opacity:0;
	margin:0;
	transition:all 0.5s ease;
}


}


@media only screen and (min-width: 1800px) {
.projekte_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0 14%;
}
.lesitungen_a_bild {
	position:absolute;
	float:none;
	width:40%;
	top:0;
	left:0;
	height:680px;
	object-fit:cover;
	transform:translateX(-50px);
	object-position: right top;
	opacity:0;
	margin:0;
	transition:all 0.5s ease;
}
.swiper {
  width: 100%;
  height: 620px;
}
.uu_swiper {
  width: 100%;
  height: 620px;
}
.slidebild_klein {
	float:left;	
	width:100%;
	height:400px;
	margin-top:110px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_klein img {
	position:absolute;
	left:50%;
	top:50%;
	height:400px;
	width:auto;
	transform: translate(-50%, -50%);
}
.slidebild_mittel {
	float:left;	
	width:100%;
	height:520px;
	margin-top:50px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_mittel img {
	position:absolute;
	left:50%;
	top:50%;
	height:520px;
	width:auto;
	transform: translate(-50%, -50%);
}
.slidebild_gross {
	float:left;	
	width:100%;
	height:620px;
	margin-top:0px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_gross img {
	position:absolute;
	left:50%;
	top:50%;
	height:620px;
	width:auto;
	transform: translate(-50%, -50%);
}
}

@media only screen and (min-width: 2000px) {
.projekte_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0 18%;
}
.lesitungen_a_bild {
	position:absolute;
	float:none;
	width:40%;
	top:0;
	left:0;
	height:750px;
	object-fit:cover;
	transform:translateX(-50px);
	object-position: right top;
	opacity:0;
	margin:0;
	transition:all 0.5s ease;
}
.uu_leistungen_pica {
	float:left;
	width:25%;
	height:270px;
	background:#eeeeee;
	margin:2vw 0 45px 0;
	object-fit: cover;
	transform:translateX(-50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_pica {
	transform:translateX(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_picb {
	float:left;
	width:25%;
	height:310px;
	background:#eeeeee;
	margin:calc(2vw - 30px) 0 45px 0;
	object-fit: cover;
	transform:translateX(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_picb {
	transform:translateX(0);
	opacity:1;
	transition:all 0.8s ease;
}
.uu_leistungen_box {
	float:left;
	width:32%;
	height:auto;
	background:#d84d15;
	margin:0px 9% 0px 9%;
	padding:35px 22px 25px 22px;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#ffffff;
	transform:translateY(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_bereich.visible .uu_leistungen_box {
	transform:translateY(0);
	opacity:1;
	transition:all 0.8s ease;
}
.projekte_bild_gross {
	float: left;
	width: 100%;
	height: 520px;
	background: #ffffff;
	margin: 0 0 0px 0;
	position: relative;
	overflow: hidden;
	transition:all 0.3s ease;
	transform-origin:50% 50%;
}
.projekte_box:hover .projekte_bild_gross {
	transform:scale(1.1);
}
.projekte_bild_gross img {
	position:absolute;
	left:50%;
	top:50%;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height:520px;
	transform: translate(-50%, -50%);
}
.projekte_box_rand_gross {
	float:left;
	width:100%;
	height:520px;
	padding:0px;
	margin: 0px 0 10px 0;
	overflow:hidden;
	background:#ffffff;
	transition:all 0.3s ease;
}
.projekte_box:hover .projekte_box_rand_gross {
	padding:10px;
	height:500px;
	width:calc(100% - 20px);
	margin:10px 0 20px 10px;
}

.projekte_bild_mittel {
	float: left;
	width: 100%;
	height: 400px;
	background: #ffffff;
	margin: 0px 0 0px 0;
	position: relative;
	overflow: hidden;
	object-fit: cover;
	transition:all 0.3s ease;
	transform-origin:50% 50%;
}
.projekte_box:hover .projekte_bild_mittel {
	transform:scale(1.15);
}
.projekte_bild_mittel img {
	position:absolute;
	left:50%;
	top:50%;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height:400px;
	transform: translate(-50%, -50%);
}
.projekte_box_rand_mittel {
	float:left;
	width:100%;
	height:400px;
	padding:0px;
	margin: 50px 0 10px 0;
	overflow:hidden;
	background:#ffffff;
	transition:all 0.3s ease;
}
.projekte_box:hover .projekte_box_rand_mittel {
	padding:10px;
	height:380px;
	width:calc(100% - 20px);
	margin:60px 0 20px 10px;
}
.projekte_bild_klein {
	float: left;
	width: 100%;
	height: 300px;
	background: #ffffff;
	margin: 0px 0 0px 0;
	position: relative;
	overflow: hidden;
	transition:all 0.3s ease;
	transform-origin:50% 50%;
}
.projekte_box:hover .projekte_bild_klein {
	transform:scale(1.17);
}
.projekte_bild_klein img {
	position:absolute;
	left:50%;
	top:50%;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height:300px;
	transform: translate(-50%, -50%);
}
.projekte_box_rand_klein {
	float:left;
	width:100%;
	height:300px;
	padding:0px;
	margin: 100px 0 10px 0;
	overflow:hidden;
	background:#ffffff;
	transition:all 0.3s ease;
}
.projekte_box:hover .projekte_box_rand_klein {
	padding:10px;
	height:280px;
	width:calc(100% - 20px);
	margin:110px 0 20px 10px;
}
}