body { min-height: 100%; }
.navbar  { font-family: 'Roboto', sans-serif; background-color: #ffffff; margin-bottom: 30px; margin-top: 30px; }

.imgfit img {
//    height: 40vh !important;
//    width: 100% !important;
//    object-fit: cover;
//    object-position: center center;
//    margin-bottom: 15px !important;
}

input:required {
  border: 1px solid #ffd4da;
}

.imgHeader {
    height: 33vw !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
    max-height: 380px !important;
}

.outerConsent {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #777777;
    height: 30vh;
    width: 100%;
}

.innerConsent {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    padding: 1.5em;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #416e49;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle      { background-color: #416e49; }

option:disabled {
   color: #bbbbbb;
}
.galleryItem img {
    height: 20vh !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.galleryItem:after { 
    content: url('/img/ico_galerie.png'); 
    position: absolute; 
    right: 25px; 
    bottom: 10px; 
}

.sucheMobil { display: none; }
.sucheDesktop { 
    display: block; 
    position: absolute; right: 25px; top: -5px; width: 180px;
}

.nav-link:hover, .nav-link:focus { color: #416e49 !important; }

.dropdown-menu { background-color: #416e49 !important; border: 0; border-radius:0; box-shadow: 8px 8px rgba(100, 100, 100, 0.1) ; }

.dropdown-item { color: #ffffff; }
.dropdown-item:hover { color: #000000; background-color: transparent; }

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a:after {
    transform: rotate(-90deg);
    position: absolute;
    right: 0.5em;
    top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.level3 {    left: 100%; }


.inp-outline-green {
    border-color: #416e49;
    border-right: none;
    font-size: 0.8em;
    height: auto;
    padding: 5px;
}

.btn-outline-green {
  font-size: 0.8em;
  padding: 5px; 
  color: #416e49;
  background-color: transparent;
  background-image: none;
  border-color: #416e49;
  border-left: none;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #416e49;
  border-color: #416e49;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #416e49;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #416e49;
  border-color: #416e49;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.blockasp { margin-top: 30px; }






@media (max-width:1199px) {
    .logo_main {
        height: 75px !important;
    }
}


@media (max-width:992px) {
    .sucheMobil { display: block; }
    .sucheDesktop { display: none; }
}



.slider-element { width: 290px; }
#map { height: 240px; width: 100%; }

@media (max-width: 575px) {
    .imgHeader {
        height: 27vw !important;
    }
    .container {
        max-width: 390px;
    }
    .logo_main {
        height: 60px !important;
    }

}
@media (min-width: 576px) { 
    .slider-element { width: 240px; }
    #map { height: 300px; width: 100%; }
    .imgHeader {
        height: 30vw !important;
    }
}

@media (min-width: 768px) {
    .slider-element { width: 210px; }
    #map { height: 400px; width: 100%; }
}

@media (min-width: 992px) { 
    .slider-element { width: 290px; }
    #map { height: 400px; width: 100%; }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .25rem;
        padding-left: .25rem;
    }
}

@media (min-width: 1200px) {
    .slider-element { width: 350px; }
    #map { height: 500px; width: 100%; }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

.portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

    .portfolio-item .portfolio-link .portfolio-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        opacity: 0;
        background: rgba(0,123,255, 0.7);
    }

        .portfolio-item .portfolio-link .portfolio-hover:hover {
            opacity: 1;
        }

        .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
            font-size: 20px;
            position: absolute;
            top: 50%;
            width: 100%;
            height: 20px;
            margin-top: -12px;
            text-align: center;
            color: white;
        }

            .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
                margin-top: -12px;
            }

            .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
            .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
                margin: 0;
            }

.portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
}

    .portfolio-item .portfolio-caption h4 {
        margin: 0;
        text-transform: none;
    }

    .portfolio-item .portfolio-caption p {
        font-size: 16px;
        font-style: italic;
        margin: 0;
        font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    }

@media (min-width: 767px) {
    .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    /*    text-align: center; */
}

    .portfolio-modal .modal-content h2 {
        font-size: max(1.3em, 3vw);
        margin-bottom: 15px;
    }

    .portfolio-modal .modal-content p {
        margin-bottom: 30px;
    }

        .portfolio-modal .modal-content p.item-intro {
            font-size: 16px;
            font-style: italic;
            margin: 20px 0 30px;
            font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
        }

    .portfolio-modal .modal-content ul.list-inline {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

    .portfolio-modal .modal-content button {
        cursor: pointer;
    }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

    .portfolio-modal .close-modal:hover {
        opacity: 0.3;
    }

    .portfolio-modal .close-modal .lr {
        /* Safari and Chrome */
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #212529;
    }

        .portfolio-modal .close-modal .lr .rl {
            /* Safari and Chrome */
            z-index: 1052;
            width: 1px;
            height: 75px;
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            background-color: #212529;
        }


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        content: '';
        background-color: #e9ecef;
    }

    .timeline > li {
        position: relative;
        min-height: 50px;
        margin-bottom: 50px;
    }

        .timeline > li:after, .timeline > li:before {
            display: table;
            content: ' ';
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            position: relative;
            float: right;
            width: 100%;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li .timeline-image {
            position: absolute;
            z-index: 100;
            left: 0;
            width: 80px;
            height: 80px;
            margin-left: 0;
            text-align: center;
            color: white;
            border: 7px solid #e9ecef;
            border-radius: 100%;
            background-color: #416e49;
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                line-height: 14px;
                margin-top: 12px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline .timeline-body > ul,
    .timeline .timeline-body > p {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                line-height: 18px;
                margin-top: 16px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left;
        }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 18px;
                line-height: 26px;
                margin-top: 30px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }
}



.timeline-image .timeline-image-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(0,123,255, 0.7);
    border-radius: 100%;
}

    .timeline-image .timeline-image-hover:hover {
        opacity: 1;
    }

    .timeline-image .timeline-image-hover .timeline-image-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -30px;
        text-align: center;
        color: white;
    }
