/*
Theme Name: Twenty Seventeen (Benutzerdefiniert)
Description: Twenty Seventeen Child Theme
Author: Matthias Kunert
Author URI: https://asug-services.com/
Template: twentyseventeen
Version: 1.0
*/




@font-face {
	font-family: 'HausmeisterThin';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 100 !important;
	font-style: normal;
}

@font-face {
	font-family: 'HausmeisterExtraLight';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HausmeisterLight';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HausmeisterRegular';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HausmeisterMedium';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HausmeisterSemiBold';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'HausmeisterBold';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HausmeisterExtraBold';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'HausmeisterBlack';
	src: url('fonts/Hausmeister/Hausmeister.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}







@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow/Barlow-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Barlow Light';
	src: url('fonts/Barlow/Barlow-Light.ttf') format('truetype');
}


@font-face {
	font-family: 'Barlow Bold';
	src: url('fonts/Barlow/Barlow-Bold.ttf') format('truetype');
}





article.post-1943 div.panel-content div.wrap {
 max-width: 1980px;
 background: #f5f5f7;
}




/* Hauptnavigation */

div.navigation-top {
	border-top: 10px solid #73C800;
	font-size: 0.95rem;	
}

div.navigation-top a {
	font-family: 'Barlow Light', sans-serif;
}

div.navigation-top ul.sub-menu a {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}



div.navigation-top .wrap {
	max-width: 980px;
}





h1,
h2,
.widget p,
.widget a {
	font-family: 'Barlow', sans-serif;
}

body {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}


/* AGB */

ul.agb li h3 {
	margin: 50px 0;
}
ul.agb ol li {
	margin: 0 0 10px 0;
	padding-left: 10px;
}
ul.agb ol li ol {
	list-style-type: lower-latin;
	padding-right: 0;
}



/* Listen */

.entry-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

.entry-content ul li {
	height: auto;
	padding-left: 44px;
	padding-top: 3px;
}





/* Überschriften auf jeder Beitragsseite */

.entry-title,
.page-title {
	color: #73C800 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	text-align: center;	
} 

.entry-header {
	margin-bottom: 0 !important;
	padding: 0 !important;
}








.site-branding {
	display: none;
}

.panel-image,
.single-featured-image-header img {
	width: 100%;
}





/*
 * Footer
 */
 
footer.site-footer {
	background-image: url("https://www.asug-services.com/wp-content/uploads/2020/11/bg-muster.jpg");
	position: relative;
	margin-top: 40px;
	font-size: 1rem;
}

footer.site-footer:before {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	border-right: 2800px solid transparent;
	border-top: 40px solid #fff;
	top: -40px;
	right: 0;
	position: absolute;
	z-index: 0;
	background-image: url("https://www.asug-services.com/wp-content/uploads/2020/11/bg-muster.jpg");
}

/* Footer-Breite */
footer.site-footer div.wrap {
	max-width: 980px;  /* entspricht Navbar */
	padding: 0.75em 2em; /* entspricht Navbar */
}

/* Footer #1 Wrapper */

.site-footer .widget-column.footer-widget-1:before,
.site-footer .widget-column.footer-widget-1:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.site-footer .widget-column.footer-widget-1:after {
	clear: both;
}

.site-footer .widget-column.footer-widget-1 {
	width: 980px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	
}

.site-footer .widget-column.footer-widget-1 section {
		float:left;
		margin: 10px;
		min-width: 220px;
}



/* Footer #2 */

.site-footer .widget-column.footer-widget-2 {
	width: 100%;
}

.site-footer .widget-column.footer-widget-2 section {
	width: 100%;
	text-align: center;
}







/* Footer: Suchleiste */

section#search-3.widget.widget_search {
	width: 100%;
}

section#search-3.widget.widget_search input {
	font-family: 'Barlow', sans-serif;
	background: #3d3d3d;
	border: 1px solid #4b4b4b;
	color: #fff;
}

button.search-submit {
	background: #73C800;
}

section#search-3.widget.widget_search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4b4b4b;
    opacity: 1;
}

section#search-3.widget.widget_search input::-webkit-input-placeholder {
    color: #4b4b4b;
}

section#search-3.widget.widget_search input::-moz-placeholder {
    color: #4b4b4b;
}

section#search-3.widget.widget_search input:-moz-placeholder {
    color: #4b4b4b;
}

section#search-3.widget.widget_search input::-ms-input-placeholder {
    color: #4b4b4b;
}

section#search-3.widget.widget_search input:-ms-input-placeholder {
    color: #4b4b4b;
}



/* Footer: Textbausteine */

.widget p {
	color: #fff;
}

.widget a {
	color: #fff;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #73C800 !important;
}

.widget ul li {
	border: none;
}

h2.widget-title {
	color: #73C800;
	font-size: 1.00rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
}


/* Footer: "Stolz präsentiert von WordPress" ausblenden */

.site-info {
	display: none;
}

/* Footer: Autor ausblenden in Posts */

div.entry-meta span.byline {
	display: none;
}

/* Footer: Links nicht unterstreichen */

.widget-column a {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}









/*
 * Startseite
 */

.overhang {
	position: absolute;
	top: -50%;
	z-index: 1;	
	color: #fff;
	padding: 10px !important;
}
	

h1.typography-custom-headline,
.entry-title,
.page-title {
	line-height: 1.05;
	font-weight: 600 !important;
	letter-spacing: .004em;
	font-family: 'Barlow', sans-serif;
	display: block;
	color: #111;
	margin-bottom: 8px;

	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	direction: ltr;
	font-style: normal;
}

h1.typography-section-headline,
.entry-content h1 {
	line-height: 1;
	font-weight: 400;
	letter-spacing: .015em;
	font-family: 'Barlow', sans-serif;
    display: block;
    margin-bottom: 20px;
	
	-webkit-font-smoothing: antialiased;
	direction: ltr;
	font-style: normal;	
}
	
h2.typography-custom-tagline {
	line-height: 1.0625;
	font-weight: 600;
	letter-spacing: -.025em;
	font-family: 'Barlow', sans-serif;
	display: block;
	color: #111;

	padding: 0;
			
	-webkit-font-smoothing: antialiased;
	direction: ltr;
	font-style: normal;	
}

h2.typography-section-tagline,
.entry-content h2 {
	line-height: 1.10746;
	font-weight: 600;
	letter-spacing: -.004em;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 20px;
	padding: 0;
	display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;	
	color: #333;
			
	-webkit-font-smoothing: antialiased;
	direction: ltr;
	font-style: normal;	
}

h1.typography-section-headline,
h2.typography-section-tagline {
	text-align: left;
}

h3.typography-subsection-headline {
	line-height: 1.1073;
	font-weight: 500;
	letter-spacing: .012em;
}	







p.typography-section-intro,
.entry-content p {
	line-height: 1.45455;
	font-weight: 300;
	letter-spacing: .016em;
	font-family: 'Barlow', sans-serif;

	
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
		
    -webkit-font-smoothing: antialiased;
	direction: ltr;
    color: #333;
    font-style: normal;		
}


/* Darstellung von Links im Absatz */

p.typography-section-intro a {
	margin-top: .7em;
	color: #0070c9;
    cursor: pointer;

	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}

p.typography-section-intro a:hover {
	color: #0070c9;
	
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}
	




@media screen 
  and (min-device-width: 1200px) { 
	
	h1.typography-custom-headline,
	.entry-title,
	.page-title {
		font-size: 40px !important; /* x */
	}
	
	h1.typography-section-headline,
	.entry-content h1  {
		font-size: 24px; /* x */
	}
		
	h2.typography-custom-tagline {
		font-size: 80px !important; /* x */		
	}
	
	h2.typography-section-tagline,
	.entry-content h2 {
		font-size: 56px;
	}
	
	/* JETPACK */
	h2.portfolio-entry-title {
		font-size: 26px !important;
	}
	/* JETPACK */		
	
	h3.typography-subsection-headline {
		font-size: 26px;
	}	
	
	p.typography-section-intro,
	.entry-content p {
		font-size: 22px !important; /* x */
	}
		
}




@media screen 
  and (min-device-width: 1000px) 
  and (max-device-width: 1200px) { 
  	
	h1.typography-custom-headline,
	.entry-title,
	.page-title {
		font-size: 40px !important;
	}
	
	h1.typography-section-headline,
	.entry-content h1  {
		font-size: 24px;
	}
		
	h2.typography-custom-tagline {
		font-size: 80px;		
	}
	
	h2.typography-section-tagline,
	.entry-content h2 {
		font-size: 72px;
	}
	
	/* JETPACK */
	h2.portfolio-entry-title {
		font-size: 26px !important;
	}
	/* JETPACK */		
	
	h3.typography-subsection-headline {
		font-size: 26px;
	}	
	
	p.typography-section-intro,
	.entry-content p {
		font-size: 25px;
	}
		
}


@media only screen and (max-width: 1068px) {
	
	h1.typography-custom-headline,
	.entry-title,
	.page-title {
		font-size: 34px !important;
	}
	
	h1.typography-section-headline,
	.entry-content h1  {
		font-size: 22px;
	}
		
	h2.typography-custom-tagline {
		font-size: 59px;		
	}
	
	h2.typography-section-tagline,
	.entry-content h2 {
		font-size: 56px;
	}
	
	/* JETPACK */
	h2.portfolio-entry-title {
		font-size: 22px !important;
	}
	/* JETPACK */		
	
	h3.typography-subsection-headline {
		font-size: 22px;
	}	
	
	p.typography-section-intro,
	.entry-content p {
		font-size: 21px;
	}
		
}


@media only screen and (max-width: 735px) {	

	h1.typography-custom-headline,
	.entry-title,
	.page-title {
		font-size: 21px !important;
	}
	
	h1.typography-section-headline,
	.entry-content h1  {
		font-size: 21px;
	}
		
	h2.typography-custom-tagline {
		font-size: 38px;		
	}
	
	h2.typography-section-tagline,
	.entry-content h2 {
		font-size: 31px;
	}
	
	/* JETPACK */
	h2.portfolio-entry-title {
		font-size: 19px !important;
	}	
	/* JETPACK */	
	
	h3.typography-subsection-headline {
		font-size: 19px;
	}	
	
	p.typography-section-intro,
	.entry-content p {
		font-size: 18px;
	}
	
}



/*
 * Panel
 */

.page-one-column .panel-content .wrap {
    max-width: 980px;
}

.post-258 .panel-content .entry-content,
.post-278 .panel-content .entry-content,
.post-317 .panel-content .entry-content,
.post-339 .panel-content .entry-content,
.post-479 .panel-content .entry-content,
.post-2046 .panel-content .entry-content {
	margin: 15% auto 45% auto;	
} 
 
.post-258 .panel-content,
.post-278 .panel-content,
.post-317 .panel-content,
.post-339 .panel-content,
.post-479 .panel-content,
.post-2046 .panel-content {
		
    /* Full height */
    height: 100%; 
	
    /* Create the parallax scrolling effect */
    background-attachment: fixed; /* scroll */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
}


.post-258 h1, .post-258 h2,
.post-278 h1, .post-278 h2,
.post-317 h1, .post-317 h2,
.post-339 h1, .post-339 h2,
.post-479 h1, .post-479 h2 {
	color: #fff;
}


/* Hintergrundbilder */

/* 1. Intro */
.post-258 .panel-content {
	background-image: url('/wp-content/uploads/2018/02/section-banner-11.jpg');	 /* /wp-content/uploads/2017/08/section-banner-02.jpg */
	background-position: center top;			
}

/* 2. Grünpflege */
.post-278 .panel-content {
	background-image: url('/wp-content/uploads/2017/07/section-banner-01.jpg');				
}

/* 3. Kehrmaschine */
.post-2046 .panel-content {
	background-image: url('/wp-content/uploads/2018/01/section-banner-09.jpg');
}

/* 4. Reinigung */
.post-317 .panel-content {
	background-image: url('/wp-content/uploads/2017/10/section-banner-07.jpg');
}

/* 5. Laubberäumung  */
.post-479 .panel-content {
	background-image: url('/wp-content/uploads/2020/11/section-banner-16.jpg-scaled.jpg');
}

/* 6. Winterdienst */
.post-339 .panel-content {
	background-image: url('/wp-content/uploads/2020/11/section-banner-17-1.jpg');
}

/* 7. ASUG kontaktieren */
.post-348 {
	background: #73C800;
}

.post-348 h1,
.post-348 h2,
.post-348 h3,
.post-348 p {
	color: #fff;
}

.home .entry-title {
	display: none;
}



/*
 * Blog
 */

/* Überschriften zu Beiträgen/Blogs nicht unterstreichen */
h2.entry-title a,
div.entry-meta a {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

div.entry-meta {
	padding-bottom: 40px;
}

time.entry-date.published {
	font-weight: 100;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-size: 16px;
}

aside#secondary .widget_recent_entries a,
aside#secondary .widget_categories a {
	color: #000 !important;
}


aside#secondary .textwidget {
	display: none;
}




/*
ul#menu-social-media.social-links-menu:before {
	content: "Folgen Sie uns! ";
	color: #fff;
}
*/

ul#menu-social-media.social-links-menu {
	text-align: center;	
	padding-bottom: 2em;
}

/* Letzte Zeile im  "ASUG - Green Solutions for your Success" zentrieren */
section#text-8.widget.widget_text {
	margin: 0 auto;	
	width: 100%;
}

/* Social Media Menü */
nav.social-navigation  {
	margin: 0 auto;	
	width: 100%;	
}

nav.social-navigation li.menu-item a {
	background: #73C800;
}



.wp-button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	border: 0;
	font-family: "Barlow",sans-serif;
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: none;
	background: #73C800;
	color: #fff;
	
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1) !important;
}

/* Add a rollover background colour but keep the text white */
.wp-button:hover,
.wp-button:focus,
.wp-button:active {
	background: #64B22C;
	color: #fff !important;
	
	box-shadow: none !important;	
}
	
	.wp-button-dark {
		background: #3d3d3d;
	}
	
	.wp-button-dark:hover,
	.wp-button-dark:focus,
	.wp-button-dark:active {
		background: #2c3e50;
	}

input.wpcf7-submit,
div.mc4wp-form-fields input#button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	border: 0;
	font-family: "Barlow",sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: #73C800;
	color: #fff;	
	margin: 0 auto;
}

input.wpcf7-submit :hover,
div.mc4wp-form-fields input#button :hover,

input.wpcf7-submit :focus,
div.mc4wp-form-fields input#button :focus,

input.wpcf7-submit :active,
div.mc4wp-form-fields input#button :active {
	background: #64B22C;
	color: #fff !important;
}

/* Darstellung von Buttons im Plugin Cookie-Notice */
a#cn-accept-cookie.cn-set-cookie.button {
	background: linear-gradient(#42a1ec, #0070c9);	    
    border-color: #07c;
    border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-radius: 4px;	
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Barlow",sans-serif;	
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;		
    line-height: 1.5;
    min-width: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;	
    text-align: center;
    white-space: nowrap;	
}

/* Darstellung von Links im Plugin Cookie-Notice */
div#cookie-notice a.cn-more-info {
	color: #fff;
}


table .w3-table {
	width: 100%;		
}

.w3-table th,
.w3-table td {
    padding: 15px;	
}

.w3-table tr:hover {
	background-color: #f5f5f5;
}


.w3-table tbody tr th {
	color: #fff;
	background-color: #73C800;
}

.w3-table a {
	margin-top: .7em;
	color: #0070c9;
    cursor: pointer;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}

.w3-table a:hover {
	color: #0070c9;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}


