html {
  font-size: 0.625rem;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #fff;
  background: #fff;
  margin: 0;
  padding: 0;
}
.outsidewrapper {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
header.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0.5rem 2.4rem;
}
header.header .logo {
  content: url('../../Images/v3gbrochure/logo_vandriegroup.png');
  height: 5rem;
}
header.header .languagesmenu {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
header.header .languagesmenu li a {
  color: #004587;
  font-weight: bold;
  text-decoration: none;
}
header.header .languagesmenu li a:before {
  content: attr(data-lang);
}
header.header .languagesmenu li.active a {
  color: #DD052B;
}
header.header + .frame:has(.embed-brochure) {
  flex: 1;
  width: 100%;
  height: 100%;
}
header.header + .frame:has(.embed-brochure) .embed-brochure {
  width: 100%;
  height: 100%;
}
.cookiemessage {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.75);
  border-top: 1px solid #fff;
  z-index: 2;
  display: none;
}
.cookiemessage .contentcontainer {
  padding: 0;
  margin: 0;
}
.cm_content {
  text-align: center;
}
.cm_content * {
  display: inline-block;
  color: #fff;
  text-align: center;
}
.cm_content ul {
  margin: 0;
}
.cm_content li {
  padding: 0 10px;
}
.cm_content li:last-child {
  cursor: pointer;
  text-decoration: underline;
  border-left: 1px dotted rgba(255, 255, 255, 0.6);
}
/*# sourceMappingURL=main.css.map */