.nst-page-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nst-page-wrapper * {
	margin: 0;
	padding: 0;
}

.nst-page-wrapper {
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #757477;
}

.nst-page-wrapper a {
	color: #21aaae;
	text-decoration: underline;
}

.nst-page-wrapper a:hover {
	text-decoration: none;
}

.nst-page-wrapper h1 {
	font-size: 25px;
	font-weight: normal;
	padding: 5px 15px;
	border-bottom: 1px solid #000;
	color: #000;
}

.nst-page-wrapper h2 {
	font-size: 22px;
	font-weight: normal;
	color: #21aaae;
	margin-bottom: 5px;
}

.nst-page-wrapper h2 .fa {
	font-size: 18px;
}

.nst-page-wrapper h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.nst-page-wrapper img {
	display: block;
	max-width: 100%;
	vertical-align: bottom;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
}

.nst-page-wrapper ul {
	margin-left: 18px;
}

.nst-page-wrapper ul li {
	padding: 3px 0;
}

.nst-page {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto 30px;
	background-color: #fff;
}

@media only screen and (min-width : 850px) {

.nst-page-wrapper h1 {
	font-size: 35px;
	padding: 5px 25px;
}

}

/*==== Header ====*/

.nst-header-main {
	border: 1px solid #000;
	padding: 15px 10px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.nst-link-shop {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.nst-link-shop img {
	display: block;
	width: 50%;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
	margin: 0 auto;
}

.nst-logo {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	    -ms-flex-order: 0;
	        order: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 20px;
}

.nst-logo img {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
	width: 100%;
}

.nst-reviews {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.nst-reviews img {
	width: 50%;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
	margin: 0 auto;
}


@media only screen and (min-width : 650px) {

.nst-header-main {
	padding: 30px 0;
	margin-bottom: 40px;
}

.nst-link-shop {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	    -ms-flex-order: 0;
	        order: 0;
	width: 18.3639399%;
}

.nst-link-shop img {
	width: 74.0909091%;
}

.nst-logo {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-bottom: 0;
}

.nst-logo img {
	width: 90.3693931%;
}

.nst-reviews {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	width: 18.3639399%;
}

.nst-reviews img {
	width: 65%;
}

}


/*==== Kurzinfos ====*/

.nst-short-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 20px;
}

.nst-gallery {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 20px;
}

.nst-gallery img {
	max-width: 100%;
}

.nst-short-info-content {
	width: 100%;
}

.nst-short-info-content .nst-sic-mc {
	padding: 20px 15px;
} 

.nst-short-info-content .nst-uebersicht {
	margin-bottom: 20px;
}


@media only screen and (min-width : 850px) {

.nst-short-info {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-bottom: 40px;
}

.nst-gallery {
	width: 36.6666667%;
}

.nst-short-info-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.nst-short-info-content .nst-sic-mc {
	padding: 20px 25px;
} 

}


/*==== Langinfos ==== */

.nst-long-info input,
.nst-long-info .nst-long-info-content > div {
	display: none;
}

.nst-long-info #tab1:checked ~ section .tab1,
.nst-long-info #tab2:checked ~ section .tab2,
.nst-long-info #tab3:checked ~ section .tab3,
.nst-long-info #tab4:checked ~ section .tab4 {
	display: block;
}

.nst-long-info-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: 0;
}

.nst-long-info-nav ul li {
	width: 100%;
	list-style-type: none;
	background-color: #333;
	color: #fff;
	margin: 0;
	border: 1px solid #000;
	font-size: 16px;
}

.nst-long-info #tab1:checked ~ nav li.tab1,
.nst-long-info #tab2:checked ~ nav li.tab2,
.nst-long-info #tab3:checked ~ nav li.tab3,
.nst-long-info #tab4:checked ~ nav li.tab4 {
	background-color: #fff;
	color: #21aaae;
	border-bottom: none;
}

.nst-long-info-nav ul li label {
	display: block;
	padding: 3px 15px;
	cursor: pointer;
}

.nst-long-info-content {
	padding: 10px 20px;
	margin-top: -1px;
	margin-bottom: 20px;
	border: 1px solid #000;
	max-height: 350px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.nst-payment-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.nst-payment-logo {
	display: none;
}

.nst-payment-paypal {
	margin-top: 15px;
}

@media only screen and (min-width : 550px) {

.nst-long-info-nav ul li {
	width: 49.5%;
}

.nst-payment-info {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	margin-right: 15%;
}

.nst-payment-logo {
	display: block;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	    -ms-flex-order: 0;
	        order: 0;
	margin-right: 20px;
}

.nst-payment-paypal {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

}

@media only screen and (min-width : 850px) {

.nst-long-info-nav ul {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.nst-long-info-nav ul li {
	width: auto;
	margin: 0 5px 0  0;
}

.nst-long-info-content {
	margin-bottom: 40px;
}

}


/*==== Infos Fußzeile ==== */

.nst-bottom-info strong {
	display: inline-block;
	color: #21aaae;
	font-size: 20px;
	padding-bottom: 5px;
}

.nst-bottom-info input,
.nst-bottom-info-content > div {
	display: none;
}

.nst-bottom-info #tab101:checked ~ section .tab101,
.nst-bottom-info #tab102:checked ~ section .tab102,
.nst-bottom-info #tab103:checked ~ section .tab103,
.nst-bottom-info #tab104:checked ~ section .tab104,
.nst-bottom-info #tab105:checked ~ section .tab105,
.nst-bottom-info #tab106:checked ~ section .tab106 {
	display: block;
}

.nst-bottom-info-nav {
	background-color: #edf6fb;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.nst-bottom-info-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0;
}

.nst-bottom-info-nav ul li {
	list-style-type: none;	
	color: #fff;
	width: 45%;
}

.nst-bottom-info-nav ul li label {
	cursor: pointer;
}

.nst-bottom-info-nav ul li .nst-bi-clicker {
	display: block;
	text-align: center;
}

.nst-bottom-info-nav ul li .nst-bi-clicker:before {
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	margin: 0 auto 10px;
	background-size: auto 85%;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.nst-bottom-info-nav ul li .nst-bi-clicker.versprechen:before {
	background-image: url(versprechen-icon.png);
}

.nst-bottom-info-nav ul li .nst-bi-clicker.gewaehrleistung:before {
	background-image: url(gewaehrleistung-icon.png);
}

.nst-bottom-info-nav ul li .nst-bi-clicker.versand:before {
	background-image: url(versand-icon.png);
}

.nst-bottom-info-nav ul li .nst-bi-clicker.kontakt:before {
	background-image: url(kontakt-icon.png);
}

.nst-bottom-info-nav ul li .nst-bi-clicker.bewertung:before {
	background-image: url(bewertung-icon.png);
}

.nst-bottom-info-nav ul li .nst-bi-clicker.hinweise:before {
	background-image: url(hinweise-icon.png);
}

.nst-bottom-info #tab101:checked ~ nav li.tab101 .nst-bi-clicker:before,
.nst-bottom-info #tab102:checked ~ nav li.tab102 .nst-bi-clicker:before,
.nst-bottom-info #tab103:checked ~ nav li.tab103 .nst-bi-clicker:before,
.nst-bottom-info #tab104:checked ~ nav li.tab104 .nst-bi-clicker:before,
.nst-bottom-info #tab105:checked ~ nav li.tab105 .nst-bi-clicker:before,
.nst-bottom-info #tab106:checked ~ nav li.tab106 .nst-bi-clicker:before {
	background-color: #b0e0e4;
}

.nst-bottom-info-nav ul li span {
	display: block;
	background-color: #888b8d;
	padding: 3px 5px;
	border-radius: 3px;
	font-size: 14px;
}

.nst-bottom-info-content {
	border: 1px solid #000;
	padding: 20px;
	height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.nst-contact-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 25px;
}

.nst-contact-1 {
	position: relative;
	padding-left: 0;
	margin-right: 10%;
	margin-bottom: 20px;
}

.nst-contact-1:before {
	content: '';
	display: none;
	width: 35px;
	height: 46px;
	background-image: url(kontakt-bottom-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	position: absolute;
	left: 0;
}

.nst-contact-2 {
	position: relative;
	padding-left: 0;
}

.nst-contact-2:before {
	content: '';
	display: none;
	width: 24px;
	height: 46px;
	background-image: url(kontakt-bottom-telefon-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	position: absolute;
	left: 0;
}

@media only screen and (min-width : 450px) {

.nst-bottom-info-nav ul li {
	width: 30%;
}

.nst-contact-1, 
.nst-contact-2 {
	padding-left: 70px;
}

.nst-contact-1:before,
.nst-contact-2:before {
	display: block;
}

}


@media only screen and (min-width : 850px) {

.nst-bottom-info-nav {
	margin-bottom: 40px;
}

.nst-bottom-info-nav ul li {
	width: 15%;
}



.nst-contact-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 0 50px;
}

.nst-contact-wrapper ~ p {
	padding: 0 50px;
}

.nst-contact-1 {
	margin-bottom: 0;
}



}


/*-- Clearfix --*/

.nst-clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .nst-clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .nst-clearfix { zoom: 1; } /* IE7 */

@media only screen and (min-width : 760px) {



}

