body {
    background-color: #f8f8f8;
    font-family: 'open_sansregular';
	font-size: 13px;
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

a {
	color: blue;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

a.fundstellen-karte {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

table {
	margin: 0;
	padding: 0;
	width: 100%;
}
table tr {
	margin: 0;
}
table td {
	margin: 0;
	padding: 5px;
	vertical-align: top;
}
table thead tr {
	background-color: #f3f3f3;
}
table thead tr td {
	font-weight: bold;
}
table td p {
    padding: 0;
    margin: 0;
}


table.phaenologie-cal {
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-spacing: 0;
	margin-top: 25px;
}

table.phaenologie-cal thead tr td {
	padding: 12px 10px;
	margin-right: 5px;
	margin-left: 0px;
	font-weight: bold;
}

table.phaenologie-cal td {
	text-align: center;
	padding: 8px;
}
table.phaenologie-cal td.active {
	background-color: #3a4b1f;
	color: white;
}
table.phaenologie-cal td {
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}
table.phaenologie-cal td:last-child {
	border-right: 0;
}

.main {
    background-color: white;
    margin: 40px auto;
    min-height: 500px;
    width: 1000px;
    
    display: grid;
    grid-template-areas: "header"
        "content"
        "footer";
    grid-template-rows: 300px auto 100px;
}

.header {
    background-image: url(../media/sh5brg05/top-head.jpg?id=20201023);
}

    .header .small-navigation {
        font-size: 12px;
        padding-left: 10px;
    }

        .header .small-navigation ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .header .small-navigation ul > li {
                float: left;
                position: relative;
                display: block;
            }

                .header .small-navigation ul > li > a {
                    color: white;
                    line-height: 20px;
                    padding: 10px 15px;
                    display: block;
                }

    .header .main-navigation {
        top: 0px;
        position: relative;
        background-color: #f3f3f3;
    }

        .header .main-navigation ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .header .main-navigation ul > li {
                float: left;
                position: relative;
                display: block;
            }

                .header .main-navigation ul > li > a {
                    line-height: 25px;
                    display: block;
                    padding: 10px 25px;
                }

        .header .main-navigation a {
            color: black;
            font-size: 13px;
        }

            .header .main-navigation a:hover {
                background-color: #3a4b1f;
                color: white;
                text-decoration: none;
            }

            .header .main-navigation a.active {
                background-color: #3a4b1f;
                color: white;
                text-decoration: none;
            }

    .header a {
        color: white;
    }

    .header .title {
        top: 0px;
        position: relative;
        height: 80px;
    }

    .header h1,
    .header h2,
    .header h3,
    .header h4 {
        margin: 0;
        font-weight: normal;
        color: black;
        text-align: right;
    }

    .header h1 {
        padding: 25px 30px;
        font-size: 29px;
    }

    .header h2 {
        padding: 0px 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .header h3 {
        padding: 0px 30px;
        font-size: 13px;
    }

    .header h4 {
        padding: 15px 30px 0px 30px;
        font-size: 12px;
    }

#ahgon div {
	width: 200px;
	height: 135px;
	display: inline-block;
}

#nabu div {
	width: 200px;
	height: 135px;
	display: inline-block;
}

.small-navigation ul:after,
.main-navigation ul:after,
.footer ul:after {
    content: " ";
    display: table;
    clear: both;
}

/* left navigation */
.left-nav {
    background-color: #f3f3f3;
    float: left;
    height: 100%;
    min-height: 200px;
    width: 350px;
    font-size: 13px;
}

    .left-nav h1 {
        background-color: #3a4b1f;
        color: white;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        padding: 10px 20px;
        width: 350px;
		cursor: pointer;
		outline: none;
    }

	.left-nav h1:hover {
        background-color: #758162;
    }


    .left-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .left-nav ul > li {
            position: relative;
            display: block;
        }

            .left-nav ul > li > a {
                color: black;
                line-height: 20px;
                display: block;
                padding: 8px 20px;
            }

                .left-nav ul > li > a:hover {
                    background-color: #d9dbd5;
                    text-decoration: none;
                }

                .left-nav ul > li > a.active {
                    background-color: #d9dbd5;
                }

			.left-nav ul > li > a > .right {
				float: right;
				margin-top: -2px;
			}

			.left-nav ul > li > a > img {
				cursor: default;
			}

/* body template */
.body {
    min-height: 400px;
}

    .body .article {
        padding: 10px 50px;
    }

	.body .article table h1:first-child,
	.body .article table h2:first-child {
		margin-top: 0;
	}
	
	.body .article img {
	    max-width: 100%;
	}

    .body .art {
        background-color: #f3f3f3;
    }

        .body .art .article {
            padding: 20px 30px;
        }

	.body .art .nogallery {
		background-color: #eaebed;
		margin: 0;
		padding: 30px 50px;
		height: 250px;
	}

	.body .art .nogallery h2 {
		margin: 20px 0px;
		padding: 0;
		font-size: 32px;
	}

	.body .art .nogallery p {
		font-size: 20px;
		line-height: 30px;
	}

    .body .details {
        background-color: white;
        float: left;
        border-left: 1px solid #d7d7d7;
        min-height: 1000px;
        width: 650px;
    }

.clear-fix {
    clear: both;
}

.footer {
    background-color: #3a4b1f;
    min-height: 100px;
    color: white;
    font-size: 12px;
}

    .footer a {
        color: white;
    }

    .footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer ul > li {
            float: left;
            position: relative;
            display: block;
        }

            .footer ul > li > a {
                line-height: 25px;
                display: block;
                padding: 10px 30px;
            }

    .footer p {
        padding: 10px 30px;
    }


/* home gallery */
.gallery {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1000px;
	display: inline-block;
}

    .gallery .picture,
	.gallery .picture-flex {
        background-color: #e7e7e7;
        float: left;
        margin-right: 20px;
        position: relative;
        height: 210px;
        width: 320px;
        overflow: hidden;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
    }
					
	.gallery .picture-flex {
		width: auto;
	}

        .gallery .picture:last-child,
		.gallery .picture-flex:last-child{
            margin-right: 0px;
        }

    .gallery .row {
        margin-top: 20px;
        height: 220px;
        clear: both;
    }


	.gallery .picture .zoom,
	.gallery .picture-flex .zoom{
		position: absolute;
		top: 40px;
		left: 136px;
		background-color: rgba(255,255,255,0.7);
		display: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	
	.gallery .picture-flex .zoom {
		left: 0;
		top: 0;
	}

	.gallery .picture:hover .zoom,
	.gallery .picture-flex:hover .zoom {
		display: block;
	}

	.gallery .picture img,
	.gallery .picture-flex img {
			max-height: 213px;
			display: block;
			margin: 0 auto;
		}

        .gallery .row:first-child {
            margin-top: 0px;
        }

    .gallery .picture .tag {
        bottom: -150px;
        -moz-transition: bottom 1s;
        -o-transition: bottom 1s;
        -webkit-transition: bottom 1s;
        transition: bottom 1s;
    }

    .gallery .picture:hover .tag {
        bottom: 0px;
    }

    .gallery .picture .tag {
        left: 0;
        position: absolute;
        background-color: rgba(255,255,255,0.7);
        width: 320px;
        padding: 10px 20px;
    }

    .gallery .picture a {
        color: black;
    }

    .gallery .picture .tag h1 {
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .gallery .picture .tag p {
        font-size: 12px;
        margin: 3px 0px 0px 0px;
        line-height: 18px;
        padding: 0;
    }
.gallery-article {
    margin-left: -50px;
    margin-right: -50px;
}
    
.home {
	margin-top: -75px;
}

/* galleria */
.art .galleria {
    height: 449px;
    width: 649px;
}
.home .galleria {
	height: 600px;
	width: 1000px;
}

.galleria .galleria-info {
    bottom: -120px;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    -webkit-transition: bottom 1s;
    transition: bottom 1s;
}

.galleria .galleria-container:hover .galleria-info {
    bottom: 0px;
}

.galleria .galleria-image-nav-left-movie {
    background-image: url(/media/gynizzjj/film-line.svg);
    background-size: 40px;
}

/* tabs */
#tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 35px;
    background-color: #f3f3f3;
}

    #tabs ul.tabs > li {
        float: left;
        position: relative;
        display: block;
    }

        #tabs ul.tabs > li > a {
            line-height: 25px;
            display: block;
            padding: 5px 15px;
        }

#tabs ul.tabs > li > a {
    color: black;
    font-size: 13px;
}

    #tabs ul.tabs > li > a:hover {
        background-color: #3a4b1f;
        color: white;
        text-decoration: none;
    }

    #tabs ul.tabs > .ui-state-active a {
        background-color: #3a4b1f;
        color: white;
        text-decoration: none;
    }

/* artenliste */

.table-list-art {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #E8E8E8;
	color: #999999;
	display: table;
	table-layout: fixed;
	width: 100%;
}
		
.table-list-item {
	display: table-row;
	position: relative;
	list-style: none;
}
						
.table-list-cell {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table-list-cell:first-child {
	border-left: 1px solid #E8E8E8;
}

.table-list-cell:last-child {
	border-right: 1px solid #E8E8E8;
}
						
.art-title-link {
	display: inline-block;
	margin-bottom: 2px;
	padding-right: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	word-break: break-word;
}
						
.table-list-cell {
	position: relative;
	display: table-cell;
	padding: 8px 10px;
	font-size: 12px;
	vertical-align: top;
	border-top: 1px solid #eee;
}
				
.art-title {
	padding-top: 12px;
	padding-left: 20px;
}

.art-date {
	text-align: right;
	padding-top: 12px;
	padding-right: 20px;
	width: 150px;
}

.art-icons {
	width: 80px;
	padding-top: 12px;
	text-align: right;
}

.table-list-header {
	position: relative;
	margin-top: 10px;
	margin-bottom: -1px;
	background-color: #f3f3f3;
	border: 1px solid #E8E8E8;
}

.table-list-header:before, .table-list-header:after {
	display: table;
	content: " ";
}

.table-list-header:after {
	clear: both;
}

.table-list-header-label {
	float: left;
	padding: 12px 20px;
	margin-right: 5px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
}

body .galleria-lightbox-close {
	z-index: 100000;
}

/**umb_name:h1*/
h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}

/**umb_name:h2*/
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

/**umb_name:p*/
p {
	font-size: 13px;
	line-height: 22px;
}
