/* Colors
Gelb    #FFCC00
Schwarz #000000
Blau    #274FFF
Rot     #FF2323
 */


* {
    box-sizing: border-box;
}

h1 {
    font-weight: 800 !important;
    font-size: 46px !important;
}

p {
    font-weight: 500 !important;
    font-size: 19px !important;
}

body {
    font-family: 'Inter', sans-serif;
}

.container-yellow {
    background-color: #FFCC00 !important;
}

.since-1927 {
    height: 80px;
    width: auto;
    margin-left: 20px !important;
}

.header {
    padding: 40px;
}

.alfred-m {
    text-align: center;
}

/* === content === */

.text-blue {
    color: #274FFF;
}

.img {
    height: 250px;
}

.kontakt {
    margin-top: 7%;
    line-height: 30px;
}

.link {
    text-decoration: none;
    color: black;
    transition: .3 ease-in-out;
}

.link:hover {
    text-decoration: none;
    color: rgb(80, 80, 80);
}

.button-typ-01 {
    padding: 10px 20px;
    background-color: #FFCC00;
    color: black;
    border: 1px solid #FFCC00;
    transition: .5s ease-in-out;
    border-radius: 5px;
    margin-bottom: 40px;
}

.button-typ-01:hover {
    padding: 10px 20px;
    background-color: white;
    color: black;
    border: 1px solid #FFCC00;
    color: #FFCC00;
}

.image-01 {
    text-align: right;
}

.image-02 {
    text-align: left;
}

@media (max-width: 505px) {
    .since-1927 {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .image-01{
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .image-02{
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .kontakt {
        margin-top: 0px;
        margin-bottom: 7%;
    }
}