@import url('fonts.css');
.navbar-brand {
        /* text-indent: -1000px; */
        xwidth: 286px;
        /* height: 0px; */
        height: auto;
        overflow: hidden;
        padding: 0;
        background: none;
        background-size: contain;
    }
    .maps .btn-default {
        color: #333;
        font-size: 13px;
        display: inline;
        cursor: pointer;
        -webkit-transition: all 400ms cubic-bezier(0.490, 0.500, 0.150, 1.360);
        -moz-transition: all 400ms cubic-bezier(0.490, 0.500, 0.150, 1.360);
        -ms-transition: all 400ms cubic-bezier(0.490, 0.500, 0.150, 1.360);
        -o-transition: all 400ms cubic-bezier(0.490, 0.500, 0.150, 1.360);
        transition: all 400ms cubic-bezier(0.490, 0.500, 0.150, 1.360);
        padding: 1px 4px;
        background: none;
        border: none;
    }
    .maps .btn.btn-lg {
        border-radius: 0;
    }
    .maps .filter-wrapper > div.ui-group {
        padding-top: 5px;
        margin-bottom: 1px;
        font-weight: 700;
    }
    .maps .ui-group {
        margin-bottom: 3px;
        margin-left: -13px;
    }
    .maps .button-group.js-radio-button-group {
        display: inline;
        margin-left: 10px;
    }
    .navbar-header {
        float: right;
    }
    .navbar-brand {
        /* margin-right: 15px; */
    }
    h2 {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        padding: 15px;
        text-transform: uppercase;
        /* background-color: #5b6; */
        z-index: 10000;
    }
    a {
        color:#5b6; 
    }
    a:hover {
        text-decoration:none; 
        color:#596;
 
    }
    h2.fixed,
    .hwrapper.fixed {
        position: fixed;
        top: 0;
        /* padding: 10px; */
        background-color: transparent;
        width: 100%;
        z-index: 11;
        cursor:  pointer;
    }
    .hwrapper.fixed h2 {
        padding: 10px 15px;
    }
    .hwrapper {
        background-color: #5b6;
        /* margin-top: 20px; */
    }
    .container {
        padding-top: 0;
    }
    .maps .container {
        margin-bottom: 40px;
    }
    .maps .filter-wrapper {
        top: 0;
        background: rgba(85, 153, 102, 0.2);
        padding-bottom: 2px;
        margin: 0 -15px 30px;
        z-index: 50;
        /* width: 1170px; */
        padding: 11px 15px 15px;
    }
    .maps .buttonActive {
        background-color: rgba(85, 153, 102, 0.2);
        font-weight: 500;
    }
    .maps .buttonActive:before {
        content: "× ";
        font-size: 14px;
    }
    .maps .filter-wrapper > div:nth-child(5) > div {
        margin-left: 43px;
    }
    .maps .filter-wrapper > div:nth-child(3) > div {
        margin-left: 43px;
    }
    .maps .filters {
        margin-bottom: 15px;
        padding-left: 60px;
        margin-top: 0;
    }
    .maps .col-sm-12 {
        width: 24.9%;
        padding: 1%;
    }
    .maps .headerActive {
        background-color: rgba(85, 153, 102, 0.88);
        transition: padding 3s ease;
        color: #fff;
        shadow: none;
    }
    .maps .headerActive:hover {
        color: #fff;
    }
    .maps .btn.btn-lg {
        padding: 0 10px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
        opacity: 0.85;
        transition: opacity 0.1s ease, padding 0.1s ease;
    }
    .maps .btn.btn-lg:after {
    overflow: hidden;
    content: attr(data-content);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: width 0.2s ease, opacity 0.1s ease;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

    .maps .btn.btn-lg.headerActive:before {
        content: "× ";
		padding-right:5px;
        font-size: 14px;
    }
    .maps .btn.btn-lg.headerActive {
        position: relative;
        z-index: 2;
        opacity: 1;
    }
    .maps .btn.btn-lg.headerActive:after {
        margin-left: 15px;
        width: 50px;
        opacity: 1;
    }
    .maps .thumbnail a > img {
        border: none;
        margin-top: 0;
        z-index: -1;
        position: relative;
        /* border: 3px solid rgba(85, 153, 102, 0.4); */
        max-height: 261px;
        border-radius: 0;
    }
  
    .maps .btn.btn-lg.articles {
        width: 80%;
        visibility: hidden;
        padding: 4% 15%;
        background-color: #5b6;
        color: #fff;
        margin-top: 0;
        margin-left: 10%;
        position: absolute;
        transition: all 0.1s ease-in-out;
    }
    .maps .btn.btn-lg.articles:hover {
        background-color: #596;
    }
    .navbar.navbar-inverse{
        background-color: transparent;
        background-image: none;
        /* opacity: .9; */
        margin: auto;
        border-radius: 0;
        border: none;
        width: 100%;
        background-image: none;
        position: relative;
        z-index: 11;
    }
    header .navbar.navbar-inverse{
    position: fixed;
    top: 0;
    height: 220px;
    z-index: 11;
    background-color: #596;
    background-image: linear-gradient(to bottom, #596 0%, #5b6 100%);
    margin: auto;
    }
    .maps .thumbnail .caption .teaser {
        position: absolute;
        top: 50px;
        margin-right: 18px;
    }
    .maps .thumbnail .details {
        visibility: hidden;
        position: absolute;
        /* transition: left 100ms ease-in-out; */
        left: -264px;
    }
    .maps.container {
        /* overflow: hidden; */
        xheight: 1140px;
    }
    .maps .thumbnail {
        border: none;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        padding-top: 97%;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
        border: 3px solid rgba(85, 187, 102, 0.4);
        min-height: 145px;
    }
    .maps .placeholder .thumbnail {
        border: 3px dashed rgba(85, 187, 102, 0.12);
    }
    .maps .thumbnail:hover {
      top: 0;
      left: 0;
      box-shadow: none;
      background-color: rgba(221, 238, 221, 0.85);*/;
    }
    .maps .thumbnail a {
        position: absolute;
        display:block;
        /* z-index:10; */
        top: 0;
        left: 0;
    }
    .maps .thumbnail .caption {
        padding: 6px 15px;
        z-index: 10;
        width: 100%;
        top: 0;
        background-color: rgba(255,255,255,0.8);
    }
    .maps .thumbnail:hover .caption {
        background-color: transparent;
    }
    .maps .title {
        position: absolute
    }
    .noResults {
        display: none;
        font-style: italic;
        font-weight: 600;
        color: #74A8FF;
    }
    header {
        width: 100%;
        background-image: url('../images/pattern.png');
        padding: 0 0 1px;
        z-index: 12;
    }
    .kontakt.container {
        overflow: hidden;
    }
    .kontakt .feedback {
            font-size:1.8em;
            font-style: italic;
    }
    header .navbar-brand {
        position: absolute;
        /* top: 35px; */
        bottom: 4px;
        margin-left: auto;
        /* margin-right: auto; */
        right: 50%;
        margin: 0;
        margin-right: -260px;
        /* right: 0; */
        width: 519px;
        padding: 0px 15px;
        /* background: url('../images/logo_750px.png') 0px 3px no-repeat; */
        background-size: contain;
        z-index: 100000;
    }
    header .navbar-brand img {
        width: 100%;
        /* margin-right: -50%; */
        /* position: absolute; */
    }
    header .navbar-header {
        position: relative;
        /* width: 1170px; */
        z-index: 100;
        float: none;
        /* margin: 70px auto; */
        top: 0;
    }

    header ul.categories li {
        position: relative;
        display: inline-block;
        height: 10ex;
        width: 10ex;
        border-radius: 50%;
        background-color: #5b6;
        text-align: center;
        margin: 2ex 1.5ex 4ex 0;
        padding-top: 3.6ex;
        font-weight: 400;
        font-size: 27px;
        /* cursor: pointer; */
        transition: background-color, background, box-shadow  200ms ease-in-out;
        opacity:1;
        text-transform: uppercase;
    }
	
    header ul.categories li a {
        background-color: transparent;
    }
    
    header ul.categories li.twolines {
        padding-top: 2.3ex;
    }

    header ul.categories li.schule {
        background-color: #f90;
		transform: rotate(-6deg);
    }
	
    header ul.categories li:hover {
        background: rgba(85, 153, 102, 1);
        box-shadow: 0 0 0 14.5px rgba(85, 187, 102, 0.3);
    }
	
    header ul.categories li.schule:hover {
        background: #f63;
        box-shadow: 0 0 0 14.5px rgba(255, 100, 50, 0.3);
	}
    header .button-link {
        color: #fff;
        text-decoration: none;
        position: absolute;
        margin: 0.28em auto;
        left: 0;
        right: 0;
        line-height: 1.1em;
        background-color: transparent;
    }
    
    @keyframes bounceIn {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: scale(0.95);
            -moz-transform: scale(0.95);
            -o-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
        }
        25% {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        50% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        70% {
            opacity: 1;
            -webkit-transform: scale(0.95);
            -moz-transform: scale(0.95);
            -o-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
        }
        100% {
            opacity: 0;
            visibility: hidden;
            filter: alpha(opacity=100);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }
    header ul.categories > li:nth-child(0) {
        animation: appear .8s 0.3;
        -webkit-animation: appear .8s 0.3;animation-delay: 2s;

    }
    header ul.categories {
        list-style: none;
        position: relative;
        display: inline-block;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    header ul.categoriess.navi {
    list-style: none;
    position: relative;
    left: 14%;
    margin-top: 0px;
    text-align: center;
}
    header p.intro {
     font-style: italic;
     font-size: 23px;
     text-align: center;
     padding: 30px 0 0;
     margin: auto;
    }
    ul.logos {
        list-style: none;
        margin: 70px 2em 350px 100px;
        padding:  0;
    }
    ul.logos li {
        /* display: inline-block; */
        /* margin-right: 50px; */
        margin: 0 70px 70px 0;
        float: left;
    }
    ul.logos li img {
        border: none
    ;
        max-width:  100%;
    }
    .text {
        /* font-style: italic; */
        font-size: 20px;
        margin: 0 100px 50px;
    }
    .timeline table {
        margin: 0 auto;
    }
    .timeline td {
        padding: 5px 30px;
    }
    .timeline #date {
        font-size: 14px;
        padding: 15px 30px;
        /* padding-right: 10px; */
    }
    .timeline tr {
        border-bottom: 1px solid #5b6;
    }
    .timeline #task {
        font-size: 24px;
    }
    .timeline #link {
        border-bottom: none;
    }
    .timeline #linkText a {
        margin: 0 2px;
        float: right;
        font-style: italic;
        font-weight: 600;
        color: #5b6;
        font-size: 18px;
    }
    .kontakt .forms {
        width: 50%;
        margin: 0 auto;
        left: 0;
        right: 0;
        font-style: italic;
        font-size: 22px;
    }
    .kontakt textarea.form-control {
        resize: none;
        height: 200px;
        outline: 0
    }
    .kontakt .name {
        border: 0px solid;
        border-bottom: 1px solid #D2D2D2;
        outline: 0
    }
    .kontakt .btn.btn-default {
        float: right;
    }
    .content {
        position: relative;
        width: 100%;
        /* height: 100%; */
        padding: 230px 0 0;
    }
    .projektinfo .content, .timeline .content, .kontakt .content {
        padding-top: 180px;        
    }
    .timeline .content,
    .kontakt .content {
        margin-bottom: 160px;
    }
    footer {
        width: 100%;
        clear: both;
        background-color: #ccc;
        padding: 5px 0;
    }
    @keyframes appear {
        from {
            opacity: 0;
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    /* Adapt map to screen height */

    @media (max-height: 800px) {
        .map {
            max-height: 500px;
        }
        .fullscreen .map {
            max-height: none;
        }
    }
    @media (max-height: 700px) {
        .map {
            max-height: 400px;
        }
        .fullscreen .map {
            max-height: none;
        }
    }
    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
        .hwrapper h2 {
            width: 1170px;
            margin: 0 auto;
        }
    }
    /* Narrow screens */

    @media (max-width: 992px) {
        figure .legend,
        figure .credits {
            display: block;
            position: static;
        }
        figure .legend {
            float: left;
        }
        figure {
            /* clear: left; */
        }
        figure svg {
            clear: both;
        }
        .info section,
        .info section.datainfo {
            width: auto;
            float: none;
        }
        figure .mapLegend {
            font-size: 12px;
        }
    }
    @media (max-width: 900px) {
        .container {
            width: auto
        }
        .maps .btn.btn-lg.articles {
            margin-top: -28%;
        }
        .maps .thumbnail .caption .teaser {
            font-size: 11px;
        }
        .maps .thumbnail .caption {
            font-size: 12px;
            padding: 5px 15px;
        }
        .maps .btn.btn-lg.articles {
            margin-top: -50px;
        }
           header ul.categories li {
            font-size: 21px;
         }
    }
      @media (max-width: 800px) {
        .maps .thumbnail .caption .details {
            visibility: visible;
        }
        .maps .btn.btn-lg.articles {
            font-size: 12px;
            padding: 3px;
            margin-top: -25%;
        }
        .maps .thumbnail .caption {
            padding: 0 7px;
        }

    }
@media (max-width: 767px) {
         .maps .btn.btn-lg.articles {
            display: none;
        }
        header p.text {

         font-size: 22px;

         margin: 190px 80px 0;
        }
        header .navbar-brand {
            /* background-size: 400px 111px; */
            width: 362px;
            margin-right: -181px;
            /* top: 10px; */
            /* padding-bottom: 100px; */
            /* background-size: contain; */
        }
        .text {
            font-size: 22px;
            margin: 50px 60px 0;
        }
    header .navbar.navbar-inverse{
        height: 130px;
    }

    .content {
        padding-top: 130px;
    }

    }

    @media (max-width: 650px) {
        html .copy {
            font-size: 13px;
        }
        figure {
            clear: left;
        }
        figure .mapLegend,
        figure .mapOverlays {
            position: static;
            max-width: none;
            width: 100%;
            font-size: 11px;
            margin: 5px 0 2px 0;
        }
        .mapOverlays > .guideWrapper {
            position: static;
            clear: left;
        }
        .guideWrapper > .guide {
            margin-top: 5px;
        }
        .guideWrapper.vertical > .guide.interpretation {
            max-width: 400px;
            width: auto;
        }
        .mapLegend .guideToggle {
            font-size: 14px;
        }
        .mapLegend .legendCell {
            xdisplay: inline-block;
            xwidth: 12em;
            margin: 0;
        }
        .mapLegend .legendColor {
            width: 4em;
            border-bottom: 0px none transparent;
        }
        .mapLegend .legendCell:last-child .legendColor {
            border-bottom: 1px solid black;
        }
        .mapLegend .legendHistogramBar {
            xdisplay: none;
        }
        .guide .for-indicator {
            font-size: 12px;
        }
        .maps .thumbnail .caption .teaser {
            font-size: 10px;
            top: 40px;
        }
        .thumbnail .caption .goal {
            height: auto;
        }
        .maps .thumbnail .caption {
            font-size: 11px;
            padding-top: 2px;
        }

        .navbar-brand {
            position: absolute;
            /* top: -2px; */
            margin-left: auto;
            margin-right: auto;
            /* left: 0; */
            right: 0;
        }
        header .navbar.navbar-inverse {

/* width: 100%; */

height: 130px;
}
        header .navbar-brand {
            /* top: -70px; */
        }
        header p.text {
          font-size: 20px;
         text-align: left;
         margin: 105px 30px 0 40px;
}
        .text {
            font-size: 18px;
            text-align: left;
            margin: 50px 30px 0;
        }
        .kontakt .forms {
            width: 80%;
        }
    }
    @media (max-width: 600px) {
        .hwrapper.fixed h2 {
            /* padding: 0 15px; */
        }
        .content {
            padding: 50px 0 0;
        }
        header p.intro {
            /* margin-top: 60px; */
            font-size: 18px;
            /* padding: 30px 0 0; */
        }
        .maps .thumbnail a {
            position: static;
        }
        .maps .thumbnail a > img {
            /* display: none; */
        }
        .maps .btn.btn-lg {
            font-size: 12px;
            display: block;
            line-height: 12px;
        }
        .maps .btn.btn-lg.headerActive {
            font-size: 12px;
            display: block;
            margin-left: -19px;
            padding: 7px;
        }
        .maps .filters {
            width: 100%;
        }
        .maps .filter-wrapper {
            display: none;
        }
        .maps .col-xs-4 {
            width: 100%;
            height: auto;
        }
        .maps .thumbnail a > img {
            float: left;
            width: 140px;
            margin: 0 17px 0 5px;
        }
        .maps .thumbnail .caption {
            position: static;
            visibility: visible !important;
            background-color: transparent;
        }
        .maps .thumbnail h3 {
            font-size: 18px;
        }
        .maps .thumbnail {
            height: 141px;
            padding-top: 0;
        }
        .maps .thumbnail a > img {
            border: none;
        }
        .maps .filters {
            display: none;
        }
        .maps .thumbnail .caption .teaser {

position: static;

font-size: 14px;
}
        header .navbar-brand {
            width: 220px;
            margin-right: -110px;
            /* top: -70px; */
            /* padding-bottom: 50px; */
        }
        header ul.categories li {
            font-size: 22px;
            height: 55px;
            width: 100%;
            border-radius: 0;
            margin: 0 0px 10px;
            /* line-height: 0px; */
            vertical-align: middle;
            padding: 9px 0;
            -o-transition-property: none !important;
            -moz-transition-property: none !important;
            -ms-transition-property: none !important;
            -webkit-transition-property: none !important;
            transition-property: none !important;/*CSS transforms*/
            -o-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -webkit-transform: none !important;
            transform: none !important;/*CSS animations*/
            -webkit-animation: none !important;
            -moz-animation: none !important;
            -o-animation: none !important;
            -ms-animation: none !important;
            animation: none !important;
            opacity: 1;
        }
        h2{
            /* font-size: 17px; */
            /* line-height: 3; */
            padding: 15px;
        }
        header ul.categories {
            width: 100%;
            margin-top: 40px;
        }
        header .button-link{
        }
        header ul.categories li.twolines {
            padding-top: 9px;
        }
        header ul.categories li:hover {
            box-shadow: none;
        }
        header .logo1 {
         visibility: hidden;
         transition: none;
        }
    header .navbar.navbar-inverse {
        height: 60px;
        }
    header p.text {
        font-size: 18px;
        text-align: left;
        margin: 50px 30px 0 40px;
    }
    header ul.categories {
        margin-left: 0;
        padding: 0 20px;
        margin: 20px 0 40px;
    }
    .timeline #date {
        font-size: 10px;
    }
    .timeline #task {
        font-size: 15px;
    }

}
@media (max-width: 379px) {
    .infowindow {
        position: relative;
        width: 260px;
    }
    .maps .ui-group {
        font-size: 11px;
    }
    .maps .btn-default {
        padding: 0px 3px;
    }
}

/* Print */
@media print {
    body {
        margin: 0;
    }
    .breadcrumb,
    .storynav,
    .subnav a {
        display: none;
    }
    .subnav a.active {
        display: inline;
    }
    html .container {
        padding: 0;
        width: auto;
    }
    .tour-step {
        min-height: 0;
    }
    .info section.datainfo {
        width: auto;
        float: none;
    }
    .panel,
    .subnav {
        margin: 0;
    }
    .content-wrapper > footer {
        position: static;
        background-color: transparent;
    }
}
@media print and (orientation: landscape) {
    html .credits {
        xmargin-top: -40px;
    }
}
