body {
	font-family: Arial, sans-serif;
    color: #284789;
    font-size: 14px;
}

.container {
    max-width: 980px !important;
}

.w-35 {
    width: 35% !important;
}

/* Header & Nav */



header {
    width: 980px;
    height: 250px;
    background: url(../bilder/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;
}

.cm-h1 {
    font-size:16px; 
    margin-left:10px;
}

.translate-middle-y-nav {
    transform: translateY(-100%) !important;
}

nav {
    border-bottom:8px solid #284789;
}

.nav-item {
    margin-right: 10px;
}

.nav-item a,
.nav-item button {
    color: #fff !important;
    font-weight:bold;
    font-size: 18px;
}

.nav-link{
    border-radius:0 !important;
}

nav .dropdown-item {
    font-size:14px;
}

.nav-2-col > li{
    width:50%;
    float:left;
}

.nav-2-col {
    min-width:320px;
}

.nav-item button,
.nav-item button:hover,
.nav-item button:active {
    border-radius:0;
}

.navbar-toggler {
    margin-right: 5px;
}

.home {
    background-color:#284789;
}

.home:hover,
.home:active {
    background-color:#3c68c5;
}

.schneeziele,
.schneeziele button,
.schneeziele * {
    background-color:#6861BC;
}

.schneeziele:hover,
.schneeziele:active,
.schneeziele *:hover,
.schneeziele *:active,
.schneeziele button:hover,
.schneeziele button:active {
    background-color:#B7B2F6 !important;
}

.sonnenziele,
.sonnenziele *,
.sonnenziele button {
    background-color:#33549B;
}

.sonnenziele:hover,
.sonnenziele:active,
.sonnenziele *:hover,
.sonnenziele *:active,
.sonnenziele button:hover,
.sonnenziele button:active {
    background-color:#33549B;
}

.schnupperreisen {
    background-color:#F499C2;
}

.schnupperreisen:hover,
.schnupperreisen:active {
    background-color:#EED3DF;
}

.angebote {
    background-color:#B99D6D;
}

.angebote:hover,
.angebote:active {
    background-color:#F0CF97;
}

.navbar-brand {
    display:none;
}

.tel-oben {
    background-color: #284789;
    color: #fff;
    font-size: 14px;
	font-weight: bold;
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 0.5rem;
}

.tel-link {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    header {
        display:none;
    }
    .sidebar{
        display:none;
    }
    .translate-middle-y-nav {
        transform: translateY(-0%) !important;
        background-color: #fff; 
    }
    .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 {
        margin-right: 0px !important;
        border-bottom:1px solid #fff;
    }
    .schneeziele:hover,
    .schneeziele:active,
    .schneeziele *:hover,
    .schneeziele *:active,
    .schneeziele button:hover,
    .schneeziele button:active {
        background-color:#33549B !important;
    }
    .bildergalerie-img {
      width: 100% !important; 
      height: auto !important; 
    }

    .tac-m {
        text-align: center;
    }

    .nl-img-m {
        display: unset !important;
    }

    .m0-m {
        margin: 0 !important;
    }

    .mt10-m {
        margin-top: 10px;
    }

    .trident {
        width: 25px;
        height: 25px;
    }

    .club-head-h1 {
        font-size: 24px !important;
    }

    .clubname {
        margin-left: 5px !important;
    }

    .cm-h1 {
        display: none;
    }

    .employee-picture-top-span {
        margin-top: -18px !important;
    }
}

@media (max-width: 574px) {
    .bildergalerie-img {
        pointer-events: none;
    }
}

@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: #fff;
}

.list-group-item {
    background-color: #284789;
}

.modal-content {
    background-color: #3C68C5;
    color: #75c6c9;
}

.accordion-button {
    background-color: #33549B !important;
    font-size:20px;
    color: #fff !important;
}

.accordion-body {
    background-color: #33549B;
}

.schnellsuche-btn {
    background-color: #284789 !important;
    color: #fff;
    font-weight: bold;
    border: #75c6c9;
    padding-top: 15px;
}



#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:#9DC7D7;
  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;
}

.sidebar-newsletter {
	font-family: open sans;
	font-weight: bold;
	padding: 10px;
	color:#786F80;
	float:left;
	width:100%;
}

.btn-nlside {
	text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
    font-size: 25px;
}

.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: #284789 !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:#284789;
    margin-top:120px; 
    text-align:center;
}

footer a {
    text-decoration:none;
    color: #284789;
}

.tel-footer {
    font-size: 26px;
    margin-bottom: 10px;
}

.nlbtnmobile {
    width:100%; 
    border: none; 
    border-radius:5px; 
    background-color:#284789; 
    padding-top: 5px; 
    padding-bottom:5px; 
    color:#fff; 
    font-size:16px;
}

.kontakt-ueberschrift {
    font-size: 26px;
    font-weight: bold;
}

.kontakt-telnummer {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

/*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*/


/* Clubübersicht */

.schnupperreisenTable>*>*>* {
    color: #284789 !important;
    --bs-table-striped-bg: #9DC7D7;
}
.hotline-anfrage {
    float: left;
    width: 100%;
    color: #284789;
    text-align: center;
    margin-top: 20px;
    border: 4px solid #f00;
    border-radius: 15px;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
}

.tab-button {
    position: relative;
    display: block;
    padding: 5px 21px;
    height: 37px;
    font-size: 18px;
    background-color: #9dc7d6;
    color: #ffffff;
    font-family: open sans;
    font-weight: 300;
}

.nav-link.active {
    background-color: #284788 !important;
}

.laender {
    padding:15px 10px 15px 10px;
    background-color:#E8F6F7;
    margin-bottom:25px;
}

.kreisk {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    background-color: #284789;
    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: #284789;
        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: #9DC7D7;
    --bs-btn-border-color: unset;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9DC7D7;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #284789;
    --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: #9DC7D7;
    --bs-btn-disabled-border-color: unset;
}

.bi-square-fill2 {
    font-size:10px;
    margin-right:3px;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #284789;
    --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: #284789;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #284789;
    --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: #284789;
    --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;
}

.bildergalerie-img:hover {
    cursor: pointer;
}

#karte {
    padding-left:0px;
    padding-right:0px;
}

.clubang p a{
    color:#fff;
}

.clubtxt {
    width: 450px; 
    margin-top:15px; 
    float:left;
}

.icons-club-med3 li {
	background-image:url(../bilder/icons2.png);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	text-indent: 30px;
	height: 30px;
	width: 30px;
	float: left;
	margin-right:5px;
	margin-top:2px;
	margin-left:5px;
}

.with-children {
	background-position:-30px 0px;
}
.legende-txt {
	background-image: none !important;
	width: 190px !important;
	float: left !important;
	padding-left:5px !important;
	color:white;
}
.golf-icon {
	background-position:0px 0px;
}
.diving-icon {
	background-position:0px -270px;
}
.trapeze-icon {
	background-position:0px -60px;
}
.tennis-icon {
	background-position:0px -30px;
}
.sail-icon {
	background-position:0px -360px;
}
.spa-icon {
	background-position:0px -180px;
}
.water-icon {
	background-position:0px -300px;
}
.charme-icon {
	background-position:-60px -60px;
}
.after-ski-icon {
	background-position:-60px -90px;
}
.advanced-ski-icon {
	background-position:-60px 0px;
}
.pistenzugangs-icon {
	background-position:-60px -30px;
}
.wandern-icon {
	background-position:0px -120px;
}
.discover-icon {
	background-position:0px -420px;
}
.adults-icon {
	background-position:-30px -60px;
}
.fitness-icon {
	background-position:0px -90px;
}
.kite-icon {
	background-position:0px -390px;
}
.windsurfen-icon {
	background-position:0px -330px;
}
.nature-icon {
	background-position:0px -210px;
}
.mountainbike-icon {
	background-position:0px -150px;
}
.riding-icon {
	background-position:0px -240px;
}
.icon-geeignet {
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	text-indent: 30px;
	float: left;
	height: 30px;
	width: 30px;
	margin: 0px 0.4em 0px 0px;
	padding: 0px;
}
.icon-menschen {
	float:left;
	margin-left:3px;
}
.icon-menschen2 {
	float:left;
	margin-left:-48px;
	margin-right:55px;
	margin-top:2px;
}
.icon-ueberschrift {
	font-size:12px!important;
	margin-left:-40px;
	margin-top:0px;
	margin-bottom:-2px;
}
.icon-ueberschrift2 {
	font-size:12px!important;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:-2px;
}
.schnupper-text {
	width:700px;
	color:#284789;
	margin-top:-5px;
	margin-bottom:-15px;
}

@media screen and (max-width: 965px) {
    .clubtxt {
        width:100% !important;
    }
    .clubside {
        width:100% !important;
    }
}

.bildergalerie-img {
    margin-right: 5px;
    margin-bottom: 24px;
    width: 201px;
    height: 123px;
}

.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:#284789;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #284789;
    --bs-table-bg: transpartent;
    --bs-table-border-color: #284789;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #284789;
    --bs-table-striped-bg: #284789;
    --bs-table-active-color: #284789;
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: #284789;
    --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: #284789;
}

.afsingo {
    display: none;
}

/* Gewinnspielmodal */

.modal-header-gs {
    display: block;
    color:#FFF;
    
}

.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;
}