@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: 'Noto Sans', sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-weight: bold;
}
body {
    background-color: #180b30;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
    min-height: 0;
}





#logoundnav {
    background: #5a3998; /*standard trafk color if not transparent*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.borderbottom {
    border-bottom: 5px solid #603ea3;
    box-shadow: 0 2px 5px #160930;
}
#logoundnav img.do {
    max-height: 150px;
    width: auto;
    max-width: none !important;
    margin-top: 35px;
    margin-bottom: 25px;
    filter: drop-shadow(0px 0px 0px #fff49e)    drop-shadow(0px 0px 25px #fff49e); /*standard kraft color if not transparent*/
}
#logoundnav img.do:hover {
    filter: drop-shadow(0px 0px 0px #fff49e)    drop-shadow(0px 0px 12px #fff49e);
    cursor: pointer;
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0% auto;
    gap: 56.25px;
    margin-top: 25px;
}
nav .header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112.5px;
    height: 112.5px;
    border: 5px solid #371c67;
    border-radius: 50%;
    background: #936cde;
}
nav .header.do {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff287;
    font-size: 30px;
    filter: none;
}
nav .header.do:hover{
    filter: none;
}
nav .header.do span {
    filter: drop-shadow(0px 0px 0px #fff49e)    drop-shadow(0px 0px 7px #fff49e);
}
nav .header.do:hover span {
    filter: drop-shadow(0px 0px 0px #fff49e)    drop-shadow(0px 0px 2px #fff49e);
}




main {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
}
.content, button{
    background: #442777;
    padding: 30px;
    width: fit-content;
    height: fit-content;
    margin-bottom: 25px;
    max-width: 35%;
    max-height: 600px;
    border: 5px solid #371c67;
    box-shadow: 0px 0px 10px #160930;
    overflow: scroll auto;
    border-radius: 20px;
    overflow-x: hidden;
    scrollbar-width: thin;
    color: #fff8bd;
}
#chatbotIframe {
    width: 350px;
    height: 600px;
    border: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    background: transparent;
    z-index: 1000;
    font-size: 15px;
}

#alfonz-content {
width: 100%;
height: 100%;
}

.header {
    background: #845dce;
    box-shadow: 0px 0px 10px #2e1757;
    border: 5px solid #603ea3;
    border-radius: 20px;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
h1 {
    font-size: 40px;
    color: #fff37d;
    margin-left: 40px;
}
h2 {
    font-size: 35px;
    color: #fff37d;
    margin-left: 35px;
}
h3 {
    font-size: 30px;
    color: #fff37d;
    margin-left: 30px;
}
h4 {
    font-size: 25px;
    color: #fff37d;
    margin-left: 25px;
}
.header .date {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #ffeb3c;
        z-index: 2;
}
.header .date p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    text-decoration: dotted;
}


p, footer span, pre, footer label {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 25px;
    font-size: 20px;
    color: #fff8bd;
    text-decoration: none;
    margin-bottom: 20px;
}




a p{
    font-size: 20px;
    margin-bottom: 25px;
}



img, video {
display: flex;
margin-left: 20px;
margin-right: 20px;
max-width: 300px;
line-height: 25px;
font-size: 20px;
color: #fff8bd;
}




.do {
    display: inline-block;
    filter: drop-shadow(0px 0px 0px #fff49e) drop-shadow(0px 0px 7px #fff49e);
    transform-origin: center;
    transition: transform .25s ease, filter .25s ease;
    will-change: transform, filter;
    color: #fff49e;
    text-decoration: underline #fff49e;
}
.do:hover {
    color: #fff49e;
    cursor: pointer;
    filter: drop-shadow(0px 0px 0px #fff49e) drop-shadow(0px 0px 2px #fff49e);
    transform: scale(1.05); /* Standard-Scale für alles, was .do hat */
}
nav a.header.do {
    filter: none;
}
nav .header.do span {
    filter: drop-shadow(0px 0px 0px #fff49e) drop-shadow(0px 0px 7px #fff49e);
    transition: filter .25s ease;
}
nav .header.do:hover {
    filter: none;
    transform: scale(1.05) !important;
}
nav .header.do:hover span {
    filter: drop-shadow(0px 0px 0px #fff49e) drop-shadow(0px 0px 2px #fff49e);
}
a.do:has(> p) {
    transform: none;
}
a.do:has(> p):hover {
    transform: none !important;
}
a.do:has(> p) > p {
    transition: transform .25s ease;
    display: inline-block;
}
a.do:has(> p):hover > p {
    transform: scale(1.05);
}
input[type="range"].do:hover {
    transform: scale(1.05);
}
footer a.do {
    text-decoration: underline #fff49e;
}







.hidden {
    display: none;
}



footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 5px solid #603ea3;
    height: 50px;
    box-shadow: 0px -2px 5px #160930;
    gap: 12%;
    background: #5a3998;
}



#license {
    padding: 30px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 25px;
    text-align: center;
}


.content.md {
    max-width: 85%;
    max-height: fit-content;
}



.content.md img {
    max-width: 100%;
}





@media (max-width: 1050px) {
    #logoundnav {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    #logoundnav img.do {
        max-height: 80px;
        width: auto;
        max-width: 100% !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    nav {
        display: flex;
        gap: 20px;
        margin-top: 10px;
    }

    nav .header {
        width: 80px;
        height: 80px;
        font-size: 16px;
    }

    nav .header.do {
        font-size: 18px;
    }

    .content {
        max-width: 95% !important;
        min-width: 0 !important;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }

    .header h1 {
        font-size: 24px;
    }

    footer {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        gap: 15px;
    }

    footer span {
        margin: 0;
        text-align: center;
    }

    #chatbotIframe {
        width: 100%;
        right: 0;
    }
}

@media (prefers-color-scheme: light) {
  body {
  background: snow;
  }
  #logoundnav, footer {
  background: #c1a1ff;
  }
  nav .header {
  background: #976ee3;
  }
  .content {
  background: #ac8ceb;
  }
  .header {
  background: #8a62d4;
  }
}
