html, body {
    height: 100%;
    --scaling: 1.5;
    --bs-body-font-family: "Roboto";
}
.headline {
    font-size: 2.5rem;
    margin: 2.5rem 0;
}

.typed-size{
    font-size: 3rem !important;
}

.tablelink {
    color: #555555 !important;

}

.navbar-transparent .navbar-toggler {
    border: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-transparent {
    color: #fff !important;

}
.navbar-transparent .navbar-toggler-icon { 
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-transparent .navbar-toggler{
    color: #fff;
    border-color: #fff;
}

.navbar-nav {
    margin-left: auto;
}

.qnovi_q_icon {
    content: url("../img/Q_b.svg");
    transition: all 0.5s ease;
    box-sizing: border-box;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
}


.qnovi_q_icon:hover {
    content: url("../img/Q_c.svg");

}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Home-cards Persons */
.home {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    transition: all 0.5s ease;
    z-index: 10;
    overflow: hidden;
}

.text-white.display-6 {
    font-size: xxx-large;
    font-weight: 400;

}

.hvr-jmp:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);    
}


.stc-underline {
    position: relative;
    color:black
}

.stc-underline::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 0.1rem;
    width: 100%;
    background: linear-gradient(to right, rgba(223,39,131,1) 0%, rgba(239,127,35,1) 100%);
}
.stc-underline:hover {
    color:rgb(223, 39, 131);
}


.hvr-underline {
    position: relative;
}



.hvr-underline::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 0.1rem;
    width: 100%;
    background: linear-gradient(to right, rgba(223,39,131,1) 0%, rgba(239,127,35,1) 100%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}
   
.hvr-underline:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}

.home:hover {
    transform: scale(1.0075);
}

.card-title {
    font-size: 1.5rem;
}

.card-subtitle {
    font-size: 1.15rem;
}


#fullsite {
    min-height: 40rem;
    overflow-x: clip;
}

.contact-banner {
    width:65%; 
    position:relative; 
    top:-2.5rem; 
    margin-top:5rem;
}

#name {
    visibility: hidden;
    height: 0;
}


.nounderline {
    text-decoration: none !important
}

.typed-cursor {
    color: white;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

.gradient {
    background: rgb(223, 39, 131);
    background: linear-gradient(45deg, rgba(223,39,131,1) 0%, rgba(239,127,35,1) 100%);
}

.avatar {
    border: 0.3rem solid #fff;
    margin-top: -6rem;
    margin-bottom: 1rem;
    max-width: 9rem;
}

.avatar.rounded-circle {
    width: 120px;
    height: 120px;
}

.custom-shadow {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.5);
}

#navbar {
    border-bottom: 1px solid #fff
}

.light-shadow {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
}


.nav-link:hover {
    color: #fff;
    border-bottom: 0.2vw solid #fff;
}

.fill {
    min-height: 100% !important;
    height: 100% !important;
}

.cicon {
    width: 4rem;
    height: 3rem;
}

.expicon {
    width: 3rem;
}

.experience {
    font-size: 1.2rem;
}

.innershadow {
    -moz-box-shadow:    inset 0 0 10px -3px #000000;
    -webkit-box-shadow: inset 0 0 10px -3px #000000;
    box-shadow:         inset 0 0 10px -3px #000000;
 }

.card-footer {
    background: transparent;
    border-top: 0px;
}

.primary-color {
    color: rgb(223,39,131);
}

.secondary-color {
    color: rgb(239,127,35);
}

.primary-bgcolor {
    background: rgb(223,39,131);
}

.secondary-bgcolor {
    background: rgb(239,127,35);
}

#paint {
    border: 3px solid black;
    width: 15rem;
    height: 15rem;
    background: #000 !important;
}

#drawNumber {
    width: 15rem;
    height: 15rem;
}

#chart_box {
    width: 15rem;
    height: 15rem;
}

a.contact-icons {
text-decoration: none;
font-size: 1.5rem;
color: #000;
transition: all 0.5s ease;
position:relative;
}

.contact-icons:hover {
    background: linear-gradient(0deg, rgba(223,39,131,1) 0%, rgba(239,127,35,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    background-clip: text;
    top:-0.25rem;
}

.hover-icon-wrap:hover .hover-icon, .hover-icon-wrap:focus .hover-icon, .hover-icon-wrap:active .hover-icon {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.hover-icon{
    display: inline-block;
}

#contact_second {
    position: relative;
    top: -1rem;
}

@media only screen and (max-width: 768px) {
    #contact_main {
        padding-bottom: 3rem !important;
    }
    #contact_second {
        top:-5rem !important;
        margin: 0 3rem -5rems 3rem !important;
        position: relative;
    }
}


 /* Contacts Page */


.e_name, .e_second-name, .e_email, 
.e_email-1, .e_company, .e_mes, 
.e_compl, .e_ds { 
    display:none;
}


 /* Consulting Page */


.consulting-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.cs1 {
    width: calc(90px * var(--scaling));
    height: (249px*var(--scaling));
}
.cs2 {
    width: calc(59px*var(--scaling));
    height: (114px*var(--scaling));
}
.cs3 {
    width: calc(50px*var(--scaling));
    height: (61px*var(--scaling));
}

.consulting-2,
.consulting-3 {
    position: absolute;
}

.consulting-2 {
    top: 25%;
    left: 10%;
}

.consulting-3 {
    top: 45%;
    left: 58%;
}

.consulting-1 {
    position: relative;
    top: -50%;
    left: 30%;
}

.consulting-animation {
    position: relative;
    -webkit-animation: bounce1 5s ease-in-out infinite;
    animation: bounce1 5s ease-in-out infinite;
}

.consulting-2 .consulting-animation {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.consulting-3 .consulting-animation {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}



@-webkit-keyframes bounce1 {
    0% {
        top: 0px;
    }

    25% {
        top: 5px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounce1 {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}


@media only screen and (max-width: 992px) {
    html, body {
        --scaling: 1.05;
    }
}

@media only screen and (max-width: 576px) {
    html, body {
        --scaling: 0.8;
    }
}

 /* Courses Page */
.wrapper-circle {
    --time: 60s;
    --radius: 325px;
    white-space: nowrap;

}

.laptop {
    max-width: 450px;
    position: relative;
    top: 145px;
    z-index: 2;
}

.icons {
    display: inline-block;
    position: relative;
    font-size: 3rem !important;
    left:-45%;
    top:325px;
    width:0px;
    height:0px;
    transform: rotate(45deg) translateX(var(--radius)) rotate(-45deg);
    -webkit-animation: orbit var(--time) linear infinite; 
    -moz-animation: orbit var(--time) linear infinite; 
      -o-animation: orbit var(--time) linear infinite; 
         animation: orbit var(--time) linear infinite;

}

.svgicon {
    width: 3rem;
    height: 3rem;
}

.btow {
    filter: invert(100%);
}

.cookiejar {
    position: relative;
    z-index: 3;
}

.cookie {
    width: 3rem; 
    height: 3rem; 
    position: absolute; 
    float: right; 
    top: -2.25rem;
    right: 0;
}

.icon-1 {
    --angle: 0deg;
}

.icon-2 {
    --angle: 30deg;
}

.icon-3 {
    --angle: 60deg;
}

.icon-4 {
    --angle: 90deg;
}

.icon-5 {
    --angle: 120deg;
}

.icon-6 {
    --angle: 150deg;
}

.icon-7 {
    --angle: 180deg;
}

.icon-8 {
    --angle: 210deg;
}
.icon-9 {
    --angle: 240deg;
}
.icon-10 {
    --angle: 270deg;
}
.icon-11 {
    --angle: 300deg;
}
.icon-12 {
    --angle: 330deg;
}
.icon-13 {
    --angle: 360deg;
}

@-webkit-keyframes orbit {
	from { 	-webkit-transform: rotate(var(--angle)) translateX(var(--radius)) rotate(calc(0deg - var(--angle))); }
	to   {  transform: rotate(calc(360deg + var(--angle))) translateX(var(--radius)) rotate(calc(-360deg - var(--angle))); }
}

@keyframes orbit {
	from { 	-webkit-transform: rotate(var(--angle)) translateX(var(--radius)) rotate(calc(0deg - var(--angle))); }
	to   {  transform: rotate(calc(360deg + var(--angle))) translateX(var(--radius)) rotate(calc(-360deg - var(--angle))); }
}

 /* Courses-Adjustments for specific page-widths */
@media only screen and (max-width: 1400px) {
    .wrapper-circle {
        --radius: 300px;
    }

    .laptop {
        top: 145px;
    }

    .icons {
        font-size: 3rem !important;
        left:-55%;
        top: 275px;

    }

    .svgicon {
        width: 3rem;
        height: 3rem;
    }

}


@media only screen and (max-width: 1200px) {
    .wrapper-circle {
        --radius: 300px;
    }
    .icons {
        font-size: 2.5rem !important;
        left:-65%;
    }

    .laptop {
        position: relative;
        top: 145px;
    }

    .svgicon {
        width: 2.5rem;
        height: 2.5rem;
    }

}

@media only screen and (max-width: 992px) {
    .wrapper-circle {
        --radius: 250px;
    }
    .icons {
        font-size: 2rem !important;
        left:-65%;
        top: 200px
    }

    .laptop.de {
        top: 98px;
    }

    .laptop.en {
        top: 65px;
    }
    .svgicon {
        width: 2rem;
        height: 2rem;
    }
}


@media only screen and (max-width: 768px) {
    .wrapper-circle {
        --radius: 250px;
    }
    .icons {
        font-size: 2rem !important;
        left: -50%;
        top: 135px;

    }

    .laptop.en {
        top: 70px;
    }
    .laptop.de {
        top: 70px;
    }

    .svgicon {
        width: 2rem;
        height: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .wrapper-circle {
        --radius: min(55vw, 250px);
    }
    .icons {
        font-size: 2.25rem !important;
        left: -55%;
        top: min(155px, 55vw);
    }

    .laptop {
        top: 70px;   
    }

    .svgicon {
        width: 2.25rem;
        height: 2.25rem;
    }

    .typed-size{
        font-size: 2.2rem !important;
    }
}


    @media only screen and (max-width: 473px) {
        .wrapper-circle {
            --radius: min(55vw, 250px);
        }
        .icons {
            font-size: 8vw !important;
            left: -60vw;
            top: 40vw;
        }
    
        .laptop {
            top: 20vw;   
        }
    
        .svgicon {
            width: 8vw;
            height: 8vw;
        }

        .typed-size{
            font-size: 1.75rem;
        }
}


 /* Projects Page */
.svg-white {
    filter: invert(100%);
    height: 3rem;
    width: 3rem;
}

.comp-heading {
    font-size: 2rem;
}

.project-competence {
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 10px;
    background: rgb(223,39,131);
    background: linear-gradient(45deg, rgba(223,39,131,1) 0%, rgba(239,127,35,1) 100%);
}



 /* Trainings */
.trainings {
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);       
        background-color: #fff;
        border-radius: 1rem;
        overflow: hidden;
    }


.footer-head {
    font-size: 1.25rem;
    font-weight: bold;

}
 /* Kaggle-Energy-Forecast */
.carousel-caption {
    position: static;
}


.text-sm-summary {
    font-size: 0.6rem;
    color: #000 !important;
    text-decoration: none !important;
}



.hr{
    color: #FFFFFF
}

.summary-sm{
    font-size: 0.75rem;
    color: rgb(255 255 255 / 85%)
}

.summary-lg{
    font-size: 0.9rem;
    font-weight: 600;
    color: rgb(255 255 255 / 100%)
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23df2783'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
    color: #ef7f23;
}

.accordion-button:not(.collapsed) {
    color: black;
    background: rgba(33,37,41,1) !important;
    /* background: linear-gradient(45deg, rgba(223,39,131,1) 0%, rgba(239,127,35,1) 100%); */
    color: white;
    font-weight: 600;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    color: black;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(170 170 170 / 25%);
    border-color: #555555;

}

.accordion-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-left: solid;
    border-right: solid;
    border-left-color: rgba(0, 0, 0, 0.125);
    border-right-color: rgba(0, 0, 0, 0.125);
}

.carousel_electic{
    width:100%;
    max-height:535px;
    min-height:535px;
    margin-bottom: 30px;
}

.carousel-indicators {
position: relative;

}

#chart {
    max-width: 650px;
    margin: 35px auto;
  }
  .p-references {
    margin-bottom: 0.3rem;
  }

  /* LLM */ 
.highlight .kn {
    color: #008000;
    font-weight: bold;
}

.highlight .k {
    color: #080;
    font-weight: bold;
}

.highlight .nn {
    color: #0000FF;
    font-weight: bold;
}

.highlight .mi {
    color: #080;
}

.highlight .o {
    color: #666666;
}

.highlight .s2 {
    color: #BA2121;
}

.highlight .c1 {
    color: #3D7B7B;
    font-style: italic;
}


.highlight .ow {
    color: #aa22ff;
    font-weight: bold;
}

.highlight .se {
    color: #ba2121;
}

.highlight .sd {
    color: #ba2121;
}

.highlight .s1 {
    color: #ba2121;
}

.text-hr {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    width: 50%;
    margin: 10px auto;
    margin-left: 0;

    color: #444;
}

.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}

.text-hr::after {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.btn-circle {
    width: 10px;
    height: 10px;
    text-align: center;
    padding: 1px 0;
    font-size: 13px;
    border-radius: 15px;
  }

.btn-q {
    background-color: rgb(33,37,41);
    border-color:  rgb(33,37,41);

}

.quelle-icon {
    position: relative;
    top: -7px;
    left: -2.5px;
    color:white
}

.alert-heading {
    font-size: 1rem;
}

.ansi-blue-bg {
    background-color: rgba(239,127,35,0.5);

}

.ansi-black-intense-bg {
    background-color:  rgba(223,39,131,0.5);
}

.overflow-auto::-webkit-scrollbar {
    height: 6px; 
}

.overflow-auto::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px; 
}

.overflow-auto::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* LLaMA Tokenizer */
.container_Llama {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .tokenizer textarea {
    width: 100%;
    height: 200px;
    font-family: monospace;
  }
  
  .tokenized-text {
    display: flex;
    flex-wrap: wrap;
    font-family: monospace;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    line-height: 1.5;
    align-content: flex-start;
  }
  
  .tokenized-text span {
    padding: 0 0px;
    border-radius: 3px;
    margin-right: 0px;
    margin-bottom: 4px;
    display: inline-block;
    height: 1.5em;
  }
  
  .statistics {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .stat {
    text-align: center;
  }
  
  .links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
  }
  
.links a {
    margin-left: 10px;
  }
  
  :not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon td, :not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon th, :not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon tr {
    text-align: right;
}

.jp-RenderedHTMLCommon td, .jp-RenderedHTMLCommon th, .jp-RenderedHTMLCommon tr {
    vertical-align: middle;
    padding: 0.5em 0.5em;
    line-height: normal;
    white-space: normal;
    max-width: none;
    border: none;
}

.jp-RenderedHTMLCommon table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}
.jp-RenderedHTMLCommon thead {
    border-bottom: 1px solid #bdbdbd;
    vertical-align: bottom;
}

.jp-RenderedHTMLCommon tbody tr:nth-child(even) {
    background: #f5f5f5;
}
.jp-RenderedHTMLCommon tbody tr:nth-child(odd) {
    background: white;
}

.footer-icons{
    text-decoration: none;
    color:white
}

.footer-icons:hover{
    background: linear-gradient(0deg, rgba(223,39,131,1) 0%, rgba(239,127,35,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    background-clip: text;
    top:-0.25rem;
}

.enum {
    display: grid;
}

.gold {
    color: #ffd700
}
.silver {
    color: #c0c0c0 
}
.bronce {
    color: #bf8970
}


.code-block {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.code-block {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em !important;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    margin: 1em 0px;
}

