@font-face {
    font-family: TruenoRegular;
    src: url(../fonts/TruenoRg.otf);
}

body {
    background-image: url('../img/bg.webp');
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'TruenoRegular', serif;
    margin-top: 5%;
}

h1 {
    font-weight: 900;
}

img {
    padding-top: 7px;
}

.content-horni {
    padding: 25px 5px 25px 5px;
    background: url('../img/paint_bottom.png') center bottom no-repeat, url('../img/paint_top.png') center top no-repeat;
    background-size: contain;
    z-index: 2000;
}

.text-horni-box {
    background-color: rgba(255, 82, 131, 0.95);
    padding: 25px;
    z-index: 1000;
}

.text-horni {
    color: #FFF;
    text-transform: uppercase;
}

.kontakt {
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFF;
    position: absolute;
    top: 240px;
    padding: 35px 10px;
    left: 0;
    z-index: -1;
}

.kontakt-blue {
    background-color: rgba(14, 162, 237, 1);
    position: absolute;
    left: 0;
    padding: 25px;
    top: 100px;
    z-index: 300;
    color: #FFF;
}

.content-all {
    position: relative;
}

@media screen and (max-width: 1200px) and (min-width: 100px) {
    .kontakt-blue {
        position: relative;
        top: -35px;
    }

    .kontakt {
        position: relative;
        top: -25px;
    }

    h1 {
        font-size: 18px;
    }

    h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 18px;
    }

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

    .mobile-text2 {
        font-size: 15px;
    }
}

