/******** TEMPLATE CSS *******/
body, html {padding:0; margin:0; font-size:14px; line-height: 1.5em;}

 .clr, .clear {clear:both;}

.page {
  font-family: 'Montserrat', sans-serif;
  color: #444;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
   font-family: 'Playfair Display', serif; 
}

.page a {color: #009fa5;}

/****************************************************
 *   Typographie
 ****************************************************/
 
 .maincontent h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.3em;
 }
 .maincontent h2 {
  font-size: 28px;
  
  line-height: 1.3em;
 }


/******** HEAD ********/
.head {
  
  padding-top: 30px;
  padding-bottom: 30px;  
  background: #000;
}




img {max-width: 100%; max-height: 100%; }


.button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
}

.logo-wrapper {
  position: relative;
}

#logo {
  max-width: 190px;
}


/********* Countdown **********/

.counter {
  min-height: 50px;
  padding-top:18px;
  padding-bottom:10px; 
  text-align:center;
  background-color: #009fa5;
  color: #fff;
  
}
.counter .oeffnung  {
  display:inline-block;
  vertical-align:top;
}
.counter .countdown  {
  display:inline-block;
  
}
.counter .oeffnung p {
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}



/****** Navigation Main **********/
.navigation-main {
   font-family: 'Montserrat', serif;
   letter-spacing:0; 
   margin-top: 62px;
   text-transform: uppercase;

}
.navigation-main ul {text-align:center;}
.navigation-main ul li {
  display:inline-flex;
  position: relative;
}

.navigation-main .nav > li > a {
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease;
    border-bottom: 2px solid #000;
}
.navigation-main .nav  li.active > a,
.navigation-main .nav > li > a:hover {
    background: transparent;
    border-bottom: 2px solid #009fa5;
    color: #fff;
}

.navigation-main ul ul {
    display:none;
  position: absolute;
  top: 35px;
  left: -55px;
  background-color: #009fa5;
  color: #fff;
  width: 220px;
  padding-left: 0px;
  text-align: center;
  
}
.navigation-main ul ul li a {color: #fff;}
.navigation-main ul li:hover ul {display:block;}
   

/*****************
 **    Banner
 ******************/
 
.banner { 
  width: 100%;
  position: relative;
  overflow:hidden;
}

.banner ul, .banner li {
  margin:0; 
  padding:0  ;
  list-style:none;
}

.banner .bannercontent {
    position: absolute;
    bottom: 44px;
    left: 50%;
    width: 320px;
    height: 200px;
    z-index: 1;
    margin-left: -160px;
    text-align: center;
}

.button.banner {
  background-color:rgba(255, 255, 255, 0.9);
  width:100%;
  color: #000;
  font-weight: 800;
  font-size: 26px;
  display:block;
  margin-bottom: 1px;
}
.button.banner:hover {
  background-color: rgba(255,255,255,1);
  text-decoration:none;  
}

/**************************
 *    Maincontent
 **************************/
 .maincontent {padding-top:10px;}

/****************************
*   Headline
****************************/

.headline {
  background: #d2d2d2;
  color: #000;
  font-size:12px;
  line-height:20px;
  padding-top: 5px;
  padding-bottom:5px;
}   

.headline p {
  margin:0; padding: 0;
  display:block;
}
  
   .name-top{   }
   
   .contact-top {
        text-align:center;
     }
     
  /******************
   *  Top-Right
   ******************/
  .top-right {text-align:right;}
  .top-right ul li {display:inline-block;}
  .top-right ul li a {margin: 0 0px; padding: 0 10px; color: #000;}  

 /****************************
*   Headline  2
****************************/
.headline2 {
  text-align: center;
  background-color: #009fa5;
  color: #fff; 
  font-size: 20px;
  padding-left:20px;
  padding-right: 20px;
  padding-top:0.5em;
  padding-bottom: 0.5em;
}
.headline2 a {color: #fff;}
.headline2 a:hover {color: #fff;}
.headline2 p {margin:0; padding:0;}

/*****************************
 *    Footer
 *****************************/
 
 .footer {
  background-color: #000;
  color: #fff;
 
  padding-top: 30px;
  padding-bottom: 30px;
 }
 
 .footer h1, .footer h2 {
  font-family: "Montserrat";
 } 
 
 .footer h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  
 }
 
 .footer .nav > li > a {
  padding: 0px;
  line-height: 20px;
  margin: 0px;
  color: #fff;
 }
 
 .footer-sub {
  background: #d2d2d2;
  
 }
 
 .footer-sub li {
  display:inline-block;
  
 }
 
 .footer-sub .nav > li > a {
     color: #000;
 }
 
 .footer-fixed {
  position:fixed;
  bottom: -50px;
  right: 50px;
  
  color: #fff;
  transition: all 1s ease;
  z-index:1;
 }
 .footer-fixed.in {bottom: 1px;}
 
 .footer-fixed a.button {
  background-color: #009fa5;
  color: #fff;
  border: 1px solid #fff;
  transition: all 1s ease;
  font-size: 16px;
 }
 
 .footer-fixed a.button:hover {
  background: #000;
  color: #fff;
  text-decoration:none;
 }


 /******************************
  *   Content-Sub
  ******************************/
  
  .content-sub {
    padding-top: 30px;
  }
  
  /*******************
   *    Footer-Top
   ********************/
   
   .footer-top {
      background-color: #009fa5;
      color: #fff;
      margin-top: 2em;
    }
    .footer-top p {padding:0; margin:0;  line-height:22px; padding-top:1em; padding-bottom: 1em; font-size: 18px; font-weight: 400; text-align:center;}
    .footer-top a {color: #fff; font-weight: 600;}
    
    
    /***********************
     *     Mobile Navigation
     ***********************/
     
  nav.mm-menu {
    background: #009fa5;
    border-color: rgba(0,0,0,.1);
    color: rgba(255, 255, 255, 0.8);
}
.row.mobile-navigation.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index:9999999999;
  border-bottom: 1px solid #ccc;
}


/***************************
 *  Article
 ***************************/
 
 .slider-wrapper.theme-default {
    float:left; 
    width: 45%; 
    margin-right: 5%;
  }
 div.article_images_block.slider-wrapper {
    padding: 0px;
    margin: 0 0 0px 0;
        margin-right: 3%;
    text-align: center;
}


/*************************
 *     Brautkleider übersicht
 *************************/

.articles .fourth {clear:left;}
.articles h2 a {font-size: 14px;} 
.articles h2 {margin-top:0px;}

.articles .item {margin-bottom:20px;}

/* TOP */
.top-kleider .third {clear:left;}
.top-kleider {margin-bottom: 1.5em;}

/*********************
  Brautkleid buttons
 **/
 
 .brautkleid-buttons img {max-width: 120px; float:left;}
 .brautkleid-buttons .facebook img {float:left; max-width: 40px; margin-right: 1em;}
 .brautkleid-buttons .facebook-link {line-height: 40px;}


/**********************
 **         PopUp
 **********************/
 .apm-container img {height: 100%;}


 /* Accordion */
 #accordion h4{cursor:pointer;padding:10px 25px 10px 10px;border:1px solid #efefef;border-radius:5px;background:#ddd;}
.panel-collapse{display:none;padding:10px 25px;border:1px solid #efefef;}
#accordion h4:before{content:'+ ';}

/*********************
 *    Blog-List-View
 *********************/
 
 .blog.std .item,
 .blog.std .items-leading {
    margin-bottom: 3em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
  }
 .blog.std .img-intro-left {margin-bottom: 1em;}
 
 .blog.std h2 a {color: #444;}
 
 /* BReadcrumbs */
 .breadcrumbs {font-size: 12px; min-height: 60px;}
 .breadcrumbs .breadcrumb {background: none; padding: 8px 0px;}
 
 .fotorama {margin-bottom: 2em;}
 
 
 /***********************
  *  Bildergalerie Laden
  ************************/
  
  .laden div.row div {padding-bottom: 30px;}
 
 
 /****************
  *    Video Responsive
  ****************/
  
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

/********************
 * Footer Sub 2 - Städte
 ********************/

.footer-sub2 { background-color: #000000;padding-bottom: 30px; padding-top: 30px;}  
.footer-sub2 ul {list-style: none; margin: 0px; padding: 0px;}
.footer-sub2 ul li a {color: #ffffff;}
 

