body {
  font-fsamily: sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.slider-landing {
  height: 100vh;
  background-color: orange;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slider-landing:hover {
  background-color: grey;
}
#pic-1 {
  background-image: url(assets/images/2023/johanna_trube_23_7.JPG);
}
#pic-3 {
  background-image: url(assets/images/2023/johanna_trube_23_10.JPG);
}
#pic-2 {
  background-image: url(assets/images/2023/johanna_trube_23_2.JPG);
}
#pic-4 {
  background-image: url(assets/images/2023/johanna_trube_23_21.JPG);
}
.grey {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.header {
  position: absolute;
  background-color: rgba(30, 30, 30, 0.8);
  top: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10;
  padding: 30px 20px;
  text-align: right;
}
.header h1 {
  padding-left: 20px;
  font-weight: bold;
  font-size: 3.5em;
  color: #ffbd73;
  font-family: Indie Flower, sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
}
/* neuversuch */
.header2 {
  max-width: 800px;
  background-color: #fff;
  margin-top: 50px;
}
.header2 h1 {
  font-size: 2.5em;
}
#footer {
  position: absolute;
  background-color: rgba(30, 30, 30, 0.8);
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 20px;
  padding-left: 40px;
  text-align: right;
  color: rgb(179, 179, 179);
}
#footer a {
  display: inline-block;
  color: inherit;
  padding-right: 40px;
  text-decoration: none;
}
#footer a:hover {
  color: white;
}
.header .main-menu-desktop {
  padding-right: 20px;
  font-size: 1.7em;
  font-weight: bold;
  color: orange;
  text-transform: none;
  font-family: Indie Flower, sans-serif;
  text-decoration: none;
}
.header a:hover {
  color: grey;
}
.pic-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: rgba(255, 173, 81, 0.7);
  padding: 40px 20px;
  padding-bottom: 60px;
}
.contact-content {
  position: absolute;
  top: 15%;
  width: 95%;
}
.contact {
  height: 100%;
}
.col-lg-6 {
  padding: 0;
}
.first-col {
  color: #555;
  font-weight: bold;
}
#personal-img:hover {
  width: 270px;
}
#personal-img {
  scale: 1;
  transition: width 0.8s;
  width: 250px;
  border-radius: 10px;
  float: right;
}
/* Gallery */
.column img {
  border: 10px solid white;
}
.column {
  -msflex: 25%;
  flex: 25%;
  margin-top: 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.img-m {
  max-height: 70vh;
  width: auto;
}
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.right,
.left {
  position: absolute;
  top: 30%;
  right: 35px;
  color: #454;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  max-width: 20%;
  z-index: 200;
}
.left {
  right: 0;
  left: 35px;
}
.right:hover {
  color: #fef;
}
.left:hover {
  color: #fef;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.cld-main {
  margin: auto;
  display: block;
}
/* Accordion panel */
.accordion {
  background-color: rgba(240, 240, 240, 0.6);
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  font-weight: bold;
  transition: 0.4s;
  text-align: center;
}
.active,
.accordion:hover {
  background-color: #ffbd73;
  border: none;
}
.panel {
  padding: 0px 18px;
  background-color: rgba(0, 0, 0, 0);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
  margin: 20px;
}
.accordion:focus {
  border: none;
}
.panel a {
  color: blue;
}
/* Drop-Down-Button */
.dropbtn {
  background-color: orange;
  color: white;
  padding: 10px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  display: none;
  position: fixed;
  top: 20px;
  right: 10px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: fixed;
  right: 10px;
  background-color: rgba(30, 30, 30, 0.9);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.dropdown-content a {
  color: orange;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.dropdown-content a:hover {
  background-color: orange;
}
.show {
  display: block;
}
/* Vita */
.vita {
  position: relative;
}
.vita-content,
.section-content {
  background-color: white;
  max-width: 800px;
  margin: 20px auto;
  padding: 30px 40px;
  margin-bottom: 70px;
  background-color: rgb(250, 250, 250, 0.8);
  -webkit-box-shadow: 13px 11px 41px -4px rgba(82, 79, 82, 1);
  -moz-box-shadow: 13px 11px 41px -4px rgba(82, 79, 82, 1);
  box-shadow: 13px 11px 41px -4px rgba(82, 79, 82, 1);
}
/* Neuversuch */
.vita-neu {
  background-color: #fff;
  -webkit-box-shadow: 13px 11px 41px -4px rgba(82, 79, 82, 0);
  -moz-box-shadow: 13px 11px 41px -4px rgba(82, 79, 82, 0);
  box-shadow: 13px 11px 41px -4px rgba(82, 79, 82, 0);
  margin-top: 0;
  padding-top: 0;
}
.vita-neu h2 {
  margin-bottom: 15px;
}
.vita-content #personal {
  margin-top: 0;
}
.vita-content div {
  margin: 50px 0;
}
.footer-vita {
  background-color: rgba(231, 229, 229, 0.629);
  text-align: right;
  color: rgb(82, 80, 80);
  padding: 20px;
}
.footer-vita a {
  display: inline-block;
  color: inherit;
  padding-right: 40px;
  text-decoration: none;
}
.footer-vita a:hover {
  color: white;
}
/* Contact-Form */
input[type='text'],
select,
textarea {
  width: 100%; /* Full width */
  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) */
}
label {
  font-weight: bold;
  font-size: 20px;
}
input[type='submit'] {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type='submit']:hover {
  background-color: #45a049;
}
input[type='submit']:disabled {
  background-color: #aaa;
  color: #999;
}
.container {
  padding: 20px;
  width: 80%;
  min-width: 400px;
  margin: auto;
  display: block;
}
/* Table */
.first-col {
  width: 200px;
}
#engagement tr {
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  video {
    width: 30%;
  }
}
/* Media */
@media (max-width: 1000px) {
  .main-menu-desktop {
    display: none;
  }
  .dropbtn {
    display: block;
  }
  .header h1 {
    font-size: 2.5em;
    position: relative;
    text-align: left;
    padding-left: 5px;
    display: inline;
    top: auto;
    left: auto;
  }
  .header {
    padding: 2px 5px;
    text-align: left;
  }
  .column {
    flex: 50%;
    -msflex: 50%;
  }
  .contact {
    display: block;
  }
  .contact-content {
    top: 5%;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .column {
    flex: 100%;
    -msflex: 100%;
  }
  .contact {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    height: 100%;
  }
  #pic-4 {
    padding: 0;
    min-height: 90vh;
  }
  .contact-content {
    top: 5%;
    margin: 0;
  }
  .slider-landing {
    height: 60vh;
  }
  label {
    font-size: 15px;
    margin-bottom: -15px;
  }
  .container {
    padding: 5px 20px;
    width: 98%;
    min-width: 200px;
  }
  input {
    height: 20px;
    margin: 10px auto;
  }
  textarea#Nachricht {
    height: 50px;
    width: 100%;
    padding: 20px auto;
  }
  input[type='submit'] {
    margin: -10px auto;
    height: auto;
    padding: 5px 10px;
  }
  h1 {
    font-size: 30px;
  }
  img#personal-img {
    margin: 15px auto;
    float: none;
    display: block;
  }
  .first-col {
    width: 150px;
  }
  td {
    vertical-align: top;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
  }
  .vita-content,
  .vita-neu {
    padding: 10px;
  }
  #myModal img {
    width: 80%;
  }
  .right {
    right: 3px;
  }
  .left {
    left: 3px;
  }
  video {
    width: 95%;
  }
  #calendar {
    display: none;
  }
  .footer-vita {
    background-color: white;
  }
  #footer {
    background-color: #444;
    position: relative;
    text-align: right;
    color: rgb(0, 0, 0);
    padding: 20px;
  }
}
