/* Components */
@import url('./components/button.css');
@import url('./components/button.mobile.css');

@import url('./components/navbar.css');
@import url('./components/navbar.mobile.css');

@import url('./components/burger-menu.css');

@import url('./components/skillcard.css');
@import url('./components/skillcard.mobile.css');

@import url('./components/footer.css');
@import url('./components/footer.mobile.css');

@import url('./components/person-card.css');
@import url('./components/person-card.mobile.css');

@import url('./components/career-card.css');
@import url('./components/career-card.mobile.css');

@import url('./components/input-field.css');
@import url('./components/textarea.css');

/* Views */
@import url('./views/homepage.mobile.css');
@import url('./views/homepage.css');

@import url('./views/impressum.css');
@import url('./views/impressum.mobile.css');

@import url('./views/about-us.tablet.css');
@import url('./views/about-us.mobile.css');
@import url('./views/about-us.css');

@import url('./views/skills.css');
@import url('./views/skills.mobile.css');

@import url('./views/projects.css');
@import url('./views/projects.mobile.css');

@import url('./views/contact.css');
@import url('./views/contact.mobile.css');

@import url('./views/career/career.css');
@import url('./views/career/carreer.mobile.css');

@import url('./views/projects/project.css');
@import url('./views/projects/project.mobile.css');

@import url('./views/jobs/job.css');
@import url('./views/jobs/job.mobile.css');

:root,
:before,
:after {
  --primary-background-color: rgb(0 0 0 / 0%);
  --secondary-color: #de9151;
  --primary-backdrop-filter: blur(5px);
  --content-text-mobile-font-size: 17px;
  --header-font-size: 35px;
  --content-header-mobile-font-size: 25px;
  --content-spacing: 20px;
}

.logo,
.text {
  position: relative;
  z-index: 2;
}

.logo img {
  width: 200px;
  margin-bottom: 20px;
}

.text {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Mobile view */
@media only screen and (max-width: 768px) {
  .logo img {
    width: 150px;
  }

  .text {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .content-header {
    font-size: 25px !important;
  }
  .homepage-section-one-left-item .content-text {
    letter-spacing: 0px !important;
    letter-spacing: 0px !important;
    font-size: 14px !important;
  }
}

/* Common */
.text-center {
  text-align: center;
}

.content-header-container {
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: rgb(226 226 226);
}

.content-preheader {
  color: #de9151;
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  margin: 0;
}

.content-header {
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  margin: 0;
  color: rgb(226 226 226);
}

.content-text {
  margin: 0;
  font-family: 'muli', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--content-text-mobile-font-size);
  color: rgb(226 226 226);
}

.content-text-small {
  margin: 0;
  font-family: 'muli', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  color: rgb(226 226 226);
}

.content-text-bold {
  margin: 0;
  font-family: 'muli', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: rgb(226 226 226);
}

.content-header-black {
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  margin: 0;
  color: black;
}

.content-text-black {
  margin: 0;
  color: black;
  font-family: 'muli', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.content-text-bold-black {
  margin: 0;
  color: black;
  font-family: 'muli', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
