body {
    background-color: #b3bed4;
    font-size: 16px;
}
body .topimage {
    position: relative;
}
body .topimage #logo {
    position: absolute;
    top: 15px;
    left: 15px;
}
body .topimage .tripfinderwrapper {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
body .topimage .tripfinderwrapper form {
    margin-bottom: 0;
}
body .topimage .tripfinderwrapper h3 {
    color: #FFFFFF;
}
body .topimage .tripfinderwrapper label {
    color: #FFFFFF;
    font-weight: normal;
    text-shadow: 1px 1px 2px #969696 !important;
}
body .topimage .tripfinderwrapper select {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.9);
    color: #333;
    font-size: 14px;
    height: 36px;
    outline: none;
    transition: all 0.3s ease;
}
body .topimage .tripfinderwrapper select:focus {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
body .topimage #flags {
    position: absolute;
    top: 15px;
    right: 15px;
}
body .topimage #flags a img {
    width: 24px;
    height: 16px;
    margin-left: 5px;
}
body .topimage .buttonwrapper {
    position: absolute;
    right: 15px;
    bottom: 18px;
}
body .topimage #tripadvisorcert {
    position: absolute;
    right: 15px;
    bottom: 18px;
    width: 116px;
    height: 86px;
    background-image: url(/images/tripadvisorcert.jpg);
}
body .topimage #tripadvisorcert.booknow {
    bottom: 55px;
}
body .desknav {
    background-color: #264586;
}
body .desknav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body .desknav ul li {
    float: left;
    padding-right: 25px;
    position: relative;
}
body .desknav ul li a {
    display: inline-block;
    color: #FFFFFF;
    padding: 10px 0 10px 0;
}
body .desknav ul li a:hover,
body .desknav ul li a:visited,
body .desknav ul li a:active {
    text-decoration: none;
}
body .desknav ul li .searchwrapper {
    width: 220px;
    text-align: right;
    margin-top: 7px;
}
body .desknav ul li .searchwrapper form input[type=submit] {
    font-size: 16px;
}
body .desknav ul li .searchwrapper form input[type=text] {
    width: 150px;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.1);
    color: #fff;
    outline: none;
    transition: all 0.3s ease;
    font-size: 13px;
}
body .desknav ul li .searchwrapper form input[type=text]:focus {
    width: 180px;
    background: rgba(255,255,255,0.2);
    border-color: #fff;
}
body .desknav ul li .searchwrapper form input[type=text]::placeholder {
    color: rgba(255,255,255,0.7);
}
body .desknav ul li ul {
    display: none;
    position: absolute;
    left: -10px;
    background-color: #FFFFFF;
    min-width: 200px;
    z-index: 10000;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
body .desknav ul li ul li {
    float: none;
    border-bottom: 1px solid #333;
}
body .desknav ul li ul li a {
    color: #333;
    padding: 5px 0 5px 10px;
}
body .mobilenav {
    height: 50px;
    background-color: #264586;
}
body .mobilenav i {
    font-size: 24px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 3px 5px 3px 5px;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 8px;
}
body .mobilenavwrapper {
    display: none;
    background-color: #264586;
}
body .mobilenavwrapper .mobilenavitems ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body .mobilenavwrapper .mobilenavitems ul li a {
    display: block;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding: 8px 0 8px 15px;
}
body .mobilenavwrapper .mobilenavitems ul li ul {
    padding-left: 20px;
}
body .leftnav {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #264586;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
}
body .leftnav h4 {
    font-size: 16px;
    font-weight: bold;
}
body .leftnav a {
    color: #FFFFFF;
}
body .leftnav ul {
    margin-left: 0;
    padding-left: 15px;
}
body .leftnav ul li {
    margin-bottom: 8px;
}
body .leftnav ul li a {
    color: #FFFFFF;
}
body .leftnav ul li a:hover {
    color: #FFFFFF;
}
body .leftnav i {
    font-size: 32px;
}
body .content {
    background-color: #FFFFFF;
    padding-top: 15px;
}
body .content ol .breadcrumb {
    background-color: #FFFFFF;
    font-size: 14px;
}
body .content h1,
body .content h2 {
    font-size: 24px;
    color: #264586;
    font-weight: bold;
    text-align: center;
}
body .content .indexservice {
    padding: 15px;
}
body .content .indexservice i {
    font-size: 40px;
}
body .content .indexservice h4 {
    font-size: 16px;
    color: #264586;
    font-weight: bold;
}
body .content .triplistfeatured .featuredimage {
    position: relative;
    margin-bottom: 15px;
}
body .content .triplistfeatured .featuredimage img {
    display: block;
    margin-bottom: 0;
    width: 100%;
}
body .content .triplistfeatured .featuredtext {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 4px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
body .content .triplistfeatured .featuredprice {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 4px;
}
body .content .triplist .listimage,
body .content .service-content .listimage {
    margin-bottom: 8px;
}
body .content .triplist h6,
body .content .service-content h6 {
    font-size: 16px;
    color: #264586;
    font-weight: bold;
    margin: 0 0 8px 0;
}
body .content .triplist .triptags,
body .content .service-content .triptags {
    font-size: 12px;
    color: #3e3e3e;
}
body .content .triptabs li a {
    color: #333333;
}
body .content .triptabs li a.tabdescription {
    background-color: #B3BED4;
}
body .content .triptabs li a.tabdescription:hover {
    background-color: #264586;
    color: #FFFFFF;
}
body .content .triptabs li a.tabavailability {
    background-color: #ffcc99;
}
body .content .triptabs li a.tabavailability:hover {
    background-color: #ff9900;
    color: #FFFFFF;
}
body .content .triptabs li a.tabinforequest {
    background-color: #ffcccc;
}
body .content .triptabs li a.tabinforequest:hover {
    background-color: #cc0000;
    color: #FFFFFF;
}
body .content .triptabs li a.tabimagegallery {
    background-color: #ccff99;
}
body .content .triptabs li a.tabimagegallery:hover {
    background-color: #006600;
    color: #FFFFFF;
}
body .content .triptabs li a.tabreviews {
    background-color: #ccffff;
}
body .content .triptabs li a.tabreviews:hover {
    background-color: #336699;
    color: #FFFFFF;
}
body .content .triptabs li.active a {
    color: #FFFFFF;
}
body .content .triptabs li.active a.tabdescription {
    background-color: #264586;
}
body .content .triptabs li.active a.tabavailability {
    background-color: #ff9900;
}
body .content .triptabs li.active a.tabinforequest {
    background-color: #cc0000;
}
body .content .triptabs li.active a.tabimagegallery {
    background-color: #006600;
}
body .content .triptabs li.active a.tabreviews {
    background-color: #336699;
}
body .content .tab-content .tab-pane {
    padding-top: 15px;
    padding-bottom: 15px;
}
body .content .tab-content .tab-pane .tripfacts table tr td {
    padding: 4px 4px 4px 0;
}
body .content .tab-content .tab-pane .tripfacts table tr td .factsicon {
    width: 35px;
    max-height: 35px;
}
body .content .tab-content .tab-pane .gallerypic {
    margin-bottom: 30px;
}
body .content #contact-form input[type=text],
body .content #contact-form textarea {
    margin-top: 10px;
}
body .content .taglist .tag {
    background-color: #264586;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px;
    margin: 4px;
    cursor: pointer;
}
body .content .taglist .tag.active {
    background-color: Red;
}
body .content .taglist .tag.active:after {
    content: " \2713";
}
body .footer {
    background-color: #333;
    color: #FFFFFF;
}
body .footer > div {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
body .footer > div a {
    color: #CCCCCC;
}
body #difficulty {
    width: 100%;
    border-collapse: collapse;
    color: #333;
}
body #difficulty tr td {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 10px;
    font-size: 14px;
}
body #difficulty tr td:first-child {
    width: 30%;
    font-weight: bold;
    background-color: #f9f9f9;
}
body #difficulty img {
    margin: 2px;
    vertical-align: middle;
    width: 20px;
}
#myModal .modal-content {
    border-radius: 0;
}
#myModal .modal-header {
    background-color: #264586;
    color: #ffffff;
}
#myModal .modal-header .close {
    color: #ffffff;
    opacity: 0.8;
}
#myModal .modal-header .close:hover {
    opacity: 1;
}
a.btn-alt,
input[type=submit],
button.btn-alt,
.btn-search {
    background-color: #264586 !important;
    color: #FFFFFF !important;
    font-size: 14px;
    padding: 8px 20px !important;
    border: none;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 1.5;
}

a.btn-alt:hover,
input[type=submit]:hover,
button.btn-alt:hover,
.btn-search:hover {
    background-color: #1a305e !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transform: translateY(-1px);
    color: #FFFFFF !important;
    text-decoration: none !important;
}

a.btn-alt.booknow,
input[type=submit].booknow,
button.btn-alt.booknow {
    background-color: #D52B1E !important;
}

a.btn-alt.booknow:hover,
input[type=submit].booknow:hover,
button.btn-alt.booknow:hover {
    background-color: #b02318 !important;
}

a.btn-alt.small,
button.btn-alt.small {
    padding: 4px 12px !important;
    font-size: 12px;
    letter-spacing: 0.3px;
}
/* Trip Finder Page & General Styles */
form[name="tripfinder"] {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.white-bg form[name="tripfinder"],
.triplist form[name="tripfinder"] {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
}

form[name="tripfinder"] select {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    font-size: 14px;
    height: 38px;
    outline: none;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    min-width: 150px;
}

form[name="tripfinder"] select:focus {
    border-color: #264586;
    box-shadow: 0 0 5px rgba(38, 69, 134, 0.3);
}

form[name="tripfinder"] .checkfieldset {
    display: inline-block;
    margin: 0 15px 10px 10px;
    vertical-align: middle;
}

form[name="tripfinder"] .checkfieldset label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 5px;
}

form[name="tripfinder"] input[type="submit"] {
    margin-bottom: 10px;
}

/* Ensure topimage tripfinder stays compact */
body .topimage .tripfinderwrapper form[name="tripfinder"] {
    background: transparent;
    padding: 0;
    backdrop-filter: none;
    border: none;
}
body .topimage .tripfinderwrapper form[name="tripfinder"] select {
    background: rgba(255,255,255,0.9);
    border: 1px solid transparent;
    min-width: 130px;
}
body .topimage .tripfinderwrapper form[name="tripfinder"] select:focus {
    background: #fff;
}
.white-bg {
    background-color: #FFFFFF;
}

.listimage-container {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 ratio */
    overflow: hidden;
    border-radius: 4px;
    background-color: #f8f9fa;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.listimage-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.listimage-container:hover img {
    transform: scale(1.05);
}

/* Flexbox für einheitliche Kachelhöhen */
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.equal-height-row .featuredimage,
.equal-height-row .listrow-tile {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.listrow-tile {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.listrow-tile:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.listrow-tile .row {
    display: flex;
    flex: 1;
}

.listrow-tile .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Anpassung der Homepage-Kacheln */
.triplistfeatured .featuredimage {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background: #fff;
}

.triplistfeatured .featuredimage:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.triplistfeatured .featuredtext {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.triplistfeatured .featuredprice {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 8px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    font-weight: bold;
    z-index: 10;
}

.listrow {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.listrow:last-child {
    border-bottom: none;
}
ul.errors {
    color: #FF0000;
    list-style: none;
    padding: 0;
}
.search-list ul {
    margin-top: 30px;
}
.search-list ul li {
    padding-bottom: 5px;
}
.search-list ul li h5 {
    color: #264586;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}
.search-list ul li .url {
    color: darkgreen;
    font-size: 14px;
}
.search-list ul li p {
    font-size: 14px;
}
@media (max-width: 767px) {
    .topimage #logo img {
        width: 40vw;
        height: auto;
    }
    .topimage #tripadvisorcert {
        display: none;
    }
}
/*# sourceMappingURL=styles.css.map */
