/*
#026f36
#ffa000 orange
#b32e00 blau
*/



/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/lora-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/*body,p,h1,h2,h3,h4,h5,h6,td,tl,tr,ul,li,sp-megamenu-parent*/  


body {font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500; }

p,li { font-family: 'Open Sans'!important;
  font-style: normal;
  font-weight: 500; }

h4,h5,h6 { font-family: 'Open Sans'!important;
  font-style: normal;
 }


h1,h2,h3 { font-family: 'Lora'!important;
  font-style: normal;
  font-weight: 600; }

h2,h3,h4,h5,h6 {margin-bottom:25px; }

#sp-header {
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
}
#sp-main-body {
    padding: 20px 0;
}
li {margin-bottom:8px;}

table {
  border-collapse: collapse;
  width: 100%;
}

td,th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #A7F7F5;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #075957;
  color: white;
}


.sppb-sp-slider-button .sp-slider-btn-text {
    display: block;
    color: #fff;
    background: #026f36;
    padding: 10px 20px;
    transition-duration: .4s;
    transition-property: color, background;
    font-size: 16px;
    border-radius: 2px;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}



@media (max-width: 1400px) {
#offcanvas-toggler {display: block !important;}
#sp-menu .sp-megamenu-parent {display: none !important;}
.awesomplete {display: none !important;}

}



::selection{  
      background-color: #026f36; color:#fff 
    }  