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

/*••••• Fonts •••••*/

/* pixelify-sans-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: 'Pixelify Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/pixelify-sans-v1-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pixelify-sans-v1-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pixelify-sans-500 - 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: 'Pixelify Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/pixelify-sans-v1-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pixelify-sans-v1-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pixelify-sans-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: 'Pixelify Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/pixelify-sans-v1-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pixelify-sans-v1-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pixelify-sans-700 - 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: 'Pixelify Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/pixelify-sans-v1-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pixelify-sans-v1-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
    --maincolor: #f8d348;
    --secondary: #f8d348;
    --background: #1e1e1e;
    --textcolor: #fff;
}

/*••••• 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: var(--background);
}

body {
    background-color: #FFF;
    font-family: 'Open Sans', Arial, Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--textcolor);
    letter-spacing: 0.04em;
    line-height: 1.65;
    background: var(--background);
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    text-transform: lowercase;
    filter: drop-shadow(0 0 0.35rem black);
}

h1 {
    color: var(--maincolor);
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 600;
    letter-spacing: 0.03em;
}

h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 600;
}

h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.2vw, 120%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

p a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
a:hover {
    color: var(--maincolor);
}

.btn {
    text-transform: lowercase;
    color: #000;
    filter: drop-shadow(7px 7px 4px #130000c4);
    font-weight: 600;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}

/*••••• Header •••••*/

#region-search {
    display: none;
}

/* [data-id="search"] {
    display:none!important;
} */

header {
    background: transparent;
    border-bottom: 2px solid var(--maincolor);
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
    padding: 5px 5px 5px 5px;
}

#region-logo a img {
  height: 100px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-header-buttons {
  float: right;
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
}

.header-button-title {
    text-transform: lowercase;
    color: #000;
    text-decoration-color: #000;
}


/*••••• 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 ul li a {
    text-decoration: none;
    text-transform: lowercase;
    border: none!important;
}

#region-nav .level-1 > li:hover > a {
    background-color: var(--maincolor);
    color: #000;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

/*••••• Parallaxes Bild •••••*/

.parallax .container {
  background-image: url("/pub/media/1d510d158d280a0792d9c1957a6ab40e/rubber-duckies.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  padding: 50px;
  border-radius: 25px;
}

.parallax h2 {
    color: #000;
    margin-top: 0;
}



/*••••• 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 {
	display: inline-block;
	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;
	opacity: 0;
	transform: translateX(80px); /* Startposition weiter weg */
	z-index: -1;
}


.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 20px;
}

.social-links a:nth-child(2) {
	margin-top: 68px;
}


/*••••• Socials: Hover-Effect •••••*/

@keyframes bounceIn {
	0% { transform: translateX(80px); opacity: 0; } /* Start weiter rechts für mehr Drama */
	45% { transform: translateX(-15px); opacity: 1; } /* Weiter über das Ziel hinausschießen */
	65% { transform: translateX(7px); }
	80% { transform: translateX(-4px); }
	100% { transform: translateX(0); }
}

.social-links a:hover {
	background-color: #000;
	opacity: 1;
}

.social-links a:hover span {
    opacity: 1;
	animation: bounceIn 0.8s ease-out forwards; /* Noch etwas länger für bessere Sichtbarkeit */
}

/*••••• Socials: Responsive •••••*/

@media only screen and (max-width:1200px) {
	.social-links {
		top: 360px;
	}
}

@media only screen and (max-width:980px) {
	.social-links {
		top: 275px;
	}
}

@media only screen and (max-width:760px) {
	.social-links {
		top: 240px;
	}
}

@media only screen and (max-width:1180px) {
    .social-links {
        opacity: 0.6;
    }
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
}

#region-copyright {
    background: gray;
}

/** generated: 2025-09-15 09:59:28 **/