/*=====================================================================*/
/*==          Bildschirm - CSS made by fashionweb.ch                 ==*/
/*==-----------------------------------------------------------------==*/
/*==  Copyright: 2017 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           ==*/
/*=====================================================================*/

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	color: #626262;
}
p {
   font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	color: #626262;  
}

.page-title h1 {
	text-transform: none;
	color: #ffffff;
	font-weight: 600;
}
.blog-info h4 {
	font-weight: 600;
	font-size: 18px;
   text-shadow: 1px 1px 20px #000;
}
.blog-info p {
	padding: 0px 0 10px;
	font-size: 16px;
   font-weight: 600;
   text-shadow: 1px 1px 20px #000;
}
.feature-box:hover::before,
.feature-box.active::before {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.feature-box h4 {
	font-weight: 600;
}
.feature-box p {
	font-weight: 400;
   font-size: 16px;
}
.mega-menu .menu-logo {
	padding: 15px 0 10px;
}
.mega-menu .menu-logo > li {
	line-height: 60px;
}
.mega-menu .menu-logo img {
	height: 60px;
}
.menu-bar {
   padding-top: 20px;
}
#main .active a {
   border-left:: 2px solid;
}
.img-responsive {
   max-width: 100%;
}
.img-responsive80 {
   max-width: 80%;
}
.addresss-info li,
.addresss-info li a,
.addresss-info li p,
.addresss-info li i {
	font-size: 18px;
}
.steelblue {
   color: #354a6b;
}
.lightblue {
   color: #4a78c1;
}
.footer h6 {
	font-size: 18px;
}
.section-title-small {
	margin-bottom: 0;
	position: relative;
}

.entry-content ul {
   margin-left: 40px;
}

ul.downloads {
   list-style-type: none;
   margin-left: 0;
}
ul.quick-links {
   list-style-type: none;  
}
.quick-links li {
   color: rgba(255,255,255,0.5);
   margin-bottom: 15px;
}
.quick-links li a {
   font-size: 18px;
   color: rgba(255,255,255,0.5);
}

.entry-content a {
   color: #354a6b;
}
.entry-content a:hover {
   color: #4a78c1;
}
p.stichworte {
	border-right: 6px solid #354a6b;
	padding-right: 20px;
}
p.stichworte2 {
	border-left: 6px solid #354a6b;
	padding-left: 20px;
}
.lg-mb-50 {
	margin-bottom: 50px !important;
}
.unsee {
   display: none !important;
}
@media(max-width:991px) {
   .mega-menu { min-height: 60px; }
   .mega-menu .menu-logo > li > a { padding: 0; }
   .mega-menu .menu-logo { padding: 5px 0 10px !important; }
   .mega-menu .menu-logo img {height: 40px;}
}