@charset "utf-8";
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*overflow-x: auto*/
}

@-ms-viewport {
    width: device-width;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    font-size: 16px;
}

 ::-webkit-scrollbar {
    display: none;
}

input[type="hidden"] {
    display: none;
}

.whatsApp {
    display: none;
    width: 100%;
    flex-direction: column;
    text-align: center;
}

.whatsApp a.button {
    max-width: 100% !important;
    background-color: #27d045 !important;
}

.whatsApp a.button img {
    height: 50px;
    width: 50px
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase
}

h5 {
    font-size: 22px;
    margin: 10px 0
}

h2,
h3 {
    color: var(--secondary);
    margin: 0 0 15px 0;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.maincolor {
    color: var(--maincolor) !important
}

.white {
    color: var(--white) !important
}

p {
    color: var(--greyMid);
    width: 100%;
    margin: 0 0 10px 0;
}

p.justify {
    text-align: justify
}

#counter {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--black90);
    padding: 20px 0;
}

#counter .center>div:nth-child(1) {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px
}

#calenderContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*background-color: var(--black90);*/
    padding: 20px 0;
}

#timer {
    flex-direction: row;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#timer,
#calender {
    flex-direction: row;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#calender>div {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

#calender>div .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: var(--white);
    font-size: 80px;
    color: var(--maincolor);
    border: 1px solid var(--greyLight1);
    border-radius: 10px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

#calender>div:first-of-type {
    padding-left: 0
}

#calender>div:last-of-type {
    padding-right: 0
}

#calender>div .past {
    color: var(--greyLight1) !important
}

#calender>div .future {
    cursor: pointer;
    color: var(--white);
    background-color: var(--maincolorLight);
    border-color: var(--maincolorLight) !important
}

#calender>div .future:hover,
#calender>div .activ {
    color: var(--white);
    background-color: var(--greenMid);
    border-color: var(--greenMid) !important
}

span.date {
    color: var(--maincolor);
    font-family: inherit !important;
    font-size: inherit !important
}

#calenderContent {
    padding: 10px 0 5px 0 !important
}

#calenderContent .center div.dateSelect {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: var(--maincolor);
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 5px
}

#calenderContent .center div.dateSelect>* {
    flex: 1 1 auto
}

#calenderContent .center div.dateSelect select {
    border-radius: 10px;
    border-color: var(--secondary);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    text-align: center;
    text-align-last: center;
    text-transform: uppercase;
    width: max-content;
    padding: 0 25px 0 10px;
    height: 35px;
    background-image: url('../assets/arrow_drop_down.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

#calenderContent .center div.dateSelect select:nth-child(2) {
    margin-left: 0 !important
}

#calenderContent .center div.dateSelect select option {
    font-size: 14px;
    color: var(--greyDarker2);
}

#calenderContent .center div.dateSelect>span {
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-style: normal;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--secondary);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px
}

section#seniorentreff>img {
    width: 100%;
    display: flex;
}

#kaffee_und_kuchen {
    width: 100%;
    padding: 30px 0;
    background-color: var(--maincolor);
}

#kaffee_und_kuchen>div>p {
    color: white !important;
    text-align: center;
}

#kaffee_und_kuchen .aktivitaeten {
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}

#kaffee_und_kuchen .aktivitaeten>div {
    flex: 1 1 0;
}

#kaffee_und_kuchen .aktivitaeten>div .inner {
    background-color: var(--white);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

#kaffee_und_kuchen .aktivitaeten>div .inner h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: var(--secondary);
    margin: 0;
    white-space: nowrap;
    font-size: 22px
}

#kaffee_und_kuchen .aktivitaeten>div .inner p {
    color: var(--greyMid1)
}


/*
#calenderContent .center h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: var(--maincolor);
}

#calenderContent .center h3 select {
    border-radius: 10px;
 border-color: var(--secondary);
    cursor: pointer;
    font-family: "Lilita One", sans-serif;
    font-size: 26px;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    text-align: center;
    text-align-last: center;
    text-transform: uppercase;
    width: max-content;
    padding: 0 25px 0 10px;
    margin: 0 10px;
    height: 35px;
    background-image: url('../assets/arrow_drop_down.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

#calenderContent .center h3 select:nth-child(2) {
    margin-left: 0 !important
}

#calenderContent .center h3 select option {
    font-size: 14px;
    color: var(--greyDarker2);
}*/

#kundenstimmen {
    width: 100%;
    padding: 30px 0;
    background-color: var(--almostBlack)
}

#kundenstimmen div.center {
    display: flex;
    flex-direction: column;
    width: 100%
}

.swiper_kundenstimmen {
    width: 100% !important;
}

.swiper_kundenstimmen .swiper-wrapper {
    align-items: center !important
}

.swiper_kundenstimmen .swiper-slide div.zitat {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: var(--white);
    padding: 0 44px;
    align-items: center;
}

.swiper_kundenstimmen .swiper-slide div.zitat b {
    color: var(--maincolor)
}

.swiper_kundenstimmen .swiper-slide div.zitat p.readmore {
    margin: 5px 0 10px 0 !important;
    font-size: 14px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 7px;
    background-color: var(--maincolor);
    color: var(--white);
    overflow: visible;
    width: max-content;
    border-radius: 5px;
    cursor: pointer;
}

.swiper_kundenstimmen .swiper-slide div.zitat p {
    overflow: hidden;
    color: var(--white);
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 16px
}

.swiper_kundenstimmen .swiper-slide div.zitat p.open {
    overflow: visible;
    display: block;
}

#datepicker {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

#datepicker select {
    border-radius: 10px;
    background-color: var(--white);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: var(--secondary);
    border: 0;
    text-align: center;
    text-transform: uppercase;
}

#datepicker select option {
    font-size: 14px
}

#timer>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: var(--white);
    width: 25%;
}

#timer div span:first-child {
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--maincolor);
    padding: 10px;
    border: 1px solid var(--greyMid);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

#timer div span:nth-child(2) {
    color: inherit;
    padding: 10px;
    border: 1px solid var(--greyMid);
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.subtitle {
    width: 100%;
    background-color: var(--almostBlack);
    display: flex;
    padding: 30px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    font-style: normal;
}

header {
    width: 100%;
    display: flex;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 99;
    height: 100px;
    background-color: var(--black80);
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

header .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%
}

header .center a.logo {
    height: 180px;
    width: 175px;
    min-width: 175px;
    min-height: 180px;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    transition: all 0.3s ease;
}

header .center a.logo img {
    height: 90%;
    margin-bottom: -10px;
    transition: all 0.3s ease;
}

header .center a.logo img.logolang {
    display: none;
    height: 100% !important;
    margin-bottom: 0 !important
}

.headerAnimated {
    top: 0
}

.headerAnimated .center a.logo {
    height: 80px !important;
    width: 75px !important;
    min-width: 75px !important;
    min-height: 80px !important;
}

header .center a.button_kontakt {
    order: 2;
    display: none;
    justify-content: center;
    align-items: center;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    background-color: var(--maincolor);
    column-gap: 5px;
    transform: scale(0.9);
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    margin-right: 10px;
    height: 30px;
    font-size: 14px;
    padding: 0 5px
}

header .center a.button_kontakt:hover {
    transform: scale(1.0);
    cursor: pointer;
}

a.text_link {
    text-decoration: none;
    color: var(--maincolor);
}

a.text_link:hover {
    text-decoration: underline;
}

a.button {
    display: flex;
    padding: 0 10px;
    color: var(--white);
    border: 0;
    text-decoration: none;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    max-width: 320px;
    transition: all 0.3s ease;
    background-color: var(--maincolor);
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

a.button:hover {
    background-color: var(--maincolor);
    color: var(--white);
}

.wrong {
    border-color: var(--redMid) !important;
}

.right {
    border-color: var(--greenMid) !important;
}

input[type="text"],
input[type="email"],
input[type="date"],
select {
    width: 100%;
    height: 50px;
    border: 1px solid var(--greyLight);
    padding: 0 10px;
    font-size: 16px;
    border-radius: 5px;
    color: var(--greyMid1);
    background-color: var(--white)
}

.rightInput {
    color: var(--greenMid) !important;
}

textarea {
    border: 1px solid var(--greyLight);
    padding: 10px;
    font-size: 16px;
    height: 300px;
    resize: none;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    color: var(--greyMid1);
}

input[type="submit"] {
    display: flex;
    padding: 0 10px;
    color: var(--white);
    border: 0;
    text-decoration: none;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    max-width: 320px;
    transition: all 0.3s ease;
    background-color: var(--maincolor);
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

input[type="submit"]:hover {
    cursor: pointer;
}


/*CHECKBOXEN RADIO*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

label.checkbox {
    color: var(--greyMid);
    position: relative;
    display: block;
    width: 100%;
    padding-left: 30px;
    cursor: pointer;
    min-height: 25px;
    margin-bottom: 5px;
    line-height: 25px;
}

label.checkbox .checkmark {
    position: absolute;
    border: 1px solid var(--greyMid3);
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: var(--white);
    border-radius: 5px;
}

label.checkbox .checkmark::after {
    content: "";
    display: none;
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid var(--maincolor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.checkbox input:checked~.checkmark::after {
    display: block;
}

div.center {
    max-width: 1200px;
    width: 100%;
    position: static;
    margin: 0 auto;
}

.page {
    width: 100%;
    padding: 40px 0;
}

.BG_black_80 {
    background-color: var(--black80);
}

.BG_black_70 {
    background-color: var(--black70);
}

#ueber_uns_inhalt {
    padding: 20px 0
}

#wrapper {
    width: 100%;
    height: 100%
}

img.logo_im_text {
    width: 100%;
    max-width: 250px;
    align-self: center;
    margin: 15px 0;
}

footer {
    width: 100%;
    background-color: var(--greyDarker2);
    display: flex;
    flex-direction: column;
    position: relative;
}

footer .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--greyMid3);
}

footer .center ul {
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0;
    justify-content: space-between
}

footer .center hr {
    width: 100%;
    height: 0;
    border-color: var(--greyMid);
}

footer .center ul {
    padding: 0
}

footer .center ul li {
    padding: 15px;
}

footer .center ul li:first-child {
    padding-left: 0 !important;
}

footer .center ul li:first-child img {
    width: 150px;
}

footer .center ul li:last-child {
    padding-right: 0 !important
}

footer .center ul li p {
    margin: 10px 0 0 0;
    color: var(--lightgrey);
    font-size: 16px;
}

footer .center ul li h4 {
    font-size: 20px;
    color: var(--greyMid3);
    text-transform: uppercase;
    font-weight: 900;
    white-space: nowrap;
    margin: 0
}

footer .center ul li h4.leistungstitel {
    color: var(--maincolor);
}

footer .center ul li h4.leistungstitel img {
    margin-right: 5px;
}

footer .center ul li p>a,
footer .center ul li p>span {
    color: var(--lightgrey);
    text-decoration: none;
    display: block;
    margin: 0 0 5px 0;
    font-size: 16px;
}

footer .center ul li p>a:hover {
    text-decoration: underline
}

footer .footer_logo {
    width: 100%;
    max-width: 200px;
    margin-top: 10px
}

.background_page_image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start_jc {
    justify-content: flex-start;
}

.center_jc {
    justify-content: center;
}

.txt_a_center {
    text-align: center;
}

.imageIndex .imagecontainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.imageIndex .imagecontainer img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.imageIndex .imagecontainer .textcontainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 100px 0;
    width: 100%;
}

.imageIndex .imagecontainer .textcontainer h1 {
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    display: flex;
    flex-direction: column;
    /*animation-delay: 0s;
    animation-name: animateOpacity;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;*/
    text-align: center;
    padding: 10px;
    background-color: var(--secondary);
    transition: all 0.3s ease;
}

.imageIndex .imagecontainer .textcontainer h2 {
    margin: -10px 0 0 0;
    font-size: 40px;
    line-height: 40px;
    /*opacity: 0;
    animation-delay: 1s;
    animation-name: animateOpacity;
    animation-duration: 1.1s;
    opacity: 0;
    animation-fill-mode: forwards;*/
    color: inherit;
    text-align: center;
    background-color: var(--maincolor);
    padding: 5px 10px;
    width: max-content;
    transition: all 0.3s ease;
}

.background_page_image .container {
    width: 100%;
    max-width: 1200px;
    color: var(--white);
    padding: 20px 0
}

.background_page_image .container h1 {
    font-size: 100px;
    line-height: 100px;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    animation-delay: 0s;
    animation-name: animateOpacity;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.background_page_image .container h1 span {
    font-family: inherit;
    font-size: inherit;
}

.background_page_image .container h2 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    font-family: inherit;
    opacity: 0;
    animation-delay: 1s;
    animation-name: animateOpacity;
    animation-duration: 1.1s;
    opacity: 0;
    animation-fill-mode: forwards;
    color: inherit
}

.text_image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fillColored {
    background-color: var(--maincolor);
}

.fillColored .text_auto_right h2,
.fillColored .text_auto_right p {
    color: var(--white);
}

.fillColored .image {
    border-right: 1px solid var(--maincolor) !important
}

.fillColored .text_auto_right a {
    width: max-content;
    padding: 0 15px;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--greyLight3);
    color: var(--greyDarker2);
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.fillColored .text_auto_right a:hover {
    background-color: var(--greyLight);
}

.text_image>div {
    width: 50%;
}

.text_image .text_auto_left {
    display: flex;
    padding: 30px 30px 30px 0;
    max-width: 600px;
    margin-left: auto
}

.text_image .text_auto_left>* {
    text-align: right;
}

.text_image .text_auto_right {
    display: flex;
    padding: 30px 0 30px 30px;
    max-width: 600px;
    margin-right: auto;
}

.text_image .text_auto_right>* {
    text-align: left;
}

.text_image .image {
    display: flex;
    justify-content: center;
    overflow: hidden
}

.text_image .image img,
.text_image .image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-self: center;
}


/*ALIGN AND JUSTIFY CONTENT*/

.column {
    flex-direction: column;
}

.flex_ju_E {
    justify-content: flex-end;
}

.flex_ju_C {
    justify-content: center;
}

.flex_ju_S {
    justify-content: flex-start;
}

.flex_ai_E {
    align-items: flex-end
}

.flex_ai_C {
    align-items: center;
}

.flex_ai_S {
    align-items: flex-start;
}


/*KONTAKT*/

section#kontakt {
    background-color: var(--greyLight2)
}

#kontaktform {
    padding: 30px 0;
    background-color: var(--greyLight4);
    text-align: center;
}

#spinner .responseMessage {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#spinner .responseMessage div h4 {
    text-align: center;
    margin: 15px 0 15px 0;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

#spinner .responseMessage div img {
    width: 80px;
    height: 80px
}

#spinner .responseMessage div img.logo {
    width: 100%;
    max-width: 200px;
    height: auto
}

#spinner .responseMessage div p {
    color: var(--white);
    text-align: center;
}

#spinner {
    z-index: 3000;
    position: fixed;
    background-color: var(--black90);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#spinner .spinner {
    position: relative;
    width: 15.7px;
    height: 15.7px;
}

#spinner .spinner div {
    animation: spinner-4t3wzl 1.875s infinite backwards;
    background-color: #ffffff;
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
}

#spinner .spinner div:nth-child(1) {
    animation-delay: 0.15s;
    background-color: rgba(255, 255, 255, 0.9);
}

#spinner .spinner div:nth-child(2) {
    animation-delay: 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
}

#spinner .spinner div:nth-child(3) {
    animation-delay: 0.45s;
    background-color: rgba(255, 255, 255, 0.7);
}

#spinner .spinner div:nth-child(4) {
    animation-delay: 0.6s;
    background-color: rgba(255, 255, 255, 0.6);
}

#spinner .spinner div:nth-child(5) {
    animation-delay: 0.75s;
    background-color: rgba(255, 255, 255, 0.5);
}

@keyframes spinner-4t3wzl {
    0% {
        transform: rotate(0deg) translateY(-200%);
    }
    60%,
    100% {
        transform: rotate(360deg) translateY(-200%);
    }
}

#kontaktform label.inputTitle {
    display: flex;
    flex-direction: column;
    width: 100%
}

#kontaktform label.inputTitle p {
    margin: 0 0 5px 0;
    font-size: 20px;
}

#kontaktform form .dsb {
    margin: 15px 0;
    text-align: left !important;
}

#kontaktform form div.inputFields {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}

#kontaktform form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#kontaktform form div.inputFields {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 900;
}

#kontaktform form div.inputFields .inputTitle {
    margin-right: 10px
}


/*
#kontaktform form input.animation {
    animation-name: dateanimation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    font-family: "Lilita One", sans-serif;
    color: var(--black20);
}

@keyframes dateanimation {
    0% {
        background-color: var(--white);
        border-color: var(--greyLight);
        color: var(--greyMid1)
    }
    100% {
        background-color: var(--greenLight);
        border-color: var(--greenMid);
        color: var(--greenMid)
    }
}*/

#kontaktform form div.inputFields .inputTitle:last-of-type {
    margin-right: 00
}

#kontaktform form label.checkbox {
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 18px;
}


/*END ALIGN AND JUSTIFY CONTENT*/

@keyframes animateOpacity {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(1);
        -webkit-filter: blur(100px);
    }
    to {
        opacity: 1.0;
        filter: alpha(opacity=100);
        transform: scale(1);
        -webkit-filter: blur(0px);
    }
}

#whatis {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

#infoBoxes {
    width: 100%;
    display: flex;
    background-color: var(--almostBlack);
}

#infoBoxes>div {
    width: 100%;
    display: flex;
    padding: 30px 0;
    flex-direction: column;
}

#infoBoxes>div .center {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#infoBoxes>div .center>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#infoBoxes>div .center>div:first-child p {
    color: var(--white)
}

#infoBoxes>div .center>div:first-child p b {
    text-transform: uppercase;
    color: var(--white)
}


/**/

#infoBoxes>div .center .kategorien {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

#infoBoxes>div .center .kategorien a {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 1 0;
    text-decoration: none;
    color: var(--white);
    border: 1px solid var(--greyMid1);
    border-radius: 10px;
    padding: 10px;
    justify-content: flex-start
}

#infoBoxes>div .center .kategorien a p {
    margin: 0 !important
}

#infoBoxes>div .center .kategorien a h3 {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    hyphens: none;
    color: var(--white) !important;
    margin: 0
}

#infoBoxes>div .center .kategorien a p {
    color: var(--white);
    text-align: center;
}

#infoBoxes>div .center .kategorien a img {
    width: 100%;
    max-width: 120px;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

#infoBoxes>div .center .kategorien a:hover img {
    transform: scale(1.0);
}


/**/

#infoBoxes>div .center .social_media {
    width: 100%;
    display: flex;
    justify-content: center;
}

#infoBoxes>div .center .social_media>div {
    width: 25%;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
    display: flex;
    text-align: center;
    border-right: 1px solid var(--maincolor);
    justify-content: center;
    cursor: pointer;
}

#infoBoxes>div .center .social_media>div:last-of-type {
    border-right: 0
}

#infoBoxes>div .center .social_media>div p:first-of-type {
    color: var(--maincolor);
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

#infoBoxes>div .center .social_media>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#infoBoxes>div .center .social_media>div a img {
    width: 60px;
    height: 60px;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

#infoBoxes>div .center .social_media>div:hover a img {
    transform: scale(1.0);
}

#slider_preise {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

#slider_preise .next,
#slider_preise .prev {
    position: absolute;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    display: none;
}

#slider_preise .next {
    right: 20px;
}

#slider_preise .prev {
    left: 20px;
}

#slider_preise .next img,
#slider_preise .prev img {
    cursor: pointer;
    display: none;
}

#slider_preise .preise {
    width: 100%;
    display: flex;
    transition: all 0.3s ease;
}

#slider_preise .preise>div {
    width: 25%;
    padding: 10px;
    display: flex;
    text-align: center;
}


/**/

#slider_preise .preise>div .inner {
    width: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
    text-align: center;
    background-color: var(--white);
    border-radius: 10px;
    padding: 15px;
}

#slider_preise .preise>div .inner .text {
    color: var(--greyMid);
    display: flex;
    align-items: start;
    width: 100%;
    padding: 0 10px 10px 10px
}

#slider_preise .preise>div .inner .img {
    margin: 10px 0;
    min-width: 100px;
    max-width: 100px;
}

#slider_preise .preise>div .inner .img img {
    width: 100%
}

#slider_preise .preise>div .inner p:last-of-type {
    color: var(--white);
}

#slider_preise .preise>div .inner p:first-of-type {
    color: var(--secondary);
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}


/*#slider_preise .preise>div:last-of-type {
    border: 0
}*/

.small {
    margin: 15px 0 0 0;
    font-size: 16px;
    text-align: center;
    color: var(--white);
}

.small a.text_link {
    font-size: 16px !important
}

.price {
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: var(--maincolor);
    border-radius: 10px;
    color: white;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
}

.price sup {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
}

#datenschutz,
#impressum {
    margin-top: 200px;
    padding: 30px 0;
    font-size: 16px
}

#impressum *,
#datenschutz * {
    font-size: 16px
}

#datenschutz h2,
#impressum h2 {
    color: var(--greyDarker2) !important;
    font-size: 36px !important;
    text-align: left !important;
}

#datenschutz h3,
#impressum h3 {
    margin: 10px 0 5px 0;
    color: var(--maincolor);
    font-size: 22px;
    text-align: left !important;
    line-height: 30px !important
}

#datenschutz h4,
#impressum h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: var(--greyMid) !important;
    text-align: left !important;
}

#datenschutz ol {
    color: var(--maincolor);
    margin: 0;
    padding-left: 20px;
    list-style-position: outside;
}

#datenschutz ul {
    margin: 0;
    padding-left: 20px;
    list-style-position: outside;
    color: var(--greyMid);
    list-style-type: square;
}

#datenschutz ul li a.text_link {
    font-size: 16px
}

#datenschutz p,
#impressum p {
    font-size: 16px
}

noscript {
    font-style: italic;
    color: var(--redDarker);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: var(--rose);
}

#fragen_antworten {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--black90);
    flex-direction: column;
}

#faq {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#faq .eintrag {
    width: 25%;
    transition: all 0.3s ease;
    padding: 5px;
    flex: 1 1 auto
}

#faq .eintrag .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#faq .eintrag .inner .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--maincolor);
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 18px;
    height: 60px;
    padding: 0 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

#faq .eintrag .inner .title img {
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}

#faq .eintrag .inner .title .rot {
    transform: rotate(90deg);
}

#faq .eintrag .inner .inhalt {
    height: 0px;
    transition: all 0.3s ease;
    overflow: hidden;
}

#faq .eintrag .inner .oTitle {
    border-radius: 10px 10px 0 0;
}

#faq .eintrag .inner .inhalt>div {
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    background-color: var(--white);
    color: var(--greyMid);
    width: 100%;
    text-align: left
}

#faq .eintrag .inner:last-child {
    margin: 0 !important
}

#einblicke {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper_die_guckbox .swiper-wrapper .swiper-slide img,
.swiper_vorlagen .swiper-wrapper .swiper-slide img,
.swiper_guckbox_einblicke .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_die_guckbox,
.swiper_vorlagen,
.swiper_guckbox_einblicke {
    margin-top: -1px;
}

section {
    padding: 0 !important;
    width: 100%
}

section#startseite {
    width: 100%;
    height: 100%
}

#up {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--secondary);
    bottom: 80px;
    right: 40px;
    z-index: 1700;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.0);
    transition: all 0.3s ease;
}

.showUp {
    transform: scale(1.0) !important
}

#up:hover {
    transform: scale(1.2) !important;
    cursor: pointer;
}

@media screen and (max-width:1240px) {
    #faq .eintrag {
        width: 50%
    }
    #up {
        right: 20px
    }
    header .center a.logo {
        height: 120px;
        width: 115px;
        min-width: 115px;
        min-height: 120px;
    }
    .headerAnimated .center a.logo {
        height: 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
    header .center a.logo img {
        height: 88%;
        margin-bottom: -8px;
    }
    header .center a.logo {
        padding: 3px
    }
    #infoBoxes>div {
        padding: 30px 10px
    }
    #infoBoxes>div .center .social_media>div:first-child {
        padding: 0 15px
    }
    #fragen_antworten {
        padding: 20px 10px
    }
    footer {
        padding: 15px 15px 30px 15px
    }
    header {
        height: 60px
    }
    .text_image .text,
    #kontaktform,
    #datenschutz,
    #impressum,
    #counter,
    #einblicke,
    #kaffee_und_kuchen,
    #kundenstimmen {
        padding: 30px 10px;
    }
    #datenschutz,
    #impressum {
        margin-top: 60px;
        padding: 30px 10px;
    }
    .text_image .text_auto_left {
        padding-left: 10px;
        padding-right: 10px;
    }
    .text_image .text_auto_right {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width:1150px) {
    #slider_preise .preise>div {
        width: 50%
    }
    #slider_preise .preise {
        flex-wrap: wrap;
    }
    .imageIndex .imagecontainer .textcontainer h1 {
        font-size: 65px;
        line-height: 65px
    }
    .imageIndex .imagecontainer .textcontainer h2 {
        font-size: 35px;
        line-height: 35px
    }
    header {
        top: 0;
        padding-left: 10px
    }
    h3 {
        font-size: 30px;
        line-height: 30px;
        hyphens: auto;
    }
    header .center a.logo {
        min-height: 40px;
        min-width: 40px;
        max-width: 40px;
        max-height: 40px;
        order: 1;
    }
}

@media screen and (max-width:1050px) {
    .imageIndex .imagecontainer .textcontainer h1 {
        font-size: 60px;
        line-height: 60px
    }
    .imageIndex .imagecontainer .textcontainer h2 {
        font-size: 30px;
        line-height: 30px
    }
    #infoBoxes>div .center .kategorien a h3 {
        font-size: 22px;
        line-height: 22px
    }
}

@media screen and (max-width:885px) {
    .imageIndex .imagecontainer .textcontainer h1 {
        font-size: 50px;
        line-height: 50px
    }
    .imageIndex .imagecontainer .textcontainer h2 {
        font-size: 28px;
        line-height: 28px;
        margin: -5px 0 0 0
    }
}

@media screen and (max-width:850px) {
    #rentnerpferde .text_image,
    #jungpferde .text_image {
        flex-direction: column-reverse !important
    }
    header.center img.logo {
        margin: 0
    }
    .text_image {
        flex-direction: column;
    }
    .text_image>div {
        width: 100%
    }
    .text_image .text_auto_left,
    .text_image .text_auto_right {
        max-width: 100%
    }
    footer .center ul li {
        width: 50%
    }
    footer .center ul li:nth-child(2) {
        padding-right: 0;
    }
    footer .center ul li:nth-child(3) {
        padding-left: 0;
    }
    #infoBoxes>div .center .social_media>div {
        width: 50%
    }
    h3.alignLeft {
        text-align: center;
    }
    .text_image .text_auto_left>*,
    .text_image .text_auto_right>* {
        text-align: center;
    }
    .imageIndex .imagecontainer .textcontainer {
        position: relative;
        top: 0;
        background-color: var(--white);
        padding: 0;
        height: auto;
    }
    .imageIndex .imagecontainer .textcontainer h2 {
        margin: 0 0 0 0 !important;
        padding: 4px;
        width: 100%
    }
    .imageIndex .imagecontainer .textcontainer h1 {
        padding: 5px;
        width: 100%
    }
}

@media screen and (max-width: 760px) {
    .background_page_image {
        height: auto;
    }
    .imageIndex .imagecontainer .textcontainer h1 {
        font-size: 40px;
        line-height: 40px
    }
    .imageIndex .imagecontainer .textcontainer h2 {
        font-size: 20px;
        line-height: 20px
    }
    section#startseite {
        height: auto
    }
}

@media screen and (max-width: 700px) {
    #kontaktform form div.inputFields {
        flex-direction: column;
        margin-bottom: 0
    }
    #kontaktform form div.inputFields>* {
        margin: 0 0 10px 0;
    }
    #kontaktform form div.inputFields> :nth-child(2) {
        margin: 0 0 10px 0;
    }
    input[type="submit"] {
        max-width: 100%
    }
    #calender>div .inner {
        font-size: 60px
    }
}

@media screen and (max-width: 685px) {
    header {
        padding: 0 !important;
        justify-content: space-between;
        box-shadow: 0 3px 20px var(--black50);
    }
    header .center a.button_kontakt {
        display: flex;
    }
    #faq .eintrag {
        width: 100%
    }
    header .center a.logo {
        background-color: transparent;
        width: max-content;
        max-width: auto;
        min-width: auto;
        max-width: max-content;
        margin: 0;
    }
    header .center a.logo img.logolang {
        display: inline;
    }
    header .center a.logo img.logokurz {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #slider_preise .next,
    #slider_preise .prev {
        display: flex;
    }
    #slider_preise .preise>div .inner .text {
        padding: 0 50px 20px 50px
    }
    #slider_preise .next img {
        display: flex;
    }
    #slider_preise .preise {
        flex-wrap: nowrap;
        left: 0;
        top: 0;
        position: relative;
    }
    #slider_preise .preise>div {
        width: 100%;
        min-width: 100%
    }
    #slider_preise .preise>div .inner {
        justify-content: center;
    }
    #slider_preise .preise>div .inner .img {
        margin: 0;
        padding: 0
    }
    #slider_preise .preise>div .inner p:first-of-type {
        font-size: 40px
    }
    .price {
        width: 100%;
    }
    #kontaktform .center h3 img {
        width: 50px;
        height: 50px
    }
    #timer div span:first-child {
        font-size: 60px
    }
    #infoBoxes>div .center>div:first-child {
        padding: 0 10px
    }
    .imageIndex .imagecontainer .textcontainer h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .imageIndex .imagecontainer .textcontainer h2 {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (max-width:580px) {
    .background_page_image .container h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .background_page_image .container h2 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px
    }
    .team_item {
        width: 100%;
    }
}

@media screen and (max-width:560px) {
    #infoBoxes>div .center .social_media>div p:first-of-type {
        font-size: 20px
    }
    .textTeam .text_auto_right a {
        width: 100%
    }
    #slider_preise .preise>div.img {
        width: 100px;
        height: 100px;
        border-radius: 50px
    }
    .whatsApp {
        display: flex;
    }
    #kaffee_und_kuchen .aktivitaeten>div .inner {
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    #faq .eintrag .inner .title {
        font-size: 16px;
        line-height: 16px;
    }
    #slider_preise .preise>div .inner {
        padding: 10px
    }
    #slider_preise .preise>div .inner p:first-of-type {
        font-size: 32px
    }
    #calenderContent .center h3 select {
        height: 26px;
        font-size: 18px;
        border-radius: 5px
    }
    #calender>div .inner {
        font-size: 26px
    }
    #datenschutz h2,
    #impressum h2 {
        font-size: 25px !important;
        margin-bottom: 10px !important
    }
    footer .center ul li h4 {
        font-size: 16px
    }
}

@media screen and (max-width:430px) {
    #timer div span:nth-child(2) {
        font-size: 16px
    }
    .background_page_image .container h1 {
        font-size: 50px;
        line-height: 50px;
    }
    header .center img.logo {
        margin-left: 10px
    }
    #kontaktform .center h3 img {
        width: 40px;
        height: 40px
    }
    #timer>div,
    #timer div span:nth-child(2),
    #timer div span:nth-child(1) {
        padding: 5px
    }
    #counter .center>div:nth-child(1) {
        font-size: 20px;
        line-height: 20px
    }
    #flyinmenu ul li a {
        font-size: 25px
    }
    footer .center ul li {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: center;
    }
    footer .center ul li:last-child {
        padding: 0
    }
    h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .swiper_kundenstimmen .swiper-slide div.zitat p {
        font-size: 16px;
    }
}

@media screen and (max-width:370px) {
    #timer div span:first-child {
        font-size: 50px
    }
    header .center a.button_anmeldung span:first-child {
        display: none;
    }
    header .center a.button_anmeldung {
        column-gap: 0;
    }
}