/* Layout */

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

li {
  padding: 7px 0;
  font-size: 1rem;
}

.tittle--list {
  font-size: 1.4rem;
  font-weight: 500;
}

.list--groeser li {
  font-size: 1.2rem;
}

a {
  color: var(--mr-color--white);
  font-weight: 500;
  transition: color 0.5s;
}

a:hover {
  color: var(--mr-text--shadow);
}

body {
  font-size: 1.2rem;
  font-family: 'Open Sans';
  color: var(--mr-color-fliesstxt);
  transition: background-color 1.3s ease;
  background-color: var(--mr-bg--naturkraft);
  /*background-image: linear-gradient(to top, white 0%, var(--mr-bg--naturkraft)35%);*/
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  text-align: center;
}

.h1--subsite {
  font-family: 'Macondo';
  font-size: 11vw;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .h1--subsite {
    font-size: 4rem;
    margin-top: 12rem;
    margin-bottom: 6rem;
  }
}

h2 {
  font-family: 'Macondo';
  font-size: 11vw;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}

.h2--subsite {
  font-family: 'Open Sans';
  font-size: 2rem;
  margin-top: 6rem;
  text-align: start;
  margin-bottom: 3rem;
  text-align: center;
  scroll-padding-top: 2000px;
}

@media (min-width: 992px) {
  .h2--subsite {
    text-align: start;
  }
}

.h2--subsite--first {
  margin-top: 2rem;
}

h3 {
  color: var(--mr-color--white);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 3px 2px 3px var(--mr-text--shadow);
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  color: black;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 3.5rem;
  letter-spacing: 6px;
}

@media (min-width: 992px) {
  h4 {
    padding-bottom: 7rem;
  }
}

h5 {
  color: var(--mr-color--white);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 3px 2px 3px var(--mr-text--shadow);
  margin-bottom: 1rem;
  padding-left: 6px;
}

h6 {
  color: var(--mr-bg--kontakt);
  text-transform: uppercase;
  font-size: 1.2rem;
}

figure {
  margin: 0;
}

.la {
  font-size: 2.3rem;
  color: var(--mr-color--second);
  transition: color 0.5s;
  padding: 0;
  text-decoration: none;
}

@media (min-width: 576px) {
  .la {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  .la {
    padding: 20px 5px;
  }
}

.la:hover {
  color: var(--mr-color--first);
}

/* Header */

.header--box--line {
  height: 30px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: var(--mr-header--liner);
  top: 80px;
  box-shadow: 0 20px 30px var(--mr-text--shadow--transparent);
}

@media (min-width: 1200px) {
  .header--box--line {
    top: 130px;
  }
}

#header--figure--logo {
  width: 155px;
  position: absolute;
  z-index: 999;
  left: 12px;
}

@media (min-width: 768px) {
  #header--figure--logo {
    width: 180px;
    left: 74px;
  }
}

@media (min-width: 1200px) {
  #header--figure--logo {
    width: 300px;
    left: 40px;
  }
}

@media (min-width: 1400px) {
  #header--figure--logo {
    width: 330px;
    left: 115px;
  }
}

@media (min-width: 1600px) {
  #header--figure--logo {
    width: 370px;
    left: 115px;
  }
}

header {
  background-color: var(--mr-color--bgheader);
  position: relative;
  box-shadow: 0 20px 30px var(--mr-text--shadow--transparent);
}

.header--position {
  position: relative;
  margin-top: 108px;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .header--position {
    padding: 5rem;
  }
}

@media (min-width: 992px) {
  .header--position {
    padding: 6rem;
  }
}

@media (min-width: 1200px) {
  .header--position {
    margin-top: 135px;
    min-height: calc(100vh - 150px);
  }
}

@media (min-width: 1400px) {
  .header--position {
    margin-top: 10rem;
    min-height: calc(100vh - 150px);
  }
}

.header--h1--color {
  color: var(--mr-color--first);
  font-size: 10vw;
  font-family: 'Oswald';
  text-shadow: 3px 2px 3px var(--mr-text--shadow);
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
  padding: 0 1rem;
  margin-top: 0;
  font-weight: 400;
}

.box--line--header {
  position: relative;
  bottom: 30px;
  height: 30px;
  background-color: #055e26;
}

#box--icon {
  position: absolute;
  top: 24px;
  right: 5px;
}

@media (min-width: 576px) {
  #box--icon {
    top: 20px;
    right: 77px;
  }
}

@media (min-width: 1200px) {
  #box--icon {
    position: relative;
    top: -8px;
    right: 0;
  }
}

/* Main */

.color--white--h6 {
  color: var(--mr-color--white);
}

.bg--img--news {
  height: 300px;
}

.artikel--margin--bottom {
  margin-bottom: 3rem;
}

.content--image {
  min-width: 40%;
  border-radius: 20%;
}

.content-txt {
  width: 60%;
}

.article--padding {
  padding: 3rem 0;
}

@media (min-width: 1200px) {
  .article--padding {
    padding: 10rem 0;
  }
}

.article--padding--first--none {
  padding-top: 0;
}

.article--padding > div {
  padding: 20px;
}

@media (min-width: 1200px) {
  .text--block--left {
    padding-right: 3rem;
  }
}

@media (min-width: 1200px) {
  .text--block--right {
    padding-left: 6rem;
  }
}

.rahmen--img {
  border-radius: 5%;
  background-color: #fff;
}

.shadow-left {
  box-shadow: -30px 30px 40px var(--mr-text--shadow--transparent);
}

.shadow-right {
  box-shadow: 30px 30px 40px var(--mr-text--shadow--transparent);
}

.uebermich--sympol--box {
  position: relative;
}

.uebermich--sympol {
  position: absolute;
  width: 13px;
  bottom: -38px;
  left: 57px;
  opacity: 0.2;
}

.bg--color--subsite {
  background-color: #fcfcfc;
  color: #333;
}

.bg--color--subsite a {
  color: var(--mr-text--shadow);
}

.bg--color--subsite a:hover {
  color: var(--mr-color--first);
}

.table > :not(caption) > * > * {
  background-color: rgba(255,255,255,0);
}

.box--peer--online {
  padding: 15px 30px 30px 30px;
}

.box--peer--online img {
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .box--peer--online img {
    padding: 0 20px;
  }
}

/* Footer */

#footer--content {
  background-color: var(--mr-color--bgfooter);
  color: var(--mr-color--white);
  padding: 2rem;
  font-size: 0.7rem;
}

.link--visionmedia {
  font-size: 0.7rem !important;
}

.footer--textblock {
  font-size: 13px;
}

#footer--content .la {
  font-size: 2.5rem;
  /*margin-left: 0.5rem;*/
  color: white;
  transition: color 0.5s;
}

@media (min-width: 1200px) {
  #footer--content .la {
    font-size: 3rem;
  }
}

#footer--content .la:hover {
  color: var(--mr-color--first);
}

#footer--content a {
  color: var(--mr-color--white);
  font-size: 1rem;
  text-decoration: none;
}

#footer--content p {
  margin-bottom: 0.3rem;
}

.footer--icon--box {
  text-align: center;
}

.footer--icon--box a {
  padding: 0.7rem;
}

#footer--content svg {
  position: relative;
  fill: white;
  transition: fill 0.5s;
}

#footer--content svg:hover {
  fill: var(--mr-color--first);
}

#svgicon--linkid {
  width: 33px;
}

#svgicon--facebook {
  width: 14px;
}

#svgicon--instagramm {
  width: 33px;
}

/* Block Text */

.modal {
  margin-top: 1rem !important;
}

.modal h1 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.img--bt--8 {
  width: 200px;
}

#nat-ur-mt {
  padding: 3rem 20px;
}

@media (min-width: 1200px) {
  #nat-ur-mt {
    padding: 5rem 0 3rem 0;
  }
}

.datum--info {
  font-family: 'Macondo';
  font-size: 1.7rem;
}

.modal--box--link {
  font-size: 15px;
  color: #ffffff;
}

.modal-content {
  color: var(--mr-modalbox--color);
  color: #333;
  outline: 0;
  border: 2px solid var(--mr-bg--naturkraft);
  border-radius: 0;
}

.modal-header {
  padding: 20px 20px 0 0;
  border-bottom: none;
}

.modal-body {
  padding: 33px;
}

tbody, td, tfoot, th, thead, tr {
  border: none;
}

.table-responsive tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .table-responsive tr {
    flex-direction: row;
    margin-bottom: 2px;
  }
}

thead {
  display: none;
}

.table-responsive td:nth-child(odd) {
  width: 100%;
  padding: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .table-responsive td:nth-child(odd) {
    width: 35%;
    padding: 5px 0;
    font-weight: 500;
  }
}

@media (min-width: 1600px) {
  .table-responsive td:nth-child(odd) {
    width: 25%;
    padding: 5px 0;
  }
}

.table-responsive td:nth-child(even) {
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .table-responsive td:nth-child(even) {
    width: 65%;
    padding: 0 0 2rem 1rem;
  }
}

@media (min-width: 1600px) {
  .table-responsive td:nth-child(even) {
    width: 75%;
  }
}

.quali--siegel {
  width: 130px;
  margin-top: 1.5rem;
  padding-left: 10px;
}

