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;
    clear: both;
}
h2
{
    line-height: 30px;
    font-size: 22px;
    clear: both;
}
h3
{
    line-height: 26px;
    font-size: 20px;
    clear: both;
}
h4
{
    line-height: 22px;
    font-size: 18px;
    clear: both;
}
h5
{
    line-height: 18px;
    font-size: 15px;
    clear: both;
}
.data-box .mitte , .tabdatacontainer .mitte, .anchordatacontainer .mitte
{
width: 100%;
margin: 0px 0px 10px 0px;
}
.data-box figure img , .tabdatacontainer figure img , .anchordatacontainer figure img
{
    margin:0px;
    border-radius: 0px;
    border:none;
}
figure.rechts
{
    margin-right: -10px;
    max-width: 250px;
}
figure.rechts img
{
    width: 100%;
    margin: 0px;
    border-radius:0px;
    border: 0px;
}
figure.mitte
{
    display: flex;
    width: 100%;
}
figure.mitte>a ,figure.mitte>img
{
   display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-grow: 1;
}
figcaption
{
    width: 100%;
    background: darkred;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.headline
{
   background-color: darkred;
    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-lg
{
    font-size: 16px;
}
.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: darkred!important;
    outline: none !important;
    box-shadow: none;
}
.btn-menu:first-of-type>.button-menu
{
    display: block;
}
.button-menu
{
    padding: 5px 0px;
    margin:0px -10px;
    border-radius: 0px;
    display: none;
    background:#fdd;
}
.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;
}
a{
	color:inherit;
}
a:hover{
	text-decoration:none;
	color:darkred;
}
.page-header
    {
        background-color: darkred;
        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: darkred;
	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;
        overflow: hidden;
    }
.slider-slide
    {
        position: relative;
        background: #eee;
        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: 30px;
        line-height: 50px;
        font-weight: bolder;

}
.slider-slide>.slide-title>a>h4
    {
        font-size: 18px;
}
.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: 18px;
}
.back-to-top
{
    display: none;
    background-color: darkred;
    color: #fff;
    height:50px;
    width:50px;
    overflow: hidden;
    border-radius: 50px;
    border:1px solid #211;
    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;
}
tr.dark-row
{
    background: darkred;
    color: #fff;
}
.footer h4
{
    font-weight: bold;
}
.footer ul
{
    padding: 0px 0px 0px 10px;
}
.more-section
{
    width:100%;
    padding:20px;
    text-align: center;
    background: #300;
    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: darkred;
}
.more-data
{
    display:none;
}
#more-area
{
    width:100%;
    position: relative;
 background: #200;
    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;
    overflow:auto;

}
.data-box h1
{
    font-size: 25px;
    margin:0px;
}
.data-box h2
{
    font-size: 20px;
    margin:0px;
}
.data-box p
{
    margin:10px 0px;
}
.photo-box
{
    padding:0px;
    background: #f6f6f6;
    margin-bottom: 10px;
    border:1px solid #eee;
    overflow:auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.photo-box h3
{
    background-color: darkred;
    color: #fff;
    padding: 5px 10px;
    margin: 0px;
    font-size: 18px;
}
.photo-box h4
{
    background-color: #fff;
    padding: 2px 10px;
    margin: 0px;
    font-size: 12px;
}
.photo-box img
{
    width: 100%;
    max-height: 200px;
}
.photo-box p
{
    padding: 0px 10px;
}
.photo-box .button
{
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border:1px solid #aaa;
    border-radius: 5px;
    background-color: darkred;
    position: absolute;
    bottom: 10px;
    right:10px;
	-webkit-transition: all .3s, -webkit-transform .3s; /* Safari */
    transition: all .3s, transform .3s;
}
.photo-box:hover .button
{
    bottom: 15px;
    right:15px;
}
.tageintrag
{
    border-radius: 10px;
    overflow: hidden;
    border:1px solid #aaa;
    margin-bottom: 10px;
}
.tageintrag header
{
    background-color: darkred;
    color: #fff;
    padding: 10px;
}
.tageintrag header h3
{
    display: inline-block;
}
.tageintrag header span
{
    color:#ddd;
    margin-left: 10px;
    font-weight: normal;
}
.tageintrag header .datum
{
    float: right;
}
.tageintrag .mitte
{
    width:60%;
    margin: 10px 20% 0px 20%;
}
.tageintrag .img-sub
{
    text-align: center;
    font-style: italic;
}
.tageintrag p
{
    padding: 0px 10px;
}
section a
{
    color: midnightblue;
    font-weight: bold;
}
.data-box a , .tabdatacontainer a, .anchordatacontainer a
{
    color: blue;
}

.data-box a:hover , .tabdatacontainer a:hover, .anchordatacontainer a:hover, section a:hover
{
    color: darkred;
}
.breadcrumb
{
    margin:5px 0px;
    background: none;
    padding:0px;
    font-size: 12px;
    width: 100%;
    display: inline-block;
}
.breadcrumb a
{
    margin:0px 5px;
}
.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: darkred;
    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: darkred;
}
section .section-text p
{
    margin:15px 0px;
    padding: 0px 10px;
}
section p .button
{
    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: #fdd;
        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: #fdd;
        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:darkred;
    font-weight: bold;
}
th.status
{
    width: 120px;
}
ul.small
{
    padding: 0px 0px 0px 5px;
}
ul.small::before {
  content: "(";
}
ul.small::after {
  content: ")";
}
ul.small li
{
    display: inline-block;
    margin: 2px 0px;
    padding: 0px 5px;
    border-right: 1px dotted #333;
}
ul.small li:last-child
{
    border-right: none;
}
.pagin
{
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}
.prev
{
    float:left;
    border:1px solid #666;
    background: #fff;
    font-size: 12px;
    padding:0px 10px;
    border-radius: 10px;
}
.prev::before {
  content: "<- ";
}
.next
{
    float:right;
    border:1px solid #666;
    background: #fff;
    font-size: 12px;
    padding:0px 10px;
    border-radius: 10px;
}
.next::after {
  content: " ->";
}
.termine
{
    font-size: 14px;
}

.index-title {
    padding: 8px 8px;
    border: none;
    background: darkred;
    color: #fff;
    border-radius: 15px;
    font-size: 28px;
    scroll-margin-top: 16rem;
}
.small-screen {
    display: none;
}

/*-------------------------------------------------*/
@media screen and (min-width: 450px) {
.data-box img , .tabdatacontainer img, .anchordatacontainer img , figure
{
    display: inline;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #333;
    margin:5px;
    float: left;
}
.data-box .rechts , .tabdatacontainer .rechts, .anchordatacontainer .rechts
{
    max-width: 280px;
    float: right;
    margin-right: -10px;
}

.date-input-size {
    width: 25%;
}



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

/* here 700px */

@media screen and (max-width: 1200px) {
    .small-screen {
        display: none;
    }

    .homepage-slider
    {
        height: 250px;
    }
.slider-slide>.slide-title
{
    padding: 5px 10px;
}
.slider-slide>.slide-title>a>h3
    {

      font-size: 20px;
        line-height: 22px;

}
.slider-slide>.slide-title>a>h4
    {
        font-size: 12px;
        line-height: 15px;
}

.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;
}

.date-input-size {
    width: 25%;
}
}

@media screen and (max-width: 900px) {
    .date-input-size {
        width: 35%;
    }
    .small-screen {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .tageintrag .mitte
    {
        width:80%;
        margin: 10px 10% 0px 10%;
    }
    .small-screen {
        display: none;
    }
    .termine td, .termine th
    {
        padding:2px;
        font-size: 10px;
    }
    th.status
    {
        width: 80px;
    }
        .data-box ul , .tabdatacontainer ul, .anchordatacontainer ul
    {
        padding-left:5px;
    }

    .date-input-size {
        width: 50%;
    }
    }


@media screen and (max-width: 450px) {
    .data-box img , .tabdatacontainer img, .anchordatacontainer img , figure
    {
        border-radius: 10px;
        overflow: hidden;
        display: block;
        border: 1px solid #333;
        clear: both;
        margin:5px auto;
    }

    .small-screen {
        display: table-row;
        text-align: center;
    }

    .date-input-size {
        width: 80%;
        /* background-color: #000; */
    }
    .index-title {
        padding: 0px 8px;
        border: none;
        background: darkred;
        color: #fff;
        border-radius: 15px;
        font-size: 21px;
        scroll-margin-top: 16rem;
        line-height: 1.4;
    }

    }