:root {
  --primary:#84bc25;
  --primaryh:#577c18;
}
body {
  background-color: #fdf9f2;
  font-family: "MuseoSans-500", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "SueEllenFrancisco", "Comic Sans MS", "Comic Sans";
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}
button {
    font-family: "MuseoSans-500", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif !important;
}

.jumbotron h1,
.header-body h1 {
  font-size: 60px;
}

.lead,
.carousel-caption h5,
.teaser-text h5,
[class*="header"].lead p {
  font-size: 18px;
}

img {
  
  max-width: 100%;
  height: auto;
  
}
.page-link {
  color: #84bc25;
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

.page-link:hover{
  color:#5d871c;
}

a,
.main-content a{
  color: #4a6f0c;
  text-decoration: none;
}

a:hover, a:focus {
  color: #406307;
  text-decoration: underline;
}
.internal-link::before,
.external-link::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  width: 0;
  margin: 0;
}


/* div#page-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
 */

.logo-desk {
  display:none;
  position: absolute;
  width: 260px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.logo-mobile {
  display:none;
  width: 100px;
  position: absolute;
  /*
  background-color: rgb(0 0 0 / 50%);
  */
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  z-index: 110;
  left: calc(50% - 50px);
  padding-top: 0.5rem;
}
@media (max-width:991.98px) {
  .logo-mobile {
    display: block;
  }
}
@media (min-width:992px) {
  .logo-desk {
    display: block;
  }
}



/*################################################*/
/* Content font styles */
/*################################################*/

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h4,
h5,
h6 {
  font-family: "MuseoSans-500";
}

.header-body h1 {
  font-size: 60px;
}

section a {
  text-transform: uppercase;
  font-weight: normal;
}

.ce-bodytext a {
  text-transform: none;
}

/* special Headline */
.line-headline {
  position: relative;
  padding-bottom: 0.66666rem;
  margin-bottom: 2rem;
}
.line-headline h3 {
  font-family: "MuseoSans-500";
  font-size: 1.425rem;
  margin-bottom: 0;
}
.line-headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 170px;
  background-color: #eba710;
}


.ce-link-content {
  text-decoration: none!important;
  box-shadow: none;
  transition: none;
  padding: 0;
}
.ce-link-content:hover {
  box-shadow: none;
}


.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.hide-email {
  display: none;
}

.bg-wiese a,
.text-light a {
  color: white;
  text-decoration: none;
}
input[type="checkbox"] {
  margin-right: 0.5rem;
}
select,
select.form-control {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -ms-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
}


/* Button */
section .btn,
.header-body .btn {
  border-radius: 20px;
  border: 0;
  background-image: url();
  padding: 10px 20px;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  transition: all 0.2s ease 0s;
}

section .btn a,
.header-body a.btn {
  color: #fff;
  text-transform: uppercase;
}

.carousel-caption h5,
.teaser-text h5 {
  font-size: 18px;
}

/*################################################*/
/* Section */
/*################################################*/
.header-body {
  position: relative;
  margin-top: -20px;
}


.cobj_default,
.cobj_startseite {
  position: relative;
}

section {
  min-height: 100px;
  padding: 60px 0;
  position: relative;
}

/*breadcrumb padding*/
.cobj_default section.firstElement {
  padding-top: 100px;
}

main {
  position: relative;
}

.layout-300::before,
.layout-300::after,
main::before,
section::after,
.firstElement::before,
#main-navbar::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 60px;
  width: 100%;
  z-index: 2;
}

section::after {
  /* bottom: -60px */
}

main::before {
/*   top: -60px; */
}

/* Section white */
section.white {
  background-color: #fdf9f2;
}

section.white::after {
  background-image: url("../Images/Backgrounds/lasche-white.png");
}

/* BG layout -> lightgreen */
.layout-300,
section.lightgreen {
  background-color: #eaf2d9;
}

.layout-300::before {
  background-image: url('../Images/Backgrounds/lasche-white.png');
  top: 0;
}

.layout-300::after,
.lightgreen::after {
  background-image: url("../Images/Backgrounds/lasche-lightgreen.png");
  
}
.layout-300::after {
  top: 100%;
}

.layout-300>div:first-child {
  padding-top: 3rem;
}

/* extra class -> BG bg-wiese */
.bg-wiese {
  max-width: calc(1320px - 20%);
  margin-left: auto;
  margin-right: auto;
}

/* intro teaser texte BE: layout > intro-text */
.layout-310 {
  max-width: 80%;
  margin-left: 10% !important;
  margin-right: 10% !important;
}



/* Section last/first element*/
.lastElement::after {
  background-image: url("");
  height: 0;
}

.firstElement.lightgreen::before {
  background-image: url("../Images/Backgrounds/lasche-invert-lightgreen-5000.png");
}

#main-navbar::after {
  background-image: url("../Images/Backgrounds/lasche-invert-white-5000.png");
  bottom: 0;
}

section .row .row.row-col-12 {
  margin-top: 0;
  margin-bottom: 0;
}

section h1 {
  font-weight: 400;
}

/* Only Mobil */
@media only screen and (max-width: 767px) {
  section::after {
    height: 34px;
  }

  section::after {
    bottom: -34px
  }

  section.firstElement::before {
    display: none;
  }

  section::after {
    background-size: auto 50%;
  }
}

/* Only Desktop */
@media only screen and (min-width: 768px) {
  section .row {
    /* margin-top: 30px; */
    margin-bottom: 1.5rem;
  }
}



/*################################################*/
/* Breadcrump */
/*################################################*/

.container.breadcrumb {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 5;
}


#breadcrumb-menu {
  position: absolute;
  left: 15px;
  top: 30px;
}

#breadcrumb-menu a,
#breadcrumb-menu span {
  color: #000;
  font-size: 13px;
}

.cobj_startseite .container.breadcrumb {
  display: none;
}

@media only screen and (min-width: 768px) {
  #breadcrumb-menu {
    position: absolute;
    left: 15px;
    top: 70px;
  }
}


/*################################################*/
/* Header */
/*################################################*/
@media only screen and (min-width: 768px) {
  .header-body .container {
    position: relative;
  }
}

/* wideImage */
.wideImage {
  width: 100%;
  background-size: cover;
}

.cobj_startseite .wideImage {}

.wideImage img {
  width: 100%;
}


#headerImg-replace {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#headerImg-replace img {
  display: none;
}

@media only screen and (min-width: 768px) {
  #headerImg-replace {
    height: auto;
  }

  #headerImg-replace img {
    display: block;
  }
}


/*################################################*/
/* Main navbar */
/*################################################*/
.nav-body {
  height: 300px;
  margin-top: -1px;
}

.nav-body .container {
  padding: 0;
}

@media (min-width:992px) {

  .nav-body .navbar-inner {
    margin: -3rem 0 0 0;
  }
}

.navbar-nav.main-navbarnav {
  display: table;
  padding: 0;
  margin: 0 auto;
  width: 90%;
}

.nav-body .navbar-inner .nav-item {
  display: table-cell;
  position: relative;
  height: 150px;
  width: 20%;
  margin-top: 20px;
  background-size: auto 100%;
  text-align: center;
}

.nav-body .navbar-inner .nav-item span {
  position: absolute;
  left: 0;
  width: 100%;
}

.nav-body .navbar-inner .nav-item span.link-text {
  height: 100%;
  text-transform: uppercase;
  z-index: 3;
}

.nav-body .navbar-inner .nav-item span.icon {
  top: 15px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}

.nav-body .navbar-inner .nav-item span.icon-bg {
  top: 0;
  height: 100px;
  background: transparent url("../Images/Backgrounds/orangerKreis.png") no-repeat scroll center center;
  background-size: contain;
}


.nav-body .navbar-inner .nav-item span.icon-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent url("../Images/Backgrounds/gruenerKreis.png") no-repeat scroll center center;
  background-size: inherit;
  opacity: 0;
  -webkit-transition: background-image 0.2s linear;
  -moz-transition: background-image 0.2s linear;
  -ms-transition: background-image 0.2s linear;
  transition: opacity 0.2s ease-in-out;

}
.nav-body .navbar-inner .nav-item span.icon-bg.active::before {
  opacity: 1;
}

.nav-body .navbar-inner .nav-item:hover span.icon-bg::before,
.nav-body .navbar-inner .nav-item.active span.icon-bg::before {
  opacity: 1;
}

.nav-body .navbar-inner .nav-item a {
  float: left;
  color: #fff;
  font-size: 20px;
  padding: 110px 10px 0 10px;
  width: 100%;
  text-transform: uppercase;
}

.nav-body .navbar-inner .nav-item:hover a {
  text-decoration: none;
}

#nav-item-2 span.icon {
  background-image: url('../Images/Icons/banane.png');
}

#nav-item-6 span.icon {
  background-image: url('../Images/Icons/gluehbirne.png');
}

#nav-item-7 span.icon {
  background-image: url('../Images/Icons/besteck.png');
}

#nav-item-8 span.icon {
  background-image: url('../Images/Icons/baum.png');
}

#nav-item-9 span.icon {
  background-image: url('../Images/Icons/einkaufskorb.png');
}



@media (max-width:991.98px) {
  .navbar-nav.main-navbarnav {
    display: flex;
    padding: 0;
    margin: 0;
    width: 90%;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .nav-body .navbar-inner .nav-item {
    display: flex;
    position: relative;
    margin-top: 0;
    background-size: auto 100%;
    text-align: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 4rem;
    margin-bottom: 1rem;
  }
  .offcanvas-body {
    padding-top: 3rem;
}
  div#navbarToggler.offcanvas-start {
    background-color: rgb(0 0 0 / 50%) !important;
  }
  .offcanvas-start p#offcanvasNavbarLabel {
    opacity: 0;
}
  .nav-body .navbar-inner .nav-item span.icon-bg.active::before {
    background-size: 100%;
    opacity: 1;
  }
  .offcanvas-header .btn-close {
    font-size: 1.5rem;
    opacity: 1;
    position: absolute;
    left: 1.75rem;
    top: 1.75rem;
}

  .nav-body .navbar-inner .nav-item span.icon {
    top: 0;
    height: 3rem;
    width: 3rem;
    position: relative;
    left: 0.5rem;
  }

  .nav-body .navbar-inner .nav-item span.icon-bg {
    top: 0;
    height: 4rem;
    background-size: contain;
    width: 4rem;
  }

  .nav-body .navbar-inner .nav-item .link-text {
    flex: 1 1 70%;
    position: relative;
    margin-left: 1rem;
  }

  .nav-body .navbar-inner .nav-item .link-text a {
    color: #fff;
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    line-height: 2;
  }
}



/*################################################*/
/* Logo */
/*################################################*/
.container .logo-brand-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  /*background-image: url("../Images/Backgrounds/wiese_size1600.jpg");
    background-position: center center;*/
  z-index: 5;
}

.container a.logo-brand.logo {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url("../Images/Logo/NaturwertBio_Logo-destkop.png");
}

.logo {
  background-image: url("../Images/Logo/NaturwertBio_Logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}


@media only screen and (min-width: 992px) {
  .container .logo-brand-bg {
    height: 200px;
    width: 260px;
  }
}

/*################################################*/
/* Wiese Background */
/*################################################*/

.grass-bg,
#page-footer {
  background-image: url("../Images/Backgrounds/wiese_size1600.jpg");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}




/*################################################*/
/* Content: Content-Box mit Wiese BG */
/*################################################*/

.row.content-box-c-9-o3 .row * {
  color: #fff !important;
}

.row.content-box-c-9-o3 .row {
  margin: 0;
  padding: 30px 15px;
}


/*################################################*/
/* Content: Image 100 */
/*################################################*/

div.image-100 {
  width: 100%;
}

div.image-100 img {
  width: 100%;
  height: auto;
}


/*################################################*/
/* Plugin: OWL Carousel */
/*################################################*/

.header-body .item {
  position: relative;
  min-height: 150px;

}

.cobj_default .header-body .item {
  height: 250px;
}


.header-body .owl-dots {
  display: none;
}

.header-body .item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.cobj_startseite .header-body .item-image img {
  display: block;
  height: auto;
}

.cobj_default .header-body .item-image img {
  display: none !important;
}

.header-body .item-text {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  text-shadow: 0 0 0.6em #fff, 0 0 0.4em #fff;
}

@media only screen and (min-width: 768px) {

  .header-body .item,
  .cobj_default .header-body .item {
    height: auto;
  }

  .header-body .item-image img {
    height: auto;
  }

  .header-body .item-image img,
  .cobj_default .header-body .item-image img {
    display: block !important;
  }

  .header-body .item-text {
    top: 80px;
    width: 300px;
    margin-left: -150px;

  }
}


@media only screen and (min-width : 992px) {
  .header-body .item-text {
    top: 70px;
    width: 400px;
    margin-left: -200px;
  }

}

@media only screen and (max-width : 992px) {
  .header-body .item-text h1 {
    font-size: 33px;
  }

  .header-body .item-text h6 {
    font-size: 14px;
  }
}


/*################################################*/
/* Footer */
/*################################################*/


footer * {
  font-family: "MuseoSans-300";
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

footer .container div.col-2_4 {
  float: left;
}

footer .col-2_4>li {
  display: none;
}

footer .container div.col-2_4:last-child {
  margin-right: 0;
}

footer .container div.col-2_4:first-child {
  margin-left: 0;
}

.footer-logo {
  width: 100%;
  height: 60px;
}

.footer-logo a {
  float: left;
  height: 100%;
  width: 100%;
  background-position: left top;
}

.footerC1 {
  width: 60px;
  margin: 10px 10px 10px 0;
}

.footerC2 {}

/* Only Desktop */
@media only screen and (min-width: 768px) {
  footer .container div.col-2_4 {
    float: left;
    width: 18.4%;
    margin: 20px 1%;
    min-height: 20px;
  }

  .footer-logo {
    margin-top: 0;
    height: 200px;
  }

  .footer-logo a {
    width: 80%;
    margin-left: 10%;
  }
}


/*################################################*/
/* Bootstrap Searchbox */
/*################################################*/

/* enable absolute positioning */
footer .inner-addon {
  position: relative;
  left: -1rem;
}

/* style icon */
footer .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #84bc25;
}

/* align icon */
footer .left-addon .glyphicon {
  left: 0px;
}

footer .right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
footer .left-addon input {
  padding-left: 30px;
}

footer .right-addon input {
  padding-right: 30px;
}


footer input.searchbox-sword {
  background-color: #ddeac5;
}

footer input.searchbox-sword::placeholder {
  font-family: 'MuseoSans-500';
  text-transform: uppercase;
  font-size: 16px;
  color: #525252;
}

/*################################################*/
/* Items IMG TXT */
/*################################################*/

.item.weitereItems img {
  width: 100%;
  height: auto;
}

.item.weitereItems .item-name {
  margin-top: 15px;
}

.item.weitereItems a {
  color: #000;
}

.item.weitereItems a:hover {
  text-decoration: underline;
}



/*################################################*/
/* MyTimes Logo */
/*################################################*/

@media only screen and (min-width: 768px) {
  .myTimes-logo {
    position: absolute;
    top: 70px;
    right: 0;
    width: 272px;
    height: 38px;
    background-image: url("../Images/Logo/myTime-de_Button.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
  }

  .myTimes-logo a {
    float: left;
    width: 100%;
    height: 100%;
  }

  .cobj_default .myTimes-logo {
    display: none !important;
  }
}



/*################################################*/
/* Impressum Nav */
/*################################################*/

.impressumNav ul.menu {
  margin: 10.5px 0 20px 0;
}

/* Mobile */
@media only screen and (max-width: 767px) {

  .impressumNav li,
  .impressumNav li h5 {
    margin-top: 0;
  }

  .impressumNav li {
    margin-top: 0;
    float: left;
    margin-right: 15px;
  }

  .impressumNav li a {
    font-size: 14px;
  }
}

/*################################################*/
/* Back to top Button  */
/*################################################*/
#toTop {
  background: transparent url("../Images/Icons/nach_oben.png") no-repeat scroll center bottom;
  background-size: contain;
  position: fixed;
  height: 50px;
  width: 45px;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear, transform 0.1s ease-out;
}

#toTop:hover {
  transform: scale(1.1);
}


@media only screen and (min-width: 768px) {
  #toTop {
    height: 80px;
    width: 70px;
  }
}

.back-to-top {
    opacity: 1;
}
.back-to-top i {
    color: darkgreen;
    background-color: white;
    border-radius: 5rem;
    opacity: 1 !important;
    line-height: 0.9;
    width: 99%;
}

/*################################################*/
/* Form */
/*################################################*/
div.csc-mailform ol {
  list-style-type: none;
}

div.csc-mailform li.csc-form-element {
  margin-bottom: 12px;
}

div.csc-mailform .csc-form-element input,
div.csc-mailform .csc-form-element textarea {
  border: 0;
  border-radius: 10px;
}

div.csc-mailform .csc-form-element input {
  padding: 7px 12px;
  width: 250px;
}

div.csc-mailform .csc-form-element textarea {
  padding: 7px;
}

div.csc-mailform .csc-form-element-checkbox {
  position: relative;
}

div.csc-mailform .csc-form-element-checkbox label {
  float: left;
  margin-left: 35px;
  width: auto;
}

div.csc-mailform .csc-form-element.csc-form-element-checkbox input {
  position: absolute;
  left: 0;
  width: 25px;
}


div.csc-mailform .csc-form-element.csc-form-element-submit label {
  width: 0px;
}


div.csc-mailform .csc-form-element.csc-form-element-submit input {
  background-color: #80ba26;
  padding: 10px 25px;
  border-radius: 20px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
}

div.csc-mailform .csc-form-element.csc-form-element-submit input:hover {
  background-color: #5d871c;
}


/*################################################*/
/* Teaser nav */
/*################################################*/

.teasernav {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -150px;
  width: 300px;
  z-index: 6;
}

.teasernav-container {
  position: relative;
}


.teasernav span.link-text {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  z-index: 3;
  text-shadow: 0 0 0.6em #000, 0 0 0.4em #000;
}

.teasernav span.icon,
.teasernav span.icon-bg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.teasernav span.icon {
  height: 40px;
  width: 40px;
  margin-left: -20px;
  z-index: 2;
  margin-top: 10px;
}

.teasernav span.icon-bg {
  height: 60px;
  width: 60px;
  margin-left: -30px;
  background-image: url("../Images/Backgrounds/gruenerKreis.png");
}



.footer-search fieldset {
  display: flex;
  align-content: center;
}
.footer-search fieldset 
.footer-search .form-label {
  display: none;
}
.footer-search legend {
  position: absolute;
  left:-999em;
  height:0;
  width:0;
  overflow: hidden;
}
.footer-search .tx-indexedsearch-form.form-group {
  display: flex;
  align-items: center;
  max-width: 66.66666%;
}
.footer-search #tx-indexedsearch-searchbox-sword {
  max-width: 100%;
  margin-left: 0;
}
.footer-search label[for*="tx-indexedsearch-searchbox-sword"] {
  display: none;
}
.footer-search .tx-indexedsearch-search-submit {
  max-width: 33.33333%;
}
.footer-search #tx-indexedsearch-searchbox-button-submit {
  margin-left: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .teasernav {
    display: none;
  }
}