/*Layout*/

.layout {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}


.layout_header_row {
    height: 96px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
    align-self: stretch;
    align-items: center;
    margin: 0;
    padding: 0 40px 0 80px;
}


.layout_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.layout_title {
    color: rgb(55, 65, 85);
    font-size: 30px;
    margin-left: 25px;
    display: block;
    position: absolute;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400;
    box-sizing: border-box;
}


/*Navigation oben rechts und Design für Texte und Bilder*/

.navigation {
    margin: 0;
    padding: 0;
    height: 64px;
    flex-direction: row;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.test {
    display:block;
    margin:0;
    color:white;
    text-decoration:none;
    font-size:14px;
    font-weight:400;
    letter-spacing:0;
    padding: 16px 40px;
}

.test:hover {
    color:darkgray;
}

.test2 {
    padding:16px;
    display:block;
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    margin:0;
    color:white;
    text-decoration:none;
    margin:0;
    font-size:14px;
    font-weight:400;
    line-height:24px;
    letter-spacing:0;
    opacity:.90;
    @media all and (max-width:700px) {
        opacity: 0;
        font-size: 0px;
        height: 0px;
        width: 0px;
        padding: 0;
    }
}

.test2:hover {
    color:darkgray;
    opacity: .80;
    @media screen and (max-width:700px) {
        color: unset;
        opacity: 0;
    }
}

.test3 {
    color: white;
    text-decoration:underline;
    cursor: pointer;
}

.test3:hover{
    color:darkgray;
    opacity: .80
}

.test4 {
    color: white;
    text-decoration:underline;
    cursor: pointer;
}

.test4:hover{
    color: rgb(193, 8, 60);
    opacity: .80
}
.bilderimmain{/*ein Bild außerhalb einer Tabelle*/
    margin-left: 37.5%;
    width: 25%;
}

.bilderimmain2{/*ein Bilder innerhalb einer Tabelle*/
    width: 50%;
    @media all and (max-width:700px) {
        width: 90%;
    }
}

.bilderimmain3{/*2 Bilder außerhalb einer Tabelle*/
    width: 50%;
}

.bilderimmain4{/*3 Bilder außerhalb einer Tabelle*/
    width: 80%;
}

.schrift {
    font-family: Arial;
    color:red;
    text-decoration: none;
    font-size: 150%;
}


.ueberschrift {
    background-image: linear-gradient(90deg, white, rgb(137, 0, 137), rgb(0, 0, 255), black);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 60px;
    @media all and (max-width:700px) {
        font-size: 40px;
    }
}

.ueberschrift2 {
    background-image: linear-gradient(90deg, white, rgb(137, 0, 137), rgb(0, 0, 255), black);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 60px;
    margin-top: 5%;
    @media all and (max-width:700px) {
        font-size: 35px;
    }
}

.ueberschrift3 {
    background-image: linear-gradient(90deg, red, darkred, purple, blue);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 60px;
    margin-top: 5%;
    @media all and (max-width:700px) {
        font-size: 35px;
    }
}

.unterueberschrift {
    background-image: linear-gradient(90deg, white, rgb(137, 0, 137), rgb(0, 0, 255), black);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 40px;
    @media all and (max-width:700px) {
        font-size: 30px;
        margin-top: 10%;
    }
}

.normaler-text {
    line-height: 50px;
    color: white;
    text-align: center;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
    @media all and (max-width:700px) {
        font-size: 20px;
    }
}

.tabelle {
    width: 50%;
    margin-left: 25%;
    font-size: 15px;
    @media all and (max-width:700px) {
        font-size: 10px;
    }
}


/*Klassen für normalen html-code*/

#body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

.html {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    min-height: 100%;
    color: rgba(0, 0, 0, .87);
    overflow-x: hidden;
}

.tb {
    display: flex;
    justify-content: center;
    height: 15%;;
}

@import url('https://fonts.googleapis.com/css?family=Varela+Round');

.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #FC466B;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}


/*Animation und Design rund um Hamburger Menü und Seitenliste*/

#sidebarMenu {
    height: 0px;
    position: fixed;
    left: 0;
    width: 250px;
    transition: unset;
    font-family: Helvetica, Arial,  sans-serif;
    transform: translateX(-120px);
    
}
.sidebarMenuInner{
    margin-top: 96px;
    padding:0;
    height: 100%;
    width: 2500px;
    position: absolute;
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    cursor: default;
    line-height: 20px;
}

.sidebarMenuInner li a{
    width: 95px;
}

.sidebarMenuInner li a:hover{
    color: darkgray;
}


input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 22px;
    left: 15px;
    height: 28px;
    width: 28px;
    margin-left: 18px;
    margin-top: 17px;
    @media all and (max-width:700px) {
        transition: all 0s;
    }
}

.spinner {
    height: 3px;
    width: 100%;
    background-color: #fff;
}
#horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}
#diagonal1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    margin-top: -4px;
}
#diagonal2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}


/*IDs für sonstige Sachen*/

#lb {
    background: rgba(0, 0, 0, 0);
    transition: all 300ms ease-in-out;
}

#testung {
    opacity: 0;
    z-index: 3;
    margin-top: 0px;
    background-image: url("bild/nachthimmel2.jpg");
    background-position-x: center;
    position: relative;
    background-size: cover;
    transition: all 1s;
    background-repeat: no-repeat;
    background-attachment: fixed ;
    display: inline-block;
    flex-grow: 1;
    z-index: 4;
    @media all and (max-width:700px) and (max-height:900px) {
        background-image: linear-gradient( #000103, #030e14,#021222, #061826, #223e49, #061826, #021222, #030e14, #000103);
    }
}


#dontscroll {
    position: unset;
    background-color: rgb(5, 10, 20);
    min-height: 0px;
    width: 100%;
    border: none;
    z-index: 5;
    color: rgb(255, 255, 255);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: max-height,box-shadow;
    transition: all 0.5s;
}

#swz{
    background-image: radial-gradient(#223e49, #061826 ,#021222, #030e14, #000103);
}


td {
    width: 50%;
    text-align: center;
    color: white;
}

th {
    text-align: center;
    color: white;
    font-size: 25px;
}

caption {
    text-align: center;
    color: white;
}

tr {
    align-items: center;
}

span.frac {
    display: inline-block;
    text-align: center;
}
span.frac > sup {
    display: block;
    border-bottom: 1px solid;
    font: inherit;
    @media all and (max-width:700px) {
        height: 35px;
    }
}
span.frac > b {
    display: none;
}
span.frac > sub {
    display: block;
    font: inherit;
    margin-top: 10px;
    @media all and (max-width:700px) {
        margin-top: -12px;
    }
}