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

/*••••• Fonts •••••*/

/* exo-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: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/exo-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* exo-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: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/exo-v24-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-v24-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* parisienne-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: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/parisienne-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/parisienne-v13-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
    --maincolor: #c2000b;
}

/*••••• 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: 'Exo', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 20px);
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1.2;
}

h1 {
    color: #000;
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 600;
    letter-spacing: 0.03em;
    font-family: 'Exo', Arial, Sans-serif;
}

.page-nureinshop-home h1 {
  padding-top: 0;
}

h1 strong {
    color: var(--maincolor);
    font-family: 'Parisienne', Arial, Sans-serif;
    font-size: 140%;
    letter-spacing: -0.02em;
    }

h2 {
    color: var(--maincolor);
    font-size: clamp(130%, 2vw, 160%);
    font-weight: 600;
    margin-top:30px;
    text-decoration: none;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
}


h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.2vw, 120%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    	text-decoration: underline;
    	text-underline-offset: 3px;
	color: var(--maincolor);
}

a:hover {
    color: var(--maincolor);
	text-shadow: 0 0 0 var(--maincolor), 0.03em 0 var(--maincolor);
}

.btn {
	color: #fff;
	background-color: var(--maincolor);
	border-radius: 10px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	margin-top: 20px;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	/*
	background-image: url('/pub/media/8d4cf8f85426bae9b10a42fcb45c337d/apg-blockquote-dekor.svg');
    	background-repeat: no-repeat;
    	background-position: bottom 8px right 8px;
    	background-size: auto 60%;
	*/
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: #fff;
}

blockquote a:hover {
    color: inherit;
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

blockquote > *:first-child {
    margin-top: 0;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    	text-decoration: none;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

#region-content ul {
    margin-left: 20px;
}

.block img {
    border-radius: 10px;
}

hr {
    height: 5px;
    color: var(--maincolor);
    background-color: var(--maincolor);
    border: none;
    margin-top: 30px;
}

/*••••• Header •••••*/

#region-search {
    display: none;
}

#region-logo a img {
    height: 80px;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
  padding: 20px 0 6px 0;
}

#region-logo a img {
  height: 80px;
}


/* [data-id="search"] {
    display:none!important;
} */

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-nav .level-1 > li > a {
    font-size: 100%;
}

#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 {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}

#region-nav .level-1 > li > a {
    border: none!important;
}

.offcanvas-nav li a {
    text-decoration: none;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider img, #plugin_emotion_image img {
    border-radius: 0 0 10px 10px!important;
}


.tinygallery {
    padding-bottom: 30px;
    border-top: 0px solid var(--maincolor);
    border-bottom: 1px solid var(--maincolor);
}

@media only screen and (max-width: 760px) {
    .tinygallery .col-3 {
        max-width: 49.9999999999%;
    }
    .tinygallery .row {
        display: flex;
        flex-wrap: wrap;
    }
}

/*••••• Inhalt •••••*/

@media only screen and (max-width: 760px) {
    [data-block-id="2eaf761902e71fe5c6cf06e85d9fd88d"] .col-6 {
        width: 100%;
    }
    
    [data-block-id="2eaf761902e71fe5c6cf06e85d9fd88d"] .col-6:last-of-type {
        display: none;
    }
}

/*••••• Kontakt •••••*/

[data-block-id="4b90d172e021e7dc1076f8cb20784331"] .row {
    display: flex;
}

@media only screen and (max-width: 560px) {
    [data-block-id="4b90d172e021e7dc1076f8cb20784331"] .row {
        display: block;
    }
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    padding-top: 30px;
    background-color: var(--maincolor);
	color: #fff;
	margin-top: 55px;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-copyright {
    background: #fff;
}

/** generated: 2025-08-06 20:11:59 **/