﻿/************************************************
 News Publisher
*************************************************/

/* News list */

div.newspublisher-maincontainer {
}

ul.newspublisher {
    margin: 25px 0 10px -39px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

li.newspublisher {
    margin-left: 0px !important;
}

/* Fix ParkingSwiss Layout */
li.newspublisher:before {
	display:none;
}

/* Fix ParkingSwiss Layout End */

div.newspublisher-container {
    background-color: #FFF;
	color:#181819;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
    padding: 0 10px 20px 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

div.newspublisher-container:hover {
    background-color: #FFF;
	color: #045f9f;
    padding: 0 0 20px 10px;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.newspublisher-content {
}

.newspublisher-picture {
    /* border: 1px solid #333; */
    height: 150px;
    width: 200px;
    float: left;
    margin: 4px 18px 8px 0;
    overflow:auto;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

/* Fitalis Special */

.newspublisher-title h3{
	font-family 			: 'Oswald', sans-serif;
	font-size				: 18px; /* 14px */
	font-weight				: 400; /* neu */
	text-align				: left;
	letter-spacing			: 1px; /* 3px */
	margin					: 0 0 10px 0;
	text-transform			: uppercase;
}

.newspublisher-date {
	font-family 			: 'Open Sans', sans-serif;
	font-size				: 12px;
	font-weight				: 400;
	text-align				: left;
	margin					: 0 0 8px 0;
}

/* Single News message */

.newspublisher-news-title {
	padding-bottom:10px;
}

.newspublisher-news-text {
}

.newspublisher-button {
	margin-top:20px !important;
}