/* LESS Document */
/*

@font-size--large: 24px;
@font-size--medium: 12px;

@base: #f938ab;

.box-shadow(@style, @c) when (iscolor(@c)) {
  -webkit-box-shadow: @style @c;
  box-shadow:         @style @c;
}
.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
  .box-shadow(@style, rgba(0, 0, 0, @alpha));
}
.box2 {
  color: saturate(@base, 5%);
  border-color: lighten(@base, 30%);
  div { .box-shadow(0 0 5px, 30%) }
}


.text-shadow (@string: 0 1px 3px rgba(0, 0, 0, 0.25)) {
	text-shadow: @string;
}
.box-shadow (@string) {
	-webkit-box-shadow: @string;
	-moz-box-shadow:    @string;
	box-shadow:         @string;
}
.drop-shadow (@x: 0, @y: 1px, @blur: 2px, @spread: 0, @alpha: 0.25) {
	-webkit-box-shadow:	@x @y @blur @spread rgba(0, 0, 0, @alpha);
	-moz-box-shadow:	@x @y @blur @spread rgba(0, 0, 0, @alpha);
	box-shadow:		@x @y @blur @spread rgba(0, 0, 0, @alpha);
}
.inner-shadow (@x: 0, @y: 1px, @blur: 2px, @spread: 0, @alpha: 0.25) {
	-webkit-box-shadow: inset @x @y @blur @spread rgba(0, 0, 0, @alpha);
	-moz-box-shadow:    inset @x @y @blur @spread rgba(0, 0, 0, @alpha);
	box-shadow:         inset @x @y @blur @spread rgba(0, 0, 0, @alpha);
}




.border-radius (@radius: 5px) {
	-webkit-border-radius: @radius;
	-moz-border-radius:    @radius;
	border-radius:         @radius;

	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
}


*/
body {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 833px) {
  body {
    font-size: 1.5rem;
  }
}
h1 {
  font-weight: 400;
  margin-bottom: 45px;
}
a {
  color: black;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
a:hover {
  color: #e0dce1;
}
.normal-width {
  max-width: 800px;
}
.normal-content,
.fullscreen-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.normal-content .row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.fullscreen-content {
  /*height: 100vh;*/
}
.row.zeiten {
  /*padding-left: 50px;
	padding-right: 50px;*/
}
.tage {
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 400;
}
.zeit {
  font-size: 1.4rem;
  line-height: 1.2rem;
  font-weight: 400;
  margin-bottom: 4rem !important;
}
.font-special {
  font-family: 'Lustria', serif;
  font-size: 40px;
  line-height: 1.1em;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.3rem !important;
}
.leistungen {
  font-size: 1rem;
}
.leistungen .row {
  border-bottom: solid #d7dcde 1px;
}
.leistungen .row .col-sm.font-special {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .leistungen .row .col-sm.font-special {
    /*height:11vh;*/
  }
}
@media only screen and (max-width: 479px) {
  .leistungen .row .col-sm.font-special {
    /*height:11vh;*/
  }
}
.oeffnungszeiten {
  background-color: #d7dcde;
}
.links {
  font-size: 1.1rem;
  padding-top: 3rem;
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .links {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .links {
    width: 90%;
  }
}
.links a {
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
}
.links a:hover {
  color: black;
  text-decoration: underline;
}
.img-fluid {
  align-self: center;
}
.navi-kawe,
.content-kawe {
  position: relative;
  height: 50vh;
  /*background-color: #e0dce1;*/
  background-color: #d7dcde;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media only screen and (max-width: 479px) {
  .navi-kawe,
  .content-kawe {
    height: 45vh;
  }
}
.navi-kawe {
  padding: 20px;
}
.content-kawe {
  padding: 50px;
  background-color: white;
}
.navi-kawe.small {
  height: 180px;
}
.navi-kawe-small {
  top: 0px;
  position: fixed;
  width: 100%;
  opacity: 0;
  /*background-color: #e0dce1;*/
  background-color: #d7dcde;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1000;
  padding: 15px;
  box-sizing: border-box;
  /*height:180px;*/
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .navi-kawe-small {
    /*height:11vh;*/
  }
}
@media only screen and (max-width: 479px) {
  .navi-kawe-small {
    /*height:11vh;*/
  }
}
.navi-kawe-small.hellgrau {
  background-color: #d7dcde;
}
.navi-kawe-small.blau {
  background-color: #9fb3b5;
}
.navi-kawe-small .links {
  font-size: 0.9rem;
  padding-top: 11px;
}
.logo-image,
#logo3 {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
}
.navi-kawe .logo1 {
  margin-bottom: 25px;
  max-width: 700px;
  /*max-height:155px;
	width:auto;*/
}
@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .navi-kawe .logo1 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .navi-kawe .logo1 {
    margin-bottom: 10px;
    max-width: 300px;
  }
}
.navi-kawe .logo2 {
  max-width: 300px;
  /*height:75px;
	width:auto;*/
}
@media only screen and (max-width: 479px) {
  .navi-kawe .logo2 {
    max-width: 160px;
  }
}
.content-kawe #logo3 {
  max-width: 210px;
  /*height:75px;
	width:auto;*/
}
@media only screen and (max-width: 479px) {
  .content-kawe #logo3 {
    max-width: 120px;
  }
}
.navi-kawe-small .logo1 {
  margin-bottom: 6px;
  max-height: 8px;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .navi-kawe-small .logo1 {
    max-height: 8px;
  }
}
.navi-kawe-small .logo2 {
  max-height: 38px;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .navi-kawe-small .logo2 {
    max-height: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .navi-kawe-small .logo2 {
    max-height: 18px;
  }
}
.navi-kawe-small.visible {
  opacity: 1;
}
.kontakt {
  height: 90vh;
  background-color: #9fb3b5;
}
.kontakt-text-1 {
  margin-bottom: 2em;
  padding: 30px;
}
.kontakt-text-2 {
  margin-bottom: 0.7em;
  padding: 30px;
}
@media only screen and (max-width: 479px) {
  .kontakt-text-2 {
    padding: 10px;
    margin-bottom: 0em;
  }
}
.kontakt-text-2 p {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1em;
  font-size: 0.8em;
}
@media only screen and (max-width: 479px) {
  .kontakt-text-2 p {
    font-size: 0.4em;
  }
}
.kontakt-text-3 {
  margin-bottom: 0.7em;
  padding: 30px;
  max-width: 450px;
}
@media only screen and (max-width: 479px) {
  .kontakt-text-3 {
    padding: 10px;
    margin-bottom: 0em;
  }
}
.kontakt-text-3 p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1em;
}
@media only screen and (max-width: 479px) {
  .kontakt-text-3 p {
    font-size: 0.6em;
  }
}
