@media screen{
  /* mooRainbow by w00fz <w00fzIT@gmail.com> */
  .moor-box{
    width:390px;
    height:310px;
    border:2px solid #999;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow:0 3px 6px #999;
    background-color:#f9f9f9
  }
  .moor-overlayBox{
    width:256px;
    height:256px;
    margin-top:9px;
    margin-left:9px;
    border:1px solid #999
  }
  .moor-slider{
    border:1px solid #999;
    margin-top:9px;
    margin-left:280px;
    width:19px;
    height:256px
  }
  .moor-colorBox{
    border:1px solid #999;
    width:59px;
    height:68px;
    margin-top:20px;
    margin-left:315px
  }
  .moor-currentColor{
    margin-top:55px;
    margin-left:316px;
    width:59px;
    height:34px
  }
  .moor-okButton{
    font-family:Tahoma;
    font-weight:bold;
    font-size:11px;
    margin-top:277px;
    margin-left:8px;
    background:#e6e6e6;
    height:23px;
    border:1px solid #d6d6d6;
    border-left-color:#f5f5f5;
    border-top-color:#f5f5f5
  }
  .moor-rLabel{
    margin-top:100px;
    margin-left:315px
  }
  .moor-gLabel{
    margin-top:125px;
    margin-left:315px
  }
  .moor-bLabel{
    margin-top:150px;
    margin-left:315px
  }
  .moor-HueLabel{
    margin-top:190px;
    margin-left:315px
  }
  span.moor-ballino{
    margin-top:190px;
    margin-left:370px
  }
  .moor-SatuLabel{
    margin-top:215px;
    margin-left:315px
  }
  .moor-BrighLabel{
    margin-top:240px;
    margin-left:315px
  }
  .moor-hexLabel{
    margin-top:277px;
    margin-left:280px
  }
  .moor-rInput,.moor-gInput,.moor-bInput,.moor-HueInput,.moor-SatuInput,.moor-BrighInput{
    width:30px
  }
  .moor-hexInput{
    width:50px;
    border:1px solid #ccc;
    padding:3px
  }
  .moor-cursor{
    background-image:url("../../plugins/colorpicker/images/moor_cursor.gif");
    width:12px;
    height:12px
  }
  .moor-arrows{
    background-image:url("../../plugins/colorpicker/images/moor_arrows.gif");
    top:9px;
    left:270px;
    width:41px;
    height:9px;
    line-height:9px;
    font-size:0
  }
  .moor-chooseColor{
    margin-top:21px;
    margin-left:316px;
    width:59px;
    height:34px
  }
}

/* -----------------------------------------------------
   Overrides (Contao 5, Slider & Spacing)
   Ziel: Optik wie www.fischer-dachtechnik.de
   ----------------------------------------------------- */

/* Header: Titelbild-Slider exakt 630x472 rechts im Header */
#header .titelbild,
.mod_rocksolid_slider.titelbild{
  width: 630px;
  height: 472px;
  right: 0;
  top: 0;
  position: absolute;
}

/* Slider-Inhalte erzwingen feste Größe, Bildfüllung wie original */
.mod_rocksolid_slider.titelbild img{
  width: 630px;
  height: 472px;
  object-fit: cover;
  display: block;
}

/* Linke Navigation: vertikaler Abstand wie Original (erste Box) */
#left .mod_navigation{
  margin-bottom: 30px;
}

/* Hauptbereich: Überschriften-Abstand wie im alten Theme */
#main h1{
  margin-top: 0;
  margin-bottom: 28px;
  padding-top: 0;
}

#container{
  max-width:960px;
  width: 100%;
  margin:0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap:20px;
  padding: 40px 0 0 0; 
}
#main{
  max-width:600px;
  width: 100%;  
  float:none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

#left{
  max-width:336px;
  width:100%;
  padding: 0;
  margin: 0;
  float:none;
  left: auto;
  right: auto;
}

/* Accordion/Toggler: Darstellung wie im alten Theme belassen */
#main .toggler,
#main .ce_accordion .active{
  font-size: 16px;
  font-weight: 700;
  padding: 3px 0 6px 40px;
  margin: 5px 40px 5px 0;
  width: 620px;
  cursor: pointer;
}
#main .toggler{ background: #ccd7ed url("../../files/images/toggler_off.png") 0 0 no-repeat; }
#main .ce_accordion .active{ background: #ccd7ed url("../../files/images/toggler_on.png") 0 0 no-repeat; }
@media screen{
  /* Chosen by Patrick Filler, Jules Janssen, Jonnathan Soares, MIT-style license */
  select.chzn-select{
    visibility:hidden;
    height:28px!important;
    min-height:28px!important
  }
  .chzn-container{
    font-size:13px;
    position:relative;
    display:inline-block;
    zoom:1;
    margin:1px 0;
    background-color:#fff
  }
  .firefox .chzn-container{
    position:relative;
    top:2px;
    margin:-1px 0 0
  }
  .chzn-container .chzn-drop{
    background:#fff;
    border:1px solid #aaa;
    border-top:0;
    position:absolute;
    top:29px;
    left:0;
    -webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);
    -moz-box-shadow:0 4px 5px rgba(0,0,0,.15);
    -o-box-shadow:0 4px 5px rgba(0,0,0,.15);
    box-shadow:0 4px 5px rgba(0,0,0,.15);
    z-index:999;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px
  }
  .chzn-container-single .chzn-single{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #b8b8b8;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    position:relative;
    height:20px;
    line-height:20px;
    padding:0 0 0 6px;
    color:#000;
    text-decoration:none
  }
  .firefox .chzn-container-single .chzn-single{
    height:21px
  }
  .win.firefox .chzn-container-single .chzn-single{
    height:22px;
    line-height:21px
  }
  .chzn-container-single .chzn-single span{
    margin-right:26px;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    font-size:12px
  }
  .chzn-container-single .chzn-single div{
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background:#ccc;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
    background-image:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%);
    background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);
    background-image:-o-linear-gradient(bottom,#ccc 0,#eee 60%);
    background-image:-ms-linear-gradient(top,#ccc 0,#eee 60%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#eeeeee',GradientType=0);
    background-image:linear-gradient(top,#ccc 0,#eee 60%);
    border-left:1px solid #b8b8b8;
    position:absolute;
    right:0;
    top:0;
    display:block;
    height:100%;
    width:15px
  }
  .chzn-container-single .chzn-single div b{
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -1px -2px;
    display:block;
    width:100%;
    height:100%
  }
  .chzn-container-single .chzn-search{
    padding:3px 4px;
    margin:0;
    white-space:nowrap
  }
  .chzn-container-single .chzn-search input{
    background:#fff url("../../plugins/chosen/chosen-sprite.png") no-repeat 100% -20px;
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat 100% -20px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat 100% -20px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat 100% -20px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat 100% -20px,-o-linear-gradient(bottom,white 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat 100% -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat 100% -20px,linear-gradient(top,#fff 85%,#eee 99%);
    margin:1px 0;
    padding:4px 20px 4px 5px;
    outline:0;
    border:1px solid #b8b8b8
  }
  .chzn-container-single .chzn-drop{
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box
  }
  .chzn-container-multi .chzn-choices{
    background-color:#fff;
    border:1px solid #b8b8b8;
    margin:0;
    padding:0;
    cursor:text;
    overflow:hidden;
    height:auto!important;
    height:1%;
    position:relative;
    max-height:102px;
    padding:1px 0;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
  }
  .chzn-container-multi .chzn-choices li{
    float:left;
    list-style:none
  }
  .chzn-container-multi .chzn-choices .search-field{
    white-space:nowrap;
    margin:0;
    padding:0
  }
  .chzn-container-multi .chzn-choices .search-field input{
    color:#000;
    background:transparent!important;
    border:0!important;
    padding:5px;
    margin:1px 0;
    outline:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none
  }
  .chzn-container-multi .chzn-choices .search-field .default{
    color:#999
  }
  .chzn-container-multi .chzn-choices .search-choice{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background-color:#e4e4e4;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#e4e4e4),color-stop(0.7,#eee));
    background-image:-webkit-linear-gradient(center bottom,#e4e4e4 0,#eee 70%);
    background-image:-moz-linear-gradient(center bottom,#e4e4e4 0,#eee 70%);
    background-image:-o-linear-gradient(bottom,#e4e4e4 0,#eee 70%);
    background-image:-ms-linear-gradient(top,#e4e4e4 0,#eee 70%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4',endColorstr='#eeeeee',GradientType=0);
    background-image:linear-gradient(top,#e4e4e4 0,#eee 70%);
    color:#333;
    border:1px solid #b4b4b4;
    line-height:13px;
    padding:3px 19px 3px 6px;
    margin:2px 0 2px 5px;
    position:relative;
    top:1px
  }
  .chzn-container-multi .chzn-choices .search-choice span{
    cursor:default
  }
  .chzn-container-multi .chzn-choices .search-choice-focus{
    background:#d4d4d4
  }
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close{
    display:block;
    position:absolute;
    right:5px;
    top:6px;
    width:8px;
    height:9px;
    font-size:1px;
    background:url("../../plugins/chosen/chosen-sprite.png") right top no-repeat
  }
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{
    background-position:right -9px
  }
  .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close{
    background-position:right -9px
  }
  .chzn-container .chzn-results{
    margin:0 4px 4px 0;
    max-height:228px;
    padding:0 0 0 4px;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto
  }
  .chzn-container-multi .chzn-results{
    margin:0;
    padding:0
  }
  .chzn-container .chzn-results li{
    line-height:1.2;
    padding:1px 7px 2px;
    margin:0;
    list-style:none
  }
  .chzn-container .chzn-results .active-result{
    cursor:pointer
  }
  .chzn-container .chzn-results .highlighted{
    background:#3875d7;
    color:#fff
  }
  .chzn-container .chzn-results li em{
    font-style:normal
  }
  .chzn-container .chzn-results .highlighted em{
    background:transparent
  }
  .chzn-container .chzn-results .no-results{
    background:#f4f4f4
  }
  .chzn-container .chzn-results .group-result{
    cursor:default;
    color:#999;
    font-weight:bold
  }
  .chzn-container .chzn-results .group-option{
    padding-left:20px;
    white-space:nowrap
  }
  .chzn-container-multi .chzn-drop .result-selected{
    display:none
  }
  .chzn-container-active .chzn-single-with-drop{
    border:1px solid #b8b8b8;
    -webkit-box-shadow:0 1px 0 #fff inset;
    -moz-box-shadow:0 1px 0 #fff inset;
    -o-box-shadow:0 1px 0 #fff inset;
    box-shadow:0 1px 0 #fff inset;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius:0;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
  }
  .chzn-container-active .chzn-single-with-drop div{
    background:transparent;
    border-left:none
  }
  .chzn-container-active .chzn-single-with-drop div b{
    background-position:-19px -1px
  }
  .chzn-container-active .chzn-choices{
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0
  }
  .chzn-container-active .chzn-choices .search-field input{
    color:#111!important
  }
  .chzn-rtl{
    direction:rtl;
    text-align:right
  }
  .chzn-rtl .chzn-single{
    padding-left:0;
    padding-right:8px
  }
  .chzn-rtl .chzn-single span{
    margin-left:26px;
    margin-right:0
  }
  .chzn-rtl .chzn-single div{
    left:0;
    right:auto;
    border-left:none;
    border-right:1px solid #b8b8b8;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px
  }
  .chzn-rtl .chzn-choices li{
    float:right
  }
  .chzn-rtl .chzn-choices .search-choice{
    padding:3px 6px 3px 19px;
    margin:3px 5px 3px 0
  }
  .chzn-rtl .chzn-choices .search-choice .search-choice-close{
    left:5px;
    right:auto;
    background-position:right top
  }
  .chzn-rtl.chzn-container-single .chzn-results{
    margin-left:4px;
    margin-right:0;
    padding-left:0;
    padding-right:4px
  }
  .chzn-rtl .chzn-results .group-option{
    padding-left:0;
    padding-right:20px
  }
  .chzn-rtl.chzn-container-active .chzn-single-with-drop div{
    border-right:0
  }
  .chzn-rtl .chzn-search input{
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -38px -20px,#fff;
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -38px -20px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -38px -20px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -38px -20px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -38px -20px,-o-linear-gradient(bottom,white 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -38px -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -38px -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);
    background:url("../../plugins/chosen/chosen-sprite.png") no-repeat -38px -20px,linear-gradient(top,#fff 85%,#eee 99%);
    padding:4px 5px 4px 20px
  }
}
@media screen{
  /* Contao Open Source CMS :: Copyright (C) 2005-2013 Leo Feyer :: LGPL license */
  .styled_select{
    display:inline;
    margin-top:1px;
    position:absolute;
    background:#fff;
    border:1px solid #b8b8b8;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:0 0 0 6px;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    font-size:12px;
    text-align:left;
    line-height:20px;
    white-space:nowrap;
    overflow:hidden
  }
  .styled_select.focused{
    background-color:#ebfdd7
  }
  .styled_select.disabled{
    color:#bbb;
    background-color:#f9f9f9;
    border:1px solid #c8c8c8
  }
  .firefox .styled_select{
    line-height:21px
  }
  .win.firefox .styled_select{
    line-height:22px
  }
  .tl_subpanel .styled_select{
    font-size:11px;
    line-height:18px
  }
  .firefox .tl_subpanel .styled_select{
    line-height:19px
  }
  .win.firefox .tl_subpanel .styled_select{
    line-height:20px
  }
  .styled_select b{
    display:block;
    width:15px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    border-left:1px solid #b8b8b8;
    background:#eee;
    -moz-border-radius:0 3px 3px 0;
    -webkit-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
    background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
    background-image:-o-linear-gradient(bottom,#ccc 0,#eee 60%);
    background-image:-ms-linear-gradient(top,#ccc 0,#eee 60%);
    background-image:linear-gradient(top,#ccc 0,#eee 60%)
  }
  .styled_select b i{
    display:block;
    width:100%;
    height:100%;
    background:url("../../plugins/stylect/images/select.gif") center center no-repeat
  }
}
@media screen{
  /* mediaboxAdvanced - white theme */
  #mbOverlay{
    position:fixed;
    z-index:9998;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    cursor:pointer
  }
  #mbOverlay.mbOverlayFF{
    background:transparent url("../../plugins/mediabox/1.4.6/images/80.png") repeat
  }
  #mbOverlay.mbOverlayIE{
    position:absolute
  }
  #mbCenter{
    position:absolute;
    z-index:9999;
    left:50%;
    overflow:hidden;
    background-color:#fff;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow:0 5px 20px rgba(0,0,0,0.40);
    -khtml-box-shadow:0 5px 20px rgba(0,0,0,0.40);
    -moz-box-shadow:0 5px 20px rgba(0,0,0,0.40);
    box-shadow:0 5px 20px rgba(0,0,0,0.40);
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=180,Color='#000000')
  }
  #mbCenter.mbLoading{
    background:#fff url("../../plugins/mediabox/1.4.6/images/loading3.gif") no-repeat center;
    -webkit-box-shadow:none;
    -khtml-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
  }
  #mbImage{
    position:relative;
    left:0;
    top:0;
    font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
    line-height:20px;
    font-size:12px;
    color:#000;
    text-align:left;
    background-position:center center;
    background-repeat:no-repeat;
    padding:10px
  }
  #mbBottom{
    min-height:20px;
    font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
    line-height:20px;
    font-size:12px;
    color:#999;
    text-align:left;
    padding:0 10px 10px
  }
  #mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{
    display:inline;
    color:#000;
    font-weight:bold;
    line-height:20px;
    font-size:12px
  }
  #mbNumber{
    display:inline;
    color:#999;
    line-height:14px;
    font-size:10px;
    margin:auto 10px
  }
  #mbCaption{
    display:block;
    color:#666;
    line-height:14px;
    font-size:10px
  }
  #mbPrevLink,#mbNextLink,#mbCloseLink{
    float:right;
    outline:0;
    margin:0 0 0 10px;
    font-weight:normal
  }
  #mbPrevLink b,#mbNextLink b,#mbCloseLink b{
    color:#666;
    font-weight:bold;
    text-decoration:underline
  }
  #mbPrevLink big,#mbNextLink big,#mbCloseLink big{
    color:#666;
    font-size:16px;
    line-height:14px;
    font-weight:bold
  }
  #mbBottom a,#mbBottom a:link,#mbBottom a:visited{
    text-decoration:none;
    color:#666
  }
  #mbBottom a:hover,#mbBottom a:active{
    text-decoration:underline;
    color:#999
  }
  #mbError{
    position:relative;
    font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
    line-height:20px;
    font-size:12px;
    color:#000;
    text-align:center;
    border:10px solid #700;
    padding:10px 10px 10px;
    margin:20px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
  }
  #mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{
    color:#700;
    font-weight:bold;
    text-decoration:underline
  }
}
@media screen{
  /* DatePicker by Arian Stolwijk, <http://mootools.net/forge/p/mootools_datepicker>, MIT license */
  .datepicker_dashboard{
    position:absolute;
    font-size:10px;
    font-family:"Lucida Grande",LucidaGrande,"Lucida Sans",Geneva,Verdana,sans-serif;
    color:#fff;
    line-height:normal;
    width:172px;
    height:135px;
    padding:14px;
    background:url("../../plugins/datepicker/frame.png") no-repeat
  }
  .datepicker_dashboard,.datepicker_dashboard .week .day{
    font-size:10px;
    font-family:"Lucida Grande",LucidaGrande,"Lucida Sans",Geneva,Verdana,sans-serif;
    color:#fff;
    line-height:normal
  }
  .datepicker_dashboard .titles .day{
    color:#ccc
  }
  .datepicker_dashboard .header{
    position:relative;
    height:15px;
    margin-bottom:5px;
    padding-top:1px
  }
  .datepicker_dashboard .header .title{
    text-align:center;
    margin:2px 18px 0 18px
  }
  .datepicker_dashboard .header .titleText{
    color:#cf0
  }
  .datepicker_dashboard .header .previous,.datepicker_dashboard .header .next,.datepicker_dashboard .header .closeButton{
    position:absolute;
    cursor:pointer;
    text-indent:-40px;
    overflow:hidden;
    width:12px;
    height:12px;
    top:2px;
    background-image:url("../../plugins/datepicker/buttons.png");
    background-position:left top;
    background-repeat:no-repeat
  }
  .datepicker_dashboard .header .previous{
    left:4px
  }
  .datepicker_dashboard .header .previous:hover{
    background-position:left bottom
  }
  .datepicker_dashboard .header .next{
    right:4px;
    background-position:-13px top
  }
  .datepicker_dashboard .header .next:hover{
    background-position:-13px bottom
  }
  .datepicker_dashboard .header .closeButton{
    display:none;
    right:0;
    top:0;
    background-position:right top
  }
  .datepicker_dashboard .header .closeButton:hover{
    background-position:right bottom
  }
  .datepicker_dashboard .body{
    position:relative;
    top:0;
    left:2px;
    width:168px;
    height:112px;
    overflow:hidden
  }
  .datepicker_dashboard .time{
    position:relative;
    width:100%;
    height:100%
  }
  .datepicker_dashboard .time .hour,.datepicker_dashboard .time .separator,.datepicker_dashboard .time .minutes{
    background:#333;
    border:0;
    width:50px;
    font-size:32px;
    color:#fff;
    position:absolute;
    top:10px;
    text-align:center;
    padding:2px
  }
  .datepicker_dashboard .time .hour{
    left:15px
  }
  .datepicker_dashboard .time .separator{
    background:transparent;
    width:10px;
    left:76px
  }
  .datepicker_dashboard .time .minutes{
    left:95px
  }
  .datepicker_dashboard .time .ok{
    position:absolute;
    top:65px;
    height:32px;
    width:136px;
    left:15px;
    font-size:20px
  }
  .datepicker_dashboard .days .day{
    float:left;
    text-align:center;
    overflow:hidden;
    width:23px;
    padding-top:1px;
    height:14px;
    margin:0 1px 1px 0;
    font-weight:normal
  }
  .datepicker_dashboard .days .titles{
    height:15px;
    margin-bottom:2px;
    text-transform:uppercase;
    color:#aaa
  }
  .datepicker_dashboard .days .day0{
    margin-right:0
  }
  .datepicker_dashboard .days .week5 .day{
    margin-bottom:0
  }
  .datepicker_dashboard .days .week .day{
    cursor:pointer
  }
  .datepicker_dashboard .days .week .day:hover{
    color:#cf0
  }
  .datepicker_dashboard .days .otherMonth{
    color:#444
  }
  .datepicker_dashboard .days .selected{
    color:#cf0
  }
  .datepicker_dashboard .months .month{
    float:left;
    cursor:pointer;
    text-align:center;
    padding-top:6px;
    width:55px;
    overflow:hidden;
    height:21px;
    margin:0 1px 1px 0
  }
  .datepicker_dashboard .months .month3,.datepicker_dashboard .months .month6,.datepicker_dashboard .months .month9,.datepicker_dashboard .months .month12{
    margin-right:0
  }
  .datepicker_dashboard .months .month10,.datepicker_dashboard .months .month11,.datepicker_dashboard .months .month12{
    margin-bottom:0
  }
  .datepicker_dashboard .months .month:hover{
    color:#cf0
  }
  .datepicker_dashboard .months .selected{
    color:#cf0
  }
  .datepicker_dashboard .years .year{
    float:left;
    cursor:pointer;
    text-align:center;
    padding-top:6px;
    width:32px;
    overflow:hidden;
    height:21px;
    margin:0 1px 1px 0
  }
  .datepicker_dashboard .years .year4,.datepicker_dashboard .years .year9,.datepicker_dashboard .years .year14,.datepicker_dashboard .years .year19{
    margin-right:0
  }
  .datepicker_dashboard .years .year15,.datepicker_dashboard .years .year16,.datepicker_dashboard .years .year17,.datepicker_dashboard .years .year18,.datepicker_dashboard .years .year19{
    margin-bottom:0
  }
  .datepicker_dashboard .years .year:hover{
    color:#cf0
  }
  .datepicker_dashboard .years .selected{
    color:#cf0
  }
  .datepicker_dashboard .unavailable{
    color:#533!important;
    cursor:default!important;
    text-decoration:line-through
  }
  .datepicker_dashboard table{
    border-spacing:0
  }
  .datepicker_dashboard th,.datepicker_dashboard td{
    padding:0
  }
}
@media screen{
  /* Contao Open Source CMS :: Copyright (C) 2005-2013 Leo Feyer :: LGPL license */
  html,body,form,pre,figure{
    margin:0;
    padding:0
  }
  img{
    border:0
  }

  fieldset,form,input,optgroup,select,textarea{
    font-family:"Trebuchet MS",Verdana,sans-serif
  }
  body {
    font-size:16px;
    color:#000;
  }
  fieldset,form,input,optgroup,select,textarea{
    font-size:12px
  }
  h1,h2,h3,h4,h5,h6{
    font-size:12px;
    color:#000;
  }
  table{
    border-spacing:0;
    border-collapse:collapse
  }
  th,td{
    padding:0;
    text-align:left
  }
  .tl_small{
    font-size:9px
  }
  .tl_small,.tl_gray{
    color:#a3a3a3
  }
  .tl_green{
    color:#8ab858
  }
  .tl_red{
    color:#c55
  }
  .tl_blue{
    color:#5c9ac9
  }
  .tl_orange{
    color:#f90
  }
  span.mandatory{
    color:#f00
  }
  a{
    color:#666966;
    text-decoration:none
  }
  hr{
    height:1px;
    margin:18px 0;
    border:0;
    background:#ddd;
    color:#ddd
  }
  p{
    margin:0 0 12px;
    padding:0
  }
  ul.sortable,ul.sortable li{
    margin:0;
    padding:0;
    list-style-type:none
  }
  ul.sortable li{
    cursor:move
  }
  .clear{
    clear:both;
    height:.1px;
    line-height:.1px;
    font-size:.1px
  }
  .invisible{
    width:0;
    height:0;
    left:-1000px;
    top:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline
  }
  optgroup{
    padding-top:3px;
    padding-bottom:3px;
    font-style:normal;
    background:#fff
  }
  fieldset.tl_checkbox_container,fieldset.tl_radio_container{
    border:0;
    margin:15px 0 1px;
    padding:0
  }
  fieldset.tl_checkbox_container{
    line-height:14px
  }
  fieldset.tl_checkbox_container legend,fieldset.tl_radio_container legend{
    font-weight:bold;
    margin:0;
    padding:0
  }
  fieldset.checkbox_container,fieldset.radio_container{
    border:0;
    margin:0;
    padding:0
  }
  .tl_text,.tl_text_2,.tl_text_3,.tl_text_4,.tl_textarea{
    margin:1px 0
  }
  .tl_text{
    width:314px
  }
  .tl_text_2{
    width:152px
  }
  .tl_text_3{
    width:99px
  }
  .tl_text_4{
    width:72px
  }
  .tl_textarea{
    width:680px;
    height:240px
  }
  .tl_text_unit{
    margin:1px 0;
    width:250px
  }
  .tl_text_trbl{
    margin:1px 0;
    width:55px
  }
  .tl_text_interval{
    margin:1px 0;
    width:152px
  }
  .tl_text,.tl_text_2,.tl_text_3,.tl_text_4,.tl_textarea,.tl_text_unit,.tl_text_trbl,.tl_text_interval{
    border:1px solid #b8b8b8;
    padding:2px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px
  }
  .mac .tl_text,.mac .tl_text_2,.mac .tl_text_3,.mac .tl_text_4,.mac .tl_textarea,.mac .tl_text_unit,.mac .tl_text_trbl,.mac .tl_text_interval{
    padding:3px 2px
  }
  .tl_text:focus,.tl_text_2:focus,.tl_text_3:focus,.tl_text_4:focus,.tl_textarea:focus,.tl_text_unit:focus,.tl_text_trbl:focus,.tl_text_interval:focus{
    background-color:#ebfdd7
  }
  pre,.tl_textarea.monospace{
    font-family:"Andale Mono",monospace;
    font-size:12px
  }
  .tl_textarea.monospace:focus{
    background:0
  }
  .tl_select,.tl_mselect,.tl_select_column{
    margin:1px 0
  }
  .tl_box .tl_select,.tl_tbox .tl_select,.tl_box .tl_mselect,.tl_tbox .tl_mselect{
    width:320px
  }
  .tl_select_column{
    width:140px
  }
  .tl_select_unit{
    margin:1px 0;
    width:60px
  }
  .tl_select_interval{
    margin:1px 0;
    width:158px
  }
  .tl_select,.tl_mselect,.tl_select_column,.tl_select_unit,.tl_select_interval{
    border:1px solid #b8b8b8;
    padding:1px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px
  }
  .mac .tl_select,.mac .tl_mselect,.mac .tl_select_column,.mac .tl_select_unit,.mac .tl_select_interval{
    padding:2px 1px
  }
  .tl_checkbox{
    margin:1px 3px 0 0;
    vertical-align:bottom
  }
  .mac .tl_checkbox{
    margin:0 3px 0 0
  }
  .tl_tree_checkbox{
    margin:0 3px 0 0
  }
  .tl_checkbox_single_container{
    margin:16px 0 1px
  }
  .tl_checkbox_single_container label{
    font-weight:bold
  }
  .tl_checkbox_container label{
    display:block;
    margin:-14px 0;
    padding-left:20px
  }
  .tl_checkbox_container label:last-child{
    margin-bottom:0
  }
  .checkbox_toggler{
    font-weight:bold
  }
  .checkbox_toggler_first{
    font-weight:bold;
    margin-top:3px
  }
  .checkbox_toggler img,.checkbox_toggler_first img{
    vertical-align:top;
    position:relative;
    top:-2px;
    margin-right:3px
  }
  .checkbox_options{
    margin:0 0 6px 21px!important
  }
  .tl_radio{
    margin:1px 3px 0 0;
    vertical-align:bottom
  }
  .win .tl_radio{
    margin:1px 3px 3px 0
  }
  .tl_tree_radio{
    margin:0 3px 1px 0;
    vertical-align:middle
  }
  .safari .tl_radio,.safari .tl_tree_radio{
    margin-left:1px
  }
  .tl_radio_table{
    margin:2px 0 1px
  }
  .tl_radio_table td{
    padding:0 24px 1px 0
  }
  .tl_radio_table img,.tl_radio_table input{
    vertical-align:middle
  }
  .tl_upload_field{
    margin:1px 0
  }
  .tl_submit{
    padding:5px 12px 5px 13px;
    border:1px solid #b8b8b8;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#666966;
    cursor:pointer;
    line-height:1;
    text-shadow:1px 1px 0 #eee;
    background:#eee;
    background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
    background-image:-o-linear-gradient(bottom,#ccc 0,#eee 60%);
    background-image:-ms-linear-gradient(top,#ccc 0,#eee 60%);
    background-image:linear-gradient(top,#ccc 0,#eee 60%)
  }
  a.tl_submit{
    padding:4px 12px 4px 13px;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    font-size:12px
  }
  a.tl_submit:hover{
    color:#666966
  }
  .firefox input.tl_submit{
    padding:2px 12px 2px 13px
  }
  .opera input.tl_submit{
    padding:4px 12px 4px 13px
  }
  .tl_submit:focus,.tl_submit:hover{
    box-shadow:0 0 3px #aaa
  }
  .tl_submit:active{
    color:#bbb;
    box-shadow:0 0 6px #999
  }
  .tl_submit:disabled{
    cursor:default;
    background:#ddd;
    text-shadow:none;
    color:#999;
    box-shadow:none
  }
  .clr{
    clear:both;
    overflow:hidden
  }
  .w50{
    width:50%;
    float:left;
    height:72px
  }
  .w50 .tl_help{
    margin-right:24px
  }
  .wizard .tl_text{
    width:290px
  }
  .wizard .tl_text_2{
    width:140px
  }
  .long .tl_text{
    width:657px
  }
  .m12{
    margin:12px 0
  }
  .cbx{
    height:48px
  }
  .inline div{
    display:inline
  }
}
@media screen{
  /* Contao Open Source CMS :: Copyright (C) 2005-2013 Leo Feyer :: LGPL license */
  body{
    background:#f5f5f5 url("../../system/themes/default/images/hbg.jpg") repeat-x
  }
  #header{
    width:938px;
    margin: 0 auto;
    text-align:left;   
  }
  #header h1{
    margin:1px;
    padding:4px 8px 6px;
    background:#b3b6b3 url("../../system/themes/default/images/headline.gif") repeat-x;
    color:#fff;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0
  }
  #header div{
    margin:0;
    padding:0;
    text-align:right;
    color:#666966
  }
  #safe_mode{
    margin:0;
    background-image:none;
    padding:8px 12px 10px;
    border-top:1px solid #ccc
  }
  #container{
    width:940px;
    margin:0 auto
  }


  #footer{
    width:940px;
    margin:0 auto;
    padding:12px 0;
    text-align:right
  }
  #footer div{
    margin:0;
    padding:0 1px
  }
  .footer_project_container{
    position:absolute;
    top:-1000px;
    left:-1000px;
    width:0;
    height:0;
    overflow:hidden;
    display:inline
  }
  #tl_navigation h1{
    margin:1px 1px 0;
    padding:4px 8px 6px;
    background:#b3b6b3 url("../../system/themes/default/images/headline.gif") repeat-x;
    color:#fff;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0
  }
  #tl_navigation ul,#tl_navigation li{
    margin:0;
    padding:0;
    list-style:none
  }
  #tl_navigation .tl_level_1{
    margin-top:6px!important
  }
  #tl_navigation .tl_level_1_group{
    padding:3px 6px!important;
    font-weight:bold
  }
  #tl_navigation .tl_level_1_group img{
    margin-right:2px;
    vertical-align:middle;
    position:relative;
    top:-1px
  }
  #tl_navigation .tl_level_2{
    padding:0 0 9px 24px!important
  }
  #tl_navigation .tl_level_2 a{
    font-weight:normal;
    line-height:19px
  }
  #tl_navigation .active{
    color:#8ab858
  }
  #tl_buttons,#tl_buttons_a{
    margin:0;
    padding:9px 9px 0;
    text-align:right
  }
  .toggleWrap{
    cursor:pointer;
    vertical-align:text-bottom
  }
  .opacity{
    opacity:.8;
    -moz-opacity:.8
  }
  h1.main_headline{
    margin:0;
    padding:4px 8px 6px;
    background:#b3b6b3 url("../../system/themes/default/images/headline.gif") repeat-x;
    color:#fff;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0
  }
  h2.sub_headline,h2.sub_headline_all,h2.sub_headline_update,h2.sub_headline_index{
    margin:3px 18px 9px;
    padding:6px 0 8px 36px;
    color:#8ab858;
    font-size:14px
  }
  h2.sub_headline{
    background:url("../../system/themes/default/images/current.gif") no-repeat left center
  }
  h2.sub_headline_all{
    background:url("../../system/themes/default/images/all_big.gif") no-repeat left center
  }
  h2.sub_headline_update{
    background:url("../../system/themes/default/images/update.gif") no-repeat left center
  }
  h2.sub_headline_index{
    background:url("../../system/themes/default/images/index.gif") no-repeat left center
  }
  .tl_message{
    margin:18px 18px 0
  }
  .tl_gerror{
    margin:12px 6px 6px;
    padding:2px 0 3px 20px;
    background:url("../../system/themes/default/images/error.gif") no-repeat left center
  }
  .tl_error,.tl_confirm,.tl_info,.tl_new{
    margin:1px 0 0;
    padding:4px 5px 5px 25px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px
  }
  .tl_error{
    background:#faeeee url("../../system/themes/default/images/error.gif") no-repeat 5px center
  }
  .tl_confirm{
    background:#f3f8ee url("../../system/themes/default/images/ok.gif") no-repeat 5px center
  }
  .tl_info{
    background:#eff5fa url("../../system/themes/default/images/show.gif") no-repeat 6px center
  }
  .tl_new{
    background:#fff3e0 url("../../system/themes/default/images/featured.gif") no-repeat 5px center
  }
  .tl_gerror,.tl_gerror a,.tl_error,.tl_error a{
    color:#c55
  }
  .tl_confirm,.tl_confirm a{
    color:#8ab858
  }
  .tl_info,.tl_info a{
    color:#5c9ac9
  }
  .tl_new,.tl_new a{
    color:#d68c23
  }
  #lu_message{
    margin-top:0
  }
  #lu_message .tl_confirm,#lu_message .tl_info{
    background-color:transparent
  }
  .tl_panel,.tl_version_panel{
    padding:6px 6px 7px 0;
    background:#f3f3f3;
    border-top:1px solid #fff;
    border-bottom:1px solid #bbb;
    text-align:right
  }
  .tl_panel_bottom{
    margin-top:1px;
    padding:6px 6px 6px 0;
    background:#f3f3f3;
    border-top:1px solid #bbb;
    text-align:right
  }
  .mac .tl_version_panel .tl_select,.mac .tl_panel_bottom .tl_select{
    font-size:11px
  }
  .tl_version_panel .tl_formbody{
    position:relative
  }
  .tl_version_panel .styled_select{
    margin-top:0
  }
  .chrome .tl_version_panel .styled_select,.safari .tl_version_panel .styled_select{
    margin-top:2px;
    line-height:22px
  }
  .tl_subpanel{
    padding-left:24px;
    float:right
  }
  .tl_subpanel strong{
    line-height:21px
  }
  .tl_submit_panel{
    padding-left:6px
  }
  .tl_img_submit{
    position:relative;
    top:3px;
    vertical-align:top
  }
  .tl_panel .active,.tl_panel_bottom .active{
    background:#ffd
  }
  .tl_panel .tl_select{
    width:116px
  }
  .tl_filter .tl_select{
    width:102px
  }
  .tl_limit .tl_select{
    width:90px
  }
  .tl_search .tl_text{
    width:66px
  }
  .mac .tl_panel .tl_select,.mac .tl_panel .tl_text{
    font-size:11px
  }
  .mac .tl_panel select{
    max-width:164px
  }
  .tl_xpl,.tl_formbody_edit{
    padding:0 18px
  }
  .tl_tbox{
    padding:0 0 26px
  }
  .tl_box{
    padding:12px 0 26px;
    border-top:1px solid #ddd
  }
  .tl_box h3,.tl_tbox h3,.tl_xpl h3{
    margin:0;
    padding:14px 0 1px;
    font-weight:bold
  }
  .tl_box h4,.tl_tbox h4{
    margin:6px 0 0;
    padding:0;
    font-weight:bold;
    font-size:11px
  }
  .tl_help,.tl_help a{
    margin-bottom:0;
    padding:1px 0;
    line-height:normal;
    font-size:10px;
    color:#a3a3a3
  }
  .tl_help a:hover,.tl_help a:focus,.tl_help a:active{
    text-decoration:underline
  }
  .tl_formbody_submit{
    border-top:1px solid #bbb
  }
  .tl_submit_container{
    padding:12px 18px;
    background:#f3f3f3;
    border-top:1px solid #fff
  }
  .maintenance_inactive .tl_submit_container{
    background:0;
    margin:-12px 0 28px;
    padding-top:0;
    padding-bottom:0;
    border:0
  }
  .maintenance_inactive{
    margin-top:48px
  }
  #tl_maintenance_cache{
    margin-top:0
  }
  #tl_rebuild_index{
    padding:0 18px 18px;
    line-height:1.5
  }
  #index_note{
    margin:24px 0 18px;
    padding:11px 12px 12px;
    background:#ffc;
    border:1px solid #f90;
    line-height:1;
    font-size:14px
  }
  #index_loading{
    margin:0 0 12px;
    padding:12px 12px 12px 36px;
    background:url("../../system/themes/default/images/loading.gif") no-repeat 2px center;
    line-height:1;
    font-size:16px;
    color:#5c9ac9
  }
  #index_complete{
    margin:0 0 12px;
    padding:12px 12px 12px 36px;
    background:url("../../system/themes/default/images/help.gif") no-repeat left center;
    line-height:1;
    font-size:16px;
    color:#8ab858
  }
  .tl_listing{
    width:690px;
    margin:2px 0!important
  }
  .tl_listing_container{
    padding:2px 0;
    margin:24px 18px
  }
  .tl_folder_list,.tl_folder_tlist{
    padding:2px 0 3px;
    border-bottom:1px solid #e9e9e9;
    background:#f3f3f3;
    font-weight:bold
  }
  .tl_folder_tlist{
    border-top:1px solid #e9e9e9
  }
  .tl_file,.tl_file_list{
    padding:1px 0;
    border-bottom:1px solid #e9e9e9;
    background:#fff
  }
  .tl_file_list{
    padding:2px 0 3px
  }
  .tl_right_nowrap{
    padding:2px 0;
    text-align:right;
    white-space:nowrap
  }
  .tl_file a:hover,.tl_file a:focus,.tl_file a:active{
    color:#666966
  }
  .tl_listing tr.odd td{
    background-color:#fafafa
  }
  .tl_listing th,.tl_listing td{
    padding-left:6px!important;
    padding-right:6px!important
  }
  .list_view .tl_listing img{
    vertical-align:-4px
  }
  .list_view .tl_listing img.theme_preview{
    margin:3px 6px 3px 0;
    vertical-align:middle
  }
  .tl_show{
    width:690px;
    margin:0 18px 18px;
    padding:9px 0 18px
  }
  .tl_bg{
    background:#f6f6f6
  }
  .tl_show td{
    padding:4px 0
  }
  .tl_label{
    margin-right:12px;
    font-weight:bold;
    white-space:nowrap
  }
  .tl_empty{
    margin:0;
    padding:12px 6px 6px
  }
  .tl_empty_parent_view{
    margin:0;
    padding:18px 0 0
  }
  .tl_noopt{
    margin:0 0 -1px
  }
  .tl_select_trigger{
    padding:0 6px 3px 0;
    text-align:right
  }
  .tl_select_label{
    position:relative;
    top:-2px;
    color:#a3a3a3;
    font-size:10px
  }
  .tl_header{
    width:678px;
    padding:6px;
    background:#f9f9f9;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd
  }
  .tl_header_table{
    padding:3px 0;
    line-height:16px
  }
  .tl_content_header{
    padding:2px 6px 3px;
    border-bottom:1px solid #e9e9e9;
    background:#f6f6f6;
    font-weight:bold
  }
  .tl_content{
    width:678px;
    padding:6px;
    border-bottom:1px solid #e9e9e9;
    overflow:hidden;
    position:relative
  }
  .no_padding{
    padding:2px 6px
  }
  .tl_content h1{
    padding:0;
    margin:0 0 12px
  }
  .tl_content pre{
    margin-bottom:3px;
    word-break:break-word;
    white-space:pre-wrap
  }
  .tl_content pre.disabled{
    color:#a6a6a6
  }
  .tl_content_right{
    float:right;
    text-align:right;
    margin-left:12px
  }
  .tl_content_right img{
    vertical-align:-4px
  }
  .cte_type{
    width:520px;
    margin-bottom:9px;
    font-size:10px;
    color:#c6c6c6
  }
  .cte_type.published{
    padding:1px 0 2px 20px;
    background:url("../../system/themes/default/images/published.gif") no-repeat left center
  }
  .cte_type.unpublished{
    padding:1px 0 2px 20px;
    background:url("../../system/themes/default/images/unpublished.gif") no-repeat left center
  }
  .cte_type.published,.cte_type.published a{
    color:#8ab858;
    font-size:10px
  }
  .cte_type.unpublished,.cte_type.unpublished a{
    color:#c55;
    font-size:10px
  }
  .limit_height{
    overflow:hidden
  }
  .limit_toggler{
    margin-top:9px
  }
  .tl_folder_top{
    padding:1px 0;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    background:#f0f0f0
  }
  .tl_folder{
    padding:1px 0;
    border-bottom:1px solid #e9e9e9;
    background:#f6f6f6
  }
  .tl_listing .tl_left{
    float:left;
    width:420px;
    margin-left:43px;
    text-indent:-43px
  }
  .tl_tree_xtnd .tl_file .tl_left{
    margin-left:22px;
    text-indent:-22px
  }
  ul.level_1 .tl_left{
    width:400px
  }
  ul.level_2 .tl_left{
    width:380px
  }
  ul.level_3 .tl_left{
    width:360px
  }
  ul.level_4 .tl_left{
    width:340px
  }
  ul.level_5 .tl_left{
    width:320px
  }
  ul.level_6 .tl_left{
    width:300px
  }
  ul.level_7 .tl_left{
    width:280px
  }
  ul.level_8 .tl_left{
    width:260px
  }
  ul.level_9 .tl_left{
    width:240px
  }
  .tl_tree_xtnd .tl_folder .tl_left{
    width:460px
  }
  .tl_tree_xtnd ul.level_1 .tl_folder .tl_left{
    width:440px
  }
  .tl_tree_xtnd ul.level_2 .tl_folder .tl_left{
    width:420px
  }
  .tl_tree_xtnd ul.level_3 .tl_folder .tl_left{
    width:400px
  }
  .tl_tree_xtnd ul.level_4 .tl_folder .tl_left{
    width:380px
  }
  .tl_tree_xtnd ul.level_5 .tl_folder .tl_left{
    width:360px
  }
  .tl_tree_xtnd ul.level_6 .tl_folder .tl_left{
    width:340px
  }
  .tl_tree_xtnd ul.level_7 .tl_folder .tl_left{
    width:320px
  }
  .tl_tree_xtnd ul.level_8 .tl_folder .tl_left{
    width:300px
  }
  .tl_tree_xtnd ul.level_9 .tl_folder .tl_left{
    width:280px
  }
  .tl_listing .tl_right{
    float:right;
    padding:1px 0
  }
  .mac.firefox .tl_listing .tl_right{
    padding:0
  }
  .tl_listing,.tl_listing ul{
    margin:0;
    padding:0
  }
  .tl_listing li{
    margin:0;
    padding-left:6px;
    padding-right:6px;
    list-style-type:none
  }
  .tl_listing li.parent{
    display:inline;
    padding-left:0;
    padding-right:0
  }
  .tree_view .tl_listing img,ul.tree_view img{
    vertical-align:-5px
  }
  label.tl_change_selected{
    color:#a3a3a3;
    font-style:italic;
    vertical-align:top
  }
  #tl_breadcrumb{
    margin:0 0 12px;
    padding:3px;
    overflow:hidden;
    background:#ffd;
    border:1px solid #d49822
  }
  #tl_breadcrumb li{
    margin:0;
    padding:0 3px;
    list-style-type:none;
    float:left
  }
  #tl_breadcrumb li img{
    vertical-align:-5px
  }
  #tl_welcome{
    margin:18px 18px 24px;
    padding:6px 0 8px 36px;
    background:url("../../system/themes/default/images/current.gif") no-repeat left center;
    font-size:14px;
    color:#8ab858
  }
  #tl_soverview{
    margin:18px
  }
  #tl_soverview table{
    width:690px
  }
  #tl_soverview .headline{
    padding-bottom:6px
  }
  #tl_soverview .headline div{
    padding:2px 6px 3px;
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    background:#f6f6f6;
    font-size:12px;
    font-weight:bold
  }
  #tl_soverview span{
    text-decoration:underline
  }
  #tl_soverview .col_1{
    width:64px
  }
  #tl_soverview .col_1,#tl_soverview .col_2{
    padding:1px 6px
  }
  #tl_messages,#tl_shortcuts{
    margin-bottom:24px
  }
  #tl_messages h2,#tl_shortcuts h2{
    margin:18px 0 6px;
    padding:2px 6px 3px;
    border:1px solid #e9e9e9;
    border-width:1px 0;
    background:#f6f6f6
  }
  #tl_shortcuts p{
    padding-left:6px;
    padding-right:6px
  }
  #tl_shortcuts p a{
    text-decoration:underline
  }
  #tl_moverview{
    margin-top:24px
  }
  #tl_moverview h2{
    margin:18px 0 0;
    padding:2px 6px 3px;
    border-top:1px solid #e9e9e9;
    background:#f6f6f6
  }
  #tl_moverview .tl_module_desc{
    padding:8px 6px;
    border-top:1px solid #e9e9e9;
    background:#fff
  }
  #tl_moverview .tl_module_desc h3{
    margin:0 0 1px;
    padding:0
  }
  #tl_moverview p{
    padding-left:20px
  }
  #tl_moverview .tl_module_desc p{
    margin-bottom:0
  }
  .tl_chmod th,.tl_chmod .th{
    width:97px;
    text-align:center;
    font-weight:normal;
    background:#f0f0f0
  }
  .tl_chmod td{
    width:97px;
    text-align:center;
    background:#f9f9f9
  }
  .tl_chmod th,.tl_chmod td{
    border:1px solid #fff
  }
  .tl_modulewizard{
    margin:0
  }
  .tl_modulewizard td,.tl_modulewizard th{
    padding:0 6px 1px 0
  }
  .tl_modulewizard th{
    font-weight:normal
  }
  .tl_modulewizard img{
    position:relative;
    top:1px
  }
  .tl_modulewizard .tl_select{
    width:360px
  }
  .tl_optionwizard{
    margin:0
  }
  .tl_optionwizard label{
    vertical-align:top
  }
  .tl_optionwizard td,.tl_optionwizard th{
    padding:0 4px 1px 0
  }
  .tl_optionwizard th{
    font-weight:normal;
    text-align:left
  }
  .fw_checkbox{
    margin:0 1px
  }
  .tl_optionwizard img{
    position:relative;
    top:1px
  }
  #tl_tablewizard{
    width:690px;
    padding-bottom:2px;
    overflow:auto
  }
  .tl_tablewizard td{
    padding:2px 4px 0 0
  }
  .tl_tablewizard td.tcontainer{
    width:148px;
    height:78px;
    vertical-align:top
  }
  .tl_listwizard,.tl_listwizard li{
    margin:0;
    padding:0;
    list-style:none
  }
  .tl_listwizard li{
    padding-bottom:1px
  }
  .tl_listwizard .tl_text{
    width:586px
  }
  .tl_listwizard_img{
    position:relative;
    top:3px
  }
  .tl_checkbox_wizard_img{
    margin-top:-1px;
    position:relative;
    top:3px
  }
  .tl_checkbox_wizard>span{
    display:block;
    margin:-2px 0 0
  }
  .tl_checkbox_wizard span.fixed{
    margin-top:1px
  }
  .tl_checkbox_wizard{
    padding-top:2px
  }
  .tl_checkbox_wizard label{
    display:block;
    margin:-14px 0;
    padding-left:48px
  }
  .tl_checkbox_wizard label:last-child{
    margin-bottom:0
  }
  .tl_checkbox_wizard .fixed label{
    padding-left:20px
  }
  .tl_checkbox_wizard .tl_checkbox{
    margin-right:0
  }
  #tl_ajaxBox{
    width:20%;
    padding:24px;
    position:absolute;
    top:30px;
    left:40%;
    background:#fff url("../../system/themes/default/images/loading.gif") no-repeat right center;
    border:2px solid #000;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    font-size:15px;
    text-align:left
  }
  #tl_ajaxOverlay{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    -moz-opacity:.5;
    opacity:.5
  }
  #theme-store{
    margin-top:24px;
    text-align:right
  }
  #contextmenu{
    display:block;
    position:absolute;
    z-index:99999999;
    background:#fff;
    border:1px solid #ccc;
    padding:3px 6px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin-right:12px
  }
  .webkit #contextmenu{
    padding:4px 6px 2px
  }
  #contextmenu a{
    display:block;
    padding:3px 0 2px 0;
    white-space:nowrap
  }
  #contextmenu img{
    vertical-align:top
  }
  #contextmenu img[width="12"]{
    padding-left:1px;
    padding-right:1px
  }
  a.navigation.article{
    background-image:url("../../system/themes/default/images/article.gif")
  }
  a.navigation.news{
    background-image:url("../../system/themes/default/images/news.gif")
  }
  a.navigation.flash{
    background-image:url("../../system/themes/default/images/flash.gif")
  }
  a.navigation.form{
    background-image:url("../../system/themes/default/images/form.gif")
  }
  a.navigation.themes{
    background-image:url("../../system/themes/default/images/themes.gif")
  }
  a.navigation.page{
    background-image:url("../../system/themes/default/images/page.gif")
  }
  a.navigation.member{
    background-image:url("../../system/themes/default/images/member.gif")
  }
  a.navigation.mgroup{
    background-image:url("../../system/themes/default/images/mgroup.gif")
  }
  a.navigation.user{
    background-image:url("../../system/themes/default/images/user.gif")
  }
  a.navigation.group{
    background-image:url("../../system/themes/default/images/group.gif")
  }
  a.navigation.files{
    background-image:url("../../system/themes/default/images/files.gif")
  }
  a.navigation.log{
    background-image:url("../../system/themes/default/images/log.gif")
  }
  a.navigation.settings{
    background-image:url("../../system/themes/default/images/settings.gif")
  }
  a.navigation.maintenance{
    background-image:url("../../system/themes/default/images/cache.gif")
  }
  a.navigation.undo{
    background-image:url("../../system/themes/default/images/undo.gif")
  }
  a.navigation.login{
    background-image:url("../../system/themes/default/images/login.gif")
  }
  a.navigation,.header_home,.header_user,.header_preview,.header_clipboard,.header_logout,.header_back,.header_new,.header_edit_all,.header_delete_all,.header_new_folder,.header_css_import,.header_theme_import,.header_store,.header_toggle{
    padding:2px 0 3px 20px;
    background-position:left center;
    background-repeat:no-repeat
  }
  .list_icon{
    margin-left:-5px;
    padding-left:20px;
    background-position:left center;
    background-repeat:no-repeat
  }
  .list_icon_new{
    width:16px;
    background-position:left center;
    background-repeat:no-repeat
  }
  .header_home{
    background:url("../../system/themes/default/images/home.gif") no-repeat left center
  }
  .header_user{
    background:url("../../system/themes/default/images/login.gif") no-repeat left center
  }
  .header_preview{
    background:url("../../system/themes/default/images/preview.gif") no-repeat left center
  }
  .header_clipboard{
    background:url("../../system/themes/default/images/clipboard.gif") no-repeat left center
  }
  .header_logout{
    background:url("../../system/themes/default/images/logout.gif") no-repeat left center
  }
  .header_back{
    background:url("../../system/themes/default/images/back.gif") no-repeat left center
  }
  .header_new{
    padding-left:18px;
    background:url("../../system/themes/default/images/new.gif") no-repeat left center
  }
  .header_edit_all{
    background:url("../../system/themes/default/images/all.gif") no-repeat left center
  }
  .header_delete_all{
    background:url("../../system/themes/default/images/deleteAll.gif") no-repeat left center
  }
  .header_new_folder{
    background:url("../../system/themes/default/images/newfolder.gif") no-repeat left center
  }
  .header_css_import{
    background:url("../../system/themes/default/images/cssimport.gif") no-repeat left center
  }
  .header_theme_import{
    background:url("../../system/themes/default/images/theme_import.gif") no-repeat left center
  }
  .header_store{
    padding-left:18px;
    background-image:url("../../system/themes/default/images/store.gif")
  }
  .header_toggle{
    background:url("../../system/themes/default/images/folPlus.gif") no-repeat left center
  }
  .tl_news_published,.tl_news_unpublished{
    padding:2px 0 3px 24px
  }
  .tl_news_published{
    background:url("../../system/themes/default/images/news.gif") no-repeat left center
  }
  .tl_text_trbl,#ctrl_size_0,#ctrl_size_1,#ctrl_gradient input{
    background:url("../../system/themes/default/images/hints.gif") no-repeat -20px 20px
  }
  #ctrl_size_0{
    background-position:63px 1px!important
  }
  #ctrl_size_1{
    background-position:64px -18px!important
  }
  #tl_form_field #ctrl_size input{
    background:none!important
  }

  .contact_form .widget-text,
  .contact_form .widget-textarea{
    display: flex;
  }

  .contact_form .widget-text label,
  .contact_form .widget-textarea label{
    min-width: 80px;
    vertical-align: top;
  }

  .contact_form .widget-text .text,
    .contact_form .widget-textarea .text{
    line-height: 22px;
  }

  .contact_form .widget-submit{
    padding-left: 80px;
  }

  .trbl_top{
    background-position:47px -39px!important
  }
  .trbl_right{
    background-position:47px -59px!important
  }
  .trbl_bottom{
    background-position:47px -79px!important
  }
  .trbl_left{
    background-position:47px -99px!important
  }
  #ctrl_shadowsize_top{
    background-position:46px -119px!important
  }
  #ctrl_shadowsize_right{
    background-position:46px -139px!important
  }
  #ctrl_shadowsize_bottom{
    background-position:46px -159px!important
  }
  #ctrl_shadowsize_left{
    background-position:46px -179px!important
  }
  #ctrl_borderradius_top{
    background-position:0 -199px!important
  }
  #ctrl_borderradius_right{
    background-position:47px -219px!important
  }
  #ctrl_borderradius_bottom{
    background-position:47px -241px!important
  }
  #ctrl_borderradius_left{
    background-position:0 -261px!important
  }
  label.error,legend.error{
    color:#c55
  }
  .tl_tbox .tl_error,.tl_box .tl_error{
    background:0;
    padding:0;
    font-size:10px
  }
  fieldset.tl_tbox{
    margin-top:18px
  }
  fieldset.tl_tbox,fieldset.tl_box{
    padding-top:6px;
    border:1px solid #ddd;
    border-width:1px 0 0
  }
  fieldset.nolegend{
    padding-top:12px
  }
  fieldset.tl_tbox>legend,fieldset.tl_box>legend{
    color:#8ab858;
    padding-left:18px;
    padding-right:3px;
    background:url("../../system/themes/default/images/palOpen.gif") left center no-repeat;
    cursor:pointer
  }
  fieldset.collapsed{
    padding-top:0;
    padding-bottom:12px;
    margin-bottom:0
  }
  fieldset.collapsed div{
    display:none!important
  }
  fieldset.collapsed>legend{
    background:url("../../system/themes/default/images/palCollapsed.gif") left center no-repeat
  }
  .tl_tip{
    height:13px;
    overflow:hidden;
    cursor:help
  }
  #tl_helpBox{
    opacity:.9;
    -moz-opacity:.9;
    width:682px;
    margin-left:-248px;
    padding:8px 12px 10px;
    line-height:1.5;
    text-align:left;
    color:#fff;
    background:#333;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    position:absolute;
    left:50%;
    z-index:99
  }
}
@media screen{
  /* Contao Open Source CMS :: Copyright (C) 2005-2013 Leo Feyer :: LGPL license */
  .styled_select{
    display:inline;
    margin-top:1px;
    position:absolute;
    background:#fff;
    border:1px solid #b8b8b8;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:0 0 0 6px;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    font-size:12px;
    text-align:left;
    line-height:20px;
    white-space:nowrap;
    overflow:hidden
  }
  .styled_select.focused{
    background-color:#ebfdd7
  }
  .styled_select.disabled{
    color:#bbb;
    background-color:#f9f9f9;
    border:1px solid #c8c8c8
  }
  .firefox .styled_select{
    line-height:21px
  }
  .win.firefox .styled_select{
    line-height:22px
  }
  .tl_subpanel .styled_select{
    font-size:11px;
    line-height:18px
  }
  .firefox .tl_subpanel .styled_select{
    line-height:19px
  }
  .win.firefox .tl_subpanel .styled_select{
    line-height:20px
  }
  .styled_select b{
    display:block;
    width:15px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    border-left:1px solid #b8b8b8;
    background:#eee;
    -moz-border-radius:0 3px 3px 0;
    -webkit-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
    background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
    background-image:-o-linear-gradient(bottom,#ccc 0,#eee 60%);
    background-image:-ms-linear-gradient(top,#ccc 0,#eee 60%);
    background-image:linear-gradient(top,#ccc 0,#eee 60%)
  }
  .styled_select b i{
    display:block;
    width:100%;
    height:100%;
    background:url("../../plugins/stylect/images/select.gif") center center no-repeat
  }
}
/* SLIMBOX */
#lbOverlay{
  position:fixed;
  z-index:9999;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:#000;
  cursor:pointer
}
#lbCenter,#lbBottomContainer{
  position:absolute;
  z-index:9999;
  overflow:hidden;
  background-color:#fff
}
.lbLoading{
  background:#fff url("../../plugins/slimbox/css/loading.gif") no-repeat center
}
#lbImage{
  position:absolute;
  left:0;
  top:0;
  border:10px solid #fff;
  background-repeat:no-repeat
}
#lbPrevLink,#lbNextLink{
  display:block;
  position:absolute;
  top:0;
  width:50%;
  outline:0
}
#lbPrevLink{
  left:0
}
#lbPrevLink:hover{
  background:transparent url("../../plugins/slimbox/css/prevlabel.gif") no-repeat 0 15%
}
#lbNextLink{
  right:0
}
#lbNextLink:hover{
  background:transparent url("../../plugins/slimbox/css/nextlabel.gif") no-repeat 100% 15%
}
#lbBottom{
  font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
  font-size:10px;
  color:#666;
  line-height:1.4em;
  text-align:left;
  border:10px solid #fff;
  border-top-style:none
}
#lbCloseLink{
  display:block;
  float:right;
  width:66px;
  height:22px;
  background:transparent url("../../plugins/slimbox/css/closelabel.gif") no-repeat center;
  margin:5px 0;
  outline:0
}
#lbCaption,#lbNumber{
  margin-right:71px
}
#lbCaption{
  font-weight:bold
}
/* Style sheet basic */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea{
  margin:0;
  padding:0
}
table{
  border-collapse:collapse;
  border-spacing:0
}
caption,th,td{
  text-align:left;
  vertical-align:top
}
abbr,acronym{
  border-bottom:1px dotted #666;
  font-variant:normal;
  cursor:help
}
blockquote,q{
  quotes:none
}
fieldset,img{
  border:0
}
li{
  list-style-type:none
}
sup{
  vertical-align:text-top
}
sub{
  vertical-align:text-bottom
}
del{
  text-decoration:line-through
}
ins{
  text-decoration:none
}
a{
  color:#006eb6
}
:focus{
  outline:0
}
body{
  font:16px "PT Sans Narrow",Verdana,Tahoma,sans-serif;
  color:#000
}
input,button,textarea,select{
  font-size:99%;
  font-family:inherit;
  font-weight:inherit
}
pre,code{
  font:12px "Lucida Console",Monaco,monospace
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal
}
h1{
  font-size:32px
}
h2{
  font-size:20px
}
h3{
  font-size:18px
}
table{
  font-size:inherit
}
caption,th{
  font-weight:bold
}
h1,h2,h3,h4,h5,h6{
  margin-top:1em
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{
  margin-bottom:12px;
  /* Should match the font size */
}
body{
  background:#fff url("../../files/images/bg.png") left top repeat-x
}
p{
  line-height:22px
}
/* Style sheet header */
#header .stoerer{
  right:0;
  top:400px;
  position:relative;
  float:right;
  z-index:1001
}
#header{
  width:960px;
  height:472px;
  min-width:960px;
  min-height:472px;
  max-width:960px;
  max-height:472px;
  top:0
}
#header .logo{
  left:0;
  top:0;
  position:relative;
  float:left;
  z-index:9;
}
#header .titelbild{
  width:630px;
  height:472px;
  min-width:630px;
  min-height:472px;
  max-width:630px;
  max-height:472px;
  right:0;
  top:0;
  position:absolute;
  float:right
}
#header .mod_navigation{
  width:940px;
  height:40px;
  left:0;
  top:400px;
  position:absolute;
  padding-top:10px;
  padding-left:20px;
  background-color:#006eb6;
  font-size:20px;
  color:#fff;
  z-index:1000
}
#header .mod_navigation li{
  float:left;
  list-style-type:none
}
#header .mod_navigation a,
#header .mod_navigation span,
#header .mod_navigation strong{
  float:left;
  display:block;
  margin-right:20px;
  font-size:20px;
  font-weight:normal;
  text-decoration:none;
  color:#fff
}
#header .mod_navigation a:hover{
  text-decoration:underline;
  color:#fff
}
#header .mod_navigation strong.active{
  text-decoration:underline;
}
#header .mod_navigation .trail{
  float:left;
  display:block;
  font-size:20px;
  font-weight:normal;
  text-decoration:underline;
  color:#fff
}
#header .mod_navigation .active{
  float:left;
  display:block;
  font-size:20px;
  font-weight:normal;
  text-decoration:underline;
  color:#fff
}
/* Style sheet footer */
#footer{
  width:960px;
  height:170px;
  min-width:960px;
  min-height:170px;
  max-width:960px;
  max-height:170px;
  top:30px;
  position:relative;
  border-top:5px solid #c6c7c8;
  border-right:0px solid #c6c7c8;
  border-bottom:0px solid #c6c7c8;
  border-left:0px solid #c6c7c8
}
#footer .adresse{
  top:10px;
  position:relative;
  float:right;
  text-align:right;
  font-size:14px;
  color:#000
}
#footer .claim{
  top:50px;
  position:relative;
  clear:both;
  text-align:center;
  font-size:42px;
  color:#c6c7c8
}
#footer .mod_customnav{
  left:-13px;
  top:10px;
  position:relative;
  float:left;
  font-size:14px
}
#footer .mod_customnav li{
  float:left;
  list-style-type:none
}
#footer .mod_customnav a,
#footer .mod_customnav strong{
  float:left;
  display:block;
  margin:0 0 0 15px;
  font-size:14px;
  font-weight:normal;
  text-decoration:none;
  color:#000
}
#footer .mod_customnav .active{
  margin:0 0 0 7px;
  font-size:14px;
  font-weight:normal;
  text-decoration:none;
  color:#006eb6
}
#footer .mod_customnav a:hover{
  float:right;
  display:block;
  margin:0 0 0 15px;
  font-size:14px;
  font-weight:normal;
  text-decoration:none;
  color:#006eb6
}
/* Style sheet main */
#container{
  padding-top:40px
}

#container::after{
  display: none;
}

#main h1{
  margin-top:0;
  margin-bottom:28px;
  padding-top:0
}
.box_blau{
  margin-top:22px;
  padding:3px 3px 3px 5px;
  background-color:#eef0f1
}
#main a{
  text-decoration:none
}
#main a:hover{
  text-decoration:underline
}
#main hr{
  margin-top:20px;
  margin-bottom:20px;
  border-top:1px solid #e9e9e9
}
#main .grau{
  padding-right:3px;
  padding-left:3px;
  background-color:#e2e3e3
}
#main li{
  margin-bottom:8px;
  margin-left:20px;
  line-height:16px;
  list-style-type:square
}
/* consolidated above: #main .toggler, #main .ce_accordion .active */
#main .accordion{
  padding: 0;
  margin:0
}
#main .accordion div{
  padding: 0;
  margin:0 0 10px 0;
  border-bottom: 1px solid #707173
}
#main .accordion p,.accordion ul{
  padding-left:34px;
  padding-top:5px
}
/* Style sheet kontaktformular */
#main .text{
  width:500px;
  margin:0 0 10px;
  padding:0;
  border-top:0px dotted #000;
  border-right:0px dotted #000;
  border-bottom:1px dotted #000;
  border-left:0px dotted #000
}
#main textarea{
  width:500px;
  margin:0 0 20px;
  padding:0;
  border:1px dotted #000
}
#main .submit{
  width:300px;
  height:30px;
  margin:20px 0;
  padding:0;
  border:1px dotted #000
}
#main .dlh_googlemap .submit{
  width:30px;
  height:30px;
  margin:20px 0;
  padding:0;
  border:1px dotted #000
}
#main .dlh_googlemap .text{
  width:300px;
  margin:0 0 10px;
  padding:0;
  border-top:0px dotted #000;
  border-right:0px dotted #000;
  border-bottom:1px dotted #000;
  border-left:0px dotted #000
}
/* Style sheet left */
#left a{
  text-decoration:none
}
#left a:hover{
  text-decoration:underline
}
#left .mod_navigation{
  width:332px;
  min-width:332px;
  max-width:332px;
  margin:0;
  padding:0;
  border-top:3px dotted #c6c7c8;
  border-right:0px dotted #c6c7c8;
  border-bottom:0px dotted #c6c7c8;
  border-left:0px dotted #c6c7c8
}
#left .mod_navigation .level_1{
  margin:0;
  padding:0
}
#left .mod_navigation .level_1 li{
  margin:0;
  padding:10px 20px;
  border-bottom:3px dotted #c6c7c8;
  font-size:18px;
  text-decoration:none;
  list-style-type:none
}
#left .mod_navigation .level_1 li a{
  font:18px PT Sans Narrow,Verdana,Tahoma,sans-serif;
  text-decoration:underline;
  text-decoration:none;
  color:#000
}
#left .mod_navigation .level_1 li a:hover{
  font:18px "PT Sans Narrow",Verdana,Tahoma,sans-serif;
  text-decoration:none;
  color:#006eb6
}
#left .mod_navigation .level_1 li.active{
  font:18px "PT Sans Narrow",Verdana,Tahoma,sans-serif;
  text-decoration:none;
  color:#006eb6;
  list-style-type:none
}
#left .mod_navigation .level_1 .trail{
  font:18px "PT Sans Narrow",Verdana,Tahoma,sans-serif;
  text-decoration:none;
  color:#006eb6;
  list-style-type:none
}
#left .mod_navigation ul.level_2{
  margin:0;
  padding:0
}
#left .mod_navigation ul.level_2 li{
  margin:3px 0 0;
  padding:3px 0 3px 10px;
  border-bottom:0px solid #c6c7c8;
  font-size:16px;
  text-decoration:none;
  color:#000;
  list-style-type:none
}
#left .mod_navigation .level_2 li a{
  font:16px "PT Sans Narrow",Verdana,Tahoma,sans-serif;
  text-decoration:none;
  color:#000
}
#left .mod_navigation .level_2 li.active{
  font:16px "PT Sans Narrow",Verdana,Tahoma,sans-serif;
  text-decoration:none;
  color:#006eb6
}
#left .mod_navigation .level_2 .trail{
  font:16px "PT Sans Narrow",Verdana,Tahoma,sans-serif;
  text-decoration:none;
  color:#006eb6
}
#left .mod_navigation .level_2 li a:hover{
  font:16px "PT Sans Narrow",Verdana,Tahoma,sans-serif;
  text-decoration:none;
  color:#006eb6
}

.content-gallery ul {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#main .content-gallery ul > li {
  padding: 0;
  margin: 0;
}

.content-gallery.content-gallery--cols-4 ul > li {
  width: calc((100% - 30px) / 4); /* 4 Spalten mit 10px Abstand */
}

.content-gallery.content-gallery--cols-3 ul > li {
  width: calc((100% - 20px) / 3); /* 4 Spalten mit 10px Abstand */
}

.content-gallery.content-gallery--cols-2 ul > li {
  width: calc((100% - 10px) / 2); /* 4 Spalten mit 10px Abstand */
}

.content-gallery li::marker {
  content: none;   /* entfernt den Aufzählungspunkt */
}

.contao-cookiebar .highlight .cc-btn {
  background-color: #006EB6;
  border: none;
  border-radius: unset;
  color: #fff;
}