.page-content {
    min-height: 200px;
    width: 100%;
    background-image:none;
    background-size:cover;
    position:static;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
}
.stapelwrapper {
    clear: both;
    min-height: 100px;
}
.hauptsektion {
    clear: both;
    min-height: 100px;
}
.subsektion2 {
    clear: both;
    min-height: 100px;
}
.tabelle {
    clear: both;
    min-height: 100px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:100px;
}
.subsektion {
    clear: both;
    min-height: 100px;
    margin-top:80px;
}
.column_6 {
    width: 100%;
    min-height: 100px;
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
}
.ctwrapperlogin {
    clear: both;
    min-height: 100px;
    background:url("../images/Pageimages/laptop-3174729.jpg") left top / cover;
    position:absolute;
    right:0px;
    left:0px;
    bottom:0px;
    top:0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctwrapperlogin div {
    width: 80%;
    height: auto;
    min-height: 200px;
    background-color: transparent;
}
.antwortbox {
    width: 100% !important;
    margin: 0px;
    height: auto !important;
    color: #ffffff;
    text-align: center;
}
.antwortbox2 {
    width: 100% !important;
    margin: 0px;
    height: auto !important;
    color: #333333;
    text-align: center;
}
@media only screen and (min-width : 768px) {
    .page-content {
        min-height: 200px;
        width: 100%;
        background-image:none;
        background-size:cover;
        position:static;
        top:auto;
        right:auto;
        left:auto;
        bottom:auto;
    }
    .ctwrapperlogin {
        clear: both;
        min-height: 100px;
        margin-top:0px;
        background:url("../images/Pageimages/laptop-3174729.jpg") left top / cover scroll transparent;
        position:absolute;
        right:0px;
        left:0px;
        bottom:0px;
        top:0px;
        display: flex;
        justify-content: center;
    }
    .ctwrapperlogin div {
        width: 60%;
        height: auto;
        min-height: 200px;
        background-color: transparent;
    }
    .antwortbox {
        width: 100% !important;
        margin: 0px;
        height: auto !important;
        color: #ffffff;
    }
    .column_6 {
        float: left;
        width: 100%;
    }
    .subsektion2 {
        clear: both;
        min-height: 100px;
    }
}
@media screen and (min-width: 760px) {
    .hauptsektion {
        clear: both;
        min-height: 800px;
    }
    .subsektion2 {
        clear: both;
        min-height: 50px;
        height: auto;
    }
    .tabelle {
        clear: both;
        min-height: 50px;
        height: auto;
        margin-left:auto;
        margin-right:auto;
    }
    .subsektion {
        clear: both;
        min-height: 100px;
    }
    .column_6 {
        float: left;
        min-height: 200px;
        width: 100%;
    }
    .stapelwrapper {
        clear: both;
        min-height: 200px;
    }
}
@media only screen and (min-width : 1024px) {
    .ctwrapperlogin {
        clear: both;
        min-height: 100px;
        margin-top:0px;
        background:url("../images/Pageimages/laptop-3174729.jpg") left top / cover scroll transparent;
        position:absolute;
        right:0px;
        left:0px;
        bottom:0px;
        top:0px;
        display: flex;
        justify-content: flex-end;
    }
    .ctwrapperlogin div {
        width: 30%;
        height: auto;
        min-height: 200px;
        margin-right: 5%;
        background-color: transparent;
    }
    .antwortbox {
        width: 100% !important;
        margin: 0px;
        height: auto !important;
        color: #ffffff;
        min-height: 1px !important;
    }
    .tabelle {
        right: auto;
        margin-left:auto;
        margin-right:auto;
    }
}