@charset "utf-8";
/* CSS Document */
/* index */
#datenschutz #header, #presseSeite #header, #kontaktSeite #header, #angeboteSeite #header, #melchiorSeite #header {
  height: 40px;
}
#logoBG {
  background: url(../images/logo.jpg);
  background-size: auto 96%;
  background-repeat: no-repeat;
  background-position: center 10px;
}
#melchiorBG {
  background-image: url("../images/logoWhite250.png");
  background-repeat: repeat;
  background-size: auto 20%;
  background-color: #BFAE6A;
  background-color: #686662;
  background-color: #B49F46;
}
#galerieName {
  margin-top: 2%;
  padding: 0;
  margin-bottom: 3%;
}
#melchiorSeite #mainTitle {
  text-align: center;
  font-size: 180%;
  letter-spacing: 2px;
  padding-bottom: 1%;
font-family: "classico-urw", Arial, Helvetica, sans-serif;
font-weight: 500;
font-style: normal;
  color: #fff;
}
#melchiorSeite video {
  max-width: 800px;
}
#melchiorSeite .melchiorDesc {}
#melchiorSeite .melchiorDesc p {}
#melchiorSeite .melchiorDesc .bold {
  font-size: 120%;
}
/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  /* Index */
  #galerieName {
    margin-top: 2%;
    padding: 0;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  /* index */
  #galerieName {
    padding: 0;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #melchiorSeite video {
    max-width: 700px;
  }
}