@media screen and (max-width: 1199px){

    body{
        margin: 0;
        font-family: sans-serif;
        
        
    }

    #backimg{
        display: none;
    }

    #contentdiv {
        width: 100%;
        border:2px solid black;
        border-radius: 7px;
        box-shadow: 2px 2px 4px black;
        background-image: url("../photo/20200408_112732_dark.jpg");
        background-position: center;
        box-sizing: border-box;
        padding-bottom: 8em;
    }
    p, h3, a {
        color: white;

    }
    #paradiv {
        text-align: center;
        line-height: 80%;
        margin-bottom: 100px;
        margin-top: 20px;
    }
    #paradiv > h3 {
        margin-top: 3em;
    }
    #divadr{
        justify-content: center;
        align-items: center;
        margin-bottom: -20px;
        overflow: hidden;
    }
    #linkicons {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -800px;
        width: 100%;
        
    }
    .icon {
        width: 30px;

    }
    #yticon {
        width: 55px;
        margin-left: 30px;
    }
    .usin{
        margin-top: 1em;
        width: 99%;
        height: 50px;
        box-sizing: border-box;
        resize: vertical;
        border-color: black;
        border-style: outset;
        border-width: 3px;
        border-radius: 5px;
        
    }
    #formkont {
        margin-top: 2em;
        padding-left: 1%;
        padding-right: 1%;
    }
    .but {
        color: black;
        font-size: medium;

        
    }
    #butsend {
        background-color: white;
        padding: 3px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 3em;
        width: 120px;
        height: 44px;       
        box-sizing: border-box;
        border-color: black;
        border-style: outset;
        border-width: 3px;
        border-radius: 5px;
        float: right;
    }
    #butzurueck {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        padding: 3px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 3em;
        width: 120px;
        height: 44px; 
        box-sizing: border-box;
        border-color: black;
        border-style: outset;
        border-width: 3px;
        border-radius: 5px;
        float: left;
    }
    #contentdiv textarea{
        height: 220px;
    }
}