/*
Theme Name: Shopping Arena
Author: Portalworks
Version: 1.0.0
Text Domain: shopping-arena
*/
/***************************************************************
                        FONTS
***************************************************************/
/* helvetica-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Helvetica-Neue-Light.ttf') format('truetype'); 
}

/* helvetica-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Helvetica-Neue-Bold.ttf') format('truetype'); 
}



/***************************************************************
                         ROOT
***************************************************************/
:root {
    --font-primary: 'Helvetica', sans-serif;
    --blue: #74CEE2;
	--black:#000;
	--light-blue:#00A3C9;
    --electric-blue: rgba(0, 163, 201, 0.55);
    --pink: #EB5483;
    --light-pink: #F2B5C4;
    --yellow: #F4C921;
    --light-yellow: rgba(244, 201, 33, 0.5);
    --light-yellow: rgba(244, 201, 33, 0.5);
    --orange: rgba(243, 150, 85, 1);
    --light-orange: rgba(243, 150, 85, 0.55);
	--big-foot-feet: rgba(243, 150, 85, 0.55);
    --green: #25AC74;
	--light-green: rgba(37, 172, 116, 0.55);
    --mint: rgba(0, 110, 122, 0.20);
    --purple: #B179B3;
    --grey: #333;
    --light-grey: #f2f2f2;
    --paragraph-color: #000;
    --link-color: #007AC0;
    --link-color-hover: #000;
}

/***************************************************************
                  PRE-DEFINED CLASSES
***************************************************************/
.carousel-indicators {
    z-index: 1;
}

.searchwp-live-search-results-showing {
    visibility: visible !important;
    opacity: 1 !important;
    transition: 0.25s all !important;
    z-index: 9999999999999 !important;
    display: block !important;
}

.searchwp-live-search-result p {
    border-bottom: none !important;
}

.searchwp-live-search-results {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s all !important;
    z-index: 9999999999999 !important;
}

.searchwp-live-search-result .img-box {
    width: 30%;
    height: 100px;
}

.searchwp-live-search-result .text-box {
    width: 70%;
}

.searchwp-live-search-result .text-box-par {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
}
body.single .bilder-slider .img-box{
	height: auto !important;
}
.searchwp-live-search-result .title-box {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
}

.searchwp-live-search-no-min-chars::after {
    content: "Bitte weitertippen" !important;
}

.searchwp-live-search-result .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.searchwp-live-search-result a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    white-space: normal;
}

body.home {
    padding-top: 0px !important;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.bg-black{
    background-color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

.bg-orange {
    background-color: var(--orange);
}

.bg-pink {
    background-color: var(--pink);
}
.bg-bff{
	background-color: var(--big-foot-feet)!important;
}
.bg-yellow {
    background-color: var(--yellow);
}

.bg-green {
    background-color: var(--green);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-light-pink {
    background-color: var(--light-pink);
}

.bg-grey {
    background: var(--grey);
}
.bg-mint{
	background: var(--mint)!important;
}
.bg-light-grey {
    background: var(--light-grey);
}
.bg-electric-blue{
    background: var(--electric-blue) !important;
}
.bg-light-yellow {
    background: var(--light-yellow);
}

.bg-light-orange {
    background: var(--light-orange);
}

.bg-purple {
    background: var(--purple);
}

.bg-light-blue{
	background:var(--light-blue) !important;
}

.bg-light-green{
	background: var(--light-green)!important;
}

.border-green {
    border: 3px solid var(--green);
}

.border-light-green{
	border: 3px solid var(--light-green);
}
.border-bff{
	border:3px solid var(--big-foot-feet)!important;
}
.border-blue {
    border: 3px solid var(--blue);
}

.border-light-blue{
	border:3px solid var(--light-blue);
}
.border-mint{
	border:3px solid var(--mint);
}
.border-purple {
    border: 3px solid var(--purple);
}

.border-pink {
    border: 3px solid var(--pink);
}

.border-light-pink {
    border: 3px solid var(--light-pink);
}

.border-yellow {
    border: 3px solid var(--yellow);
}

.border-light-yellow {
    border: 3px solid var(--light-yellow);
}

.border-orange {
    border: 3px solid var(--orange);
}

.border-light-orange {
    border: 3px solid var(--light-orange);
}

.border-grey {
    border: 3px solid var(--grey);
}

.border-light-grey {
    border: 3px solid var(--light-grey);
}

.section-padding {
    padding-top: 70px;
}

.section-margin {
    margin-top: 70px;
}

.color-green {
    color: var(--green);
}
.color-bff{
	color:var(--big-foot-feet)!important;
}
.color-light-green{
    color: var(--light-green);
}
.color-mint{
	color: var(--mint);
}
.color-purple {
    color: var(--purple);
}

.color-blue {
    color: var(--blue);
}

.color-light-blue{
    color: var(--light-blue);
}

.color-pink {
    color: var(--pink);
}

.color-light-pink {
    color: var(--light-pink);
}

.color-yellow {
    color: var(--yellow);
}

.color-light-yellow {
    color: var(--light-yellow);
}

.color-orange {
    color: var(--orange);
}

.color-light-orange {
    color: var(--light-orange);
}

.color-grey {
    color: var(--grey);
}

.color-light-grey {
    color: var(--light-grey);
}

.section-title {
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    font-style: normal;
    line-height: 1.33;
}

.banner-title {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    color: #000;
}

.news-events-title {
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    color: #000000;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.section-paragraph {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.08px;
    font-style: normal;
    line-height: 1.33;
    color: #000;
}

.news-banner-section .section-paragraph{
    color: #000;
}

.news-events-section .btn, .geschafte-section-home .btn{
    color: #000;
    border: 1px solid #000;
}

 .geschafte-section-home .btn:hover, .news-events-section .btn:hover{
    border: 1px solid #000;
    background: #000;
    color:  var(--blue);
}
.news-events-section .btn:hover {
	    color:  #fff !important;
}
.kontakt-formular .btn{
    color: var(--blue);
    border: 1px solid var(--blue);
}

.kontakt-formular .btn:hover{
    color: #fff;
    border: 1px solid var(--blue);
    background-color: var(--blue);
}

.wpcf7 form .wpcf7-response-output {
	border: 2px solid var(--blue);
}


.btn {
    line-height: 1.25;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 700;
    font-style: normal;
    border-radius: 0px;
    transition: 0.3s all;
}

.btn-lg {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 20px;
}

.btn:hover {
    border: 1px solid #000;
    background: #000;
    color: var(--blue);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
}

.editor p,
.editor ul,
.editor ol {
    font-size: 19px;
    line-height: 1.5;
    color: var(--paragraph-color);
    font-weight: 400;
}

.editor img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.editor img.alignleft {
    float: left;
}

.editor img.alignright {
    float: left;
}

.editor img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.editor a {
    color: #0B5FFF !important ;
    transition: 0.3s all;
}

.editor a:hover,
.editor a:focus {
    color: var(--link-color-hover) !important;
}

.editor .event-box-single {
    position: relative;
    margin-top: 10px;
    padding-left: 60px;
    padding-top: 35px;
}

.editor .event-box-single .event-box {
    margin-bottom: 40px;
}

.editor .event-box-single .date-title,
.editor .event-box-single .time-title,
.editor .event-box-single .website-title {
    font-size: 21px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.23;
    color: var(--paragraph-color);
    position: relative;
    margin-bottom: 13px;
}

.editor .event-box-single .date-text,
.editor .event-box-single .time-text,
.editor .event-box-single .website-text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.23;
    color: #000000;
}

.editor .event-box-single a.website-text {
    color: var(--link-color);
}

.editor .event-box-single a.website-text:hover,
.editor .event-box-single a.website-text:focus {
    color: var(--link-color-hover);
}

.editor .event-box-single .time-title::before {
    content: '';
    background-image: url('images/offnun-single-clock.svg');
    width: 44px;
    height: 44px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 44px 44px;
}

.editor .event-box-single .website-title::before {
    content: '';
    background-image: url('images/globe-single.svg');
    width: 44px;
    height: 44px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 44px 44px;
}

.editor .event-box-single .date-title::before {
    content: '';
    background-image: url('images/single-date.svg');
    width: 44px;
    height: 44px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 44px 44px;
}

.editor blockquote {
    padding: 65px 25px 30px 25px;
    background: #F5F5F5;
    position: relative;
}

.editor blockquote::before {
    content: 'Achtung:';
    font-size: 23px;
    color: #E21919;
    left: 60px;
    top: 20px;
    position: absolute;
    font-weight: 700;
    line-height: 1.3;
}

.editor blockquote::after {
    content: '';
    background-image: url(images/warning.svg);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    color: red;
    left: 25px;
    top: 25px;
    position: absolute;
}

.editor h6 {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    margin-bottom: 26px;
	color:#000000 !important:
    margin-top: 16px !important;
}

.editor h3{
	color:#000;
}
.editor ul li {
/* 	padding-bottom: 15px; */
}
.form-control,
.form-select {
    border-radius: 0;
    border: 2px solid #383838;
}

input.wpcf7-form-control.wpcf7-captchar {
    border-radius: 0;
    border: 2px solid #383838;
	margin-top: 4px;
    padding: 6px 12px;
    font-size: 1rem;
	line-height: 1.5;
}

.wpcf7-captchar:focus {
	border-color: #383838;
    box-shadow: none;
	outline: none;
}

form span {
    color: #FF0000;
}

form {
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.12;
    color: #383838;
}

.form-select:focus,
.form-control:focus {
    border-color: #383838;
    box-shadow: none;
}

form .input-wrap {
    font-size: 13px;
}

form .input-wrap p:first-child {
    display: flex;
}

form .input-wrap p .wpcf7-list-item {
    margin: 0px;
}

form .input-wrap input {
    display: block;
    border-color: var(--blue);
    border: 2px solid var(--blue);
}

form .input-wrap label a {
    color: #383838;
    transition: 0.3s all;
}

form .input-wrap label a:hover,
form .input-wrap label a:focus {
    color: var(--link-color-hover);
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: var(--blue);
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--black);
}

.form-check-input:active {
    filter: brightness(100%);
}

.form-check-input[type="checkbox"] {
    border-radius: 0px;
}

.form-check-input:checked {
    border-color: var(--blue);
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.carousel-fade .active.carousel-item-start {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

#map {
    width: 100%;
    height: 400px;
    position: relative;
    bottom: -70px;
}

#map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***************************************************************
                     BODY AND HTML
***************************************************************/
html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);

}

body.page-geschafte {
    padding-top: 106.217px;
}

body.page-uber-uns {
    padding-top: 106.217px;
}

body.page-single {
    padding-top: 106.217px;
}

body.page-offnungszeiten {
    padding-top: 106.217px;
}

body.page-archive {
    padding-top: 106.217px;
}

body.page-jobs {
    padding-top: 106.217px;
}

body.page-geschaftekarte {
    padding-top: 106.217px;
}

body.page-parking {
    padding-top: 106.217px;
}

body.page-medien-parsse {
    padding-top: 106.217px;
}

body.page-kontakt {
    padding-top: 106.217px;
}

body.page-newsletter {
    padding-top: 106.217px;
}

body.page-impressum {
    padding-top: 106.217px;
}

body.page-template-default {
    padding-top: 106.217px;
}

body.single-geschaefte {
    padding-top: 106.217px;
}

body.category-neuigkeiten {
    padding-top: 106.217px;
}

body.category-neuigkeiten {
    padding-top: 106.217px;
}

body.single-post {
    padding-top: 106.217px;
}

body.page-template-page-intranet {
    padding-top: 106.217px;
}

body.error404 {
    padding-top: 106.217px;
}

body.page-id-566{
	padding-top: 0px !important;
}

.clearfix {
    padding-top: 106.217px;
}

#wpadminbar {
    position: fixed;
}

body.admin-bar nav.navbar {
    top: 46px !important;
}

/***************************************************************
                        NAVBAR
***************************************************************/
.shadow-object {
    width: 100%;
    top: 0px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
    z-index: 0;
}

.clearfix h1 {
    font-size: 44px;
}

.modal-title {
    margin-bottom: 20px;
}

body.page-template-page-intranet.modal-open > :not(.modal) {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

.post-password-form input[type=submit] {
    line-height: 1.25;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    font-weight: 900;
    font-style: italic;
    border-radius: 0px;
    transition: 0.3s all;
    margin-top: 20px;
}

.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}

.navbar-mobile {
    padding-bottom: 0px;
    overflow-y: auto;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}

.navbar-brand-desktop {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 267px;
    height: auto;
}

.navbar-brand-desktop img {
    width: 100%;
    height: 68px;
}

.navbar-desktop-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 20px;
    transition: 1s all;
}
.navbar-desktop-block::after{
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 1920px;
    background: #fff;
    position: absolute;
    transition: width 1s;
    z-index: -1;
}
.navbar-desktop-block::before{
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1920px;
    background: #fff;
    position: absolute;
    transition: width 1s;
    z-index: -1;
}
.navbar-desktop-block.v1{
   box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}
.navbar-desktop-block.v1::after{
    width: 0;
}
.navbar-desktop-block.v1::before{
    width: 0;
}

a.navbar-brand {
    width: 247px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}

a.navbar-brand img {
    width: 135px;
    height: auto;
}

.time-nav-block {
    z-index: 3;
    padding-bottom: 15px;
}

.time-box {
    text-decoration: none;
}

.time-box-desktop .img-wrap {
    width: 50px;
    height: auto;
    margin-right: 12px;
}

.time-box-desktop {
    text-decoration: none;
}

.time-box-desktop img {
    width: 100%;
    height: 100%;
}

.time-text-desktop {
    font-weight: 700;
    font-style: normal;
    line-height: 1.14;
    font-size: 14px;
    color: #000000;
}

.time-box .img-wrap {
    width: 34px;
    height: 34px;
}

.time-box .img-wrap img {
    width: 100%;
    height: auto;
}

.time-box .time-text {
    font-weight: 700;
    font-style: normal;
    line-height: 1.14;
    font-size: 14px;
    margin-left: 10px;
    color: #000000;
}

.search-block {
    opacity: 0;
    bottom: 50%;
    left: 0;
    visibility: hidden;
    transition: 0.25s all;
}

.search-block-desktop {
    opacity: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: 0.25s all;
    height: 50px;
    z-index: 2;
}

.search-block.show {
    opacity: 1;
    bottom: 0.6rem;
    visibility: visible;
}

.search-block-desktop.show {
    opacity: 1;
    visibility: visible;
}

.search-close-desktop {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-close-desktop img {
    width: 24px;
    height: auto;
    cursor: pointer;
}

.search-close {
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
}

.search-close img {
    width: 24px;
    height: auto;
    cursor: pointer;
}

.search-block-desktop input {
    border-top: 0;
    border-bottom: 1px solid #707070;
    border-left: 0;
    border-right: 0;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    padding-right: 40px;
}

.search-block input {
    border-top: 0;
    border-bottom: 1px solid #707070;
    border-left: 0;
    border-right: 0;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    padding-right: 40px;
}

.search-block input::placeholder,
.search-block-desktop input::placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.17);
    opacity: 1;
}

.search-block input::placeholder,
.search-block-desktop input::placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.17);
}

.search-block input::placeholder,
.search-block-desktop input::placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.17);
}

.loop-box {
    cursor: pointer;
}

.loop-box-desktop {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.loop-box-desktop img {
    width: 100%;
    height: auto;
}

.time-nav-block .loop-box img {
    width: 21px;
    height: auto;
}

.upper-part-nav-block {
    margin-bottom: 15px;
}

#navbarDesktop .dropdown-menu a {
    font-weight: 500;
}

#navbarDesktop .dropdown-menu {
    border-radius: 0;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}

#navbarDesktop .dropdown-toggle::after {
    transform: rotate(90deg);
}

ul.navbar-nav {
    min-height: 310px;
}

.navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1%;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}

.dropdown .dropdown-toggle {
    padding-right: 25px !important;
}

.dropdown-toggle::after {
    content: "";
    background-image: url(images/arrow.svg);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 14px;
}

.dropdown-toggle.rotated::after {
    transform: rotate(90deg);
}

.dropdown-toggle.rotated-desktop::after {
    transform: rotate(270deg) !important;
}

.dropdown-menu {
    border: none;
}

.dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1%;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25;
}

.sidebar-navigation-block a {
    text-decoration: none;
}

.sidebar-navigation-block .sidebar-nav-link-box {
    min-height: 100px;
    width: 100px;
    height: auto;
    padding: 12px 0px;
    color: #ffffff;
}

.sidebar-navigation-block .sidebar-nav-title {
    font-size: 11px;
    font-weight: 900;
    font-style: italic;
}

.sidebar-navigation-block {
    margin-bottom: 25px;
}

.sidebar-nav-link-box img {
    height: 50px;
    width: auto;
}

.sidebarnav-block {
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    width: 42px;
    height: 42px;
    z-index: 4;
    cursor: pointer;
}

.sidebar-nav-block {
    right: 0;
    top: 450px;
}

.sidebar-nav-block {
    z-index: 10;
}

.sidebar-nav-block .sidebarnav-box {
    width: 42px;
    height: 42px;
    padding: 3px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    transform: translate(0%, -50%);
    display: inline-block;
}

.sidebar-nav-block .sidebarnav-box img {
    height: 30px;
    width: auto;
    max-width: 100%;
}

.sidebar-nav-block .sidebarnav-box1 {
    right: 0px;
    top: 0px;
    z-index: 1;
}

.sidebar-nav-block .sidebarnav-box2 {
    right: 0px;
    top: 0px;
    z-index: 2;
}

.sidebar-nav-block .sidebarnav-box3 {
    right: 0px;
    top: 0px;
    z-index: 3;
}

.sidebar-nav-block .sidebarnav-box3.show {
    top: -50px;
}

.sidebar-nav-block .sidebarnav-box2.show {
    top: -100px;
}

.sidebar-nav-block .sidebarnav-box1.show {
    top: -150px;
}

.sidebar-nav-block-desktop {
    right: 0;
    top: 500px;
    z-index: 10;
    gap: 3px;
}

.sidebarnav-box-desktop {
    padding: 5px;
    width: 41px;
    height: 41px;
    transition: 0.3s all;
    text-decoration: none;
}

.sidebarnav-box-desktop img {
    width: 100%;
    height: auto;
    max-width: 60px;
	max-height: 50px;
}

.sidebarnav-box-desktop:hover {
    width: 84px;
    height: 84px;
}

.sidebarnav-box-desktop:hover .sidebar-nav-text {
    visibility: visible;
    opacity: 1;
    height: 10px;
    margin-top: 4px;
    transition: 0.2s all ease-in;
}

.sidebarnav-box-desktop .sidebar-nav-text {
    font-size: 11px;
    font-weight: 900;
    visibility: hidden;
    opacity: 0;
    height: 0px;
    color: #fff;
    transition: 0.1s all ease-in;
}

/**************************************
        CUSTOM MENU BUTTON
**************************************/

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
    margin-top: -16px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    width: 60%;
    left: 40%;
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 16px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .toggler-icon {
    background: #000000;
}

/***************************************************************
                           HERO
***************************************************************/
.hero-section {
    padding-top: 106.217px;
}

#carouselHero .carousel-item {
    height: auto;
    max-height: 960px;
}

#carouselHero .carousel-item img {
    object-fit: cover;
    height: 100%;
}

span.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

span.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 7.5px;
    margin-left: 7.5px;
    background-color: #000000;
}

/***************************************************************
                       SCROLL BLOCK
***************************************************************/

.scroll-box {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.kontakt-formular .row div,
.kontakt-formular .row p {
    padding: 0px;
}

.scroll-box:hover {
    color: #000000;
}

.scroll-box .scroll-text {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.25;
    margin-top: 13px;
}

.scroll-box img {
    position: relative;
    animation: jumpInfinite 1s infinite;
}

@keyframes jumpInfinite {
    0% {
        top: 0;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

/***************************************************************
                     NEWS & EVENTS TITLE
***************************************************************/
.title-text-box {
    padding-bottom: 10px;
}

/***************************************************************
                     NEWS & EVENTS BANNER
***************************************************************/
.category-neuigkeiten section.section-padding {
    padding-top: 25px;
}

.news-banner-block 

.news-banner-block .image-box {
    width: 100%;
    height: 180px;
}

.news-banner-block .img-box-logo {
    max-width: 288px;
    height: auto;
    margin-bottom: 30px;
}

.news-banner-block .editor h3 {
    color: #000;
    font-weight: 900;
    color: #000000;
    font-size: 30px;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 20px;
}

.news-banner-block table tr td {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 1.08px;
    font-weight: 400;
    font-style: normal;
}

.news-banner-block table {
    color: #000000;
}

.news-banner-block table tr td:first-child {
    font-weight: 700;
}

.news-banner-block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-banner-block .banner-title-offn {
    margin-bottom: 30px;
    color: var(--black);
}

.news-banner-section .image-box-desktop {
    height: 100%;
    width: 50%;
}

.news-banner-section {
    background: transparent;
}

.news-banner-section .image-box-desktop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-banner-block .text-block {
    padding: 15px 20px;
	gap: 20px;
}

.news-banner-block .date-time-banner {
    font-size: 16px;
    letter-spacing: 1.26px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 12px;
}
.news-banner-block .text-box{
    gap:30px;
}
.news-banner-block .text-box a {
    text-decoration: none;
}

.news-banner-section #newsCarousel {
    width: 100%;
    height: 100%;
}

#carouselHeroMobile .carousel-item {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

#carouselHeroMobile .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.news-banner-section #newsCarousel .carousel-indicators button,
.news-banner-section #newsCarouselMobile .carousel-indicators button {
    background-color: #ffffff;
}

.news-banner-section #newsCarousel .carousel-indicators button {
    width: 13px;
    height: 13px;
}

.news-banner-section #newsCarousel span.carousel-control-prev-icon,
.news-banner-section #newsCarouselMobile span.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.news-banner-section #newsCarousel span.carousel-control-next-icon,
.news-banner-section #newsCarouselMobile span.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.news-banner-section #newsCarousel .carousel-inner {
    width: 100%;
    height: 100%;
}

.news-banner-section .single-paragraph {
    position: relative;
    margin-top: 70px;
}

.news-banner-section .single-paragraph a {
    color: #000000 !important;
    text-decoration: underline !important;
}

.news-banner-section .single-paragraph::before {
    content: '';
    position: absolute;
    left: 0;
    right: unset;
    top: -35px;
    width: 76px;
    height: 3px;
    background: #000000;
}

.block-editor-banner.reverse .single-paragraph::before {
    content: '';
    position: absolute;
    right: 0;
    left: unset;
    top: -35px;
    width: 76px;
    height: 3px;
    background: #000000;
}

.news-banner-section #newsCarousel .carousel-item {
    width: 100%;
    height: 100%;
}

.news-banner-section #newsCarousel .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.news-banner-section .editor p {
    color: #000000;
}

.news-banner-section .editor a {
    text-decoration: underline;
    color: #000000;
}

.news-banner-section .editor h4 {
    margin-bottom: 25px;
    font-size: 29px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    font-style: italic;
    font-weight: 900;
}

/***************************************************************
                     NEWS & EVENTS CARDS
***************************************************************/
/**********
  Swiper
**********/
.news-events-section .newsSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.newsSwiper .swiper-slide a {
    text-decoration: none;
}

.news-events-section .container {
    overflow: hidden;
}

.newsSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto !important;
}

.news-events-section .swiper-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 100%;
}

.news-events-section a, .vermietung {
    height: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.news-events-section .btn-box {
    margin-top: 40px;
}

.news-events-section .swiper-slide a {
    width: 100%;
}

.news-events-section a .img-box, .vermietung .img-box {
    height: auto;
    aspect-ratio: 2 / 1;
}

.vermietung sup {
	top: 0;
	line-height: 1;
}

.vermietung .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-events-section a .img-box img, .vermietung a .img-box {
    transition: 0.3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-events-section .swiper-button-next,
.news-events-section .swiper-button-prev {
    position: relative;
    top: unset;
    margin-top: 0px;
    margin-left: 40px;
    margin-right: 40px;
    transition: 0.1s ease-in;
}

.news-events-section .swiper-button-prev {
    transform: rotate(180deg);
}

.arrow-nav {
    margin-top: 30px;
}

.news-events-section .swiper-button-next::after {
    content: "";
}

.news-events-section .swiper-button-prev::after {
    content: "";
}


.news-events-section a .img-box, .vermietung .img-box {
    overflow: hidden;
}

.news-events-section .text-box {
    padding: 30px 20px 55px 20px;
}

.vermietung .text-box{
    padding: 20px 18px 10px 18px;
}

.vermietung-info{
    margin-bottom: 64px;
}

.vermietung-info a:hover{
    cursor: pointer;
}

.news-events-section .over-title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.08px;
    line-height: 1.5;
    font-style: normal;
    color: #000000;
	text-transform: capitalize;
}

.news-events-section .news-teaser-paragraph {
    margin-bottom: 75px;
    font-weight: 400;
    line-height: 1.33;
    color: var(--paragraph-color);
    font-style: normal;
    letter-spacing: 1.08px;
    font-size: 16px;
	margin-top:35px;
	
}

.card-btn-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.promotions-block .card-btn-box {
    height: 64px;
    right: 0;
    left: 0;
    bottom: 0;
}

.news-events-section .card-btn-box .link-text {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
    color: #000;
    margin-right: 5px;
}

.news-events-section .card-btn-box img {
    height: 15px;
    width: auto;
}

/***************************************************************
                        ENTDECKEN
***************************************************************/
.cat-boxes-section .cat-box {
    width: 100%;
    transition: 0.3s all;
}

.cat-boxes-section .ent-block a {
    text-decoration: none;
}

.cat-boxes-section .cat-box:hover {
    transform: scale(1.08);
}

.cat-boxes-section .cat-box:hover .cat-name {
    transform: scale(0.92);
}

.cat-boxes-section .cat-box:hover .img-box {
    transform: scale(1.08);
}

.cat-boxes-section .cat-box:hover .cat-name {
    font-size: 18px;
}

.cat-boxes-section .cat-box .img-box {
    width: 100px;
    height: 85px;
    transition: 0.3s all;
    margin-bottom: 10px;
}

.cat-boxes-section .cat-box .img-box img {
    width: 80%;
    height: 80%;
}

.cat-boxes-section .ent-block {
    padding-top: 10px;
}

.cat-box .cat-name {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.33;
    transition: 0.3s all;
}

.cat-boxes-section .text-box {
    max-width: 850px;
}

/***************************************************************
                        GESCHAFTE
***************************************************************/
.geschafte-section-home {
    padding-bottom: 70px;
}

#carouselGeschafte {
    padding-top: 0px;
}

#carouselGeschafte .carousel-control-next, .carousel-control-prev {
	width: 5%;
}

.geschafte-img-box {
    width: 100%;
    height: 100%;
}

.card-geschafte {
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
	padding-top: 10px;
    transition: 0.2s all;
}

.geschafte-img-box img:hover {
    transform: scale(1.10);
}

.geschafte-img-box {
    padding: 30px;
}

.geschafte-img-box img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: 0.3s all;
}

.geschafte-section-home .btn-box {
    margin-top: 10px;
}

.geschafte-box {
	background-color: transparent;
	height: 178px;
}

.geschafte-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	border: 0.894px solid rgba(153, 153, 153, 0.52);
}

.geschafte-box:hover .geschafte-inner {
	transform: rotateY(180deg);
}

.geschafte-front,
.geschafte-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.geschafte-back {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 48px;
	color: #000;
	transform: rotateY(180deg);
}

.geschafte-card-title {
	font-size: 21px;
	font-weight: 800;
	line-height: 24px;
}

.geschafte-card-info {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.geschafte-card-info a{
	margin-bottom: 30px; 
}


/***************************************************************
                        GESCHAFTE BOX
***************************************************************/

.geschafte-box-widget{
    margin-top: 50px;
    margin-bottom: 4px;
}

.geschafte-box-wrapper{
    padding: 70px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.geschafte-box-heading{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
}

.geschafte-box-wrapper a{
    color: #fff;
}

.geschafte-box-title{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.72px;
    margin-bottom: 0;
}

.geschafte-box-wrapper p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;   
    margin: 0;
}

/***************************************************************
                        ANREISE & PARKING
***************************************************************/

.anreise-parking{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.anreise-parking-title{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.1px;
    margin-bottom: 26px;
	color:#000;
    margin-top: 15px;
}

.anreise-parking-content{
    font-size: 21px;
    font-style: normal;
    line-height: 32px;
	color:#000;
}

.anreise-parking-paragraph{
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.anreise-parking-bottom-logo{
    height: 21px;
}

/***************************************************************
                        INSTAGRAM 
***************************************************************/
/**********
  Swiper
**********/
.swiperInstagram {
    height: 20%;
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
}

.swiperInstagram .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.swiperInstagram .swiper-slide-thumb-active {
    opacity: 1;
}

.swiperInstagram2 {
    padding-top: 15px;
}

.swiperInstagram .swiper-slide img,
.swiperInstagram2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiperInstagram2 img.insta-image {
    width: 63px;
    height: 63px;
    object-fit: none;
    margin-bottom: 25px;
}

.insta-block {
    padding-left: 36px;
}

.insta-block .btn-box {
    margin-top: 50px;
}

/***************
  Swiper-mobile
***************/
.swiperInstaMobile {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiperInstaMobile .swiper-slide a {
    text-decoration: none;
}

.swiperInstaMobile .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto !important;
}

.swiperInstaMobile .swiper-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 100%;
}

.instagram-section .btn-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.swiperInstaMobile .swiper-slide {
    width: 100%;
}

.instagram-section .swiper-button-next,
.instagram-section .swiper-button-prev {
    position: relative;
    top: unset;
    margin-top: 0px;
    margin-left: 40px;
    margin-right: 40px;
    transition: 0.1s ease-in;
}

.instagram-section .swiper-button-prev {
    transform: rotate(180deg);
}

.arrow-nav {
    margin-top: 30px;
}

.instagram-section .swiper-button-next::after {
    content: "";
}

.instagram-section .swiper-button-prev::after {
    content: "";
}

.swiperInstaMobile .insta-block {
    padding-left: 0px;
    padding-top: 30px;
}

.swiperInstaMobile .insta-image {
    margin-bottom: 25px;
}

.swiperInstaMobile .img-box {
    width: 100%;
    height: 400px;
}

.swiperInstaMobile .img-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/***************************************************************
                     GESCHAFTE PAGE 
***************************************************************/
.geschafte-section .filter-block {
    gap: 30px;
/*     padding-top: 30px; */
}

.geschafte-section .filter-block .form-select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.3px solid #000000;
    border-radius: 0px;
    font-size: 19px;
    line-height: 1.33;
    letter-spacing: 0.06em;
    font-style: normal;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 400;
}

.geschafte-section .filter-block .form-select:focus {
    box-shadow: none;
}

.geschafte-section .geschafte-block {
/*     padding-top: 30px; */
}

#carouselGeschafte .carousel-control-prev,
#carouselGeschafte .carousel-control-next {
    display: none;
}

/***************************************************************
                        NEWS SINGLE 
***************************************************************/
.single-news-section.section-padding {
    padding-top: 45px;
}

.single-geschaefte section.section-padding {
    padding-top: 45px;
}

/***************************************************************
                         MEDIEN-PRESSE
***************************************************************/
.medien-presse-section.section-padding {
    padding-top: 45px;
}

.medien-block {
    gap: 40px;
}

.medien-block .medien-box {
    padding: 23px 23px 23px 26px;
    border-bottom: 1px solid #E0DEDD;
    border-right: 1px solid #E0DEDD;
    border-top: 1px solid #E0DEDD;
    border-left: none;
    line-height: 1.85;
}

.medien-block .medien-border-box {
    border-left-width: 8px;
    border-bottom: none;
    border-right: none;
    border-top: none;
}

.medien-block .pdf-box a {
    color: var(--link-color);
}

.medien-block .pdf-box a:hover,
.medien-block .pdf-box a:focus {
    color: var(--link-color-hover);
}

/***************************************************************
                         KONTAKT
***************************************************************/
.kontakt-block-cards .kontkat-card .img-box {
    max-width: 42px;
    width: auto;
    height: 42px;
}

.kontakt-block-cards .kontkat-card .img-box img {
    height: auto;
    width: auto;
}

.kontakt-block-cards .title-kontakt-box {
    font-size: 29px;
    line-height: 1.25;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0.48px;
    color: var(--paragraph-color);
}

.kontakt-block-cards {
    color: var(--paragraph-color);
}

.kontakt-block-cards .kontkat-card .card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    font-style: normal;
}

.kontakt-block-cards .kontkat-card {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.2px;
    font-style: normal;
}

.kontakt-block-cards .kontkat-card a {
    color:#0B5FFF ;
    transition: 0.3s all;
    position: relative;
}
.kontakt-block-cards .kontkat-card a:hover{
	color:var(--link-hovered);
}
.kontakt-block-cards .kontkat-card a.whatsup-kontakt::after {
    content: '';
    background-image: url(images/whatsup-black.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.kontakt-block-cards .kontkat-card a.whatsup-kontakt {
    padding-left: 30px;
}

.kontakt-block-cards .kontkat-card .card-text p {
    margin-bottom: 0;
}

/* .kontakt-block-cards .kontkat-card a:hover,
.kontakt-block-cards .kontkat-card a:focus {
    color: var(--link-color-hover);
} */

/***************************************************************
                         UBER-UNS
***************************************************************/
.uber-uns-section.section-padding {
    padding-top: 45px;
}

.uber-uns-section .uber-uns-nav-box {
    margin-bottom: 20px;
}

.uber-uns-section .uber-uns-nav-box a {
    padding: 12px 0px;
    font-size: 21px;
    font-style: italic;
    line-height: 1.23;
    letter-spacing: 0.01em;
    font-weight: 900;
    opacity: 0.9;
    color: #000000;
    text-decoration: none;
    transition: 0.3s all;
}

.uber-uns-section .uber-uns-nav-box a:hover,
.uber-uns-section .uber-uns-nav-box a:focus {
    color: var(--link-color-hover);
}

.uber-uns-section .uber-uns-block .title-card-uber {
    gap: 20px;
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
    color: #ffffff;
}

.uber-uns-section .uber-uns-block .title-card-uber img {
    max-height: 28px;
    height: 100%;
    width: auto;
}

.uber-uns-section .editor-content-uber {
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 55px;
    padding-right: 10px;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.42;
    color: var(--paragraph-color);
    border-width: 2px;
}

.uber-uns-section .editor-content-uber a {
    color: var(--link-color);
    transition: 0.3s all;
}

.uber-uns-section .editor-content-uber a:hover,
.uber-uns-section .editor-content-uber a:focus {
    color: var(--link-color-hover);
}

.uber-uns-section .uber-uns-block {
    padding-top: 10px;
}

.uber-uns-block {
    padding: 10px 0px 25px 0px;
}

body.page-archive {
    padding-top: 106.217px;
}

/***************************************************************
                           JOBS
***************************************************************/
.jobs-block .jobs-box {
    padding: 23px 23px 23px 26px;
    border-bottom: 1px solid #E0DEDD;
    border-right: 1px solid #E0DEDD;
    border-top: 1px solid #E0DEDD;
    border-left: none;
}

.jobs-block .jobs-border {
    border-left-width: 8px;
    border-bottom: none;
    border-right: none;
    border-top: none;
}

.jobs-block .jobs-title {
    font-size: 21px;
    line-height: 1.25;
    color: var(--paragraph-color);
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.jobs-block .jobs-area {
    font-size: 21px;
    line-height: 1.25;
    color: var(--paragraph-color);
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}

.jobs-block .jobs-link {
    font-size: 16px;
    line-height: 1.25;
    color: var(--link-color);
    font-weight: 400;
    font-style: italic;
}

.jobs-block .jobs-link:hover,
.jobs-block .jobs-link:focus {
    color: var(--link-color-hover);
}

/***************************************************************
                          FOOTER
***************************************************************/
footer {
    color: #ffffff;
    margin-top: 70px;
}

footer a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s all;
}

footer.section-padding {
    padding-top: 30px;
    padding-bottom: 60px;
}

footer a.navbar-brand {
    margin-bottom: 26px;
    width: 290px;
    height: auto;
}

footer .adress-box {
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0.033em;
    font-weight: 400;
}

footer .adress-box .adress {
    margin-bottom: 20px;
}

.footer-nav-box .offnun-box {
    margin-bottom: 12px;
}

footer .adress-box .info-box a:hover,
footer .adress-box .info-box a:focus {
    color: #000000;
}

.footer-nav-box {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.033em;
}

.footer-nav-box span {
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
    letter-spacing: 0.033em;
    font-weight: 400;
}

.footer-nav-box .offnun-box a {
    margin-bottom: 5px;
}

.footer-nav-box a:hover,
.footer-nav-box a:focus {
    text-decoration:underline;
	color:#fff;
}

.navbar-footer {
    padding-left: 0px;
}

.navbar-footer li {
    list-style-type: none;
}

.navbar-footer a {
    padding: 8px 0px;
}

footer .social-box {
    margin-top: 10px;
    gap: 10px;
}

.footer-social-box {
    margin-top: 50px;
}

.social-box img {
    height: 42px;
    width: auto;
}

.footer-social-box .social-title {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
}

.footer-social-box .social-under-title {
    font-size: 18px;
    line-height: 2.33;
    font-weight: 700;
    font-style: normal;
    margin-top: 5px;
}

.footer-second-block .wincasa-footer-block img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.footer-second-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-second-block .navigation-footer-box {
    gap: 14px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer-second-block .navigation-footer-box a {
    letter-spacing: 0.06em;
    position: relative;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}

.footer-second-block .navigation-footer-box a:hover {
    text-decoration: underline
}

.footer-second-block .navigation-footer-box a::after {
    content: '|';
    right: -11px;
    top: 0;
    position: absolute;
    font-style: normal;
}

.footer-second-block .navigation-footer-box a:last-child::after {
    display: none;
}

.footer-second-block {
    color: #000000;
}

.footer-second-block .copy-right {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-style: normal;
}

.footer-second-block .navigation-footer-block {
    margin-bottom: 30px;
}

/***************************************************************
                        STORE INFO
***************************************************************/
.geschafte-single-section .info-single-box {
    padding-right: 0px;
    font-weight: 700;
    font-style: italic;
    font-size: 21px;
    line-height: 1.23;
    color: var(--paragraph-color);
    height: 45px;
}

.geschafte-single-section .section-title {
    color: var(--paragraph-color);
}

.geschafte-single-section .info-single-block a {
    text-decoration-color: var(--paragraph-color);
}

.geschafte-single-section .info-single-block {
    gap: 40px;
    margin-bottom: 40px;
}

.geschafte-single-section .info-single-box .img-box {
    width: 45px;
    height: auto;
    margin-right: 13px;
}

.geschafte-single-section .info-single-box .img-box img {
    width: 100%;
    height: auto;
    max-height: 45px;
}

.geschafte-single-section .img-single-box {
    margin-bottom: 40px;
    height: 150px;
    width: 100%;
}

.geschafte-single-section .img-single-box img {
    object-fit: contain;
    width: auto;
    height: 100%;
}

/***************************************************************
                       GESCHAFTEKARTE
***************************************************************/
.geschaftekarte-section .buttons-box {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.geschaftekarte-section.section-padding {
    padding-top: 45px;
}

/***************************************************************
                        IMPRESSUM
***************************************************************/
.impressum-section.section-padding {
    padding-top: 45px;
}

/***************************************************************
                     OFFNUNGSZEITEN CARDS
***************************************************************/
.offnungszeiten-logo{
    max-width: 267px;
    height: 60px!important;
    width: auto!important;
}

.offnun-cards-section .img-logo-box {
    max-width: 100%;
    height: 150px;
    width: auto;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.offnun-cards-section2 table {
    max-width: 600px;
}

.offnun-cards-section .img-logo-box img {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.offnun-cards-section .offnun-card-box .offnun-title {
    color: #000000;
    letter-spacing: 0.48px;
    font-size: 34px;
    position: relative;
    margin-bottom: 35px;
    font-weight: 900;
}

.offnun-cards-section .offnun-card-box .offnun-title::before {
    content: '';
    width: 76px;
    height: 3px;
    top: -38.5px;
    left: 0;
    position: absolute;
    background: #000000;
}

.offnun-cards-section .offnun-card-box table tr {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.08px;
    line-height: 1.33;
    color: var(--paragraph-color);
}

.offnun-cards-section .offnun-card-box table {
    margin-bottom: 35px;
}

.offnun-cards-section2 .offnun-card-box table {
    margin-bottom: 0px;
}

.offnun-cards-section .offnun-card-box table tr td:first-child {
    color: #000000;
    font-weight: 700;
}

.title-page-offnun.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.offnun-cards-section .offnun-card-box {
    padding-top: 70px;
}

/***************************************************************
VERMIETUNG
***************************************************************/
.vermietungen-section .card-btn-box{
    text-decoration: none;
}
.vermietungen-section .card-btn-box .link-text {
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    line-height: 1.25;
    color: #fff;
    margin-right: 5px;
}

.vermietungen-section .card-btn-box img {
    height: 15px;
    width: auto;
    filter: invert(100%);
}

.vermietungen-title {
    font-weight: 700;
    font-size: 24px;
}

/***************************************************************
                        MODAL
***************************************************************/
.vermietung-modal #vermietungCarousel .carousel-inner{
    height: 70vh;
    display: flex;
    align-items: center;
}

.vermietung-modal .carousel-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vermietung-modal .modal-body{
    height: 100%;
}

.vermietung-modal .modal-content{
    height: 70vh;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
}

.vermietung-modal #vermietungCarousel, 
.vermietung-modal #vermietungCarousel .carousel-inner, 
.vermietung-modal #vermietungCarousel .carousel-inner .carousel-item {
    height: 100%;
    overflow: hidden;
} 
 

/*****************************
  Table Custom Responsive
*****************************/
@media only screen and (max-width: 991px) {
    .section-title {
        margin-top: 50px;
    }

    .vermietung-modal .modal-dialog{
        max-width: 100%;
    }
    
    .offnungszeiten-regulare .second-offnungszeiten-block table td,
    .offnungszeiten-regulare .second-offnungszeiten-block table th {
        column-span: all;
        display: block;
        text-align: start;
        padding-right: 0px;
    }

    .offnungszeiten-regulare .second-offnungszeiten-block table {
        font-size: 21px;

    }

    .offnungszeiten-regulare .second-offnungszeiten-block table tbody tr:first-child td {
        padding-top: 0px;
    }

    .offnungszeiten-regulare .second-offnungszeiten-block table thead {
        display: none;
    }

    .offnungszeiten-regulare .second-offnungszeiten-block table tbody tr {
        margin-bottom: 20px;
        display: block;
    }

    .offnungszeiten-regulare .second-offnungszeiten-block table tbody tr td:first-child {
        font-weight: 600;
    }
}

.offnungszeiten-regulare .second-offnungszeiten-block table {
    color: #000000 !important;
}

.offnungszeiten-regulare thead tr th {
    border-bottom: 3px solid var(--paragraph-color);
}

.offnungszeiten-regulare .first-offnungszeiten-block .time-block {
    padding: 35px 25px;
}

.offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .title {
    margin-bottom: 25px;
}

.offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .offn-time {
    color: var(--grey);
}

.offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .offn-time .offn-day {
    font-size: 16px;
    line-height: 2.52;
    letter-spacing: 0.48px;
    flex-basis: 45%;
}

.offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .offn-time .time {
    font-size: 16px;
    line-height: 2.52;
    letter-spacing: 0.48px;
    flex-basis: 55%;
}

.offnungszeiten-regulare .first-offnungszeiten-block .map-block {
    position: relative;
    min-height: 260px;
}

.offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box {
    display: inline-block;
    padding: 16px 23px;
    color: #ffffff;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 260px;
}

.offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box .location-box {
    margin-bottom: 10px;
}

.offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box .location-box img {
    max-height: 20px;
    margin-right: 10px;
}

.offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box .location-box .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box .address {
    font-size: 12px;
    letter-spacing: 0.14px;
    line-height: 1.4;
    font-weight: 400;
}

/***************************************************************
                       VERMIETUNG
***************************************************************/
.vermietung .img-box {
    height: 180px;
    width: 100%;
    max-width: 100%;
}

.vermietung .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***************************************************************
                       KIDS ARENA
***************************************************************/
.kids-slider .img-box {
    height: 270px;
    width: 100%;
    max-width: 100%;
}

.kids-slider .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***************************************************************
                         PARKING
***************************************************************/
.parking-section.section-padding {
    padding-top: 45px;
}

/***************************************************************
                         KONTAKT
***************************************************************/
.kontakt-section.section-padding {
    padding-top: 45px;
}

/***************************************************************
                         ACCORDIONS
***************************************************************/
.accordion-section.section-padding {
    padding-top: 45px;
}

#accordionExample {
    border-radius: 100%;
}

#accordionParking .accordion-item {
    border-bottom: none;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#accordionParking .accordion-button {
    color: #000000;
    font-size: 29px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding-left: 0px;
    padding-right: 25px;
    border-bottom: 2px solid #000000;
    border-radius: 0px;
    font-style: italic;
}

#accordionParking .accordion-button:focus {
    border-color: #000000;
    box-shadow: none;
}

#accordionParking .accordion-button:not(.collapsed) {
    background-color: transparent;
}

#accordionParking .accordion-button::after {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordionParking .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#accordionParking .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
}

.autobahn-accord img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.ov-accordion .ov-block {
    padding-left: 55px;
}

.ov-accordion .bus-box::before {
    content: '';
    background-image: url(images/bus.svg);
    background-size: 33px 33px;
    left: -55px;
    top: -2px;
    position: absolute;
    width: 33px;
    height: 33px;
}

.ov-accordion .tram-box::before {
    content: '';
    background-image: url(images/tram.svg);
    background-size: 33px 33px;
    left: -55px;
    top: -2px;
    position: absolute;
    width: 33px;
    height: 33px;
}

.ov-accordion .ov-text {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 18px;
}

.ov-accordion .ov-box {
    padding-bottom: 35px;
}

.ov-block .ov-numbers-box {
    gap: 15px;
}

.ov-block .ov-number {
    height: 50px;
    min-width: 93px;
    padding: 5px;
    font-size: 24px;
    line-height: 1.25;
    color: #ffffff;
}
.logo-generale{
	width:auto;
	max-width:225px;
	height:auto;
	max-height:85px;
}
.logo-generale img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.parking-text p{
	font-size:18px;
	font-weight:400;
	color:#000000;
}
.offnun-cards-section .offnun-card-box{
	padding-top:40px !important;
}
.title-text-box .section-title{
	margin-top:0 ;
}
.toc {margin:0; padding:0; list-style:none; display:table; width:100%;}
.toc li {display:table-row;}
.list-toc, .list-price {display:table-cell; vertical-align:bottom; padding-bottom:10px;}
.list-toc {text-align:left;}
.list-price {text-align:left;}
.list-price{
	white-space:nowrap;
}
.toc{
	margin-bottom:21px !important;
}
.toc-last {
    margin-bottom: 5px !important;
}
.parking-text-ge{
	font-size: 18px;
	  font-weight: 400;
	  letter-spacing: 1.08px;
	  font-style: normal;
	  line-height: 1.33;
	  color: #000;
}
/***************************************************************
                        RESPONSIVE
***************************************************************/

/***************************************************************
                    RESPONSIVE SM
***************************************************************/
@media only screen and (min-width: 576px) {

    /**********************
        PRE-DEFINED CLASSES
**********************/
    .section-title {
        font-size: 44px;
    }

    .news-banner-block .editor h3 {
        font-size: 44px;
    }

    form .input-wrap {
        font-size: 16px;
    }

    /**********************
        BODY AND HTML
**********************/
    body.page-geschafte {
        padding-top: 108.1px;
    }

    body.page-single {
        padding-top: 108.1px;
    }

    body.page-offnungszeiten {
        padding-top: 108.1px;
    }

    body.page-archive {
        padding-top: 108.1px;
    }

    body.page-uber-uns {
        padding-top: 108.1px;
    }

    body.page-jobs {
        padding-top: 108.1px;
    }

    body.page-geschaftekarte {
        padding-top: 108.1px;
    }

    body.page-parking {
        padding-top: 108.1px;
    }

    body.page-medien-parsse {
        padding-top: 108.1px;
    }

    body.page-kontakt {
        padding-top: 108.1px;
    }

    body.page-newsletter {
        padding-top: 108.1px;
    }

    body.page-impressum {
        padding-top: 108.1px;
    }

    body.page-template-default {
        padding-top: 108.1px;
    }

    body.single-geschaefte {
        padding-top: 108.1px;
    }

    body.category-neuigkeiten {
        padding-top: 108.1px;
    }

    body.single-post {
        padding-top: 108.1px;
    }

    body.page-template-page-intranet {
        padding-top: 108.1px;
    }

    body.error404 {
        padding-top: 108.1px;
    }

    .clearfix {
        padding-top: 108.1px;
    }

    /**********************
        NAVBAR
**********************/
    a.navbar-brand {
        width: 267px;
    }

    /**********************
        HERO
**********************/
    .hero-section {
        padding-top: 108.1px;
		margin-bottom:0;
    }
	.hero-section .carousel-indicators{
		bottom:-66px;
	}

    /**********************
  NEWS & EVENTS BANNER
**********************/
    .news-banner-block .image-box {
        width: 100%;
        height: 280px;
    }

    .news-banner-block table tr td {
        font-size: 18px;
    }

    .news-banner-block .img-box-logo {
        max-width: 415px;
        margin-bottom: 45px;
    }

    /**********************
    OFFNUNGSZEITEN CARDS
**********************/
    .offnun-cards-section .offnun-card-box table tr {
        font-size: 21px;
    }

    .offnun-cards-section .offnun-card-box .offnun-title {
        font-size: 44px;
    }

    /**********************
        UBER-UNS
**********************/
    .uber-uns-section .editor-content-uber {
        font-size: 21px;
    }

    /**********************
          FOOTER
**********************/
    footer a.navbar-brand {
        width: 223px;
    }

    .footer-second-block .wincasa-footer-block img {
        max-width: 360px;
        width: 100%;
        height: auto;
    }
}

/***************************************************************
                    RESPONSIVE MD
***************************************************************/
@media only screen and (min-width: 768px) {

    /**********************
        PRE-DEFINED CLASSES
**********************/
    .section-title {
        font-size: 50px;
    }

    #map {
        width: 100%;
        height: 550px;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .sidebar-nav-block {
        top: 600px;
    }


/***********************
    GESCHAFTE BOX
***********************/

.geschafte-box-wrapper{
    padding: 70px 100px;
}

.geschafte-box-widget{
    margin-bottom: 66px;
}


    /**********************
  NEWS & EVENTS BANNER
**********************/
    .news-banner-block .image-box {
        width: 100%;
        height: 380px;
    }

    /**********************
        KIDS ARENA
**********************/
    .kids-slider .img-box {
        height: 370px;
    }

}

/**********************
    CUSTOM FOR ADMIN
**********************/
@media only screen and (min-width: 768px) {
    body.admin-bar nav.navbar {
        top: 32px !important;
    }
}

/***************************************************************
                    RESPONSIVE LG
***************************************************************/
@media only screen and (min-width: 992px) {

    /**********************
        BODY AND HTML
**********************/
    body.page-geschafte {
        padding-top: 164.5px;
    }

    body.page-single {
        padding-top: 164.5px;
    }

    body.page-offnungszeiten {
        padding-top: 164.5px;
    }

    body.page-archive {
        padding-top: 164.5px;
    }

    #map {
        width: 100%;
        height: 700px;
        bottom: -100px;
    }

    body.page-uber-uns {
        padding-top: 164.5px;
    }

    body.page-jobs {
        padding-top: 164.5px;
    }

    body.page-geschaftekarte {
        padding-top: 164.5px;
    }

    body.page-parking {
        padding-top: 164.5px;
    }

    body.page-medien-parsse {
        padding-top: 164.5px;
    }

    body.page-kontakt {
        padding-top: 164.5px;
    }

    body.page-newsletter {
        padding-top: 164.5px;
    }

    body.page-impressum {
        padding-top: 164.5px;
    }

    body.page-template-default {
        padding-top: 164.5px;
    }

    body.single-geschaefte {
        padding-top: 164.5px;
    }

    body.category-neuigkeiten {
        padding-top: 164.5px;
    }

    body.single-post {
        padding-top: 164.5px;
    }

    body.page-template-page-intranet {
        padding-top: 164.5px;
    }

    body.error404 {
        padding-top: 164.5px;
    }

    .clearfix {
        padding-top: 164.5px;
    }

    /*******************
PRE-DEFINED CLASSES
*******************/
    .section-padding {
        padding-top: 100px;
    }

    .section-margin {
        margin-top: 100px;
    }

    form .input-wrap {
        font-size: 21px;
    }

    .section-title {
        font-size: 70px;
    }

    .section-paragraph {
        font-size: 21px;
        letter-spacing: 1.26px;
    }

    .banner-title {
        font-size: 44px;
    }

    .editor blockquote {
        padding: 25px 25px 20px 200px;
        background: #F5F5F5;
        position: relative;
    }

    .editor blockquote ul,
    .editor blockquote ol,
    .editor blockquote p {
        max-width: 800px;
    }

    /**********************
        NAVBAR
**********************/
    .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /**********************
        KIDS ARENA
**********************/
    .kids-slider .img-box {
        height: 470px;
    }

    /******************
       HERO
******************/
    .hero-section {
        padding-top: 130px;
    }


    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
    }

    ul.navbar-nav {
        min-height: unset;
    }

    /**********************
        PARKING
**********************/
    .parking-section.section-padding {
        padding-top: 70px;
    }

    /**********************
        IMPRESSUM
**********************/
    .impressum-section.section-padding {
        padding-top: 70px;
    }

    /**********************
        MEDIEN-PRESSE
**********************/
    .medien-presse-section.section-padding {
        padding-top: 70px;
    }

    /**********************
        KONTAKT
**********************/
    .kontakt-section.section-padding {
        padding-top: 0;
    }

    /**********************
  NEWS & EVENTS BANNER
**********************/
    .news-banner-block {
        background: transparent;
    }

    .news-banner-block .text-block {
        min-height: 480px;
        padding: 50px 30px 40px 50px;
    }

    .news-banner-block .date-time-banner {
        margin-bottom: 5px;
    }

    .news-banner-section.bg-light-yellow {
        background: var(--light-yellow);
    }

    .news-banner-section.bg-light-pink {
        background: var(--light-pink);
    }

    .news-banner-section.bg-light-grey {
        background: var(--light-grey);
    }

    .news-banner-section.bg-orange {
        background: var(--orange);
    }

    .news-banner-section.bg-light-orange {
        background: var(--light-orange);
    }

    .news-banner-section.bg-green {
        background: var(--green);
    }

    .news-banner-section.bg-purple {
        background: var(--purple);
    }

    .news-banner-section.bg-blue {
        background: var(--blue);
    }

    .news-banner-section.bg-pink {
        background: var(--pink);
    }

    .news-banner-section.bg-yellow {
        background: var(--yellow);
    }

    .news-banner-section.bg-grey {
        background: var(--grey);
    }

    .news-banner-section.bg-light-grey {
        background: var(--light-grey);
    }

    .news-banner-section .single-paragraph {
        margin-top: 65px;
    }

    .news-banner-block table tr td {
        font-size: 21px;
    }

    .news-banner-block .banner-title-offn {
        margin-bottom: 35px;
    }

    .news-banner-section .editor h4 {
        margin-bottom: 35px;
        font-size: 44px;
    }

    .news-banner-section.reverse .image-box-desktop,
    .editor-banner .block-editor-banner.reverse .image-box-desktop {
        right: 0;
    }

    .news-banner-section.reverse .news-banner-block .text-block,
    .editor-banner .block-editor-banner.reverse .text-block {
        padding: 50px 70px 60px 0px;
        text-align: right;
    }

    .category-neuigkeiten section.section-padding {
        padding-top: 40px;
    }

    /***********************
        ENTDECKEN
***********************/
    .cat-box .cat-name {
        font-size: 18px;
    }

    .cat-boxes-section .cat-box:hover .cat-name {
        font-size: 20px;
    }

    .cat-boxes-section .cat-box:hover {
        transform: scale(1.1);
    }

    .cat-boxes-section .cat-box:hover .cat-name {
        transform: scale(0.9);
    }

    .cat-boxes-section .cat-box:hover .img-box {
        transform: scale(1.1);
    }

    .cat-boxes-section .ent-block {
        padding-top: 25px;
    }

    /***********************
        ACCORDIONS
***********************/
    .accordion-section.section-padding {
        padding-top: 70px;
    }

    #accordionExample .accordion-button {
        font-size: 44px;
    }

    .ov-accordion .ov-text {
        margin-bottom: 25px;
    }

    .ov-accordion .ov-box {
        padding-bottom: 50px;
    }

    .ov-accordion .btn-box {
        padding-bottom: 50px;
    }

    #accordionParking .accordion-button {
        font-size: 44px;
    }

    /***********************
        GESCHAFTE
***********************/
    .geschafte-section-home {
        padding-bottom: 70px;
    }

    .geschafte-section-home .btn-box {
        margin-top: 40px;
    }

    .carousel-control-prev, .carousel-control-next{
        display: flex;
    }
	
	#carouselGeschafte .carousel-control-prev,
	#carouselGeschafte .carousel-control-next {
		display: flex;
	}

    #carouselGeschafte .carousel-control-prev{
		justify-content: start;
        left: -27px;
    }

    #carouselGeschafte .carousel-control-next{
		justify-content: end;
        right: -27px;
    }

    /***********************
        NEWS SINGLE
***********************/
    .single-news-section.section-padding {
        padding-top: 70px;
    }

    /***********************
        UBER-UNS
***********************/
    .uber-uns-section.section-padding {
        padding-top: 70px;
    }

    .uber-uns-section .uber-uns-nav-box {
        margin-bottom: 30px;
    }

    /***********************
        GESCHAFTEKARTE
***********************/
    .geschaftekarte-section .buttons-box {
        gap: 25px;
    }

    .geschaftekarte-section.section-padding {
        padding-top: 70px;
    }

    /*********************** 
          FOOTER
***********************/
    .footer-nav-block .row .col-lg-8 {
        width: 100%!important;
    }

    footer.section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    footer {
        min-height: 376px;
        margin-top: 100px;
    }

    .footer-brand img {
        margin-bottom: 55px;
    }

    footer .adress-box {
        font-size: 18px;
        letter-spacing: 0.01em;
    }

    footer .adress-box .adress {
        margin-bottom: 35px;
    }

    .footer-nav-box {
        font-size: 16px;
    }

    .footer-nav-box span {
        font-size: 18px;
        letter-spacing: 0.01em;
    }

    .footer-nav-box .offnun-box {
        margin-bottom: 27px;
    }

    .footer-social-box {
        margin-top: 0px;
    }

    .footer-social-box .social-box {
        margin-top: 15px;
    }

    .footer-second-block {
        padding-top: 25px;
    }

    .footer-second-block .navigation-footer-block {
        margin-bottom: 14px;
    }

    .footer-second-block .wincasa-footer-block img {
        max-width: 450px;
    }

    /*********************** 
          OFFNUNGSZEITEN
***********************/
	.off-banner-section table tr td:first-child{
/* 		width:25%; */
	}
    .title-page-offnun.section-padding {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .offnun-cards-section .offnun-card-box {
        padding-top: 100px;
    }

    .offnun-cards-section2 .offnun-card-box {
        padding-top: 80px;
    }

    .off-geschafte-section .editor p,
    .off-geschafte-section .editor ul,
    .off-geschafte-section .editor ol {
        font-size: 16px;
    }

    .offnungszeiten-regulare.section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .time-block {
        padding: 30px 60px;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .title {
        margin-bottom: 35px;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .offn-time .offn-day {
        flex-basis: 50%;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .offn-time .time {
        flex-basis: 50%;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box {
        padding: 23px 38px;
        min-width: 370px;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box .location-box img {
        max-height: 27px;
        margin-right: 12.5px;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box .location-box .title {
        font-size: 20px;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .map-block .map-info-box .address {
        font-size: 16px;
        letter-spacing: 0.2px;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .offn-time .offn-day {
        font-size: 20px;
    }

    .offnungszeiten-regulare .first-offnungszeiten-block .time-block .time-box .offn-time .time {
        font-size: 20px;
    }

    .offnungszeiten-regulare .second-offnungszeiten-block table td,
    .offnungszeiten-regulare .second-offnungszeiten-block table th {
        font-size: 20px;
    }

    .offnungszeiten-regulare .second-offnungszeiten-block table tbody tr td:first-child {
        font-weight: 700;
    }
    .offnungszeiten-regulare thead tr th {
        padding: 10px 0px;
    }

    .offnungszeiten-regulare table {
        border-collapse: separate;
        border-spacing: 0px 10px;
    }

    /*********************** 
          INSTAGRAM
***********************/
    .news-events-section .btn-box {
        margin-top: 40px;
    }
	.runterscrollen{
		margin-bottom:-90px;
	}
	.editor h6{
		margin-bottom:9px;
		color:#000000;
	}
	.toc {
		max-width:680px;
	}
	.list-toc, .list-price {
		vertical-align:top; 
	}
	.hero-section{
		margin-bottom:161px;
	}
	.parking-text-ge{
	font-size: 25px;
	 
}
}

/***************************************************************
                    RESPONSIVE XL
***************************************************************/
@media only screen and (min-width: 1200px) {

    /******************
       NAVBAR
******************/
    .navbar-nav .nav-link {
        font-size: 18px
    }

    .dropdown-menu .dropdown-item {
        font-size: 18px;
    }


    .carousel-indicators [data-bs-target] {
        width: 16px;
        height: 16px;
    }


    /***********************
        GESCHAFTE
***********************/
	


    /*********************** 
          FOOTER
***********************/
    footer {
        /* min-height: 476px; */
    }

    /**********************
        KIDS ARENA
**********************/
    .kids-slider .img-box {
        height: 570px;
    }

    /**********************
        OFFNUNGSEITEN
**********************/
    .time-text-desktop {
        font-size: 18px;
    }
    .hero-section {
        padding-top: 132.5px;
    }
}

/***************************************************************
                    RESPONSIVE XXL
***************************************************************/
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1160px;
    }

    /******************
       HERO
******************/
    .carousel-indicators [data-bs-target] {
        width: 18px;
        height: 18px;
    }

    /*********************** 
          FOOTER
***********************/
    footer {
        /* min-height: 576px; */
    }

    /*********************** 
          STORE INFO
***********************/
    .geschafte-single-section .info-single-block {
        gap: 60px;
    }

    /**********************
        KIDS ARENA
**********************/
    .kids-slider .img-box {
        height: 580px;
    }
	
	 #carouselGeschafte .carousel-control-prev{
        left: -77px;
    }

    #carouselGeschafte .carousel-control-next{
        right: -77px;
    }
}

/***************************************************************
                        CUSTOM
***************************************************************/
@media only screen and (min-width: 1650px) {

    /*******************
PRE-DEFINED CLASSES
*******************/
    .editor .event-box-single {
        top: 0;
        right: -240px;
        position: absolute;
        padding-top: 0px;
        max-width: 213px;
    }
}