/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.1.1551432590
Updated: 2019-03-01 09:29:50

*/
/*
#masthead {
 background-image: url("header hintergrund");
 }

.custom-header {
	background-image: url("logo"); 
	background-position: 55% bottom; 
	background-repeat: no-repeat;
}
.site-content {
 background-image: url("hintergrund content");
 }
 .site-title a {color: #ffcc00;}
 }*/
 .site-title {font-size: 1.2rem;}
.site-content {padding: 5px;}

.entry-content {text-align: justify;}
.widget_text ul {list-style: none;
    			list-style-position: inside;
    			list-style-image: none;
    			list-style-type: none;
    			text-align: justify;}

figure {
     position: relative;
}

html {
	scroll-behavior: smooth; 
}
.jumpto { display: block;
    height: 92px;
    margin-top: -92px;
    visibility: hidden;}

    .anmeldung {
	background-color:#339900;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #99ff99;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:1.3em;
	font-weight:bold;
	padding:17px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	text-align: center;
	box-shadow: none  !important;
	margin: 3px;
}
.anmeldung:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#33cc00;
	box-shadow: none  !important;
}
.anmeldung:active {
	position:relative;
	top:1px;
}

h4.widget-title {font-size: 14px; padding-left: 20px;}


@media only screen and (max-width: 400px) {
	.site-title {font-size: 1.0rem;}
}

.wp-block-image {margin-bottom: 0 !important;}

.blog .site-main > article, .archive .site-main > article, .search .site-main > article {
    padding-bottom: 0.5em !important;
}

.gruen a {color:#22da03 !important;}
.lila a {color: #b94c99 !important;}

body.page-template-template-full-width #content #primary {
	max-width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
    float: none;
    width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 1em; width: 100%; text-align: center;
}