@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,500;0,700;1,500&display=swap");
* {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: 'Bodoni Moda', 'Times New Roman', Times, serif;
  }

p.sans, ul.sans li, .fulljob p, .fulljob td {
  font-family: sans-serif;
  font-weight: 380;
  font-stretch: wider;
}

.LogoLK {
  width: 11em;
}

.recapdisclaim {
  font-size: x-small;
  color: #ccc;
  margin-top: -20px;
  margin-bottom: 20px;
}

.recapdisclaim a {
  font-size: x-small;
  color: #ccc;
  font-weight: bold;
}

.grecaptcha-badge { visibility: hidden; }

h2.job-title {
  font-weight: lighter;
}

a {
    text-decoration: none;
    color: black;
}

.page {
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
} 

.container {
  padding: 2em 1em 0 1em;
  height: calc(100% - 2em);
  width: calc(100% - 2em);
  position: absolute;
  display: block;
  top: 0;
  left: 0%;
}

header {
    text-align: left;
    float: left;
    height: 80px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    }

header li + li {
  padding-left: 30px;
  }

.logo {
    font-size: 30px;
}

nav li {
    display: inline-block;
}

/*ICON abridged from:Bilal.Rizwaan/freefrontend.com*/

.icon {
  position: absolute;
  right: 10px;
  top: 38px;
  width: 25px;
  cursor: pointer;
  display: none;
}

.center-top,
.center-bottom,
.center {
  background: black;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  margin: 2px 0;
  transition: 0.5s;
}
.center-top.openclose {
  transform: translateY(5px) rotate(135deg);
  background: rgb(152, 152, 152);
}
.center-bottom.openclose {
  transform: translateY(-5px) rotate(-135deg);
  background: rgb(152, 152, 152);
}
.center.openclose {
  width: 0px;
  background: rgb(152, 152, 152);
}

/*PROJECT PANEL*/

.filterProjects {
    display: flex;
    height: 20px;
    width: 250px;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0px;
}

.filterProjects button {
    background-color: rgb(244, 244, 244);
    padding: 2px 10px;
    margin-left: 0px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    color: white;
}

.filterProjects button + button {
  margin-left: 8px;
}

.grid {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(auto-fill, minmax(400px, 5fr));
    grid-auto-rows: minmax(200px, 1fr);
    row-gap: .5em;
    column-gap: .5em;
    line-height: 40px;
    padding-top: .5em;
}

.filterDiv.show {
    vertical-align: middle;
    height: 250px;
    text-align: center;
    background-color: beige;
    display: flex; 
    border-radius: 0px; 
    background-color: grey;
    cursor: pointer;
}

.grid a {
        text-align: center; 
        margin: auto; /* Important */ 
        color: white;
    }
  
  .grid p {
    font-size: 25px;
  }
  
  .grid p:first-child {
    font-size: 90%;
    margin-bottom: -.5em;
  }

  .grid h2 {
    color: black;
    text-shadow: none;
    text-align: left;
    font-size: 35px;
    padding-bottom: 15px;
  }

  .grid .fulljob p {
    color: black;
    text-shadow: none;
    font-size: medium;
    line-height: 1.5;
    text-align: justify;
  }

  .grid p.subtitle {
    color: #ccc;
    padding-top: 0px;
    font-weight: bold
  }

  .imagegrid {
    display: grid;
    align-content: center;
    row-gap: .5em;
    column-gap: .5em;
  }

  .hooray {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 60%;
    height: 80%;
    background: white;
    box-shadow: 5px 0px 50px 1px rgba(0, 0, 0, 0.1);
    padding: 50px;
    overflow: scroll;
}

.modal.open {
  display: block;
  cursor: pointer;
}

.fulljob.open {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 60%;
  height: 75%;
  background: white;
  overflow: auto;
}

.filterDiv.show.defaultcursor {
  cursor: unset;
}


.grid:hover {
  background-color: white;
}

/*PROJECTS*/

.Kinemathek {
  background-image: url("./images/Thumbnails/Kinemathek_Thumb_RAW_1.jpg");
  background-color: gray;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  color: white;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  text-shadow: 0 0 3px black;
}

.Lara-Krude {
    background-image: url("./images/Thumbnails/LK_1 Kopie.jpg");
    background-color: gray;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }

.Post {
    background-image: url("./images/Thumbnails/Post-1.jpg");
    background-color: gray;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }

  .Australia {
    background-image: url("./images/Thumbnails/Australia_web.jpg");
    background-color: gray;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }

  .AVey {
    background-image: url("./images/Thumbnails/Vey_Thmb_2024_2.jpg");
    background-color: gray;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }

  .Hannoversche {
    background-image: url("./images/Project_View/Hannoversche/BTS/HV_BTS_10.jpg");
    background-color: gray;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }
  
  .Sparkasse {
    background-image: url("/images/Thumbnails/Sparkasse.jpg");
    background-color: gray;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }
  
  .Netto {
    background-image: url("/images/Thumbnails/Netto.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }

  .ThreeTV {
    background-image: url("/images/Thumbnails/3TV_Thumb.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }

  .ING {
    background-image: url("/images/Thumbnails/ING_Thumb_Whiteonly.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }

  .Google {
    background-image: url("/images/Thumbnails/Google_Thumbnail_2.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }

  .EON {
    background-image: url("/images/Thumbnails/EON4.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  }
  
  .Edeka {
    background-image: url("/images/Thumbnails/Edeka_Thumbnail_2022.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-shadow: 0 0 3px black;
  } 

/*HIDDEN ITEMS*/

.About {
    display: none;
}

.privacy{
  display: none;
  z-index: 3;
  position: absolute;
  top: 50px;
  left: 50px;
  background: white;
  color: gray;
  height: 80%;
  width: 80%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 30px;
  line-height: 24px;
  overflow: scroll;
  text-align: justify;
  font-size: 12px;
}

#privacy {
  display: none;
} 

.contact {
  padding: 50px 20px;
}

ul.contact  {
  list-style: none;
   padding:0.5em;
   margin-top:1em;
   -webkit-column-count:2;
   -webkit-column-gap:0.5em;
   -moz-column-count:2;
   -moz-column-gap:0.5em;
   -o-column-count:2;
   -o-column-gap:0.5em;
   column-count:3;
   column-gap:0.5em;
}

ul.contact  li {
  margin-left:0em;
   -webkit-column-break-inside:avoid;
   -moz-column-break-inside:avoid;
   -o-column-break-inside:avoid;
   -ms-column-break-inside:avoid;
}

ul.contact.sans {
  padding: 1em;
}


.linkprint {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: rgb(146, 146, 146);
  font-size: 12px;
}
.linkprivacy {
  position: absolute;
  bottom: 10px;
  right: 100px;
  color: rgb(146, 146, 146);
  font-size: 12px;
}

.modal {
  position: absolute;
  background: rgba(255, 255, 255, .7);
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}

.fulljob {
  display: none;
}

.fulljob img {
  vertical-align: middle;
  align-content: center;
  object-fit: cover;
  height: 100%;
}

.fulljob p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gridbox {
  display: inline-block;
  height: fit-content;
}

.photo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /*display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, auto));
  grid-auto-rows: minmax(100px, 500px);
  row-gap: .5em;
  column-gap: .5em;*/
  gap: 15px;
}

.photo-grid img {
  overflow: hidden;
  max-height: 250px;
}

th, td {
  padding: 0 50px 0 0;
  border-spacing: 0;
  border: none;
  column-gap: 0;
  vertical-align: top;
}

.grid .table {
  line-height: 30px;
  font-size: 14px;
}

.filterDiv.show {
  color: black;
  text-align: left;
  text-shadow: none;
}

/*TOGGLE MENU ITEMS*/

.tab li.tab-active a {
    color: #ccc;
    transition: all ease-in-out 300ms;
  }

/* FILTER PROJECTS*/

.filterDiv {
  display: none;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: rgb(255, 255, 255);
}
/* Add a dark background to the active button */
.btn.active {
  background-color: rgb(205, 205, 205);
  color: white;
}

/*CONTACT FORM Courtesy of: https://www.majesticform.com*/


/*CONTACT FORM / Source: https://www.w3schools.com/howto/howto_css_contact_form.asp*/

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  max-width: 800px;
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=email], select, textarea {
  width: 100%; /* Full width */
  max-width: 800px;
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #575757;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #747474;
}

/* Add a background color and some padding around the form */
.Contact {
  position: fixed;
  top: 15%;
  left: 25%;
  z-index: -5;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  max-width: 1000px;
} 

.portrait {
  height: 30em;
  float: right;
} 

.contact-container {
  height: auto;
}

.contact-lmnt {
  float: left;
  width: 40%;
  padding-top: 50px;
}

.contact-lmnt:first-child {
  float: left;
  width: 60%;
}

p.sans {
  padding-right: 40px;
}

/*RESPONSIVE MENU*/

#myTopnav {
  display: block;
}

@media screen and (min-width: 1100px) {
  .container {
    width: 70%;
    left: 15%;
    position: relative;
  }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {

  header {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    padding-top: 20px;
    padding-left: 1em;
    background-color: white;
  }
    .icon {
      float: right;
      display: block;
      padding-right: 1.3em;
    }
  
    header li:first-child {
      padding-left: 30px;
    }

  #myTopnav {
    display: none;
    height: 200px;
    width: 110px;
    z-index: 999;
    position: absolute;
    overflow: visible;
    right: 60px;
    background-color: white;
  }

  nav li {
    display: block;
    cursor: pointer;
    line-height: 50px;
  }

  .tablinks {
    z-index: 5;
  }

  ul.contact  {
     padding:0em;
     column-count:2;
     column-gap:0.5em;
  }

  .portrait {
    height: auto;
    width: 100%;
    float: right;
  } 

  .grid {
    grid-template-columns: none;
  }

}

@media screen and (max-width: 430px) {
  ul.contact  {
     padding:0em;
     column-count:1;
     column-gap:0em;
  }

  ul.contact  {
    list-style: none;
     padding:0.5em;
     margin-top:1em;
     -webkit-column-count:1;
     -webkit-column-gap:0.5em;
     -moz-column-count:2;
     -moz-column-gap:0.5em;
     -o-column-count:2;
     -o-column-gap:0.5em;
     column-count:1;
     column-gap:0.5em;
  }


  .contact-lmnt:first-child {
    float: left;
    width: 100%;
  }
  .portrait {
    display: none;
  }

}


