body{
color:#444;
}
.med{
	color: #e96907;
    letter-spacing: 1px;

}
.nospace{white-space: nowrap;}
td span.mittig{text-align:center;display:block;}
td span.recht{text-align:center;display:block;}

u{text-decoration:underline;}
.row{
margin-right:0px;
margin-left:0px;
}
.w-100{height:30px;}
#wstoggle{color:#e96907;}
#wstoggle span:after, #wstoggle span:before,#wstoggle span{
    background-color: #e96907 !important;
}
#navigation{text-align: center;padding:50px 0px 40px 0px;border-bottom: 2px solid #e96907;margin-bottom:30px;position:relative;}
.slogen{font-size: 1.8rem;line-height: normal;}
h2{margin-bottom:30px;width:100%}
h1{font-size: 2.3rem;font-weight:600;}
.Boxoben h3{font-weight:300;}
.fliesstext{line-height:30px;}
.sitemap{max-width:1170px;margin:0px auto;width:100%;background-color:#e96907;}
ul.abbinder{padding:0px;margin:20px 20px 50px 20px;list-style: none;}
ul.abbinder li{float:left; padding-right:30px;}
.abbinderR{position: fixed;bottom:0px;font-size:15px; width:100%;z-index: 100;background-color: #e96907;}
ul.abbinder li a{font-size:15px;color:#fff;font-weight:600;letter-spacing:0.24em}
.card {max-width:1110px;}
.card-body{line-height:30px;}
.card-header{
background-color: rgba(240, 129, 16, 0.46) !important;
    border-bottom: 1px solid rgb(213, 160, 9) !important;
}
.card-header .btn-link{font-size:20px;font-weight:600; color:#bb5201;width: 100%;text-align: left;}
.card-header .btn-link:hover{text-decoration:none;width: 100%;text-align: left;}
.container{margin-bottom:200px;}
.accordion{width:100%;}

imagebox, .box {
    padding-bottom: 30px;
}

.imagebox {
    position: relative;
    text-align: center;
    width: 100%;
}
.imagebox, .box {
    padding-bottom: 30px;
}
img.img-responsive {
    width: 100%;
    height: auto;
}
.imagebox img {
    opacity: 1;
    transition: 0.5s opacity;
}

.Boxoben{
background-color: #e96907;
    min-height: 150px;
    color: #fff;
    text-align: center;
    padding: 10% 20px;
min-height:176px;
}
.Boxobenunten{
padding: 20px;
    font-size: 18px;
    line-height: normal;
min-height:254px;
}
.Boxobenunten a{
    line-height: normal;
    font-size: 16px;
    text-align: center;
	color:#444;
	padding: 0px 0px 10px 0px;
    display: inline-block;
    text-align: left;
}
.Boxobenunten a:hover{
text-decoration:underline;
color:#e96907;

}


.boxstart{
position: relative;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}
.boxstart:hover{width:101%;height:101%;}


.imagebox .imagebox-desc {
    background-color: rgba(0, 51, 153, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    margin: 0px;
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
}
.boxtitel {
    font-size: 22px;
    font-weight: 600;
}
.boxtitel {
    display: block;
    padding: 10px 0px;
    display: block;
    text-align: center;
}

@media (max-width: 570px) {
ul.abbinder li{float:none;padding:4px;}
ul.abbinder{margin: 20px;}
#navigation {
    padding: 50px 0px 40px 0px;
}
.slogen{line-height: normal;}
.abbinderR{position: relative;}
.col-md-4{margin-bottom:30px;}
}







.card2{
    position: relative;
    cursor: pointer;
}

.card2 .face{
   width: 100%;
    height: 200px;
    transition: 0.5s;
}

.card2 .face.face1{
    position: relative;
    background: #e96907;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);

}
.card2:hover .face.face1{
    background: #c02c02fc;
    transform: translateY(0);
}

.card2 .face.face1 .content2{
    opacity: 0.7;
    transition: 0.5s;
}

.card2:hover .face.face1 .content2{
    opacity: 1;
}

.card2 .face.face1 .content2 img{
    max-width: 100px;
}

.card2 .face.face1 .content2 h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.card2 .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.card2:hover .face.face2{
    transform: translateY(0);
}

.card2 .face.face2 .content2 p{
    margin: 0;
    padding: 0;
font-size:16px;
line-height:24px;
}

.card2 .face.face2 .content2 a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.card2 .face.face2 .content2 a:hover{
    background: #333;
    color: #fff;
}
table.Table1,table.Table2{
width:100%;
border-collapse: collapse;
border:1px solid #dadada;
}
table.Table1 tr {border-bottom:1px solid #dadada;}
table td{padding:8px 3px;border:1px solid #dadada;}
table.Table2 thead{background-color:#e96907; color:#fff;padding:8px 3px;}
table.Table2 td{padding:8px 3px;}
table.Table2 tr:nth-child(even) {background-color: #f2f2f2;}
table.Table2 thead th{ padding:8px 3px;}
th.th1_Table2,th.th2_Table2{background-color:#e96907;border-bottom:1px solid #fff;padding:3px;}
table.Table1 th,table.Table2 th{border:1px solid #fff;}



.my-custom-scrollbar {
position: relative;
/*height: 1100px;*/
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
.Boxoben.blau{background-color: #079e8d;}
