/*
Theme Name: Shopping Arena
Author: Portalworks
Version: 1.0.0
Text Domain: shopping-arena
*/
/***************************************************************
                        FONTS
***************************************************************/
@font-face {
    font-family: 'Odile';
    src: url('fonts/Odile-Web-Bold.woff2') format('woff2'),
        url('fonts/Odile-Web-Bold.woff') format('woff');
    font-style: normal;
	font-weight:700;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/Brandon-Grotesque-Web-Regular.woff2') format('woff2'),
        url('fonts/Brandon-Grotesque-Web-Regular.woff') format('woff');
    font-style: normal;
	font-weight:500;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/Brandon-Grotesque-Web-Bold.woff2') format('woff2'),
        url('fonts/Brandon-Grotesque-Web-Bold.woff') format('woff');
    font-style: normal;
	font-weight:700;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Thin.ttf');
    font-weight: 100;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLight.ttf');
    font-weight: 200;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBold.ttf');
    font-weight: 800;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Black.ttf');
    font-weight: 900;
}


/***************************************************************
                         ROOT
***************************************************************/
:root {
    --font-primary: 'Poppins';
    --blue: #3C86C7;
	--black:#000;
	--light-blue: #3C86C7;
    --electric-blue: rgba(0, 163, 201, 0.55);
    --pink: #E2001A;
    --light-pink: #F2B5C4;
    --yellow: #F4C921;
    --light-yellow: #F1F1F1;
	--red: #104D9A;
    --orange: #DA5E45;
    --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: rgba(16, 77, 154, 0.1);
    --light-grey: rgba(16, 77, 154, 0.1);
    --paragraph-color: #000;
    --link-color: #000000;
    --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-red {
    background-color: var(--red);
}

.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: var(--light-blue);
    font-size: 44px;
    font-style: normal;
    line-height: 1.14;
    margin-bottom: 4px;
    margin-top: 34px;
}

.banner-title {
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.22;
    color: #ffffff;
}

.home .banner-title {
	font-size: 21px;
}

.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;
}

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

.news-banner-block.bg-light-grey .section-paragraph {
	color: #000;
}

.news-banner-block.bg-light-grey .banner-title {
	color: var(--light-blue);
}

.section-paragraph {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.08px;
    font-style: normal;
    line-height: 1.55;
    color: #000000;
}
.news-banner-block .banner-title {
	margin-bottom: 25px;
	margin-top: 23px;
}
.home .news-banner-block .banner-title {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.home .news-banner-block .section-paragraph {
	font-size: 16px;
}

.absatz .section-paragraph {
	font-size: 21px;
}
.btn {
    line-height: normal;
    padding: 19px 21px;
    font-size: 18px;
    border: 1px solid var(--light-blue);
    background: transparent;
    color: var(--light-blue);
    font-weight: 700;
    font-style: normal;
    border-radius: 0px;
    transition: 0.3s all;
}

.news-banner-block .btn {
    border: 1px solid white;
    color: white;
}

.btn-lg {
    padding: 19px 21px;
    font-size: 21px;
}

.news-banner-block .btn:hover {
    border: 1px solid white;
    background: transparent;
    color: white;
}

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

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

.editor p,
.editor ul,
.editor ol {
    font-size: 21px;
    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: var(--blue) !important;
    transition: 0.3s all;
}

.editor a:hover,
.editor a:focus {
    color: var(--blue) !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: 900;
    font-style: italic;
    line-height: 1.25;
    margin-bottom: 20px;
}
.form-control,
.form-select {
    border-radius: 0;
    border: 2px solid #000;
}

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

.kontakt-formular .form-label {
	color: #000;
}

.input-wrap .form-label {
	color: #333;
}

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

form span {
    color: var(--pink);
}

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(--light-blue);
    border: 2px solid var(--light-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(--light-blue);
}

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

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

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

.form-check-input:checked {
    border-color: var(--light-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: 89.47px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body.category-actualites {
    padding-top: 89.47px;
}

body.category-actualites {
    padding-top: 89.47px;
}

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

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

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

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

.clearfix {
    padding-top: 89.47px;
}

#wpadminbar {
    position: fixed;
}

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

/***************************************************************
                        NAVBAR
***************************************************************/
nav {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

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

.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-nav .nav-link.active, .navbar-nav .show>.nav-link {
	color: #ffffff;
}

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

.navbar-brand-desktop {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 150px;
    height: auto;
    z-index: 2;
}

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

.navbar-desktop-block {
    height: 120px;
    padding-bottom: 5px;
    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;
}
.navbar-desktop-block .navbar-nav {
	justify-content: center;
}

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

a.navbar-brand img {
    width: 100%;
    height: auto;
}

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

.time-nav-block-desktop {
    right: 30px;
}

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

.time-text {
    max-width: 121px;
}

.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 {
    max-width: 160px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    font-size: 20px;
    color: #ffffff;
}

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

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

.time-box .time-text {
    font-weight: 700;
    line-height: 1.14;
    font-size: 12px;
    margin-left: 10px;
	margin-right: 10px;
    color: #ffffff;
}

.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: 900;
    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: 900;
    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;
}

.navbar-container {
    max-width: 100%!important;
}

.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: 415px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav .nav-link {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.navbar-mobile .navbar-nav .nav-link {
	padding: 12px 0;
}

.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;
}

.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: 8px;
    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: #ffffff;
    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: #ffffff;
}

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

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

#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;
    line-height: normal;
    margin-top: 8px;
}

.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
***************************************************************/
.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: 18px;
    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(--light-blue)!important;
}

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

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

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

.news-banner-block .date-time-banner {
    font-size: 16px;
    letter-spacing: 1.26px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 12px;
}

.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 {
    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 {
    height: auto;
    aspect-ratio: 2 / 1;
}

.news-events-section a .img-box img {
    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 {
    overflow: hidden;
}

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

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

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

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

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

.geschafte-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: start;
	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);
}

.card-geschafte .coming-soon {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(16, 77, 154, 0.1);
	padding: 5px 10px;
    font-size: 16px;
    font-style: italic;
    color: var(--light-blue);
    font-weight: 500;
}

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

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

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

.geschafte-card-info {
	font-size: 16px;
	font-weight: 350;
	line-height: 1.5;
}

.promotions-block .card-btn-box {
    right: unset;
    left: 20px;
}

.news-banner-section .link-text {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin-right: 5px;
	text-decoration: none;
}

.news-banner-section .link-text img {
    height: 15px;
    width: auto;
	filter: invert(100%);
}

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

.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
***************************************************************/

#carouselGeschafte {
    padding-top: 0px;
}

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

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

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

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

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

/***************************************************************
                        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; */
}

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

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

.single-news-section .editor {
	color: #333;
}
/***************************************************************
                         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);
}
/***************************************************************
                         PARKING
***************************************************************/
.parking-box {
	margin-bottom: 50px;
}
.parking-section.section-padding {
    padding-top: 45px;
}
.parking-icon {
    width: 29px;
    height: 29px;
}
.parking-icon img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.parking-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
	margin-left: 15px;
}
.parking-title-wrap {
    margin-bottom: 25px;
}

.parking-text h4, .editor h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin-bottom: 28px;
}
.parking-text p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}
.parking-text a{
    color: var(--pink);
}

.parking-text table {
	margin-bottom: 20px;
}
.parking-text table th{
	color: #FFF;
	background: var(--light-blue);
	padding: 12px 8px;
	width: 137px;
	font-size: 14px;
}

.parking-text table td{
	width: 170px;
	font-size: 18px;
	padding: 0 8px;
}

.parking-text table tr:nth-child(even) td {
	background: #50AAA526;
}

/***************************************************************
                         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 {
	color: #000;
    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.5;
    letter-spacing: 0.2px;
    font-style: normal;
	color: #333333;
}

.kontakt-block-cards .kontkat-card a {
    color: var(--light-blue);
    transition: 0.3s all;
    position: relative;
	overflow-wrap: break-word;
}
.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 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: #fff;
    margin-top: 70px;
}

footer a {
	font-size: 14px;
	font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: 0.3s all;
}

footer a:hover {
	color: #ddd;
}

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

footer a.navbar-brand {
    margin-bottom: 23px;
    max-width: 217px;
    height: auto;
}

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

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

.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;
    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:#ddd;
}

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

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

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

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

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

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

.footer-social-box .social-under-title {
    font-size: 18px;
    line-height: 24px;
    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;
}

/***************************************************************
                          3 CARDS
***************************************************************/
.cards3-section {
	margin-top: 50px;
	margin-bottom: 50px;
}
.cards3 .card-border {
	border: 2px solid var(--light-blue);
}
.title-wrap {
	background: var(--light-blue);
	height: 52px;
}

.title-wrap .cards3-title {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	color: #fff;
}

.cards3-content {
	padding: 30px 50px 65px 37px;
	font-size: 21px;
}
/***************************************************************
                        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;
}
.offnun-cards-section .img-logo-box {
    max-width: 200px;
    height: 120px;
    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%;
	object-fit: contain;
}

.offnun-cards-section .offnun-card-box .offnun-title {
    color: #000; /*  var(--light-blue); */
    letter-spacing: 0.48px;
    font-size: 34px;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
}

.offnun-cards-section .offnun-card-box .offnun-title::before {
    content: '';
    width: 76px;
    height: 3px;
    top: -38.5px;
    left: 0;
    position: absolute;
    background: var(--light-blue);
}

.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: 30px;
}

.parking-content {
	color: #333;
	font-size: 21px;
	line-height: 28px;
}

.offnungszeiten-title {
	font-size: 40px;
	font-weight: 700;
	color: var(--light-blue);
	margin: 50px 0 30px;
	line-height: 1.375;
}

.offnung-banner {
	background: var(--light-grey)!important;
}

.bild-text-button-section .container {
	max-width: 1033px;
}
.bild-text-button-section .text {
	font-size: 21px;
}
.bild-text-button-section .btn {
	margin-top: 40px;
}
/*****************************
  Table Custom Responsive
*****************************/
@media only screen and (max-width: 576px) {

	footer a.navbar-brand img {
		max-width: 217px;
	}
	
	.home .section-title {
		font-size: 48px;
	}
	.bild-text-button-section .container {
		padding: 0 21px;
	}
	.bild-text-button-section .col-sm-7 {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 991px) {

	.home .news-banner-block.bg-grey {
		background-color: #ED821F66;
	}

	.home .news-banner-block.bg-grey .date-time-banner,
	.home .news-banner-block.bg-grey .section-paragraph,
	.home .news-banner-block.bg-grey .banner-title,
	.home .news-banner-block.bg-grey .link-text {
		color: #000;	
	}
	.home .news-banner-block.bg-grey .link-text img {
		filter: invert(0);	
	}
    .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;
		color: #333;
    }

    .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: 700;
    }
	
	
	.news-banner-section {
		background: transparent!important;
	}
}

.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;
}

/***************************************************************
                       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;
}

/***************************************************************
                        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: 89.47px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body.category-actualites {
    padding-top: 89.47px;
}

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

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

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

.clearfix {
    padding-top: 89.47px;
}
	
    /**********************
        HERO
**********************/
    .hero-section {
        padding-top: 82px;

    }
	.hero-section .carousel-indicators{
		bottom:50px;
	}
    /**********************
  NEWS & EVENTS BANNER
**********************/
    .news-banner-block .image-box {
        width: 100%;
        height: 280px;
    }


    .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: 36px;
    }

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

    /**********************
          FOOTER
**********************/

    .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;
    }
	
	.offnungszeiten-title {
		font-size: 70px;
	}

    /**********************
  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
**********************/
       #map {
        width: 100%;
        height: 700px;
        bottom: -100px;
    }
	
    /*******************
PRE-DEFINED CLASSES
*******************/
    .section-padding {
        padding-top: 100px;
    }

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

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

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

    .news-banner-block .section-paragraph {
        font-size: 18px;
        letter-spacing: 0.2px;
    }
	.news-banner-block .banner-title {
		margin-bottom: 0px;
		margin-top: 30px;
	}
    .banner-title {
        font-size: 44px;
    }

    .home .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;
    }

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

    /******************
       HERO
******************/
    .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: var(--light-blue);;
    }

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

    .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.bg-light-blue {
        background: var(--light-blue);
    }
	
	.news-banner-block.bg-light-grey {
        background: transparent;
    }

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

    .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-actualites section.section-padding {
        padding-top: 40px;
    }
	
	.offnung-banner {
		background: transparent!important;
	}

    /***********************
        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
***********************/
 
    #carouselGeschafte {
        padding-top: 35px;
    }

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

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

    /***********************
        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.section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

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

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

    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;
		margin-bottom: 34px;
    }

    .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;
    }
	
	.footer-social-box .social-under-title {
		font-size: 18px;
	}
	
	footer a {
		font-size: 16px;
	}
	.footer-social-box .social-title {
    	font-size: 28px;
	}
    /*********************** 
          OFFNUNGSZEITEN
***********************/
    .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 th {
        font-size: 20px;
    }
	
    .offnungszeiten-regulare .second-offnungszeiten-block table td {
		font-size: 21px;
		color: #333333;
	}

    .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: 10px;
    }
	.cards3-section {
		margin-top: 72px;
	}
	.bild-text-button-section .col-sm-7 {
		padding-left: 50px;
	}
	.bild-text-button-section .container {
		padding-top: 50px;
	}
}

/***************************************************************
                    RESPONSIVE XL
***************************************************************/
@media only screen and (max-width: 1200px) {
	ul.navbar-footer li:first-child a {
		padding-top: 0;
	}
	.navbar-footer a {
		padding: 6px 0;
	}
	ul.navbar-nav {
		padding-top: 40px;
	}
	.navbar-footer {
		margin-bottom: 20px;
	}

	footer a.navbar-brand {
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 1200px) {
    body.page-geschafte {
       padding-top: 120px;
   }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

   .clearfix {
       padding-top: 120px;
   }

    /******************
       NAVBAR
******************/
    .navbar-nav .nav-link {
        padding-right: 10px!important;
        padding-left: 10px!important;
		font-size: 16px;
    }

    ul.navbar-nav li:first-child {
        padding-top: unset;
        padding-bottom: unset;
    }

    .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 12px!important;
    }
	.navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0px!important;
    }

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

    a.navbar-brand {
        width: 267px;
    }
	
	.navbar-brand-desktop {
		max-width: 217px;
		width: 100%;
		height: auto;
    }

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

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

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

    /**********************
        OFFNUNGSEITEN
**********************/
    .time-text-desktop {
        font-size: 16px;
    }
	.time-box-desktop .img-wrap {
		margin-right: 6px;
	}
    .hero-section {
        padding-top: 120px;
    }
	
	 body.category-actualites {
        padding-top: 120px;
    }

}

/***************************************************************
                    RESPONSIVE XXL
***************************************************************/
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1184px;
    }
	
    ul.navbar-nav li:first-child {
		margin-left: 0;
    }
    .navbar-nav .nav-link {
        font-size: 18px;
    }
    .time-text-desktop {
        font-size: 20px;
    }

    .time-nav-block-desktop {
        right: 50px;
    }

	.time-box-desktop .img-wrap {
		margin-right: 12px;
	}
	.nachrichtenbanner .container,
	.news-banner-section .container {
		max-width: 1630px;
	}
    /******************
       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;
    }
}

/***************************************************************
                        CUSTOM
***************************************************************/
@media only screen and (min-width: 1650px) {
	.navbar-brand-desktop {
		left: 50px;
	}
    .navbar-nav .nav-link {
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
	
	
	#carouselHero .carousel-item {
		min-height: 600px;
	}

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