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

/*••••• Fonts •••••*/

/* hind-300 - 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: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/hind-v17-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/hind-v17-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* hind-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: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/hind-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/hind-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* hind-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: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/hind-v17-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/hind-v17-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
    font-family: 'Town 50 Chic';
    src: url('/project/nureinshop/pub/font/Town50Chic-Light.woff2') format('woff2'),
        url('/project/nureinshop/pub/font/Town50Chic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Town 50 Chic';
    src: url('/project/nureinshop/pub/font/Town50Chic-Regular.woff2') format('woff2'),
        url('/project/nureinshop/pub/font/Town50Chic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Town 50 Chic';
    src: url('/project/nureinshop/pub/font/Town50Chic-Black.woff2') format('woff2'),
        url('/project/nureinshop/pub/font/Town50Chic-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Town 50 Chic';
    src: url('/project/nureinshop/pub/font/Town50Chic-Bold.woff2') format('woff2'),
        url('/project/nureinshop/pub/font/Town50Chic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Town 50 Chic';
    src: url('/project/nureinshop/pub/font/Town50Chic-Thin.woff2') format('woff2'),
        url('/project/nureinshop/pub/font/Town50Chic-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/*••••• Colors •••••*/

:root {
    --maincolor: #37434f;
    --light: #778487;
}

/*••••• 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: 'Hind', Arial, Sans-serif;
    font-size: 18px;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    font-family: 'Town 50 Chic', Arial, Sans-serif;
    line-height: 1.2;
}

h1 {
    color: var(--maincolor);
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 300;
    letter-spacing: 0.03em;
}

.page-nureinshop-home h1 {
    padding: 0;
    margin-top: -20px;
}

@media only screen and (min-width:895px) {
    .page-nureinshop-home h1 {
        margin-top: -40px;
    }
}

h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 300;
    margin-top: 30px;
}

h3 {
    font-weight: 300;
    font-size: clamp(110%, 2.2vw, 130%);
    color: var(--maincolor);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
a:hover {
    color: var(--maincolor);
}

.btn {
    border-radius: 0;
    text-decoration: none;
    font-family: inherit;
    text-transform: uppercase;
    position: relative;
    padding: 13px 30px 10px 30px;
}

.btn > *:first-child {
    margin-top: 0;
}

blockquote {
    background-color: var(--light);
   /* border: 10px double #fff; */
    color: #fff;
    padding: 15px;
}

blockquote > *:first-child {
    margin-top: 0;
}

blockquote a, blockquote h2, blockquote h3 {
    color: #fff;
}

ol {
    margin-left: 25px;
}

.nureinshop-block-accordion--head {
    text-decoration: none;
}

.nureinshop-block-google-reviews--item {
    border-radius: 0;
}

.nureinshop-block-google-reviews--carousel {
    margin-top: 5px;
}

[data-block-id="23a4a2871ecbdca5ceecac5e7829134d"] {
    overflow-y: hidden;
}

.pdf-einbindung object {
    aspect-ratio: 8/11;
    margin-top: 35px;
}

.speisekarte-bild img {
    width: 70%!important;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 35px;
}

/*••••• Header •••••*/

header {
    background-color: var(--maincolor);
    border: none;
    min-height: 1px;
    position: sticky;
    top: 0;
    z-index:80;
    padding-top: 10px;
}

#region-header-buttons {
  float: unset;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 20px;
}

.header-button-icon {
  height: 25px;
  width: 25px;
}

#region-logo a img {
  height: 105px;
  transition: height 0.3s ease;
}


#region-logo a {
  display: inline-block;
  padding: 7px 0 5px 0;
}

#region-logo .logo img {
    aspect-ratio: 38/15;
}


#region-search {
    display: none;
}

#region-logo {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

[data-id="search"] {
    display:none!important;
}

#region-mobile-nav .mobile-logo {
  margin-right: 25px;
}

#region-mobile-nav .mobile-logo2 {
    float: left;
}

#region-mobile-nav .mobile-logo img {
  height: 65px;
}

#region-mobile-nav .mobile-logo2 img {
    height: 65px;
    width: auto;
    max-width: 200px;
}

#region-mobile-nav a img {
    padding: 0 0 5px 0!important;
    margin-top: 15px;
}

.offcanvas-logo {
  margin-left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: var(--maincolor);
  padding: 15px 0;
  margin-top: 0;
  column-gap: 20px;
}


/*
#region-header-buttons {
  position: absolute;
  background-color: var(--light);
  padding: 5px;
  top: 0;
  margin-top: 0;
  transition: 2.5s ease;
  left: 80%;
  border-radius: 0 0 5px 5px;
  padding-top: 15px;
}

.header-button {
    margin: 0;
}

.header-button-icon {
    background-size: contain;
}

.header-button a {
    display: flex;
    text-decoration: none;
}

.header-button-title {
    display: none;
    text-align: left;
    font-size: 16px;
    margin-left: 5px;
    width: 0;
    padding-right: 5px;
    line-height: 1;
    color: #fff;
}

.header-button-icon {
    height: 35px;
}

#region-header-buttons:hover {
    .header-button-title {
        display: block;
        width: fit-content;
    }
}

.header-button:hover {
  opacity: 1;
}

.offcanvas-header {
  background-color: var(--maincolor);
}

*/

.offcanvas-closer {
    top: 15px;
    right: 15px;
}

.offcanvas-closer, [data-id="offcanvas_menu"] img {
    filter: invert(1);
    opacity: 0.5;
}

/*••••• Navigation •••••*/


#region-nav {
    position: sticky;
    top: 107px;
    z-index: 80;
    background-color: #fff;
    border: none;
}

#region-nav nav {
    border-bottom: 1px solid var(--maincolor);
}

#region-nav ul li a {
    transition: 0.15s ease;
    text-decoration: none;
    font-family: 'Town 50 Chic', Arial, Sans-serif;
    font-weight: 300;
}

#region-nav .level-1 {
  list-style-type: none;
  text-align: center;
}

 #region-nav .level-1 > li:first-of-type > a,   #region-nav .level-1 > li a {
     border: none;
 }
 
/*  #region-nav .level-1 li a::before {
     content: '|';
     display: inline-block;
     position: absolute;
     margin-left: 0;
     letter-spacing: 0;
     color: #000!important;
     margin-left: -17px;
}
 
 #region-nav .level-1 li:first-of-type a::before {
     display: none;
 } */
 
#region-nav .level-2 li a::before {
      display: none;
  }
  
#region-nav .level-2 {
    text-align: left;
}

#region-mobile-nav {
    background: var(--maincolor);
    border-bottom: 1px solid #000;
}


.offcanvas-nav li a {
    text-decoration: none;
}

.offcanvas-nav li a:hover {
    background-color: var(--maincolor);
    color: #fff;
}

.offcanvas-menu li.active > a {
    background-color: var(--light);
    color: #fff;
}

/*••••• Slider •••••*/

.slider-geteilt .owl-stage .owl-item:nth-of-type(odd), .slider-geteilt .owl-stage .owl-item:nth-of-type(odd) .item {
    width: 60vw!important;
    aspect-ratio: 5/3;
}

.slider-geteilt .owl-stage .owl-item:nth-of-type(even), .slider-geteilt .owl-stage .owl-item:nth-of-type(even) .item {
    width: 40vw!important;
    aspect-ratio: 11/10;
}

.hero-slider {
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.hero-slider .container {
    position: relative;
}


/*

.slider-geteilt .slideshow-title {
    display: flex;
    background-color: #37434fed;
    padding: clamp(5px, 0.25vh, 20px);
    position: absolute;
    left: 0;
    bottom: 32.5%;
    width: 100%;
    font-size: clamp(90%, 2.5vw, 350%);
    font-weight: 400;
    font-family: 'Town 50 Chic', Arial, Sans-serif;
    color: #ffffffcf;
    min-height: 25%;
    line-height: 1.2;
    flex-direction: column;
    justify-content: center;
}


.slider-geteilt .hotel::before {
    pointer-events: none;
    content: '';
    background-image: url('/pub/media/f863c0645978f923b6c21a87a50668da/element-2reinhardts.svg');
    height: clamp(20px, 3.5vw, 90px);
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(5px, 0.25vh, 20px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.slider-geteilt .restaurant::before {
    pointer-events: none;
    content: '';
    background-image: url('/pub/media/fb7f74932bd15c296212e0f115bd544b/reichsadler-icon.svg');
    height: clamp(20px, 3.5vw, 90px);
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(5px, 0.25vh, 20px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.slider-geteilt .hotel2::before {
  background-color: #ffffff5c;
  background-image: url('/pub/media/0254ca9c4c0b268f90cdb28e7558fe90/reinhardts-hotel-emblem.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: 40vw;
  aspect-ratio: 8/7;
  content: '•Stilvoll• •Einzigartig• •Unvergesslich•';
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  backdrop-filter: blur(4px);
  font-size: clamp(130%, 5.5vw, 704%);
  font-family: 'Town 50 Chic', Arial, Sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  mask-image: radial-gradient(ellipse 107% 105% at 50% 50%, black 30%, transparent 48%);
}

.slider-geteilt .restaurant2::before {
  background-color: #ffffff5c;
  background-image: url('/pub/media/497dc63f4f062c295d818870967aa660/reichsadler-emblem.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: 40vw;
  aspect-ratio: 1;
  content: '•Genuss• •Spezialitäten• •Ambiente•';
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  backdrop-filter: blur(4px);
  font-size: clamp(130%, 4.5vw, 704%);
  font-family: 'Town 50 Chic', Arial, Sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  mask-image: radial-gradient(ellipse 107% 105% at 50% 50%, black 30%, transparent 48%);
}
*/

/*
.slider-geteilt .container::before {
  background-color: #ffffff5c;
  background-image: url('/pub/media/0254ca9c4c0b268f90cdb28e7558fe90/reinhardts-hotel-emblem.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: 40vw;
  aspect-ratio: 8/7;
  content: '•Stilvoll• •Einzigartig• •Unvergesslich•';
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  backdrop-filter: blur(4px);
  font-size: clamp(130%, 5.5vw, 704%);
  font-family: 'Town 50 Chic', Arial, Sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--maincolor);
  mask-image: radial-gradient(ellipse 107% 105% at 50% 50%, black 30%, transparent 48%);
} */


/*••••• Buchen Button •••••*/


.buchen-button .col-12 {
    width: fit-content;
    text-align: center;
    background-color: goldenrod;
    padding: clamp(15px, 5vw, 53px);
    border-radius: 100%;
    aspect-ratio: 1/1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(100%, 2.5vw, 140%);
    line-height: 1;
    transform: rotate(10deg);
    position: absolute;
    right: 10px;
    margin-top: clamp(-180px, -30vw, -60px);
    z-index: 3;
    transition: 0.3s ease;
    filter: drop-shadow(0 0 0.55rem #000);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width:1230px) {
    .buchen-button .col-12 {
        right: 60px;
    }
}

.buchen-button.tisch .col-12 {
    font-size: clamp(90%, 2vw, 130%);
    padding: clamp(0px, 3vw, 30px);
}

.buchen-button .col-12 img {
    width: clamp(30px, 10vw, 100px)!important;
    height: auto;
}

.buchen-button.tisch .col-12 img {
    padding: 5px 5px 2px 5px;
}


.buchen-button .col-12 a {
    text-decoration: none;
    color: #fff;
}

.buchen-button.tisch p {
    margin-top: -12px;
}

.buchen-button .col-12:hover {
    transform: scale(1.2) rotate(-5deg);
    filter: drop-shadow(0 0 0.95rem #000);
}

@media only screen and (max-width:770px) {
    .buchen-button .col-12 {
        transform: scale(0.7) rotate(10deg);
        right: 5px;
    }
    .buchen-button .col-12:hover {
        transform: scale(1) rotate(-5deg);
        filter: drop-shadow(0 0 0.95rem #000);
    }
}

/*••••• Social Sidebar •••••*/

.social-links {
	position: fixed;
	right: 0px;
	width: 50px;
	top: 320px;
	z-index: 99;
}

.social-links strong {
	display: inline-block;
	transform: rotate(270deg);
	background-color: var(--maincolor);
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 180px;
	right: 63px;
	position: relative;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.social-links strong a {
    color: #fff;
    height: 100%;
    padding: 15px 7px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.social-links > a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: var(--maincolor);
	margin-bottom: 3px;
	padding: 10px;
	line-height: 0;
}

.social-links a span {
	display: none;
	width: auto;
	position: absolute;
	right: 50px;
	background-color: var(--maincolor);
	height: 50px;
	top: 0;
	color: #ffffff;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 15px;
	white-space: nowrap;
}

.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 20px;
}

/* Hover-Effekt
----------------*/

.social-links a:hover {
	background-color: var(--light);
	opacity: 1;
}

.social-links a:hover span {
	display: inline-block;
	transition: all 0ms;
	opacity: 1;
}

.social-links a:nth-child(2) {
	margin-top: 68px;
}


/* Responsive Layout
---------------------*/

@media only screen and (max-width:1200px) {
	.social-links {
		top: 360px;
	}
}

@media only screen and (max-width:980px) {
	.social-links {
		top: 275px;
		width: 40px;
	}
	.social-links > a {
	    width: 40px;
	    height: 40px;
	}
	.social-links a span {
	    right: 40px;
	    height: 40px;
	}
	.social-links a span.zweizeilig {
	    height: 40px;
	    line-height: 1;
	}
	.social-links a:hover span {
	    line-height: 2.6;
	}
	.social-links a:hover span.zweizeilig {
	    line-height: 1;
	}
}

@media only screen and (max-width:760px) {
	.social-links {
		top: 240px;
	}
}

@media only screen and (max-width:1180px) {
    .social-links {
        opacity: 0.6;
    }
}


/*••••• Inhalt •••••*/

.spacer .row {
    background-image: url('/pub/media/3b01f51ca13dcad8370dd43b0f487ddb/reinhardts-hotel-spacer.svg');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    background-size: contain;
    margin-top: 35px;
}

.abstand {
    margin-top: 35px;
}

.kein-abstand, .kein-abstand .quadrat {
    margin-top: 0;
}

.nureinshop-module-address {
    background-color: transparent;
}

/*••••• Content Grid •••••*/

.block-nureinshop-contentgrid {
    margin-top: 40px;
}

.nureinshop-block-contengrid--item {
    background: var(--light);
    color: #fff;
    padding: 10px;
    transition: 0.3s ease;
    position: relative;
    box-shadow: 1px 1px 5px #202020;
}

.nureinshop-block-contengrid--item:hover {
    background-color: var(--maincolor);
}

.nureinshop-block-contengrid h3 {
    margin-top: 10px;
    color: #fff;
}

.nureinshop-block-contengrid p {
    padding: 0 10px 10px 10px;
}

.nureinshop-block-contengrid a {
    color: #fff;
    text-decoration: none;
}

.nureinshop-block-contengrid--item::before, .liste-zimmer article::before, .btn::before {
    background-image: url('/pub/media/793ac599d85720ce3ac34d38729fef60/reinhardts-hotel-corner1.svg');
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 6%;
    pointer-events: none;
}

.btn::before {
    top: 7px;
    left: 7px;
    background-size: 4%;
}

.nureinshop-block-contengrid--item::after, .liste-zimmer article::after, .btn::after {
    background-image: url('/pub/media/1266f3460686cbbd7d8b667e3ec6d642/reinhardts-hotel-corner2.svg');
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 6%;
    pointer-events: none;
    bottom: 10px;
    right: 10px;
}

.btn::after {
    bottom: 7px;
    right: 7px;
    background-size: 4%;
}

.jobs article {
    background: var(--light);
    color: #fff;
    padding: 10px;
    transition: 0.3s ease;
    position: relative;
    box-shadow: 1px 1px 5px #202020;
}

.jobs .subpages-content {
    padding: 20px;
}

.jobs a {
    color: #fff;
    text-decoration: none;
}

.jobs .subpages-title {
    margin-top: 0;
    font-weight: 300;
    font-size: clamp(110%, 2.2vw, 130%);
    color: #fff;
}

.jobs article::before {
    background-image: url('/pub/media/75db3fe3a2452a03ccb77d65b4497c99/hotel-restaurant-reichsadler-corner.svg');
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 6%;
    pointer-events: none;
}

.jobs article:after {
    background-image: url('/pub/media/7c6bf6fafbaf1bdb55267ef241388f98/hotel-restaurant-reichsadler-corner2.svg');
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 6%;
    pointer-events: none;
    bottom: 10px;
    right: 10px;
}

/*••••• Zimmer uns Suiten •••••*/

.liste-zimmer article {
    background-color: var(--light);
    padding: 15px;
    padding-bottom: 10px;
    position: relative;
}

.liste-zimmer article a {
    text-decoration: none;
}

.liste-zimmer article:hover {
    background-color: var(--maincolor);
}

.liste-zimmer .subpages-title {
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 0;
}

.liste-zimmer .subpages-image {
  padding: 5px;
  padding-bottom: 5px;
}

.blau-hinterlegt, [data-block-id="69f6856a7ceb5e1ed18214e3f7b1b8d3"] {
    background-color: var(--maincolor);
    color: #fff;
}

[data-block-id="69f6856a7ceb5e1ed18214e3f7b1b8d3"] {
    margin-top: 25px;
}

.blau-hinterlegt {
    padding-bottom: 25px;
    margin-bottom: 20px;
}

[data-block-id="69f6856a7ceb5e1ed18214e3f7b1b8d3"] h2 {
    color: #fff;
    margin-top: 15px;
}

.hotels .nureinshop-block-contengrid--item {
    padding: 0;
}

.hotels .bild {
    width: 100%;
    height: 100%;
}

.hotels .bild img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

.hotels .title {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: #37434fe3;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 135%;
    font-weight: 600;
}

.hotels .nureinshop-block-contengrid--item:hover .bild {
    opacity: 1;
    filter: brightness(1.15);
}

.hotels .nureinshop-block-contengrid--item::before, .hotels .nureinshop-block-contengrid--item::after {
    display: none;
}  

@media only screen and (max-width:600px) {
    .hotels .nureinshop-block-contengrid {
        grid-template-columns: minmax(0,1fr);
    }
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
    margin-top: 50px;
}

#region-footer img {
    max-width: 250px;
}

#region-footer h2 {
    font-size: clamp(110%, 1.5vw, 125%);
    margin-top: 0;
}

#region-footer h3 {
    font-size: 90%;
    margin-top: 10px;
    color: #fff;
}

#region-footer .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}


#region-footer .col-3 {
    width: 30%;
}

#region-footer .col-3:nth-of-type(2) {
    width: 40%;
}

#region-footer .col-3:nth-of-type(2) a {
    width: 50%;
}

#region-footer .col-3:nth-of-type(2) img {
    width: 100%!important;
    height: auto!important;
}

#region-footer .col-3:last-of-type {
    width: 100%;
    margin-top: 20px;
}


#region-footer a, #region-copyright a, #region-footer h2 {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    #region-footer img {
        max-width: 200px;
    }
}


@media only screen and (max-width:770px) {
    #region-footer .col-3:nth-of-type(1) {
        margin-top: 15px;
    }
    #region-footer .row {
        display: block;
    }
    #region-footer .col-3 {
        width: 100%;
        text-align: center!important;
    }
    #region-footer .col-3 p, #region-footer .col-3 h3 {
        text-align: center!important;
    }
    #region-footer img {
        margin: 35px 0;
    }
    #region-footer .col-3:nth-of-type(2) {
        display: none;
    }
    #region-footer .col-3:nth-of-type(3) {
        margin-top: 25px;
    }
    .line-break {
        display: none;
    }
    #region-footer h2 {
        font-size: 125%;
    }
    #region-footer h3 {
        font-size: 110%;
    }
}

#region-copyright {
    font-size: 14px;
    font-weight: 200;
    background: var(--light);
    color: #fff;
}

@media only screen and (max-width:500px) {
    .stretch {
        width: 100%;
        height: auto;
    }
}

.nureinshop-module-address {
    padding: 0 0 0 30px;
}

/** generated: 2025-08-13 12:48:48 **/