@charset "UTF-8";
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dosis/dosis-v16-latin-regular.eot");
  src: local(""), url("../fonts/dosis/dosis-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis/dosis-v16-latin-regular.woff2") format("woff2"), url("../fonts/dosis/dosis-v16-latin-regular.woff") format("woff"), url("../fonts/dosis/dosis-v16-latin-regular.ttf") format("truetype"), url("../fonts/dosis/dosis-v16-latin-regular.svg#Dosis") format("svg");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dosis/dosis-v16-latin-500.eot");
  src: local(""), url("../fonts/dosis/dosis-v16-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis/dosis-v16-latin-500.woff2") format("woff2"), url("../fonts/dosis/dosis-v16-latin-500.woff") format("woff"), url("../fonts/dosis/dosis-v16-latin-500.ttf") format("truetype"), url("../fonts/dosis/dosis-v16-latin-500.svg#Dosis") format("svg");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dosis/dosis-v16-latin-700.eot");
  src: local(""), url("../fonts/dosis/dosis-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis/dosis-v16-latin-700.woff2") format("woff2"), url("../fonts/dosis/dosis-v16-latin-700.woff") format("woff"), url("../fonts/dosis/dosis-v16-latin-700.ttf") format("truetype"), url("../fonts/dosis/dosis-v16-latin-700.svg#Dosis") format("svg");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dosis/dosis-v16-latin-600.eot");
  src: local(""), url("../fonts/dosis/dosis-v16-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis/dosis-v16-latin-600.woff2") format("woff2"), url("../fonts/dosis/dosis-v16-latin-600.woff") format("woff"), url("../fonts/dosis/dosis-v16-latin-600.ttf") format("truetype"), url("../fonts/dosis/dosis-v16-latin-600.svg#Dosis") format("svg");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Dosis", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.4rem;
  position: relative;
}

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:active, a:focus, a:hover {
  outline: 0;
}

textarea {
  resize: none;
}

img {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.btn-group-salutation .btn + .btn {
  margin-left: 15px;
}

.navbar-brand {
  position: absolute;
  top: 10px;
  z-index: 1001;
}
.navbar-brand img {
  display: inline-block;
  width: 190px;
}
@media (max-width: 1199px) {
  .navbar-brand img {
    width: 100px;
  }
}

.navbar-collapse {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .navbar-collapse {
    padding: 25px 0;
  }
}
.navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #023f86;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  padding: 10px 15px;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav .nav-item .nav-link:active, .navbar-collapse .navbar-nav .nav-item .nav-link:focus, .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #bed000;
}
.navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
.navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #bed000;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin-top: 5px;
    padding: 75px 0 50px;
  }
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #023f86;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.6rem;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #bed000;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu .navi-headline {
  color: #bed000;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .navbar-collapse .navbar-nav .nav-item .dropdown-menu .navi-headline {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-collapse .navbar-nav .nav-item .dropdown-menu .branch-subemnu .row > div:nth-child(2), .navbar-collapse .navbar-nav .nav-item .dropdown-menu .branch-subemnu .row > div:last-child {
    display: none;
  }
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu .branch-subemnu .subsidiaries > div:nth-child(2) .dropdown-item, .navbar-collapse .navbar-nav .nav-item .dropdown-menu .branch-subemnu .subsidiaries > div:nth-child(3) .dropdown-item, .navbar-collapse .navbar-nav .nav-item .dropdown-menu .branch-subemnu .subsidiaries > div:nth-child(4) .dropdown-item {
  padding: 0.25rem 3.5rem;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu .service-submenu .navi-headline {
  text-align: center;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu .service-submenu .service-img {
  display: block;
}
@media (max-width: 1199px) {
  .navbar-collapse .navbar-nav .nav-item .dropdown-menu .service-submenu .service-img {
    display: none;
  }
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu .service-submenu .dropdown-item {
  white-space: normal;
}
@media (min-width: 1200px) {
  .navbar-collapse .navbar-nav .nav-item .dropdown-menu .service-submenu .dropdown-item {
    text-align: center;
    margin-bottom: 50px;
  }
}
.navbar-collapse .navbar-nav .nav-item .sub-menu .dropdown-item {
  font-size: 1.4rem;
  text-transform: inherit;
}

.navbar-celo {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .navbar-celo {
    padding: 10px 15px;
  }
}
.navbar-celo .navbar-toggler {
  border: none;
  color: #023f86;
  font-size: 2.4rem;
  outline: 0;
}
.navbar-celo .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#item-72 img {
  display: block;
}

.headerPic {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .headerPic {
    margin-top: 49.5px;
  }
}
.headerPic #pageBackground {
  width: 100%;
  height: 50vH;
  display: block;
  position: relative;
  z-index: -1;
}
.headerPic #headerContent {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.headerPic #headerContent .white-teaser {
  text-align: center;
  margin-top: 20px;
  color: #ce0000;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bolder;
  text-transform: uppercase;
}
.headerPic #headerContent .white-teaser > div {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.headerPic #headerContent .white-teaser a {
  color: #ce0000;
  text-decoration: underline;
}

.headerVideo {
  position: relative;
  overflow-x: hidden;
  min-height: 75vH;
}
.headerVideo video {
  width: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

main a {
  color: #000000;
  text-decoration: underline;
}
main a:active, main a:focus, main a:hover {
  color: #bed000;
}
main ul {
  padding-left: 20px;
}
main ul li {
  list-style: none;
  line-height: 3rem;
  position: relative;
  margin-bottom: 5px;
}
main ul li::before {
  position: absolute;
  color: #bed000;
  content: "»";
  font-size: 2.5rem;
  left: -20px;
  top: -2px;
}
main ul li ul li {
  list-style: none;
  line-height: 3rem;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  main ul li ul li {
    line-height: 2.5rem;
  }
}
main ul li ul li::before {
  color: #000000;
  content: "•";
}

@media (min-width: 768px) {
  .nolink {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.flexBox .row {
  display: flex;
  flex-wrap: wrap;
}
.flexBox .row:after, .flexBox .row:before {
  display: flex;
}
.flexBox .row > [class*=col-] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lead {
  font-size: 1.6rem;
  font-weight: 700;
}

#errorbox .error-msg {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 100px;
  background: transparent;
  text-align: center;
  color: #a94442;
  padding: 6px 12px;
  line-height: 1.8;
  border-radius: 0;
  border: 2px solid #a94442;
  font-weight: 700;
}

.has-error a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.has-error a .errormessage {
  border: 2px solid #a94442;
  color: #a94442;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
}

figure.image {
  position: relative;
}

@media (max-width: 767px) {
  .lightbox {
    pointer-events: none;
    cursor: default;
  }
}
@media (min-width: 768px) {
  .lightbox .fa {
    background-color: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 5px;
    padding-left: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
  }
}

#toTop {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 1;
}
#toTop a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #8497a7;
  color: #ffffff;
  position: relative;
  border-radius: 0;
  left: 0;
  border: 1px solid #ffffff;
}

.black-link,
.blue-link,
.green-link {
  font-weight: 700;
  text-decoration: none;
}
.black-link:active, .black-link:focus, .black-link:hover,
.blue-link:active,
.blue-link:focus,
.blue-link:hover,
.green-link:active,
.green-link:focus,
.green-link:hover {
  text-decoration: underline;
}
.black-link::before,
.blue-link::before,
.green-link::before {
  content: "»";
  display: inline-block;
  padding-right: 3px;
}

.black-link {
  color: #000000;
}
.black-link:active, .black-link:focus, .black-link:hover {
  color: #000000;
}

.blue-link {
  color: #023f86;
}
.blue-link:active, .blue-link:focus, .blue-link:hover {
  color: #023f86;
}

.green-link {
  color: #bed000;
}

.contact-link {
  color: #023f86;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.text-green {
  color: #bed000;
  font-size: 2.6rem;
  font-weight: 500;
}

hr {
  border-top: 2px solid #bed000;
}

.news .branch-news .article,
.news .default-news .article,
.news .tax-news .article {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .news .branch-news .article,
  .news .default-news .article,
  .news .tax-news .article {
    margin-bottom: 7.5rem;
  }
}
.news .branch-news .article .news-category,
.news .default-news .article .news-category,
.news .tax-news .article .news-category {
  background-color: #bed000;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  padding: 2px 15px;
  right: 0;
  top: -50px;
  text-transform: uppercase;
}
.news .branch-news .article .news-header h3,
.news .default-news .article .news-header h3,
.news .tax-news .article .news-header h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  text-transform: inherit;
}
.news .branch-news .article .news-header h3 a,
.news .default-news .article .news-header h3 a,
.news .tax-news .article .news-header h3 a {
  color: #023f86;
  text-decoration: none;
}
.news .branch-news .article .news-header h3 a:active, .news .branch-news .article .news-header h3 a:focus, .news .branch-news .article .news-header h3 a:hover,
.news .default-news .article .news-header h3 a:active,
.news .default-news .article .news-header h3 a:focus,
.news .default-news .article .news-header h3 a:hover,
.news .tax-news .article .news-header h3 a:active,
.news .tax-news .article .news-header h3 a:focus,
.news .tax-news .article .news-header h3 a:hover {
  color: #023f86;
}
.news .branch-news .article .news-link,
.news .default-news .article .news-link,
.news .tax-news .article .news-link {
  margin-top: 20px;
}
.news .branch-news,
.news .tax-news {
  background-color: #ffffff;
  padding: 15px;
}
.news .default-news .article {
  background-color: #ffffff;
  padding: 15px;
}
.news .default-news .article .news-category {
  top: -15px;
  right: 15px;
}
.news .tax-news .article .news-category {
  background-color: #023f86;
}
.news .tax-news .article hr {
  border-top-color: #8497a7;
}
.news .filter-list .filter {
  display: none;
}
.news .filter-list .show {
  display: block !important;
}
.news .filter-list .article {
  min-height: 335px;
}
.news #filterButtons {
  margin-bottom: 10rem;
  text-align: center;
}
.news #filterButtons .btn + .btn {
  margin-left: 15px;
}
.news .news-list-jobs #job-list a {
  text-decoration: none;
}
.news .news-list-jobs #job-list a .article {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news .news-list-jobs #job-list a .article {
    margin-bottom: 4.5rem;
  }
}
.news .news-list-jobs #job-list a .article .news-header h3 {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .news .news-list-jobs #job-list a .article .news-header h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.news-single .news-content {
  background-color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  position: relative;
}
.news-single .news-content .news-list-date-category {
  color: #bed000;
  font-weight: 600;
}
.news-single .news-mato {
  margin-top: -50px;
}
.news-single .news-backlink-wrap {
  border-top: 1px solid #023f86;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  text-align: center;
}
.news-single .news-backlink-wrap a {
  text-transform: uppercase;
}
.news-single .news-backlink-wrap a::after {
  content: "«";
  display: inline-block;
  padding-left: 3px;
}

#page-navigation {
  margin-top: 2rem;
}
#page-navigation ul {
  justify-content: center;
}
#page-navigation ul li::before {
  content: none;
}
#page-navigation .page-item::before {
  content: none;
  position: inherit;
  left: 0;
}
#page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#page-navigation .page-item .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  text-decoration: none;
}
#page-navigation .page-item .page-link:focus {
  box-shadow: none;
}
#page-navigation .page-item .page-link:active, #page-navigation .page-item .page-link:focus, #page-navigation .page-item .page-link:hover {
  color: #ffffff;
  background-color: #bed000;
  border-color: #bed000;
}
#page-navigation .page-item.active .page-link {
  color: #ffffff;
  background-color: #bed000;
  border-color: #bed000;
}

#menuSection {
  padding-left: 20px;
}
#menuSection li {
  list-style: none;
  position: relative;
}
#menuSection li::before {
  color: #023f86;
}
#menuSection li a {
  color: #023f86;
  font-weight: 700;
  text-decoration: none;
}

.btn {
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #ffffff;
  color: #8497a7;
  text-decoration: none !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:focus, .btn-primary:hover {
  background-color: #8497a7;
  box-shadow: none;
  color: #ffffff;
}

.btn-secondary {
  background-color: #bed000;
  border: 1px solid #bed000;
  border-radius: 0;
  color: #ffffff;
  text-decoration: none !important;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #ffffff;
  border-color: #bed000;
  box-shadow: none;
  color: #bed000;
}

.btn-info {
  background-color: #023f86;
  border: 1px solid #023f86;
  border-radius: 0;
  color: #ffffff;
  font-weight: 500;
  padding: 0 10px;
  text-transform: inherit;
  text-decoration: none;
}
.btn-info::before {
  content: "»";
  display: inline-block;
  padding-right: 3px;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:focus, .btn-info:hover {
  background-color: #ffffff;
  border-color: #023f86;
  box-shadow: none;
  color: #023f86;
}

.btn-modal {
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0;
}
.btn-modal:not(:disabled):not(.disabled):active, .btn-modal:not(:disabled):not(.disabled):active:focus, .btn-modal:not(:disabled):not(.disabled).active, .btn-modal:not(:disabled):not(.disabled).active:focus, .btn-modal:focus, .btn-modal:hover {
  border-color: #bed000;
  box-shadow: none;
  color: #ffffff;
}
@media (max-width: 767px) {
  .btn-modal {
    margin-top: 20px;
  }
}
.btn-modal .figure-caption {
  color: #bed000;
}

.btn-link.disabled {
  color: #023f86;
  opacity: 1;
}

.btn-job,
.btn-training,
.btn-training-jobs {
  background-color: #023f86;
  border: 2px solid #023f86;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}
.btn-job:not(:disabled):not(.disabled):active, .btn-job:not(:disabled):not(.disabled):active:focus, .btn-job:not(:disabled):not(.disabled).active, .btn-job:not(:disabled):not(.disabled).active:focus, .btn-job:focus, .btn-job:hover,
.btn-training:not(:disabled):not(.disabled):active,
.btn-training:not(:disabled):not(.disabled):active:focus,
.btn-training:not(:disabled):not(.disabled).active,
.btn-training:not(:disabled):not(.disabled).active:focus,
.btn-training:focus,
.btn-training:hover,
.btn-training-jobs:not(:disabled):not(.disabled):active,
.btn-training-jobs:not(:disabled):not(.disabled):active:focus,
.btn-training-jobs:not(:disabled):not(.disabled).active,
.btn-training-jobs:not(:disabled):not(.disabled).active:focus,
.btn-training-jobs:focus,
.btn-training-jobs:hover {
  background-color: transparent;
  border-color: #023f86;
  box-shadow: none;
  color: #023f86;
}

.btn-training {
  background-color: #bed000;
  border: 2px solid #bed000;
}
.btn-training:not(:disabled):not(.disabled):active, .btn-training:not(:disabled):not(.disabled):active:focus, .btn-training:not(:disabled):not(.disabled).active, .btn-training:not(:disabled):not(.disabled).active:focus, .btn-training:focus, .btn-training:hover {
  background-color: transparent;
  border-color: #bed000;
  box-shadow: none;
  color: #bed000;
}

.btn-training-jobs {
  background-color: #023f86;
  border: 2px solid #023f86;
}
.btn-training-jobs:not(:disabled):not(.disabled):active, .btn-training-jobs:not(:disabled):not(.disabled):active:focus, .btn-training-jobs:not(:disabled):not(.disabled).active, .btn-training-jobs:not(:disabled):not(.disabled).active:focus, .btn-training-jobs:focus, .btn-training-jobs:hover {
  background-color: transparent;
  border-color: #023f86;
  box-shadow: none;
  color: #023f86;
}

.form-field {
  display: none;
}

.form-control {
  border: 1px solid #bed000;
  border-radius: 0;
  color: #000000;
  font-size: 1.6rem;
}
.form-control:focus {
  color: #000000;
  border-color: #bed000;
  box-shadow: none;
}

label {
  font-weight: 500;
  margin-top: 0.5rem;
}

.type-menu_subpages .dropdown #dropdownMenuLink {
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.type-menu_subpages .dropdown #dropdownMenuLink::after {
  border: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  vertical-align: 0;
}
.type-menu_subpages .dropdown .dropdown-menu {
  font-size: 1.6rem;
  width: 100%;
}
.type-menu_subpages .dropdown .dropdown-menu .dropdown-item:active, .type-menu_subpages .dropdown .dropdown-menu .dropdown-item:focus, .type-menu_subpages .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.type-menu_subpages .dropdown .dropdown-menu.show {
  transform: translate3d(0px, 46px, 0px) !important;
}
.type-menu_subpages .show > .btn-secondary.dropdown-toggle {
  background-color: #ffffff;
  border-color: #bed000;
  box-shadow: none;
  color: #bed000;
}

.tx-maps2 .txMaps2Form {
  text-align: center;
}
.tx-maps2 .txMaps2Form .form-group + .form-group {
  margin-left: 25px;
}
.tx-maps2 .txMaps2Form .map-category {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 5px;
}
.tx-maps2 .txMaps2Form input[type=checkbox] + .map-category {
  color: #8497a7;
}
.tx-maps2 .txMaps2Form input[type=checkbox]:checked + .map-category {
  color: #023f86;
}
.tx-maps2 .txMaps2Form .checkbox_35 .map-category::after,
.tx-maps2 .txMaps2Form .checkbox_36 .map-category::after,
.tx-maps2 .txMaps2Form .checkbox_37 .map-category::after {
  content: url("/fileadmin/celoDistV9/theme/img/map/marker-zentrale-inaktiv.png");
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.tx-maps2 .txMaps2Form .checkbox_35 input[type=checkbox]:checked + .map-category::after,
.tx-maps2 .txMaps2Form .checkbox_36 input[type=checkbox]:checked + .map-category::after,
.tx-maps2 .txMaps2Form .checkbox_37 input[type=checkbox]:checked + .map-category::after {
  content: url("/fileadmin/celoDistV9/theme/img/map/marker-zentrale.png");
}
.tx-maps2 .txMaps2Form .checkbox_36 .map-category::after {
  content: url("/fileadmin/celoDistV9/theme/img/map/marker-niederlassungen-inaktiv.png");
}
.tx-maps2 .txMaps2Form .checkbox_36 input[type=checkbox]:checked + .map-category::after {
  content: url("/fileadmin/celoDistV9/theme/img/map/marker-niederlassungen.png");
}
.tx-maps2 .txMaps2Form .checkbox_37 .map-category::after {
  content: url("/fileadmin/celoDistV9/theme/img/map/marker-tochtergesellschaften-inaktiv.png");
}
.tx-maps2 .txMaps2Form .checkbox_37 input[type=checkbox]:checked + .map-category::after {
  content: url("/fileadmin/celoDistV9/theme/img/map/marker-tochtergesellschaften.png");
}
.tx-maps2 .gm-style .gm-style-iw-c {
  border-radius: 0;
  width: 500px !important;
}
@media (max-width: 768px) {
  .tx-maps2 .gm-style .gm-style-iw-c {
    max-height: 270px !important;
  }
}
.tx-maps2 .gm-style .gm-style-iw-c .gm-style-iw-d {
  width: 500px !important;
  overflow-x: hidden !important;
}
@media (max-width: 768px) {
  .tx-maps2 .gm-style .gm-style-iw-c .gm-style-iw-d {
    max-height: 270px !important;
  }
}
.tx-maps2 .gm-style .gm-style-iw-c .gm-style-iw-d .infoWindowContent .table td {
  border-top: none;
}

.slick-slide {
  position: relative;
}
@media (max-width: 767px) {
  .slick-slide .ce-gallery {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .slick-slide .ce-gallery .ce-row figure.image {
    margin-bottom: 0;
  }
}

.slick-prev,
.slick-next {
  z-index: 50;
}
.slick-prev::before,
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  color: #bed000;
  opacity: 1;
}

.slick-prev::before {
  content: "\f100";
}

.slick-next::before {
  content: "\f101";
}

.slick-dots {
  bottom: inherit !important;
  text-align: center;
}
.slick-dots li::before {
  content: none;
}
.slick-dots li button {
  background: transparent;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: #8497a7;
}
.slick-dots li.slick-active button {
  border-color: #023f86;
  background: #023f86;
}

@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}

#infoModal .close {
  font-size: 3rem;
}

#img-modal {
  border: 2px solid #bed000;
  padding: 15px;
}
#img-modal .btn-modal {
  border: none;
  border-radius: 0;
  padding: 0;
}
#img-modal .btn-modal:not(:disabled):not(.disabled):active, #img-modal .btn-modal:not(:disabled):not(.disabled):active:focus, #img-modal .btn-modal:not(:disabled):not(.disabled).active, #img-modal .btn-modal:not(:disabled):not(.disabled).active:focus, #img-modal .btn-modal:focus, #img-modal .btn-modal:hover {
  border: none;
  box-shadow: none;
  color: #ffffff;
}
@media (max-width: 767px) {
  #img-modal .btn-modal {
    margin-top: 20px;
  }
}
#img-modal .btn-modal figure {
  margin: 0;
}
#img-modal .btn-modal figure .figure-caption {
  color: #bed000;
}
#img-modal:active, #img-modal:focus, #img-modal:hover {
  border-color: #023f86;
}

.job-counter {
  border: 2px solid #bed000;
  padding: 10px 0;
  text-align: center;
}
.job-counter #job-number {
  color: #bed000;
  font-size: 6rem;
  font-weight: 600;
  line-height: 6rem;
}
.job-counter #job-text {
  color: #023f86;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2rem;
}

footer {
  padding-top: 50px;
}
footer h5 a {
  color: #023f86;
}
footer h5 a:active, footer h5 a:focus, footer h5 a:hover {
  color: #023f86;
}
footer .ce-menu {
  list-style: none;
  padding-left: 0;
}
footer a, footer p {
  color: #000000;
  font-weight: 600;
}
footer a:active, footer a:focus, footer a:hover {
  color: #000000;
}

.blue-bg {
  background-color: #e9f0fa;
  padding-top: 50px;
}
.blue-bg .ce-left.ce-above .ce-gallery,
.blue-bg .ce-right.ce-above .ce-gallery {
  margin-bottom: 0;
}

.white-bg {
  background-color: #ffffff;
  padding: 50px;
}
@media (max-width: 767px) {
  .white-bg {
    padding: 20px;
  }
}

.green-head,
.rotate-head {
  text-align: center;
}
.green-head h1,
.green-head h3,
.rotate-head h1,
.rotate-head h3 {
  background-color: #bed000;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
}

.rotate-head h1,
.rotate-head h3 {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.rotate-head h2 {
  background-color: #023f86;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.rounded-border img {
  border: 2px solid #bed000;
  border-radius: 50%;
}

.service-accordions .accordion .card {
  border: none;
}
.service-accordions .accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0.75rem 0;
}
.service-accordions .accordion .card .card-header h4 {
  font-weight: 500;
  text-transform: none;
  margin-left: 15px;
  text-indent: -15px;
  padding-left: 15px;
}
.service-accordions .accordion .card .card-header h4 a {
  position: relative;
  text-decoration: none;
}
.service-accordions .accordion .card .card-header h4 a:before {
  content: "»";
  color: #bed000;
  display: inline-block;
  left: 0;
  position: absolute;
}
.service-accordions .accordion .card .card-body {
  border-bottom: 1px solid #8497a7;
}
.service-accordions .accordion .card .card-body .row {
  margin-right: inherit;
  margin-left: inherit;
}

.default-accordions .accordion > .card .card-header {
  margin-bottom: 0px;
}
.default-accordions .card-header {
  padding: 1.25rem 1.25rem;
  background-color: #ffffff;
  border-bottom: 1px solid #bed000;
}
.default-accordions .card {
  border: none;
  border-radius: 0;
}
.default-accordions a {
  color: #023f86;
  text-decoration: none;
}

@media (min-width: 768px) {
  .fullwidth-grid .container-fluid {
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .fullwidth-img .type-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.fullwidth-img img {
  width: 100%;
}
.fullwidth-img .ce-above .ce-gallery {
  margin-bottom: 0;
}
.fullwidth-img .ce-center .ce-outer,
.fullwidth-img .ce-center .ce-inner {
  float: none;
  right: inherit;
}
.fullwidth-img .ce-gallery figure {
  display: block;
}
@media (max-width: 991px) {
  .fullwidth-img .ce-gallery figure.image {
    margin-bottom: 0 !important;
  }
}

.slider-text {
  background-color: #ffffff;
  padding: 15px;
}
@media (min-width: 768px) {
  .slider-text {
    position: absolute;
    top: 40px;
    left: -85px;
    right: 15px;
    padding: 20px 40px;
  }
}
.slider-text h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
}
@media (max-width: 991px) {
  .slider-text h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media (min-width: 576px) {
  #noticeModal .modal-dialog {
    max-width: 800px;
  }
}
#noticeModal .modal-header .close {
  font-size: 5rem;
  font-weight: 400;
  padding: 0 1rem 1rem;
}
#noticeModal .modal-body {
  padding: 1rem 3rem 3rem;
}
#noticeModal a {
  color: #000000;
  text-decoration: underline;
}
#noticeModal a:active, #noticeModal a:focus, #noticeModal a:hover {
  color: #bed000;
  outline: 0;
}

.lead {
  font-size: 1.6rem !important;
}
.lead * {
  font-size: 1.6rem !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Dosis", sans-serif;
}

h1, h2, h3 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, h5, h6 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
  text-transform: uppercase;
}

h2 {
  color: #023f86;
  font-size: 3.6rem;
  line-height: 4.5rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
}

h3 {
  color: #023f86;
  font-size: 3rem;
  line-height: 4rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

h4 {
  color: #023f86;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

h5 {
  color: #023f86;
  font-size: 1.8rem;
  fontweight: 600;
  line-height: 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.5rem;
  }
}

header .logo img.logo {
  width: 240px;
}

.row.main .sidebar {
  margin-top: 68px;
}

footer .copyright {
  margin-top: 50px;
  text-align: center;
}

.ce-gallery .ce-row:after,
.ce-gallery .ce-row:before {
  content: " ";
  display: table;
}

.ce-gallery .ce-row:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .ce-gallery .ce-row figure.image {
    margin-bottom: 30px;
  }
  .ce-gallery .ce-row .col-sm-12 figure.image,
  .ce-gallery .ce-row .col-sm-1:last-child figure.image,
  .ce-gallery .ce-row .col-sm-2:last-child figure.image,
  .ce-gallery .ce-row .col-sm-3:last-child figure.image,
  .ce-gallery .ce-row .col-sm-4:last-child figure.image,
  .ce-gallery .ce-row .col-sm-6:last-child figure.image {
    margin-bottom: 0;
  }
}
.ce-div.ce-div-1 {
  border-top: 1px dashed #666;
}

.ce-div.ce-div-2 {
  border-top: 1px dotted #999;
}

.ce-div.ce-div-3 {
  border-top: 2px solid #e8e8e8;
}

.frame-padding-before-extra-small {
  padding-top: 1em;
}

.frame-padding-before-small {
  padding-top: 2em;
}

.frame-padding-before-medium {
  padding-top: 3em;
}

.frame-padding-before-large {
  padding-top: 4em;
}

.frame-padding-before-extra-large {
  padding-top: 5em;
}

.frame-padding-after-extra-small {
  padding-bottom: 1em;
}

.frame-padding-after-small {
  padding-bottom: 2em;
}

.frame-padding-after-medium {
  padding-bottom: 3em;
}

.frame-padding-after-large {
  padding-bottom: 4em;
}

.frame-padding-after-extra-large {
  padding-bottom: 5em;
}

.no-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    border: none;
  }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-shadow: 0 0 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  .featherlight-loading .featherlight-next,
  .featherlight-loading .featherlight-previous {
    display: none;
  }
  .featherlight-first-slide.featherlight-last-slide .featherlight-next,
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: 0 0;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.cm-btn {
  border: 1px solid transparent !important;
  border-radius: 3px !important;
}

.tx-we-cookie-consent a.btn-primary,
.cm-btn-success {
  background-color: #bed000 !important;
  border: 1px solid #bed000 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase !important;
  transition: all 0.3s !important;
}
.tx-we-cookie-consent a.btn-primary:active, .tx-we-cookie-consent a.btn-primary:focus, .tx-we-cookie-consent a.btn-primary:hover,
.cm-btn-success:active,
.cm-btn-success:focus,
.cm-btn-success:hover {
  background-color: #ffffff !important;
  border-color: #bed000 !important;
  color: #bed000 !important;
  font-weight: 600;
}

.tx-we-cookie-consent a.btn-primary {
  width: inherit;
}

@media (max-width: 767px) {
  .klaro.we_cookie_consent .cookie-modal,
  .klaro.we_cookie_consent .cookie-notice {
    box-shadow: 1px 2px 50px rgba(0, 0, 0, 0.2) !important;
  }
}
.klaro.we_cookie_consent .cookie-modal h1,
.klaro.we_cookie_consent .cookie-modal h2,
.klaro.we_cookie_consent .cookie-modal li,
.klaro.we_cookie_consent .cookie-modal p,
.klaro.we_cookie_consent .cookie-modal a,
.klaro.we_cookie_consent .cookie-modal strong,
.klaro.we_cookie_consent .cookie-modal ul,
.klaro.we_cookie_consent .cookie-notice h1,
.klaro.we_cookie_consent .cookie-notice h2,
.klaro.we_cookie_consent .cookie-notice li,
.klaro.we_cookie_consent .cookie-notice p,
.klaro.we_cookie_consent .cookie-notice a,
.klaro.we_cookie_consent .cookie-notice strong,
.klaro.we_cookie_consent .cookie-notice ul {
  color: #000000 !important;
}
.klaro.we_cookie_consent .cookie-modal a:active, .klaro.we_cookie_consent .cookie-modal a:focus, .klaro.we_cookie_consent .cookie-modal a:hover,
.klaro.we_cookie_consent .cookie-notice a:active,
.klaro.we_cookie_consent .cookie-notice a:focus,
.klaro.we_cookie_consent .cookie-notice a:hover {
  color: #bed000 !important;
  opacity: 1 !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-btn,
.klaro.we_cookie_consent .cookie-notice .cm-btn {
  color: #000000;
}
.klaro.we_cookie_consent .cookie-modal .cm-powered-by {
  display: none !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-powered-by a {
  display: none !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-footer {
  padding-bottom: 15px !important;
}
@media (min-width: 768px) {
  .klaro.we_cookie_consent.notice--center .cookie-notice .cn-body, .klaro.we_cookie_consent.notice--center-floated .cookie-notice .cn-body {
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.8) !important;
  }
}

@media (min-width: 768px) {
  .cm-btn-success {
    margin-left: 15px !important;
  }
}

.flexslider {
  margin-right: -15px !important;
  margin-left: -15px !important;
  border: 0 !important;
}
.flexslider .slides .celo_textbgpic_slider {
  padding: 0;
}
.flexslider .slides .celo_textbgpic_slider .celo_textbgpic_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flexslider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background: #8497a7;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #bed000;
}

/*# sourceMappingURL=styles.css.map */
