:root {

	--tpl-primary: #90A73C;
	--tpl-secondary: #8A8C35;
	--tpl-tertiary: #87D3F2;
	--tpl-dark: #586573;
	--tpl-darker: #2E4253;
	--tpl-blue-light: #B5E0F3;
    --tpl-grey: #f2f2f2;

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



@media (max-width: 991px) {
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    display: block !important;
}

#header .header-nav-main nav > ul>li.active {
    border-bottom: none;
}
}

.dropdown-item.active, .dropdown-item:active {
    background: none;
    color: var(--primary);
}

.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger {
  margin:0;
}

.gdpr-bar .gdpr-bar-actions {
    justify-content: end;
  }  


.gdpr-bar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1005;
    background: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
      
}

.show .gdpr-inner {
    background: #fff;
    padding:  20px;
    width:  95%;
    margin:  0 auto;

}

@media (min-width: 992px){
    .show .gdpr-inner {
        width: 50%;
    }
}


.feature-box-svg svg {
  width: 32px;
  height: 32px;
  color: var(--primary);
  margin-right: 10px;
}

.list.list-icons li > svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

body {

}

a {
   
}

.impressum h2 {
	margin: 30px 0 10px 0;
}

.impressum h3 {
	margin: 20px 0 5px 0;
	line-height: 1.5;
}


p, html .text-dark,
h1, h2, h3, h4, h5, h6 {
	color: var(--tpl-dark) !important;
}


.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
    color: #fff !important;
}


section.section-custom-map {
    background: transparent url(../images/11.png) center 0 no-repeat;
}

#footer a:not(.btn):not(.no-footer-css),
#footer p {
	color: #fff !important;
}

.bg-darker {
	background: var(--tpl-darker) !important;
}
.bg-blue {
	background: var(--tpl-blue-light) !important;
}

.bg-grey {
    background: var(--tpl-grey) !important;
}

html .bg-dark {
	background: var(--tpl-dark) !important;
}	

#footer {
	background: var(--tpl-dark);
	border-top: 4px solid var(--tpl-dark);
}

.text-transform-normal {
	text-transform: none !important;
}