@font-face {
    font-family: Hide;
    src: url(hide.woff2);
}

@font-face {
    font-family: 'HideBold';
    src: url(hide1.woff2);
}

body {
    font-family: Hide;
    margin: 0px;
}

.right
 {
    width: 50%;
    float: right;
 }

.main {
    width: 100%;
    display: flex;
}

.left {
    width: 50%;
    padding-left: 50px;
}

.logos {
    display: flex;
    margin-top: 50px;
}

.logos a {
    width: 100%;
}

.logos img {
    /* width: 40%; */
    margin-right: 50px;
}

.logos .logo {
    width: 14vw;
}

.logos .sponsor {
    width: 25vw;
}

.logos a {
    text-align: right;
}

.infos {
    margin-top: 50px;
    font-size: 1.2vw;
}

.infos .title {
    font-family: HideBold;
    font-size: 1.8vw;
    margin-bottom: 10px;
}

.infos span {
    font-family: HideBold;
    margin-right: 5px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.kontakt {
    margin-top: 50px;
}

.pictures {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.pictures img {
    width: 30%;
    margin: 0px 20px;
}

.footer {
    height: 40px;
    background-color: rgb(185, 185, 185);
    line-height: 45px;
    text-align: center;
}

a {
    color: #000;
}

a:hover {
    text-decoration: underline;
}

::selection {
    background-color: #df1e30;
    color: #fff;
}