#diagonalClaim {
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100%;
		width: 37.5%;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 0.85);
	}

#diagonalClaim:before {
  content: '';
  position: absolute;
  left: 40%;
  width: 73%;
  height: 194%;
  background-color: rgb(228, 6, 19);
  background-color: rgba(228, 6, 19, 1);
  top: -25%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hugeBannerText {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
}
.whiteFont {
	color:#fff;
}

.bottomText {
	position: relative;
	top: 155px;
	left: 190px;
	width: 41%
}

.hugeBannerText.top{
	position: absolute;
    left: 27px;
    top: 72px;
}
.hugeBannerText.bottom{
	position: absolute;
    right: 68px;
    top: 95px;
}
.bottomText .hugeBannerText{
	position: relative;
	left:90px;
}

.topText {
	position: absolute;
	bottom:165px;
	left:30px;
	width: 41%
}

#sliderContainer {
	height: auto !important;
}
#slider {
	height: auto !important;
}

#primary-nav .lvl_1 > .active > a {
	background: #00665f;
	color: #ffffff !important;
}

.downloadTable th.head7 {
	position: relative;
}
.downloadTable th.head4,
.downloadTable th.head6 {
	width: 1%;
}
.downloadTable th {
	background-color: #6B7785;
	color: #ffffff;
}
.productTable th:not(:first-child),
.productTable td:not(:first-child) {
    border-left: 2px #ffffff solid;
}
.productTable th {
	background-color: #6B7785;
	color: #ffffff;
}
.productTable th:first-child {
	font-weight: bold;
}
.productTable td h3 a:before {
    font: normal normal normal 14px/1 FontAwesome;
	content: "\f0da";
	color: #E40613;
	margin-right: 5px;
}
.productTable td h3 a {
	color: #000000;
}
.productTable td h3 a:hover {
	text-decoration: none;
	color: #E40613;
}

/* mobile-view on 2019.08.20 */
@media screen and (max-width: 767.98px) {
	#sProductKindFilterElem, #sAssortmentFilterElem, #sProductPrevFilterElem {
		width: 100%;
	}

	.productTable th {
		width: 100% !important;
		border: 0 !important;
		border-top: 1px solid #fff !important;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.productTable tr.visible, [data-rowtype="tableheader"] {
		display: flex !important;
		flex-direction: column;
	}
	
	#productresulttableww.productTable tr td:first-child {
		padding-top: 15px;
	}
	
	.productTable tr.currentFilterSelection td {
		flex: 1;
		width: 100%;
		border: 0;
	}
	
	.productTable .productListPreview {
		column-count: 1;
	}
}



.downloadTable th.head7 {
	color: #ffffff !important;
	padding-right: 20px;
	font-weight: bold;
}
.downloadTable th.head7:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 5px;
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url("cht-download-logo.png");
    background-size: cover;
}

/*
@media screen and (max-width: 880px){
	#sliderContainer .caroufredsel_wrapper {
		height: 280px !important;
	}
}
@media screen and (max-width: 780px){
	#sliderContainer .caroufredsel_wrapper {
		height: 250px !important;
	}
}
@media screen and (max-width: 700px){
	#sliderContainer .caroufredsel_wrapper {
		height: 225px !important;
	}
}
@media screen and (max-width: 481px){
	#sliderContainer .caroufredsel_wrapper {
		height: 185px !important;
	}
}
@media screen and (max-width: 370px){
	#sliderContainer .caroufredsel_wrapper {
		height: 160px !important;
	}
}
@media screen and (min-width: 970px){
	#sliderContainer .caroufredsel_wrapper {
		height: 310px !important;
	}
}
*/


@media screen and (min-width: 1024px) and (max-width: 1024px){
	#banner .bottomText {
		left: 213px;
	}
	#banner .topText {
		bottom: 180px;
	}
	#slider .bottomText {
		left: 207px;
	}
}

#diagonalClaim p{
	margin-bottom: 0px;
}

/*
die regeln müssen in main.ccs geändert werden
*/

#logo {
	width:185px;
	height:initial;
}
@media screen and (min-width:1025px){
	#sliderContainer {
		width:960px;
	}
}

#thumbNav {
	left:15px;
	right:initial;
	height: 15px;
}

#slider li {
	height:100%;
}

figcaption:before{
	font-size: 16px;
}


@media screen and (max-width: 1024px) {
	/*
	#diagonalClaim {
		position: absolute;
		right: inherit;
		top: inherit;
		height: 100%;
		width: 100%;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 0.8);
	}

	#diagonalClaim:before {
		content: '';
		position: absolute;
		left: 31%;
		width: 62%;
		height: 223%;
		background-color: rgb(255, 0, 0);
		background-color: rgba(255, 0, 0, 1);
		top: -22%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(55deg);
	}
*/
	#diagonalClaim{
		display:none;
	}

	#footerClaim{
		float: left;
		margin-left: 10px;
	}
	#logo {
		width:120px;
	}
}

@media screen and (max-width: 480px){
		#sliderContainer{
		height:160px;
	}
}

/*
die Klassen/IDs müssen in main.css gelöscht werden
*/
#mapHome {
	display:none;
}


@media (max-width: 767px) { 
	.col2{
		width: 100%;
	}
}



/*
Tab-Widget in Silicone Experts
*/
.tab-container.widget.silicone-expert {
	margin-bottom: 25px;
}
.tab-container.widget.silicone-experts ul.etabs {
	margin-bottom:0 !important;
}
.tab-container.widget.silicone-experts .panel-container { 
	padding:15px 0 0 0;
	background-color:#f5f5f5;
}
.tab-container.widget.silicone-experts .panel-container ul {
	width:100%;
	margin-top:0 !important;
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	margin-bottom:0 !important;
}
.tab-container.widget.silicone-experts .panel-container .txt {
	margin-bottom:0px !important;
}
.tab-container.widget.silicone-experts .panel-container li {
	background-color:transparent;
	list-style:none outside none;
	margin:0 0 1px 0;
	display:inline-table;
	vertical-align:middle;
	width:100%;
}
.tab-container.widget.silicone-experts .panel-container ul li:before {
	content: "\f0c8";
	font-family:FontAwesome;
	margin-left:-1.3em;
	font-size:5px;
	width:14px;
	display:table-cell;
	padding-left:4px;
	height:20px;
	vertical-align:middle;
	color:#E40613;
	position:relative;
	top:-3px;
}
@media screen and (max-width: 1024px) {
.tab-container.widget.silicone-experts .panel-container ul {
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
}
.tab-container.widget.silicone-experts li {
	width:100%;
}
.tab-container.widget.silicone-experts .panel-container li {
	word-break:break-word;
}
}

/*
Slider in Silicone Experts
*/
#sliderContainer.silicone-experts {
    width: 100%;
	margin-left: 0;
	margin-bottom: 13px;
	float: none;
}
#sliderContainer.silicone-experts .sliderContent {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 30%;
    left: 70%;
    z-index: 50;
	padding: 13px 18px;
	background-color: rgba(107,119,133,0.8);
}
#sliderContainer.silicone-experts .sliderContent h2,
#sliderContainer.silicone-experts .sliderContent p {
	color: #fff;
}
#sliderContainer.silicone-experts .sliderContent h2 {
	width: auto;
}
#sliderContainer.silicone-experts #slider li {
    margin-left: 0 !important;
}
#sliderContainer.silicone-experts #thumbNav {
    bottom: 25px !important;
}
@media screen and (max-width: 1024px) {
#sliderContainer.silicone-experts #thumbNav {
    top: 17px;
	left: 5px !important;
}
#sliderContainer.silicone-experts {
	padding-left: 0px;
}
#sliderContainer.silicone-experts .sliderContent {
    float: left;
    position: static !important;
    width: 100% !important;
}
}

/* Cookiebot Anpassungen für CHT */
#CybotCookiebotDialog {
	border: 10px solid rgba(228,6,19,1) !important;
	border-radius: 0px !important;
	width: 100% !important; /* for IE */
	width: calc(100% - 20px) !important; /* for modern browsers */
}

#CybotCookiebotDialog,
#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
	font-family: Arial, sans-serif !important;
}



/*	Two Column Widget Kompetenzprofil 	*/
.tcw-headline {
	background-color: #9AB2C6;
	font-size: 16px;
	padding: 8px 0 8px 8px;
	color: #fff;
	border-bottom: 3px solid #f5f5f5;
}

.two-column-widget {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	display: block;
	background-color: #6b7785;
}

.tcw-tab {
	width: 50%;
	float: left;
	color: #fff;
	display: inline-block;
	margin: 0 !important;
	padding: 8px 0 8px 8px !important;
	font-weight: bold;
	font-size: 13px;
}



.tcw-panel-container {
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px;
}

.tcw-content-column {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

.tcw-content-column-second {
	padding-left: 10px !important;
}

.tcw-content-column ul {
	margin: 0 !important;
	padding: 0 !important;
}

.tcw-content-column ul li {
	list-style: none outside none;
	margin: 0 0 1px 0;
	display: inline-table;
	vertical-align: middle;
	width: 100%;
}

.tcw-content-column ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-left: -1.3em;
	width: 14px;
	display: table-cell;
	padding-left: 4px;
	height: 20px;
	vertical-align: middle;
}

.tcw-content-column ul li a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-top: 2px;
}

.tcw-content-column ul li a:hover {
	color: #E40613;
}