/* Newsarchiv */

ul.f3-widget-paginator ul li a  {
}

.news-menu-view ul  {
	list-style: none;
}

.news-menu-view ul li {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
	display: block;
	clear: both;
}

.news-menu-view ul li ul li.item  {
	font-weight: normal;
	font-size: 0.8em;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
}

/* Pfarreienfinder */

.tx-pfarreiensuche-pi1 label {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
	width: 120px;
}

.tx-pfarreiensuche-pi1 input {
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tx-pfarreiensuche-pi1 div.clear {
	display: block;
	height: 20px;
}


.tx-pfarreiensuche-pi1 input.submit {
    background: #658B99;
    width: 100px;
    border-color: #fff;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
}


.tx-pfarreiensuche-pi1 table {
	display: block; 
	width: 100%;
	background: #F2F2F2;
    margin: 0 0 30px;
    border-radius: 4px;
    padding: 15px 10px 15px 20px;
}

.tx-pfarreiensuche-pi1 th, .tx-pfarreiensuche-pi1 td  {
	font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
	width: 120px;
}

.tx-pfarreiensuche-pi1 td {
    font-weight: normal;
}


/* Powermail */

/*
.powermail_fieldwrap {
	display: block; 
	clear: both;
	overflow: auto;
	height: auto;
}

.powermail_fieldwrap .powermail_label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 15px;
}

.powermail_fieldwrap  .powermail_field {
	background: #fff;
	width: 400px;
}

.parsley-required {
	color: red;
	list-style: none;
}
*/


/* POWERMAIL 2017 */
.powermail_fieldwrap {
	display: block; 
	clear: both;
	width: 100%;
	overflow: hidden;
}

.powermail_label {
	width: 250px;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
}

.powermail_input, .powermail_textarea  {
	width: 100%;
	display: block;
}











