/* ############################################################################################################ */
/* ##  name: Custom CSS                                                                                      ## */
/* ############################################################################################################ */

/*••••• Fonts •••••*/

/* Formata Light  */
@font-face {
  font-display: swap;
  font-family: 'Formata';
  font-style: normal;
  font-weight: 300;
  src:  url('/project/nureinshop/pub/font/Formata-Light.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/project/nureinshop/pub/font/Formata-Light.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* Formata Regular  */
@font-face {
  font-display: swap;
  font-family: 'Formata';
  font-style: normal;
  font-weight: 400;
  src:  url('/project/nureinshop/pub/font/Formata-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/project/nureinshop/pub/font/Formata-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* Formata Medium  */
@font-face {
  font-display: swap;
  font-family: 'Formata';
  font-style: normal;
  font-weight: 500;
  src:  url('/project/nureinshop/pub/font/Formata-Medium.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/project/nureinshop/pub/font/Formata-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* Formata Bold  */
@font-face {
  font-display: swap;
  font-family: 'Formata';
  font-style: normal;
  font-weight: 700;
  src:  url('/project/nureinshop/pub/font/Formata-Bold.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/project/nureinshop/pub/font/Formata-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*••••• Colors •••••*/

:root {
    --maincolor: #00933c;
    --darkgreen: #094237;
}

/*••••• Cookie Window •••••*/

[data-ref="nureinshop/plugin/cookie_message"] .cookie-message--btn {
    background-color: var(--maincolor)
}

.cookie-message--p {
color: #000;
}

.cookie-message-details td {
color: #000;
}

/*••••• Webseite •••••*/

html {
    background-color: #FFF;
}

body {
    background-color: #FFF;
    font-family: 'Formata', Arial, Sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.70;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.2;
}

h1 {
    color: var(--maincolor);
    font-size: 270%;
    letter-spacing: 0.03em;
}

.page-nureinshop-home h1 {
  padding-top: 0;
  font-size: 300%;
}

.page-nureinshop-newsblog-entry h1, .page-nureinshop-newsblog-list h1 {
    font-size: 220%;
}

h2 {
    color: var(--darkgreen);
    font-size: 190%;
    margin-top: 1em;
}

h3 {
    color: var(--darkgreen);
    margin-top: 1em;
    font-size: 170%;
}

h4 {
    font-size: 130%;
    margin-top: 1em;
}

h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 600;
}

@media only screen and (max-width:767px) {
	h1, .page-nureinshop-home h1 {
		font-size: 200%;
	}
	h2 {
	    font-size: 150%;
	}
}


p {
    margin-top: 9px;
    margin-bottom: 0;
}

strong {
    font-weight: 500;
}

a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
a:hover {
    color: var(--maincolor);
}

a:focus {
  outline: 3px dotted red !important;
}

.subpages-list h2 {
  margin-top: 0;
  font-size: 175%;
  margin-top: 10px;
}

.subpages-button {
  margin-top: 0;
}

.subpages-content a {
    text-decoration: none;
}

td {
    line-height:120%;
    padding:10px 10px 5px 10px !important;
}

.btn {
    display: inline-block;
    background-color: #094237;
    margin-top: 15px;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 13px 60px 10px 60px;
    font-size: 100%;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    border: none;
    text-transform: none;
    font-weight: 300;
    text-decoration: none;
}

.btn a:hover {
    color: #FFF !important;
    text-decoration: none;
}

.btn a {
    text-decoration: none;
}

.btn-2 {
    display: inline-block;
    background-color: var(--maincolor);
    color: #FFFFFF;
    border-radius: .25rem;
    padding: 13px 20px 10px 20px;
    font-size: 100%;
    font-weight: 500;
    border: none;
    text-transform: none;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    clip-path: none;
}

.subpages-button .btn {
    text-decoration: none;
    background-color: #16832e;
    color: #ffffff;
    padding: .375rem .75rem;
    font-size: 18px;
    border-radius: .25rem;
    clip-path: none
}

.nureinshop-block-accordion--head {
    text-decoration: none;
    font-weight: 300;
    text-decoration: none !important;
}

.nureinshop-block-subpages-accordion--head {
    text-decoration: none;
}

.nureinshop-block-accordion--body {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.block-nureinshop-text ul, .block-nureinshop-text ol {
	margin-top: 0;
}

#region-content ul {
    margin-left: 30px;
}

#region-content ul li {
    margin-top: 3px;
}

#region-content ul li::marker {
  content: '◾ ';
  font-size: 60%;
}

.field label {
  color: #000;
}

blockquote {
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 20px !important;
    background-color: var(--maincolor);
    color: #fff;
    background-image: url('/pub/media/d56f1c70c7fe55b0382299896ce32056/bg-blockquote.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

blockquote > *:first-child {
    margin-top: 0;
}

blockquote h2 {
    line-height: 0.8;
    margin-top: 30px;
}

blockquote h2, blockquote h3, blockquote h4, blockquote a {
    color: #fff;
}

blockquote h3 {
    margin-top: 15px;
}

blockquote h4 {
    margin-top: 20px;
}

blockquote a:hover {
    color: #fff;
    text-decoration-thickness: 3px;
}

.block-nureinshop-table blockquote thead th {
  background-color: var(--darkgreen)!important;
}

.block-nureinshop-table blockquote td {
  color: #000;
  background-color: #d2d2d2
}

.block-nureinshop-table blockquote tbody tr:nth-child(2n+1) td {
  background-color: #fff!important;
}

hr {
    margin-top: 15px;
}

.nureinshop-module-address {
    margin-top: 20px;
    background-color: transparent;
}



/*••••• Header •••••*/

#search-container {
    max-width: 1140px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#region-search {
    margin-top: -40px;
    left: 0;
    z-index: 3;
}

.page-nureinshop-home #region-search {
    margin-top: -55px;
}

#region-search .input-wrapper {
    clip-path: polygon(0px 0px, 93% 0.00%, 90% 100%, 0% 100%);
    width: 450px;
    max-width: 100%;
}

#region-search input {
  padding-left: 15px;
  border-radius: 0;
  width: 100%;
  background-color: var(--darkgreen);
  color: #fff;
  height: 40px;
  border-top: 1px solid #fff;
  padding-top: 18px;
  font-weight: 300;
}

.search-input::placeholder, .search-input:-ms-input-placeholder, .search-input::-ms-input-placeholder {
    opacity: 1;
}

#region-search .search-icon {
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  top: 10px;
  left: 80%;
  opacity: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik04OC45LDgwLjdjMCwwLTAuMS0wLjEtMC4xLTAuMUw2Ny41LDU5LjNjMy43LTUuMyw1LjYtMTEuNiw1LjYtMThjMC0xNy41LTE0LjMtMzEuOC0zMS44LTMxLjggIEMyMy44LDkuNSw5LjUsMjMuOCw5LjUsNDEuM3MxNC4zLDMxLjgsMzEuOCwzMS44YzYuNCwwLDEyLjctMiwxOC01LjZsMjEuMywyMS4zYzIuMiwyLjMsNS45LDIuNCw4LjIsMC4xQzkxLDg2LjcsOTEuMSw4Myw4OC45LDgwLjcgIHogTTQxLjMsNjQuNWMtMTIuOCwwLTIzLjItMTAuNC0yMy4yLTIzLjJzMTAuNC0yMy4yLDIzLjItMjMuMmMxMi44LDAsMjMuMiwxMC40LDIzLjIsMjMuMlM1NC4xLDY0LjUsNDEuMyw2NC41eiI+PC9wYXRoPjwvc3ZnPg==");
  background-size: cover;
  filter: invert(1);
}

/* [data-id="search"] {
    display:none!important;
} */
header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    background-image: url('/pub/media/6ca1096dc636821fc878d58ebefabbe5/bg-menu-sticky.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	border: none;
	min-height: 1px;
	height: 100px;
}

header .container {
	min-height: inherit;
	height: inherit;
	background-color: transparent;
	margin-top: 20px;
}

#region-logo {
  float: left;
  width: auto;
  margin-top: 0;
  margin-left: -120px;
  margin-right: 15px;
}

#region-logo a {
    padding: 5px 5px 5px 5px;
    margin-top: 8px;
    z-index: 999;
    position: relative;
}

#region-logo a img {
	height: 45px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}


[data-id="offcanvas_menu"] a img, [data-id="search"] a img {
    opacity: 0;
}

[data-id="offcanvas_menu"] a {
    background-image: url('/pub/media/398b2909674d2bf733677a27bbf60ad1/i-love-buchen-burger-menu.svg');
    background-size: contain;
}

[data-id="search"] a {
    background-image: url('/pub/media/17881b6d87d77a833b921001d1182f8b/i-love-buchen-search.svg');
    background-size: contain;
}

.offcanvas-closer:hover {
  opacity: 1;
}

.offcanvas-menu {
    /* pointer-events: none; */
}

.offcanvas-nav, .offcanvas-closer {
    pointer-events: auto;
}

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none;
    font-weight: 700; 
    color: var(--darkgreen);
    padding: 12px 17px 3px 17px;
    transition: color 400ms, background-color 400ms;
}

@media screen and (max-width: 1200px) {
  #region-nav ul li a {
    font-size: 15px;
  }
}

#region-nav .level-1 > li > a, #region-nav .level-1 > li:first-of-type > a {
        border: none;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav .level-1 {
    padding-top: 4px;
}

/* #region-nav .level-2 {
    background-color: transparent;
    max-width: 1000px;
    position: fixed;
    color: var(--darkgreen);
    border: none;
    box-shadow: none;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    width: 100%;
} */

#region-nav .level-2 {
  background-color: transparent;
  max-width: 1330px;
  color: #fff;
  border: none;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
      font-size: 15px;
}

#region-nav li:hover > ul {
    display: flex;
}

/* #region-nav ul li:hover {
  display: ruby;
} */

#region-nav .level-1 li:hover {
    position: initial;
}

#region-nav .level-2 li:hover {
  position: relative;
}

#region-nav .level-2::after {
  content: '';
  position: absolute;
  width: 150vw;
  height: 100%;
  background-color: #fff;
  top: -1px;
  left: -50vw; 
  right: -50vw;
  z-index: -1;
  opacity: 0.9;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}

#region-nav .level-2 li {
    min-width: 25%;
    max-width: 25%;
}

#region-nav .level-2 a {
    color: var(--darkgreen);
    border-bottom: none;
}

#region-nav .level-2 li a:hover {
  color: #16832e;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav .container {
    width: 100%;
}

#region-nav ul .level-3 {
    left: 0;
    top: 95%;
    border: none;
    box-shadow: none;
    flex-direction: column;
    background-color: #fff;
}

#region-nav .level-3 li a {
  background-color: #fff;
  color: var(--darkgreen);
  font-weight: 300;
  width: 100%;
}

/*••••• Mobile Menu •••••*/

#region-mobile-nav {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}

.offcanvas-menu {
    background-color: transparent;
    box-shadow: none;
    height: 100vh;
    overflow-scrolling: auto !important; /* neutralisiert den CMS-Eintrag */
    overflow-y: auto !important;         /* korrekt und gültig */
    -webkit-overflow-scrolling: touch !important; /* iOS-spezifisch */
}

.offcanvas-closer {
    opacity: 1!important;
    top: 23px !important;
    right: 23px;
}

.offcanvas-closer span {
    background-color: var(--maincolor)!important;
}

.offcanvas-overlay {
    margin-top: 70px;
}

.offcanvas-nav li a {
    background-color: var(--maincolor);
    color: #fff;
    font-family: 'Formata', Arial, Sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    padding: 12px 45px 12px 15px;
}

.offcanvas-nav .level-2 a {
    font-weight: 300;
}

.offcanvas-menu li.active > a {
  background-color: var(--darkgreen);
}

.offcanvas-logo {
    margin-left: 0;
}

.offcanvas-header {
    height: 70px;
    background-color: #fff;
    border-left: 1px solid var(--maincolor);
}

.offcanvas-nav .btn-toggle {
    background-size: 25px 25px;
    filter: brightness(5);
    opacity: 0.6;
}

#region-mobile-nav .mobile-logo img {
    margin-left: -70px;
}

.offcanvas-footer {
    display: none;
}

.offcanvas-menu li.inpath > a {
  background-color: var(--darkgreen);
}


.offcanvas-nav li a:hover {
    background-color: var(--maincolor);
}

/*••••• Slider •••••*/

.hero-slider .container, .hero-mobil .container {
    width: 100%;
}

.hero-slider .owl-prev, .hero-slider  .owl-next, .hero-mobil .owl-next, .hero-mobil .owl-prev{
    display: none;
}

.hero-slider .owl-carousel .owl-dots, .hero-mobil .owl-carousel .owl-dots {
    left: 85%;
    bottom: 2%;
}

.hero-slider .owl-carousel .owl-dots .owl-dot, .hero-mobil .owl-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 0;
    background-color: transparent;
}

@media screen and (max-width: 990px) {
    .hero-slider {
        margin-top: 13px;
    }
}

.carousel img {
    transition: all 0.5s;
}

.carousel img:hover {
    transform: scale(1.3) !important;
}


/*••••• Slider Mobil •••••*/

@media screen and (max-width: 990px) {
    
    #plugin_emotion_image {
        margin-top: 65px;
    }
}

.carousel .owl-carousel .owl-item, .carousel .owl-item .cloned, .carousel .owl-carousel .item {
    height: 160px!important;
    width: 160px!important;
}

.carousel .owl-carousel img {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.carousel .slideshow-title {
    background-color: transparent;
    color: var(--darkgreen);
    width: 100%;
    text-align: center;
    font-size: 95%;
    padding: 0;
    padding-top: 10px;
}

.carousel .slideshow-title {
    position: inherit;
}

.carousel .owl-prev, .carousel .owl-next {
    display: none;
}

.carousel .owl-stage {
    padding-top: 20px;
}

.slider-2 {
    margin-top: 55px;
}

.slider-2 .owl-prev, .slider-2 .owl-next {
    display: none;
}

.slider-2 .owl-carousel .owl-dots{
    left: 10%;
}

.slider-2 .owl-carousel .owl-dots .owl-dot {
    width: 22px;
    height: 22px;
    border: 2px solid white;
    border-radius: 0;
    background-color: transparent;
}

[data-block-id="3886b355504e59361697877007ae5934"] .row {
    padding-bottom: 65px;
    border-bottom: 1px solid lightgrey;
}


.kacheln-grid .nureinshop-block-contengrid {
  display: flex;
  gap: unset;
  row-gap: 20px;
  align-items: stretch;
  grid-auto-rows: 1fr;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kacheln-grid .nureinshop-block-contengrid--item img {
    width: 100%!important;
    aspect-ratio: 16/9;
    object-fit: cover;
    background-color: #fff;
}

.kacheln-startseite .subpages-content, .liste-stadtteile .subpages-content, .kacheln-grid .nureinshop-block-contengrid--item h2 {
    padding: 10px 12px 15px 12px;
}

.kacheln-startseite .subpages-intro {
    padding-top: 10px;
}

.kacheln-startseite article, .kacheln-grid .nureinshop-block-contengrid--item {
    background-color: var(--maincolor);
    color: #fff;
}

.kacheln-grid .nureinshop-block-contengrid--item {
    text-decoration: none;
    width: 31.5%;
}

.kacheln-grid .nureinshop-block-contengrid--item:nth-of-type(4), .kacheln-grid .nureinshop-block-contengrid--item:nth-of-type(5) {
    width: 48.5%;
    background-color: var(--darkgreen);
}

@media only screen and (max-width: 760px) {
    .kacheln-grid .nureinshop-block-contengrid--item {
        background-color: var(--maincolor)!important;
        width: 49%;
    }
}

@media only screen and (max-width: 520px) {
    .kacheln-grid .nureinshop-block-contengrid--item {
        width: 100%!important;
    }
}


.kacheln-startseite h2, .liste-stadtteile h2, .kacheln-grid .nureinshop-block-contengrid--item h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.2;
}

.kacheln-grid .nureinshop-block-contengrid--item p, .kacheln-grid .nureinshop-block-contengrid--item h2 {
    margin-top: 0;
}

.liste-stadtteile article {
    background-color: var(--darkgreen);
}


.kacheln-startseite .subpages-image, .liste-stadtteile .subpages-image {
    width: 100%!important;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 5px;
}

.kacheln-startseite .subpages {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.kacheln-startseite .subpages-list article {
  display: block;
}

.kacheln-startseite a {
    text-decoration: none;
}

.kacheln-startseite article:nth-of-type(1), .kacheln-startseite article:nth-of-type(2), .kacheln-startseite article:nth-of-type(3), .kacheln-startseite article:nth-of-type(n+10) {
    width: 31.97%;
}

.kacheln-startseite article:nth-of-type(1) .subpages-image, .kacheln-startseite article:nth-of-type(2) .subpages-image, .kacheln-startseite article:nth-of-type(3) .subpages-image {
    aspect-ratio: 16/7;
}

.kacheln-startseite article:nth-of-type(4), .kacheln-startseite article:nth-of-type(5) {
    width: 49.0%;
}

.kacheln-startseite article:nth-of-type(6), .kacheln-startseite article:nth-of-type(7), .kacheln-startseite article:nth-of-type(8), .kacheln-startseite article:nth-of-type(9) {
    width: 23.5%;
    background-color: var(--darkgreen);
}

.kacheln-startseite article:nth-of-type(6) .subpages-image, .kacheln-startseite article:nth-of-type(7) .subpages-image, .kacheln-startseite article:nth-of-type(8) .subpages-image, .kacheln-startseite article:nth-of-type(9) .subpages-image {
    aspect-ratio: 16/9;
}


.kacheln-startseite article:nth-of-type(1) .subpages-intro, .kacheln-startseite article:nth-of-type(2) .subpages-intro, .kacheln-startseite article:nth-of-type(3) .subpages-intro, .kacheln-startseite article:nth-of-type(6) .subpages-intro, .kacheln-startseite article:nth-of-type(7) .subpages-intro, .kacheln-startseite article:nth-of-type(8) .subpages-intro, .kacheln-startseite article:nth-of-type(9) .subpages-intro, .kacheln-startseite article:nth-of-type(n+10) .subpages-intro { 
    display: none;
}

@media only screen and (max-width: 780px) {
  .kacheln-startseite article .subpages-intro {
      display: none;
  }
  .kacheln-startseite article {
      width: 48.5%!important;
  }
  .kacheln-startseite article .subpages-image {
      aspect-ratio: 16/7!important;
  }
}

@media only screen and (max-width: 540px) {
  .kacheln-startseite article {
      width: 100%!important;
  }
}


.neuigkeiten-startseite {
    background-color: #e3ede2;
    background-image: url('/pub/media/5bc8e97384955e0efee85e1e6d2a8bc2/hintergrundbild-neuigkeiten.png');
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 10px 0 56px 0;
}

.subpages-intro {
    margin-top: 10px;
}

.neuigkeiten-startseite .subpages-list {
    background-color: #fff;
    padding: 25px 45px 15px 45px;
}

.neuigkeiten-startseite .subpages-title {
    font-size: 120%;
}

.neuigkeiten-startseite a {
    text-decoration: none;
}

.neuigkeiten-startseite .subpages-button {
    margin-top: 0;
}

.neuigkeiten-startseite .subpages-button > .btn{
    background-color: transparent;
    padding: 0;
    color: var(--maincolor);
    clip-path: none;
}


.veranstaltungen-startseite {
    background-image: url('/pub/media/7ec0f6cc7b61460d1c9952edca104433/hintergrundbild-veranstaltungen-stadt-buchen.jpeg');
    background-size: cover;
    padding-bottom: 10%;
}


.veranstaltungen-startseite .block-nureinshop-events--grid{
    background-color: rgba(22, 131, 46, 0.9);
    padding-bottom: 30px;
    padding-top: 30px;
}

.veranstaltungen-startseite article {
    color: #fff;
    padding-top: 0;
    border-right: 1px solid white;
    padding-bottom: 15px;
}

.veranstaltungen-startseite article:first-of-type {
    padding-left: 30px;
}

.veranstaltungen-startseite article:last-of-type {
    border: none;
    padding-right: 30px;
}

.veranstaltungen-startseite .block-nureinshop-events--title h2{
    font-size: 150%;
    line-height: 1.1em;
    font-weight: 600;
    color: #fff;
}

.veranstaltungen-startseite .block-nureinshop-events--intro, .veranstaltungen-startseite .block-nureinshop-events--location {
    display: none;
}

.veranstaltungen-startseite .block-nureinshop-events--body {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 15px;
}

.veranstaltungen-startseite .block-nureinshop-events--date {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 22.5px;
  font-weight: 300;
}

.veranstaltungen-startseite .block-nureinshop-events--dateinfo {
    position: absolute;
    bottom: 0;
    
    font-size: 17.5px;
    font-weight: 300;
}

.veranstaltungen-startseite .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: none;
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .veranstaltungen-startseite article {
        border: none;
        padding: 0 30px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .veranstaltungen-startseite article {
        border-bottom: 1px solid white;
        padding-bottom: 15px;
    }
    .veranstaltungen-startseite article:last-of-type {
        border: none;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .veranstaltungen-startseite article {
        padding-bottom: 25px;
    }
    .veranstaltungen-startseite article:last-of-type {
        padding-bottom: 0;
    }
    .veranstaltungen-startseite .block-nureinshop-events--body {
        padding-top: 0;
    }
    .veranstaltungen-startseite .block-nureinshop-events--title {
        margin-top: 0;
    }
}


[data-block-id="e572db28258e7fb3c61528080c9c86b3"] .socials {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

[data-block-id="e572db28258e7fb3c61528080c9c86b3"] .socials a {
    margin-right: 20px;
}

[data-block-id="e572db28258e7fb3c61528080c9c86b3"] .socials a:last-of-type {
    margin-right: 0!important;    
}

[data-block-id="e572db28258e7fb3c61528080c9c86b3"] img {
    height: 60px!important;
    width: auto!important;
}

@media only screen and (max-width: 670px) {
    [data-block-id="e572db28258e7fb3c61528080c9c86b3"] .col-6 {
        width: 100%;
    }
}

.logo-slider {
    margin-top: 70px;
    overflow: clip;
}

.logo-slider .owl-prev, .logo-slider .owl-next {
    color: #000!important;
    font-weight: 200!important;
    font-size: 50px;
}

.logo-slider .owl-prev {
    margin-left: -70px;
}

.logo-slider .owl-next {
    margin-right: -70px;
}

.logo-slider .owl-item {
    width: 270px!important;
    height: 80px!important;
}

.logo-slider .owl-carousel .owl-item img {
  width: 270px!important;
  height: 80px!important;
}

.beitrag-listenform .subpages-list{
    border-top: 2px solid #000;    
}

.beitrag-listenform .subpages {
    row-gap: 0;
}

.beitrag-listenform .subpages-title {
    font-size: 100%;
    font-weight: 300;
}

.beitrag-listenform article {
    padding: 16px 10px;
}

.beitrag-listenform article:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.beitrag-listenform .pagination li a {
    font-weight: 300;
    color: var(--darkgreen);
}

.beitrag-listenform .pagination li a.current {
  color: #fff;
}

.subpages-grid article {
    box-shadow: 3px 3px 5px #00000036;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.subpages-grid .subpages-content {
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.subpages-grid .subpages-intro {
    line-height: 1.6;
}

.subpages-grid .subpages-button {
    margin-top: auto;
}

.subpages-grid .subpages-button .btn {
    display: block;
}

.subpages-grid .subpages-image {
	display: block;
	position: relative;
	border-radius: 5px;
}

.subpages-grid .subpages-title {
    font-size: 150%;
    line-height: 1.15;
    margin-top: 0.5em;
}

/*••••• Veranstaltugnen •••••*/

.nureinshop-plugin-itemfilter {
    margin-top: 0;
}

.block-nureinshop-events--datelist {
    margin-top: 15px;
}


.veranstaltungen-kalender {
    margin-top: 15px;
}

.block-nureinshop-events--datelist-header {
    display: flex;
}

.block-nureinshop-events--datelist-title {
    word-break: break-word;
    hyphens: auto;
}

.veranstaltungen-kalender .block-nureinshop-events--grid {
    row-gap: 0;
}


.veranstaltungen-kalender .block-nureinshop-events--body {
    display: flex;
    flex-wrap: wrap;
}

.veranstaltungen-kalender .block-nureinshop-events--date {
    margin-top: 15px;
    background-color: hsl(0, 0%, 88.6%);
    width: 100%;
    padding: 10px 20px 10px 20px;
    color: var(--maincolor);
}

.veranstaltungen-kalender .block-nureinshop-events--dateinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 15%;
    padding-left: 20px;
    padding-top: 9px;
}

.veranstaltungen-kalender .block-nureinshop-events--location {
    margin-left: auto;
    padding: 10px 15px 0px 0px;
}

.noloc .block-nureinshop-events--location {
    display: none;
}

.veranstaltungen-kalender .block-nureinshop-events--title h2 {
  margin-top: 0;
  font-size: 100%;
  color: #000;
  font-weight: 200;
  padding-top: 15px;
}

.veranstaltungen-kalender .block-nureinshop-events--title h2::before {
    content: '◾ ';
    color: var(--maincolor);
    margin-right: 15px;
}

[data-block-id="c9ba6cb71a78a0619506389c7383bad0"] .subpages-carousel article .subpages-content {
    padding: 8px 15px 10px 15px;
}

[data-block-id="c9ba6cb71a78a0619506389c7383bad0"] .subpages-carousel article h2 {
    text-align: center;
}

.subpages-carousel .owl-stage {
	display: flex;
}

.subpages-carousel .owl-item {
	display: flex;
}

.subpages-carousel article {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/*••••• Highlight PopUp •••••*/

.highlight-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    height: fit-content;
    margin: auto;
    border: 2px solid var(--maincolor);
    z-index: 4;
    width: fit-content;
    max-height: 80vh;
    box-shadow: 3px 3px 7px #00000070;
    overflow: visible;
}

/* .highlight-popup::before {
    position: fixed;
    content: '';
    background-color: #000000ad;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.highlight-popup > * {
  position: relative;
  z-index: 2;
} */
    
.highlight-popup .container {
    width: 100%;
}

.highlight-popup .col-12 {
    padding: 30px;
    padding-top: 45px;
}

.highlight-popup .col-12:first-child h2 {
    margin-top: 0;
}

.popup-close {
    position: absolute;
    top: 0px;
    right: 30px;
    background: transparent;
    border: none;
    font-size: 34px;
    cursor: pointer;
    color: var(--maincolor);
}

.popup-close:hover {
  color: red;
}

[data-block-name="nureinshop/event_form"] .row {
    display: flex;
    flex-wrap: wrap;
}


.stellen .subpages-list h2 {
    font-size: 130%;
}

.stellen article {
    margin-top: 25px;
}

.stellen .subpages {
    margin-top: 0;
}

.stellen .subpages-button {
    margin-top: 0;
}

.demografie-beitrag .subpages-title {
    font-size: 150%;
    margin-top: 10px;
}

/*••••• Tabelle •••••*/

.block-nureinshop-text table th {
    border-bottom: 1px solid #000;
}

.block-nureinshop-text table tr {
    border: none;
}

.block-nureinshop-text table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.block-nureinshop-text table tr td {
    padding-left: 10px;
}

.block-nureinshop-text table tr:nth-child(even) {
    background-color: #16832E24;
}

/*••••• Pseudo-Galerie •••••*/
.mock-gallery {
    display: flex;
    gap: 3%;
}

.mock-gallery p {
    width: 22%;
}

.mock-gallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="password"], textarea {
  border: none;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  background: #f4f4f4;
}

.stadthalle-formular form {
    background-color: #D7E2D7;
    padding: 0 20px 20px 20px;
}

.stadthalle-formular input[type="text"], .stadthalle-formular input[type="email"], .stadthalle-formular input[type="number"], .stadthalle-formular input[type="date"], .stadthalle-formular input[type="password"], .stadthalle-formular textarea {
    background: #fff;
}

.getrennt tr td:first-of-type {
    border-right: 10px solid #fff;
}    

/*••••• Beitragsliste Ausschreibungen •••••*/

.ausschreibung-buttons .nureinshop-block-contengrid--item {
    background-color: var(--darkgreen);
    color: #fff;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
}

.ausschreibung-buttons a {
    text-decoration: none;
}

.ausschreibung-buttons h3 {
    color: #fff;
    font-size: 120%;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.ausschreibungen {
    margin-top: 25px;
}
.ausschreibungen .subpages-title {
    color: #000;
    font-size: 120%;
    margin-top: 0;
}

.ausschreibungen article {
    background-color: #16832E24;
    padding: 25px 25px 15px 25px;
    border-radius: 3px;
    color: #000;
}

.ausschreibungen .subpages-intro h3 {
    font-size: 120%;
    margin-top: 15px;
    line-height: 1.2;
}

.ausschreibungen .subpages-intro {
    margin-top: 10px;
}

.ausschreibungen .subpages-intro p {
   line-height: 1.35;
   margin-top: 5px;
}

.ausschreibungen h1, .ausschreibungen h2, .ausschreibungen h3, .ausschreibungen h4 {
    color: #000;
} 


.ausschreibungen-vergeben table th, .ausschreibungen-vergeben table td {
    padding: 8px;
}

.ausschreibungen-vergeben table td:first-child, .ausschreibungen-vergeben table th:first-child {
  border-left: none;
}

.hochkant-video video {
    max-width: 320px;
}

.ausschreibungen-vergeben table th {
    border-bottom: 1px solid #000;
    background-color: var(--maincolor);
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 6px;
}


/*••••• Adressbuch •••••*/

.addressbook--itemlist article {
	background-color: #ebf6eb;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.address--location {
    margin-top: 15px;
}

.addressbook--detailbtn {
	margin-top: auto;
	padding-top: 15px;
}

.address--website {
    font-weight: 400;
}
    

.addressbook--categorylist article a {
    height: 100%;
    word-break: break-all;
    hyphens: manual;
}

@media only screen and (max-width: 640px) {
    .addressbook--categorylist {
        grid-template-columns: unset;
    }
}
@media only screen and (max-width: 500px) {
    .addressbook--itemlist {
        grid-template-columns: unset;
    }
}
    
.servicebw-itemlist {
    word-break: break-all;
}

/*••••• Suchseite •••••*/
.search-item-header {
    text-decoration: none;
}

.search-item-header h2 {
    font-size: 140%;
    overflow-wrap: break-word;
}

/*••••• Leichte Sprache •••••*/

.page-c6584d2ce2 #region-content {
    font-size: 22px;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
    color: #fff;
    padding-top: 2%;
    background-image: url("/pub/media/f485a9e2d5619338e5ca59ba320ae6ca/hintergrundbild-footer-stadt-buchen.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    padding-bottom: 0;
    margin-top: 50px;
}

#region-footer h2 {
    font-weight: 300;
    font-size: 200%;
    color: #fff;
}

#region-footer h2 strong{
    font-weight: 700;
    text-transform: uppercase;
}

.footer-svg {
    margin-top: 20px;
}

.footer-svg img {
    margin-right: 30px;
    height: 80px;
    width: auto;
}

@media only screen and (max-width: 1100px) {
    #region-footer {
        background-image: none;
    }
}

@media only screen and (max-width: 900px) {
    #region-footer .col-6 {
        width: 100%;
    }
    #region-footer .col-6:last-of-type{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .footer-svg {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .footer-svg img {
        margin: 0;
        height: 20vw;
    }
    #region-footer h2 {
        font-size: 160%;
    }
}

#region-footer a {
    color: #fff;
}

#region-copyright {
    background: var(--maincolor);
    color: #fff;
    font-size: 16px;
}

#region-copyright a {
    color: #fff;
}

@media screen and (max-width: 470px) {
    .float {
        width: 100%!important;
    }

}

/* Paginierung
---------------*/

    #region-content ul.pagination {
        margin-left: 0;
    }


.subpages-carousel { 
    margin-top: 0;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 7px;
    padding-top: 7px;
    margin-right: -7px;
}

.subpages-carousel article {
	background-color: #f6f6f6;
	border-radius: 5px;
	overflow: clip;
	box-shadow: 3px 3px 5px #00000036;
}

.subpages-carousel article .subpages-content {
    padding: 0 15px 15px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.subpages-carousel article .subpages-content > a {
    order: 1;
}

.subpages-carousel .subpages-intro {
    order: 2;
}

.subpages-carousel .subpages-releasedate {
    order: 3;
    color: var(--darkgreen);
    margin-top: auto;
    padding-top: 10px;
}

.subpages-carousel .subpages-releasedate::before {
	content: '';
	background-image: url('/pub/media/fb820bf399fdfad4fd055e2a77898a93/i-love-buchen-datum.svg');
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	background-size: contain;
}

.subpages-carousel .subpages-image {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 5px;
}

.subpages-carousel article h2 {
	color: var(--darkgreen);
	font-size: 130%;
	line-height: 1;
	margin-top: 20px;
	font-weight: 600;
	line-height: 1.25;
}


.partner .subpages-carousel article .subpages-intro {
    line-height: 1.5;
    font-size: 120%;
    margin-top: 0;
}

.partner .subpages-carousel article .subpages-intro > *:first-child {
    margin-top: 15px;
}


.partner .subpages-carousel .subpages-image {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: contain!important;
	border-radius: 5px;
	background: #fff;
}

.subpages-list .subpages-image {
    border-radius: 5px;
}


/* Mobile Ränder */

@media screen and (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
}

#region-minicart {
    display:none;
}

.block-nureinshop-subpages .subpages-grid .subpages-title {
    color: var(--darkgreen);
  font-size: 130%;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: break-word;
    word-break: break-word;
}



/** generated: 2026-04-13 12:46:54 **/