/*
Theme Name: ProLitteris Child Theme
Author: Weblotion Markus Böniger
Author URI: http://weblotion.ch
Version: 1.0
Description: Custom WordPress Child Theme für ProLitteris
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: prolitteris
*/



.home #main a {
    color: #FFF;
    text-decoration: none;
}

.home #main a:hover {
    color: #FFF;
    text-decoration: underline;
}

.home #main .btn-holder a:hover {
    text-decoration: none;
}
/*
.home #main {
	background: url(images/pl_wallpaper_gr_02.jpg) no-repeat #009a43 100% 100%;
	background-size: cover;
	color: #fff;
	padding: 80px 0 91px;
	border:0px solid red;
}
*/

.home-list {
    text-align: center;
    margin: 0px auto;
    max-width: 400px;
    font-size: 14px;
    line-height: 18px;
}

.green-block {
	background: none;
	background-color:#009a43;
	background-size: cover;
	color: #fff;
	padding: 80px 0 91px;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 0px solid #ccc;
	padding: 5px;
	margin-bottom: 22px;
	font-size:10px;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: 10px 0 0;
}

.home #main .btn {
    border-color: #FFF;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0% 0%;
    color: #FFF;
    text-decoration: none;
    width: 225px;
}

.home #main .btn:hover {
	background: rgba(255, 255, 255, 1.0) none repeat scroll 0% 0%;
	color: #009a43;
}
.wpcf7special .wpcf7-list-item{
	margin-left: 0.5em;
    	font-size: 13px;
	display: block;
 	
}

.wpcf7special2  .wpcf7-list-item{
		margin-left: 0.5em;
    		
		display: block;
		margin-right: 0.1em;
		}

a[href^="mailto:"] {
    color: #009a43;
}

#nav .news-block {
    border-top: 0px dotted #3b3b3b !important;
    padding: 26px 0 7px;
}
#nav .same-height {
    max-height: unset;
    top: 0;
    position: relative;
}

.home #nav.same-height.news-section {
	width: 100%;
	position: relative;
	display: flex;
	overflow: visible;
	flex-wrap: wrap;
	max-height: inherit;
	height: auto !important;
	top: 0;
	padding: 0 0px
}

@media only screen and (max-width:992px){
 .copy-block > address {
    padding-top: 28px;
  }
}

@media only screen and (max-width:767px){
 .copy-block > address {
    padding-top: 28px;
  }
}
