html
{
    margin:0px;padding:0px;
    width:100%;
}
body{
	margin:0px;
    padding:0px;
    max-width:100%;
    font-family: 'DM Sans', sans-serif;
    background:#eee;
    padding-top:100px;
    color:#000;
    font-size:14px;
}
input[type="checkbox"],input[type="radio"]
{
    margin-right: 10px;
}
h1
{
    line-height: 35px;
    font-size: 26px;
}
h2
{
    line-height: 30px;
    font-size: 22px;
}
h3
{
    line-height: 26px;
    font-size: 20px;
}
h4
{
    line-height: 22px;
    font-size: 18px;
}
h5
{
    line-height: 18px;
    font-size: 15px;
}
.headline
{
   background-color: darkgoldenrod;
    color:#fff;
    padding:10px 0px 10px 15px;
    margin: 0px;
    font-size:15px;
    font-weight: normal;
}
.headline>a
{
    color: inherit;
}

.human-icon
        {
            font-size: 30px;
            margin:15px;
            color:#333;
        }
.human-icon:hover
        {
            color:#393;
        }
.selected
        {
            color:#383;
        }
.hidden
{
    display: none;
}
.btn
{
    border-radius: 0px;
}
.btn-primary
{
    position: relative;
    background-color: #fff;
    color: #000;
    border:none;
    border-radius: 0px;
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:5px 10px;
    box-shadow: 0px 0px 2px #000;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus
{
    background-color: darkgoldenrod!important;
    outline: none !important;
    box-shadow: none;
}
.button-menu
{
    padding: 5px 0px;
    margin:0px -10px;
    border-radius: 0px;
    display: none;
    background:#fed;
}
.button-menu li
{
    text-align: left;
    list-style: none;
    margin: 5px;
    padding: 5px 10px;
    line-height: 16px;
    font-size: 14px;
    color: #000;
}
.button-menu li span
{
    float: right;
    font-weight: normal;
    color: #000;
}
.photo
{
    /* border-radius:5px;
    border:1px solid #4a3c00; */
    max-width: 40%;
    box-shadow: 0px 0px 4px #000;
    background: #4a3c00;
    margin: 10px 0px 10px 10px;
}
.rechts
{
    max-width: 50%;
    max-height: 300px;
    float:right;
    clear:both;
}
.mitte
{
   
}
a{
	color:inherit;
}
a:hover{
	text-decoration:none;
	color:darkgoldenrod;
}
.page-header
    {
        background-color: darkgoldenrod;
        text-shadow: 0px 0px 2px #000;
        margin:0px;
        padding:10px 10px;
        color:#fff;
        font-size: 16px;
    }
.contact-infobar
{
    width:300px;
    position: fixed;
    background: none;
    right:-250px;
    top:100px;
    z-index: 200;
    cursor: pointer;
}
.contact-infobar li
{
    height:50px;
    border-top-left-radius:50px;
    border-bottom-left-radius:50px;
    line-height: 40px;
    width:100%;
    margin:5px 0px;
    list-style: none;
    padding:5px;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0.6);
    transition: 1s;
    right: 0;
}
.contact-infobar li:hover
{
    background: #fff5f5;
    right:210px;
}

.contact-infobar li div
{
    width:40px;
    height:40px;
    height:100%;
    border-radius:40px;
    background-color: darkgoldenrod;
	color:#fff;
    margin:0 10px 0 0;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    text-shadow: 0px 0px 2px #000;
}
.contact-infobar li div i
{
    line-height: 40px;
}
.homepage-slider
    {
        background-color: #eee;
        padding:0px;
        width: 100%;
        height: 400px;
        position: relative;
    }
.slider-slide
    {
        position: relative;
        background: #ff5;
        color:#fff;
        height: 100%;
}
.slider-slide>img
{    
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.slider-slide>.slide-title
{
    position: absolute;
    padding: 10px 20px;
    width: 100%;
    max-width: 1200px;
    text-shadow: 0px 0px 2px #000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 3px;
}
.slider-slide>.slide-title>a:hover
{
    color:#fff;
    text-shadow: 0px 0px 5px #000;
}
.slider-slide>.slide-title>a>h3
    {
        
      font-size: 40px;
        line-height: 50px;
        font-weight: bolder;
        
}
.slider-slide>.slide-title>a>h4
    {
        font-size: 20px;
}
.fotogallerie-box
{
    background-color: #ddd;
    padding: 10px;
    
}
.fotogallerie
{
    position: relative;
    width:100%;
    box-sizing:content-box;
    height: 280px;
}
.fotogallerie div
{
    text-align: center;
    margin:0px 10px 10px 0px;
}
.fotogallerie a>img
{
    height: 250px;
    max-width:  100%; 
    margin: 0px auto;
}
.header
{
	position:absolute;
	z-index:100;
	width:100%;
	text-align:center;
    background: #fff;
	top:0px;
    min-height: 100px;}
.menu-data-close
{
    position: absolute;
    top:120px;
    left:10px;
    z-index:999999;
    background: #4a3c00;
	line-height:25px;
	padding:5px 20px;
    border-radius: 20px;
	border:1px solid #ddd;
	cursor:pointer;
	display:none;
    font-size: 14px;
    color:#fff;
}
.header-logo
{
	position: absolute;
    left:15px;
    top:0px;
    width:250px;
    height:100px;
    margin:0px;
    padding: 10px 0px;
    z-index:9999;
    text-align: left;
    color:#333;
}
.header-logo>img
{
    position: absolute;
    top:2px;
    left:0px;
    height:96px;
}
.header-logo>h2{
	 margin:10px 0px 0px 60px;
    font-size: 28px;
    font-weight: bold;
}
.header-logo>h3{
	 margin:5px 0px 0px 60px;
    font-size: 16px;
}
.back-to-top
{
    display: none;
    background-color: goldenrod;
    color: #fff;
    height:50px;
    width:50px;
    overflow: hidden;
    border-radius: 50px;
    border:1px solid darkgoldenrod;
    text-align: center;
    padding: 10px;
    font-size: 30px;
    line-height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 400;
}
.footer
{
    border-top:4px solid #333;
    padding:30px;
	color:#000;
    font-size: 14px;
    margin:0px;
}
.footer .table tr td
{
    font-size: inherit;
    padding: 5px;
    margin: 0px;
    white-space: nowrap;
}
.footer h4
{
    font-weight: bold;
}
.footer ul
{
    padding: 0px 0px 0px 10px;
}
.more-section
{
    width:100%;
    padding:20px;
    text-align: center;
    background: #220;
    color:#fff;
}
.more-section .more-button
{
    cursor: pointer;
    background: rgba(255,255,255,0.8);
    padding: 5px;
    color: #000;
    border-radius: 20px;
    padding:5px 10px;
    margin:5px;
}
.more-section .more-button:hover
{
    color: darkgoldenrod;
}
.more-data
{
    display:none;
}
#more-area
{
    width:100%;
    position: relative;
 background: rgba(20,20,0,0.95); 
    text-align: center;
    padding:30px 20px;
    display: none;
    color:#fff;
}
#more-area .photo-block
{
    position: relative;
    width: 200px;
    border:1px solid #331;
    padding:5px;
    margin:10px;
    display: inline-block;
}
#more-area .photo-block img
{
    height: 150px;
    display: inline-block;
    margin:5px 10% 5px 10%;
    width:80%;
    left: 0px;
    top:0px;
}
#more-area ul
{
    margin:0px;
    padding: 0px;
}
#more-area li
{
    list-style: none;
    padding: 0px;
    margin:0px;
}
#more-area .more-close
{
    display: inline-block;
    margin:20px 0px;
   background: red;
    border-radius: 35px;
	cursor:pointer;
    color:#fff; 
    z-index:999;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 10px;
}
.container
{
    max-width: 1200px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}
.row
{
    margin:0px;
    padding: 0px;
}
.data-container
{
    max-width: 1200px;
    margin:0px auto;
  padding: 20px 5px;
}
.data-box
{
    padding:20px;
    background: #f6f6f6;
    margin-bottom: 10px;
    border:1px solid #eee;
    
}
.data-box h1
{
    font-size: 25px;
    margin:0px;
}
.data-box h2
{
    font-size: 20px;
    margin:0px;
}
.data-box p
{
    margin:10px 0px;
}
.data-box a , .tabdatacontainer a, .anchordatacontainer a
{
    color: midnightblue;
}
.data-box a:hover , .tabdatacontainer a:hover, .anchordatacontainer a:hover
{
    color: darkgoldenrod;
}
.link-box
{
    padding:5px;
    background: #f6f6f6;
    margin-bottom: 10px;
    border:1px solid #eee;
    text-align: center;
    font-size: 12px;
}
.link-box>div
{
    display: inline-block;
    padding: 0px 5px;
    margin: 5px 0px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    line-height: 12px;
}
.jumbo-box
{
    width: 100%;
    max-width: 1000px;
    background-color: goldenrod;
    color:#fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px auto;
    display: flex;
    font-size: 14px;
    text-shadow: 0px 0px 2px #000;
    transition: all 0.5s;
}
.jumbo-box:hover
{    
    box-shadow: 0px 0px 4px rgba(00,0,0,0.6);
    transform: scale(1.1);
    z-index: 1000;
}
.jumbo-box>.jumbo-photo
{
    width: 500px;
    height: 400px;
    overflow: hidden;
    display: inline;
}
.jumbo-box>.jumbo-photo>img
{
    width:100%;
    height: 100%;
}
.jumbo-box>.jumbo-text
{
    padding:20px;
    display: inline;
}
.jumbo-box>.jumbo-text>h2
{
    font-weight: bolder;
    line-height: 35px;
    font-size: 26px;
    clear: both;
}
.jumbo-box>.jumbo-text>ul
{
list-style-position: outside;
padding: 0px;
}
.jumbo-box>.jumbo-text>ul>li
{
    padding: 5px 0px;
    list-style:none;
    font-size: 13px;
}
hr
{
	background:#777;
	border-color:#777;
}

section
{
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 0px;
    max-width: 500px;
    background:#fff;
	-webkit-transition: all .3s, -webkit-transform .3s; /* Safari */
    transition: all .3s, transform .3s;
    text-align: left;
    cursor:pointer;
    overflow: hidden;
    font-size: 12px;
}
section:hover
{    
    transform: scale(1.05);
    z-index: 1000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
section img
{
    width: 100%;
    height: 250px;
    margin:0px;
    margin-bottom: -40px;
	-webkit-transition: all .3s, -webkit-transform .3s; /* Safari */
    transition: all .3s, transform .3s;
}
section:hover img
{    
    margin-bottom: -60px;
}
section .section-text
{
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
	-webkit-transition: all .3s, -webkit-transform .3s; /* Safari */
    transition: all .3s, transform .3s;
}
section:hover .section-text
{
    padding-bottom: 40px;    
}
section .section-text h2
{
    font-size:20px;
    line-height: 40px;
    margin:0px;
    padding:0px 10px;
    text-shadow: 0px 0px 2px #fff;
    font-weight: bolder;
    color: #422;
}
section .section-text h3
{
    font-size:12px;
    line-height: 30px;
    margin:0px;    
    padding:0px 10px;
    color:#fff;
    text-shadow: 0px 0px 2px #000;
    background-color: darkgoldenrod;
}
section .section-text p
{
    margin:15px 0px;
    padding: 0px 10px;
}
section p a
{
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border:1px solid #aaa;
    border-radius: 5px;
}
.str
{
    font-weight: bold;
}
.day
{
    color:#4a3c00;
}


.tage
    {
        border:1px solid #aaa;
        margin-bottom: 10px;
    }
.tage>.tage-title
    {
        background-image: url("arrow-down.png");
        background-repeat:no-repeat;
        background-position: 100% 8px;
        background-size:15px 15px;
        background-color: #fed;
        padding:5px 20px 5px 5px;
        cursor: pointer;
    }
.tage.active>.tage-title
    {
background-image: url("arrow-up.png");
}
.tage>.tage-text
    {
        max-height: 0px;
        padding:0px 10px;
        overflow: hidden;
    }
.tage.active>.tage-text
    {
        max-height: 5000px;
        overflow-y: auto;
        padding:10px;
    }

.expander
    {
        border:1px solid #aaa;
        margin-bottom: 10px;
    }
.expander>.expand-title
    {
        background-image: url("plus.png");
        background-repeat:no-repeat;
        background-position: 10px 10px;
        background-size:20px 20px;
        background-color: #fed;
        padding:10px 5px 10px 40px;
        cursor: pointer;
        font-size: 16px;
        line-height: 20px;
    }
.expander.active>.expand-title
    {
background-image: url("minus.png");
}
.expander>.expand-text
    {
        max-height: 0px;
        padding:0px 10px;
        overflow: hidden;
        font-size: 14px;
    }
.expander.active>.expand-text
    {
        max-height: 5000px;
        overflow-y: auto;
        padding:10px;
    }
span
{
    color:darkgoldenrod;
    font-weight: bold;
}
th.status
{
    width: 120px;
}
/*-------------------------------------------------*/
@media screen and (min-width: 450px) {
    .data-box .rechts,
    .tabdatacontainer .rechts,
    .anchordatacontainer .rechts {
        max-width: 280px;
        float: right;
        margin-right: -10px;
    }

    .data-box .rechts-left {
        /* max-width: 280px;
        float: right;
        margin-right: -10px; */
        float: left !important; 
        max-width: 35%;
        margin-right: 10px;
    }

    .date-input-size {
        width: 25%;
    }
    /* .unesco-image>img {
        width: 100%;
        height: 100%;
    } */
}

@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 700px) {

.termine td, .termine th
{
    padding:2px;
    font-size: 10px;
}
th.status
{
    width: 80px;
}
}
@media screen and (max-width: 1200px) {
    .homepage-slider
    {
        height: 250px;
    }
    
.slider-slide>.slide-title>a>h3
    {
        
      font-size: 30px;
        line-height: 40px;
        
}
.slider-slide>.slide-title>a>h4
    {
        font-size: 16px;
}

.fotogallerie
{
    height: 180px;
}
.fotogallerie a>img
{
    height: 150px;
}
.jumbo-box>.jumbo-photo
{
    display: none;
    }
section
    {
        margin:10px 0px;
    }
.contact-infobar
{
    display: none;
}
.container
    {
        padding: 5px;
    }
.header .container
{
    padding:0px;
}
.data-container
{
  padding: 10px 0px;
}
#more-area
{
     -moz-column-count:1;
    -webkit-column-count:1;
    column-count:1;
}
    
#more-area .top-close
{
    position: absolute;
    right:10px;
    top:10px;   
}

#more-area .bottom-close
{
    position: absolute;
    right:10px;
    bottom:10px;   
}
.footer{
    overflow: hidden;
    text-align: center;
}
    
.footer td
{
    text-align: center;
    border-top: 1px dotted #ddd;
}
       .footer li
{
    list-style: none;
}
}

@media screen and (max-width: 450px) {
    .data-box .rechts,
.tabdatacontainer .rechts,
.anchordatacontainer .rechts {
    /* border-radius: 10px; */
    overflow: hidden;
    display: block;
    border: 1px solid #333;
    clear: both;
    margin: 20px auto;
    max-width: 280px;
    float: none;
}

.data-box .rechts-left,
.tabdatacontainer .rechts,
.anchordatacontainer .rechts {
    /* border-radius: 10px; */
    overflow: hidden;
    display: block;
    border: 1px solid #333;
    clear: both;
    margin: 5px auto;
    max-width: 280px;
}

.unesco-image {
    margin-left: 20px;
}


}