@charset "UTF-8";
* {
    /*outline: 1px solid red;*/
}
html {
    min-width: 375px;
    scroll-behavior: smooth;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
body {
    margin: 0;
    color: #4A545B;
    font-size: 18px;
    line-height: normal;
    font-family: Poppins Regular, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
a {
    text-decoration: none;
    transition: 0.2s ease-out;
    display: inline-block;
    color: #4A545B;
}
a:hover {
    opacity: 0.7;
}
strong {
    font-weight: normal;
    font-family: Poppins Bold, sans-serif;
}
.hide {
    display: none!important;
}
.co-el {
    margin-bottom: 100px;
}
@media only screen and (max-width: 659px) {
    .co-el {
        margin-bottom: 60px;
    }
}
.content-holder {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.padding-frame {
    padding: 0 40px;
}
@media only screen and (max-width: 659px) {
    .padding-frame {
        padding: 0 20px;
    }
}

.bild-text .content-holder {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 400px;
}
.bild-text .content-holder span {
    text-align: center;
}