/* === SCHRIFTEN === */

@font-face {
  font-family: "Assistant";
  src: url(http://s3.softgarden.de/mediaassets/customer/Horbach/https://multiposting.s3.softgarden.de/001D000000psuAjIAI/c8e715bc-4672-472b-a3a0-d198bbb75315/2b370ebb-9f92-462f-ac41-504171de01e7/4f5c398f-aa5e-47fe-acde-36febb5383b1.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Assistant";
  src: url(http://s3.softgarden.de/mediaassets/customer/Horbach/https://multiposting.s3.softgarden.de/001D000000psuAjIAI/c8e715bc-4672-472b-a3a0-d198bbb75315/2b370ebb-9f92-462f-ac41-504171de01e7/747bd09d-0959-4808-a069-05fef7e4cf1c.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}


/* === GLOBAL === */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Assistant-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  hyphens: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* === HILFSKLASSEN === */
.u-justify-text {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.u-left-text {
  text-align: left;
}

.u-right-text {
  text-align: right;
}

.u-center-box {
  margin: 0 auto;
}

.u-center-text {
  text-align: center;
}

.margin-bottom-xs {
  margin-bottom: 1rem;
}

.margin-bottom-small {
  margin-bottom: 2rem;
}

.margin-bottom-middle {
  margin-bottom: 3rem;
}

.margin-bottom-medium {
  margin-bottom: 4rem;
}

.margin-bottom-large {
  margin-bottom: 6rem;
}

.margin-bottom-big {
  margin-bottom: 8rem;
}

.margin-top-xs {
  margin-top: 1rem;
}

.margin-top-small {
  margin-top: 2rem;
}

.margin-top-middle {
  margin-top: 3rem;
}

.margin-top-medium {
  margin-top: 4rem;
}

.margin-top-large {
  margin-top: 6rem;
}

.margin-top-big {
  margin-top: 8rem;
}

.no-margin {
  margin: 0;
}

.space-between {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}

.space-around {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-start {
  display: flex; 
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-end {
  display: flex; 
  flex-wrap: wrap;
  align-items: flex-end;
}

/* === IDS === */

#wrapper {
  border: 1px solid grey;
  margin: 25px auto;
  width: 800px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  /* width: 940px;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0, .25); 
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .25); */
  background: #fff;
}

#header {
}

.logo {

}

.logo img {
  max-width: 100%;
  height: auto;
}

.header-headerbild img {
  width: 100%;
  vertical-align: bottom;
}

#main {
  padding: 0 4rem 2rem;
  margin-top: -3rem;
}

#footer {
  padding: 2rem 4rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

#footer p {
  margin-bottom: 0;
}

/* === TEXT === */

p {
  margin-bottom: 2rem;
}

b,
strong {
}

i,
em {
}

h1 {
  color: #6a8310;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  hyphens: auto;
  font-weight: 400;
}

h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h3 {
  font-weight: 400;
  color: #6a8310;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

h4 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

hr {
  margin: 3rem 0;
  clear: both;
  background-color: #d8d8d8;
  border-top: 3px solid #d8d8d8;
}

/* === IMAGES === */

/* === BUTTONS === */

.btn{
  background-color: #6a8310;
  color: #fff;
  border: 1px solid #6a8310;
  border-radius: 10px;
  width: 160px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.btn:hover{
  background-color: #fff;
  color: #6a8310;
}

/* === LINKS === */

a:link {
  color: #6a8310;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #6a8310;
}

a.inherit:link,
a.inherit:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #6a8310;
}

a:active {
}

a:focus {
  -webkit-transform: rotate();
  -ms-transform: rotate();
  transform: rotate();
}

/* === LISTEN === */

ul {
  margin-bottom: 2rem;
  margin-left: 2rem;
  list-style: '╸';
}

ul ul {
  margin-bottom: 0;
}


li::marker{
  color: #6a8310;
}

/* === TABELLEN === */

/* === SECTIONS === */

.sections {
  /* Container des Freetextbereichs im Shopsystem */
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[class*="section--"] {
  margin-bottom: 2rem;
  width: 48.5%;
  hyphens: auto;
}

.section--2 p{
  margin-bottom: 0;
}

/* === GRID-SYSTEM === */

[class*="col-"] {
  padding: 0.8rem;
}

.col-1 {
  width: 16.666%;
}
.col-2 {
  width: 33.333%;
}
.col-4 {
  width: 66.666%;
}
.col-3 {
  width: 50%;
}
.col-6 {
  width: 100%;
}

/* ===RESPONSIVE DESIGN === */

@media only screen and (max-width: 940px) and (max-width: 850px) and (max-width: 700px) {
  #wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper {
    margin: 0;
    width: 100%;
    border: none;
  }

  .col-1 {
    width: 50%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }

  #main {
    padding: 2rem 2rem;
  }

  #footer {
    padding: 2rem 2rem;
  }

  .sections {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  [class*="section--"] {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #footer{
    flex-wrap: wrap;
    gap: 2rem;
  }
}

@media only screen and (max-width: 320px) {
}
