/* Add here all your CSS customizations */


.thumb-info.secundary .thumb-info-title .thumb-info-type {
    background-color: #4E91D8;
}

p.shorter {
    color: #2D343E;
    font-family: "Oswald",sans-serif;
    font-size: 1.6em;
    margin-bottom: 3px;
    font-weight: 300;
}

body .trans-black {
    position: absolute;
    top: 210px;
    left: 500px;
	background: #000;
	opacity: 0.5;
	color: #fff;
	font-size: 2.1em;
}

body .trans-red {
    position: absolute;
    top: 310px;
    left: 500px;
	background: #000;
	opacity: 0.5;
	color: red;
	font-size: 2.1em;
}


.img-thumbnail {

    background-color: #d8d9db;
    border: 0px solid #d8d9db;
  
}

.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0px 0px;
    padding: 20px 0px;
    position: relative;
	margin-bottom: 40px;
}

h1.lead {
    font-size: 2.8em;
}

.de .home-top,
.en .home-top,
.fr .home-top,
.it .home-top {
	margin-bottom: 0px; 
}

section.v-trec-qualitaet {
	background-color:#2d2d2d; 
	margin-bottom: 30px; 
	padding: 20px 0px 20px 0px;
}

section.v-trec-qualitaet .col-md-2{
	border-right: 1px solid #1e1e1e;
}

section.v-trec-qualitaet .col-md-2.last{
	border-right: none;
}

section.v-trec-qualitaet .col-md-2 img{
	display: block; 
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 992px) {
	section.v-trec-qualitaet .col-md-2{
		width: 50%;
		display:block;
		float:left;
		margin-bottom: 20px;
		border-right: none;
	}
}
	


























