* {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border: 1px solid black;
    width: 300px;
    border-radius: 20px;
}

#popup p {
    text-align: center;
    color: black;
    margin-bottom: 10px;
}

#popup .popupcookie {
    text-align: center;
}

#popup .popupcookie button {
    background-color: rgb(29, 29, 70);
    color: white;
    width: 100px;
    height: 30px;
    border-radius: 5px;
}


/* ------ Navigation ------*/

body {
    background-color: rgb(29, 29, 70);
    color: white;
    margin: 0px;
}

#navigation {
    background-color: rgb(0, 0, 10);
    text-align: center;
}

#navigation img {
    width: 120px;
    float: left;
    margin-left: 10%;
    padding: 10px;
}

#navigation ul {
    margin-left: 45%;
}

#navigation li {
    display: inline-block;
    margin: 25px 0px 10px 10px;
    font-size: 24px;
    padding: 1px;
}

#trans {
    margin-left: 20px;
}

.translate_button {
    font-size: 16px;
    margin-left: 0px
}

#trans a {
    cursor: pointer;
}

#navigation a:hover {
    /* --background-color: rgb(255, 255, 255);
    color: red;
    border-radius: 5px;--*/
    text-decoration: underline red;
}

#navigation::after {
    content: "";
    display: block;
    clear: both;
}

/* ------ Header ------*/

header {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.2)),
    url(/img/bald.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 500px;
}

#header .header_top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

#header .header_logo {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
}

#div_img {
    height: 90%;
}

#div_p {
    height: 10%;
}

#header .header_logo img {
    width: 450px;
}

#header .header_logo p {
    font-size: 26px;
}

#header .header_foto {
    width: 50%;
    text-align: center;
    padding-right: 10%;
}

#header .header_foto img {
    width: 250px;
    border-radius: 50%;
    border: 5px solid white;
    background-color: rgb(29, 29, 70);
}

#header::after {
    content: "";
    display: block;
    clear: both;
}

/* ------ Main ------*/



/* ------ Main About ------*/

#aboutjump {
    background-color: rgb(0, 0, 30);
}

#aboutjump .about_überschrift {
    text-align: center;
    padding-top: 40px;
}

#aboutjump .about_überschrift h1{
    text-decoration: underline red;
}

#aboutjump .about_main {
    margin-top: 40px;
}

#aboutjump .aboutfoto img {
    width: 270px;
    border-radius: 20px;
    border: 5px solid white;
    background-color: rgb(29, 29, 70);
}

#aboutjump .aboutfoto {
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 120px;
    margin-bottom: 40px;
}

#aboutjump .abouttext {
    float: right;
    width: 50%;
    text-align: center;
    padding-right: 120px;

}

#aboutjump .abouttext p {
    padding: 40px 40px 30px 40px;
    text-align: left;
}

#aboutjump .about_main::after {
    content: "";
    display: block;
    clear: both;
}

#aboutjump .about_home {
    text-align: right;
    
}

#aboutjump .about_home img{
    width: 50px;
    margin-right: 40px;
}

#about_home {
    text-align: right;
    position: sticky;
    top: 5px;
}

#about_home img{
    width: 40px;
    margin-right: 40px;
}

/* ------ Main Skills ------*/

#skillsjump .skills_überschrift {
    text-align: center;
    padding-top: 0px;
}

#skillsjump .skills_überschrift h1 {
    text-decoration: underline red;
}

#skillsjump .skills_liste {
    margin-top: 20px;
    text-align: center;
}

#text-3 {
    margin: 0px 270px 0px 270px;
}

#skillsjump .skill_fortschritt {
    margin-bottom: 40px;
}

#skillsjump .skill_fortschritt .skill_python {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}

#skillsjump .skill_fortschritt .skill_python img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#skillsjump .skill_fortschritt .skill_python p {
    margin-right: 20px;
}

.python_container {
    width: 200px;
    height: 20px;
    border: 1px solid #ffffff;
    position: relative;
    border-radius: 10px;
}
.fillpy {
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, blue 40%, yellow 60%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.labelpy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#skillsjump .skill_fortschritt .skill_html {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}

#skillsjump .skill_fortschritt .skill_html img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#skillsjump .skill_fortschritt .skill_html p {
    margin-right: 20px;
}

.html_container {
    width: 200px;
    height: 20px;
    border: 2px solid #ffffff;
    position: relative;
    border-radius: 10px;
}
.fillhtml {
    width: 0;
    height: 100%;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.labelhtml {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#skillsjump .skill_fortschritt .skill_css {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}

#skillsjump .skill_fortschritt .skill_css img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#skillsjump .skill_fortschritt .skill_css p {
    margin-right: 20px;
}

.css_container {
    width: 200px;
    height: 20px;
    border: 1px solid #ffffff;
    position: relative;
    border-radius: 10px;
}
.fillcss {
    width: 0;
    height: 100%;
    background-color: blue;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.labelcss {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#skillsjump .skill_fortschritt .skill_js {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}

#skillsjump .skill_fortschritt .skill_js img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#skillsjump .skill_fortschritt .skill_js p {
    margin-right: 20px;
}

.js_container {
    width: 200px;
    height: 20px;
    border: 1px solid #ffffff;
    position: relative;
    border-radius: 10px;
}
.filljs {
    width: 0;
    height: 100%;
    background-color: yellow;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.labeljs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


#zertifikate_link {
    text-align: center;
    margin-bottom: 40px;
}

#zertifikate_link a {
    padding: 5px;
    background-color: rgb(105, 0, 204);
    border: 5px solid rgb(105, 0, 204);
    border-radius: 15px;
}

#zertifikate_link a:hover {
    background-color: rgb(29, 29, 70);
}


/* ------ Main Portfolio ------*/

#portfoliojump {
    background-color: rgb(0, 0, 25);
    padding-bottom: 40px;
}

#portfoliojump .portfolio_überschrift {
    text-align: center;
    padding-top: 40px;
}

#portfoliojump .portfolio_überschrift h1 {
    text-decoration: underline red;
}

#portfoliojump .portfolio_liste{
    margin-top: 20px;
    text-align: center;
}

#portfoliojump .portfolio_liste p {
    margin-top: 20px;
    margin: 0px 270px 0px 270px;
}

#portfoliojump .portfolio_liste img {
    margin-top: 40px;
    height: 300px;
    text-align: center;
}

#other_websites a:hover {
    color: red;
}

#other a:hover {
    color: red;
}


#portfoliojump .portfolio_home {
    text-align: right;
}

#portfoliojump .portfolio_home img{
    width: 50px;
    margin-right: 40px;
}

#portfolio_menu {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

#portfolio_menu a {
    padding: 5px;
    background-color: rgb(105, 0, 204);
    border: 5px solid rgb(105, 0, 204);
    border-radius: 15px;
    margin-left: 10px;
}

#portfolio_menu a:hover {
    background-color: rgb(0, 0, 25);
    cursor: pointer;
    color: white;
}

#other_websites {
    display: block;
}

#other_projects {
    display: none;
}

#other {
    display: none;
}

.other_1 {
    float: left;
    width: 50%;
    margin-left: 25%;
}

.divOther img {
    height: 100%;
}

.otherNext {
    float: right;
    width: 25%;
}

.otherNext button {
    margin-left: 50%;
    background-color: rgb(25, 0, 94);
    border: 5px solid rgb(25, 0, 94);
    padding: 5px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.otherNext button:hover {
    background-color: rgb(0, 0, 25);
    color: white;
}

#other::after {
    content: "";
    display: block;
    clear: both;
}

.divprojekts {
    float: left;
    width: 50%;
    margin-left: 25%;
}

.projektdiv img {
    height: 100%;
}

.projektNext {
    float: right;
    width: 25%;
}

.projektNext button {
    margin-left: 50%;
    background-color: rgb(25, 0, 94);
    border: 5px solid rgb(25, 0, 94);
    padding: 5px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.projektNext button:hover {
    background-color: rgb(0, 0, 25);
    color: white;
}

#other_projects::after {
    content: "";
    display: block;
    clear: both;
}



/* ------ Main Contact ------*/

#contactjump .contact_überschrift {
    text-align: center;
    padding-top: 40px;
}

#contactjump .contact_überschrift h1 {
    text-decoration: underline red;
}

#contactjump .contact_liste{
    margin-top: 20px;
    text-align: center;
}

#contactjump .contact_liste p {
    margin: 0px 270px 40px 270px;
}

#contact_div {
    text-align: center;
}

#contact_div img {
    width: 100px;
}

/* ------ Footer ------*/

#footer {
    background-color: rgb(0, 0, 10);
    text-align: center;
}

#footer .logo_footer img {
    height: 85px;
    margin-top: 20px;
    animation: rotate 10s linear infinite; 
}

#footer .menu li {
    display: inline-block;
}

#footer .menu a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    padding: 20px;
}

#footer .menu a:hover {
    color: white;
}

#footer .copyright p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    padding: 10px;
}

#toggle-button {
    display: none;
}

label[for="toggle-button"] {
    display: none;
}

label[for="toggle-button"] span {
    font-size: 30px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg); /* Startposition (0 Grad) */
    }
    to {
        transform: rotate(360deg); /* Endposition (360 Grad) */
    }
}

/* ------ Responsive 920px ------*/


@media(max-width: 920px) {

    /* ------ Navigation ------*/

    body {
        background-color: rgb(29, 29, 70);
        color: white;
        margin: 0px;
    }

    /* ------ Header ------*/

    header {
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.2)),
        url(/img/bald.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 420px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #header .header_top {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 500px;
    }
    
    #header .header_logo {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 10%;
    }
    
    #div_img {
        height: 90%;
    }
    
    #div_p {
        height: 10%;
    }
    
    #header .header_logo img {
        width: 450px;
    }
    
    #header .header_logo p {
        font-size: 26px;
    }
    
    #header .header_foto {
        display: none;
    }
    
    #header .header_foto img {
        width: 250px;
        border-radius: 50%;
        border: 5px solid white;
        background-color: rgb(29, 29, 70);
    }
    
    #header::after {
        content: "";
        display: block;
        clear: both;
    }
    

    /* ------ Main About ------*/

    #aboutjump {
        background-color: rgb(0, 0, 30);
    }

    #aboutjump .about_überschrift {
        text-align: center;
        padding-top: 20px;
    }

    #aboutjump .about_überschrift h1{
        text-decoration: underline red;
    }

    #aboutjump .about_main {
        margin-top: 40px;
    }

    #aboutjump .aboutfoto img {
        width: 270px;
        border-radius: 20px;
        border: 5px solid white;
    }

    #aboutjump .aboutfoto {
        clear: both;
        width: 100%;
        text-align: center;
        padding-left: 0px;

    }

    #aboutjump .abouttext {
        clear: both;
        width: 100%;
        text-align: center;
        padding-right: 20px;

    }

    #aboutjump .abouttext p {
        padding: 40px 40px 30px 40px;
        text-align: center;
    }

    #text-2 {
        margin: 0% 20% 0% 20%;
    }

    #aboutjump .about_main::after {
        content: "";
        display: block;
        clear: both;
    }

    #aboutjump .about_home {
        text-align: right;
    }

    #aboutjump .about_home img{
        display: none;
    }

    /* ------ Main Skills ------*/

    #skillsjump .skills_überschrift {
        text-align: center;
        padding-top: 20px;
    }

    #skillsjump .skills_überschrift h1 {
        text-decoration: underline red;
    }

    #skillsjump .skills_liste {
        margin-top: 20px;
        text-align: center;
    }

    #skillsjump .skills_liste p {
        padding: 0px 20px 0px 20px;
    }

    #text-3 {
        margin: 0% 20% 0% 20%;
    }

    #skillsjump .skills_liste img {
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
        width: 90%;
    }

    #skillsjump .skills_home {
        text-align: right;
    }

    #skillsjump .skills_home img{
        display: none;
    }

    /* ------ Main Portfolio ------*/

    #portfoliojump {
        background-color: rgb(0, 0, 25);
    }

    #portfoliojump .portfolio_überschrift {
        text-align: center;
        padding-top: 20px;
    }

    #portfoliojump .portfolio_überschrift h1 {
        text-decoration: underline red;
    }

    #portfoliojump .portfolio_liste{
        margin-top: 20px;
        text-align: center;
    }

    #portfoliojump .portfolio_liste p {
        padding: 0px 20px 0px 20px;
    }

    #text-4 {
        margin: 0% 20% 0% 20%;
    }

    #portfoliojump .portfolio_liste img {
        margin-top: 40px;
        height: 300px;
        text-align: center;
    }

    #portfoliojump .portfolio_liste .projekt_1 .link_1 {
        margin-bottom: 20px;
    }

    #portfoliojump .portfolio_liste a:hover {
        color: red;
    }

    #portfoliojump .portfolio_home {
        text-align: right;
    }

    #portfoliojump .portfolio_home img{
        display: none;
    }

    .divOther img {
        width: 100%;
    }

    /* ------ Main Contact ------*/

    #contactjump .contact_überschrift {
        text-align: center;
        padding-top: 20px;
    }

    #contactjump .contact_überschrift h1 {
        text-decoration: underline red;
    }

    #contactjump .contact_liste{
        margin-top: 20px;
        text-align: center;
    }

    #contactjump .contact_liste p {
        margin: 0px;
        padding: 0px 20px 0px 20px;
    }

    #about_home {
        display: none;
    }
}

/* ------ Responsive 745px ------*/

@media(max-width: 745px) {

    #navigation ul {
        margin-left: 25%;
    }
}

/* ------ Responsive 585px ------*/

@media(max-width: 585px) {

    /* ------ Navigation ------*/

    body {
        background-color: rgb(29, 29, 70);
        color: white;
        margin: 0px;
    }
    
    #navigation {
        background-color: rgba(0, 0, 20, 1);
        text-align: right;
        margin-right: 0px;
        position: sticky;
        top: 0px;
    }

    .material-symbols-outlined {
        margin-right: 20px;
    }
    
    #navigation img {
        display: none;
    }
    
    label[for="toggle-button"] {
        display: block;
    }

    nav ul {
        display: none;
        flex-direction: column;
    }

    nav ul li {
        padding: 7px 5px;
    }

    #toggle-button:checked ~ ul {
        display: flex;
    }

    #footer .menu li {
        display: inline-block;
        width: 33%;
        padding: 5px 0px;
    }

}

/* ------ Responsive 480px ------*/


@media(max-width: 480px) {

    /* ------ Navigation ------*/

    body {
        background-color: rgb(29, 29, 70);
        color: white;
        margin: 0px;
    }
    
    #navigation {
        background-color: rgba(0, 0, 20, 1);
        text-align: right;
        margin-right: 0px;
        position: sticky;
        top: 0px;
    }

    .material-symbols-outlined {
        margin-right: 20px;
    }
    
    #navigation img {
        display: none;
    }

    #navigation ul {
        margin-left: 0%;
        margin-right: 5%;
    }
    
    label[for="toggle-button"] {
        display: block;
    }

    nav ul {
        display: none;
        flex-direction: column;
    }

    nav ul li {
        padding: 7px 5px;
    }

    #toggle-button:checked ~ ul {
        display: flex;
    }

    #footer .menu li {
        display: inline-block;
        width: 33%;
        padding: 5px 0px;
    }

    /* ------ Header ------*/

    header {
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.2)),
        url(/img/bald.jpg);
        background-repeat: repeat;
        background-size: 100%;
        height: 300px;
    }

    #header .header_top {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
    }
    
    #header .header_logo {
        width: 100%;
        text-align: center;
        padding-left: 0%;
    }
    
    #div_img {
        height: 90%;
    }
    
    #div_p {
        height: 10%;
    }
    
    #header .header_logo img {
        width: 250px;
    }
    
    #header .header_logo p {
        font-size: 20px;
    }
    
    #header .header_foto {
        display: none;
    }
    
    #header::after {
        content: "";
        display: block;
        clear: both;
    }
    

    /* ------ Main About ------*/

    #aboutjump {
        background-color: rgb(0, 0, 30);
    }

    #aboutjump .about_überschrift {
        text-align: center;
        padding-top: 20px;
    }

    #aboutjump .about_überschrift h1{
        text-decoration: underline red;
    }

    #aboutjump .about_main {
        margin-top: 40px;
    }

    #aboutjump .aboutfoto img {
        width: 270px;
        border-radius: 20px;
        border: 5px solid white;
    }

    #aboutjump .aboutfoto {
        clear: both;
        width: 100%;
        text-align: center;
        padding-left: 0px;

    }

    #aboutjump .abouttext {
        clear: both;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0px;
    }

    #text-2 {
        margin: 0px;
    }

    #aboutjump .abouttext p {
        padding: 40px 40px 30px 40px;
        text-align: center;
    }

    #aboutjump .about_main::after {
        content: "";
        display: block;
        clear: both;
    }

    #aboutjump .about_home {
        text-align: right;
    }

    #aboutjump .about_home img{
        display: none;
    }

    /* ------ Main Skills ------*/

    #skillsjump .skills_überschrift {
        text-align: center;
        padding-top: 20px;
    }

    #skillsjump .skills_überschrift h1 {
        text-decoration: underline red;
    }

    #skillsjump .skills_liste {
        margin-top: 20px;
        text-align: center;
    }

    #skillsjump .skills_liste p {
        margin: 0px;
        padding: 0px 20px 0px 20px;
    }



    #skillsjump .skills_liste img {
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
        width: 90%;
    }

    #skillsjump .skills_home {
        text-align: right;
    }

    #skillsjump .skills_home img{
        display: none;
    }

    /* ------ Main Portfolio ------*/

    #portfoliojump {
        background-color: rgb(0, 0, 25);
    }

    #portfoliojump .portfolio_überschrift {
        text-align: center;
        padding-top: 20px;
    }

    #portfoliojump .portfolio_überschrift h1 {
        text-decoration: underline red;
    }

    #portfoliojump .portfolio_liste{
        margin-top: 20px;
        text-align: center;
    }

    #portfoliojump .portfolio_liste p {
        margin: 0px;
        padding: 0px 20px 0px 20px;
    }

    #portfoliojump .portfolio_liste img {
        margin-top: 40px;
        height: 300px;
        text-align: center;
    }

    #portfoliojump .portfolio_liste .projekt_1 .link_1 {
        margin-bottom: 20px;
    }

    #portfoliojump .portfolio_liste a:hover {
        color: red;
    }

    #portfoliojump .portfolio_home {
        text-align: right;
    }

    #portfoliojump .portfolio_home img{
        display: none;
    }

    .projektdiv img{
        width: 90%;
    }
    
    .divOther img {
        width: 100%;
    }

    /* ------ Main Contact ------*/

    #contactjump .contact_überschrift {
        text-align: center;
        padding-top: 20px;
    }

    #contactjump .contact_überschrift h1 {
        text-decoration: underline red;
    }

    #contactjump .contact_liste{
        margin-top: 20px;
        text-align: center;
    }

    #contactjump .contact_liste p {
        margin: 0px;
        padding: 0px 20px 0px 20px;
    }

    #about_home {
        display: none;
    }
}