* {
	margin:0;
	padding:0;
}
*, *:before, *:after {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-boz-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
#fancybox-wrap, #fancybox-wrap * {
    box-sizing: content-box;
}
ul {
	margin:0;
	list-style:none;
}
a {
        color: #000;
	text-decoration:none;
}
/* Fix for Android */
body {
	background:#fff;
	-webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
  from { padding: 0; }
  to { padding: 0; }
}

header {
	background:url(../images/top-bar.png) repeat-x top center;
	width:100%;
	height:106px;
	position:fixed;
	top:0;
	z-index:99999;
	-webkit-transition: background .8s, height .8s, margin-top .8s;
	-moz-transition: background .8s, height .8s, margin-top .8s;
	-ms-transition: background .8s, height .8s, margin-top .8s;
	-o-transition: background .8s, height .8s, margin-top .8s;
	transition: background .8s, height .8s, margin-top .8s;
}
#fancybox-wrap {
    z-index: 100010;
}
header nav input {
        position: absolute;
        top: -9999px;
        left: -9999px;
}
header nav {
	height:auto;
	margin-top: 35px;
    letter-spacing: 3px;
	width:auto;
	position:relative;
	width:100%;
}
header nav > ul {
	height:100%;
	/*position:absolute;*/
	width:auto;
	float:right;
}
header nav > ul:after {
	clear:both;
}
header nav > ul li {
	float:left;
	padding:0 25px;
}
header nav ul li.last {
	padding-right:0;
}
/*header nav > ul > li:first-child {
    padding: 0 25px 0 0;
}*/
header nav ul li ul li {
	padding: 0;
}
header nav ul li a {
	text-transform:uppercase;
        color: #fff;
}

header nav ul li a:hover {
    text-decoration: underline;
}

img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
.logo {
	width:180px;
	top:25px;
	position:absolute;
	left:40px;
	-webkit-transition: width .8s, height .8s, top .8s;
	-moz-transition: width .8s, height .8s, top .8s;
	-ms-transition: width .8s, height .8s, top .8s;
	-o-transition: width .8s, height .8s, top .8s;
	transition: width .8s, height .8s, top .8s;
	z-index:50;
}
.logo img {
	width:100%;
}
.logo > a {
	display:inline-block;
}
#main {
	overflow:hidden;
}
/*.slides {
	position:relative;
	height:100%;
	width:100%;
}
.slides .slide {
	width:100%;
	height:100%;
}
.slides .slide .bg {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center center;
	opacity:0;
}
.slides .content {
	opacity:0;
	left:0;
	width:100%;
	position:absolute;
	z-index:99;
	top:38%;
}
.slides .content img {
	max-width:430px;
	display:block;
	margin:0 auto;
}*/
.slider {
	overflow:hidden;
}
.slides {
	position:relative;
	width:100%;
	height:100%;
}
.slides .slide {
	width:100%;
	height:100%;
	position:absolute;
}
.slides .slide .bg {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	opacity:0;
}
.slides .content {
	opacity:0;
	left:50%;
	width:100%;
	position:absolute;
	z-index:99;
	top:40%;
	width:550px;
	display:block;
	margin-left:-180px;
    text-align: center;
}

.search {
    width: 135px;
    height: 20px;
    background:none;
    margin-top: 0;
    margin-left: 0;
	right:0;
	position:absolute;
	top:2px;
}
.search .search-submit {
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/search-icon.png) no-repeat left 4px;
	border:0 none;
	width:15px;
	height:20px;
	padding:0;
	cursor:pointer;
}
.search .search-input {
	position:absolute;
	top:0;
	right:0;
	left:auto;
	width:120px;
	border:0 none;
	padding:0;
	color:#fff;
	font-weight:200;
	font-size:11px;
	letter-spacing:1px;
	padding-left:3px;
	text-transform:uppercase;
	background:none;
	height:20px;
	border:0 none;
}
/*
.search .inner {
	height:auto;
	position:absolute;
	right:0;
	top:43px;
	width:170px;
	display:none;
}
.search .inner:before {
	content:"";
	width:14px;
	height:12px;
	position:absolute;
	top:-12px;
	right:51px;
	opacity:0.8;
	background:url(../images/search-arrow-before.png) no-repeat center bottom;
	display:none;
}
.search .inner .search-input {
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	height:29px;
	width:123px;
	padding:3px 10px;
	border:0 none;
	color:#fff;
	padding-right:0;
	margin-left:-18px;
	font-size:14px;
}
.search .inner .search-submit {
	color:#fff;
	border:0 none;
	background:none;
	font-size:13px;
	right:5px;
	top:0;
	position:absolute;
	cursor:pointer;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	padding:5px;
	height:29px;
}
.search:hover .inner {
	display:block;
}*/

.slides .content h1 {
    color: #fff;
}

.indent {
    padding-left: 80px;
}

.newsSingleLeft img {
    margin-bottom: 20px;
}

.slides .content a {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #fff;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
}

.slide#slide_1 .bg {
	background-image:url(../images/header-1.jpg);
}
.slide#slide_2 .bg {
	background-image:url(../images/header-2.jpg);
}
.slide#slide_3 .bg {
	background-image:url(../images/header-3.jpg);
}
.slide#slide_4 .bg {
	background-image:url(../images/header-4.jpg);
}
.slide#slide_5 .bg {
	background-image:url(../images/header-5.jpg);
}

.tiles {
	height:500px;
	padding-top:90px;
}
.container {
	margin:0 auto;
	width:1200px;
	position:relative;
}
.clear {
	clear:both;
}
.tile {
	float:left;
	margin:1%;
	overflow:hidden;
	position:relative;
}
/*
.tile:hover {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.3);
}

.row.last > .tile.last:hover {
	box-shadow:none;
}
*/
.tile > span {
	background:url(../images/text-kachel.png) no-repeat left bottom;
	height:64px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:block;
	z-index:9999;
}
.row .tile.first {
	margin-left:0;
}
.row .tile.last {
	margin-right:0;
}

.banner {
    margin-bottom: 30px;
	overflow:hidden;
}

table.informationen,
table.informationenTwo {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.informationen th,
table.informationen td,
table.informationenTwo td {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

table.informationen th {
    font-weight: normal;
    color: #858585;
    text-align: left;
    width: 30%;
}

.fceMore {
    background: #656565; /* Old browsers */
background: -moz-linear-gradient(top,  #656565 56%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,#656565), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #656565 56%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #656565 56%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #656565 56%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #656565 56%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    padding: 80px 0;
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
	margin-bottom:22px;
}

.fceMore:hover {
    background: #006751; /* Old browsers */
background: -moz-linear-gradient(top,  #006751 56%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,#006751), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #006751 56%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #006751 56%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #006751 56%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #006751 56%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006751', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.fceMore a {
    display: block;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 10px 10px;
}
.tile {
	overflow:hidden;
}
.tile img {
	width:100%;
	height:auto;
}
div.csc-textpic-border div.csc-textpic-imagewrap img {
	border:0 none;
	padding:0;
	width:100% !important;
	height:auto !important;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:0;
}
div.csc-textpic-border figcaption {
	position:absolute;
	bottom:0;
	left:0;
	display:table;
	color:#fff;
	width:100%;
	/*background:url(../images/tile-caption-bg.png) repeat-x center bottom;*/
	background-image: linear-gradient(top, transparent 0%, #000 143%);
	background-image: -moz-linear-gradient(top, transparent 0%, #000 143%);
	background-image: -webkit-linear-gradient(top, transparent 0%, #000 143%);
	background-image: -o-linear-gradient(top, transparent 0%, #000 143%);
	height:60px;
}
div.csc-textpic-border figcaption p {
	margin-bottom:0;
	display:table-cell;
	vertical-align:middle;
	padding:20px 0 5px 15px;
}
div.csc-textpic figure {
	overflow:hidden;
	position:relative;
}
div.csc-textpic,
div.csc-textpic div.csc-textpic-imagerow,
ul.csc-uploads li {
	display:inline-block;
}
header.scrolled {
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.5);
	height:82px;
}
header.scrolled .logo {
	width:160px;
	top: 17px;
}
header.scrolled .logo img {
	width:100%;
}
header.scrolled nav ul li .dropDown {
	top:82px;
}
header.scrolled nav ul li.sub:hover {
	height:53px;
}
body > .overlay {
	background:url(../images/overlay.png) repeat left top;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:-100;
}

/* Furniere */

.sg_view_switcher_links a {
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #444;
}

.sg_view_switcher_links a:hover,
.sg_view_switcher_links a.act {
    background-color: #ddd;
}


.sg_view_switcher_links ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
}


.sg_lbl_view_switcher,
.sg_lbl_list_sorting {
    margin-bottom: 10px;
    margin-top: 50px;
}

.sg_lbl_view_switcher {
    margin-top: 0;
}

.sg_filter_options form > div,
.sg_filter_options form p {
    float: left;
    margin-right: 9px;
    margin-bottom: 5px;
}

.sg_letter_filter {
    padding: 10px;
    background-color: #f0f0f0;
}

.sg_letter_filter a {
    font-weight: 600;
    text-decoration: none;
    padding-right: 2%;
    padding-left: 2%;
    border-right: 1px solid #fff;
}

.sg_letter_filter a:last-child {
    border-right: 0;
}

.sg_letter_filter a:hover {
    text-decoration: underline;
}

.sg_view_switcher_links {
    overflow: hidden;
    padding: 5px 0;
}

.sg_filter_options {
    margin-top: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

.sg_filter_options:after {
	content: ' ';
	height: 0px;
	clear: both;
	display: block;
}

.sg_filter_form {
    font-size: 11px;
}

.sg_filter_form label {
    margin-right: 5px;
    float: left;
}

.sg_listheading {
    padding-left: 2%;
}

.sg_filter_checkbox {
    height: auto;
    position: relative;
    top: 2px;
}

.sg_listview .hr {
    margin: 20px 0 10px 0 !important;
}

a.sg_back_to_top {
    text-indent: -9999px;
    overflow: hidden;
    background: url('../images/back-to-top.gif') no-repeat;
    height: 6px;
    width: 11px;
    margin-top: 10px;
    display: block;
}

.sg_detailview_row {
	overflow: hidden;
}

.sg_certificate_note {
	margin-top: 10px;
	font-size: 0.8rem;
}

.sg_detailview_availability_info,
.sg_detailview_pricegroup_info {
	background: url('../images/info.png') no-repeat;
	height: 17px;
	width: 17px;
	float: left;
	margin-right: 7px;
	position: relative;
	top: 4px;
	cursor: pointer;
}

.sg_detailview_availability_info .sg_filter_tooltip {
	top: -68px;
	width: 300px;
	left: -142px;
	padding: 4px;
	text-align: left;
	line-height: 1.5;
}

.sg_detailview_subheading {
    margin-bottom: 0;
}

.sg_detailview_nameslist {
	margin-bottom: 20px;
}

.sg_detailview_name {
	margin-bottom: 5px;
}

.sg_detailview_mainimage {
    margin-bottom: 7%;
}

.sg_detailview_mainimage img {
    width: 100%;
    max-width: auto;
}

.sg_detailview_gallery a {
    margin: 0 7% 7% 0;
    display: inline-block;
	width:46.5%;
}

.sg_detailview_gallery a:nth-child(2n) {
    margin-right: 0;
}

.sg_detailview_toollink {
    margin-bottom: 7%;
    overflow: hidden;
    border: 1px solid #969696;
}

.sg_detailview_toollink:hover .sg_toollink_right .toollink_header {
    background: #000;
}

.sg_toollink_right {
    float: right;
    width: 80%;
    border-left: 1px solid #969696;
}

.toollink_header {
    color: #ffffff;
    background: #969696;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 1.5em;
}

.toollink_sub {
    color: #969696;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

.sg_categoryheading {
    margin: 15px 0 5px 0;
    font-size: 18px;
    color: #666;
    display: inline-block;
    padding-right: 20px;
}

.sg_categoryheading a {
    padding-right: 20px;
    display: inline-block;
   /* background: url('../images/arrow-single.gif') right center no-repeat;*/
}

.sg_listview_item_list,
.sg_category > ul {
    margin-left: 25px;
    margin-bottom: 10px;
}

span.sg_categoryheading {
    /*background: url('../images/arrow-sub.gif') right center no-repeat;*/
}

span.sg_categoryheading.sg_singleItem {
    padding-right: 0;
    background: none;
}

.newsBox span.newsTitle a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.fsc_image,
.pefc_image {
	max-width:70px;
}
#main h1 {
	margin:0 auto 20px auto;
	max-width:1200px;
}
#main ul {
	list-style:inherit;
	margin-left:16px;
}
.tx-sgveneers-pi1 ul,
.tx-sgveneers-pi2 ul {
	margin-left:0 !important;
	list-style:none !important;
}
.sg_listview_item_list,
.sg_category > ul {
	margin-left:25px !important;
}
.tx-indexedsearch .tx-indexedsearch-info.info {
	display:none;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style:normal;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:#000;
	font-weight:600;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-style:normal;
	padding-left:4px;
}
.tx-indexedsearch-res .tx-indexedsearch-res {
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.tx-indexedsearch-res .tx-indexedsearch-res:last-child {
	border:0 none;
}
.tx-indexedsearch-res table tr:nth-of-type(3) {
	display:none;
}
.tx-indexedsearch-res br {
	display:none;
}
#tx_indexedsearch tr {
	display:inline;
}
#tx_indexedsearch input.submit {
	height:30px;
	border:0 none;
	color:#fff;
	background:#000;
	font-weight:400;
	font-size:13px;
}
.tx-indexedsearch-searchbox-sword.sword {
	margin-left:5px;
	border-color:#ddd;
	padding-left:5px;
	font-size:14px;
}
.tx-indexedsearch-searchbox-sword.sword:focus {
	background-color:#fff;
	border-color:#000;
}
.tx-indexedsearch-percent.percent {
	color:#555;
}
header nav .lang {
	position:absolute;
	left:-145px;
	padding-left: 40px;
	min-width: 135px;
}
header nav .lang:hover {
	background-color:#000;
	height:88px;
}
header nav .lang a {
	color:#fff;
	font-size:10px;
}
header nav .lang a:hover {
	text-decoration:underline;
}
header nav .lang .current {
	position:relative;
}
header nav .lang .current:before {
	content: '';
	background: url('../images/languageFlair.png') no-repeat 0 0;
	width: 34px;
	height: 20px;
	position: absolute;
    left: -32px;
    top: 6px;
	-webkit-transition: background-position .5s;
	-moz-transition: background-position .5s;
	-ms-transition: background-position .5s;
	-o-transition: background-position .5s;
	transition: background-position .5s;
}
header nav .lang:hover .current:before {
	background-position: 0 -22px;
}
header nav .lang .current > a {
	background:url(../images/white-arrow-down.png) no-repeat 93% 12px;
	padding:2px 20px 5px 10px;
	display:block;
	width:100%;
}
header nav .lang .current ul {
	display:none;
	margin-right:0 !important;
	position:absolute;
	top:20px;
	width:100%;
	margin-top: 5px;
}
header nav .lang .current ul a {
	padding:0 15px 5px 10px;
}
header nav .lang .current ul li {
	padding-right:0 !important;
	margin-bottom: 2px;
	display: block;
	line-height: 1rem;
}
header nav .lang:hover ul,
header nav .lang .current ul:hover {
	display:block;
}


/*///VENEER PAGER///*/
.veneersPager {
	width:100%;
	position:relative;
	height:310px;
	padding:0 114px;
	max-width:1759px;
	margin:0 auto;
	margin-top:50px;
}
.veneersPager .inner{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.veneersPager .slider-wrap {
	position:absolute;
	left:0;
	top:0;
	height:100%;
    padding:10px;
    height:310px;
}
.veneersPager .slider-wrap .veneer {
	float:left;
	margin-left:20px;
	width:290px;
	height:100%;
	position:relative;
	overflow:hidden;
}
.veneersPager .slider-wrap .veneer.act {
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
}
/*
.veneersPager .slider-wrap .veneer.first {
	margin-left:0;
}
*/
.veneersPager .slider-wrap .veneer:first-child {
	margin-left: 0;
}
.veneersPager .slider-wrap .veneer .image {
	width:100%;
	height:100%;
	overflow:hidden;
}
.veneersPager .slider-wrap .veneer .image img {
	width:100%;
	height:auto;
}
.veneersPager .slider-wrap .veneer .text {
	width:290px;
	height:58px;
	position:absolute;
	bottom:0;
	left:0;
	display: table;
	background-image:-moz-linear-gradient(top, transparent 0%, #000 143%);
	background-image:-o-linear-gradient(top, transparent 0%, #000 143%);
	background-image:-ms-linear-gradient(top, transparent 0%, #000 143%);
	background-image:-webkit-linear-gradient(top, transparent 0%, #000 143%);
	background-image:linear-gradient(top, transparent 0%, #000 143%);
}
.veneersPager .slider-wrap .veneer .text a {
	width:100%;
	/*height:100%;
	display:table-cell;
	vertical-align: middle;*/
	color:#fff;
	padding-left:15px;
    display:block;
    position:absolute;
    bottom:10px;
}
.sg_veneer_carrousel_control,
.veneersPager .pagerNav {
	display:block;
	width:44px;
	height:95px;
	position:absolute;
	top:50%;
	margin-top:-48px;
	background-repeat:no-repeat;
	background-position:center center;
}
.sg_veneer_carrousel_prev,
.veneersPager .pagerNav.prev {
	left:0;
	background-image:url(../images/pagerNavPrev.png);
}
.sg_veneer_carrousel_next,
.veneersPager .pagerNav.next {
	right:0;
	background-image:url(../images/pagerNavNext.png);
}
.veneersPager .pagerNav.disabled {
	opacity:0.5;
}

.sg_options_form .sg_tool_options_row {
	margin-bottom: 40px;
}

.sg_options_form .sg_tool_options_row h2 {
	height: 35px;
	color: #000;
	display: block;
	padding-left: 45px;
	background: url('../images/furnierblaetter.png') left center no-repeat;
	line-height: 35px;
}

.sg_options_form .sg_tool_options_row:first-child h2 {
	background: url('../images/fuegetechniken.png') left center no-repeat;
}

.sg_options_form .sg_tool_options_row:nth-child(3) h2 {
	background: url('../images/drehung.png') left center no-repeat;
}

.sg_options_form .sg_tool_options_row p {
	margin-bottom: 0;
	margin-left: 45px;
}

.sg_options_button {
	border: 1px solid black;
	line-height: 63px;
	width: 100%;
	font-size: 1.2em;
	display: block;
	height: 63px;
}

#sg_tool_print.sg_options_button,
.sg_options_button.anfrage_button {
	padding-top: 0;
	padding-bottom: 0;
}

#sg_tool_print {
	padding-left: 65px;
	background: url('../images/print.png') 20px center no-repeat;
	text-transform: uppercase;
	font-size: 14px;
}

.anfrage_button {
	text-align: center;
	display: none;
}
.sg_gallery {
	overflow:visible !important;
}
.sg_galleryitem:hover {
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
}
.sg_tool_heading {
	position:absolute;
	float:none !important;
	width:auto !important;
	left:300px;
}
header > .container {
	height:100%;
	position:static;
	padding:0 !important;
}
.notVisible * {
	display:none !important;
}

.ig_cookiecheck {
	background: #444;
	z-index: 2000;
}

.ig_cookiecheck_container {
	color: #fff;
	max-width: none;
}

.ig_cookiecheck_container button {
	color: #fff;
	background: #919191;
    font-size: 0.9rem;
    position: relative;
    top: -1px;
}

.newsletter-popup-flag {
	position: fixed;
	right: 15px;
	bottom: 23px;
	border-radius: 100%;
	width: 54px;
	height: 54px;
	background: #198C8C url(../images/mail.png) no-repeat center center;
	background-size: 32px auto;
	z-index: 20;
	border: 0;
	cursor: pointer;
	display: none;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.newsletter-popup-flag.visible {
	display: block;
}

.newsletter-popup-flag:focus {
	outline: 0;
}

.newsletter-popup {
	width: 440px;
	max-width: calc(100% - 30px);
	height: 606px;
	max-height: calc(100% - 20px);
	position: fixed;
	top: auto !important;
	right: 15px;
	bottom: 10px !important;
	left: auto !important;
	transform: none !important;
	z-index: 99999;
}

.newsletter-popup-scroll-container,
.newsletter-popup-content {
	height: 99%;
	max-height: 100% !important;
}

.newsletter-popup iframe {
	border-radius: 10px;
}

.newsletter-popup-close {
	position: absolute;
	right: -15px;
	top: -15px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: transparent url(/typo3conf/ext/sk_fancybox/fancybox/fancybox.png) -40px 0;
	cursor: pointer;
	z-index: 100;
}

.newsletter-popup-scroll-container {
	overflow: auto;
}

.newsletter-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

#callus {
	--call-us-form-header-background:#198c8c;
	--call-us-main-button-background:#0596d4;
	--call-us-client-text-color:#d4d4d4;
	--call-us-agent-text-color:#eeeeee;
	--call-us-form-width:310px;
	--call-us-form-height:330px;
	--call-us-main-button-width: 54px;
	--call-us-font-size:12px;
	position: fixed;
	right: 80px;
	bottom: 23px;
	z-index: 99999;
}

body .cc-revoke, body .cc-window {
	z-index: 100000;
}

.cookieconsent-optout-marketing a {
	display: block;
	position: relative;
}

.cookieconsent-optout-marketing img {
	width: 100%;
}

.cookieconsent-optout-marketing .previewtext {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	padding: 15px;
	font-size: 13px;
	line-height: 1.5;
}

@media (min-width: 400px) {
	.cookieconsent-optout-marketing .previewtext {
		font-size: 16px;
	}
}

@media (min-width: 500px) {
	.cookieconsent-optout-marketing .previewtext {
		padding: 30px;
	}
}

.cookieconsent-optout-marketing .previewtext svg {
	width: 68px;
	height: 48px;
	margin-bottom: 10px;
}

.cookieconsent-optout-marketing .previewtext .ytp-large-play-button-bg {
	fill-opacity: 0.8;
	transition: fill .3s ease;
}

.cookieconsent-optout-marketing a:hover .ytp-large-play-button-bg {
	fill: #f00;
}
