/*
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: 1.7.1539518320
Updated: 2018-10-14 13:58:40

*/

/* Automatische Silbentrennung */
body {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* Pfeil entfernen */
a.menu-scroll-down 
{
	display: none!important;
}

/* Abstand Startseite */
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {

    margin-bottom: 1.5em;
	text-transform: none; /* Hinzugefügt da es sonst überschrieben wird */

}

/* Verhindern das Titel in Grossbuchstaben angezeigt wird */
.site-title {
    text-transform: none;
}

/* Entfernen des Footes Wordpress */
.site-info {
 visibility: hidden;
 }

/* Titel auf Startseite entfernen */
.panel-content .entry-title { display:none; }

/* Anpassen des Footers (Datenschutz) */
@media screen and (min-width: 48em)
{
	.site-footer .wrap
	{
		max-width: 85%;
	}
}

/* Anpassung des Contens auf den Beitragsseiten */
@media screen and (min-width: 48em)
{
	.site-content .wrap
	{
		max-width: 85%;
	}
}

/* Breite Titel anpassen */
@media screen and (min-width: 48em)
{
	#masthead .wrap 
	{
		max-width: 85%;
	}
}

/* Breite Menu Anpassen */
@media screen and (min-width: 48em)
{
	.navigation-top .wrap 
	{
    	max-width: 85%;
	}
}

/* Breite Frontseite Anpassen */
@media screen and (min-width: 48em)
{
	.page-one-column .panel-content .wrap {
		max-width: 85%;
	}
}

/* Breite Content */
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
 /*margin-left: auto;*/
 /*margin-right: auto;*/
	max-width: 100%;
}


/* Abstand Titel und Menu verkleinern (Nur Startseite)*/
/* @media screen and (min-width: 48em) { */
.panel-content .wrap {
	padding-bottom: 3.5em;
	padding-top: 0em;
	}
/*}*/

/* Abstand Content und nicht Home */
.page:not(.home) #content {
    padding-bottom: 3.25em;
    padding-top: 1em;
}

/*Computer screen */
@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: 1200px;*/
	/*height: 100vh;*/
	height: 30vh;
	/*max-height: 100%;*/
	/*overflow: hidden;*/
	}
}

/* Mobile screen*/
.has-header-image.twentyseventeen-front-page .custom-header {
	/*display: table;*/
	/*height: 300px;*/
	/*height: 75vh;*/
	height: 30vh;
	/*width: 100%;*/
}

/* Computer screen with logged in user and admin bar showing on front end*/
@media screen and (min-width: 48em) {
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: calc(100vh - 32px);*/
	height: calc(30vh - 32px);
	}
}