/* indasia.css */


.sr-hint { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; /* left:-9999em;*/ }

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}

html[lang="de"] q {
    quotes: "\201E" "\201C" "\2019" "\201A";
}

/* base styles */

html { font-size: 85%; }

body {
    font: 1em/1.5 Arial, Geneva, sans-serif;
    color: #666;
    background-color: #fff;
}

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1, h2, h3, h4, h5, h6 {
    color: #e3000f;
    font-family: 'Carrois Gothic';
    font-weight: normal;
    margin:0 0 0.25em;
}

h1 { font-size: 1.25em; }
h2 { font-size: 1.125em; }
h3 { font-size: 1em; }

h1, h2, h3, h4, h5, h6,
#mainnav {
    font-family: 'Carrois Gothic';
    font-weight: normal;
}

a, a:hover { text-decoration: none; color: #e0000f; }

.bodytext a {
    padding-right: 15px;
    background: url("../img/bg-a.png") right center no-repeat transparent;
}
figcaption a[href$='.pdf'],
.bodytext a.download {
    padding-right: 15px;
    background: url("../img/bg-a-download.png") right center no-repeat transparent;
}

#content a:hover { text-decoration: underline; }
#body .rc-head a:hover { text-decoration: none; }

p { margin: 0; }
p+p { margin-top: 1em; }

figure img {
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

/* layout */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body { background: url("../img/bg-sh-top.png") center 15px no-repeat #fff; }

.wrap { padding: 0 10px;}

#topnav {
    height: 35px;
}
#topnav a { color: #fff; }
#topnav > ul { float: right; padding-right: 5px;}
#topnav > ul > li {
    display: inline-block;
    min-width: 40px;
    padding: 5px;
    vertical-align: top;
}
#topnav img { display: block; }

#tlang { position: relative;}
#langtoggle {
    display: block;
    background: url("../img/bgs-lang-sel.png") 0 1px no-repeat transparent;
    width: 33px;
    height: 19px;
    padding: 4px;
    cursor: pointer;
}

#langtoggle:hover { background-position: 0 -21px; }

#langmenu {
    display:none;
    position: absolute;
    right:2px;
    top: 25px;
    z-index:15;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    background-color: #ddd;
}

#langmenu li.active { display: none; }

#langmenu span,
#langmenu a {
    display:block;
    white-space: nowrap;
    padding: 6px;
    background: #ccc;
    border-top: 1px solid #ddd;
    width:7em;
}
#langmenu a:hover { background: #bbb; }
#langmenu img {
    display: inline;
    border: 1px solid #fff;
    margin-right: 6px;
}

#searchtoggle {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/bgs-icon-search.png");
}
#searchtoggle:hover {
    background-position: 0 -20px;
}

#implink {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/bgs-icon-imp.png");
}
#implink:hover {
    background-position: 0 -20px;
}

#searchbox {
    background: url("../img/bg-search.png") right 0 no-repeat transparent;
}
#searchbox { padding-left:10px;}
#searchbox form {
    width: 205px;
    height:32px;
    padding: 0 !important;
    background: url("../img/btn-search.png") right center no-repeat transparent;
}

#searchbox input { display: inline-block; float: left; background: transparent; padding: 8px 5px; outline:0;}
#searchbox .sw { width: 164px; border: 0; }
#searchbox .submit { text-indent: -9999em; width: 40px; border:0; cursor: pointer;}


#logo {
    z-index: 10;
    position: relative;
    width: 130px;
    margin: 0 auto;
}

#logo a {
    background: url("../img/logo.png") center center no-repeat transparent;
    background-size: 100px auto;
    display:block;
    margin: 20px auto;
    max-width: 130px;
    min-height:44px;
}

#slider {
    position: relative;
    padding: 10px 0 0;
}

#slider:before {
    position: absolute;
    z-index: 5;
    top: -50px;
    width:100%;
    height: 71px;

    content: "";
    pointer-events: none;
    background: url("../img/mask-slider-top.png") center top no-repeat transparent;
}

#slider:after {
    position: absolute;
    z-index: 5;
    bottom:0;
    left:0;
    right:0;
    height: 68px;

    content: "";
    pointer-events: none;
    background: url("../img/mask-slider-bottom.png") center bottom no-repeat transparent;
}


#mainnav strong { font-weight: normal; color: #e0000f; }

#body {
    margin: 20px 0;
}

#sidebar .csc-frame,
#sidebar .csc-default {
    background: url("../img/bg-sidebar-item.png") center 0 repeat-y transparent;
    background: url("../img/bg-sidebar-item-bottom.png") center bottom no-repeat,
        url("../img/bg-sidebar-item-top.png") center top no-repeat,
        url("../img/bg-sidebar-item.png") center top repeat-y transparent;
    background-size: 100% auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

#sidebar .csc-default + .csc-default,
#sidebar .csc-default + .csc-frame,
#sidebar .csc-frame + .csc-frame,
#sidebar .csc-frame + .csc-default {
    margin-top: 2em;
}

footer.wrap {
    margin-top: -40px;
    padding-top: 55px;
    background: url("../img/bg-sh-totoplink.png") center top no-repeat transparent;
}

#totoplink {
    margin: 0 auto;
    display: block;
    min-width: 60px;
    max-width: 100px;
    min-height: 40px;
    padding-top: 40px;
    text-align: center;
    color: #666;
    font-size: 0.8em;
}

#totoplink:hover {
    background: url("../img/bg-to-top.png");
}

footer nav { text-align: center; }
#footernav { margin: 1em auto; }

#footernav a {
    color: #e0000f;
}
#footernav li {
    /*display: inline;*/
    display: inline-block;
}
#footernav li + li {
    margin-left: 1em;
    border-left: 1px solid #e0000f;
    padding-left: 1em;
}

/* home */
[data-uid="3"] #subnav { display:none; }


/* grid element */

.teaser > div { width:49% ; float: left; margin-top: 2%; }
.teaser > div:nth-child(2n) {margin-left: 2%; }
#body .teaser .csc-default + .csc-default {
    margin-top: 2%; padding-top: 0;
}

/* mobile only */
@media screen and (max-width: 679px) {

    body:after { /* http://adactio.com/journal/5429/ */
        content: 'rc-mobile';
        display: none;
    }
    head { font-family: 'rc-mobile'; }

    #searchtoggle,
    #implink,
    #langtoggle {
        border-radius: 15px;
        border: 3px solid #fff;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
        box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
        width: 26px;
        height: 26px;
    }

    #langtoggle {
        width: 39px;
        height:25px;
        border-radius: 3px;
    }
    #langmenu { top: 33px; right: 4px; }

    #logo a { margin: 10px auto 20px;}
    #slider { padding: 10px 0 20px; }


    #sidebar { margin-top: 2em; }
    #searchbox {
        display:none;
        position: absolute;
        top:33px;
        right: 10px;
        z-index: 15;

        border: 2px solid #fff;
        box-shadow: 0 0 3px rgba(0,0,0,0.25);
        background-color: #eee;
    }

    #slider .slick-dots,
    #slider .slick-arrow { display: none !important; }
}

.teaser-vary figure {
    position: relative;
}

.teaser-vary figure:hover {
    opacity: 0.9;
    transition: opacity 0.2s;
}

.teaser-vary figcaption {
    position: absolute;
    left:2px;
    right:2px;
    bottom:2px;
}

.teaser-vary figcaption a {
    display:block;
    padding:4px;
    text-decoration: none !important;
    color: rgb(255,255,255);
    background: rgba(227,0,15,0.8);
    text-shadow:0 0 4px rgb(0,0,0);
    background: rgba(0,0,0,0.8);
}

/* teaser vary */
@media screen and (min-width: 460px) {

    .teaser-vary > div { width:49% ; float: left; margin-top: 2%; }
    .teaser-vary > div:nth-child(2n) {margin-left: 2%; }
    .teaser-vary > div:nth-child(2n+1) { clear:left; }
    .teaser-vary .csc-default + .csc-default {
        padding: 0 !important;
    }

}

/* mobile and tablet */
@media screen and (max-width: 939px) {

    #subnav { display: none; }
    #mainnav {
        position: relative;
        z-index: 5;
        padding: 0;
    }

    #mainnav:before {
        content:"";
        position:absolute;
        z-index: 0;
        top:75%;
        bottom:0;
        left:0px;
        right:0px;
        -webkit-box-shadow:0 0 35px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.1);
        -moz-box-shadow:0 0 35px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.1);
        box-shadow:0 0 35px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.1);

    }

    #navtoggle {
        position: relative;
        z-index: 5;
        background-color: #fff;
        min-height: 50px;
        margin: 0;
    }

    #navtoggle:before {
        content: "";
        position: absolute;
        height: 31px;
        width: 57px;
        margin: 9px 0px;

        background: url("../img/navtoggle.png") center center no-repeat;
        border: 1px solid #fff;
        border-radius: 1px;
        box-shadow: 0 0 7px rgba(0,0,0,0.25);
    }

    #navtoggle a {
        display: block;
        height: 50px;
    }

    #navtoggle span {
        clip:auto;
        display: inline-block;
        padding-left: 70px;
        color: #333;
        font-size:2em;
        line-height:51px;
    }

    #mainnav > ul {
        border: 4px solid #eee;
        border-width: 1px 2px 1px;
        z-index: 0;
        position: relative;
    }

    #mainnav li {
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(249,249,249,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(249,249,249,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(249,249,249,1) 100%); /* W3C */
        overflow:hidden;
    }

    #mainnav li strong,
    #mainnav li a {
        display: block;
        padding: 0.5em 1em;
        font-size: 1.2em;
        color: #333;
    }

    #mainnav .rc-more {
        display:block;
        width: 20%;
        font-size: 2.4em;
        line-height:1;
        padding: 0.125em 0.5em;
        text-align:center;
        color: #fff;
        background-color: rgba(0,0,0,0.025);
        text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
        border-left: 1px solid #eee;
    }

    .ie9 #mainnav .rc-more { color: #aaa; }

    #mainnav .rc-more b:after {
        content: "+";
    }
    #mainnav .hover > .rc-more b:after {
        content: "-";
    }

    #mainnav li { border-bottom: 1px solid #eee; }

    #mainnav ul ul {
        border-top: 1px solid #eee;
    }

    #mainnav ul ul li {
    }

    #mainnav ul ul li a,
    #mainnav ul ul li strong {
        background: rgba(0,0,0,0.03);
        padding-left: 2em;
    }
    #mainnav ul ul ul li a,
    #mainnav ul ul ul li strong {
        background: rgba(0,0,0,0.06);
        padding-left: 3em;
    }


    /* rc-container functional styles */
    .rc-container {
        /*  display: none; */
    }

    /* rc-nav functional styles */
    .rc-nav-enabled ul {
        display:none;
    }

    .rc-nav-enabled > li.hover > ul {
        display:block;
    }

    .rc-nav-enabled .rc-more {
        float: right;
        cursor: pointer;
        z-index: 1;
    }

    .rc-nav-enabled li.hover > ul {
        display:block;
    }



}

/* tablet and up */
@media all and (min-width: 680px) {

    body:after {
        content: 'rc-tablet';
        display: none;
    }
    head { font-family: 'rc-tablet'; }

    body { background-position: center top; }

    #topnav { margin-top: 15px;}
    #logo a { margin: -20px auto 20px;}
    #body { position: relative; min-height: 420px; }
    .wrap { padding: 0 20px; }

    #topnav > ul > li#tsearch { display: none; }
    #searchbox { display: block !important; }

    #slider:after { bottom: 20px; }
    #slider .slick-slider { padding-bottom: 30px;}


    #slider .slick-dots {
        position: absolute;
        left:0;
        right:0;
        z-index:2;
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;

        z-index: 10;
        top: auto;
        bottom: 0px;
        padding-bottom: 10px;
        background: url("../img/bg-slider-pos.png") center bottom no-repeat transparent;
    }
    #slider .slick-dots li {
        display: inline;
    }

    #slider .slick-dots button {
        background: url("../img/slider-pos-sprite.png") no-repeat;
        width: 20px;
        height: 20px;
        border: none;
        color: rgba(0,0,0,0);
        outline: none;
        -webkit-appearance: none;
    }

    #slider .slick-dots button:hover {
        background-position: 0 -20px;
    }

    #slider .slick-dots .slick-active button {
        background-position: 0 -40px;
        cursor: default;
    }

    #content {
        width: 100%;
        float: left;
        padding: 0 235px 0 0; /* 20px + 215px sidebar */
    }

    .no-sidebar #content {
        padding: 0;
    }

    #sidebar {
        float: left;
        margin-left: -215px; /* pull it back to to left */
        min-height: 420px;
        width: 215px;
        padding: 0 0 0 10px;
        background: url("../img/bg-sidebar-vert.png") 0 0 no-repeat transparent;
    }
    #sidebar > div + div { margin-top: 2em; }
    #sidebar > div > * { padding: 0 10px;}

    /* gridelement */
    .twocols > div { width:49% ; float: left; clear: left; margin: 1em 0; }
    .twocols > div:nth-child(2n) {margin-left: 2%; clear:none; }
    #body .twocols .csc-default + .csc-default {
        padding-top: 0;
    }

}

/* tablet only */
@media screen and (min-width: 680px) and (max-width:939px) {

    #slider .slick-arrow { display: none !important; }

}

/* "desktop" and up */
@media all and (min-width: 940px) {

    body:after {
        content: 'rc-desktop';
        display: none;
    }
    head { font-family: 'rc-desktop'; }

    html { font-size: 80%; }

    #logo a { background-size: auto; height: 56px; }
    #slider,
    .wrap { width: 940px; margin: 0 auto; padding: 0; }
    #slider { padding: 10px 0 0;}

    #slider .slick-arrow {
        position: absolute;
        display: block !important;
        top:45%;
        z-index:1;
        background: url("../img/slider-dir-sprite2.png") 0 0 transparent;
        height: 47px;
        width: 38px;
        margin: -24px 0 0;
        color: rgba(0,0,0,0);
        border: none;
        outline: none;
        -webkit-appearance: none;
    }
    #slider .slick-prev {
        left:20px;
    }
    #slider .slick-next {
        background-position: -38px 0;
        right:20px;
    }

    #slider .slick-next:hover {
        background-position: -38px -47px;
    }

    #slider .slick-prev:hover {
        background-position: 0px -47px;
    }

    #body {
        margin: 0; padding: 20px 0 0;
        background: url("../img/bg-sh-main.png") center top no-repeat transparent;
    }


    #mainnav ul ul { display:none; }

    #mainnav li { float: left; }

    #mainnav strong,
    #mainnav a {
        display:block;
        font-size: 1.3em;
        padding: 20px;
    }
    #mainnav a { color: #333; }

    #mainnav a:hover,
    #mainnav a:focus {
        color: #e0000f;
    }
    #mainnav .active a,
    #mainnav .active strong {
        background: url("../img/mainnav-active.png") center bottom no-repeat transparent;
        color: #e0000f;
    }

    #subnav {
        float: left;
        min-height: 1px; /* do not collapse */
        width: 155px;
        margin: 0  10px 0 20px;
    }

    #subnav strong,
    #subnav a {
        display: block;
        font-weight: normal;
        color: #333;
        padding: 0.5em 0;
    }

    #subnav a:hover,
    #subnav a:focus {
        color: #e0000f;
    }
    #subnav .active {
        background: url("../img/bg-subnav-active.png") center 0 repeat-y transparent;
        background: url("../img/bg-subnav-active-bottom.png") center bottom no-repeat,
            url("../img/bg-subnav-active-top.png") center top no-repeat,
            url("../img/bg-subnav-active.png") center top repeat-y transparent;
    }

    #subnav.active a,
    #subnav .active strong {
        background: url("../img/bg-arr-right.png") right center no-repeat transparent;
        color: #e0000f;
        padding-right: 10px;
    }

    #content {
        float: left;
        min-height:1px; /* do not collapse */
        width: 480px;
        margin: 0 20px;
        padding: 0;
    }

    .no-sidebar #content {
        width: 705px;
    }
    [data-uid="3"] #content { width: 685px; }

    #sidebar {
        margin-left: 0;
    }

    /*
      .teaser-vary > div { width:32% ; float: left; margin-top: 2%; margin-left: 2%}
      .teaser-vary > div:nth-child(2n+1) { clear:none; }
      .teaser-vary > div:nth-child(3n+1) { margin-left: 0; clear: left; }
    */

}



/* search page */

.browsebox { padding: 0; }

/* google maps */

.cbQuickGoogleMap {
    padding: 2px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    max-width: 100% !important;

}

.inner_cbQuickGoogleMap {
    max-width: 100% !important;
}

.cbQuickGoogleMap img {
    max-width: none;
}


/* powermail */

.tx-powermail fieldset { border: 0; margin:0; padding:0; }
.tx-powermail legend { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }

.powermail_fieldwrap + .powermail_fieldwrap { margin-top: 1em; }
.tx-powermail label {
    display: block;
    color: #000;
}
.tx-powermail .mandatory {
    color: #e3000f;
    padding-left: 4px;
}

.tx-powermail input {
    min-width: 234px;
    max-width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    min-width: auto;
}

.tx-powermail textarea { width: 100%; }

.tx-powermail .powermail_captchaimage {
    display: block;
    margin-top: 0.5em;
    padding: 2px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.tx-powermail #powermail_fieldwrap_10 { margin-top: 0.25em; }


/* csc-frames */
.csc-frame-newsletter { position:relative; }
.csc-frame-newsletter p { padding-right: 90px !important ;}
.csc-frame-newsletter a.fatlink {
    background:url("../img/bg-newsletter.png") right bottom no-repeat transparent;
}

.csc-frame-newsletter .inner a { position:relative; z-index:1;}

.fatlink {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fatlink:hover,
.fatlink:focus {box-shadow: inset 1px 1px 19px rgba(0, 0, 0, 0.05); }

#content .csc-default + .csc-default,
#content .csc-default + .csc-frame,
#content .csc-frame + .csc-frame,
#content .csc-frame + .csc-default { padding-top: 1em; }

.csc-frame-rulerBefore {
    margin-top: 1em; padding-top: 1em;
    background: url("../img/content-sep.png") center top no-repeat transparent;
    background-size: 100% 1px;
}
