@import url("https://fonts.googleapis.com/css2?family=Cantarell&family=Cedarville+Cursive&family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@700&family=Work+Sans:wght@200;300;400&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
* {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  line-height: 1;
  background-color: rgba(20, 30, 48, 0.4);
}

::-moz-selection {
  background: white;
  color: black;
}

::selection {
  background: white;
  color: black;
}

::-moz-selection {
  background: white;
  color: black;
}

a,
p,
ul,
ol,
label,
input,
button {
  font-family: "Cantarell", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  font-size: 18px;
  color: #8eb1dc;
  text-decoration: none;
}
a.back-link {
  font-size: 12px;
  color: #74b2e0;
  position: relative;
  display: block;
  top: 40px;
  cursor: pointer;
}
a:hover {
  color: white;
}

p,
ul {
  font-size: 18px;
  line-height: 27px;
}

hr {
  border-bottom: 1px solid gray;
}

h1 {
  color: white;
  font-family: "Fjalla One", sans-serif;
  font-size: 50px;
  line-height: 38px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px black;
}
h1.frontpage {
  line-height: 4rem;
  font-size: 4.6rem;
}

h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
}

h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
}

h2,
h3 {
  color: #6ab4d4;
  text-shadow: 1px 1px black;
}

.canvas,
.fullscreen-bg__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fullscreen-bg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -100;
  display: none;
}

.canvas {
  background: #000;
  z-index: 5;
}

.offcanvas a:focus {
  color: #f1f1f1;
}

#menu-btn {
  margin: 10px;
  width: 45px;
  height: 45px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
}
#menu-btn span {
  text-align: center;
  background: #243b55;
  color: white;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 25px;
  line-height: 45px;
  font-weight: 800;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
#menu-btn span:hover {
  cursor: pointer;
  background-color: #141E30;
}

#back-btn {
  margin: 10px;
  width: auto;
  height: 45px;
  position: fixed;
  top: 10px;
  left: 70px;
  z-index: 100;
}
#back-btn span {
  text-align: center;
  background-color: #243b55;
  color: white;
  width: auto;
  height: 45px;
  display: block;
  border-radius: 25px;
  line-height: 45px;
  font-weight: 800;
  font-size: 12px;
  padding: 0px 14px;
  font-family: "Fjalla One", sans-serif;
  transition: all 0.2s ease-in-out;
}
#back-btn span i {
  padding: 3px;
}
#back-btn span:hover {
  cursor: pointer;
  background-color: #141E30;
}

#scroll-btn {
  margin: 10px;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 10px;
  left: calc(50% - 22px);
  z-index: 100;
}
#scroll-btn a {
  text-align: center;
  background-color: #141E30;
  color: white;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 25px;
  line-height: 45px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
#scroll-btn a i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -1px;
}
#scroll-btn a .down {
  transform: rotate(45deg);
}
#scroll-btn a:hover {
  cursor: pointer;
  background-color: #243b55;
}
#scroll-btn a:hover i {
  border: solid white;
  border-width: 0 3px 3px 0;
}

#sidenav {
  width: 100%;
  position: fixed;
  z-index: 90;
  overflow-x: hidden;
  background-color: #243b55;
  height: 0rem;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  scrollbar-width: none;
}
#sidenav::-webkit-scrollbar {
  display: none;
}
#sidenav.show {
  height: 100vh;
  visibility: visible;
}
#sidenav #selectLang a {
  width: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0px 20px;
  margin: 10px;
  line-height: 45px;
  max-height: 45px;
  display: inline-block;
  border-radius: 25px;
  background-color: #141E30;
  transition: all 0.2s ease-in-out;
}
#sidenav #selectLang a span {
  display: inline-block;
  margin-right: 7px;
  color: white;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  vertical-align: top;
}
#sidenav #selectLang a img {
  width: 25px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 10px 0px;
  vertical-align: top;
}
#sidenav #selectLang a:hover {
  cursor: pointer;
  background-color: #243b55;
}
#sidenav a {
  text-decoration: none;
  font-family: "Fjalla One", sans-serif;
  padding: 20px 4rem;
  font-size: 35px;
  width: 100%;
  color: #fff;
  display: block;
  transition: 0.3s;
}
#sidenav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
}
#sidenav #nav-content {
  margin: 10vh 0px;
}

#left-column {
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  box-shadow: 10px 0px 56px -15px rgba(0, 0, 0, 0.75);
  background: #568ea6;
  background: linear-gradient(135deg, #243b55 0%, #141E30 100%);
  z-index: 10;
}
#left-column header {
  position: relative;
  top: 50%;
  margin: 0rem 10%;
  transform: translateY(-80%);
  text-align: center;
}
#left-column header h1 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 300;
}
#left-column header h2 {
  font-family: "Cedarville Cursive", cursive;
  color: #6ab4d4;
}
#left-column header #weather {
  color: #6c87a5;
  text-align: right;
  margin-top: 40px;
}
#left-column header #weather i {
  font-size: 20px;
}
#left-column header #weather span {
  font-family: "Cantarell", sans-serif;
  font-size: 16px;
  margin-left: 7px;
  vertical-align: top;
}

#right-column {
  display: block;
  height: auto;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  overflow: visible;
  background-color: #141E30;
}
#right-column.frontpage {
  background-color: #141E30;
  display: none;
}
#right-column::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  padding: 4px;
  border: 3px solid #243b55;
}
#right-column::-webkit-scrollbar-track {
  background: #243b55;
}
#right-column::-webkit-scrollbar-thumb {
  background-color: #141E30;
  width: 4px;
  padding: 4px;
  border-radius: 3px;
}
#right-column #header-placeholder {
  max-height: 350px;
  overflow: hidden;
}
#right-column #header-image {
  width: 100%;
}
#right-column .fullwidth-image {
  width: 100%;
}
#right-column #map {
  position: relative;
  height: 50%;
  min-height: 30vh;
  width: 100%;
  right: 0;
  top: 0;
}
#right-column .image-block {
  height: auto;
  width: 100%;
  direction: ltr;
  display: inline-block;
  text-align: center;
}
#right-column .image-block .img-column-3 {
  width: 100%;
  height: 25vh;
  float: left;
}
#right-column .image-block .img-column-3 img {
  width: 100%;
  height: 25vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#right-column .content {
  padding: 80px 15px;
  min-height: 100%;
}
#right-column .content h2 {
  font-size: 65px;
  color: white;
  font-family: "Fjalla One", sans-serif;
  padding-left: 10px;
}
#right-column .content h2:not(:first-child) {
  margin-top: 70px;
}
#right-column .content ol,
#right-column .content ul,
#right-column .content p {
  font-family: "Cantarell", sans-serif;
}
#right-column .content ol li,
#right-column .content ul li,
#right-column .content p li {
  font-size: 18px;
  line-height: 40px;
}
#right-column .content p {
  margin: 40px 0 20px;
  color: white;
  vertical-align: top;
}
#right-column .content ol,
#right-column .content ul {
  list-style-type: square;
  padding: 30px 55px;
  font-size: 17px;
  color: white;
  line-height: 27px;
}
#right-column .content .display {
  width: 100%;
  margin: 40px 0px;
}
#right-column .content .display:first-child {
  margin-top: 40px;
}
#right-column .content .display:last-child {
  margin-bottom: 80px;
}
#right-column .content .display .img-placeholder {
  display: inline-block;
  height: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#right-column .content .display .img-placeholder img {
  visibility: hidden;
  position: relative;
  left: 100%;
  transition: 1s;
  max-height: 600px;
  width: auto;
}
#right-column .content .display .description {
  display: inline-block;
  height: auto;
  padding: 0px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
#right-column .content .display .description h2 {
  font-size: 40px;
  font-family: "Fjalla One", sans-serif;
}
#right-column .content .display .description .thumbnails {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
#right-column .content .display .description .thumbnails .thumbnail {
  padding: 0px 5px;
}
#right-column .content .display .description .thumbnails .thumbnail:first-child {
  padding-left: 0px;
}
#right-column .content .display .description .thumbnails .thumbnail:last-child {
  padding-right: 0px;
}
#right-column .content .display .description .thumbnails .thumbnail img {
  width: 75px;
}
#right-column .content .display .description .btn-placeholder {
  width: 100%;
  text-align: right;
}
#right-column .content .display .description .read-more {
  border: 2px solid white;
  padding: 7px 14px;
  border-radius: 100px;
  color: white;
  background: rgb(51, 65, 82);
  font-size: 12px;
  transition: all 0.5s ease-in-out;
}
#right-column .content .display .description .read-more:hover {
  background: white;
  color: rgb(51, 65, 82);
}
#right-column .content .case {
  overflow: hidden;
  height: 25vh;
  width: 100%;
  background: #243b55;
}
#right-column .content .case a {
  display: block;
}
#right-column .content .case a img {
  width: 100%;
  height: 26vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
#right-column .content .case .img-placeholder {
  overflow: hidden;
  height: 25vh;
}
#right-column .content .case .case-text {
  height: 0;
  top: -77px;
  margin-left: 25vw;
  position: relative;
}
#right-column .content .case .case-text p {
  padding: 10px 20px;
  margin: 0;
  color: white;
  font-family: "Fjalla One", sans-serif;
}
#right-column .content .psection {
  width: 100%;
  padding: 30px 20px;
  margin: 20px 0px 40px;
  border-radius: 20px;
  background-color: #243b55;
}
#right-column .content .psection .ptext {
  width: 100%;
  margin: 0px;
  display: inline-block;
}
#right-column .content .psection .ptext span {
  display: inline-block;
  width: 100%;
}
#right-column .content .psection .ptext .position {
  color: #57ccff;
  font-size: 30px;
  font-weight: 600;
  font-family: "Fjalla One", sans-serif;
}
#right-column .content .psection .ptext .workplace {
  color: #8eb1dc;
  font-size: 19px;
  font-family: "Cantarell", sans-serif;
}
#right-column .content .psection .ptext .period {
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 21px;
  width: auto;
  font-family: "Cedarville Cursive", cursive;
}
#right-column .content .psection .ptext .pdescription {
  padding-top: 15px;
  display: block;
  color: white;
  font-size: 18px;
  font-family: "Cantarell", sans-serif;
}
#right-column .content .psection .ptext .pdescription a {
  font-size: 18px;
  color: white;
}
#right-column .content .psection .plogo {
  display: none;
  width: 20%;
  margin: 0px 0 20px;
  float: right;
  max-width: 120px;
  text-align: center;
}
#right-column .content .psection .plogo img {
  max-height: 50px;
  max-width: 120px;
  filter: drop-shadow(9px 9px 4px rgba(0, 0, 0, 0.3));
}
#right-column .content .psection ul {
  padding: 0px;
  margin: 20px 0px 0px;
}
#right-column .content .psection ul li {
  list-style: none;
  display: inline-block;
  background-color: #333;
  border-radius: 20px;
  padding: 0px 15px;
  font-size: 13px;
  line-height: 35px;
}
#right-column .content .pri-comp {
  padding: 20px;
  min-width: 100%;
  height: auto;
  background-color: #243b55;
  margin: 20px 0px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
}
#right-column .content .pri-comp .icon {
  height: auto;
  margin: 20px 10px;
  text-align: center;
}
#right-column .content .pri-comp .icon img {
  height: 80px;
  filter: drop-shadow(9px 9px 4px rgba(0, 0, 0, 0.3));
}
#right-column .content .pri-comp .comp-text {
  height: auto;
  text-align: center;
  width: 100%;
  padding: 20px;
}
#right-column .content .pri-comp .comp-text p {
  margin: 10px 0px 0px 0px;
}
#right-column .content .pri-comp .comp-text .comp-header {
  margin: 0px;
  color: #57ccff;
  font-size: 30px;
  font-weight: bold;
}
#right-column .content .pri-comp .comp-text .comp-desc {
  color: white;
  font-size: 18px;
}
#right-column .content .dotted-box {
  margin: 60px 0;
}
#right-column .content .dotted-box p {
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  top: -36px;
  left: 0px;
  background-color: #243b55;
  color: white;
  padding: 10px 10px 40px;
  max-width: 160px;
  font-size: 16px;
  position: relative;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#right-column .content .dotted-box ul {
  background-color: #243b55;
  border-radius: 20px;
}
#right-column .content .dotted-box ul li {
  min-height: 30px;
  color: white;
}
#right-column .content .dotted-box .box-header-container {
  height: 0;
}
#right-column .content .avatar {
  text-align: center;
}
#right-column .content .avatar .profile-img {
  border-radius: 125px;
  width: 250px;
  border: 6px solid white;
}
#right-column .content.contact {
  height: 70vh;
}
#right-column .content #bottom-btn {
  background-color: #243b55;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  margin: 70px auto 30px;
  text-transform: uppercase;
  transition: all 1s;
  max-width: 500px;
}
#right-column .content #bottom-btn a {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 25px;
  color: white;
  font-family: "Fjalla One", sans-serif;
  font-weight: bold;
}
#right-column .content #bottom-btn a i {
  position: relative;
  right: 10px;
  display: block;
  top: 10px;
  float: right;
  color: white;
  font-size: 46px;
}
#right-column .content #bottom-btn:hover {
  background-color: #243b55;
}
#right-column #frontpage-notification {
  width: 100%;
  text-align: center;
  height: 100%;
  padding-left: 20px;
  position: absolute;
}
#right-column #frontpage-notification.hidden {
  display: none;
}
#right-column #frontpage-notification span {
  margin: 0;
  position: relative;
  top: 40%;
  transform: translate(20px, -50px);
  font-size: 70px;
  font-family: "Fjalla One", sans-serif;
  color: rgba(255, 255, 255, 0.1);
}

#wrapper .inner-wrapper {
  min-height: 100vh;
  background-image: url("https://picsum.photos/2560/1440/");
  background-position: center top;
  background-blend-mode: darken;
  background-size: cover;
  background-color: rgba(20, 30, 48, 0.8);
  padding: 20px;
}
#wrapper #header {
  margin-bottom: 40px;
}
#wrapper #header #timedate {
  height: auto;
  font-family: "Work Sans", sans-serif;
  color: white;
}
#wrapper #header #timedate #date,
#wrapper #header #timedate #clock {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  text-transform: capitalize;
}
#wrapper #header #timedate .clock-container {
  float: right;
  text-align: left;
  width: 120px;
}
#wrapper #header #timedate #clock {
  float: left;
}

#lightbox {
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#lightbox p {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-size: 12px;
}
#lightbox #lightbox-img {
  height: 100vh;
}
#lightbox #lightbox-img img {
  box-shadow: 0 0 25px #111;
  width: 90%;
}

.fadeIn {
  animation: animat_show 0.8s;
  visibility: visible !important;
  left: 0% !important;
}

#login-page {
  background-image: url("https://picsum.photos/2560/1440/");
  background-position: center top;
  background-blend-mode: darken;
  background-size: cover;
  background-color: rgba(20, 30, 48, 0.8);
}
#login-page #wrapper {
  margin-top: 20vh;
  padding: 0px 30px;
}
#login-page #wrapper h1 {
  margin-bottom: 20px;
}
#login-page #wrapper #login_form label {
  margin-bottom: 5px;
  color: white;
}
#login-page #wrapper #login_form input {
  margin-bottom: 15px;
}
#login-page #wrapper #login_form button {
  width: 100%;
}

@keyframes animat_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 375px) {
  #left-column header {
    position: relative;
    top: 50%;
    margin-left: 10%;
    transform: translateY(-50%);
  }
  #left-column header .font-cor {
    font-size: 40px;
  }
}
@media screen and (min-width: 767px) {
  #left-column header {
    margin-left: 10%;
  }
  #left-column header .font-cor {
    font-size: 32px;
  }
  #left-column #lang-select #bottom-btn {
    display: none;
  }
  #left-column #lang-select #scroll-btn {
    display: none;
  }
  #left-column #lang-select .lang {
    visibility: visible;
  }
  #right-column.frontpage {
    background-color: rgba(74, 74, 74, 0.6);
    overflow: hidden;
  }
  #right-column .content {
    direction: ltr;
    min-height: 50%;
  }
  #right-column .content .pri-comp .icon {
    width: 50px;
    height: 50px;
    margin: 20px;
    text-align: left;
    float: left;
  }
  #right-column .content .pri-comp .icon img {
    height: 100%;
  }
  #right-column .content .pri-comp .comp-text {
    text-align: left;
    width: 70%;
    float: left;
    margin: 5px 10px 10px 0px;
  }
  #right-column .content .contact {
    height: 50%;
  }
  #right-column .content h2 {
    font-size: 60px;
    padding-left: 0px;
  }
  #right-column .content .display .description {
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) {
  #menu-btn .showDesktop {
    display: inline;
  }
  #menu-btn .showMobile {
    display: none !important;
  }
  #scroll-btn {
    display: none;
  }
  #sidenav {
    width: 40%;
  }
  #sidenav a {
    padding: 30px 0px 20px 30px;
    font-size: 35px;
  }
  .frontpage #right-column {
    display: inline-block;
  }
  #left-column {
    width: 40%;
    display: inline-block;
    height: 100vh;
  }
  #left-column header {
    margin-left: 10%;
  }
  #left-column header h1 {
    font-size: 50px;
    line-height: 44px;
  }
  #left-column header .font-cor {
    font-size: 41px;
  }
  #left-column header h2 {
    font-size: 33px;
  }
  #right-column {
    display: inline-block;
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    direction: rtl;
  }
  #right-column .fullwidth-image {
    width: 70%;
  }
  #right-column .image-block .img-column-3 {
    width: 33.3333333333%;
  }
  #right-column .content {
    padding: 80px 40px;
  }
  #right-column .content .display .img-placeholder {
    width: 25%;
    text-align: left;
    vertical-align: top;
  }
  #right-column .content .display .img-placeholder img {
    width: 100%;
    max-height: none;
  }
  #right-column .content .display .description {
    padding: 30px;
    width: 74%;
    text-align: left;
  }
  #right-column .content .case {
    width: 50%;
    display: block;
    float: left;
  }
  #right-column .content .case .img-placeholder {
    width: 100%;
    display: block;
    max-height: none;
  }
  #right-column .content .case .case-text {
    display: inline-block;
    margin-left: 0;
    position: relative;
    height: 0;
    top: -50%;
    width: 100%;
  }
  #right-column .content .case .case-text p {
    font-size: 18px;
  }
  #right-column .content .psection {
    padding: 50px;
  }
  #right-column .content .psection .ptext {
    width: 80%;
  }
  #right-column .content .psection .plogo {
    display: block;
  }
  #right-column .content .contact-info p {
    margin: 40px 0 20px;
    display: inline-block;
    width: 49%;
  }
  .fullscreen-bg {
    display: inline;
  }
}
@media screen and (min-width: 1440px) {
  #sidenav a {
    padding: 30px 0px 20px 60px;
  }
  #left-column header h1 {
    font-size: 110px;
    line-height: 98px;
    text-align: right;
  }
  #left-column header h2 {
    text-align: right;
  }
  #left-column header .font-cor {
    font-size: 80px;
    line-height: 70px;
  }
  #right-column .content h2 {
    font-size: 65px;
  }
  #right-column .content h2:not(:first-child) {
    margin-top: 80px;
  }
  #right-column .content .case .case-text p {
    font-size: 21px;
  }
}
@media screen and (min-width: 1920px) {
  #left-column header .font-cor {
    font-size: 110px;
    line-height: 70px;
  }
  #right-column .content .pri-comp {
    width: 29%;
  }
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
    left: 20%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 425px) {
  .fullscreen-bg {
    background: 0 0;
  }
  .fullscreen-bg__video {
    display: none;
  }
}
@media only screen and (max-device-height: 640px) and (orientation: landscape) {
  #right-column .content .case {
    height: 50vh;
  }
  #right-column .content .case a img {
    height: 50vh;
    width: 50%;
  }
  #right-column .content .case .case-text {
    height: 50vh;
    top: auto;
    bottom: 30vh;
    margin-left: 52vw;
  }
  #right-column .content .case .img-placeholder {
    height: 50vh;
  }
}
@media only screen and (min-height: 1000px) and (min-width: 580px) {
  #lightbox #lightbox-img img {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (hover) and (pointer: fine) {
  #right-column .content .case a {
    height: 25vh;
  }
  #right-column .content .case p {
    font-size: 25px;
    text-align: center;
    padding: 0;
    height: 25vh;
    line-height: 25vh;
    background: 0 0;
    color: #fff;
  }
  #right-column .content .case .case-text {
    height: 25vh;
    position: relative;
    top: -25vh;
    margin-left: 0;
    opacity: 0;
    transition: 0.5s ease;
  }
  #right-column .content .case .case-text:hover {
    background: rgba(47, 81, 106, 0.58);
    opacity: 100;
  }
}
@media only screen and (pointer: coarse) and (min-width: 1024px) {
  #right-column .content .case .case-text p {
    font-size: 18px;
    position: relative;
    top: -80px;
    margin-left: 30%;
  }
}/*# sourceMappingURL=style.css.map */