/*Grafische Modifikationen Startseite STK-Rosenheim-Inn	*/
/*© Florian Schnitzer									*/
/*Letzte Änderung: 09.04.2016							*/


/*Kopfgrafik Mobil*/
body{
background-image: url(media34787101.JPG); 
background-repeat: no-repeat;
background-position:50% 20px;
}
/*Kopfgrafik Klein*/
@media (min-width: 768px) {
body{
background-image: url(media34787001.JPG); 
background-repeat: no-repeat;
background-position:50% 20px;
}
}
/*Kopfgrafik Mittel*/
@media (min-width: 992px) {
body{
background-image: url(media34786901.JPG); 
background-repeat: no-repeat;
background-position:50% 20px;
}
}
/*Kopfgrafik Gross*/
@media (min-width: 1200px) {
body{
background-image: url(media34787201.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;
}
/*Links nur bei Mobilanzeige */
@media (min-width: 768px) {
.ct_content a {
    color: #0081B9;/*#F17600;*/
}
.ct_content_outer a:hover,
.ct_widecontent_outer a:hover,
.ct_content a:hover {
  text-decoration: none;/*underline;*/
}
}
/*Schriftgröße Überschriften vergrößern*/
.ct_content_outer h1{
font-size:30px;
font-weight:bold;
font-style:italic;
}