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

/* ubuntu-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: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/ubuntu-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-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: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/ubuntu-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-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: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/ubuntu-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-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: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/ubuntu-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Allgemein
----------- */
    body, html {
        background: #FFF;
        font-family: 'Ubuntu', Arial, sans-serif;
        font-size: 18px;
    }
    
    p {
        font-weight: 200;
        line-height: 1.5em;
        color: #000;
    }
    
    strong {
        font-weight: 600;
        color: #054f7b;
    }
    
/* Überschriften
---------------- */
    h1 strong {
        text-transform: uppercase;
        font-size: 100%;
        font-weight: 600;
        color: #054f7b;
    }
    
    h1 {
        text-transform: none;
        font-weight: 200;
        color: #1394c1;
        font-size: 220%;
    }
    
    h2 strong {
        text-transform: uppercase;
        font-size: 100%;
        font-weight: 600;
        color: #054f7b;
    }
    
    h2 {
        text-transform: none;
        font-weight: 200;
        color: #1394c1;
        font-size: 180%;
        margin-top:30px;
    }
    
    h3 {
        font-size: 150%;
        color: #054f7b;
    }
    
    h4 {
        font-size: 120%;
        color: #054f7b;
    }
    
    h5 {
        font-size: 140%;
        color: #054f7b;
    }
    
    h6 {
        font-size: 120%;
        color: #054f7b;
    }
    
/* Header
-------- */
    header {
        border-bottom: none;
        background: #FFF0;
        width: 100%;
    }
    
    #region-search {
        display: none;
    }
    
/* Logo
------- */
    #region-logo a img {
        height: 125px;
    }
    
    #region-logo a {
        padding: 20px 0 20px 0;
    }
    
/* Navigation
------------- */
    #region-nav {
        text-transform: uppercase;
        position: absolute;
        z-index: 4;
        width: 100%;
        text-align: right;
        height: 20px;
    }
    
    #region-nav nav {
        border-bottom: none;
        background-color: #FFF0;
        margin-top: -47px !important;
    }
    
    #region-nav .level-1 > li:first-of-type > a,
    #region-nav .level-1 > li > a{
        border: none;
    }

    #region-nav .level-1 > li:hover > a,
    #region-nav .level-1 > li.active > a {
        background: none;
        text-shadow: 0.5px 0 0 currentColor;
        color: #1394c1;
        border-bottom: 8px solid #054f7b;
    }
    
/* Mobiles Menü
--------------- */
    .offcanvas-nav li a {
      padding: 10px 45px 10px 15px;
      text-transform: uppercase;
    }
    
    .offcanvas-logo img {
        height: 100px;
    }
    
    .offcanvas-header {
        padding-bottom: 0px;
    }
    
/* Footer
--------- */
    #region-footer {
        background: #054f7b;
        color: #FFF;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    #region-footer p {
        color: #FFF;
    }
    
    #region-footer strong {
        color: #FFF;
    }
    
    #region-footer a {
        color: #FFF;
        text-decoration: underline;
    }
    
    #region-copyright {
        font-size: 80%;
        text-align: left;
        color: #054f7b;
    }
    
    #region-copyrigt p a {
        text-decoration: underline;
    }
    
    
/* Button
--------- */
    .btn {
      font-weight: 300;
      font-size: 120%;
      color: white;
      border: none;
      border-radius: 3px;
      background: #054f7b;
      /*background: linear-gradient(
       / 90deg,
        /  #2aa9c9 0%,
        /#0b3f63 100%
      );*/
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      cursor: pointer;
      margin: 20px 15px 20px 15px;
      padding:15px 30px;
      text-decoration: none;
       transition: all .3s;
       text-transform:uppercase;
    }
    
    .btn:hover {
        transform: scale(1.05);
    }
    
/* Blockquote
------------ */
    blockquote h2, 
    blockquote h3, 
    blockquote h4, 
    blockquote a,
    blockquote p,
    blockquote p strong {
        color: #FFF;
    }

    blockquote h2 {
        margin-top:10px;
    }

    
/*  Pfeile Carousel
------------------- */
    .owl-carousel .owl-prev {
        font-size: 0px !important;
        background: url('/pub/media/d57fac95aa244a305edd9b2ab65dbdcc/prev.svg') !important;
        background-repeat: no-repeat !important;
    }
    
    .owl-carousel .owl-next {
        font-size: 0px !important;
        background: url('/pub/media/40749efdb81faa7171e5ba689e796650/next.svg') !important;
        background-repeat: no-repeat !important;
    }

    
/* Blöcke Startseite
-------------------- */
    .block.block-nureinshop-text-image.individuelle-loesungen {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    
    .block.block-nureinshop-text-image.individuelle-loesungen p,
    .block.block-nureinshop-text-image.individuelle-loesungen p strong {
        color: #FFF;
    }
    
    .block.block-nureinshop-text-image.individuelle-loesungen h2,
    .block.block-nureinshop-text-image.individuelle-loesungen h2 strong {
        color: #FFF;
        text-transform: uppercase;
    }
    
    .block.block-nureinshop-text-image.individuelle-loesungen .btn {
        background: #FFF;
        color: #054f7b;
    }
    
    .subpages-title {
        font-size: 100%;
        text-align: center;
        text-decoration: underline;
        font-weight: 500;
        color: #034f7c;
    }
    
    .subpages article {
        padding: 20px;
    }
    
    .subpages article:hover {
        background: #e6edf2;
        padding: 20px;
         transition: all .3s;
    }
    
    .block-nureinshop-text-image .image-container img {
      margin-top: -80px;
      width: 65%;
      position: absolute;
    }
    
    .block-nureinshop-slideshow .owl-next {
        margin-right: -200px;
    }
    
    .block-nureinshop-slideshow .owl-prev {
        margin-left: -200px;
    }
    
    #region-nav ul li {
        margin-left:2px;
    }
    
    .subpages-content a {
        text-decoration:none;
    }
    
    .block-nureinshop-text ul, .block-nureinshop-text ol { 
        font-weight:300;
        margin-top:2px;
    }
    
    .block-nureinshop-text ul li, .block-nureinshop-text ol li { 
        margin-top:2px;
    }
    
    .nureinshop-block-image-gallery--list .quadrat {
        margin-bottom:30px;
    }
    
    /*••••• Zeitstrahl •••••*/

.zeitstrahl table tr td {
	line-height: 1.5em!important;
}

.zeitstrahl table {
    border: none!important;
    margin-top: 50px;
}

.zeitstrahl tr {
  display: flex;
  min-height: 50px;
  height: fit-content!important;
  background-color: transparent!important;
}

.zeitstrahl td:first-of-type {
    text-align: right;
    font-weight: 600;
    font-size: 120%;
    line-height: 1;
}

.zeitstrahl td:last-of-type {
    text-align: left;
    padding-left: 25px;
    position: relative;
    z-index: 99;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 1;
}

.zeitstrahl td:last-of-type::after {
	width: calc(100% - 15px);
	height: calc(100% - 50px);
	border-radius: 0;
	background-color: #d7e3ea;
	content: '';
	position: absolute;
	top: 0;
	left: 13px;
	z-index: -1;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.zeitstrahl tr:nth-of-type(even) td:last-of-type::after {
    left: unset;
    right: 13px;
}
    

.zeitstrahl tr:nth-of-type(even) td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
}

.zeitstrahl td:first-of-type::before {
	content: '';
	margin-right: 15px;
	margin-left: 3px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: #054f7b;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-bottom: -2px;
}

 .zeitstrahl tr:nth-of-type(odd) td:first-of-type::before {
     display: none;
 }

.zeitstrahl tr:nth-of-type(odd) td:first-of-type {
    border-right: 5px solid #1394c1 !important;
    padding-right: 0;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.zeitstrahl tr:nth-of-type(odd) td:first-of-type::after {
    content: '';
    background-color: #054f7b;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    height: 20px;
	width: 20px;
    margin-left: 15px;
    margin-right: 3px;
	display: inline-block;
	margin-bottom: -2px;
}

.zeitstrahl tr:nth-of-type(even) {
  flex-direction: row-reverse;
}

.zeitstrahl td {
    width: 50%!important;
    height: fit-content!important;
    min-height: 50px;
    border: none;
    vertical-align: middle;
    align-content: center;
    padding: 10px;
}

.zeitstrahl tr:nth-of-type(even) td:last-of-type {
    /* text-align: right; */
    border-right: 5px solid #1394c1!important;
    padding-right: 25px;
    padding-left: 13px;
}

.zeitstrahl tr:nth-of-type(2n) td:last-of-type ul li {
    margin-right: 25px;
}

.zeitstrahl td:first-of-type {
    height: auto!important;
}

.zeitstrahl td ul li {
        margin-top: 3px;
        margin-bottom: 3px;
}

.zeitstrahl p {
    margin-top: 0;
}


.zeitstrahl tr:first-of-type td:first-of-type {
	padding-top: 20px;
	margin-top: -20px;
}

@media only screen and (max-width: 550px) {
    [data-block-id="b9abdfc88e00198ce4390fc7bb82c16b"] h1 {
        text-align: left!important;
    }
    
    .zeitstrahl table {
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 65px;
    }
    .zeitstrahl tr:nth-of-type(odd) td:first-of-type::after {
        display: none;
    }
    .zeitstrahl td {
        width: 90%!important;
        border-right: none;
        border-left: 5px solid #1394c1 !important;
        text-align: left!important;
    }
    .zeitstrahl td ul li {
        direction: ltr!important;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .zeitstrahl ul {
        margin-left: 7px!important;
    }
    .zeitstrahl tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row!important;
    }
    .zeitstrahl td:first-of-type::before {
	    content: '';
	    color: #054f7b;
	    margin-right: 15px;
	    margin-left: 3px;
	    clip-path: polygon(100% 0, 0 50%, 100% 100%);
	    background-color: #054f7b;
	    height: 20px;
	    width: 20px;
	    display: inline-block!important;
	    margin-bottom: -2px;
    }
    .zeitstrahl tr td, .zeitstrahl tr:nth-of-type(even) td:last-of-type, .zeitstrahl tr:nth-of-type(2n+1) td:first-of-type {
        border-right: none!important;
    }
    .zeitstrahl tr:nth-of-type(2n+1) td:first-of-type {
        padding-top: 10px;
        padding-left: 0;
    }
    .zeitstrahl td:first-of-type {
        padding-bottom: 10px!important;
        padding-left: 0;
        padding-top: 30px!important;
    }
    .zeitstrahl td:last-of-type {
        padding-left: 30px;
        padding-top: 10px!important;
        padding-bottom: 10px;
    }
    .zeitstrahl tr:nth-of-type(2n) td:last-of-type::after {
        right: 0;
    }
    .zeitstrahl td:last-of-type::after {
        height: calc(100% - 10px);
    }
    .zeitstrahl tr:nth-of-type(odd) td:last-of-type {
        padding-left: 13px;
    }
    .zeitstrahl tr td:last-of-type::after {
        left: 10px!important;
    }
    [data-block-id="d52083ee38da8aef1587e2b4baa149f4"] h2 {
        text-align: left!important;
    }
    .zeitstrahl tr td:last-of-type {
        padding-left: 20px!important;
    }
}

/** generated: 2026-07-29 21:39:24 **/