/*
.trenner{
  position: relative;
  width: 100%;
  z-index: 10000;
  background: url("../../../images/scv/trenner.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);	
}
*/

.divider-icon-bottom {
	position: absolute;
	bottom: 0px;
    background-image: url(../../../images/scv/trenner110white.png);
	background-repeat: no-repeat;
}

.divider-icon-top{
position: relative;
	top: -30px;
    background-image: url(../../../images/scv/trenner-top110white.png);
    background-repeat: no-repeat;
    background-size: cover;    
    width: 100%;    
	height: 110px;
	z-index: 900;
    width: 100%;
}

.uk-navbar, .uk-breadcrumb {
  transform: rotate(-1.9deg) !important; /* Equal to rotateZ(45deg) */
}

.uk-breadcrumb {
padding-top: 60px !important;
}

.tm-main{
position: relative;
	top: -30px;
    background-image: url(../../../images/scv/trenner-top110white.png) !important;
    background-repeat: no-repeat;
   
    width: 100%;    
}

.content-category, .uk-article, .uk-panel-body {
	padding-bottom: 60px;
	padding-top: 60px !important;
}

.login_module_links, .tm-toolbar-default a{
	color: #3d3d3d !important;
}

