@charset "UTF-8";
@import url(/styles/fonts/SourceSansPro/stylesheet.css);
@media all {
    body, html {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-family: 'SourceSansProRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        font-size: 95%;
        line-height: 1.5em;
        line-height: 200%;
        letter-spacing: 0.05em;
        background: #fff;
        color: #555;
    }
    #logo {
    margin: -23px 0 0 -16px;
    float: left;
    overflow: hidden;
    }
    .navbar {
        background: rgb(141, 198, 63);
        min-height: 30px;
        height: 30px;
        padding:0;
        border-radius:  0;
        max-width: 1600px;
        margin: 40px auto;
        z-index: 1000;
    }
	.navbar-toggle {margin-top: -3px;	}
	.navbar .navbar-toggle .icon-bar {background-color: #fff;}
	.navbar-nav>li>a {color: #333}
	.navbar-collapse {background: #fff;}
	.navbar-nav.navbar-right {background:rgb(141, 198, 63)}
	.navbar-nav.navbar-right li { float:left}
	.navbar-nav.navbar-right>li>a {padding: 15px 15px 10px 15px;color: #fff}
	.navbar-nav.navbar-right>li.active {padding: 12px 15px 0 15px;}
@media(min-width:768px) {
	.navbar-collapse {background:none}
	.navbar-nav>li>a {
    	padding-top: 4px;
    	padding-bottom: 4px;
	}
	.navbar-nav.navbar-right>li.active {padding: 0 5px;}
	.nav>li.active>a,.nav>li>a:focus, .nav>li>a:hover {background:none; color: #fff}
	.navbar-nav.navbar-right {background:none;}
	.navbar-nav.navbar-right li {
	}

	.navbar-nav.navbar-right>li>a {
	font-size: 12px;
	padding: 3px 10px 0;
	}

}
.page-header {
	margin: 40px auto 20px auto;
	max-width: 1600px;
	max-height:450px;
	overflow:hidden;
	border: none;
}
@media (min-width:1200px){	
	.page-header {max-height:600px;}
}
	
.container.info {border-bottom:6px solid rgb(141, 198, 63);padding: 20px;margin-bottom: 20px;}
.container.info.noborder {border-bottom:none;margin-bottom: 0;}

@media(min-width:768px){
	.container.info {padding: 20px 0;}	

}	
.medialinks {
	position:relative;
	display: table;
	margin: 40px auto -44px auto;
	padding: 5px;
	background: #fff;
}
.medialinks img {margin: 0 5px}

.medialinks .popup {position:absolute;top: -5000px;left: 136px;border-radius: 16px 0 0 16px;background:rgb(141, 198, 63);color: #fff;white-space: nowrap;padding-right: 10px;display: none;}
.medialinks .popup img {margin: 0 5px 0 0}
@media(min-width:600px) {
  .medialinks .popup {top:5px}
	.medialinks .popup.hide-me {
	-webkit-animation: cssAnimation 5s forwards; 
	animation: cssAnimation 5s forwards;
	}
@keyframes cssAnimation {
	0%   {opacity: 1;}
	70%  {opacity: 1;}
	100% {opacity: 0;}
	}
@-webkit-keyframes cssAnimation {
	0%   {opacity: 1;}
	70%  {opacity: 1;}
	100% {opacity: 0;}
	}
}
.linkbutton {
	background:rgb(141, 198, 63);
	display:inline-block;
	height: 26px;
	line-height: 26px;
	padding-left: 20px;
	margin-bottom: 10px;
	}	
.linkbutton a {color:#fff!important;text-decoration:none}
.linkbutton img {margin: -3px -1px 0px 0px;}

  .footer {
    background:#E2FFD1;
  }	
  
  .footer .medialinks {
	position:relative;
	display: table;
	margin: 0 auto 0 auto;
	padding: 5px;
	background: none;
}
.footer .medialinks img {margin: 0 5px;width: 24px;height: 24px;}
@media(min-width:600px){
  .footer .medialinks .popup {position:absolute;top: 7px;left: 112px;border-radius: 16px 0 0 16px;line-height: 24px;}
}
  
  
  
    h1 {
        top: 0;
        left: 0;
        margin: 0 0 1em 0;
        font-size: 30px;
        font-weight: 200;
        color: rgb(95, 94, 94);
        line-height: 1.3em;
    }



    h2 {
    	font-size:26px ;
        margin: 0.25em 0 1em 0;
        color: rgb(95, 94, 94)
    }

    h3 {
        font-size: 20px;
        margin: 0.5em 0 1em 0;
        color: rgb(95, 94, 94)
    }



    p {
        margin: 0 0 1.5em 0;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        hyphenate-limit-chars: auto 3;
        hyphenate-limit-lines: 2;
    }

    .nohyphen {
        -moz-hyphens: manual;
        -o-hyphens: manual;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }

    .wide p {
        line-height: 1.8em
    }

    strong, .strong {
        font-family: 'SourceSansProSemiboldRegular';
    }

    .important, .green {
        color: rgb(120, 185, 60);
        font-weight: bold;
        letter-spacing: 0;
    }

    a {
        color: #333;
    }

    a:hover {
        background: none;
        color: rgb(120, 185, 60);
    }

    a, a:link, a:visited, a:hover, a:active, a:focus, area {
        outline: 0 none;
    }

    .at-sign {height: 0.85em;vertical-align: text-bottom;margin: 0 0 0.15em 0;padding: 0 1px;}
    .small {
        font-size: 90%;
        line-height: 1em;
    }

    img.float_left {
        float: left;
        margin: 3px 10px 10px 0;
    }


    ol, ul {
        margin: 0 0 20px 0;
        padding: 0;
        list-style-type: none;
    }

    ol ul, ul ul {
        margin: 0.5em 0 1.5em 0;
        display: block;
    }

    ol li, ul li {
        margin: 0 0 0.5em 0;
    }

    table {
        border: none;
    }

    thead th {
        text-align: left;
        color: #000;
        border-bottom: none;
        border-top: 1px solid #ccc;
        font-family: 'SourceSansProSemiboldRegular';
        font-size: 110%;
        background: rgb(245, 245, 245)
    }

    tbody th {
        text-align: left;
        /* border-top:none; */
        text-align: left;
        font-family: 'SourceSansProBold';
    }

    tbody td {
        text-align: left;
        border-top: 1px solid #ccc;
    }

    /* highlight row on mouse over */
    tbody tr:hover th, tbody tr:hover td {
        background: none;
    }

    table tr.details td {
        border-top: none;
        padding: 0 0.5em;
    }

    table tr.details td div.details {
        border-top: none;
        padding: 0.5em 0;
        font-size: 90%
    }

    table tr.details td div.details h2 {
        font-size: 100%;
        font-family: 'SourceSansProSemiboldRegular';
        margin-bottom: 0.75em;
    }

    table tr.details td div.details p {
        margin-bottom: 0.5em;
    }

    table#events, table#news {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }

    table#events th.date, table#events td.date {
        text-align: right;
    }

    table#news td.event {
        white-space: nowrap;
        padding: 0.7143em 20px 0.7143em 0;
        background: url(/images/dot-info.png) no-repeat right center;
    }

    table#news td.date {
        width: 90%;
        padding-left: 20px;
    }

    table#news tr.details td {
        padding-left: 0;
    }



    form.search {
        position: absolute;
        left: 740px;
        top: 35px;
    }

    body.home form.search {
        top: 0;
    }

    form.search input {
        margin: 3px 0px;
        padding: 0 5px;
        width: 107px;
        border: none;
        color: #fff;
        height: 20px;
        line-height: 20px;
        outline: none;
        font-size: 90%;
        background: rgb(128, 128, 128);
        font-family: 'SourceSansProExtraLightRg', sans-serif;
    }

    form.search input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff;
    }

    form.search input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    form.search input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }

    form.search input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
    }

 

    /* Die Datei Icons */
    a.file, a.eps, a.jpg, a.png, a.gif, a.doc, a.pdf,
    a.zip, a.ppt, a.mpg, a.mov {
        background-repeat: no-repeat !important;
        background-position: left top;
        padding: 2px 0 0 35px;
        display: inline-block;
    }

    ul li ul li a[class] {
        margin-left: -17px
    }

    a.file, a.eps {
        background-image: url('/images/icon-generic_green.png') !important;
    }

    a.jpg, a.png, a.gif, a.tif, a.bmp, a.jpeg {
        background-image: url('/images/icon-jpg.png_green') !important;
    }

    a.doc, a.docx, a.txt, a.rtf, a.odt, a.dot {
        background-image: url('/images/icon-doc_green.png') !important;
    }

    a.ppt {
        background-image: url('/images/icon-ppt_green.png') !important;
    }

    a.pdf, a.pdfx {
        background-image: url('/images/icon-pdf_green.png') !important;
    }

    a.zip {
        background-image: url('/images/icon-zip_green.png') !important;
    }

    a.mpg, a.mpg1, a.mpg2, a.mpg3, a.mpg4, a.avi, a.mov {
        background-image: url('/images/icon-mpg_green.png') !important;
    }



    /*### Inhalte ###############################################################*/

    /* Startseite */



    /* Folgeseiten */

    .two-col {
        column-count: 2;
        column-gap: 2em;
        -moz-column-count: 2;
        -moz-column-gap: 2em;
        -webkit-column-count: 2;
        -webkit-column-gap: 2em;
        overflow: hidden;
    }

    .two-col p {
        display: inline-block;
    }

    /* webkit margin-bug */

    .more_text {
        display: none;
    }

    .infobox {
        background: rgb(141, 198, 63);
        padding: 10px;
        color: #fff;
        text-align: center;
        font-size: 110%;
        line-height: 35px;
        margin: 0 0 20px 0;
        width: 100%;
    }
    .infobox span {
    margin: 0 20px;
    white-space: nowrap;
}
  @media(min-width:768px) {
        .infobox {
        font-size: 150%;
        font-size: 2vw;
        line-height: 40px;
        line-height: 5vw;
    }

  }
  @media(min-width:1200px){
    .infobox {
        font-size: 24px;
        line-height: 60px;
    }
  }
  
   ul.profil li {
   	text-indent: -20px;
   	margin-left: 20px
   }
   
    ul.download {
        margin: 0;
    }

    ul.download li {
        margin-bottom: 1em;
    }

    ul.download li a {
        height: 24px;
    }

    ul.mitgliedschaften {
        margin: 0 0 0.5em 0;
    }

    ul.mitgliedschaften li {
        margin-bottom: 0.5em;
        padding: 2px 0 3px 35px;
        display: block;
        background: url('/images/icon-member_green.png') no-repeat left top;
    }

    div.more {
        text-align: center;
        font-size: 90%;
        background: rgb(245, 245, 245);
        line-height: 1.8em;
        margin-top: 1em;
        cursor: pointer;
    }

    div.more_text {
        display: none;
    }


    ul#sitemap {
        list-style-type: none;
        margin-left: 0;
        border-top: 1px solid rgb(81, 132, 196);
        padding-top: 1em;
    }

    ul#sitemap > li {
        font-size: 110%;
        border-bottom: 1px solid rgb(81, 132, 196);
        margin-left: 0;
    }

    ul#sitemap > li > ul {
        list-style-type: none;
        font-size: 85%;
        margin-top: 10px;
    }

    #footer {
        width: 700px;
        text-align: left;
        background: rgb(226, 255, 210) url(/images/jb-small.png) no-repeat 10px center;
        padding: 0 0px 0 40px;
        height: 40px;
        line-height: 40px;
        font-size: 10pt;
        color: #666;
        margin-top: 10px;
        position: relative;
        letter-spacing: 0;
    }

    #footer .address span {
        margin: 0 10px;
        white-space: nowrap;
    }

    body.home #footer {
        position: fixed;
        bottom: 0;
    }

    #footer .gotop {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.9))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff', GradientType=0 ); /* IE6-8 */
        background-image: url(/images/go-top.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        line-height: 16px;
        height: 16px;
        padding: 0 0 0 0;
        margin: -55px 0 0 0;
        cursor: pointer;
    }
}


/* rules for Smartphones in portrait orientation */
@media only screen and (max-device-width: 768px) and (orientation: portrait)
{
    .two-col {
        column-count: 1;
        column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        overflow: hidden;
    }

    .two-col p {
        display: block;
    }
}
