@media (max-width: 700px) {
    .hideSmall {
        display: none !important;
    }

    .showSmall {
        display: block !important;
    }
}

@media (min-width: 960px) {
    .width-70\@m {
        width: 70% !important;
    }

    .mt-30\@m{
        margin-top: 30px !important;
    }
}

.showSmall {
    display: none;
}

.main-image {
    background: url("/img/luftbildaufnahmen.jpg") center / cover;
    height: 50vh;
}

.main-image > .flyoutLogo {
    position: relative;
    grid-column-start: span 2;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}

.main-image > .flyoutLogo > img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20%;
}

.aboutContainer {
    padding: 50px;
    font-size: 18px;
    text-align: center;
}

.aboutContainer > p  {
    text-align: center !important;
}

.aboutContainer > p > a {
    background-color: #23353f;
    color: white;
    transition-duration: 200ms;
    font-size: 18px;

}

.aboutContainer > p > a:hover {
    transition-duration: 200ms;
    background-color: white;
    color: #23353f;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.index {
    overflow-x: hidden;
}