body,
html {
    width:100%;
    height:100%;
    background-color:#dadada;
    font:100% Catamaran,sans-serif;
    color:#000;
    font-weight:400;
}
#wrapper {
    width:100%;
    min-height:100%;
    position:relative;
    float:left;
    margin-right:auto;
    margin-left:auto;
}
#logonavi {
    width:100%;
    height:150px;
    max-width:1200px;
    left:0;
    top:0;
    margin-right:auto;
    margin-left:auto;
    z-index:1000;
}
#navibox,
#topnavibox {
    float:right;
    clear:right;
}
#navibox {
    bottom:0;
    right:0;
    position:absolute;
}
#logo img {
    width:100%;
    height:auto;
    max-width:215px;
    float:left;
    margin-top:57px;
    margin-bottom:0;
    margin-left:0;
}
#header {
    width:100%;
    height:150px;
    right:0;
    top:0;
    position:fixed;
    overflow:visible;
    background-color:#fff;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,.4);
    box-shadow:0 0 15px rgba(0,0,0,.4);
    z-index:999;
}
#container {
    width:100%;
    top:0;
    position:relative;
    overflow:hidden;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
    padding:0 0 24px;
    background-color:#fff;
    background-position:left top;
    background-repeat:repeat-y;
}
#main {
    width:100%;
    max-width:1200px;
    float:none;
    margin-right:auto;
    margin-left:auto;
    padding:22px 48px;
    font-size:16px;
    line-height:30px;
    color:#555;
    box-sizing:border-box;
}
#header .inside {
    width:100%;
    height:100%;
    float:left;
}
#nav {
    width:100%;
    height:70px;
    float:left;
}
#topnavi {
    width:auto;
    float:right;
    margin-top:20px;
    font-weight:600;
}
#topnavi ul {
    float:right;
}
#topnavi ul.level_1 {
    margin:0;
    padding:0;
    list-style-type:none;
}
#topnavi ul li {
    float:left;
    padding-right:25px;
    padding-left:25px;
    border-right:1px solid #aaa;
    font-weight:500;
}
#topnavi ul li.last {
    padding-right:0;
    border-right:0px;
}
#topnavi ul li a,
#topnavi ul li span {
    font-size:14px;
    text-decoration:none;
    color:#aaa;
    letter-spacing:1px;
}
#topnavi ul li.active span,
#topnavi ul li a:hover {
    color:#cc071e;
}
header img,
header figure {
    width:100%;
    height:auto;
}
#header #suche {
    width:233px;
    height:27px;
    float:right;
    clear:right;
    display:table;
    margin:37px 0 0;
    padding:0;
}
#header #suche .formbody {
    display:table-row;
}
#header #suche input {
    float:left;
    display:inline-block;
    background-color:#fbfbfb;
    border:1px solid #dde0e3;
}
#header #suche #searchsubmit {
    display:table-cell;
}
#header #suche input[type=submit] {
    width:37px;
    height:27px;
    display:block;
    margin:0;
    background:#fbfbfb url("files/agg/tpl/lupe.png") center center no-repeat;
    border-left:0px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    background-size:auto 25px;
    cursor:pointer;
}
#header #suche input[type=text] {
    width:100%;
    height:27px;
    display:table-cell;
    padding-left:5px;
    border-right:0px;
    border-radius:0;
    font-size:13px;
    color:#347e39;
    background-size:auto 25px;box-shadow:none;
}
#main h1,
#main h2 {
    margin-top:24px;
    margin-bottom:10px;
    padding-top:6px;
    padding-bottom:10px;
    background-image:url("files/halt/tpl/header_line.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    font-size:48px;
    line-height:48px;
    font-weight:normal;
    color:#cd1719;
    font-weight:400;
}
#main h2 {
    margin-bottom:4px;
    padding-bottom:2px;
    font-size:36px;
}
#main a {
    text-decoration:none;
    color:#cd1719;
}
#main a:hover {
    color:#aaa;
}
#burgernavi {
    display:none;
}
.ce_form {
    text-align:left;
}
.custom {
    background-color:#fff;
}
.custom #Slider {
    width:100%;
    height:auto;
    max-width:1200px;
    margin-top:150px;
    margin-right:auto;
    margin-left:auto;
    border-bottom:4px solid #cd1719;
}
.headerbild {
    border-bottom:6px solid #ffaa24;
}
.headerbild>div {
    position:relative;
}
.headerbild h1 {
    bottom:30px;
    left:50px;
    position:absolute;
    font-size:80px;
    font-weight:bold;
    font-style:italic;
    color:#fff;
    text-shadow: 2px 2px 5px #000000;
}
.headerbild img,
.headerbild figure {
    line-height:0px;
}
.tippbox {
    width:100%;
    float:left;
    margin-bottom:16px;
    padding-bottom:10px;
    text-align:left;
    background-color:#e2f0f7;
    font-size:14px;
    color:#000;
    box-sizing:border-box;
}
#main .tippbox p,
#main .tippbox ul {
    margin-right:10px;
    margin-left:10px;
}
#main .tippbox h1 {
    width:100%;
    height:auto;
    float:left;
    margin:0 0 5px;
    padding:5px 10px;
    background-color:#63a4bd;
    font-size:17px;
    color:#fff;
    box-sizing:border-box;
    font-weight:600;
}
#main ul {
    padding-left:20px;
}
#main ul li {
    margin-left:0;
    list-style-type:square;
}
#main ol li {
    margin-left:18px;
    padding-left:3px;
    list-style-type:decimal;
}
#main .mod_breadcrumb {
    margin-bottom:16px;
    background-image:url("files/halt/tpl/dottedline.png");
    background-position:left bottom;
    background-repeat:repeat-x;
}
#main .mod_breadcrumb ul {
    width:100%;
    height:auto;
    margin-left:-5px;
    padding-bottom:5px;
    padding-left:0;
    list-style-type:none;
}
#main .mod_breadcrumb ul li {
    float:left;
    margin-left:5px;
    padding-right:14px;
    padding-left:0;
    background-image:url("files/halt/tpl/arrow_red.png");
    background-position:right center;
    background-repeat:no-repeat;
    font-size:18px;
    list-style-type:none;
}
#main .mod_breadcrumb li.active {
    color:#cd1719;
    font-weight:600;
}
#main .mod_breadcrumb li.last {
    background:none;
}
#main .mod_breadcrumb li.first {
    padding-left:0;
}
#main .mod_breadcrumb li a {
    color:#575656;
}
#main .mod_breadcrumb li a:hover {
    color:#cd1719;
}
.gm-style, .gm-style-iw-c {
	color:#000;
}
.mod_changelanguage li {
    width:48px;
    height:40px;
    float:left;
    margin-left:0;
    background-size:80%;
}
.mod_changelanguage li a {
    width:48px;
    height:40px;
    display:block;
}
.mod_changelanguage span {
    display:none;
}
.mod_changelanguage li.lang-de {
    background-image:url("files/agg/tpl/de.png");
    background-position:center center;
    background-repeat:no-repeat;
}
.mod_changelanguage li.lang-en {
    background-image:url("files/agg/tpl/en.png");
    background-position:center center;
    background-repeat:no-repeat;
}
.mod_changelanguage li.lang-ar {
    background-image:url("files/agg/tpl/ar.png");
    background-position:center center;
    background-repeat:no-repeat;
}
.mod_changelanguage li.lang-tr {
    background-image:url("files/agg/tpl/tr.png");
    background-position:center center;
    background-repeat:no-repeat;
}
.mod_changelanguage li.lang-ru {
    background-image:url("files/agg/tpl/ru.png");
    background-position:center center;
    background-repeat:no-repeat;
}
.mod_changelanguage li.lang-fr {
    background-image:url("files/agg/tpl/fr.png");
    background-position:center center;
    background-repeat:no-repeat;
}
.mod_changelanguage {
    float:right;
    margin-top:30px;
    margin-right:32px;
}
div.framebox {
    width:100%;
    padding:24px;
    border:1px solid #9fc2d5;
    box-sizing:border-box;
}
.redline {
    width:100%;
    margin-bottom:16px;
    padding-top:16px;
    padding-bottom:16px;
    background-image:url("files/halt/tpl/dottedline.png");
    background-position:left center;
    background-repeat:repeat-x;
}
.whiteline {
    width:100%;
    padding-bottom:16px;
    background-image:url("files/halt/tpl/dottedline_white.png");
    background-position:left top;
    background-repeat:repeat-x;
}
#footer {
    padding-top:24px;
    border-top:3px solid #cd1719;
}
#footer .inside {
    width:100%;
    max-width:1200px;
    float:none;
    margin-right:auto;
    margin-left:auto;
    padding-right:48px;
    padding-left:48px;
    box-sizing:border-box;
}
#main .ce_downloads li,
#main .ce_downloads ul {
    margin-left:0;
    list-style-type:none;
}
#main .toggler {
    padding-top:3px;
    padding-left:24px;
    background-image:url("files/halt/tpl/arrow_right.png");
    background-position:left center;
    background-repeat:no-repeat;
    font-weight:bold;
    cursor:pointer;
}
#main .toggler.active {
    background-image:url("files/halt/tpl/arrow_down.png");
}
#main .ce_downloads img {
    vertical-align:middle;
}
#main h4 {
    font-weight:bold;
    color:#cd1719;
}
#main h5 {
    color:#cd1719;
}
blockquote p {
    font-size:24px;
}
form input {
    margin-bottom:4px;
}
form label {
    margin-right:16px;
    padding-top:5px;
}
#main a.readmore,
#main .layout_latest .more>a {
    float:right;
    padding:2px 20px 0 6px;
    background-image:url("files/halt/tpl/arrow_black.png");
    background-position:right center;
    background-repeat:no-repeat;
    border:1px solid #555;
    font-size:15px;
    text-decoration:none;
    color:#555;
    text-transform:uppercase;
    box-sizing:border-box;
}
#main a.readmore:hover {
    background-color:#ddd;
}
#main h3 {
    margin-top:0;
    font-size:20px;
    font-weight:normal;
    color:#cd1719;
}
#main .teaser {
    font-size:20px;
    font-weight:500;
}
#main figcaption.caption {
    font-size:14px;
    line-height:16px;
    color:#000;
}
.ui-accordion-content {
    margin-left:20px;
}
#footer .inside p {
    color:#fff;
}
.dlh_googlemap {
    width:100% !important;
}
body.home .mod_breadcrumb {
    display:none;
}
.ma_entry {
    margin-bottom:32px;
}
.ma_entry img {
    width:100%;
}
#main .quellen {
    font-size:14px;
    line-height:14px;
}
.newsbox p.time,
.newsbox p.info {
    margin-bottom:3px;
    font-size:18px;
}
.newsbox h4 {
    margin-top:0;
    margin-bottom:0;
}
.newsbox .teaser {
    font-size:16px;
    line-height:24px;
    font-weight:normal;
    font-weight:300 !important;
    font-size:16px !important;
}
.error {
    color:#f00;
}
#Slider a {
    text-decoration:none;
    color:#555;
}
#Slider figure figcaption {
    width:auto;
    height:auto;
    right:32px;
    top:32px;
    position:absolute;
    padding:24px;
    background-color:rgba(255,255,255,.8);
    font-size:19px;
    box-sizing:border-box;
    color:#000;
}
.mod_newslist {
    margin-top:-1px;
}
.newsposi {
    margin-top:18px;
}
.teaserhand {
    width:150px;
    height:auto;
    float:left;
    margin-right:20px;
    margin-bottom:5px;
    width:100px !important;
    height:auto !important;
}
#Slider figure img {
    float:left;
}
.greybox {
    width:100%;
    padding:12px 16px 2px;
    background-color:#f0f0f0;
    box-sizing:border-box;
}
#main ul.setright {
    left:18px;
    position:relative;
}
video {
    height:auto;
    max-width:100%;
}
#main #tabnavi ul li {
    width:13.9%;
    min-height:54px;
    float:left;
    display:block;
    padding:.8% .3%;
    vertical-align:middle;
    text-align:center;
    background-color:#eee;
    border-right:2px solid #fff;
    line-height:18px;
    list-style-type:none;
    box-sizing:border-box;
}
#main #tabnavi ul {
    width:100%;
    float:left;
    margin-top:20px;
    margin-bottom:36px;
    padding-left:0;
    list-style-type:none;
}
#main #tabnavi li.active {
    background-color:#cd1719;
    color:#fff;
}
#main #tabnavi li a {
    width:100%;
    height:100%;
    display:block;
    color:#000;
}
#main #tabnavi li:hover {
    background-color:#cd1719;
    color:#fff;
}
#main #tabnavi li:hover>a {
    color:#fff;
}
#main .abstand24nach {
    width:100%;
    clear:both;
    margin-top:0;
    margin-bottom:24px;
}
#ctrl_groups_49 legend:after {
    content: '(Bitte wählen Sie mindestens eine Mitgliedergruppe aus. Für die Mitgliedergruppen „Prävention der FASD“, „HaLT-Peers an Fahrschulen“, „HaLT-reaktiv PLUS“ und „Lebenskompetenzprogramme“ können Sie sich nur registrieren, wenn Sie die entsprechende Schulung absolviert haben.)';
    font-weight:normal !important;
}
.protected.logout-downloadbereich {
    margin-top:25px;
}
.btn {
    cursor:pointer;
    padding: 20px 20px 8px 20px;
    background:rgb(123,113,108);
    color:#fff;
    font-weight:bold;
    font-size:18px;
    max-width:200px;
    text-align:center;
    transition:.3s ease-out;
}
.btn a {
    color:#fff !important;
}
.btn:hover {
    background:rgba(123,113,108,.7);
}
table tr {
    border-bottom:1px solid #fff !important
}
table tr p {
    padding: 10px 0 !important
}
.mm-table {
    width: 100%;
    table-layout:fixed;
    border-collapse: collapse;
    margin-top: 1em;
}
.mm-table th,
.mm-table td {
    width:33.33%;
    word-wrap:break-word;
    padding: 8px;
    vertical-align: top;
}
.mm-table tbody tr:nth-child(odd) {
    background-color: #dddddd;
}
.ce_metamodel_content .pagination ul {
    padding-left:0 !important
}
.ce_metamodel_content .pagination li {
    display:inline-block;
    padding:3px;
}
.invisible {
    position: absolute;
      left: -999em;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
}
.invisible.focusable:active,
.invisible.focusable:focus {
    position: static;
      left: auto;
      width: auto;
      height: auto;
      overflow: visible;
}body,
html {
    font:100% Catamaran,sans-serif;
    color:#fff;
    background:none;
}
#cboxContent,
#cboxContent #wrapper,
#cboxContent #container,
#cboxLoadedContent #main .inside {
    height:auto;
    margin:0;
    padding:0;
    color:#fff;
}
#cboxLoadedContent {
    border:0px solid;
    color:#fff;
}
#cboxLoadedContent,
#cboxLoadedContent #main {
    overflow:hidden;
    padding:0;
    color:#fff;
    background:none;
    overflow:hidden !important;
}
#cboxLoadedContent #main {
    padding-right:32px;
}
#cboxOverlay {
    opacity:0.5 !important;
}
#cboxContent #container {
    background:none;
}
#cboxContent {
    padding:16px 16px 6px;
    background-color:rgba(255,255,255,.85) !important;
}
#cboxContent figure,
#cboxContent img {
    line-height:0px;
}
#cboxContent .ce_text {
    padding-top:20px;
    color:#000;
}
#cboxClose {
    right:25px !important;
}
#article-184 .back,
#article-185 .back,
#article-186 .back {
    display:none !important;
    visibility:hidden;
}
#main {
    float:none;
}
#nav {
    width:100%;
    position:relative;
    overflow:visible;
    margin:0 auto;
    padding:0;
}
ul#navigation {
    width:100%;
    position:relative;
    float:left;
    margin:0;
    padding:0;
}
ul#navigation li {
    position:relative;
    float:left;
    display:inline;
    margin:0;
    padding:0;
    font-size:17px;
    font-weight:500;
}
ul#navigation li a,
ul#navigation li span {
    display:block;
    padding:15px 17px 30px;
    text-decoration:none;
    color:#58585a;
    text-shadow:none;
    -webkit-transition:color 0.1s linear;
    -moz-transition:color 0.1s linear;
    -o-transition:color 0.1s linear;
    transition:color 0.1s linear;
}
ul#navigation li a:hover,
ul#navigation li.trail a,
ul#navigation li.active span,
ul#navigation li.trail span {
    display:block;
    text-decoration:none;
    color:#cc071e;
}
ul#navigation li a.first {
    border-left:0 none;
}
ul#navigation li a.last {
    border-right:0 none;
}
ul#navigation li:hover > ul {
    visibility:visible;
    opacity:0.9;
    z-index:500;
}
ul#navigation ul,
ul#navigation ul li ul {
    width:auto;
    min-width:250px;
    position:absolute;
    margin:0;
    padding:4px 6px 0 0;
    background-color:#fff;
    -webkit-box-shadow:1 1 3 #ccc;
    box-shadow:1 1 3 #ccc;
    font-size:15px;
    list-style: none;
    visibility:hidden;
    opacity:0;
    z-index: 500;
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 0.2s linear;
}
ul#navigation ul {
    top:70px;
    border-bottom:1px solid #eee;
}
ul#navigation ul li ul {
    left:250px;
    top:0;
}
ul#navigation ul li {
    width:100%;
    clear:both;
    border:0;
}
ul#navigation ul li a,
ul#navigation ul li span {
    width:auto;
    min-width:200px;
    float:left;
    clear:both;
    display:inline-block;
    padding:2px 20px 4px;
    background-image:url("files/halt/tpl/button_bg_line.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    text-decoration:none;
    color:#58585a;
    text-shadow:none;
}
ul#navigation li a.last,
ul#navigation li span.last {
    padding-right:0;
}
ul#navigation ul.level_2 li a,
ul#navigation ul.level_2 li span {
    width:100%;
    padding-left:20px;
    font-size:15px;
    font-weight:normal;
    color:#58585a;
    text-transform:none;
    box-sizing:border-box;
}
ul#navigation ul.level_2 li a.last,
ul#navigation ul.level_2 li span.last {
    background:none;
}
ul.level_2 li.submenu {
    background-repeat:no-repeat;
}
#nav ul#navigation ul.level_2 li a:hover,
#nav ul#navigation ul.level_2 li.active span {
    background-image:url("files/halt/tpl/button_bg.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    color:#cc071e;
}
#nav ul#navigation ul.level_2 li a.last:hover,
#nav ul#navigation ul.level_2 li.active span.last {
    background-image:url("files/halt/tpl/button_bg_arrow.png");
}
#nav ul.level_2 li.submenu {
    background-image:url("files/agg/tpl/arrow_right_blue.png");
    background-position:right top;
    background-repeat:no-repeat;
    background-position: right 8px;
}
@media (max-width:1100px) {
#main,
#left {
    width:100%;
    max-width:100%;
    float:left;
    display:block;
    margin:0;
    margin-bottom:5px;
}
#nav,
#topnavi {
    display:none;
}
#container,
#tablerow,
#header,
#footer,
#wrapper {
    width:100%;
    height:auto;
    position:relative;
    float:left;
    display:block;
}
#header {
    z-index:5;
}
.custom #Slider {
    position:relative;
    clear:both;
    display:block;
}
#logo {
    float:none;
    margin-right:auto;
    margin-left:auto;
}
#topnavi ul {
    width:100%;
    float:none;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
#container {
    top:4px;
}
#header #suche {
    width:300px;
    float:none;
    clear:left;
    margin:10px auto 16px;
}
#header #suche input[type=text] {
    width:263px;
}
#burgernavi {
    width:100%;
    height:50px;
    float:left;
    clear:left;
    display:block;
    background:#eee url("files/halt/tpl/menu_darkgrey.png") left center no-repeat;
    background-position:16px;
}
#burgernavi a.burgernavi {
    width:48px;
    height:21px;
    display:block;
    margin-left:16px;
}
.mod_mobile_menu {
    width:100%;
    clear:left;
}
.mobile_menu .inner {
    background-color:#eee;
}
.mobile_menu ul li a,
.mobile_menu ul li.active>span,
.mobile_menu ul li.trail>span {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:30px;
    border-bottom:1px solid #ccc;
    text-decoration:none;
    color:#555;
    font-weight:600;
}
.mobile_menu li {
    width:100%;
    min-height:40px;
    list-style-type:none;
    box-sizing:border-box;
}
.mobile_menu ul.level_2 {
    background-color:#ddd;
    box-sizing:border-box;
}
.mobile_menu .submenu_hide a,
-mobile_menu .submenu_hide span {
    background-image:url("files/halt/tpl/arrow_right.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.mobile_menu .submenu_show a,
.mobile_menu .submenu_show li.active span {
    background-image:url("files/halt/tpl/arrow_down.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.mobile_menu .submenu_show ul.level_2 li a,
.mobile_menu .submenu_show ul.level_2 li span {
    padding-left:30px;
    font-weight:normal;
    color:#000;
    background-image:none;
    box-sizing:border-box;
}
.mobile_menu .submenu_show ul.level_3 li a,
.mobile_menu .submenu_show ul.level_3 li span {
    padding-left:90px;
    background-color:#eee;
}
.mobile_menu ul li.trail a,
.mobile_menu ul li.trail span,
.mobile_menu .submenu_show ul.level_2 li.active a,
.mobile_menu .submenu_show ul.level_2 li.active span {
    color:#cd1719;
}
.mobile_menu ul {
    padding-left:0;
}
.mobile_menu #topnavimobil ul li a {
    color:#aaa;
}
#main {
    padding-right:36px;
    padding-left:36px;
}
.headerbild h1 {
    font-size:60px;
}
.mobile_menu .submenu_show ul.level_2 li.active span,
.mobile_menu .submenu_show ul.level_2 li.trail a {
    padding-left:60px;
}
.mobile_menu .submenu_show ul.level_3 li.active span,
.mobile_menu .submenu_show ul.level_3 li.trail a {
    padding-left:180px;
}
.mobile_menu .submenu_show ul.level_2 li>span {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:120px;
    border-bottom:1px solid #ccc;
}
}
@media (max-width:1170px) {
#main #tabnavi ul li {
    width:24%;
    margin-bottom:2px;
}
}
@media (max-width:690px) {
#main #tabnavi ul li {
    width:49%;
    margin-bottom:2px;
}
}
@media (max-width:600px) {
#main {
    padding-right:20px;
    padding-left:20px;
}
.headerbild h1 {
    bottom:0;
    font-size:48px;
}
#main h1 {
    font-size:26px;
}
#logo {
    padding-right:20px;
    padding-left:20px;
    box-sizing:border-box;
}
#Slider figure figcaption {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    padding:24px;
    background-color:rgba(255,255,255,.8);
    font-size:14px;
    box-sizing:border-box;
}
.teaserhand {
    width:75px;
    height:auto;
    float:left;
    margin-right:20px;
    margin-bottom:40px;
    width:60px !important;
    height:auto !important;
}
}
@media (max-width:400px) {
.headerbild h1 {
    font-size:30px;
}
}

