/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 24, 2020 */
@font-face {
    font-family: 'grenalecond_black';
    src: url('../fonts/insigne_-_grenale-conbla-webfont.woff2') format('woff2'),
         url('../fonts/insigne_-_grenale-conbla-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'grenalecond_regular';
    src: url('../fonts/insigne_-_grenale-conreg-webfont.woff2') format('woff2'),
         url('../fonts/insigne_-_grenale-conreg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'grenalecond_thin';
    src: url('../fonts/insigne_-_grenale-conthi-webfont.woff2') format('woff2'),
         url('../fonts/insigne_-_grenale-conthi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


* {
  box-sizing: border-box;
}


* {
  margin: 0;
  padding: 0;
}

html {
  height:100%;
}

body {
    font-family: 'grenalecond_thin';
    font-weight: 400;
    color: #122434;
    font-size: 1rem;
    min-height: 100%;
    line-height: 1.95;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
	font-family:'grenalecond_black';
	font-weight:300;
}
h2 {
	font-family:'grenalecond_regular';
	font-weight:300;
}
h3 {
	font-family:'grenalecond_thin';
	font-weight:300;
}




/*_______Bilder mit Hover-Effect________________*/
div.image {
	overflow: hidden;
}
div.image img {
	width: 100%;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.image img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*_____Überschriften______________*/
h1.startueberschrift {
	animation: einblenden 2.5s;
    -moz-animation: einblenden 2.5s; /* Für Firefox */
    -webkit-animation: einblenden 2.5s; /* Für Safari und Chrome */
    -o-animation: einblenden 2.5s; /* Für Opera */
}
@keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}

@-moz-keyframes einblenden { /* Für Firefox */
    from { opacity:0; }
    to { opacity:1; }
}

@-webkit-keyframes einblenden { /* Für Safari und Chrome */
    from { opacity:0; }
    to { opacity:1; }
}

@-o-keyframes einblenden { /* Für Opera */
    from { opacity:0; }
    to { opacity:1; }
}


/*_____Position-Styles________*/
.bg_middle{
  	width: 100%;
  	background: #F5F6F8;
  	min-height: 250px;
 	border-top: 1px solid #a4a4a4;
 	border-bottom: 1px solid #a4a4a4;
	margin-top:80px;
  	padding: 70px 0;
}

p, li {
	font-size: 14px;
	color:#000000;
}
ul {
	padding: 0 0 0 20px;	
}
a {
	color:#000;	
}
a:hover {
	color:#a91d1b;
	text-decoration:none;
}

.inhalt,
#contentBox {
	padding-top:40px;
}
.inhalt a {
	color:#000;
	text-decoration: underline;
}
.inhalt a:hover {
	color:#a91d1b;
}
.inhalt li {
	list-style:square;
}

.page-header {
	display: none;
}

/*_______Karriere____________*/
.karriere h1 {
	color:#000;
}
.karriere h1:hover {
	color:#a0c79b;
}
.karriere .logo {
	padding:10px 0 0 5px;
}

.karriere-ausbildung {
	position:relative;
	top:-150px;
	left:100px;
}
.karriere-ausbildung h1,
.karriere-ausbildung p {
	color:#fff;
}

.text-bild h2 {
	margin:10px 0;
	text-align: center;
	color:#000;
}
.text-bild h2:hover {
	color:#a0c79b;
}
.text-bild a:hover {
	text-decoration:none;
}

/*______Filialen_____________*/
.filialen-text {
	margin:100px 0 0 0;
}
.filialen-text a:hover {
	background-position: top;
}

.pfeil {
	margin:-85px 180px 0 0;
	display:block;
	width:57px;
	height:60px;
	background-position: 0 0;
	background-image:url(../../../images/icons/pfeil-re.png);
}
.pfeil:hover {
	background-position:0 61px;
}
.pfeil02 {
	margin:20px 0 0 0;
	display:block;
	width:57px;
	height:60px;
	background-position: 0 0;
	background-image:url(../../../images/icons/pfeil-re.png);
}
.pfeil02:hover {
	background-position:0 61px;
}
.pfeil03 {
	margin:-20px 0 0 0;
	display:block;
	width:57px;
	height:60px;
	background-position: 0 0;
	background-image:url(../../../images/icons/pfeil-re.png);
}
.pfeil03:hover {
	background-position:0 61px;
}


/*______Sortiment____________*/
.sortiment h2 {
	position:relative;
	top:-800px;
	color:#3c3c3b;
	margin: 10px 0 0 220px;
	text-decoration:none;
}
.sortiment h2:hover,
.sortiment h2:link, 
.sortiment h2:visited  {
	color:#c61815;
	text-decoration:none
}

.breadcrumbs ul {
	width:100%;
}
.breadcrumbs li {
	position:relative;
	display:inline;
	padding:10px;
	border:1px solid red;
}	
.item-image {
	float:right;
}

/*___________Images______________*/
.background-image-start {
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment: scroll;
	width: 100%;
	height: auto;
	margin: 0;
}
.background-image-start h1 {
	color:#a71d1e;
	text-shadow:  2px  2px 2px #fff,
                  2px -2px 2px #fff,
                 -2px  2px 2px #fff,
                 -2px -2px 2px #fff;
}

.background-image-inhalt {
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment: scroll;
	width: 100%;
	height: auto;
	margin: 0;
}

.background-image {
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment: scroll;
	width: 100%;
	height: auto;
	margin: 0;
}

/*_______Brote__________________________________*/
.herzbube {
  position: relative;
  animation-name: example;
  animation-duration: 4s;
}
.langschlaefer {
  position: relative;
  animation-name: example;
  animation-duration: 4s;
}
.landweissbrot {
  position: relative;
  animation-name: example;
  animation-duration: 4s;
}
@keyframes example {
  0%   {top:-500px;}
  100% {top:0px;}
}

/*_______Vogel____________________*/
.vogel {
  position: absolute;
  top:-170px;
}

/*____________FOOTER______________*/
#footer {
  background-color: #ececec;
  border-top: 1px solid #EAEAEA;
  padding: 5px 0 5px;
  width: 100%;
  margin: 15px 0 0;
}
.adresse {
  padding:45px 0 0 0;
}
.kontakt {
  padding:45px 0 0 0;
}
.socialmedia {
  padding:45px 0 0 0;
  float:right;
}

/*_____________Logo_______________*/   
#logo{
  margin:20px 0 0;
}
#logo a img {
  border: none;
}

/*_______ LOGO im MENÜ______________________________________*/
.navbar-brand {
	position: absolute;
	top:5px;
	margin:0 0 0 50px;
	background:none;
}

/*______Offcanvas-Menu______*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

button {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

button:active {
  color: black;
}

a {
  text-decoration: none;
  color: black;
}

body {
  font: normal 16px/1.5
}


/*______________menu-wrapper___________________________*/
.top-nav .menu-wrapper {
  	position: fixed;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	width: 250px;
  	padding: 40px 0 0 12px;
  	transform: translateX(-250px);
  	transition: transform .7s;
  	background: #fff;
	z-index:999;
}

.top-nav .menu-wrapper.is-opened {
  	transform: translateX(50px);
}

.top-nav .menu-wrapper .menu {
  	opacity: 0;
  	transition: opacity .4s;
}

.top-nav .menu-wrapper.is-opened .menu {
  	opacity: 1;
  	transition-delay: .6s;
}

.top-nav .menu-wrapper .menu a {
  	font-size: 1.2rem;
}

.top-nav .menu-wrapper .menu-close {
  	position: absolute;
  	top: 50px;
  	right: 20px;
  	font-size: 1.6rem;
}


/*__________fixed menu______________________________________ */

.top-nav .fixed-menu {
  	position: fixed;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	display: flex;
  	flex-direction: column;
  	width: 100%;
	height:60px;
  	padding: 20px;
  	background: #EDEDED;
	z-index:999;
}

.top-nav .fixed-menu .menu-open {
	position:absolute;
  	font-size: 1.8rem;
  	text-align: right;
  	width: 40px;
    top:0px;
}
.top-menu ul {
	position:relative;
	top:50px;
	left:100px;
  	width:100px;
 	display:block;
}
.top-menu ul.nav li a  {
  	font-size: 14px;
    margin: 10px 0;
	text-decoration: none;
    font-weight: 400;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-out;
   	-moz-transition: all 0.3s ease-out;
         transition: all 0.3s ease-out;
	border-bottom: 0px solid transparent;
	color:#000;
	float:right;
}
.top-menu ul.nav li a:hover {
	color: #a91d1b;
	text-decoration:none;
}

/*________SORTIERUNG MENU____________________________________*/
.menu-sortierung {
    padding:80px 0 0 105px;
	background-color: #ededed;
}
.menu-sortierung ul.menu li {
	width:180px;
	height:170px;
}
.menu-sortierung ul.menu li a {
	position: absolute;
	text-align: center;
	width:170px;
	height:160px;
}
.image-title {
	color:#000;	
	font-size:16px;
}
.image-title:hover {
	color:#c61515;
}
li.item-110,
li.item-112,
li.item-115,
li.item-160,
li.item-162,
li.item-164{
	background-color:#dadada;
}
li.item-111,
li.item-113,
li.item-161,
li.item-163,
li.item-165{
	background-color:#b3b2b2;
}

li.item-160 a {
	padding-top:120px;
	color:#000;
}
li.item-110 a:hover,
li.item-111 a:hover,
li.item-112 a:hover,
li.item-113 a:hover,
li.item-114 a:hover,
li.item-115 a:hover,
li.item-160 a:hover,
li.item-161 a:hover,
li.item-162 a:hover,
li.item-163 a:hover,
li.item-164 a:hover,
li.item-165 a:hover{
	color:#c61515;
	text-decoration: none;
}



/*________SORTIERUNG UnterMENU______________________________________________*/
.sortierung ul.menu li {
	position:relative;
	left:0px;
	width:330px;
	height:330px;
	margin:10px 15px 10px 15px;
	
}
.sortierung ul.menu li a {
	position: absolute;
	text-align: center;
	width:330px;
	height:330px;
}
.sortierung ul.menu li a .image-title {
	position:absolute;
	top:290px;
	left:0px;
	width:330px;
	color:#fff;
	text-align:center;
	font-family:'grenalecond_regular';
	font-weight:300;
	font-size:25px;
}
.sortierung ul.menu li a .image-title:hover {
	color:#c61515;
}


/*_______ FOOTER MENU ______________________________________*/

.menu_footer {
    padding:30px 0 0 80px;
}
.menu_footer ul {
    position:relative;
 	width:100%;
	display:block;
	padding: 10px;
}
.menu_footer ul.menu li {
    position: relative;
}
.menu_footer ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
	text-decoration: none;
    font-weight: 400;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-out;
   	-moz-transition: all 0.3s ease-out;
         transition: all 0.3s ease-out;
	border-bottom: 0px solid transparent;
	color:#000;
}
.menu_footer ul.menu > li > a:hover {
	color: #a91d1b;
	text-decoration:none;
}
.menu_footer ul.menu > li.active > a {
    color: #a91d1b;
}


/*________Timeline-Historie__________________________________*/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2){
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}


/*______Extra large devices (large desktops, 1200px and up)_____*/
@media (max-width: 1200px) {
	.background-image-start h1 {
		border:1px solid yellow;
		font-size:90px;
	}
	.background-image-inhalt {
		margin-top:19px;
    }
	.karriere-ausbildung {
		position:relative;
		top:-80px;
		left:20px;
	}
	.karriere-ausbildung h1 {
		font-size:35px;
	}
	.karriere-ausbildung p {
		position:relative;
		top:-25px;
		font-size:25px;
	}
	/*______Filialen_____________*/
		.pfeil {
			margin:-85px 100px 0 0;
		}
	/*______Soritment____________*/
		.sortiment h3 {
			top:-350px;
			font-size:40px;
			margin: 10px 0 0 25px;
		}
	/*________SORTIERUNG MENU____________________________________*/
		.menu-sortierung {
			padding:0;
			margin:0 10px;
			background-color:#fff;
			width:100%;
		}
		.menu-sortierung ul.menu li {
			width:145px;
			height:135px;
		}
		.menu-sortierung ul.menu li a {
			position: absolute;
			text-align: center;
			width:145px;
			height:135px;
			padding:0;
		}
		.image-title {
			color:#000;	
			font-size:12px;
		}
		.img-sortierung {
			width:90%;
		}
	/*________SORTIERUNG UnterMENU______________________________________________*/
		.sortierung ul.menu li {
			position:relative;
			left:0px;
			width:275px;
			height:275px;
			margin:5px;
		}
		.sortierung ul.menu li a {
			position: absolute;
			text-align: center;
			width:275px;
			height:275px;
		}
		.sortierung ul.menu li a .image-title {
			position:absolute;
			width:275px;
			top:240px;
			left:0px;
			margin:0;
			text-align:center;
			font-family:'grenalecond_regular';
			font-weight:300;
			font-size:24px;
		}
		.img-produkt {
			width:100%;
		}
}

/*______Large devices (desktops, 992px and up)_____*/
@media (max-width: 992px) {
	.background-image-start h1 {
		border:1px solid blue;
		font-size:60px;
	}
	/*______Filialen_____________*/
		.pfeil {
			margin:-85px 20px 0 0;
		}
	/*______Soritment____________*/
		.sortiment h3 {
			top:-290px;
			font-size:40px;
			margin: 10px 0 0 25px;
		}
	
	/*________SORTIERUNG MENU____________________________________*/
		.menu-sortierung {
			padding:0;
			margin:0 10px;
			background-color:#fff;
			width:100%;
		}
		.menu-sortierung ul.menu li {
			width:110px;
			height:100px;
		}
		.menu-sortierung ul.menu li a {
			position: absolute;
			text-align: center;
			width:110px;
			height:100px;
			padding:0;
		}
		.image-title {
			color:#000;	
			font-size:12px;
		}
		.img-sortierung {
			width:90%;
		}
	/*________SORTIERUNG UnterMENU______________________________________________*/
		.sortierung ul.menu li {
			position:relative;
			left:0px;
			width:205px;
			height:205px;
			margin:5px;
		}
		.sortierung ul.menu li a {
			position: absolute;
			text-align: center;
			width:205px;
			height:205px;
		}
		.sortierung ul.menu li a .image-title {
			position:absolute;
			width:205px;
			top:170px;
			left:0px;
			margin:0;
			text-align:center;
			font-family:'grenalecond_regular';
			font-weight:300;
			font-size:20px;
		}
		.img-produkt {
			width:100%;
		}
	
	/*_______ FOOTER MENU ______________________________________*/
		.footer-logo {
			width:30%;
		}

		.menu_footer {
			padding:0 0 0 0px;
		}
		.adresse {
  			padding:0 0 0 0;
		}
		.kontakt {
			padding:0 0 0 0;
		}
		.socialmedia {
			padding:10px 0 0 0;
			float:none;
		}
}

/*______Medium devices (tablets, 768px and up)_____*/
@media (max-width: 768px) {
	.background-image-start h1 {
		border:1px solid green;
		font-size:45px;
	}
	/*___Karriere___*/
		.karriere h1 {
			font-size:30px;
		}
		.karriere .logo {
			padding:10px 0 0 3px;
			width:40%;
			height:auto;
		}
	/*______Filialen_____________*/
		.filialen-text {
			margin:0;
		}
		.pfeil {
			margin:-85px 100px 0 0;
		}
	/*______Soritment____________*/
		.sortiment h3 {
			top:-220px;
			font-size:35px;
			margin: 10px 0 0 25px;
		}
	
	/*________SORTIERUNG MENU____________________________________*/
		.menu-sortierung {
			padding:0;
			margin:0 10px;
			background-color:#fff;
			width:100%;
		}
		.menu-sortierung ul.menu li {
			width:160px;
			height:150px;
		}
		.menu-sortierung ul.menu li a {
			position: absolute;
			text-align: center;
			width:160px;
			height:150px;
			padding:0;
		}
		.image-title {
			color:#000;	
			font-size:12px;
		}
		.img-sortierung {
			width:90%;
		}
	/*________SORTIERUNG UnterMENU______________________________________________*/
		.sortierung ul.menu li {
			position:relative;
			left:0px;
			width:145px;
			height:145px;
			margin:5px;
		}
		.sortierung ul.menu li a {
			position: absolute;
			text-align: center;
			width:145px;
			height:145px;
		}
		.sortierung ul.menu li a .image-title {
			position:absolute;
			width:145px;
			top:120px;
			left:0px;
			margin:0;
			text-align:center;
			font-family:'grenalecond_regular';
			font-weight:300;
			font-size:18px;
		}
		.img-produkt {
			width:100%;
		}
	
	/*_______ FOOTER MENU ______________________________________*/
		.footer-logo {
			display:none;
		}

		.menu_footer {
			padding:0 0 0 80px;
		}
		.adresse {
  			padding:0 0 0 35px;
		}
		.kontakt {
			padding:0 0 0 0;
		}
		.socialmedia {
			padding:10px 0 0 0;
			float:none;
		}
}
	@media (max-width: 767px) {
		ul.timeline:before {
			left: 40px;
		}

		ul.timeline > li {
		  margin-bottom: 20px;
		  position: relative;
		  width:100%;
		  float: left;
		  clear: left;
		}
		ul.timeline > li > .timeline-panel {
			width: calc(100% - 90px);
			width: -moz-calc(100% - 90px);
			width: -webkit-calc(100% - 90px);
		}

		ul.timeline > li > .timeline-badge {
			left: 28px;
			margin-left: 0;
			top: 16px;
		}

		ul.timeline > li > .timeline-panel {
			float: right;
		}

			ul.timeline > li > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -15px;
				right: auto;
			}

			ul.timeline > li > .timeline-panel:after {
				border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
			}

	.timeline > li.timeline-inverted{
	  float: left; 
	  clear: left;
	  margin-top: 30px;
	  margin-bottom: 30px;
	}

	.timeline > li.timeline-inverted > .timeline-badge{
	  left: 28px;
	}
	}
	
/*______Small devices (landscape phones, 576px and up)_____*/
@media (max-width: 576px) {
	.background-image-start h1 {
		border:1px solid red;
		font-size:30px;
	}
	/*___Karriere___*/
		.karriere h1 {
			font-size:25px;
		}
		.karriere .logo {
			padding:10px 0 0 3px;
			width:30%;
			height:auto;
		}
	/*______Filialen_____________*/
		.filialen-text {
			margin:0 0 0 10px;
		}
		.pfeil {
			margin:-85px 100px 0 0;
		}
	/*______Soritment____________*/
		.sortiment h3 {
			top:-130px;
			font-size:30px;
			margin: 10px 0 0 20px;
		}
	
	/*________SORTIERUNG MENU____________________________________*/
		.menu-sortierung {
			padding:0;
			margin:0 10px;
			background-color:#fff;
			width:100%;
		}
		.menu-sortierung ul.menu li {
			width:120px;
			height:110px;
		}
		.menu-sortierung ul.menu li a {
			position: absolute;
			text-align: center;
			width:120px;
			height:110px;
			padding:0;
		}
		.image-title {
			color:#000;	
			font-size:12px;
		}
		.img-sortierung {
			width:90%;
		}
	/*________SORTIERUNG UnterMENU______________________________________________*/
		.sortierung ul.menu li {
			position:relative;
			left:0px;
			width:160px;
			height:160px;
			margin:5px;
		}
		.sortierung ul.menu li a {
			position: absolute;
			text-align: center;
			width:160px;
			height:160px;
		}
		.sortierung ul.menu li a .image-title {
			position:absolute;
			width:160px;
			top:130px;
			left:0px;
			margin:0;
			text-align:center;
			font-family:'grenalecond_regular';
			font-weight:300;
			font-size:20px;
		}
		.img-produkt {
			width:100%;
		}

	
	/*_______ FOOTER MENU ______________________________________*/
		.footer-logo {
			display:none;
		}

		.menu_footer {
			padding:0 0 0 80px;
		}
		.adresse {
  			padding:0 0 0 35px;
		}
		.kontakt {
			padding:0 0 0 0;
		}
		.socialmedia {
			padding:10px 0 0 0;
			float:none;
		}

}
	