/* 
Theme Name:		 pc-theme
Theme URI:		 
Description:	 pc-theme is a child theme of ColorMag
Author:			 
Author URI:		 
Template:		 colormag
Version:		 1.0.0
Text Domain:	 pc-theme
*/


#masthead, footer {display:none!important;}


.home #main{
	min-height: 600px;
	/*background-image:url(./img/Startseite-Hintergrund.jpg);
	background-size:cover;*/
	background:lightgrey;
		
}

.home .inner-wrap {
max-width:90%!important;
}

/*Dont show title on frontpage*/
.home .entry-title {
	display:none;
}

/*Headings on frontpage*/
.home h1, .home h2, .home h3 {
	text-shadow: 2px 2px darkgrey;
	font-size:38px;
	font-weight:bold;
	}
@media(min-width:1279px) {
	.home h1 a , .home h2 a, .home h3 a {
		display:block;
		height:100px;
	}
	.home h1.h-list a , .home h2.h-list  a, .home h3.h-list a {
		display:inline;
	}
	/*Styles for separator on frontpage*/
	.home hr {
		margin:0px;
	}
	.home .wp-block-columns {
		padding-top:15px;
		margin-bottom:-1px;
	}
}
/*Text on frontpage*/
.home p , .home a{
	font-size:20px;
	text-shadow: 2px 3px 4px #444444;
	font-weight:bold;
	color:#111111;
}
.home .a-grey a{
	color:#777;
}

/*Styles for Cookie Banner*/
.home #cookie-law-info-bar a {
	font-size:15px;
	color:white;
	text-decoration:underline;
	text-shadow:none;
	font-weight:regular;
}
/*Styles for widgets on frontpage*/
.home .news .widget-title, .home .aktuell .widget-title, .home .in_der_diskussion .widget-title, .home .medien .widget-title, .home .news .widget-title a, .home .aktuell .widget-title a, .home .in_der_diskussion .widget-title a, .home .medien .widget-title a{
		color:white;
		background-color:grey;
		padding:5px;
		height:auto;
		font-size:32px;
	}
.home .news a:hover, .home .medien a:hover, .home .in_der_diskussion a:hover, .home .aktuell a:hover {
text-decoration:underline;
}
.home .news .more-link, .home .medien .more-link, .home .in_der_diskussion .more-link, .home .aktuell .more-link{
display:none;
}
.home .news, .home .medien, .home .in_der_diskussion, .home .aktuell {
		border: solid 1px white;
		background-color: lightgrey;
}
@media(min-width:1279px) {
	.home .news, .home .medien, .home .in_der_diskussion, .home .aktuell {
		margin-top: -31px;
		min-height:300px;
	}

	.home .pcnews_widget, .home .pcmedien_widget, .home .pcin_der_diskussion_widget, .home .pctermin_widget {
		margin-bottom:0px;
	}
	.home .news li, .home .medien li, .home .in_der_diskussion li, .home .aktuell li{
	font-size:110%;
}
}
.home .news li, .home .medien li, .home .in_der_diskussion li, .home .aktuell li{
	padding:5px;
}