
/* ELEMENTS TO HIDE COMPLETELY */

nav,
#bannerLeaderboard,
#socialMediaButtons,
#content .related,
.subfooter,
#footer,
.meta-nav,
.news-list-browse,
#toTop,
#socialshareprivacy,
.news-single-backlink,
.tt_newsCategorySameType,
.tt_newsRelatedUl,
#c4479, /* tt_news -> 'themenverwandte Artikel' on bottom of single-view*/
.fancybox-overlay,
.companyportalFilterWrapper, /* Lösungsanbieter */
.companyportalCatWrap,
.btn
{
	display: none !important;
}

/* BACKGROUNDS TO HIDE */
#wrapper,
body,
#headerWrapper
{
	background: none !important;
}


/* SIZE ADJUSTMENTS */
#content .row > .col-md-8{
	width: 100% !important;
}


/* REMOVE IMAGES FOR UL/LI AND SET DEFAULT LIST-STYLE INSTEAD */
#content .leftcol ul li{
	list-style: disc !important;
	background: none !important;
}


/* TT_NEWS-ADJUSTMENTS */

/* TYPE-flag in single-view */
.news-single-item .ttnewsTypeFlag{
	padding: 0 !important;
	margin: 0 !important;
}

/* type-flag in list-view */
.news-list-item span.ttnewsTypeFlag, .news-latest-item span.ttnewsTypeFlag{
	display: none !important;
}

/* Author and Date */
.news-latest-container .tt_newsAuthor, .news-latest-container .tt_newsDate, .news-list-container .tt_newsAuthor, .news-list-container .tt_newsDate, .news-single-item .tt_newsAuthor, .news-single-item .tt_newsDate{
	padding-left: 0 !important;
}


/* COMPANY-PORTAL-ADJUSTMENTS */

/* remove padding from logo/data-wrapper-div */
.companyDetailOverview .left{
	padding-left: 0 !important;
}

/* AVOID IMAGES FROM BEING CUT BETWEEN A PAGE-BREAK */
img,
.csc-textpic{
	page-break-inside: avoid !important;
	page-break-before: auto !important;
    page-break-after: auto !important;
}

* {
overflow: visible !important;
}

/* DO NOT PRINT ANY URLS AFTER LINKS */
a[href]::after{
	content: '';
}

body{
	padding-top: 0 !important;
}

#risknetWrapper{
	position: relative !important;
}

.news-footer{
	display: none !important;
}

.alert-autor{
	font-size: 13px;
	padding-left: 0 !important;
}

.alert-autor::before{
	display: none !important;
}

.article .header .col-md-6.col-md-offset-1{
	float: left;
	width: 60%;
	margin-left: 0 !important;
}

.article .header .news-detail-image-col{
	float: left;
	width: 40%;
}

.news-single-item .tt_newsDate, .news-list-container .tt_newsDate, .news-latest-container .tt_newsDate, .top-news-list-content .tt_newsDate, .onecolumn .news-single .tt_newsDate,
.news-single-item .tt_newsAuthor, .news-list-container .tt_newsAuthor, .news-latest-container .tt_newsAuthor, .top-news-list-content .tt_newsAuthor, .onecolumn .news-single .tt_newsAuthor {
	padding-left: 0 !important;
}

#wrapper.onecolumn .news.news-single .header .tt_newsSubheader{
	font-size: 17px;
}

#wrapper.onecolumn .news.news-single .header .news-item-header{
	font-size: 22px;
}

.news-detail-image-col span.ttnewsTypeFlag {
	position: relative !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

#content .leftcol{
	padding-bottom: 0 !important;
}

.alert{
	padding: 0 !important;
	min-height: 0 !important;
}

#wrapper.onecolumn > .container > div:last-of-type{
	margin-bottom: 0 !important;
}

.teaser {
	padding-top: 0 !important;
}

body.down #risknetWrapper{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.main.onecolumn.bottomcontent{
	display: none !important;
}

.ce-center .ce-outer{
	right:auto !important;
}

.ce-center .ce-inner {
	right: auto !important;
	padding: 35px !important;
}

.ce-gallery img.img-responsive{
	max-width: 75vw !important;
}

.csc-textpic-caption{
	max-width: 75vw !important;
}

.btn.btn-default{
	color:#000;
}

