@import "/fonts/Jost/Jost.css";

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  background-color: rgb(250, 250, 250);
  scroll-behavior: smooth;
}

header {
  display: block;
  height: 900px;
  max-height: calc(100vh - 0px);
  position: relative;
  border-bottom: 1px solid #fff;
  background-color: #111;

}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
ul {
  margin: 0;
}
header nav {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 10px 10px;
  -webkit-backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
header nav .nav-title {
  flex: none;
}
header nav .nav-btns {
  flex: none;
  text-align: right;
  padding: 0 10px;
}
header nav .nav-btns .btn-more {
  width: 40px;
  height: 40px;
  display: inline-block;
}
header nav .nav-btns .btn-more svg {

}
header nav .nav-list {
  list-style: none;
  padding: 0;
  flex: 1;
  text-align: right;
  font-weight: 300;
  letter-spacing: 0.3px;
  font-size: 1.15em;
  margin: 7px 0;
}
@media screen and (max-width: 600px) {
  header nav  {
    display: block;
  }
}
header nav .nav-list li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  header  nav .nav-list li {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 1.1em;
  }
}
header nav .nav-list li a {
  color: inherit;
  text-decoration: inherit;
}

header .title-container {
  position: absolute;
  bottom: 10px;
  padding: 10px 10px;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  padding: 10px 10px 20px 30px;
  font-family: 'Jost';
  z-index: 2;
}
header .title-container .title h1 {
  font-size: 6em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
}
header .title-container .subtitle h2 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  header .title-container .title h1 {
    font-size: 4.5em;
  }
  header .title-container .subtitle h2 {
    font-size: 1.5em;
  }
  header .title-container {
    padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  header .title-container .title h1 {
    font-size: 4em;
  }
  header .title-container .subtitle h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 360px) {
  header .title-container .title h1 {
    font-size: 3.5em;
  }
  header .title-container .subtitle h2 {
    font-size: 1.2em;
  }
}
header .header-slide {
  height: 100%;
  width: 100%;
}
header .header-slide .swiper-container {

  height: 100%;
  width: 100%;
}
.swiper-pagination-bullets .swiper-pagination-bullet {

  opacity: 0.7;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev {

}
header .header-slide .slide-header-image {
  width: 100%;
  height: 100%;
  background-image: url('/images/hemd_schwarz_2.jpeg');
  background-position: center -20px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

button {
  padding: 5px 10px;
  border: none;
  background-color: #1e876b;
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 300;
  cursor: pointer;
  font-family: 'Jost';
}

main {
  box-sizing: border-box;
  font-family: 'Jost';

}
.topic-wrapper {
  padding: 20px 10px;
  color: #111;
  background-size: cover;
  background-position: center;
}
.topic-wrapper a {
  color: inherit;
}
.topic-wrapper .topic-inner {
  max-width: 1000px;
  margin: auto;
}
.topic-wrapper:nth-of-type(1) {
  background-color: rgb(250, 250, 250);
  color: #fff;
  text-align: left;

}
.topic-wrapper:nth-of-type(2) {
  background-color: #2a2a2a;
  color: #fff;
  text-align: right;

}
.topic-wrapper:nth-of-type(3) {
  background-color: #178066;
  color: #fff;
  text-align: left;

}
.topic-wrapper:nth-of-type(1) button {
  background-color: #1e876b;
  color: #fff;
}
.topic-wrapper:nth-of-type(2) button {
  background-color: #282828;
  color: #fff;
}
.topic-wrapper:nth-of-type(3) button {
  background-color: #ffffff;
  color: #111;
}
.topic-wrapper .topic-title {
  margin: 10px 0;
}
.topic-wrapper .topic-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
}
.topic-wrapper .topic-article {
  font-size: 1.1em;
  font-weight: 300;
}
.topic-wrapper .topic-links {
  margin: 20px 0 0;

}
.topic-wrapper .topic-links a {
  text-decoration: none;
}

.about-section {
  font-family: 'Jost';
  background-color: rgb(247, 247, 247);
  padding: 30px 10px 20px;
}
.about-section .inner {
  max-width: 1000px;
  margin: auto;
  text-align: center;

}
.about-section h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  text-align: center;
}
.about-section .inner p {
  letter-spacing: 0.2px;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 170%;
}

.some-items-list {

}
.some-items-list a {
  text-decoration: inherit;
  color: inherit;
}
.some-items-list .some-item {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}

.some-items-list .some-item .icon {
  width: 30px;
  height: 30px;
  margin: auto;
}
.some-items-list .some-item .label {
  display: inline-block;
  display: none;
}


.photos-container {
  margin: 20px 0;

}
.photos-container h3 {
  text-align: center;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.photos-view {
  font-size: 0;
  text-align: center;
}
.photos-view .photo-item {
  width: 20%;
  height: 12vw;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .photos-view .photo-item {
    width: 25%;
    height: 15vw;
  }
}
@media screen and (max-width: 1100px) {
  .photos-view .photo-item {
    width: 33.33%;
    height: 20vw;
  }
}
@media screen and (max-width: 600px) {
  .photos-view .photo-item {
    width: 100%;
    height: 60vw;
  }
}
.photos-view .photo-item .preview {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}


.contact-view {
  background-color: rgb(235, 235, 235);
  color: #222;
  padding: 20px 0;
}
.contact-view h3 {
  font-size: 1.8em;
  text-align: center;
}
.contact-view a {
  color: inherit;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.contact-list li {
  font-weight: 200;
  margin: 10px 0;
}
.contact-list li strong {
  font-weight: 400;
}
.rightly {
  text-align: center;
}
