/* ----------------------------------------------------------------
	Extra CSS
-----------------------------------------------------------------*/
@media (max-width: 427px) {
    .font-sonnentau {
        font-size: 65px !important;
        line-height: 1 !important;
    }
    .font-sonnentau-slim {
        font-size: 65px !important;
        line-height: 1 !important;
    }
}
@media (max-width: 390px) {
    #logo {
        margin-right: -16px !important;
    }
    .heading-block  {
        margin-bottom: 35px !important;
    }
    #logo img {
        max-width: 75%;
    }
}
@media (max-width: 370px) {
    #logo {
        margin-right: -35px !important;
    }
}

.heading-block p {
}

/* ----------------------------------------------------------------
	team-events.php
-----------------------------------------------------------------*/

.team-title h1 {
    font-size: 21px !important;
}
.team-title h1:hover {
    color: #d9d1c1 !important;
}

.abstandoben {
    padding-top: 35px;
}

label {

    cursor: default;
}
select {
    cursor: pointer;

}
.filter-group label {
    margin-bottom: 8px;
    font-weight: bold;
}

.filter-group select {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.filter-group button {
    padding: 10px 15px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filter-group button:hover {
    background-color: #0056b3;
}

.iconmargin {
    margin: 0 auto;
    margin-top: 10px;
}
.portfolio-desc h3 {
    text-align: center;
}




/* ----------------------------------------------------------------
	ausflugsziele.php
-----------------------------------------------------------------*/

.team-title h1 {
    font-size: 21px !important;
}
.team-title h1:hover {
    color: #d9d1c1 !important;
}
.abstandoben {
    padding-top: 35px;
}
label {
    cursor: default;
}
select {
    cursor: pointer;
}
.filter-group label {
    margin-bottom: 8px;
    font-weight: bold;
}
.filter-group select {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.filter-group button {
    padding: 10px 15px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.filter-group button:hover {
    background-color: #0056b3;
}
.iconmargin {
    margin: 0 auto;
    margin-top: 10px;
}

.portfolio-desc h3 {
    text-align: center;
}


/* ----------------------------------------------------------------
	ausflugsziel.php
-----------------------------------------------------------------*/

.mb-5 {
    padding-bottom: 80px !important;
}

.font-sonnentau-slim {
    font-family: sonnentau, Arial;
    font-weight: normal;
    font-size: 70px;
}
.header-stick img {
    margin-top: 60px !important;
}
.entrywithoutdate .entry-overlay-meta {
    bottom: 30px;
    right: 30px;
}
@media (max-width: 768.98px) {
    .parallax .entry-overlay-meta {
        padding: 20px;
        position: relative;
        font-size: 0.875rem;
        text-align: left;
        right: 0px !important;
        left: 0px !important;
        margin: 0 auto !important;
        bottom: -5px;
        width: 100%;
        /*min-height: 240px;*/
        line-height: inherit;
        background-color: rgba(0,0,0,0.7);
        border-radius: 3px;
    }
    .parallax .entry-overlay {
        width: 100%;
        position: relative;
        text-align: left;
        bottom: 85px;
        left: 0px !important;
        right: 0px !important;
        margin: 0 auto !important;
    }
    .topmargin {
        margin-top: -8rem !important;
    }

}
.col-md-8 {
    margin: 0 auto;
}
.font-sonnentau-slim {
    text-align: center;
}
.mb-5 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.col-md-8 p {
    text-align: center;
}
.p-padding-bottom p {
    padding-bottom: 50px;
}
.p-padding-bottom a {
    text-decoration: underline #0b0b0b;
}
.iconmargin {
    margin: 0 auto;
    margin-top: 10px;
}
.portfolio-desc h3 {
    text-align: center;
}




/* ----------------------------------------------------------------
	ausflugsziele.php
-----------------------------------------------------------------*/


 .lds-ring,
 .lds-ring div {
     box-sizing: border-box;
 }

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--sun-creme);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}


#myDiv {
    display: none;
}
#footer {
    display: none;
}
