.bg-color-7 {background-color: #6F160A;}
.bg-color-8 {background-color: #6F160A;}
.bg-color-9 {background-color: #f9f9f9;}
.btn-color-1 {background-color: #292a2d;}

.hidden {display: none;}

.color-7 {color: #DCBD6A;}

.addMenu > ul > li > a {height: 35px;padding: 10px;text-decoration: none;}

.left-nav-bg-color{background-color: #ffffff;}
.left-nav-bg-color:hover {background-color: #6F160A;color: #ffffff;}
.left-nav-bg-color.active > a{background-color: #6F160A;color: #ffffff;}

#categoriesTop > ul > li.area-vertical, #categoriesMegaMenu > ul > li.area-vertical {display: none;}

.btn-color-2 {
background: rgba(128,25,12,1);
background: -moz-linear-gradient(top, rgba(128,25,12,1) 0%, rgba(77,0,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,25,12,1)), color-stop(100%, rgba(77,0,18,1)));
background: -webkit-linear-gradient(top, rgba(128,25,12,1) 0%, rgba(77,0,18,1) 100%);
background: -o-linear-gradient(top, rgba(128,25,12,1) 0%, rgba(77,0,18,1) 100%);
background: -ms-linear-gradient(top, rgba(128,25,12,1) 0%, rgba(77,0,18,1) 100%);
background: linear-gradient(to bottom, rgba(128,25,12,1) 0%, rgba(77,0,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80190c', endColorstr='#4d0012', GradientType=0 );
box-shadow: 0 0 8px black, 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 0 8px black, 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 0 0 8px black, 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn-color-2:hover {
background: rgba(77,0,18,1);
background: -moz-linear-gradient(top, rgba(77,0,18,1) 0%, rgba(128,25,12,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77,0,18,1)), color-stop(100%, rgba(128,25,12,1)));
background: -webkit-linear-gradient(top, rgba(77,0,18,1) 0%, rgba(128,25,12,1) 100%);
background: -o-linear-gradient(top, rgba(77,0,18,1) 0%, rgba(128,25,12,1) 100%);
background: -ms-linear-gradient(top, rgba(77,0,18,1) 0%, rgba(128,25,12,1) 100%);
background: linear-gradient(to bottom, rgba(77,0,18,1) 0%, rgba(128,25,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0012', endColorstr='#80190c', GradientType=0 );
}

.addMenu ul ul li a {border-bottom: 0px solid #545454;}

.btn-color-11 {background: #DCBD6A;border: 1px solid #6F160A;}
.btn-color-11:hover {background: #DCBD6A;}
.color-5 {color: #6F160A;}

.activeTab {background-color: #DCBD6A;color: #6F160A;}

ul.livesearch a {border-bottom: 1px solid #dadadd;}

.statusBox1 {background: #1C1D20;}
.statusBox2 {background: #F0B017;}
.statusBox3 {background: #6F160A;}

/*RECHNER*/
.calcBody {font-family: Arial,Helvetica,sans-serif;font-size:14px;}
.calcBody h11 {font-size: 22px;text-align: center;}
.calcBody h12 {font-size: 16px;}   
.calcBody input {width: 90px;}
.calcBody table {width:100%;font-size:14px;} 
.calcBody img{ display: block;border-width: 0;float: left;margin: 5px;}
.calcBody #wrapper {background: #F9F9F9;width: 400px;}
.calcBody #content, #result {border-bottom: 5px solid white;clear: both;padding: 0 6px 0px;}
.calcBody #content {margin-bottom: 10px;}
.calcBody #disclaimer{font-size: 10px;padding: 10px;}
.calcBody #header {line-height: 62px;padding-top: 0;background: #fff;}
.calcBody #error {color: #ff0000;display:none;}   

h2#CybotCookiebotDialogBodyContentTitle {background: white !important;box-shadow: none;}

@media only screen and (min-width : 1280px) {
  .defaultMenuStatus {display: none;}
}

@media only screen and (min-width : 768px) and (max-width : 1279px) and (orientation : landscape) {
  .defaultMenuStatus {display: none;}
}

@media only screen and (min-width : 220px) and (max-width : 768px) and (orientation : portrait) {
  #categoriesTop > ul > li.area-vertical, #categoriesMegaMenu > ul > li.area-vertical {display: block;}
  .defaultMenuStatus {display: block;}
  #categoriesMegaMenu {display: none;}
  .categroyHasSub.icon-angle-down{font-size: 35px;padding: 0px;margin-top: -13px;padding: 0px 5px 0px 15px;margin-right: -11px;border-left: 1px solid #aaa;}
}