@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/roboto-v27-latin-100.woff2') format('woff2'),
       url('../fonts/roboto-v27-latin-100.woff') format('woff'),
       url('../fonts/roboto-v27-latin-100.ttf') format('truetype'),
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v27-latin-300.woff2') format('woff2'),
       url('../fonts/roboto-v27-latin-300.woff') format('woff'),
       url('../fonts/roboto-v27-latin-300.ttf') format('truetype'),
}
*,::after,::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,.2);
}
html{
  font-size:62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  scroll-behavior:smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
  font-family: 'Roboto', sans-serif;
  background: rgb(238,239,233);
  background: linear-gradient(180deg, rgba(238,239,233,1) 0%, rgba(238,239,233,1) 40%, rgba(249,249,249,1) 40%, rgba(249,249,249,1) 100%);
  font-size:.9em;
  font-style: normal;
  font-weight:300;
  color: #73746e;
  line-height: 2.4;
  margin:0 auto;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
.bodydunkel{
  background: rgb(238,239,233);
}
.bodyhell{
  background: rgba(249,249,249);
}
/* allgemein-------------------------------------------------------- */
ul {
  list-style: none;
}
a{
  text-decoration:none;
  transition: all .3s ease-out;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1,h2,h3,h4,h5,h6{
  color:#73746e;
  font-weight:300;
  text-transform:uppercase;
}
h2{
  font-size:3em;
  line-height:1.1em;
  margin-bottom:1em;
  margin-top:.2em;
}
/* Header-------------------------------------------------------- */
.verlauf{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 9;
  background:linear-gradient(
    to bottom,
    hsl(208.75, 63.16%, 14.9%) 0%,
    hsla(208.75, 63.16%, 14.9%, 0.987) 8.2%,
    hsla(208.75, 63.16%, 14.9%, 0.951) 16%,
    hsla(208.75, 63.16%, 14.9%, 0.896) 23.4%,
    hsla(208.75, 63.16%, 14.9%, 0.825) 30.4%,
    hsla(208.75, 63.16%, 14.9%, 0.741) 37.3%,
    hsla(208.75, 63.16%, 14.9%, 0.648) 43.8%,
    hsla(208.75, 63.16%, 14.9%, 0.55) 50.2%,
    hsla(208.75, 63.16%, 14.9%, 0.45) 56.5%,
    hsla(208.75, 63.16%, 14.9%, 0.352) 62.6%,
    hsla(208.75, 63.16%, 14.9%, 0.259) 68.7%,
    hsla(208.75, 63.16%, 14.9%, 0.175) 74.8%,
    hsla(208.75, 63.16%, 14.9%, 0.104) 81%,
    hsla(208.75, 63.16%, 14.9%, 0.049) 87.2%,
    hsla(208.75, 63.16%, 14.9%, 0.013) 93.5%,
    hsla(208.75, 63.16%, 14.9%, 0) 100%
  );
}
header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 10;
  scroll-margin-top: 1em;
}
.hell{
  background:none;
}
/* Nav-------------------------------------------------------- */
nav {
  width: 95%;
  display:flex;
  flex-direction:column;
  margin:1em auto 0 auto;
}
/* Mini-------------------------------------------------------- */
nav .minimenu{
  display:none;
}
nav .minimenu a{
  border:2px solid #0BB9AE;
  border-top:none;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  padding:.3em .5em;
  margin-left:.3em;
  color:#fff;
  background:#0e273e;
  font-size:.8em;
  font-weight:bold;
}
.hell nav .minimenu a{
  background:#0e273e;
  color:#fff;
}
nav .minimenu a:hover,nav .minimenu a:focus,nav .minimenu a:active,nav .minimenu .active{
  background:#0BB9AE;
  color:#192b43;
}
/* Haupt-------------------------------------------------------- */
nav .hauptmenue{
  display:flex;
  flex-direction:row;
  justify-content: space-between;
}
/* Logo-------------------------------------------------------- */
nav .logo{
  width:70%;
}
nav .logo img{
  width:100%;
  max-width:202px;
}
/* Menu-------------------------------------------------------- */
nav .menu{
  width:75%;
  max-width:800px;
  display:flex;
  flex-direction:row;
  justify-content: flex-end;
  margin:1em 0 1em 2em;
}
#gehezumfooter {
    transition: opacity 1s ease-out;
    opacity: 1;
    display:block;
}
#gehezumfooter.inactive {
    opacity: 0;
    display:none;
}
.scrollToTopBtn {
  border: none;
  cursor: pointer;
  background:none;
  border:none;
  width:40px;
  height:40px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.tastenwv{
  width:100%;
  text-align:center;
}
.btnweiter{
  border: none;
  cursor: pointer;
  background:none;
  border:none;
  width:40px;
  height:40px;
  transition: all 0.5s ease;
}
.scrollToTopBtn svg,.btnweiter svg{
  width:40px;
  height:40px;
}
.scrollToTopBtn svg path,.btnweiter svg path{
  transition: all 0.3s ease-out;
}
.scrollToTopBtn svg path:hover,.btnweiter svg path:hover{
  fill:#0f2940;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
}
/* Hamburger-------------------------------------------------------- */
label.hamburg {
 display: block;
 background: none;
 width: 75px;
 height: 50px;
 position: relative;
 margin:0;
 cursor:pointer;
 z-index:110;
}
input#hamburg {display:none}
.hamburg {
 display: block;
 background: #fff;
 width: 75px;
 height: 50px;
 position: relative;
 margin-left: auto; margin-right: auto;
 transition: border-radius .3s;
}
.line {
   position: absolute;
   left:30px;
   height: 2px;
   width: 30px;
   background: #fff;
   border-radius: 2px;
   display: block;
   transition: 0.3s;
   transform-origin: center;
}
.bodydunkel .line{
  background: #0f2940;
}
label.hamburg:hover >.line,label.hamburg.checked:hover >.line,label.hamburg:focus >.line,label.hamburg.checked:focus >.line{
  background: #0BB9AE;
}
.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 20px; }
.line:nth-child(3) { top: 29px; }
.hamburg.checked .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
   background: #0f2940;
}
.hamburg.checked .line:nth-child(2){
   opacity:0;
}
.hamburg.checked .line:nth-child(3){
   transform: translateY(-5px) rotate(45deg);
   background: #0f2940;
}
/* Navigation gross und klein-------------------------------------------------------- */
.gross{
  display:none;
}
nav .menu li a,.mobile li a,.daten li a,.nachhaltigkeitinhalt p a,.footerkasten p a,.datenundimpress a,.accordion li p a,#kontakt a,.jobtext a,.artikelbeschreibung a,.datenschutz a,.rechtsbetrifft a,.pvergessen{
  text-transform:uppercase;
  display: inline-block;
  position: relative;
}
nav .menu li a{
  font-size:1.2em;
  color:#fff!important;
  margin-top:1.4em;
}
.hell .menu li a,.mobile li a, .daten li,.nachhaltigkeitinhalt p a,.accordion li p a,#kontakt a,.rechtsbetrifft a,.pvergessen{
  color:#0f2940;
}
.mobile li a{
  font-size:1.6em;
  display:block;
  width:calc(100vw - 1em);
}
.mobile .sprachenmobile a{
  width:30%;
}
.nachhaltigkeitinhalt p a {
  margin-top:1.5em;
}
a:not(.btnweiter), a:visited:not(.btnweiter), a:hover:not(.btnweiter), a:active:not(.btnweiter) {
  color: inherit;
}
.footerkasten p a,.artikelbeschreibung a{
  color:#0BB9AE;
}
nav .menu li a:after,.mobile li a:after,.daten li a:after,.nachhaltigkeitinhalt p a:after,.footerkasten p a:after,.datenundimpress a:after,.accordion li p a:after,#kontakt a:after,.jobtext a:after,.artikelbeschreibung a:after,.datenschutz a:after,.rechtsbetrifft a:after,.pvergessen:after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: #0BB9AE;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.daten li a:after,.nachhaltigkeitinhalt p a:after,.accordion li p a:after,#kontakt a:after,.jobtext a:after,.datenschutz a:after{
  bottom: 3px;
}
.footerkasten p a:after,.rechtsbetrifft a:after{
  bottom: 4px;
}
.datenundimpress a:after {
  bottom: 6px;
}
.glide__slide a,.mix a{
  display:block;
  position: relative;
}
.glide__slide a:before{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  top: 220px;
  left: 0;
  background-color: #0BB9AE;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.versteckeglide{
  position: absolute; top: -9999px; left: -9999px;
}
.mix a:before{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  top: 320px;
  left: 0;
  background-color: #0BB9AE;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.mobile li a:after {
  bottom: 5px;
  height: 2px;
  width:100%;
  z-index:-1;
}
nav .menu li a:not(.umrundet):hover:after,
nav .menu li .active:after,
.mobile li a:hover:after,
.mobile li .active:after,
.mobile li a:focus:after,
.daten li a:hover:after,
.daten li a:focus:after,
.nachhaltigkeitinhalt p a:hover:after,
.nachhaltigkeitinhalt p a:focus:after,
.footerkasten p a:hover:after,
.footerkasten p a:focus:after,
.datenundimpress a:hover:after,
.datenundimpress a:focus:after,
.accordion li p a:hover:after,
.accordion li p a:focus:after,
.jobtext a:hover:after,
.jobtext a:focus:after,
.artikelbeschreibung a:hover:after,
.artikelbeschreibung a:focus:after,
.datenschutz a:hover:after,
.datenschutz a:focus:after,
.rechtsbetrifft a:hover:after,
.rechtsbetrifft a:focus:after,
#kontakt a:hover:after,
#kontakt a:focus:after,
.pvergessen:hover:after,
.pvergessen:focus:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.glide__slide a:hover:before,.mix a:hover:before{
  transform: scaleX(1);
  transform-origin: bottom left;
}
nav .menu li .umrundet{
  display:none
}
/* mobile-------------------------------------------------------- */
.mobile{
  display:none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background:#fff;
  transform: translateY(-100%);
  animation: 0.4s slideDown 0.25s forwards;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.mobile.open{
  display:flex;
}
.mobile ul{
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
	width: 100vw;
  height:100vh;
  flex-direction: column;
  position: absolute;
  top: 70px;
  left: 0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.mobile li{
	background:rgb(255,255,255,1);
  display: flex;
  justify-content: left;
  padding:0 2em;
  align-items: center;
  height: 15vh;
  width: 100vw;
  opacity:0;
}
.mobile li:nth-of-type(2) {
    transition-delay: 1s;
}

.mobile li:nth-of-type(3) {
    transition-delay: 1.2s;
}

.mobile li:nth-of-type(4) {
    transition-delay: 1.3s;
}

.mobile li:nth-of-type(5),.mobile li:nth-of-type(6) {
    transition-delay: 1.4s;
}
.mobile.open li {
  transform: translateX(0);
  opacity:1;
}
.mobile .sprachenmobile{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
/* Homeseite-------------------------------------------------------- */
section,footer{
  display: -ms-grid;
  display:grid;
  -ms-grid-columns:1fr minmax(300px, 1340px) 1fr;
  grid-template-columns:1fr minmax(300px, 1340px) 1fr;
}
.homeslider{
  -ms-grid-rows:185px 115px auto;
  grid-template-rows:185px 115px auto;
}
.unterseite{
  -ms-grid-rows:105px 195px auto;
  grid-template-rows:105px 195px auto;
}
.unterseite .slider{
  background:#192b43;
}
.unterseite .jobtext,.unterseite .datenschutz,.unterseite .impressum{
  background:rgba(238,239,233);
  padding: 1em 3em 1em 1em;
  border-radius:4px;
  color:#192b43;
  font-size:2em;
  line-height:1.7em;
}
.unterseite .jobtext h2{
  font-size:1.4em;
  color:#0BB9AE;
}
.jobtext h3,.datenschutz h2{
  color:#0f2940;
  line-height:1.9em;
  margin-top:1em;
  font-size:1.1em;
}
.datenschutz h2{
  font-size:1em;
  line-height:1.3em;
}
.jobtext p,.datenschutz p{
  margin-bottom:1em;
}
.artikeldetail{
  background:#fff;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0px, rgba(255,255,255,1) 358px, rgba(238,239,233,1) 358px, rgba(238,239,233,1) 500px);
  padding:2em;
  border-radius:3px;
}
.artikelbeschreibung{
  font-size:1.8em;
  color:#192b43;
}
.liner {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-top:2em;
}
.liner:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #192b43;
  min-width: 20px;
  margin: auto;
}
.liner:after {
  margin-left: 20px;
}
.artikelslider{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.artikelslider .ueber{
  text-align:right;
}
.artikelslider .hoverzoom img{
  object-fit:contain;
}
.artikelbeschreibung h2{
  font-size:1.4em;
  line-height:1.5em;
  margin-top:2em;
  color:#192b43;
}
.jobtext ul,.artikelbeschreibung ul,.datenschutz ul{
  list-style-type: none;
  margin-left:1.1em;
}
.jobtext ul > li:before,.artikelbeschreibung ul > li:not(.ueberartikel):before,.datenschutz ul > li:before {
  content: "–";
  position: absolute;
  margin-left: -1.1em;
}
.ueberartikel{
  margin-left: -1.1em;
  font-size:.85em;
  line-height:1.7em;
  margin-top:2em;
}
.ueberartikel h3{
  color:#192b43;
}
.jobtext ul > li,.datenschutz ul > li{
  margin-bottom:.5em;
}
.artikelbeschreibung ul > li{
  margin-bottom:.2em;
}
.referenzenkopf{
  margin-top:10em;
  -ms-grid-rows:100px;
  grid-template-rows:100px;
}
.slider {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span:3;
  grid-column:1/4;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow:hidden;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.slide.current {
  opacity: 1;
  animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.inhalt{
  display: -ms-grid;
  display:grid;
  -ms-grid-columns:repeat(48, 1fr);
  grid-template-columns:repeat(48, 1fr);
  min-width: 0;
  font-size:.8em;
}
.homeslider .inhalt{
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.unterseite .inhalt{
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.referenzenkopf .inhalt{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.statement,.statementmitfilter,.statementjobbeschreibung,.statementimpressum{
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span:46;
  grid-column:2/48;
  z-index: 3;
  border-radius:3px;
  background:#fff;
  animation: main 1.5s;
}
.statementjobbeschreibung,.statementimpressum{
  background:none;
  -ms-grid-column: 2;
  -ms-grid-column-span:47;
  grid-column:2/49;
  overflow:hidden;
}
.statementjobbeschreibung .slogan h1,.statementimpressum .slogan h1{
  color:#0BB9AE;
}
.graustatement{
  background:none;
}
@keyframes main {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.statement .slogan,.statementmitfilter .slogan{
  padding:4.5em 3em 5em 3em;
}
.statementmitfilter .ueberuns{
  padding:0 3em 3em 3em;
}
.statementmitfilter .ueberuns .filter,.statementmitfilter .ueberuns .filtervermietung{
  display:flex;
  flex-direction:column;
}
.statementmitfilter .ueberuns .filter fieldset,.statementmitfilter .ueberuns .filtervermietung fieldset{
  width:100%;
}
.slogan h1{
  color:#192b43;
  font-size:3em;
  line-height:1.3em;
  margin-bottom:1.3em;
}
.unterseite h1{
  padding:0 0 0 .7em;
  font-size:3.8em;
}
.unterseite h1 span span{
  max-width:80%;
}
.slogan p{
  font-size:1.8em;
  line-height:1.4em;
  color:#192b43;
}
.slogan h1 span,.slogan p span {
  display: block;
}
.slogan h1 > span,.slogan p > span {
  display: block;
  position: relative;
  overflow: hidden;
}
.slogan h1 > span:nth-child(1) {
  transition-delay: .1s;
}
.slogan h1 > span:nth-child(2) {
  transition-delay: .2s;
}
.slogan p > span:nth-child(1) {
  transition-delay: .3s;
}
.slogan p > span:nth-child(2) {
  transition-delay: .4s;
}
.slogan h1 > span > span{
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) transform, 1.5s ease-out opacity;
  transform: translateY(100%);
  opacity: 0.3;
}
.slogan p > span > span {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) transform, 1.5s ease-out opacity;
  transform: translateY(100%);
  opacity: 0.3;
}
body.loaded .slogan h1 > span > span,body.loaded .slogan p > span > span {
  transform: translateY(0);
  opacity: 1;
  transition-delay: inherit;
}
.homereferenzen,.homeequipment{
  margin-top:7em;
  -ms-grid-rows:100px auto;
  grid-template-rows:100px auto;
}
.referenzenblock{
  margin-top:7em;
}
.unternehmeneinleitung{
  margin-top:7em;
  -ms-grid-rows:auto;
  grid-template-rows:auto;
}
.homeequipment{
  margin-top:12em;
}
.erstes{
  margin-top:0;
}
.homereferenzen .inhalt,.homeequipment .inhalt,.unternehmeneinleitung .inhalt,.jobbeschreibung .inhalt{
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.referenzenblock .inhalt{
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
  /*-ms-grid-rows:450px 160px 160px;
  grid-template-rows:450px 160px 190px;*/
  -ms-grid-rows:230px 70px 108px;
  grid-template-rows:230px 70px 108px;
}
.referenzenblock .inhalt .sammlung{
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span:40;
  grid-column:1/41;
}
.referenzenblock .inhalt .sammlung li img{
  border-radius:3px;
  /*height:590px;*/
  height:300px;
}
.referenzenblock .inhalt .sammlungtext{
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 5;
  -ms-grid-column-span:27;
  grid-column:5/32;
  background:#fff;
  border-radius:3px;
  z-index:2;
  padding:3em;
}
.referenzenblock .inhalt .sammlungtext h2{
  font-size:2.3em;
}
.referenzenblock .inhalt .sammlungtext p{
  font-size:1.8em;
  line-height:1.5em;
}
.referenzenblock .inhalt .glide__arrows{
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 35;
  -ms-grid-column-span:6;
  grid-column:35/41;
}
.links{
     transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
}
.links .inhalt .sammlung{
  -ms-grid-column: 1;
  -ms-grid-column-span:48;
  grid-column:1/49;
}
.rechts{
    transform: translateX(+100%);
     -webkit-transform: translateX(+100%);
}
.rechts .inhalt .sammlung{
  -ms-grid-column: 1;
  -ms-grid-column-span:48;
  grid-column:1/49;
}
.slide-in {
    animation: slide-in 1s forwards;
    -webkit-animation: slide-in 1s forwards;
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}
#noItemsFoundMessage{
  width:90%;
  border:2px solid #0BB9AE;
  border-radius:30px;
  padding:1em;
  margin:2em auto;
  line-height: 1.7em;
  font-size:1.9em;
  color:#192b43;
  text-align:center;
  display:none;
}
.disclaimer .inhalt{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.disclaimer .inhalt .disclaimertext{
    -ms-grid-column: 4;
    -ms-grid-column-span:45;
    grid-column:4/47;
  padding:1em 0 0 0;
  margin:7em 0 1em 0;
  line-height: 1.7em;
  font-size:1.3em;
}
.referenzenblock #noItemsFoundMessage{
    -ms-grid-column: 2;
    -ms-grid-column-span:1;
    grid-column:2/3;

}
.links .inhalt .sammlungtext{
  -ms-grid-column: 4;
  -ms-grid-column-span:36;
  grid-column:4/40;
}
.rechts .inhalt .sammlungtext{
  -ms-grid-column: 10;
  -ms-grid-column-span:36;
  grid-column:10/46;
}
.links .inhalt .glide__arrows{
  -ms-grid-column: 40;
  -ms-grid-column-span:6;
  grid-column:40/46;
  padding-top:1.5em;
}
.links .refprev{
  display:none;
}
.rechts .inhalt .glide__arrows{
    -ms-grid-column: 1;
    -ms-grid-column-span:6;
    grid-column:1/7;
    padding-top:1.5em;
}
.rechts .refnext{
  display:none;
}
.homereferenzen .inhalt .ueber,.homeequipment .inhalt .ueber,.unternehmeneinleitung .inhalt .einleitung{
  -ms-grid-column: 2;
  -ms-grid-column-span:46;
  grid-column:2/48;
}
.homereferenzen .inhalt .sammlung,.homeequipment .inhalt .sammlung{
  -ms-grid-column: 1;
  -ms-grid-column-span:48;
  grid-column:1/49;
}
.einleitung{
  font-size:2em;
  line-height:1.6em;
  color:#192b43;
}
.einleitung h3{
  font-size:1.1em;
  line-height:1.3em;
  margin-top:1.6em;
  color:#192b43;
}
.homereferenzen .inhalt .ueber,.homeequipment .inhalt .ueber{
  -ms-grid-row: 1;
  grid-row: 1;
  display:flex;
  flex-wrap: nowrap;
  justify-content:space-between;
}
.homereferenzen .sammlungscontainer{
  display: -ms-grid;
  display:grid;
  -ms-grid-columns:1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  -ms-grid-rows:200px 100px auto;
  grid-template-rows:200px 100px auto;
}
.homereferenzen .sammlungscontainer .inhalt{
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  -ms-grid-column-span:3;
  grid-column:1/4;
}
.glide__arrow svg{
  width:35px;
  height:35px;
}
.homereferenzen .inhalt .sammlung,.homeequipment .inhalt .sammlung,.artikelslider .sammlung{
  -ms-grid-row: 2;
  grid-row: 2;
}
.sammlung{
  min-width: 0;
}
.homereferenzen{
  background:rgba(238,239,233,1);
}
.homeunternehmen{
  padding-top:7em;
  -ms-grid-rows:auto;
  grid-template-rows:auto;
  background: linear-gradient(180deg, rgba(238,239,233,1) 0%, rgba(238,239,233,1) 80%, rgba(249,249,249,1) 80%, rgba(249,249,249,1) 100%);
}
.referenzenfilter{
  margin-top:9em;
  background: rgb(238,239,233);
}
.vonunternehmenaus{
  background: rgb(238,239,233);
}
.homeunternehmen .inhalt{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.homeunternehmen .inhalt .ueberuns{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:46;
  grid-column:2/48;
  border-radius:3px;
  background:#c4c5bd;
  padding:30px;
}
.homeunternehmen .inhalt .ueberuns .filter{
  display:flex;
  flex-direction:column;
}
.ueberuns .bereiche{
  display:flex;
  flex-direction:column;
}
.ueberuns h2{
  color:#192b43;
}
.ueberuns .daten {
  position:relative;
}
.daten h3{
  color:#192b43;
  font-size:2.2em;
  margin-top:0;
}
.ueberuns ul:not(.accordion) {
  margin: 0;
  padding: 0;
  margin-bottom:2em;
}
.ueberuns ul:not(.accordion) li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  text-transform:uppercase;
  font-size:1.8em;
  margin-bottom:.8em;
  line-height:1.4em;
}
.ueberuns ul:not(.accordion) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 10px;
  width: 10px;
  border: 1px solid #f9f9f9;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.accordion li i:before, .accordion li i:after,.accordion li p{
  transition: all 0.25s ease-in-out;
}
.accordion li{
  animation: flipdown 0.5s ease both;
}
.accordion{
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 14px;
  border-top: 1px dotted #eeefe9;
}
.accordion li:first-child {
  border-top: none;
}
.accordion li h3 {
  color:#0f2940;
  font-size: 2em;
  line-height: 1.8em;
  display: block;
  margin: 0;
  cursor: pointer;
}
.accordion li p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 1.8em;
  line-height: 2em;
  position: relative;
  overflow: hidden;
  max-height: 600px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion li:nth-of-type(4) {
  animation-delay: 1.25s;
}
.accordion li:nth-of-type(5) {
  animation-delay: 1.5s;
}
.accordion li:nth-of-type(6) {
  animation-delay: 1.75s;
}
.accordion li:nth-of-type(7) {
  animation-delay: 2s;
}
.accordion li:nth-of-type(8) {
  animation-delay: 2.25s;
}
.accordion li:last-of-type {
  padding-bottom: 0;
}
.accordion li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 8px;
  right: 3px;
}
.accordion li i:before, ul li i:after {
  content: "";
  position: absolute;
  top:0;
  background-color: #0BB9AE;
  width: 3px;
  height: 9px;
}
.accordion li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.homenachhaltigkeit{
  margin-top:7em;
  -ms-grid-rows:auto;
  grid-template-rows:auto;
}
.unternehmennachhaltigkeit{
  margin-top:7em;
}
.homenachhaltigkeit .inhalt{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.homenachhaltigkeit .inhalt .nachhaltigkeit{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:46;
  grid-column:2/48;
  border-radius:3px;
  background:#eeefe9;
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom:4em;
}
.nachhaltigkeit .iconnachhaltigkeit{
  width:60px;
  display:flex;
  justify-content: flex-end;
}
.nachhaltigkeit .iconnachhaltigkeit img{
  width:30px;
  height:30px;
  margin:4.2em 1em 0 0;
}
.nachhaltigkeit .nachhaltigkeitinhalt{
  width:80%;
  margin:5em 0 0 0;
}
.nachhaltigkeit .nachhaltigkeitinhalt p,.nachhaltigkeit .nachhaltigkeitinhalt ul{
  font-size:2em;
  line-height:1.6em;
  margin:.8em 0;
}
.nachhaltigkeit .nachhaltigkeitinhalt ul li{
  text-indent: -5px;
  margin:.8em 0;
}
.nachhaltigkeit .nachhaltigkeitinhalt ul li:before{
  content: "-";
  text-indent: -15px;
  display: block;
  float: left;
  padding-right:5px;
}
.unternehmenjobs{
  padding-top:12em;
  -ms-grid-rows:auto;
  grid-template-rows:auto;
  background: linear-gradient(180deg, rgba(238,239,233,1) 0%, rgba(238,239,233,1) 80%, rgba(249,249,249,1) 80%, rgba(249,249,249,1) 100%);
}
.unternehmenjobs .inhalt{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.unternehmenjobs .inhalt .jobszurzeit{
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span:46;
  grid-column:2/48;
  display:flex;
  flex-direction:column;
}
.unternehmenjobs .inhalt .jobszurzeit h2{
  margin-bottom:0;
}
.jobszurzeit .job{
  background:#0f2940;
  color:#18f2d9;
  display:flex;
  margin-top:20px;
  height:140px;
  border-radius:3px;
  justify-content:center;
  align-items:center;
  font-size:1.7em;
  text-align:center;
}
.jobszurzeit .job h3{
  color:#0BB9AE;
  line-height:1.6em;
}
.job:hover,.job:focus{
  background:#0BB9AE;
}
.job:hover h3,.job:focus h3{
  color:#0f2940;
}
html.modal-active, body.modal-active {
  overflow: hidden;
}
#modal-container {
  position: fixed;
  display: table;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 10;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
  display: table-cell;
  background: rgba(6, 16, 26, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#kontakt{
  text-align:left;
}
#kontakt p {
  font-size: 1.7em;
  line-height: 1.7em;
}
.close-container {
  position: absolute;
  width: 25px;
  height: 25px;
  top:15px;
  right:5px;
  cursor: pointer;
}
.leftright {
  height: 3px;
  width: 25px;
  position: absolute;
  background-color: #0BB9AE;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.rightleft {
  height: 3px;
  width: 25px;
  position: absolute;
  background-color: #0BB9AE;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #0f2940;
}
.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #0f2940;
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* glide --------------------------------------------------------- */
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:auto;}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide {
display: flex;
align-items: center;
}
.glide__track {
flex: 1;
}
.vermietungsliste{
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.filling{
  width:19%;
  height:0;
}
.glide__slide,.vermietungsliste .mix {
text-align: center;
color: #fff;
background: none;
font-size: 1.3em;
line-height:1.8em;
padding:0;
margin:0;
}
.glide__slide[class*="active"] {
background:none;
}
.vermietungsliste .mix{
  /*width:19%;*/
  width:100%;
  height:420px;
  margin-bottom:25px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.glide__arrow {
  padding-left: 10px;
  border:none;
  background:none;
}
.glide__arrow svg path{
  transition: all 0.3s ease-out;
}
.glide__arrow:hover svg path{
  fill:#192b43;
  cursor:pointer;
}
.glide__slide a,.mix a {
  color:#192b43;
}
.glide__slide a .hoverzoom,.glide__slide a .imgkleiner{
  overflow: hidden;
  height:220px;
  border-radius:3px;
}
.mix a{
  width:100%;
    height:420px;
    border-radius:3px;
  text-align:center;
}
.mix a h3{
  color:#192b43;
  padding-top:1.5em;
}
.mix a .hoverzoom{
  overflow: hidden;
  height:320px;
  border-radius:3px;
  background:#fff;
}
.glide__slide img{
  width:100%;
  height:320px;
  padding:0;
  object-fit: cover;
}
.glide__slide a img,.mix a img{
  width:auto;
  height:320px;
  padding:0;
  object-fit: cover;
  transform-origin: 50% 35%;
  transition: transform 3s, filter 2s ease-in-out;
  filter: brightness(103%);
}
.mix a img{
  width:100%;
  object-fit: contain;
}
.glide__slide a:hover img,.mix a:hover img{
  filter: brightness(100%);
  transform: scale(1.1);
}
.imgkleiner{
  width:100%;
  height:220px;
  background:#fff;
  padding:0;
  border-radius:3px;
}
.glide__slide a .imgkleiner img{
  width:100%;
  height:210px;
  object-fit: contain;
}
.glide__slide a h3{
 color:#192b43;
 font-size:1.6em;
 margin-top:1em;
}
.glide__slide a p{
 font-size:1.3em;
 margin-top:.5em;
}
.load-more,.pdfherunterladen{
  display:none;
  border:2px solid #0BB9AE;
  border-radius:30px;
  padding:.1em 3.3em 0 3.3em;
  margin-top:1.55em;
  line-height: 1.7em;
  position: relative;
  overflow:hidden;
  font-size:1.9em;
  text-transform:uppercase;
  color:#fff;
  margin:1.55em auto;
  background: rgba(255, 255, 255, .4);
  color:#192b43;
  font-weight:300;
}
.pdfherunterladen{
  display:inline-block;
  text-align:center;
  margin:1em 2em;
}
.load-more:hover,.pdfherunterladen:hover{
  background:none;
  cursor:pointer;
}
.load-more:before,.pdfherunterladen:before{
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #0BB9AE;
  border-radius:30px;
  z-index: -2;
}
.load-more:hover,.fixedkontakt .umrundet:hover,.pdfherunterladen:hover{
  color:#192b43;
}
.load-more:hover:before,.pdfherunterladen:hover:before{
  transition: 0.3s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
footer{
  -ms-grid-rows:auto;
  grid-template-rows:auto;
  background-image:url('../img/footer.jpg');
  background-position: left top;
  background-repeat:no-repeat;
  background-size:cover;
}
footer .inhalt{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
footer .inhalt .footer{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:46;
  grid-column:2/48;
  display:flex;
  flex-direction: column;
  margin:5em 0;
}
footer h2{
  color:#f9f9f9;
  line-height:1.3em;
  text-shadow: #0f2940 0px 0px 8px;
}
footer .footerkasten{
  background:#f9f9f9;
  padding:2em;
  line-height:1.6em;
  border-radius:3px;
  margin-bottom:2em;
  font-size:.9em;
}
footer .footerkasten h3,footer .footerkasten p{
  margin:1em 0;
  font-size:2em;
  line-height:1.6em;
  text-transform:uppercase;
}
.footerlinks {
  margin:.5em 0;
  -ms-grid-rows:auto;
  grid-template-rows:auto;
}
.footerlinks .inhalt{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:1;
  grid-column:2/3;
}
.footerlinks .inhalt .datenundimpress{
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span:46;
  grid-column:2/48;
  display:flex;
  flex-direction: row;
  justify-content:flex-end;
  font-size:1.3em;
}
fieldset{
  border:none;
}
.suchenach{
  border-radius:30px;
  border:1px solid #0f2940;
  background: #0f2940;
  font-size: 1.6em;
  color:#fff;
  padding:19px 30px 20px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  display: inline-block;
}
.suchenach:focus{
  outline:0;
}
.anmeldung{
  margin:0 3em 0 0;
}
.anmeldung .pdfherunterladen,.anmeldung .suchenach{
  margin:1em;
  width:100%;
}
.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.edd-root {
    display: inline-block;
    position: relative;
    width: 100%;
    user-select: none;
    font-size: 1.6em;
    color: #fff;
    text-transform:uppercase;
}
.edd-head {
    position: relative;
    overflow: hidden;
    border: none;
    transition: box-shadow 200ms;
    background: #0f2940;
    padding-left:30px;
}
.edd-head{
    border-radius: 30px;
}
.edd-body {
  border-radius: 30px;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.edd-root-focused .edd-head {
    border-color: none;
}
.edd-value {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 35px 10px 10px;
}
.edd-arrow {
    position: absolute;
    width: 18px;
    height: 10px;
    top: calc(50% - 5px);
    right: calc(25px - 9px);
    transition: transform 150ms;
    pointer-events: none;
    color: #fff;
}
.edd-arrow::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    top: -5px;
    right: 0;
    transform: rotate(45deg);
    transform-origin: 50% 25%;
}
.edd-root-open .edd-head{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.edd-root-open .edd-arrow {
    transform: rotate(180deg);
}
.edd-root-open .edd-arrow,
.edd-root:not(.edd-root-disabled):not(.edd-root-open) .edd-head:hover .edd-arrow {
    color: #0BB9AE;
}
.edd-value,
.edd-option,
.edd-group-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
    cursor: pointer;
}
.edd-select {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: -100%;
    top: 0;
}
.edd-root-native .edd-select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.edd-body {
    opacity: 0;
    position: absolute;
    color:#fff;
    left: 0;
    right: 0;
    border:none;
    pointer-events: none;
    overflow: hidden;
    margin: 0;
    z-index: 1999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: scale(0.95);
    background: #0f2940;
}
.edd-root-open .edd-body {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
    transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.edd-root-open-above .edd-body {
    top: 100%;
}
.edd-root-open-below .edd-body {
    top: 100%;
}
.edd-items-list {
    overflow: auto;
    max-height: 0;
    transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-overflow-scrolling: touch;
}
.edd-option {
    padding: 6px 10px;
    border-bottom: 1px solid #0BB9AE;
    transition: background-color 250ms, color 250ms, border-color 250ms;
}
.edd-option-selected {
    color: #0f2940;
    background:#0BB9AE;
}
.edd-option-focused:not(.edd-option-disabled) {
    background: #0BB9AE;
    color: #0f2940;
}
.fixedkontakt{
  position:fixed;
  bottom:0;
  display:block;
  text-align:center;
  width:100%;
  z-index: 10;
}
.fixedkontakt .umrundet{
  display:block;
  border:2px solid #0BB9AE;
  border-radius:0;
  padding:.5em;
  margin-top:1.55em;
  line-height: 1.7em;
  position: relative;
  overflow:hidden;
  font-size:1.9em;
  text-transform:uppercase;
  background:#0BB9AE;
  color:#fff;
  transition: transform 0.7s ease-out;
}
.fixedkontakt .umrundet:hover{
  background: #192b43;
  color:#fff;
  border:2px solid #192b43;
  cursor:pointer;
}
.buorg {
  border-bottom: none!important;
  text-align: left!important;
  background-color: #fff!important;
  font: 18px 'Roboto', sans-serif!important;
  padding:10px!important;
}
.buorg-buttons {
  display: none!important;
}
.buorg-moremsg a{
  text-transform:uppercase;
  display: inline-block;
  position: relative;
  color:#0BB9AE;
}
.buorg-moremsg a:after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: #0BB9AE;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
  bottom: 3px;
}
.buorg-moremsg a:hover:after,.buorg-moremsg a:focus:after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.closewarnung {
  position: absolute!important;
  right: 1em!important;
  top: 1em!important;
  background:none!important;
  border:none!important;
  box-shadow:none!important;
}
.closewarnung svg{
  width:45px;
  height:45px;
}
.closewarnung svg path{
  transition: all 0.3s ease-out;
}
.closewarnung:hover svg path{
  fill:#192b43;
  cursor:pointer;
}
.impressum .eintrag{
  display:flex;
  justify-content: space-between;
  flex-direction: row;
}
.impressum .eintrag .linkswas,.impressum .eintrag .rechtsbetrifft{
  width:48%;
}
.impressum .eintrag .linkswas{
  text-align:right;
}


@media only screen and (min-width: 600px) {
  nav .hauptmenue{
    width:100%;
  }
  nav .logo{
    width:60%;
  }
    nav .menu{
      width:100%;
      margin:0;
    }
nav .nachrechts{
  margin:0;
}
  .inhalt{
    font-size:.9em;
  }
  header {
    font-size:1.6em;
  }
  .homeslider{
    -ms-grid-rows:300px 250px auto;
    grid-template-rows:300px 250px auto;
  }
  .unterseite{
    -ms-grid-rows:200px 350px auto;
    grid-template-rows:200px 350px auto;
  }
  .unterseite h1{
    padding:0 0 0 .7em;
    font-size:4.5em;
  }
  .statement{
    -ms-grid-column: 6;
    -ms-grid-column-span:27;
    grid-column:6/33;
  }
  .statementmitfilter{
    -ms-grid-column: 6;
    -ms-grid-column-span:38;
    grid-column:6/44;
  }
  .statementjobbeschreibung,.statementimpressum{
    -ms-grid-column: 6;
    -ms-grid-column-span:43;
    grid-column:6/49;
  }
  .statement .slogan,.statementmitfilter .slogan{
    font-size:1.2em;
  }
  .unternehmeneinleitung{
    margin-top:14em;
  }
  .unternehmeneinleitung .inhalt .einleitung{
    -ms-grid-column: 6;
    -ms-grid-column-span:34;
    grid-column:6/40;
  }
  .homereferenzen,.homeequipment,.homenachhaltigkeit{
    margin-top:15em;
  }
  .erstes{
    margin-top:5em;
  }
  .homeunternehmen{
    padding-top:12em;
  }
  .homereferenzen .inhalt .sammlung,.homeequipment .inhalt .sammlung{
    -ms-grid-column: 2;
    -ms-grid-column-span:46;
    grid-column:2/48;
  }
  .inhalt .jobtext,.inhalt .datenschutz,.inhalt .impressum{
    -ms-grid-column: 8;
    -ms-grid-column-span:41;
    grid-column:8/49;
    padding: 2em;
  }
  .referenzenkopf{
    margin-top:20em;
  }
  .links .inhalt .sammlung{
    -ms-grid-column: 1;
    -ms-grid-column-span:40;
    grid-column:1/41;
  }
  .rechts .inhalt .sammlung{
    -ms-grid-column: 9;
    -ms-grid-column-span:40;
    grid-column:9/49;
  }
  .links .inhalt .sammlungtext{
    -ms-grid-column: 5;
    -ms-grid-column-span:27;
    grid-column:5/32;
  }
  .rechts .inhalt .sammlungtext{
    -ms-grid-column: 17;
    -ms-grid-column-span:27;
    grid-column:17/44;
  }
  .links .inhalt .glide__arrows{
    -ms-grid-column: 33;
    -ms-grid-column-span:8;
    grid-column:33/41;
  }
  .links .refprev{
    display:inline-block;
  }
  .rechts .inhalt .glide__arrows{
      -ms-grid-column: 8;
      -ms-grid-column-span:8;
      grid-column:8/16;
  }
  .rechts .refnext{
    display:inline-block;
  }
  .referenzenfilter{
    margin-top:20em;
  }
  .homeunternehmen .inhalt .ueberuns .filter,.homeunternehmen .inhalt .ueberuns .filtervermietung{
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content:space-between;
  }
  .homeunternehmen .inhalt .ueberuns .filter fieldset{
    width:30%;
  }
  .homeunternehmen .inhalt .ueberuns .filtervermietung fieldset{
    width:48%;
  }
  .unternehmennachhaltigkeit{
    margin-top:10em;
  }
  h2{
    font-size:2.9em;
  }
  .glide__arrow svg{
    width:45px;
    height:45px;
  }
  .nachhaltigkeit .iconnachhaltigkeit{
    width:100px;
    display:flex;
    justify-content: flex-end;
  }
  .nachhaltigkeit .iconnachhaltigkeit img{
    width:50px;
    height:50px;
    margin:4.2em 1em 0 0;
  }
  .nachhaltigkeit .nachhaltigkeitinhalt{
    width:80%;
    margin:5em 0 0 0;
  }
  .unternehmenjobs .inhalt .jobszurzeit .jobliste{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content: space-between;
  }
  .jobszurzeit .job{
    width:48%;
  }
  .footeradressen{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  footer .footerkasten{
    width:50%;
    font-size:.8em;
  }
  footer .footerkasten:first-child{
    margin-right:30px;
  }
  .mobile li{
     height: 18vh;
  }
  .mobile li a{
    font-size:1.2em;
  }
  nav {
    margin:-.6em auto 0 auto;
  }
  nav .minimenu{
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
  }
  nav .minimenu a{
    position: relative;
    overflow:hidden;
  }
  nav .logo img{
    max-width:270px;
  }
  label.hamburg {
     margin:1.6em 2em 0 0;
  }
  nav .minimenu a:not(.aktive):before {
      transition: 0.3s all ease;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 50%;
      opacity: 0;
      content: "";
      background-color: #0e273e;
      border-radius:4px;
      z-index: -2;
    }
  nav .minimenu a:not(.aktive):hover{
    color:#fff;
  }
  nav .minimenu a:not(.aktive):hover:before{
    transition: 0.3s all ease;
    top: -2px;
    bottom: 0;
    opacity: 1;
  }
  .artikeldetail{
    padding:3em;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0px, rgba(255,255,255,1) 372px, rgba(238,239,233,1) 372px, rgba(238,239,233,1) 500px);
  }
  .vermietungsliste .mix{
    width:33%;
  }
}
@media only screen and (min-width: 1000px) {
  .inhalt{
    font-size:1.1em;
  }
  .homeslider{
    -ms-grid-rows:442px 224px auto;
    grid-template-rows:442px 224px auto;
  }
  .unterseite{
    -ms-grid-rows:242px 424px auto;
    grid-template-rows:242px 424px auto;
  }
  .unterseite h1{
    padding:0;
    font-size:3.5em;
  }
  .unterseite .jobtext h2{
    margin-bottom:.8em;
  }
  .daten h3{
    line-height:1.4em;
    margin-top:1.5em;
    margin-bottom:.5em;
  }
  .unterseite .datenschutz h2{
    margin-bottom:.5em;
    margin-top:2em;
  }
  .unterseite .jobtext h3{
    margin-bottom:.4em;
  }
  .statement .slogan,.statementmitfilter .slogan,.statementjobbeschreibung .slogan,.statementimpressum .slogan{
    font-size:1.64em;
    padding:3.9em 4em 3.9em 3.4em;
  }
  .statementmitfilter .ueberuns{
    padding:0 5em 3em 5em;
  }
  .statementjobbeschreibung .slogan,.statementimpressum .slogan{
    padding:3.3em 0 0 2.3em;
  }
  .statementmitfilter .ueberuns .filter,.statementmitfilter .ueberuns .filtervermietung{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
  }
  .statementmitfilter .ueberuns .filter fieldset{
    width:33%;
  }
  .statementmitfilter .ueberuns .filtervermietung fieldset{
    width:49.5%;
  }
  .homereferenzen,.unternehmeneinleitung,.homenachhaltigkeit{
    margin-top:15em;
  }
  .homeunternehmen{
    padding-top:16em;
  }
  .referenzenkopf{
    margin-top:25em;
  }
  .referenzenfilter{
    margin-top:30em;
  }
  .homeequipment{
    margin-top:20em;
  }
  .unternehmennachhaltigkeit{
    margin-top:10em;
  }
  h2{
    font-size:4.7em;
  }
  .unternehmenjobs .inhalt .jobszurzeit{
    -ms-grid-column: 6;
    -ms-grid-column-span:38;
    grid-column:6/44;
  }
  .jobszurzeit .job{
    height:280px;
    font-size:1.2em;
    padding:3em;
    width:32%;
  }
  .jobszurzeit .job h3{
    font-size:1.2em;
    line-height:1.2em;
  }
  .jobtext h3{
    font-size:1.2em;
    line-height:1.4em;
    color:#0f2940;
  }
  .referenzenblock{
    margin-top:10em;
  }
  .referenzenblock .inhalt{
    -ms-grid-rows:450px 160px 160px;
    grid-template-rows:450px 160px 190px;
  }
  .referenzenblock .inhalt .sammlung li img{
    height:590px;
  }
  .referenzenblock .inhalt .sammlungtext{
    padding:6em 8em;
  }
  .referenzenblock .inhalt .sammlungtext h2{
    font-size:3.3em;
  }
  .referenzenblock .inhalt .sammlungtext p{
    font-size:2em;
  }
  .links .inhalt .sammlungtext{
    -ms-grid-column: 5;
    -ms-grid-column-span:27;
    grid-column:5/32;
  }
  .rechts .inhalt .sammlungtext{
    -ms-grid-column: 17;
    -ms-grid-column-span:27;
    grid-column:17/44;
  }
  .links .inhalt .glide__arrows{
    -ms-grid-column: 34;
    -ms-grid-column-span:7;
    grid-column:34/41;
  }
  .links .refprev{
    display:inline-block;
  }
  .rechts .inhalt .glide__arrows{
      -ms-grid-column: 9;
      -ms-grid-column-span:6;
      grid-column:9/15;
  }
  .rechts .refnext{
    display:inline-block;
  }
  .glide__slide img,.glide__slide a img,.imgkleiner,.glide__slide a .hoverzoom,.glide__slide a .imgkleiner{
    height:430px;
  }
  .glide__slide a:before{
    top:430px;
  }
  .glide__slide a .imgkleiner img{
    height:230px;
    margin:6em auto 0 auto;
  }
  .glide__arrow svg{
    width:68px;
    height:68px;
  }
  .scrollToTopBtn {
    width:68px;
    height:68px;
  }
  .scrollToTopBtn svg{
    width:68px;
    height:68px;
  }
  .homereferenzen .inhalt .ueber,.homereferenzen .inhalt .sammlung,.homeequipment .inhalt .ueber,.homeequipment .inhalt .sammlung{
    -ms-grid-column: 6;
    -ms-grid-column-span:38;
    grid-column:6/44;
  }
  .homeunternehmen .inhalt .ueberuns,.homenachhaltigkeit .inhalt .nachhaltigkeit{
    -ms-grid-column: 6;
    -ms-grid-column-span:46;
    grid-column:6/48;
    padding:6em;
  }
  .ueberuns .bereiche{
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .imunternehmen .bereiche{
    font-size:1em;
    padding-bottom:2em;
  }
  .ueberuns .daten {
    width:30%;
    padding:0 10px 0 0;
  }
  .ueberuns .daten:last-child{
    padding:0;
  }
  .nachhaltigkeit .iconnachhaltigkeit{
    width:20%;
  }
  .nachhaltigkeit .iconnachhaltigkeit img{
    width:130px;
    height:130px;
    margin:0 3vw 0 0;
  }
  .nachhaltigkeit .nachhaltigkeitinhalt{
    width:80%;
    margin:4em 18em 0 0;
  }
  footer .inhalt .footer{
    -ms-grid-column: 4;
    -ms-grid-column-span:44;
    grid-column:4/48;
  }
  footer .footerkasten{
    width:29.5%;
    font-size:1em;
  }
  .klein{
    display:none;
  }
  .gross{
    display:block;
  }
  nav .hauptmenue{
    width:100%;
  }
  nav .logo{
    width:30%;
  }
  nav .menu{
    width:70%;
    margin:1em 200px 1em 0;
    justify-content:flex-end;
  }
  .menu .gross{
    margin-right:45px;
  }
  .fixedkontakt{
    top:4.5em;
    right:2.5%;
    width: max-content;
    bottom:auto;
  }
  .fixedkontakt .umrundet{
    border-radius:30px;
    background:none;
    color:#fff;
    position: relative;
    padding:.1em 3.3em 0 3.3em;
    overflow:hidden;
    transition: transform 3s ease-out;
  }
  .fixedkontakt .umrundet:hover{
    background:none;
    border:2px solid #0BB9AE;
    cursor:pointer;
  }
  .fixedkontakt .dunkel{
    background: rgba(255, 255, 255, .4);
    color:#192b43;
  }
  .fixedkontakt .dunkel:hover{
    background:none;
    border:2px solid #0BB9AE;
    cursor:pointer;
  }
  .fixedkontakt .umrundet:before{
    transition: 0.3s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #0BB9AE;
    border-radius:30px;
    z-index: -2;
  }
  nav .minimenu a:not(.aktive):before {
      transition: 0.3s all ease;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 50%;
      opacity: 0;
      content: "";
      background-color: #0BB9AE;
      border-radius:4px;
      z-index: -2;
    }
  .fixedkontakt .umrundet:hover,nav .minimenu a:not(.aktive):hover{
    color:#192b43;
  }
  .fixedkontakt .umrundet:hover:before{
    transition: 0.3s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  .mobile{
    display:none;
  }
  .artikeldetail{
    display:flex;
    flex-direction:row;
    background:#fff;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(238,239,233,1) 50%, rgba(238,239,233,1) 100%);
    padding:4em;
    justify-content:space-between;
  }
  .artikeldetail .artikelslider,.artikeldetail .artikelbeschreibung{
    width:47%;
  }
  .artikeldetail .artikelbeschreibung {
    font-size:1.9em;
  }
  .artikeldetail .artikelbeschreibung h2{
    font-size:1.5em;
    line-height:1.5em;
  }
  .vermietungsliste .mix{
    width:19%;
  }
  .anmeldung{
    text-align:center;
  }
  .anmeldung .pdfherunterladen,.anmeldung .suchenach{
    margin:0 auto 1em auto;
    width:70%;
  }
}
@media only screen and (min-width: 1340px) {
  .jobtext,.datenschutz,.impressum{
    font-size:1.9em;
    line-height:1.9em;
    padding:0;
  }
  .jobtext h2,.datenschutz h2{
    font-size:1.5em;
    line-height:2.7em;
    margin-bottom:0;
    color:#0BB9AE;
  }
  .datenschutz h2{
    line-height:2.3em;
  }
  .jobtext h3{
    font-size:1em;
    line-height:1.5em;
    margin-top:1.7em;
  }
  .jobszurzeit .job h3{
    font-size:1.5em;
    line-height:1.5em;
  }
  nav .hauptmenue{
    width:100%;
  }
  nav .logo{
    width:30%;
  }
  nav .menu{
    width:70%;
    margin:1em 0;
    padding-right:200px;
    justify-content:flex-end;
  }
  .menu .gross{
    margin-right:60px;
  }
}
