﻿/* 
CSS für haas-vermietung.de 
mobile-first-design
Suche: desktop-design
*/
/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin-300.svg#OpenSans') 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-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
*,ul,li,p,h1,h2,h3,div,html,body{ 
		margin: 0; 
		padding: 0;
	position: relative;
    font-size: 100%;
}


.noSelect {
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -khtml-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::selection {
    background: #00497B;
    color: #fff;
}

::-moz-selection {
    background: #00497B;
    color: #fff;
}


.anitextfeld{
    z-index: 1; 
    position: absolute;
    top: 138px;
    width: 100%;    
    text-align: left;
    max-width: 1320px;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
}

.anitexttitel{
    transition: all 0.4s ease 0s;
    display: inline-block;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 100%;
    text-align: left;
    background-color: #00497B;
    opacity: 0;
    height: 0;
}

.anitexttitel a, .anitexttitel a:hover, .anitexttitel a:visited, .anitexttitel a:active{
    color: #fff;
    transition: all 0.8s ease 0s!important;
    border-bottom: 3px solid transparent;
}

.anitexttitel a:hover{
    border-bottom: 3px solid #fff;
    transition: all 0.8s ease 0s!important;
}

.balkenshow{
    transition: all 0.4s ease 0s;
    opacity: 1!important;
    height: 30px;
}

.anitexttitel span{
    text-transform: uppercase;
    color: #fff;
}

.textno{
    transition: all 0.4s ease 0s;
    opacity: 0;
}


.addcolor{
    transition: all 0.8s ease 0s;
    background-color: #00497B;
    opacity: 0.88!important;
}

.addcolor:hover{
    opacity: 0.98!important;
}

.textshow{
    transition: all 0.4s ease 0s;
    opacity: 1!important;
}

.terms{
		display: none!important;
}

.produktbox{
  transition: all 0.4s ease 0s;
   padding: 20px;
    min-height: 230px;
}


.produktbox img {
		width: 100%;
		height: auto;
	margin:auto;
		margin-bottom: 15px;
}
	
.headlineboxmini{
	display:block;
	font-size: 115%;
	font-weight: 600;
	margin-bottom: 10px;
    color: #515151;
    padding: 20px 40px 0px 40px;
    line-height: 140%;
}
.kurztext{
    padding: 0 40px;
	display:block;
    line-height: 150%;
    color: #999;
}	

.kateinfobox{
transition: all 0.4s ease 0s;
position: absolute;
top: 10px;
right: 0;
z-index: 9;
font-size: 85%;
opacity: 0.0;
padding: 6px 2.5%;
}		

.produktbox:hover .kateinfobox{
transition: all 0.4s ease 0s;
background-color: #fff;
opacity: 0.9;
}	


.coronainfo{
    background-color: #f7bb3d;
    width: 95%;
    padding: 10px 2.5%;
    color: #161616;
    text-align: center;
    font-weight: 600;
    display: block;
}

a.topinfo, a.topinfo:active,a.topinfo:visited{
    background-color: #f7bb3d;
    width: 95%;
    padding: 10px 2.5%;
    color: #161616;
    text-align: center;
    font-weight: 600;
    display: block;
    border-radius: 3px 3px 0 0;
}

a.topinfo:hover{
    text-decoration: underline;
}


html{ 
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		color: #666;
		margin: 0;
	overflow-x: hidden;
}

body { 
		cursor: default;
		background-color: #fff;
		overflow-x:hidden;
		height:100%;
		min-height:100%;
		margin: 0;
	padding-top: 76px;
}

.blackbg{
    background-color: #00497B;
}

.blackbg h1, .blackbg h2, .blackbg h3{
    color: #E9E9E9!important;
}
.blackbg, .blackbg .headline{
    color: #DEDEDE!important;
}

.bildbg{
    background-image: url("../bilder/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 55%;
}



.maxwidth {
    width: 560px!important;
    margin: auto auto;
    max-width: 90%;
}

.formtext{
	margin-bottom: 8px;
	display:block;
	font-weight:600;
}


.submit {
 transition: all 0.4s ease 0s;
	padding: 12px 30px!important;
    background-color: #131313;
    border: 0;
    line-height: 120%;
    color: #fff;
    display: inline-block;
	font-size: 110%;
	text-align:center;
    margin-bottom: 20px;
    border-radius: 3px;
	font-weight: 300;
	width: auto;
}

.submit:hover{
	opacity: 0.89;
	cursor: pointer;
}


input.inputstyle {
		display:inline-block;
		border: 1px solid #d9d9d9;
		border-radius: 1px;
		border-top: 1px solid #c0c0c0;
		padding: 12px 2%;
		width: 96%;
		font-size: 100%;
		margin-bottom: 24px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
        position: relative;
}

textarea.inputstylearea {
		display:block;
		border: 1px solid #d9d9d9;
		border-radius: 1px;
		border-top: 1px solid #c0c0c0;
		padding: 7px 2%;
		width: 96%!important;
		font-size: 100%;
		margin-bottom: 4px;
		height: 150px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
}

	
input::placeholder, textarea::placeholder{
    color: #999;
    font-size: 80%;
}	


		
.abstand{ 
    display: inline-block;
    padding: 4px 4px;
    width: 120px;
    font-weight: 600;
}

.abstandlang{ 
    width: 250px;
    line-height: 170%;
}


.telefonnummerdick{
    line-height: 180%;
    font-weight: 700;
    font-size: 240%;
    color: #323232;
    letter-spacing: 0.5px;
}

.dropdownbox{
    border-left: 6px solid transparent;
	cursor: pointer;
    background-image: url(../bilder/drop.png);
    background-repeat: no-repeat;
    background-position: 98% 55%;
    background-size: 4%;
	margin-bottom: 8px;
}

.dropdownbox h3{
    font-size: 110%;
    font-weight: 400;
}

.dropdownboxactive{
   background-position: 98% 5%;
   border-left: 6px solid #131313;
   transform: rotate(-0.1deg);
}

.dropdownboxinnen{
	transition: all 0.4s ease-in-out;
	height: 0;
	overflow: hidden;
}

.dropdownboxinnenactive{
	transition: all 0.4s ease-in-out;
	height: auto;
	overflow: hidden;
}


.infobox{
	transition: all 0.4s ease-in-out;
	background-color: #fff;
    box-shadow: 0 2px 0.25rem 0 rgba(9,42,93,.04);
	border-radius: 4px;
	padding: 25px;
	overflow: hidden;
}
.infobox:hover{
	transition: all 0.4s ease-in-out;
    box-shadow: 0 2px 3.25rem 0 rgba(9,42,93,.08);
	z-index: 7;
}


.infobox h3{
	margin-bottom: 0;
}

.infobox .buttonlink{
	margin-top: 10px;
}


.subnav, .dropdown{
    display:block;
    margin-bottom: 25px;
}
		
		
a.subnavilink, a.subnavilink:visited {
    display: block;
    padding: 2% 5%!important;
    color: #999!important;
    text-decoration: none;
    transition: all 0.6s ease 0s;
    font-size: 90%;
	border-radius: 3px;
}		
		
a.subnavilink:active, a.subnavilink:hover {
    transition: all 0.6s ease 0s;
    color: #127FBC!important;
    text-decoration: underline;
    background-color: #F2F3F5;
}
 .subnavilink img {
     width: 30px;
     display: inline-block;
     margin-right: 20px;
     margin-bottom: -10px;
}	   
	
strong{
		font-weight: 700!important;
}


.websitein{
    position: relative;
    width: 100%;
    padding-top: 0px;
    margin: auto;
}


span.headline{
    font-size: 110%;
	font-weight: 300;
	margin:0px;
	margin-bottom:25px;
	line-height: 1.5;
    letter-spacing: 0.3px;
	display:block;
	color: #444;
	padding: 4px 0;
}

span.ganzklein{
	font-weight: 400;
	font-size: 80%;
	display:block;
	color: #999;
	padding: 4px 0;
    line-height: 150%;
}

.keinmargin{
	margin-bottom:25px!important;
}

.telbig{
	font-weight: 600;
	margin:0px;
	margin-bottom:25px;
	font-size: 320%;
	line-height: 150%;
	display:block;
	color: #262626;
	padding: 4px 0;
}

span.nummer{
	color:#212121;
	display:inline-block;
	padding: 2px 2px 2px 2px;
	border-radius: 12px;
	height: 20px;
	width: 20px;
	margin-right: 2px;
	text-align: center;
	margin-left: -30px;
	font-weight: 600;
	font-size: 95%;
}


h1{
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 6px;
    color: #262626;
}

.blogtitel{
	line-height: 46px;
}

h2{
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 6px;
    color: #262626;
}

h3{
    color: #262626;
}

.kontakttitel{
    display: block;
	font-weight: 600;
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 0px;
	letter-spacing: 0px;
	color: #262626;
}	



.kursiv{
    font-style: italic;
}

.header{
	position: fixed;
    top: 0;
	z-index: 9999;
	transition: all 0.2s ease-in-out;
	height: 76px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0 5px 15px 0 rgba(45,61,108,.05);
}

.headerin{
	position: relative;
	width: 100%;
	margin: auto;
    top: 0;
}


.headerfixed{
	width: 100%;
	position: fixed;
	transition: all 0.2s ease-in-out;
}


.miniheaderin{
		width: 100%;
		padding: 6px 0;
        text-align: center;
		margin: auto;
		background-color: #0A497B;
		transition: all 0.4s ease 0s;
}


.miniheaderin:hover{
		background-color: #2971AA;
		transition: all 0.4s ease 0s;
}

.miniheaderin span{
		display: inline-block;
        color: #fff;
		padding: 4px 10px;
    font-weight: 700;
    font-size: 80%;  
    animation: blink-animation 2s steps(20, start) infinite;
  -webkit-animation: blink-animation 2s steps(20, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.breadcrumb{
    display: none;
}

.nav {
		position: fixed;
		z-index: 1;
		display:block;
		border: 0px;
		width: 80%;
		height: 100vh;
		margin-top: -2660px;
		top: 0;
		padding: 0 10% 0 10%;
		background-color: rgba(9,62,104,0.88);
		left: 0;
        font-size: 100%;
        backdrop-filter: blur(4px);
    transition: all 0.5s ease-in-out; 
    transform: rotate3d(0,0,0,-10deg); 
        height: 0vH;
		overflow:hidden;
    margin-top: 0;
}

.open {
		opacity: 1;
        transition-timing-function: ease-out;
		margin-top: 0;
		overflow:hidden;
		width: 80%;
		padding: 20% 10% 20% 10%;
        transition: all 0.5s ease-in-out; 
        transform: rotate3d(0,0,0,0deg); 
        height: 100vH;
}


.scrolldown{
	display: none;
}
	

.gerlach{
    font-weight: 600;
}

.plus{
    color: #00497B;
}

.logozwei, .logodrei{
	display: none;	
}

.logo{
    position: relative;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	margin-left: 25px;	
	margin-top: 12px;	
	font-weight: 600;
	font-size: 180%;
	line-height: 34px;
	vertical-align: middle;
	width: 130px;
    letter-spacing: -1.5px;
}

.logoweiss{
	color: #fff!important;
    position: absolute;
    top: 10px;
    opacity: 0.07;
}


.logo img{
	width: 100%;	
}



.innen, .bloginhalt{
	position: relative;
	padding: 20px 5%;
}
			
.bigpadd{
padding:60px 5%!important;
}	

.website{
	padding: 0;
	margin: 0;
}

.graubg{
	background-color: #F4F4F4;
}

.diffbg{
	background-image: url('../bilder/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}


.dreier, .zweier, .vierer{
	display: block;
	width: 90%;
	padding: 15px 5%;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 100%;
	transition: all 0.4s ease-in-out;
} 

.dreier img{
	margin-bottom: 35px;
} 

.mobilescroll{
    position: relative;
	transition: all 0.4s ease-in-out;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.autobox{
	display: inline-block;
 	vertical-align: top;
    width: 250px;
	min-height: 330px;
	margin-bottom: 20px;
	margin-right: 20px;
    font-size: 90%;
    background-color: #fff;
    box-shadow: 0 2px 1.25rem 0 rgba(9,42,93,.11);
    border-radius: 4px;
    transition:all 0.4s ease 0s;
	overflow-x: auto;
    white-space:normal!important;
}


.autobox span{
	display: block;
	font-weight: 700;
	font-size: 115%;
}
.autobox div{
    padding: 30px 10%;
}

.autobox img{
	width: 100%;
} 


.meinungbox{
	display: block;
 	vertical-align: top;
	margin-bottom: 20px;
    font-size: 90%;
    background-color: #fff;
    width: 90%;
    min-height: 240px;
    box-shadow: 0 2px 1.25rem 0 rgba(9,42,93,.11);
    padding: 20px 5%;
    border-radius: 4px;
    transition:all 0.4s ease 0s;
}

.meinungbox:hover{
    box-shadow: 0 2px 4.25rem 0 rgba(9,42,93,.24);
	z-index: 9!important;
	opacity: 1.0;
}

.meinungportrait {
    max-width: 42px;
    height: auto;
    float:left;
    border-radius: 50%;
    margin-right: 15px;
}

.meinungtitel{
    font-size: 110%;
    font-weight: 600;
    display: block;
    color: #212121;
}

.meinungname{
    font-size: 90%;
    font-weight: 600;
    color: #212121;
      display: block;
    margin-bottom: -10px;
}

.argumente {
    text-align: center;
    height: 140px;
    margin-bottom: 40px;
}

.argumente img {
		width: 60px;
    margin: auto auto;
    margin-top: -55px;
    margin-bottom: 15px;
}

.projektlogo{
		width: 150px!important;
    margin: auto auto;
    margin-top: 0!important;
    margin-bottom: 15px; 
    height: auto!important;
}

 .footicon {
    height: 31px;
     width: auto;
    display: inline-block;
      margin-top: -25px;
  margin-bottom: 25px;
     margin-right: 25px;
}

.argumente .meinungtitel{
    font-size: 130%;
    font-weight: 600;
    display: block;
    color: #313131;
    margin-bottom: 20px;
}


.argumente .meinungtitel{
    color: #00497B;
}
  
.meinungposition{
    font-size: 80%;
    display: block;
    margin-bottom: 30px;
}

.meinungtext{
    line-height: 150%;
    color: #999;
}

.bewerten {
    transition: all 0.4s ease-in-out;
    width: 24%;
    display: block;
    padding: 5px 0;
    float:right;
}

.iframe{
	border: 0;
	width: 100%;
	min-height: 900px;
	overflow:auto;
}

.clear{
	clear: both;
}


video{
	width: 100%;
	height:auto;
}

.videobox{
	top: 0;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
    background-color: #000;
}

.videobox iframe,  
.videobox object,  
.videobox embed,
.videobox video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imggal {
	z-index: 8;
	display: block;
		width: 100%;
		position: relative;
		margin-bottom: 25px;
		text-align:center;
}

.imggal ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.imggal li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.imggal img {
    display: block;
    height: auto;
    max-width: 100%;
	text-align:center;
	margin: auto;
}


.refbox{
	display: inline-block;
	padding: 25px;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid #eee;
	text-align: center;
	width: 240px;
	height: 140px;
}
.refbox img{
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

.absatz{
	margin-bottom: 25px;
}

.absatzgross{
	margin-top: 25px;
	margin-bottom: 25px;
}

.maxwid {
    max-width: 680px!important;
}

.maxbreite {
    max-width: 1080px!important;
	margin: auto auto!important;
}

.mittig{
	text-align: center!important;
	margin: auto auto!important;
}

.mobilehide{
	transition: all 0.4s ease 0s;
	height: 0;
	overflow: hidden;
	display: none;
}


a.buttonlink, a.buttonlink:visited {
    transition: all 0.4s ease;
    display: inline-block;
    background: #00497B;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    padding: 16px 35px 16px 35px;
    opacity: 1.0;
	font-size: 100%;	
    overflow: hidden;
}

a.buttonlink:hover, a.buttonlink:active {
		text-decoration: none;
		opacity: 0.84;
		color: #fff;
}

.graubutton {
		background-color: #EAEDF2!important;
		color: #212121!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.06)!important;
    padding: 10px 35px 10px 35px!important;
    margin-right: -4px;
}

.gruenbg {
		background-color: #171717!important;
}


.absolutebuttonbox{
	position: relative;
}

.absolutebutton{
	position: absolute;
	left: 50%;
	bottom: 0;
    margin-left: -120px;
    z-index: 11;
    margin-bottom: -15px;
}


.absolutelink{
	position: absolute;
	right: 25px;
	bottom: 40px;
	background-color: #3B3A5C!important;
	padding-left: 46px!important;
	background: url(../bilder/arrow.svg) no-repeat 10% center;
	background-size: 14%;
}

.border{
	display: block;
	height: 0px;
	border-bottom: 1px solid #E2E2E2;
	margin: 10px 0;
}



#menuelink{
	z-index: 9999;
	display:block;
	transition: all 0.4s ease 0s;
	position: absolute;
	height: 54px; 
	width: 54px;
	right:25px;
	top: 10px;
	cursor: pointer;
	padding: 10px 0;
	outline:none;
	opacity: 0.6;
}

#menuelink:hover{
	opacity: 0.76;
}

#menue{
		display:block;
		width: 100%;
        position: relative;
        opacity: 0;
	transition: all 1.4s ease 0s; 
		}

.fadein{
        opacity: 1!important;
	transition: all 1.4s ease 0s; 
}

#menue li{
    display: block;
    clear: both;
    width: auto;
}



#menue li:hover{
		color: #13181C;
}


img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

.icon{
    display:block;
    max-width: 180px;
    margin: auto;
    width: auto;
}

.quali-icon{
    display:block;
    max-width: 90%;
    margin: auto;
}

.portraitbild {
    transition: all 0.4s ease-in-out;
    max-width: 150px;
    height: auto;
    display: inline-block;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
}

.portraitkleinlinks {
     max-width: 80px;
    float:left;
    margin-right: 35px;
    margin-top: -15px;
    margin-bottom: 0;
}

.seitenbild {
    margin: auto;
    margin-bottom: 25px;
    max-width: 100%;
}

.bannerbild {
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 1600px;
}

.seitenbildbeschreibung .seitenbild {
    margin-bottom: 12px;
}

.seitenbildbeschreibung {
    background-color: #fff;
    color: #999;
    font-size: 80%;
    max-width: 480px;
    margin-bottom: 30px;
}

.seitenbildklein {
    margin: auto;
    margin-bottom: 25px;
    max-width: 74%;
}

.margbottom {
    margin-bottom: -95px;
}

.inbild {
    margin: 25px 0;
}

.closerlinks{
	position: absolute;
	transition: all 0.4s ease 0s;
	background-color: #666;
	height: 2px;
	width: 38px;
    top: 18px;
}

.closermittel{
	position: absolute;
	transition: all 0.4s ease 0s;
	background-color: #666;
	height: 2px;
	width: 28px;	
    top: 30px;
}

.closerrechts{
	position: absolute;
	transition: all 0.4s ease 0s;
	background-color: #666;
	height: 2px;
	width: 34px;
    top: 42px;
}

#menuelink:hover .closerlinks{
	transition: all 0.4s ease 0s;
	width: 42px;
}
#menuelink:hover .closermittel{
	transition: all 0.8s ease 0s;
	width: 42px;
}
#menuelink:hover .closerrechts{
	transition: all 0.4s ease 0s;
	width: 42px;
}


.menuelinksloseactive .closerlinks{
	position: fixed;
	top: 48px;
	background-color: #eee;
	width: 40px;	
}

.menuelinksloseactive .closerrechts{
	height: 2px;
	position: fixed;
	-moz-transform: rotate(450deg);
	-ms-transform: rotate(450deg);
	-o-transform: rotate(450deg);
	-webkit-transform: rotate(450deg);
	width: 40px;	
    top: 48px;
	background-color: #eee;
}

.menuelinksloseactive .closermittel{
	opacity: 0.0!important;
}


#menuelink:hover .menuelinksloseactive .closerlinks{
	transition: all 0.4s ease 0s;
	width: 48px!important;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#menuelink:hover .menuelinksloseactive .closerrechts{
	transition: all 0.4s ease 0s;
	width: 32px!important;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
		
	
.tellink {
    color: #fff!important;
    background-color: #131313!important;
	font-weight: 900!important;
    border-radius: 3px;
    letter-spacing: 0.2px;
    display: inline-block!important;
    margin-left: -20px!important;
    font-size: 115%!important;
    background-image: url('../bilder/tel.svg');
    background-position: 15px 52%;
    background-repeat: no-repeat;
    background-size: 8.7%;
    padding: 20px 60px!important;
    margin-top: 25px!important;
}
			
.tellink:hover {
		opacity: 0.92;
    background-color: #131313!important;
}	


a.menuenavueber, a.menuenavueber:visited{
		transition: all .4s ease-in-out;
        color: #fff;
		text-decoration: none; 
		display:inline-block;
		padding: 15px 18px 15px 18px;
		font-size: 180%;
		font-weight:400;
		text-transform: uppercase;
		margin: auto;
	position: relative;
    text-align: center;
}


a.menuenavueber:hover, a.menuenavueber:active{
        color: #fff;
    text-decoration: none; 
}

.wki {
    background-image: url(../bilder/shopping-bag.svg);
    background-position: 0 45%;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 36px;
    height: 42px;
    position: absolute;
    top: 18px;
    right: 85px;
    opacity: 0.3;
    transform: rotate(-13deg);
	transition: all .4s ease-in-out;
}

.wki:hover {
		transition: all .4s ease-in-out;
        transform: rotate(-1deg);
    opacity: 0.57;
}

.extern {
    background-image: url('../bilder/extern.svg');
    background-position: 92% 52%;
    background-repeat: no-repeat;
    background-size: 24px;
    padding: 15px 80px 15px 18px!important;
    opacity: 0.7;
}

.ani{
    z-index: -1;
	display: block;
	position: absolute;
	transition: all 0.9s ease 0s;
	height: 52px;
	width: 0;
    background: #00497B;
	left: 0;
	bottom: 0;
	margin-bottom: 3px;
    opacity: 0;
}

.menuenavueber:hover .ani{
	left: 0;
	transition: all 0.9s ease 0s;
	width: 100%;
	background-color: #00497B;
    opacity: 0.9;
}

.buttonlink .ani{
    opacity: 0.42;
    background: #0C5B99;
	height: 60px;
	margin-bottom: 0px;
	transition: all 0.4s ease 0s;
    border-radius: 3px;
   transform: rotate(-10.1deg);
}

.buttonlink:hover .ani{
	left: 0;
	transition: all 0.4s ease 0s;
	width: 100%;
	background-color: #0C5B99;
    opacity: 0.67;
   transform: rotate(0deg);
}

.scroller {
    display: none;
}


.map{
	width: 100%;
	height: 300px;
}



#back-to-top, .touch-device #back-to-top:hover {
display: none;
    
	opacity: 0.0;
}



a, a:visited{
		color:#171717; 
		text-decoration: none;
}
a:hover, a:active{
		color:#171717; 
		text-decoration: none;
}


a.text, a.text:visited {
		color: #00497B;
		text-decoration: underline;
transition: all 0.4s ease;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

a.text:hover, a.text:active {
    color: #00497B!important;
		text-decoration: none;
transition: all 0.4s ease;
}

a.ueberlink, a.ueberlink:visited {
		color: #686868;
		text-decoration: none;
    transition: all 0.6s ease;
    display: inline-block;
    padding: 6px 14px;
    text-align: center;
    margin-right: 5px;    
    margin-bottom: 10px;
		background-color: #F0F5F7;
    border-radius: 3px;
}

a.ueberlink:hover, a.ueberlink:active {
		text-decoration: none;
    transition: all 0.6s ease;
	background-color: #596F78;
		color: #fff;
}

.viererlinkaktiv {
 		background-color: #13618C!important;
    margin-top: 27px;
}

ul{
	margin: 0px; 
	padding: 0px; 
	list-style-type:none; 
	position: relative;
}

li{
	margin: 0px; 
	padding: 0px;
	position: relative;
}

ul.list{
	list-style-image:url('../bilder/okicon.svg');
	color: #777;
	padding-left: 4px;
	list-style-position: inside;
}

.maps{
	width: 100%;
}




.servicebottom{
    z-index: 11;
    position: fixed;
    bottom: 30px;
    background-color: #fff;
    width: 260px;
    padding: 20px;    
    box-shadow: 0px 2px 20px 3px rgba(0,0,0,0.2);
    left: 50%;
    border-radius: 3px;
    vertical-align: top;
    margin-left: -150px;
    opacity: 0;
transition: all 0.4s ease;
    line-height: 150%;
}

.servicebottom:hover{
    box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.3);
}

.servicebottomfixed{
 opacity: 0.97;
transition: all 0.4s ease;  
}

.servicebottomtitel{
     margin-top: 5px;
   font-weight: 600;
    font-size: 100%;
    display: inline-block;
    color: #262626;
}

.servicebottomtel{
    font-weight: 400;
    font-size: 110%;
    display: inline-block;
    color: #999;
}

.servicebottom img {
	width: 60px;
    display: inline-block;
    float:left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.farbtop{
	background: linear-gradient(90deg, #131313, #3B79D1, #131313, #131313, #131313, #131313, #131313, #131313, #131313);
    height: 20px;
}




.diagonal::after{
    position: absolute;
    z-index: 1;
    width: 110%;
    content: "";
    height: 100px;
	background-color: #fff;
    transform:rotate(-1.9deg);
    margin-top: -50px;
    margin-left: -5%;
}

.diagonalzwei::after{
    transform:rotate(1.9deg);
}     

  .subnav a, .subnav a:visited{
    display:block!important;
    padding:6px 22px;
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
  }

  .subnav a:hover, .subnav a:active{
  }







.footerborder{
  z-index:99 !important;
  clear:both;
  height:0;
  margin:60px 0 0;
  border:0;
}

/* FOOTER = MOBILE FIRST (GM-STYLE) */
#footer{
  clear:both;
  background:#fff;
  border-top:1px solid #e2e2e2;
  padding:80px 0 60px;
  font-size:14px;
}

.footer-inner{
  max-width:1390px;
  margin:0 auto;
  padding:0 18px;
   color:#222;
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
}

/* HEADLINES */
.footer-col strong{
 display:block;
  margin:0 0 18px;
  font-weight:700;
  font-size:18px;
  line-height:1.2;
}

/* TEXT */
.footer-col p{
  margin:0;
  line-height:1.6;
  font-size:15px;
  max-width:48ch;
}

/* LISTS */
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col li{
  margin:0 0 12px;
}

/* LINKS */
.footer-col a{
  font-size:16px;
  color:#222;
  text-decoration:none;
  display: block;
}

.footer-col a:hover{
  text-decoration:underline;
}

/* FOOTER BOTTOM = MOBILE */
.footer-bottom{
  max-width:1390px;
  margin:100px auto 0;
  padding:28px 18px 0;
  border-top:1px solid #ddd;

  display:flex;
  flex-direction:column;
  gap:14px;

  font-size:13px;
  color:#666;
}

/* SOCIALS */
.footer-social a{
  font-size:13px;
  color:#333;
  text-decoration:none;
}

.footer-social a:hover{
  text-decoration:underline;
}

#footer a.buttonlink,
#footer a.buttonlink:visited{
    display: inline-block!important;
  margin-top:24px;
  padding:7px 22px;
  font-size:15px;
  font-weight:600;
  letter-spacing:0.02em;
  box-shadow:0 6px 18px rgba(0,0,0,0.18);
  color: #fff;
}

#footer a.buttonlink:hover,
#footer a.buttonlink:active{
  color: #fff;
}

/* ab 600px = 2 Spalten */
@media (min-width:600px){
  .footer-inner{
    grid-template-columns:1fr 1fr;
    gap:48px;
  }
}

/* ab 1000px = 4 Spalten + Footer Bottom Row */
@media (min-width:1000px){
  #footer{
    padding:160px 0 120px;
  }

  .footer-inner{
    grid-template-columns:1.4fr 1fr 1fr 1fr 0.8fr;
    gap:64px;
  }

  .footer-bottom{
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
  }
}


.startpadd{
	padding: 20px 0 80px 0;
}

.startbg::after, .unternehmenbg:after{
	content: '';
	height: 200px;
	width: 110%;
	position: absolute;
	display:block;
	bottom: 0;
    margin-bottom: -120px;
	left: -50px;
    background-image: url(../bilder/startbg.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% auto;
}

 .unternehmenbg:after{
    background-image: url(../bilder/unternehmenbg.webp);
 }

.slimsmall{
   color: #666;
   font-size: 85%; 
    letter-spacing: 1px;
    text-transform: uppercase;
}

.referenzen{
    padding: 150px 0 50px 0;
    margin: auto;
    text-align: center;
}

.referenz-logos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  margin-top: 40px;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

.referenz-item {
  margin-right: 10px;
  flex-shrink: 0;
}

.referenz-text {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding: 10px 20px;
  white-space: nowrap;
  border: none;
  margin-bottom: 5px;
  display: block;
}

.referenz-text span {
  letter-spacing: 1px;
  text-transform: normal;
 font-size: 90%;
  display:block;
}

.referenz-subtext {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  padding: 5px 10px;
  margin-top: 5px;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .referenz-logos {
    justify-content: center;
    margin: 0 auto;
    max-width: 1600px;
  }

  .referenz-item {
    margin-right: 30px;
  }

  .referenz-text {
    font-size: 20px;
    padding: 15px 25px;
  }

  .referenz-subtext {
    font-size: 16px;
  }
}

























































/* desktop-design */

	@media screen and (min-width: 1340px) {

html{ 
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    overflow-x: auto;
}
	
body{ 
	padding-top: 90px;
}

.paddingbox{
    padding: 25px;
}

.startbg::after, .unternehmenbg::after{
	display: none;
}
.startpadd{
	padding: 80px 0;
}
.startbg{
    background-image: url(../bilder/startbg.webp);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 50% auto;
}

.unternehmenbg{
    background-image: url(../bilder/unternehmenbg.webp);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 50% auto;
}







.scrolldown {
    background: url("../bilder/down-scroll-arrow.svg") no-repeat center 55%;
    background-size: 44%;
    height: 56px;
    width: 56px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    text-indent: -9999px;
    transition: all 0.4s ease;
    z-index: 6;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0px 10px 16px 3px rgba(0,0,0,0.05);
	display: block;
}

.scrolldown:hover { 
	opacity: 0.87;
    box-shadow: 0px 4px 16px 3px rgba(0,0,0,0.08);
    margin-bottom: -6px;
}
.imggal {
	z-index: 8;
	display: block;
		width: 50%;
		float:right;
		margin-left: 30px;
		position: relative;
		margin-bottom: 25px;
		text-align:center;
}
.miniheaderin span{
		padding: 10px 20px;
    font-size: 130%;  
}		
.mobilescroll{
    position: relative;
	transition: all 0.4s ease-in-out;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}

.mobilescroll::-webkit-scrollbar {
    display: none;
} 
        .blogbody{
        background-color:#eee!important;
 	background: linear-gradient(322deg, #eee, #eee, #eee)!important;
       }        
        
		
   .show{
	display: block;
		transition: all 0.1s ease-in-out;
	   height: 60px;
	   width: 350px;
	   padding: 20px;
	}
	   .hide{
		transition: all 0.1s ease-in-out;
	   height: 0;
	   width: 0;
	   padding: 0px;
	}
			
        
.border{
	margin: 25px 0;
}	
	
		
.tellink {
    margin-left: 20px!important;
    padding: 8px 25px 8px 45px!important;
    margin-top: 0!important;
    border-radius: 3px;
}
 .overlay{
        display: none;
    }
    
.overlay{
    z-index: 7; 
    overflow: hidden;
    opacity: 0.0;
    transition: all 0.1s ease 0s;
    height: 0;
    width: 100%;
    display: block!important;
	position: fixed;
    top:0;
    background-image: linear-gradient(180deg, rgba(21,45,79,1.00), rgba(21,45,79,0.67));
}

.overlayactive{
     height: 100%;
   opacity: 1;
    transition: all 0.1s ease 0s;
}
        



.breadcrumb{
     display: block;
   padding: 6px 20px;
    font-size: 75%;
    color: #999;
}

.breadcrumb li{
  display: inline-block;;
    padding: 0 3px;
}

.breadcrumb span{
 font-weight: 700;
}

.breadcrumb li::after { content:' » '; }
.breadcrumb li:last-child:after { content: ""; }
.breadcrumb li:first-child:after { content: ""; }


.breadcrumb a, .breadcrumb a:visited {
	transition: all .2s ease-in-out;
		color: #999;
		text-decoration: underline;
}

.breadcrumb a:hover, .breadcrumb a:active {
		color: #787878;
		text-decoration: none;
}

        




	
			
.nav .buttonlink span {
	font-weight: 400;
	vertical-align: bottom;
	display: inline-block;
	font-size: 80%;
	color: #aaa;
	padding: 0 0;
	margin-top: -8px;
}
        
        
.logo{
	font-size: 200%;
	width: 150px;	
    margin-left: 0;	
    margin-top: -8px;
} 
        
.logozwei{
    margin-top: 25px;
    font-weight: 300;
    color: #999;
	font-size: 120%;
	width: 750px;	
    position: relative;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	margin-left: 25px;	
}
       
.logodrei{
    margin-top: 25px;
    font-weight: 600;
    color: #00497B;
	font-size: 140%;
	width: 150px;	
    position: relative;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	margin-left: 25px;	
}
        
a.menuenavueber, a.menuenavueber:visited{
		padding: 25px 28px 22px 28px;
		font-size: 280%;
		font-weight:600;
}

.extern {
    background-size: 24px;
    padding: 25px 80px 22px 28px!important;
}
        
.zweier{
		transition:all 0.1s ease 0s; /*W3C Standard*/
		line-height: 150%;
		text-align: left;
		float:left;
		width: 45%;
		font-weight: 400;
		padding: 2.5%;
		display: inline-block;
		margin-right: -5px;
		margin-bottom: 0;
}
			
.zweierform{
		width: 50%!important;
		padding: 0!important;
}	


.zweier:last-child{
		margin-right: 0!important;
}
        
.zweierklein{
		width: 25%;
}	 

.zweierstart{
		width: 40%;
}	  
        
.zweiergross{
		width: 65%;
}	
   .bloginnen{
	line-height: 160%;			
	max-width: 1200px;
	margin: auto;
}     
.produktbox{
    display: inline-block;
     float:left;
	 width: 410px;
     padding: 0px;
    background-color: #fff;
    font-size: 90%;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 3px;
	z-index: 3;
    	box-shadow: 0 2px 3.25px 0 rgba(9,42,93,.18);
	min-height: 500px;
}
 
.produktbox:hover{
  transition: all 0.4s ease 0s;
 box-shadow: 0 2px 23.25px 0 rgba(9,42,93,.48);
}
   	
.bloglinks{
	width: 80%;
	padding: 5% 2.5%;
	float:left;
     white-space: pre-wrap;   
}
.bloginfo {
		font-size: 70%;
	color: #aaa;
}     
 
		
.nav {
		width: 40%!important;
		padding: 0 30% 0 30%!important;
}
	
.open {
	    transition: all 0.2s ease 0s;
		margin-top: 0px!important;
		width: 40%!important;
		padding: 10% 30% 10% 30%!important;
}
	
.website{
	padding: 10px 0;
	margin-top: 15px;
}
		
.header{
	position: fixed;
    height: 85px;
	padding: 5px 0;
	top:0;
	width: 100%;
	background-color: #fff;
	transition: all 0.4s ease-in-out;
}

.headerfixed{
	top: 0;
	position: fixed;
	box-shadow: 0 5px 15px 0 rgba(45,61,108,.05);
	height: 85px;
	padding: 5px 0;
	transition: all 0.4s ease-in-out;
}
		
.headerin{
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 1370px; 
}
		


		
.innen{
    margin: auto;
display: block;
vertical-align: top;
padding: 20px 25px;
line-height: 160%;
max-width: 1390px;
}
			
.bigpadd{
padding:60px 25px;
}		
        
.bigbigpadd{
padding:100px 25px;
}
			
.blogpadd{
max-width: 860px;
}	
        

.scroller {
    transition: all 0.4s ease 0s;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    display: block;
    opacity: 0.47;
    border-radius: 50%;
    z-index: 9;
}


   
a.viererlink, a.viererlink:visited {
    display: inline-block;
    margin-right: -5px;
    padding: 18px 0;
    width: 25.05%;
}

.viererlinkaktiv {
    margin-top: 0px;
}


.mobilehide{
    height: auto!important;
    display: block;
}		

		
.absolutelink{
	bottom: 120px;
}	
		
		
h1{
	font-weight: 900;
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 5px;
}

h2{
	font-weight: 900;
	font-size: 30px;
	line-height: 58px;
	margin-bottom: 5px;
}
		
h3{
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
	color: #262626;
}

.kontakttitel{
    display: block;
	font-weight: 600;
	font-size: 30px;
	line-height: 28px;
	margin-bottom: 0px;
	letter-spacing: 0px;
	color: #262626;
}	
        
.dreier{
	display: inline-block;
	width: 28%;
	vertical-align: top;
	padding: 20px 2.5% 20px 2.5%;
}
		        
.autobox{
	display: inline-block;
	width: 21.9%;
	vertical-align: top;
    margin-right: 30px;
}	
	      
.autobox:hover{
    z-index: 1; 
    box-shadow: 0 2px 4.25rem 0 rgba(9,42,93,.24); 
    margin-top: -10px;
    }
		
.meinungbox{
	display: inline-block;
	width: 25.9%;
	vertical-align: top;
	padding: 35px 2.5% 35px 2.5%;
    margin-right: 30px;
}	

.argumente{
    width: 250px;
    height: 165px;
}
        
.meinungbox:last-child{
    margin-right: 0px!important;
}
        
.meinungaktiv{
         z-index: 1; 
    box-shadow: 0 2px 4.25rem 0 rgba(9,42,93,.24); 
    padding-top: 40px; 
    padding-bottom: 70px; 
    margin-top: -20px;
    }
		
.vierer{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	padding: 20px 1.5%;
}	
	
.rechts{
	display: inline-block;
	float:right;
    margin: 55px;
    margin-right: 0;
}				
		
.links{
	display: inline-block;
	float:left;
    margin: 55px;
    margin-left: 0;
}				
       
.absolutebutton{
	position: absolute;
	left: 50%;
	bottom: 60px;
    margin-left: -120px;
    z-index: 2;
    margin-bottom: 0;
}
        
.absolutebutton:hover{
    padding: 20px 45px 20px 45px!important;
	position: absolute;
	left: 50%;
	bottom: 65px;
    margin-left: -130px;
    z-index: 11;
}
  
		
.websitein{
    padding-top: 0;
    width: 100%;
    margin: auto;
    position: relative;
}	
        
.websiteintrans{
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px!important;
}
        
.zacken::before{
    z-index: 4;
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 60px;
	background-size: 24px 48px;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(45deg, transparent 34%, #fff 34%, #fff 66%, transparent 66%), -webkit-linear-gradient(315deg, transparent 34%, #fff 34%, #fff 66%, transparent 66%);
	background-image: -moz-linear-gradient(45deg, transparent 34%, #fff 34%, #fff 66%, transparent 66%), -moz-linear-gradient(315deg, transparent 34%, #fff 34%, #fff 66%, transparent 66%);
	background-image: linear-gradient(45deg, transparent 34%, #fff 34%, #fff 66%, transparent 66%), linear-gradient(315deg, transparent 34%, #fff 34%, #fff 66%, transparent 66%);
}    
        
#back-to-top, .touch-device #back-to-top:hover {
    background: url(../bilder/up-scroll-arrow.svg) no-repeat center center;
    background-size: 40%;
    height: 56px;
    width: 56px;
    position: fixed;
    right: 5%;
    top: 65px;
    text-indent: -9999px;
    transition: all 0.4s ease;
    z-index: 99999;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0px 6px 5px 2px rgba(0,0,0,0.04);
}

#back-to-top:hover, .touch-device #back-to-top:active { 
    bottom: 72px;
}

		
.map{
	width: 100%;
	height: 420px;
}

	
.absatzgross{
	margin-top: 25px;
	margin-bottom: 45px;
}
        
.portraitbild {
    max-width: 150px;
}
        
.portraitkleinlinks {
    max-width: 80px;
}   
.quali-icon{
    display:inline-block;
    max-width: 150px;
    margin: 0;
}
     
.ani{
	height: 64px;
}
		

.anitextfeld{
top: 560px;
left: 50%;
transform: translateX(-50%);
}      
        
 .anitexttitel{
    font-size: 210%;
    padding: 22px 26px;
}

.balkenshow{
    height: 34px;
}       
        

.margbottom {
    margin-bottom: -80px;
}
        

.seitenbildbeschreibung {
   margin-bottom: 0;
}        
        
.wki {
    right: 85px;
}    





/* DESKTOP NAV FIX (ab 1340px) */

  /* Burger nur mobil */
  #menuelink{
    display:none !important;
  }

  /* Header-Grundlayout */
  .header{
    height:76px;
  }

  .headerin{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:76px;
  }

  /* Logo links */
  .logo{
    margin:0;
  }

  .logo img{
    height:46px;
    width:auto;
  }

  /* Navigation wieder im normalen Flow */
  .headerin nav.nav{
    position:static !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    backdrop-filter:none !important;
    transform:none !important;
    overflow:visible !important;
    border:0 !important;
  }

  /* Desktop-Menü */
  #menue{
    display:flex !important;
    align-items:center;
    gap:26px;
    margin:0;
    opacity:1 !important;
  }

  #menue li{
    display:inline-block;
  }

  a.menuenavueber, a.menuenavueber:visited{
    display:inline-block;
    line-height:76px;
    padding:0 8px;
    font-size:16px;
    font-weight:600;
    text-transform:none;
    color:#171717;
}


a.menuenavueber:hover, a.menuenavueber:active{
    color:#111;
    text-decoration: none; 
}

  .ani{
    display:none;
  }

  /* Telefon rechts, exakt vertikal zentriert */
 .logodrei{
	margin-top: 0;
    display:flex;
    align-items:center;
    align-self:center;   /* wichtig */
    height:auto;         /* KEINE feste Höhe */
    line-height:1;       /* entfernt vertikalen Versatz */
    white-space:nowrap;
    font-weight:700;
    color:#0A497B;
  }

  /* Verhindert Zeilenbruch durch altes <br> */
  .nav br{
    display:none;
  }



   /* Parent */
  .has-sub{
    position:relative;
  }

  .has-sub > a{
    position:relative;
    padding-right:22px; /* Platz für Pfeil */
  }

  /* Pfeil */
  .has-sub > a::after{
    content:"";
    position:absolute;
    right:6px;
    top:50%;
    width:6px;
    height:6px;
    border-right:2px solid #666;
    border-bottom:2px solid #666;
    transform:translateY(-60%) rotate(45deg);
    transition:transform .2s ease;
  }

  /* Pfeil dreht sich bei Hover */
  .has-sub:hover > a::after{
    transform:translateY(-50%);
  }

  /* Subnav Container */
  .subnav{
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    min-width:220px;

    background:#ffffff;
    border-radius:4px;
    padding:14px;
    margin-top:-6px;

    box-shadow:0 18px 40px rgba(0,0,0,0.12);
    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transition:opacity .2s ease, transform .2s ease;
    z-index:9999;
  }

  /* Hover aktiv */
  .has-sub:hover .subnav{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateX(-50%) translateY(4px);
  }

  /* Subnav Links */
  .subnav li{
    display:block!important;
  }

  .subnav a, .subnav a:visited{
    display:block!important;
    padding:6px 22px;
    font-size:15px;
    font-weight:500;
    color:#171717;
    text-decoration:none;
    white-space:nowrap;
  }

  .subnav a:hover, .subnav a:active{
    background:#f3f5f7;
  }
}













	@media screen and (min-width: 1920px) {

   
        
.servicebottom{
    box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.2);
    left: 50%;
    margin-left: 680px;
}	
    
    		
.servicebottom::before {
    transition: all 0.1s ease-in-out;
    position: absolute!important;
    content: "";
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #fff;
    bottom: 0;
    left: 0;
    margin-bottom: -14px;
    margin-left: 55px;
}	
}

	@media screen and (min-width: 2300px) {



}
