.block-shopinfo {
  display: flex;
  padding: 30px;
  border: 3px dashed #718f87;
  margin-top: -10px;
  margin-bottom: 60px;
  color: black;
}

.block-shopinfo:hover {
  background-color: #dee5e3;
}

.block-shopinfo h3 {
  margin-top: 0px;
}

.block-shopinfo .flag {
  width: 90px;
  margin-right: 30px;
}

.block-shopinfo .arrow {
  height: 10px;
  margin-top: -3px;
  margin-right: 3px;
}

.block-shopinfo span {
  color: #718f87;
}

.outlet-list {
  width: 150%;
}
.outlet-list .country {
  margin-bottom: 45px;
}
.outlet-list .country img.flag {
  width: 30px;
  margin-bottom: 10px;
}
.outlet-list .country .countryname {
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 16px;
}
.outlet-list .country .outlets {
  max-width: 85%;
}
.outlet-list .country .outlets a {
  color: black;
}
.outlet-list .country .outlets a.mail {
  text-decoration: underline;
}
.outlet-list .country .outlets a span {
  display: inline-block;
  width: 25px;
}

.outlet-details {
  width: 150%;
}
.outlet-details .country {
  display: flex;
  flex-wrap: wrap;
}
.outlet-details .country img.flag {
  order: 1;
  width: 20px;
  margin-bottom: 20px;
}
.outlet-details .country .countryname {
  order: 0;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.outlet-details .country .outlets {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.outlet-details .country .outlets .outlet {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 30px;
}
.outlet-details .country .outlets .outlet span {
  display: inline-block;
  width: 30px;
}
.outlet-details .country .outlets .outlet .place {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
.outlet-details .country .outlets .outlet a {
  color: black;
}
.outlet-details .country .outlets .outlet.-infobox {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #718f87;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin-left: calc(15% - 110px);
  margin-right: calc(18% - 110px);
}
.outlet-details .country .outlets .outlet.-infobox img {
  display: none;
}
.outlet-details .country .outlets .outlet.-infobox span {
  display: none;
}
.outlet-details .country .outlets .outlet.-infobox .address {
  position: relative;
  width: 180px;
  text-align: center;
  color: white;
  padding-top: 45px;
}
.outlet-details .country .outlets .outlet.-infobox .address:before {
  content: url("/assets/templates/web/img/infoicon.svg");
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.outlet-details .country .outlets .outlet.-infobox .address a {
  color: white;
}
.outlet-details hr {
  width: 100%;
  margin: 30px 0 60px;
}

@media screen and (max-width: 1200px) {
  .outlet-details,
.outlet-list {
    width: 120%;
  }
}
@media screen and (max-width: 992px) {
  .outlet-details,
.outlet-list {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .outlet-details .country .outlets .outlet {
    width: 100%;
    margin-right: 0;
  }
  .outlet-details .country .outlets .outlet.-infobox {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  .outlet-list .small-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
nav.main ul li.last {
  margin-top: 30px;
}

body {
  padding-bottom: 0;
}

.container-full {
  width: 100%;
  max-width: 0;
  margin: 0;
}

.pagewrapper {
  padding-bottom: 100px;
}

.pagefooter.-new {
  width: 100%;
  max-width: none !important;
  bottom: 0;
  left: 0;
  padding: 110px 15px 0 430px;
  background-color: #718f87;
  color: white;
  line-height: 2em;
}
.pagefooter.-new.start-container {
  padding: 110px 15px 0 270px;
}
.pagefooter.-new a {
  color: white !important;
}
.pagefooter.-new .small {
  font-size: 11px;
  line-height: 1.5em;
}
.pagefooter.-new .socials {
  margin-bottom: 30px;
}
.pagefooter.-new .socials img {
  width: 35px;
  margin-right: 5px;
  margin-left: -2px;
}
.pagefooter.-new .whatsapp {
  line-height: 25px;
  margin-top: 5px;
}
.pagefooter.-new .whatsapp img {
  display: inline-block;
  height: 25px;
  margin-top: -7px;
  margin-right: 5px;
}
.pagefooter.-new .medium-3 {
  margin-top: -50px;
}
.pagefooter.-new .tree-container {
  overflow-y: hidden;
}
.pagefooter.-new .tree-container .tree {
  width: 120px;
  margin-bottom: -12px;
}
@media screen and (max-width: 1400px) {
  .pagefooter.-new {
    padding: 60px 15px 0 400px;
  }
  .pagefooter.-new.start-container {
    padding: 60px 15px 0 270px;
  }
}
@media screen and (max-width: 1200px) {
  .pagefooter.-new {
    padding-left: 15px;
  }
  .pagefooter.-new.start-container {
    padding-left: 15px;
  }
  .pagefooter.-new .medium-3 {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pagefooter.-new .tree {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .pagefooter.-new .medium-3 {
    margin-top: 0;
  }
}

.cookiebanner {
  position: fixed;
  width: 100%;
  max-width: none !important;
  bottom: 0;
  left: 0;
  padding: 20px 15px 20px 240px;
  background-color: #718f87;
  color: white;
  z-index: 300;
}
.cookiebanner .container {
  max-width: 100%;
}
.cookiebanner .container .title {
  text-transform: uppercase;
  font-size: 20px;
}
.cookiebanner .container .cookie {
  max-width: 110px;
}
.cookiebanner .container .agbs {
  padding-top: 15px;
  color: #cbb45f;
}
.cookiebanner .container .agbs a {
  color: #cbb45f;
}
.cookiebanner .container button {
  width: 100%;
  margin-top: 25px;
  padding: 15px 30px;
  background-color: #cbb45f;
}
@media screen and (max-width: 1200px) {
  .cookiebanner {
    padding-left: 15px;
  }
}

.calculator-volume.-new {
  position: fixed;
  right: 30px;
  bottom: 30px;
  top: inherit;
  left: inherit;
  z-index: 200;
  width: 110px;
  height: 90px;
}
.calculator-volume.-new.open {
  width: 21.875rem;
  height: auto;
}
.calculator-volume.-new .calculator-volume_teaser {
  top: calc(100% - 90px);
  transform: rotate(0deg);
  padding: 1.3rem;
  background-color: #f2d094;
}
.calculator-volume.-new .calculator-volume_teaser.open {
  color: #cab45f;
}
.calculator-volume.-new .calculator-volume_teaser.open .calculate_open_icon svg path {
  fill: #cab45f;
}
.calculator-volume.-new .calculator-volume_teaser .calculate_open_icon {
  transform: rotate(180deg);
}
.calculator-volume.-new .calculator-volume_content {
  padding-bottom: 100px;
  background-color: #f2d094;
  box-shadow: 7px 7px 5px -6px rgba(0, 0, 0, 0.17);
}
.calculator-volume.-new .calculator-volume_content #calculate_close {
  position: absolute;
  right: 15px;
  width: auto;
}
.calculator-volume.-new .calculator-volume_content #calculate_close svg {
  width: 15px;
  fill: #cab45f;
}
.calculator-volume.-new .calculator-volume_content.invisible {
  height: auto;
}
.calculator-volume.-new .calculator-volume_content .x {
  line-height: 38px;
}
.calculator-volume.-new .calculator-volume_content .or {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #888;
}
.calculator-volume.-new .calculator-volume_content button#calculate_volume {
  background-color: #718f87;
  color: white;
  border: 0;
  height: 40px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.calculator-volume.-new .calculator-volume_content input {
  border: 0;
  flex: 0 1 45%;
}
.calculator-volume.-new .calculator-volume_content input::-webkit-input-placeholder {
  color: #AAA;
}
.calculator-volume.-new .calculator-volume_content input::-moz-placeholder, .calculator-volume.-new .calculator-volume_content input::-webkit-input-placeholder {
  color: #AAA;
}
.calculator-volume.-new .calculator-volume_content input#calculator-plane {
  margin-top: 10px;
  flex: 0 1 100%;
}
.calculator-volume.-new .calculator-volume_content .calculator-volume_result {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}
.calculator-volume.-new .calculator-volume_content .calculator-volume_result p {
  width: 70%;
  margin: 0;
  padding: 0;
}
.calculator-volume.-new .calculator-volume_content .calculator-volume_result p img {
  width: 50px;
}
.calculator-volume.-new .calculator-volume_content .calculator-volume_result p img.palette {
  padding: 5px;
}
.calculator-volume.-new .calculator-volume_content .calculator-volume_result output {
  width: 30%;
  height: 35px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #718f87;
  font-size: 20px;
  text-align: right;
}
.calculator-volume.-new .calculator-volume_content .calculator-volume_result output.output-bigbag, .calculator-volume.-new .calculator-volume_content .calculator-volume_result output.output-palette {
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  .calculator-volume.-new.open {
    top: 10%;
    bottom: inherit;
  }
}