body{
	background-image:linear-gradient(cornflowerblue 0%, white 100%);
	background-attachment: fixed;
	font-family: helvetica neue, helvetica;
}
table{
	width: auto !important;
}
td{
	padding: 5px 15px;
	margin: 5px;
	width: auto;
	cursor: default;
	vertical-align: text-top;
}
td.buchung:hover {
	cursor: cell;
}
input[type='text']{
	border: inset 2px white !important;
	background-color: RGBA(210,210,210,0.5) !important;
	width: 85%;
}
input[type='checkbox']{
	margin: 5px 15px 0 0;	
}
input[disabled]{
	background-color: #000;
}
.entry-header h2{
	font-weight: 800;
}
.body-innerwrapper {
	overflow: unset;
}
.table-top{
	vertical-align: top;
}
.documents{
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 8px 20px !important;
}
.sv-menu{
	position: relative !important;
	top: 20px;
	height: 60px;
	float: left;
}
.sp-megamenu-parent{
	font-family: Helvetica Neue, Helvetica, Arial;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span{
	font-size: 16px !important;
	line-height: 60px !important;
}
.sp-megamenu-parent > li.active > a{
	color: white;
	background-color: rgb(100,149,237);
	border-radius: 5px;
}
.sp-megamenu-parent > li:hover > a{
	color: white;
	background-color: rgba(100,149,237,0.5);
	border-radius: 10px;
}
.kurse{
	padding: 10px 40px 20px 0;
	margin: 10px 0;
}
.kurse_identifier{
	height: 90px;
	padding-top: 130px;
}
.vorstand{
	padding: 10px 60px 20px 0;
	margin: 10px 0;
}
.error {
	color: red;
	text-align: left;
	display: none;
}
.hide{
	display: none;	
}
.block{
	display: block;
}
.time, .dienstTime, .sami_nr{
	padding: 0 0 0 3px;
	float: left;
}
.time, .dienstTime {
	max-width: 4.6em;
}
.sami_nr{	
	max-width: 3em;
}
.fa-square, .fa-fw{
	color: transparent;
	margin: 10px 0 0 15px;
	cursor: default;
}
.fa-plus-circle, .fa-minus-circle, .fa-chevron-circle-up, .fa-plus-square, .fa-minus-square, .fa-check, .fa-check-square, .fa-times-circle, .fa-file-pdf-o, .fa-pulse, .sv-color{
	color: #0e9cd1;
}
.fa-times, .fa-window-close{
	color: rgb(255,0,0);
}
.fa-plus-square.fa-lg, .fa-minus-square.fa-lg{
	margin: 10px 0 0 15px;
	cursor: pointer;
}
.infoSDiconClick, .anfrageSDiconClick, .fa-times-circle, .fa-check-square, .fa-window-close{
	cursor: pointer;
}
.ui-datepicker.ui-widget-content {
    background-image: linear-gradient(cornflowerblue 0%, white 100%);
}
.ui-autocomplete {
    z-index: 1;
    border: black solid 2px;
    background-color: white;
}
.ui-state-active {
    background-color: rgb(100,149,237);
}
.removetime, .removetimeDummy{
	float: left;
	margin: 10px 15px 0 0 !important;
}
.fright {
	float: right;
}
.buchung_delete:hover{
	cursor: pointer;
}
.special-news{
	border: #6495ed 2px solid;
	border-radius: 10px;
	padding: 0 10px;
	background-color: #6495ed;
}
.special-news a {
	color: darkblue;
}
.Vorstand-IMG {
    border-radius: 50%;
}
#sp-footer1{
	margin-top: 10px;
	text-align: left;
}
#sp-footer2{
	text-align: right;
}
#sp-footer2 ul > li, #sp-footer2 ul > li.active, #sp-footer2 ul > li:focus, #sp-footer2 ul > li > a, #sp-footer2 ul > li > a::before, #sp-footer2 ul > li > a:hover {
    float: right;
    content: none;
    margin: 0 10px;
    border-bottom-style: none;
    background-color: #6495ed;
}
#sp-top-bar {
	min-height: 130px;
}
#submitAnfrage, #resetAnfrage{
	margin: 15px 25px;
}
#detailbox {
	display: none; 
	position: absolute; 
	top: 160px;
	bottom: 30px;
	right: 5%;
	background-color: rgba(250,250,250,0.9); 
	border: solid 2px rgb(100,149,237);
	border-radius: 10px;
	padding: 10px 5px;
	width: 90%;
	overflow: scroll;
	z-index: 1;
}

/* Speziell f�r Tranship Template*/
a, a:hover{
	color: #0e9cd1;
}

a:hover, a:active{
	text-decoration: none;
	font-weight: bold;
}
#g-navigation .jl-navbar-dropdown-nav > li > a:focus, 
#g-navigation .jl-navbar-dropdown-nav > li > a:hover,
#g-navigation .jl-navbar-dropdown-nav > li.jl-active > a {
	color: #0e9cd1;
}
table, td{
	border: none;
}

.ma-top20, .jl-logo{
    margin-top: 20px !important;
}
.carouselbanner{
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 350px;
}
.banneritem-inner {
	max-height: 350px;
}
.bannerText {
	position: relative;
	bottom: 1.5em;
	text-align: center;
	color: black;
	-webkit-text-stroke: 2px lightgray;
	font-size: 3em;
}
.c {
  text-align: center;
}
.m10 {
  margin: 10px;
}
.p10 {
  padding: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.em15 {
	font-size: 1.5em !important;
}
.mt2em {
	margin-top: 2em;
}
.jl-navbar-container:not(.jl-navbar-transparent) {
	background: inherit;
}
.mh92 {
	max-height:92px;
}
.white {
	color: #fff;
}