/*
Theme Name: Web Labels Basic
Theme URI: http://www.web-labels.de
Author: Web Labels
Author URI: http://www.web-labels.de
Description: Eigenprogrammiertes Template - Alle Rechte vorbehalten!
Version: 2.0
License: Copyright @ Web Labels
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}


/* HTML5 reset für reudi1gi Brwoser */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,
textarea:focus {
    outline: none!important;
}


/*--Contact Form Fix für Chrome--*/

span.wpcf7-form-control-wrap {
    position: unset!important;
}

.wpcf7-checkbox input,
.wpcf7-acceptance input {
    -webkit-appearance: checkbox;
    margin-left: 0px;
}

span.wpcf7-list-item {
    margin: 0!important;
}


/* Helper cms -------------------------------------*/
.header-contact-info a{color:#ae9e2e !important;}
.header-contact-info a:hover{color:#ae9e2e !important; text-decoration:none !important;}


.links {
    float: left;
}

.rechts {
    float: right;
}

.center {
    text-align: center;
}

.keincss {
    border: none!important;
    padding: 0px!important;
    margin: 0px!important;
    float: none!important;
}

img.alignleft,
.entry .alignleft {
    float: left;
    margin-right: 20px;
}

img.alignright,
.entry .alignright {
    float: right;
    margin-left: 20px;
}

img.aligncenter,
.entry .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

iframe {
    max-width: 100%;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

p.wp-caption-text {
    font-size: 11px;
    font-style: italic;
}

.hinweisbar {
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}


/*----Styling default-----*/

.btn {
    display: inline-block;
    text-align: center;
    background: rgb(160, 45, 52) none repeat scroll 0% 0%;
    border-radius: 3px;
    padding: 10px 15px;
}


/*----iOS Formular fix-----*/

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0px;
}


/* Webseite CSS -----------------------------------*/

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

#page {
    width: 100%;
    margin: 0 auto;
}


/*----------------------- Head -------------------------*/

#logo,
#logo img {
    display: inline-block;
    width: auto!important;
    min-width: 0px!important;
    max-width: 100%;
}

#header {
    width: 100%;
    height: auto;
}

#header img.headimg {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    margin-bottom: -5px;
}

#branding {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ie #branding { position:relative; z-index:200; margin-bottom:-180px;}

@media screen and (max-width: 1100px) {
    #header img.headimg {
        min-height: 160px;
    }
}

@media screen and (max-width: 900px) {
    #header img.headimg {
        min-height: 250px;
    }
}

header#branding {
    padding: 0 20px;
}

#branding-top-row {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}


/*----------------------- Nav --------------------------*/

#nav ul li {
    float: right;
    margin-right: 50px;
}

#nav ul li a {
    font-size: 16px;
    text-transform: uppercase;
}

#nav ul li a:hover {
    color: #0092d0;
}

.main-navigation {
    width: 100%;
}

.main-navigation ul {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.main-navigation ul li {
    margin: 0!important;
}

#nav .menu>li>a {
    padding: 20px 0;
}

#nav .menu>li:hover>.sub-menu {
    opacity: 1;
    transform: translateX(-50%);
    transition: opacity 300ms 0s, transform 0s 0s;
}

#nav ul li .sub-menu {
    display: block;
    position: absolute;
    left: 50%;
    width: auto;
    padding: 10px 0!important;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 10px;
    opacity: 0;
    transform: translateX(-100vw);
    transition: opacity 300ms 0s, transform 0s 300ms;
}

#nav ul li .sub-menu li {
    display: block;
    padding: 2px 0!important;
}

#nav ul li .sub-menu li a {
    white-space: nowrap;
    padding: 10px 20px;
}

#nav ul li .sub-menu li a:hover {
    padding: 10px 20px;
}

#wprmenu_bar .bar_logo {
    height: 35px!important;
    margin-top: -3px!important;
}

.admin-bar #mg-wprm-wrap {
    margin-top: 46px!important;
}

@media screen and (max-width: 1100px) {
    #logo {
        max-width: 250px;
        height: auto!important;
    }
    #nav ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 900px) {
    #branding {
        display: none;
    }
}


/*----------------------- Content ----------------------*/

#content-wrap-page {
    width: 100%;
    min-height: 100px!important;
    height: auto;
}

#content-wrap {
    min-height: 100px;
    margin: 0 auto;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
}

.entry img {
    max-width: 100%;
    height: auto;
}

.entry a {
    text-decoration: underline;
}

.entry a:hover {
    text-decoration: none;
}

.entry a.btn {
    color: rgb(255, 255, 255);
}

.entry a.btn:hover {
    border: 2px solid rgb(160, 45, 52);
    background: #fff;
    color: rgb(160, 45, 52);
}

.entry ol li {
    list-style: decimal outside none;
    margin-left: 15px;
}

.entry ul li {
    list-style: disc outside none;
    margin-left: 15px;
}

#front-show-all-button {
    margin-top: 40px;
}

#front-show-all-button a {
    text-transform: uppercase;
    padding: 10px 15px!important;
}

#front-show-all-button a:hover {
    background-color: #ccba40!important;
}

#product-category-previews {
    display: block;
    overflow-x: hidden;
    margin-top: 70px;
    margin-bottom: 100px;
    position: relative;
}

#product-category-previews-inner {
    display: flex;
    overflow-x: overflow;
    position: relative;
}

#product-category-previews #prev {
    display: block;
    background-color: #ae9e2e;
    height: calc(100vw / 4);
    min-width: 70px;
    background-image: url(images/prev.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 100;
    position: sticky;
	position:-ms-page;
    left: 0;
    transition: 300ms;
}

#product-category-previews #next {
    display: block;
    background-color: #ae9e2e;
    height: calc(100vw / 4);
    min-width: 70px;
    background-image: url(images/next.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 100;
    position: sticky;
	position:-ms-page;
    right: 0;
    transition: 300ms;
}

#product-category-previews #next:hover:not(.disabled),
#product-category-previews #prev:hover:not(.disabled) {
    background-color: #ccba40;
    transition: 300ms;
}

#product-category-previews #prev.disabled,
#product-category-previews #next.disabled {
    background-color: #434343;
    transition: 300ms;
}

.product-category-preview {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    min-width: calc(100vw / 4);
    height: calc(100vw / 4);
    background-color: #111;
    text-decoration: none!important;
}

.product-category-preview>.background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    transition: 300ms;
	left:0;
	top:0;
}

.product-category-preview:hover>.background {
    opacity: 0.5;
    transition: 300ms;
}

.product-category-preview>.icon {
    display: block;
    position: relative;
    z-index: 10;
}

.product-category-preview>.title {
    display: block;
    position: relative;
    z-index: 10;
    margin-top: 20px;
    color: white;
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
    #product-category-previews #prev {
        height: calc(100vw / 3);
    }
    #product-category-previews #next {
        height: calc(100vw / 3);
    }
    .product-category-preview {
        min-width: calc(100vw / 3);
        height: calc(100vw / 3);
    }
}

@media screen and (max-width: 768px) {
    #product-category-previews-inner {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
    }
    #product-category-previews #prev {
        display: none;
    }
    #product-category-previews #next {
        display: none;
    }
    .product-category-preview {
        height: 300px;
    }
}

@media screen and (max-width: 600px) {
    #product-category-previews-inner {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
}


/*------------------ Produkt-Archiv --------------------*/

.ie.blog #content-wrap, .ie.single #content-wrap, .ie.archive #content-wrap {
	display:block!important;
}

#content.products {
    max-width: 100%;
}

#product-archive-head {
    text-align: center;
    margin-bottom: 30px;
}

#product-archive-head h1 {
    margin-bottom: 5px;
    font-weight: 700;
}

#product-archive-head h6 {
    font-family: 'quicksand';
    font-size: 16px;
    line-height: 20px;
    color: #434343;
    font-weight: 400;
    margin-bottom: 50px;
}

#products-subcategory-links {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.ie #products-subcategory-links {
	display:block;
}
.ie #products-subcategory-links a{
	display:inline-block; margin-right:20px; width:auto; margin-bottom:20px;
}

#products-subcategory-links a {
    display: block;
    width: 100%;
    background-color: #ae9e2e;
    color: white;
    text-align: center;
    padding: 7px 10px;
    text-transform: uppercase;
}

#products-subcategory-links a:hover {
    background-color: #ccba40;
}

#products-subcategory-links a.current {
    background-color: #434343;
}

#products-subcategory-links a.current:hover {
    background-color: #434343;
}

#product-previews {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 30px;
}

.ie #product-previews {
	display:flex;
	flex-wrap:wrap;
}

.product-preview {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 50px;
    border: 2px solid #ddd;
    text-decoration: none!important;
}

.ie .product-preview {
	min-width:calc(33.333% - 20px); max-width:calc(33.333% - 20px); margin-bottom:30px;
}
.ie .product-preview img {
	max-height:300px; object-fit:cover; min-height:1px;
}
.ie .product-preview h3 {
	max-width:100%; margin-bottom:10px;
}
.ie #product-previews > .product-preview:not(:nth-child(3n)) {
	margin-right:30px;
}

.product-preview:hover {
    border: 2px solid #ae9e2e;
}

.product-preview img {
    width: 100%;
    margin: 30px 0;
	max-height: 300px; object-fit: contain;
}

.product-preview h3 {
    font-family: 'quicksand';
    font-size: 20px;
    line-height: 24px;
    color: #434343;
    text-align: center;
}

.product-preview h6 {
    font-family: 'quicksand';
    font-size: 14px;
    line-height: 20px;
    color: #434343;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    #products-subcategory-links {
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: 1fr 1fr 1fr;
    }
    #product-previews {
        grid-template-columns: 1fr 1fr;
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
        grid-gap: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
	
	.ie .product-preview {
		min-width:calc(50% - 15px); max-width:calc(50% - 15px);
	}
	.ie #product-previews > .product-preview:nth-child(2n) {
		margin-right:0;
	}
	.ie #product-previews > .product-preview:not(:nth-child(2n)) {
		margin-right:30px;
	}
}

@media screen and (max-width: 700px) {
    #products-subcategory-links {
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: 1fr 1fr;
        grid-gap: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    #product-previews {
        grid-template-columns: 1fr;
        display: -ms-grid;
        -ms-grid-columns: 1fr;
    }
	
	.ie .product-preview {
		min-width:100%; max-width:100%;
	}
	.ie #product-previews > .product-preview {
		margin-right:0!important;
	}
}

@media screen and (max-width: 500px) {
    #products-subcategory-links {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
        grid-gap: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

#pagination			{ display:flex; align-items:center; justify-content:center; margin-top:50px;}
#pagination	> *		{ display:flex; align-items:center; justify-content:center; margin:0 5px; width:30px; height:30px; color:#fff; background-color:#ae9e2e;}
#pagination	> a:hover	{ background-color:#ccba40;}
#pagination	> span	{ color:#fff; background-color:#434343}


/*------------------ Produkt-Single --------------------*/

#product-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    /*margin-right: 50px;*/
    margin-bottom: 50px;
    margin-bottom: 100px;
}

.ie #product-top {
    display:flex;
}

#product-top .product-images {
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100px 1fr;
    -ms-grid-columns: 100px 1fr;
    position: relative;
    grid-gap: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
	position:relative;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}



.ie #product-top .product-images {
    display:flex;
	padding-right:20px;
	
}

.ie #product-top .product-image-thumbnails {
	min-width:100px; max-width:100px;
	margin-right:20px;
}

#product-top .product-image-thumbnails {
    position:relative;
	height:345px;
}

#product-top .product-image-thumbnails #prev,
#product-top .product-image-thumbnails #next {
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	left:0;
	width:100%;
	height:20px;
	background-color:#ae9e2e;
	cursor:pointer;
	transition:300ms;
	overflow:hidden;
	color:white;
}

#product-top .product-image-thumbnails #prev span {
	margin-top:5px;
}

#product-top .product-image-thumbnails #prev.hidden {
	height:0;
	top:-20px;
	transition:300ms;
}

#product-top .product-image-thumbnails #next.hidden {
	height:0;
	transition:300ms;
}

#product-top .product-image-thumbnails #prev {
	top:-35px;
}
#product-top .product-image-thumbnails #next {
	bottom:-20px;
}

#product-top .product-image-thumbnails img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
    padding: 5px;
    border: 2px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 15px;
	transition:300ms;
	box-sizing:border-box;
	display:inline-block;
	float:left;
	transition:300ms;
	z-index:1;
	background-color:white;
}

#product-top .product-image-thumbnails img.hidden {
    height:0;
	border-width:0!important;
	padding:0;
	margin-bottom:-10px;
	transition:300ms;
	z-index:-1;
}

#product-top .product-image-thumbnails img:not(.current) {
    cursor: pointer;
}

#product-top .product-image-thumbnails img.current {
    border: 2px solid #ae9e2e;
}

#product-top .product-current-image {
    position: relative;
}

.ie #product-top .product-current-image {
    min-width:calc(100% - 120px);
}

#product-top .product-current-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    position: absolute;
    opacity: 0;
    transition: 500ms ease-out;
}

.ie #product-top .product-current-image img {
    width:100%;
    height:auto;
	max-height:100%;
}

#product-top .product-current-image img.current {
    opacity: 1;
    transition: 500ms ease-in;
}

@media screen and (max-width: 1100px) {
    #product-top .product-images {
        grid-template-columns: 70px 1fr;
        -ms-grid-columns: 70px 1fr;
    }
    #product-top .product-image-thumbnails img {
        width: 70px;
        height: 70px;
    }
	#product-top .product-image-thumbnails {
		position:relative;
		height:255px;
	}
}

@media screen and (max-width: 900px) {
    #product-top {
        grid-template-columns: 100%;
        grid-gap: 50px;
        margin-bottom: 100px;
    }
	.ie #product-top {
		flex-direction:column;
	}
	
	.ie #product-top .product-images {
		padding-right:0;
		margin-bottom:50px;
	}

}

@media screen and (max-width: 500px) {
    #product-top .product-images {
        width: 100%;
        display: grid;
        display: -ms-grid;
        grid-template-columns: 100%;
        position: relative;
        grid-gap: 20px;
    }
	
	.ie #product-top .product-images {
		display:block;
	}
	
	.ie #product-top .product-image-thumbnails {
		min-width:0; max-width:100%;
		margin-right:0;
	}
	
	.ie #product-top .product-image-thumbnails img {
		margin-bottom:10px;
	}
	
    #product-top .product-image-thumbnails {
        grid-row: 2;
		height:auto;
		padding:0 30px;
    }
    #product-top .product-image-thumbnails img {
        margin-bottom: 0;
        margin-right: 10px;
    }
    #product-top .product-current-image {
        height: 400px;
    }
	
	#product-top .product-image-thumbnails #prev,
	#product-top .product-image-thumbnails #next {
		width:20px;
		height:100%;
	}

	#product-top .product-image-thumbnails #prev span {
		margin-top:0;
		transform: rotateZ(30deg);
	}
	#product-top .product-image-thumbnails #next span {
		margin-top:0;
		transform: rotateZ(30deg);
	}

	#product-top .product-image-thumbnails #prev.hidden {
		height:100%;
		width:0;
		left:0;
		top:0;
		transition:300ms;
	}

	#product-top .product-image-thumbnails #next.hidden {
		height:100%;
		width:0;
		top:0;
		transition:300ms;
	}

	#product-top .product-image-thumbnails #prev {
		top:0;
		left:0;
		right:unset;
	}
	#product-top .product-image-thumbnails #next {
		top:0;
		right:0;
		left:unset;
	}
	
}

@media screen and (max-width: 400px) {
    #product-top .product-current-image {
        height: 300px;
    }
}

#product-top .produkt-kurzinfo {
    float: none;
    width: 100%;
}

#product-top .produkt-kurzinfo .anfragen:hover {
    background-color: #ccba40;
}

#product-top .produkt-masse {
    margin-bottom: 30px;
}

#product-top .produkt-masse li {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100px 1fr;
    -ms-grid-columns: 100px 1fr;
    width: 100%;
    padding: 5px 30px;
    box-sizing: border-box;
}


/*----------------------- Home   -----------------------*/

.sidebar {
    max-width: 300px;
}

#sidebar>ul {
    list-style-type: none;
}

#sidebar>ul>li {
    display: block;
    margin-bottom: 30px;
}

.blog-content h1,
.blog-content h2 {
    margin-bottom: 30px;
}

.blog-content .post-vorschau .vorschau {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-content .post-vorschau .vorschau img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms;
}

.blog-content .post-vorschau a:hover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: 300ms;
}

.blog-content .post-vorschau h3 {
    margin-bottom: 20px;
}

.blog-content .post-vorschau h3 a {
    text-decoration: none;
}

.blog-content .post-vorschau h3 a:hover {
    opacity: 0.7;
}

.single .blog-content .wp-post-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.single .sidebar .wp-post-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}


/*----------------------- Footer -----------------------*/

#footer-wrap {
    width: 100%;
    height: auto;
}

#footer-image-feed {
    display: block;
    border-top: 2px solid #ddd;
}

#footer-image-feed-banner {
    width: 100%;
    padding: 20px;
    color: #434343;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    display: block;
    box-sizing: border-box;
    position: relative;
    transition: 300ms;
}

#footer-image-feed:hover #footer-image-feed-banner {
    color: white;
    transition: 300ms;
}

#footer-image-feed-banner::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background-color: #ae9e2e;
    transition: 500ms;
    z-index: -1;
    opacity: 0;
}

#footer-image-feed:hover #footer-image-feed-banner::after {
    opacity: 1;
}

#footer-image-feed-images {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #111;
}

.ie #footer-image-feed-images {
    display:flex;
}

#footer-image-feed-images img {
    width: 100%;
    height: calc(100vw / 6);
    object-fit: cover;
    opacity: 0.5;
    transition: 300ms;
}

#footer-image-feed-images img:hover {
    opacity: 1;
    transition: 300ms;
}

#footer-image-feed-banner .instagram-logo {
    display: inline-block;
    background-image: url(images/instagram-logo-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 30px;
    height: 30px;
    margin-bottom: -4px;
    transition: 300ms;
}

#footer-image-feed:hover #footer-image-feed-banner .instagram-logo {
    background-image: url(images/instagram-logo-white.png);
    transition: 300ms;
}

@media screen and (max-width: 1200px) {
    #footer-image-feed-images {
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: 1fr 1fr 1fr;
    }
    #footer-image-feed-images img {
        height: calc(100vw / 3);
    }
	.ie #footer-image-feed-images {
		flex-wrap:wrap;
	}
	.ie #footer-image-feed-images img {
        min-width:calc(100vw / 3 - 6px); max-width:calc(100vw / 3 - 6px);
    }
}

@media screen and (max-width: 768px) {
    #footer-image-feed-banner {
        padding: 10px;
        font-size: 20px;
        line-height: 24px;
    }
    #footer-image-feed-banner .instagram-logo {
        width: 20px;
        height: 20px;
        margin-bottom: -3px;
    }
    #footer-image-feed-images {
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: 1fr 1fr;
    }
    #footer-image-feed-images img {
        height: calc(100vw / 2);
    }
	.ie #footer-image-feed-images img {
        min-width:calc(100vw / 2 - 9px); max-width:calc(100vw / 2 - 9px);
    }
}

@media screen and (max-width: 350px) {
    #footer-image-feed-banner {
        padding: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    #footer-image-feed-banner .instagram-logo {
        width: 18px;
        height: 18px;
        margin-bottom: -2px;
    }
}

#footer {
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
}

.footer-column {
    float: left;
    box-sizing: border-box;
}

#fcf-wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 100%;
    margin-top: 20px;
}

.ie #fcf-wrap {
	display:block;
}

#fcf-row-1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

#fcf-row-2 {
    display: grid;
    display: -ms-grid;
    grid-gap: 20px;
    grid-template-columns: 100%;
}

#fcf-row-3 {
    display: grid;
    display: -ms-grid;
    grid-gap: 20px;
    grid-template-columns: 1fr auto;
}

.ie #fcf-row-1,
.ie #fcf-row-2,
.ie #fcf-row-3 {
	display:block; margin-bottom:20px;
}

#fcf-wrap input[type=text],
#fcf-wrap input[type=email],
#fcf-wrap textarea {
    display: inline-block;
    padding: 10px 0;
    font-family: 'quicksand';
    font-size: 15px;
    color: #353535;
	box-sizing:border-box;
}

#fcf-wrap textarea {
    max-height: unset!important;
    resize: vertical;
}

.ie #fcf-wrap .dsgvo {
    margin-bottom:20px;
	display:block;
}

#fcf-wrap .dsgvo a {
    text-decoration: underline;
}

#fcf-wrap .ajax-loader {
    display: none;
}

#fcf-wrap .wpcf7-not-valid-tip {
    display: none;
}

#fcf-wrap .wpcf7-not-valid {
    border-bottom: 1px solid red;
}

#footer .wpcf7-response-output {
    margin: 0!important;
}

@media screen and (max-width: 480px) {
    #fcf-row-1 {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
    }
    #fcf-row-2 {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
    }
    #fcf-row-3 {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
    }
}

#footer-id-bar {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-top: 2px solid #ddd;
    padding: 20px;
}

#footer-id-bar li {
    display: inline-block;
}

#footer-id-bar li~li::before {
    content: "|";
    font-weight: bold;
    color: #434343;
    margin: 0 12px 0 8px;
}

#footer-id-bar li a {
    display: inline-block;
    color: #434343;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#footer-id-bar li a:hover {
    color: #ae9e2e;
}

@media screen and (max-width: 400px) {
    #footer-id-bar {
        padding: 10px;
    }
    #footer-id-bar li~li::before {
        margin: 0 10px 0 6px;
    }
    #footer-id-bar li a {
        font-size: 12px;
    }
}


/*----------------------- Kontakt ----------------------*/

input.wpcf7-text {
    background-color: #fff;
    border: none;
    color: #3A302F;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.wpcf7-text {
    padding: 0.8em 20px 0.8em 20px;
    width: 100%;
    box-sizing: border-box;
}

textarea.wpcf7-textarea {
    background-color: #fff;
    border: none;
    color: #3A302F;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.wpcf7-textarea {
    padding: 0.8em 20px 0.8em 20px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 107px;
    min-height: 107px;
    max-height: 107px;
    box-sizing: border-box;
}

.wpcf7-submit:hover {
    cursor: pointer;
    color: #F8332B;
    background: #fff;
    font-weight: 700;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

input.wpcf7-submit {
    background-color: #F8332B;
    border: solid 1px #F8332B;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wpcf7-submit {
    padding: 0.72em 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.impressum {
    height: 120px;
    overflow-y: scroll;
    padding-right: 25px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    /*----------------------- Mobile ab 768px ----------------------------------------------------------------*/
    /*----------------------- Nav --------------------------*/
    #nav {
        display: none;
    }
    /*----------------------- Content ----------------------*/
    .entry img {
        max-width: 100%;
        height: auto;
    }
    /*----------------------- Contact Form -----------------*/
    .nachrichtenfelder {
        float: inherit;
        width: 92%;
    }
    #nachricht {
        padding: 0.8em 4% 0.8em 4%;
    }
}

h2.widgettitle {
    font-size: 24px;
    margin-bottom: .8em;
}

.sidebar>li {
    margin-bottom: 30px;
}

.sidebar>li:last-child {
    margin-bottom: 30px;
}

.flp-button a {
	background-color: #ae9e2e!important;
	background-image:none!important;
    border-color: #ae9e2e!important;
	border-width:1px!important;
	border-style:solid!important;
	font-size:14px!important;
	line-height:18px!important;
	border-radius:0!important;
	color:white!important;
	text-transform:uppercase!important;
	transition:300ms!important;
}

.flp-button a:hover{
	background-color: white!important;
	color:#ae9e2e!important;
}

#nav_menu-4 {
	position: absolute;
    left: -10000rem;
}





