@font-face {
  font-family: 'piktos';
  src: url("../webfonts/entypo.eot");
  src: url("../webfonts/entypo.eot?#iefix") format("embedded-opentype"), url("../webfonts/entypo.woff2") format("woff2"), url("../webfonts/entypo.woff") format("woff"), url("../webfonts/entypo.ttf") format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

document,
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

input,
textarea,
select {
  margin: 0px 0px 10px 0px;
  padding: 8px 16px;
  width: 250px;
  text-align: left;
  resize: none;
  border-width: 0px;
}

input:last-child,
textarea:last-child,
select:last-child {
  margin: 0px;
}

input[type=file] {
  width: auto;
  padding: 8px 16px 8px 0px;
}

::-moz-selection,
::-moz-selection {
  background: #1d1d1b;
  color: #FFF;
}

::selection,
::-moz-selection {
  background: #1d1d1b;
  color: #FFF;
}

html, body {
  font-size: 18px;
  line-height: 1.5;
  color: #1d1d1b;
  background-color: #f9f7f4;
  font-family: OfficinaSansITCStd-Book;
}

input,
textarea,
select {
  font-family: OfficinaSansITCStd-BookItalic;
  text-transform: lowercase;
  background: #FFF;
  font-size: 16px;
  line-height: 16px;
  border-radius: 10px;
}

input[type=file] {
  background: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: OfficinaSansITCStd-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: lowercase;
  text-shadow: 0px 0px 3px #f9f7f4, 0px 0px 3px #f9f7f4, 0px 0px 3px #f9f7f4, 0px 0px 3px #f9f7f4, 0px 0px 6px #f9f7f4, 0px 0px 6px #f9f7f4, 0px 0px 6px #f9f7f4;
}

h1 {
  font-size: 45px;
  line-height: 45px;
  margin: 0px 0px 26px 0px;
  position: relative;
}

h1:before {
  content: " ";
  position: absolute;
  bottom: -13px;
  left: 50%;
  right: 0;
  width: 180px;
  height: 3px;
  background: currentColor;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h1:after {
  content: ".";
}

h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #1d1d1b;
  display: inline-block;
}

a {
  color: #1d1d1b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button,
.emailbutton,
.colorsbutton {
  font-family: OfficinaSansITCStd-Book;
  background-color: #1d1d1b;
  color: #f9f7f4;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #1d1d1b;
  padding: 8px 22px;
  -webkit-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
  text-decoration: none;
}

button:hover,
.emailbutton:hover,
.colorsbutton:hover {
  cursor: pointer;
  background: #f9f7f4;
  color: #1d1d1b;
  text-decoration: none;
}

.emailbutton,
.colorsbutton {
  display: inline-block;
  margin-bottom: 20px;
}

#language_div {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 17px;
}

#language_div * {
  display: inline-block;
}

#language_div form {
  border-right: 1px solid #1d1d1b;
}

#language_div form:last-child {
  border-right: none;
}

#language_div .languagebutton {
  display: inline-block;
  padding: 0px 5px;
  background: none;
  color: #1d1d1b;
  border: none;
}

#language_div .languagebutton_selected {
  font-family: OfficinaSansITCStd-Bold;
}

.colorsbutton {
  background-color: #f9f7f4;
  color: #1d1d1b;
}

.colorsbutton:hover {
  background: #1d1d1b;
  color: #f9f7f4;
}

p {
  display: inline;
  text-shadow: 0px 0px 2px #f9f7f4, 0px 0px 2px #f9f7f4, 0px 0px 2px #f9f7f4, 0px 0px 2px #f9f7f4, 0px 0px 3px #f9f7f4, 0px 0px 3px #f9f7f4, 0px 0px 3px #f9f7f4;
  white-space: pre-wrap;
}

.p_container {
  margin-bottom: 50px;
}

.transparent_background p {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

#page_about h1 {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

#page_about .pagecontent_full * {
  color: #FFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.3);
}

#menu_div {
  width: 100%;
  background-color: #FFF;
  height: 54px;
  font-size: 16px;
  line-height: 16px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9990;
  text-transform: lowercase;
}

#menu_div .menu-icon {
  display: none;
  height: 40px;
  width: 40px;
  margin: 7px 0 0 20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #menu_div .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#menu_div .menu-icon div {
  background: #1d1d1b;
  height: 2px;
}

#menu_div #menu {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  list-style: none;
  margin: 9px 0px 0px 0px;
  padding: 0;
  border: 1px solid #1d1d1b;
}

@media only screen and (max-width: 767px) {
  #menu_div #menu {
    display: block;
    position: relative;
    z-index: -1;
    margin: 7px 0 0 0;
    padding: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    background-color: white;
    border: none;
    border-top: 1px solid #1d1d1b;
    border-radius: 0px;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #menu_div #menu.tap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

#menu_div #menu li {
  display: inline-block;
  margin: 0;
  padding: 8px 18px;
  border-right: 1px solid #1d1d1b;
  -webkit-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
}

#menu_div #menu li a {
  text-decoration: none;
}

#menu_div #menu li:hover {
  cursor: pointer;
  background: #1d1d1b;
  color: #FFF;
}

#menu_div #menu li:hover a {
  color: #FFF;
}

#menu_div #menu li:last-child {
  border-right: 0px solid #1d1d1b;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

#menu_div #menu li:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

#menu_div #menu li.highlight {
  font-family: OfficinaSansITCStd-Bold;
}

#menu_div #menu li.active {
  background-color: #1d1d1b;
  color: #FFF;
  -webkit-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
}

#menu_div #menu li.active:hover {
  cursor: default;
}

#menu_div #menu li.active a {
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  #menu_div #menu li {
    display: block;
    padding: 15px 20px;
    text-align: left;
    font-size: 22px;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #1d1d1b !important;
  }
  #menu_div #menu li:last-child {
    border-bottom: none !important;
  }
}

.wrapper-dropdown {
  font-family: OfficinaSansITCStd-BookItalic;
  text-transform: lowercase;
  background: #FFF;
  font-size: 16px;
  line-height: 16px;
  margin: 0px 0px 10px 0px;
  border-radius: 10px;
  padding: 8px 16px;
  width: 250px;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.wrapper-dropdown:last-child {
  margin-bottom: 0px;
}

.wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent #1d1d1b;
}

.wrapper-dropdown .dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 250px;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 9999;
}

.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #9f9f98;
  padding: 8px 16px;
}

.wrapper-dropdown .dropdown li a .circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #f9f7f4;
  margin-right: 10px;
}

.wrapper-dropdown .dropdown li:hover a {
  color: #FFF;
  background: #1d1d1b;
}

.wrapper-dropdown.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0px solid #1d1d1b;
}

.wrapper-dropdown.active:after {
  border-color: #1d1d1b transparent;
  border-width: 4px 4px 0 4px;
  margin-top: -3px;
}

#pumpuli_logo_full_container {
  height: 40px;
  position: fixed;
  bottom: 58px;
  left: 50%;
  margin-left: -30px;
  overflow: hidden;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  pointer-events: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #pumpuli_logo_full_container {
    bottom: 28px;
  }
}

#pumpuli_logo_full_container.hidden {
  opacity: 0;
}

#pumpuli_logo_full_container .pumpuli_logo_full {
  width: 60px;
  height: 66px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 54px 30px 30px 30px;
}

@media only screen and (max-width: 960px) {
  body main {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body main {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}

body main section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

body main section.active {
  opacity: 1;
  pointer-events: auto;
}

body main section .pagecontent {
  padding: 140px 0px;
}

body main section .pagecontent.pagecontent_full {
  min-height: calc(100vh - 54px - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  body main section .pagecontent.pagecontent_full {
    min-height: calc(100vh - 54px);
  }
}

body main section .pagecontent.pagecontent_minimum {
  height: auto !important;
  padding: 80px 0px 40px 0px;
  color: #1d1d1b;
}

body main section .pagecontent .halfs_wrapper {
  width: 900px;
  margin: auto;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main section .pagecontent .halfs_wrapper .left_half {
  text-align: right;
  padding-right: 15px;
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body main section .pagecontent .halfs_wrapper .right_half {
  text-align: left;
  padding-left: 15px;
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body main section .pagecontent .p_container {
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  max-width: 500px;
}

body main section #pumpuli_logo_small {
  width: 28px;
  position: absolute;
  bottom: 58px;
  left: 50%;
  margin-left: -14px;
  height: 41px;
  -webkit-transition: height .4s ease-in-out;
  transition: height .4s ease-in-out;
}

body main section #pumpuli_logo_small:hover {
  height: 100px;
}

body main section #pumpuli_logo_about {
  width: 251px;
  height: 275px;
}

body main section #pumpuli_logo_about path {
  fill: #FFF;
}

body main section .about_part {
  background-size: cover;
  background-position: center center;
  color: #FFF;
}

body main #page_about, body main #page_galerie {
  border-top: 0px solid #FFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body main #page_about .innersection, body main #page_galerie .innersection {
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index: 2;
}

body main #page_about .pumpuli_logo_full path, body main #page_galerie .pumpuli_logo_full path {
  fill: #FFF;
}

body main #page_bestellen {
  background-image: url("../imgs/background_1.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

body main #page_bestellen button {
  margin: 50px 0px 30px 0px;
}

body main #page_events {
  background-image: url("../imgs/background_2.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

body main #page_impressum .pagecontent {
  padding: 50px 15px 100px;
}

body .event {
  display: inline-block;
  background-color: #FFF;
  border-radius: 10px;
  padding: 6px 16px 8px 16px;
  width: 250px;
  margin: 0 5px 10px 5px;
}

body .event:last-child {
  margin-right: 0px;
}

body .event .event_date {
  display: block;
  text-transform: lowercase;
  padding-bottom: 6px;
  border-bottom: 1px solid #1d1d1b;
  font-size: 16px;
}

body .event .event_title {
  display: block;
  font-family: OfficinaSansITCStd-Bold;
  padding-top: 8px;
}

body .event .event_location {
  display: block;
  font-size: 16px;
}

#rahmen_right,
#rahmen_left {
  height: 100%;
  background-color: #FFF;
  width: 30px;
  position: fixed;
  top: 0px;
  z-index: 9990;
}

@media only screen and (max-width: 960px) {
  #rahmen_right,
  #rahmen_left {
    width: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #rahmen_right,
  #rahmen_left {
    width: 0px;
  }
}

#rahmen_right {
  right: 0px;
}

#rahmen_left {
  left: 0px;
}

#rahmen_bottom {
  width: 100%;
  background-color: #FFF;
  height: 30px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9990;
}

@media only screen and (max-width: 767px) {
  #rahmen_bottom {
    height: 0px;
  }
}

.slider_gallery_container {
  width: 100%;
  display: none;
  position: relative;
  margin-top: 0px;
}

.slider_gallery_container .slides {
  width: 100%;
}

.slider_gallery_container .slides li {
  width: 100%;
  position: relative;
}

.slider_gallery_container .slides li .slider_image {
  width: 100%;
  height: 70vh;
  background-position: center center;
  background-size: cover;
}

.slider_gallery_container .slides li .slider_desc {
  display: block;
  padding: 10px 0px;
  font-family: OfficinaSansITCStd-Bold;
}

.slider_gallery_container .flexslider {
  position: relative;
}

.slider_gallery_container .flex-direction-nav {
  display: block;
  padding: 0px 0px 10px 0px;
  font-family: OfficinaSansITCStd-Bold;
}

.slider_gallery_container .flex-direction-nav .flex-nav-prev {
  display: inline-block;
}

.slider_gallery_container .flex-direction-nav .flex-nav-next {
  display: inline-block;
}

/* LIGHTBOX-ANGABEN */
.lightbox img {
  -webkit-box-shadow: 0 0px 1px 1px rgba(91, 91, 91, 0.4);
          box-shadow: 0 0px 1px 1px rgba(91, 91, 91, 0.4);
  border-radius: 7px;
  border: 3px solid white;
  height: auto;
  margin: 5px;
  padding: 0;
  background-color: white;
}

/* TEMP */
.gallery_part {
  background-size: cover;
  background-position: center center;
}

#temp_galerie_1 {
  background-image: url("../imgs/1.jpg");
}

#temp_galerie_2 {
  background-image: url("../imgs/2.jpg");
}

#temp_galerie_3 {
  background-image: url("../imgs/3.jpg");
}

#temp_galerie_4 {
  background-image: url("../imgs/4.jpg");
}

#galerie_thumbs_container {
  text-align: center;
  padding-top: 50px;
}

#galerie_thumbs_container #galerie_thumbs {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
}

#galerie_thumbs_container #galerie_thumbs .galerie_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 290px;
          flex: 1 1 290px;
}

#galerie_thumbs_container #galerie_thumbs .galerie_cont .galerie_thumb {
  width: 250px;
  height: 200px;
  margin: 20px auto;
  background-size: cover;
  background-position: center center;
  display: block;
}

#galerie_thumbs_container #galerie_thumbs .galerie_cont span {
  display: block;
  opacity: 0;
  margin-bottom: 20px;
  font-family: OfficinaSansITCStd-Bold;
  text-transform: lowercase;
}

#galerie_thumbs_container #galerie_thumbs .galerie_cont span:after {
  content: ".";
}

#galerie_thumbs_container #galerie_thumbs .galerie_cont:hover {
  cursor: pointer;
}

#galerie_thumbs_container #galerie_thumbs .galerie_cont:hover span {
  opacity: 1;
}

.page_text_container {
  display: inline-block;
  vertical-align: top;
}

.slider_image {
  background-color: #1d1d1b;
}

.svg_shadow {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 960px) {
  input:last-child,
  textarea:last-child,
  select:last-child {
    margin: 0px 0px 10px 0px;
  }
  textarea {
    height: 150px;
  }
  body main section .pagecontent {
    width: 100%;
    padding: 0 10%;
    margin: 0%;
    text-align: center;
  }
  body main section .pagecontent .halfs_wrapper {
    display: block;
    width: 100%;
  }
  body main section .pagecontent .halfs_wrapper .left_half {
    display: block;
    text-align: center;
    padding-right: 0px;
    width: 100%;
    padding: 0px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  body main section .pagecontent .halfs_wrapper .right_half {
    display: block;
    text-align: center;
    padding-left: 0px;
    width: 100%;
    padding: 0px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  body main section .pagecontent .p_container {
    width: 100%;
    padding: 0px 15px;
  }
  body main #page_impressum .pagecontent .halfs_wrapper .right_half {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  html, body {
    font-size: 22px;
  }
  #language_div {
    right: 15px;
  }
  .event {
    width: 300px;
    margin: 0 10px 20px 10px;
  }
  .event .event_date,
  .event .event_location {
    font-size: 18px;
  }
  #galerie_thumbs_container .p_container {
    padding: 0 10%;
  }
  #pumpuli_logo_about {
    margin: 80px 0;
  }
  body main section .about_part .pagecontent {
    padding: 0 15px;
  }
  body main section .about_part .pagecontent .p_container {
    font-size: 22px;
  }
}
/*# sourceMappingURL=css.css.map */