@import url(style.menue.css);
@import url(style.content.css);
@import url(headlines.css);
@import url(style.tabellen.css);
@import url(style.links.css);
@import url(facebox.css);
@import url(font-awesome.min.css);
@import url(powermail.css);

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/pt-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/pt-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/pt-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/pt-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/pt-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/pt-sans-v17-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/pt-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/pt-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/pt-sans-v17-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/pt-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/pt-sans-v17-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/pt-sans-v17-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/pt-sans-v17-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/pt-sans-v17-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

* {
	margin:0;
	padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {
	height: auto;
	min-height: 100%;
	margin: 0px auto;
}

#main {
	overflow: auto;
	padding-bottom: 270px;
}  /* Muss genau so hoch sein wie der Footer */

#footer {
	position: relative;
	margin-top: -270px; /* Negativer Wert der Footer-Höhe */
	height: 270px;
	clear: both;
	border-top: solid 3px #013145;
	}

html, body {
	
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
} 

body {
	line-height: 1;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	line-height: 25px;
	color: #666;
	text-align: center;/* for ie5.+*/
	height: 100%; /* this is the key! */
	background: #fff;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* CLEAR FIX */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht f&uuml;r IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht f&uuml;r IE-mac Ende */


#top-wrapper  {
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	z-index: 200;
	background:#fff;
	display: block;
	}

.inner-wrap  {
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	z-index: 2;
	max-width: 1200px;
	display: block;
	}

#top-wrapper.fixed {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.logo-top {
	height: auto;
	width: 60%;
	margin-top: 15px;
	padding: 0px;
	float: left;
	margin-left: 2%;
	display: table;
	}	
	
.top-line{
	width: 100%;
	height: 10px;
	background: #E2E2E3;
	}	

#logo-oben {
    display: table;
    float: right;
    height: auto;
    margin: 2% 2% 0 0;
    padding: 0;
    width: 36%;
    z-index: 2;
}
	

#img-wrapper  {
	width: 100%;
	margin: auto;
	z-index: 3;
	padding: 0px;
max-width: 1200px;
	}


#img-wrapper1 {
	width: 960px;
	height: 50px;
	margin: auto;
	z-index: 3;
	position: relative;
	padding: 0px;
	}

	
.box-image-top {
	/* [disabled]height: 280px; */
	width: 100%;
	background-repeat: repeat;
	text-align: left;
	/* [disabled]float: right; */
	overflow: hidden;
	margin: 0;
	}	

.box-image-start {
	height: 325px;
	width: 650px;
	background-repeat:repeat;
	text-align: left;
	float: right;
	overflow: hidden;
	margin: 20px 40px 0px 20px;
	}	



#menue-wrapper {
	height: 40px;
	width: 960px;
	margin:  17px 0px 0px 0px;
	padding: 0px;
	background-repeat:no-repeat;
	text-align: left;
	color: #fff;
	position: relative;
	z-index: 2;
	float: left;
	}
	

.box-content {
	height: auto;
	width: 670px;
	padding:  0px 0px 0px 0px;
	margin: 20px 30px 45px 35px;
	text-align: left;
	line-height: 25px;
	font-size: 13px;
	float: left;
	}

	
#wrapper-content-zwei{
	width: 100%;
	margin: auto;
	padding: 0px;
	clear: both;
	line-height: 15px;
	z-index: 4;
	max-width: 1200px;
	display: block;
	}

#box-c-zwei-1S {
	height: auto;
	width: 96%;
	padding: 2%;
	margin: 0;
	text-align: left;
	line-height: 25px;
	float: none;
	z-index: 95;
	}	
	
	#box-c-zwei-start {
	height: 50px;
	width: auto;
	padding:  20px 20px 20px 20px;
	margin: 50px 40px 40px 0px;
	text-align: right;
	line-height: 25px;
	font-size: 18px;
	float: right;
	min-height: 50px;
	z-index: 95;
	color: #fff;
	}	
	
	
#wrapper-content-drei{
	height: 90px;
	width: 100%;
	margin: auto;
	padding: 0px;
	position: relative;
	clear: both;
	color: #666;
	font-size: 12px;
	max-width: 1200px;
	}

#wrapper-content-drei2 {
    display: table;
    width: 100%;
}
	
.box-c-drei-1S {
	height: 30px;
	width: 45%;
	padding: 0px;
	margin: 1% 1% 2% 2%;
	text-align: left;
	line-height: 18px;
	float: left;
	display: block;
	}	
/*RIGHT MARKEN*/
.button-marken {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 100%;
    padding: 0;
    position: fixed;
    right: -100px;
    text-transform: uppercase;
    top: 0;
    width: 100px;
    z-index: 9999;
}
.rotate {
  -moz-transform: rotate(-90.0deg);
  -o-transform: rotate(-90.0deg);
  -webkit-transform: rotate(-90.0deg);
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  transform: rotate(-90.0deg);
  background: #013145 none repeat scroll 0 0;
    float: left;
    height: 230px;
    margin: 0;
    padding: 0 19px;
    position: absolute;
    top: 20%;
	white-space: nowrap;
	cursor: pointer;
}

.box-c-drei-2S {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 0 2%;
    width: 96%;
    z-index: 999;
	position: relative;
}
.box-c-drei-2S .csc-textpic-imagerow {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.box-c-drei-2S .csc-default {
    padding: 0 6%;
}
/*END*/

.box-c-drei-3S{
	height: 30px;
	width: 48%;
	padding: 0px;
	margin: 1% 2% 1% 0;
	text-align: right;
	line-height: 18px;
	float: right;
	font-style: normal;
	font-size: 12px;
	display: block;
	}	

#wrapper-content-vier {
	clear: both;
	font-size: 14px;
	height: auto;
	margin: 20px auto;
	padding: 0;
	width: 96%;
	z-index: 9;
	display: table;
}
.box-c-vier-1S {
	width: 250px;
	padding: 0px;
	margin: 0;
	background-repeat: repeat;
	text-align: left;
	line-height: 18px;
	float: left;
	width: 25%;
	}	

.box-c-vier-2S{
	width: 25%;
	padding: 0px 0px;
	margin: 0;
	background-repeat: repeat;
	text-align: left;
	line-height: 18px;
	float: left;
	}	
	
.box-c-vier-3S{
	height: 100px;
	width: 205px;
	padding:  0px;
	margin: 15px 0px 0px 20px;
	background-repeat:repeat;
	text-align: left;
	line-height: 18px;
	float: left;
	font-style:normal;
	}	
	
.box-c-vier-4S{
	width: 50%;
	padding: 0px;
	margin: 0;
	background-repeat: repeat;
	text-align: right;
	line-height: 18px;
	float: right;
	}

		
.box-c-vier-4S a {  
  font-family: "PT Sans", Arial, Helvetica, sans-serif ;
	font-style:normal;	
	font-size: 14px;
	color: #666;
	text-align: right;
	text-decoration: none;
	
  
   }

.box-c-vier-3S a:active {
	font-family: "PT Sans", Arial, Helvetica, sans-serif ;
	color:#333;
	
}
	
.box-c-vier-5S{
	height: auto;
	width: 96%;
	padding: 20px 0 0 0px;
	margin: 1% 2%;
	text-align: center;
	line-height: 18px;
	display: block;
	clear: both;
}

.box-c-vier-5S a {  
	font-size: 12px;
	color: #333;
	text-decoration: underline;
   }

	#wrapper-content-vier h1 {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 14px;
	color: #333;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
   }



.content  dl.csc-textpic-image, dl.csc-textpic-firstcol{
	padding-bottom: 15px;
	padding-right: 15px;
	position: relative;
	}


.randspalte a:link{
	font-size: 12px;
}

#bg{
	height:38px;
	width:100%;
	z-index: -90;
	position: absolute;
	margin-top: 135px;
	}
	
.bg-content{
	min-height: 600px;
	margin-bottom: 0px;
	height: auto;
	margin-left: 0px;
	overflow: auto;
	position: relative;
		}



.footer-shadow  {
	height: auto;
	width: 100%;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	}


.box-top {
	width:960px;
	margin: auto;
	height: 245px;
	}
	


.clear{
	clear:both;
	}

.tx-go-maps-ext img {
    max-width: none;
    width: auto;
}

/* set image max width to 100% */
img, embed, object, video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
}

.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.input-footer {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #E2E2E3;
    color: #666;
    margin: 5px 0 0;
    padding: 2%;
    width: 100%;
}
.input-footer1 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #E2E2E3;
    color: #666;
    margin: 5px 0 0;
    padding: 2%;
    width: 100%;
}

input.submit {
    background-color: transparent;
    border: 1px solid #013145;
    color: #666;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 2%;
    text-align: center;
    width: 100%;
    box-shadow: inset 0 0 0 0 #013145;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
cursor: pointer;
}

input.submit:hover {
    box-shadow: inset 1000px 0 0 0 #013145;
    color: #fff;
}


.input-main1 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #E2E2E3;
    color: #666;
    margin: 5px 0 0;
    padding: 10px;
    width: 69.5%;
}

.input-main {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #E2E2E3;
    color: #666;
    margin: 5px 0 0;
    padding: 10px;
    width: 67.5%;
}

input.submit-main {
    background-color: transparent;
    border: 1px solid #013145;
    color: #666;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 10px;
    text-align: center;
    width: 69.5%;
    box-shadow: inset 0 0 0 0 #013145;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
cursor: pointer;
}

input.submit-main:hover {
    box-shadow: inset 1000px 0 0 0 #013145;
    color: #fff;
}

.gutter-sizer{
	width: 2%;
	}
.two-gutter-sizer{
	width: 2%;
	}
/*2Spaltig*/
#twoCols{
	max-width: 100%;
	display: inline-block;
	width: 100%;
	}
	
#twoCols:after{
	content:'';
	display: block;
	clear:both;
	}
	
#twoCols .grid-item {
  float: left;
  margin-bottom:2%;
}

#twoCols .grid-item,
.two-grid-sizer {
  width: 49%;
  height: auto;
  display: inline-block;
}
/*2Spaltig Liquid*/
#liquidCols{
	max-width: 100%;
	display: inline-block;
	width: 100%;
	}
	
#liquidCols:after{
	content:'';
	display: block;
	clear:both;
	}
	
#liquidCols .csc-default {
  float: left;
  margin-bottom:2%;
}

#liquidCols .csc-default,
.grid-sizer {
  width: 49%;
  height: auto;
  display: inline-block;
}

/*3Spaltig*/
#threeCols{
	max-width: 100%;
	display: inline-block;
	width: 100%;
	}
	
#threeCols:after{
	content:'';
	display: block;
	clear:both;
	}
	
#threeCols .col33 {
  float: left;
  margin-bottom:2%;
}

#threeCols .col33 ,
.three-grid-sizer {
  width: 32%;
  height: auto;
  display: inline-block;
}

/*4Spaltig*/
#fourCols{
	max-width: 100%;
	display: inline-block;
	width: 100%;
	}
	
#fourCols:after{
	content:'';
	display: block;
	clear:both;
	}
	
#fourCols .item {
  float: left;
  margin-bottom:2%;
}

#fourCols .item ,
.four-grid-sizer {
  width: 23.5%;
  height: auto;
  display: inline-block;
}
/*CAR DETAIL*/
.text {
    float: left;
    margin: 2%;
    width: 31%;
}
.carbox h1, .text h1{
	color:#fff;
	    margin: 0;
}
.imagebox {
    float: right;
    max-width: 65%;
}
.carbox {
    display: table;
    width: 100%;
}

.previmage {
    float: left;
    margin-right: 2%;
    width: 31.3333%;
}
.infotextbox1 {
    float: left;
    margin-left: 1%;
   padding: 2%;
    width: 28.3333%;
}
.infotextbox {
    float: left;
    margin-right: 1%;
   padding: 2%;
    width: 28.3333%;
}

.carbox {
    background: #E2E2E3 none repeat scroll 0 0;
    display: table;
    margin-bottom: 20px;
    width: 100%;
	color: #666;
}
.carbox:hover{ background: #013145 none repeat scroll 0 0;
    transition: background 0.3s ease-out; /* explorer 10 */
    -webkit-transition: background 0.3s ease-out; /* chrome & safari */
    -moz-transition: background 0.3 ease-out; /* firefox */
    -o-transition: background 0.3 ease-out; /* opera */
	color:#fff;}

.wrapper-carbox a {
    color: #fff;
}
.wrapper-carbox a:hover{
	color:#fff;
	text-decoration:none;
	}
.col33 .standort, .col33 .getriebe, .col33 .km, .col33 .zulassung {
    display: none;
}
.col33 .searchbox {
    background: #013145 none repeat scroll 0 0;
    padding: 4%;
    width: 100%;
}
.col33 .search-input {
    background: #fff none repeat scroll 0 0;
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 2%;
    width: 100%;
	 border: medium none;
	margin: 0 0 6%;
}
.col33 .search-input {
    background: #fff none repeat scroll 0 0;
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 2%;
    width: 100%;
	 border: medium none;
	margin: 0 0 6%;
}
.col33 .search-input.right{margin: 0 0 6%;}
.col33 .search-submit {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 16px;
    padding: 2%;
    width: 100%;
}
.contentbox h3 {
    color: #fff;
}
.searchbox {
    background: #E2E2E3 none repeat scroll 0 0;
    padding: 2%;
    width: 96%;
}
.searchbox h1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5%;
    text-align: center;
}

.search-input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #666;
    float: left;
    font-size: 15px;
    margin: 0 1% 10px 0;
    padding: 1%;
    width: 49.5%;
}
.search-input.right{
	margin:0 0 10px 0;
	}
	
.search-submit {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 16px;
    padding: 1%;
    width: 100%;
}

.boxheader {
    float: left;
    padding: 2% 2% 0;
    width: 62.6666%;
}

.boxheader h1{
    color:#fff;
}

.paginate li {
    float: left;
    list-style: outside none none;
    width: 20px;
}

.paginate {
    clear: both;
    display: table;
    float: none;
    width: 100%;
}
.paginate ul {
padding : 0;
}
.message-body-ok {
    background: #c5e0c5 none repeat scroll 0 0;
    border: 1px solid green;
    color: green;
    margin: 0 0 20px;
    padding: 2%;
}

.message-body-error {
    background: #f2c1c1 none repeat scroll 0 0;
    border: 1px solid red;
    color: red;
    margin: 0 0 20px;
    padding: 2%;
}
/*IMAGE TOP*/
.box-image-top div.csc-textpic-center .csc-textpic-center-outer {
    float: none;
    right: 0;
}
.box-image-top div.csc-textpic-center .csc-textpic-center-inner {
    float: none;
    right: 0;
}

.box-image-top div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    width: 100%;
}
.box-c-drei-2S .csc-textpic-imagerow {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}



.frame-custom-100 {
    display: none;
}
/*LANDING PAGE*/
.fast-action i {
    background: #3ebe2b none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin: 0 15px 5px 0;
    padding: 5px;
    text-align: center;
    width: 20px;
}

.fast-action i.sms {
    background: #16A6DA;
}

.fast-action i.mail {
    background: gray;
}
.fast-action i.call {
    background: #C61130;
}
.fast-action a {
    color: #666;
    text-decoration: none;
}
.fast-action a:hover {
    color: #ccc;
}

.layout3 .powermail_check_legend {
    opacity: 0;
}

.powermail_fieldwrap.datenschutz {
    width: 70%;
    float: right;
}

/*Carmazoon*/
:root {
  --primary-color: #013145 !important;
  --secondary-color: #fff !important;
  --highlight-color: #258dad !important;
  --rounded-button-corner-radius: 2px !important;
--carmazoon-text:#000 !important;	
}

[data-cmzn24-slot] .ts-params-content,
[data-cmzn24-slot="param"] .ts-resetFilterBtn,
[data-cmzn24-slot] .ts-filter .ts-accordion .ts-accordion-title,
[data-cmzn24-slot="schnellsuche_pkw"] .ts-style-wide.ts-style-wide-modern .ts-filter-row .ts-slider-input-label,
[data-cmzn24-slot="schnellsuche_pkw"] .ts-style-wide.ts-style-wide-modern .ts-filter-row > .ts-column:not(.ts-element-network-switch) .ts-text, [data-cmzn24-slot="schnellsuche_pkw"] .ts-style-wide.ts-style-wide-modern .ts-filter-row > .ts-column .ts-select{
	color: var(--carmazoon-text) !important;
}
[data-cmzn24-slot=details_pkw] .ts-slider-background,
[data-cmzn24-slot=details_pkw] .ts-backup-background {
	background-color:var(--secondary-color);
}

.ts-custom-select-label {
	display: inline-block;
	margin-bottom: 0;
	width: 100% !important;
}

[data-cmzn24-slot="schnellsuche_pkw"] .ts-style-wide.ts-style-wide-modern .ts-filter-row > .ts-column:not(.ts-element-network-switch) .ts-text, [data-cmzn24-slot="schnellsuche_pkw"] .ts-style-wide.ts-style-wide-modern .ts-filter-row > .ts-column .ts-select {
	border: 0.0625em solid #c2c2c2;
	color: var(--carmazoon-text);
	background-color: #fff !important;
}

[data-cmzn24-slot="param"] .ts-listTypeBtn svg {
  width: 50px;
  fill: #333 !important;
  cursor: pointer;
}

[data-cmzn24-slot="resultlist"] .ts-no-hit {
	background-color: #fff !important;
	width: 100%;
	text-align: center;
	padding: 4rem;
	min-height: 100vh;
}

[data-cmzn24-slot] .ts-slider-wrapper .tns-outer, [data-cmzn24-slot] .ts-slider-wrapper .tns-ovh, [data-cmzn24-slot] .ts-slider-wrapper .tns-inner, [data-cmzn24-slot] .ts-slider-wrapper .ts-slider, [data-cmzn24-slot] .ts-slider-wrapper .ts-image-video-wrapper, [data-cmzn24-slot] .ts-slider-wrapper .ts-image-video-wrapper img, [data-cmzn24-slot] .ts-slider-wrapper .ts-mainImage, [data-cmzn24-slot] .ts-slider-wrapper .ts-mainImage img {
	background-color: var(--secondary-color) !important;
}

[data-cmzn24-slot] img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.ts-cmznLogo {
 display:none !important;
}