* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}

body{
    background-color: #f8f3f3;
}

p {
    font-size: 20px;
}

h2 {
    font-size: 32px;
}

.team_info_section{
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;
}

header {
    min-height: 50vh;
    background-image: url("../images/stadium-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

header h1 {
    background: none;
    font-size: 50px;
    margin-bottom: 30px;
}

.random-button {
    background-color: rgb(31, 219, 112, 0.9);
    border: none;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 500;
    color: white;
}

.filtervalue {
    display: flex;
    flex-direction: column;
}

.button:hover {
    transition: 0.3s;
}

.ticket-button {
    background-color: rgb(31, 219, 112, 0.9);
    padding: 10px 15px;
    text-decoration: unset;
    font-size: 18px;
    color: white;
}

.ticket-button:hover {
    background-color: rgb(36, 229, 122, 0.9);
}

.club-buttons {
    display: flex;
    gap: 30px;
}

.filter-button {
    background-color: white;
    border: none;
    font-size: 18px;
    padding: 8px 35px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 500;
    color: rgb(31, 219, 112, 0.9);
    border: 3px solid rgb(31, 219, 112, 0.9);
}

.filter-button:hover {
    background-color: #f0f0f0;
}

.back-button {
    background-color: white;
    padding: 10px 15px;
    text-decoration: unset;
    font-size: 18px;
}

.back-button:hover {
    background-color: #f0f0f0;
}

.back-button:focus {
    color: green;
}

.random-button:hover {
    background-color: rgb(31, 219, 112);
    transition: 0.3s;
}

.home-section-1 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    width: 80%;
    align-items: center;
    margin: auto;
    gap: 50px;
}

.home-section-1 img {
    width: 500px;
    height: auto;
    position: relative;
}

.club-page-header {
    min-height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.eredivisie-map{
    background-image: url("../images/Kaart-nederland.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
    min-width: 600px;
    position: relative;
}

.btn-1{
    position: absolute;
    top: 420px;
    left: 240px;
}

.btn-2{
    position: absolute;
    top: 660px;
    left: 320px;
}

.btn-3{
    position: absolute;
    top: 550px;
    left: 190px;
    z-index: 4;
}

.btn-4{
    position: absolute;
    top: 350px;
    left: 210px;
}

.btn-5{
    position: absolute;
    top: 460px;
    left: 540px;
}

.btn-6{
    position: absolute;
    top: 500px;
    left: 280px;
}

.btn-7{
    position: absolute;
    top: 530px;
    left: 390px;
}

.btn-8{
    position: absolute;
    top: 550px;
    left: 160px;
    z-index: 3;
}

.btn-9{
    position: absolute;
    top: 280px;
    left: 405px;
}

.btn-10{
    position: absolute;
    top: 450px;
    left: 440px;
}

.btn-11{
    position: absolute;
    top: 606px;
    left: 280px;
}

.btn-12{
    position: absolute;
    top: 564px;
    left: 370px;
}

.btn-13{
    position: absolute;
    top: 430px;
    left: 500px;
}

.btn-14{
    position: absolute;
    top: 400px;
    left: 420px;
}

.btn-15{
    position: absolute;
    top: 530px;
    left: 175px;
    z-index: 2;
}

.btn-16{
    position: absolute;
    top: 380px;
    left: 245px;
}

.btn-17{
    position: absolute;
    top: 750px;
    left: 395px;
}

.btn-18{
    position: absolute;
    top: 427px;
    left: 300px;
}

.rotterdam-button{
    position: absolute;
    top: 532px;
    left: 157px;
    z-index: 9;
    background-color: unset;
    border: none;
    cursor: pointer;
}

.rotterdam-button::before {
    content: "";
    background-image: url("../images/magnifier-icon.svg");
    position: absolute;
    left: 3.5px;
    top: 3.9px;
    width: 12px;
    height: 12px;
}

.rotterdam-button:hover :is(circle, path) {
    fill: green !important;
    transition: 0.3s;
}

.eredivisie-btn{
    border: none;
    background-color: transparent;
    max-width: 24px;
    max-height: 24px;
    cursor: pointer;
}

.eredivisie-btn:hover :is(circle, path) {
    fill: #006400 !important;
    transition: 0.5s;
}

.filter-bar {
    background-color: #ffffff; /* Achtergrondkleur van de filterbalk */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); /* Lichte box shadow */
    padding: 20px 5px; 
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 250px;
    align-items: center;
}

.filter-bar h3 {
    margin-bottom: 10px;
}

footer {
    background-color: green;
    padding: 20px;
    text-align: center;
    color: white;
    font-weight: 500;
  }

  .club-section-1 {
    padding: 100px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #F0FFF0;
    align-items: center;
  }

  .stadion-info {
    width: 25vw;
    text-align: center;
    background-color: white;
    padding-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }

  .stadion-info img {
    width: 100%;
    height: 250px;
    background-size: cover;
    padding-bottom: 10px;

  }

  .team-informatie {
    padding-right: 100px;
    width: 60vw;
  }

  .team-informatie p {
    font-size: 14px !important;
  }

  .team-rank {
    color: black;
    margin-top: 20px;
    display: flex;
    gap: 10px;
  }

  .modal {
    display: none;
    position: fixed; 
    z-index: 6; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid black;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  /* The Close Button */
  .close {
    display: none;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .veldClub {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
  }

  .veldClub:last-child {
    border: none;
  }

  .veldClub img {
    height: auto;
    width: 70px;
  }

  .veldClub a {
    text-decoration: unset;
    color: green;
  }

  #tekstveldTekst {
    position: absolute;
    top: calc(112px + 20px);
    left: -285px;
    z-index: 3; 
}

@media (max-width: 1100px) {

    *:not(button, .slider) {
        overflow-x: hidden;
    }

    .home-section-1 {
        display: flex;
        flex-direction: column;
        padding: 100px 50px;
        width: 100%;
        align-items: center;
        margin: auto;
        gap: 50px;
    }

    .home-section-1 .col-2 {
        overflow-x: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    }
    
    .home-section-1 img {
        width: 500px;
        height: auto;
        position: relative;
    }

    .filter-bar {
        gap: 50px;
        display: flex;
    }

    .buttons-filter button {
        /* width: 20vw;  */
        font-size: 18px;
    }

    .buttons-filter button:first-child {
        margin-bottom: 5px;
    }

    header h1 {
        background: none;
        font-size: 40px;
        text-align: center;
    }

    .team-informatie {
        width: 100%;
        padding-right: unset;
    }

    .club-section-1 {
        flex-direction: column;
        text-align: center;
        padding-top: 80px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 80px;
    }

    .stadion-info {
        width: 70%;
        margin-bottom: 30px;
    }

    .team-rank {
        justify-content: center
    }

    .home-section-1 h2 {
        text-align: center !important;;
    }

    .home-section-1 p {
        text-align: center !important;
    }
}

@media (max-width: 600px) {
    .home-section-1 {
        gap: unset;
    }

    .club-section-1 {
        flex-direction: column;
        text-align: center;
        padding-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .stadion-info {
        width: 90%;
        margin-bottom: 30px;
    }

    .rotterdam-button {
        display: none;
    }

    .filter-bar {
        display: block;
    }

    .buttons-filter {
        margin-top: 30px;
    }
}
