/*! 
{ths} thomas schostok design
v 19-01-2026--1

*/

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-ExtraLight.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-ExtraLight.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-ExtraLightIt.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-ExtraLightIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-Light.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Light.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-LightIt.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-LightIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-It.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-It.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-Semibold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Semibold.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-SemiboldIt.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-SemiboldIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-Bold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Bold.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-BoldIt.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-BoldIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-Black.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Black.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/SourceSansPro-BlackIt.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-BlackIt.otf.woff') format('woff');
}


@font-face{
    font-family: 'yoshiro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/CAYoshiro87-Regular.woff') format('woff');
}

:root{
	--thsBody: #ffffff;				/*Body BG */
	--thsTextfarbe: #2f2f2f;				/* Textfarbe */
	--thsRahmen: #2f2f2f;				/* Linien: Buttons, Trenner */
	--thsButtonBG: #ffffff;	
	--thsButtonTextHover: rgb(240, 240, 240);
	--thsButtonHover: #2f2f2f;
	--thsLinks: #EC3F36;				/* Textlinks */
	--thsLinksHover: #2f2f2f;		/* Textlinks Hover */
	--thsSidebarLinks: #2f2f2f;				
	--thsSidebarLinksHover: #EC3F36;
	--thsSidebarLinksActive: #EC3F36;	
	--thsFooterLinks: #2f2f2f;		/* Textlinks */
	--thsFooterLinksHover: #EC3F36;	/* Textlinks Hover */
	--thsAccordionHover: #2f2f2f;
	--thsOffcanvasBG: rgba(255, 255, 255, 1);
}
body{
  font-family: 'Source Sans Pro','Verdana','Helvetica', sans-serif;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: 'Source Sans Pro','Helvetica', sans-serif;
  	word-break: keep-all;
	hyphens: auto; 
}
.nobreak {
	word-break: unset; hyphens: unset;
}
.text-block ul {
	margin: 0 0 0 1em; 
	padding: 0; 
	list-style-type: disc;	
}

.text-block h2 {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
a:focus{
	/* Prevent ugly blue glow on chrome and safari */
	outline: 0;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(125, 125, 125, 0.8);
	box-shadow: 0px 0px 8px 1px rgba(125, 125, 125, 0.8);
}
.navbar-toggler:focus,.btn-close:focus, button:focus {
	/*text-decoration: none;
	outline: 0;*/
	-webkit-box-shadow: 0px 0px 8px 1px rgba(125, 125, 125, 0.8);
	box-shadow: 0px 0px 8px 1px rgba(125, 125, 125, 0.8);
}
p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
.logo_footer {
	height: 60px;
}

.logo_footer2 {
    height: 44px;
}

.logo_footer3 {
    height: 100%;
	width: auto;
}

.logo_dakk {
	 height:83px;
	 width: auto;
}
@media only screen and (max-width: 768px) {
	.logo_dakk {
		 height:auto;
		 width: 60%
	}
}
.uppercase {
	text-transform: uppercase;
}

.bar .logo {
	height: 40px;
    max-height: 44px;
    max-width: none;
    top: 0px;
}
.heading-block {
    margin-bottom: 1.71428571em;
}
@media only screen and (max-width: 768px) {
	.bar .logo {
		height: 30px;	
	}
}
.links_weiss li a
{
	color: #ffe000!important;
}
footer .type--fine-print:not(p) {
  opacity: 1;
}
.acc_ico {
	width: 70px;
}
/* hero */
.hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.ths-ken-burns {
  position: relative;
  overflow: hidden;
}

.ths-ken-burns::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  animation: kenBurns 15s ease alternate infinite;
  -webkit-animation: kenBurns 15s ease alternate infinite;
  z-index: 0;
}

.ths-ken-burns > * {
  position: relative;
  z-index: 1;
}
.tabs-container {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.bottomdown {
	position: absolute;
	bottom: 5%;
}
.hero {
	margin-top: 40px;
	margin-left: 60px;
}
.hero_logo {
	max-width: 450px;
}

.hero_centered {
	max-width: 600px;
}
.arrow_down {
	width: 70px;
	height: 70px;
}
.jumbotron {
	height: 100vh;
	width: 100%;
	transition: all 0.3s ease;
	opacity: 1;
	position: fixed;
	z-index: 10000;
	cursor:pointer;
}

.invisible {
	display: none;
}

.bulls ul,
.bulls ol {
	list-style-type: disc !important;
	padding-left: 20px;
}

.tabs-content ul {
		list-style-type: none;

}
.feature-2x i {
    width: 80px!important;
    float: left;
}
.editor {
	display: block;
	left: 0;
	bottom: 0;
	height: 45px;
	position: fixed;
	padding: 10px;
	
	background-color: rgba(255,255,0,0.9);
	text-transform: uppercase;
	color: #000;
}

.editor a{
	color: #000;
}
.lab {
	min-height: 307px;
}

.lab p {
	margin-bottom: 10px;
}
#hider {
	padding: 5px;
	width:  100%;
	margin-top: 40px;
	margin-bottom: 15px;
}

.align_left, .align_left img{
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.align_right,
.align_right img{
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.align_center,
.align_center img{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}
code {
    font-size: 87.5%;
    color: #EC3F36;
    word-break: break-word;
}

  .mb--0 {
    margin-bottom: 0!important;
  }
  .pad--1 {
	padding: 15px;
}

 .mt-1 {
    margin-top: 1.85714286em;
  }
  .mt-2 {
    margin-top: 3.71428571em;
  }
  .mt-3 {
    margin-top: 5.57142857em;
  }
  .mb-1 {
    margin-bottom: 1.85714286em;
  }
  .mb-2 {
    margin-bottom: 3.71428571em;
  }
  .mb-3 {
    margin-bottom: 5.57142857em;
  }
  

  
@media all and (min-width: 768px) {
  div[class*='col-'] .text-block + .text-block {
    margin-top: 1.71428571em;
  }
}

@media only screen and (max-width: 767px) {
	.lab {
	min-height: auto;
	}
}
.achtung_block {
	background-color: #EC3F36;
	margin-top: 12px;
	margin-bottom: 12px;
	border-radius: 5px;
	display: inline-block;
	 padding: 7px 10px;
    color: #ffffff;
	font-weight:600;
}
/* kontaktform fix*/
input#Inputfield_datenschutz{
    width: auto!important;
    -webkit-appearance: auto!important;
	appearance: auto!important;
    height: auto!important;
 }
 
 
 /* new design fixes */
.lead {
    font-size: 19px;
    line-height: 28px;
}
.tab__title {
	font-size: 17px;
    line-height: 23px;
}
 button.btn, input[type="submit"].btn {
    font-size: 16px;
}
p a, span a, label a { 
	text-decoration: none;
	border-bottom: 1px solid #EC3F36;
	transition:.25s;
}

p a:hover, span a:hover, label a:hover { 
	color: #2a2a2a;
	text-decoration: none;
	border-bottom: 1px solid #2a2a2a;
}
.feature {
	font-size: 19px;
    line-height: 26px;
}
.fo_menu {
	font-size: 17px;
    line-height: 28px;
}
.fo_menu li a {
	color: #2a2a2a!important;
	text-decoration: none;
	padding-bottom:2px;
	transition:.25s;
}
.fo_menu li a:hover {
	color: #EC3F36!important;
	text-decoration: none;

}
.links a {
	text-decoration: none;
	border-bottom: 1px solid #EC3F36;
	transition:.25s;
}

.links a:hover {
	color: #2a2a2a;
	text-decoration: none;
	border-bottom: 1px solid #2a2a2a;

}
.mvzlm_footer {
	height: 80px;
	margin-bottom: 25px!important;
	background-color: #EC3F36;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (min-width: 768px) {
	.mvzlm_footer {
		height: 40px;
	}
}
footer {
	padding-bottom: 20px;
}

footer ul:not(.list-inline):not(.slides) > li {
	 line-height: 28px!important;
}
h1, .h1 {
	letter-spacing: normal;
}
.btn {
	border-radius: 25px;
}
.btn--primary, .btn--primary:visited {
    background: #ffffff;
	border: 2px solid #EC3F36;
	color: #EC3F36!important;
}
.btn--primary:hover {
    background: #EC3F36;
	color: #ffffff!important;
}
.feature h5 {
	margin-bottom:0px;
}
.feature h4 {
	font-size: 20px;
    line-height: 24px;
}
.feature-2 i {
    padding-top: 2px;
}
.feature .icon {
			font-size:2.3em;
}
@media (max-width: 990px) {
	.moreContent img, .aktuelles img  {
		margin-top: 15px;
	}
	.feature .icon {
			font-size:2.2em;
	}
		.featureH .icon {
			font-size:2.7em;
	}
}
@media (max-width: 768px) {

	.featureH .icon {
			font-size:2.9em;
	}
}

.feature:not(.boxed) {
    margin-bottom: 34px;
}
@media (max-width: 767px) {
	h1, .h1 {
	    font-size: 2.5em;
	    line-height: 1.2;
	}
}
h2, .h2 {
    line-height: 1.3;
	margin-bottom: 0.4em
}
h5, .h5 {
    line-height: 1.4em;
}
h1.yoshiro {
	font-family: 'yoshiro','Source Sans Pro','Helvetica', sans-serif;
	letter-spacing: 3px;
	overflow-wrap: break-word;
	hyphens: auto; 
	line-height: 1.1;
}
.text-block li {
	line-height: 28px;
}
@media (max-width: 990px) {
	.feature-2 p:first-of-type {
	    margin-top: 0;
	}	
}
.tabs > li { opacity:1; }
.tabs li:not(.active) { opacity:1; }
.tabs > li:hover { opacity:1; color:#EC3F36;}
.tabs li.active .tab__title {
	opacity:1; color: #EC3F36;
}
.tabs li.active .tab__title:hover {
	opacity:1; color: #2a2a2a;	
}
.lead ul {

    line-height: 28px!important;
}
.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    font-size: 1.2em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0px;
    color: #2a2a2a;
}
@media (max-width: 993px) {
	.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
		 font-size:17px;
		 line-height:30px;
	}	
}
.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}
.menu-horizontal li a:hover {
	color: #EC3F36;
}

.menu-horizontal li > .dropdown__trigger:hover{
	color: #EC3F36!important;
}
.menu-vertical li a {
	font-size:17px;
	line-height:30px;
	transition:.25s;
}

.menu-vertical li a:hover {
	color: #EC3F36!important;
}

.dropdown__content {
	max-width:100%;
}
.linehdwn a{
	    line-height: 28px;
}
/*  @media (max-width: 767px) { */
@media (max-width: 992px) {
	.menu-horizontal li {
		border-bottom: 1px solid #eee;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.menu-vertical li {
		border-bottom: 1px solid transparent;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.menu-vertical li a {
		word-break: keep-all;
		hyphens: auto; 
	}
	.dropdown .dropdown__content {
		padding-left: 8px;
	}
}

.accordion .accordion__title:before {
	font-size: 19px;
    content: '\e814';
}
.accordion li.active .accordion__title:before {
    content: '\e800';
}

.dl-container {
  display: flex!important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  margin-bottom:20px;
}

.dl-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
  align-self: auto;
  order: 0;
}

.dl-items:nth-child(2) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.dl-break {
  flex-basis: 100%;
  height: 0;
}
.dl_description {
	font-size: 19px;
    line-height: 26px;
}
.nav-tabs {
	font-size: 17px;
}
.nav-tabs {
    margin-bottom: -1px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    margin-bottom: 1.85714286em;
}
.nav-link  {
    padding: 0.92857143em 1.85714286em;
}
a.nav-link  {
	color: #2a2a2a;
	transition: 0.3s ease;
}
a.nav-link:hover {
	color: #EC3F36;
	transition: 0.3s ease;
}
a.nav-link.active {
	color: #2a2a2a;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #EC3F36;
    background-color: transparent;	
   /* border-color: #dee2e6 #dee2e6 #fff;*/
   border-style: none;
   border-bottom: 1px solid #ECECEC;
}
.nav-tabs .nav-link  {
    border-bottom: 1px solid #ECECEC;
}
.accordion li.active .accordion__content {
	/* fix */
    max-height: 100%;
}
.pfeil {
	height: 50px;
	transition: opacity .1s ease-in-out 0s;
}

.pfeil:hover {
	transition: opacity .2s ease-in-out 0s;
	opacity: 0.2;
}
.navbar-brand img { width:auto; height:38px;transition: all .2s ease-out;}
@media (min-width:768px) { /* ab MD */
	.navbar-brand img { height:38px;}
}
@media (min-width:980px) { /* ab MD */
	.navbar-brand img { height:38px;}
}
.navbar {
	background:#f6f6f6;
	--bs-navbar-color: var(--thsTextfarbe);				/* links */
	--bs-navbar-hover-color: #EC3F36;	;		/* linksHover */
	--bs-navbar-active-color: #EC3F36;	;	/* Active */
	font-size: 17px;
	text-transform: uppercase;
	
}
.nav-link {padding-top:0!important; padding-bottom:0!important;}
.dropdown-menu {
	--bs-dropdown-link-color: var(--thsTextfarbe);	
	--bs-dropdown-link-hover-color:#EC3F36!important;
    --bs-dropdown-link-hover-bg: #ffffff;	/* BG hover dropdown) */
    border: 0;
	transition: all .2s ease-out;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 25px 0px;
	border-radius: 6px;
	font-size: 17px;
	text-transform: initial;
	padding: 15px;
}
.dropdown-menu {
	border-radius: 5px;
	width:100%; /* fix */
	min-width: 200px;
}
.dropdown-item {
	white-space: normal; /* fix */
	transition: all .2s ease-out;
	line-height: 1.2;
	padding-bottom: 8px;
}
.activeNav{
	color: var(--bs-navbar-active-color)!important;
}
/* end navigation */

/* mobile navigation */
.navbar-toggler {
	border:none;
	padding: 0;
}
.offcanvas {
	border-left: #f1f1f1 solid 1px!important;
}
.offcanvas.offcanvas-end {
    border:none;
}
.offcanvas-backdrop {
	background-color: var(--thsOffcanvasBG);
}
/* offcanvas nav */
.sidebaritem {
	color:var(--thsTextfarbe);
	font-size:17px;
	letter-spacing: 0.022em;
	font-variation-settings: "wght" 500;
	border-color: var(--bs-gray-400)!important;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 12px;
    padding-top: 12px;
	overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
text-transform: uppercase;
}
.sidebaritem a {
	text-decoration: none;
	}
a.sidebaritemlink {
	color:var(--thsSidebarLinks)!important;
	text-decoration: none;
}
a.sidebaritemlink:hover {
	color:var(--thsSidebarLinksHover)!important;
	text-decoration: none;
	transition: all .2s ease-out;
}
a.sideactive, a.sidesubactive {
	color:var(--thsSidebarLinksActive)!important;
	text-decoration: none;
}
/* end offcanvsas navigation */

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .3em;
    vertical-align: .28em;
    content: "";
    width: .4em;
    height: .4em;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
}
/* ScrollToTop button */

.scrollToTop {
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	border-radius:50%;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.scrollToTop, .scrollToTop:hover, .scrollToTop:focus {
	color: #FFF;
    background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--bs-gray-400);

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.scrollToTop:hover {
	opacity: 0.5;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scrollToTop svg {
	vertical-align: top;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: var(--thsRahmen);
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}