.section {
  scroll-margin-top: -200px !important;
}

.blend-mode {
	mix-blend-mode:differenz;

}

.blend-mode img{
	mix-blend-mode:darken;

}

.extra-big-font {
	font-size:2em !important
}

.intro-bg {
max-width:900px !important;
max-height:610px !important;
}

.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
  background-color: #1774ec;
}

@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 1px;
    color: var(--grey-500);
  }
}

.bg-light-blue {
  background-color: #e7f5ff !important;
}

.bg-color-light-scale, .bg-light-scale {
  background-color: #FFFFFFF0 !important;
}

.text-darker {
	color: #6e6b6b;
	font-size:4em !important;
}

.custom-wrapper-1 > .container > .row {
  min-height: 678px;
}

.pos-10 {
	 top:0%;
	 left:10%;
}

.pos-11 {
	 top:0%;
	 right:-190px;
}

.top-n10 {
	top:-35px !important;
}

h2.text-6 {
  font-size: 2.6em !important;
}

.heroo {
  background-size: cover;
  max-width: 1100px;
  width: 100%;
  max-height: 770px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./img/generic/pic1.jpg);
}

.btn-modern {
  text-transform: none !important;
  font-size: .8em;
  padding: 12.8px 24px;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
}

#footer a:not(.btn):not(.no-footer-css):hover {
  text-decoration: none;
  color: #2b2b2b;
}

@media (max-width: 576px) {
	.text-darker {
		color: #363636;
		font-size:3em
	}

	.pos-11 {
		 top:0%;
		 right:-270px;
	}
	
	#header .header-column {
	  display: flex;
	  align-self: stretch;
	  align-items: start;
	  flex-grow: 1;
	  flex-direction: column;

	  }
	  
	h2.text-6 {
	  font-size: 1.6em !important;
	}
	

	

  .hero {
    right: 0%;
  }

.extra-big-font {
	font-size:1.2em !important
}
	
}



@media (max-width: 991px) {

#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: start;
  flex-grow: 1;
  flex-direction: column;

  }
  
	.tabs-navigation .nav-tabs > li .nav-link {
	  color: var(--default);
	  padding: 11px;
		padding-left: 11px;
	  line-height: 100%;
	  position: relative;
	}
}

/* === Leistungs-Tabs === */
#leistungenTab .nav-link {
    color: #555;
    font-weight: 500;
    border: none;
    border-radius: 6px !important;
    transition: all 0.25s ease;
}
#leistungenTab .nav-link:hover {
    background-color: #f0f0f0;
    color: var(--color-secondary);
}
#leistungenTab .nav-link.active {
    background-color: var(--color-secondary);
    color: #fff !important;
}
#leistungenTab .nav-link.active i {
    color: #fff !important;
}

/* Mobile Select */
#mobileTabSelect {
    border: 2px solid #dedede;
    border-radius: 6px;
    padding: 10px 14px;
    font-weight: 500;
}

/* Tab Content Einblendung */
.tab-pane.fade {
    transition: opacity 0.3s ease;
}

#mobileTabSelect {
    color: #84133b;
}