/* element styles */

:root
{
	font-size: 16px;
}

.html
{
	overflow: scroll;
	-ms-overflow-x: auto;
	overflow-x: auto;
	height: 100%;
	width: 100%;
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.no-scroll
{
	overflow: hidden;
}

*,
*:after,
*:before
{
	box-sizing: border-box;
}

body
{
	margin: 0;
	font: normal 1.125rem/1.6667 'GT-Eesti-Text-Light', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #4a4a4a;
}

.html body
{
	overflow: hidden; /* fixes overflow problems due to bootstrap cols*/
}

iframe
{
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: GT-Sectra-Fine-Book;
}

h1,
h2,
h3,
h5,
h6
{
	font-weight: 200;
	margin: 0 0 60px;
}
h4 {
	margin: 0 0 60px;
}

h1
{
	font-size: 5rem;
	margin-bottom: 20px;
}

h2
{
	font-size: 3rem;
}

h3
{
	font-size: 40px;
	font-weight: 600;
}

h4
{
	font-size: 20px;
	font-family: 'GT-Eesti-Text-Light', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 600;
}

h5
{
	font-size: .875rem;
}

h6
{
	font-size: .75rem;
}

img
{
	border: 0;
	max-width: 100%;
	height: auto;
}

p
{
	margin: 0;
}

sup,
sub
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup
{
	bottom: 1ex;
}

sub
{
	top: .5ex;
}

a
{
	color: inherit;
	text-decoration: underline;
}

a:hover,
a:focus
{
	color: inherit;
	text-decoration: none;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	background: currentColor;
	margin: 0px 0 30px 0;
	padding: 0;
	max-width: 207px;
}

/* tinymce */

.uppercase
{
	text-transform: uppercase;
}

.highlight
{
	color: red;
}

.highlight-2
{
	color: blue;
}

.button
{
	display: block;
	max-width: 326px;
	padding: 0 0 0 59px;
	background: url('/img/web/weishaeupl-icon-rightarrow-2.svg') no-repeat left top;
	min-height: 35px;
	text-decoration: none;
	font-weight: bold;
}

.fw100
{
	font-weight: 100;
}

.fw200
{
	font-weight: 200;
}

.fw300
{
	font-weight: 300;
}

.fw600
{
	font-weight: 600;
}

.fw800
{
	font-weight: 800;
}

.fw900
{
	font-weight: 900;
}

/* global */

.hidden-inp
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.youtube-wrap,
.vimeo-wrap
{
	position: relative;
	max-width: 100%;
}

.youtube-wrap:before,
.vimeo-wrap:before
{
	content: '';
	display: block;
	padding-bottom: 56.25%; /* 16:9 */
}

.youtube-wrap > iframe,
.vimeo-wrap > iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.full-width
{
	width: 100%;
}

.clearfix:before, .clearfix:after
{
	content: "";
	display: table;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	zoom: 1;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.glassy
{
	border: 7px solid rgba(255, 255, 255, .4);
	border-radius: 4px;
}

.txtf-close
{
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
}

.maintenance
{
	display: inline-block;
	margin-top: 30px;
	border: 1px #cccccc solid;
	background: #ffffff;
	padding: 20px;
	color: #000000;
	border-radius: 10px;
}

.div_noscript
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	padding: 5px;
	border: 1px #ff0000 solid;
	background: #ffffff;
	color: #ff0000;
}

.visible-mobile
{
	display: none;
}

.wrap
{
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 15px;
}

.wrap.no-padding
{
	padding-left: 0;
	padding-right: 0;
}

.wrap.full-width
{
	max-width: none;
}

/* specific */

.languages{
	list-style:none;
	margin: 0;
	padding: 0;
	font-size: .875rem;
	line-height: 1.14;
}

.languages>li{
	display: block;
	padding: 8px 0;

	border-top: 1px solid currentColor;
}

.languages>li:first-child{
	padding-top:0;
	border-top:0;
}

.languages>li:last-child{
	padding-bottom:0;
}

.languages>li>a{
	text-decoration: none;
}

.languages>li>a.active,
.languages>li>a:hover,
.languages>li>a:focus{
	font-weight: 900;
}



a.nav-open,
a.nav-close{
	display: inline-block;
	position: relative;
	height: 40px;
	width: 40px;
	text-decoration: none;
	font-weight: 600;
	font-size: .875rem;
	margin: 5px 0 0;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

a.nav-close
{
	width: 226px; /* 350px - 7px (width languages) - 27px (margin-left) - 40px (width nav-close) - 50px (padding navigation) */
	text-align: right;
	line-height: 40px;
}
.haendleraustellunglegende {
	float: right;
	margin-bottom:40px
}

@media (max-width: 767px)
{
	a.nav-close
	{
		width: 40px;
		padding: 0 0 0 40px;
		overflow: hidden;
	}
	.handelausstellung {
		margin-bottom: 20px;
	}
	.trennwrap{
		margin-top:40px;
	}
	.haendlertitel {
		margin-top:40px;
	}
	.haendleraustellunglegende {
		text-align:center;

	}

}

a.nav-open:before,
a.nav-open:after,
a.nav-open>span,
a.nav-close:before,
a.nav-close:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;

	-webkit-transition: width ease .4s, transform ease .4s;
	-moz-transition: width ease .4s, transform ease .4s;
	-o-transition: width ease .4s, transform ease .4s;
	transition: width ease .4s, transform ease .4s;
}

a.nav-open:before{
	top: 0;
}

a.nav-open:after{
	bottom: 0;
}

a.nav-open>span
{
	width: 75%;
}

a.nav-open:focus>span,
a.nav-open:hover>span{
	width: 100%;
}

a.nav-open>span,
a.nav-close:before,
a.nav-close:after{
	top: 50%;
	margin-top:-1px;
}

a.nav-close:before,
a.nav-close:after
{
	width: 40px;
}

a.nav-close:hover:before,
a.nav-close:focus:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.nav-close:hover:after,
a.nav-close:focus:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px)
{
	a.nav-close:before{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	a.nav-close:after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

#footer .socials
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	outline: 0;
	z-index: 100;

	background: #fff;
	background-size: 20px 20px;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity ease .4s, visibility ease .4s;
	-moz-transition: opacity ease .4s, visibility ease .4s;
	-o-transition: opacity ease .4s, visibility ease .4s;
	transition: opacity ease .4s, visibility ease .4s;
}

.navigation-open .navigation{
	opacity: 1;
	visibility: visible;

	overflow:scroll;
	-ms-overflow-x:auto;
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
}

.navigation-inner
{
	background: url('/img/web/weishaeupl-pattern.svg') top left repeat;
	background-size: 20px 20px;
	min-height: 100%;
	height: 100%;
}

#header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 100px;

	-webkit-transition: background ease .4s;
	-moz-transition: background ease .4s;
	-o-transition: background ease .4s;
	transition: background ease .4s;
}

@media (max-width: 767px)
{
	#header
	{
		height: auto
	}
}

.is-scrolled.light-lang #header
{
	color: #4a4a4a;
}

#header .wrap,
.navigation-header .wrap
{
	padding: 25px 35px 15px 40px;
}

.is-scrolled #header
{
	background: #fff;
	border-bottom: 1px solid #4a4a4a;
}



@media (max-width: 767px)
{
	#header .wrap,
	.navigation-header .wrap
	{
		padding: 12px 10px 12px 30px;
	}

	.navigation-header
	{
		background: #fff;
		border-bottom: 1px solid currentColor;
	}
}

#header .nav-open,
.navigation-header .nav-close
{
	margin-left: 27px;
}

#header .logo,
.navigation-header .logo
{
	position: relative;
	display: block;
	width: 230px;
	margin-top: 10px;
}

.navigation .socials
{
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.navigation .socials > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation .socials > ul > li
{
	margin: 20px 0 0;
	padding: 0;
}

.navigation .socials > ul > li:first-child
{
	margin-top: 0;
}



#header .logo:before
{
	content: '';
	display: block;
	padding-top: 26.881720430107526881720430107527%;
}

/*
.is-scrolled #header .logo
{
	width: auto;
}*/

.is-scrolled #header .logo:before
{
	display: none;
}

#header .logo .big
{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;

	-webkit-transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
	-moz-transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
	transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
}

.dark-logo #header .logo .big.dark,
.light-logo #header .logo .big.light
{
	opacity: 1;
	visibility: visible;
}

.logo-light #header .logo .big.dark
{
	opacity: 0;
	visibility: hidden;
}

.logo-light #header .logo .big.light
{
	opacity: 0;
	visibility: hidden;
}



#header .logo .small
{
	display: none;
}

.is-scrolled #header .logo .big
{
	display: none;
}

.is-scrolled #header .logo .small
{
	display: block;
}

.navigation-header
{
	z-index: 20;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.navigation-header .logo .small
{
	display: none;
}

@media (max-width: 767px)
{
	.navigation-header .logo .small
	{
		display: block;
		margin: 10px 0 0;
	}

	.navigation-header .logo .big
	{
		display: none;
	}
}

.navigation-nav
{
	width: 351px;
	padding: 190px 50px 20px;
	min-height: 100%;
	float: left;
	text-align: right;
	background-color: #fff;
	border-right: 1px solid currentColor;
	position: absolute;
	z-index: 10;
}

.navigation-nav > ul
{
	list-style:none;
	margin: 0;
	padding: 0;
	font-weight: 200;
}

.navigation-nav > ul > li
{
	margin: 0;
	padding: 0;

	font-size: 1.875rem;
	line-height: 1.33333;
}

.navigation-nav > ul > li.small
{
	font-size: 1.25rem;
	line-height: 2;
}

.navigation-nav > ul > li.padded
{
	padding-top: 40px;
}

.navigation-nav > ul > li > a
{
	position: relative;
	display: block;
	text-decoration: none;
}

/*.navigation-active*/
.navigation-nav > ul > li > a
{
	-webkit-filter: blur(1px);
	filter: blur(1px);

	-webkit-transition: -webkit-filter ease-in-out .2s;
	-webkit-transition: filter ease-in-out .2s;
	-moz-transition: filter ease-in-out .2s;
	-o-transition: filter ease-in-out .2s;
	transition: filter ease-in-out .2s;
}

.navigation-nav > ul > li > a.active,
.navigation-nav > ul > li > a:hover,
.navigation-nav > ul > li > a:focus,
.navigation-nav > ul > li.open > a
{
	text-decoration: none;

	-webkit-filter: blur(0px);
	filter: blur(0px);
}

@media (max-width: 767px)
{
	.navigation-nav > ul > li > a
	{
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}

.navigation-nav > ul > li > a.active:after,
.navigation-nav > ul > li > a:hover:after,
.navigation-nav > ul > li.open > a:after
{
	content: '';
	position: absolute;
	right: -50px;
	width: 40px;
	height: 1px;
	background: currentColor;
	bottom: 20%;
}

.navigation-nav > ul > li.small > a.active:after,
.navigation-nav > ul > li.small > a:hover:after,
.navigation-nav > ul > li.small.open > a:after
{
	bottom: 29%;
}

.navigation-preview
{
	position: relative;
	height: 100%;
}

@media (max-width: 767px)
{
	.navigation-preview
	{
		display: none;
	}
}

.navigation-preview-item
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 170px 60px 50px 487px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	/* background: #ffffff; */

	-webkit-transition: opacity .4s ease-in-out, visibility ease-in-out .4s;
	-moz-transition: opacity .4s ease-in-out, visibility ease-in-out .4s;
	-o-transition: opacity .4s ease-in-out, visibility ease-in-out .4s;
	transition: opacity .4s ease-in-out, visibility ease-in-out .4s;
}

.navigation-preview-item.active,
.navigation-preview-item.hover-active
{
	/*z-index: 1;*/
	opacity: 1;
	visibility: inherit;
	overflow: visible;
}

.navigation-preview-item.hover-active
{
	/*z-index: 2;*/
}


.navigation-preview.hover-active .navigation-preview-item.active:not(.hover-active)
{
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

#main
{
	min-height: 600px;
}

#footer
{
	position: relative;
	padding: 97px 0 155px;
	margin-top: 190px;
	border-top: 1px solid transparent;
}

@media (max-width: 1199px)
{
	#footer
	{
		padding: 77px 0 99px;
	}
}

@media (max-width: 767px)
{
	#footer
	{
		padding: 165px 0 106px;
	}
}

/*
@media (max-width: 1528px)
{
	#footer .wrap
	{
		max-width: none;
		padding: 0 97px;
	}
}*/

#footer:before
{
	content: '';
	position: absolute;
	top: -1px;
	left: 60px;
	right: 60px;
	height: 1px;
	background: #979797;
}

@media (max-width: 1199px)
{
	#footer:before
	{
		left: 60px;
		right: 15px;
	}
}

#footer:after
{
	content: '';
	position: absolute;
	bottom: 90%;
	right: calc( (100% - 1350px) / 2 );
	background: url(/img/web/weishaeupl-signet-2021.svg) no-repeat center bottom #fff;
	width: 145px;
	height: 125px;
}

@media (max-width: 1528px)
{
	#footer:after
	{
		right: 97px; /* 82px */
	}
}

@media (max-width: 1199px)
{
	#footer:after
	{
		right: calc(8.33333333% + 15px);
		bottom: 95%;
	}
}

.footer-cols .wrap-inner
{
	position: relative;
}

.footer-cols .row
{
	margin-top: -130px;
}

.footer-cols .row [class^="col-"],
.footer-cols .row [class*=" col-"]
{
	margin-top: 130px;
}

@media (max-width: 767px)
{
	.footer-cols .row
	{
		margin-top: -70px;
	}

	.footer-cols .row [class^="col-"],
	.footer-cols .row [class*=" col-"]
	{
		margin-top: 70px;
	}
}

@media (max-width: 1199px)
{
	.footer-cols .row .static-col
	{
		margin-top: 0;
		min-height: 0;
	}
}

@media (max-width: 767px)
{
	.footer-cols .row .static-col
	{
		margin-top: 70px;
		min-height: 1px;
	}
}

.end-block
{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50px;
	background: #c0bb00;
}

/*
1395
1528
*/

.footer-text{
	font: inherit;
}

@media (max-width: 1199px)
{
	.footer-nav-2
	{
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

@media (max-width: 767px)
{
	.footer-nav-2
	{
		position: static;
	}
}

.footer-nav > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav > ul > li
{
	margin: 0;
	padding: 0;
}

.footer-nav > ul > li > a
{
	text-decoration: none;
}

.footer-nav > ul > li > a.active,
.footer-nav > ul > li > a:hover,
.footer-nav > ul > li > a:focus
{
	text-decoration: underline;
}

#footer .socials
{
	margin-bottom: 30px;
}

@media (max-width: 1199px)
{
	#footer .socials
	{
		margin: 0;
	}
}

@media (max-width: 1199px)
{
	#footer .socials
	{
		position: absolute;
		right: 0;
		top: 130px;
	}
}

@media (max-width: 767px)
{
	#footer .socials
	{
		position: absolute;
		right: 0;
		top: -80px;
	}
}

#footer .socials > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .socials > ul > li
{
	margin: 0;
	padding: 0;
}

.back-to-top
{
	position: absolute;
	left: 17px;
	bottom: 100%;
	font-size: .875rem;
	letter-spacing: 1.8px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 -1.6667em;

	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (max-width: 1528px) /* general */
{
	.back-to-top
	{
		left: 3px;
	}
}

/* abschnitte */

.abschnitt
{
	margin-top:60px;
}

.abschnitt:first-child
{
	position: relative;
}

.abschnitt.margin-collapsing,
.abschnitte > .abschnitt:first-child
{
	margin-top:0;
}

.abschnitt_linker
{
	position: relative;
	top: -100px;
}

@media (max-width: 767px)
{
	.abschnitt_linker
	{
		top: -70px;
	}
}

.abschnitt.navboxen .desc
{
	margin-bottom: 10px;
}

.abschnitt.navboxen a
{
	display: block;
	background: no-repeat center #cccccc;
	background-size: cover;
	min-height: 289px;
	margin-bottom: 6px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}

.abschnitt.navboxen a span.text
{
	position: absolute;
	display: block;
	padding: 18px 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	z-index: 1;
	transition: all .4s ease;
	bottom: 0;
	left: 0;
	right: 0;
}

.abschnitt.navboxen a.box_design0 span.text
{
	color: #ffffff;
	background: rgba(255, 255, 255, 0.8);
}

.abschnitt.navboxen a.box_design1 span.text
{
	color: #8e263d;
	background: rgba(142, 38, 61, 0.8);
}

.abschnitt.navboxen a.box_design0:hover span.text,
.abschnitt.navboxen a.box_design0:focus span.text,
.abschnitt.navboxen a.box_design0.active span.text
{
	color: #ffffff;
	background: #ffffff;
}

.abschnitt.navboxen a.box_design1:hover span.text,
.abschnitt.navboxen a.box_design1:focus span.text,
.abschnitt.navboxen a.box_design1.active span.text
{
	color: #8e263d;
	background: #8e263d;
}

.abschnitt.navboxen a.box_design0 span.text span.textinner
{
	display: inline-block;
	background: #8e263d;
	padding: 5px 10px;
	border-radius: 5px;
}

.abschnitt.navboxen a.box_design1 span.text span.textinner
{
	display: inline-block;
	background: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
}

.abschnitt.navboxen a:before
{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .4s ease;
	z-index: 0;
}

.abschnitt.navboxen a:hover:before,
.abschnitt.navboxen a:focus:before,
.abschnitt.navboxen a.active:before
{
	opacity: 1;
}

.abschnitt.news ul.newslist
{
	margin-top: 20px;
}

.abschnitt.news ul.newslist > li:first-child,
.abschnitt.news-overview ul.newslist > li:first-child
{
	border-top: 0;
	padding-top: 0;
}

.abschnitt.news ul.newslist > li,
.abschnitt.news-overview ul.newslist > li
{
	border-top: 1px #cccccc dotted;
	padding-top: 10px;
	padding-bottom: 10px;
}

.abschnitt.news .datum,
.abschnitt.news-overview .datum
{
	white-space: nowrap;
	color: #9ca4af;
	font-size: 14px;
}

.abschnitt.news .more,
.abschnitt.news-overview .more
{
	display: block;
	text-align: right;
	font-size: 80%;
}

.abschnitt.news .inhalt,
.abschnitt.news-overview .inhalt
{

}

.team-list
{
	list-style: none;
	margin-top: -35px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}

.team-list > li
{
	vertical-align: top;
	display: inline-block;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	margin: 35px 0 0;
	text-align: left;
}

.team-list .img
{
	overflow: hidden;
	margin:0 0 7px;
}

.team-list .img img
{
	width: 100%;

	-webkit-transition: transform ease-out .3s;
	-moz-transition: transform ease-out .3s;
	-o-transition: transform ease-out .3s;
	transition: transform ease-out .3s;
}

.team-list .img img:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-list .name
{
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}

.team-list .position
{
	line-height: 1.625;
}

.filter-list-leistungen
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.filter-list-leistungen > li
{
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
}

.filter-list-leistungen > li:first-child
{
	margin-left: 0;
}

.filter-list-leistungen > li > label
{
	color: inherit;
	cursor: pointer;
}

.filter-list-leistungen > li > label:hover,
.filter-list-leistungen > li > label:focus,
.filter-list-leistungen > li > input:checked + label,
.filter-list-leistungen > li > input:focus + label
{
	color: rgb(141,5,54);
}

.referenzen-liste
{
	list-style: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
}

.referenzen-liste > li
{
	margin: 30px 0 0;
	padding-top: 0;
	padding-bottom: 0;
}

.referenzen-liste > li a
{
	position: relative;
	display: block;
	color: #fff;
}

.referenzen-liste > li a:before
{
	content: '';
	display: block;
	padding-top: 56.25%;
}

.referenzen-liste > li a:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;

	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}

.referenzen-liste > li .text
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	z-index: 3;

	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.referenzen-liste > li a:after,
.referenzen-liste > li .text
{
	opacity: 0;
	visibility: hidden;

	-webkit-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	-moz-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	-o-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
}

.referenzen-liste > li .img
{
	position: absolute;
	left: 0;
	top: 0;
}

.referenzen-liste > li a:hover:after,
.referenzen-liste > li a:focus:after,
.referenzen-liste > li a:hover .text,
.referenzen-liste > li a:focus .text
{
	opacity: 1;
	visibility: visible;
}

.referenzen-liste > li .text .headline
{
	color: inherit;
	font-family: inherit;
	font-weight: bold;
	text-transform: uppercase;
}

/*
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus
{
	background-color: #8d0536;
	border-color: #8d0536;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus
{
	color: #8d0536;
}
*/


.collection-details .details,
.collection-details .designer
{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 5px 0 0;
	margin: 0 0 0 1.6667em;
	color: #c0bb00;

	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;

	-webkit-transform: translateY(-100%) translateX(-100%) rotate(-90deg);
	-moz-transform: translateY(-100%) translateX(-100%) rotate(-90deg);
	-ms-transform: translateY(-100%) translateX(-100%) rotate(-90deg);
	-o-transform: translateY(-100%) translateX(-100%) rotate(-90deg);
	transform: translateY(-100%) translateX(-100%) rotate(-90deg);
	text-transform: uppercase;
}

@media (max-width: 767px)
{
	.collection-details .details,
	.collection-details .designer
	{
		position: static;
		margin: 0 0 20px;
		padding: 0;

		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.collection-details .details span,
	.collection-details .designer span
	{
		margin-right: 30px;
	}
}



.collection-details .details span,
.collection-details .designer span
{
	color: #4a4a4a;
	margin-right: 30px;
}

.relative
{
	position: relative;
}

/* dv */

input[type="checkbox"].auswahl
{
	margin-top: 0;
}

/* bootstrap enchantments */

@media (max-width: 767px)
{
	.vspace-xs > .row,
	.vspace-xs > .row
	{
		margin-top:-76px
	}

	.vspace-xs > .row > [class^="col-"],
	.vspace-xs > .row > [class*=" col-"]
	{
		margin-top:76px
	}
}

.separator > .row > [class^="col-"]:before,
.separator > .row > [class*=" col-"]:before
{
	content: '';
	position: absolute;
	left: -1px;
	width: 2px;
	height: 100%;
	background-color: #979797;
}

.separator > .row > [class^="col-"]:first-child:before,
.separator > .row > [class*=" col-"]:first-child:before
{
	display: none;
}

@media (max-width: 767px)
{
	.separator > .row > [class^="col-"]:before,
	.separator > .row > [class*=" col-"]:before
	{
		display: none;
	}

	.vspace-xs.separator > .row > [class^="col-"]:before,
	.vspace-xs.separator > .row > [class*=" col-"]:before
	{
		display: block;
		top: -39px;
		width: 100%;
		max-width: 207px;
		height: 1px;
		left: 20px;
	}

	.vspace-xs.separator > .row > [class^="col-"]:first-child:before,
	.vspace-xs.separator > .row > [class*=" col-"]:first-child:before
	{
		display: none;
	}
}

@media (max-width: 767px)
{
	.collection-details .details,
	.collection-details .designer
	{
		position: static;
		margin: 0 0 20px;
		padding: 0;

		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.collection-details .details span,
	.collection-details .designer span
	{
		margin-right: 30px;
	}
}

.same-height > .row,
.same-height > .row>[class^="col-"],
.same-height > .row>[class*=" col-"],
.same-height .column-bottom,
.same-height .column-wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.same-height > .row{
	position: relative;
	/*width: 100%;*/

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.same-height > .row>[class^="col-"],
.same-height > .row>[class*=" col-"],
.same-height .column-bottom,
.same-height .column-wrap{
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;

	/*
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;

	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;

	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;*/


}

.same-height > .row:before,
.same-height > .row:after,
.same-height:before,
.same-height:after{
	display: none;
}

.same-height .column-bottom{
	margin-top: auto;
}

.same-height .column-wrap{
	min-height:100%;

	-webkit-flex-grow:1;
	-ms-flex-grow:1;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}

.static-col
{
	position: static;
}

.site.light
{
	color:#fff;
}

.site.dark
{
	color:#4a4a4a;
}

.cookieConsent-open .sites-nav
{
	display: none;
}

.site,
.sites-nav,
#header,
.site-scroll-down{
	-webkit-transition: color ease .4s, background-color ease .4s;
	-moz-transition: color ease .4s, background-color ease .4s;
	-o-transition: color ease .4s, background-color ease .4s;
	transition: color ease .4s, background-color ease .4s;
}

.dark-slide .site.active,
.dark-slide .sites-nav,
.dark-slide .site-scroll-down,
.dark-lang #header
{
	color:#4a4a4a;
}

.light-slide .site.active,
.light-slide .sites-nav,
.light-slide .site-scroll-down,
.light-lang #header
{
	color:#fff;
}

.light-logo #header .logo .big.dark,
.dark-logo #header .logo .big.light
{
	opacity: 0;
	visibility: hidden;
}

.light-logo #header .logo .big.light,
.dark-logo #header .logo .big.dark
{
	opacity: 1;
	visibility: visible;
}

a.eingerueckt
{
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	position: relative;
}

a.eingerueckt:before
{
	content: '';
	display: block;
	background: url('/img/web/weishaeupl-icon-rightarrow-2.svg') no-repeat left top;
	width: 36px;
	height: 35px;
	position: absolute;
	top: 0;
	left: -60px;
}


/*
.brownish-yellow
{
	color: #4a4a4a;
	background: #c0bb00;
}

.orange-yellow
{
	color: #4a4a4a;
	background: #ffad00;
}

.bruise
{
	color: #ffffff;
	background: #86365f;
}

.topaz
{
	color: #ffffff;
	background: #19a7b2;
}

.tomato
{
	color: #ffffff;
	background: #eb5922;
}
*/

.yellow
{
	color: #4a4a4a;
	background: #ffdd06;
}
.orange
{
	color: #4a4a4a;
	background: #f6a519;
}
.red
{
	color: #ffffff;
	background: #d8081a;
}
.dark-red
{
	color: #ffffff;
	background: #a21010;
}
.rose
{
	color: #fff;
	background: #cb6995;
}

.lilac
{
	color: #ffffff;
	background: #7c6fae;
}

.turquoise
{
	color: #4a4a4a;
	background: #88c7d6;
}

.light-blue
{
	color: #ffffff;
	background: #6cabce;
}

.blue
{
	color: #ffffff;
	background: #1a426c;
}

.jade
{
	color: #ffffff;
	background: #3a7d7f;
}

.light-grey
{
	color: #4a4a4a;
	background: #b1b5b8;
}

.grey
{
	color: #ffffff;
	background: #838586;
}

.ice
{
	color: #4a4a4a;
	background: #cae4ed;
}




.grey hr,
.light-blue hr,
.jade hr,
.dark-red hr,
.blue hr,
.lilac hr,
.rose hr,
.red hr
{
	background-color: #ffffff;
}


.ice hr,
.turquoise hr,
.orange hr,
.yellow hr,
.light-grey hr
{
	background-color: #4a4a4a;
}

a.kollektionsbild
{
	display: block;
	width: 100%;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase;
	overflow: hidden;
}

@media screen and (max-width: 1350px)
{
	a.kollektionsbild
	{
		font-size: 30px;
	}
}

a.kollektionsbild:after
{
	content: '';
	display: block;
	padding-top: 100%;
}

a.kollektionsbild:before
{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 170px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	transition: height 0.4s ease;
}

a.kollektionsbild:hover:before,
a.kollektionsbild:focus:before,
a.kollektionsbild.active:before
{
	height: 300px;
}

a.kollektionsbild.big
{
	width: 100%;
}

a.kollektionsbild > span
{
	position: absolute;
	bottom: 26px;
	left: 32px;
	z-index: 2;
	/*white-space: nowrap;*/
}

a.kollektionsbild span.cursor
{
	display: inline-block;
	width: 37px;
	height: 35px;
	background: url('/img/web/weishaeupl-icon-rightarrow-white.svg') no-repeat top left;
	vertical-align: bottom;
	margin-left: 15px;
}

a.kollektionsbild span.designed_by_joli
{
	display: inline-block;
	width: 52px;
	height: 62px;
	background: url('/img/web/weishaeupl-logo-joli-white.svg') no-repeat top left;
	vertical-align: bottom;
	margin-right: 20px;
	position: relative;
	top: 17px;
}

.row.nospace
{
	margin-left: 0;
	margin-right: 0;
}

.row.nospace > [class*="col"]
{
	padding-left: 0;
	padding-right: 0;
}

.abschnitt.kollektion .wrap
{
	padding-top: 75px;
	padding-bottom: 75px;
}

.pattern
{
	height: 150px;
	background: url('/img/web/weishaeupl-pattern.jpg') repeat top left;
}

.pattern.small
{
	height: 30px;
}

.header-img
{
	min-height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1350px)
{
	.header-img
	{
		min-height: 0;
	}

	.header-img:before
	{
		display: block;
		content: '';
		padding-top: 44.44444%;
		min-height: 450px;
	}
}



.abschnitt.zweispaltig,
.abschnitt.vollebreite
{
	padding-top: 78px;
}

.abschnitt.product ul.thumblist
{
	margin-top: 50px;
}

.abschnitt.product ul.thumblist img
{
	max-width: 94px;
}

.abschnitt.product
{
	border-top: 1px #cccccc solid;
	padding-top: 135px;
	margin-top: 115px;
}

.abschnitt.product .product_type
{
	display: inline-block;
	max-width: 208px;
	max-height: 208px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.abschnitt.product .product_type:before
{
	content: '';
	display: block;
	padding-top: 100%;
}

.abschnitt.product .isLeft .product_type.product_type_margin
{
	margin-top: 20px;
}

.abschnitt.product .isRight .product_type.product_type_margin
{
	margin-bottom: 20px;
}

.row.c20er
{
	margin-left: -10px;
	margin-right: -10px;
}

.row.c20er .col-xs-1,
.row.c20er .col-sm-1,
.row.c20er .col-md-1,
.row.c20er .col-lg-1,
.row.c20er .col-xs-2,
.row.c20er .col-sm-2,
.row.c20er .col-md-2,
.row.c20er .col-lg-2,
.row.c20er .col-xs-3,
.row.c20er .col-sm-3,
.row.c20er .col-md-3,
.row.c20er .col-lg-3,
.row.c20er .col-xs-4,
.row.c20er .col-sm-4,
.row.c20er .col-md-4,
.row.c20er .col-lg-4,
.row.c20er .col-xs-5,
.row.c20er .col-sm-5,
.row.c20er .col-md-5,
.row.c20er .col-lg-5,
.row.c20er .col-xs-6,
.row.c20er .col-sm-6,
.row.c20er .col-md-6,
.row.c20er .col-lg-6,
.row.c20er .col-xs-7,
.row.c20er .col-sm-7,
.row.c20er .col-md-7,
.row.c20er .col-lg-7,
.row.c20er .col-xs-8,
.row.c20er .col-sm-8,
.row.c20er .col-md-8,
.row.c20er .col-lg-8,
.row.c20er .col-xs-9,
.row.c20er .col-sm-9,
.row.c20er .col-md-9,
.row.c20er .col-lg-9,
.row.c20er .col-xs-10,
.row.c20er .col-sm-10,
.row.c20er .col-md-10,
.row.c20er .col-lg-10,
.row.c20er .col-xs-11,
.row.c20er .col-sm-11,
.row.c20er .col-md-11,
.row.c20er .col-lg-11,
.row.c20er .col-xs-12,
.row.c20er .col-sm-12,
.row.c20er .col-md-12,
.row.c20er .col-lg-12
{
	padding-left: 10px;
	padding-right: 10px;
}

.row.c10er
{
	margin-left: -5px;
	margin-right: -5px;
}

.row.c10er .col-xs-1,
.row.c10er .col-sm-1,
.row.c10er .col-md-1,
.row.c10er .col-lg-1,
.row.c10er .col-xs-2,
.row.c10er .col-sm-2,
.row.c10er .col-md-2,
.row.c10er .col-lg-2,
.row.c10er .col-xs-3,
.row.c10er .col-sm-3,
.row.c10er .col-md-3,
.row.c10er .col-lg-3,
.row.c10er .col-xs-4,
.row.c10er .col-sm-4,
.row.c10er .col-md-4,
.row.c10er .col-lg-4,
.row.c10er .col-xs-5,
.row.c10er .col-sm-5,
.row.c10er .col-md-5,
.row.c10er .col-lg-5,
.row.c10er .col-xs-6,
.row.c10er .col-sm-6,
.row.c10er .col-md-6,
.row.c10er .col-lg-6,
.row.c10er .col-xs-7,
.row.c10er .col-sm-7,
.row.c10er .col-md-7,
.row.c10er .col-lg-7,
.row.c10er .col-xs-8,
.row.c10er .col-sm-8,
.row.c10er .col-md-8,
.row.c10er .col-lg-8,
.row.c10er .col-xs-9,
.row.c10er .col-sm-9,
.row.c10er .col-md-9,
.row.c10er .col-lg-9,
.row.c10er .col-xs-10,
.row.c10er .col-sm-10,
.row.c10er .col-md-10,
.row.c10er .col-lg-10,
.row.c10er .col-xs-11,
.row.c10er .col-sm-11,
.row.c10er .col-md-11,
.row.c10er .col-lg-11,
.row.c10er .col-xs-12,
.row.c10er .col-sm-12,
.row.c10er .col-md-12,
.row.c10er .col-lg-12
{
	padding-left: 5px;
	padding-right: 5px;
}

.streifen
{
	margin-top: 50px;
	background: #19a7b2;
	height: 35px;
}

.abschnitt.product .productfoot
{
	margin-top: 145px;
}

.abschnitt.product .isLeft .productfoot .bg
{
	min-height: 100%;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}

.abschnitt.product .isRight .productfoot .bg
{
	min-height: 100%;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}

.abschnitt.product .productfoot .bg:before
{
	content: '';
	display: block;
	padding-top: 75%;
}

.abschnitt.product .productfoot .bg.legacy:before
{
	padding-top: 38.5109114249037%;
}

a.detail-einblender
{
	display: block;
	line-height: 36px;
	padding-left: 60px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('/img/web/weishaeupl-icon-details-ausblenden.svg');
}

a.detail-einblender:hover,
a.detail-einblender:focus,
a.detail-einblender.active
{
	text-decoration: underline;
}

a.detail-einblender.off
{
	background-image: url('/img/web/weishaeupl-icon-details-einblenden.svg');
}

a.detail-einblender.off .off,
a.detail-einblender .on
{
	display: inline;
}

a.detail-einblender.off .on,
a.detail-einblender .off
{
	display: none;
}

.details-box
{
	margin-bottom: 60px;
	height: 100%;
	overflow: hidden;
	transition: height 0.4s ease, margin-bottom 0.4s ease;
}

.details-box.closed
{
	margin-bottom: 0;
	height: 0;
}

.details-box .wrap
{
	padding-top: 70px;
	padding-bottom: 70px;
}

.details-box .nav-tabs
{
	border-bottom: 1px #979797 solid;
}

.extrabox .nav-tabs
{
	border-bottom: 0;
}

.details-box .nav-tabs > li,
.extrabox .nav-tabs > li
{
	text-align: center;
	text-transform: uppercase;
}

.details-box .nav-tabs > li > a,
.extrabox .nav-tabs > li > a
{
	border-radius: 0;
	border: 0;
	border-bottom: 1px #979797 solid;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 20px;

	-webkit-transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	transition: color ease-in-out .2s;
}

.extrabox .nav-tabs > li > a
{
	border-bottom: 0;
	font-size: 16px;
}

.details-box .nav-tabs > li > a:hover,
.extrabox .nav-tabs > li > a:hover
{
	color: #19a7b2;
	border-bottom: 1px #19a7b2 solid;
	background-color: #ffffff;
}

.extrabox .nav-tabs > li > a:hover
{
	border-bottom: 0;
}

.details-box .nav-tabs > li > a:before,
.extrabox .nav-tabs > li > a:before
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #979797;
	width: 1px;
	height: 35px;
}

.details-box .nav-tabs > li:first-child > a:before,
.extrabox .nav-tabs > li:first-child > a:before
{
	display: none;
}

.details-box .nav-tabs > li.active > a,
.details-box .nav-tabs > li.active > a:hover,
.details-box .nav-tabs > li.active > a:focus,
.extrabox .nav-tabs > li.active > a,
.extrabox .nav-tabs > li.active > a:hover,
.extrabox .nav-tabs > li.active > a:focus
{
	color: #19a7b2;
	font-weight: bold;
	border: 0;
	border-bottom: 1px #19a7b2 solid;
}

.details-box .tab-pane.active
{
	padding-top: 50px;
}

.details-box ul.list-inline
{
	margin-left: -40px;
	margin-top: -20px;
}

.details-box ul.list-inline > li
{
	margin-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	vertical-align: top;
}

.farbgruppen-liste
{
	margin-top: -35px;
}

.farbgruppen-liste > li
{
	margin-top: 35px;
}

.details-box ul.farbliste
{
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	margin-left: -15px;
}

.details-box ul.farbliste > li
{
	display: inline-block;
	margin-left: 15px;
	text-align: center;
	font-size:14px;
	max-width: 95px;
	min-width: 95px;
	vertical-align: top;
	line-height: 15px;
	margin-bottom: 15px;
}

.details-box ul.farbliste > li img
{
	display: inline-block;
	min-width: 94px;
	min-height: 94px;
	background: #cccccc;
	border-radius: 50%;
}

.details-box ul.farbliste > li .text
{
	margin-top: 5px;
}

.details-box .subtab
{
	margin-top: -40px;
}

.details-box .subtab .nav-tabs > li > a
{
	font-weight: bold;
	padding-bottom: 10px;
}

.details-box .subtab .nav-tabs > li > a:before
{
	display: none;
}

#header .nav-breadcumb
{
	margin-top: -6px;
	float:left;
	margin-left: 30px;
	opacity: 0;
	transition: opacity 0.4s ease;
	max-width: calc(100% - 360px);
}

.is-scrolled #header .nav-breadcumb
{
	opacity: 1;
}

#header .nav-breadcumb .breadcrumb_title
{
	/*float: left;*/
	display: inline-block;
	vertical-align: bottom;
	padding-right: 30px;
	font-weight: bold;
	line-height: 62px;
	text-align: right;
	color: #4a4a4a;
}

#header .nav-breadcumb .breadcrumb_content
{
	/*float: left;*/
	display: inline-block;
	vertical-align: bottom;
	border-left: 1px #4a4a4a solid;
	padding-left: 35px;
	min-height: 49px;
}

.dark-logo #header .nav-breadcumb .breadcrumb_content
{
	border-color: #4a4a4a;
}

.is-scrolled #header .nav-breadcumb .breadcrumb_content
{
	border-color: #4a4a4a !important;
}

.light-logo #header .nav-breadcumb .breadcrumb_content
{
	border-color: #ffffff;
}

#header .nav-breadcumb ul.list-inline
{
	margin-left: -15px;
	margin-bottom: 0;
}

#header .nav-breadcumb ul.list-inline > li
{
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: bottom;
}

#header .nav-breadcumb a
{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #979797;
	min-height: 60px;
}


#header .nav-breadcumb a:hover,
#header .nav-breadcumb a:focus,
#header .nav-breadcumb a.active
{
	color: #ffad00;
	/*text-transform: uppercase;*/
}

/*
#header .nav-breadcumb a:before
{
	content: attr(title);
	visibility: hidden;
	text-transform: uppercase;
	position: absolute;
}
*/

.productgrouplist a,
.productgruppeweitere .list a
{
	display: inline-block;
	width: 150px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #929292;
	margin-bottom: 112px;

	-webkit-transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-ms-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	transition: color ease-in-out .2s;
}

.productgruppeweitere .list a
{
	margin-bottom: 50px;
}

.productgrouplist a .linie,
.productgruppeweitere .list a .linie
{
	display: block;
	margin-top: 18px;
	margin-bottom: 18px;
	height: 1px;
	background: #d8d8d8;
}

.productgrouplist a:hover,
.productgrouplist a:focus,
.productgrouplist a.active,
.productgruppeweitere .list a:hover,
.productgruppeweitere .list a:focus,
.productgruppeweitere .list a.active
{
	color: #ffad00;
}

.productgrouplist a:hover .linie,
.productgrouplist a:focus .linie,
.productgrouplist a.active .linie,
.productgruppeweitere .list a:hover .linie,
.productgruppeweitere .list a:focus .linie,
.productgruppeweitere .list a.active .linie
{
	background: #000000;
}

.productgruppeweitere .list
{
	margin-top: 70px;
}

.productgrouplist
{
	margin-left: -83px;
}

.productgruppeweitere .list
{
	margin-left: -40px;
}

.productgrouplist > li
{
	padding-left: 83px;
	padding-right: 83px;
}

.productgruppeweitere .list > li
{
	padding-left: 40px;
	padding-right: 40px;
}

.abschnitt.productgruppe a.produktlink
{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 120px;
	text-decoration: none;
}

.abschnitt.productgruppe a.produktlink:hover,
.abschnitt.productgruppe a.produktlink:focus,
.abschnitt.productgruppe a.produktlink.active
{
	color: #ffad00;
}

.abschnitt.productgruppe a.produktlink strong
{
	font-weight: bold;
	text-transform: uppercase;
}

.abschnitt.productgruppe .imagegroup
{
	position: relative;
	min-height: 279px;
}

.abschnitt.productgruppe .imagegroup .logo_joli
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.abschnitt.productgruppe .text
{
	margin-top: 25px;
}
.list-inline .text {
	position:absolute;
	top: 272px;
	z-index: 50;
	left:0;
}
.abschnitt.productgruppe .wrap
{
	padding-bottom: 154px;
}

.streifenpattern.top
{
	margin-bottom: 70px;
}

.streifenpattern .pattern
{
	height: 74px;
}

.streifenpattern .streifen
{
	margin-top: 0;
}

.abschnitt.newslookbook .text-inner
{
	padding: 73px 78px;
	padding-bottom: 130px;
	position: relative;
	/*height: 100%;*/
}

.row.no-padding
{
	margin-left: 0;
	margin-right: 0;
}

.row.no-padding > div
{
	padding-left: 0;
	padding-right: 0;
}

.abschnitt.newslookbook .image,
.abschnitt.imagezweispaltig .image,
.abschnitt.image2zweispaltig .image
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
}

.abschnitt.newslookbook .image:before
{
	content: '';
	display: block;
	padding-top: 63.75%;
}

.abschnitt.imagezweispaltig .image:before,
.abschnitt.image2zweispaltig .image:before
{
	content: '';
	display: block;
	padding-top: 100%;
}

.abschnitt.imagezweispaltig .yellow,
.abschnitt.newslookbook .yellow,
.abschnitt.imagezweispaltig .orange,
.abschnitt.newslookbook .orange,
.abschnitt.imagezweispaltig .turquoise,
.abschnitt.newslookbook .turquoise,
.abschnitt.imagezweispaltig .light-grey,
.abschnitt.newslookbook .light-grey,
.abschnitt.imagezweispaltig .grey,
.abschnitt.newslookbook .grey,
.abschnitt.imagezweispaltig .ice,
.abschnitt.newslookbook .ice
{
	color: #4a4a4a;
}

.abschnitt.newslookbook .link
{
	display: inline-block;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 35px;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
	padding-left: 56px;
	margin-left: -35px;
}

.abschnitt.newslookbook .linkwrap
{
	position: absolute;
	bottom: 73px;
}

.abschnitt.newslookbook .link:hover,
.abschnitt.newslookbook .link:focus,
.abschnitt.newslookbook .link.active
{
	text-decoration: underline;
}

.abschnitt.newslookbook .isLeft
{
	text-align: left;
}

.abschnitt.newslookbook .isRight
{
	text-align: right;
}

.abschnitt.newslookbook .isLeft .linkwrap
{
	left: 78px;
	text-align: left;
}

.abschnitt.newslookbook .isRight .linkwrap
{
	right: 78px;
	text-align: right;
}

.abschnitt.newslookbook .isLeft .link
{
	background-image: url('/img/web/weishaeupl-icon-rightarrow-2-white.svg');
}

.abschnitt.newslookbook .isRight .link
{
	margin-left: 0;
	margin-right: -35px;
	padding-left: 0;
	padding-right: 56px;
	background-position: top right;
	background-image: url('/img/web/weishaeupl-icon-rightarrow-white.svg');
}

.abschnitt.newslookbook .isLeft.yellow .link,
.abschnitt.newslookbook .isLeft.orange .link,
.abschnitt.newslookbook .isLeft.turquoise .link,
.abschnitt.newslookbook .isLeft.light-grey .link,
.abschnitt.newslookbook .isLeft.grey .link,
.abschnitt.newslookbook .isLeft.ice .link
{
	background-image: url('/img/web/weishaeupl-icon-rightarrow-2.svg');
}

.abschnitt.newslookbook .isRight.yellow .link,
.abschnitt.newslookbook .isRight.orange .link,
.abschnitt.newslookbook .isRight.turquoise .link,
.abschnitt.newslookbook .isRight.light-grey .link,
.abschnitt.newslookbook .isRight.grey .link,
.abschnitt.newslookbook .isRight.ice .link
{
	background-image: url('/img/web/weishaeupl-icon-rightarrow.svg');
}

.navigation-preview-item .hoverwrap
{
	position: relative;
	height: 100%;
}

.navigation-preview-item .hoverbild
{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: -2;
}

.navigation-preview-item .hoverbild .inner
{
	position: relative;
}

.navigation-preview-item .hoverbild .inner > div
{
	position: absolute;
	bottom: 0;
	right: 0;
}

.navigation-preview-item .hoverbild .inner > div img
{
	min-width: 550px;
}

.hoverwrap[data-hover] .hoverbild .inner > div {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.extrabox
{
	margin-top: 50px;
}

/*
.navigation-preview-item:before
{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/img/web/weishaeupl-pattern.svg') top left repeat;
	background-size: 20px 20px;
	pointer-events: none;
	z-index: -1;
}
*/

.pgliste
{
	margin-left: -10px;
}

.pgliste > li
{
	padding-left: 10px;
	padding-right: 10px;
	width: 335px;
}

.blendin
{
	opacity: 0;
	transition: opacity 0.4s ease;
}

.blendin.blendin_on
{
	opacity: 1;
}

.form-control
{
	border: 0;
	border-radius: 0;
	border-bottom: 1px #979797 solid;
	box-shadow: none;
	margin-top: 20px;
}

.form-control:focus
{
	border-color: #ffad00;
	box-shadow: none;
}

select.form-control
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background: url(/img/web/weishaeupl-icon-select.svg) no-repeat right center;
}

select.form-control::-ms-expand /* for IE 11 */
{
	display: none;
}

textarea.form-control
{
	resize: none;
}

textarea.auto-grow
{
	overflow: hidden;

	-webkit-transition: height ease .2s;
	-moz-transition: height ease .2s;
	-o-transition: height ease .2s;
	transition: height ease .2s;
}

.control-label
{
	position: absolute;
	left: 0;
	top: 0;
	color: #999999;
	background-color: #ffffff;
	z-index: 10;
	font-size: 18px;
	pointer-events: none;
	transition: all 0.4s ease;
	font-weight: normal;
}

.form-group
{
	position: relative;
	margin-bottom: 50px;
}

.form-group.focused .control-label,
.form-group.isDirty .control-label
{
	transform: translateY(-100%);
	font-size: 0.75em;
	transition: all 0.4s ease;
}

.form-group.focused .control-label
{
	color: #ffad00;
}

.radio label, .checkbox label
{
	color: #979797;
	font-size: 14px;
}

.btn
{
	border-radius: 0;
}

.btn.btn-primary
{
	color: #ffad00;
	border-color: #ffad00;
	background: url('/img/web/weishaeupl-icon-rightarrow-yellow.svg') no-repeat #ffffff 40px 10px;
	padding: 17px 40px 17px 97px;
	height: 55px;
}

.trennwrap,
.trennwrap0
{
	padding-left: 60px;
	padding-right: 60px;
}

.trennwrap hr
{
	max-width: none;
}

h1.kleinerabstand,
h2.kleinerabstand,
h3.kleinerabstand,
h4.kleinerabstand,
h5.kleinerabstand,
h6.kleinerabstand
{
	margin-bottom: 25px;
}

.downloadliste > li:first-child
{
	margin-top: 0;
}

.downloadliste > li
{
	margin-top: 35px;
}

.downloadliste a
{
	position: relative;
	display: block;
	text-decoration: none;
	color: #19a7b2;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px #979797 solid;
	max-width: 780px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 120px
}

.downloadliste a:before
{
	content: '';
	display: block;
	float: right;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 114px;
	height: 36px;
	background: url('/img/web/weishaeupl-icon-details-einblenden-cyan.svg') no-repeat top right #ffffff;
}
.einruecken {
	padding-left:112px;
}

.abschnitt.imagezweispaltig .textinner
{
	padding: 94px 60px 75px 110px;
}

.abschnitt.imagezweispaltig + .abschnitt.imagezweispaltig,
.abschnitt.image2zweispaltig + .abschnitt.imagezweispaltig,
.abschnitt.imagezweispaltig + .abschnitt.image2zweispaltig
{
	margin-top: 15px;
}

.abschnitt.image2zweispaltig.design0 .textinner
{
	margin-left: -15px;
}

.abschnitt.image2zweispaltig.design1 .textinner
{
	margin-right: -15px;
}

.abschnitt.zweispaltig.design1 .row
{
	margin-left: -10px;
	margin-right: -10px;
}

.abschnitt.zweispaltig.design1 .row > div
{
	padding-left: 10px;
	padding-right: 10px;
}

.text-einrueckung
{
	margin-left: 100px;
}
.topaztext {
	color:#19a7b2
}
a.topazlink {
	text-decoration: none;
	color: #19a7b2;
}
a.topazlink:hover {
	text-decoration: underline;
}

ul.searchlist > li
{
	border-top: 1px #979797 solid;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.3;
}

ul.searchlist a
{
	text-decoration: none;
}

ul.searchlist a.maps
{
	font-weight: bold;
}


@media (min-width: 600px) and (max-width: 1024px)
{
	.navigation-nav
	{
		position: relative;
		width: 262px;
	}

	a.nav-close
	{
		width: 146px;
	}

	.navigation-preview-item
	{
		padding-left: 348px;
		padding-right: 35px;
	}

	.productgrouplist
	{
		margin-left: -20px;
	}

	.productgrouplist > li
	{
		padding-left: 20px;
		padding-right: 20px;
	}

	.productgrouplist a,
	.productgruppeweitere .list a
	{
		margin-bottom: 66px;
	}
}

@media (max-width: 767px)
{
	.navigation-nav
	{
		padding: 94px 50px 20px 10px;
		width: 100%;
		float: none;
		background-color: transparent;
		border-right: 0;
	}

	.navigation .socials
	{
		left: 30px;
		bottom: 30px;
	}
}

.cookieConsent-open .site-scroll-down
{
	display: none;
}

.site-scroll-down.normal
{
	position: absolute;
	left: 17px;
	/*top: 430px;*/
	bottom: 30px;
	font-size: .875rem;
	letter-spacing: 1.8px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 -1.6667em;

	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	color: #4a4a4a;
	z-index: 1;
}

.txtf-galerie
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2600;
}

.txtf-galerie .zurueck
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	line-height: 60px;
	width: 60px;
	background: #ffffff;
	text-align: center;
}

.txtf-galerie .zurueck a
{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #ffffff;
	position: relative;
	vertical-align: middle;
}


.txtf-galerie .zurueck a:before,
.txtf-galerie .zurueck a:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;

	-webkit-transition: width ease .4s, transform ease .4s;
	-moz-transition: width ease .4s, transform ease .4s;
	-o-transition: width ease .4s, transform ease .4s;
	transition: width ease .4s, transform ease .4s;
}


.txtf-galerie .zurueck a:before,
.txtf-galerie .zurueck a:after{
	top: 50%;
	margin-top:-1px;
}

.txtf-galerie .zurueck a:before,
.txtf-galerie .zurueck a:after
{
	width: 40px;
}

.txtf-galerie .zurueck a:before
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.txtf-galerie .zurueck a:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.txtf-galerie .galeriebild
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.txtf-galerie .galnav
{
	position: absolute;
	top: -60px;
	z-index: 1;
}

.txtf-galerie .galnav ul
{
	margin-bottom: 0;
}

.txtf-galerie .galnav a
{
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50% 50%;
	border: 1px #ffffff solid;
	background: transparent;
}

.txtf-galerie .galnav a:hover,
.txtf-galerie .galnav a:focus,
.txtf-galerie .galnav a.active
{
	background: #ffffff;
}

.txtf-galerie .desc
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 60px;
	background: #ffffff;
	z-index: 2;
	padding: 10px 20px;
}

.txtf-galerie .pagenav
{
	white-space: nowrap;
}

.txtf-galerie .pagenav a
{
	display: inline-block;
	width: 37px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: top left;
}

.txtf-galerie .pagenav a.image-prev
{
	background-image: url('/img/web/weishaeupl-icon-leftarrow.svg');
}

.txtf-galerie .pagenav a.image-next
{
	background-image: url('/img/web/weishaeupl-icon-rightarrow.svg');
	margin-left: -5px;
}

.kol-prev,
.kol-next,
.kol-back
{
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
}

.kol-prev span.name,
.kol-next span.name,
.kol-back span.name
{
	display: block;
	font-size: 30px;
	font-weight: 300;
}

@media (max-width: 767px)
{
	.kol-prev,
	.kol-next,
	.kol-back
	{
		font-size: 15px;
		line-height: 35px;
	}

	.kol-prev span.name,
	.kol-next span.name,
	.kol-back span.name
	{
		font-size: 16px;
		font-weight: 300;
	}
}

.kol-prev
{
	padding-left: 46px;
	background-position: top left;
	background-image: url('/img/web/weishaeupl-icon-leftarrow.svg');
}

.kol-next
{
	padding-right: 46px;
	background-position: top right;
	background-image: url('/img/web/weishaeupl-icon-rightarrow.svg');
}

.kol-back
{
	padding-bottom: 60px;
	background-position: bottom center;
	background-image: url('/img/web/weishaeupl-icon-details-back.svg');
}

.kol-control-image
{
	display: block;

	background-repeat: no-repeat;
	background-position: center center;
	background-color: #cccccc;
}

@media (min-width: 1920px)
{
	.kol-control-image
	{
		background-size: cover;
	}
}


.kol-control-image:before
{
	display: block;
	content: '';
	padding-top: 50%;
}

.seitensteuerung
{
	margin-top: 43px;
}

.tab-content>.tab-pane
{
	display: block;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;

	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.tab-content>.active
{
	display: block;
	visibility: visible;
	opacity: 1;

	height: auto;
	overflow: visible;
}

@media (max-width: 767px)
{
	.bg-left .row [class^="col-"]:first-child,
	.bg-right .row [class^="col-"]:last-child
	{
		background: none !important;
	}
}

.row.half
{
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.row.half .col-xs-1,
.row.half .col-sm-1,
.row.half .col-md-1,
.row.half .col-lg-1,
.row.half .col-xs-2,
.row.half .col-sm-2,
.row.half .col-md-2,
.row.half .col-lg-2,
.row.half .col-xs-3,
.row.half .col-sm-3,
.row.half .col-md-3,
.row.half .col-lg-3,
.row.half .col-xs-4,
.row.half .col-sm-4,
.row.half .col-md-4,
.row.half .col-lg-4,
.row.half .col-xs-5,
.row.half .col-sm-5,
.row.half .col-md-5,
.row.half .col-lg-5,
.row.half .col-xs-6,
.row.half .col-sm-6,
.row.half .col-md-6,
.row.half .col-lg-6,
.row.half .col-xs-7,
.row.half .col-sm-7,
.row.half .col-md-7,
.row.half .col-lg-7,
.row.half .col-xs-8,
.row.half .col-sm-8,
.row.half .col-md-8,
.row.half .col-lg-8,
.row.half .col-xs-9,
.row.half .col-sm-9,
.row.half .col-md-9,
.row.half .col-lg-9,
.row.half .col-xs-10,
.row.half .col-sm-10,
.row.half .col-md-10,
.row.half .col-lg-10,
.row.half .col-xs-11,
.row.half .col-sm-11,
.row.half .col-md-11,
.row.half .col-lg-11,
.row.half .col-xs-12,
.row.half .col-sm-12,
.row.half .col-md-12,
.row.half .col-lg-12
{
	padding-left: 7.5px;
	padding-right: 7.5px;
}

@media (max-width: 767px)
{
	.color-col [class^="col-"],
	.color-col [class*=" col-"]
	{
		background-color: transparent;
	}
}

.alert.alert-danger
{
	background-color: transparent;
	border-color: transparent;
}

.iscroll-x {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.nopadding
{
	padding: 0 !important;
}

.custom-switch-2
{
	margin: 0;
}

.custom-switch-2-button
{
	position: relative;
	border-radius: 1em;
	display: inline-flex;
	box-shadow: 0 1px 0 0 #fff inset, 0 -1px 0 0 #fff inset, -1px 0 0 0 #fff inset, 1px 0 0 0 #fff inset;
	cursor: pointer;
	z-index: 1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-transition: background-color ease-in-out .2s;
	-moz-transition: background-color ease-in-out .2s;
	-o-transition: background-color ease-in-out .2s;
	transition: background-color ease-in-out .2s;
}

.custom-switch-2.dark .custom-switch-2-button
{
	box-shadow: 0 1px 0 0 #1A1D20 inset, 0 -1px 0 0 #1A1D20 inset, -1px 0 0 0 #1A1D20 inset, 1px 0 0 0 #1A1D20 inset;
}

.custom-switch-2-button:before
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	min-width: 3.25em;
	border-radius: 1em;
	background-color: #fff;
	z-index: -1;

	-webkit-transition: transform ease-in-out .2s, left ease-in-out .2s;
	-moz-transition: transform ease-in-out .2s, left ease-in-out .2s;
	-o-transition: transform ease-in-out .2s, left ease-in-out .2s;
	transition: transform ease-in-out .2s, left ease-in-out .2s;
}

.custom-switch-2.dark .custom-switch-2-button:before
{
	background-color: #1A1D20;
}

.custom-switch-2 input:checked ~ .custom-switch-2-button:before
{
	left: 100%;

	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.custom-switch-2 input:indeterminate ~ .custom-switch-2-button:before
{
	left: 50%;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.custom-switch-2-button-active,
.custom-switch-2-button-inactive
{
	min-width: 3.25em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;

	-webkit-transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	transition: color ease-in-out .2s;
}

.custom-switch-2-button-active,
.custom-switch-2.dark .custom-switch-2-button-inactive,
.custom-switch-2 input:checked ~ .custom-switch-2-button .custom-switch-2-button-inactive,
.custom-switch-2.dark input:checked ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2.dark input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2.dark input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-inactive
{
	color: #fff;
}

.custom-switch-2-button-inactive,
.custom-switch-2.dark .custom-switch-2-button-active,
.custom-switch-2.dark input:checked ~ .custom-switch-2-button .custom-switch-2-button-inactive,
.custom-switch-2 input:checked ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2 input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2 input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-inactive
{
	color: #1A1D20;
}

.custom-switch-2 input:indeterminate ~ .custom-switch-2-button
{
	background-color: #ccc;
}

.custom-switch-2.disabled-active .custom-switch-2-button-inactive,
.custom-switch-2.disabled-inactive .custom-switch-2-button-active
{
	display: none;
}
.premiumhaendler {
	color:#f6a519;
	background: url('/img/web/Weishaeupl-Icon-Premiumpartner.svg') left center no-repeat;
	width: 300px;
	height:50px;
	font-weight: bold;
	padding: 15px 0 0 45px;
	vertical-align: middle;
margin-bottom: 20px;
}
.gestellfarbentext {
	margin-top:5px;
	width: 94px;
	text-align: center;
	top: unset !important;
	left: unset !important;
	position: relative !important;
}

input[name="website_field"] {
	position: absolute;
	visibility: hidden;
}