div#standort_popup button {
    background: #366bb0;
    border: none;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
}

div#standort_popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111;
}

div#standort_popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 5;
    opacity: .4;
}

.popup_content {
    background: #fff;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 999;
    padding: 20px 10px;
}

div#standort_popup header {
    right: 20px;
    position: absolute;
    top: 20px;
}

div#close {
    font-size: 40px;
    line-height: 40px;
}

section.sec_3 {
    background-image: none !important;
    background-color: #f2f2f2 !important;
}

@media (max-width:980px) {
    [class*="col-"] {
        width: 100%;
        padding: 0 10px;
    }
}

@media (min-width:981px) {
    .col-3 {
        width: 25%;
        padding: 0 10px;
    }
}

.sec_3 .col-3 img {
    max-height: 70px;
}

section.sec_3 h3 {
    font-size: 18px;
    font-weight: 600;
}

section.sec_3 {
    background-image: linear-gradient(99deg, #f2f2f2, #e8e8e8);
}

section.sec_3 .contetn {
    text-align: center;
    padding: 30px 0 0;
}

section.sec_3 p {
    font-size: 14px;
}