body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.container {
    max-width: 980px !important;
}


/* Header & Nav */



header {
    width: 980px;
    height: 250px;
    background: url(../bilder/aldiana-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: #56505c;
    margin-right: 10px;
}

.nav-item a {
    color: #75c6c9 !important;
    font-size: 18px;
    padding-bottom: 18px;
}

.nav-item:hover {
    background-color: #a195a3;
}

.active {
    background-color: #a195a3;
}

.active a{
    color: #FFF !important;
}

.active-border {   
        background-color: #56505c;
        display: block;
        height: 8px;
        position: relative;
        z-index: 100;
}

.navbar-brand {
    display:none;
}

@media screen and (max-width: 768px) {
    header {
        display:none;
    }
    .sidebar{
        display:none;
    }
    .translate-middle-y-nav {
        transform: translateY(-0%) !important;
        background-color: #56505c; 
    }
    .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;
    }
}

@media screen and(max-width: 576px) {
    .navbar navbar-expand-lg {
        flex-direction: column !important;
    }
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

.list-group-item a {
    text-decoration: none;
    color: #75c6c9;
}

.list-group-item {
    background-color: #56505c;
}

.modal-content {
    background-color: #56505c;
    color: #75c6c9;
}

.accordion-button {
    background-color: #a195a3 !important;
    font-size:20px;
    color: #000 !important;
}

.accordion-body {
    background-color: #a195a3;
}

.schnellsuche-btn {
    background-color: #a195a3 !important;
    color: #75c6c9;
    font-weight: bold;
    border: #75c6c9;
}

#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: 150vh;
  background-color:#56505c;
  float:right;
  width:265px;
}


.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

.nl-button{
    float:right; 
    background-color:#083a6c; 
    border: none; 
    border-radius:5px; 
    font-size:14px; 
    font-weight:bold; 
    color:#FFF; 
    padding:5px 10px 5px 10px 
}

.datenschutz-side {
    font-size:10px; 
    margin-top:7px; 
    color:#a195a3;
}

.datenschutz-side a{
    color:#f00;
}

.nl-email{
    border:solid 1px; 
    border-radius:5px; 
    width:100%; 
    font-size:14px; 
    margin-top:7px;
}

.nl-text{
    font-weight:bold; 
    font-size:16px; 
    color:#fff
}

.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: #f8980d !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:#fff; 
    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;
}

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

/* Footer */ 

@media screen and (min-width: 966px) {
    .nlmobile {
        display:none !important;
    }
}

footer {
    font-size:12px;
    color:#a195a3;
    margin-top:120px; 
    text-align:center;
}

footer a {
    text-decoration:none;
    color: #a195a3;
}

.nlbtnmobile {
    width:100%; 
    border: none; 
    border-radius:5px; 
    background-color:#626735; 
    padding-top: 5px; 
    padding-bottom:5px; 
    color:#fff; 
    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: #FFF;
    font-size:12px;
}

@media screen and (min-width: 769px) {
    .carousel-home:hover .carousel-inner-home {
        transform: translateY(-145px);
    }
}

@media screen and (max-width: 769px) {
    .carousel-table {
        display: none
    }
    .carousel-home{
        height:56vw;
        width:100%;
    }
    .carousel-card{
        height:unset !important;
    }
    .carousel-item-home{
        height:unset !important;
    }
}

.carousel-card {
    background-color:#56505c; 
    height:270px; 
    padding:8px; 
    font-size:15px; 
    color:#FFF;
}

.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 {
    color: #626735;
}

/* 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;
}

/* Preisvorteile */

.preisvorteil {
    font-size:14px;
    margin-bottom: 30px;
}

/* Service */

.service-btn > .btn{
    background-color: #A195A3;
    margin:5px 15px 5px 15px;
    color: #fff;
    width:25%;
}

.service-btn > .active{
    background-color: #626735;
    margin:5px 15px 5px 15px;
    color: #fff;
    width:25%;
}


/* 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 */

.clubnav {
    display: flex; 
    justify-content: space-between;
}

.clubnavbtn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a195a3;
    --bs-btn-border-color: unset;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7CB7B0;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7CB7B0;
    --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;
}

.bi-square-fill2 {
    font-size:10px;
    margin-right:3px;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F8980F;
    --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: #85CBCB;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #85CBCB;
    --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: #F8980F;
    --bs-btn-disabled-border-color: unset;
    border-radius: 10px;
}

#uebersicht {
    padding-left:0px;
    padding-right:0px;
}

#zimmer {
    padding-left:0px;
    padding-right:0px;
}

#bildergalerie {
    padding-left:0px;
    padding-right:0px;
    margin-top:20px;
}

#karte {
    padding-left:0px;
    padding-right:0px;
}

.clubang p a{
    color:#fff;
}

.clubtxt {
    width: 450px; 
    margin-top:15px; 
    float:left;
}

@media screen and (max-width: 965px) {
    .clubtxt {
        width:100% !important;
    }
    .clubside {
        width:100% !important;
    }
}

.bildergalerie-img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.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:#a195a3 !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 {
    width: 450px;
    justify-self:center; 
    display:grid;
}

@media only screen and (max-width: 600px){
    .anfrage-table {
        width: 100%;
    }
}

td > select {
    color: #a195a3;
}

.afsingo {
    display: none;
}

/* Gewinnspielmodal */

.modal-header-gs {
    display: block;
    color:#75c6c9;
    
}

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

.popupsenden {
    margin-top:10px;
    background-color: #f8980d;
    color: #fff;
    font-weight: bold;
    width:85%;
    border:1px solid black;
}

.popupsenden:hover {
    background-color: #f8980d;
    color: #fff;
    border:1px solid black;
}

.popupsenden:active {
    background-color: #f8980d;
    color: #fff;
    border:1px solid black;
}