*{ border:0; }
body{font:12px arial, sans-serif; color:#545454; height:100%; background:url(/dateien/tpl/bg-streifen.png) #1c1cd9;margin:0; padding:0;}
* html #body{height:100%; width:100%; background:url(/dateien/tpl/bg-streifen.png) #1c1cd9; }
a{color:#545454; }
table{margin-bottom:15px;}
table td{text-align:left; vertical-align:top; font-size:12px; line-height:20px; }
.abstand{height:50px; }
#wrapper{width:100%; background:url(/dateien/tpl/header-bg.png) #fff top left repeat-x; position:relative; z-index:10;}
#page{width:994px; background:#fff; height:100%; position:relative; margin:auto; }
#logo{width:210px; float:left; padding-top:15px; }
#logo a{display:block; }
#headerimage{width:574px; float:left; }
#headerimage img{display:block; }
#mnavi {display: none; }
#navi,#mnavi{width:100%; position:absolute; top:155px; left:0; height:35px; background:#1c1cd9; z-index:20;  }
#navi ul, #mnavi ul{width:575px; height:35px; padding-left:210px; padding-right:210px; margin:auto; list-style:none; }
#navi ul li,#mnavi ul li{float:left; margin-right:15px; }
#navi ul li a, #mnavi ul li a{display:block; color:#fff; text-decoration:none; padding-top:8px; }
#navi ul li a:hover, #mnavi ul li a:hover{text-decoration:underline; }
#navi ul li a.active, #mnavi ul li a.active{text-decoration:underline; }
#unternavi{position:relative; width:210px; float:left; padding-bottom:107px;}
#unternavi ul{padding:10px 0 0 15px; list-style:none; }
#unternavi li{padding-bottom:8px; }
#unternavi ul li a{display:block; text-decoration:none; }
#unternavi ul ul{padding:10px 0 0 30px; list-style:disc; }
#unternavi a:hover{text-decoration:underline; }
#unternavi a.active{text-decoration:underline; }
#content h1{font-size:16px; font-weight:bold; padding-bottom:10px; }
#content h2{font-size:14px; font-weight:bold; padding-bottom:7px; }
#content h3{font-size:14px; font-weight:normal; padding-bottom:7px; }
#content p{line-height:20px; padding-bottom:15px; }
#content ul{padding:0 0 10px 30px; line-height:20px; }
#content ol{padding:0 0 10px 30px; line-height:20px; }
#content{padding:20px 10px 20px 0; width:564px; min-height:300px; float:left; }
#impressum{position:absolute; bottom:20px; left:817px; text-decoration:none; }
#impressum.active { text-decoration:underline; }
#datenschutz{position:absolute; bottom:20px; left:730px; text-decoration:none; }
#datenschutz.active { text-decoration:underline; }
#header{height:190px; }
* html #header{position:relative; }
#tw_verband{position:absolute; bottom:35px; left:15px; }
.likebox { padding:4px; margin:10px; }
#mnavi { 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;
    }
    
    #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 !important;
        float: none;
        padding: 0;
    }
    
    #logo a {
        display: inline;
    }
    
    #logo img {
        display: block;
        height: 100% !important;
    }

    #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;
    }
    
    #mnavi {
        display: block;
        width: 26px;
        height: 26px;
        background: url("/configurator/preview/dateien/tpl/menu_btn.png") no-repeat left top;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1000;
        left: auto;
    }
    
    #mnavi ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: auto;
        width: auto;
    }
    

    #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;
        float: none;
    }
    
    #mnavi > ul li a {
        color: #808080;
        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: #00eb10;
        color: #fff;
    }
    
    #navclose {
        display: none;
        position: fixed;
        top: 15px;
        right: 15px;
        width: 26px;
        height: 26px;
        background: url("/configurator/preview/dateien/tpl/menu_btn.png") no-repeat left bottom;
        z-index: 1500;
    }
    
    #content .logos {
        text-align: center;
    }
    
    #tw_verband {
        display: inline-block;
    }
    
    #navi, #unternavi {
        display: none;
    }
    
    #content {
        width: 100%;
        height: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 10px;
        box-sizing: border-box;
    }
    
    #impressum {
        display: inline-block;
        margin-left: 5px;
        padding-bottom: 10px;
        position: relative;
        left: 0;
        top: 0;
    }
    
    .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%;
    }
    
    .logos {
        text-align: center;
    }
    
    #tw_verband {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
    }
    
    .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 */
}