@media only screen and (max-width: 1000px) {
    
    .header-link {
        color:black;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        margin-left: 10px;
    }

    .header-link:hover {
        color:#E47E11;
    }

    #site-header {
        height: 15vh;
        position: absolute;
    }

    #site-header-inner {
        height: 10vh;
    }

    #site-logo-inner {
        width: 16px;
        height: 7px;
    }
    .main-div {
        background-image: url("../sidekix-media-g51F6-WYzyU-unsplash.jpg");
        background-size: 100vw;
        background-repeat: no-repeat;
        width: 100vw;
        height: 90vh;
        padding: 100px;
    }

    #site-header-button-kontakt {
    width: 200px;
    height: 200px;
    }


    .kontakt-button {
        border: none;
        width: 50vw;
        height: 10vh;
        color: black;
        background-color: #E47E11;
        text-align: center;
        font-size: 20px;
        margin: 8px 6px;
        border-radius: 12px;
        cursor: pointer;
        opacity: 100%;
        border: solid #E47E11 2px;
        transition-duration: 0.4s;
    }

    .kontakt-button:hover {
        background-color: #F8F8FA;
    }

    .main-div {
            display: flex;
       justify-content: center;
       padding: 0;
       margin: 0;
       width: 100%;
       height: 100%;
       padding-top: 40vh;
       padding-bottom: 10vh;
    }

    .main-page-text {
        color: #F8F8FA;
        text-align: center;
        margin: 10px;
        padding: 0;
    }

    .main-page-content{
        padding: 0;
        background-color:rgba(0,0,0,.7);
        opacity: 100%;
        width: 100vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
	flex-shrink: 0;
        justify-content: center;
    }

    .main-text-header {
        color: white;
    }

    .column {
        width: 100vw;
        padding: 5vw;
    }
 
    .topnav {
        display: block;
        margin-top: 1vh;
    }
    .kontakt-extra-text {
        width: 90vw;
    }

}
