@font-face {
  font-family: "Minipax";

  src: url("../fonts/Minipax-Medium.otf");
}


:root {
  --lohre-blue-dark: #0831c4;
  --lohre-blue-highlight: #70b5e0;
  --lohre-blue-default: #3c48cf;
  --lohre-blue-mid: #526abf;
  --lohre-orange-dark: #b50d0d;
  --lohre-orange-highlight: #ffca9c;
  --lohre-orange-default: #ff7d17;
  --lohre-orange-mid: #f5842f;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: rgb(69, 69, 69);

}
.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0; /* 👈 space top & bottom */
}
.full-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-container {
  display: flex;
  flex-direction: column;
  border: 3px solid rgb(100, 97, 97);
  outline: 15px solid #e6e3e3;
  box-shadow: -3px 15px 15px 10px rgba(0, 0, 0, 1);
}
.header-container {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.header {
  color: #fff;
  z-index: 10;
}
.header-character {
  background-image: url(../graphics/lohrecharblue.png);

  background-size: contain;
  background-repeat: no-repeat;
  scale: 3.0;
  width: 100px;
  height: 100px;
  margin-left: 100px;
  margin-bottom: 50px;
}
.header-area {
  padding: 50px;
}
.logo {
  background-image: url(../graphics/lohre2klogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 45px;
  scale: 14;
  margin-left: 50px;
  justify-self: center;
}
.navbar-area {
  display: flex;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(219, 219, 219, 1) 12%,
    rgba(166, 166, 166, 1) 66%,
    rgba(242, 242, 242, 1) 100%
  );
  height: 40px;
  width: 1000px;
  box-shadow: 0px 10px 12px 0.2px rgba(0, 0, 0, 0.35);
  z-index: 2;
  align-items: center;
  justify-content: left;
  border-bottom: 5px solid rgb(96, 96, 96);
}
.navbar-inner {
  display: flex;
  background: linear-gradient(
    0deg,
    rgba(17, 180, 245, 1) 0%,
    rgba(30, 26, 171, 1) 63%,
    rgba(14, 65, 194, 1) 64%,
    rgba(67, 118, 247, 1) 100%
  );
  height: 20px;
  width: 1000px;
  justify-content: center;
}
.navbar {
  display: flex;
  gap: 10px;
}
.navbar li {
  list-style: none;
}
.navbar a {
  text-decoration: underline;
  text-shadow:
    rgb(255, 255, 255) 2px 0 0,
    rgb(255, 255, 255) 1.75517px 0.958851px 0,
    rgb(255, 255, 255) 1.0806px 1.68294px 0,
    rgb(255, 255, 255) 0.141474px 1.99499px 0,
    rgb(255, 255, 255) -0.832294px 1.81859px 0,
    rgb(255, 255, 255) -1.60229px 1.19694px 0,
    rgb(255, 255, 255) -1.97999px 0.28224px 0,
    rgb(255, 255, 255) -1.87291px -0.701566px 0,
    rgb(255, 255, 255) -1.30729px -1.51361px 0,
    rgb(255, 255, 255) -0.421592px -1.95506px 0,
    rgb(255, 255, 255) 0.567324px -1.91785px 0,
    rgb(255, 255, 255) 1.41734px -1.41108px 0,
    rgb(255, 255, 255) 1.92034px -0.558831px 0;
  display: block;
  transition: all 0.3s;
  position: relative;
  font-weight: bold;
  font-size: 30px;
  margin: -25px 0px;
  letter-spacing: -3px;
  color: black;
}
.navbar a:hover {
  transform: rotate(-6deg);
}

.pull-quote{
  font-size: 42px;
  font-family: Minipax;

  font-weight: bold;

  line-height: 0.9;

  color: rgb(199, 0, 0);

  width: 75%;

  margin: 10px auto;

  text-align: center;
}


.content-area {
  display: flex;
  background: linear-gradient(0deg, rgba(179, 177, 177, 1) 0%, rgba(166, 166, 166, 1) 47%, rgba(184, 174, 174, 1) 100%);
  flex-direction: column;
  height: auto;
overflow-y: auto;
overflow-x: hidden;
  justify-content: flex-start;
  padding: 20px;
  gap: 10px;
}

.review-subtitle 
{
    font-size: 25px;
  line-height: 1;

  font-weight: bold;

  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
  letter-spacing: -2px;

}


.review-columns{
   column-count: 2;

  column-gap: 35px;

  text-align: justify;

  font-size: 18px;

  line-height: 1.4;

  font-family: Minipax;
}
.float-image-right{
  float: right;

  width: 250px;

  margin:
    0 0 15px 15px;

  
}

.article-break-image{
  width: 100%;

  margin:
    30px 0;

  display: block;

}

.review-columns p:first-letter {
  float: left;

  font-size: 90px;

  line-height: 0.8;

  padding-right: 8px;

  font-weight: bold;

  color: rgb(196, 0, 0);
}

.review-area{
  position: relative;
 max-width: 780px;
 margin: 0 auto;
    justify-self: center;
    border: 2px solid transparent;

  background:
    linear-gradient(
      0deg,
      rgb(255, 255, 255) 0%,
      rgb(255, 255, 255),
      rgb(255, 255, 255),
      rgb(255, 255, 255),
      rgb(255, 255, 255)
    ) padding-box,

    linear-gradient(
      180deg,
      #366bff 0%,
      #181818 50%,
      #000000 100%
    ) border-box;
  padding: 10px;
  box-shadow: -10px 10px 10px 0.1px rgba(0, 0, 0, 0.35);

  
}

.review-title{
  font-size: 84px;
  color: #da0000;
  font-weight: 900;
  letter-spacing: -4px;
  text-shadow: 
        2px 2px 0 rgb(210, 77, 0), 
        -2px -2px 0 rgb(210, 0, 0); 
  margin: 0;
  text-align: center;
  

  
}

.lines {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999999999999999999999999999999999999999999999999999999999999;
  opacity: 0.12;
}
.lines:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 51%);
  background-size: 100% 4px;
  will-change: background, background-size;
  animation: scanlines 0.2s linear infinite;
}
@keyframes scanlines {
  from {
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.5) 51%);
    background-size: 100% 4px;
  }
  to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, transparent 51%);
    background-size: 100% 4px;
  }
}