body{
margin:0;
font-family:Arial;
background:#111;
color:white;
}

h1{
    padding:10px;
    margin-bottom: 0px;
}

h2 {
    padding: 10px;
    margin-top: -10px;
}

a {
    color: #ccc;
}

#a-info {
    color: #00bbff;
    text-decoration: none;
    font-style: oblique;
}

#text-info {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-left:auto;
    margin-right: auto;
}

.logo-index {
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 10px;
}

.container {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.orientation-warning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #111;
    border: 2px solid #111;
    overflow: hidden;
    border-radius: 20px;
    font-size: 32px;
    display: none;
    height: fit-content;
    width: 66vw;
    padding: 10px;
    z-index: 100;
}

#icon-container {
    width: fit-content;
    border: 1px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.footer {
    background-color: #111;
    color: #ccc;
    font-family: 'Courier New', Courier, monospace;
    /*font-weight: bold;*/

    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    width: 95%;
}

#footer_line {
    width: 98%; 
    border:1px solid #222222; 
    align-self: center;
}

#footer_line1 {
    width: 98%; 
    border:1px solid #111;
}



.pos-bottom {
    position: fixed;
    bottom: 0;
}

.footer-left, .footer-right {
    flex: 1;
    margin-top: auto;
        
    align-self: flex-end;
}

.footer-center {
    flex: 1;

}

.nocookies {
    position: absolute;
    width: 26px;
    height: 26px;
    overflow: hidden;
    left: 5px;
    bottom: 5px;
    background: #ffffff;
    border: 1px solid #b10000;
    border-radius: 3px;
}

.img-nocookies {
    width: 25px;
    height: 25px;
    margin: auto;
    margin-top: 0.5px;
}

.europe {
    position: absolute;
    width: 26px;
    height: 26px;
    overflow: hidden;
    left: 35px;
    bottom: 5px;
    background: #ffffff;
    border: 1px solid #089800;
    border-radius: 3px;
}

.page-wrapper {
    position: absolute;
    width: 100%;
    max-width: 1450px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.custom-line {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 90%;
}

.chose-data {
    height: 200px; 
    margin: 3px;
}

#viewer{
position: relative;
width: 98%;
height:90vh;
margin-right: 5px;
margin-left: 5px;
border: 2px solid #7d7c7c;
border-radius: 3px;
overflow: hidden;
flex: 3;
}

#logNodeInfo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0px;
    width: 45%;
    height: 51px;
    overflow: auto;
    padding:5px;
    font-family:monospace;
    background:#111;
    border: 1px solid #ccc;
    border-radius: 3px;
    color:#0f0;
    display: none;
}

#controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    margin: 5px;
}

#controls-button {
    width: fit-content;
    position: absolute;
    right: 0;
}

#controls-text {
    width: 250px;
    background: #7d7c7c;
    border: 2px solid #111;
    border-radius: 3px;
    padding: 3px;
    display: none;
}

#log{
    height:200px;
    overflow-y:auto;
    padding:5px;
    font-family:monospace;
    background:#111;
    color:#0f0;
}

.flex_container_row {
    display: flex;
    flex-direction: row;
}

.flex_container_col {
    display: flex;
    flex-direction: column;
}

.flex_input {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1px solid #00bbff;
    border-radius: 3px;
    margin: 5px;
    padding: 2px;
    /*height: 200px;*/
}

.flex_log {
    flex: 2;
    border:1px solid #ccc;
    border-radius: 3px;
    margin: 5px;
    padding: 2px;
}

.flex_hinweise {
    flex: 1;
    border: 1px solid #ffec58;
    border-radius: 3px;
    margin: 5px;
    padding: 2px;
    display: flex;
    flex-direction: column;
}

#fileInput {
    margin-top: 2px;
    margin-bottom: 10px;
}

#wspl_max_input, #wspl_input, #vel_input {
    margin-top: 2px;
    margin-bottom: 5px;
    display: none;
}

#wspl_max_label, #wspl_label, #vel_label {
    display: none;
}

.div-test-data{
    margin-top: auto;
}

.Btn-test-data{
    width: fit-content;
    margin-top: 5px;
    margin-bottom: 6px;
}

.tools {
    margin: 5px;
    display: flex;
    flex-direction: row;
    height: fit-content;
}

.query {
    border-radius: 3px;
    color: #000000;
    height: fit-content;
}

#velocities-div {
    display: none;
    margin-top: -4px;
    margin-left: 3px;
    padding: 3px;
    border: 1px solid #7d7c7c;
    border-radius: 3px;
}

#label_select_ts {
    height: fit-content;
}

#vel_legend {
    display: none;
    height: fit-content;
    width: 120px;
    /*background-image: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);*/
    background: linear-gradient(to right, 
        hsl(252, 100%, 50%),
        hsl(180, 100%, 50%),
        hsl(120, 100%, 50%),
        hsl(60, 100%, 50%),
        hsl(0, 100%, 50%)
        );
    margin: auto;
    margin-left: -4px;
    margin-right: -4px;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    color: #7d7c7c;
    border-radius: 3px;
}

#label_v_min, #label_v_max {
    display: inline-block;
    font-size: 12px;
    margin: auto;
}

#label_v_min {
    margin-left: 5px;
}

.tab {
    width: 25px;
    height: 200px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-radius: 3px;
    color: #000000;
    background-color: #f0f0f0;
    border: 2px solid #7d7c7c;
    border-left: 2px solid #f0f0f0;
    text-align: center;
    margin-left: 5px;
}

.Btn-info {
    width: fit-content;
    display: block;
    border: 2px solid #f1dc3b;
    border-radius: 3px;
    background-color: #ebe4a9;
}

.test {
    color: #8cf15d;
    border: #57351d;
}

#tabs {
    display: none;
}

#showBC, #showMeshes {
    height: 100%;
    width: 100%;
    border: none;
}

#showMeshes {
    background-color: #a6eb88;
}

#showMeshes:hover {
    background-color: #6ee43c;
}

#showBC {
    background-color: #d0b67d;
}

#showBC:hover {
    background-color: #c99a32;
}

.mesh-active-div {
    width: 95%;
    margin: auto;
}

.info-window {
    flex: 1;
    height: 90vh;
    border: 2px solid #7d7c7c;
        border-radius: 3px;
    background-color: #ccc;
    display: none;
    overflow: auto;
}

/* Collapsible Divs */
.collapsible {
    width: 95%;
    height: 50px;
    color: #000000;
    background-color: transparent;
    border: 2px solid #e6f1ff;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: 3px;
}

.collapsible:hover {
        border: 2px solid #6f9fff;
    }

.collapsible:after {
    content: '\002B'; /* + Zeichen */
    color: #000000;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 2em;
    float: right;
    padding-left: 43%;
}
  
.active:after {
    content: "\2212";
}

.content-collapsible {
    padding: 0 18px;
    /*display: none ;*/
    overflow: auto;
    flex-direction: row;
    justify-content: space-evenly;
    max-height: 0;
    transition: max-height 0.4s ease-out;
}

.img-logo {
    width: 80px;
    height: 80px;
}

.impressum-div {
    margin-top: 5vh;
    margin-left: 0;
}

.impressum-text {
    margin-top: 35px; 
    margin-left: 10px;
    font-family: Arial;
}

.datenschutz-div {
    margin: 5vh;
    margin-left: 0;
}

.logo-datenschutz {
    width: fit-content;
    margin-top: -6px;
}

.datenschutz-text{
    font-family: Arial;
    flex: 15;
}

.kontakt-div {
    display: flex;
    flex-direction: column;
    margin-top: 5vh;
}

.kontakt-textfeld {
    width: 90%;
    height: 50vh;
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 3vh;
}

.kontakt-head, .kontakt-form, .kontakt-btn {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.kontakt-mail {
    margin-top: 5vh;
    width: 90%;
}

.success-message {
    margin: auto;
    border: 1px solid #089800;
    width: fit-content;
    border-radius: 3px;
    padding: 2px;
    margin-top: 5px;
}

.failed-message {
    margin: auto;
    border: 1px solid #980000;
    width: fit-content;
    border-radius: 3px;
    padding: 2px;
    margin-top: 5px;
}