/*Fonts in Bootstrap.min.css*/

/**************************************************************************************
  General
**************************************************************************************/
html,body {
	color:#333;
	font-family: "Cairo", Arial, Helvetica, sans-serif;
	font-size:19px;
	background-color:white;
	height:100%;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color:#005142;
	font-weight:normal;
}
h1, .h1 {
	font-size:36px;
	margin-bottom:20px;
}
h2, .h2 {
	margin-top:10px;
	margin-bottom:16px;
}
hr{border-width:1px;border-color:#005142;}
a, .pseudolink {
	color:#f39200;
	cursor:pointer;
	transition:color 200ms linear;
}
a:hover,
.pseudolink:hover {
	color:#4d4d4d;
	transition:color 200ms linear;
}
.pseudolink:hover,
*[onclick]:hover,
*[data-src]:hover {
	cursor:pointer;
}

/**************************************************************************************
   Service Klassen (unterstützend)
**************************************************************************************/
main {margin-top:4%;margin-bottom:4%;}
main .ptext {
	margin-bottom: 1rem;
}

/*Admin / Memberbereich */
.admin {font-size:16px;}

.hyphens,
.hyphens-xs,
.flowrow {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
.breakword {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
.date-pick.form-control {display:inline;}
.bg-highlight {
	background-color:rgba(246, 163, 18,0.7);
}

/**************** Bootstrap Overrides ****************/
/*.container {
	padding-right: var(--bs-gutter-x);
	padding-left: var(--bs-gutter-x);
}*/
.card {
	border-radius:0;
	border:none;
	background-color:transparent;
	word-wrap:normal;
}
.bg-colored .card-title a, 
.card a {
	text-decoration:none;
}
.card-footer {
	background-color:transparent;
	text-align:center;
}
.card-img, .card-img-top,
.card-footer:last-child {
	border-radius:0;
}

/**************************************************************************************
  Head
**************************************************************************************/
header {background-color:white;}
#Head, #Slider {position:relative;}
#Head:after, #Slider:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6a312+0,f6a312+100&1+0,0+23,0+77,1+100 */
	background: -moz-linear-gradient(left, rgba(246,163,18,1) 0%, rgba(246,163,18,0) 23%, rgba(246,163,18,0) 77%, rgba(246,163,18,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(246,163,18,1) 0%,rgba(246,163,18,0) 23%,rgba(246,163,18,0) 77%,rgba(246,163,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(246,163,18,1) 0%,rgba(246,163,18,0) 23%,rgba(246,163,18,0) 77%,rgba(246,163,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a312', endColorstr='#f6a312',GradientType=1 ); /* IE6-9 */
}

/**************************************************************************************
  Home-Events/Termine
**************************************************************************************/
.Events .tbl {
	margin-bottom:15px;
	transition:box-shadow 300ms linear;
}
.Events .tbl:hover {
	box-shadow:0 0 4px 2px rgba(0,0,0,0.1);
	transition:box-shadow 300ms linear;
}
.Events .date {
	width:33%;
	min-width:113px;
	color:#4d4d4d;
	background-color:#005142;
	text-align:center;
	padding:15px;
}
.Events .date span {
	font-size:3em;
	line-height:1em;
	display:block;
}
.Events .txt {
	width:67%;
	background-color:white;
	padding:10px 15px;
	vertical-align:top;
}
.Events .txt a {
	color:#666;
}
.Events .txt a:hover {
	text-decoration:none;
}
.Events .tbl > div > * {
	margin:0;
}

.start_news_alt {
	border: 1px solid #005142;
	padding:1em;
}

.start_news {
	color: #fff;
	background-color:#005142;
	padding:1em;
}

.start_news h1, .start_news h2, .start_news h3, .start_news h4, .start_news a, .start_news p {
	color: #fff;
}
.start_columns h4 {
	font-size: 1.4rem;
}
main section.blog {
	padding-bottom:30px;
}
.blog .card-title {
	font-size:20px;
}
.blog .card-body, .blog .card-footer {
	background:#efefef;
}
.blog.bg-colored .card-body {
	background:white;
}
.blog card a {
	text-decoration:none;
}
.blog .pseudolink {
	font-weight:bold;
	white-space:nowrap;
}
.blog h3  {
	font-size:20px;
	margin-bottom:0;
}
.blog .date {
	font-style:italic;
	margin-bottom:20px;
}
.blog .card-body {
	padding:16px;
}

/*Update JC 21.03.2024*/
.bildAlt {
	position:relative;
	padding-bottom:55.556%;
	/*border:1px solid #efefef;*/
}
.bildAltTitle {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*top:50%;
	left:50%;
	transform:translate(-50%,-50%);*/
	display:flex;
	flex-direction:column;
}
.bildAltTitle > div {
	text-align:center;
	padding:2px 8px;
	flex: 1 0 auto;
	display:flex;
	flex-direction:column;
	align-content:center;
	position:relative;
}
.bildAltTitle .innerTitle {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

/**************************************************************************************
  Navigation / Lang / Logo
**************************************************************************************/
.companylogo{
	margin:15px;
	width:140px;
	height:auto;
}
.memberImg{
	margin-top:15px;
	margin-bottom:25px;
	max-width: 200px;
}
#Lang {
	position:absolute;
	top:15px;
	right:15px;
	z-index:2;
	width:126px;
	padding:19px 0;
	list-style:none;
	font-size:15px;
}
#Lang li {
	float:left;
	width:27px;
	height:27px;
	line-height:25px;/* Minus 2 x 1px border */
	margin-bottom:5px;
   	margin-left: 15px;
}
#Lang li a {
	width:27px;
	padding:0;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	color:#005142;
	background-color:white;
	border-radius:50%;
	border:1px solid #005142;
	transition:color 200ms linear, border-color 200ms linear, background-color 200ms linear;
}
#Lang li a:hover,
#Lang li a:hover,
#Lang li.active a {
	color:white;
	border-color:#005142;
	background-color:#005142;
	text-decoration:none;
	transition:color 200ms linear, border-color 200ms linear, background-color 200ms linear;
}
#Lang li.active a {cursor:default;}

#Titel_lang {
	margin-left: 8px;
}

/*Nav*/
.navbar-brand {
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right:0;
	height:auto;
	max-width:265px;
}
.navbar	{
	background-color:#FFF;
	border:none;
	border-radius:0;
	font-size:19px;
	color:#005142;
	margin-bottom:0;
	min-height:1px;
	padding:15px 0;
	height:106px;
}
.navbar-collapse {
	background-color:white;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	z-index:1;
}
.navbar-nav {
	margin-top:0;
}
.nav-link,
.navbar-light .navbar-nav .nav-link {
	color:#005142;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show > .nav-link,
.nav-item .nav-link:hover, 
.nav-item .nav-link:focus,
.nav-item .nav-link.show,
.nav-item:hover .nav-link,
.nav-item:focus .nav-link {
	color:#f39200;
}
ul.dropdown-menu {
	border:none;
	border-radius:0;
    box-shadow: none;
    /*display: block;  wenn Subnavi eingeklappt sein soll*/
    
    padding: 0;
	margin-left:15px;
    width: calc(100% - 15px);
    min-width: 160px;
    background-clip: padding-box;
	background-color:#FFF;
    list-style: outside none none;
    text-align: left;
    z-index: 1000;
}
.navbar-nav .active ul.dropdown-menu,
.navbar-nav .open ul.dropdown-menu {
	display:block;
	background-color:white;
}
ul.dropdown-menu li {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    width: auto;
    transition: all 200ms linear;
}
.dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > a {
	color:#000;
	background-color:#FFF;
	padding: 3px 15px;
	width:100%;
	text-decoration:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #FFF;
    color: #005142;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.navbar-nav .open .dropdown-menu > .active > a,
.navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color:#005142;
	color: #FFF;
}

/*Toggle*/
.navbar-light .navbar-toggler {
	border:none;
	color:transparent; /*Auch Farbe Outline-Box*/
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 0, 81, 66, 1 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler-icon:hover,
.navbar-light .navbar-toggler-icon:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 243, 146, 0, 1 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/**************************************************************************************
  Content Ansicht
**************************************************************************************/
.Content > h1:first-child,
.Content > h2:first-child {margin-top:0;}
.Content:empty {display:none;}
.Content ul, .Content  ol {
	/*padding-left:20px;*/
}
.Content li {margin:8px 0;}

.Content img {
	max-width:100%;
	height:auto;
}

/*Gegensteuer Bootstrap für per Editor erstellte Tabellen*/
.website .Content table td{
	padding: 0 3px 3px 0;
}
.website .Content table td td {
	padding:0;
}
.website form .row  {margin-bottom:15px;}
.website form .row .row  {margin-bottom:0;}
.website form .row .form-group {margin-bottom:0;}

.website .Content.Anmeldung table td {
    padding-right: 5px;
}

.bg_pruefung {
	background-color: #fff;
/*	opacity: 0.8;*/
	background-size: 10px 10px;
/*	background-image: repeating-linear-gradient(45deg, #005142 0, #005142 1px, #fff 0, #fff 50%);*/
	background-image: repeating-linear-gradient(45deg, rgba(0,81,66,0.1) 0, rgba(0,81,66,0.1) 1px, #fff 0, #fff 50%);
}

.prio i, .prio a, .prio a:focus, .prio a:visited {
	color: #999;
}
.prio .fa:not(.prio_star) {
	margin-right: 3px;
}
.prio .fa-2x {
	margin:10px 8px;
}

.prio_star  {
/*	float:left;*/
}

.statistic_number {
	font-size: 0.8em;
	line-height: 1.4;
	color: #fff;
	padding:0 4px;
	display:inline-block;
}

.Content .dropdown-menu {
    background-color: #005142;
	min-width: 5rem;
	border-radius:0;
	padding: 0;
}

.Content .dropdown-item {
	text-align:center;
    padding: 0.1rem;
    color: #fff;
    background-color: #005142;
    border: 0;
}
.Content .dropdown-item:hover {
    color: #f39200;
    background-color: #fff;
}

/**************************************************************************************
  Admin/Editor
**************************************************************************************/
.CuteEditorGroupMenuCell img {/*Gegensteuer BS für Icons in Editor-Bar*/
	box-sizing:content-box;
}
#CE_Editor1_ID, #CE_Editor2_ID, #CE_Editor3_ID {
	width:100% !important;
}

/**************************************************************************************
  Kalender
**************************************************************************************/
.start_news {
    position: relative;
}
.fc-list-event-dot,
.fc-daygrid-event-dot {
    border: calc(var(--fc-list-event-dot-width)/2) solid #f39200!important;
}
.start_news .fc-view-harness,
.start_news .fc-view-harness-active {
    min-height: 470px!important;
}
.start_news .fc-toolbar-title {
    font-size: 1rem!important;
    font-weight: 700!important;
}
.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
    text-decoration: none!important;
}
.start_news .fc-prev-button, 
.start_news .fc-button, 
.start_news .fc-button-primary {
    border-radius: 0!important;
    background-color: transparent!important;
    border: 1px solid white!important;
}
.calendar_full .fc-prev-button, 
.calendar_full .fc-button, 
.calendar_full .fc-button-primary {
    border-radius: 0!important;
    background-color: #005142!important;
    border: none;
    padding: 0.4em 0.65em;
}
.calendar_full {
    position: relative;
}
.calendar_full .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today{
    background-color: rgba(0,81,66,0.2)!important;
}
.start_news .fc .fc-daygrid-day.fc-day-today {
    background-color: white!important;
}
.start_news .fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner {
    background-color: rgba(0,81,66,0.7)!important;
}
.calendar_full a {
    color: #005142!important;
}
.calendar_full .fc-prev-button:not(:first-of-type), 
.calendar_full .fc-button:not(:first-of-type), 
.calendar_full .fc-button-primary:not(:first-of-type) {
    margin-left: 0.5rem!important; 
}
.calendar_full .fc-list-day-cushion a {
    text-decoration: none!important;
}
.calendar_full .fc-list-event-time,
.calendar_full .fc-list-event-title {
    padding: 8px 14px!important;
}
.calendar_full .fc-event .fc-list-event-graphic {
    padding-top: 5px;
}
.calendar_full .fc-event-main {
    background-color: #005142!important;
    border-radius: 0!important;
    padding-left: 0.3rem!important;
}
.calendar_full .fc-timegrid-event-harness > a,
.calendar_full .fc-timegrid-event-harness-inset a {
    border: none!important;
}
.calendar_full td[role=presentation] {
    padding: 0!important;
}
.calendar_full .fc .fc-list-event:hover td,
.calendar_full .fc .fc-list-event:focus td {
    background-color: rgba(0,81,66,0.2)!important;
}
.calendar_full .fc .fc-list-event:hover td a,
.calendar_full .fc .fc-list-event:focus td a {
    text-decoration: none;
}
.calendar_full .fc-daygrid-dot-event:hover,
.calendar_full .fc-daygrid-dot-event:focus {
    background-color: rgba(0,81,66,0.2)!important;
    border-radius: 0;
}
.start_news .fc-toolbar-chunk:first-of-type .fc-button-group {
    position: absolute!important;
    top: 1em!important;
    right: 1em!important;
}
.start_news .fc-toolbar-chunk:first-of-type .fc-today-button {
    margin-left: 0!important;
}
.start_news .Content > a:last-of-type {
    font-weight: 700;
    display: block;
    margin-top: 1rem;
}
.calendar_full .fc .fc-toolbar-title {
    font-size: 1rem;
    font-weight: 700;
}
.calendar_full .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.5em;
}
.calendar_full .fc .fc-timegrid-axis-cushion {
  hyphens: auto;
}
.fc-title {
	font-size:0.8em;
	max-width:calc(100% - 18px); /*18px benötigen farbige Kreise*/
	overflow:hidden;
}
/**************************************************************************************
  neue Termin-Tabellen-Liste
**************************************************************************************/
.Content.Termin table td,
.Content.Termin table th {
	padding:8px 14px;
	vertical-align:middle;
}
#Content.Termin table th {
	background-color:#f1f1f1;
	border-color:#ddd;
}
.Content.Termin table tr:last-child td {
	border-color:#ccdcd9;
}
.Termin .dayNumber {
	color:#f39200;
	font-size:1.6em;
	font-weight:bold;
	line-height:1;
	display:inline-block;
	margin-right:3px;
}
.Termin .pseudolink {
	color:#005142;
	font-weight:bold;
}

/**************************************************************************************
  neue Innoboard-Liste
**************************************************************************************/
.accordion-body {
	padding-left:14px;
	padding-right:14px;
}
#innoboards button.accordion-button {
	color:#333;
	padding:8px 14px;
	text-align:left;
	background-color:transparent;
	margin-bottom:0;
}
.accordion-button .h6 {
	font-weight:bold;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f39200'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
	color:inherit;
	background-color:transparent;
	box-shadow:none;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f39200'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/**************************************************************************************
  Multiselect
**************************************************************************************/
.optgroup li {margin:0 0;}
.ms-options-wrap > .ms-options > ul label {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

/* ------------------------------------------------------------------------------------------------------ */ 
/* Module */
/* ------------------------------------------------------------------------------------------------------ */ 
.Module > .row {
/*	margin-right: -10px;
	margin-left: -10px;*/
}
.Modul {
	background-color:#fff;
	border:1px solid #005142;
	border-radius:0;
	transition:background-color 200ms linear;
}
.start_columns .row .col:not(:first-child) .Modul {
	border-top:none;
}
.Modul .card-body,
.start_columns .Modul {
	padding:10px;
}
.Modul .card-body *,
.start_columns .Modul * {
	color: #005142;
	transition:color 200ms linear, background-color 200ms linear;
}
.Modul h3 {
	margin: 0px;
}
.Modul p {
	margin:8px 0px 3px 0px;
}
.start_columns .row {
/*	padding:15px;*/
}
.start_columns > div > .card {
	background-color: #e9e9e9;
}
@media (min-width:768px){
	/*Update JC 23.08.2023*/
	.Modul h3 {
		font-size:23px;
		-webkit-hyphens: auto;
		hyphens:auto;
	}
	.Modul:hover .card-body *,
	.Modul:focus .card-body *,
	.start_columns .Modul:hover *,
	.start_columns .Modul:focus * {
		color: white;
		transition:color 200ms linear, background-color 200ms linear;
	}
	.Modul:hover,
	.start_columns .Modul:hover {
	/*	opacity: 0.8;*/
		background-image: linear-gradient(rgb(54, 109, 88) 0px, rgb(49, 100, 81) 55%, rgb(42, 90, 72) 100%);
		background-color: #005142;
		transition:background-color 200ms linear, color 200ms linear;
	}
	.Modul .d-flex {
		flex-direction:column;
		justify-content: center;
    	height: 100%;
	}
}
/****************Ticket Kacheln****************/
.tile-box-top {
	color: #fff;
	text-align:center;
	background-color: #005142;
    border: none;
/*    border-radius: 15px;*/
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    padding: 7px;
    margin-bottom: 0;
}
.tile-box {
	background-color: rgba(0,81,66,0.3);
    border: 1px solid #005142;
/*    border-radius: 15px;*/
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}
.tile-box-active {
    background-color: #ffcccc; 
    border: 1px solid #ff0000;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}

/**************************************************************************************
  Galerie / Gallery / lightGallery
**************************************************************************************/
#lightgallery.row > div {
	padding-top:15px;
	padding-bottom:15px;
}
#lightgallery .background-slider {
	cursor:pointer;
}
/*new lightgallery with iFrame set height*/
.ifHeight75 .lg-inner .lg-video {
	padding-bottom: 75%;/*56.25%;   Format=16:9*/
}
.ifHeight90 .lg-inner .lg-video {
	padding-bottom: 90%;/*56.25%;   Format=16:9*/
}
.ifHeight100 .lg-inner .lg-video {
	padding-bottom: 100%;/*56.25%;   Format=16:9*/
}

#SquareLinks > div {
	padding-bottom:15px;
}
#SquareLinks .tblbox {
	width:100%;
	padding-bottom:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
	margin-bottom:30px;
}

#SquareLinks #lightgallery div {
	margin-bottom:30px;
}
#SquareLinks #lightgallery a,
#SquareLinks #lightgallery .Bilderrahmen,
#Carousel #lightgallery div img, 
#Carousel #lightgallery a img {
	display:block;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	text-shadow:0 0 3px #000;
	
	background-color:rgba(255,255,255,0);
	transition:	background-color 200ms linear;
}
#SquareLinks #lightgallery a:hover,
#SquareLinks #lightgallery .Bilderrahmen:hover,
#Carousel #lightgallery div img:hover,
#Carousel #lightgallery a img:hover {
	background-color:rgba(255,255,255,0.6);
    transition:	background-color 200ms linear;
}
#SquareLinks #lightgallery img {
	width:100%;
}
.tblbox > div {
	position:absolute;
	width:100%;
	height:100%;
	text-shadow:0 0 3px #000;
	
	background-color:rgba(255,255,255,0);
	transition:	background-color 200ms linear;
	
}
.tblbox > div:hover {
	background-color: rgba(255,255,255,0.6);
	transition:	background-color 200ms linear;
}
.tblbox > div > div {
	display:table;
	width:100%;
	height:100%;
}
.tblbox a {
	font-weight:bold;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:95%;
	height:95%;
	padding:5%;
}
#SquareLinks .tblbox a small {
	font-size:65%;
}
#SquareLinks .tblbox a,
#SquareLinks .tblbox h2{
	color:#FFF;
	text-decoration:none;
}

/**************************************************************************************
  Blog
**************************************************************************************/
td.blogFilter {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}

.bimg {cursor:pointer;margin-bottom:15px;}
.lgIcon {
	background-color:#ddd;
	border-radius: 4px;
	line-height:1.42857;
	color:#000;
	white-space:nowrap;
}
.Blog .blogTxt {
	padding:12px 15px;
	transition:background-color 200ms linear;
	margin-top:5px;
}
.Blog .blogTxt.active,
.Blog .blogTxt:hover,
.Blog .blogTxt:focus {
	background-color: #F0F0F0;
	transition:background-color 200ms linear;
}
.Blog h1,
.Blog h2 {
	margin-top:0;
}
.Blog .h3 {
	margin:0;
}
.Blog h2 a, .Blog h2 a:hover, .Blog h2 a{
	color:#666;
	text-decoration:none;
}
.Blog .autor {color:#005142;}

.Blog .date {
	font-size:15px;
}
.admin .Blog > .row {margin-bottom:30px;}
/**************************************************************************************
  Suche / Search
**************************************************************************************/
#Search.pull-right {
	margin-top:19px;
}
/**************************************************************************************
  Gruppe / Team
**************************************************************************************/
.tblOrgPic table {height:450px;}
.tblOrgPic table tr:last-child td {vertical-align:top;}

.tblOrgNoPic table {
	background-color: #FFF;
	height:152px;
	margin-bottom:30px;
}
#Content .tblOrgNoPic table td{
	padding:0 5px 0 15px;
}
#Content table p {
	margin-bottom:15px;
}
.arbGruppe {
	margin-bottom: 10px;
}
.arbGruppe > div .subGruppe {
	display:none;
}
.arbGruppe > div:hover .subGruppe {
	display:block;
	z-index:1;
}
.subGruppe {
	position:absolute;
	background-color:#FFF;
	box-shadow:0 3px 5px rgba(0,0,0,0.5);
}
.subGruppe label {font-weight:normal;}

/**************************************************************************************
  Footer
**************************************************************************************/
footer {
	color:white;
	font-size:17px;
	padding:0;
	background-color:#005142;
	position:relative;
	padding:20px 0;
}
footer strong{font-weight:normal;}
footer a {
	color:white;
	text-decoration:none;
}
footer a:hover, footer a:focus {
	color:white;
	transition: color 200ms linear;
}
footer b {
	display:block;
	margin-bottom:10px;
}
footer input.form-control {
	border-radius:0;
	border:none;
	box-shadow:none;
	/*color:#FFF !important;*/
	height: 35px;
	margin-bottom:5px !important;
	/*max-width:300px;*/
}
footer .fa {
	color: #005142;
	border-radius:50%;
	border:1px solid #005142;
	padding:3px 5px 3px 5px;
	transition:border-color 200ms linear;
}
footer .fa:hover {
	border-color:#005142;
}
footer input[type="submit"] {
	width:100%;
	max-width: 300px;
}
html footer input[name="member"],
html footer input[name="logout"] {
	min-width:49%;
	width:175px;
	max-width:100%;
	margin-bottom:3px;
}
footer .btn,
html footer input[type="button"],
footer input[type="submit"],
.start_news .btn {
	background-color:#005142;
	color:white;
	border-color:white;
}

/* Sticky Footer */
body {
  display: flex;
  min-height: 100vh;
  margin: 0 auto;
  flex-direction: column;
}

.page-wrap {
  flex: 1 0 auto;
}
footer {
	flex-shrink: 0;
}

/*Cookie Banner*/
#cookie_directive_container > * {
	background-color:rgba(0,0,0,0.8);
	color:#FFF;
	padding-top:17px;
}
#cookie_directive_container a[href="#"] {
	padding:6px 12px;
	margin: 0 12px 6px 0;
}
#cookie_directive_container .credit a:hover,
#cookie_directive_container .credit a:focus {color:inherit;}

/**************************************************************************************
  Done
**************************************************************************************/
#Done {opacity:0.4;font-size: 14px;}
/*#Done, #Done a {color:#535353;}*/
#Done a {white-space:nowrap}
#Done a:hover {
	color:#535353;
	text-decoration:none;
}
/**************************************************************************************
  Formulare
**************************************************************************************/
form input.form-control,
form .form-select {
	margin-bottom:0.5rem;
}
.comment{
	margin-top:15px;
}
label, .label {font-size:0.8rem;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
textarea,
input[type="password"],
select,
.form-control,
.form-select {
	border-radius:0;
	color:#000;
	margin:1px;
	font-size:0.8rem;
	/*height:auto;*/
	padding:2px 6px;
}
.form-select {
	background-position: right .3rem center;
	padding-top:5.1px;
	padding-bottom:5.1px;
	/*JC 09.08.2023   padding:2px 24px 2px 6px !important;*/
}
input[type="file"] {
	border:1px solid #DDD;
}
.btn, button:not(.navbar-toggler), 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size:17px;
	color:white;
	text-align:center;
    background-color:#005142;
/*	border:1px solid transparent;*/
	border-radius:0;
    transition: background-color 200ms linear, color 200ms linear;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:3px;
}
/* wird neu auf Zeile 737 gelöst (siehe button.multiselect
.btn:not(.btn-sm,.qq-upload-button):after, button:not(.navbar-toggler):not(.btn-sm):after {
    content: ' \2192';
}*/

/* Für App Integration legunet.ch */
div.header_button {
	background-color:#005142;
	text-align:center;
	position:absolute;
	width:100%;
	left:0;
	padding:12px 0;	
}
a.btn.header_button {
	border: 1px solid #fff;
}
/* END Für App Integration legunet.ch */

.Blog .btn{
	margin-top:10px;
}
.btn:hover,
button:not(.navbar-toggler):hover, 
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color:#FFF;
	background-color:#005142;
    transition: background-color 200ms linear, color 200ms linear;
}
.btn-sm,
.btn-group-sm > .btn,
input[type="submit"].btn-sm,
input[type="button"].btn-sm,
.input-sm,
select.input-sm {
	font-size:0.72rem;
	height:30px;
	padding-top:0;
	padding-bottom:0;
	border-radius:0;
}
.btn-group > .btn:not(:first-child) {
	border-left:1px solid rgba(255,255,255,0.3);
}
input[disabled], input[readonly] {
	background-color:#EEE;
	border-style:dotted;
	border:none;
}
/*für iOS Safari wichtig*/
input[type="radio"] {border-radius:8px;}
input[type="radio"]:checked{background-color:#000;}

input#Code {
	margin-top:0;
}
.input-group-addon {
	min-width:111px;
	padding-bottom:5px;
}
.form-control:focus,
.form-select:focus {
	border-color:#ccc;
	box-shadow:0 0 0 .25rem rgba(0,81,66,.25);
}
.check-group {
	background-color:var(--bs-light);
	border:1px solid #ced4da;
	padding:0.84rem 1rem;
	margin:0.5rem 0;
}
/*multi-select MacOS Safari*/
.ui-multiselect-menu {
	min-width:398px;
}
button.ui-multiselect {
	color:black;
	max-width: 100% !important;
	position: relative !important; 
}
button.ui-multiselect:after {
    content: ' \2192';
}

.ui-corner-all input {
	margin-right: 15px;
}

.ui-widget-shadow {
	opacity:1 !important;
}

/*::-webkit-input-placeholder { color:#999 !important ;}
::-moz-placeholder { color:#999 !important ; } /* firefox 19+ * /
:-ms-input-placeholder { color:#999 !important ;} /* ie * /
input:-moz-placeholder { color:#999 !important ; }*/

/**************************************************************************************
  Listen-, Tabellen-Ansicht
**************************************************************************************/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-color:lightgrey;
	/*border-bottom: 1px;*/
}
.table-hover > tbody > tr {
	transition:background-color 200ms linear;
}
.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:focus,
.accordion-header:hover,
.accordion-header:focus,
#innoboards .accordion-button[aria-expanded="true"] {
	background-color:#ccdcd9;
	opacity:1 !important;
	transition:background-color 200ms linear;
	--bs-table-accent-bg:transparent;
}
.table > thead > tr > th.listicon,
.table > tbody > tr > th.listicon,
.table > tfoot > tr > th.listicon,
.table > thead > tr > td.listicon,
.table > tbody > tr > td.listicon, 
.table > tfoot > tr > td.listicon {
	padding-left:0;
	padding-right:0;
	text-align:center;
}
td.back {text-align:center;}
td.back a{color:#FFF;background-color:rgba(217,0,0,0.9); display:block;line-height:85px;margin-bottom:10px;}
.admin td.back a {line-height:70px;}

.tbl {display:table; width:100%;}
.tbl > .trow {display:table-row;}
.tbl > *,
.tbl > .trow > * {
	display:table-cell;
}
.admin .tbl > *,
.admin .tbl > .trow > * {
	vertical-align:middle;
	padding:3px 6px;
}

.h1selectGrid {
	padding-top:20px;
	text-align:right;
}
/*Entgegensteueren von Bootstrap*/
.table-responsive {border:none;font-size:17px;}
.table-responsive > .table > tbody > tr > td {white-space:normal;}
.hyphens {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}

/**************************************************************************************
  Seiten
**************************************************************************************/
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.page-item.active .page-link {
	background-color:#005142;
	border-color:#005142;
	cursor:default;
}
.pagination > li > a {
	color:#005142;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
	color:white;
	background-color:#f39200;
	border-color:#f39200;
}

/**************************************************************************************
  Admin/Editor
**************************************************************************************/
.CuteEditorGroupMenuCell img {/*Gegensteuer BS für Icons in Editor-Bar*/
	box-sizing:content-box;
}
#CE_Editor1_ID {
	width:100% !important;
	line-height:initial;
	font-size:12px;
}
.CuteEditorToolBarContainer {/*Gegensteuer BS für Dropdown-Menu in Editor-Bar (H1 etc).*/
    line-height: 0.9em;
}
/*lightGallery PopUp individuell definierte Höhe per gesetzer CSS-Class*/
.lg-outer.ifHeight75 .lg-video{padding-bottom:75%;}
.lg-outer.ifHeight100 .lg-video{padding-bottom:100%;}
.lg-outer.ifHeight90vh .lg-video{padding-bottom:90vh;}
.lg-outer.ifHeight90vh .lg-item {padding-top:47px;}/*damit Lightgallery Balken mit Close-Button iFrame nicht überlappt*/

@media (max-width:992px){  
    .calendar_full .fc-prev-button, 
    .calendar_full .fc-button, 
    .calendar_full .fc-button-primary {
        padding: 0.3rem;
    }
    .calendar_full .fc-button:not(:first-of-type),
    .calendar_full .fc-button-primary:not(:first-of-type) {
        margin-left: 0.3rem!important;
    }
    .calendar_full .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        margin-left: 0.5em;
    }
    .start_news {
        margin-bottom: 2rem;
    }
}

@media (max-width:768px){  
    .calendar_full .fc .fc-toolbar {
        display: block;
    }
    .calendar_full .fc-toolbar-chunk:last-of-type {
        position: absolute;
        top: 0;
        right: 0; 
    }
    .calendar_full .fc-toolbar-chunk:first-of-type {
        margin-bottom: 1rem;
    }
}

@media (min-width:768px){
	h1, .h1 {
		font-size:42px;
	}
	.navbar {height: auto;}
	.navbar-brand {
		max-width:270px;
	}
	.navbar > .container .navbar-brand {margin-left:0;}
	
	.min-gutter .form-group ::-webkit-input-placeholder { color:#FFF !important ;}
	.min-gutter .form-group ::-moz-placeholder { color:#FFF !important ; } /* firefox 19+ */
	.min-gutter .form-group :-ms-input-placeholder { color:#FFF !important ;} /* ie */
	.min-gutter .form-group input:-moz-placeholder { color:#FFF !important ; }
	
	
	/*Footer*/
	footer .row > div {/*padding-right:10px*/}
	footer .row > div:last-child > div {float:right;}
}
@media (min-width:992px){
	h1, .h1 {font-size:48px;}
	
	.navbar-brand {max-width:350px;}
	/*Navigation*/
	.navbar-collapse {padding:0;}
	.nav {
		float:none;
		margin:0 auto;
		width:755px;
		/*max-width:100%;*/
	}
	.nav > li {
		border-bottom:none;
	}
	.nav > li {
		border-bottom:none;
		margin-left:15px;
	}
	.nav > li:first-child {
		margin-left:0;
	}
	.navbar-nav > li > a {
		font-size:16px;
		padding:0;
		height:75px;
		line-height:75px;
	}
	.navbar-nav > li > a,
	ul.dropdown-menu li {
		font-size:18px;
	}
	/*Submenu*/
	ul.dropdown-menu {
		display:none;
		border:1px solid #005142;
	}
	.website ul.dropdown-menu {padding-top:30px;}
	
	.navbar-nav > li:hover > ul.dropdown-menu,
	.navbar-nav > li:focus > ul.dropdown-menu,
	.navbar-nav > li > ul.dropdown-menu.show {
		display:block;
		background-color:transparent;
		border-radius: 0;
		min-width: 180px;
		margin:0;
		z-index: 1000;
	}
	.navbar-nav .active ul.dropdown-menu, 
	.navbar-nav .open ul.dropdown-menu {
		display:none;
	}
	li:hover ul.dropdown-menu,
	li.active ul.dropdown-menu {
		color:#000;
		background-color:transparent;
		transition: all 200ms linear;
	}
	/*li.active ul.dropdown-menu*/
	.navbar-nav .active ul.dropdown-menu {
		display:none;
		color:transparent;
		transition: all 200ms linear;
	}
	ul.dropdown-menu li {
		float:none;
		font-size:16px;
		background-color: #FFF;
	}
	ul.dropdown-menu li:last-child {
		padding-bottom:5px;
	}
	.dropdown-menu > li > a {
		color:#005142;
		background-color:transparent;
		transition: all 200ms linear;
		padding: 3px 10px;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #f39200;
		transition: all 200ms linear;
	}
	
	/*Impressum*/
	.flowrow {
		width:100%;
		-webkit-column-count: 2;
   		-moz-column-count: 2;
		column-count:2;
		-webkit-column-gap: 3em;
     	-moz-column-gap: 3em;
        column-gap: 3em;
	}
}
@media (min-width:1200px){
	h1, .h1 {font-size:58px;}
	.nav {width:100%;}
	.navbar-nav > li > a,
	ul.dropdown-menu li {font-size:21px;}
	/*Update JC 23.08.2023*/
	.Modul h3 {
		font-size: calc(1.1rem + .6vw);/*BS5 Standard*/
		-webkit-hyphens: none;
		hyphens:none;
	}
}
@media (min-width: 1400px) {
	.navbar-brand {
		width:calc((100vw - 1320px - 14.25px - 14.25px) / 2); /* Browserfensterbreite - .container-Breite - 2x .container-padding */
		min-width:184px;
	}
	.navbar-collapse {
		padding-left:0.5rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link,
	.dropdown-menu > li > a {
		padding-right:0.6rem;
		padding-left:0.6rem;
	}
}