body, html {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1.1rem;
}

#header, #headersub {
    width:100%;
    position: fixed;
    height:150px;
    z-index:100;
    background-color:rgba(255, 255, 255, 0.8);
}

#header.smallheader, #headersub {
    background-color:rgba(255, 255, 255, 1);
    border-bottom:1px solid #8c0042;
}

footer {
    background-color:rgba(0,0,0,0.6);
    color: #FFF;
    padding: 3rem 0 1rem 0;
}


a { color: #3babd6;
    text-decoration: underline;
}

a:hover { color: #8c0042;
    text-decoration: underline;
}

a.btn, a.nav-link, a.nounderline { text-decoration: none;}

footer a, footer a:hover { color:#FFF; text-decoration: none;}

header { margin-bottom:1.5rem;}

.headerimg {
    background-image: url("../img/header.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height:550px;
}

.logo img, .headerimg img {
    height:100%;
    width:auto;
}

.headertxt {
    height:150px;
}



#main { width:100%;}
#subpage { width:100%; padding-top:200px;}


.ce-uploads li {
    margin:0;
}
.navrow {
    height:100px
}

.langrow {
     height:50px;
    text-align: right;
}

.nav-item {
    font-size:1.1rem;
    margin:1px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
}
.nav-item:hover, .nav-item.active {
    background-color: #8c0042;
    color:#FFF;
    border: 1px solid #8c0042;
    border-radius: 0.75rem;
    margin:0px;
}

.navbar-light .navbar-nav .nav-item:hover a, .navbar-light .navbar-nav .nav-item.active a {
    color:#FFF;
}

.navbar-light .navbar-nav .nav-item a.nav-link:hover { color:#FFF;}

.nav-footer a { margin: 0 0.5rem 0.5rem;}
.nav-footer a:first-child {margin-left:0;}
.nav-footer a:last-child {margin-right:0;}

.nav-link.langitem {
    padding:0 0.5rem 0 0.5rem;
}

.headerimg-text {
    padding-top: 330px;
    padding-left: 600px;
    text-shadow: 1px 1px #333333;
}

.headerimg-text a:hover { text-decoration: none;}

.hellblau, .hellblau a {
    color: #3babd6;
}

.dunkelrot, .dunkelrot a {
    color: #8c0042;
}

.weiss, .weiss a {
    color:#FFF;
}

.bg-hellblau {
    background-color: rgba(59,171,214,0.15)!important;
}

.hr { height:2px; width:150px; background-color: #3babd6;}

.btn {
    border-radius: 0.5rem;
}
.btn-primary {
    background-color: #3babd6;
    border-color: #3babd6;
}

a.btn-primary {
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: rgba(59,171,214,0.9);
    border-color: rgba(59,171,214,0.9);
    box-shadow: none;
}

.btn-secondary {
    background-color: #8c0042;
    border-color: #8c0042;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #8c0042;
    border-color: #8c0042;
}

.rounded {
    border-radius: 1rem!important;
}

.feathercustom {
    width:200px;
    height: auto;
}

.col-event {
    height: 100%;
    border-radius: 0.75rem;
    padding: 1rem;
}

legend {
    display: none;
}



h3.collapsed .fa-chevron-up:before {
    content: "\f078";
}

.collapseitem {
    border-bottom:1px solid #000;
}

.collapseitem h3 { cursor:pointer;}

div.collapse, div.collapsing {
    font-size:1.1rem;
}

.smicons i {
    font-size:5rem;
}

.smicons a { margin-right: 2rem;}
.smicons a:last-child {margin-right:0;}

.tn-images img { margin-bottom:3rem;}

.tx-onphoenix .nav-item {
    border-bottom:1px solid #212529;
    margin:0;
}
.tx-onphoenix .nav-item:hover, .tx-onphoenix .nav-item.active {
    background-color: rgba(59,171,214,0.15);
    border:0;
    border-bottom:1px solid #212529;
    border-radius:0;
}
.tx-onphoenix .nav-item a, .tx-onphoenix .nav-item:hover a {
    color:#212529;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tx-onphoenix .itemborder {
    border-bottom:1px solid #3babd6;
}
