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

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Allgemeine Styles
---------------------*/

    html, body {
        font-size: 17px;
        font-family: 'Open Sans';
        font-weight: 300;
    }
    
    h1, h2, h3 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 300;
    }
    
    h2 {
        font-size: 150%;
        padding:0px;
        margin: 20px 0px 0px 0px;
    }
    
    blockquote h2 {
        margin: 5px 0px 0px 0px;
    }
    
    h3 {
        margin-top: 25px;
        color: #006CB5;
        font-size: 120%;
    }
    
    p {
        line-height: 1.6em;
        margin-bottom: 10px;
        padding-top: 0px;
        font-weight: 300;
    }
    
    ul li {
        line-height: 165%;
        
    }
    
    strong {
        font-weight:700;
    }
    
    #region-minicart {
        display:none;
    }
    
    .subpages {
        padding-bottom: 30px;
    }
    
     [data-block-id="1f5de15af09f634ab9f614331854b24a"] {
        margin-bottom: 55px;
    }

/* Slider
----------*/

    [data-block-id="4996ff1a4d38419c3d6cf9b642dcb162"] > .container {
        width: 100%;
    }

/* Logo
--------*/

    #region-logo a {
        padding: 0;
        margin-top: 30px;
    }
    
    #region-logo a img {
        height: 75px;
    }
    
    a.logo img {
        max-width: 300px;
        margin-top: 30px;
    }

/* Header
----------*/

    header {
        position: absolute;
        width: 100%;
        z-index: 5;
        height: 125px;
        border: none;
    }
    
    #region-search,
    #region-header-buttons {
        display: none;
    }
    
/* Haupcontainer
-----------------*/

    .page-nureinshop-home main {
        padding-top: 125px;
    }
    
    @media screen and (max-width: 990px) {
	    .page-nureinshop-home main {
            padding-top: 0;
        }
    }
    
    #plugin_emotion_image {
        padding-top: 125px;
    }
    
    @media screen and (max-width: 990px) {
	    #plugin_emotion_image,
        #plugin_emotion_image {
            padding-top: 0;
        }
    }
    

/* Button
----------*/

    #region-content .btn {
        background-color: #006CB5 important;
        text-decoration: none !important;
        border-radius: 5px;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 20px 10px 20px;
    }


/* Navigation
--------------*/

    #region-nav {
        position: absolute;
        width: auto;
        z-index: 10;
        top: 55px;
        right: calc((100% - 1170px) / 2);
        letter-spacing: 0.24px;
    }
    
    #region-nav nav {
        font-weight:300;
        border: none !important;
    }
    
    #region-nav .container {
        width: auto;
        max-width: auto;
    }

    nav ul.level-1 > li > a {
        display: block;
        line-height: 50px;
        position: relative;
        border: none !important;
        text-transform: uppercase;
        color: #777777;
        font-weight: 300 !important;
    }

    nav ul.level-1 > li > a:hover {
        background-color: transparent !important;
        color: #333333 !important;
    }

    nav ul.level-1 > li > a:hover:after,
    nav ul.level-1 > li.active > a:after {
        content: '';
        display: block;
        height: 5px;
        background-color: #dedede;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    nav ul.level-1 > li.active > a:after {
        background-color: #E32021;
    }
    
    .icon-menu {
        display: none !important;
    }
    
    #region-mobile-nav .icon-search {
        display: none;
    }
    
    .offcanvas-menu-toggler {
        top: 8px !important;
        filter: grayscale(1);
    }
    
    
    
/* Überschrift
---------------*/

    .page-nureinshop-home h1 {
        display: block;
        margin: 0 auto;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    h1,
    h1 * {
        font-size: 42px;
        font-weight: 200;
        color: #006CB5;
    }
    
        @media screen and (max-width: 768px) {
		    h1,
            h1 * {
                font-size: 32px;
            }
        }
    
    .page-nureinshop-home h1 .em1 {
        color: #FF8001;
    }
    
    .page-nureinshop-home h1 strong {
        font-weight: 700;
    }

/* Footer
----------*/
    
    #region-footer {
        background-color: #e5e5e5;
        padding-top: 30px;
        padding-bottom: 30px;
    }


    #region-footer p {
        margin: 0;
    }
    
    #region-footer a {
        color: #454545;
        text-decoration: underline;
    }
    
    #region-copyright a {
        color: #454545;
        text-decoration: underline;
    }
    
    #region-copyright {
        background-color: #e5e5e5;
        text-align: left;
        font-size: 90%;
    }
    
    @media screen and (max-width: 768px) {
        #region-footer .col-4 {
            display: block;
            float: none;
            width: 100%;
            clear: both;
            padding-top: 20px;
        }
    }    


/* Slider-Anpassung
--------------------*/

    .block-nureinshop-slideshow[data-block-id="4996ff1a4d38419c3d6cf9b642dcb162"] .owl-carousel .owl-dots {
        position: absolute;
        bottom: unset;
        left: unset;
        transform: unset;
        top: 20px;
        right: 30px;
    }
    
    .owl-nav {
        display: none;
    }
    
    .block-nureinshop-slideshow .slideshow-title {
        background: #006CB5;
        opacity: 0.8;
        color: #FFF;
        text-align: left;
        text-transform: uppercase;
        font-weight: 200;
        font-size: 250%;
        height: 100%;
    }
    
    @media screen and (max-width: 768px) {
        .block-nureinshop-slideshow[data-block-id="4996ff1a4d38419c3d6cf9b642dcb162"] .slideshow-title {
            display: none;
        }
    }
    
    .slideshow-subtitle {
        top: 50%;
        position: sticky;
    }
    

/* Acordion Anpassungen
-----------------------*/
    .nureinshop-block-accordion--head {
        background-color: #006CB5;
    }
    
/* Blockquote
---------------*/
    blockquote {
        background-color: #E6EAF3;
        padding: 20px 30px 10px 30px;
        margin:30px 0px 40px 0px;
        border-radius:5px;
    }
    
/* Leistungsblöcke Startseite
---------------------------- */
    [data-block-id="97b349b4d716acc83144dba872814289"] {
        margin-top: 40px;
        background: #aeaeaf;
        width: 100%;
    }
    
    [data-block-id="97b349b4d716acc83144dba872814289"] p {
        margin-bottom: -9px;
    }
    
    [data-block-id="97b349b4d716acc83144dba872814289"] img:hover {
        max-width: 100%;
        transform: scale(1.05) rotate(-0.5deg);
    }
    
    [data-block-id="97b349b4d716acc83144dba872814289"] img {
        transition: all 1s ease;
    }
    
    .btn-red {
        margin-top: 20px;
        background: #999;
        border-radius:5px;
        text-transform: uppercase;
        margin-bottom: 50px;
        transition: all 1s ease;
        height: auto;
        width: auto;
        font-weight: bolder;
        padding: 10px 0px 13px 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    
    .btn-red:hover {
        transform: scale(1.05);
    }
    
    .btn-red a {
        color: #FFF;
        text-decoration: none;
    }
    
    .btn-red p {
        margin-bottom: 0px;
    }
    
    .btn-blue {
        margin-top: 20px;
        background: #006CB5;
        border-radius:5px;
        text-transform: uppercase;
        margin-bottom: 50px;
        transition: all 1s ease;
        height: auto;
        width: auto;
        font-weight: bolder;
        padding: 10px 0px 13px 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    
    .btn-blue:hover {
        transform: scale(1.05);
    }
    
    .btn-blue a {
        color: #FFF;
        text-decoration: none;
    }
    
    .btn-blue p {
        margin-bottom: 0px;
    }
    
/* Textcarousel Referenzen
-------------------------- */  
    [data-block-id="650c70f4557bcc14936882b3a67bd0b5"] {
        background: #006CB5;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 60px;
    }
    
    [data-block-id="650c70f4557bcc14936882b3a67bd0b5"] h3 {
        color: #006CB5;
        font-size: 120%;
        text-transform: uppercase;
        background: #FFF;
        text-align: left;
        margin-top: -40px;
        padding-left: 20px;
        position: sticky;
        font-weight: lighter;
        width: 160px;
    }
    
    .block-nureinshop-text-carousel .owl-carousel .owl-dots .owl-dot.active {
         background-color: #FFF;
    }
    
    
/* Slideshow Mitarbeiter
------------------------ */
    [data-block-id="b825c58ceddbbbf940025823cbf569a9"] > .container {
        width: 100%;
    }
    
   .block-nureinshop-slideshow[data-block-id="b825c58ceddbbbf940025823cbf569a9"] .owl-carousel .owl-dots {
        position: absolute;
        bottom: unset;
        left: unset;
        transform: unset;
        top: 20px;
        right: 30px;
    }
    
    [data-block-id="497360b5e6d504f4a22d5ea4f4e47f9e"] {
        margin-top: -30px;
    }
    
        
    div.block.block-nureinshop-slideshow.slideshow-mitarbeiter .slideshow-title {
        background: #006cb5 !important;
        opacity: 1;
        color: #FFF;
        text-align: right;
        text-transform: none;
        font-weight: normal;
        font-size: 110%;
        height: auto;
        left: 50%;
        bottom: 20%;
    }
    
    div.block.block-nureinshop-slideshow.slideshow-mitarbeiter .slideshow-subtitle {
        position: relative;
    }
    
    .nureinshop-block-contengrid--item {
        padding: 10px 20px;
        border-radius:5px;
    }
    
    [data-block-id="4805a807d9d129dc3651b443664e8664"] .nureinshop-block-contengrid--item {
        padding:0px 0px !important;
    }
    
    [data-block-id="4805a807d9d129dc3651b443664e8664"] .nureinshop-block-contengrid--item img {
        margin-top:-5px; 
    }
    
    [data-block-id="4805a807d9d129dc3651b443664e8664"] .nureinshop-block-contengrid--item h2 {
        padding:0px 20px;
        margin-top:0px;
    }
    
    
/* Grid auf der Startseite */    

[data-block-id="031e426cac835c2ef943a1ce2b24ce2d"] .nureinshop-block-contengrid--item {
        background:none;
    }

[data-block-id="031e426cac835c2ef943a1ce2b24ce2d"] .nureinshop-block-contengrid--4 {
        background:#999;
        padding-top:10px;
    }
    
[data-block-id="ecb094659a6e9f728ae6b9cd92ec08dd"] .container {
        background-color:#006CB5;
    }    
    
[data-block-id="ecb094659a6e9f728ae6b9cd92ec08dd"] .subpages article {
        background:none;
        margin-top:20px;
        margin-bottom:0px;
    }        
    
[data-block-id="ecb094659a6e9f728ae6b9cd92ec08dd"] .subpages-title {
        color:#fff;
        font-size:120%;
        text-align:center !important;
        margin-top:10px;
    }
    
/* ----------------- Social Links ----------------- */

.social-links {
	position: fixed;
	right: 0px;
	width: 55px;
	top: 300px;
	z-index: 999999999;
	text-transform: uppercase;
}

.social-links a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: left;
	background-color: #006cb5;
	margin-bottom: 3px;
	padding: 10px;
	line-height: 0;
	opacity: 1;
	margin: 0;
}

.social-links a span {
	display: none;
	width: auto;
	position: absolute;
	right: 55px;
	background-color: inherit;
	height: 55px;
	top: 0;
	color: #FFF;
	line-height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	font-size: 16px;
}

.social-links a i {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px;
	margin-right: 0;
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-1 {
	background-image: url("/pub/media/3ea1142f9632b1b1cee3c1484df55b30/karriere.svg");
}

.icon-2 {
	background-image: url("/pub/media/5c906b925afbcc12dfe4ebc9b8509e52/mail.svg");
}

.icon-3 {
	background-image: url("/pub/media/4e89850dde88d01da5c27ed95f88defe/notfalltelefon.svg");
}


.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 20px;
}

.social-links a:hover {
    background-color: #006cb5;
	opacity: 1;
	color: #FFF;
}

.social-links a:hover span {
	display: block;
	opacity: 1;
	font-weight:400;
	height: auto;
}

.social-links a:nth-child(4) {
	padding-top: 13px;
}

@media only screen and (max-width:1200px) {
	.social-links {
		top: 180px;
	}
}

@media only screen and (max-width:980px) {
	.social-links {
		top: 80px;
	}
}

@media only screen and (max-width:776px) {
	.social-links {
		top: 180px;
		position: absolute;
    }

	#region-copyright {
	    padding-left: 0px;
	    padding-right: 0px;
	    font-size: 70%;
	}
}

@media only screen and (max-width:400px) {
        div.block.block-nureinshop-slideshow.slideshow-mitarbeiter .slideshow-title {
            left: 0;
            bottom: 0;
            font-size: 90%;
        }
        
        .block-nureinshop-slideshow .owl-carousel {
            margin-bottom: 0px;
        }
}
    
    


/** generated: 2025-02-13 23:07:20 **/