* {
	padding: 0;
	margin: 0;
}

a:hover, a.active, a:focus {
  outline: 0;
  text-decoration: none;
  -moz-outline-style: none;
  cursor: pointer;
} 

/* Anchor */
#welcome, #philosophy, #services, #contact, #impressum {
  display: block; 
  position: relative; 
  top: -105px; 
  visibility: hidden;
}

/* Font */
h1 {
  position: relative;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif; 
  font-size: 72px;
  line-height: 700px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center
}

section.module h2 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
}

section.module h3 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #725564;
}

section.module p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;  
}

p.white-font.philosophie {
  -webkit-column-count: 2;    /* Chrome, Safari, Opera */
  -moz-column-count: 2;       /* Firefox */
  column-count: 2;
  -webkit-column-gap: 60px;   /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;      /* Firefox */
  column-gap: 60px; 
}

.purble-font {
	color: #725564;
}

.white-font {
	color: #f5f4f4;
} 

.middle {
  text-align: center;
}

/* Primary Structure */
.container {
  margin: 0 auto;
}

.welcome {
  margin-top: -17vh;
}

.bottom-push {
  margin-bottom: 40px;
}

/* Menu Structure */
.logo {
  position: absolute;
  height: 100px;
  width: 400px;
  margin: 20px 0 0 0;
  float: left; 
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} 

img svg {
    fill: #801438 !important;
}

.logo path {
    fill: #801438;
}

.navbar-fixed-top {
  border-width: 0 0 0;
}

.navbar-nav > li > a {
  padding: 100px 15px 30px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #741a5b;
  -webkit-transition: padding 0.4s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out;
  -ms-transition: padding 0.4s ease-in-out;
  -o-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover {
  background: #fae5ee;
  color: #741a5b;
}

.navbar-default .navbar-nav>li>a:focus {
  color: red;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: #fae5ee;
  color: #741a5b;
}

/* Scroll-Small */

.logo-small {
  width: 200px;
  margin: 5px 0 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  fill: #801438;
} 

.navbar-nav-small > li > a  {
  padding: 25px 15px 25px 15px;
  -webkit-transition: padding 0.4s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out;
  -ms-transition: padding 0.4s ease-in-out;
  -o-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
}

/* SECTION STRUCTURE */

.content {
  padding: 80px 0 0 0;
}

section.module:last-child {
  margin-bottom: 0;
}

section.module.content-white {
  padding: 40px 0;
  background: #ffffff;
}

section.module.content-purble {
  padding: 40px 0;
  background: #741a5b;
}

section.module.content-red {
  padding: 35px 0;
  background: #811439;
}

/* PARALLAX STRUCTURE */
section.module.parallax {
  height: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  top: 0;
}

section.module.parallax-two {
  height: 700px;
  max-height: 100%;
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Background Pictures */
section.module.parallax-a {
  background-image: url("../img/lm_01.jpg");
  background-position: bottom;
}

section.module.parallax-b {
  background-image: url("../img/lm_02_a.jpg");
}

.background-pictures {
  display: none;
}

.row.gallery-row {
  position: relative;
  left: 0;
  margin-right: 0;
}

.col-md-4.gallery {
  padding-left: 0;
  padding-right: 0;
}

figcaption {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
  color: #725564;  
}

/* List STRUCTURE */
ol {
  margin: 0 0 0 0em;    /* Add some left margin for inner lists */
  counter-reset: li;    /* Initiate a counter */
  list-style: none;     /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  padding: 0;
  margin-bottom: 4em;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
} 

.rounded-list li {
  position: relative;
  display: block;
  padding: .6em .8em .6em .8em;
  margin: .5em 0;
  background: #f4f4f7;
  color: #725564;
  text-decoration: none;
  border-radius: .3em;
} 

/* Facebook Icon */

.fa.fa-facebook.fa-stack-1x {
  font-size: 1.5em;

}
.fa.fa-circle.fa-stack-2x {
  font-size: 2.5em;
  margin: -5px 0 0 -1px;
}

span.fa-stack {
 color: #725564;
}

span.fa-stack:hover {
  color: #f4b5cf;

} 
.impressum {
  margin: 0 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.impressum:hover {
  text-decoration: none;
  color: #f4b5cf;
}

.impressum.active, .impressum:focus {
  color: #f5f4f4;
}

#impressum {
  padding-top: 40px;
}

.link {
  color: #009cff;
}

/* Map STRUCTURE */
#map-wrapper {  
  height: 450px;
}
#map-container { 
  height: 400px; 
} 

/* RESONSIVE */
@media only screen and (max-width: 1920px) {
.row.gallery-row {
  left: 0;
  width: 100%; 
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
  }

}

@media only screen and (max-width: 1199px) {
  section.module.content-white {
    padding: 10px 0;
  }
  section.module.content-purble {
    padding: 10px 0;
  }
  section.module.content-red {
    padding: 10px 0;
  }
  .bottom-push {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {

p.white-font.philosophie {
  -webkit-column-count: 1;    /* Chrome, Safari, Opera */
  -moz-column-count: 1;       /* Firefox */
  column-count: 1;
  }

.row.gallery-row {
  display: none;
  }

#map-wrapper { 
  height: 855px;
  }

#map-container { 
  height: 369px; 
  margin: 25px 0 25px 0;
  }

section.module.parallax h1 {
    line-height: 50px;
    font-size: 48px;
  }

.logo {
  height: 60px;
  width: 200px;
  margin: 5px 0 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} 

.navbar-nav > li > a  {
  padding: 25px 15px 25px 15px;
  -webkit-transition: padding 0.4s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out;
  -ms-transition: padding 0.4s ease-in-out;
  -o-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
}

}

@media only screen and  (max-width: 767px) {

.content {
  padding: 0 0 0 0;
}

section.module.parallax-two {
  display: none;
}

section.module.parallax {
  display: none;
}

.img-responsive.background-pictures.push-down {
  padding-top: 50px;
}

.background-pictures {
  display:inherit !important; 
}

.navbar-default .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  }

.nav.navbar-nav {
    padding: 0 0 0 0;
  }

.logo {
    height: 40px;
    width: 150px;
    top: 0;
    margin: 5px 0 0 5px;
  }

.welcome {
  margin-top: 0;
}

#welcome, #philosophy, #services, #contact, #impressum {
  top: -50px; 
  }

}

@media only screen and (max-width: 600px) { 
  section.module h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  section.module.content-white {
    padding: 5px 0;
  }
  section.module.content-purble {
    padding: 5px 0;
  }
  section.module.content-red {
    padding: 5px 0;
  }
  .bottom-push {
    margin-bottom: 5px;
  }

  ol {
    margin-bottom: 1em;
  }
}



/* Cookie */


.cookie-wrapper {
  display: none;  
}

.cookie-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(245,247,250, 1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1010;
}

.cookie-text {
  display: inline;
  color: #725564;
}

.cookie-text-wrapper > .cookie-text > a {
  text-decoration: none;
  font-weight: bold;
  color: #545454;
}

.cookie-button {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  color: #fff;
  background-color: #656262;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
}

.cookie-button:hover {
background-color: #fff;
box-shadow: inset 0px 0px 0px 1px #23527c;
}