/* Inhalte */
/*=========================*/
/* 
1. Global
2. Bereichsliste
3. Liste-Spalten
4. Hintergründe / Parallax
5. Aufklappbare Liste
6. Breite Gallery
7. Swiper

9. Layout
10. Navigation Footer
11. Lightbox / Fancybox
12. Anweisungenfür jQuery
13. Padding
14. Margin
15. Schriftfarben
16. Schatten
17. Formulare Stylen
18. Responsive mit MediaQueries
*/

@import url("fonts.css");

/* 1. Global */
/*=========================*/
html {
	box-sizing: border-box;
}

*,
::before,
::after {
	box-sizing: inherit;
}

body,
html {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	color: #575756;
	line-height: 20px;
}

body {
	overflow-x: hidden;
}

.menu-link {
	display: none;
}

.clear {
	clear: both;
}

.parallaxcontainer {
	min-height: 500px;
}

a {
	color: rgba(18, 81, 60, 1);
	text-decoration: none
}

a:focus,
a:hover {
	color: rgba(61, 136, 48, 1);
	text-decoration: underline;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}

.img-responsive,
img {
	max-width: 100%;
	height: auto;
}

#header {
	background: #FFFFFF;
}

.headershadow {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.7);
}

.signatur {
	font-family: "Nothing You Could Do";
	color: rgba(18, 60, 129, 1.00);
	font-size: 25px;
}

h1,
.h1 {
	font-weight: normal;
	font-size: 32px;
	color: rgba(18, 81, 60, 1);
	padding: 0 0 30px 0;
}

h1.start {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 46px;
	color: #575756;
	margin: 0px;
}

@media all and (max-width: 500px) {
	h1.start {
		font-size: 38px;
	}
}

h2,
.h2 {
	font-weight: normal;
	font-size: 24px;
	color: rgba(18, 81, 60, 1);
	padding: 20px 0 10px 0;
	margin: 0px;
}

.sub {
	padding-bottom: 30px;
}

h3,
.h3 {
	font-weight: normal;
	font-size: 24px;
	color: rgba(18, 81, 60, 1);
	padding: 20px 0 10px 0;
	margin: 0px;
}

h5 {
	font-weight: normal !important;
	font-size: 20px !important;
	padding: 0;
	margin: 0;
	color: #7d0f2d !important;
}

#inhalte {
	padding-bottom: 30px;
}

#inhalteZwei,
#inhalteDrei {
	margin-bottom: 80px;
}

#inhalteZwei {
	border-bottom: 1px solid #C6C6C6;
}

footer a,
footer a:hover {
	color: #fff;
}

/* 2. Bereichsliste */
/*=========================*/
ul.bereichliste .bereichlisteBox {
	width: 100%;
	padding-bottom: 30px;
	color: #000000 !important;
	margin-top: -60px;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	/* WebKit */
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	/* Firefox */
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	/* Standard */
	float: left;
}

.Detail {
	padding-bottom: 30px;
	padding-left: 30px;
}

.Detail2 {
	padding-top: 20px;
}

.Detail3 {
	padding-top: 20px;
	padding-left: 30px;
}

.Detail a,
.Detail2 a,
.Detail3 a {
	font-weight: 600;
	color: #FFFFFF !important;
	text-decoration: underline;
}

.Detail img,
.Detail2 img,
.Detail3 img {
	border-left: none !important;
}

/* Article-List-Reloaded Bereiche */
.bereichliste h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #a06c23;
	padding: 0;
	margin: 0;
}

.bereichliste a {
	color: #a06c23;
}

.bereichliste {
	line-height: 20px;
}

ul.bereichliste {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

ul.bereichliste li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.clearbereichliste {
	clear: both;
}

li.clearbereichliste {
	margin-top: 20px !important;
}

/* 3. Liste-Spalten */
/*=========================*/
ul#uldreisp li:nth-child(3n+3):after {
	content: '';
	display: block;
	clear: both;
}

ul#uldreisp li:nth-child(3n+1) img {
	border-left: none;
}

ul#ulviersp li:nth-child(4n+1) img {
	border-left: none;
}

ul#ulfuenfsp li:nth-child(6n+6):before {
	content: '';
	display: block;
	clear: both;
}

ul#ulfuenfsp li:nth-child(6n+6)>div {
	padding-top: 10px;
}

ul#ulfuenfsp li:nth-child(5n+1) img {
	border-left: none;
}


/* 4. Hintergründe / Parallax */
/*=========================*/
.bgBlank {
	background: url(../upload/img/layout/bg_blank.jpg);
}

.bgtest2 {
	background: rgba(79, 186, 24, 1.00);
}

.bgGreenTransparent {
	background: rgba(18, 81, 60, 0.8);
}

.bgWhite {
	background: #ffffff;
}

.bgFooter {
	background: #3e3e3e;
}

.bgsortiment {
	background: url(../upload/img/layout/bg-sortiment-grey.png) right no-repeat;
	background-color: #eaeaea;
	background-size: contain;
	margin-bottom: 40px;
}

.bgTrenner {
	background: url(../upload/img/layout/bgTrenner.png) right repeat-y;
}

.bgHistorie {
	background: url(../upload/img/layout/bgTrenner.png) -54px repeat-y;
}

/* BOC Parallax-Backgrounds */
/*=========================*/
.bgparallax {
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}

@media all and (min-width: 768px) {
	.bgparallax {
		background-size: cover;
		min-height: 500px;
	}
}

@media all and (max-width: 768px) {
	.bgparallax {
		min-height: 400px;
		background-size: 200%;
		background-position: 50%;
	}

	.bgsortiment {
		background: none;
		background-color: #eaeaea;
		background-size: contain;
	}
}

@media all and (max-width: 480px) {
	.bgparallax {
		min-height: 200px;
		background-size: 200%;
		background-position: 50%;
	}
}

/* EOC Parallax-Backgrounds */
/*=========================*/

/* 5. Aufklappbare Liste */
/*=========================*/
dt {
	display: block;
	width: 100%;
	font-weight: 400 !important;
}

.akkordeon dt {
	background: url("../upload/img/layout/back-acc-down.png") no-repeat scroll left;
	border-bottom: 1px solid rgba(18, 81, 60, 1);
	color: rgba(18, 81, 60, 1);
	cursor: pointer;
	display: block;
	margin: 10px 0;
	padding: 0 0 0 30px;
	width: 100%;
	font-size: 18px;
}

dd.mouse {
	cursor: pointer;
	color: rgba(18, 81, 60, 1);
}

/* 6. Breite Gallery */
/*=========================*/
@media all and (min-width:768px) {
	div.liGallery>div.Gallery_cell:nth-of-type(4n+1) {
		padding-right: 6px;
		padding-left: 0px !important;
	}

	div.liGallery>div.Gallery_cell:nth-of-type(4n+2) {
		padding-right: 3px;
		padding-left: 3px !important;
	}

	div.liGallery>div.Gallery_cell:nth-of-type(4n+3) {
		padding-right: 0px;
		padding-left: 6px !important;
	}

	div.liGallery>div.Gallery_cell_schmal:nth-of-type(3n+1) {
		padding-right: 6px;
		padding-left: 0px !important;
	}

	div.liGallery>div.Gallery_cell_schmal:nth-of-type(3n+2) {
		padding-right: 3px;
		padding-left: 3px !important;
	}

	div.liGallery>div.Gallery_cell_schmal:nth-of-type(3n+3) {
		padding-right: 0px;
		padding-left: 6px !important;
	}
}

div.liGallery>div.Gallery_cell {
	padding-bottom: 9px !important;
}

div.liGallery>div.Gallery_cell_schmal {
	padding-bottom: 9px !important;
}


/* 7. Swiper */
/*=========================*/
.swipercontainer {
	min-height: 400px;
	max-height: 680px;
	height: auto;
}

.swiper-container {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	text-align: center;
	font-size: 22px;

	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

@media all and (min-width: 768px) {
	.SwipeHeader1 {
		position: absolute;
		z-index: 2;
		top: 250px;
		right: 10%;
		text-align: left;
		color: #fff;
		text-transform: uppercase;
		font-size: 60px;
		line-height: 73% !important;
	}
}

@media all and (max-width: 768px) {
	.SwipeHeader1 {
		position: absolute;
		z-index: 2;
		top: 150px;
		left: 5%;
		text-align: center;
		width: 90%;
		color: #fff;
		text-transform: uppercase;
		font-size: 50px;
		line-height: 73% !important;
	}
}

@media all and (max-width: 480px) {
	.SwipeHeader1 {
		position: absolute;
		z-index: 2;
		top: 150px;
		left: 5%;
		text-align: center;
		width: 90%;
		color: #fff;
		text-transform: uppercase;
		font-size: 35px;
		line-height: 73% !important;
	}
}

/* 9. Layout */
/*=========================*/

.whiteCircle {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	width: 300px;
	height: 300px;
	left: 50%;
	margin-left: -150px;
	margin-top: 80px;
}

.whiteCircleSlide {
	margin-top: 260px;
}

.whiteCircle:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.whiteCircleClaim {
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 22px;
}

.table1 {
	display: table;
}

.tableCell1 {
	display: table-cell;
	vertical-align: middle;
}

.pagination ul li {
	display: inline;
	font-weight: bold;
	margin-right: 10px;
}

li#cat4 ul {
	display: none !important;
	visibility: hidden;
}

.slider {
	position: relative;
	top: 0;
	z-index: 0;
	width: 100%;
}

.slider .item img.bild {
	width: 100%;
	height: auto;
	min-width: 1000px;
	margin-top: -20%
}

.slider .item img {
	width: 100%;
	height: auto;
	min-width: 1000px;
}

.slider div.item {
	max-height: 680px;
	overflow: hidden;
}

.scrollup {
	width: 44px;
	height: 44px;
	display: none;
	position: fixed;
	bottom: 50px;
	right: 60px;
	text-indent: -9999px;
	background: url(../upload/img/layout/scrolltop.png) no-repeat;
	z-index: 1000;
}

section.logoheader {
	height: 200px;
	padding-top: 55px;
}

.hauptnavigation {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.claimbg1 {
	height: 195px;
	width: 550px;
	position: absolute;
	margin-top: -195px;
	z-index: 1;
	background-color: rgba(18, 81, 60, 0.8);
}

@media all and (max-width:480px) {
	.claimbg1 {
		margin-left: -200px;
	}
}

.claimbg2 {
	position: absolute;
	height: 195px;
	width: 650px;
	transform: rotate(-10deg);
	margin-left: -130px;
	margin-top: 70px;
	z-index: 2;
}

.claim {
	position: absolute;
	color: #FFF;
	margin-left: 300px;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 73% !important;
	margin-top: 60px;
	z-index: 3;
}

.since {
	position: absolute;
	color: rgba(18, 81, 60, 1);
	background: #FFF;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	margin-left: 445px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 75% !important;
	margin-top: 60px;
	z-index: 3;
	text-align: center;
	padding-top: 13px;
}

@media all and (min-width: 768px) {
	.SuchSprachfeld {
		height: 40px;
		position: absolute;
		margin-top: -40px;
	}
}

.form-control {
	display: inline-block !important;
}

.navbar-form {
	padding: 0px !important;
}

.btn-default {
	border: none !important;
}

.submitButton {
	margin-top: -10px;
}

.BoxSprachen {
	padding-top: 10px;
}

.maininhalte {
	position: relative;
	margin: 120px 0 80px 0;
}

footer {
	background: #3e3e3e;
	padding: 30px 0;
	color: #FFF;
}

.inhalteNachFooter {
	padding: 20px 0;
}

.pagination ul li {
	list-style: none;
}

.pagination ul {
	padding: 0;
}

ul#search_result li {
	list-style: none;
	padding: 0 0 20px 12px;
}

ul#search_result li:before {
	content: '';
	background: url(../upload/img/layout/ul_li_circle_green.png);
	width: 39px;
	height: 39px;
	position: absolute;
	margin: 0 0 0 -52px;
	z-index: -1;
}

.Uebersichtbox {
	margin-bottom: 20px;
	transition: all 0.2s;
	min-height: 300px;
	/* max-height: 294px; */
}

.UebersichtBottom {
	background: #3e3e3e;
	color: #fff !important;
}

.UebersichtText1 {
	background: rgba(18, 81, 60, 1);
	font-size: 16px;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.UebersichtText2 {
	background: #3e3e3e;
	font-size: 16px;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.UebersichtText2 h3 {
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	padding: 0;
	margin: 0;
}

a.nounderline:hover {
	text-decoration: none;
}

.nuralsmarker {
	display: none;
}

.Uebersichtbox:hover {
	opacity: 0.7;
}

.bgHistorie p:nth-of-type(2n+1) {
	background: rgba(18, 81, 60, 1);
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	padding-top: 15px;
}

.bgHistorie p:nth-of-type(2n+2) {
	display: inline-block;
	margin-left: 40px;
	width: 100%;
}

.galerielupe {
	float: right;
	margin: -60px 20px 0 0;
	position: relative;
	z-index: 3;
}

.iconbig {
	font-size: 120px;
}

/* 10. Navigation Footer */
/*=========================*/
ul.navigationFooter li,
ul.navigationFooterUnternehmen li {
	list-style: none;
}

.footerNavigationInformationen ul.navigationFooterUnternehmen li {
	float: left;
	font-weight: 600;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #FFFFFF;
}

.footerNavigationInformationen ul.navigationFooterUnternehmen li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

ul.navigationFooter,
ul.navigationFooterUnternehmen {
	padding: 0;
}

ul.navigationFooter a,
ul.navigationFooterUnternehmen a {
	color: #FFFFFF;
}

ul.navigationFooterUnternehmen li:first-child,
ul.navigationFooterUnternehmen li:nth-child(5),
ul.navigationFooterUnternehmen li:nth-child(7),
ul.navigationFooterUnternehmen li:nth-child(8),
ul.navigationFooterUnternehmen li:nth-child(9) {
	display: none;
}

/* Slides */
/*=========================*/
/* BOC Normaler Hinweis */
/*=========================*/

.slideMehr a {
	text-transform: none;
	max-width: 500px;
	background: rgba(255, 255, 255, 0.4);
	padding: 0 30px 0 30px;
	transition: background 0.5s;
	color: #a06c23;
	font-size: 40px;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
}

.slideMehr a:fist-line {
	text-transform: uppercase;
}

.slideMehr a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.6);
}

/* EOC Normaler Hinweis*/
/*=========================*/

/* 11. Lightbox / Fancybox */
/*=========================*/
.dfGallery_cell {
	margin-bottom: 10px;
	margin-right: 10px;
	box-sizing: border-box;
}

.galerielupe {
	z-index: 3;
	position: relative;
	margin: -60px 20px 0 0;
	float: right;
}

.dfgLink .fancybox-thumbs:hover {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
}

/* 12. Anweisungenfür jQuery */
/*=========================*/
.displayNo {
	display: none;
}

.displayYes {
	display: block;
}

/* 13. Padding */
/*=========================*/
.nopadding {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.nopaddingLeft {
	padding-left: 0;
}

.paddingTopBottom20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.paddingTop10Bottom50 {
	padding-top: 10px !important;
	padding-bottom: 50px !important;
}

.paddingTopBottom40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.paddingTopBottom60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.paddingBottom80 {
	padding-bottom: 80px;
}

.paddingBottom40 {
	padding-bottom: 40px;
}

.paddingBottom20 {
	padding-bottom: 20px;
}

.paddingBottom10 {
	padding-bottom: 10px;
}

.nopaddingTopBottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.paddingTop20 {
	padding-top: 20px !important;
}

.paddingTop40 {
	padding-top: 40px !important;
}

.paddingTop70 {
	padding-top: 70px !important;
}

.paddingTop80 {
	padding-top: 80px !important;
}

.paddingTop100 {
	padding-top: 100px !important;
}

.paddingLeft40 {
	padding-left: 40px !important;
	box-sizing: border-box !important;
}

.paddingLeft50 {
	padding-left: 50px !important;
	box-sizing: border-box !important;
}

.paddingLeft30Right30 {
	padding-left: 30px;
	padding-right: 30px;
}

.paddingLeft30Right90 {
	padding-left: 30px;
	padding-right: 90px;
}

.paddingRight20 {
	padding-right: 20px !important;
}

.paddingRight30 {
	padding-right: 30px !important;
}

.paddingRight50 {
	padding-right: 50px !important;
}

.paddingLeft20Right20 {
	padding-left: 20px;
	padding-right: 20px;
}

.paddingLeft30Right30 {
	padding-left: 30px;
	padding-right: 30px;
}

.paddingLeft40Right40 {
	padding-left: 40px;
	padding-right: 40px;
}

.paddingLeft50Right50 {
	padding-left: 50px;
	padding-right: 50px;
}

/* 14. Margin */
/*=========================*/
.marginTopBottom40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.marginTop40 {
	margin-top: 40px !important;
}



/* 15. Schriftfarben */
/*=========================*/
.fontRed {
	color: #8b1132;
}

.fontgreen {
	color: rgba(18, 81, 60, 1);
}

.fontwhite,
.fontwhite .h3 {
	color: #fff !important;
}

.fontgrey,
.fontgrey .h3 {
	color: #575756 !important
}

/* 16. Schatten */
/*=========================*/

.schatten {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	/* WebKit */
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	/* Firefox */
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	/* Standard */
}

/* 17. Formulare Stylen */
/*=========================*/
/* Standardstyle entfernen */
select {

	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=text].suchfeld {
	width: 70% !important;
	background: #ffffff;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
	display: none;
}

/* In kleineren IE den blauen Pfeil entfernen */
.lt-ie10 select {
	background-image: none;
}

/* Neuer Style für Selectfelder */
select {
	background-image: url("../upload/layout/DropButton.html");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 30px;
	border-radius: 0px;
	padding: 0px 30px 5px 10px !important;
	margin: 0 6px 6px 0;
	color: #221f1f;
	border: none;
	width: 244px;
}

input[type=submit] {
	background-color: rgba(18, 81, 60, 1);
	height: 30px;
	padding: 5px 30px 5px 10px;
	border-radius: 0px;
	margin: 0 6px 6px 0;
	color: #ffffff;
	border: none;
	width: 240px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#pifa-form-3 input[type=submit],
#pifa-form-4 input[type=submit],
#pifa-form-5 input[type=submit] {
	width: 50%;
	margin-top: 30px;
}

input[type=text],
textarea,
select,
input[type=date] {
	background-color: rgba(211, 211, 211, 1.00);
	height: 35px;
	padding: 5px 30px 5px 10px;
	margin: 0 6px 6px 0;
	width: 240px;
	border-radius: 0px;
	border: none;
}

textarea {
	height: 100px;
	resize: none;
}

footer #footer_Datum_von,
footer #footer_Datum_bis,
footer #footer_Datum_von_s,
footer #footer_Datum_bis_s,
#footer_Datum_von,
#footer_Datum_bis,
#footer_Datum_von_s,
#footer_Datum_bis_s {
	background-image: url("../upload/layout/DropDate.html");
	background-position: right center;
	background-repeat: no-repeat;
	width: 114px;
}

label {
	font-weight: 400 !important;
	width: 150px;
}

div#pifa-field-49 label,
div#pifa-field-68 label,
div#pifa-field-80 label {
	width: 80% !important;
	padding-left: 10px;
}

.pifa-error label {
	color: red;
}

.pifa-error input {
	border: 1px solid red;
}

/* 18. Responsive mit MediaQueries */
/*=========================*/

/* Desktop gross */
@media (min-width: 1400px) {}

/* Desktop */
@media all and (min-width: 992px) {
	ul.bereichliste li:first-child img {
		border-left: none;
	}

	ul.bereichliste li img {
		border-left: 1px solid #FFF;
	}

	ul.bereichliste h3 {
		white-space: inherit;
	}

	a.btn-weiter {
		display: block;
		text-align: left;
		width: 100%;
		padding: 7px;
		color: #FFFFFF;
		background: #343434;
		text-decoration: none;
		padding-left: 642px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.width20P {
		width: 20% !important;
	}
}

@media all and (min-width: 768px) {
	.slideMehr {
		position: absolute;
		z-index: 2;
		width: 500px;
		text-align: center;
		top: 200px;
		left: 50%;
		margin-left: -250px;
	}
}

@media all and (max-width: 991px) {
	.carousel-caption {
		width: 100%;
		text-align: center;
	}

	.more {
		padding-top: 30px;
	}

	.carousel-more {
		position: relative;
		margin: 0 auto;
	}

	ul.bereichliste li .bereich {
		padding-bottom: 15px;
	}
}

@media all and (max-width: 1200px) {
	#maininhalte {
		top: 220px;
		position: relative;
	}
}

/* Tablet */
@media all and (max-width: 768px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}

	.slider div.item {
		max-height: 600px;
		overflow: hidden;
	}

	.slide img {
		position: relative;
		left: 50%;
		margin-left: -450px;
	}

	.slider div.item img {
		position: relative;
		left: 50%;
		margin-left: -450px;
	}

	.slider .item img.bild {
		margin-top: -30%;
	}

	.slideMehr {
		position: absolute;
		z-index: 2;
		width: 400px;
		text-align: center;
		bottom: 20px;
		left: 50%;
		margin-left: -200px;
	}

	#header-sticky-wrapper,
	.sticky-wrapper {
		position: relative !important;
		z-index: 10000000 !important;
	}
}

@media all and (min-width: 480px) {
	.slider .item img.bild {
		margin-top: -60%;
	}
}

@media all and (min-width: 480px) and (max-width: 768px) {
	.Detail {
		padding-top: 20px;
	}
}

@media all and (max-width: 480px) {
	.slider .item img.bild {
		margin-top: -80%;
	}

	.contentarea {
		overflow-x: hidden;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}