body{
    font-family: sans-serif;
    line-height: 1.5;
    background-attachment: fixed;
    background: url(assets/img/BG.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html {
    height: 100vh;
    overflow: hidden;
}

.data-html{
    height: 100%;
    overflow: auto;
}

.data-body{
    background-attachment: fixed;
}

.dataprotection {
    padding: 5% 20%;
}

img.logo, img.steckdose {
    display: block;
    margin: 0 auto;
}

img.logo {
    margin-top: 5%;
}

.steckdosen-wrapper{
    position: relative;
}

.steckdosen-wrapper a{
    width: 49%;
    display: inline-block;
    height: 100%;
    position: absolute;
}
.link-datenschutz{
    left: 50%;
}

@media only screen and (min-width: 1024px) {
    .card {
        padding: 5%;
    }
}

@media only screen and (max-width: 600px) {
    .card {
        padding: 10%;
    }
    .info-wrapper img {
        margin: 0 auto;
        display: block;
    }
    .logo, .info-wrapper, .steckdose{
        width: 85%;
        margin: 0 auto;
        display: block;
    }

    img.text-01 {
        width: 70%;
    }
    img.text-02 {
        width: 68%;
    }
    img.text-03 {
        width: 45%;
    }
    img.text-04, img.text-05 {
        width: 83%;
    }
    img.text-06 {
        width: 55%;
    }
}

@media only screen and (min-width: 1400px)  {
    .info-wrapper{
        padding: 1% 30% !important;
    }
}

@media only screen and (min-width: 600px)  {
    .card {
        width: auto;
        margin: 5% 35%;
    }
    .info-wrapper {
        padding: 5% 20%;
    }

    .upper-wrapper {
        width: auto;
        margin-left: 7%;
    }

    img.text-01, img.text-02 {
        width: 33%;
    }

    img.text-03 {
        width: 23%;
    }

    .midle-wrapper .text-04, .text-05 {
        width: 48%;
        display: inline-block;
    }

    .text-05 {
        float: right;
    }

    img.text-06 {
        margin: 0 auto;
        display: block;
        width: 33%;
    }

    .midle-wrapper {
        margin-top: 2%;
        margin-bottom: 2%;
    }

}