/*
Theme Name: stumpp
Theme URI: http://www.stumpp-online.com/
Author: Stumpp
Author URI: http://www.stumpp-online.com
Description: Seebacher-Template
Version: 1.0
Text Domain: stumpp
*/


@font-face {

	font-family: 'Genericons';
    src: url('genericons/font/genericons-regular-webfont.eot');
    src: url('genericons/font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('genericons/font/genericons-regular-webfont.woff') format('woff'),
         url('genericons/font/genericons-regular-webfont.ttf') format('truetype'),
         url('genericons/font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* for screen readers */
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, 
.screen-reader-text:active, 
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* General */

html,
body {
	font-size: 20px;
	color: #636466;
	padding: 0;
	margin: 0;
	min-width: 100vw;
	overflow-x: hidden;
	background-color: #ffffff;
	/*font-family: Futura, Trebuchet MS, Arial, sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: light;
}

html {
	overflow-y: scroll;
}

a {
	color: #636466;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #636466;
	font-weight: bold;
}

a:active,
a:hover {
	color: #636466;
	outline: 0;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 22px;
	margin: 5px 0 10px 0;
}

h3 {
	font-size: 20px;
	margin: 5px 0 10px 0;
}

h4 {
	font-size: 18px;
	margin: 5px 0 10px 0;
}

h5 {
	font-size: 18px;
	margin: 5px 0 10px 0;
}

h6 {
	font-size: 16px;
	margin: 5px 0 10px 0;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/* Header */

header {
	height: 120px;
	min-width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background-color: #636466;
}

header .site-header-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	width: 64%;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

header .site-branding {
	height: 60px;
	width: 240px;
	padding: 21px 10px 19px 7%;
	display: none;
}

header .site-branding .site-title{
	display: none;
}

header .site-branding p.site-description {
	text-align: justify;
	font-weight: 100;
	font-size: 14px;
}

header .header-image {
	width: 65%;
	height: auto;
	margin-top: 22px;
	margin-left: 30%;
	max-width: 300px;
}

header .header-image a {
	width: 100%;
	height: auto;
}

header .header-image a img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1025px) {
	header {
		min-height: 50px;
		height: 120px;
	}
	
	header .header-wrapper {
		max-width: 1100px;
		position: relative;
		margin: 0 auto;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	header .site-header-main {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		width: 100%;
		height: 100%;
	}
	
	header .header-image {
		width: 300px;
		margin-top: 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		height: auto;
		margin-left: 0;
	}
	
	header .header-image a {
		width: 100%;
		max-width: 300px;
	}
	
	header .header-image a img {
		width: 100%;
		max-width: 300px;
		position: absolute;
		bottom: 19px;
	}
	
	header .site-branding {
		display: none;
	}
}

/* Navigation */

header button.menu-toggle {
	width: 48px;
	height: 48px;
	background-color: #636466;
	color: #636466;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 33px/1 'Genericons';
    vertical-align: top;
	overflow: hidden;
	border: none;
}

header button.menu-toggle:before {
	content: '\f419';
	color: #ffffff;
}	

header button.menu-toggle.toggled-on {
	background-color: #ffffff;
	color: #ffffff;
}

header button.menu-toggle.toggled-on:before {
	color: #636466;
}

header .site-header-menu {
	display: none;
}

header .site-header-menu.toggled-on {
	display: block;
	background-color: #636466;
	width: 100vw;
	position: absolute;
	top: 120px;
	z-index: 10;
}

header .main-navigation {
	color: #cfd0d2;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

header .main-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header .main-navigation ul li {
	position: relative;
}

header .main-navigation ul li a {
	display: block;
	color: #cfd0d2;
	font-weight: bold;
	width: 100%;
	padding: 14px 16px;
	text-transform: uppercase;
}

header .main-navigation ul li:hover a {
	color: #ffffff;
}

header .main-navigation ul li:hover ul li a {
	color: #cfd0d2;
}

header .main-navigation ul li ul li:hover a {
	color: #ffffff;
}

header .site-header-menu .sub-menu {
	display: none;
}

header .site-header-menu.toggled-on .sub-menu.toggled-on {
	display: block;
	padding-left: 30px;
	background-color: #636466;
}

header button.dropdown-toggle {
	width: 32px;
	height: 32px;
	background-color: #636466;
	color: #ffffff;
}

header button.dropdown-toggle:before {
	content: '\f431';
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Genericons';
    vertical-align: top;
}

header button.dropdown-toggle.toggled-on:before {
	content: '\f432';
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Genericons';
    vertical-align: top;
}

@media screen and (min-width: 1025px) {
	header .site-header-menu {
		width: auto;
		background-color: transparent;
	}
	
	header .main-navigation > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	
	header .main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 75%;
		height: 60px;
	}
	
	header .main-navigation ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
	}
	
	header .main-navigation ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #cfd0d2;
		font-weight: bold;
		width: 100%;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	
	header .main-navigation ul li:first-child a {
		padding-left: 0;
	}
	
	header .main-navigation ul li ul li:first-child a {
		padding-left: 16px;
	}
	
	header .main-navigation ul li:first-child ul li:first-child a {
		padding-left: 0;
	}

	header .main-navigation li ul.sub-menu {
		display: none;
		z-index: 900;
	}
	
	header .main-navigation li:hover ul.sub-menu {
		display: block;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		position: absolute;
		top: 45px;
		left: 0;
		/*background-color: rgba(255, 255, 255, 0.7);*/
		min-width: 500px;
	} 
	
	header .site-header-menu {
		display: inherit;
		/*margin-left: calc(250px + 5%);*/
	}
	
	header button.menu-toggle {
		display: none;
	}
	
	header button.dropdown-toggle {
		display: none;
	}
	
	header .main-navigation .only-mobile {
		display: none;
	}
}

/* Main */

main {
	display: block;
}

.site-content {
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-content .content-area {
	width: 100%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}

/* Content */

.site-content article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-content .post-thumbnail {
	width: 100vw;
	margin-bottom: 20px;
}

.site-content .post-thumbnail img {
	width: 100vw;
	height: auto;
}

.site-content .sidebar-wrapper {
	display: none;
}

.site-content .entry {
	padding-bottom: 30px;
	line-height: 2.0;
}

.site-content .entry-title {
	font-weight: bold;
	padding: 0 8%;
	margin-bottom: 20px;
}

.site-content .entry-content {
	padding: 0 8%;
	word-wrap: break-word;
	position: relative;
}

.ngg-gallery-thumbnail {
	border: none!important;
}

.site-content .slideshow-wrapper {
	min-width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.site-content .slideshow-wrapper aside.sidebar {
	min-width: 100%!important;
	margin: 0!important;
	height: auto;
}

@media screen and (min-width: 1025px) {
	.site-content article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.site-content .sidebar-wrapper {
		display: block;
		width: 250px;
	}
	
	.site-content aside.sidebar {
		display: block;
		width: 250px;
		margin-top: 60px;
	}
	
	.site-content aside.sidebar ul.menu {
		margin-top: 47px;
		list-style-type: none;
		padding-left: 0;
		text-transform: uppercase;
	}
	
	.site-content aside.sidebar ul.menu li {
		line-height: 1.5;
		margin-bottom: 10px;
	}
	
	.site-content aside.sidebar ul.menu li a {
		color: #636466;
		font-weight: bold;
	}
	
	.site-content aside.sidebar ul.menu li:hover a {
		color: #cfd0d2;
		font-weight: bold;
	}
	
	.site-content .entry {
		max-width: calc(100% - 250px);
	}
	
	.site-content .entry-title {
		padding: 0 5%;
	}
	
	.site-content .entry-content {
		padding: 0 5%;
	}
	
	.site-content .entry-content .ngg-gallery-thumbnail img, 
	.site-content .entry-content .desaturate img {
		background-color: #ffffff;
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: url(images/desaturate.svg#greyscale);
		filter: gray;
		-webkit-filter: grayscale(1);
	}
	
	.site-content .entry-content .ngg-gallery-thumbnail img:hover, 
	.site-content .entry-content .desaturate img:hover {
		-webkit-filter: none;
		        filter: none;
	}
}


/* Footer */

footer {
	width: 100vw;
	min-height: 250px;
	background-color: #636466;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #cfd0d2;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	line-height: 1.5;
}

footer .footer-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

footer .widget-area {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	text-transform: uppercase;
}

footer .widget-area > section:first-child {
	display: none;
}

footer .widget-area > section:last-child ul {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 859px) {
	footer .widget-area > section:last-child ul > li{
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}

footer .widget-area ul {
	list-style-type: none;
}

footer .widget-area ul li a {
	color: #cfd0d2;
}

footer .widget-area ul li a:hover {
	color: #ffffff;
}

footer .widget-area ul li ul li a {
	font-weight: normal;
}

footer .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

footer .contact p {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

footer .contact p a {
	color: #cfd0d2;
	text-transform: none;
}

@media screen and (min-width: 1025px) {
	footer {
		font-size: 14px;
		min-height: 210px;
	}
	
	footer .widget-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc(80% - 530px);
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin-top: 3px;
		min-width: 100%;
	}
	
	footer .widget-area .widget {
		width: 100%;
	}
	
	footer .widget-area section:first-child {
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		display: inherit;
	}
	
	footer .widget-area section:nth-last-child(2) {
		max-width: 235px;
	}
	
	footer .widget-area section:last-child {
		max-width: 90px;
	}
	
	footer .widget-area > section:last-child ul {
		display: initial;
	}
	
	footer .widget-area .dropdown-toggle {
		display: none;
	}
	
	footer .widget-area ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0;
	}
	
	footer .widget-area .menu-hauptmenue-container ul.menu {
		min-width: 625px;
	}
	
	footer .widget-area .menu-zusatzmenue-container ul.menu {
		max-width: 90px;
	}
	
	footer .widget-area ul.menu li {
		padding-right: 1%;
		width: 150px;
	}
	
	footer .widget-area .menu-zusatzmenue-container ul.menu li {
		width: 90px;
	}
	
	footer .widget-area ul.menu li ul.sub-menu {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	footer .contact {
		display: block;
		width: 235px;
		margin-top: 12px;
	}
	
	footer .contact p {
		text-align: left;
		margin: 0;
	}
}