/*
Theme Name:   Twenty Seventeen Child
Description:  Twenty Seventeen Child Theme
Template:     twentyseventeen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentyseventeenchild
*/

body {
	font-family: Verdana, sans-serif;
}
.header_info_box { 
	position:fixed;
	top: 10%;
	right:20%;
	z-index:1;
  background-color: #a41916;
  display: block;
  padding: 50px;
  border-radius: 50%;
  color: white;
	text-align:center;
	width:250px;
	height:250px;
}
@media screen and ( max-width: 48em ) {
	.header_info_box {
display:none;
	}
}
.panel-content {
	z-index:2;
	background-color: white;
}
.site-branding {
margin-bottom: 72px;
background-color: rgba(255,255,255,0.4);
}
.site-title {
	font-family: Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2em;
}
.wrap {
	padding-top:20px;
}
.site-info {
	padding-top: 36px !important;
	padding-left: 53px
}
.entry-content a:hover, .entry-content a:active, .entry-content a:focus, .site-info a:hover, .site-info a:active, .site-info a:focus, .yarpp a:hover {
	box-shadow:none !important;
	text-decoration:underline;
	color:rgb(164, 25, 22);
	opacity:0.9;
}
.entry-content a, .yarpp a {
	box-shadow:none !important;
	text-decoration:underline;
	border: none !important;
}
.site-info a {
	box-shadow:none !important;
}
.site-title {
    font-size: 3.25rem
}
.site-footer .widget-column.footer-widget-1 {
	width: inherit;
}
.single-featured-image-header {
	display:none;
}
.social-navigation {
	width: 15%;
	margin-left: 5%;
	margin-top: 0.5em;
	margin-right: 10%;
}
.yarpp-related h3 {
	text-transform:none !important;
}
.site-info span {
	display: none;
}
.site-footer .widget-column.footer-widget-2 {
    float: right;
    width: 100%;
}
.wp-block-columns {
	margin-bottom: 0 !important;
}
/*Kalender*/
.ics-calendar-title {
	display:none;
}
.layout-month .events, .layout-list .events {
	background-color: #303470;
  color: white;
}
.layout-list .events {
	padding: 1px 4px;
}
.ics-calendar .layout-list dl.events dt.time {
	padding-top: 0;
}
.ics-calendar-month-wrapper thead {
display: none;	
}
.layout-list h3 {
	font-size: 1.1em;
}
.layout-list h4 {
	font-size: 0.9em;
}
.layout-list .events {
	font-size: 0.8em;
}
