*{border:0; }
body{font:12px arial,sans-serif; color:#404040; height:100%; background:url(/dateien/tpl/bg-streifen.png) #5967ff; margin: 0; padding: 0;}
* html #body {background:url(/dateien/tpl/bg-streifen.png) #5967ff; height:100%; width:100%;}
a{color:#545454; }
table{margin-bottom:10px;}
table td{text-align:left; vertical-align:top; font-size:12px; line-height:20px; }
.abstand{height:50px; }
#wrapper{background:url(/dateien/tpl/header-bg.png) #fff top left repeat-x; position:relative; z-index:10;}
a{color:#404040; text-decoration:underline; }
h1{font-weight:bold; font-size:16px; padding-bottom:10px; }
h2{font-weight:bold; font-size:14px; padding-bottom:5px; }
h3{font-weight:bold; font-size:12px; padding-bottom:5px; }
ul,ol{padding-left:30px; line-height:18px; padding-bottom:10px; }
p{line-height:18px; padding-bottom:10px; }
table td{text-align:left; vertical-align:top; font-size:12px; line-height:18px; }
#navi ul{padding:10px 0 0 5px; list-style:none; }
#navi li{padding-bottom:8px; }
#navi ul li a{display:block; text-decoration:none; padding-top:2px; line-height:14px; }
#navi ul ul{padding:10px 0 0 30px; list-style:disc; }
#navi a:hover{text-decoration:underline; }
#navi a.active{text-decoration:underline; }
#page{width:999px; margin:auto; position:relative; background:url(/dateien/tpl/dotted-line.gif) #fff top left repeat-y; }
#logo{width:190px; height:175px; float:left; }
#logo img{display:block; margin:5px 5px; }
#headerimage{width:649px; height:175px; float:left; }
#headerimage img{display:block; }
#content{width:839px; float:left; min-height:350px; }
#navi{width:190px; float:left; }
#text{border-left:#888; width:629px; padding:10px; float:left;}
#impressum{text-decoration:none; position:absolute; bottom:5px; left:0; color:#000; }
#impressum:hover{text-decoration:underline; }
#impressum.active{text-decoration:underline; }

#datenschutz{text-decoration:none; position:absolute; bottom:25px; left:0; color:#000; }
#datenschutz:hover{text-decoration:underline; }
#datenschutz.active{text-decoration:underline; }

#firmierung{position:absolute; right:0; bottom:-15px; font-size:10px; }
#tw_verband{position:relative; display:block; margin-top:20px; margin-bottom:20px; margin-left:4px; }
.likebox { float:right; padding:4px; }
#mnavi,.logos { display: none; }
#cookie-message {
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    padding: 15px;
    color: #d2d2d2;
    font-size: 13px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    box-sizing: border-box;
}

#cookie-message .inner-space {
    max-width: 1140px;
    margin: 0 auto;
}

#cookie-message .cookie-wrapp {
    display: flex;
    justify-content:space-between;
}

.cookie-buttons {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 1rem;
}

.cookie-btn {
    color: #fff;
    background: rgb(254, 178, 0);
    padding: 6px 15px;
    margin-right: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-decoration: none;
    white-space:nowrap

}

.cookie-btn:hover {
    opacity: .8;
    color: #fff;
}

.cookie-btn-secondary {
    background: rgb(77, 77, 77);
}

#cookie-message.cookie-hidden {
    bottom: -500px!important;
}


@media only screen and (max-width : 768px) {
    #cookie-message .cookie-wrapp {
        display: block;
        padding: 0 1rem;
    }

    .cookie-buttons {
        width: 100%;
        margin-top: 1rem;
        padding-left: 0;
    }
}
@media screen and (max-width: 567px) { 

    #page {
        width: 100%;
        height: 100%;
        margin: 0;
        background: #fff;
    }
    
    #wrapper {
        padding-bottom: 10px;
    }
    
    #left, #right {
        display: none;
    }
    
    #middle {
        width: 100%;
        height: 100%;
        float: none;
    }
    
    #header {
        width: 100%;
        height: auto;
    }
    
    #headerimage {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
    
    #headerimage img {
        display: block;
        width: 100% !important;
        height: auto !important;
        float: none;
    }
    
    #logo {
        z-index: 100;
        position: relative;
        display: block;
        height: 100px;
        float: none;
    }
    
    #logo img {
        display: block;
        height: 100%;
    }

    #text {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #shadow {
        display: none;
    }
    
    #navi {
        display: none;
    }
    
    #mnavi {
        display: block;
        width: 26px;
        height: 26px;
        background: url("/dateien/tpl/menu_btn.png") no-repeat left top;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1000;
    }
    
    #mnavi ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    

    #mnavi > ul {
        position: fixed;
        right: -250px;
        top: 0;
        margin: 0;
        padding: 50px 0 0 0;
        z-index: 500;
        width: 250px;
        height: 100%;
        background: #fff;
        -webkit-transition: right 0.6s;
        -moz-transition: right 0.6s;
        -o-transition: right 0.6s;
        transition: right 0.6s;
    }
    
    #mnavi.open > ul {
        right: 0;
        box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: right 0.6s;
        -moz-transition: right 0.6s;
        -o-transition: right 0.6s;
        transition: right 0.6s;
    }
    
    #mnavi.open ul ul a.active,
    #mnavi.open ul ul a:hover {
        background: #9c9c9c;
    }
    
    #mnavi > ul li {
        margin: 0;
        padding: 0;
    }
    
    #mnavi > ul li a {
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #ebebeb;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        padding: 10px 20px;
    }

    #mnavi > ul li a:hover,
    #mnavi > ul li a.active {
        text-decoration: none;
        background: #5967ff;
        color: #fff;
    }
    
    #navclose {
        display: none;
        position: fixed;
        top: 15px;
        right: 15px;
        width: 26px;
        height: 26px;
        background: url("/dateien/tpl/menu_btn.png") no-repeat left bottom;
        z-index: 1500;
    }
    
    .logos {
        display: block;
        text-align: center;
    }
    
    #tw_verband {
        display: inline-block;
    }
    
    #content {
        width: 100%;
        height: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #impressum {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 5px;
    }
    
    #datenschutz {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 5px;
    }
    
    .tw_contents img {
        display: block;
        max-width: 100%;
    }
    
    .tw_contents table tr td {
        box-sizing: border-box;
    }
    
    .tw_contents .tmbl-nofloat td.left {
        width: 30%;
        padding-right: 10px;
    }
    
    .tw_contents .tmbl-nofloat td.left img {
        display: block;
        width: 100%;
        margin-right: 10px;   
    }
    
    .tw_contents .tmbr-nofloat td.right {
        width: 30%;
        padding-left: 10px;
    }
    
    .tw_contents .tmbr-nofloat td.right img {
        display: block;
        width: 100%;
        margin-left: 10px;   
    }
    
    .tw_contents .tmbr-float img {
        display: block;
        max-width: 50% !important;
    }
    
    .tw_contents .myForm form {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .tw_contents .myForm form label {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin: 10px 0 0 0;
    }
    
    .tw_contents .myForm form .eingabe {
        float: none;
        width: 95% !important;
    }
    
    .tw_contents .myForm form input.button {
        margin-left: 0;
    }
    
    .tw_contents .map {
        width: 100%;
    }
    
    .tw_contents .route {
        width: 100%;
    }
    
    .tw_contents .route .quote-hilite label {
        float: none;
    }
    
    .tw_contents .route .quote-hilite .inputbox {
        width: 90%;
    }
    
    .tw_contents .route .quote-hilite {
        width: 100%;
        height: auto;
        border: 0 none;
    }
    
    .tw_contents .route .ziel {
        float: none !important;
        display: block;
        margin-top: 5px;
        width: 100%;
    }
    
     .tw_contents .route .slideBtn {
        position: relative;
    }
    
    .tw_contents .youtube iframe {
        width: 100%;
    }
    
    .likebox {
        float: none;
    }
} form.kontaktformular .loading_icon { float:right; background:url(/dateien/ajax-loader.gif) no-repeat 1px; height:30px; width:30px; display:none; position:relative; }
form.kontaktformular .done { background: no-repeat 2px; padding-left:20px;font-size:12px; width:70%; margin:20px auto; display:none }
form.kontaktformular { padding:10px; width:360px; background:#e7e7e7; border:1px #c4c4c4 solid;}
form.kontaktformular label { width:110px; height:22px; margin-top:5px; display:block; float:left; }
form.kontaktformular .eingabe { width:248px; height:20px; margin-top:5px; border:1px #c4c4c4 solid; float:left; }
form.kontaktformular .checkbox { margin-top:5px; float:left; }
form.kontaktformular textarea { width:248px; height:98px; border:1px #c4c4c4 solid; margin-top:5px; font-family:arial; font-size:12px; float:left; } 
form.kontaktformular input.button { height: 23px; width: 112px; margin-top:10px;  margin-left: 240px; background:#FFF; border:1px #c4c4c4 solid; }
form.kontaktformular br { clear:both; }
form.kontaktformular textarea {resize:none;}
form.kontaktformular .fields_required_info { color:#888; }
input[type="text"],input[type="password"],textarea { 
    -webkit-appearance:none; /* schatten etc entfernen */ 
    -webkit-border-radius:0; /* runde ecken entfernen */
    -webkit-box-sizing: border-box; /* css-box modell umstellen */
}.gbloading_icon { float:right; background:url(/dateien/ajax-loader.gif) no-repeat 1px; height:30px; width:30px; display:none; }
.gbdone { background: no-repeat 2px; padding-left:20px;font-size:12px; width:70%; margin:20px auto; display:none }
form.gaestebuch{ padding:10px; width:95%; background:#ffffff;}
form.gaestebuch label { width:100px; height:22px; margin-top:5px; display:block; float:left; }
form.gaestebuch .eingabe { width:350px; height:20px; margin-top:5px; border:1px #c4c4c4 solid; float:left; }
form.gaestebuch .checkbox { margin-top:5px; float:left; }
form.gaestebuch textarea { width:248px; height:98px; border:1px #c4c4c4 solid; margin-top:5px; font-family:arial; font-size:12px; float:left; } 
form.gaestebuch input.button { height: 23px; width: 112px; margin-top:10px; margin-left: 0px; background:#FFF; border:1px #c4c4c4 solid; }
form.gaestebuch br { clear:both; }
form.gbeintraege{ padding:10px; width:95%; background:#fff; border:1px #000 solid;}

.gbeintraege{ padding:10px; width:95%; border-bottom:1px #c4c4c4 solid;}
.myFormular{ border:1px solid #c4c4c4; background:#e7e7e7; padding:4px; margin:4px; }.map { position: relative; width: 525px; height: 270px; border:1px solid #000; }

.route { color:#000; position: relative; width:527px; padding-bottom:30px; }

.quote-hilite { display:none; position: relative; width:511px; height:35px; padding:7px; background: #fff; border:1px solid #000; border-top:0px; }

.slideBtn { color:#fff; position:absolute; right:0; background:#000; width:120px; height:20px; vertical-align:center; text-align:center; padding-top:5px; cursor:pointer; }

form { margin: 0; padding: 0; }

form label {cursor: pointer; width:90px; height:22px; margin-top:5px; display:block; float:left; }

.ziel { float:left; width:300px; }

.inputbox { background: none repeat scroll 0 0 #fff; width:290px; border:1px solid #000; }

form button { background: none repeat scroll 0 0 #fff; border:1px solid #000; }

.inputbox:hover, .inputbox:focus { background: none repeat scroll 0 0 #E1EDF7; }