/*common css
Dunkelgrün: R60 G100 B50 #3C6432
Mittelgrün: R92 G125 B70 #5C7D46
Hellgrün: R175 G200 B80 #AFC850

Für den Text ein sehr dunkles Grau: R45 G45 B45

Im Hintergrund ein sehr helles Beige: R250 G246 B238
*/

table.naturalist, table.naturalist td{
  border:none;
  }


.inaturalist p{
  color:#666;
  }
.inaturalist p .textlabel{
  font-style:italic;
  }
.inaturalist a.naturalist{
  font-weight:bold;
  color:#666;
  }

#mapid .leaflet-popup-content p {
    margin-top: 0px;
}


.innerwrap {
    width: 920px;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

body {
    background: #f9f5ee;
    color: #313030;
    font-family: 'Quicksand', sans-serif;
    background: #f9f5ee url("../Images/sparkel-1.png") repeat scroll center top;
}

/* Navigationsleiste oben fixieren */
.navbar-default {
    background-color: #F9F5EE;
    border: none;
}

header {
    background: #F9F5EE none repeat scroll 0 0;
}

img {
    max-width: 100%
    height: auto;
}

figcaption {
    margin-top: 10px;
}

.mfp-content figcaption {
    margin-top: 0px;
}

a {
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

h2 {
    margin-top: 0px;
    font-size: 36px;
    text-transform: uppercase;
}

h3 {
    margin-top: 0px;
}

h5, p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

input:focus, textarea:focus {
    outline: 0;
}

/*Trenner f�r gleichm��igen Abstand */
.ce-div {
    padding: 35px 0;
    border: 0;
    border-top: 0px solid #eee;
}

.maincontent {
    padding-top: 70px;
    min-height: 100px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.nopad-left {
    padding-left: 0;
}

.nopad-right {
    padding-right: 0;
}

.btn-submit {
    background-color: #5f7c46;
    border-color: #5f7c46;
    color: #fff;
}

.no-list-style {
    padding: 0;
    list-style: none;
}

.social-fixed {
    position: fixed;
    right: 0;
    top: 100px;
    text-align: right;
    z-index: 11;
}

.social-fixed ul li a {
    background: #5f7c46 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: -158px;
    padding: 10px 10px 10px 12px;
    width: 200px;
    text-align: left;
}

.social-fixed ul li a:hover {
    margin-right: 0;
}

.social-fixed ul li a:hover {
    background: #3C6432;
}

.social-fixed ul li:first-child a:hover {
    background: #395796;
}

/*
.social-fixed ul li.facebook a:hover {
  background: #395796;
}


.social-fixed ul li.message a:hover {
  background: #007AFF;
}
.social-fixed ul li.search a:hover {
  background: #FD791E;
}
*/

.social-fixed ul li:first-child a {
    border-radius: 5px 0 0 0;
}

.social-fixed ul li:last-child a {
    border-radius: 0 0 0 5px;
}

.social-fixed ul li a img {
    margin-right: 10px;
}

/*Responsives Youtube-Video*/
.videocontainer {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; /* Für Videos im Seitenverhältnis 16:9*/
}
.videoextern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Navigation */

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.logo > a {
    background: #f9f5ee none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 1;
}

.nav {
    font-size: 0;
    list-style: outside none none;
    margin: 0 -15px;
    padding: 0;
    text-align: center;
}

.nav li {
    color: #313030;
    display: inline-block;
    width: 20%;
    position: relative;
}

.nav li:hover {
    color: #3C6833;
}

.nav li.has-children::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 5px;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 1;
}

.nav li.has-children:hover:before {
    border-top: 5px solid #3b6331;
}

.nav li a {
    color: inherit;
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 12px 0;
    text-transform: uppercase;
}

.nav li ul {
    position: absolute;
    top: 48px;
    width: 205px;
    border-top: 5px solid transparent;
    margin: 0;
    list-style: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.nav li ul li {
    display: block;
    width: 100%;
    background: #e7e4df none repeat scroll 0 0;
    border-left: 2px solid #d1cfcc;
    border-right: 2px solid #d1cfcc;
    position: relative;
}

.nav ul li.sub-parent::before {
    border-bottom: 6px solid transparent;
    border-left: 4px solid #3b6331;
    border-top: 6px solid transparent;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1;
}

.nav li ul li a {
    border-bottom: 1px solid #aec750;
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px 0;
    text-align: left;
}

.nav li ul li a:hover, .nav li ul li:hover {
    background: #f0f0f0;
}

.nav li ul li:last-child a {
    border-bottom: 0 solid #aec750;
}

.nav ul ul {
    border-left: 5px solid transparent;
    border-top: 0 solid;
    left: 100%;
    position: absolute;
    top: 0;
    width: 150px;
}

.nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

/*slider*/
#slider .item img {
    width: 100%;
}

#slider .carousel-content {
    left: 0;
    position: absolute;
    right: 0;
    top: 42%;
    width: 100%;
}

#slider .item h2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    width: 900px;
}

#slider .item h2 span {
    background: #aec750 none repeat scroll 0 0;
    color: #2f2f2d;
    padding: 5px;
    display: inline-block;
    letter-spacing: 1px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    display: inline-block;
    height: 35px;
    margin-top: -17px;
    top: 50%;
    width: auto;
    z-index: 20;
}

.carousel-control.left {
    left: 20px;
}

.carousel-control.right {
    right: 20px;
}

.carousel-indicators li {
    background-color: #aec750;
    border: 2px solid #fff;
    height: 12px;
    width: 12px;
}

.carousel-indicators .active {
    background-color: #5F7C46;
    height: 14px;
    width: 14px;
}

.hoch-arrow {
    border-top: 3px solid #aec750;
    padding-top: 10px;
    margin-top: 75px;
}

.text-center.hoch-arrow > a {
    color: #aec750;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}

/*supported-body*/
#supported-body {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
}

.supporter-details > p {
    font-family: lato;
    font-weight: 300;
    margin-top: 30px;
}

/*footer*/
footer {
    background: #5f7c46 none repeat scroll 0 0;
    padding: 15px 0;
}

.footer-nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav ul li a {
    display: inline-block;
}

.footer-nav ul li a {
    border-right: 2px solid #fff;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
    text-transform: uppercase;
}

.footer-nav ul li a:hover {
    color: #000;
}

.footer-nav ul li:last-child a {
    border-right: 0 solid #fff;
    padding-right: 0;
}

/* Additions */

h2.underline, h3.underline {
    border-bottom: 3px solid #aec750;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.slideshowdescription {
    display: none;
}

body {

}

.gridWrap0 {
    background: repeat scroll center bottom / cover;
}

.gridWrap1 {
    padding: 0;
}

.linkToTop {
    background: #f9f5ee url("../Images/sparkel-1.png") repeat scroll center bottom / cover;
    padding-bottom: 20px;
}

a.internal-link, .maincontent a {
    color: #5f7c46;
    font-weight: 500;
}

.teaserImages img {
    width: 100%;
    height: auto;
}

.teaserImage h4 {
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    width: 900px;
}

.teaserImage h4 span {
    /*
        background: #aec750 none repeat scroll 0 0;
        color: #2f2f2d;
        padding: 5px;
        display: inline-block;
        letter-spacing: 1px;  */
}

.container .teaserImage h4 {
    display: block;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.container .teaserImage {
    margin-bottom: 35px;
    position: relative;
}

.container .teaserImage::before {
    background: rgba(95, 124, 70, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.container .teaserImage:hover::before {
    opacity: 0;
}

.img-responsive {
    width: 100%;
}

/* Extensions */

/* cal */

.tx-cal-controller a {
    color: #5f7c46;
    font-weight: 500;
}

.tx-cal-controller dt {
    font-weight: normal;
}

.tx-cal-controller dt .category {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.tx-cal-controller abbr[data-original-title], .tx-cal-controller abbr[title] {
    cursor: none;
    border-bottom: 0px solid #fff;
}

.tx-cal-controller .vevent {
    margin-bottom: 15px;
}

.tx-cal-controller .pagebrowser a {
    margin-right: 10px;
}

/*file_list */
.tx-filelist table {
    border: 0px solid #b0b0b0;
}

.tx-filelist .table > tbody > tr > td, .tx-filelist .table > tbody > tr > th, .tx-filelist .table > tfoot > tr > td, .tx-filelist .table > tfoot > tr > th, .tx-filelist .table > thead > tr > td, .tx-filelist .table > thead > tr > th {
    border-top: 0px solid #ddd;
}

.tx-filelist td {
    border-left: 0px solid #cfcfcf;
}

/* indexed-search */
.info-tmpl-css {
    display: none;
}

.tx-indexedsearch-form label {
    display: none;
}

#search .container, #searchresults .container {
    padding: 10px 0px 0px 0px;
}

#tx-indexedsearch-searchbox-sword {
    width: 50%;
}

/* news */

.teaser-text p {
    font-weight: 700;
}

.panel-body h2 {
    font-size: 26px;
    display: none;
}

.container .news-list-view .col-sm-4 {
    padding-left: 0px;

}

/* Blog */

/* Silbentrennung */
.tx-t3extblog {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.well {
    background-color: #F5F7EA;
    border: 1px solid #E5E9C6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well ul {
    padding-left: 15px;
}

/* Image uploader */
.maincontent .tx-image-uploader .col-xs-3 p {
display:none;
}


/* Buttons */

.maincontent .btn-primary {
    color: #fff;
    background-color: #AFC850;
    border-color: #AFC850;
}

.label-primary {
    background-color: #AFC850;
}

.gridWrap1 .container {
    padding: 0px;
}

/* Responsive Videos  */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






