/*------------------------------------*\
    Top News
\*------------------------------------*/
.topnews {
    width: 100%;
    /*background: #dd7634;*/
	background: #f20000;
    margin: 30px 0;
    padding: 0;
    height: auto;
    display: block;
}

.topnews .pex a,
.topnews h2 a {
    color: #fff;
}

.topnews h2 {
    text-transform: uppercase;
    font-size: 22px;
    float: left;
	border-right: 1px solid #fff;
	width: 165px;
	margin: 0;
	padding: 26px;
	box-sizing: border-box;
	
	color:#FFF;
}

.topnews .sx-slider {
	float: left;
	width: calc(100% - 165px);
}

.topnews .pex {
    float: left;
}
.topnews .pex h3 {
	margin-bottom:0;
	
	display:block;
	padding: 26px 50px;
	
	font-size:22px;
	color:#FFF;
}
.topnews .pex p {
    margin: 0;
}
/*
.topnews .pex a {
	display:block;
	padding: 26px 50px;
	
	font-size:22px;
}
*/

/*------------------------------------*\
    Articlelists
\*------------------------------------*/
.articlelist_2,
.articlelist_1 {
    margin-bottom: 30px;
}

.articlelist_2 {
    float: left;
    width: 66%;
}

.articlelist_1 {
    float: right;
    margin-top: 4px;
    width: 32%;
}

.articlelist_2 h2,
.articlelist_1 h2 {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 25px;
    color: #333;
}

.articlelist_1 h2 a,
.articlelist_2 h2 a,
.references a {
	color: inherit;
}

.articlelist_2 p,
.articlelist_1 p {
    padding: 0 0 10px 0;
    color: #676767;
}

.articlelist_2 ul {
    padding: 0;
}

.articlelist_2 ul li > a,
.articlelist_1 > a {
    text-decoration: none;
}

.articlelist_2 ul li {
    list-style: none;
    margin: 0;
    float: left;
    width: 48.5%;
}

.articlelist_2 ul li:first-of-type {
    margin-right: 3%;
}

article.imgart {
    width: 100%;
    min-height: 220px;
}

article.imgart .image {
	position:relative;
}
article.imgart .image .image-text {
	display:none;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-20px;
	
	font-size:14px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
}
article.imgart img {
    display: block;
    object-fit: cover;
    transition: all 0.2s ease;
}

ul.team article.imgart img {
    height: 200px;
}

article.imgart:hover img {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}
article.imgart:hover .image .image-text {
	display:block;
}

article.imgart h3 {
    padding: 20px 0 0 0;
    font-size: 18px;
	line-height:22px;
	color: #333;
	margin-bottom:3px;
}

/*------------------------------------*\
    HR-Line
\*------------------------------------*/
hr {
    border: none;
    width: 100%;
    height: 1px;
    color: #ddd;
    background-color: #ddd;
    margin-bottom: 50px;
    clear: both;
}

/*------------------------------------*\
    About
\*------------------------------------*/
.about {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.aboutTitle {
    width: 24%;
    float: left;
    margin-right: 10%;
}

.aboutTitle h1 {
    line-height: 110%;
}

.aboutContent {
    width: 66%;
    float: left;
}

/*------------------------------------*\
    Slider
\*------------------------------------*/
.fullwidthbg {
    width: 100%;
    /*margin-top: -16px;*/
}

.fullwidthbg.lightgray {
    background: #EFEFEF;
}

.fullwidthbg.darkgray {
    background: #333;
}

.references {
    padding: 50px 0 50px 0;
}

ul.sx-content li img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.references h2 {
    font-size: 25px;
    text-transform: uppercase;
    width: 70%;
    margin: 0;
    padding: 0 0 40px 0;
    display: inline-block;
}

.slideButtonGroup {
    float: right;
    margin-top: -15px;
}

/* for: &#10092; and &#10093; */
.slideButtonGroup button.button {
    padding: 20px 5px 10px 5px;
    margin-right: 17px;
    font-size: 25px;
    color: #666666;
	display: inline-block;
	border: 0;
	margin: 0;
}

.slideButtonGroup button.button:last-of-type {
    margin-right: 0;
}

/*------------------------------------*\
    Index-Content queries
\*------------------------------------*/
@media only screen and (max-width: 1024px) {
    .topnews h2 {
		width: 148px;
        padding: 20px 15px;
    }
	
	.topnews .sx-slider {
		float: left;
		width: calc(100% - 148px);
	}

    .topnews .pex h3 {
        padding: 20px 35px;
    }

}

@media only screen and (max-width: 900px) {
    .topnews h2,
	.topnews .pex h3 {
		font-size:18px;
    }
}

@media only screen and (max-width: 768px){
	.topnews {
		width:88%;
		margin:0 auto 50px;
	}
	.topnews .pex {
		width: calc(100% - 130px);
	}
	.container.responsive .topnews h2 {
		width:130px;
		padding:15px;
		border-right:1px solid #FFF;
    }
	.topnews .pex h3 {
        padding: 15px 25px;
    }
	
	
    .references h2, .aboutTitle h1 {
        font-size: 18px
    }

    .references .slideButtonGroup {
        font-size: 0.6em;
        margin-top: -10px;
    }

    .container.responsive {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .container.responsive h2 {
        font-size: 18px;
		padding: 5px 0;
		border-right: 0px;
    }
	
    .articlelist_2 ul li {
        width: 49%;
        padding-right: 0;
    }
	
	.articlelist_2 ul li:first-of-type {
		margin-right: 2%;
	}

    .articlelist_1, .articlelist_1{
        width: 100%;
    }

    .articlelist_2 h2, .articlelist_1 h2 {
        margin-top: 0;
        font-size: 1.125em;
    }

    .articlelist_2, .articlelist_1 {
        /*margin-top: -20px;*/
		margin-top:15px;
    }

    .articlelist_1 {
        margin-bottom: 20px;
    }

    .articlelist_2, footer.main .contact {
        margin-bottom: 10px;
    }

    .aboutTitle {
        margin-bottom: 10px;
    }

    .about {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px){
	.topnews {
		display:none;
	}
}

@media only screen and (max-width: 550px) {
    .references h2 {
        width: 55%;
    }
}

@media only screen and (max-width: 500px) {
    .articlelist_2 ul li {
        width: 100%;
        padding-right: 0;
    }
	
	.articlelist_2 ul li:first-of-type {
		margin-right: 0%;
	}
}

@media only screen and (max-width: 400px) {
	ul.sx-content li img {
    height: auto;
}
}


.blog-post {
	margin-bottom:30px;
}

.blog-post h2 {
	margin-bottom:5px;
}
.blog-post h2 > span {
	margin-right:10px;
}
.blog-post h2 > a {
	color:#333;
}

.backtooverview a {
	float:right;
}


@media only screen and (max-width: 620px){
	/*.home .introbackground {
		display:none;
	}*/
	.articlelist_2, 
	.articlelist_1 {
		margin-top:0;
	}
	.articlelist_2 {
		margin-top:10px;
	}
}