/*Grafische Modifikationen Startseite STK-Rosenheim-Inn	*/
/*© Florian Schnitzer									*/
/*Letzte Änderung: 05.01.2018							*/


/*Kopfgrafik Mobil*/
body{
background-image: url(media-34787601.JPG); 
background-repeat: no-repeat;
background-position:50% 20px;
}
/*Kopfgrafik Klein*/
@media (min-width: 768px) {
body{
background-image: url(media-34787501.JPG); 
background-repeat: no-repeat;
background-position:50% 20px;
}
}
/*Kopfgrafik Mittel*/
@media (min-width: 992px) {
body{
background-image: url(media-34787401.JPG); 
background-repeat: no-repeat;
background-position:50% 20px;
}
}
/*Kopfgrafik Gross*/
@media (min-width: 1200px) {
body{
background-image: url(media-34787701.JPG); 
background-repeat: no-repeat;
background-position:50% 20px;
}
}
/*Logo Erzbistum verbergen*/
.ct_container_hsmall.ct_logo{
opacity: 0;
}
.rowMain{
margin-bottom: 0px;
}
/*Social-Media verbergen News*/
.r2_link_social {
    font-weight: bold;
	  display: none;
}
/*Schriftgröße Überschriften vergrößern*/
.ct_content_outer h1{
font-size:30px;
font-weight:bold;
font-style:italic;
}