/*
Theme Name: icf_theme
Description: Template fuer Initiative Christliche Familie
Author: kunstmedienkultur.com
Author URI: www.kunstmedienkultur.com
*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body{
	margin: 0px;
	padding: 0px;
	color: #1e1e1e;
	background: white;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
}
h1{
	color: #6a6a6a;
	font-weight:300;
	font-style:italic;
	margin-top:10px;
	font-size:1.5em;
}
h2{
	color: #6a6a6a;
	font-weight:200;
	font-style:italic;
	font-size:1.3em;
}
h3{
	color: #6a6a6a;
	font-weight:200;
	font-size:1.1em;
}
h4{
	color: #6a6a6a;
	font-weight:200;
	font-size:1.0em;
}
h5{
	color: #6a6a6a;
	font-weight:200;
	font-size:0.9em;
}
h6{
	color: #6a6a6a;
	font-weight:200;
	font-size:0.8em;
}

blockquote{
	color: #6a6a6a;
	font-weight:300;
	font-size:1.2em;
	font-style:italic;
}
blockquote cite{
	color: #6a6a6a;
	font-style: normal;
	font-weight:300;
	margin-left:20px;
}
cite{
	color: #6a6a6a;
	font-style: italic;
	font-weight:300;
}
#wrapper{
	width: 1024px;
	margin: auto;
	text-align: left;
	background: #fff;
	background-image:url('img/muster.png');
	background-repeat:no-repeat;
	background-position:87% 20px;
}
/*header*/
#header{
	position:relative;
	width:783px;
	height: 130px;
	margin-top:20px;
}
#logo_icf{
	margin-left:20px;
}
#menu_container{
	position:absolute;
	bottom:0px;
	width:754px;	
}
#main_menu{
    display: block;
    float: left;
    margin: 0 auto;
    width: 748px;
    height: 42px;
	font-size:1.2em;
	padding-left:28px;	
}
#main_menu ul,
    div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main_menu a {
	color: #6a6a6a;
    line-height: 41px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
}
#main_menu li,
    div.menu li {	
    float: left;
    position: relative;
}
#main_menu ul ul {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
#main_menu ul ul a{
	display: block;
}

#main_menu ul ul{
	border:1px solid #f7d9da;
	font-size:0.8em;
}
#main_menu ul ul a {
    background: white;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}
#main_menu .nospan span{
	display: none;
}

#main_menu .current_page_item a,
#main_menu .current_page_parent a{
	color: #D2232B;
}
/*
#main_menu .current_page_item a,
#main_menu .current_page_parent a{
	color: #D2232B;
}
*/
#main_menu .current_page_parent ul li a{
	color: #6a6a6a;
}
#main_menu ul li:hover > ul {
    display: block;
}
#main_menu li:hover > a,
#main_menu ul ul :hover > a {
    color: #D2232B;
}
/*main*/
#main{
	width: 723px;
	padding:30px;
	padding-top:10px;
	padding-bottom:0px;
	float: left;
	margin-bottom:30px;
	border-right:1px solid #D2232B;	
}
#nachrichten_slider{
	width:723px;
	height:400px;
	margin-bottom:0px;
}
#nachrichten_main{
	position:relative;
	width:530px;
	height:100%;
	float:left;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.nachrichten_main_title{
	position:absolute;
	bottom:0px;
	background-image:url('img/leiste.png');
	padding-bottom:5px;
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
	width:470px;
}
.nachrichten_main_title h2{
	color:#e9e9e9;
}
.nachrichten_big:hover > .nachrichten_main_title h2, .nachrichten_main_title:hover > h2{
	color:white;
}


.nachrichten_big .wp-post-image{
	visibility:hidden;
}
#nachrichtmain_1 .wp-post-image{
	visibility:visible;
}

#nachrichten_list{
	width:163px;
	margin-right:22px;
	height:100%;
	float:left;
	padding:0px;
}
#nachrichten_list ul{
	list-style:none;
	padding-left:10px;
	
	margin-top:0px;
}
#nachrichten_list ul a{
	text-decoration: none;
	
}
.punkt_leer{
	background-image:url('img/punkt_leer.png');
	background-repeat:no-repeat;
	background-position:right center;
}
.punkt_voll{
	background-image:url('img/punkt_voll.png');
	background-repeat:no-repeat;
	background-position:right center;
}

#nachrichten_list ul li{	
	text-decoration: none;
	color: #6a6a6a;
	height:60px;
	margin-bottom:25px;
}
#nachrichten_list ul li img{
	width:80px;
	height:60px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);	
}
#nachrichten_list ul li span{
	float:left;
	width:130px;
	height:60px;
	padding-top:0px;
	text-align:right;
	margin-right:10px;
	margin-left:-90px;
	
}
#nachrichten_list ul li:hover{
	cursor:pointer;
	color: #D2232B;
	/*background-image:url('img/punkt_voll.png');*/
}
#nachrichten_container{
	margin-top:20px;
	width:665px;
	float:right;
	text-align:right;
	margin-right:-30px;
}
.nachricht{
	width:175px;
	height:350px;
	float:left;
	text-align:right;
	padding-right:20px;
	padding-left:20px;
	border-right:1px solid #D2232B;
}
.nachricht_letzte{
	border-right:0px;
}
.nachrichten_big{
	position:absolute;
}
#content_container{
	width:466px;
	padding:20px 35px;
	float:left;
	background-color:white;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.seperator_border{
	border-top:1px solid #D2232B;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.content_divs{
	border-top:1px solid #D2232B;
	padding-bottom:20px;
	padding-top:20px;
}
.content_divs:first-child{
	border-top:0px solid #D2232B;
	padding-top:0px;
}
.content_divs_berichte, .content_divs_termine{
	border-top:1px solid #D2232B;
	padding-bottom:30px;
	padding-top:30px;
}
.content_divs_termine_uebersicht{
	padding-bottom:15px;
	padding-top:15px;
	
}
.termine_uebersicht_div{
	
}
.termin_zusatz{
	font-style:	italic;
	color:#999999;
}
.termine_uebersicht_date{
	width:44px;
	margin:0 10px;
	font-style:	italic;
	color:#999999;
}
.termine_uebersicht_icon{	
	margin-right:10px;
	width:55px;
	height:55px;
	background-color:gray;
}

.termine_uebersicht_titel{
	width:230px;
	margin:0 10px;
}
.termine_uebersicht_link{
	width:50px;
	margin-left:10px;
}

.content_divs_termine_uebersicht_2{
	padding-bottom:15px;
	padding-top:15px;
	
}

.termine_uebersicht_date_2{
	font-style:	italic;
	color:#999999;
	margin-bottom:5px;
}
.termine_uebersicht_link_2{
	margin-top:5px;
}
.termine_uebersicht_pic_2{
	width:80px;
	height:80px;
	margin-right:15px;
	background: url('img/tl/bild.png') no-repeat center center;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.termine_uebersicht_pic_2_2{
	width:80px;
	height:80px;
	margin-right:15px;
	background: url('img/tl/bild_2.png') no-repeat center center;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}


.termine_pic_akademie{
	background: url('img/tl/tl_icon_akademie_small.jpg') no-repeat center center;
	background: url('img//tl/tl_icon_akademie.jpg') no-repeat center center/100%;
}
.termine_pic_fana{
	background: url('img/tl/tl_pic_fana_small.jpg') no-repeat center center;
	background: url('img//tl/tl_pic_fana.jpg') no-repeat center center/100%;
}
.termine_pic_jufa{
	background: url('img/tl/tl_pic_jufa_small.jpg') no-repeat center center;
	background: url('img//tl/tl_pic_jufa.jpg') no-repeat center center/100%;
}
.termine_pic_stdl{
	background: url('img/tl/tl_pic_stdl_small.png') no-repeat center center;
	background: url('img//tl/tl_pic_stdl.png') no-repeat center center/100%;
}
.termine_pic_fit, .termine_pic_festfamilie{
	background: url('img/tl/tl_pic_fit_small.jpg') no-repeat center center;
	background: url('img//tl/tl_pic_fit.jpg') no-repeat center center/100%;
}
.termine_pic_lbi{
	background: url('img/tl/tl_pic_lbi_small.png') no-repeat center center;
	background: url('img//tl/tl_pic_lbi.png') no-repeat center center/100%;
}
.termine_pic_zurlauf{
	background: url('img/tl/tl_pic_zurlauf_small.jpg') no-repeat center center;
	background: url('img//tl/tl_pic_zurlauf.jpg') no-repeat center center/100%;
}
.termine_pic_kinderseminare{
	background: url('img/tl/tl_pic_kinderseminare_small.jpg') no-repeat center center;
	background: url('img//tl/tl_pic_kinderseminare.jpg') no-repeat center center/100%;
}


.termine_icon_icf{
	background: url('img/tl/tl_icon_icf_klein.png') no-repeat center center;
	background: url('img//tl/tl_icon_icf.png') no-repeat center center/100%;
}
.termine_icon_misc{
	background: url('img/tl/tl_icon_weiterev_klein.png') no-repeat center center;
	background: url('img//tl/tl_icon_weiterev.png') no-repeat center center/100%;
}



.content_divs_berichte:nth-child(2){
	border-top:0px solid #D2232B;
	padding-top:15px;	
}
.content_divs_termine:nth-child(2){
	border-top:0px solid #D2232B;
	padding-top:15px;	
}
#content_container img{
	border:1px solid #D2232B;
	padding:0px;
	margin-right:20px
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
#content_container iframe{
	margin-top:15px;
	margin-left:23px;
	margin-bottom:15px;
}
#weitere_informationen{
	border-top:1px solid #D2232B;
}
#search_content_container,
#nachrichten_content_container,
#single_content_container{
	width:647px;
	margin-left:4px;
	padding:20px 35px;
	float:left;
	background-color:white;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
#nachrichten_content_container,
#single_content_container{
	margin-top:-35px;
}
#search_content_container img,
#nachrichten_content_container img,
#single_content_container img{
	border:1px solid #D2232B;
	margin:0px;
	padding:0px;
}
#search_content_container iframe,
#nachrichten_content_container iframe,
#single_content_container iframe{
	margin-top:15px;
	margin-left:113px;
	margin-bottom:15px;
}
#search_content_container .shashinPhotoGroups,
#nachrichten_content_container .shashinPhotoGroups,
#single_content_container .shashinPhotoGroups{
	margin-left:90px;
}
.datum_nachricht{
	width:94%;
	text-align:right;
	font-size:0.9em;
	font-style:	italic;
	color:#999999;
	font-weight:200;
}
#search_content_container .content_divs:nth-child(2){
	border-top:0px solid #D2232B;
	padding-top:0px
}
#single_fotos_container{
	width:647px;
	margin-left:4px;
	padding:35px;
	float:left;
	background-color:white;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	padding-bottom:40px;
}
#single_fotos_container img{
	border:1px solid #D2232B;
	margin:0px;
	padding:0px;
}
#single_fotos_container iframe{
	margin-top:15px;
	margin-left:113px;
	margin-bottom:15px;
}
#single_fotos_container .shashinPhotoGroups{
	margin-left:90px;
}
#single_fotos_container .content_divs:nth-child(2){
	border-top:0px solid #D2232B;
	padding-top:0px
}
.content_divs_buch h1{
	font-size:1.3em;
}
.content_divs_buch img{
	float:left;
	margin-right:15px;
}
.buch_rezesion{
	margin-bottom:0px;
}
.buch_cat{
	font-style:italic;
	color:#6a6a6a;
}
#back_link_fotos{
	float:right;
}
.shashinPhotoGroups{
	margin-bottom:-53px;
}
.shashinNext{
	font-family: 'Open Sans', sans-serif; Arial, sans-serif;
}
.info{
	margin-bottom:33px;
}
#submenu_container{
	width:175px;
	padding-top:35px;
	padding-right:20px;
	float:left;
	margin-left:-10px;
}
#submenu_container ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
#submenu_container li{
	background-image:url('img/punkt_leer.png');
	background-repeat:no-repeat;
	background-position:right center;
	margin-bottom:15px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:right;
}
#submenu_container a{
	display:block;	
	padding-right:30px;
	color: #6a6a6a;
    text-decoration: none;
    font-weight: normal;	
}
#submenu_container li:hover > a{
    color: #D2232B;
}
#submenu_container .current_page_item{
	background-image:url('img/punkt_voll.png');
}

#submenu_2 ul{
	list-style: none;
    margin: 0;
    padding: 0;	
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #D2232B;
	font-style:italic;
}
#submenu_2 ul li{
	display: inline;
	padding-right: 6px;
	padding-left:6px;
}
#submenu_container .current_page_ancestor{
	background-image:url('img/punkt_voll.png') !important;
}
#submenu_2 .current_page_item a{
	color: #D2232B !important;
}
.link_allgemein{
	margin-right:10px;
}
.link_allgemein_parent{
	color: #D2232B !important;
}
.tages_link_active{
	background-image:url('img/punkt_voll.png') !important;
}
.tages_link_inactive{
	background-image:url('img/punkt_leer.png');
}
/*mediathek*/
.shashinLinkToOriginalPhoto{
	display:none;
}
.radiosendungen img{
	border-width:0px !important;
}
/*tages_container*/
#separator{
	width:845px;
	height:18px;
	background-image:url('img/balken.png');
}
#tages_container{
	height:200px;
	clear: both;
	width:845px;
	margin-left:89px;	
}
#tages_container_content{
	width:845px;	
}
#tagesheiliger{
	width:315px;
	height:130px;
}
.tages_bild{
	width:315px;
	height:130px;
	float:left;
	position:relative;
	margin-top:21px;
	margin-left:71px;
	border:2px solid white;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.tages_title{
	width:295px;
	background-image:url('img/leiste.png');
	position:absolute;
	bottom:0px;
	padding:10px;
}
.tages_title h3{
	margin:0px;
	padding:0px;
	margin-left:10px;
	color:#e3e3e3;
}

.tages_heiliger_bild:hover > .tages_heiliger_title h3, .tages_heiliger_title:hover > h3{
	color:white;
} 
.tages_heiliger_bild{
	background-image:url('img/tages_heiliger.jpg');
}
.tages_evangelium_bild{
	background-image:url('img/tages_evangelium.jpg');
}
.tages_evangelium_bild:hover > .tages_evangelium_title h3, .tages_evangelium_title:hover > h3{
	color:white;
}
/*sidebar*/
#sidebar{
	margin-top:-110px;
	padding:30px;
	padding-right:0px;
	width: 209px;
	float: left;
	border-left:1px solid #D2232B;
	margin-left:-1px;
	margin-bottom:36px;
	padding-top:8px;
}
.field{
	border: 1px solid #aaa;
	height: 25px;
	width:150px;
	padding-left:10px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	color:#6a6a6a;
	margin-right:10px;
	margin-bottom:15px;
	float:left;
}

#searchbutton{
	margin-top:-2px;
}
#newsletter_button{
	text-align:center;
	width:163px;
	margin-top:30px;
	display:block;
	background: #d2232b; /* Old browsers */
	background: -moz-linear-gradient(top, #d2232b 0%, #ae2530 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d2232b 0%,#ae2530 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d2232b 0%,#ae2530 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2232b', endColorstr='#ae2530',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:white !important;
	font-weight: 200;
	font-style: italic;
	font-size: 1.5em;
	padding:15px 10px;
}
#newsletter_button:hover{
	/*background-position:0px -33px;*/
	background: #ae2530; /* Old browsers */
	background: -moz-linear-gradient(top, #ae2530 0%, #d2232b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ae2530 0%,#d2232b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ae2530 0%,#d2232b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae2530', endColorstr='#d2232b',GradientType=0 ); /* IE6-9 */
}

#spende_senden_button{
background:url('img/spende_senden_button.png') no-repeat; 
}
#spende_senden_button:hover{
background-position:0px -33px;
}


#sidebar_vorstellung{
	background-color:white;
	margin-top:20px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	padding:15px;
}
#siegel{
	margin-left:10px;
}
#spenden_button_container{
	margin-top:20px;
}
#spenden_button{
	float:left;
	width:108px;
	height:75px;
	background:url('img/spenden_button.png') no-repeat; 
}
#spenden_button:hover{
	background-position:0px -75px;
}
#paypal_button{
	height:0px;
}
#paypal_button img{
	border-width:0px;
}
.form_birth{
	width:20px;
	margin-right:5px;
}
.form_birth_year{
	width:40px;
}
.short_form{
	width:60px;
}
.long_form{
	width:200px;
}
.red_star{
	color:red;
}
.red_font{
	color:red;
	font-size:0.8em;
}
.bestaetigung_box{
	width:80%;
	margin-right:13%;
	float:right;
}
#bestaetigung_dauer{
	display:none;
}
#bestaetigung_einmalig{
	display:none;
}
.message_success{
	color:green;
}
.message_error{
	color:red;
}
.sidebar_pics img{
	margin:10px;
	margin-left:0px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

/*footer*/
#footer{
	position:relative;
	clear: both;
	height: 265px;
	width:845px;
	border-top:2px dotted #D2232B;
	margin-left:89px;
}
#footer_menu_container{
	width:736px;
	height:300px;
	margin-left:54px;
}
#footer_menu{
	font-size:0.8em;
	margin-top:30px;	
}
#footer_menu a{
	color:#D2232B;	
}
#footer_menu_container ul li a{
	font-size:1.0em;
}
#footer_menu_container ul li ul li a{
	font-size:0.9em;
}
#footer_menu_container ul{
	list-style: none;
	margin:0px;
	padding:0px;	
}
#footer_menu_container ul li{
	float:left;	
	position: relative;
	margin-left:48px;
	margin-right:48px;
}
#footer_menu_container ul li a:hover{
	color: #6a6a6a;
}
#footer_menu_container ul li:first-child{
	margin-left:0px;
}
#footer_menu_container ul li:last-child{
	margin-right:0px;
}
#footer_menu_container ul li:nth-child(4){
	display:none;
}
#footer_menu_container ul li:nth-child(5){
	display:none;
}
#footer_menu_container ul li ul li:nth-child(4){
	display:inline;
}
#footer_menu_container ul li ul li:nth-child(5){
	display:inline;
}
#footer_menu_container ul ul{
	position: absolute;
	left:0px;
	margin-top:20px;
}
#footer_menu_container ul li ul li{	
	clear: both;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	width:80px;
}
#footer_menu_container a{
	text-decoration: none;
    font-weight: normal;
}
#sponsoren_container{
	margin-left:-7px;
	margin-top:40px;
	width:860px;
	height:270px;
}
#berichte{
	width:100%;
	height:20px;
	text-align:center;
	padding-bottom:20px;
}
.aligncenter {
 display: block;
 margin: 0 auto;
}
.navigation{
	position:relative;
}
.slideshowlink{
	display:none;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
}
.wp-caption img{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#schottCanvas{
	margin:auto !important;
	float:left !important;
}
.schott_base{
	width: 152px !important;
}
.schott_data{
	float:left !important;
	width:422px !important;
}
.schott_button{
	width:466px !important;
	margin-bottom:20px !important;
}
.schott_data li{
	width:422px !important;
}
.schott_calsheet{
	display:none;
}
#tagesevangelium_ersatz{
	width:466px;
	height:200px;
	
	margin:auto;
	margin-bottom:20px;
	background:url('img/ev_ersatz.jpg');
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
#tagesheiliger_ersatz{
	width:466px;
	height:200px;
	
	margin:auto;
	margin-bottom:20px;
	background:url('img/heilig_ersatz.jpg');
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.pp_social, .shashinLinkToOriginalPhoto{
	display:none !important;
}
#mail_field{
	display:none;
}

.font_red{
	color:#D2232B;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*Audioliste*/
.field_audio_search{
	border: 1px solid #aaa;
	height: 25px;
	width:150px;
	padding-left:10px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	color:#6a6a6a;
	margin-right:10px;
	float:left;
}
#searchbutton_audiofile{
	float:left;
	margin-top:-2px;
}

.content_container_audioliste{
	padding:20px 20px !important;
	width:496px !important;
}

.audiolist_col_rubrik{
	width:53px;
}
.audiolist_col_thema_ref{
	width:310px;
	margin-right:10px;
}
.content_divs_audiofiles_berichte .audiolist_col_thema_ref{
	width:298px;
}
.audiolist_col_thema_ref div:first-child{
	color: #6a6a6a;
	font-weight: 200;
	font-size: 1.0em;
}
.audiolist_col_thema_ref div:last-child{
	
	font-style:italic;
}
.audiolist_col_datum{
	width:75px;
	margin-right:10px;
}
.audiolist_col_play{
	width:27px;
	height:27px;
	background:url('img/icon_play.png') no-repeat top;
}
.audiolist_col_play:hover{
	background-position:bottom; 
}
.audiolist_col_play a{
	height:27px;
	width:27px;
	display:block;
}
.audiolist_col{
	
}
.content_divs_audiofiles{
	border-top:1px solid #D2232B;
	padding:10px 0;
}
.content_divs_audiofiles:first-child{
	border-width:0;
}

/*image-gallery new*/
figure{
	position:static !important;
}
	

.js-masonry{
	width:465px !important;
	margin:0;
}
.grid-item{
	box-shadow:none !important;
	width:246px !important;
	text-align:center !important;
}
.grid.js-masonry{
	height:auto !important;
}
.grid .thumbnail{
	margin:8px !important;
	height:260px !important;
	
	margin-bottom:0 !important;
	border-bottom:0 !important;
	border:0 !important;
}
.thumbnail.grid-item.images{
	height:216px !important;
	width:216px !important;
}
figure{
	background-color:transparent !important;
}
.lb-details{
	display:none !important;
}
#mygallery .grid .thumbnail{
	height:142px !important;
	margin:13px !important;
}


#mygallery .grid-item{
	box-shadow:none !important;
	width:129px !important;
}


figure .grid-item.albums{
	width:216px !important;
}
.effect-{
	margin-left:0px !important;
	margin-right:0px !important;
}
.cws-pagination span{
	display:none !important;
}

.page-nav a{
	background:none !important;
}
.grid .details{
	padding:5px 5px !important;
}

div.cws-pagination{
	padding-top:0px !important;
}
.page-nav a:hover, li.selected a{
	background:none !important;
	color:#D2232B !important;
	text-shadow: none !important;
	border: 1px solid #D2232B !important;
	-webkit-box-shadow: none !important;
}
.cws-pagination #prev_page, .cws-pagination #next_page{
	display:none !important;
}

img.alignright {float:right; margin:0 0 1em 1em !important}
img.alignleft {float:left; margin:0 1em 1em 0 !important}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

a:link { text-decoration:none; color:#6a6a6a; }
a:visited { text-decoration:none; color:#6a6a6a; }
a:hover { text-decoration:none; color:#D2232B; }
a:active { text-decoration:none; color:#6a6a6a; }
a:focus { text-decoration:none; color:#6a6a6a; }
a img {outline: 0; border: 0;}

#content_container a:link { text-decoration:none; color:#D2232B; }
#content_container a:visited { text-decoration:none; color:#D2232B; }
#content_container a:hover { text-decoration:none; color:#6a6a6a; }
#content_container a:active { text-decoration:none; color:#D2232B; }
#content_container a:focus { text-decoration:none; color:#D2232B; }
#content_container a img {outline: 0; border: 0;}

#content_container .navigation a:link { text-decoration:none; color:#6a6a6a; }
#content_container .navigation a:visited { text-decoration:none; color:#6a6a6a; }
#content_container .navigation a:hover { text-decoration:none; color:#D2232B; }
#content_container .navigation a:active { text-decoration:none; color:#6a6a6a; }
#content_container .navigation a:focus { text-decoration:none; color:#6a6a6a; }
#content_container .navigation a img {outline: 0; border: 0;}

#content_container #submenu_2 a:link { text-decoration:none; color:#6a6a6a; }
#content_container #submenu_2 a:visited { text-decoration:none; color:#6a6a6a; }
#content_container #submenu_2 a:hover { text-decoration:none; color:#D2232B; }
#content_container #submenu_2 a:active { text-decoration:none; color:#6a6a6a; }
#content_container #submenu_2 a:focus { text-decoration:none; color:#6a6a6a; }
#content_container #submenu_2 a img {outline: 0; border: 0;}

/*fotos remove 1st*/
.grid.js-masonry figure:first-child{
	display:none;
}

/*ratings*/
.post-ratings{
	margin-top:15px;
	margin-bottom:10px;
}
.post-ratings img{
	width:16px !important;
	height:16px !important;
	border-width:0 !important;
	-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
}
.column-ratings img{
	width:16px !important;
	height:16px !important;
}

.comment_link{
	position:absolute;
	bottom:18px;
	right:0;
}
.content_divs_audiofiles{
	position:relative;
}
#single_content_container .commentlist img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
}

#single_content_container ol{
	margin:0;
	padding:0;
	list-style-type:none;
}
#single_content_container li{
	margin:0;
	padding:0;
	margin-top:25px;
	margin-bottom:25px;
}

#single_content_container .comment_left{
	width:70px;
	float:left;
}

#single_content_container .comment_right{
	padding-left:100px;
}
#single_content_container .comment_name{
	font-weight:600;
	color:#D2232B;
}
#single_content_container time{
	font-size: 0.9em;
	    font-style: italic;
	    color: #999999;
	    font-weight: 200;
}
#single_content_container .comment-form-comment label{
	display:none;
}
#single_content_container #respond{
	margin-top:20px;
}
#single_content_container textarea{
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    color: #6a6a6a;
	padding:15px;
}

#single_content_container #commentform input[type=text]{
	border: 1px solid #aaa;
	height: 25px;
	width: 150px;
	padding-left: 10px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	color: #6a6a6a;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left:15px;
}
#single_content_container #commentform .comment-form-url{
	display:none;
}
#single_content_container input[type=submit]{
	background-color:#D2232B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:white;
	border:0 none;
	padding:10px 15px;
	font-size:18px;
	font-style: italic;
	cursor:pointer;
}

.single_content_audio .content_divs{
	border-top:0;
}

/*newsletter*/
.tnp-field label{
	font-weight:400 !important;
	padding-left:0 !important;
	font-size:medium !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
}

.tnp-field input[type=submit]{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 200;
	font-style: italic;
	font-size: 1.5em;
	background: #d2232b !important; /* Old browsers */
	background: -moz-linear-gradient(top, #d2232b 0%, #ae2530 99%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d2232b 0%,#ae2530 99%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d2232b 0%,#ae2530 99%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2232b', endColorstr='#ae2530',GradientType=0 ) !important; /* IE6-9 */
}
.tnp-field input[type=submit]:hover{
	background: #ae2530; /* Old browsers */
	background: -moz-linear-gradient(top, #ae2530 0%, #d2232b 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ae2530 0%,#d2232b 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ae2530 0%,#d2232b 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae2530', endColorstr='#d2232b',GradientType=0 ) !important; /* IE6-9 */
	
}
.nl_textbox{
	border-bottom: 1px solid #D2232B;
}

.photonic-google-stream{
	margin-left:20px !important;
}