/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

body {
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.container {
    max-width: 980px !important;
}

.color-darkblue{
  color: #041f4a !important;
}

/* Header & Nav */



header {
    width: 980px !important;
    height: 250px;
    background: url(../bilder/magic-life-header.jpg) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.logo {
    float: left;
    width: 220px;
    height: 88px;
    margin-top: 60px;
    margin-left: 40px;
}

.logo2 {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.translate-middle-y-nav {
    transform: translateY(-100%) !important;
}

.nav-item {
    background-color: #041f4a;
    margin-right: 10px;
    color: #fff;
}

.nav-item a {
    color:  #f4e9d5;
    font-weight:bold;
    font-size: 18px;
    padding-bottom: 18px;
}

.nav-item a:hover {
    color: #041f4a !important;
    font-weight:bold;
    padding-bottom: 18px;
}

.dropdown-alle-clubs {
    background-color: #041f4a;
    margin: 0 !important;
    width: 100%;
}

.dropdown-alle-clubs li a {
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #fff400;
}

.dropdown-toggle {
    border-radius: unset !important;
}

.nav-item:hover {
    background-color: #fff400;
    color:#041f4a;
	font-weight:bold;
}

.active {
    background-color: #dee2e6;
}

.active a{
    color:#041f4a !important;
	font-weight:bold;
}

.active-border {   
        background-color: #fff400;
        ;
        display: block;
        height: 8px;
        position: relative;
        z-index: 100;
}

.navbar-brand {
    display:none;
}

.navbar-toggler {
    margin-right:5px;
}

.main {
    float: left;
    width: 700px;
}

@media screen and (max-width: 768px) {
    header {
        display:none;
    }
    .sidebar{
        display:none;
    }
    .translate-middle-y-nav {
        transform: translateY(-0%) !important;
        background-color: #fff400; 
    }
    .logo-m {
    width: 100%;
    max-width: 117px;
    height: auto;
    margin-top: 10px;
    float: left;
    margin-left: 15px;
    margin-bottom: 8px;
    }
    .navbar-brand {
        display:block;
    }
    .active-border{
        display:none;
    }
    .navbar navbar-expand-lg {
        flex-direction: column !important;
    }
    .main {
        margin-top:50px;
    }
    
    .nav-item {
        background-color: #fff400;
        margin-right: 10px;
        border-bottom: 1px solid #000;
        width: 100%;
    }
    .nav-item a {
        color:  #041f4a ;
        font-weight:bold;
        font-size: 14px;
        padding-bottom: 18px;
        background-color: #fff400;
    }

    .dropdown-alle-clubs {
        background-color: #fff400;
    }
}

@media screen and(max-width: 576px) {
    .navbar navbar-expand-lg {
        flex-direction: column !important;
    }
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 2;
  }

.list-group-item a {
    text-decoration: none;
    color: #fff;
}

.list-group-item {
    background-color: #041f4a;
}

.accordion-button {
    background-color: #fff400 !important;
    font-size:20px;
    color: #000 !important;
}

.accordion-body {
    background-color: #fff400;
}

.schnellsuche-btn {
    background-color: #041f4a !important;
    color: #fff;
    font-weight: bold;
    border: #75c6c9;
    width: 100%;
}

#headingItalien {
    background: src(bilder/aldiana-calabria.jpg);
}

@media screen and (min-width: 768px) {
    .schnellsuche-btn {
        display:none;
    }
}

/* Main & Sidebar */ 

.wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 965px) {
    .main {
        width:100% !important;
    }
}

.sidebar {
    padding:10px;
  height: 80vh;
  background-color:#f4e9d5;
  color: #041f4a;
  float:right;
  width:265px;
}


.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

.nl-button{
    float:right; 
    background-color:#fff400; 
    border: none; 
    border-radius:5px; 
    font-size:14px; 
    font-weight:bold; 
    color:#041f4aFF; 
    padding:5px 10px 5px 10px 
}

.nl-button:hover {
	background-color: green;
}

.datenschutz-side {
    font-size:10px; 
    margin-top:7px; 
    color:#a195a3;
}

.datenschutz-side a{
    color:#f00;
}

.nl-email{
    border:solid 1px;
    width:100%; 
    font-size:14px; 
    margin-top:7px;
}

.nl-text{
    font-weight:bold; 
    font-size:16px; 
}

.service-side{
    width:265px; 
    float:left; 
    margin-left:-10px; 
    margin-top:20px; 
    margin-bottom:10px;
}

.anfrage-btn{
    margin-top:10px; margin-bottom:15px;     
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;     background-color: #fff400 !important;
    color: #fff !important;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.side-tel{
    text-align: center; 
    font-size:20px; 
    color: #041f4a; 
    margin-top:20px; 
    font-weight:bold;
}

.schnellauswahl-side{
    margin-left:auto; 
    margin-right:auto; 
    width:90%; 
    border-radius:5px; 
    color:#555; 
    font-size:14px; 
    height:30px;
}

#schnellauswahl .modal-content{
    background-color: #012549 !important;
}

.sidebar-2{
    background-color: #56505c; 
    margin-left:-10px; 
    margin-right:-10px;
}

.partner{
    margin-top:50px;
    margin-bottom:50px;
}

@media screen and (max-width: 965px) {
    .sidebar {
        display:none;
    }
}

.nl-side {
    color: #041f4a;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
}

.nl-side-footer-mobile {
    color: #041f4a;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
}

.nl-side a {
    color: #041f4a !important;
}

.nl-side-footer-mobile a {
    color: #041f4a !important;
}

/* Footer */ 

@media screen and (min-width: 966px) {
    .nlmobile {
        display:none !important;
    }
}

footer {
    font-size:12px;
    color: #041f4a;
    margin-top:120px; 
    text-align:center;
}

footer a {
    text-decoration:none;
    color: #041f4a;
}

.nlbtnmobile {
    width:100%; 
    border: none; 
    border-radius:5px; 
    background-color:#fff400; 
    padding-top: 5px; 
    padding-bottom:5px; 
    color:#041f4aFF; 
    font-size:16px;
}

/*Startseite Clubs*/

td {
    padding:2px;
}

@media screen and (max-width: 966px) {
    .amain{
        max-width: 690px;
    }
}

.carousel-home {
    position: relative;
    overflow: hidden;
    height: 200px; /* Set your desired height */
    width:330px;
    margin-bottom:20px;
}

.carousel-inner-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    transition: transform 0.8s ease;
}



.carousel-item-home {
    width: 100%;
    height: 50%; /* Adjust this to fit the number of items you have */

    background-position: center;
}
/* Custom CSS to make the squares larger */
.bi-square-fill {
    font-size: 12px; /* Adjust the font-size to make the squares larger */
    margin-right: 6px; /* Optional: Add margin between squares */
    
}

.carousel-table {
    color: #041f4a;
    font-size:12px;
}

@media screen and (min-width: 769px) {
    .carousel-home:hover .carousel-inner-home {
        transform: translateY(-140px);
    }
}

@media screen and (max-width: 769px) {
    .carousel-table {
        display: none
    }
    .carousel-home{
        height:60vw;
        width:100%;
    }
    .carousel-card{
        height:unset !important;
    }
    .carousel-item-home{
        height:unset !important;
    }
}

.carousel-card {
    background-color: #fff400; 
    height:270px; 
    padding:8px; 
    font-size:14px; 
    color: #041f4a;
    font-weight: bold;
    line-height: 1;
}

.carousel-card > span:first-child {
    line-height: 1.3;
}

.carousel-card > span:first-child > i{
    font-weight: normal;
}

.clubkarten {
    display:flex;
    justify-content:space-between;
    padding:10px 10px;
}

/*Counter*/

.aktion-code {
  width: auto;
 /* background-color: white !important; */
 margin-bottom: -20px !important;
  border-radius: 5px !important;
     padding: 10px !important;
}

.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds {
  color: #f80c0c !important;
}

.county.red .county-days-wrapper, .county.red .county-hours-wrapper, .county.red .county-minutes-wrapper, .county.red .county-seconds-wrapper {
  color: #ffffff !important;
}

.county.red .county-days, .county.red .county-hours, .county.red .county-minutes, .county.red .county-seconds {
  background-color: #f80c0c; !important;
}

.county.red span.separator-left {
  border-left: 1px solid #ffffff;
}

/*Impressunm*/

.impressum {
    font-size: 28px;
    color: #262626;
}

/* zentriert die Service Überschrift mobile */
@media (max-width: 768px) {
    .impressum {
        text-align: center; /* Zentriert den Text */
        width: 100%; /* Nimmt die volle Breite des Containers ein */
        margin: 0; /* Setzt Margen auf null */
    }
}

/* Clubübersicht */

.kreisk {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    background-color: #f8980f;
    position: relative;
    text-align: center;
    padding: 15px 0px 35px 0px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    margin-top: -130px;
    margin-left:500px;
    bottom:35px;
}

@media only screen and (max-width: 768px) {
    .kreisk {
        width: 100%;
        height: auto;
        border-radius: 0px;
        background-color: #f8980f;
        position: relative; /* Change absolute to relative */
        text-align: center;
        padding: 10px 0px 10px 0px;
        font-size: 28px;
        color: #fff;
        font-weight: bold;
    }
}


@media only screen and (max-width: 768px){
    .kreisk {
        width: 100%;
        height: auto;
        border-radius: 0px;
        background-color: #f8980f;
        position: inherit;
        bottom: 35px;
        text-align: center;
        right: 30px;
        padding: 10px 0px 10px 0px;
        font-size: 28px;
        color: #fff;
        font-weight: bold;
        margin-left:0px;
        margin-top:0px;
    }
}

.angebotskarte a {
    text-decoration:none !important;
}

/* Angebote */

.angebot-karte {
    border: 2px solid #fff400;
    border-radius: 5px;
    box-shadow: 1px 1px 10px grey;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.angebot-karte img {
    max-width:600px;
    width:100%;
}

.amaind {
	font-weight:bold;
	}

.amainz {
	font-weight:normal;
	}

.amaind {
    font-weight:bold;
    }

.amainp {
    font-size:24px;
    color:#2A2A2A;
    background:#FFFFFF;
}

.amainp  a {
	background-color:#FFFFFF !important;
	color:#041f4a !important;
	font-weight:bold;
    text-decoration: none;
	}

.amainp:hover {
    text-decoration: underline;
}    

.amain {
	color:#041f4a;
	
	}
.amain a span{
	color:#041f4a;
	background-color:#FFFFFF;
	
	}
.amain h2 {
	color:#041f4a;
	
	}

/* Preisvorteile */

.preisvorteil {
    font-size:14px;
    margin-bottom: 30px;
}

/* Service */

.service-btn > .btn{
    background-color: #f4e9d5;
    margin:5px 15px 5px 15px;
    color: #262626;
    width:25%;
}

.service-btn > .active{
    background-color: #041f4a;
    margin:5px 15px 5px 15px;
    color: #fff;
    width:25%;
}

@media (max-width: 767.98px) {
    .service-btn .btn {
        width: 100%; /* Setzt die Breite der Buttons auf 100% auf kleinen Bildschirmen */
        margin-bottom: 10px; /* Fügt einen Abstand zwischen den Buttons hinzu */
    }
}

@media (min-width: 768px) { /* mobile "hier" verlinkt zur nl-form */
    .mobile-link {
        pointer-events: none; /* Verhindert Interaktionen */
        color: inherit; /* Verhindert, dass die Linkfarbe sichtbar ist */
        text-decoration: none; /* Verhindert, dass der Link unterstrichen wird */
    }
}



/* Events */

.eventslist {
    background-color: unset;
    color: #7f89abf2;
    font-size:14px;
}

.eventliste {
    margin-top:20px; 
    width:80%;
}

@media screen and (max-width: 965px) {
    .eventliste {
        width:100%;
    }
}

/* Clubseiten */
.clubcontainer {
	font-size: 14px;
}

.clubname {
	margin-bottom:15px;
}

.clubname > h1 {
	font-size: 28px;
}

.clubname > p {
	font-size: 16px;
}

.clubnav {
	display: flex;
	justify: content: space between;
	gap: 15px;
}

.clubnavbtn {
    --bs-btn-color: #041f4a;
    --bs-btn-bg: #85CBCB;
    --bs-btn-border-color: unset;
    --bs-btn-hover-color: #041f4a;
    --bs-btn-hover-bg: #dee2e6 ;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #041f4a;
    --bs-btn-active-bg: #dee2e6;
    --bs-btn-active-border-color: unset;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a195a3;
    --bs-btn-disabled-border-color: unset;
    border-radius: 6px !important;
}

.bi-square-fill2 {
    font-size:10px;
    margin-right:3px;
}

.btn-secondary {
    --bs-btn-color: #fff ;
    --bs-btn-bg: #388080;
    --bs-btn-border-color: unset;
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #388080;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #388080;
    --bs-btn-active-border-color: unset;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #388080;
    --bs-btn-disabled-border-color: unset;
    border-radius: 10px;
}

#uebersicht {
    padding-left:0px;
    padding-right:0px;
}

#zimmer {
    padding-left:0px;
    padding-right:0px;
}

#zimmer > div {
	margin-top: 15px;
}

#zimmer > div > p:first-child {
	font-size: 18px;
	font-weight: bold;
}

#bildergalerie {
    padding-left:0px;
    padding-right:0px;
    margin-top:20px;
}

#karte {
    padding-left:0px;
    padding-right:0px;
    text-align: center;
}

#karte > img {
    margin-top: 20px;
}

.clubang p a{
    color:#fff;
}

.clubtxt {
    width: 450px; 
    margin-top:15px; 
    float:left;
}

.beschreibung {
	color:#56505c; 
	font-size:14px;
}

.beschreibung > h2 {
	font-weight: bold;
	font-size: 18px;
}

.anfrage {
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.preisang {
	font-size: 30px;
	font-weight: bold;
}

.clubang {
	text-align:center; 
	background-color:#85CBCB; 
	margin-top:15px; 
	padding: 7px 12px 7px 12px; 
	color:#fff;
}

.clubside {
	float:right; 
	width:200px; 
	font-size:12px;
}

.clubang-mobile {
	text-align: center;
	background-color: #85CBCB;
	margin-top: 15px;
	padding: 7px 12px 7px 12px;
	color: #fff;
}

.anfrage-fixed {
    display: none;
}

@media screen and (max-width: 965px) {
    .clubtxt {
        width:100% !important;
    }
    .clubside {
        width:100% !important;
    }
    .anfrage-fixed {
        display: block !important;
        position: fixed;
        text-align: center;
        width: 100%;
        background-color: #FFF400;
        height: 75px;
        padding-top: 12px;
        bottom: 0;
    }
    footer {
        margin-bottom: 80px;
    }
}

.bildergalerie-img {
    margin-right: 5px;
    margin-bottom: 24px;
    width: 201px; 
	height: 113px;
}

.bildergalerie-img:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .bildergalerie-img {
      width: 100%; 
      height: auto; 
    }
  }

@media (max-width: 574px) {
    .bildergalerie-img {
        pointer-events: none;
    }
}

.bewertung-tbody {
    font-size:12px; 
    color:#626735;
}

@media only screen and (max-width: 600px){
    .bewertung-tbody {
        font-size: 9px;
    }
    .bi-square-fill2 {
        font-size: 6px;
        margin-right: 2px;
    }
}

/* Anfrage */

.table>*>*>* {
    color:#212529 !important;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #a195a3;
    --bs-table-bg: transpartent;
    --bs-table-border-color: #a195a3;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #a195a3;
    --bs-table-striped-bg: #a195a3;
    --bs-table-active-color: #a195a3;
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: #a195a3;
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width:100%; 
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.anfrage-table {
    min-width: 450px;
    max-width:800px;
    width:100%;
    justify-self:center; 
    display:grid;
}

.anfrage-table input {
    width: 95%;
}

@media only screen and (max-width: 600px){
    .anfrage-table {
        width: 100%;
        min-width: 0;
    }
}


.afsingo {
    display: none;
}

/* Gewinnspielmodal */

.modal-header-gs {
    display: block;
    background-color: #fff400;
    color:#000;
    
}

.modal-header-gs h4 {
    font-size:30px;
    font-weight:bold;
}

.close-gs {
    position: absolute;
    top:10px;
    right:10px;
}

#gewinnspiel-modal {
    text-align: center;

}

.radio-gs {
    margin-top:10px;
    margin-bottom:20px;
    font-weight:bold;
}

.modal-gs-body {
    background: url('../bilder/gewinnspiel-bg.png') no-repeat;
    background-size:cover;
    color:#333333;
    font-size:14px;
}

.modal-content-gs{
    max-width:420px;
}

.popup-text{
	text-align:center;
	font-size:14px;
    margin-bottom: 2rem;
}

.popup-text span{
	
	font-size:28px;
	font-weight:bold;
}

.popupsenden {
    margin-top:10px;
    background-color: #041f4a;
    color: #fff;
    font-weight: bold;
    width:85%;
    border:1px solid black;
}

.popupsenden:hover {
    background-color: #4f9f42;
    color: #fff;
    border:1px solid black;
}

.popupsenden:active {
    background-color: #f8980d;
    color: #fff;
    border:1px solid black;
}

.hotels {
    float: left;
    width: 330px;
    margin: 20px 20px 0px 0px;
}

.hotel-txt {
    float: left;
    background-color: #fff400;
    width: 330px;
}

.hotel-txt h2 {
	color:#ffffff;
	font-size:15px;
	margin:0px;
	margin-left:10px;
	margin-bottom: 6px;
	padding-top: 7px;
	font-family:open sans;
	font-weight:normal;
	line-height:21px;
}

.sommer-winter img{
	float:right;
	position:relative;
	top:-42px;
	left:-3px;
}

#wrapper-hover .carousel {
    display: block;
    float: left;
    width: 330px;
    height: 164px;
    margin: 0 1px 1px 0;
}

#wrapper-hover .carousel div {
    background-color: #fff400;
    width: 330px;
    height: 210px;
    padding: 5px 10px;
}

#wrapper-hover .carousel div table {
    height: 150px;
    margin: 0;
}

.caroufredsel_wrapper {
    width: 330px !important;
    height: 210px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    float: left;
}

#wrapper-hover * {
    color: #041f4a;
    font-weight: bold;
}

#wrapper-hover .carousel div h3 {
    font-size: 15px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.ort {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    margin-left: -3px;
}

td {
    padding: 2px;
}

.main-ac {
    float: left;
    width: 700px;
}

.club-head {
    color: #262626;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}

/* Eigenschaften des Clubs */
.container-teal li {
    min-width: 50px;
}

.container-teal ul {
    list-style: none; 
    font-weight: bold; 
    line-height:2; 
    margin-bottom:0px;
}

.container-teal{
    width:100%; 
    background-color:#dee2e6; 
    padding:15px;
    padding-left: 10px; 
    color:#56505c;
    margin-bottom: 20px;
}

/* Anfrage Button */
.geb-frei {
    font-size: 12px;
}

.reiseanfrage {
    font-size: 15px;
    font-weight: bold;
}

/* Sport und Fitness */
.sport-fitness {
    display: flex;
    margin-bottom: 20px; /* Abstand zwischen den "sport-fitness" Elementen */
    height: 300px;
}

.sport-fitness-img {
    position: relative;
    top: 6px;
}

.sport-fitness-text {
    flex: 1; /* Text nimmt den restlichen Platz ein */
    color:#262626;
    position:relative;
    padding:10px;
    font-size: 14px;
}

.sport-h {
    color:#041f4a;
	font-size:18px;
	font-weight:bold;
    margin-bottom: 10px;
}

/* Service Seite */
.service-head {
	width:700px;
	float: left;
	margin-bottom:20px;
}

.service-head h1 {

	color:#262626;
	font-size:28px;
	margin:0px;

}

.service-headmain {
	width:700px;
	float: left;
	
}

.service-headmain img {
	float:left;
	
}

.service-headmain ul {
	list-style-type:square;
	float:left;
	width:370px;

}

.service-headmain li {

	color:#262626;
	line-height:27px;
}

#bestpreisgarantie {

	float:left;
	width:700px;
	margin-top:20px;
}

#bestpreisgarantie img {
	
	float:left;
	margin-top:50px;
}

#bestpreisgarantie p {

	float:left;
	color:#262626;
	font-size:12px;
	line-height:20px;
	width:435px;
	margin-left:30px;

}

#newsletter {

	float:left;
	width: 100%;
	margin-top:20px;
}

#newsletter img {
	
	float:left;
}

#newsletter p {

	float:left;
	color:#262626;
	font-size:12px;
	line-height:20px;
	width:100%;

}

#sicherheit {

	float:left;
	width:100%;
	margin-top:20px;
}

#sicherheit img {
	
	float:left;
}

#sicherheit p {

	float:left;
	color:#262626;
	font-size:12px;
	line-height:20px;
	width:100%;
	margin-left:30px;

}

.main-content {
	
	float:left;
	width:700px;
	margin-top:30px;
}

.main-content .active a{
    background-color: #041f4a !important;
   border: 0 none !important;
   color: #f4e9d5 !important;
}

.main-content .active .amainp  a {
	background-color:#FFFFFF !important;
	color:#041f4a !important;
	font-weight:bold;
	}

.navi-con {
        margin-bottom:0;
        padding-left:0px;
        list-style:none;
        font-size:12px;
        border:0;
        z-index:10;
        display:inline;
    }
.navi-con>li {
        position:relative;
        display:block;
        margin-right:10px;
        width:185px;
        text-align:center;
    }
.navi-con>li>a {
        position:relative;
        display:block;
        padding:5px 21px;
        height:37px;
        font-size:18px;
        background-color:#f4e9d5;
        color:#262626;
        font-family:open sans;
        font-weight:300;
    }
.navi-con>li>a:hover, .navi-con>li>a:focus {
        text-decoration:none;
        border: 0px dotted
    }
.navi-con>li.disabled>a {
        color:#999
    }
.navi-con>li.disabled>a:hover, .navi-con>li.disabled>a:focus {
        color:#999;
        text-decoration:none;
        background-color:transparent;
        cursor:not-allowed
    }
.navi-con .open>a, .navi-con .open>a:hover, .navi-con .open>a:focus {
        background-color:#eee;
        border-color:#428bca
    }

.nav-pills > li > a {
    border-radius: 8px;
    }

    .triangle-isosceles {
        position: relative;
        color: #000;
        border-radius: 5px;
        background: linear-gradient(top, #f9d835, #f3961c);
      }
      
      /* creates triangle */
      .triangle-isosceles:after {
        content: "";
        display: block; /* reduce the damage in FF3.0 */
        position: absolute;
        bottom: -7px;
        left: 81px;
        width: 0;
        border-width: 10px 11px 0;
        border-style: solid;
        border-color: #041f4a transparent;
      }
      
      .triangle-isosceles2 {
        position: relative;
        color: #000;
        border-radius: 5px;
        background: linear-gradient(top, #f9d835, #f3961c);
      }
      
      /* creates triangle */
      .triangle-isosceles2:after {
        content: "";
        display: block; /* reduce the damage in FF3.0 */
        position: absolute;
        bottom: -7px;
        left: 73px;
        width: 0;
        border-width: 10px 11px 0;
        border-style: solid;
        border-color: #fff400 transparent;
      }
      
      .triangle-isosceles3 {
        position: relative;
        color: #000;
        border-radius: 5px;
        background: linear-gradient(top, #f9d835, #f3961c);
      }
      
      /* creates triangle */
      .triangle-isosceles3:after {
        content: "";
        display: block; /* reduce the damage in FF3.0 */
        position: absolute;
        bottom: -7px;
        left: 62px;
        width: 0;
        border-width: 10px 11px 0;
        border-style: solid;
        border-color: #fff000 transparent;
      }
      .service_newsletter {
        float:left;
        margin-left:250px;
        margin-bottom:20px;
    }
    
    .service_newsletter_2 {
        float:left;
        margin-left:222px;
        margin-bottom:222px;
    }

    .impressum-txt {
        font-size: 14px;
        color: #262626;
    }

/* Angebote der Woche Überschrift index */    
.konzept-head {
    font-size: 24px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 10px;
}   

.mobile-margin {
    /* Standard Margin (Desktop und größere Geräte) */
    margin-left: 30; /* oder einen anderen Wert, den du verwenden möchtest */
}
@media (max-width: 768px) {
    .mobile-margin {
        margin-left: 10px; /* Setze hier den gewünschten margin-left für mobile Geräte */
    }
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 725px) {
    .service-head {
        width: 100%;
        padding: 0px 20px;
    }
}

@media (max-width: 768px) {
    .btn-group {
        gap: 0 !important;
        padding: 0;
        margin-bottom: 10px;
    }
    .clubnavbtn {
        border-radius: 0 !important;
    }
  }

/* Bildergalerie modal - Bilder groß anzeigen */
.modal-header button {
    width: 2em;
    height: 2em;
}

.modal-content {
    background-color: transparent;
    color: #fff;
}

.modal-content .modal-header {
    border-bottom: 0;
}

@media only screen and (max-width: 725px) {
    .mobiletel {
        background-color: #fff000;
        color: #041f4a;
        font-size: 16px;
        text-align: center;
        padding-bottom: 5px;
        font-weight: bold;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 725px) {
    .mobiletel span {
        font-weight: normal;
    }
}

@media only screen and (max-width: 725px) {
    .mobiletellink-1{
        display: block !important;
    }
}

.mobile-club-img {
    max-width: 33%; 
    margin-top: 10px;
    margin-right: -3px;
}

@media only screen and (min-width: 980px) {
    .club-sidebar-mobile {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .clubang {
        display: none;
    }
}

.mobila-A1 {
    font-size: 24px;
    font-weight: bold;
}

.mobila-A2 {
    font-size: 14px;
}

.mobila-A3 {
    font-size: 12px;
}

.mobila-A4 {
    font-size: 12px;
}

.mobila-A5 {
    font-size: 14px;
}

.mobila-A5 > span{
	text-decoration: line-through;
	font-size: 16px;
}

.mobila-A6 > a{
	color: #fff !important;
}

.mobila-Apreis {
    font-size: 30px !important;
    font-weight: bold !important;
    color: #fff !important;
}

.button {
    background-color: #12961C;
    color: aliceblue;
    border-radius: 15px;
    padding: 10px;
    border-color: aquamarine;
}

label {
    font-size: 10px;
    margin-left: 5px;
}

.stoerer {
    background-color: #f8980f;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    display: block;
    right: -2px;
	font-weight:normal;
}

.cookie-notice .cm-btn.cm-btn-success {
    background-color: #168363 !important;
}

.klaro .cookie-notice a {
    color: #53DFB3 !important;
}