/*=====================================================================*/
/*==          Bildschirm - CSS made by fashionweb.ch                 ==*/
/*==-----------------------------------------------------------------==*/
/*==  Copyright: 2018 Website                                        ==*/
/*==  Author   : fashionweb, CH-5430 Wettingen                       ==*/
/*==             Felix Kuster                                        ==*/
/*==-----------------------------------------------------------------==*/
/*== Erste Version : 01.01.2017 Felix Kuster                         ==*/
/*== Aenderungen   : tt.mm.jjjj was wurde geaendert + Name           ==*/
/*==               : tt.mm.jjjj was wurde geanedert + Name           ==*/
/*=====================================================================*/

.content p {
   margin-top: 20px;
}
.content p:first-child {
   margin-top: 0;
}
.content ul,
.content li {
   font-size: 15px;
   font-weight: 300;
   color: #7f7f7f;
   line-height: 1.6;
   list-style-image: url('../images/cn-dot.png');
   list-style-position: outside;
   margin-left: 10px;
}
.contact-info .info .item p,
.contact-info .info .item h6 {
   font-size : 18px;
   color: #fff;
}
.contact-info .info .item .icon {
	float: left;
	font-size: 48px;
	color: #fff;
}
.dsch {
   font-size: 10px;
   margin-top: 5px;
}
.post .content h2 {
   margin-top: 10px;
}
.min-header {
	height: 20vh;
	background: #023770;
	position: relative;
}

.eupopup-container {
	background-color: rgba(2, 55, 112, 0.9);
	color: #fff;
}
footer {
   background-color: #023770;  
}
.blog .info {
   border-top: 1px solid #023770;
   margin-top: 20px;
   padding-top: 20px;
}
.blog .item .info a {
	color: #023770;
	font-size: 12px;
	margin: 0;
   margin-bottom: 10px;
   display: block;
}
.blog .item .info a:hover {
	color: #000;
}
.nav-link img {
   height: 15px;
   width: 20px;
   margin-top: -5px;
}