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

/*••••• Fonts •••••*/

/* oswald-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: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/oswald-v53-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oswald-v53-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-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: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/oswald-v53-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oswald-v53-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-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: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/oswald-v53-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oswald-v53-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-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: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/oswald-v53-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oswald-v53-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-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: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/oswald-v53-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oswald-v53-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-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: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/oswald-v53-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oswald-v53-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: #9D0001;
    --graycolor: #999999;
}

/*••••• 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: 'Oswald', Arial, Sans-serif;
    font-size: 20px;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 200;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    line-height: 1;
}

h1 {
    
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 200;
    letter-spacing: 0.03em;
    color: #4D4D4D;
    text-transform: uppercase;
    padding-bottom:15px;
}

.page-nureinshop-home h1 {
    padding-top: 0;
    /* margin-top: -80px; */
    margin-top: -2vw;
    z-index: 5;
    position: relative;
}

h2 {
    color: #4D4D4D;
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 200;
    text-transform: uppercase;
    padding-top:15px;
    margin-bottom:5px;
}


h3 {
    padding-top:10px;
    padding-bottom: 10px;
    color: #4D4D4D;
    font-weight: 200;
    font-size: clamp(140%, 2.8vw, 140%);
    line-height:140%;
    margin-top: 0px;
}

h4 {
    color: #4D4D4D;
    font-weight: 200;
    font-size: 120%;
}

h1 strong, h2 strong, h3 strong {
    color: var(--maincolor);
    font-weight: 600;
}

p {
    margin-top: 0px;
    margin-bottom: 3px;
}

strong {
    font-weight: 400;
    color: var(--maincolor);
}

a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
a:hover {
    color: var(--maincolor);
}

.btn {
    margin-top:20px;
    padding: 4px 35px;
    border-radius: 10px;
    background-color: var(--maincolor);
    transition: 0.3s ease;
}

.btn a {
    text-decoration:none !important;
}

.btn:hover {
    opacity: 1;
    transform: scale(1.07);
}

blockquote {
    background:#c1c1c1; 
    padding: 30px;
    color: #000;
    border-radius: 10px;
    margin-top: 35px;
    position: relative;
    z-index: 0;
    margin-bottom: 35px;
}

blockquote p {
    color: #000;
    line-height:20px;
}

blockquote strong {
    color: #000;
}

blockquote h1, blockquote h2, blockquote h3, blockquote a {
    color: #000;
}

blockquote a:hover {
    color: inherit;
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

blockquote > *:first-child {
    margin-top: 0;
}

blockquote::after {
    content: '';
    background-image: url('/pub/media/415af5fec2e53787aff1663cbd25cb65/roth-splat.svg');
    background-repeat: no-repeat;
    background-position: bottom right 15px;
    background-size: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -40px;
    z-index: -1;
    pointer-events: none;
}

.zitat {
    background-color: var(--maincolor);
    padding: 20px;
    color: #000;
    border-radius: 10px;
    margin-top: 35px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
	background-color: #c1c1c1;
    font-size: 110%;
    line-height: 175%;
}

.zitat h1, .zitat h2, .zitat h3,  .zitat h4, .zitat a, .zitat strong {
	color: #000;
}

blockquote > *:first-child {
    margin-top: 0;
}

.zitat::after {
    filter: contrast(0.5) grayscale(1);
}


#region-content ul {
    margin-left: 25px;
    margin-top: 5px;
}

.block-nureinshop-text ul, .block-nureinshop-text ol {
    margin-bottom: 10px;
}

#region-content ol {
    margin-left: 20px;
    margin-top: 10px;
}

.nureinshop-block-accordion--head {
    text-decoration: none;
    border-radius: 10px;
    transition: 0.2s ease;
}

.is-open .nureinshop-block-accordion--head {
    border-radius: 10px 10px 0 0;
}

.nureinshop-block-accordion--body {
    border-radius: 0 0 10px 10px;
}

/*••••• Header •••••*/

header {
    background-color: var(--maincolor);
    max-height: 60px;
    min-height: 1px;
    position: fixed;
    width: 100%;
    border-bottom: 2px solid #fff;
    z-index: 6;
}

#region-search {
    display: none;
}

/* [data-id="search"] {
    display:none!important;
} */

header .container {
	min-height: inherit;
	height: inherit;
}

#region-header-buttons {
  float: right;
  margin-top: 12px;
}

#region-logo {
  float: left;
  width: auto;
  margin-top: -12px;
}

#region-logo a {
    padding: 5px 5px 5px 5px;
}

#region-logo a img {
  height: 110px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#region-nav .level-1 > li:first-of-type > a {
    border-left: none;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav nav {
  background-color: transparent;
  border: none;
  text-align: right;
  margin-top: 10px;
}

#region-nav ul li a {
    padding: 0 12px;
}

#region-nav .level-1 li.active > a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

#region-nav .level-2 {
    text-align: left;
    margin-top: 5px;
}

#region-nav .level-2 a {
    padding-top: 10px;
    padding-bottom: 10px;
 }

#region-nav nav .container {
    width: 100%;
}

/*••••• Mobile Ansicht •••••*/

#region-mobile-nav {
  background-color: var(--maincolor);
  height: 40px;
  min-height: unset;
}

#region-mobile-nav .mobile-logo {
  float: left;
  position: absolute;
  margin-top: -14px;
}

#region-mobile-nav .mobile-logo img {
  padding: 10px 0 5px 0;
  height: 78px;
  width: auto;
  max-width: unset;
}

#region-mobile-nav ul {
  float: right;
  margin-top: 5px;
}

.offcanvas-menu { 
    background-color: #999;
}

.offcanvas-nav li a {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
}

.offcanvas-menu li.active > a {
  background-color: var(--maincolor);
  color: #fff;
}

[data-id="search"] img, [data-id="offcanvas_menu"] img, .offcanvas-closer {
    filter: invert(1);
    opacity: 1;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider .owl-prev, .hero-slider .owl-next {
    display: none;
}

.hero-slider .owl-carousel .owl-dots {
    bottom: 13%;
}

.hero-slider .owl-carousel .owl-dots .owl-dot {
  height: 70px;
  width: 70px;
  background-color: transparent;
  margin: 0 -18px;
  background-image: url('/pub/media/7c72057ab7d6fc8e6f0b658c189f31f6/slider-dots.svg');
  background-repeat: no-repeat;
}

.hero-slider .owl-carousel .owl-dots .owl-dot.active {
    background-color: transparent;
    background-image: url('/pub/media/f1fb9a1d4320ed7b48d789194b373e76/slider-dots-active.svg');
}

@media only screen and (min-width: 991px) {
    .page-nureinshop-home #region-content {
        padding-top: 60px;
    }
    #plugin_emotion_image {
        padding-top: 60px;
    }
}

/*••••• Inhalt •••••*/

@media only screen and (max-width: 600px) {
    .textspalten {
        column-count: 1!important;
    }
}

.kacheln-startseite p {
    margin: 0;
}

.kacheln-startseite img {
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 2;
}

.kacheln-startseite .animation {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    background-color: var(--maincolor);
    transition: height 0.9s ease-out, border-radius 0.8s ease;
    border-radius: 0 0 15px 15px;
}

.kacheln-startseite h2 {
    color: #fff;
    font-weight: 600;
    font-size: 170%;
    padding: 15px;
    margin-top: 0;
    height: 100%;
    background-color: var(--maincolor);
    border-radius: 0 0 15px 15px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.kacheln-startseite .nureinshop-block-contengrid--item {
    background-color: #c1c1c1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
}

.kacheln-startseite .nureinshop-block-contengrid--item:hover .animation {
    height: 100%;
    border-radius: 10px;
    transition-duration: 0.4s;
}

.ueber-uns-grid .nureinshop-block-contengrid--item {
    border-radius: 10px;
    /* background-color: #d7d7d7; */
    background-color: #c1c1c1;
    padding: 20px;
    text-decoration: none;
    /* color: inherit; */
    color: #000;
    transition: 0.3s ease;
}

.ueber-uns-grid .nureinshop-block-contengrid--item strong {
    color: #000;
}

.liste-seminare .subpages-grid article {
    transition: 0.3s ease;
}

.ueber-uns-grid a.nureinshop-block-contengrid--item:hover, .liste-seminare .subpages-grid article:hover {
    filter: drop-shadow(1px 1px 9px #7c7c7c);
    transform: scale(1.03);
}


.ueber-uns-grid .nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.ueber-uns-grid .nureinshop-block-contengrid--item h3 {
    color: var(--maincolor);
    text-transform:uppercase;
    font-weight: 600;
    text-decoration: underline;
    padding-bottom:10px;
    padding-top:7px;
}

.red-background {
    background-color: var(--maincolor);
}

.gray-background {
    background-color: #E0E0E0;
}

.left-column, .right-column {
    overflow-x: clip;
}

.left-column .col-12::after {
    content: ' ';
    height: 100%;
    width: 50vw;
    display: inline-block;
    background-image: url('/pub/media/13e3596bea01fbbd8e0433446c86e944/roth-background-schulung.jpg');
    background-color: #E0E0E0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    background-position: right center;
}

.right-column .col-12::before {
    content: ' ';
    height: 100%;
    width: 50vw;
    display: inline-block;
    background-image: url('/pub/media/908d24df47f33986fffd159a980c6a2a/roth-background-dach.jpg');
    background-color: #E0E0E0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 100%;
    background-position: center center;
}

.right-column .col-12 {
    width: 70%;
    margin-right: auto;
    margin-left: 30%;
    padding: 20px;
    color: #fff;
    padding-right: 0;
}

.left-column .col-12 {
    width: 70%;
    margin-left: auto;
    margin-right: 30%;
    padding: 20px;
    color: #000;
}


.right-column .container::after, .left-column .container::after {
    content: '';
    background-image: url('/pub/media/415af5fec2e53787aff1663cbd25cb65/roth-splat.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 200px;
    width: 200px;
    bottom: -50px;
    pointer-events: none;
}

.left-column .container::after {
    right: 0;
}

.right-column strong {
    color: #fff;
}

.right-column .btn {
    background-color: var(--graycolor);
}

.right-column p:first-of-type, .left-column p:first-of-type {
    margin-top: 0;    
}

@media only screen and (max-width: 800px) {
    .right-column .col-12, .left-column .col-12 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 70px;
    }
    .right-column, .left-column {
        margin-bottom: 90px;
    }
    .right-column .col-12::before, .left-column .col-12::after {
        display: none;
    }
    .image-mobile {
        width: 100vw;
        display: block !important;
        aspect-ratio: 16/7;
        object-fit: cover;
        max-width: unset;
        margin-left: -25px;
        margin-top: -20px;
    }
    .right-column .container::after, .left-column .container::after {
        bottom: -100px;
    }
}

.liste-seminare article a {
    text-decoration: none
}

.liste-seminare article {
    background-color: #999;
    padding: 20px;
    border-radius: 10px;
}

.liste-seminare article .subpages-content a > *:first-child {
    margin-top: 0;
}

.liste-seminare .subpages-button {
    text-align: center;
}

.liste-seminare .subpages-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
    font-size: 100%;
}

.liste-seminare .subpages-intro {
    color: #fff;
}

.liste-seminare article h2 {
    font-size: 120%;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    text-align: center;
}

.liste-seminare .owl-stage {
  display: flex;
  align-items: stretch; /* Streckt alle .owl-item auf gleiche Höhe */
}

.liste-seminare .owl-item {
  display: flex;
}

.liste-seminare .owl-item > article {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.liste-seminare .owl-carousel .owl-item img {
  height: 100px;
}

.page-c0cfe1edc0 .liste-seminare .subpages-content {
    height: fit-content;
}

.block-nureinshop-image-gallery .owl-carousel .owl-item img, .tinygallery .quadrat img {
    border-radius: 10px;
}

.col-12 img {
    border-radius: 10px;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 4px solid #999999;
    margin-top: 50px;
}

#region-footer a {
    color: #fff;
}

#region-footer strong {
    color: #fff;
}

#region-footer .row {
    display: flex;
    flex-wrap: wrap;
}

#region-footer .col-6:first-of-type {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

#region-footer .col-6:last-of-type {
    width: 60%;
}

#region-footer .col-6 p:first-of-type {
    margin-top: 0;    
}

 @media only screen and (max-width: 600px) {
     #region-footer .row {
         row-gap: 20px;
     }
     
     #region-footer .col-6 {
         width: 100%!important;
     }
}

#region-copyright {
    background: #fff;
    color: var(--maincolor);
    padding-top: 7px;
}


/** generated: 2025-09-25 16:00:24 **/