/*IMPORT GOOGLE FONTS*/
@import url("http://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800");
/*
  Extra-Light 200
  Light 300
  Normal 400
  Medium 500
  Semi-Bold 600
  Bold 700
  Extra-Bold 800
*/
/*CORE GRID*/
.md-row {
  margin-left: -15px;
  margin-right: -15px;
}
.md-row input[type="text"], .md-row input[type="password"], .md-row textarea, .md-row select {
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
  margin-top: 2px;
  border: 1px solid #c8c8c8;
  padding: 0 5px;
}
.md-row textarea {
  padding: 5px;
  height: 95px;
}

.md-col-1 {
  display: block;
  float: left;
  width: 8.33333%;
  padding: 0 15px;
}

.md-col-2 {
  display: block;
  float: left;
  width: 16.66667%;
  padding: 0 15px;
}

.md-col-3 {
  display: block;
  float: left;
  width: 25%;
  padding: 0 15px;
}

.md-col-4 {
  display: block;
  float: left;
  width: 33.33333%;
  padding: 0 15px;
}

.md-col-5 {
  display: block;
  float: left;
  width: 41.66667%;
  padding: 0 15px;
}

.md-col-6 {
  display: block;
  float: left;
  width: 50%;
  padding: 0 15px;
}

.md-col-7 {
  display: block;
  float: left;
  width: 58.33333%;
  padding: 0 15px;
}

.md-col-8 {
  display: block;
  float: left;
  width: 66.66667%;
  padding: 0 15px;
}

.md-col-9 {
  display: block;
  float: left;
  width: 75%;
  padding: 0 15px;
}

.md-col-10 {
  display: block;
  float: left;
  width: 83.33333%;
  padding: 0 15px;
}

.md-col-11 {
  display: block;
  float: left;
  width: 91.66667%;
  padding: 0 15px;
}

.md-col-12 {
  display: block;
  float: left;
  width: 100%;
  padding: 0 15px;
}

/*BODY*/
body {
  margin: 0;
  padding: 0;
  font: 14px/1.4 "Montserrat", Arial;
  color: #111;
  background-size: 100%;
  padding-top: 110px;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
  outline: none;
  resize: none;
}

.container {
  width: 100%;
  max-width: 1540px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}

.clearfix {
  clear: both;
}

#icon-menu {
  display: none;
  width: 32px;
  height: 32px;
  background: url(../images/menu_icon.png) no-repeat center;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 60px;
  z-index: 101;
}

#darkness-responsive {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 998;
}

a {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  text-decoration: none;
  color: #111;
}
a:hover {
  color: black;
}

img {
  border: 0;
}

/*HEADER*/
#header {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  height: 110px;
  background: #fff;
  border-top: 4px solid #c62250;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
#header .logo {
  display: block;
  float: left;
  margin-top: 25px;
}
#header .social {
  display: block;
  float: right;
  margin-top: 38px;
}
#header .social .facebook {
  display: block;
  float: left;
  width: 11px;
  height: 22px;
  background: url(../images/icon-facebook.png) no-repeat center top;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
#header .social .facebook:hover {
  background-position: center bottom;
}
#header #menu {
  display: block;
  float: right;
  color: #fff;
  margin-top: 45px;
  margin-right: 145px;
  font-size: 14px;
  text-transform: uppercase;
}
#header #menu ul {
  margin: 0;
  padding: 0;
}
#header #menu ul li {
  display: block;
  float: left;
  margin-left: 45px;
  position: relative;
  cursor: pointer;
}
#header #menu ul li a {
  display: block;
  color: #111;
}
#header #menu ul li:first-child {
  margin-left: 0;
}
#header #menu ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #c62250;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
#header #menu ul li:hover:after, #header #menu ul li.active:after {
  width: 100%;
}

/*SECTION*/
section {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #000002;
  background-size: cover !important;
}
section h1.title {
  font-size: 30px;
  text-align: center;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  margin-top: 115px;
  margin-bottom: 85px;
}
section h1.title:after {
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background: #c62250;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}

/*INDEX*/
#index {
  background: url(../images/bg-01.jpg) no-repeat center;
}
#index:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.56);
}
#index .container {
  position: static;
}
#index .container .text {
  display: block;
  width: 425px;
  height: 240px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
#index .container .text h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
#index .container .text .arrow {
  display: block;
  width: 40px;
  height: 35px;
  background: url(../images/arrow.png) no-repeat;
  margin: auto;
  margin-top: 50px;
}

/*INTRO*/
#intro {
  height: 1080px;
  background: #000002 url(../images/bg-08.jpg) no-repeat center;
}
#intro .text {
  display: block;
  float: right;
  width: 520px;
  /* padding-top: 195px; */
  padding-top: 40px;
  color: #fff;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
#intro .text h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}
#intro .text h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background: #c62250;
  position: absolute;
  left: 0;
  bottom: -6px;
}
#intro .text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
#intro .text h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #c62250;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#intro .text table {
  font-size: 18px;
}
#intro .text table td {
  padding-right: 0px;
}

/*GALLERY*/
.albumThumb {
  width: 200px;
  height: 200px;
  margin: 5px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}

#facebookGallery {
  color: #fff;
  margin-bottom: 50px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

#gallery .list-gallery {
  display: table;
  width: 1141px;
  margin: auto;
  padding: 0;
  margin-bottom: 40px;
}
#gallery .list-gallery li {
  display: block;
  float: left;
  width: 300px;
  height: 365px;
  padding: 10px;
  margin: 0 40px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
#gallery .list-gallery li img {
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
}
#gallery .list-gallery li label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#gallery .list-gallery li span {
  color: #6c6c6c;
  font-size: 14px;
}

#gallery .list-gallery .photo-container {
  width: 100%;
  height: 187px;
  overflow: hidden;
  display: inline-block;
}

#gallery .list-gallery li:hover {
  background: #fff;
}
#gallery .list-gallery li:hover label {
  color: #000002;
}

/*EVENT*/
#event .list-event {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  color: #fff;
}

#event .list-event a {
  color: #fff;
}

#event .list-event li {
  display: block;
  float: left;
  width: 50%;
  padding: 0 40px;
  margin-bottom: 60px;
}
#event .list-event li img {
  width: 100%;
  background: #c62250;
  margin-bottom: 45px;
}
#event .list-event li h3 {
  font-size: 24px;
  text-transform: uppercase;
}
#event .list-event li .time {
  display: block;
  color: #898989;
}
#event .list-event li .text {
  display: block;
  text-align: justify;
  margin-top: 10px;
}

/*VIDEO*/
#video {
  background: #000002 url(../images/bg-05.jpg) no-repeat center;
  height: 1080px;
}
#video .video-content {
  display: table;
  width: 920px;
  margin: auto;
  position: relative;
}
#video .video-content .prev, #video .video-content .next {
  display: block;
  width: 72px;
  height: 72px;
  margin: auto;
  background: #c62250 url(../images/prev.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -132px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
#video .video-content .prev:hover, #video .video-content .next:hover {
  background-color: #000048;
}
#video .video-content .next {
  left: auto;
  right: -132px;
  background: #c62250 url(../images/next.png) no-repeat center;
}
#video .video-content .caroufredsel_wrapper {
  width: 920px !important;
  height: 540px !important;
  overflow: hidden;
}
#video .video-content iframe {
  width: 920px;
  height: 540px;
  border: 10px solid #fff;
  background: #000002;
}

/*INSTAGRAM*/
#instagram h1.title {
  margin-bottom: 95px;
}
#instagram .caroufredsel_wrapper {
  width: 100% !important;
  height: 516px !important;
  overflow: hidden;
}
#instagram .caroufredsel_wrapper .item {
  display: block;
  float: left;
  margin-right: 89px;
}
#instagram .caroufredsel_wrapper .item img {
  display: block;
  margin-bottom: 54px;
  width: 231px;
}
#instagram .instagram-button {
  display: table;
  margin: 150px auto;
  margin-top: 100px;
}
#instagram .instagram-button .prev, #instagram .instagram-button .next {
  display: inline-block;
  width: 30px;
  height: 35px;
  margin: 0 22px;
  background: url(../images/prev-02.png) no-repeat;
  cursor: pointer;
}
#instagram .instagram-button .next {
  background: url(../images/next-02.png) no-repeat;
}

/*LAGE*/
#lage {
  background: #000002 url(../images/bg-09.jpg) no-repeat center;
  height: 1080px;
}
/*CONTACT*/
#contact {
  background: #000002 url(../images/bg-07.jpg) no-repeat center;
  height: 1080px;
}
#contact h1.title {
  margin-bottom: 115px;
}
#contact .contact-form {
  display: table;
  width: 90%;
  max-width: 1080px;
  margin: auto;
  margin-bottom: 95px;
}
#contact .contact-form li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
#contact .contact-form li input[type=text] {
  width: 100%;
  height: 48px;
  border: 1px solid #b7bab8;
  padding: 0 30px;
  font: 14px 'Montserrat', Arial;
  background: #000002;
  color: #fff;
}
#contact .contact-form li textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #b7bab8;
  padding: 18px 30px;
  font: 14px 'Montserrat', Arial;
  background: #000002;
  color: #fff;
}
#contact .contact-form li input[type=submit] {
  display: table;
  width: 264px;
  height: 60px;
  border: 1px solid #ebc3cd;
  background: #c62250;
  color: #fff;
  font: 18px 'Montserrat', Arial;
  text-transform: uppercase;
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
}
#contact .contact-form li input[type=submit]:hover {
  background: #c62250;
  background: -moz-linear-gradient(top, #c62250 0%, #c62250 37%, #da3765 90%, #da3765 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c62250), color-stop(37%, #c62250), color-stop(90%, #da3765), color-stop(100%, #da3765));
  background: -webkit-linear-gradient(top, #c62250 0%, #c62250 37%, #da3765 90%, #da3765 100%);
  background: -o-linear-gradient(top, #c62250 0%, #c62250 37%, #da3765 90%, #da3765 100%);
  background: -ms-linear-gradient(top, #c62250 0%, #c62250 37%, #da3765 90%, #da3765 100%);
  background: linear-gradient(to bottom, #c62250 0%, #c62250 37%, #da3765 90%, #da3765 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62250', endColorstr='#da3765', GradientType=0 );
}

#contact .contact-form li input[type=submit].disabled,
#contact .contact-form li input[type=submit].disabled:hover {
  background: #666;
}

#contact .contact-form li:first-child input {
  width: 48%;
  margin-left: 4%;
}
#contact .contact-form li:first-child input:first-child {
  margin-left: 0;
}
#contact .address {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
#contact .address a {
  color: #c62250;
}

#contact #formResponse {
  display: none;
  float: none;
  width: 100%;
  border: 3px solid rgb(198, 34, 80);
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding: 12px 15px;
}
/* Lage */
#lage iframe{
  display: block;
  margin: auto;
  max-width: 98%;
}

/*IMPRESSUM*/
#impressum .text {
  display: table;
  width: 90%;
  max-width: 834px;
  margin: auto;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 200px;
}

#impressum .text a {
color:white;
}

/*SPACE*/
.space {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  height: 556px;
  background-size: cover !important;  
}
.space.intro {
  background: #000002 url(../images/bg-02.jpg) no-repeat center;
  height: 524px;
}
.space.gallery {
  background: #000002 url(../images/bg-03.jpg) no-repeat center;
}
.space.event {
  background: #000002 url(../images/bg-04.jpg) no-repeat center;
}
.space.video {
  background: #000002 url(../images/bg-06.jpg) no-repeat center;
}

/*FOOTER*/
#footer {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 55px 0;
  padding-bottom: 75px;
  color: #9d9d9d;
  font-size: 18px;
  line-height: 1.8;
}
#footer h3 {
  color: #c62250;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
#footer .footer-contact img {
  margin-bottom: 20px;
  margin-top: 5px;
}
#footer .footer-contact span {
  display: inline-block;
  width: 70px;
}
#footer .footer-menu {
  display: table;
  margin: auto;
}
#footer .footer-menu ul li {
  display: block;
}
#footer .footer-menu ul li a {
  color: #9d9d9d;
}
#footer .footer-menu ul li a:hover {
  text-decoration: underline;
}
#footer .social {
  display: block;
  float: right;
}
#footer .social h3 {
  margin-left: 15px;
}
#footer .social img {
  display: inline-block;
  margin-top: 20px;
  margin-left: 13px;
}

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