/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Yellowtail&display=swap');

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
	 transition: all 0.3s ease-in-out;
    transition-property: color, background, transform; /* kein layout! */
}

html {
    scroll-behavior: smooth;
}

body {
    color: #2F5181;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #2F5181;
    text-decoration: none !important;
    outline: none !important;
    transition: all .3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #2F5181;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2F5181;
    text-decoration: none!important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul, li, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.about_text, .faq_list, .agb_content {
    list-style-type: disc;
    margin-left: 20px;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a, .btn {
    text-decoration: none !important;
    outline: none !important;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg_new.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 20px 0px;
	position: relative;
    z-index: 10;
}

.bg-light {
    background-color: transparent !important;
}

.logonew {
    width: 100%;
    float: left;
    color: #2F5181;
    font-size: 60px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-family: 'Yellowtail', cursive;
}

.logonew a {
    color: #F37610;
    text-decoration: none;
}

.logotext {
    width: 100%;
    float: left;
    font-size: 0px;
    text-align: center;
    color: white;
    padding: 0px 0px 0px 0px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.menu_main li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
}

.menu_main li a {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
}

.menu_main li a:hover {
    color: #ffffff;
    background-color: #2F5181;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 305px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', sans-serif;
}

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: #2F5181;
    color: #ffffff;
}

/* banner section end */

/* services section start */

.services_section {
    position: relative;
    z-index: 2;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2F5181;
    font-weight: bold;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2F5181;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.services_img {
    width: 100%;
    float: left;
    text-align: center;
}

.btn_main {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.btn_main a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2F5181;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

.BuchungAnfragen a {
    float: left;
    font-size: 20px;
    color: #F37610;
    text-align: center;
    padding: 15px 100px ;
    font-weight: bold;
    text-transform: uppercase;
}

.BuchungAnfragen a:hover {
    float: left;
    font-size: 20px;
    color: darkorange;
    text-align: center;
    padding: 15px 100px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: #000d10;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #2F5181;
}

/* services section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 70px;
}

.padding_right_0 {
    padding-right: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2F5181;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2F5181;
    margin: 0px;
    padding-top: 40px;
}

.about_img {
    width: 100%;
    float: left;
}

/* about section end */

/* camper section start */

.about_text ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* camper section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../images/blog-bg_new.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 345px;
    padding-top: 200px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2F5181;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 70px;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: inherit;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

/* blog section end */

/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #2F5181;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #2F5181;
    padding-top: 30px;
    text-align: center;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #2F5181;
    font-weight: bold;
    padding-bottom: 0px;
}

/* choose section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: bold;
}

.email_text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}

.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}

.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_btn button {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2F5181;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.send_btn button:hover {
    background-color: #000d10;
    color: #ffffff;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    padding-top: 250px;
    background-size: cover;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px 10px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #e27141;
}

/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #2F5181;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e27141;
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner_taital {
        font-size: 40px;
    }
    .services_taital, .about_taital, .blog_taital, .choose_taital, .contact_taital {
        font-size: 30px;
    }
    .logonew {
        font-size: 24px;
    }
}

/* Overlay Styles */
.overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  background-color: white;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.overlay-scroll-content {
  padding: 20px;
  overflow-y: auto;
  flex-grow: 1;
}

.overlay-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #ccc;
  background: white;
}

.close-btn {
  background-color: #2F5181;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn:hover {
  background-color: #1e3a6a;
}

.list-style {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 20px;
}

.list-style li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.list-style li::before {
    content: "•";
    color: #2F5181;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}

.carousel-inner {
    position: relative;
    z-index: 1;
}

.carousel-item {
   min-height: 350px;
}

.carousel-item .container {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
}

#cookieConsent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    font-family: 'Poppins', sans-serif;
    z-index: 10000;
}

#acceptCookies {
    margin-left: 10px;
    padding: 5px 10px;
    border: none;
    background-color: #F37610;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

#acceptCookies:hover {
    background-color: darkorange;
}
