@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400..800&display=swap');



/* CSS Variables */
:root {
  --blue: #123786;
  --platin: #888376;
  --midice: #BFCBD1;
  --lightice: #E9EEF0;
  --dark: #202022;
  --white: #fff;
}

html {
  box-sizing: border-box;
  font-family: Montserrat, Helvetica, sans-serif;
  color: var(--dark);
  scroll-behavior: smooth;
}

body {
  background: var(--blue);
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}



img {
  max-width: 100%;
}

h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: -0.05rem;
  line-height: 3.8rem;
  color: var(--blue);
  margin-bottom: 1rem;
}

h1.titel {
  margin-top: 30vh;
  font-size: clamp(3rem, 8.0vw, 10vh);
  line-height: 0.8em;

    text-shadow: 0 4px 25px rgba(255, 255, 255, 0.85);
}

h2 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65em;
  letter-spacing: -0.01em;
  color: var(--lime);
  margin: 0.5em 0 0.5em;
}

.sub {
  font-size: 1.9em; letter-spacing: .25em;
  font-size: clamp(1.3rem, 2.7vw, 3vh);
  line-height: 1em;
  text-shadow: 2px 2px 40px rgba(255, 255, 255, 0.98);
}

h3{
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6em;
  letter-spacing: -0.01em;
  color: var(--blue);
  margin: 50px 0 10px;
}

p{
  font-size: 1.1rem;
  line-height: 1.85rem;
  margin-bottom: 1em;
  padding-right: 8vw;
}

li{
  list-style: square;
  font-size: 1.1rem;
  line-height: 1.85rem;
  margin-bottom: 0.5em;
}



.bold{
  font-weight: 800;
}
.platin{
  background: var(--platin);
}
.blue{
  background: var(--blue);
}
.white{
  background: var(--white);
}
.dark{
  background: var(--dark);
}
.lightice{
  background: var(--lightice);
}



/* Frame */

header {
  width: 100vw;
  margin-top: 0;
  height: 95vh;
  height: 95svh;
  background: url(img/HeaderKueche2.jpg) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
  text-align: center;
}

.wrapper {
  display: grid;
  grid-gap: 0px;
  z-index: 999;
  max-width: 1280px;
  text-align: left;
  margin: -25vh auto 0;
}

.imprintwrapper {
  display: grid;
  grid-gap: 0px;
  z-index: 999;
  max-width: 1280px;
  text-align: left;
  margin: -65vh auto 0;
}

.text {
  display: grid;
  grid-gap: 0px;
  margin: 0 3.5vw 0;
  padding: 6rem 8vw;
  background:  var(--white);
} 


.info {
  box-shadow: var(--shadow);
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 3.5vw 0;
  padding: 4rem;
  align-items:center ;
  z-index: 99;
}

.cta {
  font-size: 1.4em;
  line-height: 1.5em;
  }

/* Footer */
footer {
  margin: 0 75px;
  background: var(--ice);
  color: var(--light);
  text-align: center;
  padding: 1rem;
}

a {
  color: var(--lime);
  font-weight: 500;
}
a:hover {
  text-decoration: none;

}

footer a {
  text-decoration: none;
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 800;
}

footer a:hover {
  text-decoration: underline;
}



/* Navigation */
.main-nav {
  width: 100%;
  margin: 25vh 0 0;
}

.main-nav ul {
  display: grid;
  grid-gap: 2px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 75px;
}

.main-nav a {
  font-family: 'Montserrat', serif;
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #f6fbff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.8rem 1.2rem;
  letter-spacing: 0.08rem;
  border-radius: 0.2em;
  box-shadow: var(--shadow);
}

.main-nav a:hover {
  background-color: var(--ice);
  transition: all 0.25s ease-in 0s;
  color: var(--white);
}

/* Media Queries */
@media (max-width: 1500px) {
  
.sub {
  font-size: 1.4em; letter-spacing: .25em;
  line-height: 1.0em;

}
}

/* Media Queries */
@media (max-width: 780px) {
  
 
h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 3.3rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

h1.titel {
  margin-top: 27vh;
}

h2 {
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.45em;
  margin: 0.2em 0 0.5em;
}

.sub {
  font-size: 1.2em; letter-spacing: .25em;
  line-height: 1.0em;

}

h3{
  font-weight: 700;
  font-size: 1.65rem;
  line-height: 1.05em;
  letter-spacing: -0.01em;
  color: var(--blue);
  margin: 50px 0 10px;
}

p{
  font-size: .9rem;
  line-height: 1.25em;
  margin: 0.2em 0 0.5em;
  padding-right: 0;

}

p.media {
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.45em;
  margin: 0.2em 0 0.5em;
}

li{
  list-style: square;
  font-size: 1.1rem;
  line-height: 1.35rem;
  margin-bottom: 0.5em;
}


.wrapper {
  margin: -26vh auto 0;
}

.text {
  margin: 0 4vw 0;
  padding: 2rem 8vw;
  background:  var(--white);
} 


.info {
  grid-template-columns: repeat(1, 1fr);
  margin: 0 3.5vw 0;
  grid-gap: 30px;
  padding: 4rem 2rem;
  align-items:center ;
  z-index: 99;
}

.cta {
  font-size: 1.3em;
  line-height: 1.5em;
  }

}



/* Media Queries */
@media (max-width: 460px) {
  
  header {
    height: 90vh;
    height: 90svh;
    background: url(img/HeaderKueche3.jpg) no-repeat center center;
  }
 
  h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
  
  h1.titel {
    margin-top: 22vh;
  }
  
  
  .sub {
    font-size: 1.1em; letter-spacing: .25em;
    line-height: 0.9em;
  
  }
  
 
  
    .info {
      display: grid;
      grid-gap: 30px;

      padding: 4rem 2rem;

    }
  
  }