body {
    font-family:"Catamaran",sans-serif;
    font-weight: 200;
    font-size: 17px;
    line-height: 1.6em;
    color: #060618;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
}
span.primary {
    color:#c40505
}
.searchform {
    height: auto;
    padding: 1px 1px 1px 1px;
}
a {
    text-decoration: none;
    color: #00135C;
    transition: color 0.3s;
    font-weight: bold;
}
a:hover {
            color: #000;
}

strong {
  font-weight: bold;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 2.2rem;
    color: #000040;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.4rem;
    margin-top: 15px;
    color: #0B4893;
}

.logo-link {
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    color: inherit !important;
    font-weight: normal !important;
}

.logo-link img {
    display: block;
}

.logo-link:hover {
    color: inherit !important;
    background-color: transparent !important;
}

.zweitemenu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    display: flex;
    align-items: center;
    font-weight: bold !important;
    font-size: 14px;
}
.zweitemenu a {
    font-weight: normal !important;
    font-size: 14px;
}

.container-nav {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav {
    background-color: #fff;
    padding: 0;
    position: relative;
}
nav .logo {
    height: 70px;
}
nav a {
    color: #333;
    padding: 24px 20px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
}
nav a:hover {
    background-color: #F8F8F8;
    color: #333;
}
.nav-links {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}
.nav-links.hide {
    display: none;
}
.nav-toggle {
    display: none;
    cursor: pointer;
    background-color: #FCFCFC;
    padding: 10px;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}
.nav-toggle img {
    width: 40px;
    height: auto;
}

footer {
    background-color: #4E5761;
    color: white;
    text-align: center;
    padding: 10px;
}

.container-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.box-footer {
    flex: 1;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.box-footer a {
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
}

    .box-footer a:hover {
    text-decoration: underline;
}

#scrollToTopBtnCustom {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #E60A14;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}

#scrollToTopBtnCustom:hover {
    background-color: #0550A6;
}

li {
    text-align: left;
    padding: 5px;
}


.content, .container, .container-1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
}

.content-product, .content-product-2, .content-product-3, .content-product-4 {
    background: #4E5761;
    max-width: 1170px;
    margin: 10px auto;
    margin-top: 35px;
    padding: 0 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
}

.content-search-box {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    justify-content: space-around;
}

.content-product .deals h2 {
    color: white;
}

.content-product-2 {
    background: #65495A;
}

.content-product-2 .deals h2 {
    color: white;
}

.content-product-3 {
    background: #fff;
}

.content-product-3 .deals h2 {
    color: black;
}

.content-product-4 {
    background-color: rgba(255, 217, 102, 0.9);
}

.content-product-4 .deals h2 {
    color: black;
}

.container-1 {
    margin-top: -100px;
}

.box, .box-1 {
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.box-h1 {
    width: 100%;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.highlight { 
    background-color: rgba(255, 217, 102, 0.9);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    width: 300px;
    display: inline-block;
    text-align: center;
}

.highlight2 {
    background-color: rgba(255, 192, 203, 0.9);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    width: 300px;
    display: inline-block;
    text-align: center;
}

.highlight2 a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.box-search {
    width: 100%;
    max-width: 100vw;
    margin-top: 20px;
    display: inline-block;
    padding: 0rem;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.box-1 {
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.box-text-3 {
    background-color: #0550A6;
    width: calc(100% - 20px);
    height: auto;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}

.box-text-5 {
    width: calc(100% - 20px);
    font-size: 18px;
    color: #333;
    align-self: flex-start;
    background-color: #ffffff;
    margin-top: 25px;
    padding: 10px;
    text-align: center;
}

.button-link1 {
    background-color: #FFFF00;
    color: #333;
    font-size: 22px;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s, box-shadow 0.2s;
}

.button-link1:hover {
    background-color: #FFFF66;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.box-text-suchen {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
    margin-top: 150px;
    padding: 15px 15px 15px 15px;
    flex: 1;
    border-radius: 3px 3px 3px 3px;
    align-self: flex-start;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#pagination {
    text-align: center;
    margin-top: 20px;
}

#load-more {
    width: 90%;
    background-color: #FFAC2F;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0px 0px 15px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#load-more:hover {
    background-color: #FF9900;
}

.arrow-down {
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}

#load-more:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.button {
    width: 190px;
    display: inline-block;
    padding: 10px 10px;
    background-color: #ffffff;
    color: black;
    border: none;
    border-radius: 5px;
    border: 2px solid #d3d3d3;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.beautiful-button {
     padding: 5px 20px;
     font-size: 16px;
     color: #fff;
     background: linear-gradient(45deg, #ff7e5f, #feb47b);
     border: none;
     border-radius: 25px;
     cursor: pointer;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
     transition: all 0.3s ease;
 }

 .beautiful-button:hover {
     background: linear-gradient(45deg, #feb47b, #ff7e5f);
     box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
     transform: translateY(-3px);
 }

 .beautiful-button:active {
     transform: translateY(0);
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
 }

 .pagination-container {
     display: flex;
     justify-content: space-between;
     margin-top: 20px;
 }

.buttonblu { 
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(45deg, #007BFF, #0056b3);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.buttonblu:hover {
    background: linear-gradient(45deg, #0056b3, #003f7f);
    color: #FFD700;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.buttonblu:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

 .deals {
     text-align: center;
     margin-top: 2rem;
     margin-bottom: 3rem;
 }

 .deals h2 {
     width: calc(100% - 20px);
     text-align: center;
     font-size: 1.7rem;
     margin-bottom: 20px;
}

 .deals-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
 }

.deal-item { 
     width: 350px;
     min-height: 460px;
     background: #fff;
     display: inline-block;
     padding: 1rem;
     margin: 10px;
     text-align: center;
     padding-bottom: 30px;
     transition: all 0.3s ease;
     box-shadow: 0 2px 5px rgba(0,0,0,0.1);
     border-radius: 5px;
     overflow: hidden;
 }

 #preis {
     font-weight: bold;
     color: #000040;
     font-size: 1.1em;
     margin-bottom: 15px;
 }

 .deal-item:hover {
     box-shadow: 0 4px 10px rgba(0,0,0,0.2);
     transform: translateY(-2px);
 }

 .deal-item p {
     font-weight: normal; 
 }

  .deal-item img {
      width: 320px;
      height: 220px;
      object-fit: cover;
  }

 .deal-item-fluege { 
     width: 350px;
     background: #F4F8FF;
     display: inline-block;
     padding: 1rem;
     margin: 10px;
     text-align: center;
     padding-bottom: 10px;
     border-radius: 10px;
     box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
 }

  .deal-item-fluege img {
     width: 50px;
     height: 40px;
     object-fit: cover;
 }

.fluege-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease;
 }

.fluege-button:hover {
     transform: scale(1.05);
 }

.buttonflug {
    width: 270px;
    display: inline-block;
    padding: 10px 10px;
    background-color: #ffffff;
    color: black;
    border: none;
    border-radius: 5px;
    border: 2px solid #d3d3d3;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.buttonflug:hover {
    background-color: #f0f0f0;
}

.inhalt, .faq {
     width: 100%;
     background: #fff;
     display: inline-block;
     padding: 10px;
     margin-top: 20px;
     text-align: left;
 }

 .inhalt img {
     max-width: 600px;
     object-fit: cover;
     margin-top: 20px;
 }

.inhalt h2, .inhalt p {
    margin-top: 20px;
}

    #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

@media (max-width: 970px) {
body {
    font-size: 16px;
    word-break: break-word;
    overflow-wrap: break-word;
}

h1 {
    font-size: 1.4em;
    line-height: 1.2em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}

.nav-links {
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    z-index: 20;
    top: 70px;
    right: 0;
    border-top: 1px solid #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.9s ease;
}
.nav-links.show {
    max-height: 400px;
}
.nav-links a {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    margin-left: 50px;
    margin-right: 50px;
}
.nav-toggle {
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    z-index: 2;
    align-items: center;
}
nav {
    padding-right: 40px;
}

.container-footer {
    flex-direction: column;
    gap: 30;
}

.box-footer {
    max-width: 100%;
    padding: 0 10px;
    }

header {
    min-height: 250px;
    background-size: cover;
}

.content, .container, .container-1, .box, .box-1 {
    flex-direction: column;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.content-product, .content-product-2, .content-product-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 20px;
    border-radius: 0px;
}

.content-search-box {
    max-width: 100%;
    padding: 0 10px;
}

.button-link1 {
    font-size: 16px;
    padding: 10px 10px;
    margin-top: 10px;
}

.box-text-3 {
    font-size: 18px;
}

.inhalt, .faq {
    width: 100%;
}

.box-text-suchen {
    flex-direction: column;
    width: 100%;
    padding: 15px 15px 15px 15px;
    margin: 0px;
    margin-top: 25px;
}

.button {
    width: 130px;
}

 .inhalt img {
     max-width: 100%;
     margin: 0px;
 }

.deals h2 {
     width: calc(100% - 20px);
     text-align: center;
     font-size: 1.5rem;
     margin-bottom: 20px;
}

.deal-item {
    max-width: 330px;
    background: #fff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    padding-bottom: 30px;
}

.deal-item img {
    width: 310px;
    object-fit: cover;
    }
    #cookie-banner {
      width: 95%;
    }
}
