@media only screen and (min-width: 750px) {
*, *: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+ */
}
.main {
	float:left;
	width:100%;
	height:auto;
	margin:110px 0 75px 0;
}
.navbereich {
	position:fixed;
	right:0;
	top:0;
	width:65%;
	height:100vh;
	max-height:100vh;
	padding:110px 50px 60px 40px;
	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:110px 50px 60px 40px;
	background: #002f56;
	z-index:990;
	opacity:1;
	transition:all 0.5s ease-in;
	transform:translateX(0%);
}
.navbereich ul li a {
	outline:none;
	color:#ffffff;
	text-decoration:none;
	font-size:6vh;
	line-height:9vh;
	font-weight:600;
	transition:all 0.2s ease;
}
.titel_text {
	float:left;
	width:78%;
	height:auto;
	margin:0 0 0 22%;
	color:#002f56;
	font-weight:600;
	font-size:24px;
	line-height:36px;
	opacity:1;
	transition:all 0.5s linear;
	transform:translateY(0px);
	animation: titeltext_ani 2s ease;
}
.markenzeichen_text {
	float:left;
	width:85%;
	height:auto;
	margin:10px 0 50px 15%;
	font-weight:600;
	font-size:16px;
	line-height:26px;
	color:#002f56;
	transform:translateY(30px);
	transition:all 0.5s ease;
	opacity:0;
}
.markenzeichen_text.active {
	float:left;
	width:85%;
	height:auto;
	margin:10px 0 50px 15%;
	font-weight:600;
	font-size:16px;
	line-height:26px;
	color:#002f56;
	transform:translateY(0px);
	transition:all 0.8s ease;
	opacity:1;
}
.projekte_titel {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	margin:0;
	padding:30px 20px 30px 20px;
	font-size:20vw;
	font-weight:700;
	text-align:center;
	color:#002f56;
	opacity:0.07;
	cursor:default;
}
.projekte_box {
	float:left;
	width:48%;
	height:auto;
	padding:0px;
	margin:0 4% 50px 0;
	font-size:14px;
	line-height: 22px;
	font-weight:400;
	color:#002f56;
}
.projekte_box:nth-of-type(2n+2) { margin:0 0% 50px 0; }

.uu_titelbild {
	float:left;
	width:80%;
	height:auto;
	margin:40px 10% 30px 10%;
	transform:translateY(0px);
	opacity:1;
	animation: uu_titelbild_ani 1s ease;
}
.uu_titel_text {
	float:left;
	width:80%;
	height:auto;
	margin:0 0 0 10%;
	padding:0 20px 0 0;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	color:#002f56;
	transition:all 0.5s ease;
	transform:translateY(-30px);
	opacity:0;
}
.uu_titel_text.visible {
	float:left;
	width:80%;
	height:auto;
	margin:0 0 0 10%;
	padding:0 20px 0 0;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	color:#002f56;
	transition:all 1.0s ease;
	transform:translateY(0px);
	opacity:1;
}
.ueberuns_titel {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	margin:0;
	padding:35vh 20px 20px 20px;
	font-size:19vw;
	font-weight:700;
	text-align:center;
	color:#002f56;
	opacity:0.07;
	cursor:default;
}
.uu_projekt_text {
	float:left;
	width:58%;
	height:auto;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	margin:25px 5% 0 0;
	padding:0 0px 0 0;
	color:#002f56;
	transition:all 0.5s ease;
	transform:translateX(-50px);
	opacity:0;
}
.uu_projekt_text.visible {
	float:left;
	width:58%;
	height:auto;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	margin:25px 5% 0 0;
	padding:0 0px 0 0;
	color:#002f56;
	transition:all 1.0s ease;
	transform:translateX(0px);
	opacity:1;
}
.uu_projekt_bild_bereich {
	float:left;
	width:37%;
	height:auto;
	margin:30px 0 10px 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:37%;
	height:auto;
	margin:30px 0 10px 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:378px;
	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:378px;
	transform:translate(-50%,-50%);
}
.uu_leistungen_pica {
	float:left;
	width:22%;
	height:190px;
	background:#eeeeee;
	margin:100px 0 20px 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_box {
	float:left;
	width:48%;
	height:auto;
	background:#d84d15;
	margin:0px 4% 0px 4%;
	padding:25px 18px 18px 18px;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#ffffff;
	transform:translateY(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_picb {
	float:left;
	width:22%;
	height:190px;
	background:#eeeeee;
	margin:100px 0 0px 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;
}
.wrapperleistungen_a {
	width:60%;
	height:auto;
	margin:0 0 0 5%;
	padding:0 20px 0 20px;
	position:relative;
	z-index:5;
	overflow:hidden;
}
.lesitungen_a_text {
	float: left;
	width: 100%;
	height: auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin: 0px 0 20px 0;
	padding:0 0 0 0px;
	color:#002f56;
	transform:translateX(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.lesitungen_a_bild {
	float:left;
	width:calc(35% - 20px);
	height:320px;
	object-fit:cover;
	transform:translateX(-50px);
	opacity:0;
	transition:all 0.5s ease;
	margin:10px 20px 10px 20px;
}
.leistungen_abschluss_bild {
	float:left;
	width:80%;
	height:auto;
	margin:20px 10% 0px 10%;
	transform:scale(0.5);
	opacity:0;
	transition:all 0.5s ease;
}
.anfrage_links {
	float: left;
	width: 48%;
	height: auto;
	margin: 18px 9% 40px 0;
}
.anfrage_rechts {
	float: left;
	width: 43%;
	height: auto;
	margin: 0 0 0 0;
}
.form_wrap_anrede {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0% 15px 0;
}
.form_wrap_a {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
.form_wrap_b {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0% 15px 0;
}
.form_wrap_voll {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0% 15px 0;
}
.anfrage_rechts .oeffnungszeiten {
	float: left;
	width: 100%;
	height: auto;
	margin: 35px 0 20px 0;
}
.sendenbutton button {
	float: right;
	margin: 20px 0 12px 0;
	padding: 9px 22px;
	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;
}
.kontakt_map {
	float: left;
	width: 100%;
	height: 500px;
	margin: 20px 0% 0px 0%;
}
.map_box {
	float: left;
	width: 40%;
	min-height:1px;
	overflow:hidden;
	text-align:center;
	margin:20px 30%;
	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_kontakt {
	float: left;
	width: 40%;
	min-height:1px;
	overflow:hidden;
	text-align:center;
	margin:20px 30%;
	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;
}
.imprint_bereich {
	float: left;
	width: 100%;
	height: auto;
	margin:55px 0 0 0;
	position: relative;
}
.imprint_space {
	float:left;
	width:100%;
	height:auto;
	margin:100px 0 0 0;
}
.agbdownload_bild {
	float:left;
	width:80px;
	height:auto;
}
.agbdownload_bild img {
	width:100%;
	height:auto;
	display:block;
}
.agbdownload_text {
	float:left;
	width:calc(100% - 100px);
	height:auto;
	margin:0 0 0 20px;
	color:#002f56;
	font-size:16px;
	line-height:24px;
	font-weight:600;
}
.agbdownload_titel {
	float:left;
	width:100%;
	height:auto;
	color:#d84d15;
}
.rechtliches {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	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:80%;
	height:auto;
	margin:50px 0 20px 20%;
	color:#d84d15;
	font-weight:600;
	font-size:18px;
	line-height:30px;
	opacity:1;
	transition:all 0.5s linear;
	transform:translateY(0px);
}
.jobs_kontakt_text {
	float:left;
	width:80%;
	height:auto;
	margin:30px 0 30px 20%;
	color:#d84d15;
	font-weight:600;
	font-size:18px;
	line-height:30px;
	opacity:1;
	transition:all 0.5s linear;
	transform:translateY(0px);
}
.jobs_kontakt_text_a {
	float:left;
	width:80%;
	height:auto;
	margin:10px 0 10px 20%;
	color:#002f56;
	font-weight:400;
	font-size:18px;
	line-height:30px;
	opacity:1;
}
.jobs_kontakt_text_b {
	float:left;
	width:80%;
	height:auto;
	margin:10px 0 10px 20%;
	color:#002f56;
	font-weight:400;
	font-size:15px;
	line-height:24px;
	opacity:1;
}

.swiper {
  width: 100%;
  height: 400px;
}
.uu_swiper {
  width: 100%;
  height: 400px;
}
.swiper-slide {
	padding:0 20px;
}
.slidebild_klein {
	float:left;	
	width:100%;
	height:210px;
	margin-top:95px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_klein img {
	position:absolute;
	left:50%;
	top:50%;
	height:210px;
	width:auto;
	transform: translate(-50%, -50%);
}
.slidebild_mittel {
	float:left;	
	width:100%;
	height:310px;
	margin-top:45px;
	overflow:hidden;
	position:relative;
	object-fit:cover;
}
.slidebild_mittel img {
	position:absolute;
	left:50%;
	top:50%;
	height:310px;
	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%);
}
.footer {
	float: left;
	width: 100%;
	height: auto;
	background: #002f56;
	padding: 50px 0 90px 0;
}
.footer_logo {
	float: left;
	width: 100px;
	height: auto;
}
.footer_logo img {
	width: 100%;
	height: auto;
	display: block;
}
.footer_mid {
	float: left;
	width: calc(65% - 100px);
	height: auto;
	margin: 78px 2% 0 6%;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.footer_right {
	float:left;
	width:calc(27% - 70px);
	height:auto;
	color: #ffffff;
	margin:30px 0 0 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.footer_bestattungen {
	float: left;
	width: 70px;
	height: auto;
	margin:60px 0 0 0px;
}
.footer_bestattungen img {
	width: 100%;
	height: auto;
	display: block;
}

}



@media only screen and (min-width: 950px) {

.projekte_box {
	float:left;
	width:46%;
	height:auto;
	padding:0px;
	margin:0 8% 60px 0;
	font-size:14px;
	line-height: 22px;
	font-weight:400;
	color:#002f56;
}
.projekte_box:nth-of-type(2n+2) { margin:0 0% 60px 0; }

.projekte_bild_gross {
	float: left;
	width: 100%;
	height: 400px;
	background: #ffffff;
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
	transition:all 0.2s ease;
}
.projekte_bild_gross:hover {
	transform:scale(1.01);
}
.projekte_bild_gross img {
	position:absolute;
	left:50%;
	top:50%;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height:400px;
	transform: translate(-50%, -50%);
}
.projekte_bild_mittel {
	float: left;
	width: 100%;
	height: 340px;
	margin: 30px 0 10px 0;
	position: relative;
	overflow: hidden;
	object-fit: cover;
	transition:all 0.2s ease;
}
.projekte_bild_mittel:hover {
	transform:scale(1.01);
}
.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_bild_klein {
	float: left;
	width: 100%;
	height: 300px;
	margin: 50px 0 10px 0;
	position: relative;
	overflow: hidden;
	transition:all 0.2s ease;
}
.projekte_bild_klein:hover {
	transform:scale(1.01);
}
.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:310px;
	padding:0px;
	margin: 0px 0 10px 0;
	overflow:hidden;
	transition:all 0.3s ease;
}
.projekte_box:hover .projekte_box_rand_klein {
	padding:10px;
	height:290px;
	width:calc(100% - 20px);
	margin:10px 0 20px 10px;
}
.uu_projekt_text {
	float:left;
	width:52%;
	height:auto;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	margin:25px 5% 0 0;
	padding:0 0px 0 0;
	color:#002f56;
	transition:all 0.5s ease;
	transform:translateX(-50px);
	opacity:0;
}
.uu_projekt_text.visible {
	float:left;
	width:52%;
	height:auto;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	margin:25px 5% 0 0;
	padding:0 0px 0 0;
	color:#002f56;
	transition:all 1.0s ease;
	transform:translateX(0px);
	opacity:1;
}
.uu_projekt_bild_bereich {
	float:left;
	width:43%;
	height:auto;
	margin:31px 0 10px 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:43%;
	height:auto;
	margin:31px 0 10px 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:378px;
	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:378px;
	transform:translate(-50%,-50%);
}
.uu_leistungen_pica {
	float:left;
	width:25%;
	height:190px;
	background:#eeeeee;
	margin:95px 0 20px 0;
	object-fit: cover;
	transform:translateX(-50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_box {
	float:left;
	width:42%;
	height:auto;
	background:#d84d15;
	margin:0px 4% 0px 4%;
	padding:25px 18px 18px 18px;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#ffffff;
	transform:translateY(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.uu_leistungen_picb {
	float:left;
	width:25%;
	height:190px;
	background:#eeeeee;
	margin:95px 0 0px 0;
	object-fit: cover;
	transform:translateX(50px);
	opacity:0;
	transition:all 0.5s ease;
}
.leistungen_abschluss_bild {
	float:left;
	width:70%;
	height:auto;
	margin:20px 15% 0px 15%;
	transform:scale(0.5);
	opacity:0;
	transition:all 0.5s ease;
}
.breakdesktop {
	display:inline;
}
.footer_mid {
	float: left;
	width: calc(60% - 100px);
	height: auto;
	margin: 78px 1% 0 12%;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}	
	
}