/* Fira Sans */
@font-face {
  font-family: 'Fira Sans';
  src: url('/fonts/fira-sans-v17-latin-700.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/fonts/fira-sans-v17-latin-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@media print {
	.noprint {
		display: none;
	}
}

@media screen {
	.print{
		display: none;
	}
}


.hr {
	border-color: blue;
	border-width: 2px;
	border-style: solid;
	clear: both;
}

.price {
    font-weight: bold;
}

span.unimportant, p.unimportant {
    font-weight: normal;
    color: #444;
}

.articleno {
    color: #777777;
    font-style: italic;
}

table .price {
}

table .articleno {
    font-size: 80%;
}

tr.separator td {
    font-weight: bold;
    background-color: #F8F8F8;
}

.content table th {
    vertical-align: top;
    background-color: #eee;
}

table.compact {
    line-height: 90%;
}

table.bordered td, table.bordered th {
    border: 1px solid #DDD;
    padding: 5px;
}

.sidebar-element-header {
    font-size: 16px !important;
    font-weight: bold;
}

.sidebar-elements {
    padding-left: 1.0em;
}

.sidebar-elements > li {
    xmargin-left: 1em;  
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
    margin-right: 1em;
}

.sidebar-element-body p {
    margin-bottom: 0.3em;
    font-size: 95%;
}

.content-header > div {
    height: 190px;
	border-radius: 6px;
}

.content-header-image {
    padding-right: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
}
.content-header-image img {
    height: 190px;
}

.content-header h1 {
	font-family: 'Fira Sans', system-ui, sans-serif;
	color: white;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 0;
}

@media (max-width: 767px) {

}


.content-header-title {
    background-color: #002c6b;
    color: white;
    font-size: 150%;
    font-weight: bold;
    height: 100%;
    padding: 2em 0 0 1em;
}

    .content-header-title .subtitle {
        font-weight: normal;
        font-size: 75%;
        color: #D9D9D9;
        opacity: 1.0;
        margin-top: 1em;
    }

.content-sidebar {
    xborder-right: 1px dotted #DDD;
}


#nav {
    margin-bottom: 0.0em;
}

.nav_wrapper {
    background-color: white;
}

.content {
    background-color: white;
    padding-bottom: 1em;
}

div.info-box {
    background-color: #cedef0;
    padding: 1em;
    margin: 1em;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

div.info-box h3 {
    font-size: 120%;
    margin-top: 0;
    font-weight: bold;
}

.breadcrumb {
    padding-left: 0;
}
.breadcrumb li a {
    color: #777;
}
.breadcrumb .start-crumb {
    margin-left: 0px;
}

/*

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
    padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 55px;
	background: brown;          
	background: hsla(215,90%,25%,1); 
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;      
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(215,90%,25%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;     
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(215,90%,35%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(215,90%,35%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(215,90%,45%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(215,90%,45%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(215,90%,55%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(215,90%,55%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(215,90%,65%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(215,90%,65%,1); }
.breadcrumb li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: hsla(215,90%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(215,90%,25%,1) !important; }

*/


/* ===== OverviewItems im Serviceportal-Stil wie kern-sohn.com ===== */

/* ===== OverviewItems im Serviceportal-Stil wie kern-sohn.com ===== */

.overview-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin: 30px 0 !important;
    clear: both !important;
}

.overview-grid-item {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    background: #f3f3f3 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
	position: relative !important;
}

/* Link über die komplette Kachel legen */
.overview-item-box {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    z-index: 5 !important;
}

/* Bildbereich weiterhin ausblenden */
.overview-grid-item .highlight-on-hover,
.overview-grid-item .overview-image,
.overview-grid-item img {
    display: none !important;
}

/* nur der Textbereich bleibt sichtbar */
.overview-grid-item-sub {
    min-height: 250px !important;
    background: #f3f3f3 !important;
    border-top: none !important;
    padding: 28px 24px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

/* Hover */
.overview-grid-item:hover .overview-grid-item-sub {
    background: #eeeeee !important;
}

/* Titel */
.overview-grid-item-title,
.overview-grid-item-title a {
    display: block !important;
    color: #002c6b !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 0 18px 0 !important;
    text-align: center !important;
    text-decoration: none !important;
}

/* Beschreibung */
.overview-grid-item-desc {
    display: block !important;
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-align: center !important;
}

@media (max-width: 991px) {
    .overview-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .overview-grid {
        grid-template-columns: 1fr !important;
    }
}



.highlight-on-hover {
    position: relative;
}

    .highlight-on-hover img {
        width: 100%;
        vertical-align: top;
    }

    .highlight-on-hover:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .highlight-on-hover:hover:after {
        opacity: 1;
    }

.breadcrumb {
    margin-bottom: 0px;
}





body {
    position: relative;
}

.side-nav.affix {
    top: 100px;
    width: 250px;
}


nav[data-toggle='toc'] {
    xmargin-top: 30px;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    padding: 8px;
}

.content-body p {
    text-align: justify;
}

.content-body h2 {
    padding-left: 0;
}

#suchbegriff {
    color: black;
}

#dakks-disclaimer {
    color: rgba(160,160,160,0.8);
    font-size: 10px;
}

@media (min-width: 992px) {
    #dakks-disclaimer {
        display: inline-block;
        width: 10em;  
        position: absolute;
		right: -5px;
        top: 0;
        width: 100px;
    }
}

@media (min-width: 768px) {
    
    .content-body {
        padding-top: 1em;
        padding-left: 0;
    }

    .content-body > h2:first-child, .content-body > h3:first-child, .content-body > h3:nth-child(2) {
        margin-top: 0;
    }


    .nav .direct-link a {
        display: none;
    }
}

/* small screens */
@media (max-width: 767px) {
    
    #dakks-disclaimer {
    }

    /* override the Affix plugin so that the navigation isn't sticky */
    nav.affix[data-toggle='toc'] {
        position: static;
    }

    /* PICK ONE */
    /* don't expand nested items, which pushes down the rest of the page when navigating */
    nav[data-toggle='toc'] .nav .active .nav {
        display: none;
    }
    /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
    nav[data-toggle='toc'] .nav .nav {
        display: block;
    }

    nav .container {
        padding: 0 0.3em 0 0.3em;
    }

    .navbar-header {
        margin: 0 !important;
    }
    
    #nav.affix {
        width: 100%;
    }
    #nav .nav > li {
        padding-left: 1em;
    }

    .nav .direct-link a {
        font-weight: bold !important;
    }

    .header-search-container {
        display: none;
    }
}

@media (max-width: 350px) {
    .navbar-toggle {
        margin-right: 0;
    }
}

.description-list {
    margin: 0;
    padding: 0;
}

.description-list-item {
    margin-left: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #DDD;
}

    .description-list-item img {
        width: 100%;
        border: 1px solid #EEE;
    }

.description-list-item-imgcontainer {
    padding-left: 0;
}

.description-list-item-desc {
}

    .description-list-item-desc h3 {
        margin-top: 0;
        font-size: 110%;
        font-weight: bold;
    }

@media (max-width: 992px) {

    .description-list-item {
        border-bottom: 2px solid #AAA;
    }

    .description-list-item-desc {
        padding-top: 1.0em;
    }
}


.faq-container {
    padding: 1em;
    padding-left: 0;
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

img.full-width {
    width: 100%;
}
table.comparison-table {
	width: 100%;
}
table.comparison-table tbody td {
    vertical-align: top;
    padding-left:   1em;
    padding-right:  1em;
	width: 50%;
}
.comparison-table h4 {
    margin-top: 0;
}

table.preisliste td, table.preisliste th {
    padding: 0.5em;
}

.home-einfuehrungstext, .home-infoblock-cell {
    padding-top: 0.5em;
}

.home-infoblock h2 {
    font-size: 16px;
    padding-left: 0px;
}

.home-einfuehrungstext h3 {
    font-style: italic;
    font-size: 14px;
    font-weight: normal !important;
}

.home-einfuehrungstext p {
    margin-top: 1.5em;
}

.disclaimer {
    font-weight: normal;
    font-size: 80%;
    color: #777777;
}



.carousel-caption {
    padding-top: 0;
    background-color: rgba(30, 30, 30, 0.58);
    padding-left: 1em;
    right: 0;
}
.carousel-caption h1 {
    margin-top: 0.5em;
}

.home-container {
    margin-top: 42px;
    padding: 0;
}

.home-container .carousel {
    margin-bottom: 0;

}
.home-container .carousel .item {
	min-height: 300px;
}


/* CUSTOMIZE THE CAROUSEL-------------------------------------------------- */
/* Carousel base class */

.carousel {
    margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
	display: none;
}
/* Declare heights because of positioning of img element */

.carousel .item {
	margin-top: 0px;
    height: 600px;
    background-color: #777;
}
.carousel-inner {
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 600px;
    min-width: 1200px;
}

/* special for home-container */
.carousel-indicators {
     position: absolute;
     top: 30px;
}

@media screen and (min-width: 768px) {
     .carousel-indicators {
         bottom: 30px;
    }
}


.carousel-caption {
    left: 0;
    text-align: left;
    bottom: 0;
    padding-bottom: 0;
}
.carousel-caption {
    color: #FFF;
    text-shadow: 4px 3px 3px rgba(30, 60, 90, 1);
}
.carousel-caption h1 {
    font-size: 180%;
    color: #EEE;
    text-shadow: 4px 4px 10px rgba(30, 60, 90, 1);
}
.carousel-indicators li {
    background-color: white;
    border: 1px solid #777;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    width: 15px;
}
.carousel-indicators .active {
    background-color: black;
    height: 15px;
    margin: 0;
    width: 15px;
}

.carousel-control {
	display: none;
}

.home-news-item {
}
.home-infoblock-cell h4:first-of-type {
    margin-top: 0;
}
.home-news-item h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold !important;
}
.home-news-item p {
    text-align: justify;   
}

@media (max-width: 767px) {
    #infoblock {
        display: none;
    }
}

#infoblock {
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: White;
    align-items: center;
}
.home-infoblock {
    background-color: white;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.news-item-subtitle {
    font-size: 90%;
    color: #444;
    border-bottom: 1px solid rgba(196,196,196,0.8);
    margin-bottom: 1em;
}

.news-item-image {
    float: left;
    width: 200px;
    margin-right: 2em;
}
.news-item-image img {
    width: 100%;
}

.content-body table td, .content-body table th {
    padding: 4px;
}

.news-article .publish-date {
    font-weight: bold;

}

.error-message
{
	color: red;
	font-weight: bold;
}
.success-message
{
	color: green;
	font-weight: normal;
}

.qtip-kern 
{
	max-width: 1200px !important;
	min-width: 100px;
}

.news-item-article  ul
{
		overflow: hidden;
}



.status-error {
    background-color: #ff9393;
}
.status-ready {
    background-color: #adffae;
}
.download-button {
    cursor: pointer;
}

.certificate-download-searchresults {
    margin-top: 2em;
}

.certificate-download-searchresults .is-searched-for {
    font-weight: bold;
}
/*
.gsc-input input
{
	background: white !important;
	color: black;
	font-size: 12px;
}
.gsc-input-box
{
	height: 17px;
}
.gsib_a
{
	padding: 0px;
}
*/




.ui-autocomplete {
	z-index:1045 !important;
}

.offergen-ajax-container {
	min-height: 400px;

}
.offergen-whenajax-container {
	margin-top: 2em;
	padding-top: 1em;
	border-bottom: 1px solid #808080;
}
.offergen-addpositions-container {
	border-left: 1em;
}
.offergen-offerposition .preparation {
	font-style: italic;
	color: #808080;
	font-size: 80%;
}
.offergen-offerposition .postype {
	font-style: italic;
	color: #808080;
	font-size: 80%;
}
.offergen-offerposition .delete-link {
	font-size: 80%;
}
.offergen-offerposition .description {
	font-size: 80%;
}
.offergen-offerposition .object-info {
	font-size: 80%;
}
.offergen-offerpositions-table .auf-anfrage {
	font-style: italic;
	color: #808080;
	font-size: 80%;
}
.offergen-instruments-table td {
	font-size: 80%;
}
.offergen-offerposition .sum-row {
	background-color: #525252;
}
.offergen-offerposition .amt-col {
}
.col-singleprice, .col-totalcost {
	text-align: right;
}
.totalcost-explanation {
	font-weight: normal;
	font-size: 80%;
}
.offergen-offerpositions-table .country {
	font-style: italic;
	color: #808080;
	font-size: 80%;
}
.no-word-wrap {
	white-space: nowrap;
}




.error, .with-errors  {
	color: red;
}

.inline-auszug
{
	margin-left: 2em;
}

img.kalschein-auszug
{
	-webkit-box-shadow: 4px 4px 4px 0px rgba(77,77,77,1);
	-moz-box-shadow: 4px 4px 4px 0px rgba(77,77,77,1);
	box-shadow: 4px 4px 4px 0px rgba(77,77,77,1);
	border-radius: 4px 4px 4px 4px;
	
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #DDD;
}

.qtip
{
	font-size: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
}

.cc-window
{
	opacity: 0.8 !important;
	font-size: 12px !important;
}

.form-master-container .form-group
{
	xborder-bottom: 1px solid blue;
}

.form-master-container .help-block
{
	font-style: normal !important;
}

.redfont
{
	color: #FF0000
}


.rotebox {
	border-color: red;
	border-width: 2px;
	border-style: solid;
	clear: both;
	color: #05236a;
	padding: 10px;
	margin: 10px;
	font-size: 90%;
}

.visitenkarte {
	line-height: 1;
}
.contactsymbol {
	font-size: 1.2em;
	color: #002c6b;
}
.contact-name {
	font-weight: bold;
}
.contact-position {
}
.contact-area {
}
.contact-tel {
	line-height: 1;
}
.contact-tel::before {
    content: "✆";
    font-size: larger; 
    color: #002c6b; 
	font-weight: bold;
	padding-right: 0.5em;
}

.contact-fax {
	line-height: 1;
}

.contact-fax::before {
	content: "\1F5B7";
		font-size: larger;
	color: #002c6b;
		font-weight: bold;
	line-height: 1;
	padding-right: 0.5em;
}

.contact-email {
	line-height: 1;
}

.contact-email::before {
	content: "✉";
		font-size: larger;
	color: #002c6b;
		font-weight: bold;
	line-height: 1;
	padding-right: 0.5em;
}

.contact-mobil {
	line-height: 1;
}

.contact-mobil::before {
	content: "\1F4F1";
		font-size: larger;
	color: #002c6b;
		font-weight: bold;
	line-height: 1;
	padding-right: 0.5em;
}

.erroneous {
	color: red;
}

.button-menubig {
	 border: 1px solid #4f8db3;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #4f8db3;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
	width: 100%;
	min-height: 40px;
	height: 60px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 17px;
}
.button-menubig:hover {
	  background: none repeat scroll 0 0 #3b3c41;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #3b3c41;
}
.button-backtostart {
	 border: 1px solid #4f8db3;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #002c6b;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #4f8db3;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
	width: 50%;
	min-height: 40px;
	height: 60px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 17px;
}
.button-backtostart:hover {
	  background: none repeat scroll 0 0 #3b3c41;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #002c6b;
}

.field-validation-error
{
	color: red;
	font-weight: bold;
	
}
.validation-summary-errors
{
	color: red;
	font-weight: bold;
}

.news-filter-line
{
	border: 1px solid #EEE;
	background-color: #EEF;
	color: #002c6b;
	padding: 3px;
	margin: 6px;
	font-size: 120%;
}
.news-filter-line-item
{
	margin-right: 3px;
}

.news-overview-article-title a:link
{
	color: #002c6b;
	size: 25px;
}

.news-overview-article-title a:visited
{
	color: #002c6b;
	size: 25px;
}

.news-overview-with-sidebar-hinweis a:link
{
	border: 2px solid #b0C4de;
	padding: 5px;
	color: #b0C4de;
	font-size: 15px;
	font-weight: bold;
}
.news-overview-with-sidebar-hinweis a:visited
{
	border: 2px solid #b0C4de;
	color: #b0C4de;
	font-size: 15px;
	font-weight: bold;
}

.warning
{
	color: red;
	font-weight: bold;
}

.success
{
	color: green;
	font-weight: bold;
}
.equipment-part-nextcalinterval
{
	font-style: italic;
	font-size: 95%;
	color: #774422 !important;
}
.userlogin {
	color: #001f4f;
	font-size: 20px;
}

.quali-table
{
	
}

.quali-expiration
{
	font-size: 80%;
	line-height: 1em;
	margin: 0;
	
}
.schooling-expiration
{
	font-size: 80%;
	line-height: 1em;
	margin: 0;
}

.capitalize
{
	text-transform: uppercase;
}

map area
{
    cursor: pointer;
}

#aktuelle_sprache_button
{
	font-size: 5px;
}

#nav {
    z-index: 100;
	border: none;
	border-bottom: 1px solid grey;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.navbar {
    min-height: 32px;
}
.navbar-header {
    width: auto;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav_wrapper {
    min-height: 40px;
    padding: 0;
}
#nav {}
#nav .nav > li {
    line-height: 29px;
    color: Black;
}
#nav .nav > li li {
    text-transform: none;
}
#nav .nav > li > a {
    text-transform: uppercase;
    color: Black !important;
    font-size: 100%;
}
#nav .nav > li > a:hover,
#nav .nav > li > a:focus {
    background-color: #555;
}
@media (min-width: 768px) {
    .navbar-brand {
        display: none;
    }
    .affix .navbar-brand {
        display: auto;
    }
    #infoblock {
        display: flex;
    }
    #nav {
        background-color: white;
    }
    #nav .nav > li {
        background-color: rgba(0, 0, 0, 0);
        height: 100%;
        line-height: 29px;
        text-transform: uppercase;
        color: Black;
    }
    #nav .nav > li > a {
        background-color: rgba(0, 0, 0, 0);
        text-transform: uppercase;
        color: Black !important;
        font-size: 100%;
		letter-spacing: 0.32px;
    }
    #nav .nav > li > a:hover,
    #nav .nav > li > a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #555;
    }
}
.navbar-brand-logo {
    height: 40px;
    float: left;
}


#nav .dropdown-submenu {
    position: relative;
}

#nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}

#nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.post_teaser_title {
	color: #666666 !important;
	font-size: 24px !important;
	font-weight: 400 !important;
}

.post_teaser_subtitle {
	color: #666666 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}

.post_teaser_text {
	
	color: #666666 !important;
	font-size: 16px !important;
}

.teaser_border {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 1rem;
	height: 100%;
	display: flex;
	flex-flow: column;
}

.carousel,
.carousel-inner,
.carousel-inner .item img {
    border-radius: 6px;
    overflow: hidden;
}

/* ===== Navbar / Dropdowns wie kern-sohn.com ===== */

#nav {
    background: #fff;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    z-index: 100;
}

.nav_wrapper {
    min-height: 40px;
    padding: 0;
    background: #fff;
}

.navbar {
    min-height: 40px;
    margin-bottom: 0;
}

/* wichtig: Desktop-Header nicht auf volle Breite zwingen */
.navbar-header {
    width: auto;
}

@media (min-width: 768px) {

    /* Top-Level-Menü gleichmäßig verteilen, aber Bootstrap nicht kaputtmachen */
    #nav .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    float: none;
}

#nav .navbar-nav > li {
    flex: 1;
    position: relative;
    text-align: center;
}

    #nav .navbar-nav > li > a {
        display: block;
        width: 100%;
        min-height: 40px;
        padding: 10px 8px;
        font-family: 'Fira Sans', system-ui, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        color: #000 !important;
        background: #fff !important;
        text-decoration: none;
        white-space: nowrap;
        line-height: 20px;
    }

    #nav .navbar-nav > li > a:hover,
    #nav .navbar-nav > li > a:focus {
        color: #555 !important;
        background: #fff !important;
        text-decoration: none;
    }

    #nav .navbar-nav > li.active > a,
#nav .navbar-nav > li.active > a:hover,
#nav .navbar-nav > li.active > a:focus {
    color: #000 !important;
    background: #fff !important;
    box-shadow: none !important;
}

#nav .navbar-nav > li.open > a,
#nav .navbar-nav > li.open > a:hover,
#nav .navbar-nav > li.open > a:focus,
#nav .navbar-nav > li.dropdown:hover > a {
    color: #000 !important;
    background: #e9e9e9 !important;
    box-shadow: none !important;
}

    /* Dropdown-Menü */
    #nav .dropdown-menu {
        border: 1px solid #d9d9d9;
        border-top: 2px solid #001f4f;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        margin-top: 0;
        min-width: 220px;
        z-index: 2000;
    }

    #nav .dropdown-menu > li > a {
        display: block;
        padding: 8px 14px;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        background: #fff;
        text-transform: none;
        text-align: left;
        white-space: normal;
        text-decoration: none;
        line-height: 1.35;
    }

    #nav .dropdown-menu > li > a:hover,
    #nav .dropdown-menu > li > a:focus {
        background: #f5f5f5;
        color: #000;
    }
}

/* Chevron wie auf kern-sohn.com */
#nav .nav-caret-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    pointer-events: none;
}

#nav .nav-caret-icon::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #9a9a9a;
    border-bottom: 1.5px solid #9a9a9a;
    transform: rotate(45deg);
    box-sizing: border-box;
    pointer-events: none;
}

#nav .navbar-nav > li > a:hover .nav-caret-icon::before,
#nav .navbar-nav > li.open > a .nav-caret-icon::before {
    border-color: #7f7f7f;
}

/* Hauptmenüpunkt beim Hover grau wie auf kern-sohn.com */
@media (min-width: 768px) {
    #nav .navbar-nav > li.dropdown:hover > a,
    #nav .navbar-nav > li.dropdown:hover > a:focus,
    #nav .navbar-nav > li.open > a,
    #nav .navbar-nav > li.open > a:hover,
    #nav .navbar-nav > li.open > a:focus {
        background: #e9e9e9 !important;
        color: #000 !important;
    }

    /* Dropdown bei Hover öffnen */
    #nav .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    /* Untermenü optisch kompakter */
    #nav .dropdown-menu {
        min-width: 200px;
        width: auto;
        background: #f3f3f3;
        border: none;
        border-top: none;
        box-shadow: none;
        margin-top: 0;
        padding: 0;
    }

    #nav .dropdown-menu > li > a {
        background: #f3f3f3;
        color: #000;
        border-top: 1px solid #d8d8d8;
        padding: 10px 14px;
    }

    #nav .dropdown-menu > li:first-child > a {
        border-top: none;
    }

    #nav .dropdown-menu > li > a:hover,
    #nav .dropdown-menu > li > a:focus {
        background: #ebebeb;
        color: #000;
    }
}

/* Pfeile in Submenüs nach rechts statt nach unten */
#nav .dropdown-menu .nav-caret-icon {
    float: right;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    margin-top: 4px;
    position: relative;
    top: 0;
}

#nav .dropdown-menu .nav-caret-icon::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #9a9a9a;
    border-bottom: 1.5px solid #9a9a9a;
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#nav .dropdown-menu > li > a:hover .nav-caret-icon::before,
#nav .dropdown-menu > li:hover > a .nav-caret-icon::before {
    border-color: #7f7f7f;
}

/* ===== Rechter Interaktionsblock wie kern-sohn.com ===== */

#service_rahmen {
    position: fixed;
    right: 14px;
    top: 110px;
    z-index: 3000;
    width: 108px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

#service_rahmen .service-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 78px;
    padding: 10px 8px;
    text-decoration: none;
    background: #ffffff;
    transition: background-color 0.2s ease;
}

#service_rahmen .service-action + .service-action {
    border-top: 1px solid #ececec;
}

#service_rahmen .service-action:hover,
#service_rahmen .service-action:focus {
    background: #f5f5f5;
    text-decoration: none;
}

#service_rahmen .service-action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 22px;
    line-height: 1;
    color: #002c6b;
}

#service_rahmen .service-action-label {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
    color: #002c6b;
    font-weight: 400;
    word-break: break-word;
}

@media (max-width: 991px) {
    #service_rahmen {
        right: 8px;
        top: 95px;
    }
}
#nav.affix {
    position: static !important;
    top: auto !important;
    width: auto !important;
}

.useraccounttop-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.useraccounttop-title a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.useraccounttop-title .userlogin {
    font-size: 22px;
    line-height: 1;
    display: inline-block;
}

.useraccounttop-separator {
    line-height: 1;
}