a {
  color: #fff;
  }
  
a:hover {
  color: #fff;
  text-decoration: underline;
  }

body {
line-height: 18px;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
background-color: #000;
}

/* Einstellungen für Body der Seite */
#sp-main-body {
    padding: 24px 0;
  	color: #903;
  	background-color: #909090;
	font-size: 14px;
	font-weight: normal;
}

/* Einstellungen für Links auf allen Seiten bei MouseOver */
#sp-main-body a:hover {
    color: #fff;
    text-decoration: bold;
    /* border-bottom: 1px solid black; */
}

/* Einstellungen für Links auf allen Seiten */
#sp-main-body a {
    color: #fff;
    text-decoration: none;
    /* border-bottom: 1px dashed black; */
}

/* .sp-module ul > li > a::before { */
.sp-module ul >li >a:before {
    font-family: Font Awesome 5 Free;
    content: "\f0a9";
    margin-right: 8px;
}


/* Einstellungen für die Breadcrumb-Leiste */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #903;
    border-radius: 4px;
}

.breadcrumb>li{display:inline-block}

.breadcrumb>li+li:before
{
  padding:0 5px;
  color:#fff;
  content:">\00a0"
}

.breadcrumb > .a {
	color: #fff;
	text-decoration: bold;
	}

.breadcrumb > .active {
	color: #fff;
	text-decoration: bold;
	}
	
.breadcrumb > .hover {
	color: #fff;
	text-decoration: bold;
	}


/* Einstellungen für das Seitenmenü */
#offcanvas-toggler {
    float: right;
    line-height: 40px;
    margin-left: 15px;
    font-size: 13px;
	font-weight: bold;
}

#offcanvas-toggler:before {
  color: white; 
  }
  
#offcanvas-toggler > i { color: #fff !important; font-size: 13px; }
.offcanvas-menu .offcanvas-inner .sp-module ul > li >  a {
  color: #fff !important ; font-size: 13px;
}

.offcanvas-menu {
    width: 250px;
    height: 100%;
    background-color: #990033 !important;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    visibility: hidden;
    overflow: inherit;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10000;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 14px;
    line-height: 1;
    text-transform: none;
  	color: #fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 20px;
    cursor: pointer;
  	color: #fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
   /* ORG background: rgba(0,0,0,0.15) !important; */
  background: none;
}


/* Einstellungen für kleine Öffnen Pfeile */
/* .fa {color: #fff;} */

.close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: .5;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    padding-top: 3px;
}

#sp-header {
    background: #990033 none repeat scroll 0 0;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 40px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 10px 10px;
    font-size: 12px;
    /* text-transform: uppercase; */
    color: #fff;
    /* font-weight: 300; */
    line-height: 10px;
}

/********************************
/* OFF CANVAS MENU 
/*******************************/

/* .show-nav #site-canvas {
    transform: translateX(-330px);      
    transform: translate3d(-330px, 0, 0);
    -webkit-transform: translateX(-330px);      
    -webkit-transform: translate3d(-330px, 0, 0);
    -ms-transform: translateX(-330px);      
    -ms-transform: translate3d(-330px, 0, 0);
}

.reveal #site-menu {
    transform: translateX(0);   
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0);   
    -webkit-transform: translate3d(0, 0, 0);    
    -ms-transform: translateX(0);   
    -ms-transform: translate3d(0, 0, 0);    
}
.reveal .show-nav #site-menu {
    transition: 900ms ease all;      
    transform: translateX(-330px);
    transform: translate3d(-330px, 0, 0);
    -webkit-transform: translateX(-330px);
    -webkit-transform: translate3d(-330px, 0, 0);   
    -ms-transform: translateX(-330px);
    -ms-transform: translate3d(-330px, 0, 0);   
}

.reveal .show-nav #site-canvas {
    transform: translateX(0);   
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0);   
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);   
    -ms-transform: translate3d(0, 0, 0);
} */

/* Einstellungen für das Menü (Farben und Verhalten der Links etc.) */

.sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    line-height: 18px;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

#sp-header .sp-megamenu-parent > li > a
{
	font-weight: bold;
} 

.sp-megamenu-parent
{
  display: block;
  float: left;
  list-style: inside none none;
  margin: 0px;
  padding: 4px;
  z-index: 9;
}

.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
	font-weight: bold;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a 
{
    color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
    color: #fff;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 5px;
    line-height: 20px;
    font-size: 13px;
	color: #fff;
    margin: 5;
	/*  text-transform: uppercase; */
	letter-spacing: 1px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: block;
    padding: 6px;
    color: #fff;
    cursor: pointer;
}
  
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul li>a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #9ec0ff;
    }

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  	border-color: #fff;
  	background-color: #990033;
  	padding: 4px;
}

/* Einstellungen für Buttons */
.btn-primary {
    color: #fff;
    background-color: #990033;
    border-color: #fff;
}

.btn-primary, .sppb-btn-primary {
    border-color: #fff;
    background-color: #990033;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #fff;
    background-color: #22b8f0;
}

/* Einstellungen für Tabellenköpfe und Tabellenzeilen */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #fff;
}

table  tr:hover td {
	background: #transparent;
}

.table-bordered {border: 1px solid #fff;}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #fff;
  	background-color: #eb4947;
}

/*Einstellungen für Textfelder / Eingabefelder */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    /*height: 28px;*/
    width: 80%;
  	padding: 6px 12px;
    font-size: 13px;
    color: #000;
    background-color: #eee;
    background-image: none;
    border: 1px solid #000;
  	border-radius: 4px;}

.input-mini {width: 70px;}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #990033;
}
  
.pg-field {
    margin: 15px;
    padding: 10px;
    background: #990033;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
    box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
    -webkit-border-radius: 2px;
    border-radius: 6px;
}

/* Einstellungen Höhe "Logo" Leiste */
#sp-logo {
background-repeat: no-repeat;
background-size: inherit;
background-position: 50% 50%;
height: 120px;
}

.jevbootstrap .table-bordered {
	border-radius: 0px;
    border: 1px solid #fff;
    border-collapse: separate;
    *border-collapse: collapse;
    }

.jevbootstrap .table-bordered th, .jevbootstrap .table-bordered td {
    border: none;
}

.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: 10px;
    padding-left: 5px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #990033;
    border: 1px solid #000;
    border-radius: 4px;
       
}

/* Einstellungen für die Infos über Artikeln */
.article-info > dd {
    color: #fff;
    }

/* Einstellungen Listenelemente */
.sp-module ul > li {
    display: block;
    border-bottom: 1px solid #fff;
  	margin-bottom: 10px;
    transition: 300ms;
  	}

/* Einstellungen Überschrift H2 */
.entry-header h2 {
    margin: 8px 0 0;
  	padding: 4px;  
  	line-height: 1;
  	background-color: #990033;
}

/* Einstellungen für die Social Share Buttons */
.helix-social-share .helix-social-share-icon ul li div {
    display: block;
	background-color: transparent;
	color: #000;
}
	/* Einstellungen für den Text im Footer */
#sp-footer {
    color: #fff;
    text-align: center;
	font-size: 12px;
}

#sp-footer a:hover {
    color: #fff;
	text-decoration=underline;
}

/* Einstellungen für Darstellung Details Termine JEvents Modul */
#jevents_body {
    width: 100% !important;
    border: 1px solid #000;
    background-color: #990033;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Einstellungen JEvents Terminkalender */
#jevents_body {
    width: 100% !important;
    border: 1px solid #000;
    background-color: #990033;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
    float: left;
    height: 23px;
    line-height: 23px;
    text-align: center !important;
    color: #fff !important;
    font-weight: bold;
}

#jevents_body .nav-items > div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: #CCC;
    border-left: 1px solid #fff;
    color: #fff;
}

#jev_maincal {
    margin: 15px -1px 15px -1px;
    background-color: #990033;
    border: none; /* 1px solid #ddd; */
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
    background-color: #990033;
    border: none;
    padding-left: 10px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    float: left;
    width: 110px;
    max-width: 100%;
    overflow: hidden;
}

.jev_listview .jev_listrow {
    float: left;
    border-color: #ddd;
    border-style: none;
    border-width: 0px 0px 1px 0px;
    margin-bottom: -1px;
}

@media screen and (max-width: 380px) 
{ 
.offcanvas-menu .offcanvas-inner {padding: 30px 20px 20px !important;}
}

/* Einstellungen für die Dartstellung der Cockie Hinweise */
#redim-cookiehint{
	width: 100%;
	padding: 7px 5%;
	box-sizing: border-box;
	position: fixed;
	background-color: #207EE7;
	font-size: 13px;
	z-index: 9999999;	
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	display: inline-block;	
}


#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}


#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	color: #ffffff;
	background-color: #333;
	font-size: 13px;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #111111;
	color: #ffffff;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}

/* Tabellenhintergrund nicht färben bei MouseOver */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #2770ae;
}

/* Einstellungen für Darstellung Modul Bezeichnungen */
.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 16px;
	font-weight: bold;
    text-transform: uppercase;
    line-height: 0px;
}

/* Einstellungen für das Creative Contact Formular */
.creativecontactform_wrapper {

    -moz-box-shadow: 0px 0px 0px 0px #fff !important;
    -webkit-box-shadow: 0px 0px 0px 0px #fff !important;
    box-shadow: 0px 0px 0px 0px #fff !important;
    border: 1px solid #dedede !important;
    background-color: #990033 !important;
    color: #111111 !important;
    font-size: 13px !important;

}

.creativecontactform_title {

    color: #fff !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-align: left !important;
    text-decoration: none !important;
    font-family: inherit;

}

.creativecontactform_pre_text {

    margin-top: 3px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 3px 0 0 0;
    width: 82%;
    font-size: 13px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    text-align: left;
    border-top: 1px dotted #a8a8a8;
    font-family: inherit;

}

.creativecontactform_field_name {

    color: #fff !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-align: left !important;
    font-family: inherit;

}

.creativecontactform_wrapper .powered_by:hover {

    text-shadow: 0px 0px 0px #fff !important;

}
.creativecontactform_wrapper .powered_by {

    color: #fff !important;
    text-shadow: 0px 0px 0px #fff !important;

}
.creativecontactform_wrapper .powered_by {

    font-style: italic !important;
    float: none !important;
    display: block !important;
    margin: 4px 0px 0px 0px !important;
    padding: 0 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    position: relative !important;
    visibility: visible !important;
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
    text-indent: 0px !important;
    background: none !important;
    z-index: 10 !important;
    opacity: 1 !important;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;

}