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

/*••••• Fonts •••••*/

/* advent-pro-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Th.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Th.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Lt.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Lt.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* advent-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Roman.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Roman.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* advent-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Md.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Md.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* advent-pro-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Bd.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/HelveticaNeueLTStd-Bd.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
    --maincolor: #FF0601;
}

/*••••• 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: 'Helvetica Neue LT Std', Arial, Sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: #000;
    letter-spacing: 0.06em;
    /* line-height: 1.65; */
    line-height: 1.35;
    height: 100%;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 300;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


h1 {
    position: relative;
    color: #000;
    font-size: 180%;
    padding-left: 26px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h1::before, .rote-linie h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: calc(100% - 16px);
    background-color: var(--maincolor);
    margin-top: 3px;
}


.page-nureinshop-home h1 {
    padding-top: 0;
    margin-top: 12px;
}

h2 {
    color: #000;
    font-size: 160%;
    font-weight: 600;
    text-decoration-color: #fff!important;
    padding-top:20px;
}

.rote-linie h2 {
    line-height: 1.2;
    margin-top: 0;
    text-transform: uppercase;
    padding-left: 26px;
    position: relative;
}

h3 {
    font-size: clamp(110%, 2.2vw, 130%);
    font-weight: 400;
}

p {
    margin-top: 12px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
a:hover {
    color: var(--maincolor);
}

.weiterlesen {
    padding: 0;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.weiterlesen::after {
    content: '';
    background-image: url('/pub/media/d480032f3349f7859d25f112bde7fa8b/aktuelles-weiterlesen.svg');
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    margin-bottom: -6px;
    filter: invert(1);
    margin-left: 7px;
}

.btn {
    border-radius: 0;
    text-decoration: none;
    padding: 10px 15px 3px 15px;
}

.btn:hover {
    opacity: 0.8;
    color: #000;
}

.termine-startseite article .btn::after {
    margin-left: 7px;
}

.nureinshop-block-newsletter--label {
    color: #000;
}

blockquote {
	margin-top: 25px;
	background-color: #000;
	color: #fff;
	padding: 30px 20px;
	background-image: url('/pub/media/1ae9a4a6e1c8efda0dc2ef5ad72e05c6/feuerwehr-nok-dekoflamme2.svg');
    background-repeat: no-repeat;
    background-position: bottom 8px right 8px;
    background-size: auto 80%;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: #fff;
}

blockquote .btn, blockquote .btn:hover {
    background-color: #fff;
    color: var(--maincolor);
}

blockquote a:hover {
    color: inherit;
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

blockquote > *:first-child {
    margin-top: 0;
}

/*••••• Header •••••*/

#region-search {
    display: none;
}

/* [data-id="search"] {
    display:none!important;
} */

header {
    background-color: #030302c4!important;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    border: none;
    min-height: 120px;
    transition: 0.3s ease;
}


header .container {
	min-height: inherit;
	height: inherit;
}

#region-header-buttons {
    top: 25px;
    position: absolute;
    right: 0;
    margin-top: 0;
}

.header-button-icon {
    height: 28px;
    width: 28px;
}

@media only screen and (max-width: 1180px) {
    #region-header-buttons {
        right: 40px;
    }
}

.header-button-title {
    display: none;
}

#region-logo {
  float: left;
  width: auto;
  margin-top: 15px;
}


#region-logo a {
    padding: 5px 5px 5px 5px;
}

#region-logo a img {
    height: 100px; 
    transition: height 0.3s ease;
}

.shrink img {
  height: 80px!important; /* Höhe des ausgetauschten Logos */
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Standard-Stile für den Menü-Button */
.menu-button {
  transition: opacity 0.3s ease; /* Weicher Übergang für opacity */
  opacity: 1; /* Button standardmäßig sichtbar */
  display: flex; /* Button als Flex-Container anzeigen */
  justify-content: flex-end; /* Inhalt nach rechts ausrichten */
  margin-bottom: 5px;
}

/* Wenn der Button ausgeblendet werden soll */
.menu-button.hidden {
  opacity: 0; /* Button unsichtbar machen */
  pointer-events: none; /* Klicks auf den Button verhindern */
}


/* Standard-Stile für das Default-Menu */
.default-menu {
  transition: opacity 0.3s ease; /* Sanfter Übergang für opacity */
  opacity: 1; /* Standardmäßig sichtbar */
  display: none; /* Standardmäßig ausgeblendet */
}

/* Wenn das Default-Menu angezeigt wird */
.default-menu.show {
  opacity: 1; /* Sichtbar machen */
  pointer-events: auto; /* Klicks ermöglichen */
}

/* Wenn das Default-Menu ausgeblendet wird */
.default-menu.hidden {
  opacity: 0; /* Unsichtbar machen */
  pointer-events: none; /* Klicks verhindern */
}

/*••••• Header Mobil •••••*/

#region-mobile-nav {
    background-color: #000;
    border: none;
}

.page-nureinshop-home #region-mobile-nav {
    position: absolute;
    width: 100%;
    background-color: #030302c4;
    z-index: 2;
}

#region-mobile-nav .mobile-logo img {
    display: none;
}

#region-mobile-nav .mobile-logo {
    margin-top: 10px;
    background-image: url('/pub/media/b10d3c1fd6d47312302989f612026ce6/kreisfeuerwehrsverband-nok-logo-mobil.svg');
    width: 200px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#region-mobile-nav {
  background-color: #000;
  border: none;
  z-index: 1;
  width: 100%;
}

@media only screen and (max-width: 990px) {
    #plugin_emotion_image img {
        max-height: 120px;
        overflow: hidden;
        object-fit: cover;
        object-position: center;
    }
}

/*••••• Navigation •••••*/

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav .container {
    width: 100%;
}

#region-nav ul {
  display: flex;
  justify-content: flex-end;
}

#region-nav ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

#region-nav .level-1 > li > a{
    padding-bottom: 0;
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: 0.6;
    padding-top: 6px;
    font-size: 22px;
}

#region-nav .level-1 > li:first-of-type > a {
    border-left: none;
  }
  
#region-nav .level-1 > li:last-of-type > a {
    border-right: none;
    padding-right: 0;
}

#region-nav .level-1 > li:hover > a {
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: var(--maincolor);
    text-underline-offset: 8px;
    text-decoration-thickness: 4px;
}

#region-nav .level-1 > li.active {
    position: relative;
}

#region-nav .level-1 > li.active::after, #region-nav .level-1 > li.inpath::after {
    background-image: url('/pub/media/8894635f50596d30dc4fe339515c17b4/kreisfeuerwehrverband-nok-flamme.svg');
    content: '';
    position: absolute;
    height: 50px;
    width: 20px;
    background-repeat: no-repeat;
    left: 10px;
    display: inline;
    top: -14px;
    z-index: -1;
}

#region-nav .level-2 > li:hover > a {
    background-color: #000;
}

/*••••• Mobile Nav •••••*/

[data-id="offcanvas_menu"] {
    background-image: url('/pub/media/260d08ab779a01ca26fcdad0aaba9c8b/kreisfeuerwehrsverband-nok-menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 112px;
    height: 36px;
}

#region-mobile-nav ul li img {
    display: none;
}

#region-mobile-nav ul {
  margin-top: 36px;
}

.offcanvas-menu {
    background-color: #000;
}

.offcanvas-closer {
    opacity: 1;
    filter: invert(1);
}

.offcanvas-nav .btn-toggle {
    filter: invert(1);
}

.offcanvas-nav li a {
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.offcanvas-menu li.inpath > a {
  background-color: #FF060191;
}

.offcanvas-menu li.active > a {
  background-color: var(--maincolor);
}

.offcanvas-nav .level-2 li {
    font-size: 80%;
}

.offcanvas-nav .level-2 li::before {
  content: '>';
  color: var(--maincolor);
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  font-weight: 600;
  margin-left: 10px;
  margin-top: 3px;
  z-index: 2;
}

.offcanvas-nav .level-2 li.active::before {
    color: #fff;
}

.offcanvas-logo img {
  display: block;
  height: 58px;
}

/*••••• Slider •••••*/

.hero-slider {
    background-color: #262626;
}

.hero-slider .container {
    width: 100%;
    /* border-left: 3px solid #ff0601;
    border-right: 3px solid #ff0601; */
}

.hero-slider .owl-prev, .hero-slider .owl-next {
    display: none;
}

.block-nureinshop-slideshow .owl-carousel .owl-dots {
    left: 20%;
}

.block-nureinshop-slideshow .owl-carousel .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin: 0 5px 0 5px;
  outline: solid white;
  background: transparent;
}

.block-nureinshop-slideshow .owl-carousel .owl-dots .owl-dot.active {
    background-color: rgba(255,255,255,1);
    height: 25px;
    width: 25px;
    outline: none;
}

/*••••• Inhalt •••••*/

[data-block-id="642f7b691d0269ee4dd2d4df17c9e66e"] .container {
    margin-top: 60px;
}

.extra-margin {
    margin-top: 55px;
}

@media only screen and (min-width: 960px) {
    [data-block-id="642f7b691d0269ee4dd2d4df17c9e66e"] .col-8 {
        width: 58%;
    }

    [data-block-id="642f7b691d0269ee4dd2d4df17c9e66e"] .col-4 {
        width: 42%;
    }
}

@media only screen and (max-width: 830px) {
    [data-block-id="642f7b691d0269ee4dd2d4df17c9e66e"] .col-8 {
        width: 100%;
    }

    [data-block-id="642f7b691d0269ee4dd2d4df17c9e66e"] .col-4 {
        width: 100%;
    }
}

.aktuelles-startseite {
    background-color: var(--maincolor);
    background-image: url('/pub/media/029b33ebef8bb4d87176fc3befe60b1c/kreisfeuerwehrverband-nok-background.svg');
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: bottom 20px right;
    margin-top: 20px;
}

.aktuelles-startseite  article {
    position: relative;
    background-color: transparent;
    color: #fff;
}

.aktuelles-uebersicht h2 {
    color: #fff;
} 

.aktuelles-startseite .subpages-image {
  aspect-ratio: 15/10;
  object-fit: cover;
}

.aktuelles-startseite .subpages-title {
    letter-spacing: 0.05em;
    hyphens: none;
}

.aktuelles-uebersicht article > a {
	width: 100%;
	aspect-ratio: 16/7;
}

.aktuelles-uebersicht .subpages-content > a {
    text-decoration: none;
}

.aktuelles-uebersicht article {
	position: relative;
	display: flex;
	background-color: #000;
	color: #fff;
	flex-direction: column;
}

.aktuelles-uebersicht .subpages-content {
    padding: 15px 10px 20px 25px;
}

.aktuelles-uebersicht .subpages-title {
    margin-top: 15px;
    font-size: 120%;
    hyphens: none;
}

.aktuelles-uebersicht a, .termine-uebersicht a {
    color: #000;
    text-decoration: none;
}


.aktuelles-uebersicht .subpages-intro {
    margin-bottom: 50px;
    margin-top: 10px;
}

.aktuelles-uebersicht .subpages-image {
    height: 100%;
    object-fit: cover;
}

.aktuelles-startseite .subpages-releasedate {
  position: absolute;
  bottom: 15px;
  font-size: 80%;
}

.aktuelles-startseite .subpages-releasedate::before, .aktuelles-uebersicht .subpages-releasedate::before, .termine-uebersicht .block-nureinshop-events--date::before {
    content: '';
    background-image: url('/pub/media/545a511505031f6ef85df9083614db5c/aktuelles-datum.svg');
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 5px;
}

.aktuelles-startseite article .btn, .termine-startseite article .btn, .aktuelles-uebersicht article .btn, .block-nureinshop-events--readmore .btn {
    background-color: transparent;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 20px;
    position: absolute;
    bottom: 15px;
    right: 0;
    font-weight: 200;
    font-size: 80%;
    text-decoration: none;
}


.aktuelles-startseite article .btn::after, .termine-startseite article .btn::after, .aktuelles-uebersicht article .btn::after, .block-nureinshop-events--readmore .btn::after {
    content: '';
    background-image: url('/pub/media/d480032f3349f7859d25f112bde7fa8b/aktuelles-weiterlesen.svg');
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    margin-bottom: -6px;
    background-repeat: no-repeat;
}

.block-nureinshop-events--body {
    position: relative;
}

.block-nureinshop-events--readmore .btn {
    filter: invert(1);
}

.aktuelles-uebersicht article .btn {
    margin-right: 15px;
}

.termine-startseite article .btn::after, .aktuelles-uebersicht article .btn::after, .block-nureinshop-events--readmore .btn::after {
    margin-left: 7px;
}

.aktuelles-startseite .subpages-intro {
    margin-top: 10px;
  padding-bottom: 35px;
}

.aktuelles-startseite h2 {
    color: #fff;
    font-size: 117%;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
}


.termine-startseite {
    background-color: #000;
    color: #fff;
    background-image: url('/pub/media/15dddd4f09fbdf2ee2a9d6827547737a/kreisfeuerwehrverband-nok-termine.svg');
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-position: bottom right;
    margin-top: 25px;
    padding-top: 25px;
}

@media only screen and (max-width: 1024px) {
    .termine-startseite {
        background-size: contain;
    }
    .aktuelles-startseite {
        background-size: contain;
    }
}

.termine-startseite .block-nureinshop-events--date {
  font-size: 123%;
  font-weight: 200;
}

.termine-startseite .block-nureinshop-events--location {
    padding-bottom: 45px;
}

.termine-startseite article {
    position: relative;
}

.termine-startseite h2, .termine-startseite a {
    color: #fff;
    text-decoration: none;
}

.termine-startseite h2 {
    font-size: clamp(100%, 1.5vw, 115%);
}

.termine-startseite .btn {
    filter: invert(0);
}

.termine-startseite .block-nureinshop-events--readmore {
  margin-top: 55px;
}

@media only screen and (max-width: 690px) {
    [data-block-id="66ead54a5c32f580c5a5524fdf8e7cd8"] div {
        column-count: 1!important;
    }
}

.termine-uebersicht {
    margin-top: 35px;
}

.termine-uebersicht .block-nureinshop-events--readmore .btn {
    filter: none;
    bottom: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.termine-uebersicht article {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    position: relative;
}

.termine-uebersicht .block-nureinshop-events--body {
    position: unset;
}

.termine-uebersicht .block-nureinshop-events--body {
    padding-left: 35px;
    padding-bottom: 30px;
}

.termine-uebersicht .block-nureinshop-events--date {
    margin-left: -35px;
}

.termine-uebersicht .block-nureinshop-events--dateinfo::before {
    content: '';
    display: ruby-base;
}

.termine-uebersicht .block-nureinshop-events--title > a{
    text-decoration: none;
}

.termine-uebersicht .block-nureinshop-events--location {
    margin-top: 15px;
}

.termine-uebersicht .block-nureinshop-events--dateinfo::before {
	display: block;
}

.termine-uebersicht h2 {
    color: #fff;
    font-size: 140%;
}

.termine-uebersicht .block-nureinshop-events--intro {
    display: none;
}
.page-nureinshop-home .block-nureinshop-events--dateinfo, .page-nureinshop-home .block-nureinshop-events--intro {
    display: none;
}

.page-nureinshop-home .block-nureinshop-events--body {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.termine-startseite .block-nureinshop-events--location {
	margin-top: auto;
	display: block;
	padding-bottom: 0;
}

/*••••• Aktuelles •••••*/

.nureinshop-block-contengrid--item {
  background-color: #000;
  padding: 30px;
  transition: 0.3s ease;
}

.nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.nureinshop-block-contengrid h2 {
    color: #fff;
    font-size: 100%;
    text-align: center;
    margin-top: 0;
    padding-top: 5px;
    text-align: left;
    line-height: 1;
}

.nureinshop-block-contengrid a {
    text-decoration: none;
}

.downloads .nureinshop-block-contengrid--item h2::before {
    display: inline-block;
    margin-right: 15px;
    content: '>';
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}

.nureinshop-block-contengrid--item:hover {
    background-color: var(--maincolor);
    color: #fff;
}

.nureinshop-block-contengrid--item:hover a {
    color: #fff;
}


.feuerwehr-liste .nureinshop-block-subpages-accordion--head { 
    background-color: var(--maincolor);
    font-size: 140%;
    font-weight: 600;
     text-decoration: none;
}


.feuerwehr-liste .is-open .nureinshop-block-subpages-accordion--body {
    display: flex;
}


.feuerwehr-liste .subpages-image {
    margin-right: 35px;
    /* width: 20%!important; */
    /* height: 100%!important; */
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    padding-top: 35px;
    background-color: var(--maincolor);
    color: #fff;
    line-height: 1.2;
    margin-top: 55px;
}

#region-footer .row {
    display: flex;
}

#region-footer .col-4:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

#region-footer .col-4:last-of-type img {
    max-width: 350px;
}

#region-footer .socials {
    margin-top: 0;
}

#region-footer .socials img {
    width: 30px!important;
    height: auto!important;
}

#region-footer .socials a {
    margin-left: 15px;
}

#region-footer .socials a:first-of-type {
    margin-left: 0;
}

#region-footer a {
    color: #fff;
}

#region-footer h2 {
    color: #fff;
    font-weight: 200;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
}

#region-copyright {
    background: #fff;
    color: #000;
    font-size: 14px;
}

#region-copyright a {
    color: #000;
}

@media only screen and (max-width: 1140px) {
    #region-footer .row {
        display: block;
    }
    #region-footer .col-4 {
        width: 50%;
    }
    #region-footer .col-4:last-of-type {
        width: 100%;
        margin-top: 30px;
        align-items: center;
    }   
    #region-footer {
        padding-bottom: 15px;
        padding-top: 25px;
    }
}

@media only screen and (max-width: 777px) {
    #region-footer .col-4 {
        width: 100%;
        margin-top: 30px;
        text-align: center!important;
    }
}

@media only screen and (max-width: 1000px) {
    [data-block-id="66ead54a5c32f580c5a5524fdf8e7cd8"] .col-9 {
        width: 100%;
    }
    [data-block-id="66ead54a5c32f580c5a5524fdf8e7cd8"] .col-3 {
        display: none;
    }
}

.nureinshop-block-accordion--head {
    text-decoration:none !important; 
    padding:15px 20px 10px 20px;
}

.nureinshop-block-accordion--body {
    padding:10px 20px 15px 20px;
´
}

/** generated: 2025-12-08 11:31:59 **/