@font-face {
  font-family: 'Campton Light';
  src: url('fonts/Campton-LightDEMO.otf');
}
@font-face {
  font-family: 'Campton Bold';
  src: url('fonts/Campton-BoldDEMO.otf');
}

html{
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

body {
  /* height: 400vh; */
  color: white;
  margin: 0 auto;
  background-color: #25537c;
  font-family: 'Campton Light'
}

a{
  color: white;
  text-decoration: none;
}
a:hover{
  color: white;
  
}
h2 {
  font-family: 'Campton Bold';
  font-size: 1.2rem;
}
#main {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  width: 100%;
}

#BG {
  width: 100%;
  height: 20vw;
  max-height: 20vh;
  background-image: url('imgs/HeaderBG.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


#logo {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 2% auto;
}


.prdSpecs {
  min-height: 8.5vh;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.prdSpecs.right{
  text-align: center;
}

.prdSpecs.left{
  text-align: left;
  a
}

.prdStyle {
   text-align: center;
   /* min-width: 300px; */
   max-width: 386px;
   margin: 0 auto;
}


.prdStyle .prdTitle{
  font-family: 'Campton Bold';
  display: block;
  font-size: 1.5em;
  color: white;
  background-color: #010b07;
  padding: 1vh 0;
}

.prdStyle .nonAlc {
  background-color: #936d19;
}

.prdStyle .prdImg {
  margin: 1vh 0;
  background-color: white;
}

.prdStyle .prdImg img {
  padding: 10px 0;
}

.prdStyle .prdInfo{
  padding-top: 5px;
}

.prdStyle .prdInfo .row1 {
  font-weight: lighter;
}

.prdStyle .prdInfo .row2 {
  font-weight: bolder;
}

.prdStyle .prdInfo .row3 {
  font-weight: lighter;
}

/* img {
  display: block;
  max-width: 100%;
  height: auto;
} */

.prdStyle:last-child {
}


#gallery {

}

#IMG_1 {
  background-image: url(imgs/IMG_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 55vh;
}

#IMG_2 {
  background-image: url(imgs/IMG_2.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 25vh;
}

#IMG_3 {
  background-image: url(imgs/IMG_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40vh;

  /* background-image: url('http://www.pets4homes.co.uk/images/articles/1111/large/feline-influenza-all-about-cat-flu-5239fffd61ddf.jpg'); */
  /* background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 66.64%; */
}

#muster {
  background-image: url(imgs/muster.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 2vh auto;
  height: 50px;
  width: 100px;
}

#star {
  background-image: url(imgs/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 2vh auto;
  height: 50px;
  width: 100px;
}

#IMG_4 {
  background-image: url(imgs/IMG_4.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 35vh;
}

#IMG_5 {
  background-image: url(imgs/IMG_5.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 35vh;
}

/* Footer Img */
#IMG_6 {
  background-image: url(imgs/FooterBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gallery .row {
  margin-top: 2vh;
}

.impressum {
  position: relative;
  font-weight:bold;
  font-size: 2em;
  line-height: 2rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .impressum{
    font-size: 1.5em;
  }
}


.address{
  padding: 30px;
}

#footer #BG {
  margin-top: 40px;
  background-image: url(imgs/FooterBG.png);
  background-position: bottom;
}
