@font-face {
  font-family: "GardenGrown";
  font-style: normal;
  font-weight: normal;
  src: url("https://www.tevigo.de/ebay/2024/fonts/GardenGrown.otf") format("opentype"),
    url("https://www.tevigo.de/ebay/2024/fonts/GardenGrown.ttf") format("truetype");
}

html {
  min-width: 320px;
}

body {
  margin: 8px;
}

.header,
.main,
.footer {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
}

.text--small {
  font-size: 0.875em;
}

.red,
a.red {
  color: #980014;
}

.clear {
  clear: both;
}

.header {
  background: url("../img/bg_header.jpg") no-repeat 0 0 transparent;
  height: 248px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
.header--box {
  display: flex;
  flex-direction: column;
  margin: 14px 35px 0 0;
}
.header--minimal {
  display: flex;
}
.header--box--menu {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-right: 30px;
  row-gap: 20px;
  font-size: 1.2em;
}
.header--box--menu a {
  text-decoration: none;
  color: #706f6f;
}
.logo {
  width: 178px;
}

.info--ueber-uns {
  background: url(../img/icon.png) no-repeat 0 0 transparent;
  width: 26px;
  height: 21px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
}

.info--favorite {
  background: url(../img/icon.png) no-repeat -26px 0 transparent;
  width: 22px;
  height: 21px;
  display: inline-block;
  margin-left: 14px;
  vertical-align: text-bottom;
}

.brand-notice {
  color: #706f6f;
  margin-top: 45px;
  text-align: right;
  font-size: 1.2em;
}

.main {
  display: flex;
  width: 100%;
  max-width: 1500px;
  background: #f3fadc;
  margin: 6px auto 8px;
}

.menu {
  flex: 1 0 auto;
  width: 285px;
  background: #086332;
  margin: 0;
  list-style-type: none;
  padding: 20px 0 10px 25px;
  -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
}

.menu a {
  color: #ffffff;
  text-decoration: none;
  line-height: 2em;
}

.menu--lvl-2 {
  list-style-type: none;
  padding-left: 0;
}

.menu--lvl-2 a {
  font-weight: normal;
}

.content {
  flex: 1 1 auto;
  padding: 0 25px 35px;
}

.footer {
  background: url(../img/bg_footer.jpg) no-repeat bottom left transparent;
  background-size: cover;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.footer--head {
  font-family: GardenGrown;
  font-size: 84px;
  text-align: center;
  color: #00592a;
  padding: 60px 0;
}

.footer--boxes {
  display: flex;
  flex-wrap: wrap;
  column-gap: 68px;
  row-gap: 45px;
  justify-content: center;
  padding: 0 20px 149px;
}

.footer--box {
  width: 334px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 15px;
}

.box--head {
  background-color: #086332;
  color: #ffffff;
  text-align: center;
  border-radius: 15px 15px 0 0;
  height: 54px;
  line-height: 54px;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
}

.box--subtitle {
  background-color: #086332;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
  padding: 15px 0;
}

.box--text {
  padding: 25px 30px 20px;
  line-height: 1.3em;
  color: #686867;
}

.box--text .head {
  font-weight: bold;
  color: #086332;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 0;
}

.bold {
  font-weight: bold;
}
@media screen and (max-width: 1473px) {
  .header {
    background: url("../img/bg_header_mobile.jpg") no-repeat 0 0 transparent;
  }
}

@media screen and (max-width: 998px) {
  .header {
    background: url("../img/bg_header_smart.jpg") no-repeat 0 0 transparent;
    height: 156px;
  }
  .header--box {
    width: 100%;
	margin-right: 20px;
  }

  .header--minimal {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
	align-items: end;
	row-gap: 12px;
  }

  .header--box--menu {
    justify-content: start;
	row-gap: 12px;
    margin: 0;
    font-size: 1em;
  }
  
  .logo {
	  width: 80px;
  }

  .brand-notice {
    display: none;
  }

  .menu {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 25px;
  }

  .menu li {
    display: inline;
    margin-right: 15px;
    text-wrap: nowrap;
    white-space: nowrap;
  }

  .main,
  .content {
    width: auto;
  }

  .main {
    flex-direction: column;
  }

  .footer--head {
    font-size: 60px;
  }
}

@media screen and (max-width: 615px) {
  .header {
    height: 120px;
	background-size: cover;
  }
  
  .header--box--menu {
    flex-direction: row;
    align-items: start;
  }

  .info--text {
    display: none;
  }

  .content {
    padding-bottom: 30px;
  }

  .footer--head {
    text-align: start;
    text-align-last: end;
    line-height: 0.9em;
    max-width: 285px;
    margin: 0 auto;
    padding: 40px 20px;
  }
}
