@charset "utf-8";



@media (min-width: 1170px) {

select:hover {
	background-image: url('/images/icon_dropdown_rollover.png');
}

/*
.more:hover,
.more a:hover {
	background-color: #e8b567;
	color: white;
}
*/
/*
.button:hover {
	border: 1px solid #e8b567;
	background-color: transparent;
	background-image: url('/images/icon_more_orange.png');
	color: #e8b567;
	line-height: 50px;
}
*/
.checkbox:hover input ~ .checkmark {
	border: 1px solid #111111;
}

.radio:hover input ~ .checkmark {
    border: 1px solid #111111;
}

.products .article:hover {
	background-color: #e3e3e3;
}
/*
.products .button:hover {
	background-image: url('/images/icon_cart_black.png');
	line-height: 43px;
}
*/
.products .radio:hover input ~ .checkmark {
	border: 0;
}


#kontakt ul a:hover,
#footer a:hover {
	text-decoration: underline;
}

}



@media (min-width: 768px) and (max-width: 1169px) {

.content {
	margin-left: 0;
	margin-right: 0;
}

.tablet-show {
	display: initial;
}


.products .button {
	width: 10%;
	height: 35px;
	background-position: center;
	line-height: 35px;
}
.products .button span {
	display: none;
}


#all img {
	max-width: 100%;
	height: auto;
}


#footer {
	padding-bottom: 0;
}

#footer .content > .column {
	padding-bottom: 55px;
}
#footer .content > .column:first-child {
	padding-bottom: 35px;
	width: 100%;
	max-width: 560px;
}

}



@media (min-width: 0px) and (max-width: 767px) {
#languages li ul li {
  text-align: justify;
}
	#menu .menu:last-child li:last-child a {
		display: none;
	}
	#languages{
		text-align: right;
	}
body {
}

h1 {
	font-size: 46px;
	line-height: 52px;
}

h2 {
	margin-bottom: 48px;
	font-size: 30px;
	line-height: 36px;
}

h3 {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 32px;
}

h4 {
	font-size: 18px;
	line-height: 30px;
}

h5 {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 26px;
}



.mobile-show {
	display: initial;
}



#all table:not(.not-responsive) {
	width: 100% !important;
}

#all table td:not(.not-responsive) {
	display: block;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

#all img:not(.not-responsive) {
	max-width: 100%;
	height: auto;
}



.container-half {
	width: 100%;
}

.content {
	position: static;
	margin-left: 0;
	margin-right: 0;
}

.container-half .content {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.left, .column {
	float: none;
}

.right {
	float: none;
}

.products .article {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 495px;
}
.products li {
	font-size: 15px;
}
.products li:first-child {
	border-right: 0;
}
.products li:nth-child(2) {
}
.products li:last-child {
	padding-top: 10px;
	line-height: normal;
}
.products li:last-child span {
	font-size: 16px;
}
.products h4 {
	font-size: 20px;
	line-height: 40px;
}
.products .radio {
	top: 14px;
	left: 10px;
}
.products .button {
	bottom: 38px;
	width: 25px;
	height: 35px;
	background-position: left 4px center;
	line-height: 35px;
}
.products .button span {
	display: none;
}


#toggle-menu{
	display: block;
}

	#cart_mobile{
		display: flex;
	} 
#top.fixed {
	margin-bottom: 76px;
}

#top .content .right {
	padding-right: 0;
}


#logo {
	width: 100%;
	background-color: white;
	position: relative;
z-index: 140;
}

#logo .content {
	position: static;
	padding-bottom: 4px;
	height: 76px;
	text-align: center;
	
}

#logo a {
	z-index: auto;
	position: static;
	top: auto;
	left: auto;
	margin-left: 0;
}

#logo img {
	max-width: none;
	width: auto;
	max-height: 100%;
}


#header {
	display: none;
	z-index: 40;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
}

#header .content {
	padding-top: 120px;
	padding-bottom: 110px;
	height: auto;
}


#newsletter-form input[type="text"] {
	width: 61%;
}

#newsletter-form button[type="submit"] {
	margin-left: -4px;
	margin-top: 1px;
}


#footer {
	padding-top: 25px;
	padding-bottom: 55px;
	background-color: black;
	color: white;
}

#footer {
	padding-bottom: 0;
}

#footer .content > .column {
	padding-bottom: 55px;
	width: auto;
}
#footer .content > .column:first-child {
	padding-bottom: 35px;
	width: 100%;
	max-width: 560px;
}


#bottom .right {
	padding-top: 25px;
	text-align: right;
}

}