/* niconne-regular - latin */
@font-face {
  font-family: 'Niconne';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/niconne-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/niconne-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/niconne-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/niconne-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/niconne-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/niconne-v15-latin-regular.svg#Niconne') format('svg'); /* Legacy iOS */
}

/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}

/* dancing-script-500 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dancing-script-v24-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dancing-script-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v24-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v24-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v24-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v24-latin-500.svg#DancingScript') format('svg'); /* Legacy iOS */
}

/* dancing-script-600 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dancing-script-v24-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dancing-script-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v24-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v24-latin-600.svg#DancingScript') format('svg'); /* Legacy iOS */
}

/* dancing-script-700 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dancing-script-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dancing-script-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v24-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
}


html,button,input,select,textarea{font-family: 'Open Sans Condensed', sans-serif;color: #000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
html{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
body{font-size:1em;line-height:1.4;margin:0;background:#000;overflow-x: hidden;}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc}
img{vertical-align:middle}
fieldset{border:0}
textarea{resize:vertical}
input[type=submit] {outline: none}
h1,h2,h3,h4,h5,h6{text-rendering:optimizelegibility}

a,a:link,a:visited{color:#000;text-decoration:none}
a:hover{color:#000}
p,li{font-size:16px;line-height:22px}

/* ==========================================================================
   layout */


h1{
  font-size: 35px;
  text-shadow: 0px 0px 4px rgba(0,0,0, .7);
}

.wrapper{
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

.teaser{
  width: 100vw;
  height: 100vh;
  margin-top:75px;
  margin: 0 auto 30px;
  position: relative;
  background: #151515;
  overflow: hidden;
}

.teaser img{
  width: 100%;
  opacity: .5;
   position: absolute;
  left: 48%;
  top: 48%;
  -moz-transform:  translate(-50%,-50%);
  -ms-transform:  translate(-50%,-50%);
  -o-transform:  translate(-50%,-50%);
  -webkit-transform:  translate(-50%,-50%);
}



.teaser_headline{
  position: absolute;
  left: 7%;
  bottom:30px;
  /*-moz-transform:  translate(-50%,-50%);
  -ms-transform:  translate(-50%,-50%);
  -o-transform:  translate(-50%,-50%);
  -webkit-transform:  translate(-50%,-50%);*/
  color: #fff;
}

.teaser_headline span{
  font-size: 20px;
  line-height: 23px;
  text-shadow: 0px 0px 4px rgba(0,0,0, .7);
}

.site_header{
  background: #000;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  position: fixed;
  left: 0;
  top:0;
  z-index: 10;
}

.site_header{
  text-align: center;
  padding-top: 30px;

}

.site_header a{
  margin: 0 18px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
  font-weight: 700;
}

.site_header a:hover{
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}


.site_header a.aktive{
  color: #b5b5b5;
  border-bottom: 3px solid #cecece;
  padding-bottom: 3px;
}

.container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 70%;
  position: relative;
  left: 50%;
  -moz-transform:  translateX(-50%);
  -ms-transform:  translateX(-50%);
  -o-transform:  translateX(-50%);
  -webkit-transform:  translateX(-50%);

}

.float_50 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;

  height: 300px;
  background-size: cover;
  margin: 20px 10px  0;
  position: relative;
} 

.float_50:after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 4;
}

.float_50:hover:after{
  background: rgba(0,0,0,.7);
}


.float_50 h2{
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform:  translate(-50%,-50%);
  -ms-transform:  translate(-50%,-50%);
  -o-transform:  translate(-50%,-50%);
  -webkit-transform:  translate(-50%,-50%);
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  z-index: 5;
  font-size: 30px;
  letter-spacing: 4px
}

.float_50:hover h2{
  color: #b5b5b5;
  border-bottom: 3px solid #b5b5b5;
}

.site_footer{

  width: 70%;
  margin: 40px auto ;
  display: block;
  text-align: center;

}

.site_footer a,
.site_footer p{
  color: #fff;
  margin-bottom: 12px;
}

.site_footer a:hover{
  text-decoration: underline;
}

.site_footer hr{
  background: #b5b5b5;
  width: 30%;
  display: block;
  margin: 15px auto;
  opacity: .5;
}

.text_container{
  width: 70%;
  position: relative;
  left: 50%;
  -moz-transform:  translateX(-50%);
  -ms-transform:  translateX(-50%);
  -o-transform:  translateX(-50%);
  -webkit-transform:  translateX(-50%);
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

h3{
  font-size: 24px;
  margin-bottom: 20px;
}

.text_container p{
  width: 80%;
  position: relative;
  left: 50%;
  -moz-transform:  translateX(-50%);
  -ms-transform:  translateX(-50%);
  -o-transform:  translateX(-50%);
  -webkit-transform:  translateX(-50%);
}

.text_container span{
  font-family: 'Dancing Script', cursive;
  display: block;
  margin-top: 20px;
}

.text_container ul{
  width: 30%;
  margin: 20px auto;
  text-align: center;
}

.text_container ul li{
  list-style: none;
}

.text_container p a{
	color: #fff;
	text-decoration: underline;
}

.text_container p a:hover{
	text-decoration: none;
}

.slider{
  width: 70%;
  margin: 30px auto ;
  border-radius: 5px;


}

.mobile_menu{
  display: none;
}

.slider img{
  width: auto;
  margin: 0 auto;
  max-width: 100%
}

h4{
  font-size: 35px;
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #F42854;
}

.termin_container{
  background: #424242;
  width: 30%;
  color: #fff;
  margin: 20px auto;
  padding: 15px 25px;
  border-radius: 5px;
}

.termin_container a{
  border: 1px solid #fff;
  padding: 4px 10px;
  color: #fff;
  border-radius: 4px;
  float: right;
  margin: 14px 0 0;
}

.termin_container h3{
  color: #F42854;
  margin-bottom: 5px;
}

.month h4{
  width: 30%;
  margin: 0 auto;

}

a.bestellen_button{
  position: fixed;
  right: 5%;
  bottom: 40px;
  color: #fff;
  background: #F42854;
  padding: 30px;
  border-radius: 50%;
  font-size: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}


a.bestellen_button:hover{
  transform: scale(1.1);
}

.body_margin{
  margin-top: 100px;
}

.slider_text{
  color: #fff;
  width: 50%;
  margin: 30px auto 0;
  text-align: center;
}

.slider_text p{
  font-size: 20px;
}


.slider_text span{
  color: #b5b5b5;
}

@media screen and (max-width: 550px){
  button.mobile_menu{
    display: block;
    background: none;
    border: none;
     position: absolute;
    right: 10px;
    top: 20px;
    z-index: 99999999999;
  }

  .mobile_menu span{
    display: block;
    height: 3px;
    width: 20px;
    background: #fff;
    margin-bottom: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   
  }

  .mobile_menu span.one.mobile_active{
    -moz-transform:  rotate(45deg);
    -ms-transform:  rotate(45deg);
    -o-transform:  rotate(45deg);
    -webkit-transform:  rotate(45deg);
  }

  .mobile_menu span.two.mobile_active{
    -moz-transform:  rotate(-45deg);
    -ms-transform:  rotate(-45deg);
    -o-transform:  rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
    margin-top: -8px;
  }

  .mobile_menu span.three.mobile_active{
    opacity: 0;
  }

  
  .site_header{
    height: 40px;
  }

  .site_header nav{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background:#000;
    top: 0;
    left: 0;

    display: none;
    padding-top: 70px;
  }

  .site_header nav.mobile_active{
    display: block;
  }

  .site_header nav a{
    display: block;
    margin-bottom: 15px;
    border: none;
  }

  .site_header nav a.aktive{
    border-bottom: none;
  }

  .site_header nav a:hover{
    border: none;
  }

  a.bestellen_button{
    position: fixed;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #F42854;
    padding: 5px 0;
    width: 100%;
    height: auto;
    border-radius:0;
    font-size: 20px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9999;
    text-align: center;
  }

  .text_container{
    width: 95%;
  }

  .text_container p{
    width: 100%;
  }

  .teaser_headline{
    position: static;
  }

  .teaser {
    width: 100%;
    height: auto;
    background: #000;
    text-align: center;
  }

  .teaser img{
    transform: none;
    position: static;
  }

  h1{
    font-size: 28px;
  }

  .teaser_headline span{
    font-size: 18px;
  }
  .text_container ul{
    width: 80%;

  }

}

@media screen and (max-width: 700px){
  .container {
    display: block;
    width: 90%;
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .float_50 {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto 30px ;
  } 

  .body_margin{
    margin-top: 40px;
  }
}

@media screen and (max-width: 650px){
  .termin_container{
    width: 80%;
  }

  .month h4{
    width:80%;
    margin: 0 auto;

  }
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}


/* ========================================================================== */

.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}

/* ==========================================================================
   print styles */

@media print {
    *{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}
    a,a:visited{text-decoration:underline}
    a[href]:after{content:" (" attr(href) ")"}
    abbr[title]:after{content:" (" attr(title) ")"}
    a[href^="javascript:"]:after,a[href^="#"]:after {content:""}
    pre,blockquote{border:1px solid #999;page-break-inside:avoid}
    thead{display:table-header-group}
    tr,img{page-break-inside:avoid}
    img{max-width:100% !important}
    @page{margin:0.5cm}
    p,h2,h3{orphans:3;widows:3}
    h2,h3{page-break-after:avoid}
}