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

/* FONTS 
≠≠≠≠≠≠≠≠≠≠≠*/

/* pt-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: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pt-sans-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pt-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: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pt-sans-v17-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
    --green: #80a922;
    --lightgreen: #f2f6e9;
    --gray: #596469;
    --lightgray: #F2F2F2;
}


/* WEBSEITE 
≠≠≠≠≠≠≠≠≠≠≠≠≠*/

body {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .02em;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

/* SCHRIFTEN 
≠≠≠≠≠≠≠≠≠≠≠≠≠≠*/

h1 {
    font-size: 310%;
    color: var(--gray);
    margin-bottom: 0;
    line-height: 50px;
}

h2 {
    font-size: 150%;
    color: var(--gray);
    margin-bottom: 0;
    margin-top: 25px;
}


h3 {
    font-size: 120%;
    color: var(--gray);
    margin-bottom: 0;
    margin-top: 20px;
}

h3 strong{
    color: var(--green);
}


p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 30px;
}

main p a {
    color: var(--gray);
    text-decoration: none;
}

main p a:hover {
    text-decoration: underline;
    color: var(--gray);
}

strong {
    font-weight: 700;
}

/*HEADER
≠≠≠≠≠≠≠≠≠*/
header {
    min-height: unset;
    border: none;
    height: 90px;
}

.page-nureinshop-home header {
    border-bottom: 1px solid #80808075;
}

#region-logo {
    position: relative;
    padding: 30px 20px 5px 30px;
    background: var(--lightgreen);
    width: 155px;
    z-index: 4;
}

#region-logo a {
  display: block;
  padding: 15px 0 0 0;
}

#region-logo a img {
  height: 35px;
}

.logo {
    position: relative;
}

#region-logo:after {
content: "Biomassezentrum";
    background-color: var(--green);
    color: #fff;
    height: 34px;
    display: block;
    position: absolute;
    z-index: 7;
    margin-left: -30px;
    width: inherit;
    padding-top: 10px;
    margin-top: 5px;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

.page-nureinshop-home  #region-logo:after {
    margin-top: 4px;
}

#region-search {
display: none;
}

/* NAVIGATION
≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠*/

#region-nav {
    /* margin-top: -42px; */
    z-index: 3;
    position: relative;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 10%, rgba(255,255,255,1) 100%);
}

.page-nureinshop-home #region-nav {
    background: transparent;
}

#region-nav nav {
    background-color: transparent;
    pointer-events: none;
    border-bottom: 0;
}

#region-nav nav .container{
    display: flex;
    justify-content: flex-end;
}

#region-nav ul li a {
    transition: 0.2s;
    color: #596469;
    font-weight: 700;
    font-size: 18px;
    pointer-events: auto;
    border: none!important;
}

#region-nav .level-1 > li:hover > a {
    background-color: #ffffff80;
    color: var(--gray);
}


/* MOBILE NAV
≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠*/
#region-mobile-nav {
    z-index: 5;
}

#region-mobile-nav .mobile-logo img {
    height: unset;
    width: 80px;
}

.offcanvas-menu li > a {
    color: var(--gray);
}

.mobile-logo {
        background: var(--lightgreen);
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
}

.mobile-logo:after {
content: "Biomassezentrum";
    background-color: var(--green);
    color: #fff;
    display: block;
    position: absolute;
    z-index: 7;
    width: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    border-bottom-right-radius: 5px;
    text-align: center;
    margin-left: -25px;
    margin-top: 1px;
}


/* SLIDER 
≠≠≠≠≠≠≠≠≠≠*/

.hero-slider .container{
    width: 100%;
    margin-top: -43px;
}

.hero-slider .owl-carousel .owl-stage-outer {
        width: 100%;
}

/* INHALT 
≠≠≠≠≠≠≠≠≠≠≠*/

.section1 {
    margin-top: 40px;
}

.section1 .container {
    display: flex;
}

.section1 .col-6{
    border: 5px solid #fff;
    padding: 5px 15px 15px 15px;
    height: 100%;
    min-width: 300px;
}

 @media only screen and (max-width: 700px) {
    .section1 .container {
        display: block;
    }
    .section1 .col-6 {
        width: 100%;
    }
}

.preistabelle table{
    background: var(--lightgreen);
    border-collapse: collapse;
    width: 70%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}


.preistabelle table td {
    padding: 10px;
    border: none;
}

.preistabelle table td:first-of-type {
    width: 80%;
    margin: 0;
}

.preistabelle table td:last-of-type {
    float: right;
}

.preistabelle table tr{
    border-bottom: 2px solid var(--green);
}

 @media only screen and (max-width: 700px) {
    .preistabelle table {
        width: 100%;
    }
    .preistabelle table td:first-of-type {
    width: 60%;
    margin: 0;
    }
}

.extra-margin {
    margin-top: 30px;
}

/* DOWNLOADS 
============*/
.download {
    background-image: url('/pub/media/757e44707c0305de8dd75de4d47f4907/file-icon.svg');
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-color: var(--lightgray);
    padding: 2px 15px 10px 15px;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    color: var(--gray);
    border: none;
    padding: 15px 15px 15px 35px;
    cursor: pointer;
}

.download:hover {
    background-color: #CCCCCC;
}

.download strong {
    float: right;
    font-weight: 400;
}


/* FOOTER 
≠≠≠≠≠≠≠≠≠≠≠≠*/

#region-footer {
    background: var(--lightgreen);
    color: #fff;
    padding-bottom: 0;
    margin-top: 45px;
}

#region-footer img {
    width: 30%;
}

#region-footer a {
    color: #fff;
}

#region-footer .col-4:first-of-type {
    width: 10%;
    min-width: 150px;
}

#region-footer .col-4:first-of-type img {
    width: 100%;
    padding-top: 25px;
}

#region-footer .col-4:nth-of-type(2) {
    background: var(--green);
    height: 100%;
    padding: 25px;
}

#region-copyright {
    background: #fff;
    font-size: 16px;
}

#region-copyright a {
    color: var(--gray);
    text-decoration: underline;
}

 @media only screen and (max-width: 700px) {
     #region-footer .col-4 {
         display: none;
     }
     #region-footer .col-4:first-of-type {
        display: block;
        width: 19%;
        min-width: unset;
     }
     #region-footer .col-4:nth-of-type(2) {
         display: block;
         width: 80%;
     }
 }
     
@media only screen and (max-width: 560px) {
     #region-footer .col-4 {
         display: none;
     }
     #region-footer .col-4:first-of-type {
        display: none;
     }
     #region-footer .col-4:nth-of-type(2) {
         display: block;
         width: 100%;
     }
 }
     

/** generated: 2025-08-03 15:45:19 **/