body{
	background-color:#f8f9fa;
}
.page-wrapper{
	background-color:#f8f9fa;
}
.error,
.error1,
.msgerr{
	color:#f00;
}
.msgok{
	color:#669900;
}
input.error,
textarea.error,
select.error{
	border-color:#f00;
}
a {
  color: #4885ca;
}
/*
p > a{
    text-decoration: underline;
}
*/
a:hover {
  color: #4885ca;
}

a:focus,
a:active {
  color: #4885ca;
}
strong{
    font-weight:bold;
}
ul, ol{
    /*list-style-position: inside;*/
    /*display: inline-block;*/
}
mark,
.mark {
  background-color: #0072bb;
  color: #ffffff;
}

.text-default {
  color: #0072bb;
}

.lead {
	font-family: "source_sans_proregular", arial, verdana, sans-serif;
    font-weight: 500;
    color: #fff;
	letter-spacing: 0.05em;
}
p.dachzeile{
    color: #4885ca;
    font-size:0.95rem;
}
p.userinit{
    font-size: 0.9rem;
    text-align: right;
    margin-bottom: 0;
    margin-top: -40px;
}
small, .small {
    font-size: 85%;
}
p.zitat {
    font-family: "yanone_kaffeesatzlight", arial, sans-serif;
    margin-top: 20px;
    font-size: 2em;
    line-height: 1.2em;
    text-indent: -14px;
    color: #25ae93;
}
.highlighted{
    background-color: #fefb4b;
}
.separator1 {
    height: 1px;
	border-bottom:1px solid #ccc;
	/*padding-bottom:3px;*/
}
.separator2 {
    height: 2px;
	border-bottom:2px solid #ccc;
}
#footer.dark .separator-2::after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}

.audioplayer{
    background-color: #fff;
    width:100%;
}   
/* Fachbereiche */
.fbsquare {
    width: 13px; 
    height: 13px;
    display:inline-block;
    background-color:#1f8ad9;
    margin-left:3px;
    vertical-align: bottom;
}

.base{
    background-color:#b7dbff;
}
.theo{
    /*background-color:#faf07c;*/
    background-color:#f4e100;
}
.seni{
    /*background-color:#ffb793;*/
    background-color:#ff8e55;
}
.elte{
    background-color:#fe4b6f;
}
.poli{
    /*background-color:#a5d486;*/
    background-color:#8bcc61;
}
.pebi, .gesu, .kuku{
    background-color:#db6fff;
}
.ausb{
    /*background-color:#b7dbff;*/
    background-color:#62a4d5;;
}
.bifl{
    /*background-color:#b7dbff;*/
    background-color:#1f8ad9;;
}


p{
   -ms-hyphens: none;
   -webkit-hyphens: none;
   hyphens: none;
}
.p2br p{
    margin-bottom: 0;    
}

@media (max-width: 991px) {
    p{
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}
 .header {
    border-top: none;
    border-bottom: 2px solid #4885ca;
}
.fixed-header-on .header.fixed:not(.dark) {
    border-bottom: 2px solid #4885ca;
    background-color: rgba(255, 255, 255, 0.95);
}
.header-top {
    font-size: 14px;
}
.header-top:not(.banner) {
    /*background-color: #538aff;
    border-bottom: 1px solid #d0d0d0;*/
    background-color: #fcfcfc;
    border-bottom: 1px solid #fcfcfc;
    padding: 4px 0;
}
.header.dark {
    background-color: #538aff;
    /*background-color: #b7dbff;*/
    color: #cacaca;
    border-bottom: 5px solid #fdc806;
}
.dark-bg1 {
    background-color: #fafafa;
    border-bottom: solid 1px #ccc;
}
.dark-bg {
    /*background-color: #c3cee8;*/
    /*background-color: #597ac8;*/
    /*background-color: #b7dbff;*/
    /*background-color: #81c0ff;*/
    background-color: #1f8ad9;
    
    color: #cdcdcd;
}
.header-top.dark, .header-top.colored {
    color: #777777;
}
.dark .footer-content .nav.flex-column > li > a,
.dark .footer-content .nav.flex-column > li > a.active,
.dark .footer-content .nav.flex-column > li > a.active:focus,
.dark .footer-content .nav.flex-column > li > a:focus,
.subfooter p {
    color: #fff;
}
.dark .footer h1,
.dark .footer h2,
.dark .footer h3,
.dark .footer h4,
.dark .footer h5,
.dark .footer h6 {
    color: #fff;
}
/* Slider */

.large_white {
    font-size: 42px;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 2px 2px 4px #000000;
}
.medium_white {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
}
.large_black {
    font-size: 42px;
    font-family: "Raleway", sans-serif;
    line-height: 1.2;
/*    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;*/
    color: #242424;
    text-shadow: 2px 2px 3px #ffffff;
    /*background-color:rgba(194, 194, 194, 0.664);*/
}
.medium_black {
    font-size: 23px;
    font-weight: 300;
/*  color: #ffffff;
    text-shadow: 0 0 3px #000000;*/
    color: #000000;
    text-shadow: 2px 2px 3px #ffffff;
    /*background-color:rgba(194, 194, 194, 0.664);*/
}
.subfooter {
    /*background-color: #005fa6;*/
    background-color: #004980;
    border-top: 1px solid #fff;
    /*border-top: 1px solid #a7a2a2;*/
}
.dark .footer {
    /*background-color: #00498a;*/
    background-color: #005fa6;
}
.footer-content,
.footer-content a{    
    color: #fff;
}

.logo{
    /*width:150px;*/
    /*padding-top: 10px;*/
}
/*
.fixed-header-on .header .logo{
    width: 150px;
}
*/

.dark.header .navbar-nav li .nav-link:hover, .dark.header .navbar-nav li .nav-link:focus, .dark.header .navbar-nav .active .nav-link, .dark.header .navbar-nav .active .nav-link:hover, .dark.header .navbar-nav .active .nav-link:focus {
    background-color: #555;
    /*border-bottom: 1px solid #999999;*/
    /*border-bottom: 1px solid #fdc806;*/
}

.header .navbar-nav li .nav-link {
    padding: 8px 8px 7px 8px; /* Ausschalten für größere Menübuttons*/
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 57px;/* Ausschalten für größere Menübuttons*/
}
.fixed-header-on .main-navigation .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.anker {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: -110px;
}

.pt-6{
    padding-top:96px;
}
.mb-10{
    margin-bottom:4rem;    
}
.image-box .body {
    font-size: 16px;
}
h1 {
    /*color: #ec1c24;*/
    color: #666666;
    text-transform: none;
    font-size: 32px;
}
h2 {
    font-family: "Roboto Light", sans-serif;
    font-size: 24px;    
    /*color: #07a752;*/
    color: #555;
    text-transform: none;
}
h2 .hl_theo {
    color: #f4e100;
}
h2 .hl_seni {
    color: #ff8e55;
}
h2 .hl_elte {
    color: #fe4b6f;
}
h2 .hl_poli {
    color: #8bcc61;
}
h2 .hl_pebi {
    color: #db6fff;
}
h2 .hl_ausb {
    color: #62a4d5;
}

a.title:hover,
a.title:hover h1{
    text-decoration: none;
    color:#3a3a3a;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ec1c24;
    border-color: #ec1c24;
}
.btn-success:hover {
    color: #fff;
    background-color: #07a752;
    border-color: #07a752;
}
.btn:focus, .btn.focus {
    box-shadow:none;
}
.btn-dark,
.dark-bg .btn-dark{
    color: #ffffff;
    background-color: #005fa6;
    border-color: #005fa6;
}
.btn-dark:hover,
.dark-bg .btn-dark:hover {
    color: #fff;
    background-color: #1f8ad9;
    border-color: #2867f0;
}
.btn-dark:hover, 
.btn-dark:focus, 
.btn-dark.focus, 
.btn-dark:active, 
.btn-dark.active, 
.show > .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #005fa6;
    border-color: #005fa6;
}

.btn-dark:not(:disabled):not(.disabled):active, 
.btn-dark:not(:disabled):not(.disabled).active, 
.show > .btn-dark.dropdown-toggle {
    background-color: #1f8ad9;
    border-color: #2867f0;
}

.btn-lblu,
.dark-bg .btn-lblu{
    color: #ffffff;
    background-color: #005fa6;
    border-color: #005fa6;
}
.btn-lblu:hover,
.dark-bg .btn-lblu:hover,
.btn-lblu:focus, 
.btn-lblu.focus, 
.btn-lblu:active, 
.btn-lblu.active {
    color: #fff;
    background-color: #1f8ad9;
    border-color: #2867f0;
}


.nav-tabs.style-2 + .tab-content > .tab-pane {
    padding: 15px;
    border: 1px solid #f1f1f1;
        border-top-color: rgb(241, 241, 241);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
    background-color: #fafafa;
}
.call2action-bg{
    background-color: #fdc806;
    border-color: #fdc806;
    /*background-color: #07a752;
    border-color: #07a752;
    background-color: #783a89;
    border-color: #783a89;*/
}
.call2action-bg.shadow::before, .call2action-bg.shadow-narrow::before {
    background-color: #fdc806;
    /*background-color: #07a752;
    background-color: #783a89;*/
}
.icon.without-bg {
    font-size: 30px;
}
.fa.size_dl{
    font-size:30px;
    padding-top: 6px;
    margin-right: 8px;  
}
.downloadtitle{
    font-weight:bold;
    line-height: 1;
}
a>p.linklist{
    text-decoration: underline;
}
.downloadtitle:hover,
a > p.downloadtitle,
a > p.downloadtitle:hover,
a:hover > p.downloadtitle{
    text-decoration: none;
}
.tooltip-inner {
    max-width: 150px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #999;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #999 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #999 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #999 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #999 !important;
}
.cal {
    padding-top: 6px;
    color: #fff;
    text-align: center;
    background-color: #07a752;;
    float: left;
    width: 55px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.calday {
    font-size: 24px;
    text-shadow: #333 -1px -1px 0px;
}
.calmonth {
    font-size: 12px;
    text-shadow: #333 -1px -1px 0px;
    clear: both;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled]
.form-control {
    opacity: 0.9;
    filter: alpha(opacity=90);
}


/* Stile für den Captchablock */
.capco{
    display: block;
}
.cap,
.capi{
    display: inline-block;
    height: 34px;
    margin-right: 4px;
}
.capi{
    margin-left:6px;
}
  
.capa{
    float:left;
    width: 115px;
}
.cape{
    float:left;
    width: calc(100% - 120px);
}
.btn-field-align{
    margin-top:26px;
}



.hebe.tp-rightarrow .tp-title-wrap {
    display:none;
}
.hebe .tp-title-wrap {
    display:none;
}


.switchcontent{
	display:none;
}
.alphabet {
	font-size: 1.1em;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	color:#aaaaaa;
}
.act, .act a {
	color:#000000;
	text-decoration:underline;
}
.alphabet a{
	color:#666666;
 }

 .faktenbox{
    padding: 10px 0 0 0;
    background-color: #f1f6fb;
    margin: 0;
 }
.fb-cellblock{
    border: solid 1px #ccc;
    margin: 5px;
    padding: 1px 15px;
    height: 100%;
    background-color: #fff;
}
 .fb-cell{
    padding: 5px;
    min-height: 100%;
    margin-bottom: 10px;
}
.fb-titel{
    margin:0;
    margin-top:-12px;
    background: #fff;
    width: auto;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    font-size: 0.85rem;
}

.fb-content{
    margin:0;
    margin-top:12px;
    margin-bottom:5px;
}