.info-page h1,
.info-page h2,
.info-page h3,
.info-page h4,
.info-page h5,
.info-page h6{
	font-size: 14px;
	font-weight: bold;
}
.info-page .main.container{
	padding: 0.5%;
}
.info-page .main{
	padding:0;
}
.info-page .info-image img{
	width: 100%;
}
.info-page .info-navi{
	background: #f2e9e4;
	text-align: center;
	border-bottom: 1px solid black;
}
.info-page .info-navi ul#info-menu{
	margin:20px auto;
	width: auto;
	display: inline-block;
}
.info-page .info-navi ul#info-menu li{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-right: 36px;
}
.info-page .info-navi ul#info-menu li a.open-page{
	text-decoration: underline;
}
.info-page .info-navi ul#info-menu li:last-child{
	margin-right: 0;
}
.info-page .info-navi ul#info-menu li:hover,
.info-page .info-navi ul#info-menu li:hover a {
	text-decoration: underline;
	color:#000;
}
.info-page .info.content{
	padding: 2% 3% 3%;
}
.info-page table.imprint td{
	padding: 5px;
}
.info-page .info-list{
	list-style: disc;
	margin: 12px 26px;
}
.info-page .faq-navigation {
    background: #F2E9E4;
    padding: 1%;
    margin: 1% 0 3%;
}
.info-page .faq-navigation > ul > li {
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    margin: 1%;
}
.info-page .info.content a{
	text-decoration: underline;
}
.info-page .info.content a:hover {
	color:#000;
	text-decoration: underline;
}
.info-page a[href="#faq-top"]{
	display: block;
	margin-top: 0.5% 0;
	padding: 1%;
	background:  #f2e9e4;
	text-transform: uppercase;	
	font-weight: bold;
	text-decoration: underline;
}
.info-page a[href="#faq-top"]:hover{
	background: #333;
	color: #f2e9e4 !important;
	text-decoration: none;
}
.info-page .faq-block{
	margin-top:12px;
}
.uppercase{
	text-transform: uppercase;
}
.center{
	text-align: center;
}
.table{
	display:table;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
	width:100%;
	margin-bottom: 20px;
}
.row{
	display:table-row;
	width:100%;
}
.column{
	display:table-cell;
	height:100%;
	vertical-align:top;
}
.column-content{
	display:table;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
	width:100%;
}
.column-content:nth-child(even), .column-headline{
	background: #f2e9e4;
}
.column-inner{
	display:table-cell;
	height:100%;
	vertical-align:top;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}
.column-headline{
	font-weight: bold;
	font-size: 1em;
	padding: 13px 0;
	background: #FFE9DA;
	border-bottom: 1px solid #ccc;
}
.table.first .column.first, .table.first .column.second{
	width: 20%;
}
.double-line{
	line-height: 4em;
}
.double-line .column-inner{
	padding: 0;
	line-height: 49px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Auflösungsabhänige anpassungen %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@media screen and (max-width: 820px){
	.table.first .column-headline{
		height: 5em;
		display: block;
	}
}
@media screen and (max-width: 710px){
	.table.third .column-headline{
		height: 5em;
	}
}
@media screen and (max-width: 740px){
	.table.fourth .column-headline{
		height: 5em;
		padding: 13px 3px
	}
}

@media screen and (max-width: 630px) {
	.table.first .column-headline{
		height: auto;
	}
	.table.first .column{
		display: inline-block;
		height: auto;
	}
	.table.first .column.first, .table.first .column.second{
		width: 50%;
	}
}
@media screen and (max-width: 550px){
	.table.second .column-headline{
		height: 5em;
	}
}

/* Mey mini mobile modal
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.mey-mini-mobile-modal{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(182,182,182,0.8) ;
	height: 100%;
	width: 100%;
	z-index: 10001;
	display: none;
}

.mey-mini-mobile-modal .modal-content{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #FFF;
	padding: 30px 20px;
	margin: 0 20px;
}

.mey-mini-mobile-modal .modal-title{
	color: #ED007C;
	font-weight: bold;
	margin-bottom: 20px;
}

.mey-mini-mobile-modal .modal-title.men{
	color: #F17D00;
}

.mey-mini-mobile-modal .close-btn{
	position: absolute;
	top: -25px;
	right: 12px;
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
	z-index: 10001;
}

/* Size guide
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

#sizeguide{
	color: #989898;
	font-size: 15px;
	font-family: "TradeGothicLTStdRegular";
}

#sizeguide .header, #sizeguide .header-2{
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	font-family: "TradeGothicLTStdRegular";
}

#sizeguide .header{
	margin-bottom: 40px;
}

#sizeguide .hr{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #E2E2E2;
}

#sizeguide .filter-btn{
	display: block;
	border: 2px solid #ED007D;
	padding: 10px;
	color: #ED007D;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

#sizeguide .filter-btn.men{
	border-color: #F17D00;
	color: #F17D00;
}

#sizeguide .filter-btn:hover{
	cursor: pointer;
}

#sizeguide .computed-size{
	padding: 10px;
	color: #FFF;
	background-color: #ED007D;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#sizeguide .computed-size.men{
	background-color: #F17D00;
}

#sg-gender-options{
	text-align: center;
	padding: 35px 0;
	font-size: 16px;
}

.sg-gender-option{
	color: #989898;
}

.sg-gender-option:hover{
	color: #6E6E6E;
	cursor: pointer;
}

.sg-gender-option.active{
	color: #6E6E6E;
}

.sg-about{
	padding: 20px 8%;
	border: 2px solid #979797;
	text-align: center;
	margin: 0 10%;
}

.sg-about .title{
	font-family: 'MeyHeadline';
	font-size: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: 2px;
}

.sg-about-instructions{
	padding: 20px 0;
	overflow: auto;
}

.sg-about-instructions .image{
	float: left;
	width: 40%;
	text-align: right;
}

.sg-about-instructions .image img{
	max-width: 100%;
}

.sg-about-instructions .details{
	float: left;
	width: 60%;
	padding: 50px 0 0 50px;
}

.sg-about-instructions p{
	margin-top: 60px;
	margin-bottom: 40px;
}

.sg-about-instructions ol li{
	margin-bottom: 20px;
}

.sg-about-instructions-mobile{
	display: none;
	text-align: center;
	padding: 20px 0;
}

.sg-about-instructions-mobile .step{
	position: relative;
}

.sg-about-instructions-mobile .overlay-info{
	position: absolute;
	top: 0;
	border: 2px solid #ED007D;
	padding: 10px;
	color: #ED007D;
	background-color: #FFFFFF;
	width: 60%;
}

.sg-about-instructions-mobile img{
	max-width: 100%;
}

.your-big-for-our-less{
	padding: 40px 0;
	overflow: auto;
}

.your-big-for-our-less .image{
	float: left;
	width: 40%;
	text-align: right;
}

.your-big-for-our-less .image img{
	max-width: 100%;
}

.your-big-for-our-less .details{
	float: left;
	width: 60%;
	padding-left: 50px;
}

.size-dropdowns{
	overflow: auto;
	padding: 40px 0;
}

.size-dropdowns-caption{
	margin-bottom: 40px;
}

.col-size-dropdowns{
	width: 70%;
}

.col-computed-size{
	width: 30%;
	vertical-align: bottom !important;
	padding-bottom: 20px;
}

.col-filter-btn{
	width: 100%;
	height: 45px;
}

.row-size-dropdown{
	margin-bottom: 20px;
	overflow: auto;
}

.size-dropdowns table{
	width: 100%;
}

.size-dropdowns table td{
	vertical-align: middle;
}

.size-dropdowns .col-label, .size-dropdowns .col-dropdown{
	width: 50%;
	padding-bottom: 20px;
}

.size-chart{
	padding: 40px 0;
}

.size-chart-table-panel{
	margin-top: 40px;
	color: #000000;
}

.size-chart-table-panel .title{
	margin-bottom: 20px;
	font-weight: bold;
}

.size-chart-table-wrapper{
	margin-bottom: 40px;
	overflow-x: auto;
}

.size-chart-table{
	width: 100% !important;
}

.size-chart-table .column-headline, .size-chart-table .column-inner{
	border-bottom: 0;
}

.size-chart-table .column-headline, .size-chart-table .column-content:nth-child(even){
	background-color: #EFEFEC;
}

#women-bra-sizes-table{
	min-width: 1100px !important;
}

#women-bra-sizes-table.first .column.first, #women-bra-sizes-table.first .column.second{
	width: 20% !important;
}

#women-bra-sizes-table.first .column.third{
	width: 60% !important;
}

#women-underwear-sizes-table{
	min-width: 900px !important;
}

#women-underwear-sizes-table.first .column.first, #women-underwear-sizes-table.first .column.second,
#women-underwear-sizes-table.first .column.third, #women-underwear-sizes-table.first .column.fourth{
	width: 25% !important;
}

#women-top-sizes-table{
	min-width: 900px !important;
}

#women-top-sizes-table.first .column.first, #women-top-sizes-table.first .column.second,
#women-top-sizes-table.first .column.third, #women-top-sizes-table.first .column.fourth{
	width: 25% !important;
}

#women-bottom-sizes-table{
	min-width: 900px !important;
}

#women-bottom-sizes-table.first .column.first, #women-bottom-sizes-table.first .column.second,
#women-bottom-sizes-table.first .column.third, #women-bottom-sizes-table.first .column.fourth{
	width: 25% !important;
}

#men-top-sizes-table{
	min-width: 900px !important;
}

#men-top-sizes-table.first .column.first, #men-top-sizes-table.first .column.second,
#men-top-sizes-table.first .column.third, #men-top-sizes-table.first .column.fourth{
	width: 25% !important;
}

#men-bottom-sizes-table{
	min-width: 900px !important;
}

#men-bottom-sizes-table.first .column.first, #men-bottom-sizes-table.first .column.second,
#men-bottom-sizes-table.first .column.third, #men-bottom-sizes-table.first .column.fourth{
	width: 25% !important;
}

.size-chart-toggle-btn{
	position: absolute;
	right: 10%;
	cursor: pointer;
}

.size-chart-toggle-btn img{
	height: 20px;
}

@media screen and (max-width: 425px) {

	#sizeguide{
		margin: 0 20px;
	}

	#sizeguide .header{
		margin-bottom: 20px;
	}

	#sizeguide .header-2{
		font-size: 14px;
		font-weight: bold;
	}

	#sg-gender-options{
		padding: 15px 0;
	}

	.sg-about{
		margin: 0;
		padding: 20px;
	}

	.sg-about .title{
		font-size: 20px;
		padding-top: 0;
	}

	.sg-about p{
		margin: 0;
	}

	.sg-about-instructions{
		display: none;
	}

	.sg-about-instructions-mobile{
		display: block;
	}

	.your-big-for-our-less{
		padding: 20px 0 0;
	}

	.your-big-for-our-less .image{
		width: 100%;
	}

	.your-big-for-our-less .details{
		width: 100%;
		padding: 20px 0 0;
	}

	.size-dropdowns{
		padding: 15px 0;
	}

	.size-dropdowns-caption{
		margin-bottom: 15px;
	}

	.col-size-dropdowns{
		width: 100%;
	}

	.col-computed-size{
		display: none;
	}

	.size-dropdowns .col-dropdown{
		text-align: right;
	}

	.col-filter-btn{
		display: none;
	}

	.size-chart{
		padding: 20px 0;
	}

	.size-chart-table-wrapper{
		margin-bottom: 20px;
	}

	.size-chart-toggle-btn{
		right: 10%;
	}

	.size-chart-toggle-btn img{
		height: 15px;
	}
}