body {
    font-family: "Roboto Mono", monospace;



    height: 100%;
    background-image: linear-gradient(to right, rgb(202, 202, 202), rgba(255, 255, 255, 0.048)), url("Bilder/Traumtag1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;



    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

h2 {
    font-weight: 300;
}

h3 {
    font-weight: 300;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: solid;
    font-weight: bold;
    position: absolute;
}

a:hover {
    color: beige;
    /* font-size: x-large;*/
}


.menuebox {
    position: fixed;
    width: 250px;
    padding-top: 10px;
    padding-left: 10px;

    box-shadow: 2px 2px 200px 2px rgba(112, 191, 255, 0.034);

}

.quadrat {
    /*Menuefeld*/
    width: 220px;
    height: 30px;
    padding-left: 20px;
    padding-bottom: 14px;
    padding-top: 2px;
    border-radius: 8px;
    background: hsla(0, 0%, 100%, 0);
    box-shadow: 1px -1px 10px 5px rgba(255, 255, 255, 0.064);
    line-height: 2px;
}

.quadratKontakt {
    text-align: justify;
    width: 220px;
    height: 100%;
    padding-left: 20px;
    padding-bottom: 14px;
    padding-top: 20px;
    border-radius: 8px;
    background: hsla(0, 0%, 100%, 0.039);
    box-shadow: 1px -1px 10px 5px rgba(255, 255, 255, 0.18);
    line-height: 2px;
}


td,
th {
    /*  Tabellen Formatierung */
    padding: 10px 10px;
}

.menueboxVita {
    margin-left: 300px;
    position: absolute;
    right: 60px;
    top: 360px;
    width: 700px;
    padding-top: 20px;
    padding-bottom: -10px;
    box-shadow: 2px 2px 200px 2px rgba(148, 185, 254, 0);
    border-radius: 70px;
}


.zahnrad8 {
    position: fixed;
    width: 190px;
    height: 190px;
    left: 355px;
    bottom: 13px;
    background-color: rgba(163, 206, 253, 0.329);
    border-radius: 10px;
    box-shadow: 2px 2px 200px 2px rgba(148, 185, 254, 0.091);
    filter: drop-shadow(10px 10px 10px rgba(81, 80, 67, 0.692));
    transform: rotate(4deg);
}

.zahnrad16 {
    position: fixed;
    width: 300px;
    height: 300px;
    right: 30%;
    top: -0px;
    padding: 30px;
    background-color: rgba(255, 221, 0, 0.233);
    border-radius: 10px;
    box-shadow: 2px 2px 200px 2px rgba(148, 185, 254, 0);
    filter: drop-shadow(10px 10px 10px rgb(85, 83, 62));
    transform: rotate(4deg);
}


.zahnrad32 {
    position: fixed;
    width: 534px;
    height: 534px;
    left: -150px;
    bottom: -150px;
    padding: 2px;
    background-color: rgba(255, 221, 0, 0.233);
    border-radius: 10px;
    box-shadow: 2px 2px 200px 2px rgba(148, 185, 254, 0.171);
    filter: drop-shadow(10px 10px 10px rgb(85, 83, 62));
    transform: rotate(-10deg);
}


.drehen {
    position: relative;
    padding: 10px;
    background-color: rgba(244, 196, 85, 0);
    animation: rotate 20s linear infinite;
}

.drehenLinks {
    position: relative;
    padding: 10px;
    background-color: rgba(244, 196, 85, 0);
    animation: rotateleft 40s linear infinite;
}

.drehenZ8 {
    position: relative;
    padding: 10px;
    background-color: rgba(244, 196, 85, 0);
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateleft {
    100% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(360deg);
    }
}

.quadratVita {
    width: 700px;
    height: 100%;
    padding-left: 20px;
    padding-bottom: 14px;
    padding-top: 20px;
    border-radius: 8px;
    background: hsla(0, 0%, 100%, 0.039);
    box-shadow: 1px -1px 10px 5px rgba(215, 215, 215, 0.18);
    line-height: 2px;
}

.video {
    position: absolute;
    margin-top: 10px;
    margin-left: 300px;
    border-radius: 30px;
    box-shadow: 1px -1px 10px 5px rgba(255, 255, 255, 0.18);
    width: 330px;
}

.front {
    left: 30px;
    top: 100px;
    position: absolute;
    backface-visibility: hidden;
    animation: drehenf 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
.back {
    left: 30px;
    top: 100px;
    position: absolute;
    backface-visibility: hidden;
    animation: drehenb 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    opacity: 80%;
}

.mobile1 {

    right: 150px;
    top: 800px;
    opacity: 40%;
    position: absolute;
    backface-visibility: hidden;
    filter: drop-shadow(10px 10px 10px rgb(80, 80, 79));
    animation: drehenf 23s linear infinite;
}
.mobile2 {

    right: 250px;
    top: 400px;
    opacity: 40%;
    position: absolute;
    backface-visibility: hidden;
    filter: drop-shadow(10px 10px 10px rgb(80, 80, 79));
    animation: drehenb 23s linear infinite;
}

.xdrehen {
    position: absolute;
    left: 30px;
    top: 200px;
    animation: drehenx 90s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    opacity: 7%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;

}

.grid-container>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-container>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.grid-container {
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(105, 106, 110);
    box-shadow: 1px -1px 100px 5px rgb(67, 67, 67);
    margin-left: 320px;
    margin-right: 220px;
    margin-top: 20px;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}





.grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-container .wide {
    grid-column: span 2;
}

.grid-container .tall {
    grid-row: span 2;
}

.grid-container .big {
    grid-column: span 2;
    grid-row: span 2;
}





@keyframes drehenf {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes drehenb {
    0% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(-180deg);
    }
}

@keyframes drehenx {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}