@font-face {
    font-family: 'Rethink Sans';
    src: url('../fonts/RethinkSans-Regular.woff2') format('woff2'),
         url('../fonts/RethinkSans-Regular.woff') format('woff'),
         url('../fonts/RethinkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend Deca';
    src: url('../fonts/LexendDeca-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary: #f9b224;
    --secondary: #ffffff;
    --primary-font: 'Rethink Sans', sans-serif;
    --secondary-font: 'Lexend Deca', sans-serif;
}
::selection {
    background: var(--primary);
}
.cookie-banner p::selection {
    color: #000000;
}
.first-button span::selection {
    color: #000000;
}
nav a::selection {
    color: #000000;
}
.language-dropdown button::selection {
    color: #000000;
}

.footer-container a::selection {
    color: #000000;
}
.footer-container p::selection {
    color: #000000;
}
.footer-container span::selection {
    background: var(--primary);
    color: #000000;
}
.social-media-footer img::selection {
    background: #347eff;
}
.rogue::selection {
    background: var(--primary);
    color: #000000;
}
.copyright::selection {
    color: #000000;
}
.copyright p::selection {
    color: #000000;
}
body {
    background: #ffffff;
    color: #fff;
    font-family:  'Lexend Deca', sans-serif;
}

.cookie-banner {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    font-size: 0.8rem;
    font-family: var(--primary-font);
}
#cookieConsent {
    width: 40%;
    padding: 2%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    align-items: center;
    background-color: #222;
    border-radius: 30px;
    color: #e6e5e5;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);;
}
#cookieConsent p{
    margin: 0;
    padding: 0;
    padding: 2%;
}
#cookieConsent .cookie-adminoptions {
    width: 100%;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 1%;
}
#cookieConsent .cookie-adminoptions .check {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 3%;
}
#cookieConsent .cookie-adminoptions .check .zero-button {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    background-color: #353535;
    border-radius: 30px;
  
}
#cookieConsent .cookie-adminoptions .check .first-button {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    background-color: #353535;
    border-radius: 30px;
  
}
#cookieConsent .cookie-adminoptions .check .second-button {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    background-color: #353535;
    border-radius: 30px;
}
#cookieConsent .cookie-adminoptions .check .third-button {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    background-color: #353535;
    border-radius: 30px;
}
#cookieConsent .cookie-adminoptions .check .zero-button span {
    padding: 0 3%;
}
#cookieConsent .cookie-adminoptions .check .first-button span {
    padding: 0 3%;
}
#cookieConsent .cookie-adminoptions .check .second-button span {
    padding: 0 3%;
}
#cookieConsent .cookie-adminoptions .check .third-button span {
    padding: 0 3%;
}

#cookieConsent .cookie-adminoptions .check .o-button {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--primary);
    width: 50px;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s;
    margin: 2%;
    padding-right: 0.19%;
}
#cookieConsent .cookie-adminoptions .check .on-button {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #595959;
    width: 50px;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s;
    margin: 2%;
}
#cookieConsent .cookie-adminoptions .check .onn-button {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #595959;
    width: 50px;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s;
    margin: 2%; 
}
#cookieConsent .cookie-adminoptions .check .onnn-button {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #595959;
    width: 50px;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s;
    margin: 2%;
}
#cookieConsent .cookie-adminoptions .check .o-button::before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 17px;
    height: 17px ;
    border-radius: 50%;
    margin: 1px;
    transition: 0.2s;
}
#cookieConsent .cookie-adminoptions .check .onn-button::before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 17px;
    height: 17px ;
    border-radius: 50%;
    margin: 1px;
    transition: 0.2s;
}
#cookieConsent .cookie-adminoptions .check .on-button::before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin: 1px;
    transition: 0.2s;
}
#cookieConsent .cookie-adminoptions .check .onnn-button::before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 17px;
    height: 17px ;
    border-radius: 50%;
    margin: 1px;
    transition: 0.2s;
}
#cookieConsent .cookie-adminoptions .check input:checked + .on-button {
    background-color: var(--primary);
}
#cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
    transform: translateX(30px);
}
#cookieConsent .cookie-adminoptions .check input:checked + .onn-button {
    background-color: var(--primary);
}
#cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
    transform: translateX(30px);
}
#cookieConsent .cookie-adminoptions .check input:checked + .onnn-button {
    background-color: var(--primary);
}
#cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
    transform: translateX(30px);
}
#cookieConsent .cookie-adminoptions .check .save-preferences {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}
.check input {
    display: none;
}
#cookieConsent .cookie-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding: 5% 1% 0%;
}
#cookieConsent button {
    width: 100%;
    background-color: #ffff;
    color: #000000;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
    padding: 12px 35px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 1%;
    transition: 0.3s;
}
#cookieConsent button:hover {
    background-color: var(--primary);
}
#cookieConsent .cookie-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}
#cookieConsent .cookie-info a {
    margin: 0 1%;
    color: #1f84cc;
  
}
#cookieConsent .cookie-info a:hover {
    color: #2fa7fd;
}
#cookieAdminPanel {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    background-color: #222;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 40px;
    cursor: pointer;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 99999;
}

#navbar {
    transition: top 0.4s ease-in-out;
    z-index: 3; 
}
 
.container {
    display: flex;
    position: fixed;
    z-index: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 190px;
    padding: 10px 20px;
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.25);
    background: #000000;
}


.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: 15%;
}
 
.logo img {
    max-width: 130%;
    height: auto;
    display: block;
    margin: 0;
}

 
nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    background: none;
    width: 100%;
    height: 100%;
    top: 0;
}

#sidemenu {
    display: flex;
    margin-right: 15%;
}
nav ul li {
   display: inline-block;
   list-style: none;
   margin: 0px 2vw 0px;
   transition: transform 0.5s;
}
 
 
nav ul li a {
   color: #ffffff;
   text-decoration: none;
   padding: 5px 2px 5px;
   font-size: 1.1rem;
   position: relative;
   font-weight: 400;
   transition: 0.5s;
}
 
nav ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.link-active a {
    text-decoration: underline;
    color: var(--primary);
}
 
nav .fa-solid {
    display: none; 
}
.language-dropdown {
    width: 12%;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    padding: 0 2%;
    padding-top: 0.18%;
}
 
.dropdown-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff; 
    font-size: 1rem;
    font-family: var(--secondary-font);
}
 
.dropdown-content {
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    background-color: none;
    padding-top: 0px;
}
 
.dropdown-content a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    border: none;
    color: #ffffff;
    background-color: #000000;
    transition: 0.5s;
    cursor: pointer;
    padding: 10% 0;
}
.dropdown-content a:hover {
    color: var(--primary);
}
 
.dropdown-button::after {
    content: "\25BC"; 
    font-size: 0.7rem; 
    margin-left: 3px;
    margin-top: 0.4%; 
}
 
.language-dropdown:hover .dropdown-content {
    visibility: visible;
}

.breadcrumb-container {
    width: 100%;
    position: relative;
    display: flex;
    color: #747474;
    font-size: 0.8rem;
    font-weight: 200;
    padding-top: 8%;
    padding-left: 15%;
    padding-right: 15%;
}
.breadcrumb {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    list-style-type: none;
}
.breadcrumb-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #747474;
}
.breadcrumb-item a {
    text-decoration: none;
    color: #747474;
}
.breadcrumb-item a:hover {
    color: #000000;
    font-weight: 700;
}
.breadcrumb-separator {
    padding: 0 0.5%;
}
.active {
    text-decoration: underline;
    color: #404040;
}

.privacy-terms {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: justify;
    color: #000000;
    padding: 10% 20%;
    padding-top: 5%;
}
.privacy-terms h1 {
    padding-bottom: 10%;
    font-size: 3rem;
}
.about-us-text p{
    text-indent: 2em;
    line-height: 2rem;
}
.about-us-text h2 {
    text-align: center;
}
.about-us-text span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.date {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.footer {
    width: 100%;
    position: relative;
    display: flex;
    color: var(--primary);
    background-color: #000000;
    padding: 1% 7.5%;
}
.footer-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    text-align: start;
    font-size: 1.1rem;
    padding: 5%;
    padding-top: 1%;
    padding-left: 0;
}
.footer-container a:hover {
    color: var(--primary);
}
.about-us-footer {
    display: flex;
    flex-direction: column;
}
.about-us-footer a {
    text-decoration: none;
    color: #ffff;
    font-size: 0.7rem;
    font-weight: 300;
    padding-top: 7%;
}
.contact-footer {
    display: flex;
    flex-direction: column;
}
.contact-footer p {
    text-decoration: none;
    color: #ffff;
    font-size: 0.7rem;
    font-weight: 300;
    padding-top: 7%;
}
.links-to {
    display: flex;
    flex-direction: column;
}
.links-to a {
    text-decoration: none;
    color: #ffff;
    font-size: 0.7rem;
    font-weight: 300;
    padding-top: 16%;
    padding-bottom: 3%;
    
}
.social-media-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}
 
.icons-footer {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    filter: invert(); 
}
.icons-footer a {
    padding: 0% 5%;
    padding-top: 16%;
    transition: transform 0.5s;
}
.icons-footer a:hover {
    transform: scale(0.9);
}
.social-media-footer img {
    display: flex;
    width: 30px;
   
}
.sub-footer {
    display: flex;
    flex-direction: column;
    font-size: 0.6rem;
    color: #ffff;
    padding-top: 1%;
}
.sub-footer-mob {
    display: none;
}
.logo-footer {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.logo-footer img {
    display: flex;
    position: relative;
    width: 60%;
}
.copyright {
    display: flex;
    position: relative;
    justify-content: flex-end;
}
.rogue {
    color: var(--primary);
    padding-left: 0.5%;
    padding-right: 0.5%;
}



/*////////////   SMART PHONE MEDIA QUERY PORTRAIT   /////////////*/

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .cookie-banner {
        width: 100%;
        height: 100%;
        position: fixed;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 999999;
        font-size: 0.8rem;
    }
    #cookieConsent {
        width: 100%;
    }
    #cookieConsent p{
        margin: 0;
        padding: 0;
        margin: 8% 4% 5%;
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    #cookieConsent .cookie-adminoptions .check .zero-button span {
        padding: 0 0;
        margin-left: 4%;
    }
    #cookieConsent .cookie-adminoptions .check .first-button span {
        padding: 0 0;
        margin-left: 4%;
    }
    #cookieConsent .cookie-adminoptions .check .second-button span {
        padding: 0 0;
        margin-left: 4%;
    }
    #cookieConsent .cookie-adminoptions .check .third-button span {
        padding: 0 0;
        margin-left: 4%;
    }
    #cookieConsent .cookie-buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-left: 3%;
        padding-right: 3%;
    }
    #cookieConsent button {
        position: relative;
        margin: 2%;
    }
    #cookieConsent .cookie-info {
       margin: 3%;
    }
    #cookieConsent .cookie-info a {
        margin: 0 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    .logo {
        display: flex;
        width: 70%;
    }
    .margin {
        display: none;
    }
    nav {
        display: flex;
        width: 100%;
        height: 5%;
        padding: 10px 0;
        justify-content: center;
        align-items: center;
        border: none;
    }
    #sidemenu {
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #000000;
        transition: right 0.3s ease; 
        margin-right: 0;
    }
    nav .fa-solid {
        display: block;
        font-size: 25px; 
        color: #000000;   
    }
      
    nav ul {
        background: #000000;
        position: fixed;
        top: -100%;
        right: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        transition: top 0.5s;
    }
      
    nav ul li {
        display: block;
        text-align: center;
        margin-top: 20%;
    }
    nav ul li a {
        width: 100%;
        color: #ffffff;
        text-decoration: none;
        padding: 3% 0% 2%;
        font-size: 1.4rem;
        position: relative;
        transition: 0.3s;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav ul .close {
        margin-left: 0%;
        margin-top: 0%;
        z-index: 1;
    }
    nav .bars {
        width: 15%;
        margin-left: 60%;
        margin-top: 0%;
        z-index: 1;
    }
      
    .language-dropdown {
        width: 35%;
        position: absolute;
        display: inline-block;
        justify-content: flex-end;
        top: 0;
        right: 0;
        padding: 0 30px;
        padding-top: 2%;
    } 
    .dropdown-content {
        flex-direction: column;
    }
    .dropdown-content a {
        margin: 10% 0;
    }
    .breadcrumb-container {
       padding-top: 26.5%;
       padding-bottom: 0;
       padding-left: 6%;
    }
    .breadcrumb-separator {
        padding: 0 2%;
    }
    .privacy-terms {
        justify-content: center;
        align-items: center;
        text-align: justify;
        padding: 20% 10%;
    }
    .privacy-terms h1 {
        text-align: center;
    }
    .privacy-terms h2 {
        text-align: center;
    }
    .date {
        justify-content: center;
        align-items: center;
        padding: 5% 0;  
    }
    .privacy {
        justify-content: center;
        align-items: center;
        margin: 20px;
    }

    .footer {
        padding-top: 5%;
        padding-bottom: 10%;
    }
    .footer-container {
        flex-direction: column;
    }
    .about-us-footer {
        padding-bottom: 3%;
    }
    .contact-footer {
        padding-bottom: 3%;
    }
    .sub-footer {
        display: none;
    }
    .links-to {
        padding-bottom: 3%;
    }
    .social-media-footer {
        padding-bottom: 3%;
    }
    .sub-footer-mob {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-right: 5%;
        padding-left: 3%;
        font-size: 0.6rem;
        color: #ffff;
        background-color: #000000;
        border-top: 1px solid var(--primary);
    }
    .logo-footer img {
        display: flex;
        position: relative;
        width: 100%;
        padding-top: 5%;
    }
    .copyright {
        width: 100%;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 5%;
        padding-bottom: 19%;
        margin-left: 5%;
    }
}


/*////////////   SMART PHONE MEDIA QUERY LANDSCAPE   /////////////*/

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .cookie-banner {
        width: 100%;
        position: fixed;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 999999;
        font-size: 0.9rem;
    }
    #cookieConsent {
      width: 90%;
    }
    #cookieConsent p{
        margin: 0;
        padding: 0;
        margin: 0% 4% 0%;
        font-size: 0.8rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        font-size: 0.8rem;
        padding: 0 2%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
      height: 30px;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
      height: 30px;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        height: 30px;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
      height: 30px;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button span {
        padding: 0 0;
        margin-left: 5%;
    }
    #cookieConsent .cookie-adminoptions .check .first-button span {
        padding: 0 0;
        margin-left: 5%;
    }
    #cookieConsent .cookie-adminoptions .check .second-button span {
        padding: 0 0;
        margin-left: 5%;
    }
    #cookieConsent .cookie-adminoptions .check .third-button span {
        padding: 0 0;
        margin-left: 5%;
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    #cookieConsent .cookie-buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 0%;
        padding-left: 3%;
        padding-right: 3%;
        font-size: 0.9rem;
    }
    #cookieConsent button {
        position: relative;
        padding: 10px 10px;
        margin: 1%;
    }
    #cookieConsent .cookie-info {
       margin: 0%;
       padding-top: 0;
    }
    #cookieConsent .cookie-info a {
        margin: 0 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    .language-dropdown {
        width: 20%;
    }
    
    .breadcrumb-container {
       padding-top: 9.5%;
       padding-left: 5%;
    }
    .privacy-terms {
        padding-top: 5%;
        padding-bottom: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .footer {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
    .footer-container {
        padding-right: 0;
    }
    .sub-footer {
        display: none;
    }
    .sub-footer-mob {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #000000;
        padding: 2% 3.5%;
        border-top: 1px solid var(--primary);
    }
    .logo-footer {
        justify-content: flex-start;
    }
    .copyright {
        width: 100%;
        display: flex;
        position: relative;
        justify-content: center;
        font-size: 0.7rem;
    }
}


/*////////////   IPHONE SE  /////////////*/

@media only screen and (max-width: 668px) and (orientation: landscape) {
    .cookie-banner {
        width: 100%;
        position: fixed;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 999999;
        font-size: 0.8rem;
    }
    #cookieConsent {
      width: 90%;
    }
    #cookieConsent p{
        margin: 0;
        padding: 0;
        margin: 0% 4% 0%;
        font-size: 0.8rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        font-size: 0.8rem;
        padding: 0 2%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
      height: 30px;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
      height: 30px;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        height: 30px;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
      height: 30px;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button span {
        padding: 0 0;
        margin-left: 5%;
    }
    #cookieConsent .cookie-adminoptions .check .first-button span {
        padding: 0 0;
        margin-left: 5%;
    }
    #cookieConsent .cookie-adminoptions .check .second-button span {
        padding: 0 0;
        margin-left: 5%;
    }
    #cookieConsent .cookie-adminoptions .check .third-button span {
        padding: 0 0;
        margin-left: 5%;
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    #cookieConsent .cookie-buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 0%;
        padding-left: 3%;
        padding-right: 3%;
        font-size: 0.9rem;
    }
    #cookieConsent button {
        position: relative;
        padding: 10px 10px;
        margin: 1%;
    }
    #cookieConsent .cookie-info {
       margin: 0%;
       padding-top: 0;
    }
    #cookieConsent .cookie-info a {
        margin: 0 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
   
    .footer-container {
        font-size: 0.9rem;
    }
    .footer-container a {
        font-size: 0.6rem;
    }
}


/*////////////   TABLET MEDIA QUERY PORTRAIT   /////////////*/

@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
    .cookie-banner {
        width: 100%;
        height: 100%;
        position: fixed;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 999999;
        font-size: 0.9rem;
    }
    #cookieConsent {
        width: 80%;
    }
    #cookieConsent p{
        margin: 0;
        padding: 0;
        margin: 5% 4% 5%;
    }
     
    #cookieConsent .cookie-adminoptions .check {
        padding: 0 2%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button span {
        padding: 0 0;
        margin-left: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .first-button span {
        padding: 0 0;
        margin-left: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .second-button span {
        padding: 0 0;
        margin-left: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .third-button span {
        padding: 0 0;
        margin-left: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #cookieConsent .cookie-buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 0%;
        padding-left: 3%;
        padding-right: 3%;
    }
    #cookieConsent button {
        position: relative;
        margin: 1%;
    }
    #cookieConsent .cookie-info {
       margin: 1%;
    }
    #cookieConsent .cookie-info a {
        margin: 0 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        padding-right: 0.1%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    .container {
        max-height: 190px;
    }
    .logo img {
        max-width: 160%;
    }
    .language-dropdown {
        width: 20%;
    }
    .breadcrumb-container {
        padding-top: 14%;
        padding-left: 10%;
    }
    .privacy-terms {
        padding-left: 15%;
        padding-right: 15%;
    }
    .footer {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
    .footer-container {
        padding-right: 0;
    }
    .sub-footer {
        display: none;
    }
    .sub-footer-mob {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #000000;
        padding: 2% 3.5%;
        border-top: 1px solid var(--primary);
    }
    .logo-footer {
        justify-content: flex-start;
    }
    .copyright {
        width: 100%;
        display: flex;
        position: relative;
        justify-content: center;
        font-size: 0.7rem;
    }
}


/*////////////   TABLET MEDIA QUERY LANDSCAPE   /////////////*/

@media only screen and (min-width: 1024px) and (max-width: 1368px) and (orientation: landscape) {
    .cookie-banner {
        width: 100%;
        height: 100%;
        position: fixed;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 999999;
        font-size: 1rem;
    }
    #cookieConsent {
        width: 55%;
    }
    #cookieConsent p{
        margin: 0;
        padding: 0;
        margin: 3% 4% 4%;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding: 0 2%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button span {
        padding: 0 0;
        margin-left: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .first-button span {
        padding: 0 0;
        margin-left: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .second-button span {
        padding: 0 0;
        margin-left: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .third-button span {
        padding: 0 0;
        margin-left: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        padding-bottom: 3%;
        
    }
    #cookieConsent .cookie-buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 0%;
        padding-left: 3%;
        padding-right: 3%;
    }
    #cookieConsent button {
        position: relative;
        margin: 1%;
    }
    #cookieConsent .cookie-info {
       margin: 0%;
    }
    #cookieConsent .cookie-info a {
        margin: 0 2%;
        padding-bottom: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    .language-dropdown {
        width: 13%;
        padding: 0 1%;
    }
    .breadcrumb-container {
        padding-top: 10.9%;
        padding-left: 5%;
    }
    .privacy-terms {
        padding-left: 15%;
        padding-right: 15%;
    }
    .footer {
        padding-left: 4%;
        padding-right: 4%;
    }
    .footer-container {
        padding-right: 0;
    }
    .sub-footer {
        display: none;
    }
    .sub-footer-mob {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #000000;
        padding: 2% 3.5%;
        border-top: 1px solid var(--primary);
    }
    .logo-footer {
        justify-content: flex-start;
    }
    .copyright {
        width: 100%;
        display: flex;
        position: relative;
        justify-content: center;
        font-size: 0.7rem;
    }
}


/* LARGE SCREENS */


@media only screen and (min-width: 1400px) and (max-width: 1500px) and (orientation: landscape) {
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        padding-bottom: 3%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1900px) and (orientation: landscape) {
    .cookie-banner {
        font-size: 1rem;
    }
    #cookieConsent button {
        font-size: 1.2rem;
    }
    #cookieConsent .cookie-info  {
        font-size: 1rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }  
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 1rem;
        right: 20px;
        letter-spacing: 1px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .logo img {
        max-width: 140%; 
    }
    nav ul li a {
        font-size: 1.2rem;
    }
    .dropdown-button {
        font-size: 1rem;
    }
    .dropdown-content a {
        font-size: 1rem;
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 0.9rem;
    }
    .privacy-terms {
        font-size: 1.2rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 3.2rem;
    }
    .lock-drawing img {
        width: 22%;
    }
    .privacy-terms h2 {
        font-size: 1.7rem;
    }
    .privacy-terms h3 {
        font-size: 1.4rem;
    }
    .date {
        font-size: 1.2rem;
    }
    .footer-container {
        font-size: 1.3rem;
    }
    .about-us-footer a {
        font-size: 0.9rem;
    }
    .contact-footer p {
        font-size: 0.9rem;
    }
    .links-to a {
        font-size: 0.9rem;
    }
    .social-media-footer img {
        width: 35px;  
    }
    .sub-footer {
        font-size: 0.8rem;
    }
    .logo-footer img {
        width: 72%;
    }
}


@media only screen and (min-width: 1900px) and (max-width: 2150px) and (orientation: landscape) {
    .cookie-banner {
        font-size: 1.2rem;
    }
    #cookieConsent button {
        font-size: 1.4rem;
    }
    #cookieConsent .cookie-info  {
        font-size: 1.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
        font-size: 1rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        font-size: 1rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        font-size: 1rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        font-size: 1rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 17px;
        height: 16.8px;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 1rem;
        right: 20px;
        letter-spacing: 1.5px;
        padding: 13px 40px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    } 

    .logo img {
        max-width: 142%; 
    }
    nav ul li a {
        font-size: 1.4rem;
    }
    .dropdown-button {
        font-size: 1.2rem;
    }
    .dropdown-content a {
        font-size: 1.1rem;
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 1rem;
    }
    .privacy-terms {
        font-size: 1.4rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 3.4rem;
    }
    .about-us-text p{
        line-height: 2.6rem;
    }
    .privacy-terms h2 {
        font-size: 1.9rem;
    }
    .privacy-terms h3 {
        font-size: 1.6rem;
    }
    .date {
        font-size: 1.4rem;
    }
    .footer-container {
        font-size: 1.5rem;
    }
    .about-us-footer a {
        font-size: 1.1rem;
    }
    .contact-footer p {
        font-size: 1.1rem;
    }
    .links-to a {
        font-size: 1.1rem;
    }
    .social-media-footer img {
        width: 40px;  
    }
    .sub-footer {
        font-size: 1rem;
    }
    .logo-footer img {
        width: 90%;
    }
}


@media only screen and (min-width: 2150px) and (max-width: 2400px) and  (orientation: landscape) {
    .cookie-banner {
        font-size: 1.4rem;
    }
    #cookieConsent {
        border-radius: 35px; 
    }
    #cookieConsent button {
        font-size: 1.6rem;
        border-radius: 6.5px;
    }
    #cookieConsent .cookie-info  {
        font-size: 1.4rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        margin-top: 1.5%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
        font-size: 1.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        font-size: 1.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        font-size: 1.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        font-size: 1.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        width: 60px;
        height: 25px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .on-button {
        width: 60px;
        height: 25px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button {
        width: 60px;
        height: 25px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button {
        width: 60px;
        height: 25px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 22px;
        height: 21.8px;
    } 
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 22px;
        height: 21.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 22px;
        height: 21.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 22px;
        height: 21.8px;
    } 
    #cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
        transform: translateX(34px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
        transform: translateX(34px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
        transform: translateX(34px);
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        margin-top: 0%;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 1.2rem;
        right: 20px;
        letter-spacing: 2px;
        padding: 18px 40px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .logo img {
        max-width: 145%; 
    }
    nav ul li a {
        font-size: 1.6rem;
    }
    .dropdown-button {
        font-size: 1.4rem;
    }
    .dropdown-content {
        width: 80%;
    }
    .dropdown-content a {
        font-size: 1.3rem;
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 1.2rem;
    }
    .privacy-terms {
        font-size: 1.6rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 3.6rem;
    }
    .about-us-text p{
        line-height: 3rem;
    }
    .privacy-terms h2 {
        font-size: 2.1rem;
    }
    .privacy-terms h3 {
        font-size: 1.8rem;
    }
    .date {
        font-size: 1.6rem;
    }

    .footer-container {
        font-size: 1.7rem;
    }
    .about-us-footer a {
        font-size: 1.3rem;
    }
    .contact-footer p {
        font-size: 1.3rem;
    }
    .links-to a {
        font-size: 1.3rem;
    }
    .social-media-footer img {
        width: 45px;  
    }
    .sub-footer {
        font-size: 1.2rem;
    }
    .logo-footer img {
        width: 100%;
    }
}


@media only screen and (min-width: 2400px) and (max-width: 2600px) and (orientation: landscape) {
    .cookie-banner {
        font-size: 1.6rem;
    }
    #cookieConsent {
        border-radius: 40px; 
    }
    #cookieConsent button {
        font-size: 1.8rem;
        border-radius: 7px;
        padding: 16px;
    }
    #cookieConsent .cookie-info  {
        font-size: 1.6rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        margin-top: 1.5%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
        border-radius: 40px;
        font-size: 1.4rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        border-radius: 40px;
        font-size: 1.4rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        border-radius: 40px;
        font-size: 1.4rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        border-radius: 40px;
        font-size: 1.4rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        width: 70px;
        height: 30px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .on-button {
        width: 70px;
        height: 30px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button {
        width: 70px;
        height: 30px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button {
        width: 70px;
        height: 30px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 25px;
        height: 24.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 25px;
        height: 24.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 25px;
        height: 24.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 25px;
        height: 24.8px;
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
        transform: translateX(39px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
        transform: translateX(39px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
        transform: translateX(39px);
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        margin-top: 1%;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 1.4rem;
        right: 20px;
        letter-spacing: 2.5px;
        padding: 20px 45px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
   
    .logo img {
        max-width: 145%;
    }
    nav ul li a {
        font-size: 1.8rem;
    }
    .dropdown-button {
        font-size: 1.6rem;
    }
    .dropdown-content {
        width: 80%;
    }
    .dropdown-content a {
        font-size: 1.5rem;
    }
    
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 1.4rem;
    }
    .privacy-terms {
        font-size: 1.8rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 3.8rem;
    }
    .about-us-text p{
        line-height: 3.4rem;
    }
    .privacy-terms h2 {
        font-size: 2.3rem;
    }
    .privacy-terms h3 {
        font-size: 2rem;
    }
    .date {
        font-size: 1.8rem;
    }
    .footer-container {
        font-size: 1.9rem;
    }
    .about-us-footer a {
        font-size: 1.5rem;
    }
    .contact-footer p {
        font-size: 1.5rem;
    }
    .links-to a {
        font-size: 1.5rem;
    }
    .social-media-footer img {
        width: 50px;  
    }
    .sub-footer {
        width: 33%;
        font-size: 1.3rem;
    }
    .logo-footer img {
        width: 108%;
    }
}


@media only screen and (min-width: 2600px) and (max-width: 3000px) and  (orientation: landscape) {
    .cookie-banner {
        font-size: 1.8rem;
    }
    #cookieConsent {
        border-radius: 40px; 
    }
    #cookieConsent button {
        font-size: 2rem;
        border-radius: 8px;
        padding: 18px;
    }
    #cookieConsent .cookie-info  {
        font-size: 1.8rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        margin-top: 1.5%;
    }
     #cookieConsent .cookie-adminoptions .check .zero-button {
        border-radius: 45px;
        font-size: 1.6rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        border-radius: 45px;
        font-size: 1.6rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        border-radius: 45px;
        font-size: 1.6rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        border-radius: 45px;
        font-size: 1.6rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        width: 80px;
        height: 35px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .on-button {
        width: 80px;
        height: 35px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button {
        width: 80px;
        height: 35px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button {
        width: 80px;
        height: 35px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 30px;
        height: 29.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 30px;
        height: 29.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 30px;
        height: 29.8px;
    } 
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 30px;
        height: 29.8px;
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
        transform: translateX(45px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
        transform: translateX(45px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
        transform: translateX(45px);
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        margin-top: 0.5%;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 1.6rem;
        right: 20px;
        letter-spacing: 3px;
        padding: 20px 50px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .logo img {
        max-width: 147%;
    }
    nav ul li a {
        font-size: 2rem;
    }
    .dropdown-button {
        font-size: 1.8rem;
    }
    .dropdown-content {
        width: 75%;
    }
    .dropdown-content a {
        font-size: 1.7rem;
    }
    .dropdown-button::after {
        font-size: 0.9rem; 
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 1.6rem;
    }
    .privacy-terms {
        font-size: 2rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 4rem;
    }
    .about-us-text p{
        line-height: 3.6rem;
    }
    .privacy-terms h2 {
        font-size: 2.5rem;
    }
    .privacy-terms h3 {
        font-size: 2.2rem;
    }
    .date {
        font-size: 2rem;
    }
    .footer-container {
        font-size: 2.1rem;
    }
    .about-us-footer a {
        font-size: 1.7rem;
    }
    .contact-footer p {
        font-size: 1.7rem;
    }
    .links-to a {
        font-size: 1.7rem;
    }
    .social-media-footer img {
        width: 55px;  
    }
    .sub-footer {
        width: 28%;
        font-size: 1.35rem;
    }
    .logo-footer img {
        width: 110%;
    }
}


@media only screen and (min-width: 3000px) and (max-width: 3200px) and  (orientation: landscape) {
    .cookie-banner {
        font-size: 2rem;
    }
    #cookieConsent {
        border-radius: 50px; 
    }
    #cookieConsent button {
        font-size: 2.2rem;
        border-radius: 10px;
        padding: 20px;
    }
    #cookieConsent .cookie-info  {
        font-size: 2rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        margin-top: 1.5%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
        border-radius: 47px;
        font-size: 1.8rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        border-radius: 47px;
        font-size: 1.8rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        border-radius: 47px;
        font-size: 1.8rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        border-radius: 47px;
        font-size: 1.8rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        width: 90px;
        height: 35px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .on-button {
        width: 90px;
        height: 35px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button {
        width: 90px;
        height: 35px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button {
        width: 90px;
        height: 35px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 30px;
        height: 29.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 30px;
        height: 29.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 30px;
        height: 29.8px;
    }  
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 30px;
        height: 29.8px;
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
        transform: translateX(55px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
        transform: translateX(55px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
        transform: translateX(55px);
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        margin-top: 0.5%;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 1.8rem;
        right: 30px;
        letter-spacing: 3px;
        padding: 20px 50px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .logo img {
        max-width: 147.5%;
    }
    nav ul li a {
        font-size: 2.2rem;
    }
    .dropdown-button {
        font-size: 2rem;
    }
    .dropdown-content {
        width: 75%;
    }
    .dropdown-content a {
        font-size: 1.9rem;
    }
    .dropdown-button::after {
        font-size: 1.1rem; 
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 1.6rem;
    }
    .privacy-terms {
        font-size: 2.2rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 4.8rem;
    }
    .about-us-text p{
        line-height: 4rem;
    }
    .privacy-terms h2 {
        font-size: 2.7rem;
    }
    .privacy-terms h3 {
        font-size: 2.4rem;
    }
    .date {
        font-size: 2.2rem;
    }
    .footer-container {
        font-size: 2.3rem;
    }
    .about-us-footer a {
        font-size: 1.9rem;
    }
    .contact-footer p {
        font-size: 1.9rem;
    }
    .links-to a {
        font-size: 1.9rem;
    }
    .social-media-footer img {
        width: 60px;  
    }
    .sub-footer {
        width: 28%;
        font-size: 1.38rem;
    }
    .logo-footer img {
        width: 112%;
    }
}


@media only screen and (min-width: 3200px) and (max-width: 3700px) and  (orientation: landscape) {
    .cookie-banner {
        font-size: 2.2rem;
    }
    #cookieConsent {
        border-radius: 60px; 
    }
    #cookieConsent button {
        font-size: 2.4rem;
        border-radius: 13px;
        padding: 25px;
    }
    #cookieConsent .cookie-info  {
        font-size: 2.2rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        margin-top: 1.5%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
        border-radius: 47px;
        font-size: 2rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        border-radius: 47px;
        font-size: 2rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        border-radius: 47px;
        font-size: 2rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        border-radius: 47px;
        font-size: 2rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        width: 95px;
        height: 40px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .on-button {
        width: 95px;
        height: 40px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button {
        width: 95px;
        height: 40px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button {
        width: 95px;
        height: 40px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 35px;
        height: 34.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 35px;
        height: 34.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 35px;
        height: 34.8px;
    } 
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 35px;
        height: 34.8px;
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
        transform: translateX(55px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
        transform: translateX(55px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
        transform: translateX(55px);
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        margin-top: 0.5%;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 2rem;
        right: 35px;
        letter-spacing: 4px;
        padding: 20px 55px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .container {
        max-height: 420px;
    }
    .logo img {
        max-width: 154%;
    }
    nav ul li a {
        font-size: 2.4rem;
    }
    .dropdown-button {
        font-size: 2.2rem;
    }
    .dropdown-content {
        width: 80%;
    }
    .dropdown-content a {
        font-size: 2.1rem;
    }
    .dropdown-button::after {
        font-size: 1.2rem; 
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 1.8rem;
    }
    .privacy-terms {
        font-size: 2.4rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 5rem;
    }
    .about-us-text p{
        line-height: 4.6rem;
    }
    .privacy-terms h2 {
        font-size: 2.9rem;
    }
    .privacy-terms h3 {
        font-size: 2.6rem;
    }
    .date {
        font-size: 2.4rem;
    }
    .footer-container {
        font-size: 2.5rem;
    }
    .about-us-footer a {
        font-size: 2.1rem;
    }
    .contact-footer p {
        font-size: 2.1rem;
    }
    .links-to a {
        font-size: 2.1rem;
    }
    .social-media-footer img {
        width: 65px;  
    }
    .sub-footer {
        width: 26%;
        font-size: 1.39rem;
    }
    .logo-footer img {
        width: 115%;
    }
}


@media only screen and (min-width: 3700px) and (max-width: 4300px) and  (orientation: landscape) {
    .cookie-banner {
        font-size: 2.4rem;
    }
    #cookieConsent {
        border-radius: 70px; 
    }
    #cookieConsent button {
        font-size: 2.6rem;
        border-radius: 16px;
        padding: 29px;
    }
    #cookieConsent .cookie-info  {
        font-size: 2.4rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        margin-top: 1.5%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
        border-radius: 47px;
        font-size: 2.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        border-radius: 47px;
        font-size: 2.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        border-radius: 47px;
        font-size: 2.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        border-radius: 47px;
        font-size: 2.2rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        width: 115px;
        height: 45px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .on-button {
        width: 115px;
        height: 45px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button {
        width: 115px;
        height: 45px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button {
        width: 115px;
        height: 45px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 39px;
        height: 38.8px;
    } 
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 39px;
        height: 38.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 39px;
        height: 38.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 39px;
        height: 38.8px;
    } 
    #cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
        transform: translateX(69px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
        transform: translateX(69px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
        transform: translateX(69px);
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        margin-top: 0.5%;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 2.2rem;
        right: 35px;
        letter-spacing: 4px;
        padding: 25px 60px;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }
    .container {
        max-height: 420px;
    }
    .logo img {
        max-width: 154%;
    }
    .banner img {
        padding-top: 5.3%;
    }
    nav ul li a {
        font-size: 2.6rem;
    }
    .dropdown-button {
        font-size: 2.4rem;
    }
    .dropdown-content {
        width: 70%;
    }
    .dropdown-content a {
        font-size: 2.3rem;
    }
    .dropdown-button::after {
        font-size: 1.4rem; 
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 2rem;
    }
    .privacy-terms {
        font-size: 2.6rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 6rem;
    }
    .about-us-text p{
        line-height: 5rem;
    }
    .privacy-terms h2 {
        font-size: 3.1rem;
    }
    .privacy-terms h3 {
        font-size: 2.8rem;
    }
    .date {
        font-size: 2.6rem;
    }
    .footer-container {
        font-size: 2.7rem;
    }
    .about-us-footer a {
        font-size: 2.3rem;
    }
    .contact-footer p {
        font-size: 2.3rem;
    }
    .links-to a {
        font-size: 2.3rem;
    }
    .social-media-footer img {
        width: 70px;  
    }
    .sub-footer {
        width: 25%;
        font-size: 1.4rem;
    }
    .logo-footer img {
        width: 120%;
    }
}


@media only screen and (min-width: 4300px) and (max-width: 4800px) and  (orientation: landscape) {
    .cookie-banner {
        font-size: 2.6rem;
    }
    #cookieConsent {
        border-radius: 80px; 
    }
    #cookieConsent button {
        font-size: 2.8rem;
        border-radius: 18px;
        padding: 29px;
    }
    #cookieConsent .cookie-info  {
        font-size: 2.6rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        margin-top: 1.5%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
        border-radius: 60px;
        font-size: 2.4rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        border-radius: 60px;
        font-size: 2.4rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        border-radius: 60px;
        font-size: 2.4rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        border-radius: 60px;
        font-size: 2.4rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        width: 125px;
        height: 50px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .on-button {
        width: 125px;
        height: 50px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button {
        width: 125px;
        height: 50px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button {
        width: 125px;
        height: 50px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 44px;
        height: 43.8px;
    } 
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 44px;
        height: 43.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 44px;
        height: 43.8px;
    } 
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 44px;
        height: 43.8px;
    } 
    #cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
        transform: translateX(75px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
        transform: translateX(75px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
        transform: translateX(75px);
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        margin-top: 0.5%;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 2.4rem;
        right: 35px;
        letter-spacing: 4px;
        padding: 30px 65px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .logo img {
        max-width: 164%;
    }
    .banner img {
        padding-top: 4%;
    }
    nav ul li a {
        font-size: 2.8rem;
    }
    .dropdown-button {
        font-size: 2.6rem;
    }
    .dropdown-content {
        width: 70%;
    }
    .dropdown-content a {
        font-size: 2.5rem;
    }
    .dropdown-button::after {
        font-size: 1.6rem; 
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 2.2rem;
    }
    .privacy-terms {
        font-size: 2.8rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 7rem;
    }
    .about-us-text p{
        line-height: 5.6rem;
    }
    .privacy-terms h2 {
        font-size: 3.3rem;
    }
    .privacy-terms h3 {
        font-size: 3rem;
    }
    .date {
        font-size: 2.8rem;
    }
    .footer-container {
        font-size: 2.9rem;
    }
    .about-us-footer a {
        font-size: 2.3rem;
    }
    .contact-footer p {
        font-size: 2.3rem;
    }
    .links-to a {
        font-size: 2.3rem;
    }
    .social-media-footer img {
        width: 75px;  
    }
    .sub-footer {
        width: 20%;
        font-size: 1.4rem;
    }
    .logo-footer img {
        width: 125%;
    }
}


@media only screen and (min-width: 4800px) and  (orientation: landscape) {
    .cookie-banner {
        font-size: 2.8rem;
    }
    #cookieConsent {
        border-radius: 90px; 
    }
    #cookieConsent button {
        font-size: 3rem;
        border-radius: 20px;
        padding: 35px;
    }
    #cookieConsent .cookie-info  {
        font-size: 2.8rem;
    }
    #cookieConsent .cookie-adminoptions .check {
        padding-top: 0;
        margin-top: 1.5%;
    }
    #cookieConsent .cookie-adminoptions .check .zero-button {
        border-radius: 70px;
        font-size: 2.6rem;
    }
    #cookieConsent .cookie-adminoptions .check .first-button {
        border-radius: 70px;
        font-size: 2.6rem;
    }
    #cookieConsent .cookie-adminoptions .check .second-button {
        border-radius: 70px;
        font-size: 2.6rem;
    }
    #cookieConsent .cookie-adminoptions .check .third-button {
        border-radius: 70px;
        font-size: 2.6rem;
    }
    #cookieConsent .cookie-adminoptions .check .o-button {
        width: 145px;
        height: 60px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .on-button {
        width: 145px;
        height: 60px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button {
        width: 145px;
        height: 60px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button {
        width: 145px;
        height: 60px;
        margin: 2%;
    }
    #cookieConsent .cookie-adminoptions .check .o-button::before{
        margin: 1.5px;
        width: 50px;
        height: 49.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onn-button::before{
        margin: 1.5px;
        width: 50px;
        height: 49.8px;
    }   
    #cookieConsent .cookie-adminoptions .check .on-button::before{
        margin: 1.5px;
        width: 50px;
        height: 49.8px;
    }
    #cookieConsent .cookie-adminoptions .check .onnn-button::before{
        margin: 1.5px;
        width: 50px;
        height: 49.8px;
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .on-button::before {
        transform: translateX(87px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onn-button::before {
        transform: translateX(87px);
    }
    #cookieConsent .cookie-adminoptions .check input:checked + .onnn-button::before {
        transform: translateX(87px);
    }
    #cookieConsent .cookie-adminoptions .check .save-preferences {
        margin-top: 0.5%;
    }
    #cookieAdminPanel {
        width: fit-content;
        font-size: 2.6rem;
        right: 50px;
        letter-spacing: 4px;
        padding: 35px 80px;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
    }

    .logo img {
        max-width: 164%;
    }
    .banner img {
        padding-top: 3.5%;
    }
    nav ul li a {
        font-size: 3rem;
    }
    .dropdown-button {
        font-size: 2.8rem;
    }
    .dropdown-content {
        width: 65%;
    }
    .dropdown-content a {
        font-size: 2.7rem;
    }
    .dropdown-button::after {
        font-size: 1.8rem; 
    }
    .breadcrumb-container {
        padding-top: 8%;
        font-size: 2.4rem;
    }
    .privacy-terms {
        font-size: 3rem;
        padding: 8% 20%;
    }
    .privacy-terms h1 {
        font-size: 8rem;
    }
    .about-us-text p{
        line-height: 6rem;
    }
    .privacy-terms h2 {
        font-size: 3.5rem;
    }
    .privacy-terms h3 {
        font-size: 3.2rem;
    }
    .date {
        font-size: 3rem;
    }
    .footer-container {
        font-size: 3.1rem;
    }
    .about-us-footer a {
        font-size: 2.5rem;
    }
    .contact-footer p {
        font-size: 2.5rem;
    }
    .links-to a {
        font-size: 2.5rem;
    }
    .social-media-footer img {
        width: 80px;  
    }
    .sub-footer {
        width: 20%;
        font-size: 1.5rem;
    }
    .logo-footer img {
        width: 130%;
    }
}
