:root{
  --boxHeight: calc(100vh - var(--headerHeight));
}
body{
  background-color: var(--color-white);
}
.BorderBox{
  position: relative;
  padding: var(--headerHeight) 0 0 0;
  width: var(--ContWidth);
  height: calc(100vh - var(--headerHeight));
}
.Background{
  float: left;
  background-image: url("../content/mann_dahinter.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: var(--boxHeight);
  width: 66vw;
  position: relative;
  z-index: 1;
}
.ContBox1{
  top: calc(var(--headerHeight));
  width: auto;
  left: 5.6vw;
  height: auto;
  color: var(--color-black);
  padding: 0% 5% 0vw 5;
  margin-top: 0px;
  float: left;
  position: relative;
  z-index: 2;
  overflow: auto;
}
.ContBox2{
  top: var(--headerHeight);
  width: 40%;
  height: var(--boxHeight);
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 0% 5% 0vw 5%;
  opacity: 0.8;
  float: left;
  position: relative;
  z-index: 2;
  overflow: auto;
}
p{
  color: var(--color-black);
  font-size: 1.2vw;
  font-weight: 400;
  text-align: left;
}
h2{
  color: var(--color-blue);
  font-weight: 500;
  font-size: 3.8vw;
  font-weight: 700;
  text-align: left;
}
h3{
  color: var(--color-black);
  font-weight: 600;
  text-align: left;
  font-size: 1.6vw;
}
#h2_equipContBox2{
  color: var(--color-white);
  font-weight: 500;
  font-size: 2.8vw;
  font-weight: 700;
  text-align: left;
  line-height: 1em;
}
li{
  color: var(--color-white);
  font-size: 1.2vw;
  font-weight: 400;
  text-align: left;
}


/* Mobile Devices*/
@media only screen and (min-device-width: 600px) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .BorderBox{height: calc(100vh - (1.8* var(--headerHeight))); width: var(--ContWidth); padding: calc(1.8* var(--headerHeight)) 0 0 0;}
  .Background{height: 100%;}
  .ContBox1{width: auto; left: 0; top: calc(var(--headerHeight));}
  .ContBox2{width: 40%;}
  p{font-size: 1.8vw;}
  h2{font-size: 4.0vw;}
  h3{font-size: 3.4vw;}
  li{font-size: 2.0vw;}
}

@media only screen and (max-device-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .BorderBox{height: calc(100vh - (1.8* var(--headerHeight))); width: var(--ContWidth); padding: calc(1.8* var(--headerHeight)) 0 0 0;}
  .Background{height: 100%;}
  .ContBox1{width: auto; left: 0; top: calc(var(--headerHeight));}
  .ContBox2{width: 40%;}
  p{font-size: 1.8vw;}
  h2{font-size: 4.0vw;}
  h3{font-size: 3.4vw;}
  li{font-size: 2.0vw;}
}

@media only screen and (max-device-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .BorderBox{height: calc(100vh - (2.8* var(--headerHeight))); padding: calc(2.8* var(--headerHeight)) 0 0 0;}
  .Background{width: var(--ContWidth); height: 80vw;}
  .ContBox1{width: 90%; left: 5%; top: 0;}
  .ContBox2{width: 100%; min-height: 45%;}
  p{font-size: 2.8vw;}
  h2{font-size: 8.6vw;}
  h3{font-size: 4.0vw;}
  li{font-size: 3.0vw;}
  :root{--boxHeight: calc(75vh - var(--headerHeight));}
}

/*Desktop Devices*/
@media only screen and (min-width: 600px) and (max-width: 900px) (-webkit-max-device-pixel-ratio: 1) {
  .BorderBox{height: calc(100vh - (1.8* var(--headerHeight))); width: var(--ContWidth); padding: calc(1.8* var(--headerHeight)) 0 0 0;}
  .Background{height: 100%;}
  .ContBox1{width: auto; left: 0; top: calc(var(--headerHeight));}
  .ContBox2{width: 40%;}
  p{font-size: 1.8vw;}
  h2{font-size: 4.0vw;}
  h3{font-size: 3.4vw;}
  li{font-size: 2.0vw;}
}
@media only screen and (max-width: 599px) and (-webkit-max-device-pixel-ratio: 1) {
  .BorderBox{height: calc(100vh - (2.8* var(--headerHeight))); padding: calc(2.8* var(--headerHeight)) 0 0 0;}
  .Background{width: var(--ContWidth); height: 80vw;}
  .ContBox1{width: 90%; left: 5%; top: 0;}
  .ContBox2{width: 100%; min-height: 45%;}
  p{font-size: 2.8vw;}
  h2{font-size: 8.6vw;}
  h3{font-size: 4.0vw;}
  li{font-size: 3.0vw;}
  :root{--boxHeight: calc(75vh - var(--headerHeight));}
}
