@charset "utf-8";
@import url("css/uikit-base.css");
@import url("css/mmenu.css");


/* imprima-regular - latin-ext_latin */
@font-face {
  font-family: 'Imprima';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/imprima-v8-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Imprima'), local('Imprima-Regular'),
       url('fonts/imprima-v8-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/imprima-v8-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/imprima-v8-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/imprima-v8-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/imprima-v8-latin-ext_latin-regular.svg#Imprima') format('svg'); /* Legacy iOS */
}

/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

html {
	background: url(bilder/bg-start.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

body {
	
	font-family:Arial, Helvetica, SansSerif;
	font-size: 13px;
	/*margin-top: 120px;*/
}

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

#wrapper {
	max-width: 920px;
	width: 96%;
	margin: 50px auto;
	overflow: hidden;
	
}

#navi {
	ont-family: 'Imprima', sans-serif, Arial, Helvetica;
	font-size: 18px;
	/*display: table;*/
	padding: 0 15px;
	
}

#top {
	
	background-color: #ffffff;
	border-radius: 15px;
	padding: 15px;
	border: rgba(255,255,255,0.25) 10px solid;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	overflow: hidden;
}

#content {
	overflow: hidden;
	padding-top: 10px;
}


#inhaltStart {
	
	padding: 15px;
	
	background-color: #ffffff;
	border-radius: 15px;
	border: rgba(255,255,255,0.25) 10px solid;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	
}

#spalteRechtsStart {
	
	padding: 15px;
	
	background-color: #ffffff;
	border-radius: 15px;
	border: rgba(255,255,255,0.25) 10px solid;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	overflow: hidden;
	
	text-align: center;
}

#contentInhalt {
width:auto;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 15px;
	border: rgba(255,255,255,0.25) 10px solid;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	overflow: hidden;
}

#bild {
	float: left;
}

#topInhalt {
	/*overflow: hidden;*/
	margin-bottom: 50px;
}

#inhalt {
	/*width: 650px;
	float: left;*/
}

.spalteRechts {
	background-color: rgba(0,0,0,0.05);
	padding: 15px;
	border-radius: 10px;
	margin-top: 0;
}

#fuss {
	text-align: right;
	margin: 10px;
	position: relative;
	padding: 0 0 15px 0;
}
	


/*============ Kacheln Startseite =================*/

#top .bx {
	/*float: left;
	display: block;*/
	position: relative;
	overflow: hidden;
	background-size: cover !important;
}

#top .bxDamen {
	/*width: 180px;
	height: 180px;*/
	background:url(bilder/bt-damenschuhe.jpg) no-repeat;
	/*margin-right: 10px;*/
	/*line-height: 100%;*/
}
#top .bxMass {
	
	background:url(bilder/bt-massanfertigung.jpg) no-repeat;
	
}
#top .bxLogo {
	/*width: 440px;
	height: 162px;
	background:url(bilder/logo.jpg) no-repeat;
	margin-top: -15px;*/
	
}

#top .bxHerren {
	
	background:url(bilder/bt-herrenschuhe.jpg) no-repeat;
	
	
}

#top .bxSport {
	
	background:url(bilder/bt-sportschuhe.jpg) no-repeat;
	
}

#top .bxWerkstatt {
	
	background:url("bilder/haferlschuhe-titel.jpg") no-repeat;
	
	
}

#top .bxKinder {
	
	background:url(bilder/bt-kinderschuhe.jpg) no-repeat;
	
}

.bx .bxInfo {
	background: url(bilder/bg70.png);
    display: block;
    height: 100%;
   /* padding-top: 50px;*/
    position: absolute;
    right:0;
    text-align: center;
    top: 0;
    width: 0px;
	font-family: 'Imprima', sans-serif, Arial, Helvetica;
	color: #b51c18;
	font-size: 20px;
	opacity: 0;
	transition: width 0.5s ease, opacity 0.5s 0s;
	-moz-transition: width 0.5s ease, opacity 0.5s 0s;
	-ms-transition: width 0.5s ease, opacity 0.5s 0s;
	-o-transition: width 0.5s ease, opacity 0.5s 0s;
	-webkit-transition: width 0.5s ease, opacity 0.5s 0s;
	/*transition: right 0.5s ease;*/

	
	
}

.bx:hover .bxInfo {
	right: 0;
	opacity: 1;
	width: 100%;
	transition: width 0.5s ease, opacity 0.5s 0s;
	-moz-transition: width 0.5s ease, opacity 0.5s 0s;
	-ms-transition: width 0.5s ease, opacity 0.5s 0s;
	-o-transition: width 0.5s ease, opacity 0.5s 0s;
	-webkit-transition: width 0.5s ease, opacity 0.5s 0s;
}

/*============ Navigation ==================*/

#navi ul {
	/*display: table-row;*/
}

#navi li {
	list-style: none;
	/*float: left;*/
	/*display: table-cell;*/
	text-align: center;
}

#navi li a {
	text-decoration: none;
	font-family: 'Imprima', sans-serif, Arial, Helvetica;
	color: #ffffff;
	/*text-shadow: #000000 1px 1px 0px;*/
	padding: 10px;
	display: block;
}

#navi li a:hover {
	color: #b51c18;
}

#navi li.active a {
	/*background-image:url(bilder/bg25.png);*/
	/*color: #b51c18;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: rgba(255,255,255,0.25);
	 
}

/*---------------- Unternavigation -------------------------*/

#unavi {
	/*width: 265px;
	float: left;*/
}

#unavi li {
	background-image: none !important;
	list-style: none;
	padding-left: 15px !important;
	margin-left: 46px !important;
	margin-bottom: 0 !important;
	
}

#unavi li a {
	font-family: 'Imprima', sans-serif, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #b51c18;
	text-decoration: none;
	line-height: 25px;
	
}

#unavi li.active {
	background-image:url(bilder/list-unavi.gif) !important;
	background-repeat: no-repeat;
	background-position: 0 6px;
}



/*================== Formatierunngen =============*/

h1 {
	font-family: 'Imprima', sans-serif, Arial, Helvetica;
	font-size: 30px;
	font-weight: normal !important;
	color: #b51c18;
	border-bottom: #b51c18 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 15px;
	display: block;
	text-align: left;
	
}

h2 {
	font-family: 'Imprima', sans-serif, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal !important;
	color: #b51c18;
	border-bottom: #b51c18 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	/*text-align: left;*/
	
}

#inhalt h2 {
	margin-bottom: 20px;
}

h3 {
	color: #b51c18;
	font-weight:bold;
	font-size: 13px;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
	color: #333333;
	/*text-align: left;*/
}

hr {
	border: none;
	border-bottom: #b51c18 1px dotted;
	padding-top: 20px;
	clear: both;
	margin-bottom: 20px;
}

#content ul, #contentInhalt ul {
	margin-bottom: 20px;
}

#content li, #contentInhalt li {
	line-height: 20px;
	color: #333333;
	margin-bottom: 10px ;
	margin-left: 25px;
	list-style: none;
	background-image:url(bilder/list.jpg) ;
	background-repeat: no-repeat ;
	padding-left: 20px ;
	background-position: 0 2px ;
}

#content a, #contentInhalt a {
	color: #b51c18;
}

#content a:hover, #contentInhalt a:hover {
	color: #000000;
}

#content img, #contentInhalt img {
	border-radius: 5px;
}

#fuss a {
	color: #ffffff;
	text-shadow: 0 0 1px #000000;
	text-decoration: none;
}

#fuss a:hover {
	color: #b51c18;
}

/*=================================
            Insta
=================================*/

/*.meldungInsta > a > div {
	aspect-ratio: 1 / 1;

}


@supports not (aspect-ratio: 1 / 1) {
  .meldungInsta:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.meldungInsta > a > div {
  position: absolute;
  width: 100%;
  height: 100%;
}
}*/


.meldungInsta p {
	line-height: normal;
	margin-bottom: 10px;
}

.overlayInsta {
	opacity: 0;
	transform: scale(0.8);
	-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.meldungInsta:hover .overlayInsta {
	opacity: 1;
	transform: scale(1);
}

.meldungInsta .externerLink {
    display: none;
}

/*==================== Klassen ===================*/

.akStart {
	/*width: 160px;
	display: block;
	border-left: #b51c18 1px dotted;
	float: left;
	padding-left: 15px;
	margin-left: 15px;*/
	
}

.akStartFirst {
	/*border-left: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;*/
}

.akStart p {
	margin-bottom: 5px !important;
}

.mt {
	padding-top: 20px;
}

.clear {
	clear: both;
}

.listWrap {
	overflow: hidden;
}

.meldung {
	padding: 15px 0;
	border-bottom: #b51c18 1px dotted;
	/*overflow: hidden;*/
	/*clear:both;*/
}

.meldung p {
	margin-bottom: 5px !important;


}

.uk-grid-divider > :not(.uk-first-column)::before {
	border-left: #b51c18 1px dotted;
}

.listWrap .meldung:nth-child(even) {
	flex-direction: row-reverse;
}

.listeBild {
    /*width: 50%;*/
}

.listeText {
	/*width: calc(50% - 20px);
	float: left;*/
}

.listWrap .meldung:nth-child(odd) .listeBild {
	/*float: left;
	margin-right: 20px;*/
}

.listWrap .meldung:nth-child(even) .listeBild {
	/*float: right;
	margin-left: 20px;*/
}

.listWrap h3 {
	font-family: 'Imprima', sans-serif, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #b51c18;
	margin-bottom: 15px;
	display: block;
	text-align: left;
}

.smButton {
	position:absolute;
	left: 0;
	top: 0;
	
	margin-bottom: 25px;
}

.imgAktuell {
    /*float: left;
    max-width: 160px;
    margin-right: 15px;*/
}

.button {
    background-color: #b51c18;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff !important;
    text-decoration: none;
     -moz-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
transition: background-color 0.5s;
}

.button:hover {
    background-color: #333333;
}

/*=================================
            Haferlschuhe
=================================*/

.uk-lightbox {
	background-color: rgba(0,0,0,0.75);
}

.uk-lightbox-caption {
	font-family: 'Imprima', sans-serif, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__cell, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__cell {
	display: inline-block;
	background: none !important;
	text-align: center;
	padding: 0 !important;
}

/*=================================
            Responsive
=================================*/

@media (max-width: 800px) {
	
	#navi {
	font-size: 16px;
}
	
	#navi li a {
	padding: 10px 5px;
}
	

}

/*=================================
            Mobile Menu
=================================*/

.mheader {
display: none;
}

@media (max-width: 640px) {

	.mheader {
display: block;
}
	
	#navi, #unavi ul {
		display: none;
	}	
	
	#unavi {
		text-align: center;
	}
	
.mheader, .mfooter {
	background: rgba(255,255,255,0.25);
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100px;
	height: 40px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
transition: background-color 0.5s;
}
	
.mheader.uk-active {
	background-color: #b51c18;
	border-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px !important;
}
.mheader.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.mfooter.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.mheader a {
	display: block;
	width: 45px;
	height: 40px;
	padding: 11px;
	position: absolute;
	top: 0;
	left: 0;
}
.mheader a:before,
.mheader a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.mheader a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
}

