

.btn-primary {
	background: #f7be0a;
	border-color: #f7be0a;
	color: #1a3c60;
	font-weight: 500;
}
nav.top,
.navbar.shop .main-nav {
	background: #0070ba;
}
header.teaser {
	background: url(/_UPLOAD/custom_inmedias_mandant/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/1/small_1649684996_bg_teaser_2.jpg) no-repeat #0070ba;
	background-size: cover;
	padding-top: 15vh;
	padding-bottom: 21vh;
}



.features {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -60px;
}
.features:after {
	display: none;
}
.features .feature {
	background: #fff;
	border-radius: 5px;
}
.features .feature + .feature {
	border-left: 0;
}
.features .feature:hover {
	background: #1a3c60;
	color: #fff;
}
.features .feature:hover h3,
.features .feature:hover p,
.features .feature:hover i {
	color: #fff;
}

.banner {
	background: #264F77;
}
.banner p {
	color: #fff;
}

main .article-wrapper .list {
	width: 100%;
}
.article-headline h2 {
	border-bottom: 1px solid #ddd;
}
.article-list {
	display: flex;
	flex-wrap: wrap;
}
.article-list .article .image img {
	max-height: 250px;
}
.article-detail .row.flex .image img {
	max-height: 400px;
	margin: 0 auto;
}
.article-detail .row.flex .image a {
	border-bottom: 0;
}

.sidebar li.active a,
.sidebar li a:hover {
	color: #264F77;
}

.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active a:hover {
	background: #264F77;
	border-color: #264F77;
	color: #fff;
} 
.pagination li a:focus, 
.pagination li a:hover {
	background: #f7be0a;
	border-color: #f7be0a;
	color: #264F77;
}

.block.btop {
	border-top: 1px solid #ddd;
}

.news-sidebar .block.category li.active a,
.news-sidebar .block.category li a:hover {
	color: #264F77;
}

ul.partner li img {
	max-height: 80px;
}
footer .widgets a {
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
}
footer .widgets p,
footer .widgets a,
footer .widgets .contact a,
footer .widgets ul.social li a {
	color: #dedede;
}
footer .widgets p.lead,
footer .widgets a:hover,
footer .widgets .contact a:hover, 
footer .widgets ul.social li a:hover {
	color: #dedede;
	text-decoration: none;
}

footer .widgets a.btn-primary:hover {
	text-decoration: none;
}

.searchform_mobil{
	display:none;
}

@media screen and (max-width: 800px) {
	header.teaser {
		background-position: center center;
	}
}

@media screen and (max-width: 768px) {
	header.teaser {
		background-position: center center;
	}
	.navbar .brand > img {
		max-width: 250px;
	}
	.features {
		display: block;
	}
	.features .feature {
		width: 100%;
		display: block;
	}
	.features .feature + .feature {
		margin-top: 15px;
	}
	.article-list .article {
		width: 100%;
	}
	.article-list .article:nth-child(3n+1) {
		clear: none;
	}
	.article-list .article:nth-child(2n+1) {
		clear: both;
	}
	footer .widgets .col-offset-2 {
		margin-left: 0;
	}
	.searchform_mobil{
		display:block;
	}
}

@media screen and (max-width: 420px) {
	header.teaser {
		background-position: center center;
	}
	.navbar .brand > img {
		max-width: 120px;
		margin: 10px 0;
	}
	body.navin .navbar .main {
		top: 78px;
	}
}
@media screen and (max-width: 320px) {
	header.teaser {
		background-position: center center;
	}
	.navbar .brand > img {
		max-width: 90px;
		margin: 15px 0;
	}
}

@media screen and (max-width: 768px) {
	.navbar.shop .main > li + li {
		margin-left: 0;
	}
	.navbar.shop .main-nav .main li.highlight + li.highlight {
		margin-top: 10px;
	}
}


@media screen and (max-width: 992px) {
	.tiles li {
		width: 23%;
	}
	.tiles li a img {
		margin: 0 auto;
	}
	.tiles li:nth-child(5n+1) {
		clear: none;
	}
	.tiles li:nth-child(4n+1) {
		clear: both;
	}
}

@media screen and (max-width: 768px) {
	.tiles li {
		width: 31.3333%;
	}
	.tiles li:nth-child(4n+1) {
		clear: none;
	}
	.tiles li:nth-child(3n+1) {
		clear: both;
	}

	#sub_searchform {
		display: block;
	}

}

@media screen and (max-width: 580px) {
	.tiles li {
		width: 48%;
	}
	.tiles li:nth-child(3n+1) {
		clear: none;
	}
	.tiles li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 420px) {
	.tiles li {
		width: 100%;
		float: none;
		margin: 0;
	}
	.tile li + li {
		margin-top: 10px;
	}
	.tiles li:nth-child(2n+1) {
		clear: none;
	}
}


