@import url('https://fonts.cdnfonts.com/css/type-machine');


body, html {
  font-family: 'Type Machine', sans-serif;
  width: 100%;
  margin: 0;
  height: 100%;
}

#page1,#page3,#page2,.container-fluid{
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

a{
  color: #352518 !important;
}
a:hover{
  color: #916e52 !important;
}

.main-page {
  background-image: url('../img/back.jpg');
  background-position: center;
  background-size: cover;
}

.scroll-wrapper{
  display: flex;
  justify-content: center;
}
.contact-page{
  background: #e1d4ad;
}
.logo{
  text-align: center;
}
.title,.contact,.dunkel-bier,.hell-bier{
text-align: center;
}
.more-page .logo{
  padding-top: 10%;
}
.comment{
  padding: 40px;
}

.df {display: flex}
.aic {align-items: center}
.jcc {justify-content: center}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
}
@media screen and (max-device-width: 450px) {
  .lead,.title{
    text-align: left;
  }
  .contact-page .logo{
    text-align: right;
  }
}
.contact-title{
  font-size: 1.8rem;
  padding-top: 3%;
}

.page4{
  background: #212529;
  color: #ffead9;
}
.navbar>.container-fluid{
  align-items: flex-start;
}
.page-footer a{
  color: #ffc595 !important;
}
.page-footer a:hover{
  color: #ffead9 !important;
}
.copy-right{
  padding-top: 16px;
}
.social{
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-imprint{
  background: #e1d4ad;
  padding-bottom: 30px;
}