/* UNCATEGORIZED */
.cm-read-more {
    display: none;
}
.foto .cell {
    display: inline-block;
}

/* ESHOP */
.eshop-grid {
    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: top;
}
.eshop-menu {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width: 200px;
}
.eshop-menu li {
    padding-left: 15px;   
}
.eshop-menu li a:focus {
    outline: 0;
}
.product {
    vertical-align: top;
    display: inline-block;
}
.product.product-with-same-in-cat, .product.product-with-cats {
    width: calc(100% - 250px);    
}
.product .left {
    vertical-align: top;
    display: inline-block;
    width: 500px;
}
.product .right {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 550px);
}
.product-gallery-wrapper {
    margin-top: 20px;
    width: 400px;
    position: relative;
}
.main-image {
    /*height: 400px;*/
    width: 400px;
    line-height: 400px;
    text-align: center;
    max-width: 100%;
    position: relative;
}
.main-image img {
    vertical-align: middle;
}
.ui-widget-overlay {
    background: #333 !important;
	opacity: .6 !important;
}
.ui-dialog {
    max-width: 100%;
}
.ui-dialog .ui-dialog-title {
    white-space: normal !important;
}
/* štítky */
.ribbon-box {
	right: -4px;
	top: -4px !important;
    height: 125px;
    overflow: hidden;
    width: 125px;
    z-index: 0;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
}
.ribbon-label {
	background: #aaa;
    color: #fff;
    padding: 8px 0 8px;
    right: -39px;
    text-shadow: 1px 1px rgba(0,0,0,.24);
    top: 36px;
    transform: rotate(45deg);
    width: 170px;
    z-index: 1;
    display: block;
    position: absolute;
    text-align: center;
    line-height: normal;
}
.ribbon-label::after, .ribbon-label::before {
  	border-style: solid;
  	border-width: 4px 4px 0;
  	bottom: -3px;
  	content: ".";
  	text-indent: -5000px;
  	width: 0;
  	height: 0;
  	position: absolute;
  	border-color: #a2730c transparent transparent;
}
.ribbon-label::before {
    right: 4px;
    transform: rotate(225deg);
}
.ribbon-label::after {
  left: -2px;
  transform: rotate(135deg);
}
@media (max-width: 980px) {
    .product .right {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .eshop-menu, .eshop-grid {
        width: 100%;
    }
    .eshop-menu li {
        display: inline-block;
        padding: 4px 10px;
    }
    .product .main-image {
        max-width: 100%;
    }
    .product, .product .right, .product .left {
        width: 100%;
    }
    .product .detail .left {
        width: 100%;
    }    
    .product .right {
        width: 100%;
    }
    .product .main-image, .product .product-gallery-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .product.product-with-same-in-cat, .product.product-with-cats {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .product-gallery-wrapper {
        width: 280px;
    }
    .main-image {
        width: 300px;
        line-height: 300px;
    }
}

/* zasielkovna */
.autocomplete-suggestions {
    width: 100% !important;
    max-width: 524px;
    overflow-y: auto;
    border: 1px solid #bbb;
}
.autocomplete-suggestions:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    left: 120px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid green;
}
.autocomplete-suggestions .autocomplete-suggestions-inner {
    color: #000;
    font-size: 14px;
    text-align: left;
    width: 100% !important;
    max-height: calc(100vh - 90px) !important;
    padding: 0;
    border: 2px solid green;
    border-radius: 2px;
    margin-top: 10px;
    background-color: #ddd;
    overflow-y: auto;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.autocomplete-suggestions .autocomplete-zasielkovna {
    position: relative;
    z-index: 10000;
}
.autocomplete-suggestions .autocomplete-zasielkovna .autocomplete-suggestion > h4 {
    display: none;
}
.autocomplete-suggestion {
    width: 100%;
    cursor: default;
}
.autocomplete-suggestion > h4, .autocomplete-suggestion > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 10px;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
}
.autocomplete-suggestion > h4 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background-color: green;
}
.autocomplete-suggestion.autocomplete-selected > span {
    background-color: #ddd;
}
.zasielkovna-choosed {
    font-weight: bold;
}
.choose-zasielkovna {
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.15s;
    position: relative;
    top: -16px;
    padding-top: 0px;
    border-bottom: 0px solid #ddd;
}
.modern-form .choose-zasielkovna.select-group::after {
    top: 49px;
    right: 12px;
}
.modern-form input[type="text"].zasilkovna {
    border-color: #ddd;
}
.choose-zasielkovna .label {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.choose-zasielkovna.open {
    height: 66px;
    padding-top: 8px;
    border-bottom: 1px solid #ddd;
}
.choose-zasielkovna .dropdown-button {
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 5px;
    right: 1px;
}
.choose-zasielkovna .dropdown-button  i {
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    left: 14px;
    top: 12px;
}
.choose-zasielkovna .dropdown-button .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#zasielkovna-link {
    position: absolute;
    right: 3px;
    top: -7px;
}
#zasielkovna-link img {
    width: 30px;
}
.snake-block.with-bg-video {
    position: relative;
    overflow: hidden;
}
video.snake-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}

@media (max-width: 750px) {
    .choose-zasielkovna .label {
        margin-left: -10px;
        text-align: left;
    }
    table.form input.zasielkovna {
        max-width: 100%;
    }
}

/* COOKIE BAR */
.cookie-bar-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 15px 25px 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    z-index: 10000;
    box-sizing: border-box;
}
.cookie-bar-container div {
    box-sizing: border-box;
}
.cookie-bar {
    color: #FFFFFF;
    background-image: url('/images/cookie-transparent.png');
    background-size: 50px;
    background-repeat: no-repeat;
}
.cookie-bar .option {
    padding: 5px 0 10px 0;
    color: #2B2B2B;
}
.cookie-bar .option input {
    margin-right: 10px;
}
.cookie-bar > .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.cookie-bar .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 25px;
}
.cookie-bar .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.cookie-bar .right .left {
    padding-left: 50px;
}
.cookie-bar .right .right {
    text-align: right;
    padding-right: 25px;
    padding-bottom: 20px;
}
.cookie-bar .message {
    display: inline-block;
    width: 100%;
    color: #2B2B2B;
    text-align: left;
    padding-bottom: 20px;
}
.cookie-bar .button {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    color: white;
    width: 140px;
    font-weight: normal;
    text-align: center;
    border: 1px solid;
}
.cookie-bar .button.primary {
    color: #fff;
    background-color: #498024;
    border-color: #498024;
}
.cookie-bar .button.secondary {
    color: #606060;
    border-color: #606060;
}
.cookie-bar .button.primary:hover,
.cookie-bar .button.primary:focus {
    background-color: #39641c;
}
.cookie-bar .button.secondary:hover,
.cookie-bar .button.secondary:focus {
    background-color: #e0e0e0;
}
@media (max-width: 750px) {
    .cookie-bar .left, .cookie-bar .right {
        width: 100%;
    }
    .cookie-bar .left {
        padding-left: 25px;
        border: 0;
    }
    .cookie-bar .right .right {
        text-align: center;
        padding: 20px;
    }
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext,greek-ext,greek);


* {
    margin: 0;
    padding: 0;
}

body {
    background: url(/domains/allia/UserFiles/images/bg.jpg) repeat-x #ffffff;
    background-position: 50% 0;
    color: #6b6b6b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: left;
}
a:link {
    color: #6b6b6b;
    text-decoration: none;
}
a:visited {
    color: #6b6b6b;
    text-decoration: none;
}
a:hover {
    color: #17800c;
    text-decoration: none;
}
a:active {
    color: #6b6b6b;
    text-decoration: none;
}


h1, h2, h3, h4, h5 {
    color: #17800c;
margin-bottom: 20px;
font-weight: 600;
}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
}

menu, ul {
    list-style-type: none;
}

.container {
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    width: 1000px;
    /*box-shadow: 0 0 5px #9c9c9c;*/
}
.layer1 {
z-index: 100;
position: relative;
}

.layer1 a, .layer1 img {
    border: 0 none;
}

.languages {
    /*line-height: 15px;
    margin-right: 10px;
    padding: 10px 0;
    text-align: right;
    top: 15px;*/
}
.languages span {
    color: #000000;
    font-weight: bold;
    padding: 0 4px;
}
.languages a {
    color: #999999;
    font-weight: bold;
    padding: 0 4px;
    text-decoration: none;
}
.languages a:hover {
    text-decoration: underline;
}

.header {
    background: url(/domains/allia/UserFiles/images/header.png)no-repeat;
    float: none;
    height: 111px;
    width: 1000px;
    border-bottom: 5px solid #fff;
}
.header .logo {
    background: url(/domains/allia/UserFiles/images/Allia_logo.png)no-repeat;
    display: block;
    float: left;
height: 95px;
width: 200px;
margin-top: 8px;
}

.board {
    float: none;
    position: relative;
    width: 1000px;
}

.home .block {
float: none;
position: relative;
width: 1000px;
clear: both;
background: url(/domains/allia/UserFiles/images/main_bg.png) repeat-x;
overflow: hidden;
}

.block {
float: none;
position: relative;
width: 1000px;
clear: both;
background:  #fff;
overflow: hidden;
margin-top: 15px;
}


.left-panel {
    background: none repeat scroll 0 0 transparent;
    float: none;
}

.home .left-panel-container {
clear: none;
display: inline-block;
width: 230px;
margin-top: 180px;
}

.left-panel-container {
clear: none;
display: inline-block;
width: 230px;
margin-top: 0;
}

.left-panel-content {
font-size: 14px;
margin: 10px 0 0 10px;
border: 7px solid #f3f3f2;
}


.right-panel {
    float: right;
}
.home .right-panel-container, .home #big-slider {
    display: unset;
}
.right-panel-container {
    display: none;
    float: right;
    min-height: 100px;
    position: absolute;
    left: 0px;
    margin-top: 15px;
    width: 100%;
}

.right-panel-content {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(305px,1fr));
    gap: 1rem;
}

.right-panel-content a {
    width: 1000px;
}

.right-panel-item{
    float: left;
    width: 323px;
    margin-right: 15px;
}

.right-panel-item:last-child {
    margin-right: 0;
}

.right-panel-item .title{
display: none;
}

.right-panel-item .read-more{
display: none;
}

.right-panel-content a img {
    border: 0 none;
}


.home .middle-panel {
    float: none;
    min-height: 365px;
    width: 765px;
    margin-top: 180px;
}

.middle-panel {
    float: none;
    min-height: 365px;
    width: 765px;
    margin-top: 0;
}

.middle-panel-content {
    padding: 15px;
    position: relative;
}


.footer {
    color: #fff;
    float: none;
    width: 1000px;
    min-height: 100px;
    background: #9b9b9b;
    clear:both;
}

.footer a {
    color: white;
}

.footer-content {
    /*padding: 15px 20px;*/
}

.footer-shadow {
    display: none;
    float: left;
    padding: 10px 10px;
    width: 1000px;
    color: white;
    position: relative;
    left: -10px;
}
.footer-shadow-content {
    font-size: 11px;
    text-align: right;
    color: #000000;
}
.footer-shadow-content a {
    border: 0 none;
    color: #000000;
    text-decoration: none;
}
.footer-shadow-content a:hover {
    text-decoration: underline;
}
.footer-shadow-content a img {
    border: 0 none;
    margin-left: 15px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.ddsmoothmenu {
font-weight: normal;
margin: 65px 160px 0 0;
font-size: 13px;
float: right;
}

.ddsmoothmenu ul li a {
    background: none repeat scroll 0 0 transparent;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    color: #3e3e3e;
    margin: 0;
padding: 7px 12px 28px;
text-decoration: none;
text-transform: uppercase;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    border-bottom: 5px solid #63b73d;
    padding: 7px 12px 23px;
    background: none repeat scroll 0 0 transparent;
    color: #267701;
}

.ddsmoothmenu ul li a:hover {
    border-bottom: 5px solid #63b73d;
    padding: 7px 12px 23px;
    background: none repeat scroll 0 0 transparent;
    color: #267701;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
   /* color: #3e3e3e;*/
}

.ddsmoothmenu ul li ul li a {
    background: none repeat scroll 0 0 #DA3160;
    border-top-width: 0;
    color: #00CCFF;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 10px 5px 10px 10px;
    text-shadow: 0 0 2px #666666;
    width: 160px;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    color: #00CCFF;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected {
    background: none repeat scroll 0 0 #000000;
    color: #00CCFF;
}
.ddsmoothmenu ul li ul li a:hover {
    background: none repeat scroll 0 0 #000000;
    color: #00CCFF;
}
.downarrowclass {
    position: absolute;
    right: 7px;
    top: 41px;
}
.rightarrowclass {
    position: absolute;
    right: 5px;
    top: 13px;
}
.middle-panel-content li {
    background: url(\"/domains/qtermo/UserFiles/images/list-style.png\") no-repeat scroll 0 4px transparent;
    margin-bottom: 5px;
    padding-left: 15px;
}

p {
    margin-bottom: 1em;
}

.leftmenu {
}

.leftmenu li {
    font-size: 12px;
}

.leftmenu li.first {
    border: none;
}

ul.leftmenu li ul {
    margin: 0;
}

ul.leftmenu li ul li{
    margin-top: 5px;
}

ul.leftmenu li ul li a{
    padding: 5px 15px;
    background: #e2e2e2;
    margin-top: 3px;
    color: #535353;
}

ul.leftmenu li ul li a.selected{
    background: #84C964;
}

ul.leftmenu li ul li a:hover{
    background: #84C964;
}

ul.leftmenu li ul li ul li a{
    background: #fff;
}

ul.leftmenu li ul li ul li {
}

ul.leftmenu li ul li ul li a:hover{
    background: #ECF5E7;
    color: #3F9208;
}

ul.leftmenu li ul li ul li a.selected{
    background: #ECF5E7;
    color: #3F9208;
}

.middle-panel-content ul {
    margin-left: 30px;
}


.leftmenu li a.selected {
    color: white;
    background: #539e33;
}

.leftmenu li a {
position: relative;
display: block;
color: #fff;
padding: 10px 15px;
background: #5bb037;
text-transform: uppercase;
}

.leftmenu li a:hover {
    color: white;
    background: #539e33;
}

.leftmenu li ul {
    display: none;
    margin-top: 10px;
    margin-bottom: 0px;
}

.layer1 .search:first-child {
    margin: 0 32px 0 0;
    display: inline;
    float: left;
}

.layer1 .search input[type="text"] {
    width: 210px;
border: 1px solid #dddddd;
height: 22px;
vertical-align: bottom;
border-radius: 4px;
-moz-border-radius:4px;
padding-left: 10px;
background: #e9e9e9;
}

.layer1 input[type="submit"]
{
    padding: 1px 0;
    width: 55px;
    height: 24px;
    font-weight: normal;
    background: #ff8a00;
    color: white;
    border: 1px solid #ff8a00;
    border-radius: 4px;
    -moz-border-radius:4px;
    position: relative;
    /*font-size: 12px;*/
}

.form input[type="text"]{
    width: 330px;
    border: 1px solid #BEBEBE;
    height: 22px;
}

.form textarea{
    border: 1px solid #BEBEBE;
}

.form button[type="submit"]{
    width: 100px;
    border: 1px solid #5bb037;
    height: 22px;
    background: #5bb037;
    color: white;
    cursor: pointer;
}



/* TopText */

.toptext {
       	width: auto;
	display: block;
}

.toptext .inner {
        width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
        font-size: 12px;
}

.toptext .inner p {

}


 .phone, .mail{
width: 22px;
height: 22px;
float: left;
}

.phone{
background: url(/domains/allia/UserFiles/images/phone.png) no-repeat;
}

.mail{
background: url(/domains/allia/UserFiles/images/mail.png) no-repeat;
}

.inner ul {
position: absolute;
right: 3px;
top: 13px;
}

.toptext .inner ul li {
	font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        color: #6b6b6b;
        float: left;
        list-style-type: none;
        padding-left: 10px;
}

.toptext .inner ul li a {
	color: #6b6b6b;
	text-decoration: none;
}

.toptext .inner ul li a:hover {
	text-decoration: underline;
}



/*
	SLIDESHOW
*/

#big-slider {
    display: none;
        float: left;
	width: 1000px;
        height: 315px;
	position:relative;
        background: url(/domains/allia/UserFiles/images/board.png) bottom no-repeat;
        border-bottom: 5px solid #63b73d;
}

#big-slider #frame {
	position:absolute;
	z-index:0;
	width: 1000px;
        height: 315px;
	top:px;
	left:0px;
}

#big-slider #bigslides {
	position:absolute;
	z-index:80;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#big-slider .slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
	display: block;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#big-slider .slide-content {
	width:1000px;
	height: 315px;
        font-size: 12px;
}

#big-slider .slides_container .slide {
	width:1000px;
	height: 315px;
}

#big-slider .slides_container .slide img {
        border: 0 none;
}

/*
	Next/prev buttons
*/

#big-slider #bigslides .next,#bigslides .prev {
	position:absolute;
	top: 250px;
	display:block;
	z-index:101;
}

#big-slider #bigslides .next {
	right: 210px;
}

#big-slider #bigslides .prev {
	right: 240px;
}

#big-slider #bigslides a.next {
width: 23px;
height: 23px;
color: transparent;
background: url(/domains/allia/UserFiles/images/next.png) no-repeat;
}

#big-slider #bigslides a.prev {
width: 23px;
height: 23px;
color: transparent;
background: url(/domains/allia/UserFiles/images/prev.png) no-repeat;
}

#big-slider .slide-container {
position: absolute;
width: 220px;
height: 265px;
top: 25px;
right: 25px;
color: #6b6b6b;
font-family: 'Open Sans', sans-serif;
padding: 20px;
background: url(/domains/allia/UserFiles/images/slide_bg.png) no-repeat;
}

#big-slider .slide-container h2 {
font-size: 20px;
font-weight: 600;
color: #fff;
font-family: 'Open Sans', sans-serif;
margin-bottom: 10px;
margin-top: 0;
text-transform: uppercase;
}

#big-slider .slide-container h3 {
font-size: 16px;
font-weight: 600;
color: #fff;
font-family: 'Open Sans', sans-serif;
margin-bottom: 10px;
margin-top: 0;
text-transform: uppercase;
}


#big-slider .slide-container p{
margin-left: 0;
}

#big-slider .slide-container p a {
font-weight: 700;
font-size: 11px;
text-transform: uppercase;
color: #ff8a00;
display: inline-block;
padding: 5px 20px;
background-color: #fff;
line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
text-decoration: none;
margin-top: 10px;
margin-right: 10px;
}

#big-slider .slide-container p a.viac {
font-weight: 700;
font-size: 11px;
text-transform: uppercase;
color: #fff;
display: inline-block;
padding: 5px 20px;
background-color: #ff8a00;
line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
text-decoration: none;
margin-top: 10px;
}

#big-slider .slide-container p{
     font-size: 12px;
     font-weight: 400;
     color: #fff;
}

/*
	Pagination
*/

#big-slider .pagination {
width: 75px;
margin: 7px auto 0 auto;
}


#big-slider ul.pagination li{
float: left;
background: url(/domains/allia/UserFiles/images/pag1.png) no-repeat;
width: 15px;
margin-right: 8px;
}

#big-slider ul.pagination li a{
color: transparent;
width: 15px;
display: block;
}

#big-slider ul.pagination li.current{
background: url(/domains/allia/UserFiles/images/pag2.png) no-repeat;
}


.eshop {
position: absolute;
top: 72px;
right: 0;
}

.eshop a{
background: url(/domains/allia/UserFiles/images/eshop.png) no-repeat;
padding: 9px 40px 10px 60px;
color: #fff;
}

.eshop a:hover{
background: url(/domains/allia/UserFiles/images/eshop2.png) no-repeat;
}


.contactform {
background: #ececec;
padding: 20px 0px 20px 20px;
width: 715px;
}

.contactform .label_input {
float: left;
margin-top: 5px;
}

.contactform form#contact-form input[type="text"]{
background: #fff;
border: 0 none;
height: 25px;
width: 339px;
margin-right: 15px;
}

.contactform form#contact-form textarea{
background: #fff;
border: 0 none;
width: 695px;
margin-bottom: 15px;
min-height: 100px;
}

.contactform form#contact-form label{
display: block;
padding: 0 10px 0 0;
clear: none;
font-size: 12px;
}

.contactform form#contact-form label[for="frm[správa]"]{
clear: both;
display: block;
margin-top: 5px;
}

.contactform form#contact-form label[for="sesscode"]{
clear: both;
float: none;
}

.contactform form#contact-form input[name="sesscode"]{
margin-bottom: 10px;
}


.contactform form#contact-form button{
background: #5bb037;
border: 0 none;
color: #fff;
width: 100px;
height: 30px;
cursor: pointer;
}

.contactform form#contact-form button:hover{
background: #539e33;
}

#contact-form img,#contact-form button{
clear: both;
display: block;
margin-top: 5px;
margin-bottom: 5px;
}


.bt_form {
position: absolute;
top: 25px;
right: 25px;
text-transform: uppercase;
background: #FF3E24;
color: #fff;
padding: 7px 20px;
text-decoration: none;
}

a.bt_form:link {
    color: #fff;
}

a.bt_form:visited {
    color: #fff;
}

.bt_form:hover {
background: #F32E14;
}

.topmenu .root.first {
    display: none;
}


.layer2 ul li {
    display: inline-block;
        font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #6b6b6b;
    float: right;
    list-style-type: none;
    padding-left: 10px;
    padding-top: 10px;
}

/*
@media screen and (max-width: 900px){

.middle-panel{
    width: 100%;
    margin: 0rem 1rem;
    text-align: justify;
}
    .treemenu.show-on-mobile{
        display: visible;
    }
}

@media screen and (max-width: 768px){
	.outer .container, .header, body .block, .home .block, .left-panel .right-panel, .footer, .footer-shadow, .right-panel-container, .home .left-panel-container, body .left-panel-container{
        width: 100%;
    }
    .home .middle-panel {
    	width: 100%;
   		margin-top: 680px;
        margin-left: 0;
    }
    body .middle-panel {
    	width: 100%;
   		margin-top: 1rem;
        margin-left: 0;
    }
    .right-panel, .right-panel-content {
        text-align: center;
    }
    .middle-panel .middle-panel-content {
    	padding-right: 2rem;
    }
    .container {
    	padding: 0;
    }
    .hide-on-mobile #smoothmenu1 {
        margin: 0;
    }
    .header {
        border-bottom: none;
        background: transparent;
    }
    .left-panel-content {
        margin: 0;
        border: none;
    }
    body .left-panel-container, .home .left-panel-container {
        margin-top: 0;
    }
    .right-panel-image a img {
        width: 100%;
    }
    table tbody tr {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(420px,1fr));
    }
    table tbody tr td img {
        max-width: 100%;
    }
    table.foto tbody tr {
        display: grid;
    	grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    table.foto img {
            height: auto;
   			width: 100%;
    }
    .contactform {
        width: 100%;
    }
    .footer-shadow {
        display: none;
        padding-right: 0;
        padding-left: 0;
    }
    .contactform form#contact-form input[type="text"]{
        width: 100%;
    }
    .contactform {
        padding: .5rem;
    }
    #big-slider {
        display: none !important;
    }
    .bt_form {
        position: relative;
        top: 0;
        right: 0;
    }
    .layer2{
        padding-right: 1rem;
    }
    .eshop {
        margin-right: 1rem;
    }
    .topmenu li:last-of-type a {
    	padding-right: 1rem;
    }
}
*/