/* mulish-regular - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('mulish-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('mulish-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('mulish-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('mulish-v12-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
  }
  

html,body {
    font-family: 'Mulish', serif;
    height: 100%;
    background-color: #fff;
    color: #fff;
    font-weight: 300;
    font-size: 100%;
	background: #fff url('../images/wood_texture.png');
}

body {
  position: relative;
  padding-top: 5em;
  padding-bottom: 2em;
}

/*html.home, html.home body {
    background: url("../images/bg.jpg?190515") center center fixed;
}*/

h1 {
    font-size: 2.5em;
}
h3 {
    font-size: 1.75em;
}

.privpolnav {
    background-color: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.privpolnav a {
    font-size: 0.75em;
    color: #858585;
}

.headerline {
    margin: 1.5em;
    font-size: 0.75em;
}

.headerline .row .row {
    margin-top: 2em;
}

.navbar {
    margin-bottom: 1em;
    min-height: 0;
    height: auto;
    border-radius: 0;
    background-color: #252525;
    color: #fff;
}

.navbar-default {
  background-color: #005AAB;
  border: none;
}

.navbar-nav li {
    font-size: 1em;
}

.navbar-default .navbar-nav > li > a {
    letter-spacing: 0.25px;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #2CAFE5;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a.current,
.navbar .dropdown-menu > li > a.current {
    color: #005AAB !important;
    background-color: #fff;
}

.navbar-brand {
    float: none;
    padding: 0;
    line-height: normal;
    font-size: inherit;
    margin: auto !important;
    max-width: 250px;
}

.navbar-brand img {
    margin-left: 15px !important;
    margin-top: 9px !important;
    width: 100%;
    max-width: 350px;
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        letter-spacing: 0.25px;
        padding: 1em;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-nav li {
        font-size: 0.85em;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 1.25em 0.5em;
    }
}

#scrollToTop {
    position: fixed;
    bottom: 0.75%;
    right: 0.25%;
    z-index: 3;
    background-color: #fff;
    border-color: #333;
    color: #032a3e;
}

footer {
    background-color: #2CAFE5;
    color: #fff;
    position: relative;
    padding: 140px 1rem 1rem;
}
footer::before {
    width: 100%;
    height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    display: block;
}

footer .inside {
    position: relative;
    justify-content: center;
    display: flex;
}

footer .kompass {
    position: absolute;
    top: -120px;
    text-align: center;
    background-color: #2CAFE5;
    width: 140px;
    height: auto;
}

footer figure {
    position: relative;
    transition: .3s ease-in-out;
    line-height: 0;
    display: block;
    margin: 0;
    padding: 0;
}

footer small {
    color: #fff;
}

footer h3 {
    font-weight: bold;
}

footer h3 span,
footer h3 a,
footer h3 a:hover {
    display: inline-block;
    margin-top:0.5em;
    color: #fff;
}

footer p > a:first-of-type {
    margin-top:1.5em;
}

footer p a {
    color: #fff;
    margin-bottom: 0.75em;
    font-size: .8em;
    display: inline-block;
}

footer p a:hover {
    color: #fff;
}

.pline .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.pline .row > [class*='col-'] {
  display: flex;
  align-items: center;
}

.pline {
    background-color: #fff;
    padding-top:1em;
    padding-bottom:1em;
}

.pline a {
    margin: auto;
}

.pline img {
    max-width: 150px;
}

.fline {
    background-color: #F6F5F0;
    text-align: center;
    color: #005AAB;
    font-size: 0.75em;
    padding: 1.25rem;
}

.fline p {
    margin: auto;
}

/*div.footer {
    background-color: #2CAFE5;
    margin-top: 1em;
    padding: 1em 0;
	font-size: .8em;
	line-height: 2em;
}
div.footer a {
    color: #fff;
    text-decoration: none;
	margin: 1em;
}
div.footer a:hover {
    text-decoration: underline;
}*/

.mainBox {
	border-radius: 8px;
	box-shadow: 1px 1px 2px 0 #828282;
	background-color: #fff;
	color: #005AAB;
}
.mainBox > a:hover {
	color: #005AAB;
	text-decoration: none;
}
.mainBox > a {
	color: #005AAB;
	font-size: 1em;
	text-decoration: none;
}

@media (max-width: 768px)
{
    .upcomingevents,
    .startvenues,
    .startsrvcs,
    .startpartner {
        margin-top: 1em;
    }

    .startnews {
        margin-top: 2em;
    }

    .navbar-brand img {
        margin-top: 12px !important;
        max-width: 250px;
    }
}


@media (min-width: 750px) {
    html,body {font-size: 100%;}
}
@media (min-width: 450px) and (max-width: 749px) {
    html,body {font-size: 90%;}
}

@media (max-width: 991px) {
    .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

a#scrollDown {
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #000;
    text-align: center;
    padding-top: 3px;
    width: 90px;
    height: 30px;
    font-size: 1.40em;
    color: #333;
    display: block;
    cursor: pointer;
    outline: 0;
}

.video-container { position: relative; padding-bottom: 40.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 1em; max-width:560px; }
.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-height: 315px;}

textarea {
    resize: none;
}

.charsleft {
    font-size: 0.85em;
}

.content h3 {
    margin-top: 1.5em;
}

body > .content {
    font-size: 90%;
    padding-bottom:5em;
}
html.home body {
    padding-top:0;
}

.collapsed {
    border-color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.datapriv {
    position: fixed;
    bottom: 20px;
    width: 100%;
    min-height: 30px;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    color: #fff;
    display: none;
    font-size: 0.85em;
}

.datapriv div {
    display: inline-block;
    max-width: 80%;
    width: 100%;
    margin: auto;
    text-align: center;
}

.datapriv p {
    display: inline-block;
    margin: auto 5px;
    font-size: 1em;
}

.datapriv a {
    display: inline-block;
    margin-left: 15px;
}

.datapriv button {
    padding: 0 7px;
    font-size: 0.85em;
    margin-left: 15px;
    display: inline-block;
}

.btn-grey {
    background-color: #3b3b3b;
    color: #fff;
    border-color: #222;
    text-shadow: none;
}

.btn-grey:hover,
.btn-grey:focus {
    background-color: #111;
    border-color: #000;
}

@media (min-width: 480px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar .dropdown-menu {
    background-color: #3b3b3b !important;
    color: #fff;
  }
  .navbar .dropdown-menu > li > a {
    color: #fff !important;
  }
  .navbar .dropdown-menu > li > a:hover,
  .nacbar .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #4b4b4b;
  }
}

.image.center {
  margin: auto;
  display: block;
}
.image.right {
  float: right;
  clear: both;
}
.image.left {
  float: left;
  clear: both;
}

.socialbtns {
    margin: 2em 2em;
}

.socialbtns li {
    display: inline-block;
    margin: auto 0.35em;
}

.socialbtns li a {
    color: #ccc;
    height: 100%;
    width: 100%;
}

@media (min-width: 991px) {
    #landingctr { margin: 9em auto; }
}

#landingctr .nav a { color: #aaa; }
#landingctr .visible-xs-block { margin-top: 2em; }
#landingctr .visible-xs-block .nav a { text-align: center; }
#landingctr .hidden-xs .nav a { text-align: right; }

#landingctr .nav > li > a:focus,
#landingctr .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

#landingctr .footerlinks,
#landingctr .footerlinks a {
    color: #555;
    font-size: 0.75em;
}

.blog-entry > article > p.archv {
    font-weight: bold;
    margin-bottom: 2em;
}

.post-summary {
    margin-bottom: 2em;
}

.rowtermine {
    margin-bottom: 2em;
}
.rowtermine p.day {
    font-size: 2.25em;
    margin-bottom: 0;
    color: #f00;
}
.rowtermine p.month {
    text-transform: uppercase;
}
.rowtermine p.subinfo {
    color: #8c8c8c;
    font-size: 1em;
}
.rowtermine .col-sm-8 p {
    margin-bottom: 0.25em;
}
.rowtermine a,
.rowtermine p.so {
    width: 100%;
    height: 100%;
    background-color: #2a0000;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 1em 1em;
    font-size: 1.25em;
}
.rowtermine p.so {
    font-weight: bold;
    transform: rotate(-5deg);
    background-color: transparent;
    color: #f00;
}
.blog-entry .media-left img {
    padding: 0;
}
.blog-entry .media-left a > div {
    margin: 0;
}
.blog-entry p.title {
    font-weight: bold;
    font-size: 1.35em;
    margin-bottom: 0;
}
.blog-entry p.date {
    font-size: 0.75em;
    color: #777;
}
.blog-entry .content img {
    max-width: 100%;
    height: auto;
}
.blog-entry .post-image img {
    width: auto !important;
}

.extrasdl {
    margin-bottom: 2em;
}
.extrasdl a small {
    color: #777;
}
.btn-toolbar .btn.btnmrgn {
    float: none;
    margin: 1.5em auto;
    background-color: #a00;
    border: 1px solid #600;
}
.thumbnail {
    background: transparent;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
}

html.termine div.typography:first-of-type {
    background: transparent;
    padding: 0;
}
.dienstleistungrow,
.teamrow,
.partnerrow {
}
.dienstleistungrow div.thumbnail,
.partnerrow div.thumbnail {
    background-color: #fff;
}
.dienstleistungrow span,
.teamrow span,
.partnerrow span {
    font-size: 1em;
    margin: 10px auto 0;
    display: block;
}
.dienstleistungrow img,
.teamrow img,
.partnerrow img {
    margin: auto;
}

.teamrow .teamobj:nth-child(odd) .thumbnail {
    background-color: #252525;
}

.teamrow .teamobj:nth-child(even) .thumbnail {
    background-color: #676767;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #000;
    border: none;
    margin: 10px 5px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #111;
    border: none;
    color: #337ab7;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #a00;
    border: none;
}
.pagination > li > .prev span,
.pagination > li > .next span {
    font-size: 1.5em;
}
.pagination > li > .prev,
.pagination > li > .next {
    padding-top: 0;
    padding-bottom: 2px;
}

div.typography {
    background-color: #fff;
    padding: 1em;
    padding-bottom: 0.5em;
    color: #000;
}

.blog-entry img {
    margin: auto;
}
.blog-entry .author {
    font-size: 0.75em;
    color: #888;
    margin-top:1em;
}

.presserow > div {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}
.presserow > div p {
    margin: auto;
}
.presserow a {
    color: #000;
}
.presserow a:hover {
    color: #999;
}
.presserow button {
    margin-right: 1em;
}
.presserow p {
    font-size: 1em;
}
.presserow p > span {
    vertical-align: middle;
}

html.home .news_item:first-of-type {
    text-transform: uppercase;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #005AAB;
	color: #fff;
    font-size: .9em;
}

html.home .news_item {
    padding: 0.25em 0.35em;
}

html.home .news_item:nth-of-type(even) {
    background-color: #F6F5F0;
}

html.home .news_item:hover {
	background-color: #eee;
}

html.home .news_item:first-of-type:hover {
	background-color: #005AAB;
}

html.home .news_item a {
    color: #005AAB;
	font-size: 1.25em;
	text-decoration: none;
}

html.home .news_item p {
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding: .75em;
    font-size: .8em;
}

html.home .news_item span {
    color: #2CAFE5;
    font-size: 0.7em;
}

html.home .news_item span.label {
    color: #fff;
    font-weight: normal;
}

.videoPar {
    position: relative;
}

.videoPar .yt {
    height: 300px;
    padding-left: 29px;
    padding-top: 28px;
    width: 596px;
    z-index: 1;
}

.homeslider {
    position:relative;
    margin-bottom:1em;
    border-radius:2px
}

html.home .homeslider {
    margin: 7em auto 5em;
}

.homeslider:hover a{color:#fff !important}
.homeslider a{
    display:block;
    text-decoration:none;
    border-bottom:none
}

html.termine .homeslider .description > a {
    display: inline-block;
}

.homeslider img {
    overflow:hidden;
    text-align: center;
    margin: auto !important;
}
.homeslider .description{
    position:absolute;
    z-index:2;
    bottom:1em;
    left:6em;
    display:block;
}
.termine .homeslider .description {
    left: 1em;
}
.homeslider .description h2,
.homeslider .description span{
    display:inline-block;
    padding:0.375em;
    margin:0.375em 0;
    border-radius:2px;
}

.home .homeslider .description h2,
.home .homeslider .description span,
.termine .homeslider .description .date{
    background-color:#005AAB;
    color: #fff;
}

.homeslider .description span.descr{
    background-color: #fff;
    color: #005AAB;
}
.homeslider .description p{
    /*color:#fff;
    background-color:#000;*/
    display:inline-block;
    font-size:1em;
    /*padding:0.375em;
    margin:0.375em 0;*/
    border-radius:2px;
}

.termine .homeslider .btn {
    font-size: 1em;
    float: right;
}

.termine .homeslider .label {
    margin-top: 1.25em;
    margin-right: 0.5em;
    float: right;
}

@media (max-width: 641px) {
    .homeslider .description span.xs-more{
        float:right;
        background: none;
    }
    .homeslider .description span.sm-more{
        display: none;
    }
    .homeslider .description span.date{
        background: none;
    }
    .homeslider .description p{
        display: block;
    }
    .homeslider .description span.descr{
        display: block;
        text-align: center;
    }
}

@media (min-width: 641px) {
    .homeslider .description span.sm-more{

    }
    .homeslider .description span.xs-more{
        display: none;
    }
    .termine .homeslider .label {
        margin-left: 0.5em;
    }
    .termine .homeslider div.termtix {
        display: none;
    }
    .termine .homeslider .description span.descr{
        margin-right: 0.5em;
    }
}

@media (max-width: 767px) {
    .termine .homeslider a.termtix {
        float: none;
    }
}

.programminfo {
    display: none;
}

@media all and (max-width: 30em){
    .homeslider { margin-bottom:0.75em }
    .homeslider .slides img { border-radius:0 }

}

@media all and (max-width: 40em){
    .homeslider .item {
        background-color: #252525;
    }
    .homeslider .slides img {
        border-bottom-left-radius:0;
        border-bottom-right-radius:0
    }
    .homeslider .description-wrapper {
        padding:1em 1em 0 1em;
        overflow:hidden;
        border-bottom-left-radius:2px;
        border-bottom-right-radius:2px
    }
    .homeslider .description {
        position:relative;
        bottom:auto;
        left:auto
    }
    .homeslider .description h2 {
        background-color: #fff;
        color:#000;
        padding:0.5em;
        display:block;
        font-size:1em;
        margin:0
    }

    .homeslider .description p {
        font-size: 0.9em;
    }

    .programminfo {
        padding: 0.5em 1em;
        background-color: #252525;
        display: block;
        color: #dbde37;
    }

}

.glanceinfo {
    background-color: #fff;
    box-shadow: 1px 1px 2px 0 #828282;
    border-radius: .1875rem;
    padding: 0.1em 0.5em;
    margin-bottom: 1em;
    clear: both;
}

@media (min-width: 769px) {
    .glanceinfo {
        float: right !important;
        margin-left: 2em;
    }
}

.glanceinfo .row {
    padding: 0.5em 0;
}

.glanceinfo p {
    font-size: 0.9em;
}

.glanceinfo > .tix p {
    margin: auto;
}

.schedule {
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #fff;
    padding: 0.25em 0;
}

.schedule-group {
    margin-bottom: 1.5em;
}

.schedule-month {
    background-color: #2CAFE5;
    color: #fff;
    text-indent: 0.4em;
    margin-bottom: 10px;
    padding: 0.5em 0.5em;
}

.schedule-month h3 {
    font-size: 1.75em;
}

.schedule-noentry { padding-left: 15px; }
.schedule-entry {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    cursor: pointer;
    background-color: rgba(255,255,255,0.90);
    color: #000;
}
.schedule-entry > div:nth-child(2) { display: none; }
.schedule-entry > div { overflow: hidden; }
.schedule-entry > div > div { line-height: 1.75em; }
.schedule-entry div.show div.col-md-7 { font-weight: bold; }
.schedule-entry .show .col-md-3 span.label { font-weight: normal; }
.schedule-entry .show .col-md-6 { vertical-align: middle; }
.schedule-entry .show p { font-size: 1em; margin: 0; padding-top:2px; }
.scheduleDate { font-size: 0.95em; }

.nomargin {
    margin: 0 !important;
}

.startvenues > div,
.startsrvcs > div,
.startpartner > div {
    background-color: #252525;
    color: #fff;
    padding-bottom: 1em;
}
.startvenues .boxtitle,
.startsrvcs .boxtitle,
.startpartner .boxtitle {
    text-align: left;
    background-color: #dbde37;
    padding: 0.25em 0.35em;
    margin-bottom: 1.0em;
}

.startvenues > div p,
.startsrvcs > div p,
.startpartner > div p {
    color: #333;
    margin: 0;
    padding: 0 0.5em;
    font-weight: bold;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    margin: 1em auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide a {
    color: #fff;
}

.blog-entry .content img.feat {
    margin-left: 1em;
    margin-bottom: 0.5em;
}

a.termtix {
    margin-left: 4px;
    color: #fff;
}

html.termine .homeslider:hover a{
    color:#fff !important
}
a.termtix:hover,
a.termtix:active{
    color: #fff;
}

.image {
    display: block;
    max-width: 100%;
    height: auto;
}

.bgwrap {
    background: url("../images/landing.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 2em;
    -webkit-box-shadow: 0px 0px 12px 5px #333333;
    box-shadow: 0px 0px 12px 5px #333333;
}

.list-group {
    margin-bottom: 0;
}

.list-group-item {
    border-left: 0;
    border-right: 0;
}

.list-group-item:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.list-group-item:first-of-type {
    border-top: 0;
}
.list-group-item:last-of-type {
    border-bottom: 0;
}

.carousel-control {
    width: 10%;
}
