html { font-size: 1.25rem; 
    background-color: #11263B;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: #11263B;
    color: #ffffff;
    background-image: url(assets/img/background.png);
    background-size: cover;
    line-height: 1.4;
    
}

a {
    color:#E4F82F;
}

.page {
    padding: 96px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 32px;
    background-color: rgba(14, 31, 47, 0.98);
    position:fixed;
    width:100%;
    box-sizing: border-box;
}

.flex{
    display: flex;
  
}
.flex-right{
    justify-content: flex-end;
}
.flex-top {
    align-items: flex-start!important;
    
}
.flex-start{
    justify-content: flex-start!important;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 32px;
    height: 32px;
}

.author-name {
    font-family: "Poppins";
    color: white;
    font-weight:800;
    font-size: 16px;
    margin-left: 10px;
}

nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    font-family: "Poppins";
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight:400;
    transition: color 0.3s ease;
}

nav ul li.active a {
    color: #ff0;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

nav ul li.active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ff0;
    margin-top: 4px;
}

nav ul li a:hover {
    color: #ff0;
}

.logo a{
    text-decoration: none!important;
    display:contents;
}

/* Burger-Menü */
.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger-menu .bar {
    width: 24px;
    height: 3px;
    background-color: white;
    margin: 2px 0;
    transition: 0.3s;
}




.container {
    max-width: 1800px;
    margin: auto;
    padding-bottom: 3em;
}
.intro, .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content {
    width: 100%;
}

.content h2.about-me-headline{
    color:#0AF1FF;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.about-me-title-div{
    width:50%;
}

.about-me-expertise {
    margin-bottom: 3em;
}

.about-me-expertise p {
    margin-top: 0.5em;
}
.intro img:not(.signatur), .content img {
    width: 100%;
    min-width: 320px;
    margin-bottom:-10em;
}

.signatur-container {
    width: 100%;
    text-align: right;
}

.signatur {
    height: 38px;
    width: 279px;
    margin-bottom: 0;
    margin-top: 1em;
    text-align: right;
}

.width-40 {
    width: 40%;
}
.width-50 {
    width: 50%;
}
.width-60{
    width: 60%;
}

.width-100{
    width: 100%;
}

.top-margin-0 {
    margin-top: 0;
    hyphens: auto;
}


span.highlighted {
    color:#E4F82F;
    font-style: italic;
}
span.dimmed {
    opacity: 0.5;
}


.book-title {
    max-width: 560px;
}
.title {
    color:#E4F82F;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 6rem;
    line-height: 0.8;
    text-transform: uppercase;
    margin-bottom: 0px;

}

.intro .title {
    hyphens: auto;
}

.subline {
    
    font-family: "Roboto", sans-serif;
    font-weight:500;
    font-size: 2rem;
    line-height: 1.2;
    text-align: right;
    margin-top: 16px;

}

.quote-box p{
    color:#0AF1FF;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 3rem;
    line-height: 1.2;
    
}

.padded {
    margin-top:5em;
    margin-bottom:5em;
}

.quote-box.centered{
    text-align: center;
}

.quote-box.large p{
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
}


.quote-box.medium p{
    font-size: 2rem;
    line-height: 1.2;
}

.quote-box span{
    color: #FFF;
    font-family: "Roboto";
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.book-teaser{
    margin-top:3em;
}

.book-teaser.small{
    max-width: 640px;
    width: 100%;
    margin-top: 0em;
    margin-bottom: 6em;
}

.book-teaser.small .link-group {
    display: inline-grid;
}

.book-teaser p{
    font-family: "Roboto";
    font-size: 1.2rem;
}

.book-teaser span{
    color:#E4F82F;
    font-weight: 700;
}

.link-group{
    display:flex;
    gap: 1em;
    
    
}

.link-button.outline {
    border-color: #0AF1FF;
    border-width: 4px;
    border-style: solid;
    padding: 16px;
    border-radius: 40px;
    color:#0AF1FF;
    text-decoration: none;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: block;
}

.link-button.outline:hover {
    border-color: #0AF1FF;
    background-color: #0AF1FF;
    color:#11263B;
    
}

footer {
    background-color: rgba(14, 31, 47, 0.98);
    color: #fff;
    padding: 40px;
    font-family: "Poppins";
}

.footer-content {
    max-width: 1200px;
    margin: auto;
}

.footer-info {
    display: flex;
    align-items: flex-start;
}

.footer-info img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    
    padding: 5px;
    margin-right: 15px;
}

.footer-text {
    max-width: 600px;
}

.footer-text strong {
    font-size: 16px;
    display: block;
}

footer strong {
    color: #fff !important
}

.footer-text p {
    font-size: 12px;
    line-height: 1.5;
    margin: 5px 0;
    color: rgba(255, 255, 255, 0.5);
}

hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 20px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-nav a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #ff0;
}

/* Responsive Design */
@media (max-width: 960px) {

    html, body{
        font-size: 14px;
        max-width: 100%;
    }

    header {
        padding: 16px 16px;
    }

    .page{
        padding: 48px;
    }

    .intro, .content {
        flex-direction: column;
        
    }
    .intro .image {
        order: -1;
        width: 100%;
    }

    .content .image {
        order: -1;
        width: 100%;
    }

    .intro img:not(.signatur) {
        margin-bottom:-8em;
    }

    .content img {
        margin-bottom:-6em;
    }

    .text, .content img {
        width: 100%;
    }

    .title {
        font-size: 4rem;
    }
    .subline {
        font-size: 1.6rem;
    }

    .quote-box.medium p{
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .about-me-title-div{
        width:100%;
    }

    .footer-info {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .footer-text {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-nav {
        margin-top: 10px;
    }

    .footer-nav a {
        margin-left: 0;
        display: block;
        margin-top: 5px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 64px;
        right: 0;
        background-color: rgba(14, 31, 47, 0.98);
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
    }

    .burger-menu {
        display: flex;
    }

    .image.flex-right {
        justify-content: inherit ;
    }
}