@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Imbue:wght@100;200;300;400;500&display=swap');


@font-face { 
font-family: "Arial Black"; 
src: url("/fonts/Arial Black.ttf"); 
}
@font-face { 
font-family: "Rock"; 
src: url("/fonts/Rock.ttf"); 
}
@font-face { 
font-family: "Frost"; 
src: url("/fonts/Frost.ttf"); 
}


html, body{
	margin:0;
	padding:0;
	background-color:#FAFAFA;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont,'Segoe UI','Roboto', 'Droid Sans','Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size:16px;
	color:#234453; /*#04293a;*/

}

a:link, .link{ 
  cursor: pointer;
  color:#489CB3;
  text-decoration: none;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
} 
a:visited{ color:#489CB3;text-decoration: none; } 
a:hover, .link:hover{ color:#75CAEC;text-decoration: none; } 
a:active{ color:#489CB3;text-decoration: none;}


.linku:hover{
	text-decoration: underline;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
    border-radius: 0px;
}
input[type=button]{
	/*position:relative;
	top:-1px;*/
	margin:0px;
}
input[type=text], input[type=password], input[type=number] {
	font-family: -apple-system, BlinkMacSystemFont,'Segoe UI','Roboto', 'Droid Sans','Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	border:1px solid #D4DBE2;
	font-size:16px;
	padding:12px;
	color:#234453;
	width:calc(100% - 26px);
	height:18px;
}
input::placeholder {
	color: #627984;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	background-color:#fff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1em;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA0LjIxODc1IDEwLjc4MTI1IEwgMi43ODEyNSAxMi4yMTg3NSBMIDE1LjI4MTI1IDI0LjcxODc1IEwgMTYgMjUuNDA2MjUgTCAxNi43MTg3NSAyNC43MTg3NSBMIDI5LjIxODc1IDEyLjIxODc1IEwgMjcuNzgxMjUgMTAuNzgxMjUgTCAxNiAyMi41NjI1IFoiLz48L3N2Zz4=");
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	border:1px solid #D4DBE2;
	font-size:16px;
	color:#234453;
	width:calc(100% - 0px);
	height:44px;
	cursor: pointer;
	padding-left:12px;
	padding-right:18px;
	
}

select option {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #234453;
	padding:12px;
	height: 30px;
}
select:focus::-ms-value {
	background-color: transparent;
}


textarea {
	font-family: -apple-system, BlinkMacSystemFont,'Segoe UI','Roboto', 'Droid Sans','Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	border:1px solid #D4DBE2;
	font-size:14px;
	color:#234453;
	/*padding:12px;*/
}
textarea:disabled {
	background: #FAFAFA;
	color: #D4DBE2;
}
textarea::placeholder {
	color: #627984;
}
p{
	font-size:16px;
	line-height: 1.6em;
}
h1{
	padding:0px;
	font-size:44px;
	font-family: 'Roboto Slab', serif;
    font-weight: 800;
    
}
h2{
    font-size:1.6em;
}
.input-full{
	
}
.input-half{
	width:calc(50% - 20px);
}
.highlight{
	font-weight: 600;
}

/* Customize the label (the container) */
.cont-items, .cont-checkout, .log-check {
  display: block;
  position: relative;
  margin-bottom: 8px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  padding:2px 0px 2px 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.log-check {
	padding:3px 0px 3px 35px!important;
	margin-bottom: 20px;
}

/* Hide the browser's default checkbox */
.cont-items input, .cont-checkout input, .log-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}
.log-check input ~ .checkmark{
	background-color:#fff;
	border:1px solid #D4DBE2;
}

/* On mouse-over, add a grey background color */
.cont-items:hover input ~ .checkmark, .cont-checkout:hover input ~ .checkmark, .log-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cont-items input:checked ~ .checkmark, .cont-checkout input:checked ~ .checkmark {
  background-color: #89c53c;
}
.log-check input:checked ~ .checkmark{
	background-color: #89c53c;
	border:1px solid #89c53c;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cont-items input:checked ~ .checkmark:after, .cont-checkout input:checked ~ .checkmark:after, .log-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cont-items .checkmark:after, .cont-checkout .checkmark:after, .log-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Customize the label (the container) */
.radio-checkout {
  display: block;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  padding:6px 0px 6px 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #D4DBE2;
}

/* Hide the browser's default radio button */
.radio-checkout input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-checkout .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  margin:18px 0px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-checkout:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-checkout input:checked ~ .checkmark {
  background-color: #89c53c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkout .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-checkout input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-checkout .checkmark:after {
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}


.rbox{
	border-bottom: none;
	border:1px solid #D4DBE2;
	background-color:#fff;
	padding-left:20px;
}
.checkrbox{
	left:20px!important;
}


/* Blur Up */

.placeholder {
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.placeholder img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
    
}

.placeholder img.loaded {
  opacity: 1;
}

.img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}


/* trust */

.trust-star{
	width:18.34%;margin:0px 0.83% 0px 0.83%;
}
.trust-txt{
	font-family: 'Segoe UI', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#000!important;
	text-decoration: none!important;
}
.trust-b{
	font-weight: 600;
}


#navbar {
  background-color: #fff; /* Black background color */
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index:-1;
    	/*border-bottom: 1px solid #e6eaec;*/
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    -webkit-box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.55);
	opacity:0;
}

/* Style the navbar links */
#navbar a {
  color: #234453;
  text-align: center;
  text-decoration: none;
}

#navbar a:hover {
  background-color: #fff;
  color: #234453;
}

.topbar{
	min-height:40px;
	width:100%;
	background-color:#D8E2E2;
	color:#626765;
}
.topbar a:link, .topbar a:visited,.top a:link, .top a:visited{
	color:#234453;
}
.topbar a:hover{
	text-decoration: underline;
}


.topbaricon{
	float:left;
	font-size:22px;
	line-height: 40px;
	margin-top:8px;
	
}
.topbartext{
	float:left;
	font-size:13px;
	line-height: 40px;
	margin-top:0px;
	margin-left:6px;
	
}
.topbartext2{
	float:left;
	font-size:13px;
	line-height: 40px;
	margin-top:0px;
	margin-left:8px;
	margin-right:8px;
	color:#626765;
}
.header{
	background: url(/images/head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:300px;
	background-position: center;
}
.top{
	padding:10px 0px;
	width:100%;
	background-color:#FFF;
	height: auto;
	border-bottom: 8px solid #69b835;
}
.logo{
	background: url(/images/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	width:150px;
	height:150px;
	background-position: center;
    display:block;
}
.logo-alt{
	background: url(/images/logo-alt3.png);
	background-repeat: no-repeat;
	background-size: cover;
	width:86px;
	height:86px;
	background-position: center;
	float:left;
}
.searchpanel{
	float:left;
	padding:20px 0px 12px 0px;
	margin-top:10px;
	margin-left:40px;
	width:440px;
}

.sinput{
	font-size:16px!important;
	padding:13px!important;
	width:calc(100% - 80px - 26px - 12px)!important;
	float:left;
}
.sbtn{
	background-color:#89c53c;
	font-size:16px;
	line-height: 46px;
	padding:0px 0px;
	width:90px;
	color:#fff;
	border:none;
	cursor: pointer;
	float:right;
	margin:0px;
	
}
.sbtn:hover{
	background:#A7E757;
}
.sbtn-m{
	display:none;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  width:100%;
}

.autocomplete-items {
  position: absolute;
	display: inline-block;
  /*border: 1px solid #d4d4d4;*/
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
	text-align: left;
	box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.2), 0 3px 10px 0 rgba(100, 100, 100, 0.19);
	width:calc(100% - 2px);
	margin-left:0px;
	margin-top:13px;
	font-size:16px;
}

.autocomplete-items div {
  padding: 13px 12px 12px 12px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #f9f9f9; 
}

.autocomplete-items div:hover{
  /*when hovering an item:*/
  /*background-color: #e9e9e9; */
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #EAEDF0 !important;/*DodgerBlue !important; */
  /*color: #fff;*/ 
}




.topnav{
	float:right;
	font-size:20px;
	line-height: 32px;
	padding:20px 0px 13px 0px;
	margin-top:20px;
}
.topnavbtn{
	display: inline-block;
	margin-right:40px;
	float:left;
}
.topnavbtncart{
	float:right;
	width:40px;
	margin-top:-4px;
	margin-right:10px;
}
.topnavbtnsearch{
	cursor: pointer;
	display:none;
}
.topnavicon{
	float:left;
	display:inline-block;
	font-size:28px;
	line-height: 26px;
	margin-right:8px;
}
.topnaviconcart{
	display:inline-block;
	margin-right:8px;
	font-size:36px;
	line-height: 20px;
	float:none;
}
.topnavtext{
	float:left;
	display:inline-block;
	font-size:18px;
	line-height: 26px;
	margin-top:2px;
}
.main{	
	margin:0 auto;
	padding: 0px 30px;
	width:1260px;
}

.navitem{
	display:inline-block;
	margin:2px 40px 2px 2px;
	padding:8px 10px;
	cursor: pointer;
	font-size:18px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}
.loginbtn, .logoutbtn2{
	cursor: pointer;
}
.loginhead-m{
	display:none;
	padding-bottom:60px;
}
.loginoverlay{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: rgb(255,255,255);
  	background-color: rgba(255,255,255, .8);
	display:none;
	
}
.loginbox{
	background-color: #FFFFFF;
	border: 3px solid #F0F0F0;
	width: 460px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	padding:8px;
	border-radius:3px;
}
.logincontent{
	background-color:#F0F0F0;
	width:calc(100% - 80px);
	height: calc(100% - 80px);
	padding:20px 40px 40px 40px;
	border-radius:5px;
}
.loginput{
	/*font-size:16px;
	padding:14px;
	width:calc(100% - 25px);
	outline:none;
	border:none;
	margin-bottom:20px;
	border-radius: 4px;
	border:1px solid #fff;*/
	width:calc(100% - 25px);
	margin-bottom:20px;
}
.logbtn, .regbtn, .pwbtn, .gbtn{
	background-color:#89c53c;
	font-size:16px;
	line-height: 44px;
	width:100%;
	padding:0px 10px;
	color:#fff;
	border:none;
	cursor: pointer;
	border-radius: 4px;
	
}
.logclosebtn{
	float:right;
	font-size:22px;
	margin-right:-30px;
	margin-top:-35px;
	padding:5px;
	cursor:pointer;
}
.logincontbtn{
	padding:5px;

}
.loginconttext{
	color:#234453;
}
.logresp{
	margin:10px 0px 0px 0px;
}


.langoverlay{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: rgb(255,255,255);
  	background-color: rgba(255,255,255, .8);
	display:none;

	
}
.hcclosebtn{
	float:right;
	font-size:22px;
	margin-right:-30px;
	margin-top:-35px;
	padding:5px;
	cursor:pointer;
}
.langhead{
	font-size:18px;
	font-weight: 700;
	padding:2px 4px;
	margin-bottom:5px;
}


/* Home */
.frontboard{
	float:left;
	width:65%;
	height:400px;
	background-image: url(/images/front.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.frontboard2{
	float:left;
	width:65%;
	height:440px;
	background-image: url(/images/front3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.frontboardh{
	font-size:58px!important;
	color:#fff;
	padding-top:90px;
	margin-top:0px;
	text-shadow: 0px 1px 4px rgba(0,0,0,0.8);
}
.frontboard2hall{
    width:70%;margin:0 auto;text-align: center;
}
.frontboardbtn{
	padding:15px 10px;
	background-color:#f5a623;
	width:200px;
	text-align: center;
	font-size:20px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
}
.frontboarda{
	margin:20px 0px;
}
.frontnewsletter{
	float:right;
	width:calc(35% - 75px);
	height:350px;
	margin-left:15px;
	background-color:#6d8989;
	padding:25px 30px;
}
.frontboardleft{
	float:right;
	width:calc(35% - 15px);
	height:440px;
	margin-left:15px;
	
}
.fblbox{
    position:absolute;
    top:0;
    margin:30px 0px;
    background-color:#6d8989;
    width:220px;
    color:#fff;
    padding:10px;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.55);
     -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
/*.fblbox:hover{
     background-color:#7fa9a9;
}*/
.fblboxhov{
    background-color:#7fa9a9;
}
.fblbox h2{
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    margin:0px!important;
    padding:8px 0px 12px 0px!important;
}
.fblbox a:link, .fblbox a:visited,.fblbox a:link, .fblbox a:visited{
	color:#fff;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.fblbox a:hover{
	text-decoration: underline;
    /*color:#C8D3D3;*/
}

#secmega{
	width:100%;
	background-color:#fff;
	background-image: url(/images/back_leaf.png);
	background-repeat: no-repeat;
	background-size: 512px 768px;
	background-position:right;
}
#secmegatext, #secmegatrust{
	max-width:calc(100% - 400px);
}
#secmegatext2{
	width:90%;
}
#secmegalogo{
	height:36px;
	width:240px;
	margin:0 auto;
	margin:15px auto 45px auto;
	background-image: url(/images/logo-text-alt3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#secdesc{
	width:100%;
	background-color:#fff;
	background-image: url(/images/back_cbd.png);
	background-repeat: no-repeat;
	background-size: 449px 512px;
	background-position:right;
}
.secdesctext{
	max-width:calc(100% - 400px);
}
.secdesctext2{
	max-width:calc(100% - 300px);
}


.secphone{
	float:left;
}
.secphonetext{
	float:right;
	margin-left:8%;
	width:calc(90% - 310px);
	padding-top:0px;
}
.secphonetext h1{
	padding-bottom:20px;
}

.trustbox{
	float:left;
}
.sponsorbox{
	margin-left:60px;
	height:98px;
}

/* Shop */

.top-info{
	/*padding:10px;*/
	width:calc(100% - 20px);
	min-height:200px;
	background-color:#E9EFED;
	color:#5F7878;
	margin-top:0px;
	padding:30px 10px;
    
    background-image: url(/images/back_leaf2.png);
	background-repeat: no-repeat;
	background-size: 468px 512px;
	background-position:right
    
}
.top-info-cont{
    width:calc(100% - 350px);
    max-width: 950px;
    font-size:18px;
}
.top-info h1{
	color:#354444;
    font-weight: 800;
}
.legalbullet{
	display: flex;align-items: center;justify-content: center;width:calc(33% - 32px);height: 60px;border:0px dotted #3f4f4f;padding:10px;border-radius:16px;float:left;font-size:16px;
}
.shopleft{
	float:left;
	width:25%;
	height:100%;
	margin-right:10px;
}
.shopright{
	float:left;
	width:calc(75% - 10px);
}
.sortpanel{
	width:100%;
}
.sortpanel-m{
	width:100%;
	display:none;
}
.sortbtn{
	margin-right:30px;
	font-size:14px;
	font-weight: 600;
	cursor: pointer;
}
.sortbtn:hover{
	text-decoration: underline;
}

.filterh, .kontoh{
	width:calc(100% - 30px);
	padding:15px 15px;
	font-size:20px;
	font-weight: 600;
	background-color:#EAEDF0;
	cursor:pointer;
}
.filterplus{
	color:#627984;
	float:right;
	font-size:24px;
	line-height:20px;
}
.kontonavm{
	display:none;
}
.kontohm{
	display:inline-block;
	padding:8px 16px;
	background-color:#EAEDF0;
	margin:3px 3px;
	font-size:18px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}

.content{
	margin-top:20px;
	margin-bottom:60px;

}
.content h1{
	font-size:50px;
	margin:25px 0px 20px 0px;
	font-family: 'Roboto Slab', serif;
}
.content h2{
	margin-block-start: 1.2em;
    margin-block-end: 0.6em;
	padding:0.23em 0px;
}
.frontpage h2{
	font-size:50px;
	margin:25px 0px 30px 0px;
	font-family: 'Roboto Slab', serif;
    font-weight: 800;
}
.itembox{
	float:left;
	width:calc(33% - 19px);
	margin: 8px 0.7%;
	height:370px!important;
	border: 1px solid #e6eaec;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	background-color:#4E1A2F;
	color:#fff;
	cursor: pointer;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	
}
.itembox:hover{
	background-color:#81214A;
}
/*
.item1{
    background-color:#4E1A2F;
}
.item1:hover{
	background-color:#81214A;
}
.item2{
    background-color:#3a2944;
}
.item2:hover{
	background-color:#634078;
}
.item3{
    background-color:#56706F;
}
.item3:hover{
	background-color:#5C8584;
}
*/

.boxcar{
	margin: 8px 8px;
	height:370px!important;
}
.boxcar2{
    margin: 28px 5px;
	height:200px!important;
}
.boxcar22{
    height:200px;
}
.one-box{
     display:none!important;
}
.five-box-m{
	display:none;
}
.itemimg{
	background-repeat: no-repeat;
	background-size: contain;
	width:100%;
	height:200px;
	background-position: center;
	background-color:#fff;
}
.iteminfo{
	padding:10px 15px;
    height:150px;
}
.likebtn{
	background-color:#89c53c;
	width:36px;
	text-align: center;
	float:right;
	margin-top:170px;
	margin-right:16px;
	font-size:24px;
	line-height:36px;
	
}
.likebtn:hover{
	background:#A7E757;
}
.favlabel{
	width:40px;
	text-align: center;
	font-size:30px;
	margin-top:0px;
	float:right;
	margin-right:calc(-36px - 2px);
	
}
.favrec{
	color:#fff;
	background-color:#6d8989;
	height:30px;
}
.favtri{
	border-top: 20px solid #6d8989;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #6d8989;
	border-right:20px solid #6d8989; 
	width:0px;
	height:0px;
	transform: scaleY(0.6);
	margin-top:-8px;
}
.favic{
	position:absolute;
	margin-top:-55px;
	margin-left:-15px;
	color:#fff;
}
.neulabel{
	background-color:#f5a623;
	
	text-align: center;
	font-size:15px;
	padding:9px 6px;
	border-bottom-right-radius: 8px;
	margin-top:10px;
	font-weight: 600;
	text-transform: uppercase;
	
}
.salelabel{
	background-color:#f5a623;/*#EC4910;*/
	width:60px;
	text-align: center;
	font-size:15px;
	padding:9px 6px;
	border-bottom-right-radius: 8px;
	margin-top:10px;
	font-weight: 600;
	text-transform: uppercase;
	
}
.applabel{
	background-color:#89c53c;/*#EC4910;*/
	text-align: center;
	font-size:14px;
	padding:9px 13px;
	border-bottom-right-radius: 8px;
	margin-top:10px;
	float:left;
	font-weight: 600;
	text-transform: uppercase;
	
}
.applimg{
    font-size:22px;
}

.neulabelimg{
	background-color:#f5a623;
	
	text-align: center;
	font-size:16px;
	padding:9px 6px;
	border-bottom-right-radius: 8px;
	margin-top:10px;
	float:left;
	font-weight: 600;
	text-transform: uppercase;
	
}
.salelabelimg{
	background-color:#f5a623;/*#EC4910;*/
	width:66px;
	text-align: center;
	font-size:16px;
	padding:9px 6px;
	border-bottom-right-radius: 8px;
	margin-top:10px;
	float:left;
	font-weight: 600;
	text-transform: uppercase;
	
}


.applabelimg{
	background-color:#89c53c;
	
	text-align: center;
	font-size:14px;
	padding:6px 9px;
	border-radius: 8px;
	margin-top:10px;
	right:0;
    margin-right:20px;
	font-weight: 600;
	text-transform: uppercase;
	
}
.appliimg{
    font-size:28px;
    margin-right:8px;
    margin-top:2px;
}

.slabel{
	/*float:right;
	padding:8px;
	margin-right: 8px;
	margin-top: 2px;*/
	position:absolute;
	right:0;
	top:0;
	z-index: 2;
	margin-right: 8px;
	
	
}
.lselection{
	font-family: 'Imbue';
	text-transform: uppercase;
	font-size:40px;
	line-height:40px;
	font-weight: 400;
	margin-top: 15px;
}
.lrock{
	font-family: 'Rock';
	text-transform: uppercase;
	font-size:32px;
	line-height:40px;
	margin-top: 15px;
}
.lfrost{
	font-family: 'Frost';
	text-transform: uppercase;
	font-size:34px;
	line-height:40px;
	margin-top: 15px;
}



.itemhead{
	font-size:18px;
	font-weight:600;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
	/*border-bottom: 1px solid #873B5B;*/
	padding:10px 0px;
}




.itemselection{
	float:left;
	font-family: 'Imbue';
	text-transform: uppercase;
	font-weight: 200;
	font-size:28px;
	color:#fff;
	margin-top:6px;
	padding:6px 4px;
}
.itemrock{
	float:left;
	font-family: 'Rock';
	text-transform: uppercase;
	font-size:18px;
	color:#fff;
	margin-top:6px;
	padding:12px 4px;
}

.itemfrost{
	float:left;
	font-family: 'Frost';
	text-transform: uppercase;
	font-size:20px;
	color:#fff;
	margin-top:6px;
	padding:12px 4px;
}

.itemcbd{
	float:right;
	margin:16px 0px 14px 0px;

}
.cbdimg{
	float:left;
	margin-right:6px;
	
}
.cbdimgimg{
	width:37px;
	height:25px;
}
.cbdtext{
	float:left;
	line-height: 27px;
	font-size:16px;
	font-weight: 500;
}
.itembottom{
	margin:60px 0px 0px 0px;
	height: 20px;
	bottom:0;
}
.itemrating{
	font-size:16px;
	color:#FFC300;
	float:left;
	width:50%;
    padding:1px 0px;

}
.itemprice{
	font-size:18px;
	font-weight: 500;
	float:right;
	width:50%;
	text-align: right;
	white-space: nowrap;
}
.itempriceg{
	font-size:12px;
	margin-right:2px;
}
.price{
	font-family: 'Montserrat', sans-serif;
	white-space: nowrap;
}
.smallPrice{
	font-size:12px;
}
.soldout{
    font-size:12px;
}

.pagination{
    margin-top:40px;
    text-align: center;
}
.pagination span{
    padding:10px 15px;
    background-color:#EAEDF0;
    font-weight: 600;
    cursor: pointer;
    margin:0px 4px;
}
.pagination .select{
    background-color:#F4F6F7;
    
}



/* Hanf Seite */
.budimg{
	width:640px;
	float:left;
	margin-right:20px;
}
.budinfo{
	width:calc(100% - 660px);
	float:left;
}
.budinfo1{
	min-height:200px;
	width:calc(100% - 60px);
	padding:0px 20px 20px 20px;
}
.budinfo2{
	/*width:calc(100% - 40px);
	padding:20px;
	background-color:#634078;
	color:#fff;*/
    position:relative;
}
.budinfo2inner{
	width:calc(100% - 40px);
	padding:20px;
	background-color:#634078;
	color:#fff;
}
.budinfo2-left{
	float:left;
}
.budinfo2-right{
	float:right;
	text-align: right;
	max-width:calc(100% - 220px - 50px);
}
.budinfo2-bottom{
	margin-top:30px;
	font-size:16px;
}
.sharebtn{
    margin-top:14px;
    margin-right:2px;
    padding:2px;
    float:right;
    cursor: pointer;
}

.asharebtn{
 	margin-top:0px;
	margin:0px 8px 35px 8px;
}



.shareicon{
    background: url(/images/share.svg);background-repeat: no-repeat;background-size: contain;height:18px;width:18px;background-position: center;float:left;margin-right:8px;
}
.sharetext{
    font-weight:500;
    float:left;
    font-size:14px;
    line-height:19px;
}
.sharebox{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    position:absolute;
    z-index:2;
    width:calc(100% - 40px);
    max-width:400px;
    padding:20px;
    background-color:#EAEDF0;
    margin-top:50px;
    right:0;
}

#closesharebtn{
    float:right;
    font-size:18px;
    margin-top:4px;
    padding:8px;
    cursor:pointer;
}
.hidesb{
    display:none;
}
.gosharebtn{
    display:inline-block;
    background-color:#F4F6F7;
    margin:2px 4px;
    padding:2px 8px;
    cursor:pointer;
}
#gsfb{
    color:#3b5998;
}
#gstw{
    color:#1DA1F2;
}
#gsmail{
    color:#BB001B;
}
.gsicon{
    float:left;
    font-size:28px;
    margin:4px 0px;
}
.gstxt{
    float:left;
    padding:12px 6px;
    font-weight:500;
}
#copybtn{
    display:inline-block;
    background-color:#F4F6F7;
    line-height:44px;
    font-weight:500;
    cursor:pointer;
    width:86px;
    text-align:center;
    float:left;
}

.desccont{
	width:calc(50% - 40px);
	float:left;
	padding:20px;
}
.commentcont{
	width:calc(50% - 40px);
	float:left;
	padding:20px;
}
.simcont{
     margin-bottom:80px;
}
.simcont2{
    width:calc(100% - 40px);
    padding:20px;
}

.datasheetcont{
	width:calc(55% - 20px);
	float:right;
	padding:0px 0px 0px 0px;
}
.datasheetinner{
    background-color:#fff;
    padding:1px 20px 20px 20px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.dstable{
    border-spacing: 0px 0px;
    width:100%;
}
.dstable td, .dstable th{
    border-bottom: 1px solid #ccc;
    padding:13px 5px;
    font-size:15px;
    text-align: left;
}
.dstable th{
    font-weight: 600;
    width:60%;
}
.dstable tr:last-child td:last-child{
    border:none;
}
.dstable tr:last-child th{
    border:none;
}
.budcont{
    width:calc(45% - 20px);
    float:left;
    padding:1px 20px 20px 20px;
    font-size: 16px;
    line-height: 1.5em;
}
.budbullet{
    margin:40px 0px;
}
.budbullettxt{
    font-size:18px;
    font-style: italic;
    color:#5A737E;
    font-weight: 500;
}


.ratingtxt{
	color:#234453;
	font-size:18px;
	line-height: 18px;
	float:left;
	cursor: pointer;
    font-weight: 500;
    padding:3px 0px 0px 0px;

}
.ratingtxt:hover{
	text-decoration: underline;
}
.ratingstar{
    margin-bottom:40px;
    font-size:19px;
    float:left;
    width:120px!important;
}

.toplist li{
	color:#5F7878;
	margin-bottom:15px;
}
.toplist li i{
	font-size:34px;
	margin-right:14px;
	float:left;
}
.toplist li span{
	display:block;
	font-size:19px;
	font-weight: 400;
	line-height:34px;
}
.selectbtn{
	border:1px solid #775889;
	width:220px;
	padding:10px 20px;
	font-size:18px;
	margin-bottom:6px;
	background-color:#775889;
	cursor:pointer;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.selectbtn:hover{
	border:1px solid #8A709A;
	background: #8A709A;
}
.isgratis{
	/*background-color:#67942D;*/
}

.liketext{
	font-size:14px;
	margin-top:5px;
	cursor: pointer;
}
.liketext:hover{
	text-decoration: underline;
}
.warenbtn{
	padding:20px 10px;background-color:#f5a623;width:200px;float:right;text-align: center;font-size:18px;font-weight: 600;margin-top:30px;cursor: pointer;
	user-select: none;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.warenbtn:hover{
	background-color: #FFCB40;
}
.noselectbtn{
	opacity:0.4;
	border:1px solid #775889;
	width:220px;
	padding:10px 20px;
	font-size:18px;
	margin-bottom:6px;
	background-color:#775889;
}
.crossout{
	display:inline-block;
	position:absolute;
	height:1px;
	width:220px;
	border-top:1px solid #fff;
	margin-top:11px;
}

.clboxouter{
	margin:4px 0px 4px 0px;
	width:100%;
	overflow-y:hidden;
	height:40px;
}
.commentlangbox{
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	height:50px;
}
.commentlang{
	display:inline-block;
	/*border:1px solid #E0E4E6;*/
	padding:6px 12px;
	font-size:13px;
	background-color: #F4F6F7;
	border-radius:5px;
	margin:0px 2px;
	cursor: pointer;
}
.clselect{
	background-color: #EAEDF0;
	/*color:#fff;*/
}

.commentbox{
	padding:20px 0px;
	border-bottom:1px solid #E0E4E6;
}
.comname{
	display:inline-block;
	font-weight: 600;
	margin-right:10px;
	max-width:140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.comver{
	display: inline-block;
	position: relative;
	top:-3px;
}
.comveri{
	position: relative;
	top:-3px;
	font-size:14px;
	
}
.commentrating{
	float:left;
	color:#FFC300;
	margin-top:6px;
	font-size:16px;
}
.commentdatum{
	float:right;
	font-size:14px;
	color:#768A94;
}
.commentname{
	float:left;
	font-size:14px;
}
.usercomment{
    line-height:1.5em;
    word-break:break-word;
    word-wrap:break-word;
    font-size:16px;
    margin-top:10px;
}

/* Hilfe */
.helptopbox{
	width:calc(33% - 2px);
	border:1px solid #D4DBE2;
	float:left;
	padding:40px 0px;
	text-align: center;
}
.faqcont{
	max-width:800px;
	
	margin-bottom: 100px;
}
.faqcont h2{
	margin-top:50px;
}

.list-faq { position:relative;border:2px solid #D4DBE2; margin:12px 0px; }
.list-faq h3	{ cursor:pointer;margin:0;overflow: hidden; font-size:15px; padding:21px 19px;font-weight: 600;}
/*.list-faq:hover { border-bottom:2px solid #EE5757; }*/
.list-faq h3 .h3open{cursor:pointer;float:right; padding:5px 10px 5px 20px;line-height: 12px;/*color:#489CB3*/}
.list-faq div	p{ text-decoration: none;padding:8px 22px 20px 22px;margin:0; margin-bottom:0px; font-size:16px; }

.faqh2{margin:50px 2px 15px 2px;}
.h3open{-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */}
/* Wunschliste */

.wubox{
	width:calc(100% - 6px);
	border-bottom:1px solid #D4DBE2;
	font-size:18px;
	margin-bottom:10px;
	padding:0px 3px;
}
.wuimg{
	float:left;
	height:130px;
	width:130px;
	margin:5px;
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.wusec1{
	float:left;
	width:180px;
	margin-left:30px;
}
.wugramm{
	height:30px;
	padding-top:20px;
	line-height:20px;
	color:#627984;
	font-weight:400;
}
.wugramm2{
	float:left;
	padding-top:10px;
	display:none;
}
.wusec2{
	float:left;
	width:90px;
}
.wusec3{
	float:right;
	width:190px;
	margin-right:5px;
}
.wusec32{
	vertical-align:bottom;
	display:table-cell;
	height:110px;
	padding-top:20px;
	line-height:20px;
	color:#627984;
	text-align:right;
}
.wutitle{
	height:80px;
	vertical-align:bottom;
	display:table-cell;
	font-weight:500;
}
.wutitle2{
	height:20px;
	font-weight:500;
	display:none;
}
.wupreis2{
	height:30px;
	padding-top:10px;
	padding-right:6px;
	line-height:20px;
	text-align:right;
	display:none;
}

.wubtn{
	background-color:#f5a623;
	color:#ffffff;
	text-align:center;
	padding:15px 0px;
	cursor:pointer;
	width:210px;
}



/* Warenkorb */
.warenkorbtop{
	font-weight: 400;
	margin:40px 0px 50px 0px;
}
.warenkorbtop i{
	color:#627984;
}
.warenkorbcont{
	margin:20px 0px;
}

.wselectbtn{
    float:left;
    width:calc(50% - 5px);
    padding:12px 0px;
    text-align:center;
    font-size:18px;
    font-weight:500;
    background-color:#EAEDF0;
    cursor: pointer;
}
.wsbtns{
    background-color:#89c53c;
    color:#fff;
}
.wasbtnshort{
    display:inline-block;
}
.washowad{
    display:block;
}
.washowpack{
    display:none;
}


.wforminp label, .kontaktform label, .addaform label, .kontocont label, .addpackform label, .addpackaform2 label, .addaform2 label{
	display: block; 
	margin-top:20px;
	color:#627984;
	font-weight: 500;
	padding:8px;
    white-space: pre-wrap;
}

.wformcheck label{
	display: block; 
	margin-top:20px;
	margin-bottom:8px;
	color:#627984;
	font-weight: normal;
}
.warenkorbcont table{
	width:80%;
	border-collapse: collapse;
    border-spacing: 0;
}
.warenkorbcont table th{
	text-align: left;
}
.warenkorbcont table td{
	padding:8px;
}
.warenkorbcont table .preis{
	text-align: right;
}
.warenkorbcont table .produkt:nth-child(even) {background-color: #f2f2f2;}

.kassebtn{
	width:100%;
	background-color:#f5a623;
	color:#FFFFFF;
	font-size:21px;
	font-weight:600;
	padding:18px 0px;
	text-align:center;
	cursor: pointer;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.kassebtn:hover{
	background-color:#FFCB40;
}

.delete-cart, .delete-like{
	cursor: pointer;
	padding:13px 0px;
	font-size: 18px;
}
.coupinp{
	font-size:16px;
	padding:12px;
	width:200px!important;
	float:left;
}
.coupbtn{
	background-color:#89c53c;
	font-size:16px;
	line-height: 44px;
	padding:0px 10px;
	color:#fff;
	border:none;
	cursor: pointer;
	width: 104px;
	float:left;
	margin:0px;
	
}
.cartdetailsbtn{
	margin:10px 0px;
	border-bottom:0px solid #D4DBE2;
	padding:6px 0px;
	cursor: pointer;
}
.cartdetailsbtn:hover{
	background-color:#FAFAFA;
}
.app_name{
	display:inline-block;
	font-weight:600;
	width:calc(100% - 100px);
}


/* Sec2 */

.wa2sec1{
	float:left;
	width:calc(100% - 460px);
	padding:0px;
	margin-right:50px;
}
.wa2sec2{
	float:left;
	width:360px;
	background-color:#FFF;
	padding:25px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
	min-height:500px;
}
.wauaddr{
	font-style:italic;
	font-size:18px;
	border-left:2px solid #D4DBE2;
	padding-left:20px;
}
#addabtn{
	font-size:18px;
	font-weight:400;
}
.wabottom{
	margin-top:50px;
	font-size:17px;
	color:#627984;
}
.wabottomitem{
	float:left;
	white-space: nowrap;
	margin-right:18px;
	margin-bottom:20px;
}
/* Checkout */
.waimg{
	float:left;height:130px;width:130px;margin:5px;background-color:#ffffff;background-repeat: no-repeat;background-size: contain;background-position: center;
}
.wasec1{
	float:left;width:176px;margin-left:30px;
}
.wasec2{
	float:left;width:104px;
}
.wasec2inner{
	user-select: none;height:80px;vertical-align:bottom;display:table-cell;font-weight:500;width:100%;
}
.wasec3{
	float:right;width:140px;
	margin-right:5px;
}
.wasec4{
	float:right;
	padding:3px 0px;
}
.g-long{
	display:inline-block;
}
.g-short{
	display:none;
}


.wawuimg{
	float:left;height:130px;width:130px;margin:5px;background-color:#ffffff;background-repeat: no-repeat;background-size: contain;background-position: center;
}
.wawusec1{
	float:left;width:180px;margin-left:30px;
}
.wawusec11{
	height:80px;vertical-align:bottom;display:table-cell;font-weight:500;
}
.wawusec12{
	height:30px;padding-top:20px;line-height:20px;color:#627984;font-weight:400;
}
.wawusec2{
	float:left;width:90px;
}
.wawusec3{
	float:right;width:190px;
	margin-right:5px;
}
.wasec4{
	display:none;
}
.wawusec32{
	vertical-align:bottom;display:table-cell;height:110px;padding-top:20px;line-height:20px;color:#627984;text-align:right;
}
.watitle2{
	color:#04293a;display:none;margin-bottom:10px;
}
.wagramm2{
	display:none;float:left;line-height:32px;color:#627984;font-weight:400;
}

.wawutitle2{
	height: 20px;
    font-weight: 500;
    display: none;
}
.wawuprice2{
	height: 30px;
    padding-top: 10px;
    padding-right: 6px;
    line-height: 20px;
    text-align: right;
    display: none;
	color:#234453;
}
.wawugramm2{
	display:none;
	float:left;
	padding-top:10px;
}


/* Bewerten */
.crating{
	color:#f5a623;
	cursor:pointer;
}
.sent{
	color:#627984!important;
	cursor:default!important;
}
/* Konto */
.kontoh{
	margin-bottom:15px;
}
.kontor{
	float:right;
	width:calc(50% - 30px);
}
.kontol{
	float:left;
	width:calc(50% - 30px);
}
.nicknametext{
	display:inline-block;
	width:130px;
	font-weight:600;
	margin-right:15px;
	text-align:center;
}
.nicknameinp{
	max-width:240px;
}
.rateimg{
	float:left;
	height:130px;
	width:130px;
	margin:5px;
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.ratesec2o{
	float:left;
	margin-left:10px;
}
.ratesec2{
	vertical-align:bottom;
	display:table-cell;
	height:134px;
	width:390px;
	padding:0px;
	margin:0px;
}

.ratelabelselection{
	font-family: 'Imbue';
	text-transform: uppercase;
	font-weight: 400;
	display:inline-block;
	width: 100px;
}

.ratingtext{
	display:inline-block;
	margin-right:10px;
}
.starrating{
	display:block;
	float:right;
	color:#627984;
}
.ratesec3{
	float:right;
	width:200px;
}

.ratebtn{
	background-color:#f5a623;
	color:#ffffff;
	text-align:center;
	padding:13px 14px;
	font-size: 16px;
	cursor:pointer;
	width:calc(100% - 30px);
	margin-top:86px;
}



/* Orders */
.ordersimg{
	display:inline-block;
	float:left;
	background-repeat: no-repeat;
	background-size: contain;
	width:130px;
	height:130px;
	background-color:#fff;
	margin:5px;
	background-position: center;
}
.ordershead{
	margin:5px 0px;
	float:left;
	width:calc(100% - 220px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ordersinfo{
	margin:5px 0px;
	float:right;
	width:220px;
	text-align:right;
}
.orderssec2{
	display:inline-block;
	float:left;
	width:calc(100% - 150px);
	margin-left:10px;
}
.orderssec21{
	margin-bottom:20px;
}
.ordersround{
	display:inline-block;
	padding:4px 8px;
	margin-right:5px;
	border-radius:10px;
}
.ordersroundicon{
	font-size:22px;
	float:left;
	margin-top:2px;
}
.ordersroundtext{
	float:left;
	line-height:26px;
	margin-left:6px;
	font-size:14px;
}


.trackbox{
    padding:0px 34px;
    width:432px;
    text-align:center;
}
.trackball{
    background-color:#EAEDF0;
    color:#627984;
    text-align: center;
    font-size: 22px;
    line-height:40px;
    width:40px;
    height:40px;
    border-radius:50%;
    float:left;
    border:4px solid #FAFAFA;
    
}
.trackline{
    height:48px;
    width:80px;
    float:left;
}
.tracklineinside{
    border-bottom:4px solid #EAEDF0;
    height:22px;
}
.trackdone{
    background-color:#89c53c;
    color:#fff;
}
.trackdonel{
    border-bottom:4px solid #89c53c;
}
.trackprogressl{
    border-bottom:4px dashed #89c53c;
}
.tracktextbox{
    width:500px;
    margin-top:10px;
    font-size:12px;
    font-weight:500;
}
.tracktext{
    float:left;
    width:125px;
    text-align:center;
}



.orderssec42{
	font-size:14px;
	float:left;
	margin-left:12px;
	color:#768A94;
	margin:5px 0px 5px 12px;
}
.ordersprice, .ordersprice2{
	font-size:20px;
	line-height:44px;
	font-weight:bold;
	float:left;
}
.ordersprice2{
	display:none;
}
.oroundall{
	margin-top:10px
}
.orderssec5{
	background-color:#f5a623;
	color:#fff;
	float:right;
	padding:13px 14px;
	margin-top:5px;
}
#obreak{
	clear:none;
}


/* Tracking */


.ttrackbox{
	box-shadow:0px 2px 4px 0px rgb(0 0 0 / 10%);
	background-color:#fff;
	min-height:200px;
	width:calc(100% - 80px);
	padding:40px 40px;
	margin:40px 0px;
	border-radius:6px;
}
.ttrackhead{
	font-size:26px;
	font-weight:700;
	margin:0px 0px;
}
.ttrackimg{
	float:left;
	font-size:100px;
	width:120px;
	height:120px;
}
.ttracktextbox{
	float:left;
	width:calc(100% - 5% - 120px);
	height:120px;
	margin-left:5%;
	display: flex;
	justify-content: center;
}
.ttracktextcont{
	width:100%;
	max-width:460px;
	align-self: center;
}
.ttracktext{
	font-size:18px;
	line-height: 1.4em;
}
.ttdate{
	float:left;
}
.ttnr{
	float:right;
	text-align: right;
}
.ttcarrbtn{
		float:left;
		padding:10px;
		margin-right:15px;
		background-color:#fff;
		box-shadow:0px 2px 4px 0px rgb(0 0 0 / 10%);
		border-radius:6px;
	}

/* Artikel */


.artikelleft{
	float:left;
	/*width:25%;*/
	width:315px;
	height:100%;
	margin-right:10px;
    padding-top:10px;
}

.artikelright{
	float:right;
    padding:0px 30px;
	/*width:calc(75% - 70px);*/
	width: calc(100% - 315px - 70px);
}
.acontent h1{
    /*font-family: 'Montserrat', -apple-system, BlinkMacSystemFont,'Segoe UI','Roboto', 'Droid Sans','Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;*/
    font-size:44px;
    /*text-transform: capitalize;*/
    font-weight: 900;
	/*padding:30px 0px 30px 0px;
	margin:0px;*/
	margin: 25px 0px 8px 0px;
}

.acontent p{
	font-size:17px;
	line-height:1.7em;
	margin:28px 0px;
}

.aImageContainer {
    position: relative;
    width: 100%;
    padding-bottom: 50%;    
    height: 0;
}

.aImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.asbox{
    margin:30px 0px;
}
.ascont{
    padding:6px 4px;
}

#countdown{
    border:0px solid #000;
    padding:10px 9px;
}
.cdbox{
    float:left;
    width:25%;
}
.cdbox2{
    margin:0 auto;
    display:block;
    background-color:#fff;
    width:60px;
    padding:4px 0px;
    border-radius:6px;
}
.asgratis{
    font-size:9px;
    font-weight: 600;
    text-transform: uppercase;
    display:inline-block;
    background-color:#f5a623;
    color:#fff;
    padding:3px 2px;
    width:110px;
    margin-left:-44px;
    margin-top:-10px;
    text-align:center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cdnumber{
    font-size:20px;
    text-align: center;
    font-weight: 500;
    padding:5px;
}
.cdlabel{
    font-size:10px;
    text-align: center;
}
.artikelsitem{
    display:inline-block;
    border:1px solid #EAEDF0;
    padding:8px;
    margin:2px;
    border-radius:2px;
    background-color:#fff;
    color:#234453;
    font-size: 14px;
   
}
.artikelsitem:hover{
    background-color:#6d8989;
    color:#fff;
}

.artikelsbox{
    display:block;
    padding:0px;
    margin:4px 0px;
    border-radius:0px;
    background-color:#fff; /*4E1A2F*/
    color:#234453;
    cursor: pointer;
    border: 1px solid #e6eaec;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.artikelsbox:hover{
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.artikelsrating{
    font-size:14px;
	color:#FFC300;
	float:left;
    padding:1px 0px;

}
.artikelsbtn{
	background-color:#89c53c;
	font-size:14px;
    font-weight: 600;
	padding:12px 0px;
	width:calc(100% - 0px);
    text-align: center;
	color:#fff;
	border:none;
	cursor: pointer;
    margin:10px 0px 0px 0px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	
}
.artikelsbtn:hover{
	background:#A7E757;
}

.btnorange{
    background-color:#f5a623;
}
.btnorange:hover{
	background:#FFCB40;
}


.aselection{
	font-family: 'Imbue';
	text-transform: uppercase;
	font-size:14px;
	font-weight: 400;
	margin-top: 1px;
	margin-bottom:-6px;
}
.arock{
	font-family: 'Rock';
	text-transform: uppercase;
	font-size:9px;
	font-weight: 300;
	margin-top: 1px;
	margin-bottom:-6px;
}

.keywordbox{
	float:left;
	margin:30px 0px;
}
.aratingbox{
	margin:26px 0px;
	float:right;
}
.aratingc{
	display:inline-block;
}
.aratingt{
	color:#f5a623;
	font-size:18px;
	float:left;
}

.akeyword{
    display:inline-block;
    border:1px solid #234453;
    padding:10px;
    margin:0px 6px;
    
}

.aratingb{
	font-size: 22px;
	margin:9px 0px 8px 8px;
	width:140px;
	float:none;
}


.azitat{
	display:block;
	font-size:24px;
	color:#768A94;
    font-style: italic;
    padding:20px 24px;
	margin:17px 0px;
	line-height: 1.5em;
}


.aartikelboxcont{
	height:440px;
	overflow-y: hidden;
}
.aartikelboxcont2{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	height:460px;
}
.aartikelbox{
	width:401px;
	min-width:401px;
	margin:10px 20px 10px 0px;
	background-color:#fff;
	box-shadow:0px 2px 4px 0px rgb(0 0 0 / 10%);
}
.aartikelbimg{
	width:100%;
	height:210px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.aartikelbdown{
	padding:10px;
	height:190px;
	position:relative;
}
.aartikelbhead{
	color:#234453;
	font-size:20px;
	font-weight:600;
	padding:10px 0px 10px 0px!important;
	margin:0px!important;
	font-family: 'Roboto Slab', serif;
}
.aartikelbdesc{
	color:#234453;
	line-height:1.3em;
}
.aartikelbdown2{
	margin-bottom:10px;
	position: absolute;
	bottom: 0;
	width:calc(100% - 20px);
}
.aartikelbzeit{
	color:#768A94;
	padding:10px 0px;
	float:left;
}
.aartikelbname{
	color:#768A94;
	padding:10px 0px;
	float:right;
}





.asamelink{
	display:inline-block;
	padding:10px;
	/*font-size:14px;*/
	background-color:#fff;
	margin:2px 20px 2px 0px;
	box-shadow:0px 2px 4px 0px rgb(0 0 0 / 10%);
	border-radius: 6px;
}

#cbdcalc{
	font-size:16px;
	width:100%;
	margin:30px 0px;
}

.cbdcalcfield{
	width:calc(33.3% - 40px - 10px);
	float:left;
	margin-right:10px;
}
#dosisbtn{
	width:120px;
	float:left;
	margin-top:40px;
}
.dosistable{
	width:100%;
	margin:40px 0px;
	padding:0px;
}
.dosistable th{
	padding:12px 0px;
	text-align: left;
	width:25%;
	font-weight: 600;
	word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.dosistable td{
	margin:0px;
	padding:12px 0px;
	border-top:1px solid #C8D0D4;
}

.arbulletcontainer{
	margin:20px 0px;
}
.arbullet{
	float:left;
	background-color:#F4F6F7;
	padding:12px 10px;
	border-radius:6px;
	margin:5px 2% 5px 0px;
	font-weight: 500;
	font-size:17px;
}
.arbullet i{
	font-size: 1.3em;
	line-height: 1em;
	margin-top:0px;
	float:left;
}
.arbullet span{
	display:block;
	margin-top:1px;
	margin-left:5px;
	float:left;
}
.arul{
	width:calc(50% - 40px);
	float:left;
	margin:0px;
	font-size:17px;
}
.arul li{
	line-height: 2em;
}


/* Aktionen */

.aktionleft{
	width: calc(100% - 700px);
	float:left;
	height:450px;
	display: flex;
  	justify-content: center;
  	align-items: center; 
}
.aktionright{
	width:700px;
	min-width: 600px;
	float:left;
}

#open-click{
	position:absolute;
	background-color:#fff;
	width:250px;
	height:250px;
	margin-top:calc(50% - 75px);
	margin-left:calc(50% - 125px);
	opacity:0;
	cursor:pointer;
	z-index: 2;
}
.nocursor{
	cursor: auto!important;
	display:none;
}
.animate-shake{
	animation: shake 3.0s;
	animation-iteration-count: infinite;
}
	
.animate-zoom {
  animation: zoom 0.5s;
}
	
@keyframes shake {
   0% { transform:translate(0,0)  rotate(0deg); }
  28% { transform:translate(0,0)  rotate(0deg); }
  30% { transform:translate(5px,0) rotate(-1deg); }
  32% { transform:translate(0,0) rotate(2deg); }
  34% { transform:translate(-5px,0) rotate(-2deg); }
  36% { transform:translate(0,0) rotate(2deg); }
  38% { transform:translate(5px,0) rotate(-1deg); }
  40% { transform:translate(0,0) rotate(0deg); }
  100% { transform:translate(0,0) rotate(0deg); }
}
	
@keyframes zoom {
   0% { transform:scale(0.1); }
  40% { transform:scale(1.4); }
  45% { transform:scale(1.4); }
  100% { transform:scale(1); }
 
}


.aktionscrollcont{
	height:238px; /*266*/
	overflow-y: hidden;
	margin-top:80px;
}
.aktionscrollinside{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	height:276px;
}

.aktionbox{
	width:230px;
	height:230px;
	background-color:#fff;
	margin:8px;
	float:left;
	border-radius:6px;
}
.aktionboxinside{
	width:230px;
	position:relative;
}
.aktionboximg{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:200px;
	height:200px;
	margin:5px 15px 25px 15px;
}
.aktionboxtag{
	position:absolute;
	top:0;
	margin:0px;
	margin-left:10px;
	width:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	font-weight:600;
	border-radius:50%;
	font-size:15px;
}
.abtred{
	background: linear-gradient(to bottom right, #B20D1F, #ED565D);
}
.abtgreen{
	background: linear-gradient(to bottom right, #0F7E1A, #27B331);
}
.aktionboxname{
	color:#234453;
	position:absolute;
	bottom:-15px;
	width:100%;
	text-align:center;
	font-family: 'Roboto Slab', serif;
	font-weight:800;
}



.aktionanimbox{
	width:230px;
	height:230px;
	background-color:#fff;
	margin:8px;
	float:left;
	border-radius:6px;
}
.aktionanimboxinside{
	width:230px;
	position:relative;
}
.aktionanimboximg{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:200px;
	height:200px;
	margin:5px 15px 25px 15px;
}




.aktionbtn{
	display:inline-block;
	padding:15px 25px;
	color:#fff;
	border:1px solid #fff;
	border-radius:3px;
	font-weight: 600;
	cursor:pointer;
	background-color: rgba(255,255,255,0.20);
	text-align: center;
	margin:40px 0px 0px 0px;
}

.roboto{
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont,"Segoe UI","Roboto", "Droid Sans","Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight:700;
}
.coupPrice{
		padding-top:4px;
		padding-right:0px;
	}
.coupGratis{
	text-transform:uppercase;
	font-weight:500;
	background-color:#89c53c;
	color:#fff!important;
	padding:6px 9px;
	border-radius:5px;
	font-size:15px;
}





.aktiontopall{
	width:100%;
	height:70px;
}
.aktiontopimg{
	display:inline-block;
	height:60px;
	margin:5px 10px 5px 0px;
}
.aktiontopbtn{
	display:inline-block;
	padding:10px;
	border:1px solid #fff;
	margin:15px 20px;
	border-radius:4px;
	white-space: nowrap;
}



/* Foot */

foot{
	display:block;
	width:100%;
	min-height:300px;
	background-color:#3f4f4f;
	color: #fff;
	padding:16px 0px;
	font-size:15px;
}
foot h2{
	font-size:15px;
	margin:8px 0px 14px 0px;
	font-weight: normal;
	text-transform: uppercase;
	color:#c2c2c2;
}
foot ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
foot li{
	margin: 5px 0px;
}
foot a:link,foot a:active,foot a:visited{
	text-decoration: none;
	color:#fff;
}
foot a:hover{
	color:#c2c2c2;
}
foot p{
	font-size: 15px;
}
.foot-sec1{
	padding:5px;
	width:calc(60% - 10px);
	float:left;
	margin-bottom: 20px;
}
.foot-sec12{
	width:50%;
}
.foot-sec2{
	padding:5px;
	width:calc(40% - 10px);
	float:left;
	margin-bottom: 20px;
}
.foot-sec3{
	padding:5px 6px;
}
.footicons{
	font-size:46px;
	margin:0 auto;
	width:320px;
	text-align: center;
	float:left;
}
.footlang{
	padding:9px 15px;
	border:1px solid #c2c2c2;
	width:340px;
	border-radius:4px;
	background-color:rgba(255,255,255,0.075); 
	float:right;
	font-size: 15px;
	cursor: pointer;
}
.subpanel{
	float:left;
	width:100%;
}
.subinput{
	font-size:16px;
	padding:12px;
	width:calc(100% - 130px)!important;
	float:left;
}
.subbtn, .savebtn, .sendbtn{
	background-color:#89c53c;
	font-size:16px;
	line-height: 44px;
	padding:0px 10px;
	color:#fff;
	border:none;
	cursor: pointer;
	width: 104px;
	height:44px;
	
}
.subbtn:hover, .savebtn:hover, .sendbtn:hover, .downlbtn:hover{
	background:#A7E757;
}
.subbtn-m{
	display:none;
}
.savebtn{
	margin-top:20px;
	float:right;
}
.downlbtn{
	background-color:#89c53c;
	font-size:18px;
	font-weight: 400;
	text-align: center;
	line-height: 44px;
	padding:0px 10px;
	color:#fff;
	border:none;
	cursor: pointer;
	width: 130px;
	height:44px;
}
.down1{
	display:block;
}
.down2{
	display:none;
}
.logo-foot{
	margin:30px auto 10px auto;
	background: url(/images/logo-foot.png);
	background-repeat: no-repeat;
	background-size: contain;
	width:120px;
	height:36px;
	background-position: center;
}
.last-note{
	text-align:center;
	color:#9FA7A7;
	margin:20px 0px;
	font-size:11px;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width: 1360px) {
	.main{
		width:calc(100% - 60px);
	}
    
	
	
}
@media screen and (max-width: 1240px) {

	.main{
		width:calc(100% - 60px);
	}
	.itembox{
		margin: 8px 1.0%;
	}
    .boxcar{
        margin: 8px 8px;
    }
    .budimg{
		width:540px;
		float:left;
		margin-right:10px;
	}
	.budinfo{
		width:calc(100% - 550px);
		float:left;
	}
	
    
}

@media screen and (max-width: 1200px) {
	.searchpanel{
			width:calc(100% - 510px - 160px - 20px);
		}
}
@media screen and (max-width: 1170px) {
	
	.budimg{
		width:520px;
		float:left;
		margin-right:10px;
	}
	.budinfo{
		width:calc(100% - 530px);
		float:left;
	}
	.selectbtn, .noselectbtn, .crossout{
		width:190px;
	}
	.desccont{
		width:calc(55% - 40px);
	}
	.commentcont{
		width:calc(45% - 40px);
	}


	.wawusec2{
		display:none;
	}
	.wawuprice2{
		display:block;
	}
	.wawubtn{margin-top:0px;}
    
    
    .top-info{
        background-image: none;
    }
    .top-info-cont{
        width:100%;
    }
    
   

}
@media screen and (max-width: 1140px) {
	
	.frontboard{
		width:60%;
		height:380px;
	}
	.frontboardh{
		font-size:50px!important;
	}
	.frontboardbtn{
		font-size:18px;
	}
	.frontnewsletter{
		
		width:calc(40% - 75px);
		height:330px;
		
	}
	.wasec3{
		display:none;
	}
	.wasec2{
		float:right;
		margin-right:5px;
	}
	.wasec4{
		display:block;
		margin-right:5px;
	}
	
}
@media screen and (max-width: 1110px) {
	.budimg{
		width:470px;
		float:left;
		margin-right:10px;
	}
	.budinfo{
		width:calc(100% - 480px);
		float:left;
	}
	.selectbtn, .noselectbtn, .crossout{
		width:190px;
	}
	.wa2sec1{
		width:55%;
	}
	.wa2sec2{
		width:calc(45% - 100px);
	}
	.ratesec2{
		display:block;
		height:auto;
		width:calc(100% - 0px);
		padding:0px;
		margin:0px;
	}
	.ratesec2o{
		width:calc(100% - 150px);
	}
	.ratesec3{
		float:right;
		width:200px;
		margin-right:4px;
	}

	.ratebtn{
		margin:5px 5px;
	}
	
	
	
}
@media screen and (max-width: 1050px) {
	.topnav .topnavtext{
		display:none;
	}
	.searchpanel{
		width:calc(100% - 200px - 160px - 80px);
		max-width: 450px;
	}
	.frontboard{
		width:55%;
		height:380px;
	}
	.frontboardh{
		font-size:44px!important;
	}

	.frontnewsletter{
		
		width:calc(45% - 75px);
		height:330px;
		
	}
	
    .toplist li i{
        font-size:32px;
        margin-right:10px;
    }
    .toplist li span{
        font-size:18px;
        line-height:32px;
    }
    
	.budimg{
		width:100%;
		float:left;
		margin-right:10px;
	}
	.budinfo{
		width:calc(100%);
		float:left;
		margin-top:20px;
		/*max-width: 650px;*/
	}
	.budinfo1{
		min-height:200px;
		width:calc(40% - 40px);
		padding:20px;
		float:left;
	}
	.budinfo2inner{
		width:calc(60% - 50px);
		padding:20px;
		background-color:#634078;
		color:#fff;
		float: left;
		margin-left:10px;
	}
	.selectbtn, .noselectbtn, .crossout{
		width:210px;
	}
	.wawusec1{
		width:100px;
	}
	.wawusec11{
		display:none;
	}
	.wawusec12{
		margin-top:80px;
	}
	.wawutitle2{
		display:block;
	}
	.kontor{
		width:calc(50% - 10px);
	}
	.kontol{
		width:calc(50% - 10px);
	}
	
	#secmega{
		background-image: none;
	}
	#secmegatext, #secmegatrust{
		max-width:850px;
	}
	#secmegatext2{
		width:100%;
	}
	#secmegalogo{
		height:30px;
		width:200px;
	}
	
	#secdesc{
		background-image: none;
	}
	.secdesctext, .secdesctext2{
		max-width:900px;
	}
	
	.itemselection{
		font-size:24px;
		margin-top:9px;
	}
	
}

@media screen and (max-width: 1000px) {
	
	.topbar-right{
		display:none;
	}
	.searchpanel{
		width:calc(100% - 200px - 160px - 40px);
	}
	
	.main{
		width:calc(100% - 6%);
		padding:0px 3%;
		
	}
	.itembox{
		width:calc(48% - 2px);
		margin:1%;
	}
	.boxcar{
		margin: 8px 6px;
	}
	.shopleft{
		width:30%;
		margin-right:8px;
	}
	.shopright{
		width:calc(70% - 10px);
	}
    
    .artikelleft{
        margin-right:0px;
		width:100%;
        float:none;
	}
	.artikelright{
        padding:0px 10px;
		width:calc(100% - 20px);
        float:none;
	}
	
	.comver{
		display:none;

	}
	.comveri{
		font-size:18px;
		line-height: 14px;
	}
	.input-half{
		width:calc(50% - 10px);
	}
	.itemselection{
		font-size:28px;
		margin-top:6px;
	}
	
	.aktionleft{
		float:none;
		width: 100%;
		height: auto;
	}
	.aktionright{
		float:none;
		min-width: auto;
		width: 100%;
	}
	
	
	
}

@media screen and (max-width: 950px) {
	.budinfo1{
		width:calc(35% - 40px);
		padding:20px;
	}
	.budinfo2inner{
		width:calc(65% - 50px);
		padding:20px;
	}
	.selectbtn, .noselectbtn, .crossout{
		width:190px;
	}
	.wa2sec1{
		width:calc(100% - 380px);
		margin-right:30px;
	}
	.wa2sec2{
		width:300px;
	}
}
@media screen and (max-width: 930px) {
	.frontboard{
		width:100%;
		height:360px;
	}
	.frontboardh{
		font-size:54px!important;
		padding-top:90px;
	}
	.frontboardbtn{
		font-size:20px;
	}
	.frontnewsletter{
		display:none;
		
	}
    .frontboard2{
        width:100%;
        height:420px;
    }
    .frontboardleft{
        display:none;
    }
    .one-box{
        display: block!important;
    }
	.wawusec1{
		display:none;
	}
	.waimg{
		width:110px;
		height:110px;
	}
	.wasec1{
		margin-left:10px;
		width:164px;
	}
	.wawugramm2{
		display:inline-block;
	}
	.wawuimg{
		width:110px;
		height:110px;
	}
	.wawusec3{
		/*width:155px;*/
		width:calc(100% - 130px);
	}
	.wawusec32{
		padding-top:4px;
		float:right;
		width:100%;
		
	}
	.wawubtn{
		padding: 10px 0px;
		width: 155px;
		font-size: 15px;
		font-weight: 500;
	}
	.wawulong{
		display:none;
	}
	.wacontbtn{display:none;}
	
	
	
}
@media screen and (max-width: 880px) {
.navitemkonto{
		display:none;
	}
}
@media screen and (max-width: 850px) {
	/*body{
		font-size:14px;
	}
	p{
		font-size:14px;
	}*/
	
	.boxcar{
		margin: 8px 4px;
		height:360px!important;
	}
	.itemhead{
		font-size: 16px;
	}
	.cbdtext{
		font-size:14px;
		line-height: 24px;
	}
	.cbdimgimg{
		width:33px;
		height:22px;
	}

	.itemrating{
		font-size: 14px;
		width:50%;
	}
    .ratingtxt{
        padding:3px 0px 0px 0px;
        font-size:16px
    }
    .ratingstar{
        font-size: 17px!important;
        width:105px!important;
    }
	.itemprice{
		font-size: 16px;
		width:50%;
	}
	.filterh{
		font-size:16px;
	}
	
	.budinfo2-right{
		max-width:calc(100% - 280px - 50px);
	}
	.budinfo1{
		min-height:0px;
		width:calc(100% - 60px);
		padding:20px;
		float:none;
	}
	.budinfo2inner{
		width:calc(100% - 80px);
		padding:40px;
		margin-left:0px;
		margin-top:10px;
		float:none;
	}
	.selectbtn, .noselectbtn, .crossout{
		width:280px;
	}
	.wabtn{
		width:240px;
	}
	.toplist1{
		display:inline-block;
		float:left;
		width:50%;
	}
	.toplist2{
		display:inline-block;
		float:left;
		width:50%;
	}
	.desccont p{
		font-size:16px;
	}
	.datasheetcont{
        width:calc(100% - 0px);
        float:none;
        padding:0px 0px 0px 0px;
    }
    .budcont{
        width:calc(100% - 40px);
        float:none;
        padding:20px 20px 20px 20px;
    }
    
	.wa2sec1{
		width:calc(100% - 0px);
		float:none;
	}
	.wa2sec2{
		width:calc(100% - 50px);
		float:none;
		margin-top:40px;
		min-height: 0px;
	}
	#checkoutcont{
		width:calc(100% - 10%);
		padding:0px 5%;
	}
	.input-half{
		width:calc(50% - 20px);
	}
	
	.wawusec1{
		display: block;
		float:left;width:180px;margin-left:30px;
	}
	.wawusec11{
		display: table-cell;
	}
	.wawusec12{
		margin-top:0px;
	}
	.wawusec2{
		display:block;
		float:left;width:104px;
	}
	.wawusec3{
		float:right;width:190px;
	}
	.wawutitle2{
		display:none;
	}
	.wawuprice2{
		display:none;
	}
	.wawubtn{
		margin-top:30px;
	}
	.wawugramm2{
		display:none;
	}
	.wawusec32{
		padding-top:20px;
		float:none;
		
		
	}
	.wawuimg{
		width:130px;
		height:130px;
	}
	/*vertical-align:bottom;display:table-cell;height:110px;padding-top:20px;line-height:20px;color:#627984;text-align:right;*/
	
	.waimg{
		width:130px;
		height:130px;
	}
	.wasec1{
		margin-left:30px;
	}
	.wasec2{
		float:left;
	}
	.wasec3{
		display:block;
	}
	.wasec4{
		display:none;
	}
	.wubtn{
		font-size:18px;
		padding:15px 0px;
		cursor:pointer;
		width:190px;
	}
	.wawulong{
		display:inline-block;
	}
	.wacontbtn{display:block;}
	
	.kontor{
		float:none;
		width:100%;
	}
	.kontol{
		float:none;
		width:100%;
		margin-top:30px;
	}
	
	.orderssec42{
		display:none;
	}
	
	.itemselection{
		font-size:24px;
		margin-top:8px;
	}
	
	.itemrock{
		font-size:16px;
	}
	
}
@media screen and (max-width: 800px) {
	
	.secphone{
		float:none;
		margin-top:30px;
		width:310px;
		margin:30px auto;
	}
	.secphonetext{
		float:none;
		margin-left:0px;
		width:100%;
		padding-top:0px;
	}
	.secphonetext h1{
		padding-bottom:0px;
	}
	.downlbtn{
		/*margin:10px auto;*/
		font-size:16px;
		margin-left:0px;
	}
	.down1{
		display:none;
	}
	.down2{
		display:block;
		margin:0 auto;
		width:310px;
	}
}
@media screen and (max-width: 768px) {
	
	.topnav{
		margin-top:0px;
		padding-top:10px;
	}
	.topnav .topnavtext{
		display:block;
	}
	.topnavbtnsearch{
		display:inline-block;
	}
	
	
	.searchpanel{
		float: none;
		max-width:none;
		width:calc(100% - 110px - 30px);
		margin-left:130px;
		margin-top:0px;
		padding:0px 0px;
	}
	.sinput{
		font-size:16px!important;
		padding:12px!important;
		width:calc(100% - 80px - 36px)!important;
	}
	.sbtn{
        line-height: 44px;
    }
	
	.navitemhome{
		display:none;
	}
	
	
	
	
	.legalbullet{
		display:none;
	}
	
	
	/*.main{
		width:calc(100% - 8%);
		padding:0px 4%;
		
	}
	
	.itembox{
		width:calc(48% - 2px);
		margin:1%;
	}*/
	.main{
		width:calc(100% - 4%);
		padding:0px 2%;
		
	}
	.navitem{		
		width:160px;
		margin:0px;
		padding:8px calc(16.5% - 80px);
		text-align: center;
		font-size:19px;
		
	}
    
	
	.frontboard{
		height:340px;
	}
	.frontboardh{
		font-size:52px!important;
		padding-top:70px!important;
	}
    .frontboard2hall{
        width:90%;
    }
    .frontboard2{
        height:380px;
    }

	
	.itembox{
		width:calc(33% - 17px);
		margin: 8px 1%;
		height:354px!important;
	}
	.boxcar{
		margin: 8px 3px;
		height:354px!important;
	}
    
    .iteminfo{
        height:134px;
    }
    
	.itemcbd{
		margin:16px 0px 8px 0px;
	}
	.itembottom{
		margin:52px 0px 0px 0px;
	}
	
	.shopleft{
		display:none;
	}
	.shopright{
		width:100%;
	}
    
    .artikelleft{
		
	}
	.artikelright{
		padding:0px 0px;
		width:calc(100% - 0px);
	}
	.kontonavm{
		display:block;
	}
	
	.desccont{
		width:calc(100% - 40px);
		float:left;
		padding:20px;
	}
	.commentcont{
		width:calc(100% - 40px);
		float:left;
		padding:20px;
	}
	.comver{
		display:inline-block;

	}
	.comveri{
		font-size:14px;
		line-height: 14px;
	}
	.orderssec42{
		display:block;
	}
	
	.footicons{
		float:none;
		margin-bottom:35px;
	}
	.footlang{
		width:calc(100% - 32px);
		float:none;
	}
	
}
@media screen and (max-width: 760px) {
	.topnav{
		margin-top:0px;
	}
	.topnavtextsuche{
		display:none!important;
	}
	.topnavbtn{
		margin-right:30px;
	}
	
	.topnav .topnavtext{
		display:none;
	}
	.topnavtextlogin, .topnavtextsuche{
		display:inline-block!important;
	}
	
	

}
@media screen and (max-width: 730px) {
	.wawusec2{
			display:none;
	}
	.wawuprice2{
		display: block;
	}
	.wawubtn{
		margin-top:0px;
	}
}
@media screen and (max-width: 700px) {
	h1{
		font-size:38px!important;
	}
	.content h1{
		padding:15px 0px;
	}
	.acontent h1{
		padding: 15px 0px 0px 0px;
	}
    .frontpage h2{
        font-size:38px;
        padding:15px 0px;
    }

	.itembox, .boxcar{
		height:334px!important;
	}
	.itemimg{
		height: 180px;
	}
	.itemhead{
		font-size: 15px;
	}
	.likebtn{
		margin-top:154px;
	}
	
	.wusec1{
		margin-left:20px;
	}
	
	.foot-sec1{
		padding:15px 25px;
		width:calc(100% - 50px);
		margin-bottom: 0px;
	}
	.foot-sec2{
		padding: 15px 25px;
		width:calc(100% - 50px);
		margin-bottom: 0px;
	}
	.foot-sec3{
		padding:15px 25px;
		width:calc(100% - 50px);
	}
	.budinfo2-right{
		max-width:calc(100% - 220px - 50px);
	}
	.selectbtn, .noselectbtn, .crossout{
		width:220px;
	}
	.wabtn{
		width:210px;
	}
	
	.wasec2{
		float:right;
	}
	.wasec3{
		display:none;
	}
	.wasec4{
		display:block;
	}
	.itemselection{
		font-size:22px;
		margin-top:9px;
	}
    
	
	.aktiontoptxt2{
		display:none;
	}
	
}
@media screen and (max-width: 660px) {
	.itembox, .boxcar{
		height:314px!important;
	}
	.itemimg{
		height: 160px;
	}
	.likebtn{
		margin-top:134px;
	}
	/*.topnav .topnavtext{
		display:none;
	}
	.topnavtextlogin, .topnavtextsuche{
		display:inline-block!important;
	}*/
	.wusec2{
		display:none;
	}
	.wusec3{
		width:170px;
	}
	.wupreis2{
		display:block;
	}
	.wubtn{
		padding:15px 0px;
		width:170px;
		font-size:16px;
		margin-top:0px;
		font-weight: 500;
	}
	
	.budinfo1{
		width:calc(100% - 40px);
		padding:20px;
	}
	.budinfo2inner{
		width:calc(100% - 40px);
		padding:20px;
	}
	.wawusec3{
		width:170px;
	}
	
	
}
@media screen and (max-width: 650px) {
	.logo-alt{
		
	}
	.topbar{display:none;}
	
	.itemimg{
		height: 200px;
	}
	.likebtn{
		margin-top:174px;
	}

	/*.main{
		width:calc(100% - 8%);
		padding:0px 4%;
		
	}*/
	
    .fblbox{
        width:190px;
    }
    .boxcar2{
        height:250px!important;
    }
    .boxcar22{
        height:250px;
    }
    
	.itembox{
		height:364px!important;
		width:calc(48% - 2px);
		margin:1%;
	}
	.boxcar{
		margin: 8px 10px;
		height:364px!important;
	}
	.itemhead{
		font-size: 18px;
	}
    .iteminfo{
        height:145px;
    }
	.cbdtext{
		font-size:15px;
		line-height: 26px;
	}
	.cbdimgimg{
		width:37px;
		height:24px;
	}
	.itemrating{
		font-size: 16px;
		width:60%;
		
	}
	.itemprice{
		font-size: 18px;
		width:40%;
	}
	
	
	.toplist li span{
		font-size:16px;
	}
	.toplist li i{
		font-size:28px;
	}
	.selectbtn, .noselectbtn{
		font-size:18px;
	}
	.wabtn{
		font-size:16px;
		width:180px;
	}

	
	.warenkorbtop{
		display:none;
	}
	#checkoutcont{
		width:calc(100% - 4%);
		padding:0px 2%;
	}
	.input-half{
		width:calc(50% - 10px);
	}
	
	
	.itemselection{
		font-size:28px;
		margin-top:6px;
	}
	
	.itemrock{
		font-size:18px;
	}
	
	.aImageContainer {
		padding-bottom: 60%;
	}
	.keywordbox{
		float:none;
		margin:30px 0px;
	}
	.aratingbox{
		float:none;
	}
	.aratingb{
		font-size: 24px;
		width:160px;
	}
	.arateboxs{
		margin:0px 2px;
	}
	
	
	.aartikelboxcont{
		height:410px;
	}
	.aartikelboxcont2{
		height:430px;
	}
	.aartikelbox{
		width:350px;
		min-width:350px;
	}
	.aartikelbimg{
		height:190px;
	}
	.aartikelbdown{
		height:180px;
	}
	.aartikelbhead{
		font-size:18px;		
	}
	.aartikelbdesc{
		font-size:15px;
	}

	
	.asharebtn{
		float:left;
	}
	.asharebox{
		right:auto;
	}
	
	
	.aktionleft{
		width: 100%;
		float:none;
		height:100%;
	}
	.aktionright{
		max-width: 100%;
		float:none;
	}
	
	.aktionscrollcont{
		height:205px;/*186px;*/
	}
	.aktionscrollinside{
		height:226px;
	}

	.aktionbox{
		width:200px;
		height:200px;
		margin:5px;
	}
	.aktionboxinside{
		width:200px;
	}
	.aktionboximg{
		width:170px;
		height:170px;
		margin:5px 15px 25px 15px;
	}
	
	

}

@media screen and (max-width: 600px) {
	.topnavbtn{
		margin-right:4vw;
	}
	.topnavicon{
		font-size:32px;
		line-height: 30px;
	}
	/*.topnavbtncart{
		float:right;
		width:20px;
		margin-top:-4px;
		margin-right:28px;
	}*/
	.topnaviconcart{
		font-size:40px;
	}
	.topnav .topnavtext{
		display:none;
	}
	.topnavtextlogin, .topnavtextsuche{
		display:none!important;
	}

	.frontboardh{
		font-size:44px!important;
		padding-top:60px!important;
	}
	
	.ordershead{
		width:100%;
	}
	.ordersinfo{
		float:none;
		text-align:left;
		width:auto;
	}
	.orderssec42{
		display:none;
	}
	
	#secmegatrust{
		text-align: center;
	}
	.trustbox{
		float:none;
		margin:0 auto;
	}
	.sponsorbox{
		float:none;
		margin-left:0px;
		margin-top:40px;
	}
	
	
	
}
@media screen and (max-width: 550px) {
	.top-info-long{
		display:none;
	}
	.itemrating{
		font-size: 14px;
		width:46%;
	}
	.itemprice{
		font-size: 16px;
		width:54%;
	}
	.wutitle{
		display:none;
	}
	.wutitle2{
		display:block;
	}
	.wusec1{
		width:100px;
		margin-left:10px;
	}
	.wugramm{
		margin-top:80px;
	}

	.selectbtn, .noselectbtn{
		font-size:17px;
		width:180px;
	}
	.crossout{
		width:180px;
	}
	.toplist1{
		display:inline-block;
		float:none;
		width:100%;
	}
	.toplist2{
		display:inline-block;
		float:none;
		width:100%;
	}
	.toplist li span{
		font-size:18px;
	}
	.toplist li i{
		font-size:32px;
	}
	#checkoutcont{
		width:calc(100% - 2%);
		padding:0px 1%;
	}
	
	.wawusec1{
		width:100px;
		margin-left:10px;
	}
	.wawusec11{
		display:none;
	}
	.wawusec12{
		margin-top:80px;
	}
	.wawutitle2{
		display:block;
	}
	
	.wasec1{
		margin-left:10px;
	}
	.loginhead-m{
		display:block;
	}
	.loginhead{
		display:none;
	}
	.loginoverlay{
		
	}
	.loginbox{
		width:100%;
		height:100%;
		top: 50%;
		overflow:hidden;
	}
	.logincontent{
		/*background-color: #fff;*/
		width:calc(100% - 20px);
		height: calc(100% - 40px);
		padding: 20px 10px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background-color:#FAFAFA;
	}
	.logclosebtn{
		font-size:26px;
		margin-left:-10px;
		margin-top:-5px;
		padding:8px;
	}
	.logincontbtn{
		width:calc(50% - 2px);
		font-weight: 400;
		padding:10px 1px;
		text-align: center;
		/*background-color:#666;*/
		
		height:40px;
		
		display: flex; 
		flex-direction: column; 
		justify-content:center;
	}
	.loginconttext{
		/*color:#eee!important;*/
	}
	.hcclosebtn{
		font-size:26px;
		margin-left:-10px;
		margin-top:-5px;
		padding:8px;
	}
	.sortpanel{
		display:none
	}
	.sortpanel-m{
		display:block;
	}
	.sortpanel-m i{
		padding:5px;
		font-size:24px;
		float:left;
	}
	.sortpanel-m span{
		display: flex; 
		flex-direction: column; 
		justify-content:center;
		height:34px;
		float:left;
		margin-left:10px;
		text-align:center;
		margin-right:0px;
		font-size:15px;
		line-height: 16px;
	}
	.sortbullet{
		float:right;
		width:222px;
		margin:0px 0px;
	}
	.ratingtext{
		display:none;
	}
    
    
    .trackbox{
        padding:0px 24px;
        width:calc(100% - 48px);
    }
    .trackline{
        width:calc((100% - 192px)/3);
    }
    .tracktextbox{
        width:100%;
        
    }
    .tracktext{
        width:calc(25% - 8px);
        padding:0px 4px;
    }
	
	
	.ttrackbox{
		width:calc(100% - 40px);
		padding:20px 20px;
		margin:20px 0px;
	}
	.ttrackhead{
		font-size:24px;
	}
	.ttrackimg{
		float:none;
		font-size:80px;
		width:100px;
		height:100px;
	}
	.ttracktextbox{
		float:none;
		width:100%;
		height:auto;
		margin-left:0px;
		margin:15px 0px 25px 0px;
	}
	
	
	

	

	#cbdcalc{
		padding:10px;
		width:calc(100% - 20px);
	}
	#cbdcalc1, #cbdcalc2, #cbdcalc3{
		float:none;
		width:calc(100%);
		margin-right:0px;
		margin-bottom:10px;
	}
	#dosisbtn{
		float:none;
		width:calc(100%);
	}
	
    .arul{
		width:calc(100% - 40px);
		float:none;
	}
	
	
	
	.aktionbtn{
		display:block;
		padding:15px;
		width:calc(100% - 32px);
	}
	.aktiontopbtn{
		display:none;
	}
	
	
}

@media screen and (max-width: 520px) {
.selectbtn, .noselectbtn{
		width:calc(100% - 40px);
		font-size:18px;
	}
	.crossout{
		width:calc(100% - 80px);
	}
	.budinfo1{
		width:calc(100% - 26px);
		padding:13px;
	}
	.budinfo2inner{
		width:calc(100% - 40px);
		padding:20px;
	}
	.budinfo2-left{
		width:100%;
		float:none;
	}
	.budinfo2-right{
		width:100%;
		max-width: 100%;
		float:none;
		margin-top:20px;
	}
	.budinfo2-bottom{
		margin-top:30px;
		font-size:15px;
	}
	
	.wabtn{
		font-size:18px;
		width:calc(100% - 20px);
	}
}

@media screen and (max-width: 500px) {
	.logo-alt{
		background: url(/images/logo-text-alt3.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:140px;
		height:21px;
		margin-top:20px;
		margin-left:4px;
	}
	.topnav{
		margin-top:0px;
		padding-top:13px;
	}
	.topnavbtn{
		margin-right:2vw;
	}
	.searchpanel{
		float: none;
		max-width:none;
		width:calc(100%);
		margin-left:0px;
		margin-top:0px;
	}
	
	.navitem{		
		width:140px;
		margin:0px;
		padding:8px calc(16.5% - 70px);
		text-align: center;
		font-size:19px;
		
	}
	
	.navitem-long{
		display:none;
	}
	
	.frontboard{
		height:300px;
	}
    .frontboard2{
		height:320px;
	}
	
	.frontboardh{
		font-size:8vw!important;
		padding-top:50px!important;
	}
	.frontboardbtn{
		font-size:4vw;
	}
	.frontboarda{
		margin:5px 0px;
	}
	
	.itembox{
		height:334px!important;
	}
	.boxcar{
		margin: 8px 3px;
		height:334px!important;
	}
	.itemimg{
		height: 180px;
	}
	.likebtn{
		margin-top:154px;
	}
	
	.itemhead{
		font-size: 16px;
	}
    .iteminfo{
        height:135px;
    }
	
	.itemselection{
		font-size:24px;
		margin-top:6px;
	}
	.itemrock{
		font-size:16px;
	}
	
	.cbdtext{
		line-height: 24px;
		font-size:14px;
	}
	.cbdimgimg{
		width:33px;
		height:22px;
	}
	.itemrating{
		font-size: 14px;
		width:46%;
	}
	.itemprice{
		font-size: 16px;
		width:54%;
	}
	
	.desccont{
		width:calc(100% - 20px);
		float:none;
		padding:10px;
	}
	.commentcont{
		width:calc(100% - 20px);
		float:none;
		padding:10px;
	}
    .simcont{
        margin-bottom:40px;
    }
    .simcont2{
        width:calc(100% - 20px);
		padding:10px;
    }
    .datasheetinner{
        padding:1px 10px 20px 10px;
    }
    .budcont{
        width:calc(100% - 20px);
        padding:10px;
    }
	.kontohm{
		display:inline-block;
		padding:8px;
		margin:3px 3px;
		font-size:16px;
		font-weight: 600;
	}
	.footicons{
		font-size:46px;
		margin:0 auto;
		width:300px;
		margin-bottom:35px;
	}
	
	
	.ttracktext{
		font-size:16px;
	}
	.ttdate{
		float:none;
	}
	.ttnr{
		float:none;
		margin-top:5px;
		text-align: left;
	}

}

@media screen and (max-width: 450px) {
	h1{
		font-size: 30px!important;
	}
	h2{
		font-size:20px;
	}
	h3{
		font-size:17px;
	}
	
	.content h1{
		padding:15px 0px 15px 0px;
	}
	.acontent h1{
		padding: 15px 0px 0px 0px;
	}
    .frontpage h2{
		padding:15px 0px;
        font-size: 30px;
	}
	.navitem{
		width:110px;
		padding:8px calc(16.5% - 55px);
		font-size:16px;
	}
	.frontboard{
		height:280px;
	}
	
	.neulabel{
		
		font-size:12px;
		padding:5px;
	}
	.favlabel{
		width:32px;
		font-size:24px;
		margin-right:calc(-29px - 2px);
	}
	.favrec{
		color:#fff;
		background-color:#6d8989;
		height:26px;
	}
	.favtri{
		border-top: 16px solid #6d8989;
		border-bottom: 16px solid transparent;
		border-left: 16px solid #6d8989;
		border-right:16px solid #6d8989; 
		margin-top:-8px;
	}
	.favic{
		position:absolute;
		margin-top:-46px;
		margin-left:-12px;
		color:#fff;
	}
	
	
	.salelabel{
		width:46px;
		font-size:12px;
		padding:6px;
	}
	
	.lselection{
		font-size:36px;
	}
	.lrock{
		font-size:28px;
	}
	.lfrost{
		font-size:26px;
	}
	
	.itemselection{
		font-size:20px;
		margin-top:4px;
		/*padding:6px 4px;*/
	}
	.itemrock{
		margin-top:5px;
		font-size:14px;
		padding: 8px 4px;
	}
	.itemfrost{
		font-size:14px;
		margin-top:6px;
		padding:8px 4px;
	}
	
	
	.head-long{
		display:none;
	}
	.likebtn{
		width:32px;
		margin-top:134px;
		margin-right:18px;
		font-size:20px;
		line-height:32px;
	}
	.itembox{
		height:304px!important;
	}
	.boxcar{
		margin: 8px 3px;
		height:324px!important;
		width:230px!important;
	}
    .boxcar .likebtn{
		margin-top:134px;
	}
    .iteminfo{
        height:125px;
    }
	.five-box{
		display:none!important;
	}
	.five-box-m{
		display:block;
		height: 346px;
	}
	.five-inner{
		height:356px
	}
	.itemimg{
		height: 160px;
	}
    .boxcar .itemimg{
		height: 180px;
	}
	.itemhead{
		font-size: 15px;
	}
	.itemcbd{
		margin:12px 0px 4px 0px;
	}
	.cbdtext{
		line-height: 20px;
		font-size:13px;
		font-weight:400;
	}
    .boxcar .cbdtext{
		font-size:14px;
	}
	.cbdimgimg{
		width:27px;
		height:18px;
	}
	.itembottom{
		margin:44px 0px 0px 0px;
	}
	.itemrating{
		font-size: 13px;
	}
    .boxcar .itemrating{
		font-size: 14px;
	}
    .boxcar .cbdtext{
		font-size:14px;
	}
	.itemprice{
		font-size: 16px;
	}
	.itempriceg{
		font-size:10px;
	}
    .soldout{
        font-size:10px;
    }
	
	.wuimg{
		height:110px;
		width:110px;
	}
	.wusec1{
		display:none;
	}
	.wubtn{
		padding:10px 0px;
		width:155px;
		font-size:15px;
		font-weight: 500;
	}
	.wusec3{
		width:calc(100% - 130px);
	}
	.wusec32{
		padding-top:4px;
		float:right;
		width:100%;
	}
	.wawulong{
		display:none;
	}
	.wulong{display:none;}
	.wutitle2{
		font-size:16px;
	}
	.wugramm2{
		display: block;
	}
	
	
	
	
	.desccont p{
		font-size:15px;
	}
	.commentcont{
		width:calc(100% - 20px);
		float:none;
		padding:10px;
	}
    .usercomment{
        font-size:15px;
    }
    .budcont{
        font-size: 15px;
    }
    
    
	.toplist li{
		margin-bottom:2px;
	}
	.toplist li span{
		font-size:16px;
	}
	.toplist li i{
		font-size:28px;
	}
	
	.comver{
		display:none;

	}
	.comveri{
		font-size:16px;
		line-height: 14px;
	}
	.input-half{
		width:calc(50% - 6px);
	}
	
	.wawusec1{
		display: none;
	}
	.wawuimg{
		width:110px;
		height:110px;
	}
	.wawusec3{
		/*width:155px;*/
		width:calc(100% - 130px);
	}
	.wawusec32{
		padding-top:4px;
		float:right;
		width:100%;
		
	}
	.wawugramm2{
		display:inline-block;
	}
	
	.waimg{
		width:110px;
		height:110px;
	}
	.wasec1{
		display:none;
	}
	.wasec2{
		width:calc(100% - 130px);
		text-align: right;
	}
	.wasec2inner{
		float:right;
		height:60px;
		margin-top:10px;
	}
	.wacontbtn{
		display: none;
	}
	.coupinp{
		width:calc(100% - 130px)!important;
	}
	.watitle2{
		display:block;
	}
	.wagramm2{
		display:block;
	}
	
    
    .wasbtnshort{
        display:none;
    }
	
	
	.ordersimg{
		width:110px;
		height:110px;
	}
	.orderssec21{
		margin-bottom:5px;
	}
	.ordersround{
		padding:5px 10px;
		margin-right:3px;
		border-radius:8px;
	}
	.ordersroundicon{
		font-size:22px;
	}
	.ordersroundtext{
		line-height:24px;
		font-size:14px;
	}
	.oroundall{
		margin-top:5px;
		margin-bottom:5px;
	}
	.ordersprice, .ordersprice2{
		font-size:18px;
		line-height:37px;
	}
	.orderssec5{
		padding:10px 11px;
		font-size:14px;
		margin-top:0px;
	}
	
	.ratesec2o{
		width:calc(100% - 130px);
		margin-left:3px;
	}
	.rateimg{
		width:110px;
		height:110px;
	}
	.ratesec3{
		margin-right:4px;
	}
	.ratebtn{
		font-size:14px;
		padding:10px 11px;
	}
	.nicknametext{
		display:inline-block;
		width:auto;
		font-weight:600;
		margin-right:15px;
		text-align:center;
		margin:10px 0px;
	}
	.nicknameinp{
		max-width:calc(100% - 24px);
		width:calc(100% - 24px);
	}
	
	.aartikelboxcont{
		height:390px;
	}
	.aartikelboxcont2{
		height:410px;
	}
	.aartikelbox{
		width:320px;
		min-width:320px;
	}
	.aartikelbimg{
		height:170px;
	}
	.aartikelbdown{
		height:180px;
	}
	.aartikelbhead{
		padding:8px 0px 8px 0px!important;
	}
	.aartikelbdesc{
		font-size:15px;
	}
	.aartikelbdown2{
		font-size:15px;
	}
	.aartikelbzeit, .aartikelbname{
		padding: 5px 0px;
	}
	
	
	foot{
		font-size:14px;
	}
	foot h2{
		font-size:14px;
	}
	.foot-sec1{
		padding:5px;
		width:calc(100% - 10px);
		margin-bottom: 10px;
	}
	.foot-sec12{
		width:60%;
	}
	.foot-sec2{
		padding:5px;
		width:calc(100% - 10px);
		margin-bottom: 10px;
	}
	.foot-sec3{
		padding:5px;
		width:calc(100% - 10px);
	}
	.logo-foot{
		width:100px;
		height:15px;
	}
}
@media screen and (max-width: 420px) {
	.frontboard{
		height:260px;
	}
    .frontboard2{
		height:300px;
	}
	.frontboardh{
		font-size:9vw!important;
		padding-top:45px!important;
	}
	.frontboardbtn{
		font-size:4.5vw;
	}
	.navitem{
		font-size:15px;
	}
	.itembox{
		height:290px!important;
	}
	.boxcar{
		width:210px!important;
        height:300px!important;
	}
	.five-box-m{
		height: 316px;
	}
	.five-inner{
		height:326px
	}
	
	.itemselection{
		font-size:18px;
		margin-top:4px;
	}
	.itemrock{
		font-size:12px;
	}
	
	.itemimg{
		height: 150px;
	}
    .boxcar .itemimg{
		height: 160px;
	}
	.likebtn{
		margin-top:124px;
	}
	.itemhead{
		font-size: 14px;
	}
    .iteminfo{
        height:120px;
		padding:8px 10px;
    }
	.itemrating{
		font-size: 13px;
        width:54%;
	}
	.itemprice{
		font-size: 14px;
        width:46%;
	}
	.itempriceg{
		font-size:9px;
		font-weight: 300;
	}	
    
    .applabelimg{
        font-size:11px;
        margin-right:10px;
    }
    .appliimg{
        font-size:22px;

    }
    
    .trackbox{
        padding:0px 14px;
        width:calc(100% - 28px);
    }
	
	
	.ttrackimg{
		font-size:60px;
		width:70px;
		height:70px;
	}
	.ttrackhead{
		font-size:20px;
	}
	.ttracktext{
		font-size:14px;
	}
	.ttdate{
		font-size:14px;
	}
	.ttnr{
		font-size:14px;
	}
	
    
    
}
@media screen and (max-width: 380px) {
	h1{
		word-wrap: break-word;
		-webkit-hyphens: auto;
    	-moz-hyphens: auto;
    	hyphens: auto;
	}
	p{
		font-size:15px;
		line-height: 1.4em;
		
	}
	ul{
		font-size:15px;
		line-height: 1.4em;
	}
	h2{
		font-size:1.3em;
	}
	.mainnav{
		text-align: center;
	}
	.navitem{
		width:auto;
		padding:8px 3.5%;
		font-size:15px;
	}
	.itembox{
		height:260px!important;
		width:calc(49% - 2px);
		margin:1% 0.5%;
	}
    .iteminfo{
        height:115px;
		padding:8px 6px;
    }
	.boxcar{
		width:200px!important;
		height:295px!important;
	}
	.five-box-m{
		height: 311px;
	}
	.five-inner{
		height:321px
	}
	.itemimg{
		height: 130px;
	}
	.likebtn{
		margin-top:104px;
	}
	.boxcar .likebtn{
		margin-top:134px;
	}
    
    .dstable td, .dstable th{
        padding:11px 4px;
        font-size:15px;
    }
    
   
	.cbdtext{
		line-height: 18px;
		font-size:12px;
	}
	.cbdimgimg{
		width:24px;
		height:16px;
	}
	.itembottom{
		margin:38px 0px 0px 0px;
	}
	.boxcar .itembottom{
		margin:38px 0px 0px 0px;
	}
	.itemrating{
		font-size: 12px;
        width:50%;
	}
	.itemprice{
		font-size: 14px;
        width:50%;
	}
	
	.wubox{
		width:calc(100% - 0px);
		padding:0px 0px;
	}
	.wauaddr{
		font-size:16px;
	}
	#addabtn{
		font-size:16px;
		font-weight:400;
	}
	.cont-items, .cont-checkout{
		font-size:15px;
	}
	.kassebtn{
		font-size:18px;
	}
	.wabottom{
		margin-top:40px;
		font-size:15px;
	}
	.wabottomitem{
		margin-bottom:15px;
	}
	.wa2sec2{
		width:calc(100% - 20px);
		padding:10px;
	}
	.sinput{
		width:calc(100% - 48px - 26px)!important;
	}
	.sbtn{
		display:none;
	}
	.sbtn-m{
		display:inline-block;
		width: 48px;
		background-image: url(/images/search-btn.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		float:right;
	}
	.subinput{
		width:calc(100% - 74px)!important;
	}
	.subbtn{
		display:none;
	}
	.subbtn-m{
		display:inline-block;
		width: 48px;
		background-image: url(/images/email-btn.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	
	
	.ordersroundtext{
		display:none;
	}
	.ordersprice{
		display:none;
	}
	.ordersprice2{
		margin-left:10px;
		display:block;
	}
	.oinfo1{
		display:block;
	}
	.oinfo2{
		display:none;
	}
	.oinfo3{
		display:block;
	}
	#obreak{
		display:block;
		clear:both;
	}
	.starrating{
		display:block;
		float:none;
		margin-top:4px;
	}
	.ratesec3{
		width:calc(100% - 10px);
		padding:0px 5px;
		margin-right:0px;
	}
	.ratebtn{
		margin:5px auto 10px auto;
		width:calc(100% - 26px);
	}
	#cbdcalc{
		font-size:15px;
	}
	

}

@media screen and (max-width: 350px) {
	.navitem{
		padding:8px 2%;
	}
	.g-long{
		display:none;
	}
	.g-short{
		display:inline-block;
	}
	.logincontent{
		width:calc(100% - 20px);
		height: calc(100% - 20px);
		padding: 20px 10px;
	}
	
	.neulabelimg{
		
		font-size:15px;
	}
	.salelabelimg{
		width:60px;
		font-size:15px;
	}
	.ttrackbox{
		width:calc(100% - 20px);
		padding:10px 10px;
		margin:15px 0px;
	}
}

@media screen and (max-width: 320px) {
	body{
		width:320px;
	}
	.topnavbtn{
		margin-right: 6.4px;
	}
	.main{
		width:312px;
		padding:0px 4px;
	}
	.top-info-main{
		width:290px;
	}
	.frontboardh{
		font-size:29px!important;
	}
	.frontboardbtn{
		font-size:15px!important;
	}
	/*.top-info p{width:300px;}
	.top-info h1{width:300px;}*/
	
	
	
}