/*
Theme Name: stumpp
Theme URI: http://www.stumpp-online.com
Author: Stumpp
Author URI: http://www.stumpp-online.com
Description: Astrid Bohmann-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;

}

@font-face {
	
	font-family: 'Skia';
	src: url('fonts/Skia.ttf') format('truetype');
	
}

/* 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: #605f5e;
	padding: 0;
	margin: 0;
	min-width: 100vw;
	overflow-x: hidden;
	background-color: #f3f3f3;
	/*font-family: 'Skia', Futura, Trebuchet MS, Arial, sans-serif;*/
	font-family: 'Skia', sans-serif;
	/*font-weight: light;*/
	font-weight: normal;
}

html {
	overflow-y: scroll;
}

a {
	color: #605f5e;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #605f5e;
	font-weight: bold;
}

a:active,
a:hover {
	color: #8ab61e;
	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: transparent;
}

header .header-wrapper {
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

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: auto;
	max-width: 100%;
	position: relative;
	-ms-flex: 1 0 auto;
	flex: 1 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: 260px;
	height: auto;
	margin-top: 10px;
	margin-right: 8%;
	max-width: 70%;
}

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;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	}
	
	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: 260px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		height: auto;
		margin: 0;
		height: auto;
		/*box-shadow: 4px -52px 17px #111111;*/
	}
	
	header .header-image a {
		width: 100%;
		max-width: 260px;
		height: auto;
	}
	
	header .header-image a img {
		width: 100%;
		max-width: 260px;
		position: absolute;
		bottom: 10px;
		z-index: 100;
		height: auto;
		/*box-shadow: 4px 15px 13px #111111;*/
	}
	
	header .site-branding {
		display: none;
	}
}

/* Navigation */

header button.menu-toggle {
	width: 48px;
	height: 48px;
	background-color: #f3f3f3;
	color: #f3f3f3;
	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: #605f5e;
}	

header button.menu-toggle.toggled-on {
	background-color: #605f5e;
	color: #605f5e;
}

header button.menu-toggle.toggled-on:before {
	color: #f3f3f3;
}

header .site-header-menu {
	display: none;
}

header .site-header-menu.toggled-on {
	display: block;
	background-color: #f3f3f3;
	width: 100vw;
	position: absolute;
	top: 120px;
	z-index: 100;
}

header .main-navigation {
	color: #605f5e;
	-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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .main-navigation ul li a {
	display: block;
	color: #605f5e;
	font-weight: bold;
	max-width: 100%;
	padding: 14px 7px;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: calc(100% - 86px); /* 86px=54px+2*16px */
}

header .main-navigation ul li.current_page_item a {
	color: #8ab61e;
}

header .main-navigation ul li ul li a {
	width: 100vw;
}

header .main-navigation ul li:hover a {
	color: #8ab61e;
	background-color: #f3f3f3;
}

header .main-navigation ul li ul li a, header .main-navigation ul li:hover ul li a {
	color: #f3f3f3;
	background-color: #605f5e;
}

header .main-navigation ul li ul li:hover a {
	color: #8ab61e;
	background-color: #f3f3f3;
}

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: #605f5e;
}

header button.dropdown-toggle {
	width: 54px;
	height: 54px;
	background-color: #f3f3f3;
	color: #605f5e;
	/*position: relative;
	top: -55px;
	right: calc(54px - 100%);
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;*/
}

header button.dropdown-toggle:before {
	content: '\f431';
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'Genericons';
    vertical-align: top;
}

header button.dropdown-toggle.toggled-on:before {
	content: '\f432';
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/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: 99%;
		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: #605f5e;
		font-weight: bold;
		width: 100%;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	
	header .main-navigation ul li:hover a {
		color: #8ab61e;
		background-color: #f3f3f3;
	}

	header .main-navigation ul li:hover ul li a, header .main-navigation ul li ul li a {
		color: #605f5e;
		background-color: #f3f3f3;
	}

	header .main-navigation ul li ul li:hover a {
		color: #8ab61e;
		background-color: #f3f3f3;
	}
	
	header .main-navigation ul li:first-child a {
		padding-left: 0;
	}
	
	header .main-navigation ul li ul li:first-child a {
		padding-left: 7px;
	}
	
	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;
	}
}

/* Language Menu */
header .site-language-menu {
	position: relative;
	margin: 0 auto 20px auto;
}

header .site-language-menu a {
	font-weight: 300;
}

header .site-language-menu .language-changer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*
header .site-language-menu .language-changer ul li > a {
	display: none;
}
*/
header .site-language-menu .language-changer ul li ul li > a{
	display: block;
}

@media screen and (min-width: 1025px) {
	header .site-language-menu {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
	}
	
	header .site-language-menu .language-changer ul li {
		display: inline-flex;
		margin-right: 40px;
	}
	
	header .site-language-menu .language-changer ul li:hover {
		display: inline-flex;
	}
}


/* 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;
	position: relative;
	z-index: 11;
}

.site-content .content-area {
	width: 100%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	margin-top: -5vw; /* wegen Transparenz in Bild (Slideshow)*/
}

/* 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 .left-column {
	width: auto;
	padding: 0 8%;
	margin-top: 20px;
}

.site-content .sidebar-wrapper {
	display: none;
}

.site-content .entry {
	padding-bottom: 30px;
	line-height: 1.5;
}

.site-content .entry-title {
	font-weight: bold;
	padding: 0 8%;
	margin-bottom: 20px;
	color: #8ab61e;
}

/*.site-content .entry-header .entry-title:before {
	content: '';
	height: 65px;
	width: 65px;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	/*vertical-align: middle;*+/
	left: 0px;
	top: 24px;
}

.site-content .entry-title.Aktuelles:before {
	background-image: url('images/Aktuelles.png');
}

.site-content .entry-title.Haushalt:before {
	background-image: url('images/Haushalt.png');
}

.site-content .entry-title.Elektrogeräte:before {
	background-image: url('images/Elektrogeraete.png');
}

.site-content .entry-title.Porzellan:before {
	background-image: url('images/Porzellan.png');
}

.site-content .entry-title.Geschenkideen:before {
	background-image: url('images/Geschenkideen.png');
}

.site-content .entry-title.Hochzeitstische:before {
	background-image: url('images/Hochzeitstische.png');
}

.site-content .entry-title.Presse:before {
	background-image: url('images/Aktuelles.png');
}

.site-content .entry-title.Über-uns:before {
	background-image: url('images/Ueber-uns.png');
}

.site-content .entry-title.Kontakt:before {
	background-image: url('images/Ueber-uns.png');
}

.site-content .entry-title.Datenschutz:before {
	background-image: url('images/Ueber-uns.png');
}

.site-content .entry-title.Impressum:before {
	background-image: url('images/Ueber-uns.png');
}

.site-content .entry-title.KitchenAid-Angebote:before {
	background-image: url('images/Elektrogeraete.png');
}*/

.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;
	/*box-shadow: 0px 4px 6px #444444;*/
	/*max-height: 50vh;*/
}

.site-content .slideshow-wrapper aside.sidebar {
	min-width: 100%!important;
	margin: 0!important;
	height: auto;
	/*max-height: 50vh;*/
}

.site-content .slideshow-wrapper aside.sidebar > section {
	/*max-height: 50vh;*/
}

/*.site-content .slideshow-wrapper .sow-image-container img {
	max-height: 50vh;
	object-fit: cover;
	overflow: hidden;	
}*/

.site-content .slideshow-wrapper aside.sidebar > section div.slideshow_container {
	max-height: 50vh;
	overflow: hidden;
}

.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image img {
	max-height: 50vh;
	object-fit: cover;
	overflow: hidden;
}

/*.site-content .left-column .hot-buttons {
	position: absolute;
	height: 195px;
	width: 65px;
	border-radius: 2px;
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);*+/
	box-shadow: 2px 4px 4px 4px rgba(0,0,0,0.4);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	/*background-color: #3e3b39;*+/
	background-color: #f3f3f3;
}

.site-content .left-column .hot-buttons:hover {
	/*box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08);*+/
	box-shadow: 2px 4px 8px 4px rgba(0,0,0,0.45);
}

.site-content .left-column .hot-buttons div {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    font: normal 50px/1 'Genericons';
    vertical-align: top;
	border-width: 7px 7px 8px 8px;
	border-style: solid;
	border-color: #f3f3f3;
}

.site-content .left-column .hot-buttons div:hover {
	width: 65px;
	height: 65px;
	font: normal 65px/1 'Genericons';
	border-width: 0;
	border-style: none;
}

.site-content .left-column .hot-buttons div a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 100;
}

/*.site-content .left-column .hot-buttons .film:before {
	content: '\f104';
	position: absolute;
	color: #f3f3f3;
}

.site-content .left-column .hot-buttons .facebook:before {
	content: '\f203';
	position: absolute;
	background-color: #f3f3f3;
}*+/

.site-content .left-column .hot-buttons .film {
	background-image: url('images/film.png');
	padding: 0;
	border-width: 7px 7px 8px 8px;
	border-style: solid;
}

.site-content .left-column .hot-buttons .facebook {
	background-image: url('images/facebook.png');
	padding: 0;
	border-width: 7px 7px 8px 8px;
	border-style: solid;
}

.site-content .left-column .hot-buttons .buy-local {
	background-image: url('images/Buy-Local.png');
	padding: 0;
	border-width: 7px 7px 8px 8px;
	border-style: solid;
}

.site-content .left-column .hot-buttons .film:hover, .site-content .left-column .hot-buttons .facebook:hover, .site-content .left-column .hot-buttons .buy-local:hover {
	border-width: 0;
	border-style: none;
}

/*.site-content .left-column .hot-buttons .facebook {
	border-color: #f3f3f3
}*/

@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 .left-column {
		max-width: 25%;
		margin-top: -5px;
		padding: 0;
	}
	
	.site-content .sidebar-wrapper {
		display: block;
		width: 20%;
		padding-left: 5%;
	}
	
	.site-content aside.sidebar {
		display: block;
		width: 20%;
		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: #605f5e;
		font-weight: bold;
	}
	
	.site-content aside.sidebar ul.menu li:hover a {
		color: #8ab61e;
		font-weight: bold;
	}
	
	.site-content .entry {
		/*width: 74%;*/
		max-width: 100%;
		-webkit-flex: 1;
			-ms-flex: 1 0 auto;
				flex: 1 0 auto;
		margin-top: 20px;
	}
	
	.site-content .entry-title {
		padding: 0 0%;
	}
	
	.site-content .entry-header .entry-title:before {
		position: relative;
		left: 0px;
		top: 24px;
	}
	
	.site-content .entry-content {
		padding: 0 0%;
	}
	/*
	.site-content .entry-content .ngg-gallery-thumbnail img, 
	.site-content .entry-content .desaturate img {
		background-color: #f3f3f3;
		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;
	}*/
}

/* Contact Form */

.wpcf7 form .entity-container {
	min-width: 100%
}

.wpcf7 form .entity-container > div {
	max-width: 30%;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0 3% 0 0;
}

.wpcf7 form span.wpcf7-form-control.wpcf7-radio > span.wpcf7-list-item {
	display: block !important;
	margin: 0 !important;
}

.wpcf7 form .entity-container > div label {
	min-width: 100%;
}

@media screen and (max-width: 859px) {
	.wpcf7 form .entity-container div {
		max-width: 100%;
		width: 100%;
	}
}


/* Footer */

footer {
	width: 100vw;
	min-height: 250px;
	background-color: #a6a6a6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #605f5e;
	-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 .footer-wrapper .watermark {
	display: none;
}

@media screen and (min-width: 860px) {
	footer .footer-wrapper .watermark {
		display: block;
		position: absolute;
		z-index: 10;
		left: -250px;
		bottom: 0;
		height: 560px;
		width: 600px;
		background-image: url('images/watermark.png');
		opacity: 0.25;
		background-repeat: no-repeat;
		background-position: right top;
	}
}

footer .widget-area {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	/*text-transform: uppercase;*/
	z-index: 11;
	position: relative;
}

footer .widget-area > section:nth-child(2) {
	display: none;
}

footer .widget-area > section:nth-child(3) ul {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 859px) {
	footer .widget-area > section:nth-child(3) 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: #605f5e;
}

footer .widget-area ul li a:hover {
	color: #f3f3f3;
}

footer .widget-area ul li ul li a {
	font-weight: normal;
}

footer .contact, footer .opening, footer .termine {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

footer .contact p, footer .opening p, footer .termine p {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

footer .contact p a, footer .opening p a, footer .termine p a {
	text-transform: none;
}

footer .contact p a:hover, footer .opening p a:hover, footer .termine p a:hover {
	color: #f3f3f3;
}

footer .widget-area section:last-child {
	max-width: 120px;
}
	
footer .widget-area section:last-child h2 {
	font-size: 18px;
}

/*footer .widget-area section:nth-last-child(2):before {
	content: "Empfohlen von / recommended by:";
	position: absolute;
}*/

footer p a {
	color: #605f5e;
}

footer p a:hover {
	color: #f3f3f3;
}

@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%;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	footer .widget-area .widget {
		width: 100%;
	}
	
	footer .widget-area section:first-child, footer .widget-area section:nth-last-child(2) {
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		display: inherit;
	}
	
	footer .widget-area section:nth-child(2) {
		display: inherit;
	}
	
	footer .widget-area section:nth-child(2), footer .widget-area section:nth-child(3) {
		max-width: 220px;
	}
	
	footer .widget-area section:nth-child(4) {
		max-width: 120px;
		margin-top: 12px;
	}
	
	footer .widget-area > section:nth-child(4) ul {
		display: initial;
	}
	
	footer .widget-area section:last-child {
		max-width: 120px;
	}
	
	footer .widget-area section:last-child h2 {
		font-size: 14px;
	}
	
	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 div[class*="menu-container"] {
		width: 100%;
	}
	
	footer .widget-area div[class*="menu-overview-menu"] ul.menu {
		min-width: 535px;
	}
	
	footer .widget-area div[class*="menu-additional-menu"] ul.menu {
		max-width: 90px;
	}
	
	footer .widget-area ul.menu li {
		/*padding-right: 1%;*/
		width: 120px;
	}
	
	footer .widget-area div["menu-additional-menu"] ul.menu li {
		width: 90px;
	}
	
	footer .widget-area ul.menu li ul.sub-menu {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	footer .contact, footer .opening, footer .termine {
		display: block;
		width: 220px;
		margin-top: 12px;
	}
	
	footer .contact p, footer .opening p, footer .termine p {
		text-align: left;
		margin: 0;
	}
	
	/*footer .widget-area div[class*="menu-overview-menu"] ul.menu li ul li a {
		font-weight: bold;
	}*/
}