/******** TEMPLATE CSS *******/
/**
red: #dd1b23
red bright: #f2b6cc

yellow: fbd42f;
yellow bright: #f2e6c2
**/


body, html {padding:0; margin:0; font-size:18px; line-height: 1.5em;}


 .clr, .clear {clear:both;}

.page {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  font-size:18px; line-height: 1.5em;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
   font-family: 'Roboto', sans-serif; 
   font-weight: 700;
}



/****************************************************
 *   Typographie
 ****************************************************/
 /*
 .maincontent h1 {
  font-size: 32px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3em;
 }
 .maincontent h2 {
  font-size: 28px;
  
  line-height: 1.3em;
 }
*/
/*************
 Buttons
**************/


.btn {color: #fff; background-color: #dd1b23;font-weight:bold;}
a.btn.btn-red, .btn.btn-red {color: #fff; background-color: #dd1b23;font-weight:bold;}

.btn.small {
	font-size: 85%;
    padding: .35rem .85rem;
	}

.btn.btn-white {background: #fff; color: #000; font-weight:700;}
.btn.btn-yellow {background: #fbd42f; color: #dd1b23; font-weight:700;}



/******** HEAD ********/
.head {
  
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 8px #ccc;
  
  padding-top: 27px;
    padding-bottom: 27px;
	
	    position: relative;
    z-index: 11;
}

.itemid-109 .head {padding-top: 0px; background: transparent; border: 0; box-shadow: 0 0 0 0;}
.itemid-109 .navigation-main .nav > li > a {
	color: #fff;
	
}
ul li {margin-bottom: 0.25em;}




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;
}

.homebutton a {
	border: 0;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 1em;
    padding-left: auto;
    padding-right: auto;
    font-weight: 400;
    background: #dd1b23;
    font-family: 'Roboto', sans-sarif;
    color: #fff;
	font-weight: 700;
    font-size: 19px;
}
.homebutton a:hover {
	background-color: #000;
	text-decoration:none;
	color: #fff;
	
}
.logo-wrapper {
  position: relative;
}

#logo {
 
}


/********* Countdown **********/

.counter {
  
  padding-top: 0.5em;
  padding-bottom:0.5em; 
  text-align:center;
  background-color: #dd1b23;
  color: #fff;
  
}
.counter .oeffnung  {
  
  vertical-align:top;
}
.counter .countdown  {
  display:inline-block;
  
}
.counter .oeffnung p {
      font-size: 1.25em;
    line-height: 1.3em;
  margin: 0;
  padding: 0;
}

.moduletable.oeffnung a   {
  color: #fff;
  font-weight: 400;
}
.moduletable.oeffnung a  span {
  font-weight:700;
}



/****** Navigation Main **********/
.navigation-main nav {text-align:right;}

.navigation-main nav ul.nav.menu {display:inline-block;}

.navigation-main {
   font-family: 'Roboto', sans-serif;
   letter-spacing:0; 
   margin-top: 16px;
   text-transform: uppercase;

}
.navigation-main ul {text-align:right;}
.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: 20px;
    font-weight: 400;
    color: #333;
    transition: all 0.5s ease;
   
}

.navigation-main .nav > li > a:hover {
    background: transparent;
   
    
}
.navigation-main .nav  li.active > a{
    background: transparent;
    
    color: #000;

}

.navigation-main .dwn {font-size:12px;}
.navigation-main ul ul {
    display:none;
  position: absolute;
  top: 35px;
  left: -45px;
  background-color: #dd1b23;
  color: #fff;
  width: 200px;
  padding-left: 0px;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 0.5em;
  z-index: 999;
  text-align:left;
  
}

.navigation-main ul.nav-child li {
    display: block;
}

.navigation-main ul ul li a {color: #fff; display:block; padding-left:1.5rem;} 
.navigation-main ul li:hover ul {display:block;}
   

/*****************
 **    Banner
 ******************/
 
.banner { 
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: -102px;
  text-align:center;
  
}

.banner ul, .banner li {
  margin:0; 
  padding:0  ;
  list-style:none;
}

.banner .banner-content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 500px;
   
    z-index: 1;
    margin-left: -250px;
    text-align: center;
	background-color: #dd1b23;
	color: #fff;
	padding: 1rem;
}

.banner .banner-content h1 { margin-bottom:0;}
.banner .banner-content h3 { margin-bottom:0;}

.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;
  line-height:1.1em;
}
.button.banner:hover {
  background-color: rgba(255,255,255,1);
  text-decoration:none;  
}

/********************
 * Banner-Sub
 *********************/
.banner-sub a { display: block;
      display: block;
   
    padding: 10px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 21px;
    border: 1px solid #dd1b2338;
    border-radius: 2px;
    background: #dd1b230a;
	text-align:center;
}

/**************************
 *    Maincontent
 **************************/
 .maincontent {padding-top:1.5rem; padding-bottom: 3rem;}
 
 
 /******************
  * Content-2
  *******************/
.content-2 {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
	background-color: #ccc;
	
}
 /******************
  * Content-3
  *******************/
.content-3 {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
	background: #f0f0f0;

	
}
/****************************
*   Headline
****************************/

.headline {
  background: #f0f0f0;
  color: #000;
  font-size:16px;
  line-height: 34px;

  padding-top: 5px;
  padding-bottom:5px;
}   
.headline a {color: #fff;}

.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: #fff; font-size:16px;}  

 /****************************
*   Headline  2
****************************/
.headline2 {
  text-align: center;
  background-color: #dd1b23;
  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: #dd1b23;
  color: #fff;
 
  padding-top: 30px;
  padding-bottom: 30px;
 }
 
 .footer ul li {display:block; width: 100%;}
 
 .footer .tel,
 .footer .mailto {color: #fff;}
 
 .footer h1, .footer h2 {
  font-family: "Roboto";
 } 
 
 .footer h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto";
  
 }
 
 .footer .nav > li  a {
  padding: 0px;
  line-height: 20px;
  margin: 0px;
  color: #fff;
  font-size: 18px;
 }
 
 .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: #dd1b23;
  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: #dd1b23;
      color: #fff;
    }
    .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
     ***********************/
	 
	 .row.mobile-navigation {border-bottom: 1px solid #ccc; background: rgba(255,255,255, 0.95);}
.row.mobile-navigation.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
 
  z-index:9999999999;
  
}

.mm-menu_offcanvas {position: fixed; left:0; top: 0;}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 30px;
    font-size: 18px;
}
	 
/*     
  nav.mm-menu {
    background: #dd1b23;
    border-color: rgba(0,0,0,.1);
    color: rgba(255, 255, 255, 0.8);
}
.row.mobile-navigation {border-bottom: 1px solid #ccc; background: rgba(255,255,255, 0.95);}
.row.mobile-navigation.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
 
  z-index:9999999999;
  
}
#nav_head {
  margin-left: -15px;
}

.mm-menu .nav.menu a {
  color: #fff;
  font-size: 1.1em;
  padding: 10px 20px;
}

.mm-menu .mm-listitem {line-height: 1.75em;}
.mm-menu .mm-listitem:after {
    left: 10px;
    right: 10px;
}

.mm-panels .mm-panel {
	background: #dd1b23;
}
.nav.mm-menu a {
	color: #fff;
	
}*/

.mm-panels {border-right: 1px solid #ddd;}
.mm-navbar.mm-navbar_sticky{background: #fdfdfd;}
.mm-listview {background: #fff;}
.mm-panels .mm-navbar__title > span {color:#dd1b23;  }


.mm-btn.mm-btn_next.mm-listitem__btn {
position: absolute;
    width: 50px;
    right: 0px;
    top: 0px;
    height: 40px;
}


/***************************
 *  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 {width: 50%;}
 .brautkleid-buttons img {max-width: 150px; }
 .brautkleid-buttons .facebook img {float:left; max-width: 40px; margin-right: 1em;}
 .brautkleid-buttons .facebook-link {line-height: 40px;}
 
  /*
  Pagination Bottom
  */
  
  .pagination-bottom {
    clear: both;
  }
  .pagination-bottom .pager {padding: 0; margin:0;}
  .pagination-bottom .pager li  {
    margin:0;
    padding: 0;
  }
  .pagination-bottom .pager li a {
    border-radius: 0;
    background-color: #dd1b23;
    color: #fff;
    border : 0;
    display:block;
  }
  .pagination-bottom .pager li.previous a:before {content: "<<";}
  .pagination-bottom .pager li.next a:after {content: ">>";}
  .pagination-bottom .pager li a:hover {
    background-color: #000;
  }
  .pagination-bottom .pager li > a, .pagination-bottom .pager li > span {
    
	
	    display: inline-block;
    padding: 8px 22px;
    font-size: 18px;
    border-radius: 2px;
    
  }
/**********************
 **         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; }
 .breadcrumbs .breadcrumb {
  background: none; 
  padding-top: 8px ;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  }
 
 .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffff;
    border-radius: 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;}

/*******************
 *   Review Widget
 *******************/
 
 .maincontent .gpr_widget .gpr-business-header {
  width:      auto;
 }
 
 .maincontent .gpr_widget div.gpr-review {


    padding: 0;

}
 a.reviewBtn {
  color: #fff;
 }
 
 /*****************
  * Marken
  ****************/
  
  .marken-logo {
    max-width: 50%;
    padding-bottom: 2em;
  }
  
  /*
  Shows
  */
  .button.shows {
  display: block;
background: #dd1b23;
font-weight: 400;
margin-bottom: 0.3em;
text-align: center;
color: #fff;
}
.button.shows:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  
}

/****************
 *  Form INfo Button
 *****************/
 .btn.form {
background: #dd1b23;
color: #fff;
font-weight: bolder
}

.btn.form:hover {
  text-decoration:none;
  background: #000;
}
 
 
 /************************* 
 * Galerien
 **************************/
 
 .ig-menu-grid {

 }
 
.maincontent .ig-menu-grid-text  h3 {margin-top: 5px; font-size: 1em; margin-bottom: 1em; text-align:center;}
 
 /********************
	Benefits
 *********************/
 
 .benefit h4 { font-weight:700; display:block; position: relative;}

 .benefit.i-hands h4:before  {
	 content: ' ';
	 width: 20px;
	 height: 20px;
	 position:absolute;
	 left: -25px;
	 top:0px;
	 background-image: url(../images/icons/Hand.png);
	 background-size: contain;
	 background-repeat:no-repeat;
	 
 }
 .benefit.i-brands h4:before  {
	 content: ' ';
	 width: 20px;
	 height: 20px;
	 position:absolute;
	 left: -25px;
	 top:0px;
	 background-image: url(../images/icons/star.png);
	 background-size: contain;
	 background-repeat:no-repeat;
	 
 }
  .benefit.i-size h4:before  {
	 content: ' ';
	 width: 20px;
	 height: 20px;
	 position:absolute;
	 left: -25px;
	 top:0px;
	 background-image: url(../images/icons/size.png);
	 background-size: contain;
	 background-repeat:no-repeat;
	 
 }
   .benefit.i-heart h4:before  {
	 content: ' ';
	 width: 20px;
	 height: 20px;
	 position:absolute;
	 left: -25px;
	 top:0px;
	 background-image: url(../images/icons/heart.png);
	 background-size: contain;
	 background-repeat:no-repeat;
	 
 }
 

 
 .benefit p {font-size: 14px; line-height: 1.3em;}
 
 
 /**********************
  *	Leistungen/ Kategory Box
 ***********************/


.category-box .col-md-4 {padding-left: .5rem; padding-right: .5rem;}

 
 
 .image-box {position: relative;}
 .image-box .box-button {
		display:block;
		position: absolute;
		top: 0;
		width: 100%;
		background-color: #dd1b23e8;
		color: #fff;
		text-align:center;
		padding-top: 1em;
		padding-bottom: 1em;
		font-weight: 700;
		font-size: 20px;
		border:0;
		transition: all .2s ease;
 }
 .image-box:hover .box-button {
		background-color: #fbd42f;
		color: #000;
	 
 }
 
.box-shadow, .image-box {
	
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
}
 
 
 /*****************
	Trauredner Footer
 ******************/
 
 .trauredner {padding-top: 15px; padding-bottom: 15px; margin-top: 15px;}
 .trauredner p {margin: 0; padding: 0;}
 
 
 /**************************
  * Filter Navigation
  **************************/
  
  
  /***************************
   * SALE
   ***************************/
  .sale .vm-pagination ul {margin:0; padding: 0; display:inline-block;}
  .sale .vm-pagination.vm-pagination-top {width: 100%; float:none; text-align:left !important;}
  
  .sale .orderby-displaynumber {
		border: 0;
		margin: 10px 0;
		padding: 10px 0;
	}
	
	 .cf_flt_wrapper {
    margin-bottom: 0px;
    margin-top: 30px;
	}
	
	
	.sale .products-view .row,
	.sale .category-view .row{
		margin-left: -15px;
		margin-right: -15px;
		
	}
	
	.sale div.product {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.sale .product-container h2 a {font-size: 14px;}
	
	.vm-product-container .additional-images img {
    	width: 120px;
	}
	
	.view-productdetails .productdetails-view .row {
		margin-left: -15px;
		margin-right: -15px;
		
		
	}
	
	.product-field-display {
		padding-left: 0.5rem;;
		float: left;
		display: block;
		font-weight:bolder;
		
	}
	.product-fields-title {float:left;}
 
	.product-details .brautkleid-buttons {width: 100%;}

	.product-fields {font-size: 1.5rem;}
	.product-short-description {font-size:1.5rem;}
	
	.moduletable.filterButton {display:none;}
	
	.filterButton #filterButton {
		 border: 2px solid #dd1b23; 
		 width: 100%; 
		 color: #dd1b23;
		 display:block;
		 text-align:center;
	}
	
	.vm-product-media-container {position: relative;}
	.sale-img {position: absolute; top: 5px; right: 5px; max-width: 33%;}
	
	.main-image {position: relative;}
	.main-image img.sale-img {max-width: 33%;}
	
	.product-container h2 {margin-bottom: 0px;}
	
	.itemid-116 .articles h2  {margin-bottom: 0;}
	
	
	.car-row {position: relative;}
	.car-row a.btn-readmore {position: absolute; right: 0; bottom: 0; color: #fff;}
	.car-row a:hover {text-decoration: none;}
	.car-row a {color: #000;}
	
	 
	 
	 
	 
	 