@font-face {
  font-family: "myfont";
  src: url("../fonts/SctoGroteskA-Bold.woff2") format("woff");
}
@font-face {
  font-family: "myfont2";
  src: url("../fonts/SctoGroteskA-Medium.woff2") format("woff");
}
@font-face {
  font-family: "myfont3";
  src: url("../fonts/SctoGroteskA-Regular.woff2") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: myfont3;
  background: url(../img/base.png) #f4f4f4;
}
.body2 {
  font-family: myfont3;
  background: url(../img/base.png) #252422;
}
.container {
  width: 90%;
  max-width: 120rem;
  margin: auto;
}
.container2 {
  width: 90%;
  max-width: 120rem;
  margin: auto;
}
/*NAV*/
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9rem;
  padding: 2rem 0;
  font-size: 0.8rem;
  position: sticky;
  top: 0;
  background: url(../img/base.png) #f4f4f4;
}
nav img {
  width: 6.5rem;
}
nav ul {
  list-style: none;
  display: flex;
}
nav ul li {
  padding: 0 1.5rem;
}

nav ul li a {
  text-decoration: none;
  color: #252422;
  text-transform: uppercase;
}
nav ul li a:hover {
  text-decoration: underline #252422;
  text-underline-position: under;
}

nav span {
  display: flex;
}
nav span div {
  margin: 2px;
}
nav span img {
  width: 1.7rem;
}
nav span div {
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  border-radius: 50%;
}
/*header*/

.news span {
  display: block;
}

header h1 {
  font-size: 5.5rem;
  font-family: myfont;
  text-transform: uppercase;
}
.here {
  display: flex;
  justify-content: flex-end;
}
.punkt {
  width: 4rem;
  height: 4rem;
  background: #252422;
  border-radius: 50%;
  display: inline-block;
}
video {
  width: 100%;
}
/*main */
.zwischen {
  border-top: 1px solid #252422;
  text-transform: uppercase;
  margin-top: 1.5rem;
  padding-top: 1rem;
  margin-bottom: 3rem;
}
.zwischen p {
  font-size: 0.8rem;
}
.basic {
  display: grid;
  grid-template-columns: 3fr 1fr;

  padding-bottom: 15rem;
  border-bottom: 1px solid #252422;
}
.zwischenText span {
  display: block;
}
.zwischenText h2 {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.zwischenText a {
  text-decoration: none;
  font-size: 0.8rem;
  font-family: myfont2;
  color: #252422;
  border: 1px solid #252422;
  padding: 0.6rem 1.9rem;
  border-radius: 1.8rem;
  text-align: center;
}
.zwischenText a:hover {
  color: #fff;
  background: #252422;
  border: 1px solid #252422;
}
.basic img {
  width: 100%;
}
.featured {
  font-size: 2.5rem;
  font-family: myfont;
  margin: 8rem 0;
}

.featured span {
  display: block;
}
.slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
/* .slider::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.slider::-webkit-scrollbar-thumb {
  background: #9e9c9c;
  border-radius: 10px;
} */
.slider .slides1 {
  margin-right: 90px;
  padding-bottom: 5rem;
}
.slider .slides1 .goog {
  width: 120px;
}
.slider .slides1 .pat {
  width: 200px;
}
.slider .slides1 .air {
  width: 125px;
}
.slider .slides1 .her {
  width: 195px;
}
.slider .slides1 .under {
  width: 60px;
}
.slider span {
  display: block;
}
.slider p {
  border-top: 1px solid black;
  width: 21rem;
  padding-top: 1rem;
  font-family: myfont2;
}
.slider h2 {
  font-size: 1.9rem;
  margin-top: -0.5rem;
  margin-bottom: 5rem;
}
.slider h3 {
  font-family: myfont2;
  margin-bottom: 1.6rem;
}
.news2 {
  padding-top: 10rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 3rem;
}
.gross h1 {
  font-size: 5.5rem;
  font-family: myfont;
  text-transform: uppercase;
  color: #f9cdcd;
  margin-bottom: 2rem;
  line-height: 5rem;
}
.gross p {
  font-size: 1.3rem;
  font-family: myfont3;
  color: #f9cdcd;
  margin-bottom: 4rem;
}
.gross p span {
  font-size: 1.5rem;
  font-family: myfont2;
  display: inline;
}
.gross a {
  text-decoration: none;
  font-size: 1rem;
  font-family: myfont;
  color: #f9cdcd;
  border: 1px solid #f9cdcd;
  padding: 0.6rem 3rem;
  border-radius: 2rem;
  text-align: center;
}
.gross a:hover {
  color: #252422;
  background: #f9cdcd;
  border: 1px solid #fff;
}

.gross h1 span {
  display: block;
}
.punkt2 {
  width: 4rem;
  height: 4rem;
  background: #f9cdcd;
  border-radius: 50%;
  display: inline-block;
}

.featured2 {
  font-size: 2.5rem;
  font-family: myfont;
  color: #f9cdcd;

  margin: 10rem 0 5rem;
}
.featured2 span {
  display: block;
}

.crafted {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  grid-gap: 2rem;
  padding-top: 2rem;
  margin: 2rem 0 0.2rem;
  border-top: 1px solid #f9cdcd;
  color: #f9cdcd;
  width: 100%;
}
.crafted2 {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  grid-gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #f9cdcd;
  color: #f9cdcd;

  width: 100%;
}
.news-image {
  width: 100%;
}
.text {
  width: 100%;
  font-size: 2.4rem;
}
.text span {
  display: block;
}
.arrow {
  width: 2rem;
}
.unten {
  display: flex;
}
.unten2 {
  display: flex;
}
.unten p {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-right: 1rem;
  margin: 4.5rem 0;
}
.unten2 p {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-right: 1rem;
  margin: 7.5rem 0 4rem;
  align-items: flex-end;
}
.pfeil {
  grid-column: 3/4;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/*footer*/

footer {
  background: url(../img/base.png) #252422;
  color: #f4f4f4;
}
.logo2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5rem 0;
}
.logo_klein {
  width: 3.5rem;
}
.logo2 h2 {
  font-size: 2rem;
}
.logo2 h2 a {
  color: #f4f4f4;
}
.logo2 h2 span {
  display: block;
}
.array {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  padding-bottom: 150px;
}
label {
  display: block;
  font-size: 1.5rem;
}
input {
  background: none;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  width: 95%;
  height: 30px;
}
.array h2 {
  font-size: 1.5rem;
}

.mail h2::before {
  content: " •";
  position: relative;
  top: 5px;
  font-size: 4rem;
  vertical-align: sub;
}
.insta h2::before {
  content: " •";
  position: relative;
  top: 5px;
  font-size: 4rem;
  vertical-align: sub;
}
.initiatives h2::before {
  content: " •";
  position: relative;
  top: 5px;
  font-size: 4rem;
  vertical-align: sub;
}
.offices h2::before {
  content: " •";
  position: relative;
  top: 5px;
  font-size: 4rem;
  vertical-align: sub;
}
.insta a {
  color: #f4f4f4;
  text-decoration: none;
}
.dot {
  width: 10px;
  height: 10px;
  background: #f4f4f4;
  border-radius: 50%;
}
.back {
  background: url(../img/base.png) #181816;
}
.bottom {
  width: 90%;
  max-width: 120rem;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom p {
  font-size: 0.7rem;
  opacity: 0.3;
}

@media (max-width: 1000px) {
  * {
    font-size: 80%;
  }
}
.slider-page {
  font-family: myfont3;
  background: url(../img/base.png) #252422;
  color: #f9cdcd;
  z-index: 9999;
  display: none;
}
.container {
  width: 90%;
  max-width: 120rem;
  margin: auto;
}
.head {
  display: flex;
  height: 8rem;
  justify-content: space-between;
  align-items: center;
}
.head p {
  font-size: 1.1rem;
}
.collection {
  margin-left: -15rem;
}
.close {
  width: 4%;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 0.3rem;
}
.slide-image h3 {
  font-size: 1.5rem;
  font-family: myfont;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.slide-image p {
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  transition: all 0.2s ease-in;
}
.slider-page a {
  text-decoration: none;
  font-size: 1rem;
  font-family: myfont;
  color: #f9cdcd;
  border: 1px solid #f9cdcd;
  padding: 0.6rem 3rem;
  border-radius: 2rem;
  text-align: center;
}
.slider-page a:hover {
  color: #fff;
  background: #f9cdcd;
  border: 1px solid #fff;
}
.bild {
  border-left: solid 1px #f9cdcd;
  margin-left: 2rem;
  margin-bottom: 3rem;
}
.bild article {
  margin-left: 1.5rem;
  height: 33rem;
}
.slide-image img {
  width: 26rem;
  height: 27rem;
  transition: all 0.2s ease-in;
}
.slide-image .paragraph-hidden {
  display: none;
}

.slide-image {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.zahl {
  font-size: 0.8rem;
  position: relative;
  bottom: -3rem;
  left: -0.5rem;
  margin: 0;
}
