﻿html, form, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

* {
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}

u {
    text-decoration: underline;
}
 
body {
    background-image: url(/Images/Page.Background.jpg);
    background-repeat: repeat;
    min-width: 280px;
    /*max-width: 1720px;*/
    font-family: 'Open Sans',Arial,Helvetica;
    font-size: 1em;
    font-weight: normal;
    color: #4d575b;
    line-height: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 10%;*/
    /*padding-right: 10%;*/
}

label:focus, label:active {
    /*text-shadow: 2px 2px 2px #888888;*/
}

div#Layout {
    min-width: 280px;
    max-width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

div#Breadcrumb {
    padding-top: 8px;
    height: 40px;
    max-width: 1180px;
    width: 100%;
    font-size: 90%;
    text-align: left;
    -webkit-text-shadow: 2px 2px 2px #C0C0C0;
    text-shadow: 2px 2px 2px #C0C0C0;
}

div#SiteName {
    font-size: 120%;
    -webkit-text-shadow: 2px 2px 2px #C0C0C0;
    text-shadow: 2px 2px 2px #C0C0C0
}

div#Breadcrumb div#SiteName {
    display: inline-block;
    text-align: left;
    float: right;
}

div#Breadcrumb div#BreadcrumbNodes {
    /*float: right;*/
}

div#Breadcrumb div#BreadcrumbNodes a {
    display: inline-block;
    text-align: right;
    color: #4d575b;
    text-decoration: underline;
}

div#Breadcrumb div#BreadcrumbNodes * {
    vertical-align: middle;
}

div#Top {
    position: absolute;
    top: 40px;
    left: 0;
    padding-bottom: 00px;
    width: 100%;
    height: 160px;
    background-image: url('/Images/Top.Background2.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    -webkit-text-shadow: 3px 3px 2px #000000;
    text-shadow: 3px 3px 2px #000000;
    font-size: 100%;
}

div#TopContainer {
    height: 160px;
    max-width: 1180px;
    width: 100%;
    text-align: left;
    background-image: url(../CD/Images/Banner/Banner_7.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 0 solid #4d575b;
    border-top: 0 solid #4d575b;
    background-size: auto 100%;
}

div#Banner {
    height: 100%;
    width: 100%;
    background-image: url(../Images/Top.Banner.Overlay.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

a {
    color: #4d575b;
    text-decoration: none;
}

a:hover {
    color: #4d575b;
}

a.Active {
    color: #4d575b;
    border-bottom: 0 solid #4d575b;
}

a.Highlight {
    color: #4d575b;
    text-decoration: none;
}

a.Highlight:hover {
    border-bottom: 1px solid #4d575b;
}

a.Dark {
    color: #4d575b;
}

.Link {
    cursor: pointer;
}

img {
    border: 0;
}

div#Logo {
    float: right;
    display: inline-block;
    width: 288px;
    height: auto;
}

div#Logo img {
    width: 100%;
    height: auto;
}

div#Logo img.Small {
    display: none;
}

div#Logo img.Smartphone {
    display: none;
}

div#LogoText {
    margin-top: 15px;
    margin-left: 1px;
    text-transform: uppercase;
    color: #4d575b;
}

div#Navigation {
    padding-top: 160px;
    max-width: 1180px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

div#NavigationRule {
    margin-top: 30px;
    margin-bottom: 15px;
    height: 1px;
    background-image: url('/Images/Navigation.Rule.png');
    background-repeat: no-repeat;
    background-size: 100% 1px;
}

div#MenuOpener {
    display: none;
}

div#Menu {
    position: absolute;
    vertical-align: top;
    height: 50px;
}

/* First menu line */
div#Menu ul {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    margin-left: 5px;
}

div#Menu ul li {
    background-image: url("/Images/Navigation.Item.Background.png");
    background-size: 18px 18px;
    background-position: 15px 3px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: -15px;
    margin-right: 3px;
    margin-top: 0;
    padding-right: 0;
    font-size: 100%;
    padding: 0 15px 10px 15px;
    border: 1px solid transparent;
    vertical-align: top;
    position: relative;
    /*z-index: 1001;*/
}

div#Menu ul li.Active {
    color: #12722A;
    background-image: url('/Images/Navigation.Item.Background.Active.png');
    background-position: 15px 14px;
    margin-top: -10px;
    padding-top: 11px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

div#Menu ul li:hover, div#Menu ul li.Active:hover {
    color: #12722A;
    background-image: url('/Images/Navigation.Item.Background.Active.png');
    background-position: 15px 13px;
    margin-top: -10px;
    padding-top: 10px;
    background-color: rgba( 251, 251, 251, 0.97 );
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #d4d4d4;
}

div#Menu ul li.Active:hover {
    background-size: 18px 18.5px;
    background-position: 14px 13px;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    border: 1px solid #d4d4d4;
}

div#Menu ul li a {
    padding: 8px;
    padding-top: 6px;
    padding-left: 24px;
}

div#Menu ul li:hover > ul {
    display: block;
}

div#Menu ul li.Active:hover > ul {
    margin-left: -14px;
}

div#Menu ul li:hover > a, div#Menu ul li.Active > a {
    color: #12722A;
    -webkit-text-shadow: 2px 2px 2px rgba(78, 82, 85, 0.3);
    text-shadow: 2px 2px 2px rgba(78, 82, 85, 0.3);
}

/* Second menu line */
div#Menu ul ul {
    display: none;
    text-align: left;
    border-top: 1px solid #12722A;
    background-color: rgba(251, 251, 251, 0.97);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 5px 13px 10px;
    margin-left: -15px;
    margin-top: 7px;
    height: auto;
    width: auto;
    z-index: 20001;
    font-size: 90%;
}

div#Menu ul ul li {
    background-image: url("/Images/Navigation.Item.Background.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-color: none !important;
    float: none;
    font-weight: normal;
    display: block;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0;
    padding: 2px;
    border: none;
    white-space: nowrap;
}

div#Menu ul ul li a {
    display: block;
    padding: 0 0 0 24px;
    background-color: none !important;
}

div#Menu ul ul li:hover > ul {
    display: block;
}

div#Menu ul ul li:hover, div#Menu ul ul li.Active, div#Menu ul ul li.Active:hover {
    position: static;
    color: #12722A;
    background-image: url('/Images/Navigation.Item.Background.Active.png');
    background-position: 0 6px;
    background-color: transparent !important;
    margin-top: 0;
    padding-top: 2px;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

div#Menu ul ul li.Active:hover {
    background-size: auto;
    background-position: 0 6px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 0;
}

div#Menu ul ul li:hover > a, div#Menu ul ul li.Active > a, , div#Menu ul ul li.Active:hover > a {
    color: #12722A;
    -webkit-text-shadow: 3px 3px 2px rgba(78, 82, 85, 0.3);
    text-shadow: 3px 3px 2px rgba(78, 82, 85, 0.3);
}

span.Small {
    font-size: 80%;
    text-transform: none;
    color: #8f9190;
}

span.Small a {
    color: #8f9190;
}

label.Small {
    font-size: 80%;
    text-transform: none;
    color: #8f9190;
}

div.Clear {
    float: none;
    clear: both;
    height: 30px;
}

div.ClearOnly {
    clear: both;
}

div#Content {
    padding-bottom: 480px;
    text-align: center;
    max-width: 1180px;
    width: 100%;
    font-size: 1.0em;
    word-spacing: 0.00em;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

div#Content div#Text {
    margin-top: 0;
    padding-left: 1%;
    padding-right: 1%;
    text-align: left;
    display: block;
    vertical-align: top;
    margin-left: 230px;
    margin-right: 230px;
}

div#Content div#Text div#Address, div#Content div#Text div#Creator, div#Notice, div#Quellennachweise {
    margin-bottom: 35px;
}

div#Content h3 {
    color: #060606;
    font-size: 140%;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 10px;
    -webkit-text-shadow: 1px 2px 1px rgba( 39, 42, 42, 0.15 );
    text-shadow: 1px 2px 1px rgba( 39, 42, 42, 0.15 );
}

div#Content h3.Headline {
    background-image: url("/Images/Navigation.Item.Background.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    color: #4d575b;
    font-size: 120%;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 15px;
    text-transform: uppercase;
}

div#Content h3.Headline.Start {
    background-image: none;
    font-size: 180%;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 22px;
    text-transform: none;
    padding-left: 0;
    line-height: 30px !important;
}

div#Content h3.Headline.Contact {
    background-image: none;
    font-size: 180%;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
    padding-left: 0;
    line-height: 30px !important;
}

div#Content h3.Headline.Text {
    background-image: none;
    font-size: 180%;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
    padding-left: 0;
    line-height: 30px !important;
}

div#Content div#Description {
    font-size: 90%;
    font-weight: normal;
    color: #4d575b;
    margin-bottom: 20px;
    max-width: 425px;
}
    
div#Content div.Description {
    height: 50px;
    margin-bottom: 17px;
    overflow: hidden;
    margin-left: 15px;
    color: #4d575b;
}

div#Content div.Left {
    width: 48.5%;
    margin: 0;
    margin-bottom: 80px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

div#Content div.Right {
    width: 49%;
    margin: 0;
    margin-bottom: 80px;
    padding-left: 0.3%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

div#Content div.FloatLeft {
    float: left;
}

div#Content div.FloatRight {
    float: right;
}

div#Content div.MB35 {
    margin-bottom: 35px;
}

div#Content div.Full {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    padding-left: 1%;
    padding-right: 1%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

div#Content ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

div#Content ul li {
    background-image: url(/Images/Navigation.Item.Background.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    color: #4d575b;
    padding-left: 18px;
}

div#Content ul li span {
    color: #4d575b;
}

div#Content ul li span a {
    color: #4d575b;
}

div.Container {
    display: inline-block;
    width: 23.7%;
    margin: 0.4%;
    margin-top: 0;
    height: auto;
    /*
    margin-bottom: 10px;
    background-image: url(/Images/Image.Background.png);
    background-position: 0 9px;
    background-repeat: no-repeat;
    */
}

div#ImageSetsContainer {
    text-align: center;
    display: inline-block;
    width: 99.5%;
}

div#ImageSetsContainer * {
    text-align: left;
}

div#ImageSets {
    text-align: left;
    display: inline;
}

div.Thumbnail {
    display: inline-block;
}

div#Content div div.Thumbnail:first-child {
    margin-left: 0;
}

div.Thumbnail a {
    display: inline-block;
    /*margin-top: 5px;*/
    font-size: 90%;
    color: #F2F4F1;
    text-decoration: none;
}

div.Container a {
    text-decoration: none;
}

div.Container:hover a {
    text-decoration: none;
}

a.ContainerLink {
    display: block;
    height: 71%;
    padding: 8%;
    width: 84%;
}

a.NoLink {
    text-decoration: none;
}

a.NoLink:hover {
    text-decoration: none;
    border-bottom: none !important;
}

div.Content a:hover, a.ContainerLink:hover {
    text-decoration: none;
}

div.Content h2 {
    padding-bottom: 10px;
    font-size: 1.1em;
}

div.Content p {
    margin-top: 10px;
    font-size: 1em;
}

div#Notice ol {
    margin-left: 0;
    padding-left: 0;
}

div#Notice ol li {
    list-style-position: inside;
    margin-bottom: 15px;
    font-weight: bold;
}

div#Notice ol li span {
    font-weight: normal;
}

/* Bottom */
div#Bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 00px;
    width: 100%;
    height: 435px;
    background-image: url('/Images/Bottom.Background2.jpg');
    background-repeat: repeat-x;
    color: #F2F4F1;
    -webkit-text-shadow: 3px 3px 2px rgba( 0, 0, 0, 0.25 );
    text-shadow: 3px 3px 2px rgba( 0, 0, 0, 0.25 );
    font-size: 100%;
}

div#InnerBottom {
    min-width: 280px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    /*margin-top: 20px;*/
    text-align: left;
    vertical-align: top;
}

div#InnerBottom a {
    color: #F2F4F1;
}

div#InnerBottom a:hover {
    color: #F2F4F1;
    border-bottom: 1px solid #F2F4F1;
}

div#InnerBottom div {
    display: block;
    vertical-align: top;
    margin-bottom: 8px;
    font-size: 90%;
}

div#InnerBottom div div {
    font-size: 100%;
}

div#Bottom a.Active {
    color: #4d575b;
    border-bottom: 0;
}

div#Bottom a:hover {
    color: #F2F4F1;
    border-bottom: 1px solid #F2F4F1;
}

/* Address */
div#Bottom div#InnerBottom div#Address {
    display: inline-block;
}

/* Bottom menu */
div#Bottom div#InnerBottom div#BottomMenu {
    display: inline-block;
}

div#BottomMenu ul {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}

div#BottomMenu ul li {
    font-weight: bold;
}

div#BottomMenu ul ul {
    margin-bottom: 20px;
    margin-left: 0;
}

div#BottomMenu ul ul li {
    font-weight: normal;
}

span#BottomMenu a {
    text-transform: uppercase;
}

div#Connectors {
    font-size: 70% !important;
}

span.Coding {
    display: inline-block;
    margin-top: 0;
}

/* Smartphone Tabbar */
div#TabBar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background-image: url(/Images/Page.Background.jpg);
    background-repeat: repeat;
    z-index: 30001;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    font-size: 60%;
}

div#TabBar ul {
    height: 100%;
    list-style-type: none;
    vertical-align: top;
}

div#TabBar ul li {
    border-left: 1px solid #d4d4d4;
    display: inline-block;
    float: left;
    padding: 0 0;
    vertical-align: top;
    width: 16.4%;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center 18px;
    background-size: auto 32px;
}

div#TabBar ul li:first-child {
    border-left: none;
}

div#TabBar ul li {
    color: #3E78B3;
}

div#TabBar ul li a {
    color: #3E78B3;
}

div#TabBar ul li:hover, div#TabBar ul li.Active {
    color: #4d575b;
    background-color: #E6ECF2;
}

div#TabBar ul li:hover a, div#TabBar ul li.Active a {
    color: #4d575b;
}

div#TabBar ul li#TabBarItemCalendar {
    background-image: url(/Images/Icons/Icon.TabBar.Calendar.png);
}

div#TabBar ul li#TabBarItemCalendar:hover, div#TabBar ul li#TabBarItemCalendar.Active {
    background-image: url(/Images/Icons/Icon.TabBar.Calendar.Hover.png);
}

div#TabBar ul li#TabBarItemDisposal {
    background-image: url(/Images/Icons/Icon.TabBar.Disposal.png);
}

div#TabBar ul li#TabBarItemDisposal:hover, div#TabBar ul li#TabBarItemDisposal.Active {
    background-image: url(/Images/Icons/Icon.TabBar.Disposal.Hover.png);
}

div#TabBar ul li#TabBarItemForms {
    background-image: url(/Images/Icons/Icon.TabBar.Forms.png);
}

div#TabBar ul li#TabBarItemForms:hover, div#TabBar ul li#TabBarItemForms.Active {
    background-image: url(/Images/Icons/Icon.TabBar.Forms.Hover.png);
}

div#TabBar ul li#TabBarItemRates {
    background-image: url(/Images/Icons/Icon.TabBar.Rates.png);
}

div#TabBar ul li#TabBarItemRates:hover, div#TabBar ul li#TabBarItemRates.Active {
    background-image: url(/Images/Icons/Icon.TabBar.Rates.Hover.png);
}

div#TabBar ul li#TabBarItemService {
    background-image: url(/Images/Icons/Icon.TabBar.Service.png);
}

div#TabBar ul li#TabBarItemService:hover, div#TabBar ul li#TabBarItemService.Active {
    background-image: url(/Images/Icons/Icon.TabBar.Service.Hover.png);
}

div#TabBar ul li#TabBarItemContact {
    background-image: url(/Images/Icons/Icon.TabBar.Contact.png);
}

div#TabBar ul li#TabBarItemContact:hover, div#TabBar ul li#TabBarItemContact.Active {
    background-image: url(/Images/Icons/Icon.TabBar.Contact.Hover.png);
}

div#TabBar ul li a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

div#TabBar ul li a img {
    height: 32px;
    vertical-align: middle;
    width: auto;
}

/* Other classes */
div.Hidden {
    display: none;
    visibility: hidden;
}

div.highslide-caption {
    font-weight: bold;
    margin-left: 0;
    text-transform: uppercase;
    position: relative !important;
    bottom: -30px;
    text-align: left;
}

div.highslide-caption span.Title {
    font-weight: bold;
}

div.highslide-caption span.Description {
    font-weight: normal;
}

div.highslide-caption-inner {
}

div.highslide-controls {
    /*
    margin-top: -45px !important;
    margin-right: 0px !important;
*/
}

.highslide-controls {
    background: none !important;
    position: absolute;
    width: 100% !important;
    height: 0;
    margin: 5px 0 0 0 !important;
}

.highslide-controls ul {
    background: none !important;
    position: absolute;
    width: 100%;
    height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0 !important;
}

.highslide-controls li {
    position: absolute;
    padding: 20px;
}

.highslide-controls .highslide-next {
    right: 0;
}

.highslide-controls .highslide-move {
    display: none;
}

.highslide-controls .highslide-full-expand {
    display: none;
}

.highslide-controls .highslide-play {
    display: none;
}

.highslide-controls .highslide-pause {
    display: none;
}

.highslide-controls .highslide-close {
    display: none;
}

div.highslide-number {
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
}

span.White {
    color: #E1E3E0;
}

span.White2 {
    color: #FFFFFF;
}

span.Green {
    color: #446574;
}

span.Black {
    color: #060606;
}

hr {
    height: 1px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #060606;
}

/* Cycle */
div.CycleImage {
    display: inline-block;
    background-repeat: no-repeat;
}

div#CyclePagerContainer {
    text-align: left;
    height: 29px;
    margin-bottom: 2px;
    display: inline-block;
    width: 98%;
    vertical-align: middle;
    max-width: 1180px;
}

span.CyclePagerElement {
    display: inline-block;
    width: 26px;
    height: 7px;
    margin-right: 10px;
    background-color: #C3C8CC;
    color: #C3C8CC;
    font-weight: bold;
    vertical-align: middle;
}

span.CyclePagerElement a {
    display: block;
    height: 100%;
}

span.cycle-pager-active {
    background-color: #B34526;
    color: #B34526;
}

div.StartpageImageSet {
    /*display: none !important;*/
}

div#Content div.Teaser {
    vertical-align: top;
    margin-bottom: 35px;
    background-image: url(/Images/Teaser.Background.png);
    background-position: top center;
    background-repeat: no-repeat;
}

div#Content * span.Image {
    text-align: left;
    width: 25%;
    display: inline-block;
    height: auto;
    margin-top: 20px;
}

div#Content * span.Image img {
    text-align: left;
    width: 100%;
    height: auto;
}

div#Content div.Full span.Image {
    text-align: left;
    width: 12%;
    display: inline-block;
    height: auto;
    margin-top: 20px;
}

div#Content div.Inline {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

div#Content div.Inline span.Blue {
    color: #060606;
    font-weight: bold;
}

span.Info {
    vertical-align: middle;
    -webkit-text-shadow: 1px 2px 1px rgba( 39, 42, 42, 0.15 );
    text-shadow: 1px 2px 1px rgba( 39, 42, 42, 0.15 );
}

span.Info * {
    vertical-align: sub;
}

img.Info, img.Examples {
    margin-right: 0;
}

a.MainLink {
    background-image: url(/Images/Navigation.Item.Background.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 18px;
}

span.Years {
    display: inline-block;
    width: 100px;
    color: #4d575b;
    float: left;
}

span.Text {
    display: block;
    margin-left: 100px;
}

span.Headline {
    clear: both;
    display: block;
    margin-top: 20px;
}

/* Teaser */
div#Teaser {
    margin-bottom: 30px;
}

div#Teaser div.TeaserBox {
    width: 380px;
    height: 220px;
    display: inline-block;
    margin-left: 12px;
}

div#Teaser div.TeaserBox:first-child {
    margin-left: 0;
}

div#TeaserBox1 {
    background-image: url(/Images/Teaser.Box1.png);
    background-repeat: no-repeat;
}

div#TeaserBox2 {
    background-image: url(/Images/Teaser.Box2.png);
    background-repeat: no-repeat;
}

div#TeaserBox3 {
    background-image: url(/Images/Teaser.Box3.png);
    background-repeat: no-repeat;
}


div#Teaser div.TeaserBox div.TeaserContent {
    width: 100%;
    height: 172px;
    display: block;
    background-repeat: no-repeat;
    background-size: 376px 166px;
    background-position: 2px 3px;
}

div#TeaserContent1 {
    background-image: url(/CD/Images/Teaser/Teaser.Content1.jpg);
}

div#TeaserContent2 {
    background-image: url(/CD/Images/Teaser/Teaser.Content2.jpg);
}

div#TeaserContent3 {
    background-image: url(/CD/Images/Teaser/Teaser.Content3.jpg);
}

div#Teaser div.TeaserBox div.TeaserTitle {
    width: 100%;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: 376px 166px;
    background-position: 2px 3px;
    color: #FFFFFF;
    font-size: 115%;
    font-weight: normal;
    -webkit-text-shadow: 3px 3px 2px rgba( 68, 68, 68, 0.4 );
    text-shadow: 3px 3px 2px rgba( 68, 68, 68, 0.4 );
    vertical-align: middle;
    padding-top: 10px;
}

div#Teaser div.TeaserBox div.TeaserTitle span {
    vertical-align: middle;
}

/* Small Teaser */
div#Content div.SmallBox {
    display: block;
    width: 219px;
    /*height: 409px;*/
    letter-spacing: 0;
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    color: #060606;
    margin: 0;
    margin-bottom: 20px;
}

div#Content div.SmallBox div.SmallBoxHeader {
    background-image: url(/CD/Images/Teaser.SmallBox.Top.Background.png);
    min-height: 340px;
}

div#Content div.SmallBox div.SmallBoxContent {
    text-align: left;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 195px 196px;
    background-position: 5px 0;
}

div#Content div.SmallBox div.SmallBoxContent span {
    font-size: 95%;
}

div#Content div.SmallBox div.SmallBoxContent span.Headline1 {
    font-size: 105%;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    padding-left: 13px;
    padding-top: 10px;
}

div#Content div.SmallBox div.SmallBoxContent span.Headline2 {
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    padding-left: 20px;
    padding-top: 60px;
}

div#Content div.SmallBox div.SmallBoxTitle {
    height: 120px;
    font-size: 85%;
    color: #4d575b;
    text-align: left;
    padding: 8px 8px;
    line-height: 1.5em;
}

div#Content div.SmallBox div.SmallBoxTitle ul li a {
    color: #4d575b;
    margin-left: -10px;
    padding-left: 10px;
}

div#Content div.SmallBox div.SmallBoxLinkContainer {
    min-height: 50px;
    background-image: url(/CD/Images/Teaser.SmallBox.Bottom.Background.png);
    padding: 10px 0 10px;
    font-size: 90%;
    color: #FFFFFF;
    text-align: left;
    padding-top: 10px;
}

div#Content div.SmallBox div.SmallBoxLinkContainer ul {
    padding-left: 15px;
}

div#Content div.SmallBox div.SmallBoxLinkContainer ul li {
    background-image: url(/Images/Smallbox.Circle.png);
    padding-left: 25px;
    color: #FFFFFF;
    background-position: left 2px;
}

div#Content div.SmallBox div.SmallBoxLinkContainer ul li.NoIcon {
    background-image: none;
    padding-left: 0;
}

div#Content div.SmallBox div.SmallBoxLinkContainer ul li a {
    color: #FFFFFF;
    margin-left: -24px;
    padding-left: 24px;
}

div#Content div.SmallBox div.SmallBoxLinkContainer ul li a:hover, div#Content div.SmallBox div.SmallBoxLinkContainer ul li a:focus {
    color: #FFFFFF;
}

div#Content div.SmallBox.Left {
    float: left;
    padding: 0;
}

div#Content div.SmallBox.Right {
    float: right;
    padding: 0;
}

div#Content div.SmallBox.Left div.SmallBoxContent {
    background-image: url(/CD/Images/Teaser/Teaser.SmallBox.Blank.Green.png);
}

div#Content div.SmallBox.Right div.SmallBoxContent {
    background-image: url(/CD/Images/Teaser/Teaser.SmallBox.Blank.Red.png);
}

/* Article */
div#Content div.Article {
    padding: 10px 30px;
    background-color: rgba( 212, 212, 212, 0.1 );
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    color: #060606;
    margin-bottom: 20px;
}

div#Content div.Article:last-child {
    margin-bottom: 0;
}

div#Content div.Article h1 {
    /*
    background-image: url(/Images/Article.Circle.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    */
    font-weight: normal;
    font-size: 160%;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4d575b;
    color: #4d575b;
}

div#Content div.Article h2 {
    font-weight: normal;
    font-size: 115%;
    margin-bottom: 10px;
    color: #4d575b;
}

div#Content div.Article div.Line {
    margin-bottom: 20px;
}

div#Content div.Article div.Line.Half {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

div#Content div.Article div.Line.Third {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

div#Content div.Article div.More {
    border-top: 1px solid #12722A;
    border-bottom: 0 solid #12722A;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#Content div.Article div.LinkContainer {
    border-top: 1px solid #12722A;
    border-bottom: 1px solid #12722A;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#Content div.Article ul.Normal li {
    background-image: url(/Images/Navigation.Dot.png);
    background-position: 0 10px;
    padding-left: 10px;
    color: #060606;
    margin-bottom: 0.25em;
}

div#Content div.Article ul.MoreMarginBottom li {
    margin-bottom: 1em;
}

div#Content div.Article ul.Normal li a {
    color: #12722A;
}

div#Content div.Article ul.NoBullets li {
    background-image: none;
    padding-left: 0;
    color: #060606;
    margin-bottom: 0.05em;
}

div#Content div.Article div.LinkContainer ul.Normal li, div#Content div.SmallBox div.SmallBoxTitle ul li {
    background-image: url(/Images/Navigation.Dot.png);
    background-position: 0 10px;
    padding-left: 10px;
    color: #12722A;
    margin-bottom: 0;
}

div#Content div.Article div.LinkContainer ul.Normal li a {
    color: #12722A;
}

div#Content div.Article div.Line a {
    color: #12722A;
}

div#Content div.Article div.More a {
    color: #12722A;
}

div#Content div.Article div.Line span.SubHeadline {
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em;
    color: #4d575b;
}

/* Width classes */
.W10 {
    width: 10px !important;
}

.W20 {
    width: 25px !important;
}

.W25 {
    width: 25px !important;
}

.W50 {
    width: 50px !important;
}

.W55 {
    width: 55px !important;
}

.W75 {
    width: 75px !important;
}

.W95 {
    width: 95px !important;
}

.W100 {
    width: 100px !important;
}

.W125 {
    width: 125px !important;
}

.W150 {
    width: 150px !important;
}

.W180 {
    width: 180px !important;
}

.W200 {
    width: 200px !important;
}

.W250 {
    width: 250px !important;
}

.W300 {
    width: 300px !important;
}

.W340 {
    width: 340px !important;
}

.W350 {
    width: 350px !important;
}

.W400 {
    width: 400px !important;
}

.W500 {
    width: 500px !important;
}

.W600 {
    width: 600px !important;
}

.W700 {
    width: 700px !important;
}

.W750 {
    width: 750px !important;
}

.WAuto {

    width: auto !important
}

.WThird {

    width: 90% !important;
}

.WFull {

    width: 96% !important;
}

select.W500 {
    width: 500px !important;
}

select.W600 {
    width: 600px !important;
}

/* Height classes */
.H100 {
    height: 100px !important;
}

.H200 {
    height: 200px !important;
}

.H300 {
    height: 300px !important;
}

.H350 {
    height: 350px !important;
}

.H400 {
    height: 400px !important;
}

.H450 {
    height: 450px !important;
}

.H500 {
    height: 500px !important;
}

.H600 {
    height: 600px !important;
}

.HAuto {

    height: auto !important
}

/* Tables */
table.List {
    border-collapse: collapse;
}

table.List th {
    text-align: left;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #000000;
    padding: 4px;
}

table.List th:first-child {
    padding-left: 0;
}

table.List td {
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #CACACA;
    padding: 4px;
    vertical-align  : top;
}

table.List td:first-child {
    padding-left: 0;
}

table.List tr.Left td, table.List tr.Left th, table.List th.Left, table.List td.Left {
    text-align: left;
}

table.List tr.Center td, table.List tr.Center th, table.List th.Center, table.List td.Center {
    text-align: center;
}

table.List tr.Right td, table.List tr.Right th, table.List th.Right, table.List td.Right {
    text-align: right;
}

table.List tr.Bottom th {
    vertical-align: bottom;
}

/* Table Centered */
table.Centered th {
    vertical-align: bottom !important;
}

table.Centered td {
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}

/* Table CenteredHeader */
table.CenteredHeader th {
    text-align: center !important;
}

table.CenteredHeader td {
    border-right: 1px solid #CACACA;
}

table.CenteredHeader td:first-child {
    border-left: 0;
}

/* Forms */
div.Line label {
    color: #060606;
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    width: 130px;
    border: 0 solid #F2F4F1;
    font-weight: normal;
    text-align: left;
}

div.Line label.Top {
    margin-top: 3px;
    vertical-align: top !important;
}

div.Line label.Inline {
    display: inline;
}

div.Line label.W80 {
    width: 80px;
}

div.Line span.Inline {
    display: inline;
}

div.Line span.InlineBlock, span.InlineBlock {
    display: inline-block;
}

div.Line span.Block, span.Block {
    display: block;
}

div.Line input[type="text"].MaxW50, input.MaxW50 {
    width: 50px;
    max-width: 50px;
}

div.Line input[type="text"].MaxW150, input.MaxW150 {
    width: 150px;
    max-width: 150px;
}

div.Line span.MaxW400, div.Line label.MaxW400 {
    width: 400px;
    max-width: 100%;
    display: inline-block;
}

div.Line span.MaxW450, div.Line label.MaxW450 {
    width: 450px;
    max-width: 100%;
    display: inline-block;
}

div.Line span.MaxW500, div.Line label.MaxW500 {
    width: 500px;
    max-width: 100%;
    display: inline-block;
}

div.Line span.MaxW600, div.Line label.MaxW600 {
    width: 600px;
    max-width: 100%;
    display: inline-block;
}

div.Line span.MaxWFull, div.Line label.MaxWFull {
    width: 960%;
    max-width: 96%;
    display: inline-block;
}

div.Line.SearchResultItem {
    max-height: 115px;
    overflow: hidden;
}

div.Line input[type="text"], div.Line select {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

div.Line input[type="text"].Login, input[type="password"].Login {
    width: 150px;
}

div.Line textarea {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    background-image: url(/Images/AdditionalIcons/Icon.True.Disabled.24.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    height: 24px;
    color: #4d575b !important;
    cursor: pointer;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    background-image: url(/Images/AdditionalIcons/Icon.True.24.png);
    color: #060606 !important;
}

input[type="checkbox"].Default, input[type="radio"].Default {
    display: inline;
    vertical-align: middle;
}

input[type="checkbox"].Default + label, input[type="radio"].Default + label {
    background-image: none;
    padding-left: 0;
    vertical-align: middle;
}

input[type="checkbox"].Default:checked + label, input[type="radio"].Default:checked + label {
    background-image: none;
}

textarea {
    width: 100%;
    height: 100px;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 90%;
    color: #060606;
    border: 1px solid #ababab;
}

input[type=text],
input[type=password],
textarea,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans',Arial,Helvetica;
}

select {
    /* avoid buggy iOS safari (and chrome) layout for listboxes */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #f8f8f8;
    background-image: url(/Images/Icons/Listbox.Arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 19px 100%;
    padding-right: 19px;
    background: url(/Images/Icons/Listbox.Arrow.png) no-repeat -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(white));
    cursor: pointer;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

select:hover {
    background-image: url(/Images/Icons/Listbox.Arrow.Hover.png);
}

select::-ms-expand {
  display: none;
}

span.Mandatory::after, label.Mandatory::after, h2.Mandatory::after {
    content: "*";
    color: #cb414e;
}

span.DualMandatory::after, label.DualMandatory::after, h2.DualMandatory::after {
    content: "**";
    color: #cb414e;
}

span.MandatoryBefore::before, label.MandatoryBefore::before, h2.MandatoryBefore::before {
    content: "* ";
    color: #cb414e;
}

span.DualMandatoryBefore::before, label.DualMandatoryBefore::before, h2.DualMandatoryBefore::before {
    content: "** ";
    color: #cb414e;
}

span.LeftMarginCheckbox {
    margin-left: 24px;
    display: block;
}

/* Separators */
hr.Separator {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #d4d4d4;
    height: 0;
    margin-top: 5px;
    margin-bottom: 19px;
}

hr.Separator2 {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #d4d4d4;
    height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* FormContainer overides */
div#Content div.Article div.FormContainer div.Line {
    margin-bottom: 20px;
}

/* Print overrides */
.ShowForPrint {
    display: none;
    visibility: hidden;
}

.HideForPrint {
    display: normal;
    visibility: visible;
}

/* Market classes */
div.Market {
    text-align: left;
    cursor: pointer;
    /*min-width: 615px;*/
}

div.Market h3 {
    color: #060606 !important;
    font-size: 1em !important;
    text-transform: none !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    text-shadow: none !important;
}

div.Market.Article {
    background-color: rgba( 212, 212, 212, 0.1 ) !important;
    padding-right: 15px !important;
    /*
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    color: #060606;
    */
}

div.Market.Article:hover {
    background-color: rgba( 200, 255, 200, 0.1 ) !important;
}

div.Market.Article.NoHover:hover {
    background-color: rgba( 212, 212, 212, 0.1 ) !important;
    cursor: default !important;
}

div.Market.Article.NoHover div {
    cursor: default !important;
}

div.Market.Line.FirstLine {
    margin-bottom: 0 !important;
}

div.Market.FirstLine.FirstChild {
}

div.Market.FirstLine div {
    display: inline-block;
    vertical-align: top;
}

div.Market.FirstLine div.Left {
    width: 75% !important;
    margin-bottom: 0 !important;
}

div.Market.FirstLine div.Center {
    width: 25% !important;
    margin-bottom: 0 !important;
}

div.Market.FirstLine div.Right {
    width: auto !important;
    float: right;
    text-align: right;
    margin-bottom: 0 !important;
}

div.Market.FirstLine div span {
    vertical-align: top;
}

div.Market div.Toggle, div.FormContainer div.Toggle {
    float: right;
    font-weight: normal;
    margin-top: -30px;
    margin-right: 0;
}

div.FormContainer div.Toggle {
    margin-top: -50px;
    cursor: pointer;
}

div.Market div.Toggle *, div.FormContainer div.Toggle * {
    vertical-align: middle;
}

div.Market.FirstLine div span.Line, div span.Line {
    display: block;
}

div.Market.FirstLine div.SecondLine {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px !important;
    display: none;
}

div.Market.FirstLine div.SecondLine hr.Separator {
    margin-bottom: 10px;
    margin-top: 10px;
}

div.Market.FirstLine div.SecondLine div {
    display: block;
}

div.Market.FirstLine div.SecondLine div.Line {
    height: auto !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    overflow: visible !important;
}

div.Market.FirstLine div.SecondLine div.Left {
    width: 400px;
}

div.Market.FirstLine div.SecondLine div.Right {
    float: none;
}

div.Market span.Company {
    font-weight: bold;
}

div.Market span.Line span.Label, span.Line span.Label {
    display: inline-block;
    width: 80px;
    font-weight: bold;
}

div.h1.SmallHeight h1 {
    height: 26px !important;
}

div.h1.NoBottomMargin {
    margin-bottom: 0 !important;
}

div.Market div.Tabs ul, div.RegistrationContainer div.Tabs ul  {
    margin: 0 !important;
    padding: 1px 0 0 2px !important;
}

div.Market div.Tabs ul li  {
    background-image: none !important;
    padding-left: 0 !important;
}

a.MarketImageLink {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    display: inline-block;
    margin-left: 2%;
    margin-right: -5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 31.8%;
}

a.MarketImageLink:first-child {
    margin-left: 0;
}

a.MarketImageLink span.MarketLinkLabel {
    display             : block;
    font-size           : 90%;
    height              : 30px;
    font-weight         : bold;
    padding             : 5px 5px 0 5px;
    margin-bottom       : 20px;
    color               : #000000;
    background-repeat   : repeat-x;
    vertical-align      : middle;
    text-align          : center;
    border-bottom       : 1px solid #D4D4D4;
    /*background-color    : rgba( 255, 255, 255, 0.7 );*/
    background: no-repeat scroll right 5px center, -moz-linear-gradient(0 100% 90deg, white, #f8f8f8) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a.MarketImageLink img {
    height: auto;
    margin-top: -10px;
    width: 75%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-tooltip-content {
    text-align: left !important;
}

/* Open times */
div.OpenTimesDay {
    display: block !important;
}

div.OpenTimesDay span.OpenTimesDayLabel {
    display: inline-block;
    width: 110px;
    font-weight: bold;
}

div.OpenTimesDay span.OpenTimesDayLabel:after {
    content: ':';
}

div.OpenTimesDay span.OpenTimesDayValue {
    display: inline-block;
    max-width: 70%;
}

/* Treeview */
div.Treeview {
    display         : none;
    position        : absolute;
    min-width       : 309px;
    max-height      : 600px;
    overflow        : auto;
    z-index         : 30000;
    margin-left     : 0;
    margin-top      : -7px;
}

div.Treeview ul {
    margin-top          : 0 !important;
    /*margin-left         : 0 !important;*/
    padding             : 0 !important;
    padding-bottom      : 5px !important;
}

div.Treeview ul ul {
    padding             : 0 !important;
}

div.Treeview li {
    background-image    : none !important;
    background-position : none !important;
    background-repeat   : no-repeat !important;
    margin-bottom       : 0 !important;
    padding-left        : 0 !important;
}

div.Treeview li span.Separator {
    display             : block;
    width               : 100%;
}

div.Treeview li span.Separator hr {
    width               : 100%;
    margin-top          : 5px;
    margin-bottom       : 2px;
    height              : 1px;
    color               : #35677B;
    border              : 0;
    border-top          : 1px solid #35677B;
}

div.Treeview li span.Separator a {
    display             : block;
}

div.Treeview li span.SingleNode span.dynatree-connector {
    display             : none;
}

div.Treeview li span.SingleNode a {
    padding-left        : 0;
}

/* Dropdown */
div.DropDownField {
    border: 1px solid #ababab;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.025em;
    outline: medium none;
    overflow: hidden;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 96%;
    width: 96%;
    min-height: 25px;
    background: url("/CD/Images/DropDown.gif") no-repeat scroll right 5px center;
    background-color: #ffffff;
    background: url("/CD/Images/DropDown.gif") no-repeat scroll right 5px center, -moz-linear-gradient(0 100% 90deg, white, #f8f8f8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: url("/CD/Images/DropDown.gif") no-repeat scroll right 5px center, -moz-linear-gradient(0% 100% 90deg, white, #f8f8f8);
    background: url("/CD/Images/DropDown.gif") no-repeat scroll right 5px center, -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(white));
    background: url("/CD/Images/DropDown.gif") no-repeat scroll right 5px center, -o-linear-gradient(0% 100% 90deg, white, #f8f8f8);
    background: -ms-linear-gradient(0% 100% 90deg, white, #f8f8f8);
}

div.DropDownField:hover, div.DropDownField:focus {
  -webkit-box-shadow: 0 0 3px #49a7db;
  -moz-box-shadow: 0 0 3px #49a7db;
  box-shadow: 0 0 3px #49a7db;
}

div.DropDownFieldSmall {
    height          : 15px;
    width           : 91px;
    border          : 1px solid #AAAAAA;
}

div.DropDownIcon {
    background-image: url("/CD/Images/DropDown.gif");
    border          : 1px solid #CFCFCF;
    border-left     : 0;
    cursor          : pointer;
    display         : inline-block;
    height          : 19px;
    margin-left     : -1px;
    width           : 17px;
}

div.DropDownIconSmall {
    background-image: url("/CD/Images/DropDown.Small.gif");
    height          : 17px;
    border-color    : #AAAAAA;
}

ul.dynatree-container span.TopLevel img {
    height: auto;
    width: 0;
    /*width: 32px;*/
}

ul.dynatree-container span.TopLevel a.dynatree-title {
    font-weight: bold;
}

a:disabled {
    cursor: text;
}

input:disabled, textarea:disabled {
    background:   #F0F0F0 !important;
    background-color:  #F0F0F0 !important;
} 

input:hover:disabled, textarea:hover:disabled {
    background:   #F0F0F0 !important;
    background-color: #F0F0F0 !important;
    box-shadow: none !important;
} 

select:disabled, select:hover:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #F0F0F0;
    background-image: url(/Images/Icons/Listbox.Arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 19px 100%;
    padding-right: 19px;
    background: url(/Images/Icons/Listbox.Arrow.png) no-repeat -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(white));
    cursor: pointer;
    -o-text-overflow: '';
    text-overflow: '';
    box-shadow: none !important;
} 

span.CodeImageBorder {
    border: 0;
    border-bottom: 1px solid #8D8D8D;
    border-right: 1px solid #8D8D8D;
    display: inline-block;
    margin-left: -4px;
    margin-top: 3px;
}

input.CustomerNumber {
    width: 105px !important;
}

span.SmallLine {
    display: inline-block;
    margin-bottom: 3px;
}

.MT2 {
    display: inline-block;
    margin-top: 2px;
}

.MT3 {
    display: inline-block;
    margin-top: 3px;
}

.MT2M {
    display: inline-block;
    margin-top: -2px;
}

span.MT15 {
    display: inline-block;
    margin-top: 15px;
}

span.MB10, li.MB10 {
    display: inline-block;
    margin-bottom: 10px;
}

span.MB20, li.MB20 {
    display: inline-block;
    margin-bottom: 20px;
}

li.Block {
    display: block !important;
}

div.Hint {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
}

div.Hint.Yellow {
    background-color: #ffcf15;
}

.SmartphoneOnly {
    display: none !important;
}

/* CharList */
div.CharList {

}

div.CharList span.CharListItem {
    display: inline-block;
    padding: 2px 6px 2px 6px;
}

div.CharList span.CharListItem a {
    color: #4d575b !important;
}

div.CharList span.CharListItem:first-child {
    margin-left: -6px;
}

div.CharList span.CharListItem.Active a {
    color: #12722a !important;
}

div.CharList span.CharListItem.Disabled {
    color: #8f9190 !important;
}

input[type="text"].Error, input[type="file"].Error, select.Error {
    border: 1px solid #d8717b;
    -webkit-box-shadow: 0 0 3px #ffb2c9;
    -moz-box-shadow: 0 0 3px #ffb2c9;
    box-shadow: 0 0 3px #ffb2c9;
}

/* Calendar */
div.Line input.Calendar {
    width: 85px;
    display: inline-block;
    margin-right: 5px;
}

img.ui-datepicker-trigger {
    width: 32px;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 10px !important;
}

/* jQuery UI Dialog */
span.DialogText {
    max-width: 90%;
}

/* Sitemap */
ul.Sitemap {
    display: block;
    list-style-type: none;
    vertical-align: top;
    margin-left: 5px;
}

ul.Sitemap li {
    background-image: none !important;
    margin-left: -16px;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 120%;
}

ul.Sitemap ul {
    margin-left: 5px;
}

ul.Sitemap ul li {
    background-image: url("/Images/Navigation.Item.Arrow.Background.png") !important;
    background-size: 14px 14px;
    background-position: left 6px !important;
    background-repeat: no-repeat;
    display: block;
    margin-left: 10px;
    font-size: 80%;
    padding: 1px 0;
    margin-bottom: 0;
}

ul.Sitemap ul ul {
    margin-left: 5px;
}

ul.Sitemap ul ul li {
    background-size: 11px 11px;
    background-position: left 5px !important;
    padding: 1px 0;
    font-size: 80%;
    margin-left: 5px;
    line-height: 1.5em;
}

div.CookieInformationContainer {
    position: fixed;
    bottom: 0;
    min-height: 100px;
    width: 100%;
    background-color: rgba( 55, 64, 65, 0.925 );
    border-top: 1px solid #9ECF11;
    color: #ffffff;
    text-align: center;
    font-size: 80%;
    z-index: 100002;
}

div.CookieInformationNotice {
    text-align: left;
    max-width: 1180px;
    padding: 20px 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

div.CookieInformationNotice h3, div.CookieInformationNotice a {
    color: #ffffff;
}

div.CookieInformationContainer button {
    background-color: #9ecf11;
    color: #374041;
    font-weight: bold;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginTop15 {
    margin-top: 15px;
}
