body {
       background: none; 
}
a {
    color: #c00;
}
a.green {
    color: #004b15;
}
/*Schriftgrössen */
.section-title p {
     font-size: 15px;
}
.team-info h4 {
    font-size: 14px;
}
p {
    font-size: 16px;
    line-height: 28px;
	color: #000;
}
p .green {
	font-weight:bold;
	 color: #004b15;
}
/*-----------------------------Topbar---------------------------------*/
.topbar {
    width: 100%;
    background-color: #0a2f16;
    color: white;
    display: flex;
    align-items: center;
    justify-content: end; /* Abstand zwischen links und rechts */
    padding: 0.5em 1em;
    box-sizing: border-box;
  }

  #topmenu {
    display: flex;
    gap: 1em; /* Abstand zwischen Menüpunkten */
  }

  #topmenu a {
    color: #bbb;
    text-decoration: none;
	font-weight: bold;
  }
#topsocial {
     display: flex;
	margin-left: 0.5em;
	  font-weight: bold;
	  color: #bbb;
	 gap: 0.8em; /* Abstand zwischen Menüpunkten */
  }  
#topsocial a {
	 color: #bbb;
	}

.show-search-button {
    display: block;
    float: left;
    margin-left: 1em;
    top: 0em;
    cursor: pointer;
    font-weight: 600;
	padding-left:0em;
}
.show-search-button i {
	color: #bbb;
}
#language {
    margin-left: 2em;
	  font-weight: bold;
	  color: #bbb;
  }  
#language a {
	 color: #bbb;
		  }	  
.center-header .header-search {
    all:unset;
	display: none;
    position: absolute;
    right: 0em;
    top: 0em;
	border-radius: 30px;
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
@media (max-width: 600px) {
	.topbar {
		padding: 0.5em 0em;
	}
	#language {
    	margin-left: 1em;
  	} 
	header.main-header {
        padding: 0;
    }
}
@media only screen and (max-width: 540px) {
    header.main-header {
        padding: 0; 
    }
}
/*-----------------------------Navi-----------------------------------*/
.main-header {
    height: 120px;
}


.nav-holder nav li a:hover i.no {
    transform: rotateX(0deg);
}
.nav-holder nav li a i.no {
    padding-left:0px;
}
.nav-holder nav li {
      list-style-type: none;
	 height: 35px;
}
.nav-holder {
    top: 0px;
}
.show-reg-form:before {
    display: none;
}
.show-reg-form {
    float: left; 
    margin-right: 0px;
    top: 0px;
}
@media only screen and (max-width: 1200px) {
.dark-header .show-reg-form  {
    color: #0a3c00;
}
}


@media only screen and (max-width: 768px) {
	.center-header .header-search {
    left: 0px;
	top:87px;
	}
	.header-search-input-item input {
        width: 200px;
    }
}


.team-box {
        width: 33.33333%;
}
.section-team .team-box.partner {
    padding: 50px;
}
.teamcontainer {
	display:table;
	float:left;
	width: 50%;
}
.list-author-widget-contacts.list-item-widget-contacts li {
    text-align: left;
	font-weight: 500;
	color:#848484;
}
.list-author-widget-contacts li span {
    min-width: 40px;
}
.list-author-widget-contacts li a {
    margin-left: 0px;
	display: contents;
}
.dark-header .nav-holder nav li ul a {
    line-height: 16px;
}
@media only screen and (max-width: 1080px) {
	.teamcontainer {
	width: 100%;
}
	.join-wrap-btn {
    margin-bottom: 30px;
}
	
}
@media only screen and (max-width: 1324px) {
.slider-container-wrap .sw-btn {
    margin-top: 0;
    top: 80%;
}
}
.section-team .team-info {
    padding: 15px; 
}
.pt0 {
	padding-top:0px;
}
.logo-holder img {
    height: 87px; 
    width: 300px;
    /*margin-top: -10px;*/
	transition: all ease 2s;
}
.logo-holder.klein img {
    height: 52px; 
    width: 180px;
    margin-top: -10px;
	/*transition: all ease 2s;*/
}
.logo-holder {
    float: left;
    position: relative;
    top: 25px;
    height: 100px;
    background-color: #004716;
	padding-left:10px;
	padding-right:10px;
	transition: all ease 2s;
	border-radius: 10px;
}
.add-list.klein {
    padding: 8px 16px;
    font-size: 20px;
	margin-right:20px;
}
.petition {
	 margin-top:-1070px;
	}
@media only screen and (max-width: 768px) {
	.logo-holder {
    float: left;
    position: relative;
    top: 25px;
    height: 30px;
	}
	.logo-holder img {
    height: 52px; 
    width: 180px;
    margin-top: -10px;
	/*transition: all ease 2s;*/
	}
	.petition {
	 margin-top:50px;
	}
}

.logo-holder.klein {
    float: left;
    position: relative;
    top: 25px;
    height: 30px;
	/*transition: all ease 2s;*/
}
.nav-holder nav li ul {
       top: 36px;
}
.teaser .join-wrap {
     border-left: none; 
}
.teaser .join-wrap h3 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 15px;
}
.teaser .join-wrap p {
    text-align: center;
}
/*@media only screen and (max-width: 1080px) {*/
@media only screen and (max-width: 1200px) {
.teaser .join-wrap-btn {
      float: none;
}
}
@media only screen and (min-width: 760px) {
.gleicheHohe {
      height: 80px;
}
}
@media only screen and (max-width: 760px) {
.gleicheHohe {
      display: block;
}
}

.dark-header .nav-holder nav li a.lang {
    color: #00983d;
	font-weight: 400;
}
section.teaser {
   padding: 30px 0 40px 0px;
}
/*-------------------------------------Button---------------------------------*/
.btn-klein {
    padding: 0 10px 2px 10px;
    border-radius: 3px;
    color: #848484;
    font-weight: 300;
}
.join-wrap-btn.red {
    display: inline-table;
    padding: 20px 55px;
    text-transform: uppercase;
    background: #c00;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    top: 15px;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    color: #fff;
}
/*-----------accordion---------------------------------------------------------*/
.accordion h3 {
	margin-bottom: 10px;
	margin-top:30px;
}
.accordion hr.trans {
	color: #fff;
	border: 1px solid #fff;
}
.accordion a h4 {
    color: #0a3c00;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}
.accordion a.act-accordion h4 {
	color: #fff;
}
.accordion .accordion-inner ul li {
	list-style-type: circle;
	list-style-position: outside;
	color:#000;
	margin-left:20px;
}
/*---- Inhalt -------------------------------------------------------------------*/
.img-responsive{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.list-single-main-item p.lead {
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: 600;
}
.list-single-main-item h2 {
	text-align: left;
    font-size: 130%;
    font-weight: 500;
}
.list-single-main-item-title {
    margin: 0;
}
.list-single-main-item h2 {
	text-align: left;
    font-size: 130%;
    font-weight: 500;
	margin-bottom: 10px;
}
.intro-item h3 {
    font-size: 17px;
    font-weight: 500;
	text-shadow: 1px 1px 3px black;
}
.about-wrap {
    text-align: left;
}
h3 {
   color: #0a3c00;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
h5 {
   color: #0a3c00;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
	margin-top:30px;
	margin-bottom:15px;
}
.ov02 {
	opacity: 0.2!important;
}
.listing-features li {
        width: 100%;  
}
.mt80 {
	top:-80px;
	
}
.mt180 {
	top:180px;

}
.section0 {
    padding: 0;
}
.cat-item li:before {
   
    left: 75%;
  
}
.reviews-comments-wrap {
    float: left;
    width: 100%;
}
.reviews-comments-item {
    padding: 0 0 30px 0px;
}
.slider-container .hero-section-wrap {
    padding-top: 250px;
}
.listing-item-grid:before {
    background: rgba(0,0,0,0.15);
}
ul.ordnung {
	list-style-position: outside;
	list-style-type: circle;
	margin-left:20px;
	
}
ul.ordnung li {
	margin-bottom:10px;
	text-align: left;
}
ul.normalText {
	list-style-position: outside;
	list-style-type: circle;
	margin-left:40px;
	font-size: 16px;
    /*line-height: 24px;*/
	
	text-align: left;
}
ul.normalText li {
	margin-bottom:5px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	    color: #848484;
}
ol.normalText {
	list-style-position: outside;
	margin-left:20px;
	text-align: left;
}
ol.normalText li {
	margin-bottom:15px;
	text-align: left;
	color: #848484;
}
.accordion-inner h4 {
	margin-top:30px;
	margin-bottom:10px;
	font-weight: bold;
	font-size: +1;
}

@media only screen and (max-width: 768px) {
.spalten2 {
    width: 100%;
    text-align: left;
    }
}
@media only screen and (min-width: 768px) {
.spalten2 {
    width: 100%;
    column-count: 2;
    column-rule-color: #ccc;
    column-rule-width: 1px;
    column-rule-style: dashed;
    text-align: left;
    column-gap: 50px;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
}
}
.list-single-header-column .viewed-counter, .list-single-header-column .custom-scroll-link {
    float: left;
}
.fuzone .fu-text {
    margin: 30px 0;
}
.fuzone {
    min-height: 160px;
}
.listsearch-input-item .nice-ohneSuche {
   	border: 1px solid #eee;
    background: #f9f9f9;
	color:black;
   
}
.custom-form .leave-rating label {
    font-size: 14px;
    float: right;
    letter-spacing: 4px;
    color: #FACC39;
    cursor: pointer;
    transition: 0.3s;
	width:auto;
}
.custom-form .leave-rating label:hover:before, .custom-form .leave-rating label.selected:before {
    content: "\f005";
	color: red;
}
.custom-form .leave-rating:hover input[type="radio"]:checked~label:before , .custom-form .leave-rating input[type="radio"]:checked~label:before  , .custom-form .leave-rating label:hover~label:before{
    content: "\f005"!important;
	color: red;
	
}

p.gleicheHohe a {
	color:#000;
	font-size: 15px;
}
.geodir-category-location span {
	text-align: right;
    float: right;
}

.sw-btn:hover {
    background: #aec715;
}

.accordion a.toggle.toggleklein {
    padding: 9px 10px 0px 15px;
}
.card-listing .geodir-category-content p {
   font-size: 16px; 
}
/*---timeline------------------------------------------------*/
.process-count {
    left: 1px;
}
.tl-text {
    padding: 20px 15px;
    margin-top: 0px;
}
/*--- werde Mitglied ------ */
.intro-item h3 {
      text-align: center;
}
.join-wrap p {
    font-size: 16px;
}
.list-author-widget-contacts li span.kurz {
    min-width: 25px;
}
/*----rightpane-----*/
.user-profile-menu {
   border-bottom: none;
    
}

.box-widget-content h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
/*---- footer ----*/
.footer-widget .widget-posts-descr a {
    font-size: 14px;
    font-weight: 500;
}
.dark-footer {
    background: #004716;
}
.sub-footer {
    margin-top: 0px;
    background: #013611;
    padding: 28px 0;
}
.sub-footer .about-widget img {
    float: left;
    width: 174px;
    height: auto;
}

section.parallax-section {
    padding: 150px 0;
}
/*------------Pinnwand----------------*/
.pinnwand .pinn {
	border: 1px solid #ddd;
	border-radius: 10px;
	text-align: left;
	padding:15px 5px 0px 10px;
	hyphens: auto;
	margin-bottom:2px;
}
.pinnwand .pinn h3{
	margin-bottom: 15px;
	font-size: 16px;
}
.pinnwand .pinn i.gr{
	font-size: 30px;
	position: absolute;
	right: 20px;
	top:10px;
	color:#00983d;
}
.pinnwand .pinn input, .pinnwand .pinn textarea, .pinnwand .pinn select {
	width:100%;
	border-radius: 4px;
	padding: 8px 2px 8px 5px;
	border: 1px #ccc solid;
	margin-bottom:10px;
}
.masonry-column {
  padding: 0 1px;
}

.masonry-grid > div .thumbnail {
  margin: 5px 1px;
}
.pinnstatus {
	color:#fff;
	font-weight: bold;
	font-size: 80%;
	background-color: darkgreen;
	text-align: center;
	margin:0px -5px -1px -10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.antwort {
background-color: #cfe9d7;
    margin-right: -5px;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 5px;
    border-top: 1px solid #004716;
	}
/*------video------*/
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    /*padding: 0;*/
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*---------------------------------Marktplatz------------------------*/
.blink {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s; 
    animation-iteration-count: infinite;            
}

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }    
}
/*---------------------------------------farben---------------------------*/
.dark-header {
    /*background: rgba(23,131,2,0.5);
	 background: rgba(200,200,200,0.4);*/
	background:#004716;
}
.mapnavigation a, .mapzoom-in:hover, .mapzoom-out:hover {
    background: #004716;
}
.scrollContorl {
    background: #004716;
  }
.gradient-bg, .listing-geodir-category, .list-single-header-cat a, .box-widget-item .list-single-tags a:hover, .nav-holder nav li a:before {
    background-color: #00983d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00983d), to(#aec715));
    background: -webkit-linear-gradient(top, #00983d, #aec715);
    background: -moz-linear-gradient(top, #00983d, #aec715);
    background: -ms-linear-gradient(top, #00983d, #aec715);
    background: -o-linear-gradient(top, #00983d, #aec715);
}
.gesperrt {
    background-color: #D80306 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D80306), to(#ff0000))!important;
    background: -webkit-linear-gradient(top, #D80306, #ff0000)!important;
    background: -moz-linear-gradient(top, #D80306, #ff0000)!important;
    background: -ms-linear-gradient(top, #D80306, #ff0000)!important;
    background: -o-linear-gradient(top, #D80306, #ff0000)!important;
}
.neu {
    background-color: #D80306 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2e04a), to(#fe9d03))!important;
    background: -webkit-linear-gradient(top, #f2e04a, #fe9d03)!important;
    background: -moz-linear-gradient(top, #f2e04a, #fe9d03)!important;
    background: -ms-linear-gradient(top, #f2e04a, #fe9d03)!important;
    background: -o-linear-gradient(top, #f2e04a, #fe9d03)!important;
}

.user-profile-menu-wrap {
   margin-bottom: 20px;
}

.process-wrap li.b50p {
    width: 50.0% ;
}
.b33p {
    width: 33.333333% !important;
}
.nominhight {
    min-height: 10px; 
}
.filter-tags h4 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 700;
 }

.listing-view-layout li a.active, .rangeslider__handle, .list-author-widget-text .btn, .btn.transparent-btn, .log-out-btn, blockquote, .cluster div:before, .header-search-select-item .nice-ohneSuche:after, .main-search-input-item .nice-ohneSuche:after {
    border-color: #00983d;
}

.rot{
    border: 1px solid #900 !important;
    border-radius: 4px;
	padding:15px;
}

a.btn-danger {
    color: #ffffff; 
    background-color: #00983d;
    padding: 13px 32px;
    position: relative;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
}
.log-out-btn {
    float: left;
    padding: 12px 35px;
    border: 2px solid;
    background: #eee;
    font-weight: 600;
    font-size: 12px;
    border-radius: 6px;
	margin-bottom:25px;
}

.custom-form textarea {
      margin-bottom: 20px;
}
.vio, .filter-tags label.vio {
	color:#70348b;
}
.color-red-klein {
    background-color: red !important;
    padding-left: 0px !important;
	padding-right: 8px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
    float: right !important;
	}
@media only screen and (max-width: 768px) {
	.sucheHandy {
		padding: 0px !important;
	}
	.accordion {
        margin-top: 15px;
	}
	.sucheHandy .filter-tags label {
    float:none;
		padding: 0;
	}
	.sucheHandy .filter-tags input {
    margin-right: 10px;
	}
	.section-team .team-box.partner {
    	padding: 20px;
	}
	.section-team .team-box {
    	padding: 10px 8px;
		width: 100%;
	}

}
.camply {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 10px;
    padding: 0px;
	height:20px;
}
.big-button {
	white-space: nowrap;
	display:block;
	margin-bottom:15px;
	text-align: center;
	padding-right:5px!important;
	padding-left: 5px !important;
}
/*----------Shop-------*/
article label {
	margin-right:6px;
}
article label:last-child  {
	margin-right:0px;
}
.shop {
	padding-top:40px;
}

h4.warenkorb {
	display: block;
	width: 100%;
	color:#fff;
	background-color: #00983d;
	text-align: left;
	padding:10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
h4.warenkorb a {
	color:#fff;
	font-weight: bold;
}
h4.warenkorb a i{
	float:right;
	margin-top:5px;
}
.warenkorbshop {
    width: 100%;
    text-align: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	margin-bottom: 20px;
	background-color: #fff;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}
table {
    border-collapse: collapse;
}
table {
    border-collapse: separate;

    text-indent: initial;
    border-spacing: 0px;
	color:#A4A4A4;
}
table.black {
    color:#000;
}
tr.font1 {
	color:#5A5959;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.menge {
    float: left;
    border: 1px solid #eee;
    background: #fff;
    background: #f9f9f9;
    width: 40px;
    padding: 5px;
    border-radius: 6px;
    -webkit-appearance: none;
    margin-right: 10px;
}
.table tr.ohneLinie th {
   border-top: none;
}
.custom-form .table.klein tr td  input
 {
    margin-bottom: 0px;
}
.text-right {
    text-align: right;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.custom-form .shoppingField textarea, .custom-form .shoppingField input[type="text"], .custom-form .shoppingField input[type=email], .custom-form .shoppingField  input[type=password], .custom-form .shoppingField input[type=button] {
    
    padding: 15px 20px 15px 15px;
    
}

/*---------------------events--------------------*/
.td-text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
/*.list-single-main-item ul {
	list-style-type: square;
	list-style-position: outside;
}
.list-single-main-item ul li {
	margin-left:20px;
	color: #848484;
}*/
.opening-hours ul li:last-child {
    margin-bottom: 0px; 
    padding-bottom: 0px;
    border-bottom: none; 
}
.btn-xs {
    padding: 3px 5px;
    border-radius: 3px;
	font-size: smaller;
	font-weight: 200;
	white-space: nowrap;
}
.btn-default {
    border-color: #333;
	background-color: transparent;
	color:#333;
}
.btn-ausgebucht {
    border-color: #c00;
	background-color: #c00;;
	color:#fff;
}
.btn-frei {
    border-color: #004716;;
	background-color: #00983d;
	color:#fff;
}
.btn-offen {
    border-color: #cdcdcd;;
	background-color: #cdcdcd;
	color:#333;
}
/*------ selectbox------------------------------------------------*/
.custom-form .nice-select .list {
    padding: 0px 12px 10px;
   
}
.wahlen {
   padding-top: 30px;
	padding-bottom:0px !important;
}
/*--------------------login------------------------------*/
.filter-tags label.disabled, .custom-form .filter-tags label.disabled {
     color: #ccc; 
}
.filter-tags input.disabled:checked:after, .custom-form .filter-tags input.disabled:checked:after {
    content: "";   
}
.nav-holder {
     margin-right: 30px;
}
/*--------------------form--------------------------*/
p.help {
    font-size: 14px;
    line-height: 14px;
    color: #bbb;
    margin-bottom: 20px;
    text-align: left;
}
.custom-form input.help {
    margin-bottom: 5px;
}

.filter-tags .custom-form  input.text {
    width: 100%;
    padding: 15px 20px 15px 55px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
}
.profile-edit-header.umfrage {
    padding-bottom: 0px !important;
    padding-top: 20px !important;
}
p.helpform {
    font-size: 12px;
    line-height: 7px;
    color: red;
    margin-bottom: 20px;
    text-align: left;
}
@media only screen and (max-width: 1330px) {
.filter-tags label, .custom-form .filter-tags label {
    width: 85%;
	}
}

.custom-form .blank textarea, .custom-form .blank input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button] {
    padding: 15px 10px 15px 10px;
}
.user-profile-menu, .user-profile-menu p {
	color:#848484;
}
/*------------------------thementour------------------*/
.card-listing .geodir-category-content p.thementour{
    font-size: 16px !important;
	text-align: left;
}
ul.ttour {
	width: 100%;
}
ul.ttour li {
	width:200px;
	float:left;
}
.list-author-widget-contacts.list-item-widget-contacts li:last-child {
    margin-bottom: 0;
	border-bottom: none;
}
.patronat {
	border-radius: 10px;
    border: 1px solid #eee;
	text-align:left;
	background-color: #fff;
	margin-top:50px;
}
@media (max-width: 750px) { 
.listing-item.list-layout .geodir-category-img, .listing-item.list-layout .geodir-category-content {
    width: 100%;
}
	}
.error {
	color: red;
	font-weight: bold;
}
.card-listing .listing-avatar {
    top: 30px;
    height: 30px;
	right:0px;
}
.card-listing .listing-avatar i {
    width:12px;
	margin-right: 0px;
	margin-left: 2px;
}
.trash {
    position: absolute;
    right: 20px;
    top: 20px;
}
.topright {
	position: absolute;
    right: 10px;
    top: 0px;
}
.listing-item.list-layout .listing-geodir-category {
    top: 80%;
}
h6 {
	text-align: left;
}
.card-listing .listing-rating {
    float: left;
    width: auto;
    margin-top: 20px;
    position: absolute;
    top: -10px;
    right: -4px;
}
/*----------------------------------Klimarechner------------------*/
.klima {
	padding:15px;
	border-radius: 6px;
	color:#fff;
}
.klimaspan {
	font-size: 200%;
	font-weight:600;
}
fieldset.klimarechner label {
    line-height: 100%;
    margin-top: 15px;
}
@media (max-width: 1170px) {
	fieldset.klimarechner label {
    line-height: 100%;
}
}
@media (max-width: 750px) {
	.klima {
	padding-right:2px;
		padding-left:2px;
}
	.list-single-main-item {
    padding: 0px;
		border:none;
}
	.custom-form .blank textarea, .custom-form .blank input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button] {
    padding: 15px 2px 15px 2px;
}
	.nice-select {
       padding-left: 1px;
}
	.custom-form .nice-select .list {
    padding-left: 0px;
}
}
/*-------------------Charta---------------------------*/
ul.charta {
	list-style-type: square;
	margin-left:20px;
	}
ul.charta li {
	font-size: 1.1em;
	color:#004b15;
	margin-bottom:10px;
	font-weight:bold;
}
