	#index #center_column {
    width: 100%
  
  }
  
  #index #right_column {
    display: none
  }
  
  .angebote {
    width: 100%
  }
  .angebote > div {
		margin: 15px -7.5px;
	}
	
	#headangebote {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		text-align: center;
		height: 100px;
		overflow:hidden;
	
	}
  
  @media screen and (max-width: 980px) {
    #headangebote {
      display: none;
    }
    
    #directlinks {
      bottom: 20px;
    }
  }

	#footer-angebote > div {
		background: #fff;
		padding:7.5px 0px;
	}
	
	.angebot > div a {
		display: block;
		height: 100%;
	}

	#footer-angebote .angebot > div {
		height: 100%;
	}
	
	.angebote > div > div {
		width: 290px;  
		height: 290px;
		float: left;
		margin: 7.5px 7.5px;   
	}
  
  @media screen and (max-width: 1280px) {
    .angebote > div > div {
      width: calc(33% - 15px);
      height: calc(33vw - 20px);
    }
  }
  
  @media screen and (max-width: 800px) {
    .angebote > div > div {
      width: calc(50% - 15px);
      height: calc(50vw - 20px);
    }
  }  
  
  @media screen and (max-width: 420px) {
    .angebote > div {
      position: relative;
      width: 100%;
    }
    .angebote > div > div {
      width: 100%;
      height: auto;
    }
    
    
  }  
	
	.angebote > div > div:last-child {
		margin-right: 0px;
	}
	
	.angebote.slick-slider {
		margin: 0px 30px;
	}
	
	.angebote .slick-slide {
		position: relative;
		height: auto;
	}
	
	.angebote .slick-slide > div, .angebote .slick-slide > div > div, .angebote .slick-slide > div > div > div{
		height: 100%;
	}
	
	.slick-prev:before {
		display: block; 
		width: 40px;
		height: 40px;
		content:'';
		background: url(/shop/themes/walfisch/img/Elemente/Buttons_und_Icons/button_galerie_pfeil_zurueck.svg) no-repeat 5px 3px;
	} 
	
	.slick-next:before {
		display: block; 
		width: 50px;
		height: 50px;
		content:'';
		background: url(/shop/themes/walfisch/img/Elemente/Buttons_und_Icons/button_galerie_pfeil_vor.svg) no-repeat 9px 7px;
	}
	
	.slick-prev , .slick-next {
		display: block; 
		width: 50px;
		height: 50px;
		background: #fff;
		z-index: 100;
		border-radius: 25px;
	}
	
	
	
	.angebot > div {
		overflow: hidden;
		position:relative;
		width: 100%;	
		background-size: cover	
	}
	
	.angebote > div > div > div:before {
		content: "";
		display:block;
		padding-top: 100%;
	}	
	
	.angebote > div > div > div > * {
	 	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}	
	
	#headangebote > .angebot {
		width: 370px;
		position: relative;
		display: inline-block;
		margin: 0px 7.5px;
		height: 90px;
	}
  
  @media screen and (max-width: 1280px) {
    #headangebote > .angebot {
      width: calc(33% - 15px);
    }
  }  
  
  @media screen and (max-width: 700px) {  
  	.angebote.slick-slider {
  		margin: 0px 20px;
  	}  
    .slick-next
    {
        right: -20px;
    }    
  }
	
	.angebote > div > div > div > * > div, .angebote .slick-slide > div > div > div > div > * > div, #headangebote > .angebot > * {
	 	position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin-bottom: -2px;
		/*padding: 7.5px 12px;*/
    padding: 9px 17px 16px 17px;
    line-height: 27px;
    font-size: 18px;
    font-weight: normal;
		background: rgba(255, 255, 255, 0.7);
		background: url(/shop/themes/walfisch/img/Elemente/Linien_Dekore/Fond_Angebot_Textfeld.png);
		color: #52575c;
		text-align: left;
    white-space: nowrap;
    min-height: 80px;
	}	

	
	.angebote > div > div > div > * > div > .neu, .angebote > div > div > div > * > div > .preis, 
	.angebote .slick-slide > div > div > div > div > * > div > .neu, .angebote .slick-slide > div > div > div > div > * > div > .preis {
	 	position: absolute;
		right: 0;
		bottom: 60px;
		width: 90px;
		height: 45px;
		background: url(/shop/themes/walfisch/img/Elemente/Fahne/Fahne_EUR.png);	
    font-size:19px;	
	}
	
	.angebote > div > div > div > * > div > .neu, .angebote > div > div > div > * > div > .preis, 
	.angebote .slick-slide > div > div > div > div > * > div > .neu, .angebote .slick-slide > div > div > div > div > * > div > .preis {	
		color: #fff;
		padding: 9px 10px 5px 25px;
		font-weight: bold;
		font-family: 'Montserrat', sans-serif;
		background: url(/shop/themes/walfisch/img/Elemente/Fahne/Fahne_EUR.png);		
    bottom: 52px;
	}
  
  .angebote > div > div > div > * > div > .neu,
  .angebote .slick-slide > div > div > div > div > * > div > .neu {
    padding-left: 20px;
  } 
	
	.angebote > div > div > div > * > div > .preis:before, 
	.angebote .slick-slide > div > div > div > div > * > div > .preis:before {	
		content: '€ ';
		position: absolute;
		left:10px;
		top: 8px;
		font-size: 14px;
	}	
	
	.angebote > div > div > div > * > div > div, .angebote .slick-slide > div > div > div > div > * > div > div {
		color: #006633;
		font-weight: bold;
		font-size: 12px;
		font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
		/*letter-spacing: 0.2em;*/
	}		
  
  .angebot div a div > div {
    max-height: 68px;
    overflow: hidden;
  }