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

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

.container-h1 {
    align-items: center;
}

header {
    background: linear-gradient(rgba(115, 206, 245, 0.5), rgba(10, 163, 252, 0.5)), 
url('https://www.zagi.ch/reisen/images/pauschalreisen.svg') no-repeat right center;
    background-size: cover;
    max-width: 100%;
    min-height: calc(100vh - 140px);
    flex-wrap: wrap;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
header .inner {
background: #fff;
    max-width: 100%;
    min-height: 0px;
    flex-wrap: wrap;
}

.inner {
background: #fff;
    max-width: 100%;
    flex-wrap: wrap;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    min-height: 0px;
    flex-wrap: wrap;
}

h2 {
    font-size: 1.7rem;
}

nav .logo {
    padding: 10px 0px;
    height: 90px;
}
.box, .box-1 {
    width: 100%;
    max-width: 1200px;
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.box-1 {
    justify-content: center;
    align-items: center;
    text-align: right;
    background-color: rgba(255, 255, 255, 1);
}

header .box-text, .box-text {
    max-width: 700px;
    font-size: 18px;
    color: white;
    padding: 0 20px;
    border-radius: 5px;
    margin: 30px 0;
    background-color: rgba(10, 0, 41, 0.7);
}

header h1 {
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-text-1, .box-text-2 {
    flex: 1;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    align-self: flex-start;
}

.box-text-2 {
    background-color: #ffffff;
    margin: 20px;
    padding: 10px;
}

.box-text-3 {
    background-color: #08254D;
    width: calc(100% - 50px);
    font-size: 25px;
    color: #ffffff;
    line-height: 1.7;
    text-align: center;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
}

.box-text-4 {
    background-color: #3366FF;
    width: 50%;
    font-size: 25px;
    color: #ffffff;
    line-height: 1.7;
    text-align: center;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
}

.box-text-5 {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    align-self: flex-start;
    background-color: #ffffff;
    margin: 20px;
    padding: 10px;
    text-align: center;
}

.box img, .box-1 img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 10px;
}

.button-link1 {
    background-color: #FFFF00;
    color: #333;
    font-size: 22px;
    padding: 20px 30px;
    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-img {
    max-width: 250px;
    height: auto;
    padding: 0px 15px;
    margin: 0 auto;
    display: block;
}

.box-img-l {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
}

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

.box-text-suchen {
    background-color: rgba(255, 255, 255, 0.9);
}

.box-text-suchen-h {
    background-color: rgba(92, 1, 89, 0.9);
}

#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: 200px;
    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;
}

.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-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;
}

.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: 15px 5px;
    margin: 10px;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 10px;
}
.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;
}

.date-range {
    font-size: 13px;
}
.duration {
    font-size: 13px;
}

.zweitemenu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    display: flex;
    align-items: center;
}

    .searchform .searchform-content .form-input-wrapper,
    .form-control:not(.flatpickr-calendar .form-control),
    .form-select:not(.flatpickr-calendar .form-select) {
        border-bottom: 1px solid #E60A15;
    }

    .searchform-content label .fas, .searchform-content label .far {
        color: #E60A15;
    }

    .btn-primary {
        background: #E60A15;
        border-color: #E60A15;
        color: #ffffff;
    }

    .el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style::before {
        border: #E60A15;
        background: #E60A15;
    }

    .typeahead.dropdown-menu .active .dropdown-item {
        color: #E60A15;
    }

    .btn:hover {
        background-color: #B80810;
        border-color: #B80810;
    }

    .el-checkbox > input[type="checkbox"]:hover + .el-checkbox-style::before,
    .el-radio > input[type="radio"]:hover + .el-radio-style::before {
        border-color: #E60A15;
    }

    .flatpickr-confirm {
        background: #E60A15;
        border-color: #E60A15;
        color: #ffffff;
    }

    .flatpickr-confirm:hover {
        background: #B80810;
        border-color: #B80810;
    }

    .flatpickr-day.endRange, .flatpickr-day.selected, .flatpickr-day.startRange {
        background: #E60A15;
        border-color: #E60A15;
        color: #ffffff;
    }

    .searchform .searchform-content .form-field .add_children span,
    .searchform .searchform-content .form-field .spinner span {
        color: #ffffff;
        background: #E60A15;
        border-color: #E60A15;
    }

    .searchform .searchform-content .form-field .dropdown-content .class_option.selected {
        color: #ffffff;
        background: #E60A15;
        border-color: #E60A15;
    }

    .searchform .searchform-content .form-field .dropdown-content .class_option {
        color: #E60A15;
        border-color: #E60A15;
        background: #ffffff;
    }

    .btn-outline-primary {
        color: #E60A15;
        border-color: #E60A15;
    }

    .flatpickr-day, .flatpickr-months .flatpickr-month {
        color: #404040;
    }

    .searchform .searchform-nav-product li {
        background: #404040;
    }

    .searchform .searchform-nav-product li:hover {
        background: #B80810;
        color: #ffffff;
    }

    .searchform .searchform-nav-product li.active {
        background: #E60A15;
        color: #ffffff;
    }

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

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f0f8ff;
    font-size: 16px;
}
a {
    text-decoration: none;
    color: #00397A;
    transition: color 0.3s;
    font-weight: bold;
}
a:hover {
    color: #00072D;
}

h3 {
    font-size: 1.1rem;
    line-height: 2.5;
    color: #823100;
}

.pagination-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.button-link {
    width: 120px;
    display: inline-block;
    margin: 2px 2px;
    padding: 10px 10px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: white;
    background-color: #E60A15;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.button-link:hover {
    background-color: #CA0912;
    transition: background-color 0.3s, color 0.3s;
    color: white;
}
.buttonblu, .buttonblu-pl, .buttonblug, .buttonblugr {
    margin-top: 15px;
    padding: 3px 10px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(45deg, #007BFF, #0056b3);
    border: none;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    width: auto;
    padding: 7px 20px;
}
.buttonblu:hover, .buttonblug: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, .buttonblug:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.wrapper, .wrapper2 {
    width: calc(100% - 0px);
    text-align: center;
    padding: 0px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    line-height: 25px;
}

.wrapper2 {
    text-align: left;
    margin-bottom: 50px;
    padding: 10px;
}

.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, .highlight3 {
    background-color: rgba(255, 192, 203, 0.9);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    width: 300px;
    display: inline-block;
    text-align: center;
}

.highlight3 {
    width: 90%;
}

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

.box-h1 {
    width: calc(100% - 50px);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
    margin-top: 150px;
    flex: 1;
    align-self: flex-start;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hotel-rating {
    width: calc(100% - 30px);
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    max-width: 400px;
    background: #f9f9f9;
}

.hotel-rating h3 {
    color: #333;
}

.hotel-review {
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.hotel-review h4 {
    color: #0073e6;
}

.hotel-review p {
    margin: 5px 0;
}

strong {
  font-weight: bold;
}

@media (max-width: 900px) {
header {
    min-height: 250px;
    background-size: cover;
}

header .box-text {
padding: 10;
}

h2 {
    font-size: 1.3rem;
}

.zweitemenu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 10px 0px 10px;
    display: flex;
    align-items: center;
}

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

    nav .container {
    flex-direction: row;
}

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

.box-text-3 {
    height: auto;
    margin-top: 10px;
    width: calc(100% - 50px);
    padding: 20px 10px;
    border-radius: 15px 15px 15px 15px;
}

.box-text-4 {
    height: auto;
    width: calc(100% - 50px);
    margin-top: 10px;
    padding: 20px 10px;
    border-radius: 15px 15px 15px 15px;
}

.box-img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.box-img-l {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.box img, .box-1 img {
margin-top: 20px;
}

.box-text, .box-text-1 {
margin: 10px;
}
.button {
width: 140px;
}

nav .logo {
    padding: 10px 10px;
    height: 70px;
}

.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%;
}
.searchform {
    position: relative;
    padding-bottom: 50px;
}

.searchform .searchform-content .form-field.active { 
    height: 100vh;
    max-width: 100vw;
    display: inline-block;
    overflow: hidden;
    border-top: 1px solid #E60A15;
    position: absolute;
    top: 0;
    left: 0; 
    z-index: 9999;
}

.suggester ul li:not(.choice) {
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-weight: 500;
}

.searchform .searchform-nav-product li {
    background: #E60A15;
    color: #ffffff;
}

.searchform .searchform-nav-product li.active {
    background: #ffffff;
    color: #E60A15;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    z-index: -1;
    font-weight: 600;
}

.searchform .searchform-content {
    box-shadow: 0 8px 8px rgba(0,0,0,.1);
}
.box-text-suchen, .box-text-suchen-h {
    flex-direction: column;
    width: calc(100% - 50px);
    padding: 15px;
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.airports-selection {
    top: 0;
}
#pck-departure {
    pointer-events: none;
    caret-color: transparent;
    }
.wrapper {
    width: calc(100% - 10px);
    padding: 5px;
    margin: 0;
    }
.wrapper2 {
    width: calc(100% - 30px);
    padding: 15px;
    margin: 0;
    }
}
