.home-template .home-header h2{
	font-size: 48px;
    font-weight: 700;
	color: #27519a;
}

.home-template .home-header p{
	color: #27519a;
	font-weight: 600;
}

.home-template .home-header{
	background-color: #e7e7e7;
}

.home-template .home-header .col-md-8{
	padding: 50px 25px;
}

section.home-header{
	position: relative;
}

.home-template .home-header .col-md-4 *{
	width: 100%;
    height: 100%;
	max-width: 644px;
    float: right;
}

@media screen and (min-width: 992px){
	.home-template .home-header .col-md-4{
		position: absolute;
		right: 0;
		padding-right: 0;
		width: 39%;
		height: 100%;
	}
}

@media screen and (max-width: 991px){
	.home-template .home-header .col-md-4{
		width: 100%;
		padding: 0;
	}
}

.no-padding{
	padding: 0;
}

/*SLIDER*/
.carousel-caption-double p{
	line-height: 20px;
	margin-bottom: 0;
}

.carousel-caption-double{
	background-color: #e7e7e7;
    padding: 10px 70px 25px 70px;
	height: 100%;
}

.carousel .item.previtem{
	display: block;
}

.carousel-caption-double h3{
	font-weight: 700;
    color: #27519a;
}

a.left.carousel-control.carousel-double,
a.right.carousel-control.carousel-double{
	display: block;
}

.two-slider.carousel .item.active .col-sm-6:first-child{
	border-right: #b0b0b0 solid 4px;
}

.two-slider.carousel .item img{
	height: 200px;
}

.col-sm-7.col-xs-12.blue-border .item .col-sm-6{
	height: 450px;
}

span.glyphicon.glyphicon-chevron-right,
span.glyphicon.glyphicon-chevron-left{
	opacity: 1;
    color: transparent;
    text-shadow: none;
}

a.right.carousel-control.carousel-double,
a.left.carousel-control.carousel-double{
	opacity: 1;
    height: 93px;
}

.glyphicon-chevron-left:before{
	background: url(https://www.copytrend.ch/fileadmin/media/img/slider/icons/pfeil_links.png) no-repeat left;
}
.glyphicon-chevron-right:before{
	background: url(https://www.copytrend.ch/fileadmin/media/img/slider/icons/pfeil_rechts.png) no-repeat right;
}

@media screen and (max-width: 1199px) and (min-width: 992px){
	.carousel-caption-double{
		min-height: 250px;
	}
}

@media screen and (min-width: 1200px){
	.carousel-caption-double{
		min-height: 150px;
	}
}

@media screen and (min-width: 768px){
	.carousel-double.carousel-control .glyphicon-chevron-left,
	.carousel-double.carousel-control .icon-prev{
		margin-left: -60px;
	}
	
	.carousel-double.carousel-control .glyphicon-chevron-right,
	.carousel-double.carousel-control .icon-next{
		margin-right: -60px;
	}
}

@media screen and (max-width: 991px){
	.blue-border .carousel .item{
		max-height: 1000px;
	}
	
	.carousel-inner .item .odd{
		border-right: none;
		border-bottom: #b0b0b0 solid 4px;
	}
	
	.home-header .row{
		margin-right: 0;
		margin-left: 0;
	}
}

/*NEWS GRID*/
.news-grid p,
.news-grid h3,
.news-grid a{
	color: #222;
}

.news-grid{
	margin-top: 35px;
	background: #e7e7e7;
}

.news-grid h3{
	font-weight: bold;
}

.news-grid .csc-textpic-text{
	padding: 10px 32px;
}

/*GRID*/
.blue-border{
	border-right: #27519a solid 6px;
}

@media screen and (min-width: 992px){
	.col-md-6.col-xs-12.news-grid.pull-left,
	.col-md-6.col-xs-12.news-grid.pull-right{
		width: 47%;
	}
	
	.col-md-4.col-xs-12.news-grid.pull-left,
	.col-md-4.col-xs-12.news-grid.center-mid,
	.col-md-4.col-xs-12.news-grid.pull-right{
		width: 32%;
	}
	
	.col-md-4.col-xs-12.news-grid.center-mid{
		display: block;
		margin: 35px 2% 0 2%;
	}
}

@media screen and (max-width: 991px){
	.blue-border{
		border-right: none;
		border-bottom: #27519a solid 6px;
	}
}


/*IMAGES*/
@media screen and (max-width: 767px){
	.home-template .media.media-inline .pull-left img{
		width: 100%;
		padding: 0;
		margin-top: 0;
	}

	.home-template .media.media-inline .pull-left{
		width: 100%;
		padding-right: 0;
	}
}