/*-----STYLES FS2017-1 ------------*/
/*---- HOME BRANDS ----*/
.block.home-brands{
	text-align:center;
	font-size:14px;
	margin-top: 60px;
}
.block.home-brands .button{
	background:none !important;
	border: 1px solid #666666 !important;
	color: #666666 !important;
}
.block.home-brands .button.mephisto{
	background:#305944 !important;
	border: none !important;
	color: #ffffff !important;
}
.block.home-brands .button.mobils{
	background:#717779 !important;
	border: none !important;
	color: #ffffff !important;
}
.block.home-brands .button.allrounder{
	background:#003770 !important;
	border: none !important;
	color: #ffffff !important;
}
.block.home-brands .button.sano{
	background:#83b81a !important;
	border: none !important;
	color: #ffffff !important;
}
.block.home-brands a.button:hover{
	color: #ffffff !important;
	border: none !important;
	background-color:#cf0e2f !important;
}
.block.home-brands div:nth-child(1),
.block.home-brands div:nth-child(2),
.block.home-brands div:nth-child(3){
	border-right:1px solid #cccccc;
}
@media only screen and (max-width: 479px){
	.block.home-brands{
		margin: 0;
	}
	.block.home-brands div:nth-child(1),
	.block.home-brands div:nth-child(2),
	.block.home-brands div:nth-child(3){
		border-bottom:1px solid #cccccc;
		border-right:none;
	}
}

/*---- HOME SEO ----*/
.block.home-seo h2{
	font-family: 'IM Fell Great Primer' !important;
	font-style:italic;
	text-transform:none !important;
	font-size:20px !important;
	margin-bottom: 30px !important;
}
.block.home-seo h1{
	margin-bottom: 10px !important;
}
.block.home-seo p{
	margin: 0 120px 40px;
}
.block.home-seo .widget-multicolumn p{
	margin: 0 !important;
}
.block.home-seo .widget-multicolumn{
	font-size:14px;
	text-align:center;
}
.block.home-seo .widget-multicolumn b{
	font-family:'OpenSansBold';
}

.block.home-seo div:nth-child(1),
.block.home-seo div:nth-child(2),
.block.home-seo div:nth-child(3){
	border-right:1px solid #cccccc;
}
.block.home-seo .column-25{
	padding:0 10px;
}

/*----- HOME SEO > HANDMADE -----*/
.block.home-seo .badge-handmade{
	z-index: 10;
	position: relative;
	text-align: center;
	margin-bottom: -40px;
}
.block.home-seo .badge-handmade img{
	display:inline;
}
.block.home-seo .block.home-handmade{
	/* top: -80px; */
	position: relative;
	z-index: 5;
}
.block.home-seo .block.home-handmade div{
	border-right:none !important;
}

/*---- HOME HIGHLIGHTS ----*/
.block.home-highlights-women .widget-title span,
.block.home-highlights-men .widget-title span{
	font-family: 'IM Fell Great Primer' !important;
	font-style:italic;
	text-transform:none !important;
	font-size:20px !important;
}
.block.home-highlights-men .widget.widget-link_category.widget-link span, .block.home-highlights-women .widget.widget-link_category.widget-link span, .block.landingpage .widget.widget-link_category.widget-link span {
    padding: 8px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    background-color: #2f5844;
}

/*--- HOME TEASER ---*/
.block.home-teaser .column-33{
	position: relative;
}
.block.home-teaser .teaser-text.bottom{
	position:absolute;
	bottom:20px;
}
.block.home-teaser .teaser-text{
	width: 100%;
}
.block.home-teaser .teaser-text p{
	margin-bottom: 10px !important;
}
.block.home-teaser .teaser-text.center{
    text-align: center;
}
/*-- negative Text --*/
.block.home-teaser .teaser-text.neg p{
	color: #ffffff !important;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.block.home-teaser .teaser-text.neg h3{
	color: #ffffff !important;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
	text-transform:uppercase;
	font-size:24px;
	font-family:'OpenSansBold';
	font-weight:normal;
}
.block.home-teaser .teaser-text.neg .button{
    border: 1px solid #ffffff;
    background: rgba(0,0,0,0.1) !important;
}
.block.home-teaser .teaser-text.neg a{
	color: #ffffff !important;
}
.block.home-teaser .teaser-text.neg .button:hover{
	background-color:#cf0e2f !important;
    border: 1px solid #cf0e2f;
}
/*-- Positive Text --*/

.block.home-teaser .teaser-text.pos p{
	color: #666666 !important;
}
.block.home-teaser .teaser-text.pos h3{
	color: #666666 !important;
	text-transform:uppercase;
	font-size:24px;
	font-family:'OpenSansBold';
	font-weight:normal;
}
.block.home-teaser .teaser-text.pos .button{
    border: 1px solid #666666;
    background: none !important;
}
.block.home-teaser .teaser-text.pos a{
	color: #666666 !important;
}
.block.home-teaser .teaser-text.pos a:hover{
	color: #ffffff !important;
}
.block.home-teaser .teaser-text.pos .button:hover{
	background-color:#cf0e2f !important;
    border: 1px solid #cf0e2f;
	color: #ffffff !important;
}

.block.home-teaser .teaser-text.red .button{
    background: #b3120f !important;
}
.block.home-teaser .teaser-text.red a{
	color: #ffffff !important;
}
.block.home-teaser .teaser-text.red .button:hover{
	background-color:#cf0e2f !important;
}
.block.home-teaser .teaser-image{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.block.home-teaser .teaser-image:hover{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.03);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 200ms ease-in;
    transform: scale(1.03);
}




/*--- HOME TEASER > BOX-TOP und BOTTOM ---*/
.block.home-teaser .box-top,
.block.home-teaser .box-bottom{
	height:275px;
	position: relative;
	background-color: #f3f3f5;
}
.block.home-teaser .box-top{
	margin-bottom: 16px;
}
.block.home-teaser .teaser-text.bottom{
	bottom:15px;
}


/*--- HOME STAGE ---*/
.block.home-stage{
	position:relative;
	margin-bottom:40px;
}
.block.home-stage .stage-image{
	position:relative;
}
.block.home-stage .stage-image{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.block.home-stage .stage-image:hover{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
}

.block.home-stage .stage-text{
	position:absolute;
	top:0;
	text-align:center;
	width:100%;
	margin-top: 40px;
}
.block.home-stage .vcenter-wrap{
	height: 100%;
    position: relative;
    display: table;
}
.block.home-stage .vcenter{
    display: table-cell;
    vertical-align: middle;
}

/*-- Positive Text --*/
.block.home-stage .stage-text.pos p{
	color: #666666 !important;
	font-size:16px;
}
.block.home-stage .stage-text.pos h1{
	font-size:35px;
	margin-bottom:15px !important;
}
.block.home-stage .stage-text.pos h3{
	color: #666666 !important;
	text-transform:uppercase;
	font-size:24px;
	font-family:'OpenSansBold';
	font-weight:normal;
}
.block.home-stage .stage-text.pos .button{
    border: 1px solid #666666;
    background: none !important;
    margin-bottom:10px !important;
}
.block.home-stage .stage-text.pos a{
	color: #666666 !important;
}
.block.home-stage .stage-text.pos a:hover{
	color: #ffffff !important;
}
.block.home-stage .stage-text.pos .button:hover{
	background-color:#cf0e2f !important;
    border: 1px solid #cf0e2f;
	color: #ffffff !important;
}

/*--- HOME STAGE > THEME oceania-trail-air 2017-1 ---*/
.block.home-stage.oceania-trail-air-20171 .stage-text.pos .button{
    border: none !important;
    background: #416492 !important;
}
.block.home-stage.oceania-trail-air-20171 .stage-text.pos .button:hover{
	background-color:#cf0e2f !important;
    border: 1px solid #cf0e2f;
	color: #ffffff !important;
}
.block.home-stage.oceania-trail-air-20171 .stage-text.pos a{
	color: #ffffff !important;
	font-family:'OpenSansBold';
}
.block.home-stage.oceania-trail-air-20171 .stage-text.pos .subline{
    font-family: 'IM Fell Great Primer' !important;
    font-style: italic;
    text-transform: none !important;
    margin-top: 10px;
    color: #999999 !important;
}
@media only screen and (max-width: 479px){
	.block.home-stage.oceania-trail-air-20171 .stage-text{
		position: relative;
    	margin-top: 0;
    	background: #fbfbfc;
	}
	.block.home-stage.oceania-trail-air-20171 .stage-text.pos h1{
		font-size: 24px;
	}
	.block.home-stage.oceania-trail-air-20171 .stage-text.pos .button{
		margin-left: 0 !important;
	}
	.block.home-stage.oceania-trail-air-20171 .stage-text.pos .subline{
    	margin-bottom: 0px;
	}
}


/*--- HOME STAGE > THEME frank-oceania 2017-1 ---*/
.block.home-stage.frank-oceania-20171 .stage-text{
    margin-top: 0;
    height: 100%;
}
.block.home-stage.frank-oceania-20171 .stage-text.pos{
    width: 50%;
    right: 0;
    padding: 0 40px;
}
.block.home-stage.frank-oceania-20171 .stage-text.pos .button{
    border: none !important;
    background: #416492 !important;
}
.block.home-stage.frank-oceania-20171 .stage-text.pos .button:hover{
	background-color:#cf0e2f !important;
    border: 1px solid #cf0e2f;
	color: #ffffff !important;
}
.block.home-stage.frank-oceania-20171 .stage-text.pos a{
	color: #ffffff !important;
	font-family:'OpenSansBold';
}
.block.home-stage.frank-oceania-20171 .stage-text.pos .subline{
    font-family: 'IM Fell Great Primer' !important;
    font-style: italic;
    text-transform: none !important;
    margin-top: 10px;
    color: #999999 !important;
	margin-bottom: 0;
}
@media only screen and (max-width: 479px){
	.block.home-stage.frank-oceania-20171 .stage-text{
		position: relative;
    	margin-top: 0;
    	background: #fbfbfc;
	}
	.block.home-stage.frank-oceania-20171 .stage-text.pos h1{
		font-size: 24px;
	}
	.block.home-stage.frank-oceania-20171 .stage-text.pos .button{
		margin-left: 0 !important;
	}
	.block.home-stage.frank-oceania-20171 .stage-text.pos .subline{
    	margin-bottom: 0px;
	}
	.block.home-stage.frank-oceania-20171 .stage-text.pos{
		width:100%;
		padding:10px 0 20px 0;
		background: #feeed7; /* Old browsers */
		background: -moz-linear-gradient(top, #feeed7 0%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #feeed7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #feeed7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeed7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.block.home-stage.frank-oceania-20171 .vcenter-wrap{
		width:100%;
	}

}
/*--- HOME STAGE > THEME bambou-20171 ---*/
.block.home-stage.bambou-20171 .stage-text{
    margin-top: 0;
    height: 100%;
}
.block.home-stage.bambou-20171 .stage-text.pos{
    width: 40%;
    right: 0;
    padding: 0 40px;
}
.block.home-stage.bambou-20171 .stage-text.pos h1{
	font-size:54px;
	margin-bottom:0 !important;
}
.block.home-stage.bambou-20171 .stage-text.pos h2{
	font-size:24px;
	margin-bottom:15px !important;
}
.block.home-stage.bambou-20171 .stage-text.pos .button{
    border: none !important;
    background: #84b33d !important;
}
.block.home-stage.bambou-20171 .stage-text.pos .button:hover{
	background-color:#cf0e2f !important;
    border: 1px solid #cf0e2f;
	color: #ffffff !important;
}
.block.home-stage.bambou-20171 .stage-text.pos a{
	color: #ffffff !important;
	font-family:'OpenSansBold';
}
.block.home-stage.bambou-20171 .stage-text.pos .subline{
    font-family: 'IM Fell Great Primer' !important;
    font-style: italic;
    text-transform: none !important;
    margin-top: 10px;
	margin-bottom: 0;
}
.block.home-stage.bambou-20171 .stage-text.pos .subline span{
    font-family: 'IM Fell Great Primer' !important;
    font-style: italic;
    text-transform: none !important;
	font-size: 18px;
}
.block.home-stage.bambou-20171 .stage-text.pos .subline span:before {
    content: "\f18c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #84b33d;
    padding-right: 0.5em;
}

/*--- HOME STAGE > THEME bambou-20171 > SMARTPHONE Portrait ---*/
@media only screen and (max-width: 479px){
	.block.home-stage.bambou-20171 .stage-text{
		position: relative;
    	margin-top: 0;
    	background: #f0f6e2;
	}
	.block.home-stage.bambou-20171 .stage-text.pos h1{
		font-size: 36px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos h2{
		font-size: 18px;
		margin-bottom: 12px !important;
	}
	.block.home-stage.bambou-20171 .stage-text.pos .button{
		margin-left: 0 !important;
	}
	.block.home-stage.bambou-20171 .stage-text.pos .subline{
    	margin: 0px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos .subline span{
    	font-size: 14px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos{
		width:100%;
		padding:10px 0 20px 0;
	}
	.block.home-stage.bambou-20171 .vcenter-wrap{
		width:100%;
	}
}
/*--- HOME STAGE > THEME bambou-20171 > IPAD Portrait ---*/
@media screen and (max-device-width: 1024px)
and (min-device-width: 768px)
and (orientation: portrait){
	.block.home-stage.bambou-20171 .stage-text.pos h1{
		font-size:44px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos h2{
		font-size:16px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos .subline span{
    	font-size: 14px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos .subline{
    	margin: 0px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos{
		padding:0 20px;
	}
}
/*--- HOME STAGE > THEME bambou-20171 > IPAD Landscape ---*/
@media screen and (max-device-width: 1024px)
and (min-device-width: 768px)
and (orientation: landscape){
	.block.home-stage.bambou-20171 .stage-text.pos h1{
		font-size:48px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos h2{
		font-size:20px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos .subline span{
    	font-size: 16px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos .subline{
    	margin: 0px;
	}
	.block.home-stage.bambou-20171 .stage-text.pos{
		padding:0 20px;
	}
}

/*--- 1024 ---*/
@media only screen and (max-width: 1024px) {
	.block.home-stage .stage-text{
		margin-bottom:20px;
	}
	.block.home-stage .stage-text.pos h1 {
	    font-size: 30px;
	    margin-bottom: 10px !important;
	}
	.block.home-stage .stage-text.pos p {
	    font-size: 14px;
	}
	block.home-stage .stage-text {
	    margin-top: 30px;
	}
	.block.home-stage.oceania-trail-air-20171 .stage-text.pos .subline{
		margin-top: 10px;
	}
	.block.home-teaser .teaser-text.pos h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.block.home-teaser .teaser-text.pos .button{
		padding: 5px 10px;
	}
	.block.home-teaser .box-top,
	.block.home-teaser .box-bottom{
		height:220px;
	}
	.block.home-teaser .box-top{
		margin-bottom: 10px;
	}
	.block.home-teaser .teaser-text.bottom{
		bottom:7px;
	}
}
/*--- SMARTPHONE Portrait ---*/
@media screen and (max-width : 544px){
	.block.home-teaser .box-top,
	.block.home-teaser .box-bottom{
		height:auto;
	}
	.block.home-teaser .box-top .teaser-text.bottom,
	.block.home-teaser .box-bottom .teaser-text.bottom{
		position:relative;
		padding-top: 15px;
	}
}
/*--- iPad Portrait und Landscape ---*/
@media screen and (min-device-width : 768px)
and (max-device-width : 1024px)  {

}
/*--- iPad Landscape ---*/
@media screen and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)  {
	.block.home-stage .stage-text .button {
    	margin-left: 0 !important;
	}
}
/*--- iPad Portrait---*/
@media screen and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){
	.block.home-stage .stage-text.pos h1 {
	    font-size: 24px;
	}
	.block.home-stage .stage-text {
	    margin-top: 20px;
	}
	.block.home-stage .stage-text .button {
    	margin-left: 0 !important;
	}
	.block.home-teaser .column-33{
		width:50%;
	}
	.block.home-teaser .column-33.hide-tablet-hf{
		display:none;
	}
}

/*--- NUR ZUM DEBUGGEN ---*/
.cms-home-prev .small-container-mep,
.cms-home-prev-2 .small-container-mep,
.cms-home-prev-3 .small-container-mep{
	display:none;
}



/*--------- UX Optimierung -----------------*/
/*--- 1024 ---*/
@media only screen and (max-width: 1024px) {
	.page-header .header-fourth-level .header-child-container p.icon-key-outline{
		display:none;
	}
}
/*
.main-container-mep{
	padding-top:20px !important;
}
*/
h1, h2, h3 {
	font-weight:200 !important;
}

/*--- 479 max ---*/
@media only screen and (max-width: 479px){
	.main-mep{
		padding:0 20px !important;
	}
	.footer-container .footer .footer-child-container{
		padding:30px 20px !important;
	}
	.footer-container .footer .footer-child-container #signup input[type=text]{
		width:auto;
	}
}

/*-------- ANPASSUNG REPONSIVE SHOW/HIDE CUSTOM CLASS MAGENTO ------------*/
.show-on-mobile{
	display:none !important;
}
@media only screen and (max-width: 479px){
	.hide-on-mobile{
		display:none !important;
	}
	.show-on-mobile{
		display:block !important;
	}
}
/*----- From Bootsrap ------*/
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}