/* Familie Braun */
html {
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  background: #def1f9;
  height: 100%;
}

body:not(.start) {
  padding-top: 30px;
}

body.start .main {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

h1, h2 {
  text-align: center;
  margin-bottom: 30px;
}

h1 {
  font-size: 2.5rem;
}

h1 a {
  color: #642006;
  text-decoration: none;
}

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

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

ul.menu li {
  padding: 0 15px;
}

ul.menu li a {
  text-decoration: none;
}

ul.menu li span {
  font-weight: bold;
}

.gallery {
  width: 1225px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.gallery li {
  position: relative;
}

.gallery li .meta {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1%;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: rgba(255, 255, 255, 0.5);
}

.gallery li .meta span, .gallery li .meta a {
  display: block;
  color: #642006;
}

.gallery li .meta svg {
  fill: #642006;
  stroke: #642006;
}

.gallery li .meta a {
  height: 32px;
  width: 32px;
}

.gallery li .meta.hover {
  opacity: 1;
}

.gallery li .meta .iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 84px;
}

.gallery img {
  width: 100%;
  height: auto;
}

.gallery2 {
  width: 1025px;
  margin: 0 auto;
}

.gallery2 li {
  position: relative;
}

.gallery2 img {
  height: auto;
  width: 98%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  cursor: pointer;
}

.gallery2 .count {
  font-size: 1rem;
}

.gallery2 .slick-current img {
  border-top: 5px solid #c84512;
  border-bottom: 5px solid #c84512;
}

.gallery.slick-slider .slick-list {
  background-image: url(../images/spinner.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: fixed;
}

.slick-prev {
  left: -60px;
  background-image: url(../images/Icon_awesome-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

.slick-prev:hover, .slick-prev:focus {
  background-image: url(../images/Icon_awesome-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.slick-next {
  right: -60px;
  background-image: url(../images/Icon_awesome-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

.slick-next:hover, .slick-next:focus {
  background-image: url(../images/Icon_awesome-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.slick-prev, .slick-next {
  height: 50px;
  width: 50px;
  top: 60%;
}

.slick-prev::before, .slick-next::before {
  display: none;
}
/*# sourceMappingURL=style.css.map */