.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }


.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #4f4f4f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #DEDEDE; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #4f4f4f;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #424242;
    text-decoration: none;
    background-color: #DEDEDE; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F5C40F; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #ced4da;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #ced4da;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #4f4f4f; }


.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }

.nav-link {
display: block;
padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}


.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 0.875rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit !important;
}
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: #727271; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(114, 114, 113, 0.9); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: #727271;
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23727271' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: #727271; }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }
	  
/* =================== */
html {
  font-size: 0.875rem; }

a {
color: #F5C40F;
text-decoration: none;
background-color: transparent; }
a:hover {
  color: #b08c07;
  text-decoration: underline; }

a:not([href]) {
color: inherit;
text-decoration: none; }
a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

h1 {
  text-transform: uppercase; }

.MultiCarousel {
  margin: 15px 0 !important;
  padding: 0 1px 0 0 !important;
  text-transform: none; }

.tx-referenzen a {
  color: white; }

.tx-referenzen.full {
  margin-top: 50px; }

#uid2 section.showcase .tx-referenzen .showcase-img .row, #uid2 section.showcase .tx-referenzen .showcase-img .ce-row {
  margin-top: 120px !important;
  padding-left: 0; }

.kompetenz a h5 {
  color: #4f4f4f; }

.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .carousel-item > div {
    opacity: 0.9; }

.singleRef .carousel-indicators {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px; }
  .singleRef .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50px; }

.singleRef p {
  max-width: 800px; }

.singleRef h3 {
  font-weight: 700;
  color: #F5C40F;
  margin-bottom: 40px; }

a.goon {
  height: 100vh;
  display: block; }

.showcase .overlay .row, .showcase .overlay .ce-row {
  cursor: pointer;
  padding-left: 50px; }

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; }
  .back-to-top.btn-primary {
    border: 1px solid white; }
  .back-to-top.btn-primary:hover, .back-to-top.btn-primary:focus {
    background-color: #F5C40F; }
  .back-to-top img {
    transform: rotate(90deg);
    background: #F5C40F; }

.carousel-caption {
  text-align: left;
  max-width: 60%; }

.carousel-caption h2 {
  font-size: 2.375rem;
  line-height: 74%;
  font-weight: 700; }

.carousel-caption h3 {
  font-size: 3.25rem;
  line-height: 120%; }

.carousel-caption p {
  font-size: 1.25rem;
  line-height: 140%; }

.carousel-control-prev-icon {
  background-image: url("../Gfx/slider_pfeil_links.svg"); }

.carousel-control-next-icon {
  background-image: url("../Gfx/slider_pfeil_rechts.svg"); }

.close {
  opacity: 0.95; }

p {
  font-size: 1.25rem; }

figure {
  width: inherit; }

.ce-column {
  min-width: intrinsic;
  /* Safari/WebKit verwendet einen nicht standardisierten Namen */
  min-width: max-content; }

/*.ce-left .ce-gallery{
	float: none !important;
	clear: both;
}*/
#topNav {
  	/*background-image: url(../Gfx/Markisen_grafik_header.svg);
  	-webkit-background-size: 270px 95px;
    -moz-background-size: 270px 95px;
    -o-background-size: 270px 95px;
    background-size: 270px 95px;
  	background-repeat: no-repeat;
  	background-position: 60% top;*/
  font-size: 1.05rem;
  height: auto;
  align-items: flex-start; }
  #topNav:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
    top: 50px;
    border-bottom: 1px solid #dedede;
    /*opacity: 0.2;*/ }
  #topNav .navbar {
    padding: 0; }
  #topNav a {
    color: #4f4f4f; }
    #topNav a:hover {
      color: #F5C40F;
      text-decoration: none; }
  #topNav .nav-item a.nav-link {
    border-right: 1px solid #8e8e8d;
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0; }
    #topNav .nav-item a.nav-link:hover {
      color: #F5C40F; }
  #topNav .nav-item:last-child a.nav-link {
    border: none; }

/*#mainNav{
	padding: 0;
	ul,li{
		margin: 0;
		padding: 0;
		list-style: none;
		
	}
	
	.nav-item{
		border-right: 1px solid #fff;
		font-size: 1.25rem;
		font-weight: 300;
		padding: 0.25rem 1.1rem 0 1.1rem;
		border-bottom: 7px solid $gray-100;
		a{
			color: black;
			
		}
		&:first-child{
			border-left:1px solid #fff;
		}
		&.active, &:hover{
			border-bottom: 7px solid $orange;
		}
	}
	.dropdown-menu {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 7px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    ul{
    	max-width: 1200px;
		margin: 0 auto;
		width: 92%;
		}
}
}*/
#mainNav.navbar {
  padding: 0; }
#mainNav .nav-item {
  border-right: 1px solid #fff;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 0.25rem 1.1rem 0 1.1rem;
  border-bottom: 7px solid #DEDEDE; }
  #mainNav .nav-item a {
    color: black; }
  #mainNav .nav-item:first-child {
    border-left: 1px solid #fff; }
  #mainNav .nav-item.active, #mainNav .nav-item:hover {
    border-bottom: 7px solid #F5C40F; }
#mainNav .mega-dropdown {
  position: static !important; }
#mainNav .mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  border: none;
  /*@extend .container;*/
  background-color: #727271;
  /*.mfi:nth-child(3n+1) { order: 1; }
  .mfi:nth-child(3n+2) { order: 2; }
  .mfi:nth-child(3n)   { order: 3; }*/ }
#mainNav .mega-dropdown-menu li > ul {
  padding: 0;
  margin: 0; }
#mainNav .mega-dropdown-menu ul li {
  list-style: none; }
#mainNav .mega-dropdown-menu ul li a {
  display: block;
  color: #DEDEDE;
  color: white;
  padding: 3px 5px;
  text-transform: none; }
#mainNav .mega-dropdown-menu ul > li > a:hover,
#mainNav .mega-dropdown-menu ul > li > a:focus,
#mainNav .mega-dropdown-menu ul > li.active > a {
  text-decoration: none;
  color: #F5C40F; }
#mainNav .mega-dropdown-menu .dropdown-header {
  font-size: 1.1rem;
  color: #F5C40F;
  border-bottom: 1px solid #8e8e8d;
  padding: 5px 60px 5px 5px;
  margin-bottom: 10px;
  line-height: 130%;
  text-transform: uppercase;
  white-space: normal; }
  #mainNav .mega-dropdown-menu .dropdown-header.nobo {
    border: none; }
#mainNav .mega-dropdown-menu .odh .dropdown-header {
  margin-bottom: 0px;
  padding: 5px; }
  #mainNav .mega-dropdown-menu .odh .dropdown-header.nobo {
    border-bottom: 1px solid #8e8e8d; }
  #mainNav .mega-dropdown-menu .odh .dropdown-header.nobo:last-child {
    border: none; }
#mainNav .dropdown-toggle::after {
  display: none; }

.subpageYellow {
  min-height: 200px; }
  .subpageYellow h2 {
    font-size: 2.5rem;
    padding-top: 30px; }

.layout_5 p {
  max-width: 66%; }

.ce-column {
  margin-right: 0 !important; }

figcaption h5 {
  font-weight: 300;
  text-transform: uppercase; }

figcaption p {
  color: #F5C40F; }

figcaption p {
  font-size: 0.9rem;
  line-height: 150%; }

footer {
  color: white; }
  footer.footer {
    margin-top: 15rem; }
  footer strong {
    font-size: 1rem; }
  footer h3 {
    color: #F5C40F;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 300; }
  footer a.nav-link {
    color: white;
    font-size: 1rem; }
    footer a.nav-link:hover {
      color: #F5C40F; }

.tx-referenzen .showcase-img {
  max-height: 290px; }
  .tx-referenzen .showcase-img a:hover {
    color: white;
    text-decoration: none; }

.MultiCarousel {
  overflow: hidden;
  padding: 15px;
  padding: 10px 1px 15px 0 !important;
  width: calc(100% + 1px);
  /*border-right: 1px solid #eee;*/
  position: relative; }
  .MultiCarousel a.btn {
    font-weight: 700;
    font-size: 1.1rem; }

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all; }

.MultiCarousel .MultiCarousel-inner .item {
  float: left; }

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  background: transparent;
  color: #666; }

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  top: calc(50% - 20px); }

.MultiCarousel .leftLst {
  left: 0; }

.MultiCarousel .rightLst {
  right: 0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: transparent; }

.MultiCarousel .nb-pax-button-right {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../Gfx/slider_pfeil_rechts_aktuelles.svg) center no-repeat; }

.MultiCarousel .nb-pax-button-left {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../Gfx/slider_pfeil_links_aktuelles.svg) center no-repeat; }

.MultiCarousel .card {
  border-radius: 0;
  border: 1px solid #eee;
  background-color: transparent;
  border-right: 0; }

.MultiCarousel .item:last-child .card {
  border-right: 1px solid #eee; }

.MultiCarousel h3 {
  font-size: 1.125rem;
  font-weight: 700; }

.MultiCarousel h4 {
  font-size: 1.6875rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.MultiCarousel p {
  font-size: 1.25rem;
  line-height: 140%; }

.MultiCarousel button {
  margin-top: 2rem; }

.blog .blogbeitrag {
  margin-bottom: 50px; }
  .blog .blogbeitrag h4 {
    border-top: 1px solid #727271;
    border-bottom: 1px solid #727271;
    color: #F5C40F;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 25px; }
  .blog .blogbeitrag h2 {
    font-weight: 700; }
.blog ul.blogmenu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .blog ul.blogmenu li {
    padding: 0;
    margin: 0;
    margin-bottom: 8px; }
    .blog ul.blogmenu li.year {
      border-top: 1px solid #727271;
      border-bottom: 1px solid #727271;
      margin-bottom: 15px;
      font-size: 1.2rem;
      padding: 5px 0; }
      .blog ul.blogmenu li.year a {
        color: #F5C40F; }
    .blog ul.blogmenu li a {
      color: #727271;
      text-decoration: none; }
    .blog ul.blogmenu li a.active, .blog ul.blogmenu li:hover a {
      color: #F5C40F; }

/*For Internet Explorer */
@media all and (-ms-high-contrast: none) {
  .ce-column {
    width: 100%;
    float: none; } }
/*For Edge*/
@supports (-ms-ime-align: auto) {
  .ce-column {
    min-width: 100%;
    max-width: 100%; } }
/*.ce-textpic{
	display: flex;
	.ce-left .ce-gallery{
		float: none;
	}
}*/
@media (max-width: 1200px) {
  #mainNav {
    background-color: #727271 !important; }
    #mainNav a {
      outline: none; }
    #mainNav .nav-item.active, #mainNav .nav-item:hover {
      border-bottom: none; }
    #mainNav .mega-dropdown-menu {
      background-color: transparent;
      padding: 0; }
      #mainNav .mega-dropdown-menu .border-right {
        border-right: none !important; }
      #mainNav .mega-dropdown-menu ul li a {
        color: white; }
      #mainNav .mega-dropdown-menu a.dropdown-header {
        color: #F5C40F; }
    #mainNav .nav-item,
    #mainNav .nav-item:first-child {
      border: none; }
      #mainNav .nav-item a,
      #mainNav .nav-item:first-child a {
        color: #F5C40F; }
      #mainNav .nav-item.text-center,
      #mainNav .nav-item:first-child.text-center {
        text-align: left !important; } }
@media (max-width: 990px) {
  #topNav::before {
    top: 50px; }

  .carousel-caption {
    max-width: 80%;
    top: 10%;
    left: 5%;
    right: auto; } }
@media (max-width: 765px) {
  #topNav > div {
    margin-bottom: 30px; }

  .showcase-img {
    margin-bottom: 20px; }

  .ce-textpic.ce-right .ce-gallery,
  .ce-textpic.ce-left .ce-gallery {
    float: none; } }

/* ======================= */
body { 
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #4f4f4f;
}
.bg-light {
	background-color: #DEDEDE !important;
}
.bg-dark {
	background-color: #727271 !important;
}
.bg-primary {
	background-color: #F5C40F !important;
}

.text-primary {
	color: #F5C40F !important;
}

.text-warning {
	color: #ffc107 !important;
}

/* BTN */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #4f4f4f;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #4f4f4f;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 196, 15, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #4f4f4f;
  background-color: #F5C40F;
  border-color: #F5C40F;
}

.btn-primary:hover {
  color: #4f4f4f;
  background-color: #d5a909;
  border-color: #c9a008;
}

.btn-primary:focus, .btn-primary.focus {
  color: #4f4f4f;
  background-color: #d5a909;
  border-color: #c9a008;
  box-shadow: 0 0 0 0.2rem rgba(220, 178, 25, 0.5);
}

.btn-light {
  color: #4f4f4f;
  background-color: #DEDEDE;
  border-color: #DEDEDE; }
  .btn-light:hover {
    color: #4f4f4f;
    background-color: #cbcbcb;
    border-color: #c5c5c5; }
  .btn-light:focus, .btn-light.focus {
    color: #4f4f4f;
    background-color: #cbcbcb;
    border-color: #c5c5c5;
    box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #4f4f4f;
    background-color: #DEDEDE;
    border-color: #DEDEDE; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #4f4f4f;
    background-color: #c5c5c5;
    border-color: #bebebe; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5); }


/* BORDERS */
.border {
  border: 1px solid #8e8e8d !important;
}

.border-top {
  border-top: 1px solid #8e8e8d !important;
}

.border-right {
  border-right: 1px solid #8e8e8d !important;
}

.border-bottom {
  border-bottom: 1px solid #8e8e8d !important;
}

.border-left {
  border-left: 1px solid #8e8e8d !important;
}


.border-primary {
  border-color: #F5C40F !important;
}

.border-secondary {
  border-color: #ced4da !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #DEDEDE !important;
}

.border-dark {
  border-color: #727271 !important;
}

/* ==== */
h1, .h1 {
  font-size: 2.84375rem;
}

h2, .h2 {
  font-size: 2.07813rem;
}

h3, .h3 {
  font-size: 2.84375rem;
}

h4, .h4 {
  font-size: 1.3125rem;
}

h5, .h5 {
  font-size: 1.3125rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

/* ==== */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

/* ==== */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
/* === START 2024 === */
.showcase-img {
	max-height: 240px;
	overflow: hidden;

}

.showcase-img img{
		object-fit: cover;
	}
.showcase-img  .overlay{
		position: absolute;
		transition: opacity 1s ease-out;
		opacity: 0;
		width: 100%;
		height: 100%;
		top:0;
		left: 0;
	}
.showcase-img:hover .overlay{
	
	transition: opacity 1s ease-out;
    opacity: 1;
}
.showcase-img  .overlay .close{
		top: 0;
		right: 0;
	}
	
.showcase-img  .overlay h3{
	font-size: 1.5rem;	
	}
.showcase-img  .overlay p{
	font-size: 1.25rem;	
	font-weight: 700;
	}	


	
	
.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}



.kompetenz img {
  max-width: 130px;
}


.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 500px){
  h3, .h3 {
    font-size: 2rem;
}
}

/* FORMS */

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8e8e8d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #8e8e8d; }
  .form-control:focus {
    color: #8e8e8d;
    background-color: #fff;
    border-color: #fae289;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 196, 15, 0.25); }
  .form-control::placeholder {
    color: #ced4da;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #DEDEDE;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #8e8e8d;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #4f4f4f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #ced4da; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23727271' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23727271' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

/* FORM 2024 */

#kontakt2024-668 fieldset , 
#kontakt2024-671 fieldset { background: #f0f0f0; padding: 1.5rem; }
#kontakt2024-668 .form-check , 
#kontakt2024-671 .form-check { padding-left: 0; }
#kontakt2024-668 .form-check-label span , 
#kontakt2024-671 .form-check-label span { padding-left: 1rem; }
#kontakt2024-668 .form-check-label span > span , 
#kontakt2024-671 .form-check-label span > span { padding-left: .25rem; }

#kontakt2024-668 legend , 
#kontakt2024-671 legend { padding: .5rem 1.5rem; margin-left: -1.5rem; background: #f0f0f0; display: inline-block; width: auto; font-size: 1rem; text-transform: uppercase;  }
#kontakt2024-668-fieldset-3 .control-label { font-weight: bold; margin-right: 2rem; }
#kontakt2024-668-fieldset-3 div.input { display: inline-block; }

#kontakt2024-668 .error.help-block , 
#kontakt2024-671 .error.help-block { color: #dc3545 !important; }



/* NEWS */
body#uid76 .ce-right .figure-img { max-width: 440px; }
body#uid76 .ce-below .figure-img { max-width: 580px; }