main {
    min-width: calc(100vw - 22px);
    min-height: calc(100vh - 114px) !important;
    background-color: #b8bee0;
    position: absolute;
}

.main-content {
    display: flex;
}

.right {
    margin: 25px;
    display: flex;
    flex-direction: column;
}

.greeting {
    margin-top: 25px;
}

.welcome-text {
    font-size: 15px;
    margin-top: 30px;
}

.address {
    font-size: 12px;
}

.email {
    color: black;
    text-decoration: none;
}

.email:hover {
    color: gray;
}

.right-bottom {
    margin: 26px;
    position: fixed;
    left: 102px;
    bottom: 0;
}

.svit-schweiz {
    margin: 0px 35px 30px 80px;
}

.noheight {
    height: 0;
}

.form-content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

@media only screen and (max-width: 1180px) {
    .hide {
        display: none;
    }
    main {
        min-width: calc(100vw - 4px);
    }
    .form-content {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .prop-left {
        padding-bottom: 0 !important;
        width: 100% !important;
    }

    .prop-right {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: 100% !important;
    }

    .buttons {
        padding-top: 0 !important;
    }
}
