@charset "utf-8";

/* ============================== =blocks - base styles ============================== */

/* =CalloutBox - base */

.CalloutBox {
    color: #fff;
    background-color: #888;
    margin: 2em auto;
    padding: 1px 4%;
}

.CalloutBox p {
    margin: 1em 0;
}

/* =ReminderBox - base */

.ReminderBox {
    color: #fff;
    background-color: #888;
    width: 50%;
    float: right;
    padding: 1px 4%;
    margin: 1em 0 1em 2em;
}

.ReminderBox h4 {
    margin-top: 0.5em;
}

.ReminderBox p {
    margin: 1em 0;
}

/* =AdSense - base */

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
    padding: 1%;
}

.AdSenseBoxLeft {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.AdSenseBoxRight {
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

.AdSenseResponsiveBox {
    width: 50%;
}

@media only screen and (max-width: 447px) {
    .AdSenseResponsiveBox {
        margin: 0;
        float: none;
        width: 100%;
    }
}

.AdSenseBoxCenter {
    text-align: center;
    clear: both;
}

.AdSenseBoxCenter468 {
    width: 468px;
    margin: 2% auto;
    clear: both;
}

.AdSenseBoxExtraColumn {
    padding: 0;
    margin: 2% auto;
    clear: both;
}

/* =FBI - base */

.formBarGraphBar {
    border: 0;
    background-color: #eee;
}

#PageWrapper .formwrapper .formBuilderForm-Throbber {
    border: 0;
}
#PageWrapper .FormBlockLeft .formwrapper {
    float: left;
    margin-right: 5px;
}

#PageWrapper .FormBlockRight .formwrapper {
    float: right;
    margin-left: 5px;
}

#PageWrapper .FormBlockCenter .formwrapper {
    margin-left: auto;
    margin-right: auto;
}

/* =WhatsNew - base */

.WhatsNew {
    border: 1px solid #eee;
    margin: 1em 0;
    position: relative;
    box-sizing: border-box;
}

.WhatsNewLeft {
    float: left;
    margin-right: 0.5em;
}

.WhatsNewRight {
    float: right;
    margin-left: 0.5em;
}

.WhatsNewCenter {
    margin-left: auto;
    margin-right: auto;
}

#PageWrapper .WhatsNew img {
    border: 0;
}

#PageWrapper .WhatsNew h2 {
    margin: 0;
    padding: 0.3em 24px 0.3em 4px;
    background: #eee;
    line-height: 1.2;
    font-size: 125%;
    text-align: center;
    color: #888;
}

#PageWrapper .WhatsNew ol,
#PageWrapper .WhatsNew ul,
#PageWrapper .WhatsNew li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

#PageWrapper .WhatsNew ol {
    margin: 0 4%;
    overflow: hidden;
}

#PageWrapper .WhatsNew ol li {
    display: block;
    padding-bottom: 1px;
    border-top: 1px solid #ECF0F1;
    margin-top: -1px;
}

#PageWrapper .WhatsNew h3 {
    font-size: 125%;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 0;
}

.WhatsNew-time {
    font-size: 75%;
    color: #888;
    margin-top: 0.5em;
}

.WhatsNew-more {
    text-align: right;
    margin: 1em 0;
}

.WhatsNew-subscribe {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    text-align: right;
}

.WhatsNew-icon {
    padding: 4px 4px 2px;
    width: 24px;
    height: 22px;
}

#PageWrapper .WhatsNew-subscribe ul {
    display: none;
    padding: 2px 4px;
    background: #eee;
}

#PageWrapper .WhatsNew-subscribe ul li {
    display: block;
    background-image: none;
}

#PageWrapper .WhatsNew-subscribe:hover ul {
    display: block;
}

#PageWrapper .WhatsNew-subscribe ul img {
    display: block;
    padding: 2px 0;
    width: 91px;
    height: 21px;
}

@media only screen and (max-width: 768px) {
    #PageWrapper .WhatsNew h2 {
        padding-right: 4px;
    }

    .WhatsNew-subscribe {
        position: static;
    }

    .WhatsNew-icon {
        display: none;
    }

    #PageWrapper .WhatsNew-subscribe ul {
        display: block;
        text-align: center;
    }

    #PageWrapper .WhatsNew-subscribe ul img {
        display: inline-block;
    }
}

/* =RSSbox - base */

.RSSbox {
    margin: 1em 0 2em;
    text-align: center;
}

.RSSbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.RSSbox li {
    background-image: none;
    padding: 0;
    margin: 0 0 5px 0;
}

/* BEGIN =Text\Image Block - base */
.text_image_block {
    margin: 0.5em 0 0 0;
}

.text_image_not_floated.text_image_left .ImageBlock img {
    float: left;
}

.text_image_not_floated.text_image_right .ImageBlock img {
    float: right;
}

.text_image_not_floated.text_image_center .ImageBlock {
    text-align: center;
}

#PageWrapper .text_image_floated .ImageBlock {
    margin: 0.3em 0 0 0;
}

#PageWrapper .text_image_floated.text_image_left .ImageBlock {
    float: left;
    margin-right: 10px;
}

#PageWrapper .text_image_floated.text_image_right .ImageBlock {
    float: right;
    margin-left: 10px;
}

.text_image_top_cleared,
.text_image_both_cleared {
    clear: both;
}

.text_image_bottom_cleared p:last-of-type:after,
.text_image_both_cleared p:last-of-type:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}
/* END =Text\Image Block - base */

/* BEGIN =Text\Image Block - responsive */
@media (max-width: 768px) {
    #PageWrapper .text_image_floated.text_image_left .ImageBlock,
    #PageWrapper .text_image_floated.text_image_right .ImageBlock {
        float: none;
        margin: 0 0 15px 0;
    }

    div#PageWrapper .text_image_floated .ImageBlock {
        max-width: 100%;
    }
}
/* END =Text\Image Block - responsive */

/* =Ezine - base */

.Ezine {
    padding: 4%;
    margin-bottom: 2em;
    background: #eee;
}

.Ezine table {
    width: 100%;
}

.Ezine td {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.Ezine .EzineInputAbove {
    width: 100%;
}

.EzineInput input {
    width: 85%;
    max-width: 350px;
    padding: 5px;
}

.Ezine input:focus[type="text"] {
    background-color: #ffffcc;
}

td.EzineLabel {
    text-align: right;
    vertical-align: middle;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

/* =Ezine2 - base */

.Ezine2 {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #eee;
}

.EzineRow {
    padding: 0.5em 0;
    max-width: 100%;
    box-sizing: border-box;
}

.EzineVertical label {
    display: block;
}

.EzineHorizontal .EzineRow,
.EzineHorizontal label {
    display: inline-block;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    vertical-align: middle;
    max-width: 100%;
    box-sizing: border-box;
}

.Ezine2 input:focus[type="text"],
.Ezine2 input:focus[type="email"] {
    background-color: #ffffcc;
}

.EzineLeft,
body #PageWrapper .Ezine2.EzineLeft,
html.mobile body #PageWrapper .Ezine2.EzineLeft {
    text-align: left;
}

.EzineCenter,
body #PageWrapper .Ezine2.EzineCenter,
html.mobile body #PageWrapper .Ezine2.EzineCenter {
    text-align: center;
}

.EzineRight,
body #PageWrapper .Ezine2.EzineRight,
html.mobile body #PageWrapper .Ezine2.EzineRight {
    text-align: right;
}

/* =ImageBlock - base */

a .Caption {
    color: inherit;
}

.CaptionLeft {
    text-align: left !important;
}

.CaptionCenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.CaptionRight {
    text-align: right !important;
}

.Caption {
    font-size: 85%;
    display: block;
}

img {
    max-width: 100%;
    box-sizing: border-box;
}

/* none-JavaScript fix for too large images */
#PageWrapper .ImageBlock img {
    max-width: 100%;
}

/* IE9 and Chrome (~20) margin fix for block images with margin: auto */
.ImageBlock img {
    margin: 0;
}

#PageWrapper .ImageBlock {
    overflow: hidden;
    max-width: 100%;
}

#PageWrapper .ImageBlockLeft {
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

#PageWrapper .ImageBlockLeft img {
    margin-right: 15px;
}

#PageWrapper .ImageBlockRight {
    float: right;
    text-align: center;
    margin-bottom: 10px;
}

#PageWrapper .ImageBlockRight img {
    margin-left: 15px;
}

#PageWrapper .ImageBlockRight .Caption {
    margin-left: 15px;
}
#PageWrapper .ImageBlockCenter {
    margin: 15px 0;
    text-align: center;
}

/* BEGIN =Media Block */
#PageWrapper .MediaBlock {
    margin-top: 15px;
    margin-bottom: 15px;
}

#PageWrapper .MediaBlockLeft {
    float: left;
    margin-right: 15px;
}

#PageWrapper .MediaBlockRight {
    float: right;
    margin-left: 15px;
}

#PageWrapper .MediaBlockCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* END =Media Block */

/* BEGIN =GDPR consent cookie bar */
.eucookiebar button, .eucookiebar p{
    display:inline-block;
    margin:.25em .5em;
    font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

.eucookiebar{
    text-align:center;
    position:absolute;
    top:-250px;
    left:0;
    right:0;
    background:#fff;
    padding:.5% 2%;
    box-shadow:0 4px 10px 1px rgba(0,0,0,.2);
    z-index:9999;
    font-size:12px;
    font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    color:#666;
    transition:top .5s ease,bottom .5s ease, opacity .5s ease
}
.eucookiebar a{
    color:#00f;
    font-weight:400;
    text-decoration:underline
}
.eucookiebar a:visited{
    color:#551A8B
}
.eucookiebar a:active{
    color:red
}
.eucookiebar button{
    background:#eee;
    border:1px solid #888;
    border-radius:4px;
    font-size:100%;
    font-weight:700;
    color:#666
}
.eucookiebar button:hover{
    background:#666;
    color:#fff
}
.eucookiebar.show{
    top:0;
    opacity:1;
}
.eucookiebar.hide{
    top:-250px;
    opacity:0;
    pointer-events:none;
}
.eucookiebar.bottom{
    top:auto;
    bottom:-250px;
    position:fixed;
}
.eucookiebar.bottom.show{
    bottom:0;
}
.eucookiebar.bottom.hide{
    bottom:-250px;
}
/* END =GDPR consent cookie bar */

#PageWrapper .noalignment {
    float: left;
}

#PageWrapper .pinit {
    text-align: center;
}

/* -- Related Pages Block -- */
#PageWrapper .RelatedPagesBlock ul {
    padding:0;
    margin:0;
    list-style:none;
}
/* down with thumbnail */
#PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail {
    float:left;
    margin-right:10px;
 }
 #PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail a {
    display: block;
    width:50px;
    height:50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

 }
 #PageWrapper .RelatedPagesBlock ul.down h3 {
    margin-top:0;
    margin-bottom:0;
 }
 #PageWrapper .RelatedPagesBlock ul.down p {
    margin:0;
 }
 #PageWrapper .RelatedPagesBlock ul li {
    border:none !important;
    list-style-type: none!important;
 }
 #PageWrapper .RelatedPagesBlock ul.down  li {
    clear: both;
    overflow: hidden;
    padding-top:10px;
    padding-bottom:10px;
 }

/* 4 across */
#PageWrapper .RelatedPagesBlock ul.across {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

#PageWrapper .RelatedPagesBlock ul.across .relatedPagesThumbnail a {
    display: block;
    width:100%;
    height:200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

 }

#PageWrapper .RelatedPagesBlock ul.across li {
    box-sizing: border-box;
    padding:10px 0;
    width: 200px;
}

/* text */
#PageWrapper .RelatedPagesBlock ul.text li {
    padding-top:10px;
    padding-bottom:10px;
}
#PageWrapper .RelatedPagesBlock ul.text li .relatedPagesThumbnail{
    display: none;
}
#PageWrapper .RelatedPagesBlock ul.text li p {
    margin:0;
}
#PageWrapper .RelatedPagesBlock .text h3 {
    margin-top:0;
}

/* =TOC - base */

.TOC dt {
    font-weight: bold;
}
.TOC dd {
    margin-bottom: 20px;
}

/* =C2 - base */

table#comments {
    table-layout: fixed;
    max-width: 100%;
}

#PageWrapper .formbody td {
    padding: 2px;
}

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    box-sizing: border-box;
}

#NavColumn .formbody img.captcha_img {
    margin-bottom: 10px;
}

/* remove graphical bullets in the C2 Thank you notifications section */
#notificationOptions,
#notificationOptions li {
    list-style-type: none;
}

.socializeIt,
.formbody,
.c2_invitation {
    margin-top: 12px;
    margin-bottom: 12px;
}

.googlePlusOne {
    margin-top: 8px;
    margin-bottom: 8px;
}

.with_images .othervisitors p {
    margin-left:56px;
}

.thumb_container {
    float:left;
    width:50px;
    height:50px;
    overflow:hidden;
    margin-top:3px;
}

.with_images .othervisitors .submission_thumbnail {
    width:100%;
}

.othervisitors {
    clear: both;
}

.othervisitors img {
    border: 0;
}

/* -- Grid Block -- */

.grid_block {
    table-layout: fixed;
    border-collapse: collapse;
}

.grid_block td {
    padding: 0;
}

/* -- Responsive Grid Block -- */

.mobile .responsive-row img,
.bb1mobile .responsive-row img {
    max-width: 100% !important;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .responsive-row img {
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

.responsive-row,
div[class*='responsive_grid_block-'] {
    overflow: hidden;
}

div[class*='responsive_col-'] {
    float: left;
    min-height: 1px;
    box-sizing: border-box;
}

.responsive_grid_block-12 div[class*='responsive_col-'] {
    width: 8.333%;
}

.responsive_grid_block-11 div[class*='responsive_col-'] {
    width: 9.0909%;
}

.responsive_grid_block-10 div[class*='responsive_col-'] {
    width: 10%;
}

.responsive_grid_block-9 div[class*='responsive_col-'] {
    width: 11.111%;
}

.responsive_grid_block-8 div[class*='responsive_col-'] {
    width: 12.5%;
}

.responsive_grid_block-7 div[class*='responsive_col-'] {
    width: 14.285%;
}

.responsive_grid_block-6 div[class*='responsive_col-'] {
    width: 16.666%;
}

.responsive_grid_block-5 div[class*='responsive_col-'] {
    width: 20%;
}

.responsive_grid_block-4 div[class*='responsive_col-'] {
    width: 25%;
}

.responsive_grid_block-3 div[class*='responsive_col-'] {
    width: 33.333%;
}

.responsive_grid_block-2 div[class*='responsive_col-'] {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 16.666%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-10 div[class*='responsive_col-'] {
        width: 20%;
    }

    .responsive_grid_block-10 > .responsive-row > .responsive_col-6 {
        clear: left;
    }

    .responsive_grid_block-9 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-9 > .responsive-row > .responsive_col-4,
    .responsive_grid_block-9 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-8 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: left;
    }

    .responsive_grid_block-4 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-4 > .responsive-row > .responsive_col-3 {
        clear: left;
    }
}

@media only screen and (max-width: 447px) {

    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-5,
    .responsive_grid_block-12 > .responsive-row > .responsive_col-9 {
        clear: left;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: none;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'],
    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-8 > .responsive-row .responsive_col-3,
    .responsive_grid_block-8 > .responsive-row .responsive_col-5,
    .responsive_grid_block-8 > .responsive-row .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-3,
    .responsive_grid_block-6 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: none;
    }

    .responsive_grid_block-11 div[class*='responsive_col-'],
    .responsive_grid_block-10 div[class*='responsive_col-'],
    .responsive_grid_block-7 div[class*='responsive_col-'],
    .responsive_grid_block-5 div[class*='responsive_col-'],
    .responsive_grid_block-4 div[class*='responsive_col-'],
    .responsive_grid_block-3 div[class*='responsive_col-'],
    .responsive_grid_block-2 div[class*='responsive_col-'] {
        width: 100%;
    }
}

/* Responsive videos */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* center Facebook like and comment widgets */
#PageWrapper .fb-like,
#PageWrapper .fb-comments {
    display: block;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* =Navigation - base */

.Navigation ul {
    margin: 1em 0 2em;
    padding: 0;
    list-style: none;
}

.Navigation li {
    padding: 0;
    margin: 0;
}

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 20px;
    background: #eee;
    color: #888;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
    background: #888;
    color: #fff;
}

/* =HorizontalNavBar - base */

#PageWrapper div.HorizontalNavBar ul.root {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
}

#PageWrapper div.HorizontalNavBar ul ul {
    display: none;
    position: absolute;
    top: 27px;
    left: 1px;
    z-index: 2;
    margin: 0 0 0 -1px;
    padding: 0;
    *zoom: 1;
    background: #fff;
    width: 200px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    top: 0;
    left: 200px;
    margin: 0 0 0 -2px;
    _top: 1px;
}

#PageWrapper div.HorizontalNavBar li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    white-space: nowrap;
    border: 0;
}

#PageWrapper div.HorizontalNavBar li.li1 {
    z-index: 1;
}

#PageWrapper div.HorizontalNavBar li.hover {
    z-index: 2;
}

#PageWrapper div.HorizontalNavBar li li {
    float: none;
    white-space: normal;
    border: 1px solid #fff;
    background: #fff;
    margin-top: -1px;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    _float: left;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    _float: none;
}

#PageWrapper div.HorizontalNavBar span.navheader {
    cursor: default;
    *zoom: 1;
    position: relative;
    padding-left: 18px;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader {
    padding-left: 8px;
    padding-right: 18px;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 2px;
    border: 6px solid transparent;
    border-top-color: #000;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    left: auto;
    top: 50%;
    right: 2px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: #000;
}

#PageWrapper div.HorizontalNavBar li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li li:hover ul {
    display: block;
}

/* .wide */
#PageWrapper div.HorizontalNavBarWide ul.root {
    width: 100%;
    display: table;
}

#PageWrapper div.HorizontalNavBarWide li {
    display: table-cell;
    float: none;
    text-align: center;
}

#PageWrapper div.HorizontalNavBarWide li li {
    text-align: left;
    display: block;
}

/* alignment */
#PageWrapper div.HorizontalNavBarLeft,
#PageWrapper div.HorizontalNavBarLeft li {
    text-align: left;
}

#PageWrapper div.HorizontalNavBarCenter,
#PageWrapper div.HorizontalNavBarCenter li {
    text-align: center;
}

#PageWrapper div.HorizontalNavBarRight,
#PageWrapper div.HorizontalNavBarRight li {
    text-align: right;
}

#PageWrapper div.HorizontalNavBarCenter li li,
#PageWrapper div.HorizontalNavBarRight li li {
    text-align: left;
}

/* touch devices */
html.touch #PageWrapper div.HorizontalNavBar ul.root > li {
    z-index: 2;
}

html.touch #PageWrapper div.HorizontalNavBar ul.root > li.hover {
    z-index: 3;
}

.ResponsiveNavButton {
    display: none;
}

table#ColumnsWrapper,
table#ContentWrapper {
    border-collapse: collapse;
    width: 100%;
}

/* =SocializeIt - base */

@media only screen and (max-width: 550px) {
    .socializeIt,
    .socializeIt img,
    .socializeIt textarea {
        width: 100% !important;
    }

    .socializeIt td[rowspan="2"],
    .socializeIt td[rowspan="1"] {
        white-space: normal !important;
    }
}

/* =misc */

iframe {
    max-width: 100%;
}

.fb-like iframe {
    max-width: none !important;
}

hr {
    clear: both;
}

/* ============================== =generic ============================== */

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #aaa;
    background: #32373c;
    font-size: 16px;
    line-height: 1.5;
    font-family: Lato, Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}

a {
    color: #1abc9c;
    text-decoration: none;
}

a:visited {
    color: #1abc9c;
}

a:focus {
    outline: 1px dotted;
}

a:active,
a:hover {
    color: #16a085;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

hr {
    border-style: solid;
    width: 75%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 1em 0 0.25em;
    font-weight: normal;
}

h1 {
    font-size: 200%;
    color: #444;
}

h2 {
    font-size: 150%;
    color: #888;
}

h3 {
    font-size: 133%;
}

h4 {
    font-size: 111%;
    color: #444;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

p {
    margin: 0.5em 0 1em;
}

/* ============================== =layout ============================== */

#ColumnsWrapper {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
}

#PageWrapper {
    margin: 0 auto;
}

#PageWrapper.legacy {
    min-width: 980px;
}

#Header .Liner,
#Footer .Liner {
    padding: 1px 0;
}

#ExtraWrapper {
    display: none;
}

/* =Header */

#HeaderWrapper {
    border-top: 50px solid #26282a;
}

#Header {
    max-width: 980px;
    margin: 0 auto;
}

#Header .Liner {
    position: relative;
    z-index: 2;
    min-height: 140px;
    background: #32373c url('../image-files/header.png') no-repeat;
    background-size: 100%;
}

#Header .WebsiteName {
    margin-top: 1em;
    margin-bottom: 0.25em;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}

#Header .WebsiteName { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #FFFFFF;
    text-align: left;
    border: 0;
    margin: 36px 0px 9px 0px;
    padding: 0;
    background: none;
}

#Header .Tagline {
    font-size: 14px;
    margin-top: 0;
    color: #ababab;
    margin: 0.5em 0 1em;
}

/* =ContentColumn */

#ContentColumn {
    width: 66%;
    float: left;
}

#ContentColumn .Liner {
    padding: 50px;
}

/* =NavColumn */

#NavColumn {
    width: 33%;
    float: right;
    background-color: #f2f2f2;
}

#NavColumn .Liner {
    padding: 50px;
}

#NavColumn h4 {
    text-transform: uppercase;
    color: #444;
    font-weight: normal;
    font-size: 100%;
}

#NavColumn p {
    font-size: 87.5%;
    padding-bottom: 25px;
}

/* =Footer */

#FooterWrapper {
    clear: both;
}

#Footer {
    text-align: center;
}

#Footer .Liner {
    padding: 1.5em 5%;
    background-color: #32373c;
}

#Footer p {
    font-size: 16px;
    color: #ababab;
}

/* ============================== =blocks - custom styles ============================== */

/* =CalloutBox - custom */

.CalloutBox {
    color: #444;
    background-color: #f2f2f2;
    font-size: 18px;
    font-style: italic;
}

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-variant: normal;
    color: #444444;
}

/* =ReminderBox - custom */

.ReminderBox {
    background-color: #EDEDED;
    color: #6A6A6A;
}

.ReminderBox h4 {
    margin-top: 1.5em;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #444444;
    text-align: left;
    border: 0;
    margin: 26px 0px 4px 0px;
    background: none;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-variant: normal;
    color: #6A6A6A;
}

/* =Navigation - custom */

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 14px;
    background: none;
    color: #1abc9c;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
    background: #e3e3e3;
    color: #0b4f41;
}

.Navigation h3 {
    text-transform: uppercase;
    color: #444;
    font-weight: normal;
    font-size: 100%;
}

/* =HorizontalNavBar - custom */

#Header .HorizontalNavBar {
    margin-top: -50px;
    width: 100%;
    position: absolute;
    top: 0;
}

#PageWrapper div.HorizontalNavBar ul.root {
    font-size: 18px;
    padding: 4px 0 0 0;
}

#PageWrapper div.HorizontalNavBar ul ul {
    top: 44px;
    left: -1px;
    background-color: transparent;
}

#PageWrapper div.HorizontalNavBar li li {
    border: 2px solid transparent;
    background: transparent;
    margin-top: -2px;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    margin: 2px 0 0 0;
    color: #868788;
    line-height: 30px;
}

#PageWrapper div.HorizontalNavBar span.navheader {
    padding-left: 25px;
}

#PageWrapper div.HorizontalNavBar .hover > span.navheader,
#PageWrapper div.HorizontalNavBar span.navheader:hover,
#PageWrapper div.HorizontalNavBar a:hover {
    color: #fff;
    background: #5b5f63;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    left: 9px;
    border-top-color: #868788;
    border-width: 4px;
}

#PageWrapper div.HorizontalNavBar .hover > span.navheader ins,
#PageWrapper div.HorizontalNavBar span.navheader:hover ins {
    border-top-color: #fff;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    background: #e3e3e3;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    border-color: transparent;
    border-left-color: #868788;
    border-width: 4px;
}

#PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader ins,
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
    border-color: transparent;
    border-left-color: #fff;
}

/* =ResponsiveNav - custom */

@media only screen and (max-width: 768px) {
    .ResponsiveNavWrapper .HorizontalNavBar {
        display: none !important;
    }

    body {
        border-top: none;
    }

    .ResponsiveNavWrapper {
        text-align: center;
    }

    .ResponsiveNavWrapper:after {
        content:'';
        display:block;
        clear: both;
    }

    .ResponsiveNav {
        display: none;
    }

    .ResponsiveNavActive .ResponsiveNav {
        display: block;
    }

    .ResponsiveNav ul {
        padding: 0;
        margin: 0;
    }

    .ResponsiveNav li {
        list-style: none;
        margin: 0.25em 0;
        padding: 0;
    }

    .ResponsiveNav .navheader {
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin: 1em 0 0;
    }

    .ResponsiveNav a {
        display: block;
        color: #868788;
        text-decoration: underline;
        font-size: 12px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .ResponsiveNav a:hover {
        color: #16a085;
    }

    .ResponsiveNavButton {
        display: inline-block;
        cursor: pointer;
        margin-bottom: 20px;
        padding: 8px 16px;
        font-size: 18px;
        line-height: 1.4;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        background: #1abc9c;
        border: none;
    }

    .ResponsiveNavButton:hover {
        color: #fff;
        background-color: #16a085;
    }

    .ResponsiveNavActive .ResponsiveNavButton {
        color: #fff;
        background-color: #1abc9c;
    }
}

/* =FBI - custom */

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    max-width: 155px;
}

input[type=text] {
    border: 1px solid #808080;
}

/* =WhatsNew - custom */

#PageWrapper .WhatsNew h2 { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #9F9F9F;
    border: 0;
    background: none;
}

#PageWrapper .WhatsNew h3 { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: left;
    border: 0;
    margin: 20px 0 0 0;
    padding: 0;
    background: none;
}

.WhatsNew {
    border: none;
}

.WhatsNew,
#PageWrapper .WhatsNew ol li {
    border-color: #ddd;
}

#PageWrapper .WhatsNew h2 {
    color: #9F9F9F;
    background: transparent;
    text-align: left;
}

.WhatsNew-time {
    color: #9F9F9F;
}

#PageWrapper .WhatsNew-subscribe ul {
    background: #EDEDED;
}

/* =Ezine - custom */

.Ezine {
    padding: 6%;
    border: none;
    background: #32373c;
}

.EzineInput input {
    width: 67%;
    padding: 10px;
    color: #fff;
}

.Ezine input[type=text] {
    background-color: #32373c;
}

.Ezine input:focus[type="text"] {
    background-color: #464e54;
}

td.EzineLabel {
    font-size: 18px;
    color: #a8a8a8;
    text-transform: uppercase;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

.TOC dt {
    font-size: 18px;
}

/* =Ezine2 - custom */

.Ezine2 {
    padding: 4%;
    border: 0;
    background: #32373c;
}

.Ezine2 label {
    font-size: 18px;
    color: #a8a8a8;
    text-transform: uppercase;
    margin: 5px;
}

.Ezine2 input[type=text],
.Ezine2 input[type=email] {
    background-color: #32373c;
    padding: 10px;
    color: #fff;
    border: 1px solid #808080;
    margin: 5px;
}

.Ezine2 input:focus[type=text],
.Ezine2 input:focus[type=email] {
    background-color: #464e54;
}

.EzineButton {
    margin: 5px;
    padding: 6px 16px;
    border: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background: #1abc9c;
}

.EzineButton:hover {
    background: #1abc9c;
}

/* content block */

.ContentBlock {
    clear: both;
    overflow: hidden;
}

.ContentBlock .ImageContent {
    width: 30%;
    float: left;
}

/* ============================== =responsive ============================== */

.mobileOnly {
    display: none !important;
}

@media only screen and (max-width: 447px) {
    .desktopOnly {
        display: none !important;
    }

    .mobileOnly {
        display: block !important;
    }
}

@media only screen and (max-width: 980px) {
    #PageWrapper.modern {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .modern #NavColumn,
    .modern #ContentColumn {
        float: none;
        width: 100%;
    }

    .modern #Header .Liner,
    .modern #Header .WebsiteName {
        text-align: center;
    }

    #PageWrapper .WhatsNew-subscribe ul {
        background: transparent;
    }
}

/* =Breadcrumbs */
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
    list-style: none;
    margin:30px 0 0;
    padding:0;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem { 
    display: inline-block;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
    color: black;
    content: ">";
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockRight .BreadcrumbTiers {
    text-align:right;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockLeft .BreadcrumbTiers {
    text-align:left;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockCenter .BreadcrumbTiers {
    text-align:center;
}

/* socialize it 3.0 */
.SocialDestinations span {
    display: none;
}
.SocialShare .socialIcon:hover {
    text-decoration: none;
}
.SocialShare .socialIcon {
    line-height: 2em;
    white-space: nowrap;
    display: inline-block;
}
#PageWrapper .SocialShare .socialIcon.twitter {
    color: #000000;
}
#PageWrapper .SocialShare .socialIcon.facebook {
    color: #3b579d;
}
#PageWrapper .SocialShare .socialIcon.pinterest {
    color: #CD1D1F;
}
#PageWrapper .SocialShare .socialIcon.tumblr {
    color: #35465c;
}
#PageWrapper .SocialShare .socialIcon.reddit {
    color: #ff4500;
}
#PageWrapper .SocialShare .socialIcon.whatsapp {
    color: #25D366;
}
#PageWrapper .SocialShare .socialIcon.messenger {
    color: #0078FF;
}
#PageWrapper .SocialShare .socialIcon.google-plus {
    color: #df4a32;
}

.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation a, 
.SocialShare.SocialShareSticky.SocialShareStickyRight a, 
.SocialShare.SocialShareSticky.SocialShareStickyLeft a,
.SocialShare.SocialShareSticky label
{
    display: block;
}
.SocialShare.SocialShareSticky.SocialShareStickyTop a, 
.SocialShare.SocialShareSticky.SocialShareStickyBottom a,
.SocialShare.SocialShareSticky label
{
    display: inline-block;
    vertical-align: middle;
}
/* social sticky show/hide button */
.SocialShare.SocialShareSticky.SocialShareStickyRight.hidden,
.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation.hidden {
      transform: translateY(-50%) translateX(100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyLeft.hidden {
      transform: translateY(-50%) translateX(-100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyTop.hidden {
      transform: translateY(-100%) translateX(-50%);
}
.SocialShare.SocialShareSticky.SocialShareStickyBottom.hidden {
      transform: translateY(100%) translateX(-50%);
}

.SocialShareSticky.SocialShareStickyRight.hidden .hideButton,
.SocialShareSticky.SocialShareStickyRightNoTranslation.hidden .hideButton 
{
    left: -35px;
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
}

.SocialShareSticky.SocialShareStickyLeft.hidden .hideButton
{
    right: -35px;
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
}
.SocialShareSticky.SocialShareStickyTop.hidden .hideButton
{
    top: 30px;
    -ms-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
}
.SocialShareSticky.SocialShareStickyBottom.hidden .hideButton
{
    bottom: 30px;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}
.SocialShareSticky .hideButton {
    cursor: pointer; 
    border: 0; 
    position: absolute; 
    right: 0px;
    width: 51px; 
    height: 51px; 
    padding: 20px; 
}
.SocialShareStickyRight .hideButton,
.SocialShareStickyRightNoTranslation .hideButton {
    -ms-transform: rotate(0.25turn);
    transform: rotate(0.25turn);
}
.SocialShareStickyLeft .hideButton {
    -ms-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
}
.SocialShareSticky.SocialShareStickyTop .hideButton {
    right:-47px;
    top:0;
}
.SocialShareSticky.SocialShareStickyBottom .hideButton {
    right:-47px;
    bottom:0;
    -ms-transform: rotate(0.50turn);
    transform: rotate(0.50turn);
}
.SocialShareSticky {
    position: fixed;
    right: 0;
    top: 50%;
    padding: 5px;
    z-index: 9999;
    background: #fff;
    text-align:center;
}
.SocialShare.SocialShareMini span, .SocialShare.SocialShareSticky span{
    display: none;
}
.SocialShareSticky.SocialShareStickyRightNoTranslation {
    right:0;
    left: auto;
    top: 25%;
    border-radius: 5px 0 0 5px;
    border-right: none !important;
}
.SocialShareSticky.SocialShareStickyRight {
    right:0;
    left: auto;
    border-radius: 5px 0 0 5px;
    transform: translateY(-50%);
    border-right: none !important;
}
.SocialShareSticky.SocialShareStickyTop {
    right:auto;
    left: 50%;
    top:0;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
    border-top: none !important;
}
.SocialShareSticky.SocialShareStickyBottom {
    right:auto;
    left: 50%;
    bottom:0;
    top: auto;
    border-radius: 5px 5px 0 0;
    transform: translateX(-50%);
    border-bottom: none !important;
}
.SocialShareSticky.SocialShareStickyLeft {
    left:0;
    right: auto;
    border-radius: 0 5px 5px 0;
    transform: translateY(-50%);
    border-left: none !important;
}
.socialize-pay-it-forward-wrapper {
    padding:0.5em;
    margin:2px;
}
.socialize-pay-it-forward-wrapper details {
    text-align:left;
}
.socialize-pay-it-forward-wrapper summary {
    cursor:pointer;
    text-align:center;
    outline:none;
    list-style:none;
    text-decoration: none;
}
.socialize-pay-it-forward-wrapper summary:hover {
    text-decoration: underline;
}
.socialize-pay-it-forward-wrapper summary::-webkit-details-marker {
    display:none;
}
.socialIcon svg {
    margin-left: 3px;
    margin-right: 3px;
    height: 2em;
    width: 2em;
    display: inline-block;
    vertical-align: middle;
}

/* FAQ and Accordion block */
.FAQContainer {
    padding: 20px 0;
}
.FAQContainer .AccordionContainer summary {
    font-size: 22px;
    margin-top: 0;
    padding: 10px 0;
    list-style: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader {
    cursor: pointer;
}
.FAQContainer .AccordionContainer summary::-webkit-details-marker {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader:before {
    content: "\25BA";
    float: left;
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 2em;
}
.FAQContainer .AccordionContainer[open] .AccordionHeader:before {
    content: "\25BC";
}
.FAQContainer.disabled .AccordionContainer summary .AccordionHeader:before {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader p {
    display: block;
    margin: 0;
    padding: 0;
}

.FAQContainer.disabled .AccordionContainer summary::marker {
    content: '';
    display: block;
}
.FAQContainer.disabled .AccordionContainer summary {
    pointer-events: none;
}

/* submission block fix - #42174*/
@media (max-width: 768px) {
    .imagePreview img {
        height: auto;
    }
}

/* BEGIN = YT Facade - #43415 */
 .YtFacade {
     position: relative;
 }
.YtFacade iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.YtFacade img {
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}
.YtFacade svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    margin-top: -24px;
    margin-left: -34px;
    z-index: 3;
}
.YtFacadeButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}
/* END = YT Facade - #43415 */

/* BEGIN = WhatsNew layout fixes - #43571 */
#PageWrapper .WhatsNew-subscribe ul {
    padding: 4px;
}
#PageWrapper .WhatsNew-subscribe ul img {
    margin: 4px;
}
/* END = WhatsNew layout fixes - #43571 */

/* BEGIN = YT Facade mobile fix - #43731 */
.YtFacade {
    max-width: 100%;
}
@media (max-width: 768px) {
    .YtFacade {
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
}
/* END = YT Facade mobile fix - #43731 */
/* =styles-combo.css temp= */

/***** C2 styles *****/
.c2Form {
padding:8px;
border:1px solid #ddd;
}

.c2Form input[type=text] {
max-width: 100%;
}

@media only screen and (max-width: 440px) {
.c2Form table,
.c2Form tr,
.c2Form tbody,
.c2Form td {
display: block;
}
.c2Form table p {
text-align: left !important;
}
.otherText {
display: block;
}
}

.InvShelp {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #ffc;
}

.InvShelpT {
background:#ddd;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
padding:0px;
text-align:left;
}

a:link.InvShelp {text-decoration:none; color:#000;}

.InvShelpbox {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #ffc;
padding: 2px;
border: 1px solid #666;
}

.InvSquestions {
font-weight:bold;
font-size:14px;
margin:0;
}

.titleInput {
width:80%;
padding-top:4px;
margin:0;
}

.storyInput {
width:98%;
padding-top:4px;
margin:0;
}

.otherText {
}

.dividerRule {
border-top:1px solid #ddd;
}

/***** Blog It! styles *****/

.blogItItem .blogItThumbnail {
float: left;
margin-right: 10px;
margin-bottom: 10px;
max-width: 150px;
}

.blogItItem .blogItReadMore {
clear: both;
}

/* additional styles */

/***********************************************/
/* Customizations from SiteDesigner start here */
/***********************************************/
/* regular */body, html.mobile body {
	background-color : transparent;
	background-image : none;
	background-repeat : repeat-x;
	font-family : Arial, Helvetica;
	font-size : 15px;
	line-height : 21px;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #aaaaaa;
	font-family : Arial, Helvetica;
	font-size : 16px;
	line-height : 20px;
}
body, html.mobile body {
	background-color : transparent;
	background-image : none;
	background-repeat : repeat-x;
	font-family : Arial, Helvetica;
	font-size : 15px;
	line-height : 21px;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #aaaaaa;
	font-family : Arial, Helvetica;
	font-size : 16px;
	line-height : 20px;
}
#PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner {
	background-color : #000000;
	margin-bottom : 0px;
	padding-bottom : 60px;
	padding-left : 70px;
	padding-right : 70px;
}

/* custom fix for footer transparency #PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner */ 
 #Footer {
 background: transparent; }
                #PageWrapper #Header .Liner, html.mobile #PageWrapper #Header .Liner {
	background-color : #f2f2f2;
	background-image : url("/sd/image-files/logo-hsb-bauhilfe24-header-bg-02-173x38.png");
	background-position : 0% 0%;
	background-repeat : no-repeat;
	background-size : auto;
	min-height : 158px;
}
#PageWrapper #NavColumn .Liner, html.mobile #PageWrapper #NavColumn .Liner {
	background-color : #ffffff;
	border-bottom-width : 0;
	border-color : #0000ee;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 17px;
	letter-spacing : 0px;
	line-height : 23px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 15px;
	padding-right : 20px;
	padding-top : 16px;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	margin-left : 0px;
	padding-bottom : 16px;
	padding-left : 20px;
	padding-right : 15px;
	padding-top : 0px;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	background-color : transparent;
	border-bottom-left-radius : 6px;
	border-bottom-right-radius : 0;
	border-bottom-width : 0;
	border-color : #cccccc;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 0;
	border-top-width : 0;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 16px;
	letter-spacing : 0px;
	line-height : 26px;
	word-spacing : 0px;
}
#PageWrapper #ContentColumn p, html.mobile #PageWrapper #ContentColumn p {
	text-indent : 1px;
}
#PageWrapper, html.mobile #PageWrapper {
	background-color : #404040;
	background-image : url("/sd/image-files/hsb-header-page-wrapper-02-404040-1920x321.jpg");
	background-position : 50% 0%;
	background-repeat : no-repeat;
	margin-left : 0;
	margin-right : 0;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	background-color : transparent;
	border-bottom-width : 0;
	border-color : #cccccc;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #212121;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 28px;
	font-variant : normal;
	font-weight : normal;
	line-height : 38px;
	margin-bottom : 12px;
	margin-top : 18px;
	padding-bottom : 6px;
	text-align : left;
	text-transform : none;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	background-color : transparent;
	border-bottom-width : 0;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #212121;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 25px;
	font-variant : normal;
	font-weight : normal;
	line-height : 35px;
	margin-bottom : 18px;
	margin-right : 0px;
	margin-top : 30px;
	padding-bottom : 0px;
	padding-right : 5px;
	padding-top : 0px;
	text-align : left;
	text-transform : none;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	background-color : transparent;
	border-bottom-width : 0;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #212121;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 21px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 28px;
	margin-bottom : 12px;
	margin-top : 18px;
	padding-bottom : 0px;
	padding-right : 0px;
	padding-top : 0px;
	text-transform : none;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	background-color : transparent;
	border-bottom-width : 0;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #b50000;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 17px;
	font-variant : normal;
	font-weight : bold;
	line-height : 28px;
	margin-bottom : 16px;
	margin-right : 0px;
	margin-top : 12px;
	padding-left : 0px;
	padding-right : 0px;
	text-align : left;
	text-transform : none;
}
#PageWrapper .TOC, html.mobile #PageWrapper .TOC {
	font-size : 16px;
}
#PageWrapper #Header .HorizontalNavBar, html.mobile #PageWrapper #Header .HorizontalNavBar {
	background-color : #000000;
	background-position : 0% 50%;
	background-repeat : repeat-x;
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar .li1, html.mobile #PageWrapper div.HorizontalNavBar .li1 {
	border-bottom-width : 0;
	border-color : #aaaaaa;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a {
	font-family : Arial, Helvetica;
	font-size : 15px;
	font-variant : normal;
	letter-spacing : 0px;
	padding-bottom : 6px;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 1px;
	text-transform : none;
	word-spacing : 0px;
}
#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link {
	background-position : 0% 0%;
	color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited {
	color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover {
	background-color : #b50000;
}
#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader {
	color : #ffffff;
	font-family : Arial, Helvetica;
	font-size : 15px;
	font-variant : normal;
	letter-spacing : 0px;
	padding-bottom : 6px;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 1px;
	text-transform : none;
	word-spacing : 0px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader {
	background-color : #b50000;
}
#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins {
	border-top-color : #b50000;
	border-width : 0px;
	margin-top : 0px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #PageWrapper div.HorizontalNavBar ul li:hover > span.navheader ins, #PageWrapper div.HorizontalNavBar ul .hover > span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #PageWrapper div.HorizontalNavBar ul li:hover > span.navheader ins, #PageWrapper div.HorizontalNavBar ul .hover > span.navheader ins {
	border-bottom-color : #b50000;
	border-left-color : #b50000;
	border-right-color : #b50000;
}
#PageWrapper div.HorizontalNavBar, html.mobile #PageWrapper div.HorizontalNavBar {
	bottom : 1px;
	top : auto;
}
#PageWrapper div.HorizontalNavBar ul.root, html.mobile #PageWrapper div.HorizontalNavBar ul.root {
	padding-left : 2px;
	padding-right : 0px;
}
#PageWrapper div.HorizontalNavBar .li1 .li2, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 {
	border-bottom-width : 1px;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar .li1 .li2 .li3, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 .li3 {
	border-bottom-width : 1px;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul {
	top : 38px;
}
#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a {
	font-family : Arial, Helvetica;
	font-size : 15px;
	font-variant : normal;
	font-weight : normal;
	letter-spacing : 0px;
	line-height : 24px;
	padding-bottom : 2px;
	padding-left : 5px;
	padding-right : 14px;
	padding-top : 2px;
	text-transform : none;
}
#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link {
	background-color : #f2f2f2;
	background-position : 0% 50%;
	color : #212121;
}
#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited {
	background-color : #f2f2f2;
	color : #212121;
}
#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover {
	background-color : #e6e6e6;
	color : #b50000;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader, #PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader, #PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader {
	background-color : #f2f2f2;
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 15px;
	font-variant : normal;
	font-weight : normal;
	letter-spacing : 0px;
	line-height : 24px;
	padding-bottom : 2px;
	padding-left : 5px;
	padding-right : 14px;
	padding-top : 2px;
	text-transform : none;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader {
	background-color : #e6e6e6;
	color : #b50000;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
	border-bottom-color : #f2f2f2;
	border-left-color : #212121;
	border-right-color : #f2f2f2;
	border-top-color : #f2f2f2;
	border-width : 4px;
	margin-top : -4px;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
	border-bottom-color : #e6e6e6;
	border-left-color : #b50000;
	border-right-color : #e6e6e6;
	border-top-color : #e6e6e6;
}
#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock {
	margin-bottom : 0px;
	margin-top : 12px;
}
#ContentColumn ol li, html.mobile #ContentColumn ol li {
	text-align : left;
}
#ContentColumn ul, html.mobile #ContentColumn ul {
	list-style-type : disc;
	margin-left : 0px;
}
#ContentColumn ul li, html.mobile #ContentColumn ul li {
	background-position : 0% 0%;
	color : #212121;
}
#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p {
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 16px;
	font-style : normal;
	font-weight : normal;
	line-height : 27px;
	text-align : left;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	background-color : #F2F2F2;
	border-bottom-left-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-width : 1px;
	border-color : #dddddd;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-top-width : 1px;
	box-shadow : 3px 3px 8px 0px #BBBBBB;
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 16px;
	font-style : normal;
	font-weight : normal;
	line-height : 27px;
	margin-bottom : 24px;
	margin-left : 0px;
	margin-top : 24px;
	padding-bottom : 0px;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 0px;
	text-align : left;
	width : 100%;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #f2f2f2;
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
	border-bottom-width : 1px;
	border-color : #dddddd;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border-top-width : 0;
	float : left;
	margin-bottom : 12px;
	margin-left : 0px;
	margin-right : 18px;
	margin-top : 6px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	width : 50%;
}
#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4 {
	background-color : #217346;
	border-bottom-width : 0;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #ffffff;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 20px;
	font-weight : normal;
	margin-bottom : 16px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 4px;
	padding-left : 6%;
	padding-right : 6%;
	padding-top : 4px;
	text-align : center;
	text-transform : none;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 16px;
	font-style : italic;
	line-height : 24px;
	margin-bottom : 6px;
	margin-top : 8px;
	padding-left : 12px;
	padding-right : 12px;
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 16px;
	font-style : italic;
	line-height : 24px;
	margin-bottom : 6px;
	margin-top : 8px;
	padding-left : 12px;
	padding-right : 12px;
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 16px;
	font-style : italic;
	line-height : 24px;
	margin-bottom : 6px;
	margin-top : 8px;
	padding-left : 12px;
	padding-right : 12px;
}
#ContentColumn a, html.mobile #ContentColumn a {
	text-decoration : underline;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #0000ee;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #0000ee;
}
#ContentColumn a:not([data-pin-href]):hover, html.mobile #ContentColumn a:not([data-pin-href]):hover {
	color : #b50000;
	text-decoration : underline;
}
#PageWrapper #Footer a, html.mobile #PageWrapper #Footer a {
	text-decoration : none;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #aaaaaa;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #aaaaaa;
}
#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover {
	color : #cccccc;
	text-decoration : underline;
}
#NavColumn a, html.mobile #NavColumn a {
	text-decoration : none;
}
#NavColumn a:link, html.mobile #NavColumn a:link {
	color : #0000ee;
}
#NavColumn a:visited, html.mobile #NavColumn a:visited {
	color : #0000ee;
}
#NavColumn a:hover, html.mobile #NavColumn a:hover {
	color : #b50000;
	text-decoration : underline;
}
#PageWrapper .ReminderBox a:link, html.mobile #PageWrapper .ReminderBox a:link {
	color : #0000ee;
}
#PageWrapper .ReminderBox a:visited, html.mobile #PageWrapper .ReminderBox a:visited {
	color : #0000ee;
}
#PageWrapper .ReminderBox a:hover, html.mobile #PageWrapper .ReminderBox a:hover {
	color : #b50000;
}
#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link {
	color : #0000ee;
}
#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited {
	color : #0000ee;
}
#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover {
	color : #b50000;
}
hr, html.mobile hr {
	background-color : #cccccc;
	color : #cccccc;
}
#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew {
	background-color : #f2f2f2;
	border-bottom-width : 0;
	border-color : #dddddd;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	margin-bottom : 12px;
	margin-top : 0px;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	background-color : #000000;
	border-bottom-width : 0;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #ffffff;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 18px;
	line-height : 17px;
	padding-bottom : 8px;
	padding-left : 6px;
	padding-right : 8px;
	padding-top : 8px;
	text-align : left;
	text-transform : none;
}
#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time {
	font-family : Arial, Helvetica;
	font-size : 13px;
	line-height : 23px;
	margin-bottom : 0px;
	padding-bottom : 0px;
}
#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content {
	color : #616161;
	font-family : Arial, Helvetica;
	font-size : 15px;
	font-style : italic;
	line-height : 22px;
	margin-bottom : 12px;
	margin-top : 6px;
	padding-bottom : 2px;
}
#PageWrapper .WhatsNew h3 a, html.mobile #PageWrapper .WhatsNew h3 a {
	font-weight : normal;
	text-decoration : none;
}
#PageWrapper .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"] {
	box-sizing : border-box;
	padding-bottom : 3px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 3px;
}
#PageWrapper .WhatsNew h3 a:link, html.mobile #PageWrapper .WhatsNew h3 a:link {
	color : #0000ee;
}
#PageWrapper .WhatsNew h3 a:visited, html.mobile #PageWrapper .WhatsNew h3 a:visited {
	color : #0000ee;
}
#PageWrapper .WhatsNew h3 a:hover, html.mobile #PageWrapper .WhatsNew h3 a:hover {
	color : #b50000;
	text-decoration : underline;
}
#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3 {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 17px;
	line-height : 22px;
	margin-bottom : 12px;
	margin-top : 12px;
}
#PageWrapper .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .WhatsNew .WhatsNew-more {
	font-family : Arial, Helvetica;
	font-size : 15px;
	margin-bottom : 6px;
	margin-top : 0px;
	padding-bottom : 0px;
}
#PageWrapper .WhatsNew .WhatsNew-more a, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a {
	color : #0000ee;
	font-style : italic;
	text-decoration : none;
}
#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link {
	color : #0000ee;
	font-style : italic;
	text-decoration : none;
}
#PageWrapper .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited {
	color : #0000ee;
}
#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover {
	color : #b50000;
	text-decoration : underline;
}
#PageWrapper .WhatsNew h2 a, html.mobile #PageWrapper .WhatsNew h2 a {
	text-decoration : none;
}
#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link {
	color : #ffffff;
}
#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited {
	color : #ffffff;
}
#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover {
	color : #f09f3a;
	text-decoration : none;
}
#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper {
	background-image : none;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	background-size : auto;
	border-bottom-width : 0;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper .Caption, html.mobile #PageWrapper .Caption {
	font-family : Arial, Helvetica;
	font-size : 15px;
	font-style : italic;
	padding-bottom : 12px;
}
#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span {
	color : #0000ee;
	text-decoration : none;
}
#PageWrapper .ImageBlock a:visited span, html.mobile #PageWrapper .ImageBlock a:visited span {
	color : #800080;
}
#PageWrapper .ImageBlock a:hover span, html.mobile #PageWrapper .ImageBlock a:hover span {
	color : #b50000;
	text-decoration : underline;
}
#PageWrapper #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 54px;
	font-variant : small-caps;
	letter-spacing : 9px;
	line-height : 40px;
	margin-bottom : 2px;
	margin-top : 43px;
	padding-left : 0px;
	text-align : left;
	text-transform : none;
	word-spacing : 13px;
}
#PageWrapper #Header .Tagline, html.mobile #PageWrapper #Header .Tagline {
	background-color : transparent;
	color : #000000;
	font-family : Arial, Helvetica;
	font-size : 17px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	letter-spacing : 0px;
	line-height : 28px;
	margin-bottom : 8px;
	margin-left : 2px;
	margin-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	text-align : left;
	text-transform : none;
	word-spacing : 0px;
}
#PageWrapper #Header .WebsiteName a, html.mobile #PageWrapper #Header .WebsiteName a {
	color : #000000;
	font-weight : normal;
}
#PageWrapper #Header .WebsiteName a:link, html.mobile #PageWrapper #Header .WebsiteName a:link {
	color : #000000;
	font-weight : normal;
}
#PageWrapper #Header .WebsiteName a:hover, html.mobile #PageWrapper #Header .WebsiteName a:hover {
	text-decoration : none;
}
body #PageWrapper .Ezine2, body #PageWrapper .Ezine, html.mobile body #PageWrapper .Ezine2, body #PageWrapper .Ezine {
	background-color : #f2f2f2;
	border-bottom-width : 1px;
	border-color : #cccccc;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
	text-align : left;
}
body #PageWrapper .Ezine2 .EzineRow label, html.mobile body #PageWrapper .Ezine2 .EzineRow label {
	color : #212121;
	font-family : Arial, Helvetica;
	font-size : 16px;
	text-align : left;
	text-transform : none;
}
body #PageWrapper .Ezine2 .EzineRow input[type=text], html.mobile body #PageWrapper .Ezine2 .EzineRow input[type=text] {
	background-color : #ffffff;
	border-bottom-width : 1px;
	border-color : #cccccc;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
	font-size : 14px;
	padding-top : 10px;
	text-align : left;
	width : 192px;
}
body #PageWrapper .Ezine2 .EzineRow input[type=email], html.mobile body #PageWrapper .Ezine2 .EzineRow input[type=email] {
	background-color : #ffffff;
	border-bottom-width : 1px;
	border-color : #cccccc;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
	font-size : 14px;
	padding-top : 10px;
	text-align : left;
	width : 192px;
}
#PageWrapper .Ezine2 .EzineButton, html.mobile #PageWrapper .Ezine2 .EzineButton {
	background-color : #b50000;
	border-bottom-left-radius : 6px;
	border-bottom-right-radius : 6px;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	font-family : Arial, Helvetica;
	font-size : 16px;
	font-variant : normal;
	line-height : 26px;
	text-transform : none;
}
body .eucookiebar p, html.mobile body .eucookiebar p {
	font-family : Arial, Helvetica;
	font-size : 15px;
}
body .eucookiebar button, html.mobile body .eucookiebar button {
	font-size : 14px;
}
body .eucookiebar a, html.mobile body .eucookiebar a {
	text-decoration : none;
}
body .eucookiebar a:link, html.mobile body .eucookiebar a:link {
	text-decoration : none;
}
body .eucookiebar a:hover, html.mobile body .eucookiebar a:hover {
	color : #0000ee;
	text-decoration : underline;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
	color : #b50000;
	content : "›";
	margin-right : 8px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	font-size : 14px;
	font-style : italic;
	margin-bottom : 0px;
	padding-left : 0px;
	padding-top : 2px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a {
	background-color : transparent;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link {
	background-color : transparent;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited {
	background-color : #f2f2f2;
}
#PageWrapper .FAQContainer .AccordionContainer summary, html.mobile #PageWrapper .FAQContainer .AccordionContainer summary {
	border-bottom-width : 0;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-size : 20px;
	padding-bottom : 8px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 7px;
}
#PageWrapper .FAQContainer .AccordionContainer .AccordionContent, html.mobile #PageWrapper .FAQContainer .AccordionContainer .AccordionContent {
	background-color : transparent;
	margin-bottom : 18px;
}

/* mobile */
/* media queries */@media (max-width:768px) {body {
	font-size : 16px;
}
#PageWrapper #Footer .Liner p {
	font-family : Arial, Helvetica;
	font-size : 17px;
	line-height : 25px;
}
body {
	font-size : 16px;
}
#PageWrapper #Footer .Liner p {
	font-family : Arial, Helvetica;
	font-size : 17px;
	line-height : 25px;
}
#PageWrapper #Header .Liner {
	background-color : transparent;
	background-position : 50% 0%;
	min-height : 206px;
}
#PageWrapper #NavColumn .Liner {
	font-size : 18px;
	line-height : 25px;
	padding-left : 15px;
	padding-right : 15px;
}
#PageWrapper #ContentColumn .Liner {
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
}
#PageWrapper #ContentColumn  {
	font-family : Arial, Helvetica;
	font-size : 17px;
	line-height : 25px;
}
#PageWrapper {
	background-color : #ffffff;
}
#PageWrapper h1 {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 29px;
	font-weight : normal;
	line-height : 39px;
	margin-bottom : 12px;
	margin-top : 18px;
	text-align : center;
}
#PageWrapper h2 {
	border-bottom-width : 0;
	border-color : #dddddd;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 26px;
	line-height : 32px;
	margin-top : 30px;
	text-align : left;
}
#PageWrapper h3 {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 22px;
	font-weight : normal;
	line-height : 32px;
	margin-top : 30px;
	text-align : left;
}
#PageWrapper h4 {
	background-color : transparent;
	border-bottom-width : 0;
	border-color : #b50000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #b50000;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 17px;
	font-weight : bold;
	text-align : left;
}
#PageWrapper .TOC {
	font-size : 17px;
}
#ContentColumn ol li {
	line-height : 28px;
}
#ContentColumn ul li {
	line-height : 28px;
}
#PageWrapper .CalloutBox p {
	font-size : 18px;
	font-style : normal;
	line-height : 28px;
}
#PageWrapper .CalloutBox {
	font-size : 18px;
	font-style : normal;
	line-height : 28px;
	margin-right : 20px;
	padding-left : 12px;
	padding-right : 12px;
	width : 100%;
}
#PageWrapper .ReminderBox h4 {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 20px;
}
#PageWrapper .ReminderBox ul {
	font-size : 17px;
	line-height : 27px;
}
#PageWrapper .ReminderBox ol {
	font-size : 17px;
	line-height : 27px;
}
#PageWrapper .ReminderBox p {
	font-size : 17px;
	line-height : 27px;
}
#ContentColumn a {
	text-decoration : none;
}
#PageWrapper #Footer a {
	text-decoration : underline;
}
#PageWrapper .ResponsiveNavButton {
	background-color : #b50000;
	border-bottom-left-radius : 5px;
	border-bottom-right-radius : 5px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	font-family : Arial, Helvetica;
	font-size : 17px;
}
#PageWrapper .ResponsiveNav {
	background-color : #f2f2f2;
	background-position : 0% 0%;
}
#PageWrapper .ResponsiveNav a {
	font-family : Arial, Helvetica;
	font-size : 18px;
	letter-spacing : 1px;
	line-height : 19px;
	text-align : center;
	word-spacing : 1px;
}
#PageWrapper .ResponsiveNav a:link {
	color : #0000ee;
}
#PageWrapper .ResponsiveNav a:visited {
	color : #0000ee;
}
#PageWrapper .ResponsiveNav a:hover {
	background-color : #f2f2f2;
	color : #0000ee;
}
#PageWrapper .ResponsiveNav span {
	background-color : #b50000;
	color : #ffffff;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 19px;
	font-variant : normal;
	font-weight : normal;
	line-height : 28px;
	text-align : center;
	text-transform : none;
}
#NavColumn a {
	text-decoration : underline;
}
#PageWrapper .WhatsNew .WhatsNew-time {
	font-size : 15px;
}
#PageWrapper .WhatsNew .WhatsNew-content {
	font-size : 17px;
	line-height : 23px;
}
#PageWrapper .WhatsNew h3 a {
	text-decoration : none;
}
#PageWrapper .responsive-row div[class*="responsive_col-"] {
	box-sizing : border-box;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}
#PageWrapper .WhatsNew h3 {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 17px;
	margin-top : 18px;
}
#PageWrapper .WhatsNew .WhatsNew-more {
	font-size : 16px;
	margin-bottom : 18px;
}
#PageWrapper .WhatsNew .WhatsNew-more a {
	font-style : italic;
	text-decoration : none;
}
#PageWrapper .WhatsNew .WhatsNew-more a:link {
	font-style : italic;
	text-decoration : none;
}
#PageWrapper .Caption {
	font-size : 16px;
}
#PageWrapper .ImageBlock a:hover span {
	color : #b50000;
}
#PageWrapper #Header .WebsiteName {
	font-size : 26px;
	letter-spacing : 0px;
	margin-bottom : 14px;
	margin-top : 43px;
	text-align : center;
}
#PageWrapper #Header .Tagline {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	letter-spacing : 4px;
	line-height : 24px;
	margin-bottom : 17px;
	margin-top : 10px;
	padding-left : 38px;
	text-align : center;
	text-transform : none;
	word-spacing : 1px;
}
#PageWrapper #Header .WebsiteName a {
	color : #ffffff;
}
#PageWrapper #Header .WebsiteName a:link {
	color : #ffffff;
}
#PageWrapper #Header .WebsiteName a:hover {
	color : #ffffff;
}
body #PageWrapper .Ezine2 .EzineRow label {
	font-size : 17px;
}
body .eucookiebar p {
	font-family : Arial, Helvetica;
	font-size : 16px;
}
body .eucookiebar a:hover {
	color : #0000ee;
	text-decoration : none;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	font-size : 15px;
}
}@media (max-width:447px) {body {
	font-size : 16px;
}
#PageWrapper #Footer .Liner p {
	font-family : Arial, Helvetica;
	font-size : 17px;
}
body {
	font-size : 16px;
}
#PageWrapper #Footer .Liner p {
	font-family : Arial, Helvetica;
	font-size : 17px;
}
#PageWrapper #Header .Liner {
	background-color : transparent;
	min-height : 209px;
}
#PageWrapper #NavColumn .Liner {
	font-family : Arial, Helvetica;
	font-size : 18px;
	line-height : 27px;
	padding-left : 15px;
	padding-right : 15px;
}
#PageWrapper #ContentColumn .Liner {
	margin-left : 1px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 0px;
}
#PageWrapper #ContentColumn  {
	font-family : Arial, Helvetica;
	font-size : 18px;
	line-height : 28px;
}
#PageWrapper {
	background-color : #ffffff;
	background-position : 50% 0%;
	background-repeat : no-repeat;
}
#PageWrapper h1 {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 25px;
	font-weight : normal;
	line-height : 37px;
	margin-top : 18px;
	text-align : center;
}
#PageWrapper h2 {
	border-bottom-width : 0;
	border-color : #dddddd;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 26px;
	font-weight : normal;
	margin-bottom : 18px;
	padding-bottom : 0px;
	padding-top : 0px;
	text-align : center;
}
#PageWrapper h3 {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 22px;
	font-weight : normal;
	line-height : 31px;
	margin-top : 30px;
	text-align : center;
}
#PageWrapper h4 {
	background-color : transparent;
	border-bottom-width : 0;
	border-color : rgb(181, 0, 0);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #b50000;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}
#PageWrapper .TOC {
	font-size : 18px;
}
#ContentColumn ul {
	list-style-type : disc;
}
#ContentColumn ul li {
	line-height : 30px;
	list-style-type : square;
}
#PageWrapper .CalloutBox p {
	font-size : 18px;
	font-style : normal;
	line-height : 29px;
	text-align : left;
}
#PageWrapper .CalloutBox {
	font-size : 18px;
	font-style : normal;
	line-height : 29px;
	padding-bottom : 0px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 6px;
	text-align : left;
	width : 100%;
}
#PageWrapper .ReminderBox {
	width : 100%;
}
#PageWrapper .ReminderBox h4 {
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 22px;
}
#PageWrapper .ReminderBox ul {
	font-family : Arial, Helvetica;
	font-size : 18px;
	line-height : 27px;
}
#PageWrapper .ReminderBox ol {
	font-family : Arial, Helvetica;
	font-size : 18px;
	line-height : 27px;
}
#PageWrapper .ReminderBox p {
	font-family : Arial, Helvetica;
	font-size : 18px;
	line-height : 27px;
}
#ContentColumn a {
	text-decoration : underline;
}
#ContentColumn a:not([data-pin-href]):hover {
	color : #0000ee;
}
#PageWrapper #Footer a {
	text-decoration : underline;
}
#PageWrapper .ResponsiveNavButton {
	background-color : #b50000;
	border-bottom-left-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-width : 1px;
	border-color : #000000;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : none;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-top-width : 1px;
	font-family : Open Sans, Arial, Helvetica, sans-serif;
	font-size : 17px;
}
#PageWrapper .ResponsiveNav {
	background-color : #f2f2f2;
}
#PageWrapper .ResponsiveNav a {
	font-family : Arial, Helvetica;
	font-size : 18px;
	line-height : 18px;
	text-align : center;
	word-spacing : -2px;
}
#PageWrapper .ResponsiveNav a {
	text-decoration : underline;
}
#PageWrapper .ResponsiveNav a:link {
	color : #0000ee;
}
#PageWrapper .ResponsiveNav a:visited {
	color : #0000ee;
}
#PageWrapper .ResponsiveNav a:hover {
	background-color : transparent;
	color : #0000ee;
	text-decoration : underline;
}
#PageWrapper .ResponsiveNav span {
	background-color : #b50000;
	color : #ffffff;
	font-family : Roboto Slab, Georgia, Times, serif;
	font-size : 19px;
	font-variant : normal;
	font-weight : normal;
	text-align : center;
	text-transform : none;
}
#NavColumn a {
	text-decoration : underline;
}
#NavColumn a:hover {
	color : #0000ee;
}
#PageWrapper .ReminderBox a:hover {
	color : #0000ee;
}
#PageWrapper .CalloutBox a {
	font-style : normal;
	text-decoration : underline;
}
#PageWrapper .CalloutBox a:hover {
	color : #0000ee;
	text-decoration : underline;
}
#PageWrapper .WhatsNew h2 {
	text-align : center;
}
#PageWrapper .WhatsNew .WhatsNew-time {
	font-size : 15px;
}
#PageWrapper .WhatsNew .WhatsNew-content {
	font-size : 17px;
	line-height : 23px;
}
#PageWrapper .WhatsNew h3 a {
	text-decoration : underline;
}
#PageWrapper .responsive-row div[class*="responsive_col-"] {
	box-sizing : border-box;
	padding-bottom : 0px;
	padding-left : 8px;
	padding-right : 8px;
}
#PageWrapper .WhatsNew h3 a:hover {
	color : #0000ee;
}
#PageWrapper .WhatsNew h3 {
	font-size : 18px;
	margin-top : 18px;
}
#PageWrapper .WhatsNew .WhatsNew-more {
	font-size : 17px;
	margin-bottom : 18px;
}
#PageWrapper .WhatsNew .WhatsNew-more a:hover {
	color : #0000ee;
}
#PageWrapper #HeaderWrapper {
	background-color : transparent;
	background-image : none;
	background-position : 50% 50%;
}
#PageWrapper .Caption {
	font-family : Arial, Helvetica;
	font-size : 16px;
}
#PageWrapper .ImageBlock a:link span {
	text-decoration : none;
}
#PageWrapper .ImageBlock a:hover span {
	color : #0000ee;
}
#PageWrapper #Header .WebsiteName {
	font-size : 25px;
	letter-spacing : 0px;
	line-height : 32px;
	margin-bottom : 17px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 49px;
	text-align : center;
	word-spacing : 9px;
}
#PageWrapper #Header .Tagline {
	color : #ffffff;
	font-family : Arial, Helvetica;
	font-size : 18px;
	font-weight : normal;
	letter-spacing : 1px;
	line-height : 25px;
	margin-bottom : 7px;
	margin-top : 0px;
	padding-left : 12px;
	padding-right : 12px;
	text-align : center;
	word-spacing : -1px;
}
#PageWrapper #Header .WebsiteName a {
	color : #ffffff;
}
#PageWrapper #Header .WebsiteName a:link {
	color : #ffffff;
}
#PageWrapper #Header .WebsiteName a:hover {
	color : #ffffff;
}
body #PageWrapper .Ezine2 .EzineRow label {
	font-size : 18px;
}
#PageWrapper .Ezine2 .EzineButton {
	font-size : 18px;
}
body .eucookiebar p {
	font-family : Arial, Helvetica;
	font-size : 16px;
}
body .eucookiebar button {
	font-size : 16px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
	text-align : center;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	font-size : 16px;
	font-variant : normal;
	line-height : 32px;
	padding-bottom : 0px;
	text-transform : none;
}
body #PageWrapper .SocialShare.SocialShareSticky {
	text-align : center;
}
}.Navigation h3, html.mobile .Navigation h3{border-color:#dddddd;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#000000;font-family:Roboto Slab, Georgia, Times, serif;text-align:left;font-size:18px;color:#ffffff;line-height:22px;font-weight:normal;margin-top:0px;margin-bottom:0px;margin-right:0px;padding-left:5px;padding-right:5px;padding-top:6px;padding-bottom:6px;text-transform:none;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{font-size:21px;
}}@media (max-width:447px) {.Navigation h3{text-align:center;font-size:19px;font-weight:normal;padding-top:7px;padding-bottom:7px;
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{border-color:#dddddd;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#000000;font-family:Roboto Slab, Georgia, Times, serif;text-align:left;font-size:18px;color:#ffffff;line-height:22px;font-weight:normal;margin-top:0px;margin-bottom:0px;margin-right:0px;padding-left:5px;padding-right:5px;padding-top:6px;padding-bottom:6px;text-transform:none;
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{font-size:21px;
}}@media (max-width:447px) {#PageWrapper .Navigation h3{text-align:center;font-size:19px;font-weight:normal;padding-top:7px;padding-bottom:7px;
}}body #PageWrapper div.Navigation h3, html.mobile body #PageWrapper div.Navigation h3{border-color:#dddddd;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#000000;font-family:Roboto Slab, Georgia, Times, serif;text-align:left;font-size:18px;color:#ffffff;line-height:22px;font-weight:normal;margin-top:0px;margin-bottom:0px;margin-right:0px;padding-left:5px;padding-right:5px;padding-top:6px;padding-bottom:6px;text-transform:none;
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{font-size:21px;
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{text-align:center;font-size:19px;font-weight:normal;padding-top:7px;padding-bottom:7px;
}}.Navigation a, html.mobile .Navigation a{text-transform:none;font-size:16px;font-family:Arial, Helvetica;font-family:Arial, Helvetica;border-style:solid;border-top-width:0;border-right-width:1px;border-bottom-width:1px;border-left-width:0;margin-top:12px;margin-bottom:12px;padding-left:10px;padding-top:5px;padding-bottom:5px;
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{text-decoration:none;font-size:17px;margin-top:14px;padding-top:5px;padding-bottom:5px;
}}@media (max-width:447px) {.Navigation a{text-align:center;text-decoration:underline;font-size:18px;font-family:Arial, Helvetica;font-family:Arial, Helvetica;border-style:solid;border-top-width:0;border-right-width:2px;border-bottom-width:2px;border-left-width:0;margin-bottom:30px;padding-bottom:5px;
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{text-transform:none;font-size:16px;font-family:Arial, Helvetica;font-family:Arial, Helvetica;border-style:solid;border-top-width:0;border-right-width:1px;border-bottom-width:1px;border-left-width:0;margin-top:12px;margin-bottom:12px;padding-left:10px;padding-top:5px;padding-bottom:5px;
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{text-decoration:none;font-size:17px;margin-top:14px;padding-top:5px;padding-bottom:5px;
}}@media (max-width:447px) {#PageWrapper div.Navigation a{text-align:center;text-decoration:underline;font-size:18px;font-family:Arial, Helvetica;font-family:Arial, Helvetica;border-style:solid;border-top-width:0;border-right-width:2px;border-bottom-width:2px;border-left-width:0;margin-bottom:30px;padding-bottom:5px;
}}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{color:#0000ee;background-color:#f2f2f2;border-color:#cccccc;
}html.mobile .Navigation a:link{
}@media (max-width:768px) {.Navigation a:link{
}}@media (max-width:447px) {.Navigation a:link{background-color:#f2f2f2;border-color:#cccccc;
}}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{color:#0000ee;background-color:#f2f2f2;border-color:#cccccc;
}html.mobile #PageWrapper div.Navigation a:link{
}@media (max-width:768px) {#PageWrapper div.Navigation a:link{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:link{background-color:#f2f2f2;border-color:#cccccc;
}}.Navigation a:visited, html.mobile .Navigation a:visited{border-color:#cccccc;background-color:#f2f2f2;color:#0000ee;
}html.mobile .Navigation a:visited{
}@media (max-width:768px) {.Navigation a:visited{
}}@media (max-width:447px) {.Navigation a:visited{
}}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{border-color:#cccccc;background-color:#f2f2f2;color:#0000ee;
}html.mobile #PageWrapper div.Navigation a:visited{
}@media (max-width:768px) {#PageWrapper div.Navigation a:visited{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:visited{
}}.Navigation a:hover, html.mobile .Navigation a:hover{border-color:#cccccc;background-color:#f2f2f2;color:#b50000;text-decoration:underline;
}html.mobile .Navigation a:hover{
}@media (max-width:768px) {.Navigation a:hover{text-decoration:underline;
}}@media (max-width:447px) {.Navigation a:hover{border-color:#cccccc;background-color:#f2f2f2;color:#b50000;text-decoration:underline;
}}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{border-color:#cccccc;background-color:#f2f2f2;color:#b50000;text-decoration:underline;
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{text-decoration:underline;
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{border-color:#cccccc;background-color:#f2f2f2;color:#b50000;text-decoration:underline;
}}
#PageWrapper .Ezine {
padding: 4px 0;
}
/* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    font-display: fallback;
    src: url('/css_webfonts/avantgarde-webfont.eot');
    src: url('/css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('/css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('/css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

.page_footer_content {
    width: 100%;
    text-align:center;background-color:transparent;}

.page_footer_liner {
    padding: 12px;	
}

.page_footer_divider_above {
    margin: 0 auto;width:70%;
        border: 0; 
        border-top:1pxsolid#000;}

.page_footer_divider_below {
    margin: 0 auto;width:70%;
        border: 0; 
        border-top:1pxsolid#000;}

.page_footer_text,
.page_footer_text a {
    font-family:AvantGardeRegular;font-size:12px;color:#000;text-align:center;padding: 12px 0;
}

.powered_by_sbi_banner{
    width:100%; 
    max-width: 500px;
    margin: 0 auto;
    text-align: center;	
}/* footer css */
/* Advanced CSS provided by user */.LoginDesktop01 {
    text-align: center;
    width: 210px;
    border: 1px solid #ADADAD;
    color: #000;
    font-size: 80%;
    margin: -115px 0px 0 730px;
    background-color: #FFDE5E;
 /*#DDDDDD;*/
    padding: 2px;
}

.LoginDesktop01TextRot {
    color: #B50000;
    font-weight: bold
}

.LoginDesktop01Texlink {
    color: #0000EE;
}

.LoginMobil01 {
    text-align: center;
    width: 100%;
    border: 1px solid #ADADAD;
    color: #000;
    font-size: 100%;
    margin: 6px auto 12px auto;
    background-color: #FFDE5E;
 /*#DDDDDD;*/
    padding: 5px;
}

.LoginMobil01TextRot {
    color: #B50000;
    font-weight: bold
}

.LoginMobil01Texlink {
    color: #0000EE;
}

h5 {
    font-size: 111%;
    color: #212121;
    font-weight: bold;
    clear: both;
    /*border-bottom: 0 solid #010066;*/
    /*font-style: italic;*/
}

.SearchUnten {
    background-color: #fff;
    margin: 16px 0 16px 0;
}

.WegweiserTop {
    font-size: 85%;
    font-weight: normal;
    /*background-color: #F2F2F2;*/
    border-top: 0px solid #CCCCCC;
    padding-top: 8px;
    margin: -6px 0 12px 0;
    color: #888888;
}

.WegweiserSearchTop {
    text-align: right;
    margin: -32px 0 12px 0;
}

.WegweiserTopBG {
    color: #FFFFFF;
    background-color: #B50000;
    padding: 3px 5px 3px 5px;
}

/* Start BreadCrumbs ALL */

/* Start BreadCrumbs ALT data-vocubulary */

.BreadcrumbsTop {
    font-size: 85%;
    color: #888888;
    margin: 0px 0 -2px 0;
}

.BreadcrumbsTopA1 {
    font-size: 85%;
    color: #888888;
    margin: 0px 0 12px 0;
}

.BreadcrumbsPfeilRot {
    color: #B50000;
    font-size: 100%;
}

.BreadcrumbsBottom {
    font-size: 90%;
    background-color: #F2F2F2;
    /*width: 100%;*/
    border: 1px solid #CCCCCC;
    /*border-bottom: 1px solid #BFBFBF;*/
    margin: 18px auto 18px auto;
    padding: 10px 0 8px 8px;
    /*text-align: center;*/
}

.BreadcrumbsBottomBG {
    color: #FFFFFF;
    background-color: #B50000;
    padding: 2px 5px 2px 5px;
}

.BreadcrumbsBottomSA-Pfeil {
    color: #B50000;
}

/* End BreadCrumbs ALT data-vocubulary */

/* Start BreadCrumbs NEU schema.org */

.BreadcrumbsTopA2 {
    font-size: 80%;
    color: #888888;
    /*border-bottom: 1px solid #DDDDDD;*/
    background: #F2F2F2;
    margin-top: 18px;
}

.BreadcrumbsTopA2 ol {
    list-style-type: none;
}

.BreadcrumbsTopA2 ol li {
    display: inline;
}

.BreadcrumbsTopA2 ol li:first-child {
    margin-left: -40px;
}

.BreadcrumbsTopA3 {
    font-size: 80%;
    color: #666666;
    /*border-bottom: 1px solid #DDDDDD;*/
    background: #F2F2F2;
    margin: 0px 0 12px 0;
}

.BreadcrumbsTopA3 ol {
    list-style-type: none;
}

.BreadcrumbsTopA3 ol li {
    display: inline;
}

.BreadcrumbsTopA3 ol li:first-child {
    margin-left: -40px;
}

.BreadcrumbsBottomA3 {
    font-size: 85%;
    color: #888888;
    /*border-bottom: 1px solid #DDDDDD;*/
    background: #F2F2F2;
    margin: 0px 0 12px 0;
}

.BreadcrumbsBottomA3 ol {
    list-style-type: none;
}

.BreadcrumbsBottomA3 ol li {
    display: inline;
}

.BreadcrumbsBottomA3 ol li:first-child {
    margin-left: -40px;
}

.SeitenanfangBottomA3 {
    font-size: 85%;
    /*border-bottom: 1px solid #DDDDDD;*/
    /*background: #F2F2F2;*/
    margin: 12px 0 12px 0;
    text-align: right;
}

.BreadcrumbsBottomA4 {
    font-size: 85%;
    color: #888888;
    /*border-bottom: 1px solid #DDDDDD;*/
    /*background: #F2F2F2;*/
    margin: 0px 0 12px 0;
}

.BreadcrumbsBottomA4 ol {
    list-style-type: none;
}

.BreadcrumbsBottomA4 ol li {
    display: inline;
}

/*.BreadcrumbsBottomA4 ol li:first-child {
    margin-left: 12px;
}*/

.SeitenanfangBottomA1 {
    font-size: 85%;
    border-bottom: 1px solid #DDDDDD;
    background: #F2F2F2;
    margin: 0px 0px 12px 0;
    padding: 3px 12px 3px 0;
    text-align: right;
}

.BreadcrumbsBottomExtra01 {
    font-size: 85%;
    margin-bottom: -12px;
}

.BreadcrumbsBottomExtraList01 {
    margin-left: 0;
    margin-bottom: 12px;
}

.BreadcrumbsBottomExtraUl01 {
    margin-left: -40px;
    list-style-type: none;
}

/* End BreadCrumbs NEU schema.org */

/* End BreadCrumbs ALL */

/* Start Auswahlbilder*/

.AuswahlBilder-01 {
    margin: 6px;
    border: 2px solid #DDDDDD;
    -webkit-box-shadow: 5px 5px 0px #888888;
    box-shadow: 5px 5px 5px #888888;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.AuswahlBilder-01:hover {
    margin: 6px;
    border: 2px solid #B50000;
    -webkit-box-shadow: 5px 5px 0px #888888;
    box-shadow: 5px 5px 5px #888888;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlBilderT2T3-01 {
    border: 2px solid #DDDDDD;
    -webkit-box-shadow: 5px 5px 0px #888888;
    box-shadow: 5px 5px 5px #888888;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.AuswahlBilderT2T3-01:hover {
    border: 2px solid #590000;
    -webkit-box-shadow: 5px 5px 0px #888888;
    box-shadow: 5px 5px 5px #888888;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/* End Auswahlbilder */

.RoterPfeil100 {
    color: #B50000;
    font-size: 100%;
}

.RoterPfeilText85 {
    font-size: 85%;
}

.RoterPfeilZuWegweiser100 {
    color: #B50000;
    font-size: 100%;
}

.RoterPfeilZuWegweiser90 {
    color: #B50000;
    font-size: 90%;
}

.RoterPfeilZuWegweiser85 {
    color: #B50000;
    font-size: 85%;
}

.SternP {
    margin: 6px 0 -2px 0;
}

.SternRot {
    color: #B50000;
    font-size: 125%;
}

.SternGrau {
    color: #CCCCCC;
    font-size: 125%;
}

.Seitenanfang {
    font-size: 90%;
    background-color: #FFFFFF;
    width: 50%;
    border: 1px solid #BFBFBF;
    /*border-bottom: 1px solid #BFBFBF;*/
    margin: 0px auto 18px auto;
    padding: 10px 0 8px 0;
    text-align: center;
}

/* START BUTTONS */

/* Start A1 Buttons WEGWEISER */

.KlickButtonWegweiserA1Red {
    text-align: center;
    background-color: #FFF;
    border: 2px solid #B50000;
    border-radius: 8px;
    padding: 8px 4px 8px 4px;
    color: #B50000;
    font-size: 100%;
}

.KlickButtonWegweiserA1Red:hover {
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 8px;
    color: #FFF;
}

.KlickButtonWegweiserA1RedVoll {
    text-align: center;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 8px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonWegweiserA1RedVoll:hover {
    background-color: #FFF;
    border: 2px solid #B50000;
    border-radius: 8px;
    color: #B50000;
}

.KlickButtonWegweiserA1OrangeVoll {
    text-align: center;
    background-color: #EB7E28;
    border: 2px solid #EB7E28;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonWegweiserA1OrangeVoll:hover {
    background-color: #FFF;
    border: 2px solid #EB7E28;
    color: #EB7E28;
}

.KlickButtonWegweiserA1GrauVoll {
    text-align: center;
    background-color: #404040;
    border: 2px solid #404040;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonWegweiserA1GrauVoll:hover {
    background-color: #FFF;
    border: 2px solid #404040;
    color: #404040;
}

/* Ende A1 Buttons WEGWEISER */

/* Start A1 BEZAHL-Buttons */

.BezahlButtonA1 {
    margin: 18px 0 18px 0;
    width: 200px;
}

.BezahlButtonGreen01A1 {
    width: 200px;
    text-align: center;
    background-color: #7DAE29;
    border: 2px solid #7DAE29;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #212121;
    font-size: 100%;
}

.BezahlButtonGreen01A1:hover {
    background-color: #77A527;
    border: 2px solid #77A527;
    border-radius: 5px;
    color: #212121;
}

.BezahlButtonGreen02A1 {
    width: 200px;
    text-align: center;
    background-color: #7DAE29;
    border: 2px solid #7DAE29;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #FFF;
    font-size: 100%;
}

.BezahlButtonGreen02A1:hover {
    background-color: #77A527;
    border: 2px solid #77A527;
    border-radius: 5px;
    color: #FFF;
}

.BezahlButtonOrange01A1 {
    width: 200px;
    text-align: center;
    background-color: #EB8C11;
    border: 2px solid #EB8C11;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #212121;
    font-size: 100%;
}

.BezahlButtonOrange01A1:hover {
    background-color: #E08311;
    border: 2px solid #E08311;
    border-radius: 5px;
    color: #212121;
}

/* Ende A1 BEZAHL-Buttons */

/* Start A1 Aktuell Buttons */

.KlickButtonA101 {
    margin: 18px 0 18px 0;
}

.KlickButtonA1 {
    margin: 18px 0 18px 0;
}

.KlickButtonA1FixRedA {
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #B50000;
    font-size: 100%;
}

.KlickButtonA1FixRedB {
    text-align: center;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonA1Red {
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #B50000;
    font-size: 100%;
}

.KlickButtonA1Red:hover {
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #FFFFFF;
}

.KlickButtonA1RedVoll {
    text-align: center;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1RedVoll:hover {
    background-color: #FFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonA1Green01Voll {
    text-align: center;
    background-color: #007F0E;
    border: 2px solid #007F0E;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1Green01Voll:hover {
    background-color: #FFF;
    border: 2px solid #007F0E;
    border-radius: 5px;
    color: #007F0E;
}

.KlickButtonA1Green02Voll {
    text-align: center;
    background-color: #016A42;
    border: 2px solid #016A42;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1Green02Voll:hover {
    background-color: #FFF;
    border: 2px solid #016A42;
    border-radius: 5px;
    color: #016A42;
}

.KlickButtonA1Green01 {
    /*width: 200px;*/
    text-align: center;
    /*margin: 12px 0 12px 0;*/
    background-color: #FFFFFF;
    border: 2px solid #007F0E;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #007F0E;
    font-size: 100%;
}

.KlickButtonA1Green01:hover {
    background-color: #007F0E;
    border: 2px solid #007F0E;
    border-radius: 5px;
    color: #FFFFFF;
}

.KlickButtonA1Green01Font125Voll {
    text-align: center;
    background-color: #47A447;
    border: 2px solid #47A447;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 125%;
}

.KlickButtonA1Green01Font125Voll:hover {
    background-color: #FFF;
    border: 2px solid #47A447;
    border-radius: 5px;
    color: #47A447;
}

.KlickButtonA1GreenKurs01 {
    /*width: 200px;*/
    text-align: center;
    /*margin: 12px 0 12px 0;*/
    background-color: #FFFFFF;
    border: 2px solid #006236;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #006236;
    font-size: 100%;
}

.KlickButtonA1GreenKurs01:hover {
    background-color: #006236;
    border: 2px solid #006236;
    border-radius: 5px;
    color: #FFFFFF;
}

.KlickButtonA1GreenKursVoll01 {
    /*width: 200px;*/
    text-align: center;
    /*margin: 12px 0 12px 0;*/
    background-color: #006236;
    border: 2px solid #006236;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonA1GreenKursVoll01:hover {
    background-color: #FFFFFF;
    border: 2px solid #006236;
    border-radius: 5px;
    color: #006236;
}

.KlickButtonA1Blue01Voll {
    text-align: center;
    background-color: #4184F3;
    border: 2px solid #4184F3;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1Blue01Voll:hover {
    background-color: #FFF;
    border: 2px solid #4184F3;
    border-radius: 5px;
    color: #4184F3;
}

.KlickButtonA1Blue02Voll {
    text-align: center;
    background-color: #0000EE;
    border: 2px solid #0000EE;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1Blue02Voll:hover {
    background-color: #FFF;
    border: 2px solid #0000EE;
    border-radius: 5px;
    color: #0000EE;
}

.KlickButtonA1OrangeDark01Voll {
    text-align: center;
    background-color: #EB7E28;
    border: 2px solid #EB7E28;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1OrangeDark01Voll:hover {
    background-color: #FFF;
    border: 2px solid #EB7E28;
    border-radius: 5px;
    color: #EB7E28;
}

.KlickButtonA1OrangeAmazon01Voll {
    text-align: center;
    background-color: #FEBD69;
    border: 2px solid #FEBD69;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1OrangeAmazon01Voll:hover {
    background-color: #FFF;
    border: 2px solid #FEBD69;
    border-radius: 5px;
    color: #FEBD69;
}

.KlickButtonA1MyHammerBlueVoll {
    text-align: center;
    background-color: #087097;
    border: 2px solid #087097;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1MyHammerBlueVoll:hover {
    background-color: #FFF;
    border: 2px solid #087097;
    border-radius: 5px;
    color: #087097;
}

.KlickButtonA1Orange01Voll {
    text-align: center;
    background-color: #EB7E28;
    border: 2px solid #EB7E28;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1Orange01Voll:hover {
    background-color: #FFF;
    border: 2px solid #EB7E28;
    border-radius: 5px;
    color: #EB7E28;
}

.KlickButtonA1Orange02Voll {
    text-align: center;
    background-color: #F5A623;
    border: 1px solid #212121;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonA1Orange02Voll:hover {
    background-color: #F2AB3A;
    border: 1px solid #212121;
    border-radius: 5px;
    color: #212121;
}

.KlickButtonA1Orange03Voll {
    text-align: center;
    background-color: #FFC435;
    border: 2px solid #FFC435;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonA1Orange03Voll:hover {
    background-color: #FFC130;
    border: 2px solid #FFC130;
    border-radius: 5px;
    color: #212121;
}

.KlickButtonA1Orange03VollRand {
    text-align: center;
    background-color: #FFC435;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonA1Orange03VollRand:hover {
    background-color: #FFC130;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #212121;
}

.KlickButtonA1Orange04Voll {
    text-align: center;
    background-color: #FFC435;
    border: 1px solid #FFC435;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonA1Orange04Voll:hover {
    background-color: #FFFFFF;
    border: 1px solid #FFC435;
    border-radius: 5px;
    color: #212121;
}

.KlickButtonA1BlueRed01Voll {
    text-align: center;
    background-color: #4184F3;
    border: 2px solid #4184F3;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonA1BlueRed01Voll:hover {
    background-color: #FFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonA1Yellow {
    /*width: 90%;*/
    text-align: center;
    /*margin: 0px auto 18px auto;*/
    background-color: #E9B93C;
    border: 1px solid #CCCCCC;
  /*404040*/
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #000000;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonA1Yellow:hover {
    background-color: #E9B93C;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonLVWegweiserA1LinkBlue {
    /*width: 200px;*/
    text-align: center;
    /*margin: 12px 0 12px 0;*/
    background-color: #FFF;
    border: 2px solid #0000EE;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #0000EE;
    font-size: 100%;
}

/*.KlickButtonLVWegweiserA1LinkBlue:hover {
    background-color: #0000EE;
    border: 2px solid #0000EE;
    border-radius: 5px;
    color: #FFFFFF;
}*/

.KlickButtonLVWegweiserA1Red {
    /*width: 200px;*/
    text-align: center;
    /*margin: 12px 0 12px 0;*/
    background-color: #FFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #B50000;
    font-size: 100%;
}

.KlickButtonLVWegweiserA1Red:hover {
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #FFFFFF;
}

.KlickButtonLVWegweiserA1RedVoll {
    /*width: 200px;*/
    text-align: center;
    /*margin: 12px 0 12px 0;*/
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonLVWegweiserA1RedVoll:hover {
    background-color: #FFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

/* End A1 Aktuell Buttons */

/* Start Klick Buttons Farben */

.KlickButtonNeuFlex1212 {
    margin: 12px 0 12px 0;
}

.KlickButtonNeuFlex1818 {
    margin: 18px 0 18px 0;
}

.KlickButtonNeuFlex1824 {
    margin: 24px 0 24px 0;
}

.KlickButtonNeuFlex1836 {
    margin: 18px 0 36px 0;
}

.KlickButtonNeuFlex2424 {
    margin: 24px 0 24px 0;
}

.KlickButtonNeuFlex2436 {
    margin: 18px 0 36px 0;
}

.KlickButton {
    margin: 18px 0 18px 0;
    width: 220px
}

.KlickButtonCenter {
    margin: 18px auto 18px auto;
}

.KlickButton100 {
    margin: 18px 0 18px 0;
    width: 100px;
}

.KlickButton100Center {
    margin: 18px auto 18px auto;
    width: 100px;
}

.KlickButton125 {
    margin: 18px 0 18px 0;
    width: 125px;
}

.KlickButton125Center {
    margin: 18px auto 18px auto;
    width: 125px;
}

.KlickButton150 {
    margin: 18px 0 18px 0;
    width: 150px;
}

.KlickButton150Center {
    margin: 18px auto 18px auto;
    width: 150px;
}

.KlickButton175 {
    margin: 18px 0 18px 0;
    width: 175px;
}

.KlickButton175Center {
    margin: 18px auto 18px auto;
    width: 175px;
}

.KlickButton200 {
    margin: 18px 0 18px 0;
    width: 200px;
}

.KlickButton200Center {
    margin: 18px auto 18px auto;
    width: 200px;
}

.KlickButton225 {
    margin: 18px 0 18px 0;
    width: 225px;
}

.KlickButton225Center {
    margin: 18px auto 18px auto;
    width: 225px;
}

.KlickButton250 {
    margin: 18px 0 18px 0;
    width: 250px;
}

.KlickButton250Center {
    margin: 18px auto 18px auto;
    width: 250px;
}

.KlickButton275 {
    margin: 18px 0 18px 0;
    width: 275px;
}

.KlickButton275Center {
    margin: 18px auto 18px auto;
    width: 275px;
}

.KlickButton300 {
    margin: 18px 0 18px 0;
    width: 300px;
}

.KlickButton300Center {
    margin: 18px auto 18px auto;
    width: 300px;
}

.KlickButton325 {
    margin: 18px 0 18px 0;
    width: 325px;
}

.KlickButton325Center {
    margin: 18px auto 18px auto;
    width: 325px;
}

.KlickButton350 {
    margin: 18px 0 18px 0;
    width: 350px;
}

.KlickButton350Center {
    margin: 18px auto 18px auto;
    width: 350px;
}

.KlickButtonOrange {
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #EB7E28;
    border: 2px solid #EB7E28;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonOrange:hover {
    background-color: #FFFFFF;
    border: 2px solid #EB7E28;
    border-radius: 5px;
    color: #EB7E28;
}

.KlickButtonGreen {
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #42A919;
    border: 2px solid #42A919;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonGreen:hover {
    background-color: #FFFFFF;
    border: 2px solid #42A919;
    border-radius: 5px;
    color: #42A919;
}

.KlickButtonAmazonOrange {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #FF9900;
    border: 2px solid #FF9900;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonAmazonOrange:hover {
    background-color: #FFFFFF;
    border: 2px solid #FF9900;
    border-radius: 5px;
    color: #FF9900;
}

.KlickButtonAmazonOrangeVoll {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #FF9900;
    border: 2px solid #FF9900;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonAmazonOrangeVoll:hover {
    background-color: #F28D00;
    border: 2px solid #F28D00;
    border-radius: 5px;
    color: #FFFFFF;
}

.KlickButtonPayPalOrange01 {
    text-align: center;
    background-color: #FFC440;
    border: 2px solid #FFBB28;
    border-radius: 5px;
    padding: 8px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonPayPalOrange01:hover {
    background-color: #FFBB28;
    border: 2px solid #FFBB28;
    border-radius: 5px;
    color: #212121;
}

.KlickButtonYellow {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #E9B93C;
    border: 2px solid #404040;
    border-radius: 5px;
    padding: 8px;
    color: #404040;
    font-size: 100%;
}

.KlickButtonYellow:hover {
    background-color: #FFFFFF;
    border: 2px solid #404040;
    border-radius: 5px;
    color: #404040;
}

.KlickButtonBlue {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #4184F3;
    border: 2px solid #4184F3;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonBlue:hover {
    background-color: #FFFFFF;
    border: 2px solid #4184F3;
    border-radius: 5px;
    color: #4184F3;
}

.KlickButtonBlack {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonBlack:hover {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 5px;
    color: #000000;
}

.KlickButtonBlackRed {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonBlackRed:hover {
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonRedBlack {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonBlackRed:hover {
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonRed {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px;
    color: #B50000;
    font-size: 100%;
}

.KlickButtonRed:hover {
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #FFFFFF;
}

.KlickButtonRedVoll {
    width: 200px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonRedVoll:hover {
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonRed220 {
    width: 220px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px;
    color: #B50000;
    font-size: 100%;
}

.KlickButtonRed220:hover {
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #FFFFFF;
}

.KlickButtonRedVoll220 {
    width: 220px;
    text-align: center;
    margin: 12px 0 12px 0;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonRedVoll220:hover {
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonProduktdetailsVergleichRed {
    width: 90%;
    text-align: center;
    margin: 18px auto 18px auto;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonProduktdetailsVergleichRed:hover {
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonProduktdetailsVergleichBlueRed {
    width: 90%;
    text-align: center;
    margin: 18px auto 18px auto;
    background-color: #4184F3;
    border: 2px solid #4184F3;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #FFFFFF;
    font-size: 100%;
}

.KlickButtonProduktdetailsVergleichBlue:hover {
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonProduktdetailsVergleichYellowRed {
    width: 90%;
    text-align: center;
    margin: 18px auto 18px auto;
    background-color: #E9B93C;
    border: 2px solid #E9B93C;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #000000;
    font-size: 100%;
}

.KlickButtonProduktdetailsVergleichYellowRed:hover {
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    color: #B50000;
}

.KlickButtonProduktdetailsVergleichYellow {
    width: 90%;
    text-align: center;
    margin: 0px auto 18px auto;
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #000000;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonProduktdetailsVergleichYellow:hover {
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonVerkaufYellow {
    width: 220px;
    text-align: center;
    margin: 18px auto 18px auto;
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #000;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonVerkaufYellow:hover {
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    color: #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonVerkaufYellowOhneBreite {
    text-align: center;
    margin: 18px auto 18px auto;
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #000;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonVerkaufYellowOhneBreite:hover {
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    color: #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonVerkaufRed {
    width: 220px;
    text-align: center;
    margin: 18px auto 18px auto;
    background-color: #FFF;
    border: 1px solid #B50000;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #B50000;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonVerkaufRed:hover {
    background-color: #B50000;
    border: 1px solid #B50000;
    border-radius: 5px;
    color: #FFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonVerkaufBezahlenYellow {
    width: 200px;
    text-align: center;
    /*margin: 0px auto 0px auto;*/
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #000;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonVerkaufBezahlenYellow:hover {
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    color: #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonVerkaufBezahlenYellow02 {
    width: 200px;
    text-align: center;
    /*margin: 0px auto 0px auto;*/
    background-color: #EFBB40;
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #000;
    font-size: 100%;
}

.KlickButtonVerkaufBezahlenYellow02:hover {
    background-color: #F4BF42;
    border: 1px solid #404040;
    border-radius: 5px;
    color: #000000;
}

.KlickButtonProduktdetailsVergleich2Yellow {
    /*width: 90%;*/
    text-align: center;
    margin: 0px auto 18px auto;
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    color: #000000;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonProduktdetailsVergleich2Yellow:hover {
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* Ende Klick Buttons Farben */

/* Start Buttons A2 */

.Button150 {
    width: 150px;
}

.Button175 {
    width: 175px;
}

.Button200 {
    width: 200px;
}

.Button225 {
    width: 225px;
}

.ButtonA2BezahlenYellow200 {
    width: 200px;
    text-align: center;
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 12px 4px 12px 4px;
    color: #000;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.ButtonA2BezahlenYellow200:hover {
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    color: #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* End Buttons A2 */

/* END BUTTONS */

.AuswahlBilder {
    border: 2px solid #FFFFFF;
    padding: 5px;
    /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlBilder:hover {
    border: 2px solid #B50000;
    padding: 5px;
    /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.AuswahlBilder2 {
    border: 2px solid #FFFFFF;
    padding: 5px;
 /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.AuswahlBilder2:hover {
    border: 2px solid #B50000;
    padding: 5px;
    /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlBilderAblauf {
    border: 0px solid #FFFFFF;
    padding: 5px;
    /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.AuswahlBilderAblauf:hover {
    border: 0px solid #B50000;
    padding: 5px;
    /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.blogItItem {
    margin: 18px 0;
    padding: 0 12px;
    border: 1px solid #ccc;
    background: #F2F2F2;
    box-shadow: 4px 4px 4px #ccc;
    border-radius: 4px;
}

.blogItItem .blogItThumbnail {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    margin-bottom: 10px;
    max-width: 150px;
}

.blogItItem h3 {
}

.Auswahlbild01 {
    border: 0px solid #FFFFFF;
    /*padding: 5px;*/
    /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.Auswahlbild01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlDeckblattBauberater {
    width: 100%;
    height: 100%;
    border: 0px solid #FFFFFF;
    /*padding: 5px;*/
    /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.AuswahlDeckblattBauberater:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlbildHandwerker01Desktop {
    border: 0px solid #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.AuswahlbildHandwerker01Desktop:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlbildHandwerker01Mobil {
    width: 100%;
    height: 100%;
    border: 0px solid #FFFFFF;
    /*padding: 5px;*/
    /*10px 5px 10px 5px;*/
    /*-webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;*/
}

.AuswahlbildHandwerker02 {
    width: 100%;
    height: 100%;
    border: 0px solid #FFFFFF;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlbildHandwerker02:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.BewertungsSterne {
    margin: 6px 0 0px 0;
    text-align: center;
}

.HeaderTopLinkDeskOpacity01 {
    text-align: center;
    background-color: #FFF;
    border: 1px solid #B50000;
    border-radius: 2px;
    padding: 2px;
    color: #B50000;
    font-size: 100%;
    /*opacity: 1.0;*/
    /*filter: alpha(opacity=100);*/
}

.HeaderTopLinkDeskOpacity01:hover {
    background-color: #217346;
    color: #FFF;
    border: 1px solid #217346;
    /*opacity: 0.9;*/
    /*filter: alpha(opacity=90);*/
}

.HeaderTopLinkMobilOpacity01 {
    text-align: center;
    background-color: #217346;
    border: 1px solid #217346;
    border-radius: 4px;
    padding: 4px;
    color: #FFF;
    font-size: 100%;
    /*opacity: 1.0;*/
    /*filter: alpha(opacity=100);*/
}

.HeaderTopLinkMobilOpacity01:hover {
    /*opacity: 0.9;*/
    /*filter: alpha(opacity=90);*/
}

/* Beginn HSB FORMULARE */

.hsbform {
    min-width: 300px;
 /*so that form can't shrink down below the width of the form fields */
max-width: 350px; /* 400px; I don't want form to fill an entire column */
    margin: 18px auto;
 /*This centers the form in the column */
    overflow-x: hidden;
 /*just in case form is narrower than form fields */
    border: 1px solid #AAAAAA;
 /* the border around the form */
    padding-left: 5px;
    padding-bottom: 5px;
/*border-radius:6px;*/ /* rounding off the corners */
    background: #F2F2F2;
/*solid color for old browsers, lines below are browser speficic
    background: -webkit-linear-gradient(bottom,#E8E8E8,#E8E8E8);
    background: -ms-linear-gradient(bottom,#E8E8E8,#E8E8E8);
    background: -moz-linear-gradient(bottom,#E8E8E8,#E8E8E8);
    background: -o-linear-gradient(bottom,#E8E8E8,#E8E8E8);*/
    box-shadow: 3px 3px 5px #808080;
}

.hsbform form table {
    width: 96%!important;
 /*set the width of the table that holds the form */
    padding: 0 2%;
    overflow-x: hidden;
}

.hsbform label, .hsbform .formbody {
 /* this gives me small white text */
    width: 90%;
    margin: 10px auto;
    font-family: arial,san-serif;
    color: #212121;
    font-size: 100%;
    font-weight: normal;
}

/* Ende HSB FORMULARE */

/* Beginn EXTRA WEGWEISER BUTTONS */

.ExtraWegweiserButtonA1Grau01Voll {
    /*text-align: center;*/
    background-color: #404040;
    border: 2px solid #404040;
    /*border-radius: 5px;*/
    padding: 0 12px 0 12px;
    color: #FFF;
    font-size: 100%;
}

.ExtraWegweiserButtonA1Grau02Voll {
    /*text-align: center;*/
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    /*border-radius: 5px;*/
    padding: 4px;
    color: #000;
    font-size: 100%;
}

/* Verwandte Seiten */

.RelatedPagesContainer {
    border: 1px solid #B50000;
    background-color: #FFFFFF;
    border-radius: 0px;
    padding: 12px;
    margin-top: 24px;
}

.RelatedPagesContainer H2 {
    background: #FFF;
}

.relatedPagesThumbnail {
    margin-top: 6px;
    margin-bottom: 48px;
    border: 1px solid #ddd;
}

/* Ende EXTRA WEGWEISER BUTTONS */

/* Seiten-Wegweiser List Navigation */

li.ListWegweiserLinks12 {
    margin-left: -24px;
    margin-bottom: 12px;
}

li.ListWegweiserLinks14 {
    margin-left: -24px;
    margin-bottom: 14px;
}

li.ListWegweiserLinks16 {
    margin-left: -24px;
    margin-bottom: 16px;
}

/* END Seiten-Wegweiser List Navigation */

input[type="submit"] {
    font-size: 100%;
    padding: 10px;
}

/* Start Klick Buttons NEU Groessen */

.KlickButtonNeuFlex1212 {
    margin: 12px 0 12px 0;
}

.KlickButtonNeuFlex1218 {
    margin: 12px 0 18px 0;
}

.KlickButtonNeuFlex1812 {
    margin: 18px 0 12px 0;
}

.KlickButtonNeuFlex1818 {
    margin: 18px 0 18px 0;
}

.KlickButtonNeuFlex1824 {
    margin: 24px 0 24px 0;
}

.KlickButtonNeuFlex1836 {
    margin: 18px 0 36px 0;
}

.KlickButtonNeuFlex2424 {
    margin: 24px 0 24px 0;
}

.KlickButtonNeuFlex2436 {
    margin: 18px 0 36px 0;
}

.KlickButtonNeu100 {
    width: 100px;
}

.KlickButtonNeu100Center {
    margin: 0 auto 0 auto;
    width: 100px;
}

.KlickButtonNeu125 {
    width: 125px;
}

.KlickButtonNeu125Center {
    margin: 0 auto 0 auto;
    width: 125px;
}

.KlickButtonNeu150 {
    width: 150px;
}

.KlickButtonNeu150Center {
    margin: 0 auto 0 auto;
    width: 150px;
}

.KlickButtonNeu175 {
    width: 175px;
}

.KlickButtonNeu175Center {
    margin: 0 auto 0 auto;
    width: 175px;
}

.KlickButtonNeu200 {
    width: 200px;
}

.KlickButtonNeu200Center {
    margin: 0 auto 0 auto;
    width: 200px;
}

.KlickButtonNeu225 {
    width: 225px;
}

.KlickButtonNeu225Center {
    margin: 0 auto 0 auto;
    width: 225px;
}

.KlickButtonNeu250 {
    width: 250px;
}

.KlickButtonNeu250Center {
    margin: 0 auto 0 auto;
    width: 250px;
}

.KlickButtonNeu275 {
    width: 275px;
}

.KlickButtonNeu275Center {
    margin: 0 auto 0 auto;
    width: 275px;
}

.KlickButtonNeu300 {
    width: 300px;
}

.KlickButtonNeu300Center {
    margin: 0 auto 0 auto;
    width: 300px;
}
/* Ende Klick Buttons NEU Groessen */

/* Start Klick Buttons NEU Farben */

.KlickButtonNeuRotVollOpacity01 {
    text-align: center;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuRotVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuRotWeissOesterreichVollOpacity01 {
    text-align: center;
    background-color: #ED2939;
    border: 2px solid #ED2939;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuRotWeissOesterreichVollOpacity01:hover {
    background-color: #FFF;
    border: 2px solid #ED2939;
    color: #ED2939;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuRotWeissOesterreich2VollOpacity01 {
    /*text-align: center;*/
    background-color: #ED2939;
    border: 2px solid #ED2939;
    /*border-radius: 5px;*/
    padding: 14px 12px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuRotWeissOesterreich2VollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuHellGruenVollOpacity01 {
    text-align: center;
    background-color: #42A919;
    border: 2px solid #42A919;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuHellGruenVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuHellGruenVollOpacityShadow01 {
    text-align: center;
    background-color: #42A919;
    border: 2px solid #42A919;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: 5px 5px 0px #888888;
    box-shadow: 5px 5px 5px #888888;
}

.KlickButtonNeuHellGruenVollOpacityShadow01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuDunkelGruenVollOpacity01 {
    text-align: center;
    background-color: #006236;
    border: 2px solid #006236;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuDunkelGruenVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuExcelGruenVollOpacity01 {
    text-align: center;
    background-color: #217346;
    border: 2px solid #217346;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuExcelGruenVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuExcelGruenVollOpacityShadow01 {
    text-align: center;
    background-color: #217346;
    border: 2px solid #217346;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: 5px 5px 0px #888888;
    box-shadow: 5px 5px 5px #888888;
}

.KlickButtonNeuExcelGruenVollOpacityShadow01 :hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGelbFFCE00Verkauf01 {
    text-align: center;
    background-color: #FFCE00;
    border: 2px solid #FFCE00;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGelbFFCE00Verkauf01:hover {
    opacity: 0.9;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGelbFFCE00VerkaufShadow01 {
    text-align: center;
    background-color: #FFCE00;
    border: 2px solid #FFCE00;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 1.0;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGelbFFCE00VerkaufShadow01:hover {
    opacity: 0.9;
    filter: alpha(opacity=100);
}

.KlickButtonNeuOrangeFF9900VollOpacity01 {
    text-align: center;
    background-color: #FF9900;
    border: 2px solid #FF9900;
    border-radius: 5px;
    padding: 6px;
    color: #000;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuOrangeFF9900VollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuOrangeInterhypVollOpacity01 {
    text-align: center;
    background-color: #EE7900;
    border: 2px solid #EE7900;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuOrangeInterhypVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuOrangeF28D00VollOpacity01 {
    text-align: center;
    background-color: #F28D00;
    border: 2px solid #F28D00;
    border-radius: 5px;
    padding: 6px;
    color: #000;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuOrangeF28D00VollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuOrangeKaufVollOpacity01 {
    text-align: center;
    background-color: #FFBB28;
    border: 2px solid #FFBB28;
    border-radius: 5px;
    padding: 6px;
    color: #000;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuOrangeKaufVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuOrangeKaufVollOpacityShadow01 {
    text-align: center;
    background-color: #FFBB28;
    border: 2px solid #FFBB28;
    border-radius: 5px;
    padding: 6px;
    color: #000;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: 5px 5px 0px #888888;
    box-shadow: 5px 5px 5px #888888;
}

.KlickButtonNeuOrangeKaufVollOpacityShadow01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuOrangeInterhypEE7900VollOpacity01 {
    /*text-align: center;*/
    background-color: #EE7900;
    border: 2px solid #EE7900;
    /*border-radius: 5px;*/
    padding: 14px 12px;
    color: #FFFFFF;
    font-size: 110%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuOrangeInterhypEE7900VollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGelbRahmenGrauVollOpacity01 {
    text-align: center;
    background-color: #E9B93C;
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 6px;
    color: #000;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGelbRahmenGrauVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGoogleBlauVollOpacity01 {
    text-align: center;
    background-color: #4184F3;
    border: 2px solid #4184F3;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGoogleBlauVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGrauF2F2VollOpacity01 {
    text-align: center;
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGrauF2F2VollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGrauF2F2VollOpacity02 {
    text-align: center;
    background-color: #F2F2F2;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGrauF2F2VollOpacity02:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGrauF2F2RahmenDunkelGruenOpacity01 {
    text-align: center;
    background-color: #F2F2F2;
    border: 2px solid #006236;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGrauF2F2RahmenDunkelGruenOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGrauF2F2RahmenRotOpacity01 {
    text-align: center;
    background-color: #F2F2F2;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGrauF2F2RahmenRotOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGrauEEEVollOpacity01 {
    text-align: center;
    background-color: #EEEEEE;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGrauEEEVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGrauDDDVollOpacity01 {
    text-align: center;
    background-color: #DDDDDD;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGrauDDDVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGrauCCCVollOpacity01 {
    text-align: center;
    background-color: #CCCCCC;
    border: 2px solid #CCCCCC;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGrauCCCVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuGrauAAAVollOpacity01 {
    text-align: center;
    background-color: #AAAAAA;
    border: 2px solid #AAAAAA;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuGrauAAAVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuSchwarzVollOpacity01 {
    text-align: center;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuSchwarzVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuWeissRahmenDunkelGruenOpacity01 {
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #006236;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuWeissRahmenDunkelGruenOpacity01:hover {
    background-color: #F2F2F2;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuWeissRahmenDunkelGruenOpacity02 {
    text-align: center;
    background-color: #F2F2F2;
    border: 2px solid #006236;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuWeissRahmenDunkelGruenOpacity02:hover {
    background-color: #FFFFFF;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuWeissRahmenRotOpacity01 {
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuWeissRahmenRotOpacity01:hover {
    background-color: #F2F2F2;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuWeissRahmenDDDOpacity01 {
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuWeissRahmenRotOpacity02 {
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 6px;
    color: #B50000;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuWeissRahmenRotOpacity02:hover {
    background-color: #B50000;
    color: #FFFFFF;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuWeissRahmenDDDOpacity01:hover {
    background-color: #EEEEEE;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonNeuWeissRahmenDDDFix01 {
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonNeuWeissRahmenDunkelGruenFix01 {
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #006236;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonNeuGrauF2F2RahmenDunkelGruenFix01 {
    text-align: center;
    background-color: #F2F2F2;
    border: 1px solid #217346;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonNeuGrauF2F2RahmenDunkelGruenFix02 {
    text-align: center;
    background-color: #F2F2F2;
    border: 2px solid #217346;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
}

.KlickButtonNeuDownloadOpacity01 {
    text-align: center;
    /*background-color: #123456;*/
    border: 1px solid #217346;
    border-radius: 5px;
    padding: 6px;
    color: #212121;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonNeuDownloadOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonFooterRotVollOpacity01 {
    text-align: center;
    background-color: #B50000;
    border: 1px solid #B50000;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonFooterRotVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonFooterGrauRahmenOpacity01 {
    text-align: center;
    background-color: #404040;
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 6px;
    color: #EEEEEE;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonFooterGrauRahmenOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.KlickButtonPayPalBlauVollOpacity01 {
    text-align: center;
    background-color: #142C8E;
    border: 2px solid #142C8E;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonPayPalBlauVollOpacity01:hover {
    background-color: #1040C1;
    border: 2px solid #1040C1;
}

/* Ende Klick Buttons NEU Farben */

#NavColumn {
    background-color: #ffffff;
}

/* Related Pages */

#PageWrapper .RelatedPagesContainer {
    border: 0px solid #DDD;
    background-color: #FFF;
/* border-radius: 8px; *//* This makes the border corners rounded; the bigger the number, the rounder the corner */
    padding: 0;
    margin-top: 36px;
}

#PageWrapper .RelatedPagesContainer H2 {
    background-color: #B50000;
    color: #FFF;
/*font-size: 20px;*/
    padding: 3px 12px 3px 12px;
/*border-bottom: 1px solid black;*/
}

#PageWrapper .RelatedPagesContainer H3 a {
    font-size: 85%;
}

/* Ende Related Pages*/

/* CalloutBoxen Varianten */

.AuswahlBoxNaviBGWhite {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxNaviBGHellgruen {
    background-color: #f7fff8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxNaviBGHellgrau {
    background-color: #f2f2f2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxNaviBGHellgrau:hover {
    border-color: #B50000;
}

.AuswahlBoxNaviWebsite {
    background-color: #f2f2f2;
    border: 1px;
    border-color: #ddd;
    border-style: solid;
    border-radius: 8px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxNaviWebsite:hover {
    border-color: #B50000;
}

.AuswahlBoxProdukteMLV01 {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxProdukteMLV02 {
    background-color: #f2f2f2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxNaviMLV-Versionen {
    background-color: #f7fff8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    text-align: left;
    width: 100%
}

.AuswahlBoxExtraWerbungMLV01 {
    background-color: #f7fff8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxExtraWerbungMLV02 {
    background-color: #f2f2f2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxExtraWerbungMLV03 {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxMLVShop01 {
    background-color: #f7fff8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxMLVShopHooverRahmen01 {
    background-color: #f7fff8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlBoxMLVShopHooverRahmen01:hover {
    border-color: #217346;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.AuswahlBoxMLVShop02 {
    background-color: #f2f2f2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxMLVShop03 {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

/* Auswahl Navi Verteiler T2 */

.AuswahlNaviBoxT2Verteiler01 {
    background-color: #f7fff8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    text-align: left;
    width: 100%
}

.AuswahlNaviBoxT2Verteiler01:hover {
    border-color: #B50000;
}

.AuswahlNaviVerteilerOhneBild01 {
    background-color: #f7fff8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 18px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    text-align: left;
    width: 100%
}

.AuswahlNaviVerteilerOhneBild01:hover {
    border-color: #B50000;
}

.AuswahlNaviBoxT2Verteiler02 {
    background-color: #f2f2f2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 1px;
    border-color: #ddd;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-width: 1px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    text-align: left;
    width: 100%
}

/* Ende Auswahl Navi Verteiler T2 */

/* Auswahl-Kacheln Verteiler */

.AuswahlKachelVerteilerHellgrau01 {
    background-color: #F2F2F2;
    width: 100%;
    border: 1px solid #B50000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*box-shadow: 3px 3px 8px 0 #bbb;*/
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-top: 0px;
    padding: 0 6px 0 6px;
    text-align: center;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlKachelVerteilerHellgrau01:hover {
    /*border-color: #B50000;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*@media (max-width: 768px) {
    .AuswahlKachelVerteilerHellgrau01:hover {
        border-color: #DDD;
    }
}*/

.AuswahlKachelVerteilerHellgrau01NoHoover {
    background-color: #F2F2F2;
    width: 100%;
    border: 1px solid #B50000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*box-shadow: 3px 3px 8px 0 #bbb;*/
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-top: 0px;
    padding: 0 6px 0 6px;
    text-align: center;
    /*opacity: 1.0;
    filter: alpha(opacity=100);*/
}

.AuswahlKachelVerteilerHellgruen01 {
    background-color: #f7fff8;
    width: 100%;
    border: 1px solid #217346;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*box-shadow: 3px 3px 8px 0 #bbb;*/
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-top: 0px;
    padding: 0 6px 0 6px;
    text-align: center;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlKachelVerteilerHellgruen01:hover {
    /*border-color: #B50000;*/
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/*@media (max-width: 768px) {
    .AuswahlKachelVerteilerHellgruen01:hover {
        border-color: #DDD;
    }
}*/

.AuswahlKachelVerteilerShopHellgruen01 {
    background-color: #f7fff8;
    width: 100%;
    border: 1px solid #DDD;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*box-shadow: 3px 3px 8px 0 #bbb;*/
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-top: 8px;
    padding: 0 6px 0 6px;
    text-align: center;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlKachelVerteilerShopHellgruen01:hover {
    /*border-color: #DDD;*/
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/*@media (max-width: 768px) {
    .AuswahlKachelVerteilerShopHellgruen01:hover {
        border-color: #DDD;
    }
}*/

.AuswahlKachelVerteilerHellblau01 {
    background-color: #EDF7FF;
    width: 100%;
    border: 1px solid #DDD;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*box-shadow: 3px 3px 8px 0 #bbb;*/
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-top: 0px;
    padding: 0 6px 0 6px;
    text-align: center;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlKachelVerteilerHellblau01:hover {
    border-color: #B50000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

@media (max-width: 768px) {
    .AuswahlKachelVerteilerHellblau01:hover {
        border-color: #DDD;
    }
}

.AuswahlKachelVerteilerHellgrau01Test {
    background-color: #F2F2F2;
    width: 100%;
    border: 1px solid #DDD;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*box-shadow: 3px 3px 8px 0 #bbb;*/
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-top: 0px;
    padding: 0 6px 0 6px;
    text-align: center;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.AuswahlKachelVerteilerHellgrau01Test:hover {
    border-color: #B50000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

@media (max-width: 768px) {
    .AuswahlKachelVerteilerHellgrau01Test:hover {
        border-color: #DDD;
    }
}

.KlickButtonKachelRot01 {
    text-align: center;
    background-color: #B50000;
    border: 2px solid #B50000;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonKachelDunkelgruen01 {
    text-align: center;
    background-color: #006236;
    border: 2px solid #006236;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonKachelBlau01 {
    text-align: center;
    background-color: #4184F3;
    border: 2px solid #4184F3;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonKachelOrange01 {
    text-align: center;
    background-color: #FFBB28;
    border: 2px solid #FFBB28;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
    color: #212121;
    font-size: 100%;
}

/* Ende Auswahl-Kacheln Verteiler */

/* Zoom Effekt */

.zoom-kachel {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zoom-kachel img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.zoom-kachel:hover {
    transform: scale(1.01);
    box-shadow: 3px 3px 15px #bbb;
}

.zoom-kachel:hover img {
    transform: scale(1.01);
}

@media (max-width: 768px) {
    .zoom-kachel:hover {
        transform: none;
        box-shadow: none;
    }

    .zoom-kachel:hover img {
        transform: none;
    }
}

.zoom-kachel-shop {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zoom-kachel-shop img {
    width: 100%;
    height: auto;
    /*border-radius: 5px;*/
    transition: transform 0.3s ease;
}

.zoom-kachel-shop:hover {
    transform: scale(1.01);
    /*box-shadow: 3px 3px 15px #bbb;*/
}

.zoom-kachel-shop:hover img {
    transform: scale(1.01);
}

@media (max-width: 768px) {
    .zoom-kachel-shop:hover {
        transform: none;
        box-shadow: none;
    }

    .zoom-kachel-shop:hover img {
        transform: none;
    }
}

/* Ende Zoom Effekt */

/* AuswahlBoxen Navi MLV */

.AuswahlBoxNaviMLV {
    background-color: #f7fff8;
    border: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 8px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

.AuswahlBoxNaviMLV:hover {
    border-color: #B50000;
}

.AuswahlBoxNaviMLVNoLink {
    background-color: #f7fff8;
    border: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 8px;
    box-shadow: 3px 3px 8px 0 #bbb;
    color: #212121;
    font-family: Arial,Helvetica;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%
}

/* Ende AuswahlBoxen Navi MLV */

/* Einfache Klick-Buttons */

.KlickButtonRotVollVerteiler01 {
    text-align: center;
    background-color: #B50000;
    border: 1px solid #B50000;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
}

.KlickButtonRotVollVerteiler01:hover {
    background-color: #FFF;
    color: #B50000;
}

/* Ende CalloutBoxen Varianten */

/* Klick-Button Gold-Projket */

.KlickButtonGoldVollOpacity01 {
    text-align: center;
    background-color: #D4AF37;
    border: 2px solid #D4AF37;
    border-radius: 5px;
    padding: 6px;
    color: #000;
    font-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.KlickButtonGoldVollOpacity01:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/* Ende Klick-Button Gold-Projekt */

/* Extra Button Eigenwerbung */

.ExtraButtonEigenwerbungRotVollHoverWeissRandRot01 {
    text-align: center;
    background-color: #B50000;
    border: 1px solid #B50000;
    border-radius: 5px;
    padding: 6px;
    color: #FFF;
    font-size: 100%;
}

.ExtraButtonEigenwerbungRotVollHoverWeissRandRot01:hover {
    background-color: #FFF;
    color: #B50000;
}

/* Ende Extra Button Eigenwerbung */

sup, sub {
    line-height: 0px;
}

/* Layout *//* Full size col content */
.variantFullSizeContentColumn #ContentWrapper {
    padding-left:0;
    padding-right:0;
    width: 100%;
}
.variantFullSizeContentColumn #PageWrapper #ContentColumn { 
    width: 100%; 
    float: none; 
}
.variantFullSizeContentColumn #NavWrapper {
    display: none;
}
.variantFullSizeContentColumn #ExtraWrapper {
    display:none;
}

/* hidden header */
.variantNoHeader #HeaderWrapper {
    display: none;
}

/* hidden footer */
.variantNoFooter #FooterWrapper {
    display:none;
}

/* hide extra column */
.variantNoExtraColumn #ExtraWrapper {
    display:none;
}

/* hide navigation column */
.variantNoNavColumn #NavWrapper {
    display: none;
}
