/* -------------------------------------------------------------------------------------------------
   Variables
------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------
   Import
------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------
   Variables
------------------------------------------------------------------------------------------------- */
/* 512px */
/* 768px */
/* 920px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1680px */
/* -------------------------------------------------------------------------------------------------
   Mixins
------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Uniform-Web";
  src: url("fonts/Uniform/Regular/uniform-regular-webfont.eot");
  src: url("fonts/Uniform/Regular/uniform-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Uniform/Regular/uniform-regular-webfont.woff") format("woff"), url("fonts/Uniform/Regular/uniform-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Uniform-Web";
  font-weight: bold;
  font-style: normal;
  src: url("fonts/Uniform/Bold/uniform-bold-webfont.eot");
  src: url("fonts/Uniform/Bold/uniform-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Uniform/Bold/uniform-bold-webfont.woff") format("woff"), url("fonts/Uniform/Bold/uniform-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Uniform-Web";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/Uniform/Light/uniform-light-webfont.eot");
  src: url("fonts/Uniform/Light/uniform-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Uniform/Light/uniform-light-webfont.woff") format("woff"), url("fonts/Uniform/Light/uniform-light-webfont.ttf") format("truetype");
}
body {
  font-family: "Uniform-Web", sans-serif;
}

.fontstyle-term {
  font-size: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 3.4em;
}

/* -------------------------------------------------------------------------------------------------
   OFF-CANVAS
------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------
   Off-Canvas Navigation
------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Nav Toggle
------------------------------------------------------------------- */
.nav-toggle {
  display: block;
  padding: 15px;
  background: white;
  position: fixed;
  right: 7%;
  top: 50px;
  z-index: 200;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (min-width: 48em) {
  .nav-toggle {
    top: 57px;
  }
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: black;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 48em) {
  .nav-toggle span {
    width: 42px;
    height: 3px;
  }
}

.nav-toggle .line-2 {
  margin: 5px 0;
  width: 20px;
}
@media screen and (min-width: 48em) {
  .nav-toggle .line-2 {
    margin: 6px 0;
    width: 32px;
  }
}

/* Nav Open */
.nav-open .nav-toggle {
  background: transparent;
}

.nav-open .nav-toggle .line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
@media screen and (min-width: 48em) {
  .nav-open .nav-toggle .line-1 {
    top: 9px;
  }
}

.nav-open .nav-toggle .line-2 {
  opacity: 0;
}

.nav-open .nav-toggle .line-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}
@media screen and (min-width: 48em) {
  .nav-open .nav-toggle .line-3 {
    top: -9px;
  }
}

.nav-open .nav-toggle span {
  background: black;
}

/* -------------------------------------------------------------------
   Nav Menu
------------------------------------------------------------------- */
#nav {
  width: 80%;
  height: 100%;
  max-width: 680px;
  overflow-y: auto;
  /* Makes nav scrollable */
  padding-top: 85px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 150;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
}

.nav-open #nav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#nav li {
  list-style: none;
}

#nav a {
  display: block;
  padding: 5px 0 5px 20px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  font-style: normal;
  line-height: 1.05em;
}
@media screen and (min-width: 48em) {
  #nav a {
    font-size: 21px;
  }
}
@media screen and (min-width: 64em) {
  #nav a {
    font-size: 24px;
  }
}
@media screen and (min-width: 90em) {
  #nav a {
    font-size: 27px;
  }
}
@media screen and (min-width: 105em) {
  #nav a {
    font-size: 32px;
  }
}

/* NAV Meta-Links */
#nav .link-meta {
  display: inline-block;
}

#nav .link-meta a {
  font-size: 12px;
  margin-top: 20px;
  color: #ccc;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#nav .link-datenschutz a {
  margin-left: 0;
  padding-left: 10px;
}

/* -------------------------------------------------------------------
   Page Overlay (Nav)
------------------------------------------------------------------- */
#page:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  /* Makes elements below clickable */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 300ms ease, height 1ms 300ms ease;
  -moz-transition: opacity 300ms ease, height 1ms 300ms ease;
  -o-transition: opacity 300ms ease, height 1ms 300ms ease;
  transition: opacity 300ms ease, height 1ms 300ms ease;
}

.nav-open #page:before {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  height: 100%;
  opacity: 1;
}

/* -------------------------------------------------------------------------------------------------
   Base
------------------------------------------------------------------------------------------------- */
body {
  color: white;
  text-align: left;
  background: #052034;
}

a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: white;
  text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------
   Layout
------------------------------------------------------------------------------------------------- */
html, body, #page {
  height: 100%;
}

.grid-container {
  max-width: 1600px;
}

.section,
section {
  width: 100%;
  padding: 40px 0;
}
@media screen and (min-width: 32em) {
  .section,
section {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 48em) {
  .section,
section {
    padding: 50px 50px;
  }
}
@media screen and (min-width: 64em) {
  .section,
section {
    padding: 60px 75px;
  }
}
@media screen and (min-width: 80em) {
  .section,
section {
    padding: 70px 100px;
  }
}
@media screen and (min-width: 90em) {
  .section,
section {
    padding: 80px 150px;
  }
}

/* -------------------------------------------------------------------------------------------------
   Base Typography
------------------------------------------------------------------------------------------------- */
body {
  font-weight: normal;
  color: white;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  /*
  	@include xxx-large-screen {
  		font-size: 27px;
  	}
  */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 90em) {
  body {
    font-size: 19px;
  }
}

.suphead {
  margin: 5px 0;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

.email {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: nowrap;
}

.button {
  margin-top: 1em;
  margin-bottom: 1em;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: #222222;
  padding: 10px 12px;
  line-height: 1;
}
@media screen and (min-width: 90em) {
  .button {
    font-size: 15px;
  }
}
@media screen and (min-width: 105em) {
  .button {
    font-size: 18px;
  }
}

.superhead {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (min-width: 90em) {
  .superhead {
    font-size: 15px;
  }
}
@media screen and (min-width: 105em) {
  .superhead {
    font-size: 18px;
  }
}

a.edit-post {
  font-size: 12px;
  padding: 1px 6px;
}
@media screen and (min-width: 90em) {
  a.edit-post {
    font-size: 15px;
  }
}
@media screen and (min-width: 105em) {
  a.edit-post {
    font-size: 18px;
  }
}

/* -------------------------------------------------------------------------------------------------
   Helper Classes
------------------------------------------------------------------------------------------------- */
.smalltext {
  font-size: 12px;
}
@media screen and (min-width: 90em) {
  .smalltext {
    font-size: 15px;
  }
}
@media screen and (min-width: 105em) {
  .smalltext {
    font-size: 18px;
  }
}

.mediumtext {
  font-size: 16px;
}
@media screen and (min-width: 90em) {
  .mediumtext {
    font-size: 18px;
  }
}
@media screen and (min-width: 105em) {
  .mediumtext {
    font-size: 20px;
  }
}

.greytext {
  color: #888888;
}

.whitetext,
.whitetext a,
.whitetext p {
  color: #FFF;
}

.relative {
  position: relative;
}

.centered {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.nohyph {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* -------------------------------------------------------------------------------------------------
   HEADER
------------------------------------------------------------------------------------------------- */
#header {
  padding-bottom: 0px;
}

#visual {
  padding-top: 25px;
}

#visual img {
  width: 100%;
}

#logo {
  margin-bottom: 3.2%;
}

#logo img {
  max-width: 60%;
  width: 240px;
}
@media screen and (min-width: 80em) {
  #logo img {
    width: 280px;
  }
}
@media screen and (min-width: 90em) {
  #logo img {
    width: 300px;
  }
}

div.line {
  width: 0;
  height: 2px;
  background: #66B5D1;
}

#claim {
  margin-top: 50px;
}

#claim img {
  margin-top: -41px;
  max-width: 60%;
  width: 230px;
}
@media screen and (min-width: 80em) {
  #claim img {
    width: 270px;
  }
}
@media screen and (min-width: 90em) {
  #claim img {
    width: 290px;
  }
}

#navigation {
  margin-bottom: 3.5%;
}
@media screen and (min-width: 48em) {
  #navigation {
    margin-bottom: 2%;
  }
}

#navigation ul {
  list-style: none;
  padding-left: 0;
}

@media screen and (min-width: 57.5em) {
  #navigation ul li {
    display: inline-block;
  }
}

#navigation a {
  color: #66B5D1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media screen and (min-width: 57.5em) {
  #navigation a {
    letter-spacing: 0.2em;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 64em) {
  #navigation a {
    letter-spacing: 0.2em;
    font-size: 17px;
  }
}
@media screen and (min-width: 80em) {
  #navigation a {
    letter-spacing: 0.3em;
    font-size: 19px;
  }
}

#navigation li:first-child a {
  margin-left: 0;
}

#navigation a:hover {
  color: white;
}

#navigation .catnav a {
  color: white;
}

#navigation .catnav a:hover {
  color: #66B5D1;
}

#navigation .catnav ul {
  margin-bottom: 0;
}

#navigation a::after {
  content: ".";
}

.boxlabel {
  position: absolute;
  bottom: 10%;
  left: 0;
  padding: 10px 20px;
  background: rgba(102, 181, 209, 0.9);
  z-index: 100;
}

.no_image .boxlabel {
  background: transparent;
}

.boxlabel span,
.boxlabel h2,
.boxlabel h3 {
  display: block;
  font-weight: normal;
  color: white;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  /*
  	@include xxx-large-screen {
  		font-size: 27px;
  	}
  */
  line-height: 1.2em;
  margin: 0;
}
@media screen and (min-width: 90em) {
  .boxlabel span,
.boxlabel h2,
.boxlabel h3 {
    font-size: 19px;
  }
}

.boxlabel .boldtext {
  font-weight: bold;
}

#visual .boxlabel {
  width: 100%;
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 32em) {
  #visual .boxlabel {
    position: absolute;
    top: auto;
    bottom: 10%;
    padding: 10px 20px;
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  #visual .boxlabel {
    top: 25%;
    bottom: auto;
  }
}

/* -------------------------------------------------------------------------------------------------
   MASONRY
------------------------------------------------------------------------------------------------- */
.masonry {
  width: 100%;
}

.grid-item,
.grid-sizer {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.gutter-sizer {
  width: 20px;
}

.grid-item a .hoverdarken {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: #222222;
}

.grid-item a:hover .hoverdarken {
  opacity: 0.2;
}

@media screen and (min-width: 32em) {
  .grid-item,
.grid-sizer {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .grid-item,
.grid-sizer {
    float: left;
    width: calc(50% - 20px);
  }

  .gutter-sizer {
    width: 40px;
  }
}
@media screen and (min-width: 64em) {
  .grid-item,
.grid-sizer {
    float: left;
    width: calc(33.33333% - 27px);
  }
}
@media screen and (min-width: 105em) {
  .grid-item,
.grid-sizer {
    float: left;
    width: calc(25% - 30px);
  }
}
/* -------------------------------------------------------------------------------------------------
   MARKEN
------------------------------------------------------------------------------------------------- */
.marke {
  background: #7190A7;
  padding: 20px 30px 40px 30px;
}

.marke .label-logo {
  padding-top: 20px;
  padding-bottom: 35px;
}

.marke.no-description .label-logo {
  padding-bottom: 0;
}

.marke .label-text {
  border-top: 1px solid white;
  padding-top: 40px;
}

.marke.no_image .label-text {
  border: none;
  padding-top: 20px;
}

/* -------------------------------------------------------------------------------------------------
   LADEN/SHOP
------------------------------------------------------------------------------------------------- */
.oeffnungszeiten span {
  display: block;
}

.Monday .monday,
.Tuesday .tuesday,
.Wednesday .wednesday,
.Thursday .thursday,
.Friday .friday,
.Saturday .saturday,
.Sunday .sunday {
  font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------
   STANDARD PAGE (Impressum...)
------------------------------------------------------------------------------------------------- */
#standard-content .line {
  margin-top: 60px;
  margin-bottom: 30px;
}

#standard-content h3 {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  font-style: normal;
  line-height: 1.05em;
}
@media screen and (min-width: 48em) {
  #standard-content h3 {
    font-size: 21px;
  }
}
@media screen and (min-width: 64em) {
  #standard-content h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 90em) {
  #standard-content h3 {
    font-size: 27px;
  }
}
@media screen and (min-width: 105em) {
  #standard-content h3 {
    font-size: 32px;
  }
}

/* -------------------------------------------------------------------------------------------------
   SINGLE POST
------------------------------------------------------------------------------------------------- */
#portrait_content .portrait_image_container {
  display: block;
  float: left;
  padding: 0 1.25rem 1.25rem 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 64em) {
  #portrait_content .portrait_image_container {
    width: 50%;
  }
}

#portrait_content p,
#portrait_content ul,
#portrait_content ol,
#portrait_content h1,
#portrait_content h2,
#portrait_content h3 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

#portrait_content .video-container {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.portrait_image_container .boxlabel {
  left: 1.25rem;
  top: 10%;
  bottom: auto;
}

hr.clearboth {
  clear: both;
  visibility: hidden;
}

div.readmore {
  display: none;
}

div.readmore.show {
  display: block;
}

a.readmorelink {
  color: #66B5D1;
}

.embed-container {
  height: 0 !important;
}

/* -------------------------------------------------------------------------------------------------
   GOOGLE MAP
------------------------------------------------------------------------------------------------- */
#gmap {
  margin-top: 4%;
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  #gmap {
    padding-bottom: 56%;
  }
}

#gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#kontakt a.anfahrt {
  text-decoration: underline;
  color: #222222;
}

#gmap-marker-info {
  color: #222222;
  padding: 0 10px 20px 10px;
}

#gmap-marker-info button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

/* -------------------------------------------------------------------------------------------------
   FOOTER
------------------------------------------------------------------------------------------------- */
#footer-nav {
  margin-top: 30px;
}

#footer-nav ul {
  list-style: none;
  padding-left: 0;
}

#footer-nav ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
}

#footer-nav li a::after {
  content: ". ";
}

#footer-nav li a:hover {
  color: #66B5D1;
}

/* -------------------------------------------------------------------------------------------------
   VERTICAL TEXT
------------------------------------------------------------------------------------------------- */
.verticaltext {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: right;
  min-width: 200px;
  display: inline-block;
  position: absolute;
  left: 22px;
  top: 104px;
  z-index: 100;
  display: block;
  -webkit-transform: rotate(-90deg) translate(-50%, -100%);
  -moz-transform: rotate(-90deg) translate(-50%, -100%);
  -ms-transform: rotate(-90deg) translate(-50%, -100%);
  -o-transform: rotate(-90deg) translate(-50%, -100%);
  transform: rotate(-90deg) translate(-50%, -100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
@media screen and (min-width: 48em) {
  .verticaltext {
    left: 0;
    top: 97px;
  }
}
/* -------------------------------------------------------------------------------------------------
   ANIMATIONS
------------------------------------------------------------------------------------------------- */
div.line {
  -webkit-transition: width 0.7s 0.5s;
  -moz-transition: width 0.7s 0.5s;
  -o-transition: width 0.7s 0.5s;
  transition: width 0.7s 0.5s;
}

#standard-content .line {
  -webkit-transition: width 0.7s 0.9s;
  -moz-transition: width 0.7s 0.9s;
  -o-transition: width 0.7s 0.9s;
  transition: width 0.7s 0.9s;
}

.in-viewport div.line {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
