.header {
    background: rgb(202, 204, 198);
    background: linear-gradient(90deg, rgba(202, 204, 198, 1) 0%, rgba(202, 204, 198, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

body {

    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(194, 204, 200, 0.2);

}

.footer {
    background: rgb(202, 204, 198);
    background: linear-gradient(90deg, rgba(202, 204, 198, 1) 0%, rgba(202, 204, 198, 1) 35%, rgba(0, 212, 255, 1) 100%);
    color: #000000;
}

.footer1 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

.footer1 h3 {
    background-color: #FAFF1C;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

h1 {
    font-size: 20px;
    line-height: 24px;
}

h2 {
    font-size: 16px;
    line-height: 20px;
}

h3 {
    font-size: 14px;
    line-height: 18px;
}

h4 {
    font-size: 14px;
    line-height: 16px;
}

h5 {
    font-size: 18px;
    line-height: 16px;
}

hr {
    border-color: #7e7373;
}


.btn {
    display: center;
}

.btn-yellow {
    background-color: #f8fd21;
    border-color: #f8fd21;
    color: #000000;
}

.btn-yellow:focus, .btn-yellow:hover {
    background-color: #e2e808;
    border-color: #a8ac04;
}

div.container-center {
    text-align: center;
    margin: 10px 0 0;
}

.alert {
    border: 1px solid transparent;
    border-radius: 1.1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative;
}

img {

    padding: 10px;
}

.clear {
    clear: both;
}

.alert-warning {

    border-color: #e6d0b3;
    color: #0b0b0b;
    background: rgba(251, 255, 28, 0.2)
}

.alert-success {
    border-color: #e6d0b3;
    color: #0b0b0b;
    background: rgba(251, 255, 28, 0.3);
}

.alert-hell {
    border-color: #e6d0b3;
    color: #0b0b0b;
    background: rgba(217, 217, 208, 0.3);
}


body.wrapper-fluid footer > .grid-child, body.wrapper-fluid header > .grid-child {
    padding-left: 3em;
    padding-right: 2em;
    padding-bottom: 0;
}

.sige_caption {
    margin-top: 15px;
}

.container-banner .banner-overlay {
    height: 50vh;
}

.container-header .mod-menu {
    color: black;
    font-size: 105%;
    font-weight: bold;
}

.grid-child.container-nav {
    padding-top: 0;
}

.container-header nav {
    padding-bottom: 0.5em;
}

header.container-header .container-below-top {
    position: absolute;
    right: 50px;
    top: 10px;
}

.container-header .navbar-toggler {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
}

.container-header .container-search {
    margin-bottom: 0.5em;
}

#mod-custom234, #mod-custom172 {
    width: inherit;
    text-align: right;
    font-size: large;
}

#mod-custom165 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

nav.navbar .metismenu.mod-menu .metismenu-item.level-1 {
    font-size: 1em;
}

input#mod-finder-searchword164 {
    max-width: 200px;
}

@media (max-width: 1200px) {
    .container-header .container-below-top {
        display: none;
    }
}

@media (max-width: 768px) {
    body.wrapper-fluid footer > .grid-child, body.wrapper-fluid header > .grid-child {
        padding-bottom: 1em;
    }

    #mod-custom164, #mod-custom130 {
        display: none;
    }
}

.allert-top {
    padding: 1rem;
    background-color: rgba(251, 255, 28, 0.5);
    border: 0.2rem solid #e6d0b;
    border-radius: 1.1rem;
    margin-bottom: 1rem;
}

.timeline {
    border-left: 6px solid hsl(0, 3.4%, 5.7%);
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .timeline-item:after {
    background-color: hsl(0, 3.4%, 5.7%);
    left: -38px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    content: "";
}

.mod-finder__search.input-group {
    margin-left: 2em;
}


@media (max-width: 768px) {
    main .com-content-article .col-4, main .com-content-article .col-8 {
        width: 100%;
    }

    main .com-content-article .col-4 img, main .com-content-article .col-8 img {
        width: 100%;
    }
}

.container-center {
    text-align: center;
}

.row.border.head {
    background: #f0f0f0 none repeat scroll 0 0;
    padding-top: 5px;
    padding-left: 10px;
    text-align: center;
    border: 0.2rem solid #e6d0b;
    border-radius: 1.1rem;
}

.col-4.border.head {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 5px;
    padding-left: 10px;
    border: 0.2rem solid #e6d0b;
    border-radius: 1.1rem;
    box-shadow: 6px 6px 6px #666;
    padding: 15px;
}

.col-4.border.head:first-child {
    margin-left: 0;
}

.col-4.border.head {
    margin-left: 2%;
    width: 32%;
}

@media (max-width: 768px) {
    .col-4.border.head, .col-6 {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

.col-4.border.footer {
    padding-top: 5px;
    padding-left: 10px;
    border: 0.2rem solid #e6d0b;
    border-radius: 1.1rem;
    box-shadow: 6px 6px 6px #666;
    padding: 15px;
}

.col-4.border.footer {
    margin-left: 2%;
    width: 32%;
}

.col-4.border.footer:first-child {
    margin-left: 0;
}


@media (max-width: 768px) {
    .col-4.border.footer, .col-6 {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}


.uk-container {
    background-color: #26b00f;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.customer-block {
    background-color: #fcf283;
    box-shadow: 6px 6px 6px #666;
    min-height: 260px;
    padding: 15px;
    text-align: center;
}

.customer-block2 {
    background-color: #fcf2834d;
    box-shadow: 6px 6px 6px #666;
    padding: 15px;
    text-align: center;
}

.customer-block3 {
    background-color: #fcf2834d;
    box-shadow: 6px 6px 6px #666;
    border-radius: 1.1rem;
    padding: 15px;
    text-align: center;
}

details {
    font: 16px "Open Sans",
    Calibri,
    sans-serif;
    width: 620px;
}

details > summary {
    padding: 2px 6px;
    width: 100%;
    background-color: #ddd;
    border: none;
    border-radius: 0.4rem;
    box-shadow: 3px 3px 4px black;
    cursor: pointer;
}

details > p {
    border-radius: 1 1 10px 10px;
    background-color: #ddd;
    padding: 2px 6px;
    margin: 5px;
    box-shadow: 3px 3px 4px black;
}

details[open] > summary {
    background-color: #fff89e;
}

.footermap {
    background: rgba(0, 0, 0, 0) url("/images/deutschlandkarte.png") no-repeat scroll center center;
    min-height: 265px;
    text-align: center;
}

.com-content-article figure {
    margin: 0;
}

.com-content-article figure figcaption {
    text-align: center;
}

.com-content-article .row {
    margin-bottom: 20px;
}

.com-content-article .row .col-4 h2 {
    height: 30px;
}

.row .col-4.border.head p:has(button) {
    text-align: center;
    height: auto !important;
}

@media (max-width: 1199px) {
    .row .col-4.border.head p {
        height:30%;
    }
}

@media (min-width: 1200px) {
    .row .col-4.border.head p {
        height: 100px;
    }
}
