
/* FONTS */


/*@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Anton);*/

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v10-latin-300.eot');
  src: local('Oswald Light'), local('Oswald-Light'),
       url('../fonts/oswald-v10-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oswald-v10-latin-300.woff2') format('woff2'),
       url('../fonts/oswald-v10-latin-300.woff') format('woff'),
       url('../fonts/oswald-v10-latin-300.ttf') format('truetype'),
       url('../fonts/oswald-v10-latin-300.svg#Oswald') format('svg');
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v10-latin-regular.eot');
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oswald-v10-latin-regular.woff2') format('woff2'),
       url('../fonts/oswald-v10-latin-regular.woff') format('woff'),
       url('../fonts/oswald-v10-latin-regular.ttf') format('truetype'),
       url('../fonts/oswald-v10-latin-regular.svg#Oswald') format('svg');
}

/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v10-latin-700.eot');
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('../fonts/oswald-v10-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oswald-v10-latin-700.woff2') format('woff2'),
       url('../fonts/oswald-v10-latin-700.woff') format('woff'),
       url('../fonts/oswald-v10-latin-700.ttf') format('truetype'),
       url('../fonts/oswald-v10-latin-700.svg#Oswald') format('svg');
}


/* anton-regular - latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/anton-v7-latin-regular.eot');
  src: local('Anton'),
       url('../fonts/anton-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/anton-v7-latin-regular.woff2') format('woff2'),
       url('../fonts/anton-v7-latin-regular.woff') format('woff'),
       url('../fonts/anton-v7-latin-regular.ttf') format('truetype'),
       url('../fonts/anton-v7-latin-regular.svg#Anton') format('svg');
}

/* Global Styles */

html,
body {
    height: 100%;
/*    overflow-x: hidden;*/
}

body {
    /* padding-top: 50px;*/
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    
    /*background: url("../images/bg2-X2.png") repeat scroll 0 0;*/
    background: url("../images/bg_b1.jpg") repeat-y scroll 0 0;
    background-size:100%;
    overflow-x: hidden;

    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:16px;
}

.ie8 body {
	background: url("../images/bg_b1.jpg") repeat-y center center fixed;
	background-color: #FFED00;
}


.body-bg {
	overflow-x: hidden;
}


a .glyphicon {

}

a:focus, a:hover {
	color:#D00107;
	text-decoration: none;
}



.center-img-res {
    margin: 0 auto;
}

a {
	color:#000;
}

.bg-main {
    /*background-color: rgba(255, 237, 0, 0.55);*/
    width: 100%;
    position: relative;
}

.shadow-left {
	position: absolute;
	left:0;
	width:15%;
	height:100%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
}

.shadow-right {
	position: absolute;
	right:0;
	width:15%;
	height:100%;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;

}

/*.dark-version .bg-main {
	background-color: rgba(0, 0, 0, 0.50);
}*/




.prev-angebote {
	font-size:25px;
	left:-60px;;
	
}

.next-angebote {
	font-size:25px;
	right:-60px;
}

.prev-angebote img, .next-angebote img {
	width:45px;
}

.prev-angebote, .next-angebote {
	bottom:45%;
	position: absolute;
	color:white;
	width:45px;
	display:block;
}



body.dark-version {
	background: url("../images/bg_b2.jpg") repeat-y scroll 0 0;
	background-size:100%;
	/*color: #fff;*/
}


.dark-version img {
	/* Firefox 10-34 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

	/*
	  Chrome 19+,
	  Safari 6+,
	  Safari 6+ iOS,
	  Opera 15+
	*/
	-webkit-filter: grayscale(1);

	/* Firefox 35+ */
	filter: grayscale(1);

	/* IE 6-9 */
	filter: gray;



}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.rel-block {
    position: relative;
}

.click-color {
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 9999;
}

#popup, #popup2, .popup2 {
    display: none;
/*    position: absolute;*/
/*    border: 10px #fff solid;*/
    background-color:white;
    min-width: 450px;
    max-width:100%;

}

/*#popup, #popup2, #popup *, #popup2 *, #popup *::after, #popup2 *::after {
	box-sizing: content-box !important;
}*/




.dark-version .popup-content {
	color: #333;
}

#popup2, .popup2 {
	background-color: #FFF566;
/*	border-radius: 10px;
	box-shadow: 0 0 25px 5px #999;*/
	color: #111;
	min-width: 200px;
/*	min-width: 800px;*/
/*	padding: 25px;*/
/*max-width:800px;*/
/* border: 10px solid #fff; */
	border: 10px solid #fff;
/*	height:auto !important;*/

	box-sizing: content-box;
}


#popup .b-close, #popup2 .b-close, .popup2 .b-close {
    background: #fff;
    color: #000;
    font-family: Arial;
    font-size: 40px;
    line-height: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index:10;
}


.glyphicon {
    top: 0;
}

#popup h3 {
    padding: 0;
    margin: 0 0 17px 0;
}

#popup p {
    font-size: 16px;
}

#popup a {
    text-transform: uppercase;
    color: #d10107;
    font-weight: bold;
    font-size: 15px;
}

#popup .popup-window {
    background-color: #fff566;
    padding: 20px;
    border: 10px solid #fff; 
    /*    min-width:350px;
    min-height:200px;
    height:100%;*/

}

#popup2 .img-caption , .popup2 .img-caption {
	visibility:hidden;
	position:relative;
	left:0;
	right:0;
	bottom:0;
	padding-left: 30px;
	padding-top: 40px;
	padding-bottom:40px;
	  width:80%;
	  height:100%;
}

#popup2 .img-caption ul, .popup2 .img-caption ul{
	margin:10px 0;
}







#popup2 .img-content, .popup2 .img-content{
	width:50%;
	/* border: 10px solid #fff; */

}

#popup2 .popup-window > div , .popup2 .popup-window > div {
	/* border: 10px solid #fff; */

}

#popup2 .popup-window , .popup2 .popup-window {
	padding: 0;
	min-height:70px;
	background-color: #FFF566;

}
#popup2 .popup-left , .popup2 .popup-left {
width:55%;
float:left;

}

#popup2 .popup-right , .popup2 .popup-right {
width:45%;
float:left;

}




#popup2 img , .popup2 img {
/*	max-width:100%;
	height:auto;
	display:block;*/
	/*margin:auto;*/
/*	margin-top:10%;
	margin-bottom:10%;*/
}

a {
    cursor: pointer;
}
/* Home Page Carousel */

.image:hover {
    -webkit-transform: translate(20px, -50px);
    transform: translate(20px, -50px);
    opacity: 0.4;
}

.image {
    opacity: 1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

header.carousel {
    /*height: 60%;*/
    overflow:hidden;

}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: auto;
}

header.carousel .item .mobile {
	display: none;
	background-size: cover;
	background-position: center center;
	background-image: none;
	max-width: 100%;
}
header.carousel .item .mobile img {
	max-width: 100%;
}
header.carousel .item .mobile .text {
	margin: 0 auto;
	width: 75%;
	padding: 10px 10px 30px 10px;
	font-size: 1.25em;
}
@media(max-width: 767px) {
	header.carousel .item .paralax.desktop {
		display: none;
	}
	header.carousel .item .mobile {
		display: block;
	}
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#nav-slider {
    /*background-color: #010101;*/
    
    background-color: #E6221D;
    font-family: 'Anton', sans-serif;
    height: 15px;
    z-index: 1;
    position: relative;
}

#nav-slider a {
    background-color: rgba(255, 237, 0, 0.8);
    color: #000;
    display: block;
    font-size: 130%;
    height: 20px;
    line-height: 40px;
    opacity: 1;
    position: relative;
    top: -12px;
    transition: all 0.3s ease 0s;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#nav-slider a:hover {
    -webkit-transform: translate(0px, -28px);
    transform: translate(0px, -28px);
    opacity: 1;
    height: 40px;
    /*    border-top-left-radius: 30px 30px; 
    border-bottom-right-radius: 30px 30px;
    border-bottom-left-radius: 30px; 
    border-top-right-radius: 30px;*/
}

#nav-slider a:hover span {
    display: block;
    /*    border-top-left-radius: 30px 30px; 
    border-bottom-right-radius: 30px 30px;
    border-bottom-left-radius: 30px; 
    border-top-right-radius: 30px;*/
}

#nav-slider span {
    /*background-color: #010101;*/
    
    display: none;
}

#nav-slider a.active {
    height: 40px;
    /*background-color: rgba(0, 0, 0, 1.00);*/
    
    background-color: #FFED00;
    -webkit-transform: translate(0px, -28px);
    transform: translate(0px, -28px);
    opacity: 1;
}

#nav-slider a.active span {
    display: block;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 40px;
}


.top-markt-info {
	height:30px;
	/*background-color:#fff;*/
	background-color: rgba(255, 255, 255, 0.8);
}

.parallax {
/*	position:absolute;*/
}


.navbar-wrapper .nav-logo {
    width: 90%;
    padding: 15px 0;
    padding-left:30px;
}

.navbar-wrapper .navbar-right {
    margin-right: 0;
}

#main-menu a {
    color: #fff;
    font-size: 140%;
    font-family: 'Anton', sans-serif;
}

#main-menu a:hover, #main-menu li:hover i {
    color:#ffed00;
}



#main-menu .dropdown li > a {
    color: #000;
}

#main-menu .nav {
    position: absolute;
    bottom: 0;
    right: 23.5%;
}

#main-menu li.active > a {

    color: #ffed00;
    text-decoration: none;
    background-color:transparent;
}





#main-menu li.active li > a {
    color: #000;
    text-decoration: underline;
    background-color:transparent;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
/* Modules */

.module-header-bg {
    width: 80%;
    height: 55%;
    background-color: black;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    z-index: 1;
    position: absolute;
}

.module-header-bg-l2 {
    width: 95%;
    height: 50%;
    background-color: black;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    z-index: 1;
    position: absolute;
}

.module-header {
    color: white;
    padding: 4px 20px;
    font-style: italic;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.module-content {}

.module-content p {
    margin-top: 10px;
}

.module-content .glyphicon {
    top: auto;
    font-size: 1em;
   /* padding-left: 2px;*/
}

.module-txt-button .glyphicon {
	 padding-left: 8px;
}

.img-border {
    border: 10px #fff solid;
}

.module-txt-button {
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding-right:10px;
}

.red-info {
    font-family: 'Anton';
    color: #d10007;
    text-transform: uppercase;
    font-size: 26px;
    line-height:1.2;
}

.black-info {
    font-family: 'Anton';
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    line-height:1.2;
}

.info-popup {
    cursor: pointer;
}

.product-img {
    padding-bottom: 20px;
    position:relative;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.red-link,
a.red-link:hover,
a.red-link:active,
a.red-link:visited {
    color: #d10007;
}

.content-p {
    font-size: 18px;
}

.product-img:hover .img-border, .product-img-angebote:hover .img-border-angebote {
    border-color: #A0A0A0
}

/* Footer Styles & Bottom */

footer {
    margin: 0;
    background-color: #000000;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
}

.logos-bottom {
	background-image: url("/images/b1/logos-bottom-bg.png");


	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#847f5e+0,ffffff+30,ffffff+60,847f5e+100 */
	background: #CCCABD; /* Old browsers */
	background: -moz-linear-gradient(left, #847f5e 0%, #ffffff 30%, #ffffff 60%, #847f5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#847f5e), color-stop(30%,#ffffff), color-stop(60%,#ffffff), color-stop(100%,#847f5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #847f5e 0%,#ffffff 30%,#ffffff 60%,#847f5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #847f5e 0%,#ffffff 30%,#ffffff 60%,#847f5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #847f5e 0%,#ffffff 30%,#ffffff 60%,#847f5e 100%); /* IE10+ */
	background: linear-gradient(to right, #847f5e 0%,#ffffff 30%,#ffffff 60%,#847f5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCABD', endColorstr='#CCCABD',GradientType=1 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: center center;
	height:52px;
/*	background-color: #847F5E;*/
}

.logos-bottom-2 {
	padding:10px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#847f5e+0,ffffff+30,ffffff+60,847f5e+100 */
	background: #CCCABD; /* Old browsers */
	background: -moz-linear-gradient(left, #847f5e 0%, #ffffff 30%, #ffffff 60%, #847f5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#847f5e), color-stop(30%,#ffffff), color-stop(60%,#ffffff), color-stop(100%,#847f5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #847f5e 0%,#ffffff 30%,#ffffff 60%,#847f5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #847f5e 0%,#ffffff 30%,#ffffff 60%,#847f5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #847f5e 0%,#ffffff 30%,#ffffff 60%,#847f5e 100%); /* IE10+ */
	background: linear-gradient(to right, #847f5e 0%,#ffffff 30%,#ffffff 60%,#847f5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCABD', endColorstr='#CCCABD',GradientType=1 ); /* IE6-9 */
}


.logos-bottom img{
	margin-top: 8px;

}

.logos-bottom-2 img{
	margin: auto;

}


hr.v-separator,
.v-separator {
    padding: 20px 0;
    margin: 0;
    border: none;
}

.separator-t {
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    border: none;
}

.separator-b {
    padding-bottom: 20px;
    padding-top: 0;
    margin: 0;
    border: none;
}

#menu-footer .navbar-nav > li > a {
    padding: 0;
    margin-right: 10px;
    color: white;
}

#menu-footer .navbar-nav > li > a:hover {
	color:#ffed00;
}

#menu-footer li {
	padding-right:10px;
}

#menu-footer .navbar-nav > li:last-child > a {
    margin-right: 0;
}

#menu-footer .nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

#menu-footer .glyphicon {
    font-size: 12px;
    top: auto;
    padding-right: 10px;
}


.page-header {
    border-bottom: none;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}


.item-page p:last-child {
	margin-bottom:0;
}

.countdown-offer img {
	position:absolute;
	max-width:100%;
	z-index:5;
}

.countdown-offer #counter, .countdown-offer .desc  {
	position:relative;
	z-index:6;
}

.countdown-offer {
	height:250px;
}

.countdown-offer-move > div {
	left: 30px;
	top: 88px;

}

.row2nd .img-border-angebote {
    border: 8px solid #fff;
/*    border-right:none;
    border-top:none;*/
}
.img-border-angebote {
    border: 8px solid #fff;
/*    border-left:none;
    border-top:none;*/
/*    padding:10px;*/
    background-color: rgba(255,255,255,0.5);
}

.page-angebote .product-img img {
	background-color: rgba(255,255,255,0.5);
}

/*.row3rd .img-border-angebote {
	border-top: 8px solid #fff;
	border-bottom: 10px solid #fff;
}*/

/*.row2nd.row4th .img-border-angebote {
	border-top: 8px solid #fff;
	border-bottom: 10px solid #fff;
}*/

.product-img-angebote {
	padding: 0 15px 15px 0;
}

.row5th .img-border-angebote {
	border: 8px solid #fff;
/*	border-left:none;
	border-bottom:none;
	border-top:none;*/
}


.row6th .img-border-angebote {
	border: 8px solid #fff;
/*	border-right:none;
	border-bottom:none;
	border-top:none;*/
}

.modArticleList.angebote {
	padding-left:15px;
	padding-right:15px;
}


.show-flyer-book img{
	margin-bottom:15px;
}



/* Store Locator */

.markte-page {
	position:relative;
}


#map .markt-auswahlen div, #sl_sidebar .markt-auswahlen div  {
	color:#d10007;
	text-decoration: none ;
	cursor: pointer
}

#map .markt-auswahlen div:hover, #sl_sidebar .markt-auswahlen div:hover {
	text-decoration: underline ;
}

#map .markt-auswahlen .glyphicon {

	top:1px;
}



#sl_search_container {
    margin-left: 12px;
}
#sl_results_container {
  /*margin-left: 12px; */
    margin-top: 20px;
    width: 100%;
    position:relative;
    color:#000;
}
#sl_results_container span.location_name, #sl_results_container span.marker_name {
    display: block;
}


#sl_results_container .location_name {
	font-weight: bold
}
#sl_results_container span.marker_name {
    font-weight: bold;
}


.left-map-block {
	left: 1%;
	position: absolute;
	z-index: 9999;
	height:100%;
	background-color: #fff;
	overflow-y: scroll;
	height:720px;
	padding-top:5px;
	top:2%;
}


.left-map-block .radius-block {
	margin:10px 0;
	margin-left:12px;
}

.left-map-block .search-location-block {
	margin:10px 0;
	margin-left:12px;
}


.left-map-block .search-label {
	font-weight: 600;
	margin-left:12px;
	margin-top:10px;
}

.left-map-block  .btn-map-icon {
position:absolute;
left:72%;
}

.btn-map-icon .glyphicon{
	top:2px;
}

.left-map-block #addressInput {
	width:80%;
	background-color: #e9eaea;
	border:0;
	padding:2px 4px;
}

.left-map-block #radiusSelect {
	width:80%;
}

.left-map-block .search-label img{
	margin-right:6px;
	top:-2px;
	position:relative;

}

.bubble-open-hours {
	font-weight:700;
	margin:10px 0;
}


.left-map-block .distance {
	float:left;
	margin-right:8px;
	background-color: #ffee00;
	padding:0 3px;
}



.kontakt-submit-block {
	position: relative;
	width:80%;
}

.kontakt-submit-block p{
	position: absolute;
	top: 0;
	right: 0;
}

.gbs3 .chronoform input, .gbs3 .chronoform select, .gbs3 .chronoform textarea {width:100% !important;}
.gbs3 .chronoform #fin-vorname, #fin-nachname, #fin-str_haus, #fin-anrede, #fin-email, #fin-telefon, #fin-fax, #fin-betreff, #fin-nachricht{width:80% !important;}

#fin-captcha1  {width:58% !important;}


#fin-kontakt-senden {
	display:none !important;
}

 .gbs3 a {
	color:#000 !important;
}

.gbs3 a:focus, .gbs3 a:hover {
	color:#d00107 !important;
}



#fin-captcha2 img {
	height: 40px;
	top: -3px;
	position: relative;
}

.gbs3 .gcore-form-row {
	margin-bottom:10px !important;
}

.gtooltip-content {
    padding: 5px 10px;
}

.gbs3 .gcore-input {
	position: relative;
}

#fin-plz, #fin-ort {width:100% !important;}

.gcore-subinput-container {
    width: 40.6%;
}

.gbs3 .help-block {
    color: #000 !important;
    display: block;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position:absolute;
    right: -15px;
     top: -5px;
    font-size:22px;
}

/*.gbs3 .chronoform #plz {width:100% !important;}
.gbs3 .chronoform #ort {width:100% !important;}*/

.gbs3 .form-control {
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc !important;;
    border-radius: 0px !important;;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}



#sl_sidebar {
    /*float: left;*/
    margin-left: 0;
    width: 220px;
	background-color:#FFF;
	
	z-index:5;
	left:2%;
	/*position:absolute;*/
	margin-top:0.7%;
}

#sl_sidebar .sidebar-entry {
	font-size:14px;
	cursor:pointer;
}

#sl_sidebar .sidebar-address-block {
	font-weight:300;
	padding-top:3px;
}




#sl_sidebar div {
	border-bottom: 0;
}

#sl_sidebar > div {
  
    /*margin: 0 0 10px; */
    padding: 4px 0;
	border-bottom: 1px solid #e9eaea;
	margin: 0 5px;
}

#sl_locate_results {
	font-size: 1.1em;
	 font-weight: bold;
	 margin-bottom: 10px;
	 margin-top: 10px;
	 margin-left:12px;
	 display:none;
}




#sl_sidebar div div {
    margin: 0;
    padding: 0;
}

#sl_sidebar .sidebar-entry {
	margin-left:7px;
}

/*#sl_sidebar div:hover {
background-color: transparent !important;
}*/

#sl_sidebar div.sidebar-entry:hover, #sl_sidebar div.sidebar-entry:hover .sidebar-address-block {
    background-color: #ccc;
}
#sl_search_container .row-fluid {
    float: left;
    width: 50%;
}
#sl_search_container .row-fluid input.btn {
    background: url("../images/Bestellen.jpg") repeat scroll left top transparent;
    border: 1px solid #242b7e;
    color: #fff;
    padding: 0;
}
#sl_results_container #map a {
    text-decoration: underline;
}

#map {
	border:5px solid #fff;
}


#nav-slider {
	display:none;
}

.carousel-indicators {
	    left: auto;
	    right:15px;
	    list-style: outside none none;
	    margin-left: auto;
	    padding-left: auto;
	    position: absolute;
	    text-align: left;
	    width: auto;
	    z-index: 5;
}

#myCarousel .carousel-caption p {
	font-family: "Oswald light",sans-serif;
	color:#000;
}


#myCarousel .carousel-caption {
	padding-bottom:0;
	bottom:0;
	text-shadow:none;
	z-index:5;
}
.carousel-indicators li {
	border:3px solid #ffffff;
	height:15px;
	width:15px;
	margin:0 1px;
	/*-webkit-box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.75);*/
}

/*.dark-version .carousel-indicators li {
	-webkit-box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.75);
}*/



.carousel-indicators li.active {
	background-color: #ffffff;
	height:15px;
	width:15px;
}

/*.dark-version .carousel-indicators li.active {
	background-color: #fdfdfc;
	height:15px;
	width:15px;
}

.dark-version .carousel-indicators li {
	border:3px solid #fdfdfc;

}*/



img.light-on {
	position: absolute;
	right: -20px;
	top: -90px;
	max-width:100%;
}


.ligther-hr {

border-width:1px;
margin:0;
margin:2px 0;
width:105%;
}


.lighter-container {
	position:relative;
	height:100%;
	width: 20%;
	float:right;
	margin-right:3%;
	
}


.chrono_captcha_input {
	height:40px;
}

#chronoform_Kontakt label {
	width:20%;
}

#chronoform_Kontakt select,#chronoform_Kontakt input,#chronoform_Kontakt textarea {
	width:30%;
}


#input_submit_131_container_div input {
	width:200px
}


.light-caption {
	color: #fff;
	font-family: "Anton",sans-serif;
	font-size: 140%;
	z-index: 9999;
	position:absolute;
	right:2%;
	top:5%;
}

.light-caption a {
	color:#fff;
	text-decoration:none;
}


.light-caption > div {
	text-align:center;
}

.navbar-inverse {
	background-color: #000;
}

.light-caption a.active {
	color: #FFED00;
}


/*.module-head-img > img {
	margin:auto;
}*/


.right-position hr.v-separator {
	background-color: #fff;
	float: right;
	height: 6px;
	margin: 20px 0;
	padding: 0;
	width: 90%;

}

.right-position hr.v-separator:last-child {
	height:0;
	background-color: transparent;
}


.right-position .module-head-img img {
	margin:auto;
}

.right-position .module-head-img {
	position: relative;
	left:15px;
}

.checkbox label, .radio label {
	font-weight:300;
}

/*.img-content > img {
	max-width:100%;
	height:auto;
}*/


.service-angebot {
	background-color:#fff9a6;
	padding:10px 20px ;
}



.kundenhotline {
	padding:10px 20px;
	background-color: #fff9a6; 
	margin-top:15px;
}

.kundenhotline .col-md-8.col-sm-8 {
	padding-right:5px;
}

.dark-version .kundenhotline, .dark-version .gutscheinkarte, .dark-version .service-angebot  {
	color:#000;
}



.service-angebot {
	margin-top:15px;
}

.service-angebot .img-responsive {
	margin:auto;
}

.gutscheinkarte {
	margin-top:15px;
	padding:10px 20px;
	background-color: #fff9a6; 
}

.gutscheinkarte img {
	margin-top:10%;
	margin-left:auto;
	margin-right:auto;
}

.kundenhotline img {
	margin-top:20%;

	margin-left:auto;
	margin-right:auto;
}



.img-caption h5  {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight: 400;
	line-height:16px;
	color:#000;
}
.img-caption  {
	height: 50px;
	left: 20px;
	position: absolute;
	bottom: 25px;
}

/*.page-angebote .img-caption {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	 bottom: 9px;
	 left: 0;
	 margin: auto;
	 padding: 7px 20px;
	 width: 100%;
	 z-index: 0;
}*/

.page-angebote .img-caption {
	height: 50px;
	left: 25px;
	position: absolute;
	bottom: 5px;
	display:none;
}


.angebote-page-hanzettel .module-head-img {
	float:left;
	margin-left:-20px;
}

.angebote-page-hanzettel .module-txt-button {
	position: absolute;
	bottom:10px;
	text-transform: none;
	right:0;
}

.popup-img {
/*	position:relative;
	z-index:5;*/
}

.page-angebote .product-img {
	/*margin-bottom:20px;*/
	padding:0;
}

.page-angebote {
	margin-top:-20px;
}

.angebote-no-offer {
	margin-top:20px !important;
}



.product-img-angebote .img-caption  {
	height: 50px;
	left: 25px;
	position: absolute;
	bottom: 26px;
	display:none;
}



.carousel-control img{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}

.left.carousel-control img {
	left:0;
	margin-left:0;
}

.right.carousel-control img {
	right:0;
	margin-right:0;
}



.carousel-control .icon-next, .carousel-control .icon-prev {
	margin-top:-48px;
	width:auto;
}

.carousel-control .icon-prev::before, .carousel-control .icon-next::before {
	content: '';
	visibility: hidden;
}

.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
	content: '';
	visibility: hidden;
}

.carousel-control .icon-prev {
	left:0;
	margin-left:0;
}

.carousel-control .icon-next {
	right:0;
	margin-right:0;
}

/*.grid:after {
  content: '';
  display: block;
  clear: both;
}
*/



.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}

.page-angebote .grid-sizer,
.page-angebote .field { 
	width: 23.5%;;
}


.page-angebote .field {
    float: left;
    margin-bottom:20px;
}



.page-angebote .gutter-sizer { width: 2%; }
.page-angebote .grid-item--width2 { width: 49%; }
.page-angebote .grid-item--width3 { width: 49%; }
.page-angebote .grid-item--width4 { width: 23.5%; }
.page-angebote .grid-item--single { width: auto; }

.page-angebote .grid-item--height2 img { height: 267px;  }
.page-angebote .grid-item--height3 img { height: 554px;  }
.page-angebote .grid-item--height4 img { height: 555px;  }


.booklet .b-arrow-next div {
	background: rgba(0, 0, 0, 0) url("../images/arrow-right.png") no-repeat scroll left top !important;
}

.booklet .b-arrow-prev div {
    background: rgba(0, 0, 0, 0) url("../images/arrow-left.png") no-repeat scroll left top !important;
}


img[usemap] {
border: none;
height: auto;
max-width: 100%;
width: 100%;
} 


#markte-menu-info .small-marker {
/*	width:15px;*/
margin-right:5px;
margin-top:-1px;
position:relative;
}


#markte-menu-info a {
	color:black;
	text-decoration: none;
	font-weight:600;
	font-size:14px;
	text-transform: uppercase;
	/*margin-left:10px;*/
}

#markte-menu-info {
	color:black;
	position:relative;
	display:none;
	font-size:14px;
	z-index:100;
	line-height:30px;
/*	background-color: #878787;*/
}

#markte-menu-info .markt-info-span {

}


.tooltip-inner {
background-color: #000;
border:1px solid #000;
width: 300px;
}

.tooltip.bottom .tooltip-arrow {
border-bottom: 5px solid #000;

}

.tooltip p{
	text-align:center;
	font-weight: bold;
}

.tooltip p:last-child {
	margin-bottom:0;
}


.tooltip-inner-news .tooltip-inner {
  max-width: 200px;
  padding: 8px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  border-color:lightgrey;
}
.tooltip-inner-news .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner-news .tooltip.bottom .tooltip-arrow {
    border-bottom: 5px solid #fff;
}


#markte-andern-head {
	margin-left:5px;
}

.mein-markt-nav {
	/*margin-top:2px;*/
	position: relative;
	margin-left:10px;
	display:inline-block;
}


.mein-markt-nav a:hover {
	/*color:#ffed00 !important;*/
	color:#000 !important;
}

.markt-info {
	font-weight: bold;

/*	color:#ffed00;*/
	color:#000;
}

.mein-markt-nav span {
	position:relative;

	margin-left:7px;
}





.paralax {
	left:-2%;
	margin-left:0;
	padding-left:0;
	margin-bottom:0;
}

.paralax  img {
	width:100%;
}

.paralax .first img {
	width:104%;
}



.paralax ul {
	margin:0;
}

.paralax  .layer {
	width:100%;
	text-align:center;
}

 .fireworks {
 	position: absolute;
 	z-index:8;
 	left:20%;
 	display:none;
 	top:10%;
 }

 .fireworks2 {
 	position: absolute;
 	z-index:8;
 	left:40%;
 	top:20%;
 	display:none;
 }

 .fireworks3 {
 	position: absolute;
 	z-index:8;
 	left:10%;
 	top:50%;
 	display:none;
 }


     .mobile-arrows {
	display:none;
     }





     .navbar-brand {
     	padding:0px;
     }

/*     .v-center {
         display: inline-block;
         vertical-align: middle;
         float: none;
     }

     .vflex-align {
         display: flex;
         align-items: center;
     }

     .vcenter {
         display:table-cell;
         vertical-align:middle;
         float:none;
     }*/

     .v-center {
     	float:none;
     	display:inline-block;
     	vertical-align:middle;
     	margin-right:-4px;
     }


     #mybook .b-page {
     	/*position:absolute;*/
     }
/*     #mybook > div  {
     	position:static !important;
     	}*/



     	.zoomContainer {

     	}






#chronoform-Unsubscribe {
	width:500px;
}

#fin-unsubscribeEmail {
	width:54.5% !important;
}

#chronoform-Unsubscribe #fin-captcha1 {
	width:30% !important;
	padding-right:0 !important;
	margin-right:7px;
}

#chronoform-Unsubscribe #fin-captcha2  {
	width:10% !important;
	padding-right:0 !important;
}

.system-message-container {
	font-size:14px;
}



/* Responsive Styles */

@media(max-width: 1200px) {
    /*    header.carousel {
        height: 30%;
    }*/
    /*    header.carousel {
           height: 30%;
       }*/

       #counter, .countdown-offer .desc {
       	width: 100% !important;
       	left:20%;
       	top:65px;
       	transform: scale(0.8);
       }

       .page-angebote .grid-item--height2 img { 
       	height: 220px;  
       }
       .page-angebote .grid-item--height3 img { 
       	height: 461px;  
       }
       .page-angebote .grid-item--height4 img { 
       	height: 461px;  
       }



/*       #markte-menu-info {
           left: 34.8%;
       }*/

       .navbar-wrapper .nav-logo {
       	width:70%;
       }

       .angebote-page-hanzettel .module-head-img {
       	margin-right:-30px;
       }

       .angebote-page-hanzettel .module-txt-button {
       	right:0;
		width: 115px;
       }



}



@media(max-width: 991px) {


	body {
	    background-size:1920px 1920px;
	}

    .customer-img, .img-related {
        margin-bottom: 30px;
    }
    .navbar-wrapper .nav-logo {
        width: 60%;
        padding-left:10px;
        padding-top:20px;
    }
    #main-menu a {
        font-size: 110%;
    }
    .center-img-res {
        margin: 0 auto;
    }
    .module-head-img {
        padding-bottom: 10px;
    }
    img.click-color {
        width: 100px;
    }

    #counter, .countdown-offer .desc {
    	width: 100% !important;
    	left:10%;
    	top:50px;
    	transform: scale(0.6);
    }

    .countdown-offer .desc {
	display:none;
    }


    .img-border-angebote {
        border: 10px solid #fff !important;
    }

    .product-img-angebote {
    	padding-top:20px;
    	padding-right:0;
    }



    .right-position hr.v-separator {
    	float: none;
    	height: 6px;
    	margin: 20px 0;
    	padding: 0;
    	width: 100%;

    }



    .gbs3 .chronoform #fin-vorname, #fin-nachname, #fin-str_haus, #fin-anrede, #fin-email, #fin-telefon, #fin-fax, #fin-betreff, #fin-nachricht {
        width: 90% !important;
    }

    .gcore-subinput-container {
        width: 45.7%;
    }



    .page-angebote .grid-item--height2 img { 
    	height: auto;  
    }
    .page-angebote .grid-item--height3 img { 
    	height: auto;  
    }
    .page-angebote .grid-item--height4 img { 
    	height: auto;
    }


    .grid-item--width2, .grid-item--width3 {
    	width:100% !important;
    }

   .grid-item--width4 {
    	width:49% !important;
    }




    .page-angebote .grid-sizer,
    .page-angebote .field { width: 49%; }

    .img-caption h5 {
    	font-size:15px;
    }


/*    #markte-menu-info {
        left: 34%;
    }*/


    .shadow-left, .shadow-right {
    	display:none;
    }

    .right-position .module-head-img {
    	position: relative;
    	left:0;
    } 

    #main-menu .nav {
    	right:20%;
    }


    .mein-markt-nav {
    	margin-left:5px;

    }

    .mein-markt-nav span {
    	margin-left:3px;
    }


/*    .page-angebote .product-img {
    	margin-bottom:15px;
    }*/


    #menu-footer li {
    	padding-right:5px;
    }

    #markte-menu-info .small-marker {
    	margin-right:10px;
    }


}



@media(max-width: 767px) {


	.angebote-no-offer {
		width: 100% !important;
	}


		.markte-page .right-position, .service-page .right-position, .ueaberuns-page .right-position, .rundetauf-page .right-position {
			display:none;
		}

	.navbar-inverse .navbar-toggle {
		border-color:transparent;
	}

	#main-menu li.active > a {
	    color: #d00107;
	}

	#main-menu li.active i {
	    color: #d00107;
	}


    .img-portfolio {
        margin-bottom: 15px;
    }
/*    header.carousel .carousel {
        height: 70%;
    }*/
    #nav-slider .container,
    #nav-slider {
        padding: 0;
    }
    .separator-b-res {
        padding-bottom: 40px;
        padding-top: 0;
        margin: 0;
        border: none;
    }
    .separator-t-res {
        padding-top: 40px;
        padding-bottom: 0;
        margin: 0;
        border: none;
    }

footer .text-right, footer .text-center {
	text-align:left;
}
#menu-footer .navbar-nav {
    margin:0;
}

#menu-footer {
	margin-bottom:5px;
	z-index:10;
	position:relative;
}



/*footer .container {
	padding-left:30px;
	padding-right:30px;
}*/


.angebote .center-img-res {
	margin:5px;
}

#menu-footer li {
	display: inline-block
}

    #menu-footer .navbar-nav > li > a {
        margin-right: 0;
    }
    .navbar-wrapper .nav-logo {
        width: 45%;
    }
    #main-menu .dropdown li > a {
        color: #fff;
    }
    #main-menu .nav {
        position: relative;
        bottom: auto;
        right: auto;
    }
    img.click-color {
        width: 80px;
        right: 20%;
    }

    .navbar-wrapper .nav-logo {
        padding: 15px 0;
    }
    #nav-slider a {
        /*background-color: rgba(255, 237, 0, 0.8);*/
        background: #FFED00;
        color: #000;
        display: block;
        font-size: 130%;
        height: 40px;
        line-height: 40px;
        opacity: 1;
        position: relative;
        top: 0;
        transition: all 0.3s ease 0s;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
    }
    #nav-slider a:hover {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        /*    border-top-left-radius: 30px 30px; 
      border-bottom-right-radius: 30px 30px;
      border-bottom-left-radius: 30px; 
      border-top-right-radius: 30px;*/
    }
    #nav-slider a.active {
        /*background-color: rgba(0, 0, 0, 1.00);*/
        
        /*background-color: #FFED00;*/
        background-color: #D20107;
        color:#FFF;
        

        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
    #nav-slider {
        /*background-color: #010101;*/
        
        background-color: #E6221D;
        font-family: 'Anton', sans-serif;
        height: auto;
    }
    #nav-slider span {
        /*background-color: #010101;*/
        
        display: block;
    }
/*    header.carousel {
        height: 40%;
    }*/


    .countdown-offer {
    	display:none;
    }

    .kundenhotline img {
    	margin-top:0;
    }


    .angebote .grid-sizer, .angebote .field {
    	width:100% !important;
    }

    .lighter-container {
        float: none;
        height: 100%;
        margin: auto;
        position: relative;
        width: 20%;
    }

    img.light-on {
        position: absolute;
        right: -20px;
        top: -60px;
        width: 130px;
    }

    .light-caption {
    	right:37%;
    	top:0;
    }


    .carousel-indicators {
    	bottom:20px;
    }


    .page-angebote .field {
        margin-bottom:10px;
    }


/*    .page-angebote .grid-item--height2 img { 
    	height: auto;  
    }
    .page-angebote .grid-item--height3 img { 
    	height: auto;  
    }
    .page-angebote .grid-item--height4 img { 
    	height: auto; 
    }*/


    #markte-menu-info {
        display:none;
    }


    .navbar-wrapper {
        padding-top: 0px;
    }


    .carousel-control img{
    	width:60px;
    }

    .carousel-caption {
    	font-size:14px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
    	margin-top: 0px;
    }


    .angebote-page-hanzettel .module-txt-button {

    	position: relative;

    }

    .angebote-page-hanzettel .module-head-img {
    	float:none;
    }

	.angebote-page-hanzettel .module-head-img img {
		margin:auto;
		width:auto;
	}

    .angebote-page-hanzettel  {
    	text-align:center;
    }


    #markte-menu-info {
	display:none !important;
    }

    .lighter-container {
    	display:none;
    }

    .top-markt-info {
		display:none;
    }


    .fireworks {
		width:20%;
    }

    .fireworks2 {
    	width:20%;
    }

    .fireworks3 {
    	width:20%;
    }



    #main-menu > ul > li {
		/*padding:5px 20px;*/
		border-bottom: 2px solid #fff;
    }

        #main-menu > ul > li:hover {
    		background-color: #000;
        }

        #main-menu > ul > li:last-child {
    		border-bottom: 0px solid #fff;
        }

    .navbar-wrapper .navbar-right {
    	margin-right:-15px;
    }




    .mobile-arrows {
    	display:block;
		position: absolute;
		right:30px;
		top:20%;
    }

    .mobile-arrows i {
	font-size:32px;
    }

    #main-menu {
    	background-color: #dfdfdf;
    }

    #main-menu a {
    	font-family: 'Oswald', sans-serif;
    	font-size:22px;
    	color:black;
    	padding-left:30px;
    	padding-top: 15px;
    	padding-bottom:15px;
    }

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


    .paralax .first img {
    	width:115%;
    }

.icon-next, .icon-prev {
	display:none !important;
}




.navbar-wrapper .nav-logo {
    width: 40%;
    padding-left:25px;
    padding-top:15px;
}



.img-border, .img-border-angebote {
	border: 5px solid #fff !important;
}

/*.page-angebote .field {
    margin-bottom:10px;
}*/

.light-caption {
	display:none;
}



.layer.other img {
	margin-top:20px;
}



.left-map-block {
	position:relative;
	left:0;
	padding:10px;
}

#sl_sidebar {
	width: 100%;
	overflow-y:scroll;
	height:230px !important;
}

.left-map-block {
	background-color: #fff;
	 height: 365px;
	 overflow: hidden;
	 top: 2%;
	 z-index: 9999;
}
.left-map-block .btn-map-icon {
	left:92%;
}


.left-map-block #addressInput, .left-map-block #radiusSelect {
	width:100%;
}

.left-map-block .search-location-block, .left-map-block .radius-block {
	margin:10px 5px 10px;
}

#map {
	height:450px !important;
} 




/*.page-angebote .product-img {
	margin-bottom:10px;
}
*/


.prev-angebote {

	left:0px;;
	
}

.next-angebote {
	right:0px;
}


.gcore-subinput-container {
    width: 45.3%;
}


}

@media screen and (min-width: 992px) {
/*    header.carousel {
        height: 70%;
    }*/





}

@media screen and (min-width: 1550px) {
	.paralax  img {
		width:85%;
	}

	.paralax .first img {
	    margin-top: -100px;
	   /* width: 104%;*/
	}
}

@media screen and (min-width: 2000px) {
/*	.paralax  .layer.first {
		width:100%;
		text-align:center;
		margin:auto;
	}*/
	.paralax  img {
		width:75%;
	}

	.paralax .first img {
	    margin-top: -200px;
	   /* width: 104%;*/
	}
}


/* Large desktop */

@media (min-width: 1200px) {


	.angebote .center-img-res {
		margin:0;
	}

	#popup2 .img-content img , .popup2 .img-content img {
		max-height:800px;
	}

}
/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {


	.navbar {
		min-height:90px;
	}

/*	.navbar-wrapper .nav-logo {
		padding: 15px 0;
		padding-left:20px;
	}*/


	.product-img-angebote .img-caption {
	    bottom: 35px;
	}

	.paralax .first img {
		width:115%;
	}

	.paralax .other img {
		margin-top:30px;
	}

}
/* Landscape phone to portrait tablet */

@media (max-width: 1250px) {

	.img-content img {
		max-width:800px;
	}


}


@media (max-width: 1000px) {
	.mobile-book img{
		width:100%;
		margin-bottom:20px;
		border:5px solid transparent;
	}

	.mobile-book img:hover{
		border:5px solid #fff;
		cursor:pointer;
	}

	.img-content img {
		max-width:650px;
	}


}


@media (max-width: 767px) {

	.product-img-angebote {
		padding: 5px 15px 15px 5px;
	}

	.grid-item--width2 {
		width:100%;
	}

	.page-angebote .grid-sizer,
	.page-angebote .field { width: 49%; }


	.img-content img {
		max-width:100%;
		display:block;
	}

	#popup, #popup2 , .popup2 {
	    min-width: 480px;
	    max-width: 98%;
	   /* left:auto !important;*/
	}

	#popup2 , .popup2 {
	    min-width: 90%;
	    max-width: 90%;
	   /* left:auto !important;*/
	}

	#popup2 img, .popup2 img{
	    width:100%;
	}

	.container.main-menu-container {
		padding:0;
	}


}
/* Landscape phones and down */

@media (max-width: 480px) {

/*	.page-angebote .grid-sizer,
	.page-angebote .field { width: 100%; }*/



	.mod-video iframe {
		height:300px;
	}

	#popup .b-close, #popup2 .b-close , .popup2 .b-close {
		font-size:18px;
	}

	#popup {
	    min-width: 300px;
	    max-width: 98%;
	  
	   /* left:auto !important;*/
	}

	#popup2 , .popup2 {
	    min-width: 95%;
	    max-width: 100%;

	   /* left:auto !important;*/
	}

	.popup-window {
		padding:5;
	}


	#popup2 .popup-right, #popup2 .popup-left , .popup2 .popup-right, .popup2 .popup-left {
		float:none;
		width:100%;
	}

	#popup2 .img-caption , .popup2 .img-caption {
		width:100%;
	}

	.carousel-indicators {
		bottom:0px;
		border:2px;
	}

	.carousel-indicators li {
		height: 10px;
		width: 10px;
		border: 1px solid #ffffff;
	}

	.carousel-indicators li.active {

	    height: 10px;
	    width: 10px;
	}

	.navbar-wrapper .nav-logo {
		padding-left: 10px;
		padding-top: 15px;
		width: 50%;
	}


	.carousel {
	    position: relative;
	    margin-top: 5%;
	}

/*	.carousel-inner {
		left: -30%;
		width: 160%;
	}*/



	.paralax .first img {
		width:155% !important;
	}

	.carousel-inner {
	    width: 100%;
	}

	.paralax .other img {
		width:148% !important;
		margin-top:0 !important;
		margin-left:-25% !important;
	}


/*	.layer.other img {
	    margin-top: -20px;
	    width: 120%;
	    margin-left: -10%;
	}*/

/*	.page-angebote .product-img {
		margin-bottom:6px;
	}*/


	.gbs3 .chronoform #fin-vorname, #fin-nachname, #fin-str_haus, #fin-anrede, #fin-email, #fin-telefon, #fin-fax, #fin-betreff, #fin-nachricht {
	    width: 97% !important;
	}

	.gcore-subinput-container {
		width:49%;
	}

}

@media (max-width: 360px) {



	#myCarousel .carousel-caption {
		bottom:10px;
	}

/*	.paralax .first img {
		width:140%;
		margin-left:-15%;
	}*/

	/*.layer.other img {
	    margin-top: -20px;
	    width: 130%;
	    margin-left: -15%;
	}*/


}

@media(max-width: 530px) {
	#chronoform-Unsubscribe {
		width:100%;
	}

	#fin-unsubscribeEmail {
		width:100% !important;
	}

	#chronoform-Unsubscribe #fin-captcha1 {
		width:100% !important;
		padding-right:0 !important;
		margin-right:7px;
	}

	#chronoform-Unsubscribe #fin-captcha2  {
		width:100% !important;
		padding-right:0 !important;
		margin-top:15px;
	}

}


@media screen and (max-width: 600px) {
	img.light-on {
	    position: absolute;
	    right: -20px;
	    top: -30px;
	    width: 130px;
	}

	.light-caption {
		margin-right:30px;
		display:none;
	}

	.carousel-inner {
	    width: 100%;
	}

	.paralax .first img {
		width:130%;
	}

	.paralax .other img {
		width:125%;
		margin-top:10px;
		margin-left:-12.5%;
	}


}



.no-padding {
	padding:0;
}




/*.chrono_credits {
	display:none !important;
}*/

/*cross-browser fixes */

.ie .lighter-container, .ie .light-caption {
	display:none !important;
}

.ie #main-menu .nav {
	right:17%;
}

@media(max-width: 991px) {

	.ie #main-menu .nav {
		right:12%;
	}

}


html.ie8 .page-angebote .gutter-sizer { width: 1%; }
html.ie8 .page-angebote .grid-item--width2 { width: 48%; }
html.ie8 .page-angebote .grid-item--width3 { width: 48%; }
html.ie8 .page-angebote .grid-item--width4 { width: 21.5%; }

html.ie8 .navbar-header { display:none; }

.ie8 .logos-bottom img {
    margin: 8px auto;
    width:auto;
    display:block;
    max-width: 100%;
}

.ie8 .paralax .first img {
	width:100%;
}

.ie8 .paralax .other img {
	width:90%;
	margin-top:30px;
}

.ie8 .top-markt-info {
	background-color: #fff;
}

.ie8 .paralax .layer {
    width: 100%;
}

@media(max-width: 767px) { 

	.ie8 .paralax  img {
		width:95%;
	}

	.ie8 .paralax  .layer.first img {
		width:104%;
	}

	.ie8 .paralax  .layer.other img {
		margin-top:-100px;
	}
}

@media screen and (min-width: 1550px) {
	.ie8 .paralax  img {
		width:95%;
	}

	.ie8 .paralax  .layer.first img {
		width:104%;
	}

	.ie8 .paralax  .layer.other img {
		margin-top:50px;
	}
}

@media screen and (min-width: 2000px) {

	.ie8 .paralax  img {
		width:88%;
	}

	.ie8 .paralax  .layer.first img {
		width:115%;
	}

	.ie8 .paralax  .layer.other img {
		margin-top:0px;
	}


	.ie8 .paralax .first img {
	   /* margin-top: -200px;*/
	   /* width: 104%;*/
	}
}

.newsletterSwal input {
	display: block !important;
}

.newsletterSwal {
	float: left;
	font-family: 'Oswald', sans-serif;
}

.newsletterSwal #datenschutz {
    width: auto !important;
    height: auto !important;
    margin-top: 3px;
}

.newsletterSwal .leftSplit {
	float: left;
}

.newsletterSwal .rightSplit {
	float: right;
    width: 230px;
	text-align: left;
}

.newsletterSwal img {
	width: 180px;
}

.newsletterHeader {
	margin-left: 100px;
}

.sweet-alert .sa-error-container {
	clear: both;
}

.sweet-alert .sa-input-error {
	display: none !important;
}

.sa-confirm-button-container .confirm {
	background-color: transparent !important;
	padding: 10px 32px !important;
}

.sa-confirm-button-container .confirm:hover {
	color: #D00107;
}

.sweet-alert button.cancel:hover {
	color: #D00107;
}

.sa-success {
	display: none !important;
}

.sa-error {
	display: none !important;
}

@media (max-width: 800px) {
	.newsletterHeader {
		display: none;
	}

	.newsletterSwal {
    	width: 100%;
		height: 50vh;
    	overflow: auto;
	}

	.newsletterSwal .leftSplit {
		float: none;
		width: 100%;
		display: none;
	}

	.newsletterSwal .rightSplit {
		float: none;
		width: 100%;
	}
}
