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

/* •••••• FONTS •••••• */

/* inter-100 - 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: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('/project/nureinshop/pub/font/inter-v20-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/inter-v20-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-100italic - 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: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url('/project/nureinshop/pub/font/inter-v20-latin-100italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/inter-v20-latin-100italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/inter-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/inter-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-italic - 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: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/inter-v20-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/inter-v20-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/inter-v20-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/inter-v20-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-800italic - 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: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/inter-v20-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/inter-v20-latin-800italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


//**Blau: #0670b0 **//


#region-logo {
    width: 450px;
}

#region-logo a img {
    padding-top:10px;
    height:100px;
}

html {
    font-family: "Inter", arial, sans-serif;
    font-style:italic;
    font-size:18px;
    line-height:165%;
}

h1 {
    font-size:280%;
    color:#8cc919;
    padding-top: 45px;
    padding-bottom:10px;
    font-weight:700;
    line-height:115%;
}

h2 {
    font-size:180%;
    line-height:115%;
    padding-top: 20px;
    padding-bottom:10px;
    font-weight:500;
}

h2 strong {
    color:#8cc919;
    font-weight:700;
}

.block-nureinshop-events--title h2 {
    padding-top:0px;
}


h3 {
    font-size:150%;
    padding-top:20px;
    color:#8cc919;
    font-weight:700;
}

p {
    padding-top:5px;
}

a {
    text-decoration:underline;
}

#region-search input {
    margin-top:0px;
}

#region-header-buttons {
    padding-top:11px;
}

#region-nav nav {
    background:#8cc919;
    border-bottom: 1px solid #fff;
}

#region-nav li {
    border:0px;
}

#region-nav .level-1 > li > a {
    border:0px;
}

#region-nav ul li a {
    padding:10px 25px;
}

#region-nav .level-1 > li:first-of-type > a {
    border:0px;
}    

ul.level-1 {
    border:0px;
}

#region-nav a {
    text-decoration:none;
    font-weight:700;
}


#region-footer {
    padding-top:30px;
	background:#eef4da; 
}

#region-footer h3 {
	color:#0670b0; 
}

#region-copyright {
    background:#0670b0;
}

#region-copyright p {
    color:#fff;
    font-size:80%;
    padding-top:0px;
    margin-top:0px;
}

#region-copyright a {
    color:#fff !important;
    text-decoration: underline;
}

.btn {
    border-radius:4px;
    text-decoration:none;
}

hr {
    margin-top:50px;
    margin-bottom:20px;
    border: 1px solid #8cc919;
    width: 65%;
}

..nureinshop-block-accordion--head {
    border-radius:4px;
}

a .nureinshop-block-accordion--head {
    text-decoration:none !important;
}

/** generated: 2026-01-19 22:54:14 **/