/* 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;
    font-size: 16px;
}

.container {
    max-width: 980px !important;
}

.color-green {
    color: #626735;
}

.color-teal {
    color: #85CBCB;
}

.text-grey {
    color: #56505c !important;
}

@media (max-width: 965px) {
    .color-teal {
    color: #3D8F8F;
    }
}

/* 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: #fff !important;
    font-size: 18px;
    padding-bottom: 18px;
}

.nav-item:hover {
    background-color: #786F80;
}

.active {
    background-color: #786F80;
}

.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;
    }

    .nav-item {
        background-color: #768394;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .nav-item a {
        color: #fff !important;
    }

    footer {
        margin-top: unset !important;
    }
}

@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: #333333;
}

.modal-content {
    background-color: #333333;
    color: #75c6c9;
}

.accordion-button {
    background-color: #fff !important;
    font-size:20px;
    color: #000 !important;
}

.accordion-body {
    background-color: #fff;
}

.schnellsuche-btn {
    background-color: #768394 !important;
    color: #fff;
    border: #75c6c9;
    text-align: start;
    padding-left: 14px;
    font-size: 18px;
    height: 52px;
    border-radius: unset;
}

#headingItalien {
    background: src(bilder/aldiana-calabria.jpg);
}

@media screen and (min-width: 768px) {
    .schnellsuche-btn {
        display:none;
    }
}

/* Main & Sidebar */ 

.main {
    width: 700px;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 965px) {
    .main {
        width:100% !important;
    }

    .anfrage-fixed{
        display: block !important;
        position: fixed;
        text-align:center;
        width:100%;
        background-color:#f8980d ;
        height: 75px;
        padding-top: 12px;
        bottom: 0;
    }

    .btn-lang{
        display:none;
    }

    footer {
        margin-bottom: 80px;
    }
}

.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:#626735; 
    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:#786F80;
}

.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;
}

.side-tel > span:first-child {
    font-size: 12px;
    font-weight: normal; 
}

.side-tel > span > span {
    font-size: 12px;
    font-weight: normal; 
}

.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;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 965px) {
    .sidebar {
        display:none;
    }
}

/* Footer */ 

@media screen and (min-width: 966px) {
    .nlmobile {
        display:none !important;
    }
}

.nlmobile {
    text-align: left; 
    display:flex; 
    justify-content:center;
}

footer {
    font-size:12px;
    color:#4E4851;
    margin-top:120px; 
    text-align:center;
}

footer a {
    text-decoration:none;
    color: #4E4851;
}

.nlbtnmobile {
    width:100%; 
    border: none; 
    border-radius:5px; 
    background-color:#626735; 
    padding-top: 5px; 
    padding-bottom:5px; 
    color:#fff; 
    font-size:16px;
}

.cookie-notice .cm-btn.cm-btn-success {
    background-color: #168363 !important;
}

.klaro .cookie-notice a {
    color: #53DFB3 !important;
}

/*Startseite Clubs*/

td {
    padding:2px;
}

@media screen and (max-width: 966px) {
    .amain{
        max-width: 690px;
    }
    .amainz {
        text-align: center;
    }
}

.amain {
    background-color:#574f58; 
    color:#fff; 
    padding:10px; 
    text-align:left; 
    font-size:14px;
}

.amain h2 {
    color: #fff;
    margin-top: 0px;
    text-align: center;
    font-size: 24px;
}

.amain span {
    font-size: 14px;
    background-color: transparent;
    color: #fff;
}

.kreisk {
    line-height: 1;
}

.kreisk div {
    font-size: 12px;
    font-weight: normal;
}

.kreisk div span {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: bold;
}

.kreisk > span {
    font-size: 14px;
}

.kreisk > span:last-child {
    color: #CC0000;
    text-decoration: underline;
    font-size: 28px;
}

.headline-1 {
    color: #626734; 
    font-size: 26px; 
    font-weight: bold; 
    text-align: center; 
    margin-top: 2px;
}

.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;
        text-align: center;
        padding: 10px !important;
    }
    .carousel-item-home{
        height:unset !important;
    }

    .clubname-mobile {
        font-size: 24px;
        font-weight: bold;
    }
}

@media screen and (max-width: 390px) {
.clubname-mobile {
        font-size: 15px;
        font-weight: bold;
    }

    .carousel-card {
        font-size: 12px;
    }
}

@media (min-width: 390px) and (max-width: 481px) {
   .clubname-mobile {
        font-size: 18px;
        font-weight: bold;
    }
}

.carousel-card {
    background-color:#56505c; 
    height:270px; 
    padding:8px; 
    font-size:15px; 
    color:#FFF;
}

.clubkarten {
    display:flex;
    justify-content:space-between;
    padding:10px 10px;
}

.anfrage-index > img {
    padding: 0px 10px 0px 10px;
    background-color: #F8980F;
    border-radius: 12px;
}

/*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;
    font-size:28px;
}

/* Aldiana Service / Newsletteranmeldung */

.service-main {
    width:700px;
}

.service-vorteile {
    color: #666666;
}

.newsletter-text {
    font-size:12px;
}

.newsletter-text-2 {
    font-size: 16px; 
    font-weight: bold;
}

.newsletter-text-3 {
    font-size: 14px;
}

.captcha-img {
    margin-top:10px;
}

/* Clubübersicht */

.kreisk {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    background-color: #FFA933;
    position: relative;
    text-align: center;
    padding: 15px 0px 35px 0px;
    font-size: 28px;
    color: #413F41;
    font-weight: bold;
    line-height: 1.3;
    margin-top: -130px;
    margin-left:500px;
    bottom:120px;
}

@media only screen and (max-width: 768px) {
    .kreisk {
        width: 100%;
        height: auto;
        border-radius: 0px;
        background-color: #FFA933;
        position: relative; /* Change absolute to relative */
        text-align: center;
        padding: 10px 0px 10px 0px;
        font-size: 28px;
        color: #413F41;
        font-weight: bold;
    }
}


@media only screen and (max-width: 768px){
    .kreisk {
        width: 100%;
        height: auto;
        border-radius: 0px;
        background-color: #FFA933;
        position: inherit;
        bottom: 35px;
        text-align: center;
        right: 30px;
        padding: 10px 0px 10px 0px;
        font-size: 28px;
        color: #413F41;
        font-weight: bold;
        margin-left:0px;
        margin-top:0px;
    }
}

.angebotskarte a {
    text-decoration:none !important;
}

.angebotskarte {
    position:relative;
}

.stoerer {
    position: absolute;
    right: 15px;
    background-color: #FFA933;
    padding: 5px 10px 5px 10px;
    color: #413F41;
    font-weight: bold;
}

/* Preisvorteile */

.preisvorteil {
    font-size:14px;
    margin-bottom: 30px;
}

/* Service */

.service-btn > .btn{
    background-color: #786F80;
    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: #f9f9f9;
    color: #7f89abf2;
    font-size:14px;
}

.eventliste {
    margin-top:20px; 
    width:100%;
}

.event-titel { 
    color:#73abb3;
    font-size:24px;
    font-weight: bold;
}

.event-club-name {
    color: #7f89abf2 !important;
    font-size: 14px;
}

.event-text-li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-text {
    color: #333;
}

.event-anfrage-button {
    font-size: 14px;
    font-weight: bold;
    background-color: #73abb3;
    padding: 4px;
    border-radius: 15px;
    color: #fff !important;
    max-width: 127px;
    padding: 10px;
    width: 127px;
}

.eventliste .list-group-item.eventslist:nth-child(2n) {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 20px;
}

.eventliste .list-group-item.eventslist:nth-child(2n - 1) {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


.dropdown-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.dropdown-fields {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    width: 100%;
}

.dropdown-fields select {
    border: 1px solid #ced4da;
    border-radius: 8px;
    color: #495057;
    padding: 10px 12px;
}

@media screen and (max-width: 965px) {
    .eventliste {
        width:100%;
    }
}

/* Clubseiten */

.clubnav {
    display: flex; 
    justify-content: space-between;
    padding: unset;
}

.clubnav > .active {
    font-weight: bold;
}

.clubnavbtn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #56505C;
    --bs-btn-border-color: unset;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #7CB7B0;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #000;
    --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: #56505C;
    --bs-btn-disabled-border-color: unset;
    border-radius: unset;
}

.hotelmain {
    font-size:14px;
}

.hotelhead {
    line-height: 1px;
    color: #626735;
}

.hotelhead > h1 {
    font-size:28px;
}

#uebersicht > div > img {
    margin-top: 20px;
}

#winter > div > img {
    margin-top: 20px;
}

.bi-square-fill2 {
    font-size:10px;
    margin-right:3px;
}

.btn-secondary {
    --bs-btn-color: #404040;
    --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: #404040;
    --bs-btn-hover-bg: #85CBCB;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #404040;
    --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: #404040;
    --bs-btn-disabled-bg: #F8980F;
    --bs-btn-disabled-border-color: unset;
    border-radius: 10px;
}

#uebersicht {
    padding-left:0px;
    padding-right:0px;
}

#winter {
    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 {
    max-width: 120px;
}

#karte {
    padding-left:0px;
    padding-right:0px;
}

.clubang {
    text-align:center; 
    background-color:#85cbcb4a; 
    margin-top:15px; 
    padding: 7px 12px 7px 12px; 
    color:##56505c;
}

.clubang p a{
    color:#3D3D3D !important;
}

.dateang {
    font-size:14px;
}

.verpflegungang {
    font-size:14px; 
    font-weight:bolder;
}

.katpreisang {
    font-size:14px;
}

.preisang {
    font-size:30px; 
    font-weight:bold;
}

.beschreibung h2 {
    font-weight: bold; 
    font-size:16px;
}

.beschreibung {
    color:#56505c; 
    font-size:14px;
}

.clubtxt {
    width: 450px; 
    margin-top:15px; 
    float:left;
}

.club-zeit {
    width: 100%;
    background-color: #85CBCB;
    padding: 10px;
}

.club-zeit p {
    color: #4D4D4D;
}

.club-zeit h1 {
    color: #4D4D4D;
}

.club-txt p {
    color: #56505c;
    font-size: 14px;
}

.club-sidebar-mobile {
    display: none;
}

.clubside {
    float:right; 
    width:200px; 
    font-size:12px;
}

.clubside > div > p{
    text-align: center;
}

.clubside > div > p > a {
    color: #56505c;
    font-size:12px !important;
}

@media (max-width: 768px) { 
    .club-sidebar-mobile {
      display: flex; 
      justify-content: space-between; 
      gap: 2%; 
      margin-top: 10px;
      flex-wrap: wrap;
    }
    .club-sidebar-mobile > img {
      max-width: 30%;
    }
    .zimmerbild {
        pointer-events: none;
        max-width:100%;
    }
    .clubnav > .btn {
         --bs-btn-font-size: 0.75rem;
    }
}

@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;
    }
}

.clubinfo {
    background-color: #85CBCB;
    color: #4D4D4D;
    font-weight: normal;
}

.clubinfo li {
   # margin-bottom: 3px;
	margin-top: 5px;
	font-weight: normal;
}

.clubinfo > ul {
    list-style-type: none;
}

.clubinfo > h5 {
    margin-left: 10px;;
}

.clubinfo > h2 {
    font-size: 1.8rem;;
}

#zimmer > div > p:first-child {
    color:#626735; 
    font-weight:bold; 
    font-size:18px;
}

#zimmer > div > div:last-child {
    display: flex;
    justify-content: center;
}

.anfrage > span > img {
    margin-bottom:10px; 
    margin-right:3px;
}

.anfrage small {
    font-size:10px;
}

.anfrage {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.anfrage-fixed { 
    display: none;
}

/* Anfrage */

.table>*>*>* {
    color:#786F80 !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: #786F80;
    --bs-table-bg: transpartent;
    --bs-table-border-color: #786F80;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #786F80;
    --bs-table-striped-bg: #786F80;
    --bs-table-active-color: #786F80;
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: #786F80;
    --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: 100%;
    max-width:550px;
    justify-self:center; 
    display:grid;
}

#plz_input {
    width: 55%;
}

#ort-input {
    width: 65%
}

@media only screen and (max-width: 600px){
    .anfrage-table {
        width: 100%;
    }
}

#reisedauer_input {
    min-width: 145px;
}

td > select {
    color: #786F80;
}

.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;
    background-position-y: -9px;
}

.modal-content-gs{
    max-width:420px;
}

.popupsenden {
    margin-top:10px;
    background-color: #f8980d;
    color: #000;
    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;
}

.sidebar-newsletter {
	font-family: open sans;
	font-weight: bold;
	padding: 10px;
	color:#786F80;
	float:left;
	width:100%;
}

.sidebar-newsletter a:hover {
    color: #2a6496 !important;
    text-decoration: underline !important;
}

.btn-nlside {
	text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
    font-size: 25px;
}

/* Anfrage Formular senden button */
.abschicken-button {
    background-color: #11881B;
	color: #FFF;
	border-radius: 15px;
	padding: 10px;
}

/* Telefonnummer Balken mobile */
@media only screen and (max-width: 725px) {
    .mobiletellink {
        padding: 0;
        text-decoration: none;
    }
    
    .mobiletellink:hover {
        text-decoration: none;
    }

    .mobiletel {
        background-color: #CC0000;
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding-bottom: 5px;
        font-weight: bold;
        padding-top: 5px;
    }
}

@media only screen and (min-width: 725px) {
    .mobiletellink {
        display: none !important;
    }
}

.popup-text{
	text-align:center;
	margin-top:10px;
	font-size:14px;
}

.popup-text span{
	
	font-size:28px;
	font-weight:bold;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 15px 0 15px;
  }

.btn-close {
    color: #fff;
}

.label-email-input {
    font-size: 14px;
    font-weight: bold;
}

/* Admin Berreich */
.error-message {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: bold;
}

.success-message {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: bold;
}
