@import url('/css/font-awesome.min.css');

/* diverses */

.people .icon-cv {
  background-image: url('/pics/button_icons/document.png');
  background-image: none, url('/pics/button_icons/document.svg');
  background-repeat: no-repeat;
  background-position:top center;
  display: block;
  width: 42px;
  padding-top: 28px;
  text-align: center;
  margin-top:20px;
}

img {
	/*margin: 0 0;*/
}

.box-nav-title {
	margin: 0.5em 0 1.5em 12%;
}

.main-nav > li {
	max-width: 20%;
}

/* fix 02.11.2016 nav in mobile ansicht */
/* fix 01.03.2017 nav desktop */
@media (max-width:767px) {
	.sub-nav a {
		border-bottom: 0.3em solid #fff;
	}
	.dropdown-nav-current {
		height:21px;
	}
}

@media (max-width: 767px) {
	.main-nav > li {
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.main-nav > li {
		max-width: 19%;
		margin: 0 0 0 1.3em;
	}
}

/* tab nav (disabled) */

.tab-nav-item-disabled {
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	position: relative;
	border-top: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	font-family: "Documenta",serif;
	color:#CCCCCC;
}
.tab-nav-item-disabled span {
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 767px) {
	  .tab-nav-item-disabled {
		padding: 0;
		border-top: none;
		border-bottom: 1px solid #CCCCCC;
	  }
	  .tab-nav-item-disabled span {
		display: inline-block;
		padding: 1em 0;
	  }
}

/* megamenu fix */

nav.mega-nav div.mega-nav-column ul ul {
	display:none;
}

.mega-nav-column:first-child, .mega-nav-column.first-in-row {
	width:160px;
}

.mega-nav {
	padding-right:10px;
}

/* password field */

input[type='password'] {
	border: 1px solid black;
	background-color: white;
	max-width: 100%;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 20px;
}

/* veranstaltung layout */
.row-fluid.events [class*="span"] {
	min-height:initial;
	padding:5px 0px;
}

/* veranstaltung datefield */
input.date-input {
  
}

/* veranstaltung online-anmeldung */
a.yellowbutton {
	display:block;
	background-color: #FFEC01;
	border: 1px solid #000;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 20px;
	padding: 5px;
	width: 100%;
	font-family: Typ1451Regular,serif;
	text-transform: uppercase;
	text-decoration:none;
	text-align:center;
}

a.yellowbutton:hover {
	text-shadow:none;
}

input[type="submit"].yellowbutton {
	background-color:#FFEC01;
}

/* html5 placeholder attribute */
.placeholder {
	color:#666;
}

/* pateintenanmeldung extras */

.patientenanmeldung input[type='text'] {
	text-transform: none;
	margin-bottom: 10px;
}

.patientenanmeldung input[type="radio"] {
	margin-bottom: 4px;
}

.patientenanmeldung label {
	display: block;
	padding-top: 6px;
	padding-bottom: 10px;
}

.patientenanmeldung input[type="text"].error {
	border: 1px solid #ff0000;
	background:#ffcccc;
}

.patientenanmeldung textarea {
	border: 1px solid black;
	background-color: white;
	max-width: 100%;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 20px;
}

.patientenanmeldung input[type="submit"].error {
	border: 1px solid #ff8080;
	background:#ffdddd;
	color:#aaaaaa;
}

.patientenanmeldung input[type="submit"].ok {
	border: 1px solid #60ff60;
	background:#ccffcc;
	color:#000000;
}

/* fix linie weg wegen unbündigen balken */
.people .person {
	border-bottom: none;
}

/* new logo */
#logo {
	background-image: none, url("../pics/logo-claim-neu.svg");
	width:270px;
	height: 100px;
	margin: 5px 0 15px 0;
}

@media (min-width: 768px) and (max-width: 979px) {
	#logo {
		width:180px;
		height: 65px;
		margin: 8px 0 15px 0;
	}
}

@media (max-width: 767px) {
	#logo {
		margin: 15px 0 0 0;
	}
}

/* notfall nav */
.main-nav > li > a.notfall {
	color:#E63200;
}

.main-nav > li > a.notfall:hover {
	color:#E63200;
}

/* small table (personensuche, downloads, ...) */
table.smalltable {
	padding-bottom:2em;
	border-spacing: 0px;
	width:100%;
}

table.smalltable td, table.smalltable th {
	text-align:left;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color black;
	border-image: none;
	border-style: none none dotted;
	border-width: 0 0 1px;
	padding: 4px 1em 4px 0;
	vertical-align:top;
}

/* select menu 2nd level */
select optgroup, select optgroup option {
	font-family: Typ1451Regular,serif;
}

/* back link */
.button-back {
	padding-left: 35px;
}
.icon-back {
	background-image: url('../pics/button_icons/back.png');
	background-image: none, url('../pics/button_icons/back.svg');
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}
.icon-document-pdf {
	background-image: url('../pics/button_icons/document-pdf.png');
	background-size: contain;
}
.icon-document-docx, .icon-document-doc {
	background-image: url('../pics/button_icons/document-doc.png');
	background-size: contain;
}
.icon-document-xlsx, .icon-document-xls {
	background-image: url('../pics/button_icons/document-xls.png');
	background-size: contain;
}
.icon-document-pptx, .icon-document-ppt {
	background-image: url('../pics/button_icons/document-ppt.png');
	background-size: contain;
}

.button-calendar {
	padding-left: 30px;
}
.icon-calendar {
	background-image: url('../pics/button_icons/calendar.png');
	/*background-image: none, url('../pics/button_icons/calendar.svg');*/
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	width: 24px;
}
.icon-document {
	height: 24px;
	width: 24px;
}
.icon-external {
	height: 24px;
	width: 24px;
}

/* link element (yellowbutton) */
a.ksblyellowbutton {
	display:inline-block;
	padding:5px 15px;
	background-color: #FFEC01;
	border: 1px solid #000;
	box-sizing: border-box;
	font-family: Typ1451Regular,serif;
	text-transform: uppercase;
	text-decoration:none;
	text-align:center;
}

/* ksbl pagination */

div.ksblpagination{
	padding-bottom:15px;
}
div.ksblpagination span{
	display:block;
	float:left;
	margin: 2px 8px 2px 0;
	font-family: Documenta,serif;
}
div.ksblpagination span a{
	background-color:#ffffff;
	border:1px solid #000000;
	color:#000000;
	display:block;
	padding:4px 10px;
	text-decoration:none;
}
div.ksblpagination span a:hover, div.ksblpagination span a:active{
	border:1px solid #000000;
	background-color:#ffffff;
}
div.ksblpagination span.aktuell{
	background-color: #000000;
	border:1px solid #000000;
	color:#ffffff;
	padding:4px 10px;
}
div.ksblpagination span.disabled{
	background-color: #ffffff;
	border:1px solid #777777;
	color:#777777;
	padding:4px 10px;
}

/* contact form */

.contact input[type="text"], .contact select, .contact textarea {
	margin-bottom: 10px;
	text-transform: none;
}
.contact input[type="radio"] {
	margin-bottom: 4px;
}
.contact label {
	display: block;
	padding-top:6px;
}
.contact label.nopad {
	padding-top:0px;
}
.contact label.error {
	color:#ff0000;
}
.contact input.error[type="text"], .contact textarea.error, .contact .captchafield.formred {
	background: #ffcccc none repeat scroll 0 0;
	border: 1px solid #ff0000;
}
.contact select {
	border: 1px solid #000000;
	height: 30px;
}
.contact select.error {
	background: #ffcccc none repeat scroll 0 0;
	border: 1px solid #ff0000;
}
.contact textarea {
	background-color: white;
	border: 1px solid black;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 20px;
	padding: 5px;
	width: 100%;
	font-family: Typ1451Regular,serif;
}

.contact img {
	margin:0;
}

/* formulare modul (forms) */
.contact span[data-field="removedate"] {
	cursor:pointer;
}

/* check list */
ul.check {
  padding-left: 28px;
}
ul.check li::before {
  content: "\f00c";
  font-family:'FontAwesome';
  width: 27px;
  margin-left: -27px;
  color:#ffeb00;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

/* - SMS SLIDER - */
.sms-slider {
	background: #feed01;
}

.sms-slide-wrapper {
	display: table-cell;
	width: 100%;
	min-height: 220px;
	height: auto;
	background: #feed01;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.sms-slide-wrapper {
		min-height: auto;
	}
}

.sms-slide-wrapper .date {
	margin: 30px 50px 10px 50px;
	font-family: Typ1451Bold;
	font-size: 12px;
	text-align:left;
}
.sms-slide-wrapper .sms {
	position: relative;
	font-family: Typ1451Bold;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px;
	border: 2px solid #000;
	margin: 10px 50px 50px 50px;
	-webkit-border-radius: 15px;  
	-moz-border-radius: 15px;  
	border-radius: 15px;
	text-align: left;  
	background: #fff;
}

@media screen and (max-width: 767px) {
	.sms-slide-wrapper .date {
		margin: 30px 30px 10px 30px;
	}
	.sms-slide-wrapper .sms {
		margin: 10px 30px 40px 30px;
	}
}

.sms-slide-wrapper .sms p {
	margin: 0;
}

.sms-slide-wrapper .sms em {
	display: block;
	position: absolute;  
	right: 30px;
	bottom: -19px;
	background: url(../pics/sms-arrow.png) top no-repeat;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
}

@media screen and (min-width: 768px) {
	.flexslider.sms-slider .flex-direction-nav .flex-prev,
	.flexslider.sms-slider .flex-direction-nav .flex-next {
		margin-top: -15px;
		outline: none !important;
	}
}

.sms-info .sms-info-left,
.sms-info .sms-info-right {
	position: relative;
}

.sms-info .sms-info-left p.i-text,
.sms-info .sms-info-right p.i-text {
	position: relative;
	margin-left: 50px;
	/*font-size: 13px;*/
}

.sms-info em {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	position: absolute;
	background: #000;
	display: inline-block;
	font-style: normal;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

/* 3rd level subnav (matthias müller, mai 2017) */

nav ul.side-nav > li > ul.nav {
	margin: 5px 0 15px 0;
}

nav ul.side-nav > li > ul.nav > li {
	border-bottom: none;
}

nav ul.side-nav > li > ul.nav > li:first-child {
	border-top: none;
}

nav ul.side-nav > li > ul.nav > li > a {
	border-bottom: none;
	font-weight: 400;
	font-family: Typ1451Regular;
	padding: .4em 0;
}

nav ul.side-nav > li > ul.nav > li > a.is-active,
nav ul.side-nav > li > ul.nav > li > a.is-active:focus,
nav ul.side-nav > li > ul.nav > li > a.is-active:hover {
	color: #000 !important;
}

/* h1-like h2 title */

h2.h1 {
	font-size: 3em;
	line-height: 1.1em;
	margin-bottom: .5em;
	text-shadow: #ffeb00 0 0 7px, #ffeb00 0 0 14px, #ffeb00 0 0 21px;
}
@media (max-width:767px) {
	h2.h1 {
		font-size: 2em;
	}
}
@media (min-width:768px) and (max-width:979px) {
	h2.h1 {
		font-size: 2.5em;
	}
}

/* - Notfall Buttons - */

@media (max-width:767px) {
	.showonmobile {
		display:block;
	}
	.hideonmobile {
		display:none;
	}
}
@media (min-width:768px) {
	.showonmobile {
		display:none;
	}
	.hideonmobile {
		display:block;
	}
}

.emercency-button {
	text-decoration: none !important;
	text-shadow: none !important;
	position: relative;
	background: #000;
	border: 1px solid #000;
	padding: 10px 10px 10px 15px;
	display: inline-block;
	font-family: Typ1451Bold,sans;
	font-weight: 400;
}

.emercency-button > span {
	color: #fff !important;
	font-size: 24px;
	padding: 10px 5px 10px 58px;
	display: block;
	background: url('../images/emercency-button-hover.png') left no-repeat;
	background-size: auto 100%;
}

/* blog include element */

.blog-teaser {
	position:relative;
	background: #f7f7f7;
	margin: 0 0 15px 0;
}

@media only screen and (min-width: 992px) {
	.blog-teaser {
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	.blog-teaser:hover {
		-webkit-box-shadow: 0px 0 9px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 0 9px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 0 9px 0px rgba(0,0,0,0.35);
	}
}

.blog-teaser > .blog-teaser-link {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 55px;
	left: 15px;
	display: block;
	background: transparent;
	z-index: 3;
}

.blog-teaser > .blog-teaser-image {
	position: relative;
}

.blog-teaser > .blog-teaser-image > img {
	display: block;
	border: none;
	width: 100%;
}

.blog-teaser > .blog-teaser-image > ul.blog-tags {
	position: absolute;
	bottom: -16px;
	left: 20px;
	z-index: 2;
}

.blog-teaser > .blog-teaser-text {
	position: relative;
	padding: 23px 20px 7px 20px;
	font-size: 13px;
	line-height: 18px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blog-teaser > .blog-teaser-text > h3 {
	position: relative !important;
	display: block !important;
	font: 700 21px/26px Documenta, sans-serif !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	color: inherit !important;
	border-bottom:none;
}

.blog-teaser > .blog-teaser-text > h4 {
	position: relative !important;
	display: block !important;
	font: 400 13px/18px Typ1451Regular, sans-serif !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	color: #999 !important;
}

.blog-teaser > .blog-teaser-text > p {
	margin: 0 0 10px 0 !important;
}

.blog-teaser > .blog-teaser-text > a,
.blog-teaser > .blog-teaser-text > a:focus {
	color: inherit !important;
	text-decoration: underline !important;
	border: none !important;
}

.blog-teaser > .blog-teaser-text > a:hover {
	color: inherit !important;
	text-decoration: none !important;
	border: none !important;
}

.blog-teaser > .blog-teaser-footer {
	position: relative;
	background: #eaeaea;
	height: 50px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blog-teaser > .blog-teaser-footer > ul,
.blog-teaser > .blog-teaser-footer > ul > li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	height: 50px;
}

.blog-teaser > .blog-teaser-footer > ul > li {
	position: relative;
	width: 50%;
	float: left;
}

.blog-teaser > .blog-teaser-footer > ul > li::before {
	content: "";
}

.blog-teaser > .blog-teaser-footer > ul > li:nth-child(2) {
	border-left: 1px solid #f7f7f7;
	width: 49%;
}

.blog-teaser > .blog-teaser-footer > ul > li > a {
	display: block;
	text-align: center;
	height: 50px;
}

.blog-teaser > .blog-teaser-footer > ul > li > a > span {
	display: inline-block;
	position: relative;
}

.blog-teaser > .blog-teaser-footer > ul > li:nth-child(1) > a > span {
	padding-left: 28px;
}

.blog-teaser > .blog-teaser-footer > ul > li:nth-child(2) > a > span {
	padding-left: 30px;
}

.blog-teaser > .blog-teaser-footer > ul > li > a > span > img {
	position: absolute;
	top: 0;
	left: 0;
	width:20px;
	height:20px;
}

.blog-teaser > .blog-teaser-footer > ul > li > a > span > em {
	font-style: normal;
	font-size: 13px;
	line-height: 50px;
}

ul.blog-tags,
ul.blog-tags > li {
	height: 25px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

ul.blog-tags > li {
	float: left;
	margin: 0 6px 0 0 !important;
}

ul.blog-tags > li:last-child {
	margin: 0 !important;
}

ul.blog-tags > li span {
	display: block;
	background: #ffeb00;
	color: inherit;
	font-size: 12px;
	line-height: 19px;
	height: 19px;
	padding: 0 6px 0 6px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
}

ul.blog-tags > li > a,
ul.blog-tags > li > a:focus,
ul.blog-tags > li > a:hover,
ul.blog-tags > li > a span,
ul.blog-tags > li > a:focus span,
ul.blog-tags > li > a:hover span {
	color: inherit !important;
	text-decoration: none !important;
	cursor: pointer;
}

/* KSBL ZUWEISER STYLES */
/* 14.06.2018 - Matthias Müller | nextron.ch */

.zuweiser-login-box {
    display: block;
    border: 5px solid #ffff00;
    background: #fff;
    padding: 15px;
}

.zuweiser-login-box h2 {
    position: relative;
    display: block;
    font: 700 22px/28px Documenta, sans-serif !important;
    padding: 0;
    margin: 0 0 20px 0;
    color: inherit;
    text-shadow: none !important;
}

.zuweiser-login-box .zlb-form-left {
    padding-right: 20px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .zuweiser-login-box .zlb-form-left {
        padding-right: 0;
        margin-bottom: 50px;
    }
}

.zuweiser-login-box .zlb-form-left::after {
    content: '';
    display: block;
    width: 1px;
    background: #000;
    position: absolute;
    top: 5px;
    right: -10px;
    bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .zuweiser-login-box .zlb-form-left::after {
        width: auto;
        height: 1px;
        top: auto;
        left: 0;
        right: 0;
        bottom: -30px;
    }
}

.zuweiser-login-box .zlb-form-right {
    padding-left: 20px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .zuweiser-login-box .zlb-form-right {
        padding-left: 0;
    }
}

.zuweiser-login-box input[type="text"] {
    margin: 0 0 5px 0;
}

.zuweiser-login-box input[type="password"] {
    margin: 0 0 -5px 0;
}

.zuweiser-login-box-note {
    color: #8a8a8a;
}

.button-middle-more {
    display: block;
    clear: both;
    text-align: center;
    margin: 0;
}

.zuweiser-login-box .yellowbutton,
.button-middle-more > a {
    display: inline-block;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    text-transform: none;
}

.event-box {
    background: #f7f7f7;
    display: block;
    text-align: center;
    padding: 30px;
    position: relative;
    border-bottom: 15px solid #fff;
}

.event-box > a.hover-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
}

.event-box > .zeb-date {
    width: 48px;
    height: 48px;
    background: url('../images/event-icon.png') center no-repeat;
    background: url('../images/event-icon.svg') center no-repeat;
    background-size: 48px;
    margin: 0 auto 10px auto;
    position: relative;
}

.event-box > .zeb-date > em {
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-style: normal;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.event-box > .zeb-date > span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.event-box > span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 1px 0;
}

.event-box > strong {
    display: block;
    font: 700 18px/24px Documenta, sans-serif !important;
}

.image-box {
    background: #f7f7f7;
    display: block;
    position: relative;
    margin: 0 0 15px 0;
}

.image-box > a.hover-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    background: transparent;
}

.image-box img {
    display: block;
    width: 100%;
    margin: 0 !important;
}

.image-box p {
    font: 700 18px/24px Documenta, sans-serif !important;
    margin: 0 !important;
    padding: 10px 15px;
}

.image-box a {
    display: block;
    background: #eaeaea;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .image-box a {
        font-size: 13px;
    }
}

/* KSBL BUTTON/STÖRER */
/* 15.06.2018 - Matthias Müller | nextron.ch */

div#content > .container {
	position:relative;
}

#ksbl-stoerer {
	display: block;
	position: relative;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 99;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width:979px) {
	#ksbl-stoerer {
		display: none;
	}
}

#ksbl-stoerer .badge-outer {
	display: none;
}

#ksbl-stoerer.closed .badge-outer {
	display: block;
	position:relative;
}

#ksbl-stoerer .badge-outer > a.badge-link {
	position: absolute;
	left:0;
	bottom:0;
	right:0;
	top:0;
	z-index:1;
}

#ksbl-stoerer .badge-outer .badge-inner {
	display: table;
	width: 160px;
	height: 160px;
	background: url('../images/stoerer.png') center no-repeat;
	background-size: auto 100%;
}
#ksbl-stoerer[data-toggle] .badge-outer .badge-inner {
	cursor: pointer;
}

#ksbl-stoerer .badge-outer .badge-inner .badge-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 160px;
	height: 160px;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}

#ksbl-stoerer .badge-outer .badge-inner .badge-text > strong {
	display: block;
	font: 700 34px/34px Documenta, sans-serif !important;
}

#ksbl-stoerer .badge-outer .badge-inner .badge-text > span {
	display: block;
	padding: 0 20px;
}

#ksbl-stoerer .badge-open {
	width: 150px;
	background: #fced1d;
	padding: 15px 15px;
	margin-top: 19px;
	position: relative;
	display: none;
}

#ksbl-stoerer.open .badge-open {
	display: block;
}

#ksbl-stoerer .badge-open .badge-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	display: block;
	background: url('../images/stoerer-close.png') center no-repeat;
	background-size: 16px;
	cursor: pointer;
}

#ksbl-stoerer .badge-open .badge-title {
	text-align: center;
	cursor: default;
}

#ksbl-stoerer .badge-open .badge-title > strong {
	display: block;
	font: 700 34px/34px Documenta, sans-serif !important;
}

#ksbl-stoerer .badge-open .badge-title > span {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
}

#ksbl-stoerer .badge-open .badge-text {
	font-size: 12px;
	line-height: 16px;
	cursor: default;
}

#ksbl-stoerer .badge-open .badge-text a {
	background: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	font-weight: 600;
	padding: 5px 10px;
}

#ksbl-stoerer .badge-open .badge-text .button-spacer {
	display: block;
	text-align: center;
	padding: 5px 0 6px 0;
}

/* SOLR Search */

ul.search-filter {
	padding-left:0;
}
ul.search-filter li::before {
	content: none;

}

.search-filter-set {
	display: block;
	position: relative;
}

.search-result-count {
	font-size: 0.9em;
	border-radius: 5px;
	padding: 0px 5px;
	font-style: normal;
	background: #777;
	color: #fff;
}

.search-filter-set .search-result-count {
	position: absolute;
	top: 0;
	right: 0;
}
.search-filter-set label input {
	margin-top:-3px;
	margin-right:5px;
}

.search-result-alert {
	background-color:#f3f3f3;
	border:1px solid #ccc;
	padding:10px 15px;
	font-size:0.9em;
	line-height:1.3em;
}

.master-search-results {
	display: block;
}

.master-search-results .master-search-result {
	padding: 10px 10px 0 10px;
	position: relative;
	display: block;
	border-bottom: 1px dotted #666;
	background: #fff;
}

.master-search-results .master-search-result.last {
	border-bottom: 0;
	margin-bottom:25px;
}

.master-search-results .master-search-result:hover {
	background: #f3f3f3;
}

.master-search-results .master-search-result > a,
.master-search-results .master-search-result > a:hover,
.master-search-results .master-search-result > a:focus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.master-search-results .master-search-result p.search-result-title {
	color: #444;
	font-family: Typ1451Bold,sans;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 100px 3px 0 !important;
}

.master-search-results .master-search-result .search-result-count {
	font-family: Typ1451Regular,serif;
	font-weight:normal;
	position: absolute;
	top: 8px;
	right: 10px;
}

.master-search-results .master-search-result p.search-result-description {
	margin: 0 0 5px 0 !important;
}

.master-search-results .master-search-result p.search-result-link {
	margin: 0 0 5px 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size:0.9em;
}

.master-search-results .master-search-result p.search-result-footer {
	margin: 0 0 10px 0 !important;
	color: #999;
	font-size:0.9em;
}

/* footer social */

.footer ul.social li img {
	display:inline-block;
	width:28px;
	height:32px;
	margin:0.2em 0.2em 0.2em 0;
}

/* bootstrap grid */

.bs-init{display:block;overflow:hidden}.bs-init>.bs-row,.bs-init>.bs-row>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-row{margin-right:-15px;margin-left:-15px}.bs-row::after,.bs-row::before{display:table;content:" "}.bs-row::after{clear:both}.bs-row.bs-row-0{margin-left:0;margin-right:0}.bs-row.bs-row-0>div{padding-left:0;padding-right:0}.bs-row.bs-row-5px{margin-left:-5px;margin-right:-5px}.bs-row.bs-row-5px>div{padding-left:5px;padding-right:5px}.bs-row.bs-row-10px{margin-left:-10px;margin-right:-10px}.bs-row.bs-row-10px>div{padding-left:10px;padding-right:10px}.bs-row.bs-row-15px{margin-left:-7px;margin-right:-7px}.bs-row.bs-row-15px>div{padding-left:7px;padding-right:7px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media(min-width:980px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}@media(max-width:399px){.col-xxs-12{width:100%!important}.hidden-xxs{display:none;!important}}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media(max-width:767px){.visible-xs-block{display:block!important}}@media(max-width:767px){.visible-xs-inline{display:inline!important}}@media(max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px) and (max-width:979px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media(min-width:768px) and (max-width:979px){.visible-sm-block{display:block!important}}@media(min-width:768px) and (max-width:979px){.visible-sm-inline{display:inline!important}}@media(min-width:768px) and (max-width:979px){.visible-sm-inline-block{display:inline-block!important}}@media(min-width:980px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media(min-width:980px) and (max-width:1199px){.visible-md-block{display:block!important}}@media(min-width:980px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media(min-width:980px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media(min-width:1200px){.visible-lg-block{display:block!important}}@media(min-width:1200px){.visible-lg-inline{display:inline!important}}@media(min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media(max-width:767px){.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:979px){.hidden-sm{display:none!important}}@media(min-width:980px) and (max-width:1199px){.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

/* - HEADER + NAV 2018 - */
/* - 19.08.2018 - Matthias Müller | nextron.ch - */

#header-2018 .header-wrap {
	display: block;
	position: relative;
	text-align: left;
}

@media only screen and (max-width: 979px) {
	#header-2018 .header-wrap {
		border-bottom: 1px solid #000;
	}
}

@media only screen and (max-width: 767px) {
	#header-2018 .header-wrap {
		margin: 0 -20px;
		padding: 0 15px;
	}
}

#header-2018 .header-wrap > .header {
	display: block;
	position: relative;
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	#header-2018 .header-wrap > .header {
		padding: 15px 0;
	}
}

#header-2018 .header-wrap > .header a.logo-2018 {
	display: block;
	width: 274px;
	height: 96px;
	background: url('../pics/logo-claim-neu.png') left no-repeat;
	background: url('../pics/logo-claim-neu.svg') left no-repeat;
	background-size: auto 100%;
}

@media only screen and (max-width: 979px) {
	#header-2018 .header-wrap > .header a.logo-2018 {
		width: 171px;
		height: 60px;
	}
}

#header-2018 .header-wrap > .header img.logo-2018 {
	width: 200px;
}

#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new {
	height: 34px;
	display: block;
	position: absolute;
	top: 13px;
	right: 220px;
}

@media only screen and (max-width: 979px) {
	#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new {
		top: 50%;
		margin-top: -17px;
	}
}

@media only screen and (max-width: 979px) {
	#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new {
		right: 60px;
	}
}

@media only screen and (max-width: 767px) {
	#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new {
		display: none;
	}
}

#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new > li {
	font-size: 14px;
	line-height: 32px;
	float: left;
	margin: 0 0 0 20px;
}

#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new > li:first-child {
	margin: 0;
}

#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new > li > a,
#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new > li > a:hover,
#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new > li > a:focus {
	color: inherit;
	text-decoration: none;
	position: relative;
	text-shadow: none !important;
}

#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new > li > a.current::after,
#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new > li > a:hover::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	width: 100%;
	height: 4px;
	background: #000;
}

#header-2018 .header-wrap > .header .meta-head > ul.meta-nav-new > li::before {
	display: none;
}

#header-2018 .header-wrap > .header .meta-head > .meta-search {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
}

@media only screen and (max-width: 979px) {
	#header-2018 .header-wrap > .header .meta-head > .meta-search {
		display: none;
	}
}

#header-2018 .header-wrap > .header .meta-head > .meta-search > .form-control {
	display: block;
	width: 200px;
	height: 34px;
	border: 1px solid #000 !important;
	padding: 0 40px 0 10px !important;
	font-size: 13px;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0 !important;
}

#header-2018 .header-wrap > .header .meta-head > .meta-search > button {
	height: 32px;
	background: transparent;
	border: none;
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
}

#header-2018 .header-wrap > .header .meta-head > .meta-search > button > i.fa {
	color: inherit;
	font-size: 16px;
	line-height: 32px;
}

#header-2018 .header-wrap > .header > .nav-trigger,
#header-2018 .header-wrap > .header > .nav-trigger:hover,
#header-2018 .header-wrap > .header > .nav-trigger:focus {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none !important;
	display: none;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
}

@media only screen and (max-width: 979px) {
	#header-2018 .header-wrap > .header > .nav-trigger,
	#header-2018 .header-wrap > .header > .nav-trigger:hover,
	#header-2018 .header-wrap > .header > .nav-trigger:focus {
		display: block;
	}
}

#header-2018 .header-wrap > .header > .nav-trigger > i {
	display: none;
	margin: 0;
	line-height: 38px;
}

#header-2018 .header-wrap > .header > .nav-trigger.closed > .fa-bars {
	display: block;
	font-size: 24px;
}

#header-2018 .header-wrap > .header > .nav-trigger.open > .fa-times {
	display: block;
	font-size: 30px;
}


/* - NAV - */

#nav-2018 {
	display: block;
	position: relative;
	text-align: left;
	margin: 0 0 15px 0;
}

#nav-2018 ul,
#nav-2018 ul > li {
	padding: 0 !important;
	margin: 0 !important;
}

#nav-2018 ul > li::before {
	display: none !important;
}

#nav-2018 ul > li > em {
	font-style: normal;
}

#nav-2018 ul > li > em > i {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	font-size: 30px;
	height: 41px;
	width: 41px;
	line-height: 40px;
	text-align: right;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	#nav-2018 ul > li > em > i {
		width: auto;
		padding: 0 15px;
	}
}


/* - NAV DESKTOP - */

#nav-2018 > .nav-desktop {
	display: block;
	position: relative;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 979px) {
	#nav-2018 > .nav-desktop {
		display: none !important;
	}
}

#nav-2018 > .nav-desktop > ul::after {
	content: '';
	display: block;
	clear: both;
}

#nav-2018 > .nav-desktop > ul > li {
	margin: 0 25px 0 0 !important;
	float: left;
}

#nav-2018 > .nav-desktop > ul > li.dd-normal {
	position: relative;
}

#nav-2018 > .nav-desktop > ul > li:last-child {
	margin: 0 !important;
}

#nav-2018 > .nav-desktop > ul > li > a,
#nav-2018 > .nav-desktop > ul > li > a:hover,
#nav-2018 > .nav-desktop > ul > li > a:focus {
	text-shadow: none !important;
	position: relative;
	display: block;
	padding: 0 0 25px 0;
	color: inherit;
	text-decoration: none;
	font-family: Typ1451Bold, sans-serif;
	font-size: 18px;
	border: none !important;
}

#nav-2018 > .nav-desktop > ul > li:hover > a::after,
#nav-2018 > .nav-desktop > ul > li > a.current::after,
#nav-2018 > .nav-desktop > ul > li > a.current:hover::after,
#nav-2018 > .nav-desktop > ul > li > a.current:focus::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: #000;
}

#nav-2018 > .nav-desktop > ul > li > .nav-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1001;
	background: #fff;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.26);
}

#nav-2018 > .nav-desktop > ul > li.dd-normal > .nav-dropdown {
	padding: 20px 25px;
    width: 210px;
    left: -25px;
    right: auto;
}

#nav-2018 > .nav-desktop > ul > li.dd-normal > .nav-dropdown.last {
    left: auto;
	right: -25px;
}

#nav-2018 > .nav-desktop > ul > li.dd-mega > .nav-dropdown {
	padding: 0 25px 20px 25px;
	left: 0;
	right: 0;
}

#nav-2018 > .nav-desktop > ul > li > .nav-dropdown {
	display: none;
}

#nav-2018 > .nav-desktop > ul > li:hover > .nav-dropdown {
	display: block;
}

#nav-2018 > .nav-desktop > ul > li > .nav-dropdown ul {
	display: block;
	margin: 0;
	padding: 0;
}

#nav-2018 > .nav-desktop > ul > li > .nav-dropdown ul > li {
	position: relative;
	display: block;
	margin: 0 0 8px 0 !important;
	padding: 0;
}

#nav-2018 > .nav-desktop > ul > li > .nav-dropdown ul > li:last-child {
	margin: 0 !important;
	padding: 0;
}

#nav-2018 > .nav-desktop > ul > li > .nav-dropdown ul > li > a,
#nav-2018 > .nav-desktop > ul > li > .nav-dropdown ul > li > a:hover,
#nav-2018 > .nav-desktop > ul > li > .nav-dropdown ul > li > a:focus {
	text-shadow: none !important;
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	line-height: 21px;
}

#nav-2018 > .nav-desktop > ul > li > .nav-dropdown ul > li:hover > a,
#nav-2018 > .nav-desktop > ul > li > .nav-dropdown ul > li > a.current {
	text-decoration: underline;
}


/* - NAV MOBILE - */

#nav-2018 > .nav-mobile {
	display: none;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #000;
	margin-top: -1px;
}

@media only screen and (min-width: 980px) {
	#nav-2018 > .nav-mobile {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	#nav-2018 > .nav-mobile {
		margin: -1px -20px 0 -20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	#nav-2018 > .nav-mobile .meta-nav {
		display: none !important;
	}
}

#nav-2018 > .nav-mobile > ul > li {
	position: relative;
	border-top: 1px solid #000;
}

#nav-2018 > .nav-mobile > ul > li > a,
#nav-2018 > .nav-mobile > ul > li > a:hover,
#nav-2018 > .nav-mobile > ul > li > a:focus {
	text-shadow: none !important;
	display: block;
	padding: 10px 60px 10px 0;
	color: inherit;
	text-decoration: none;
	font-family: Typ1451Bold, sans-serif;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	#nav-2018 > .nav-mobile > ul > li > a,
	#nav-2018 > .nav-mobile > ul > li > a:hover,
	#nav-2018 > .nav-mobile > ul > li > a:focus {
		padding: 10px 60px 10px 15px;
	}
}

#nav-2018 > .nav-mobile > ul > li > a > span {
	display: inline-block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	position: relative;
}

#nav-2018 > .nav-mobile > ul > li > a.current > span::after,
#nav-2018 > .nav-mobile > ul > li > a.current:hover > span::after,
#nav-2018 > .nav-mobile > ul > li > a.current:focus > span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    background: #000;
}

#nav-2018 > .nav-mobile > ul > li.dd-normal.closed > em > i.fa-angle-down,
#nav-2018 > .nav-mobile > ul > li.dd-mega.closed > em > i.fa-angle-down {
	display: block;
}

#nav-2018 > .nav-mobile > ul > li.dd-normal.open > em > i.fa-angle-up,
#nav-2018 > .nav-mobile > ul > li.dd-mega.open > em > i.fa-angle-up {
	display: block;
}

#nav-2018 > .nav-mobile > ul > li > .nav-dropdown {
	display: none;
	padding: 20px 0 5px 0;
	border-top: 1px solid #000;
}

@media only screen and (max-width: 767px) {
	#nav-2018 > .nav-mobile > ul > li > .nav-dropdown {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#nav-2018 > .nav-mobile > ul > li > .nav-dropdown ul {
	display: block;
	padding: 0 !important;
	margin: 0 0 15px 0 !important;
}

#nav-2018 > .nav-mobile > ul > li > .nav-dropdown ul > li {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

#nav-2018 > .nav-mobile > ul > li > .nav-dropdown ul > li:last-child {
	border-bottom: none;
}

#nav-2018 > .nav-mobile > ul > li > .nav-dropdown ul > li > a {
	text-decoration: none !important;
	text-shadow: none !important;
	display: block;
	padding: 0 0 5px 0;
}

#nav-2018 > .nav-mobile > ul > li > .nav-dropdown ul > li > a.current {
	text-decoration: underline !important;
}

#nav-2018 > .nav-mobile > .meta-search {
	display: block;
	position: relative;
	margin: 0;
}

#nav-2018 > .nav-mobile > .meta-search > .form-control {
	height: 40px;
	border: none !important;
	border-top: 1px solid #000 !important;
	padding: 0 40px 0 0 !important;
	font-size: 16px;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0 !important;
}

@media only screen and (max-width: 767px) {
	#nav-2018 > .nav-mobile > .meta-search > .form-control {
		padding: 0 50px 0 15px !important;
	}
}

#nav-2018 > .nav-mobile > .meta-search > button {
	height: 38px;
	background: transparent;
	border: none;
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0 !important;
	margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	#nav-2018 > .nav-mobile > .meta-search > button {
		right: 15px;
	}
}

#nav-2018 > .nav-mobile > .meta-search > button > i.fa {
	color: inherit;
	font-size: 16px;
	line-height: 38px;
}

#nav-2018 .nav-dropdown .bs-row > div > h2 {
	padding: 0 !important;
	margin: 20px 0 20px 0 !important;
	font-family: Typ1451Bold, sans-serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
	cursor: default;
	color: inherit !important;
}

#nav-2018 .nav-dropdown .bs-row > div > h2 > a {
	color: inherit !important;
	text-shadow: none !important;
	text-decoration: none !important;
}

#nav-2018 .nav-dropdown .bs-row > div > h2:hover > a,
#nav-2018 .nav-dropdown .bs-row > div > h2 > a.current {
	text-decoration: underline !important;
}

@media only screen and (max-width: 979px) {
	#nav-2018 .nav-dropdown .bs-row > div > h2 {
		padding: 0 !important;
		margin: 0 0 10px 0 !important;
	}
}

#nav-2018 ul > li > a > span.notfall {
	color: #E63200;
}