.header-background {
    /* background-image: url("../img/porsche-pdk-page/_DSC1421-bewerkt-2.jpg"); */
    display: none;
}


ul, li {
    list-style-type: disc;
}


h1 {
    color: black;
    font-weight: bold;
}


/* break for mobile */
@media (max-width: 768px) {
    .margin-breadcrumb {
        margin-top: 0px;
        padding-top: 160px;
    }
}


/* * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
}
 */
 .section-pdk-content {
    max-width: 1200px;
    width: 100%;
    /* align in the center */
    margin: 0 auto;
} 

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
}

.header_title-container {
    color: #292929;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
    height: 450px;
    user-select: none;
    width: 100%;
}

.header_title {
    font-size: 150px;
    font-weight: 700;
}

.header_subtitle {
    font-size: 75px;
    font-weight: 400;
}

.header_image {
    position: absolute;
    width: auto;
    height: 350px;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header_text {
    text-align: center;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 1.5;
    margin-top: 15px;
    max-width: 800px;
}

.header_readmore-link {
    color: #000;
    font-size: 16px;
    padding: 15px;
}

.header_readmore-link:hover {
    cursor: pointer;
    color: #c22026;
    user-select: none;
}

.section-1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 100px;
    margin-top: 100px;
}



.section-1_8hps-list li::marker {
    color: #c22026;
}

.section-1_8hps-list li b {
    color: #c22026;
}

.section-1_title-container {
    margin-bottom: 25px;
}

.controller_options-conclusion {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.controller_options-conclusion-text {
    text-align: center;
    max-width: 800px;
    padding: 20px 50px;
}


.grid-3by3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.finished-swaps {
    padding-top: 20px;
    padding-bottom: 50px;
}

.finished-swaps li {
    list-style: none;
    font-size: 16px;
    padding: 2px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

h1 {
    font-size: 30px;
    margin-bottom: 12px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

h4 {
    color: #c22026;
}

.content_block-1 {
    margin: 20px 0;
}


.content_block-1 p {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 1.3;
}

.content_block-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content_block-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content_block-3-img {
    height: 180px;
    width: 180px;
    object-fit: cover;
    object-position: center;
    
}

.content_block-3-content {
    display: flex;
    flex-direction: row;
    height: 120px;
}

.content_block-3-bar {
    border: 2px solid #c22026;
}

.content_block-3-text {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_block-3-text h5 {
    font-size: 16px;
}

.blocks-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-2 {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.section-3 {
    display: flex;
    justify-content: center;
}

.content_block-4 {
    margin: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    gap: 5px;
}

.content_block-4 h3 {
    font-size: 20px;
    color: #3f3f3f;
}

.content_block-4 p {
    text-align: center;
    font-size: 16px;
    padding: 0 100px;
    line-height: 20px;
    color: #5b5b5b;
}


.section-4 {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 25px;
    margin-bottom: 100px;
}

.section-4_left, .section-4_right {
    width: 50%;

}

.section-4_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.specs-container {
    border-left: 3px solid #c22026;
    margin-top: 25px;
}

.specs-list {
    padding-left: 35px;
}

.specs-list li {
    padding: 2px;
    padding-left: 15px;
}

.section-4_left-text {
    color: #3f3f3f;
    padding-top: 20px;
}

.section-5 {
    display: flex;
    flex-direction: column;
}

.section-5_top {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.section-5_left, .section-5_right {
    width: 50%;
}

.section-5_tl-text {
    font-size: 16px;
    color: #5b5b5b; 
    margin: 10px 0;
}

.section-5_bottom {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 5px;
}
.section-5_text-box {
    text-align: center;
    /* margin: 20px; */
    padding: 0 70px;
    padding-bottom: 25px;
}
.section-5_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-5_text-box-text {
    font-size: 14px;
    color: #5b5b5b;
}

.section-6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px;
    margin-bottom: 50px;
}

.section-6 img {
    height: auto;
    width: 40%;
    object-fit: cover;
}

.section-7 {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.section-7_right {
    width: 50%;
}

.section-8 {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-8_big-text {
    font-size: 50px;
    text-align: center;
    color: #292929;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 50px;
}

.section-8_content {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.section-8_left, .section-8_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.information-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 3px solid black;
    gap: 20px;
    padding: 5px 20px;
}

.section-8_img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-9 {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 50px;
}

.section-9_left, .section-9_right {
    width: 50%;
    line-height: 20px;
}

.section-9_left p , .section-9_right p {
    color: #5b5b5b;
}


.section-9_right  {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-10 {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
}

.section-10_img {
    height: 200px;
    width: 300px;
    object-fit: cover;
}

.section-11 {
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.section-11 .container {
    background-color: #fff;
    border-radius: 10px;
    max-width: 850px;
    width: 100%;
}

.section-11 h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #272727;
}

.section-11 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.section-11 th, .section-11 td {
    text-align: left;
    padding: 15px;
}

.section-11 th {
    font-weight: 600;
    /* background-color: #fafafa; */
    color: #c22026;
    border-bottom: 2px solid #000000;
}

.section-11 td {
    border-bottom: 1px solid #000000;
    color: #333;
}

.section-11 td:last-child {
    text-align: right;
}

.section-11 .highlight {
    font-weight: 600;
    color: #000;
}

.section-11 .note {
    font-size: 14px;
    color: #777;
    text-align: center;
}

.change-language_container {
   display: flex;
   justify-content: end;
}

.change-language_container a {
    padding: 10px;
}

.section-1_content-1, .section-2_content-1 {
    width: 50%;
}
.section-1_content-2, .section-2_content-2 {
    width: 50%;
}

.section-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* a nice box shadow */

}

.section-12 h1 {
    font-size: 50px;
    color: #292929;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
}

.section-12_small-text {
    text-align: center;
    max-width: 800px;
    margin-bottom: 50px;
}

.section-12_cards-container {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.section-12_normal, .section-12_mirrored {
    display: flex; 
    flex-direction: column;
    height: 400px;
    background-color: #fcfcfc;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}


.section-12_card-left img {
    height: 200px;
    object-fit: cover;
    object-position: center;
}

/* .section-12_card-left, .section-12_card-right {
    width: 50%;
} */



.section-12_card-right {
    display: flex;
    flex-direction: column;
    /* end   */
    padding: 10px 25px;

}

.section-12_card-right h2 {
    font-size: 25px;
    color: #292929;
    margin: 0;
}

.section-13 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
}

.section-13 p {
    max-width: 800px;
    padding: 10px;
    text-align: center;
}







.grid-3by3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.grid-item {
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;

}

.project-link {
    width: 100%;
    height: 100%;
}

.grid-item img {
    /* make the img fit propperly */
    object-fit: cover;
    height: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.grid-item .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.grid-item .overlay span {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: end;
    padding: 5px;
    text-shadow: 1px 1px 3px black;
}

.grid-item:hover img {
    transform: scale(1.05);
    filter: brightness(50%);
}

.grid-item:hover .overlay {
    opacity: 1;
}

.title {
    color: white;
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
}

.grid-item_btn {
    color: white;
    padding: 2px 12px;
    margin: 10px 15px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* underline */
    text-decoration: underline
}







/* only break tag for mobile */
@media (max-width: 768px) {

    .section-pdk-content {
        padding: 0 20px;
    }

    .header_title {
        font-size: 75px;
    }
    .header_subtitle {
        font-size: 40px;
    }
    .header_title-container {
        height: 55vw;
    
    }
    .header_image {
        width: 70%;
        height: auto;
    }

    .section-1 {
        flex-direction: column;
        gap: 50px;
    }

    .section-1_content-1, .section-1_content-2, .section-2_content-1, .section-2_content-2 {
        width: 100%;
    }

    .content_block-1 {
        margin: 30px 0;
    }

    .section-2 {
        flex-direction: column;
        gap: 0;
    }

    .content_block-4 {
        margin: 100px 0;
    }

    .content_block-4 p {
        padding: 0;
    }

    .section-4 {
        flex-direction: column;
    }

    .section-4_left, .section-4_right {
        width: 100%;
    }

    .specs-list {
        padding-left: 30px;
    }

    .specs-list li {
        padding-left: 5px;
    }

    .section-5_top {
        flex-direction: column;
        gap: 0;
    }
    .section-5_left {
        width: 100%;
    }
    .section-5_right {
        display: none;
    }
    .section-6 {
        padding: 50px 0;
    }
    .section-6 img {
        width: 100%;
    }

    .section-7 {
        flex-direction: column;
        gap: 25px;
    }

    .section-7_right {
        width: 100%;
    }
    


    .section-8_big-text {
        font-size: 30px;
        line-height: 30px;
    }

    .section-8_content {
        flex-direction: column-reverse;
    }
    .section-8_left, .section-8_right {
        width: 100%;
    }

    .section-9 {
        flex-direction: column;
    }
    .section-9_left, .section-9_right {
        width: 100%;
    }
    .section-10 {
        flex-direction: column;
        margin: 0px;
    }
    .section-10_img {
        width: 100%;
        height: 200px;
    }
    .section-11 {
        margin-top: 50px
    }

    .section-11_container {
        padding: 0;
    }
    .footer-are {
        height: 100%;
    }
}

.section-1 li {
    margin-left: 20px;
}

.img-gearbox {
    height: auto;
    /* make this img fit nice */
    width: 100%;
    object-fit: cover;

}



/* Container styling for section-14 */
.section-14 {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Heading styles */
  .section-14 h2 {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .section-14 h3 {
    font-size: 22px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  
  .section-14 h4 {
    font-size: 20px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  /* Paragraph and text styling */
  .section-14 p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  /* Image styling */
  .section-14_image {
    text-align: center;
    margin: 20px 0;
  }
  
  .section-14_image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  /* List styling for technological features */
  .section-14 ul {
    margin-left: 20px;
    list-style-type: disc;
  }
  
  .section-14 ul li {
    margin-bottom: 10px;
    color: #444;
  }
  
  /* Responsive design */
  @media (max-width: 768px) {
    .section-14 {
      width: 95%;
      padding: 15px;
    }
  
    .section-14 h2 {
      font-size: 24px;
    }
  
    .section-14 h3 {
      font-size: 20px;
    }
  
    .section-14 h4 {
      font-size: 18px;
    }
  
    .section-14 p {
      font-size: 14px;
    }
  }
  