/**
 * EXPORT-UNION Custom Style
 *
 * 2.1.0        2022-10-17  JHs
 *              - MathCaptcha
 * 2.0.0        2014-08-26  MD
 *              - Umfangreiche Anpassungen an Css Datei vorgenommen
 * 0.1.0        2014-07-15  Christian Haseloff
 *              - Implementierung
 *
 */

 
/*****GRUNDELEMENTE****************************************************************************************************/

html{
    background: -moz-linear-gradient(top,#f4f5f7,#8d97a3); /* Firefox */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f5f7), to(#8d97a3)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #f4f5f7, #8d97a3); /* Safari 5.1, Chrome 10+ */
    background: -ms-linear-gradient(top, #f4f5f7, #8d97a3); /* Internet Explorer 10+ */
    background: -o-linear-gradient(top, #f4f5f7, #8d97a3); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f5f7',endColorstr='#8d97a3'); /* Internet Explorer alt */
    min-height: 100%;
}

body{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    line-height: 1.7em;
    color: #2e2e2e;
    background: none;
}

h1 {
    color: #005eb8;
    font-size: 1.8em;
    text-transform: uppercase;
    padding-bottom: 12px;
    letter-spacing: 1px;
    display: block;
    overflow: hidden;
    /*Entfernt*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*max-height: 22px;*/
}

h2 {
    font-size: 1.1em;
    color: #3170b3;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

textarea,
input{
    font-family: Arial, Helvetica, Sans-Serif !important;
}

select{
    width: 100%;
    height: 23px;
    padding-top: 2px;
    font-family: Arial, Helvetica, Sans-Serif !important;
}

/**********************************************************************************************************************/

/*****Allgemein********************************************************************************************************/

#wrapper-content-right-left {
    background-color: #fff;
}

#right-outer {
    background: url(/static/img/border-right-outer.png) repeat-y left top;
    border: 0 none;
    margin-top: 34px;
    padding-left: 22px;
    width: 322px;
    padding-bottom: 20px;
}

#right{
    width: 322px;
}

#right > .teaser,
#content-cleaner > div {
    border-top: 2px solid #ea852B;
}

#right > .teaser {
    padding-top: 10px;
}

#right > .teaser:first-child,
#content-cleaner > div:first-child,
#content-cleaner > h1:first-child + div,
#content-cleaner > span:first-child + h1 + div {
    border-top: 0 none !important;
    padding-top: 0px;
}

#content-cleaner {
    position: relative;
}

#content-cleaner > span:first-child {
    position: absolute;
    font-weight: bold;
    right: 0;
    top: 0;
    color: #636363;
}

#content-cleaner > span:first-child + h1{
    padding-right: 170px;
}

#right {
    border-top: 2px solid #3b77b5;
}

#content-cleaner h1{
    border-bottom: 2px solid #3b77b5;
}

#right h2 {
    margin-bottom: 7px;
}

#content-cleaner{
    margin-right: 18px;
}

#container {
    margin-bottom: 20px;
}

#right > .teaser {
    margin-bottom: 30px;
}

#right > .teaser:first-child {
    margin-top: 16px;
}

#right > .teaser > ul > li.item{
    border-top: 1px solid #9da5b0;
    padding: 12px 0;
}

.date-place {
    font-size: 0.9em;
    color: #636363;
}

h3{
    color: #3071b1;
    font-weight: bold;
}

.teaser h3,
.teaser h3 a {
    color: #3071b1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.teaser h3 a:hover {
    text-decoration: none;
}

input[type=submit]{
    width: auto;
    height: 27px;
    padding: 0 10px 0 15px;
    line-height: 27px;
    background: url(/static/img/button-edge-left-grey.jpg) no-repeat left center #005eb8;
    text-transform: uppercase;
    font-size: 1em;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

/**********************************************************************************************************************/

/*****Links************************************************************************************************************/

a:link, a:visited, a:active { 
    color: #ec842b;
    background: transparent;
}

a:hover, a:focus { 
    text-decoration: underline;
}

a.more,
ul.listenobjekt li a.more{
    text-transform: uppercase;
    padding-left: 15px;
    background: url(/static/img/more-arrow-0.png) no-repeat left center;
    font-weight: bold;
    color: #ec842b;
}

/**********************************************************************************************************************/

/*****Bilder***********************************************************************************************************/

div.bild {
    margin-bottom: 9px;
    position: relative;
}

div.bild .caption-and-copyright {
    font-size: 0.75em;
    color: #636363;
}

.artikel div.bild {
    margin-top: 6px;
}

.bild a.imageZoom {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 25px;
    height: 25px;
    background: url('/static/img/button-image-zoom-0.png') no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

.bild:hover a.imageZoom {
    display: block;
}

.bild a.imageDownload {
    background: url("/static/img/button-download.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 35px;
    text-indent: 100%;
    top: 4px;
    white-space: nowrap;
    width: 25px;
}

.bild:hover a.imageDownload {
    display: block;
}

/**********************************************************************************************************************/

/*****Logo*************************************************************************************************************/

.logo a img {
    margin-top: -107px;
    position: relative;
    margin-left:396px;
}
.logo-layer {
    margin-top: -107px;
}

@media screen and (max-width: 910px) {
    .logo a img {
        float: right;
        margin-left:0;
    }
}

@media screen and (max-width: 440px) {
    #header {
        background-image: none;
    }
    #header .visual{
        height: 107px;
    }
    #header .visual img{
        display: none;
    }
    #header .logo a img {
        left: -265px;
        position: relative;
        margin-left: 0;
        float: left;
    }
}

/**********************************************************************************************************************/

/*****Hauptnavigation**************************************************************************************************/

#topnavi {
    background-color: #fff;
    font-size: 1.1em;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Arial, Helvetica, Sans-Serif !important;
}

#topnavi #hauptnavigation {
    padding-left: 99px;
    border-bottom: 2px solid #005eb8;
}

#topnavi #topnav.first-level > li > a ,
#topnavi #topnav .second-level > li > a {
    font-weight: bold;
}

/**********************************************************************************************************************/

/*****Breadcrump*******************************************************************************************************/

#container > .breadcrump{
    padding: 13px 15px 0px;
    background: #fff;
}

.breadcrump span,
.breadcrump a {
    color: #2e2e2e;
}

#breadcrumb {
    float:left;
}

#language-switcher-outher {
    float:right;
}
#language-switcher-outher li {
    float:left;
    margin-right:5px;
}

#language-switcher-outher li a:hover {
    opacity:1.8; 
}

/**********************************************************************************************************************/

/*****Footer***********************************************************************************************************/

#footer {
    border-top: 2px solid #005eb8;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 23px;
    margin-top: 30px;
}

#footer,
#footer a {
    font-weight: bold;
    color: #2e2e2e;
}

/**********************************************************************************************************************/

/*****Liste************************************************************************************************************/

#content-cleaner .listenobjekt li:first-child {
    border-top: 0 none;
}

#content-cleaner .listenobjekt li {
    border-top: 2px solid #ec842b;
    padding-bottom: 26px;
}

#content-cleaner .listenobjekt li img{
    margin-top: 5px;
}

ul.listenobjekt li .titel,
#content-cleaner .listenobjekt li .item-title span.titel {
    color: #3071b1;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/**********************************************************************************************************************/

/*****Teaser-Service-Login*********************************************************************************************/

.service-login {
    padding-bottom: 4px;
}

.service-login .login-background{
    background: url(/static/img/teaser-login-bg.png) no-repeat left center #e4e4e4;
    height: 68px;
    padding: 14px 20px 14px 90px;
    margin-bottom: 5px;
}

.service-login .login-background #form-login-password{
    bottom: 40px;
}

.service-login .login-background input.login-text {
    border: 0 none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    height: 28px;
    line-height: 28px;
    margin-bottom: 12px;
    padding: 0 10px;
    display: block;
    position:relative;
    right: 20px;
    width: 100%;
}

.service-login .input-rememberMe{
    float: left;
    padding-top: 1px;
    padding-left: 66px;
    width: 90px;
}

.service-login .input-rememberMe .label {
    display: inline-block;
}

.service-login .input-rememberMe .input{
    display: inline-block;
    float: left;
}

.service-login .input-rememberMe .input > div {
    display: inline-block;
}

.service-login .input-rememberMe .input #rememberMe {
    float: left;
    position: relative;
    top: 1px;
}

.service-login .input-submit {
    float: right;
    padding-right: 20px;
}

.service-login .input-submit input.login-button {
    background: #fff;
    color: #ec842b;
    background: url(/static/img/btn-login.png) no-repeat left center transparent;
    padding: 0 0 0 19px;
    height: 25px;
}

.service-login .notice div {
    margin-top: 10px;
}

/**********************************************************************************************************************/

/*****Liste-Standorte**************************************************************************************************/

.liste-standort .form{
    margin-bottom: 20px;
    clear: both;
}

.liste-standort .form label{
    display: block;
    color: #3071b1;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.liste-standort .list-switcher a {
    width: 151px;
    border-bottom: 1px solid #3c78b6;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #dce6f0;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

.liste-standort .list-switcher {
    margin-bottom: 19px;
}

.liste-standort .list-switcher a + a{
    right: 1px;
}

.liste-standort .list-switcher a:active,
.liste-standort .list-switcher a:hover{
    text-decoration: none;
    color: #3c78b6;
}

.liste-standort .list-switcher a.active{
    color: #3c78b6;
    border: 1px solid #3c78b6;
    border-bottom-color: transparent;
    bottom: 1px;
    width:149px;
    height:36px;
    text-decoration:none;
}

.liste-standort .map-legend{
    height: 21px;
    border: 1px solid #fff;
    border-bottom-color: #3c78b6;
    margin-left: 301px;
    text-align: right;
    height: 36px;
    position: relative;
    bottom: 1px;
}

.liste-standort .map-legend .map-legend-item {
    background: url(/static/img/legende.png) no-repeat left center;
    padding-left: 22px;
    padding-top:1px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    cursor:pointer;
    color:#3c78b6;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
}

.liste-standort .form div{
    margin-bottom: 9px;
}

.liste-standort .map-legend-items {
    background:#fff;
    border:1px solid #3c78b6;
    z-index:50000;
    position:absolute;
    width:250px;
    height:170px;
    right:0;
    padding:25px;
}

.liste-standort .legende-standort,
.liste-standort .legende-standort-more,
.liste-standort .legende-firmensitz,
.liste-standort .legende-unternehmen,
.liste-standort .legende-betriebsstaette {
    float:left;
    padding-left: 50px;
    margin-bottom:15px;
}

.liste-standort .legende-standort {
    background: url('/static/img/marker-small.png') no-repeat left center;

}

.liste-standort .legende-standort-more {
    background: url('/static/img/marker-small-orange.png') no-repeat left center;

}

.liste-standort .legende-unternehmen {
    background: url('/static/img/icon-firmensitz.png') no-repeat left center;

}
.liste-standort .legende-betriebsstaette {
    background: url('/static/img/icon-betriebsstaette.png') no-repeat left center;

}

.liste-standort .legende-firmensitz {
    background: url('/static/img/icon-geschaeftsstelle.png') no-repeat left center;
} 

.navigator .map-wrapper {
    max-width:100%; 
    width: 509px; 
    margin:0 auto;
}

.navigator ul.map-pois {
    position: relative;
}

.navigator ul.map-pois li.poi {
    display: block;
    position: absolute;
}

.navigator ul.map-pois li.poi a.dot-only-one {
    background: url("/static/img/marker-big.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 28px;
    width: 21px;
    z-index: 1;
}

.navigator ul.map-pois li.poi a.dot-more {
    background: url("/static/img/marker-big-orange.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 28px;
    width: 21px;
    z-index: 1;
}

.navigator ul.map-pois li.poi ul.poi-flyout {
    background: none repeat scroll 0 0 rgba(256, 256, 256, 0.8);
    border: 1px solid #cbd0d3;
    display: none;
    left: -7px;
    padding: 15px;
    position: absolute;
    width: 213px;
    z-index: 2;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.8);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
    -ms-filter: dropshadow(color=#000000, offx=1, offy=2);
    filter: dropshadow(color=#000000, offx=1, offy=2); 
}
.navigator ul.map-pois li.poi:hover ul.poi-flyout {
    display: block;
    max-height:240px;
    overflow-y:auto;
}
.navigator ul.map-pois li.poi ul.poi-flyout li {
    font-size: 13px;
    line-height: 20px;
}

.navigator-teaser-liste ul.poi-flyout li.standort-beschreibung,
.navigator ul.map-pois li.poi ul.poi-flyout li.standort-beschreibung {
    border-bottom: 1px solid #005cb9;
    margin-bottom: 15px;
    padding-bottom:15px;
}

.navigator ul.map-pois li.poi ul.poi-flyout li.standort-beschreibung.no-border {
    border-bottom:none;
    margin-bottom: 0px;
    padding-bottom:0px;
}

.navigator ul.map-pois li.poi ul.poi-flyout li.standort-beschreibung.last {
    margin-bottom: 15px;
}

.navigator-teaser-liste ul.poi-flyout li.standort-beschreibung {
    width:100%;
    margin-bottom: 5px;
    border:none;
}

.navigator-teaser-liste ul.poi-flyout li div.standort-titel,
.navigator ul.map-pois li.poi ul.poi-flyout li div.standort-titel {
    color: #005cb9;
    text-transform: uppercase;
    letter-spacing: 1px;
    float:left;
    width:70%;
}

.navigator-teaser-liste ul.poi-flyout li div.standort-titel-betriebsart-wrapper,
.navigator ul.map-pois li.poi ul.poi-flyout li div.standort-titel-betriebsart-wrapper {
    /*border-bottom: 1px solid #005cb9;*/
    width: 100%;
    float:left;
    margin-bottom: 4px;
    /*padding-bottom: 4px;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce6f0', endColorstr='#ffffff');background-image: linear-gradient(to top, transparent 0%, #dce6f0 100%);
    
}


.navigator-teaser-liste ul.poi-flyout li a.more,
.navigator ul.map-pois li.poi ul.poi-flyout li a.more {
    font-size: 0.9em;
    padding-left: 12px;
    margin-top:5px;
    font-weight: lighter;
    float:right;
}
.navigator ul.map-pois li.poi ul.poi-flyout li.city {
    margin-bottom: 5px;
}
.navigator ul.map-pois li.poi ul.poi-flyout li.city a {
    font-size: 15px;
    padding-left: 0;
}
.navigator ul.map-pois li.poi ul.poi-flyout li {
    color: #2d2f2e;
}

.navigator-teaser-liste ul.poi-flyout div.poi-flyout-head,
.navigator-teaser-liste ul.poi-flyout li.poi-flyout-head,
.navigator ul.map-pois li.poi ul.poi-flyout li.poi-flyout-head{
    background:#dce6f0;
    border:1px solid #3c78b6;
    padding:5px;
    margin-bottom:10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight:bold;
    font-size:12px;
}

.navigator-teaser-liste ul.poi-flyout div.poi-flyout-head,
.navigator-teaser-liste ul.poi-flyout li.poi-flyout-head {
    margin-top:10px;
}

.hide-on-large {
    display:none !important;
}

.navigator-teaser-liste ul.poi-flyout li div.standortart,
.navigator ul.map-pois li.poi ul.poi-flyout li div.standortart{
    float:right;
    width:41px;
    height:36px;
}

.navigator-teaser-liste div.Betriebsstätte,
.navigator ul.map-pois li.poi ul.poi-flyout li div.Betriebsstätte{
    background: url(/static/img/icon-betriebsstaette.png) no-repeat scroll left top;
}

.navigator-teaser-liste ul.poi-flyout li div.Geschäftsstelle,
.navigator ul.map-pois li.poi ul.poi-flyout li div.Geschäftsstelle{
    background:url(/static/img/icon-geschaeftsstelle.png) no-repeat scroll left top;
}

.navigator-teaser-liste div.Firmensitz,
.navigator ul.map-pois li.poi ul.poi-flyout li div.Firmensitz{
    background:url(/static/img/icon-firmensitz.png) no-repeat scroll left top;
}

.navigator-liste ul.pagination li {
    float:left;
    padding-right: 5px;
}

.navigator-liste ul.pagination li a{
    background: none repeat scroll 0 0 #005eb8;
    color: #fff;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    margin: 2px;
    padding-left: 11px;
    padding-right: 11px;
    text-align: center;
}
.navigator-liste ul.pagination li span.active{
    background: none repeat scroll 0 0 #ec842b;
    text-decoration: none;
}

.navigator-liste ul.pagination li a:hover {
    background: none repeat scroll 0 0 #ec842b;
    text-decoration: none;
}

.navigator-liste ul li.list-item {
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #9da5b0;
}

.navigator-liste ul li.list-item a {
    font-size: 1em;
    font-weight:bold;
    color:#000;
}
.navigator-liste ul li.list-item.last {
    border-bottom:none;
}

.standortart-left {
    float:left !important;
}


.cycle-pager {
    color: #005eb8;
    display: inline-block;
    font-family: arial,helvetica,sans serif;
    font-size: 40px;
    vertical-align: top;
}
.cycle-pager span {
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}
.cycle-pager span:hover, .cycle-pager-active {
    color:  #ec842b;
}
.cycle-prev, .cycle-next {
    display: inline-block;
    height: 15px;
    vertical-align: top;
    width: 12px;
}
.cycle-pagination {
    background: none repeat scroll 0 0 #dce6f0;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 6px 0;
    text-align: center;
}
.cycle-pagination.hidden {
    display: none;
}
.cycle-prev:hover, .cycle-next:hover {
    cursor: pointer;
}
.cycle-prev {
    margin-top:3px;
    margin-right:7px;
    background: url("/static/img/arrow-left.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.cycle-prev:hover {
}
.cycle-next {
    margin-top:3px;
    margin-left:7px;
    background: url("/static/img/arrow-right.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.cycle-next:hover {
}
.cycle-slideshow {
    margin-bottom: -16px;
    z-index: 5;
}


/**********************************************************************************************************************/

/*****Kontaktformular**************************************************************************************************/

div.form-wrapper {
    float:left;
    width:523px;
    margin-top:32px;
    padding-top:12px;
    padding-left:65px;
    padding-right:20px;
    padding-bottom:20px;
    background: url("/static/img/teaser-login-bg.png") no-repeat scroll left top #e4e4e4;
}

.liste-standort div.form-wrapper {
    margin-bottom:25px;
}

form.kontaktformular div {
    padding-right: 0;
    width: 100%;
}


form.kontaktformular div label{
    color: #005cb9;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

form.kontaktformular div #datenschutz + label {
    margin-left: 5px;
}

form.kontaktformular #challenge{
    display: none;
}

span.required-info {
    float: right;
    color: #505050;
    line-height: 27px;
    position: relative;
    top: 1px;
}

.exportanfrageformular #anrede-Frau,
.exportanfrageformular #anrede-Herr,
.exportanfrageformular #anrede-Mrs,
.exportanfrageformular #anrede-Mr,
.exportanfrageformular #anrede-Ohne {
    width:auto !important; 
    margin-right: 3px;
}

.kontaktformular .name,
.exportanfrageformular .name,
.kontaktformular .nachname,
.exportanfrageformular .nachname {
    float:left;
    width:245px;
}

.kontaktformular .nachname input,
.exportanfrageformular .nachname input {
    width:239px;
}

.kontaktformular .vorname,
.exportanfrageformular .vorname {
    float:right;
    width:245px;
}

.kontaktformular .vorname input,
.exportanfrageformular .vorname input{
    width:239px;
}

.kontaktformular .addresse,
.exportanfrageformular .addresse {
    clear:both;
}

.exportanfrageformular .fax {
    clear:both;
}

.exportanfrageformular .field-wrapper {
    width:245px;
}

.exportanfrageformular .field-wrapper li.level-1{
    padding-right:10px;
}

.liste-standort .field,
.exportanfrageformular .field {
    height:155px;
    padding-top:5px;
    padding-bottom:10px;
    overflow-y:auto;
    background:#fff;
}


.exportanfrageformular .field-wrapper.region {
    float:left;
}

.exportanfrageformular .field-wrapper.produkt {
    float:right;
}

.exportanfrageformular label.in-box,
.liste-standort label.in-box {
    color: inherit;
    display: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    margin-bottom: inherit;
    text-transform: inherit;
    border-bottom:1px solid #e4e4e4;
}

.exportanfrageformular input.in-box,
.liste-standort input.in-box {
    float:left;
    width:auto;
    margin-right:5px;
    margin-top:4px;
}

.multicheckbox-click-button {
    float:right;
    margin-top:4px;
    width:16px;
    height:16px;
    background: url('/static/img/list-icon-minus.jpg') no-repeat center center;
}


.multicheckbox-click-button.closed {
    float:right;
    margin-top:3px;
    width:16px;
    height:16px;
    background: url('/static/img/list-icon-plus.jpg') no-repeat center center;
}
.liste-standort .multicheckbox-click-button {
    margin-right:10px;
}

li.active .multicheckbox-click-button {
    background:green;
}

input#abschicken {
    margin-top:15px;
}


/**********************************************************************************************************************/

/*****Teaser-Standard**************************************************************************************************/

.teaser-standard > ul > li > img.bild {
    margin-top: 5px;
}

/**********************************************************************************************************************/

/*****Bildergalerie****************************************************************************************************/

.image-gallery div.image-container {
    background: #f1f1f1;
    position: relative;
    padding: 4px;
}

.image-gallery div.image-container .image-picture-functions {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 100;
}

.image-gallery div.image-container .image-picture-functions a {
    display: block;
    width: 25px;
    height: 25px;
}

.image-gallery div.image-container .image-picture-functions a.image-fancybox-link {
    background: url('/static/img/button-image-zoom-0.png') no-repeat center center;
}

.image-gallery div.image-container img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 1em;
}

.image-gallery div.big-image-caption {
    max-height: 65px;
    overflow-y: auto;
}

.image-gallery div.big-image-description {
    min-height: 5em;
    background: #fff;
    height: 87px;
    margin-top: 10px;
}

.image-gallery div.imageslide-container {
    width: auto;
}

.image-gallery a.imageslide-arrow-left {
    display: block;
    float: left;
    background: url('/static/img/button-arrow-left-1.png') no-repeat center center #e4e4e4;
    width: 27px;
    height: 56px;
    text-decoration: none;
}

.image-gallery a.imageslide-arrow-right {
    display: block;
    float: right;
    background: url('/static/img/button-arrow-right-1.png') no-repeat center center #e4e4e4;
    width: 27px;
    height: 56px;
    text-decoration: none;
}

.image-gallery div.imageslide-window {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0 39px;
    width: auto !important;
}

.image-gallery div.imageslide {
    position: relative;
    margin-left: -108px;
}

.image-gallery div.imageslide-container {
    border-top: 2px solid #ea852b;
    border-bottom: 2px solid #ea852b;
    padding: 10px 0;
}

.image-gallery div.imageslide-element {
    float: left;
    position: relative;
    width: 20%;
}

.image-gallery div.imageslide-element.first {
    float: left;
}

.image-gallery div.imageslide-element a {
    display: block;
    text-decoration: none;
}

.image-gallery div.image-indicator {
    background: url(/static/img/gallery-indicator.png) repeat-y left top;
    width: 40px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    bottom: 20px;
}

/**********************************************************************************************************************/

/*****CommBlue-Login***************************************************************************************************/

dl.zend_form dt#username-label,
dl.zend_form dt#password-label,
dl.zend_form dd#username-element,
dl.zend_form dd#password-element {
    background: #e4e4e4;
    padding-top: 10px;
    padding-bottom: 10px;
}

dl.zend_form dt#username-label,
dl.zend_form dt#password-label {
    float: left;
    padding: 10px 0 0 10px;
    width: 120px;
}

dl.zend_form dd#username-element,
dl.zend_form dd#password-element {
    padding-left: 120px;
}

dl.zend_form dd#username-element input,
dl.zend_form dd#password-element input  {
  border: 0 none;
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 1em;
  height: 28px;
  line-height: 28px;
  margin-bottom: 12px;
  padding: 0 10px;
  width: 200px;
}

dl.zend_form ul.errors{
    margin-left: 10px;
}

dl.zend_form  dt#rememberMe-label{
    float: left; 
    padding-right: 10px;
    margin-left: 130px;
}

dl.zend_form  dt#login-label {
    height: 10px;
}

dl.zend_form  dd#login-element {
    margin-left: 130px;
}

/**********************************************************************************************************************/

/*****Akkordeon********************************************************************************************************/

ul.liste.accordion {
    border-bottom: 1px solid #3170b3;
    border-top: 2px solid #ea852b;
}

ul.liste.accordion li.item h3.ui-accordion-header {
    font-weight: bold;
    letter-spacing: 1px;
    color: #3170b3;
}

ul.liste.accordion li.item h3.ui-accordion-header.ui-accordion-header-active {
    border-bottom: 1px dotted #3170b3;
}

ul.liste.accordion li.item {
    border-bottom: 1px solid #3170b3;
    padding-top: 5px;
    padding-bottom: 5px;
}

/**********************************************************************************************************************/

/*****Unternehmen******************************************************************************************************/

.unternehmen .info {
    margin: 10px 0;
}

.unternehmen .info.web span.label,
.unternehmen .info.tele span.label{
    float: left;
    width: 60px;
}

.unternehmen .info.adress span,
.unternehmen .info.product span.label,
.unternehmen .info.person span.label,
.unternehmen .info.web span.label + span,
.unternehmen .info.tele span.label + span{
    display: block;
}

.unternehmen .bild {
    margin-top: 16px;
}

/**********************************************************************************************************************/

.fancybox-title-float-wrap .child {
    background: #ea852b !important;
    border: 2px solid #fff;
    margin-bottom: -10px;
}


.teaser-freitext .bild {
    margin-top:5px;
}

ul.sitemap {
    list-style-type: initial;
    list-style-image:url("/static/img/list-style-image.gif");
    padding-left:20px
}
ul.sitemap ul {
    list-style-type: initial;
    list-style-image:url("/static/img/list-style-image.gif");
    padding-left:20px
}

/**
 * Blaettern Funktion
 */  
 
.pagination {
    font-size: 0.9em;
    margin: 0 0 7px;
    float: right;
    padding-top:10px;
}

.pagination span.disabled {
    
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 2px;
    padding-left: 11px;
    padding-right: 11px;
    height: 27px;
    line-height: 27px;
    background: #005eb8;
    color: #fff;
    text-align: center;
}

.pagination span.current,
.pagination a:hover {
    text-decoration: none;
    background: #ec842b;
}

.pagination a:focus,
.pagination a:visited,
.pagination a:link,
.pagination a:active {
    text-decoration: none;
}

.pagination a.first-item {
    background: url(/static/img/button-edge-left.png) no-repeat left center #005eb8;
    padding-left: 16px;
}

.pagination a.disabled,
.pagination span.disabled,
.pagination a.disabled:hover,
.pagination span.disabled:hover {
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #005eb8;
    background: #fff;
    color: #636363;
}
div.terms-of-use {
    padding: 15px 10px;
}
div.terms-of-use div{
    margin:10px;
}

/**
 * MathCaptcha
 */

div.captcha {
    float:left !important;
    width:auto !important;
    padding:0px !important;
}
div.captcha div {
    width:auto !important;
    float:left !important;
}
div.captcha strong {
    font-size:18px !important;
    margin-top:1px !important;
    float:left !important;
}
div.captchaSum {
    width:auto !important;
    padding:0px !important;
}
div.captchaSum input#captchaSum {
    width:60px !important;
    margin:-1px 0px 0px 10px !important;
    font-weight:bold !important;
    font-size:16px !important;
    padding-left: 3px !important;
}
div.captchaHidden {
    height:15px !important;
}
div.captchaSum:after {
    content: "\a";
    white-space:pre;
}
div.captchaSum ul.errors {
    float:left !important;
}
div.captchaSum + div {
    float:left;
}