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

/*••••• Fonts •••••*/

/* rokkitt-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: 'Rokkitt';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/rokkitt-v36-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/rokkitt-v36-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* rokkitt-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: 'Rokkitt';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/rokkitt-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/rokkitt-v36-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* rokkitt-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: 'Rokkitt';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/rokkitt-v36-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/rokkitt-v36-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* rokkitt-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: 'Rokkitt';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/rokkitt-v36-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/rokkitt-v36-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* rokkitt-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: 'Rokkitt';
  font-style: normal;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/rokkitt-v36-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/rokkitt-v36-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* rokkitt-900 - 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: 'Rokkitt';
  font-style: normal;
  font-weight: 900;
  src: url('/project/nureinshop/pub/font/rokkitt-v36-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/rokkitt-v36-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
    --maincolor: #e30514;
}

/*••••• 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: 'Rokkitt', Arial, Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.45;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    line-height: 1;
}

h1 {
    color: var(--maincolor);
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 900;
    letter-spacing: 0.03em;
}

h2 {
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 800;
    color: #000;
    margin-top: 15px;
}

h2 strong {
    font-weight: 800;
    color: var(--maincolor);
}

h3 {
    font-weight: 500;
    font-size: 26px;
    color: var(--maincolor);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 800;
}

a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
a:hover {
    color: var(--maincolor);
}

blockquote {
    background-color: #453d3e;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
}

blockquote a, blockquote a:link, blockquote h2, blockquote h3 {
    color: #fff;
    text-decoration: none;
}

blockquote a:hover {
    color: #fff;
    text-decoration: underline;
}

#region-content ul {
    margin-top: 10px;
    margin-left: 25px;
}

/*••••• Header •••••*/

#region-search {
    display: none;
}

header {
    background-color: rgba(28,28,27,0.52);
    border: none;
    min-height: 125px;
    position: absolute;
    z-index: 6;
    width: 100%;
    padding-top: 15px;
}

/* [data-id="search"] {
    display:none!important;
} */

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
  overflow-y: clip;
  padding-top: 10px;
  margin-top: -10px;
}

#region-logo a img {
  width: 350px;
  height: auto;
}

#region-logo a {
    padding: 5px 5px 8px 5px;
    position: relative;
}

#region-logo a::after {
  content: '';
  background-image: url('/pub/media/6167a88523e36ead898d3957b615eb0e/auto-elektrik-mueller-mediziner.svg');
  position: absolute;
  right: 0;
 height: 140%;
  width: 40%;
  z-index: 4;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 106%;
  pointer-events: none;
  top: -10px;
  right: -40px;
}

#region-logo a img {
  height: 100px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

/*••••• Mobile Header •••••*/

#region-mobile-nav {
  position: relative;
  background-color: rgba(28,28,27,0.52);
  border: none;
  min-height: 65px;
  position: absolute;
  z-index: 5;
  width: 100%;
}

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    padding-bottom: 25px;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav .container {
    width: 100%;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav ul {
    display: flex;
    justify-content: flex-end;
}

#region-nav .level-2 {
    transition-delay: .35s;
    transition: .35s ease;
}

#region-nav .level-1 > li > a {
    transition: .35s ease;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    text-decoration-color: transparent;
}

#region-nav .level-1 > li > a,  #region-nav .level-1 > li:first-of-type > a {
    border: none;
}

 #region-nav .level-1 li.active > a, #region-nav .level-1 li:has(li.active) > a {
     text-decoration: underline;
     text-decoration-color: var(--maincolor);
     text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

#region-nav .level-1 > li > a:hover,  #region-nav .level-1 li.active > a, #region-nav .level-1 li:has(li.active) > a:hover {
    background: transparent;
    text-decoration: underline;
    text-decoration-color: var(--maincolor);
    text-underline-offset: 8px;
    text-decoration-thickness: 14px;
}

.offcanvas-nav li a {
    font-weight: 600;
    text-decoration: none;
    font-family: 'Rokkitt', Arial, Sans-serif;
}

#region-mobile-nav ul li img {
  filter: invert(1);
}


/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider, #plugin_emotion_image {
    position: relative;
}

.hero-slider .slideshow-title {
    color: #fff;
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 800;
    background: none;
    margin-left: 50px;
    filter: drop-shadow(5px 5px 5px #0000008a);
}

/* .hero-slider::before, #plugin_emotion_image::before {
  content: '';
  background-color: rgba(28,28,27,0.52);
  position: absolute;
  right: 0;
  height: 140px;
  width: 100%;
  z-index: 3;
  left: 0;
  top: 0;
} */


@media only screen and (max-width:1400px) {
    #plugin_emotion_image::after {
        height: 80%;
        bottom: -10%;
        top: unset;
    }
}

@media only screen and (max-width:1700px) {
    .hero-slider::after {
        height: 80%;
        bottom: -10%;
        top: unset;
    }
}

@media only screen and (max-width:990px) {
    .hero-slider::before, #plugin_emotion_image::before {
        display: none;
    }
}

.block-nureinshop-iframe {
    margin-top: 20px;
}

.extra-abstand {
    margin-top: 35px;
}

.subpages article {
  background-color: var(--maincolor);
  color: #fff;
  display: flex;
  align-items: center;
}

.subpages article a {
    text-decoration: none;
}

.subpages article a {
  text-decoration: none;
  width: 30%;
}

.subpages article h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 0;
}

.subpages-title {
    margin-left: 20px;
}

.nureinshop-block-accordion--head {
  background-color: #e30514;
  font-weight: 600;
  text-decoration: none;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
    color: #fff;
    font-size: 19px;
    padding-bottom: 25px;
    margin-top: 30px;
}

#region-footer h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#region-footer a {
    color: #fff;
}

.footer-partner img {
    margin-right: 15px;
}

#region-copyright {
    background: var(--maincolor);
    text-align: left;
    padding-bottom: 20px;
}

#region-copyright, #region-copyright a {
    color: #fff;
    font-size: 15px;
}

footer {
    position: relative;
    overflow-y: clip;
}

footer::after {
    content: '';
    background-image: url('/pub/media/6167a88523e36ead898d3957b615eb0e/auto-elektrik-mueller-mediziner.svg');
    position: absolute;
    right: 0;
    height: 112%;
    width: 100%;
    z-index: 4;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 106%;
    pointer-events: none;
    top: 15px;
}

@media only screen and (max-width:1350px) {
    footer::after {
        display: none;
    }
}

/*••••• Social Sidebar •••••*/

.social-links {
	position: fixed;
	right: 0px;
	width: 50px;
	top: 570px;
	z-index: 99;
	transition: 0.45s ease;
}

.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: 10px;
	padding: 10px;
	line-height: 0;
}

/* .social-links > a:first-of-type {
    height: 60px;
    width: 60px;
    margin-left: -10px;
} */


.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;
}


/* Responsive Layout
---------------------*/

@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;
    }
}


/* Hover-Effekt
----------------*/

.social-links:hover {
        opacity: 1;
}

.social-links a:hover {
	background-color: #453d3e;
	opacity: 1;
}

.social-links a:hover span {
	display: inline-block;
	transition: all 0ms;
	opacity: 1;
}

/** generated: 2025-08-03 16:11:39 **/