body.tailored-solutions {
	background:#00284d !important;
	color:#ffffff !important;
}

body.tailored-solutions .breadcrump,
body.tailored-solutions .breadcrump a {
	color:#ffffff !important;	
}

body.tailored-solutions .content a {
	color:#fff !important;
}
body.tailored-solutions h1,
body.tailored-solutions h2,
body.tailored-solutions h3 {
	color:#fff;
}
body.tailored-solutions #headimage .slide.corporate {
	background:#fff;
	color:#00284d;
}
body.tailored-solutions #headimage div.headline {
	color:#00284d !important;
}

body.tailored-solutions .sidebox .sideboxtext,
body.tailored-solutions .sidebox .sideboxtext	a {
	color:#00284d !important;
}	

body.tailored-solutions ul#subnav li,
body.tailored-solutions ul#subnav li:hover {
	background:#00284d;
}
body.tailored-solutions ul#subnav li a{
	color:#fff !important;
}
body.tailored-solutions ul#subnav li.active.subnavcaret, body.tailored-solutions ul#subnav li.activefirst.subnavcaret,
body.tailored-solutions ul#subnav li.subnavcaret ul li {
	background-color:#99a9b8;
}

body.tailored-solutions ul#subnav li.subnavcaret {
    background-image: url(../images/icon_subnavcaret_white_inactive.svg) !important;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position-x: 9px;
    background-position-y: 17px;
}

body.tailored-solutions ul#subnav li.active.subnavcaret, body.tailored-solutions ul#subnav li.activefirst.subnavcaret {
	background-image: url(../images/icon_subnavcaret_white_active.svg) !important;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position-x: 9px;
    background-position-y: 17px;
}

body.tailored-solutions .content .navbar-toggle .icon-bar {
    background: #fff;
}

/* Grafik */
.tshoverimg, .tscontent {
	display:none;
}

#tailored-solution-grafik,
#tailored-solution-grafik-tablet{
	position:relative;
	clear:both;
}

#tailored-solution-grafik-tablet {
	margin-bottom:30px;	
}

#tailored-solution-grafik img.tsmapimg,
#tailored-solution-grafik-tablet img.tsmapimg{
    position: relative;
    z-index: 9;
}

#tailored-solution-grafik img.tshoverimg,
#tailored-solution-grafik-tablet img.tshoverimg{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8;
	transition:all 0.5s;
}

#tailored-solution-grafik img.tsbackground,
#tailored-solution-grafik-tablet img.tsbackground{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 7;
}

#tsclean_content {
	display:block;
}

#tailored-solution-grafik.desktop {
	display:block;
}

#tailored-solution-grafik img,
#tailored-solution-grafik-tablet img{
	width:100%;
	height:auto;
}
	
#tailored-solution-grafik-tablet.tablet {
	display:none;
}

#ts_newcontent {
	transition:all 0.5s;
	position:fixed;
	bottom: 20px;
	left:20px;
	width:50px;
	height:50px;
	padding:0;
	height:auto;
	background:#99a9b8;
	z-index:2000;
	border: 1px solid #d9dfe4;
	color:#ffffff;
	visibility:hidden;
	opacity:0;
	cursor:pointer;
}


#ts_newcontent.active {
	visibility:visible;
	opacity:1;
}

@media only screen and (max-width: 768px) {  
	#tailored-solution-grafik.desktop {
		display:none;
	}
	
	#tailored-solution-grafik-tablet.tablet {
		display:block;
	}
}