@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

* {
  font-family: Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 1.5px;
  background-color: black;
}

html {
  scroll-padding-top: 130px;
}

/*Global*/
.big-container {
  width: 100%;
  height: 70vh;
  position: absolute;
}

.container {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.content {
  width: 100%;
  margin: auto;
  z-index: 2;
  transition: width .2s ease-out;
}

h1 {
  text-align: center;
  font-size: 3em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 3px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.vid-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Header */
.main-nav {
  background: black;
  height: 130px;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: background 0.5s;
}

.logo {
  width: 16em;
  position: absolute;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
  transition: height 0.5s;
}

.menu {
  list-style: none;
  margin: 20px;
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-out;
}

.menu li {
  margin: 20px 0 20px 0;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: black;
}

.menu li a {
  display: block;
  font-size: 25px;
  padding: 10px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
}

.menu li a:hover {
  background-color: white;
  color: black;
  transition: 0.5s;
}

.header {
  overflow: hidden;
  height: 110vh;
}

.main-nav .menu-icon {
  padding: 50px 15px;
  margin-top: 13px;
  float: right;
  cursor: pointer;
}

.main-nav .menu-icon .nav-icon {
  background: white;
  display: block;
  height: 3px;
  width: 30px;
  position: relative;
  transition: background .2s ease-out;
}

.main-nav .menu-icon .nav-icon:before {
  background: white;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  top: 10px;
}

.main-nav .menu-icon .nav-icon:after {
  background: white;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  top: -10px;
}

.main-nav .menu-btn {
  display: none;
}

.main-nav .menu-btn:checked~.menu {
  max-height: 500px;
}

.main-nav .menu-btn:checked~.menu-icon .nav-icon {
  background: transparent;
}

.main-nav .menu-btn:checked~.menu-icon .nav-icon:before {
  transform: rotate(-45deg);
  transition: background .2s ease-out;
  top: 0;
}

.main-nav .menu-btn:checked~.menu-icon .nav-icon:after {
  transform: rotate(45deg);
  transition: background .2s ease-out;
  top: 0;
}

a:hover {
  color: #ea5e13;
  transition: 0.5s;
}

.btn {
  text-decoration: none;
  color: white;
  padding: 8px 15px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 2em;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  font-family: 'Oswald', sans-serif;
}

.btn:hover {
  color: #ea5e13;
  transition: 0.5s;
  transform: scale(0.98);
}

/* Content */
#video {
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  text-align: center;
}


/* Projekte */
#projects {
  scroll-margin-top: 1em;
}

#projects p {
  line-height: 1.4;
  margin: 15px auto 15px auto;
  width: 90%;
  letter-spacing: 1.5px;
  text-align: justify;
}

.project-year {
  font-size: 1.0em;
  color: rgba(255,255,255,0.6);
  text-align: center;
  margin-top: -5px;
  margin-bottom: 8px;
}

.project-description {
  
  margin: 10px auto 15px auto;
  
  line-height: 1.6;
  font-size: 1em;
  color: rgba(255,255,255,0.85);
}

.project-role {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.95em;
  letter-spacing: 1px;

  font-weight: 600;
  text-transform: uppercase;
}


.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border: 5px solid #ffffff;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#podcast-icon {
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
}

#podcast-icon h2 {
  text-align: center;
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.wrap {
  display: inline-block;
  width: 100px;
  align-content: center;
  margin: 0 20px 0 20px;
  font-size: 0.7em;
}

.wrap img {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
}

.wrap p {
  text-align: center;
  margin-top: 5px;
  visibility: hidden;
}

.wrap:hover p {
  visibility: visible;
}

/* About us */
#about .ulteam {
  padding: 1.3em;
  line-height: 2;
  text-align: center;
  list-style: none;
  letter-spacing: 1.5px;
}

#about .grid-containerteam {
  align-items: center;
  display: block;
  justify-items: center;
  grid-template-areas: '. .';
  letter-spacing: 1.5px;
}

#about .profileimg {
  width: 300px;
  border-radius: 50%;
}

#about img {
  margin-top: 10px;
}
#about .text-box {
  text-align: center;
  width: 80%;
  margin: 0px auto;
  line-height: 1.7;
}

#about .content a {
  color: #ea5e13;
  text-decoration: none;
  font-size: 1.2em;
}

#contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Kontakt */
#contact .content {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

#contact .content p {
  text-align: center;
  margin: 20px;
  font-size: 1.5em;
  text-align: center;
}

#contact .content a {
  color: #ea5e13;
  text-decoration: none;
  font-size: 2em;
  font-family: Helvetica, sans-serif;
  line-height: 1.4;
  letter-spacing: 1.5px;
}

.form-group {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  border: 1px solid rgba(128, 128, 128, 0.199);
  margin-top: 5px;
}

textarea {
  resize: none;
}

button[type="submit"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 5px;
  font-size: 24px;
  border-radius: 8px;
  color: black;
  cursor: pointer;
  margin-top: 10px;
  transition: .3s ease background-color;
}

button[type="submit"]:hover {
  background-color: #ea5e13;
}

#status {
  width: 80%;
  max-width: 500px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  border-radius: 8px;
}

#status.success {
  background-color: green;
  animation: status 4s ease forwards;
}

#status.error {
  background-color: red;
  animation: status 4s ease forwards;
}

/* Footer */
footer {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: black;
  height: auto;
  padding-top: 40px;
  color: white;
}


.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-content p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
}

.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0.5rem 0;
}

.socials li {
  margin: 0 10px;
}

.socials a {
  text-decoration: none;
  color: white;
  transition: color .4s ease;
}

.socials a i {
  font-size: 1.1rem;
  transition: color .4s ease;
}

.socials a:hover {
  color: #ea5e13;
}

.footer-bottom {
  background: black;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
}

.footer-bottom span {
  text-transform: uppercase;
  opacity: .4;
  font-weight: 200;
}

#datenschutz {
  margin-bottom: 80px;
}

#datenschutz p {
  line-height: 1.4;
  margin: 15px auto 15px auto;
  width: 90%;
  letter-spacing: 1.5px;
  text-align: left;
}

#datenschutz h2 {
  line-height: 1.4;
  margin: 15px auto 15px auto;
  width: 90%;
  font-size: 1.5em;
}

#datenschutz a {
  line-height: 1.4;
  margin: 15px auto 15px auto;
  width: 90%;
  letter-spacing: 1.5px;
  text-align: left;
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

#datenschutz a:hover {
  color: #ea5e13;
}

/* Media Queries */
/* Tablet */
@media(min-width: 48em) {
  .content {
    width: 80%;
  }

  #projects p {
    margin: 15px auto 15px auto;
    text-align: justify;
    width: 100%;
  }
}
  /* Desktop */
  @media (min-width: 992px) {
    .logo {
      transform: translate3d(0, -50%, 0);
      left: 0;
      top: 50%;
      margin-left: 30px;
    }

    .menu li a:hover {
      border-radius: 5px;
    }

    .header li {
      float: left;
      margin-right: 30px;
      margin-top: 10px;
    }

    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }

    .header .menu-icon {
      display: none;
    }

    #about .grid-containerteam {
      display: grid;
    }

    .main-nav {
      background: transparent;
    }

    .main-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden;
      background: transparent;
    }

    .nav-scrolled {
      background: black;
    }

    .resp-container {
      padding-top: 50%;
    }


  }

  @keyframes status {
    0% {
      opacity: 1;
      pointer-events: all;
    }

    90% {
      opacity: 1;
      pointer-events: all;
    }

    100% {
      opacity: 0;
      pointer-events: none;
    }
  }



  #podcast-cover {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

#podcast-cover h2 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.podcast-cover-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.podcast-cover-img {
  width: 400px;   
  max-width: 90%; /* Verhindert, dass es auf dem Handy übersteht */
  border: 5px solid #ffffff;
  margin-bottom: 20px;
}

.podcast-links a {
  display: inline-block;
  margin: 10px 15px;
  font-size: 2.2em;
  text-decoration: none;
  color: white;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.podcast-links a:hover {
  color: #ea5e13;
  border-bottom: 2px solid #ea5e13;
}


.podcast-description {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.2em;
  width: 85%;
  max-width: 600px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
}




#portfolio-links {
  text-align: center;
  margin: 30px 0;
}

.portfolio-links-box p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.85);
}

.portfolio-links-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.portfolio-btn {
  text-decoration: none;
  color: white;
  padding: 8px 15px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  font-family: 'Oswald', sans-serif;
  margin-top: 20px;
}

.portfolio-btn:hover {
   color: #ea5e13;
  transition: 0.5s;
  transform: scale(0.98);
}

