/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  scroll-behavior: smooth;
}
.uk-panel.uk-panel-header.tag-1 .uk-panel-title {
  color: #ffffff;
  background: #032850;
}
.uk-panel.uk-panel-header.tag-2 .uk-panel-title {
  color: #ffffff;
  background: #009FE3;
}
.uk-panel.uk-panel-header.tag-3 .uk-panel-title {
  color: #ffffff;
  background: #E3051A;
}
.uk-panel.uk-panel-header.tag-4 .uk-panel-title {
  color: #ffffff;
  background: #A5A6A4;
}
.tm-navbar {
  border-color: #9da6af;
  -webkit-box-shadow: 0 2px 5px 0 rgba(160, 167, 169, 0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(160, 167, 169, 0.3);
  box-shadow: 0 2px 5px 0 rgba(160, 167, 169, 0.3);
}
.tm-navbar .tm-headerbar .uk-flex-right {
  border-bottom: 10px solid #A5A6A4;
}
.tm-navbar .tm-headerbar .uk-flex-right .uk-search {
  margin-top: 10px;
}
.tm-navbar .tm-headerbar > div.uk-flex-space-between {
  width: 100%;
}
.tm-navbar .tm-headerbar .uk-navbar-nav > li.uk-parent > a:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 5px;
}
.tm-navbar .tm-headerbar .uk-navbar-nav > li > a {
  font-size: 16px;
  padding: 0 10px;
}

.tm-navbar .tm-headerbar .uk-navbar-nav > li > a.tag-1 {
  color: #032850;
  border-bottom: 10px solid #032850;
}
.tm-navbar .tm-headerbar .uk-navbar-nav > li > a.tag-2 {
  color: #009FE3;
  border-bottom: 10px solid #009FE3;
}
.tm-navbar .tm-headerbar .uk-navbar-nav > li > a.tag-3 {
  color: #E3051A;
  border-bottom: 10px solid #E3051A;
}
.tm-navbar .tm-headerbar .uk-navbar-nav > li > a.tag-4 {
  color: #A5A6A4;
  border-bottom: 10px solid #A5A6A4;
}
.tm-navbar .tm-headerbar .uk-navbar-nav > li > a .uk-active a {
  font-weight: bold;
}
.tm-navbar .tm-headerbar .uk-navbar-nav .tag-2 + .uk-dropdown-navbar li.uk-active > a,
.tm-navbar .tm-headerbar .uk-navbar-nav .tag-2 + .uk-dropdown-navbar li > a:hover {
  color: #009FE3 !important;
}
.tm-navbar .tm-headerbar .uk-navbar-nav .tag-3 + .uk-dropdown-navbar li.uk-active > a,
.tm-navbar .tm-headerbar .uk-navbar-nav .tag-3 + .uk-dropdown-navbar li > a:hover {
  color: #E3051A !important;
}
.tm-navbar .tm-headerbar .uk-nav-navbar ul a {
  font-size: 14px;
}
.tm-navbar .tm-headerbar .uk-nav-navbar li.uk-active > a {
  font-weight: bold;
}
.tm-navbar .tm-headerbar a.tm-tag-1 {
  text-transform: uppercase;
  border-bottom: 3px solid #E3051A;
  font-size: 14px;
}
.tm-navbar .tm-headerbar a.tm-tag-1 + .uk-nav-sub a:hover {
  color: #E3051A;
}
.tm-navbar .tm-headerbar a.tm-tag-1 + .uk-nav-sub li.uk-active a {
  color: #E3051A;
}
.tm-navbar .tm-headerbar a.tm-tag-2 {
  text-transform: uppercase;
  border-bottom: 3px solid #009FE3;
  font-size: 14px;
}
.tm-navbar .tm-headerbar a.tm-tag-2 + .uk-nav-sub a:hover {
  color: #009FE3;
}
.tm-navbar .tm-headerbar a.tm-tag-2 + .uk-nav-sub li.uk-active a {
  color: #009FE3;
}
.tm-navbar .tm-headerbar a.tm-tag-3 {
  text-transform: uppercase;
  border-bottom: 3px solid #A5A6A4;
  font-size: 14px;
}
.tm-navbar .tm-headerbar a.tm-tag-3 + .uk-nav-sub a:hover {
  color: #000;
}
.tm-navbar .tm-headerbar a.tm-tag-3 + .uk-nav-sub li.uk-active a {
  color: #000;
}
.uk-dropdown {
  box-shadow: 0 2px 5px 0 rgba(160, 167, 169, 0.3);
}
.uk-breadcrumb > li:nth-child(n+2):before {
  font-family: FontAwesome;
}
.uk-block-primary .uk-nav-side > li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.uk-block-primary .uk-nav-side > li > a:hover {
  background: none;
  color: #fff;
}
.uk-block-primary .uk-nav-side > li > a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}
.uk-block-primary .uk-nav-side > li.uk-active > a {
  background: none;
  color: #fff;
}
.tm-sidebar-b .uk-nav-sub {
  border-left: 1px solid #032850;
}
.tm-sidebar-b .uk-nav-sub > li > a {
  color: #032850;
  font-size: 14px;
}
.tm-sidebar-b .uk-nav-sub > li > ul {
  border-left: 1px solid #4071a0;
}
.tm-sidebar-b .uk-nav-sub > li > ul > li > a {
  color: #4071a0;
  font-size: 13px;
}
.tm-sidebar-b .uk-nav-sub > li > ul > li > ul {
  border-left: 1px solid #80a1bf;
}
.tm-sidebar-b .uk-nav-sub > li > ul > li > ul > li > a {
  color: #333;
  font-size: 12px;
}
.tm-sidebar-b .uk-nav-sub > li > ul > li > ul > li > ul {
  border-left: 1px solid #bfd0df;
}
.tm-sidebar-b .uk-nav-sub > li > ul > li > ul > li > ul > li > a {
  color: #666;
  font-size: 11px;
}
.tm-sidebar-b li.uk-active > a {
  font-weight: bold;
  color: #032850 !important;
}
.tm-sidebar-b li > a:hover {
  color: #032850 !important;
}
.tm-sidebar-b .tag-2 li.uk-active > a,
.tm-sidebar-b .tag-2 li > a:hover {
  color: #009FE3 !important;
}
.tm-sidebar-b .tag-3 li.uk-active > a,
.tm-sidebar-b .tag-3 li > a:hover {
  color: #E3051A !important;
}
.uk-panel.flaggen {
  margin-left: 20px;
}
.uk-panel.flaggen img {
  max-width: 24px;
}
.uk-offcanvas-bar .uk-panel:first-child {
  padding-top: 0;
  margin-top: 0;
}
.uk-offcanvas-bar .uk-panel:first-child img {
  max-width: 24px;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  border-width: 1px;
  box-shadow: none !important;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  margin-right: 5px;
}
.tm-top-info p {
  margin: 0;
}
.produkt-bild {
  float: left;
  min-width: 300px;
}
.pd-cb + div {
  display: none;
}
span.highlight {
  background: #ffcc00;
}
.tm-tabs-monday .tm-overlay-content {
  background-color: rgba(255, 255, 255, 0.8);
}
#wvp-list .wvp-list-gemeinde td {
  border-bottom: 2px solid #9DA6AF;
  padding-top: 20px;
}
#wvp-list thead th,
#wvp-list tfoot th {
  vertical-align: top;
  line-height: 16px;
  text-align: right;
}
#wvp-list thead th:first-child,
#wvp-list tfoot th:first-child {
  text-align: left;
}
#wvp-list tbody th {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  vertical-align: top;
  background: #EDF3F6;
  text-align: right;
}
#wvp-list tbody th:first-child {
  padding-left: 3px !important;
  text-align: left;
}
#wvp-list tbody th:last-child {
  padding-right: 3px !important;
}
#wvp-list tbody td {
  line-height: 16px;
  border-bottom: 1px solid #dae2e5;
  text-align: right;
}
#wvp-list tbody td:first-child {
  text-align: left;
}
#wvp-list tbody td:last-child {
  font-size: 12px;
}
#wvp-list th:first-child,
#wvp-list td:first-child {
  padding-left: 0;
}
#wvp-list th:last-child,
#wvp-list td:last-child {
  padding-right: 0;
}
/* Large screen and bigger */
/* Desktop and bigger */
/* Tablet portrait and smaller */
/* Tablet and bigger */
/* Only Tablets portrait */
/* Phone landscape and bigger */
/* Only Phones (landscape and smaller) */
/* Only Phone Portrait and smaller */
/*# sourceMappingURL=custom.css.map */