@charset "utf-8";
/* CSS Document */

/*@import url(nav.css);*/

:root {
    --white: #ffffff;
    --black:#000000;
    --kroeger: #f8b334;
    --ems: #006ab3;
    --am: #65b24b;
    --eet: #58585a;
    --vc: #e2001a;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
} 


#navi {
    height: 4rem;
    max-height: 4rem;
    align-items: center;
}
#navi .item:nth-child(1) {
    text-align: right;
    color: var(--white);
}

#navi .item:nth-child(2) {
    width:30%;
    text-align: center;
}

#navi .item {
    flex: 0 1 auto;
}

#navi .item:nth-child(3) {
    padding-left: 3rem;
}

#navi .item:nth-child(3) a {
    color: var(--white);
}

#navi a {
    text-decoration: none;
}

#navi .fa-bars {
    font-size: 2rem;
    color: var(--white);
    line-height: 4rem;
}

@media (max-width: 991px) {
    #navi {
        flex-direction: column;
        line-height: 2rem;
        text-align: center;
        width: 100%;
        min-height: 8rem;
    }

    #navi .item:nth-child(1) {
        order:1;
        width: 100%;
        text-align: center;
    }
    #navi .item:nth-child(2) {
        order:3;
        width: 100%;
        text-align: center;
    }
    #navi .item:nth-child(3) {
        order:2;
        width: 100%;
        text-align: center;
        padding-left: 0rem;
    }
}


.droppi {
    position: relative;
    display: inline-block;
}
  
.droppi-content {
    display: none;
    position: absolute;
    background-color: var(--eet);
    width: 380px;
    max-width: 440px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
    left:50% !important;
    right: auto !important;
    text-align: center;
    transform: translate(-50%, 0) !important;
    z-index: 1;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
}

.droppi:hover .droppi-content {
    display: block;    
    text-align: center;
}

.droppi-content a {
    width: 100%;
    color: var(--white);
    line-height: 2rem;
    padding: 0;
    display: block;
}

.droppi-content a:hover {
    width: 100%;
    background-color: var(--white);
    color: #000000;
    line-height: 2rem;
    padding: 0;
}

/* 
.fixed {
    position: fixed;
    z-index: 999;
    top:0;
} */




.bg-white {
    background-color: var(--white);
}


#logo {
    z-index: 800;
}

.kroger-gruppe-logo {
    width: calc(100% - 300px);
    max-width: 700px;   
    height: auto;
    padding: 2rem 0;
}

@media (max-width: 991px) {
    .kroger-gruppe-logo {     
        width: calc(100% - 6px);
        max-width: 600px;   
        height: auto;
        padding: 2rem 0;
    }
}

/* .content-slides {display:none; height: 1200px; top:0;}
.slider-content {width: 100%; height: 1200px; top:0; overflow: hidden;} */

@media (max-width: 767.99px) {
    .content-slides {
        display:none; 
        height: 500px; 
        top:0;}
    .slider-content {
        width: 100%; 
        height: 500px; 
        top:0; 
        overflow: hidden;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {    
    .content-slides {
        display:none; 
        height: 700px; 
        top:0;}
    .slider-content {
        width: 100%; 
        height: 700px; 
        top:0; 
        overflow: hidden;}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .content-slides {
        display:none; 
        height: 900px; 
        top:0;
    }
    .slider-content {
        width: 100%; 
        height: 900px; 
        top:0; 
        overflow: hidden;
    }
}

@media only screen and (min-width: 1400px) {
    .content-slides {
        display:none; 
        height: 800px; 
        top:0;}
    .slider-content {
        width: 100%; 
        height: 800px; 
        top:0; 
        overflow: hidden;}
}






@media (max-width: 767px) {
    /* .content-slides {display:none; height: 300px; top:0;}
    .slider-content {width: 100%; height: 300px; top:0;} */
    .slideone, .slidetwo, .slidethree, .slidefour, .slidefive, .slidesix {
        width:80%;
    }
    #kroeger .col-6:nth-child(3), 
    #kroeger .col-6:nth-child(4),
    #eet .col-6:nth-child(3), 
    #eet .col-6:nth-child(4),
    #am .col-6:nth-child(3), 
    #am .col-6:nth-child(4),
    #ems .col-6:nth-child(3), 
    #ems .col-6:nth-child(4),
    #vc .col-6:nth-child(3), 
    #vc .col-6:nth-child(4) {
        margin-top: 1rem;
    }

}

.slider-content .image-1 {
    background-image: url("../img/slider/gerold-kroeger-gmbh.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}
.slideone {
    position: relative;
    top: 10%;
    left: 50%;
    color: white;
    background-color: var(--kroeger);
    padding: 1rem;
}

.slider-content .image-2 {
    background-image: url("../img/slider/emder-erd-und-tiefbau-gmbh.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}
.slidetwo {
    position: relative;
    top: 10%;
    left: 50%;
    color: white;
    background-color: var(--eet);
    padding: 1rem;
}

.slider-content .image-3 {
    background-image: url("../img/slider/am-rental-gmbh.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}

.slidethree {
    position: relative;
    top: 10%;
    left: 50%;
    color: white;
    background-color: var(--am);
    padding: 1rem;
}

.slider-content .image-4 {
    background-image: url("../img/slider/vc-fertigteile-gmbh.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}
.slidefour {
    position: relative;
    top: 10%;
    left: 50%;
    color: white;
    background-color: var(--vc);
    padding: 1rem;
}

.slider-content .image-5 {
    background-image: url("../img/slider/ems-logistic-gmbh.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}
.slidefive {
    position: relative;
    top: 10%;
    left: 30%;
    color: white;
    background-color: var(--ems);
    padding: 1rem;
}

@media (max-width: 1064px) {
    .slideone,
    .slidetwo,
    .slidethree,
    .slidefour,
    .slidefive {
        top: 10%;
        left: 20%;
    } 
    #logo h1 {
        font-size: 1.8rem;
    }
}

.img-hover-zoom {
    background: none;
    height: auto;
    overflow: hidden;
    border-radius: 0rem;
    border: 2px solid rgba(26,37,41, 0.05);
  }
  .img-hover-zoom:not(.img-hover-zoom--empty):hover {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  }
  .img-hover-zoom--empty {
    background-color: none;
    border-width: 0;
  }
  .img-hover-zoom-title {
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    padding-top: .2em;
  }
  .img-hover-zoom--basic img {
    transition: transform 0.5s ease;
  }
  .img-hover-zoom--basic:hover img {
    transform: scale(1.5);
  }
  .img-hover-zoom--quick-zoom img {
    transform-origin: 0 0;
    transition: transform 0.25s, visibility 0.25s ease-in;
  }
  .img-hover-zoom--quick-zoom:hover img {
    transform: scale(2);
  }
  .img-hover-zoom--point-zoom img {
    transform-origin: 65% 75%;
    transition: transform 1s, filter 0.5s ease-out;
  }
  .img-hover-zoom--point-zoom:hover img {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }

/* .slider-content .image-6 {
    background-image: url("../img/whv1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}
.slidesix {
    position: relative;
    top: 20%;
    left: 20%;
    color: purple;
} */


/* @-webkit-keyframes fadeinout {
    0%,100% { opacity: 0; }
    50% { opacity: 1; }
}
  
@keyframes fadeinout {
    0%,100% { opacity: 0; }
    50% { opacity: 1; }
} */

.gruppe {
    text-transform: uppercase;
}

.ic {
    height: 2.1rem;
}

.fio {
    width: 24px;
    height: auto;
    margin-top: -6px;
}

.lku {
    text-align: right;
}

@media (max-width: 767px) { 
    .lku img {
        padding-bottom: 2rem;
    }
}

.lku2 a {
    color:var(--black);
    text-decoration: none;
}

.lku2 a:hover {
    color: var(--kroeger);
}

.gruppe .col-1 img {
    margin-left: 1rem;
    margin-top: -4px;
}

#gruppe h1 {
    font-weight: 700;
    padding: 2rem 0 1.5rem 0;
    font-weight: 700;
}

.bg-grey {
    background-color: #7d7d80;
}

.bg-darkgray {
    background-color: #373636;
}

#news p {
    padding-top: 0.8rem;
}

#news img {
    padding-top: 1rem;
}

#news h2 {
    color: white;
    padding: 2rem 0 1.5rem 0;
    font-weight: 700;
}
#news a {
    text-decoration: none;
    color:var(--black);
    font-weight:600;
}

.bg-one {
    background-color: #7d7d80;
}
.bg-two {
    background-color: white;
}
.bg-three {
    background-color: #7d7d80;
}
.bg-four {
    background-color: white;
}

.gruppe a {
    text-decoration: none;
    color: #000000;
}

.gruppe a:hover {
    color: var(--kroeger);
}
.image {     
    width: auto;
    max-height: 240px;   
    height: auto;
    padding: 1rem 0;
    margin-top: 2rem;
}

.image-icon {     
    width: 30px;
    max-height: auto;   
    height: auto;
    padding: 0;
}

.imagek {     
    width: auto;
    max-height: 160px;   
    height: auto;
    padding: 1rem 0;
    margin-top: 1rem;
}
.imagee {     
    width: auto;
    max-height: 160px;   
    height: auto;
    padding: 1rem 0;
    margin-top: 1rem;
}
.imagea {     
    width: auto;
    max-height: 120px;   
    height: auto;
    padding: 1rem 0;
    margin-top: 1rem;
}
.imagel {     
    width: auto;
    max-height: 220px;   
    height: auto;
    padding: 1rem 0;
    margin-top: -5px;
}





@media (max-width: 767px) {
    .image {     
        width: auto;
        max-height: 240px;   
        height: auto;
        padding: 1rem 0;
    }
    .imagek,
    .imagee,
    .imagea  {     
        width: 80%;
        max-height: auto;   
        height: auto;
        padding: 1rem 0;
    }
    
}







#kroeger span {
    font-size: 4rem;
    color: var(--white);
}

#kroeger p, #kroeger a {
    text-decoration: none;
    color: white;
}

#kroeger a:hover {
    color: var(--kroeger);
}

#kroeger .bg-gray {
    background-color:#dc9108; 
}

#kroeger .bg-grau {
    background-color:#bc7d0a; 
}

.textcolor {
    font-size: 1.4rem;
    font-weight: bold;
    color:var(--white);
}






#eet span {
    font-size: 4rem;
    color: var(--white);
}

#eet p, #eet a {
    text-decoration: none;
    color: white;
}

#eet a:hover {
    color: var(--black);
}

#eet .bg-gray {
    background-color:#444446 ; /* 20% mehr K */
}

#eet .bg-grau {
    background-color:#2e2e2f  ; /* 40% mehr K */
}




#am span {
    font-size: 4rem;
    color: var(--white);
}

#am p, #am a {
    text-decoration: none;
    color: white;
}

#am a:hover {
    color: var(--black);
}

#am .bg-gray {
    background-color:#569941; /* 20% mehr K */
}

#am .bg-grau {
    background-color:#467e35; /* 40% mehr K */
}




#vc span {
    font-size: 4rem;
    color: var(--white);
}

#vc p, #vc a {
    text-decoration: none;
    color: white;
}

#vc a:hover {
    color: var(--black);
}

#vc .bg-gray {
    background-color:#be0e14; /* 20% mehr K */
}

#vc .bg-grau {
    background-color:#9a100c; /* 40% mehr K */
}




#ems span {
    font-size: 4rem;
    color: var(--white);
}

#ems p, #ems a {
    text-decoration: none;
    color: white;
}

#ems a:hover {
    color: var(--vc);
}

#ems .bg-gray {
    background-color:#095b98; /* 20% mehr K */
}

#ems .bg-grau {
    background-color:#084b7d; /* 40% mehr K */
}

#jobs .fa, #jobs {
    color: white;
} 

#jobs a {
    text-decoration: none;
    color: white;
}

#jobs a:hover {
    color:var(--kroeger)
}

#jobs h4 {
    padding: 2rem 0;
}

#jobs ul {
    list-style-type: none;
}

#jobs ul li {
    line-height: 2.4rem;
    margin-left: -2rem;
}

#jobs li::before {
    content: "•  ";
    color: var(--kroeger);
}


@media (max-width: 767px) {
    .lku {
        text-align: center;
    }

    .lku2 {
        margin-bottom: 2rem;
    }
    .bg-one {
        background-color: #7d7d80;
    }
    .bg-two {
        background-color: white;
    }
    .bg-three {
        background-color: #7d7d80;
    }
    .bg-four {
        background-color: white;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-one {
        background-color: #7d7d80;
    }
    .bg-two {
        background-color: #7d7d80;
    }
    .bg-three {
        background-color: white;
    }
    .bg-four {
        background-color: white;
    }
}


.footer2 .column {
    padding-left: 2rem;
}

@media (max-width: 991px) {
    .footer2 .column {
        padding-left: 0rem;
        margin-top: 2rem;
    }

    .adr {
        padding-top: 1.2rem;
    }
}

#footer a {
    text-decoration: none;
    color: var(--black);
}

#footer a:hover {
    color: var(--kroeger);
}


#butttop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: white;
    background-color: #2e2e2f;
}

.img-footer { 
    height: 200px;    
    width: auto;
    max-height: 200px;   
    height: auto;
    padding: 1rem 0;
}

.fi {
    width: 18px;
    height: auto;
    margin-top: -12px;
}

#footer p {
    font-size: 16px;
    line-height: 1.1rem;
}


#footer .row .gruppe {
    height: 1.6rem;
}

@media (max-width:768px){
    #footer .row .gruppe {
        height: auto;
    }
}





















