/*
.img-thumbnail{
    padding:4px;
    line-height:1.5;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:0;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    display:inline-block;
    max-width:100%;
    height:auto
}
.img-circle{
    border-radius:50%
}
hr{
    margin-top:18px;
    margin-bottom:18px;
    border:0;
    border-top:1px solid gray
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
[role="button"]{
    cursor:pointer
} */
/*
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight:700;
    line-height:1.1;
    color:#0066b3
}
h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{
    font-weight:normal;
    line-height:1;
    color:#777
}
h1,.h1,h2,.h2,h3,.h3{
    margin-top:18px;
    margin-bottom:9px
}
h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{
    font-size:65%
}
h4,.h4,h5,.h5,h6,.h6{
    margin-top:9px;
    margin-bottom:9px
}
 h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{
    font-size:75%
}
h1,.h1{
    font-size:20px
}
h2,.h2{
    font-size:17px
}
h3,.h3{
    font-size:14px
}
h4,.h4{
    font-size:14px
}
h5,.h5{
    font-size:11px
}
h6,.h6{
    font-size:11px
} */
/*p{
    margin:0 0 9px
} */
.lead{
    margin-bottom:18px;
    font-size:13px;
    font-weight:300;
    line-height:1.4
}
@media (min-width: 768px){
    .lead{
        font-size:18px
    }
}
small,.small{
    font-size:91%
}
/*
mark,.mark{
    background-color:#fcf8e3;
    padding:.2em
}
.text-left{
    text-align:left
}
.text-right{
    text-align:right
}
.text-center{
    text-align:center
}
.text-justify{
    text-align:justify
}
.text-nowrap{
    white-space:nowrap
}
.text-lowercase{
    text-transform:lowercase
}
.text-uppercase,.initialism{
    text-transform:uppercase
}
.text-capitalize{
    text-transform:capitalize
}
.text-muted{
    color:#777
}
.text-primary{
    color:#0066b3
}
a.text-primary:hover,a.text-primary:focus{
    color:#004980
}
.text-success{
    color:#3c763d
}
a.text-success:hover,a.text-success:focus{
    color:#2b542c
}
.text-info{
    color:#31708f
}
a.text-info:hover,a.text-info:focus{
    color:#245269
}
.text-warning{
    color:#8a6d3b
}
a.text-warning:hover,a.text-warning:focus{
    color:#66512c
}
.text-danger{
    color:#a94442
}
a.text-danger:hover,a.text-danger:focus{
    color:#843534
}
.bg-primary{
    color:#fff
}
.bg-primary{
    background-color:#0066b3
}
a.bg-primary:hover,a.bg-primary:focus{
    background-color:#004980
}
.bg-success{
    background-color:#dff0d8
}
a.bg-success:hover,a.bg-success:focus{
    background-color:#c1e2b3
}
.bg-info{
    background-color:#d9edf7
}
a.bg-info:hover,a.bg-info:focus{
    background-color:#afd9ee
}
.bg-warning{
    background-color:#fcf8e3
}
a.bg-warning:hover,a.bg-warning:focus{
    background-color:#f7ecb5
}
.bg-danger{
    background-color:#f2dede
}
a.bg-danger:hover,a.bg-danger:focus{
    background-color:#e4b9b9
}
.page-header{
    padding-bottom:8px;
    margin:36px 0 18px;
    border-bottom:1px solid #eee
}
ul,ol{
    margin-top:0;
    margin-bottom:9px
}
ul ul,ul ol,ol ul,ol ol{
    margin-bottom:0
}
.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline{
    padding-left:0;
    list-style:none;
    margin-left:-5px
}
.list-inline>li{
    display:inline-block;
    padding-left:5px;
    padding-right:5px
}
dl{
    margin-top:0;
    margin-bottom:18px
}
dt,dd{
    line-height:1.5
}
dt{
    font-weight:bold
}
dd{
    margin-left:0
}
.dl-horizontal dd:before,.dl-horizontal dd:after{
    content:" ";
    display:table
}
.dl-horizontal dd:after{
    clear:both
}
@media (min-width: 768px){
    .dl-horizontal dt{
        float:left;
        width:160px;
        clear:left;
        text-align:right;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    .dl-horizontal dd{
        margin-left:180px
    }
}
abbr[title],abbr[data-original-title]{
    cursor:help;
    border-bottom:1px dotted #777
}
.initialism{
    font-size:90%
}
blockquote{
    padding:9px 18px;
    margin:0 0 18px;
    font-size:15px;
    border-left:5px solid #eee
}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{
    margin-bottom:0
}
blockquote footer,blockquote small,blockquote .small{
    display:block;
    font-size:80%;
    line-height:1.5;
    color:#777
}
blockquote footer:before,blockquote small:before,blockquote .small:before{
    content:'\2014 \00A0'
}
.blockquote-reverse,blockquote.pull-right{
    padding-right:15px;
    padding-left:0;
    border-right:5px solid #eee;
    border-left:0;
    text-align:right
}
.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{
    content:''
}
.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{
    content:'\00A0 \2014'
}
address{
    margin-bottom:18px;
    font-style:normal;
    line-height:1.5
}
.container{
    margin-right:auto;
    margin-left:auto;
    padding-left:7px;
    padding-right:7px
}
.container:before,.container:after{
    content:" ";
    display:table
}
.container:after{
    clear:both
}
@media (min-width: 768px){
    .container{
        width:734px
    }
}
@media (min-width: 992px){
    .container{
        width:954px
    }
}
@media (min-width: 1200px){
    .container{
        width:1154px
    }
} */
/*
.container-fluid{
    margin-right:auto;
    margin-left:auto;
    padding-left:7px;
    padding-right:7px
}
.container-fluid:before,.container-fluid:after{
    content:" ";
    display:table
}
.container-fluid:after{
    clear:both
}
.row{
    margin-left:-7px;
    margin-right:-7px
}
.row:before,.row:after{
    content:" ";
    display:table
}
.row:after{
    clear:both
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
    float:left
}
.col-xs-1{
    width:8.33333%
}
.col-xs-2{
    width:16.66667%
}
.col-xs-3{
    width:25%
}
.col-xs-4{
    width:33.33333%
}
.col-xs-5{
    width:41.66667%
}
.col-xs-6{
    width:50%
}
.col-xs-7{
    width:58.33333%
}
.col-xs-8{
    width:66.66667%
}
.col-xs-9{
    width:75%
}
.col-xs-10{
    width:83.33333%
}
.col-xs-11{
    width:91.66667%
}
.col-xs-12{
    width:100%
}
.col-xs-pull-0{
    right:auto
}
.col-xs-pull-1{
    right:8.33333%
}
.col-xs-pull-2{
    right:16.66667%
}
.col-xs-pull-3{
    right:25%
}
.col-xs-pull-4{
    right:33.33333%
}
.col-xs-pull-5{
    right:41.66667%
}
.col-xs-pull-6{
    right:50%
}
.col-xs-pull-7{
    right:58.33333%
}
.col-xs-pull-8{
    right:66.66667%
}
.col-xs-pull-9{
    right:75%
}
.col-xs-pull-10{
    right:83.33333%
}
.col-xs-pull-11{
    right:91.66667%
}
.col-xs-pull-12{
    right:100%
}
.col-xs-push-0{
    left:auto
}
.col-xs-push-1{
    left:8.33333%
}
.col-xs-push-2{
    left:16.66667%
}
.col-xs-push-3{
    left:25%
}
.col-xs-push-4{
    left:33.33333%
}
.col-xs-push-5{
    left:41.66667%
}
.col-xs-push-6{
    left:50%
}
.col-xs-push-7{
    left:58.33333%
}
.col-xs-push-8{
    left:66.66667%
}
.col-xs-push-9{
    left:75%
}
.col-xs-push-10{
    left:83.33333%
}
.col-xs-push-11{
    left:91.66667%
}
.col-xs-push-12{
    left:100%
}
.col-xs-offset-0{
    margin-left:0%
}
.col-xs-offset-1{
    margin-left:8.33333%
}
.col-xs-offset-2{
    margin-left:16.66667%
}
.col-xs-offset-3{
    margin-left:25%
}
.col-xs-offset-4{
    margin-left:33.33333%
}
.col-xs-offset-5{
    margin-left:41.66667%
}
.col-xs-offset-6{
    margin-left:50%
}
.col-xs-offset-7{
    margin-left:58.33333%
}
.col-xs-offset-8{
    margin-left:66.66667%
}
.col-xs-offset-9{
    margin-left:75%
}
.col-xs-offset-10{
    margin-left:83.33333%
}
.col-xs-offset-11{
    margin-left:91.66667%
}
.col-xs-offset-12{
    margin-left:100%
}
@media (min-width: 768px){
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{
        float:left
    }
    .col-sm-1{
        width:8.33333%
    }
    .col-sm-2{
        width:16.66667%
    }
    .col-sm-3{
        width:25%
    }
    .col-sm-4{
        width:33.33333%
    }
    .col-sm-5{
        width:41.66667%
    }
    .col-sm-6{
        width:50%
    }
    .col-sm-7{
        width:58.33333%
    }
    .col-sm-8{
        width:66.66667%
    }
    .col-sm-9{
        width:75%
    }
    .col-sm-10{
        width:83.33333%
    }
    .col-sm-11{
        width:91.66667%
    }
    .col-sm-12{
        width:100%
    }
    .col-sm-pull-0{
        right:auto
    }
    .col-sm-pull-1{
        right:8.33333%
    }
    .col-sm-pull-2{
        right:16.66667%
    }
    .col-sm-pull-3{
        right:25%
    }
    .col-sm-pull-4{
        right:33.33333%
    }
    .col-sm-pull-5{
        right:41.66667%
    }
    .col-sm-pull-6{
        right:50%
    }
    .col-sm-pull-7{
        right:58.33333%
    }
    .col-sm-pull-8{
        right:66.66667%
    }
    .col-sm-pull-9{
        right:75%
    }
    .col-sm-pull-10{
        right:83.33333%
    }
    .col-sm-pull-11{
        right:91.66667%
    }
    .col-sm-pull-12{
        right:100%
    }
    .col-sm-push-0{
        left:auto
    }
    .col-sm-push-1{
        left:8.33333%
    }
    .col-sm-push-2{
        left:16.66667%
    }
    .col-sm-push-3{
        left:25%
    }
    .col-sm-push-4{
        left:33.33333%
    }
    .col-sm-push-5{
        left:41.66667%
    }
    .col-sm-push-6{
        left:50%
    }
    .col-sm-push-7{
        left:58.33333%
    }
    .col-sm-push-8{
        left:66.66667%
    }
    .col-sm-push-9{
        left:75%
    }
    .col-sm-push-10{
        left:83.33333%
    }
    .col-sm-push-11{
        left:91.66667%
    }
    .col-sm-push-12{
        left:100%
    }
    .col-sm-offset-0{
        margin-left:0%
    }
    .col-sm-offset-1{
        margin-left:8.33333%
    }
    .col-sm-offset-2{
        margin-left:16.66667%
    }
    .col-sm-offset-3{
        margin-left:25%
    }
    .col-sm-offset-4{
        margin-left:33.33333%
    }
    .col-sm-offset-5{
        margin-left:41.66667%
    }
    .col-sm-offset-6{
        margin-left:50%
    }
    .col-sm-offset-7{
        margin-left:58.33333%
    }
    .col-sm-offset-8{
        margin-left:66.66667%
    }
    .col-sm-offset-9{
        margin-left:75%
    }
    .col-sm-offset-10{
        margin-left:83.33333%
    }
    .col-sm-offset-11{
        margin-left:91.66667%
    }
    .col-sm-offset-12{
        margin-left:100%
    }
}
@media (min-width: 992px){
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
        float:left
    }
    .col-md-1{
        width:8.33333%
    }
    .col-md-2{
        width:16.66667%
    }
    .col-md-3{
        width:25%
    }
    .col-md-4{
        width:33.33333%
    }
    .col-md-5{
        width:41.66667%
    }
    .col-md-6{
        width:50%
    }
    .col-md-7{
        width:58.33333%
    }
    .col-md-8{
        width:66.66667%
    }
    .col-md-9{
        width:75%
    }
    .col-md-10{
        width:83.33333%
    }
    .col-md-11{
        width:91.66667%
    }
    .col-md-12{
        width:100%
    }
    .col-md-pull-0{
        right:auto
    }
    .col-md-pull-1{
        right:8.33333%
    }
    .col-md-pull-2{
        right:16.66667%
    }
    .col-md-pull-3{
        right:25%
    }
    .col-md-pull-4{
        right:33.33333%
    }
    .col-md-pull-5{
        right:41.66667%
    }
    .col-md-pull-6{
        right:50%
    }
    .col-md-pull-7{
        right:58.33333%
    }
    .col-md-pull-8{
        right:66.66667%
    }
    .col-md-pull-9{
        right:75%
    }
    .col-md-pull-10{
        right:83.33333%
    }
    .col-md-pull-11{
        right:91.66667%
    }
    .col-md-pull-12{
        right:100%
    }
    .col-md-push-0{
        left:auto
    }
    .col-md-push-1{
        left:8.33333%
    }
    .col-md-push-2{
        left:16.66667%
    }
    .col-md-push-3{
        left:25%
    }
    .col-md-push-4{
        left:33.33333%
    }
    .col-md-push-5{
        left:41.66667%
    }
    .col-md-push-6{
        left:50%
    }
    .col-md-push-7{
        left:58.33333%
    }
    .col-md-push-8{
        left:66.66667%
    }
    .col-md-push-9{
        left:75%
    }
    .col-md-push-10{
        left:83.33333%
    }
    .col-md-push-11{
        left:91.66667%
    }
    .col-md-push-12{
        left:100%
    }
    .col-md-offset-0{
        margin-left:0%
    }
    .col-md-offset-1{
        margin-left:8.33333%
    }
    .col-md-offset-2{
        margin-left:16.66667%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-4{
        margin-left:33.33333%
    }
    .col-md-offset-5{
        margin-left:41.66667%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-7{
        margin-left:58.33333%
    }
    .col-md-offset-8{
        margin-left:66.66667%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-10{
        margin-left:83.33333%
    }
    .col-md-offset-11{
        margin-left:91.66667%
    }
    .col-md-offset-12{
        margin-left:100%
    }
}
@media (min-width: 1200px){
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{
        float:left
    }
    .col-lg-1{
        width:8.33333%
    }
    .col-lg-2{
        width:16.66667%
    }
    .col-lg-3{
        width:25%
    }
    .col-lg-4{
        width:33.33333%
    }
    .col-lg-5{
        width:41.66667%
    }
    .col-lg-6{
        width:50%
    }
    .col-lg-7{
        width:58.33333%
    }
    .col-lg-8{
        width:66.66667%
    }
    .col-lg-9{
        width:75%
    }
    .col-lg-10{
        width:83.33333%
    }
    .col-lg-11{
        width:91.66667%
    }
    .col-lg-12{
        width:100%
    }
    .col-lg-pull-0{
        right:auto
    }
    .col-lg-pull-1{
        right:8.33333%
    }
    .col-lg-pull-2{
        right:16.66667%
    }
    .col-lg-pull-3{
        right:25%
    }
    .col-lg-pull-4{
        right:33.33333%
    }
    .col-lg-pull-5{
        right:41.66667%
    }
    .col-lg-pull-6{
        right:50%
    }
    .col-lg-pull-7{
        right:58.33333%
    }
    .col-lg-pull-8{
        right:66.66667%
    }
    .col-lg-pull-9{
        right:75%
    }
    .col-lg-pull-10{
        right:83.33333%
    }
    .col-lg-pull-11{
        right:91.66667%
    }
    .col-lg-pull-12{
        right:100%
    }
    .col-lg-push-0{
        left:auto
    }
    .col-lg-push-1{
        left:8.33333%
    }
    .col-lg-push-2{
        left:16.66667%
    }
    .col-lg-push-3{
        left:25%
    }
    .col-lg-push-4{
        left:33.33333%
    }
    .col-lg-push-5{
        left:41.66667%
    }
    .col-lg-push-6{
        left:50%
    }
    .col-lg-push-7{
        left:58.33333%
    }
    .col-lg-push-8{
        left:66.66667%
    }
    .col-lg-push-9{
        left:75%
    }
    .col-lg-push-10{
        left:83.33333%
    }
    .col-lg-push-11{
        left:91.66667%
    }
    .col-lg-push-12{
        left:100%
    }
    .col-lg-offset-0{
        margin-left:0%
    }
    .col-lg-offset-1{
        margin-left:8.33333%
    }
    .col-lg-offset-2{
        margin-left:16.66667%
    }
    .col-lg-offset-3{
        margin-left:25%
    }
    .col-lg-offset-4{
        margin-left:33.33333%
    }
    .col-lg-offset-5{
        margin-left:41.66667%
    }
    .col-lg-offset-6{
        margin-left:50%
    }
    .col-lg-offset-7{
        margin-left:58.33333%
    }
    .col-lg-offset-8{
        margin-left:66.66667%
    }
    .col-lg-offset-9{
        margin-left:75%
    }
    .col-lg-offset-10{
        margin-left:83.33333%
    }
    .col-lg-offset-11{
        margin-left:91.66667%
    }
    .col-lg-offset-12{
        margin-left:100%
    }
} */
/*
table{
    background-color:transparent
}
caption{
    padding-top:8px;
    padding-bottom:8px;
    color:#777;
    text-align:left
}
th{
    text-align:left
}
.table{
    width:100%;
    max-width:100%;
    margin-bottom:18px
}
.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{
    padding:8px;
    line-height:1.5;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table>thead>tr>th{
    vertical-align:bottom;
    border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{
    border-top:0
}
.table>tbody+tbody{
    border-top:2px solid #ddd
}
.table .table{
    background-color:#fff
}
.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{
    padding:5px
}
.table-bordered{
    border:1px solid #ddd
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{
    border:1px solid #ddd
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{
    border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color:#f9f9f9
}
.table-hover>tbody>tr:hover{
    background-color:#f5f5f5
}
table col[class*="col-"]{
    position:static;
    float:none;
    display:table-column
}
table td[class*="col-"],table th[class*="col-"]{
    position:static;
    float:none;
    display:table-cell
}
.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{
    background-color:#f5f5f5
}
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{
    background-color:#e8e8e8
}
.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{
    background-color:#dff0d8
}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{
    background-color:#d0e9c6
}
.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{
    background-color:#d9edf7
}
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{
    background-color:#c4e3f3
}
.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{
    background-color:#fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{
    background-color:#faf2cc
}
.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{
    background-color:#f2dede
}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{
    background-color:#ebcccc
}
.table-responsive{
    overflow-x:auto;
    min-height:0.01%
}
@media screen and (max-width: 767px){
    .table-responsive{
        width:100%;
        margin-bottom:13.5px;
        overflow-y:hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        border:1px solid #ddd
    }
    .table-responsive>.table{
        margin-bottom:0
    }
    .table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{
        white-space:nowrap
    }
    .table-responsive>.table-bordered{
        border:0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{
        border-left:0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{
        border-right:0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{
        border-bottom:0
    }
} */
/*
.btn,.mod_newsreader .back a,.formbody .widget.widget-submit .submit{
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:6px 12px;
    font-size:12px;
    line-height:1.5;
    border-radius:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.btn:focus,.mod_newsreader .back a:focus,.formbody .widget.widget-submit .submit:focus,.btn.focus,.mod_newsreader .back a.focus,.formbody .widget.widget-submit .focus.submit,.btn:active:focus,.mod_newsreader .back a:active:focus,.formbody .widget.widget-submit .submit:active:focus,.btn:active.focus,.mod_newsreader .back a:active.focus,.formbody .widget.widget-submit .submit:active.focus,.btn.active:focus,.mod_newsreader .back a.active:focus,.formbody .widget.widget-submit .active.submit:focus,.btn.active.focus,.mod_newsreader .back a.active.focus,.formbody .widget.widget-submit .active.focus.submit{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn:hover,.mod_newsreader .back a:hover,.formbody .widget.widget-submit .submit:hover,.btn:focus,.mod_newsreader .back a:focus,.formbody .widget.widget-submit .submit:focus,.btn.focus,.mod_newsreader .back a.focus,.formbody .widget.widget-submit .focus.submit{
    color:#333;
    text-decoration:none
}
.btn:active,.mod_newsreader .back a:active,.formbody .widget.widget-submit .submit:active,.btn.active,.mod_newsreader .back a.active,.formbody .widget.widget-submit .active.submit{
    outline:0;
    background-image:none;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn.disabled,.mod_newsreader .back a.disabled,.formbody .widget.widget-submit .disabled.submit,.btn[disabled],.mod_newsreader .back a[disabled],.formbody .widget.widget-submit [disabled].submit,fieldset[disabled] .btn,fieldset[disabled] .mod_newsreader .back a,.mod_newsreader .back fieldset[disabled] a,fieldset[disabled] .formbody .widget.widget-submit .submit,.formbody .widget.widget-submit fieldset[disabled] .submit{
    cursor:not-allowed;
    opacity:.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none
}
a.btn.disabled,.mod_newsreader .back a.disabled,.formbody .widget.widget-submit a.disabled.submit,fieldset[disabled] a.btn,fieldset[disabled] .mod_newsreader .back a,.mod_newsreader .back fieldset[disabled] a,fieldset[disabled] .formbody .widget.widget-submit a.submit,.formbody .widget.widget-submit fieldset[disabled] a.submit{
    pointer-events:none
}
.btn-default{
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn-default:focus,.btn-default.focus{
    color:#333;
    background-color:#e6e6e6;
    border-color:#8c8c8c
}
.btn-default:hover{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{
    color:#333;
    background-color:#d4d4d4;
    border-color:#8c8c8c
}
.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{
    background-image:none
}
.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{
    background-color:#fff;
    border-color:#ccc
}
.btn-default .badge{
    color:#fff;
    background-color:#333
}
.btn-primary,.formbody .widget.widget-submit .submit{
    color:#fff;
    background-color:#0066b3;
    border-color:#00579a
}
.btn-primary:focus,.formbody .widget.widget-submit .submit:focus,.btn-primary.focus,.formbody .widget.widget-submit .focus.submit{
    color:#fff;
    background-color:#004980;
    border-color:#000f1a
}
.btn-primary:hover,.formbody .widget.widget-submit .submit:hover{
    color:#fff;
    background-color:#004980;
    border-color:#00355c
}
.btn-primary:active,.formbody .widget.widget-submit .submit:active,.btn-primary.active,.formbody .widget.widget-submit .active.submit,.open>.btn-primary.dropdown-toggle,.formbody .widget.widget-submit .open>.dropdown-toggle.submit{
    color:#fff;
    background-color:#004980;
    border-color:#00355c
}
.btn-primary:active:hover,.formbody .widget.widget-submit .submit:active:hover,.btn-primary:active:focus,.formbody .widget.widget-submit .submit:active:focus,.btn-primary:active.focus,.formbody .widget.widget-submit .submit:active.focus,.btn-primary.active:hover,.formbody .widget.widget-submit .active.submit:hover,.btn-primary.active:focus,.formbody .widget.widget-submit .active.submit:focus,.btn-primary.active.focus,.formbody .widget.widget-submit .active.focus.submit,.open>.btn-primary.dropdown-toggle:hover,.formbody .widget.widget-submit .open>.dropdown-toggle.submit:hover,.open>.btn-primary.dropdown-toggle:focus,.formbody .widget.widget-submit .open>.dropdown-toggle.submit:focus,.open>.btn-primary.dropdown-toggle.focus,.formbody .widget.widget-submit .open>.dropdown-toggle.focus.submit{
    color:#fff;
    background-color:#00355c;
    border-color:#000f1a
}
.btn-primary:active,.formbody .widget.widget-submit .submit:active,.btn-primary.active,.formbody .widget.widget-submit .active.submit,.open>.btn-primary.dropdown-toggle,.formbody .widget.widget-submit .open>.dropdown-toggle.submit{
    background-image:none
}
.btn-primary.disabled:hover,.formbody .widget.widget-submit .disabled.submit:hover,.btn-primary.disabled:focus,.formbody .widget.widget-submit .disabled.submit:focus,.btn-primary.disabled.focus,.formbody .widget.widget-submit .disabled.focus.submit,.btn-primary[disabled]:hover,.formbody .widget.widget-submit [disabled].submit:hover,.btn-primary[disabled]:focus,.formbody .widget.widget-submit [disabled].submit:focus,.btn-primary[disabled].focus,.formbody .widget.widget-submit [disabled].focus.submit,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .formbody .widget.widget-submit .submit:hover,.formbody .widget.widget-submit fieldset[disabled] .submit:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .formbody .widget.widget-submit .submit:focus,.formbody .widget.widget-submit fieldset[disabled] .submit:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .formbody .widget.widget-submit .focus.submit,.formbody .widget.widget-submit fieldset[disabled] .focus.submit{
    background-color:#0066b3;
    border-color:#00579a
}
.btn-primary .badge,.formbody .widget.widget-submit .submit .badge{
    color:#0066b3;
    background-color:#fff
}
.btn-success,.mod_newsreader .back a{
    color:#fff;
    background-color:#6cb640;
    border-color:#61a339
}
.btn-success:focus,.mod_newsreader .back a:focus,.btn-success.focus,.mod_newsreader .back a.focus{
    color:#fff;
    background-color:#569033;
    border-color:#294518
}
.btn-success:hover,.mod_newsreader .back a:hover{
    color:#fff;
    background-color:#569033;
    border-color:#467629
}
.btn-success:active,.mod_newsreader .back a:active,.btn-success.active,.mod_newsreader .back a.active,.open>.btn-success.dropdown-toggle,.mod_newsreader .back .open>a.dropdown-toggle{
    color:#fff;
    background-color:#569033;
    border-color:#467629
}
.btn-success:active:hover,.mod_newsreader .back a:active:hover,.btn-success:active:focus,.mod_newsreader .back a:active:focus,.btn-success:active.focus,.mod_newsreader .back a:active.focus,.btn-success.active:hover,.mod_newsreader .back a.active:hover,.btn-success.active:focus,.mod_newsreader .back a.active:focus,.btn-success.active.focus,.mod_newsreader .back a.active.focus,.open>.btn-success.dropdown-toggle:hover,.mod_newsreader .back .open>a.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.mod_newsreader .back .open>a.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus,.mod_newsreader .back .open>a.dropdown-toggle.focus{
    color:#fff;
    background-color:#467629;
    border-color:#294518
}
.btn-success:active,.mod_newsreader .back a:active,.btn-success.active,.mod_newsreader .back a.active,.open>.btn-success.dropdown-toggle,.mod_newsreader .back .open>a.dropdown-toggle{
    background-image:none
}
.btn-success.disabled:hover,.mod_newsreader .back a.disabled:hover,.btn-success.disabled:focus,.mod_newsreader .back a.disabled:focus,.btn-success.disabled.focus,.mod_newsreader .back a.disabled.focus,.btn-success[disabled]:hover,.mod_newsreader .back a[disabled]:hover,.btn-success[disabled]:focus,.mod_newsreader .back a[disabled]:focus,.btn-success[disabled].focus,.mod_newsreader .back a[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .mod_newsreader .back a:hover,.mod_newsreader .back fieldset[disabled] a:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .mod_newsreader .back a:focus,.mod_newsreader .back fieldset[disabled] a:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .mod_newsreader .back a.focus,.mod_newsreader .back fieldset[disabled] a.focus{
    background-color:#6cb640;
    border-color:#61a339
}
.btn-success .badge,.mod_newsreader .back a .badge{
    color:#6cb640;
    background-color:#fff
}
.btn-info{
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info:focus,.btn-info.focus{
    color:#fff;
    background-color:#31b0d5;
    border-color:#1b6d85
}
.btn-info:hover{
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{
    color:#fff;
    background-color:#269abc;
    border-color:#1b6d85
}
.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{
    background-image:none
}
.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info .badge{
    color:#5bc0de;
    background-color:#fff
}
.btn-warning{
    color:#fff;
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning:focus,.btn-warning.focus{
    color:#fff;
    background-color:#ec971f;
    border-color:#985f0d
}
.btn-warning:hover{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{
    color:#fff;
    background-color:#d58512;
    border-color:#985f0d
}
.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{
    background-image:none
}
.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning .badge{
    color:#f0ad4e;
    background-color:#fff
}
.btn-danger{
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger:focus,.btn-danger.focus{
    color:#fff;
    background-color:#c9302c;
    border-color:#761c19
}
.btn-danger:hover{
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}
.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}
.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{
    color:#fff;
    background-color:#ac2925;
    border-color:#761c19
}
.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{
    background-image:none
}
.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger .badge{
    color:#d9534f;
    background-color:#fff
}
.btn-link{
    color:#0066b3;
    font-weight:normal;
    border-radius:0
}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{
    border-color:transparent
}
.btn-link:hover,.btn-link:focus{
    color:#003a67;
    text-decoration:none;
    background-color:transparent
}
.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{
    color:#777;
    text-decoration:none
}
.btn-lg{
    padding:10px 16px;
    font-size:15px;
    line-height:1.33333;
    border-radius:0
}
.btn-sm{
    padding:5px 10px;
    font-size:11px;
    line-height:1.5;
    border-radius:0
}
.btn-xs{
    padding:1px 5px;
    font-size:11px;
    line-height:1.5;
    border-radius:0
}
.btn-block{
    display:block;
    width:100%
}
.btn-block+.btn-block{
    margin-top:5px
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{
    width:100%
} */
.fade{
    opacity:0;
    -webkit-transition:opacity 0.15s linear;
    transition:opacity 0.15s linear
}
.fade.in{
    opacity:1
}
.collapse{
    display:none
}
.collapse.in{
    display:block
}
tr.collapse.in{
    display:table-row
}
tbody.collapse.in{
    display:table-row-group
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition-property:height,visibility;
    transition-property:height,visibility;
    -webkit-transition-duration:0.35s;
    transition-duration:0.35s;
    -webkit-transition-timing-function:ease;
    transition-timing-function:ease
}
.alert{
    padding:15px;
    margin-bottom:18px;
    border:1px solid transparent;
    border-radius:0
}
.alert h4{
    margin-top:0;
    color:inherit
}
.alert .alert-link{
    font-weight:bold
}
.alert>p,.alert>ul{
    margin-bottom:0
}
.alert>p+p{
    margin-top:5px
}
.alert-dismissable,.alert-dismissible{
    padding-right:35px
}
.alert-dismissable .close,.alert-dismissible .close{
    position:relative;
    top:-2px;
    right:-21px;
    color:inherit
}
.alert-success{
    background-color:#dff0d8;
    border-color:#d6e9c6;
    color:#3c763d
}
.alert-success hr{
    border-top-color:#c9e2b3
}
.alert-success .alert-link{
    color:#2b542c
}
.alert-info{
    background-color:#d9edf7;
    border-color:#bce8f1;
    color:#31708f
}
.alert-info hr{
    border-top-color:#a6e1ec
}
.alert-info .alert-link{
    color:#245269
}
.alert-warning{
    background-color:#fcf8e3;
    border-color:#faebcc;
    color:#8a6d3b
}
.alert-warning hr{
    border-top-color:#f7e1b5
}
.alert-warning .alert-link{
    color:#66512c
}
.alert-danger{
    background-color:#f2dede;
    border-color:#ebccd1;
    color:#a94442
}
.alert-danger hr{
    border-top-color:#e4b9c0
}
.alert-danger .alert-link{
    color:#843534
}
/*
.font-size-h1{
    font-size:20px
}
.font-size-h2{
    font-size:17px
}
.font-size-h3{
    font-size:14px
}
.font-size-h4{
    font-size:14px
}
.font-size-h5{
    font-size:11px
}
.font-size-h6{
    font-size:11px
} */
.large{
    font-size:125%
}
.xlarge{
    font-size:150%
}
/*
ol,ul{
    padding-left:1.3em
}*/
/*
.list-check ul,ul.list-check{
    list-style-image:none;
    list-style-type:none;
    padding-left:1.9em
}
.list-check ul li,ul.list-check li{
    text-indent:-1.8em
}
.list-check ul li:before,ul.list-check li:before{
    color:#0066b3;
    content:"\f00c";
    float:left;
    font-family:"FontAwesome","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    width:1.8em
}
.accordion .list-check ul li:before,.accordion_separate .list-check ul li:before,.accordion ul.list-check li:before,.accordion_separate ul.list-check li:before{
    color:#003a67
}
.list-check.list-circle ul li:before,ul.list-check.list-circle li:before{
    content:"\f058"
}
.list-check.list-square ul li:before,ul.list-check.list-square li:before{
    content:"\f046"
} */
/*
.ce_text>ul,.ce_list>ul,.ce_accordionSingle .accordion>div>ul{
    padding-left:1.8em;
    overflow:hidden;
    list-style-image:none;
    list-style-type:none
}
.ce_text>ul>li,.ce_list>ul>li,.ce_accordionSingle .accordion>div>ul>li{
    text-indent:-1.8em
}
.ce_text>ul>li:before,.ce_list>ul>li:before,.ce_accordionSingle .accordion>div>ul>li:before{
    color:#6cb640;
    content:"";
    float:left;
    font-family:"DWA Icon Font","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    width:1.8em;
    font-weight:700
}
.ce_text>ul>li ul,.ce_list>ul>li ul,.ce_accordionSingle .accordion>div>ul>li ul{
    list-style-type:disc
}
.ce_text>ul>li ul li,.ce_list>ul>li ul li,.ce_accordionSingle .accordion>div>ul>li ul li{
    text-indent:0
} */
/*
mark,.mark{
    background-color:#c5e6b2;
    padding:0
} */
/*
h2{
    color:#48951a
}
/*
h4{
    font-weight:600
}
a{
    -webkit-transition:color .3s ease-out, background-color .3s ease-out;
    transition:color .3s ease-out, background-color .3s ease-out
}
.ce_hyperlink{
    margin:0 0 9px
}
.link-icon-right p a,.link-icon-right li a,.ce_hyperlink.link-icon-right a,.link-icon-right-last p:last-of-type a,a.link-icon-right,.pagination .next a{
    display:inline-block
}
.link-icon-right.link-arrow-up p a::after,.link-icon-right.link-arrow-up li a::after,.ce_hyperlink.link-icon-right.link-arrow-up a::after,.link-icon-right-last.link-arrow-up p:last-of-type a::after,a.link-icon-right.link-arrow-up::after{
    content:'\00A0\f176'
}
.link-icon-right.link-arrow-right p a::after,.link-icon-right.link-arrow-right li a::after,.ce_hyperlink.link-icon-right.link-arrow-right a::after,.link-icon-right-last.link-arrow-right p:last-of-type a::after,a.link-icon-right.link-arrow-right::after,.pagination .next a::after{
    content:'\00A0\f178'
}
.link-icon-right.link-arrow-down p a::after,.link-icon-right.link-arrow-down li a::after,.ce_hyperlink.link-icon-right.link-arrow-down a::after,.link-icon-right-last.link-arrow-down p:last-of-type a::after,a.link-icon-right.link-arrow-down::after{
    content:'\00A0\f175'
}
.link-icon-right.link-arrow-left p a::after,.link-icon-right.link-arrow-left li a::after,.ce_hyperlink.link-icon-right.link-arrow-left a::after,.link-icon-right-last.link-arrow-left p:last-of-type a::after,a.link-icon-right.link-arrow-left::after{
    content:'\00A0\f177'
}*/
/*
html body{
    font-weight:400
} */
/* #header{
    background:center top no-repeat
}

 */
/*
#content{
    padding-bottom:14px
} */
@media (min-width: 992px){
    #content>.inside>.row{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
/*
#left,#main,#right{
    margin-bottom:14px
}
#left:before,#main:before,#right:before{
    display:block;
    height:4px;
    background-color:#778b96;
    content:''
}
 */
#left>.row,#main>.row,#right>.row{
    padding-top:5px
}
.home #left:before{
    background-color:#0066b3
}
.layout-col-left #left{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .layout-col-left #left{
        float:left;
        width:33.33333%
    }
}
@media (min-width: 992px){
    .layout-col-left #left{
        float:left;
        width:25%
    }
}
.layout-col-left-right #left{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .layout-col-left-right #left{
        float:left;
        width:100%
    }
}
@media (min-width: 992px){
    .layout-col-left-right #left{
        float:left;
        width:25%
    }
}
.layout-col-left-right.home #left{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .layout-col-left-right.home #left{
        float:left;
        width:66.66667%
    }
}
@media (min-width: 992px){
    .layout-col-left-right.home #left{
        float:left;
        width:50%
    }
}
/*
@media (min-width: 992px){
    #main{
        border-left:dotted #d6d7d9 1px
    }
}
@media (min-width: 768px){
    #main{
        border-right:dotted #d6d7d9 1px
    }
}
#main:before{
    background-color:#0066b3
}
.home #main:before{
    background-color:#778b96
}
.layout-col-left #main,.layout-col-right #main{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .layout-col-left #main,.layout-col-right #main{
        float:left;
        width:75%
    }
}
.layout-col-left-right #main{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .layout-col-left-right #main{
        float:left;
        width:66.66667%
    }
}
@media (min-width: 992px){
    .layout-col-left-right #main{
        float:left;
        width:50%
    }
}
.layout-col-left-right.home #main{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .layout-col-left-right.home #main{
        float:left;
        width:33.33333%
    }
}
@media (min-width: 992px){
    .layout-col-left-right.home #main{
        float:left;
        width:25%
    }
}
.layout-col-right #right,.layout-col-left-right #right{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .layout-col-right #right,.layout-col-left-right #right{
        float:left;
        width:33.33333%
    }
}
@media (min-width: 992px){
    .layout-col-right #right,.layout-col-left-right #right{
        float:left;
        width:25%
    }
} */

/*

#prefooter{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#f1f3f6),to(#dee1e4));
    background-image:linear-gradient(to bottom, #f1f3f6 0%,#dee1e4 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F3F6', endColorstr='#FFDEE1E4', GradientType=0);
    padding:4px 0 14px
}
#footer{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0);
    padding:14px 0
} /*


@media (min-width: 768px){
    .navi-main-container{
        display:block !important;
        top:auto !important
    }
}
@media (min-width: 992px){
    .navi-main-container{
        clear:both
    }
}
.navi-main{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    text-align:center
}
@media (min-width: 768px){
    .navi-main{
        float:left;
        width:100%
    }
}
@media (min-width: 992px){
    .navi-main{
        float:left;
        width:75%
    }
}
@media (max-width: 767px){
    .navi-main{
        overflow:hidden
    }
}
@media (min-width: 992px){
    .navi-main{
        padding-right:0
    }
}
.navi-main .level_1{
    width:100%;
    float:left;
    position:relative
}
.navi-main .level_1>li{
    margin:0 1px 0 0;
    padding:0
}
@media (min-width: 768px){
    .navi-main .level_1>li{
        float:left
    }
}
@media (min-width: 768px){
    .navi-main .level_1>li:first-child{
        width:12.5%
    }
    .dwa-en .navi-main .level_1>li:first-child{
        width:19%
    }
}
@media (min-width: 768px){
    .navi-main .level_1>li:nth-child(2){
        width:22.4%
    }
    .dwa-en .navi-main .level_1>li:nth-child(2){
        width:19%
    }
}
@media (min-width: 768px){
    .navi-main .level_1>li:nth-child(3){
        width:12%
    }
    .dwa-en .navi-main .level_1>li:nth-child(3){
        width:19%
    }
}
@media (min-width: 768px){
    .navi-main .level_1>li:nth-child(4){
        width:22.5%
    }
    .dwa-en .navi-main .level_1>li:nth-child(4){
        width:24%
    }
}
@media (min-width: 768px){
    .navi-main .level_1>li:nth-child(5){
        width:19%
    }
    .dwa-en .navi-main .level_1>li:nth-child(5){
        width:18.4%;
        margin-right:0
    }
}
@media (min-width: 992px){
    .dwa-en .navi-main .level_1>li:nth-child(5){
        width:18.4%
    }
}
@media (min-width: 1200px){
    .dwa-en .navi-main .level_1>li:nth-child(5){
        width:18.5%
    }
}
@media (min-width: 768px){
    .navi-main .level_1>li:nth-child(6){
        width:10.9%;
        margin-right:0
    }
}
@media (min-width: 992px){
    .navi-main .level_1>li:nth-child(6){
        width:10.8%
    }
}
@media (min-width: 1200px){
    .navi-main .level_1>li:nth-child(6){
        width:11%
    }
}
.navi-main .level_1>li>a,.navi-main .level_1>li>strong{
    display:block;
    padding:15px 0;
    -webkit-transition:background-color .3s ease-out;
    transition:background-color .3s ease-out;
    background-color:rgba(0,102,179,0.7);
    color:#fff;
    font-size:14px
}
@media (min-width: 992px){
    .navi-main .level_1>li>a,.navi-main .level_1>li>strong{
        font-size:17px
    }
}
.navi-main .level_1>li.active>a,.navi-main .level_1>li.active>strong,.navi-main .level_1>li.trail>a,.navi-main .level_1>li.trail>strong{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#6cb640),to(#83ca5a));
    background-image:linear-gradient(to bottom, #6cb640 0%,#83ca5a 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6CB640', endColorstr='#FF83CA5A', GradientType=0)
}
.navi-main .level_1>li:hover>a{
    -webkit-transition:background-color .3s ease-in;
    transition:background-color .3s ease-in;
    cursor:pointer;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#6cb640),to(#83ca5a));
    background-image:linear-gradient(to bottom, #6cb640 0%,#83ca5a 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6CB640', endColorstr='#FF83CA5A', GradientType=0)
}
@media (min-width: 768px){
    .navi-main .level_1>li:hover .level_2_container{
        top:100%;
        -webkit-transition:top 1ms linear, opacity .3s ease-in;
        transition:top 1ms linear, opacity .3s ease-in;
        opacity:1
    }
    .touch-device .navi-main .level_1>li:hover .level_2_container{
        display:none
    }
}
.navi-main .level_1>li.submenu-left{
    position:relative
}
@media (min-width: 768px){
    .navi-main .level_1>li.submenu-left .level_2_container{
        left:0
    }
}
@media (min-width: 768px){
    .navi-main .level_1>li.submenu-right .level_2_container{
        right:0
    }
}
.navi-main .level_2_container{
    text-align:left
}
@media (max-width: 767px){
    .navi-main .level_2_container{
        overflow:hidden
    }
}
@media (min-width: 768px){
    .navi-main .level_2_container{
        position:absolute;
        top:-10000px;
        width:400px;
        padding:15px 0 15px 15px;
        -webkit-transition:top 1ms linear .3s, opacity .3s ease-out;
        transition:top 1ms linear .3s, opacity .3s ease-out;
        border-top:solid 1px #fff;
        background-color:#6cb640;
        opacity:0;
        overflow:hidden;
        z-index:10003
    }
    .touch-device .navi-main .level_2_container{
        display:none
    }
}
.navi-main .level_2{
    padding:0 15px 0 0;
    margin:0;
    list-style-type:none;
    list-style-image:none;
    line-height:1.5
}
.navi-main .level_2.col_0,.navi-main .level_2.col_1{
    float:left;
    width:50%
}
@media (max-width: 767px){
    .navi-main .level_2.col_0{
        padding-right:7px;
        padding-left:15px
    }
}
@media (max-width: 767px){
    .navi-main .level_2.col_1{
        padding-right:0;
        padding-left:23px
    }
}
.navi-main .level_2>li{
    margin:0;
    padding:0;
    border-bottom:solid #add694 1px
}
@media (min-width: 768px){
    .navi-main .level_2>li{
        padding:6px 0 6px 1.3em
    }
}
.navi-main .level_2>li:last-child{
    border-bottom:none
}
.navi-main .level_2>li>a,.navi-main .level_2>li>strong{
    display:block;
    position:relative;
    padding:5px 0;
    text-indent:-1.3em
}
@media (min-width: 768px){
    .navi-main .level_2>li>a,.navi-main .level_2>li>strong{
        padding:0;
        color:#fff;
        font-size:11px
    }
}
.navi-main .level_2>li>a:before,.navi-main .level_2>li>strong:before{
    content:"\f178";
    float:left;
    width:1.3em;
    line-height:1.5 !important
}
.navi-main .level_2>li:hover>a{
    color:#445157
}
.navi-main .level_2>li.trail>a,.navi-main .level_2>li.trail>strong,.navi-main .level_2>li.active>a,.navi-main .level_2>li.active>strong{
    color:#445157
}
.navi-main-toggler span,.navi-sub-toggler span{
    display:block;
    padding:15px 0;
    -webkit-transition:background-color .3s ease-out;
    transition:background-color .3s ease-out;
    background-color:rgba(0,102,179,0.7);
    color:#fff;
    font-size:20px;
    text-align:center;
    cursor:pointer
}
.navi-main-toggler span:before,.navi-sub-toggler span:before{
    content:"\f0c9\00A0"
}
#content #left .navi-sub-toggler{
    padding-right:0;
    padding-left:0
}
.home .navi-sub-toggler{
    display:none
}
#header .navi-meta .level_1{
    text-align:right
}
#header .navi-meta .level_1>li{
    margin:0;
    padding:0;
    display:inline-block
}
#header .navi-meta .level_1>li>a,#header .navi-meta .level_1>li>strong{
    display:block;
    padding:5px 10px 6px;
    background-color:rgba(255,255,255,0.75);
    color:#445157;
    font-size:11px
}
#header .navi-meta .level_1>li>a:hover,#header .navi-meta .level_1>li>a.trail,#header .navi-meta .level_1>li>a.active,#header .navi-meta .level_1>li>strong{
    font-weight:400;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#83ca5a),to(#c5e6b2));
    background-image:linear-gradient(to bottom, #83ca5a 0%,#c5e6b2 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83CA5A', endColorstr='#FFC5E6B2', GradientType=0)
}

 */
/*
.navi-breadcrumb{
    padding:15px 0
}
.navi-breadcrumb ul:before,.navi-breadcrumb ul:after{
    content:" ";
    display:table
}
.navi-breadcrumb ul:after{
    clear:both
}
.navi-breadcrumb ul>li{
    margin:0;
    padding:0;
    float:left
}
.navi-breadcrumb ul>li:after{
    content:'\f105'
}
.navi-breadcrumb ul>li.first{
    padding-left:5px
}
.navi-breadcrumb ul>li.last:after{
    content:none
}
.navi-breadcrumb ul>li>a,.navi-breadcrumb ul>li>span{
    padding:0 5px;
    color:#778b96;
    font-size:11px
}
.navi-breadcrumb ul>li>a:hover{
    color:#445157
}
.navi-breadcrumb ul>li>span{
    font-weight:600
}

.navi-sitemap ul{
    overflow:hidden
}
.navi-sitemap ul>li{
    margin:0;
    padding:0
}
.navi-sitemap ul>li>a,.navi-sitemap ul>li>strong{
    display:block;
    font-size:11px
}
.navi-sitemap .level_1>li{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .navi-sitemap .level_1>li{
        float:left;
        width:16.66667%
    }
}
@media (min-width: 768px){
    .dwa-bw .navi-sitemap .level_1>li,.dwa-by .navi-sitemap .level_1>li,.dwa-nrw .navi-sitemap .level_1>li{
        width:25%
    }
    .dwa-bw .navi-sitemap .level_1>li:nth-child(5),.dwa-by .navi-sitemap .level_1>li:nth-child(5),.dwa-nrw .navi-sitemap .level_1>li:nth-child(5){
        clear:both
    }
}
@media (min-width: 1200px){
    .dwa-bw .navi-sitemap .level_1>li,.dwa-by .navi-sitemap .level_1>li,.dwa-nrw .navi-sitemap .level_1>li{
        width:12.5%
    }
    .dwa-bw .navi-sitemap .level_1>li:nth-child(5),.dwa-by .navi-sitemap .level_1>li:nth-child(5),.dwa-nrw .navi-sitemap .level_1>li:nth-child(5){
        clear:none
    }
}
@media (min-width: 768px){
    .dwa-hrps .navi-sitemap .level_1>li,.dwa-no .navi-sitemap .level_1>li,.dwa-snth .navi-sitemap .level_1>li{
        width:20%
    }
    .dwa-hrps .navi-sitemap .level_1>li:nth-child(6),.dwa-no .navi-sitemap .level_1>li:nth-child(6),.dwa-snth .navi-sitemap .level_1>li:nth-child(6){
        clear:both
    }
}
@media (min-width: 768px){
    .dwa-nord .navi-sitemap .level_1>li{
        width:16.66667%
    }
    .dwa-nord .navi-sitemap .level_1>li:nth-child(7){
        clear:both
    }
}
.navi-sitemap .level_1>li.site-test-me{
    display:none
}
.navi-sitemap .level_1>li>a,.navi-sitemap .level_1>li>strong{
    padding:10px 0;
    border-bottom:solid 1px #445157;
    font-weight:700
}
.navi-sitemap .level_2{
    padding-top:5px
}
.navi-sitemap .level_2>li>a,.navi-sitemap .level_2>li>strong{
    padding:5px 0
}
#footer .navi-meta{
    display:inline-block
}
#footer .navi-meta .level_1>li{
    margin:0;
    padding:0;
    display:inline-block;
    border-left:solid #fff 1px
}
#footer .navi-meta .level_1>li.first{
    margin-left:5px
}
#footer .navi-meta .level_1>li>a,#footer .navi-meta .level_1>li>strong{
    display:block;
    padding:0 5px 0;
    color:#fff
}
#footer .navi-meta .level_1>li>a.trail,#footer .navi-meta .level_1>li>a.active,#footer .navi-meta .level_1>li>strong{
    font-weight:700
}*/
/*
#right .navi-buttons{
    margin-bottom:28px
}
#right .navi-buttons .level_1>li{
    margin:0;
    padding:0 0 5px
}
#right .navi-buttons .level_1>li.last{
    padding-bottom:0
}
#right .navi-buttons .level_1>li>a,#right .navi-buttons .level_1>li>strong{
    display:block;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#5aa1d5),to(#3f8ac1));
    background-image:linear-gradient(to bottom, #5aa1d5 0%,#3f8ac1 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5AA1D5', endColorstr='#FF3F8AC1', GradientType=0);
    padding:10px 12px;
    color:#fff;
    font-size:13px;
    font-weight:600
}
#right .navi-buttons .level_1>li>a.shop-extern,#right .navi-buttons .level_1>li>strong.shop-extern{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#83ca5a),to(#6cb640));
    background-image:linear-gradient(to bottom, #83ca5a 0%,#6cb640 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83CA5A', endColorstr='#FF6CB640', GradientType=0)
}
#right .navi-buttons .level_1>li>a.shop-extern:after,#right .navi-buttons .level_1>li>strong.shop-extern:after{
    content:'\f291';
    float:right
}
#right .navi-buttons .level_1>li>a:hover{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#3f8ac1),to(#1471b7));
    background-image:linear-gradient(to bottom, #3f8ac1 0%,#1471b7 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3F8AC1', endColorstr='#FF1471B7', GradientType=0)
}
#right .navi-buttons .level_1>li>a:hover.shop-extern{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#56af32),to(#4a9928));
    background-image:linear-gradient(to bottom, #56af32 0%,#4a9928 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56AF32', endColorstr='#FF4A9928', GradientType=0)
}
#right .navi-buttons .level_1>li>a.trail,#right .navi-buttons .level_1>li>a.active,#right .navi-buttons .level_1>li>strong{
    font-weight:700
}*/
.home .navi-sub-container{
    display:none
}
@media (min-width: 992px){
    .navi-sub-container .navi-sub{
        display:block !important;
        top:auto !important
    }
}
.navi-sub-container .navi-sub ul{
    font-weight:600;
    line-height:1.5 !important
}
.navi-sub-container .navi-sub ul>li{
    margin:0;
    padding:0
}
.navi-sub-container .navi-sub ul>li>a,.navi-sub-container .navi-sub ul>li>strong{
    display:block
}
.navi-sub-container .navi-sub .level_1{
    font-size:16px
}
.navi-sub-container .navi-sub .level_1>li>a,.navi-sub-container .navi-sub .level_1>li>strong{
    position:relative;
    padding:10px 1.3em;
    color:#48951a;
    font-weight:600
}
@media (min-width: 768px) and (max-width: 991px){
    .navi-sub-container .navi-sub .level_1>li>a,.navi-sub-container .navi-sub .level_1>li>strong{
        padding-left:20px;
        font-size:20px
    }
}
/*
.navi-sub-container .navi-sub .level_2{
    border-top:solid #d6d7d9 1px;
    font-size:14px
} */
/*
@media (min-width: 768px) and (max-width: 991px){
    .navi-sub-container .navi-sub .level_2{
        border-top-width:3px
    }
} */
.navi-sub-container .navi-sub .level_2>li{
    border-bottom:solid #d6d7d9 1px
}
.navi-sub-container .navi-sub .level_2>li a,.navi-sub-container .navi-sub .level_2>li strong{
    position:relative;
    padding:6px 16px 6px 1.3em;
    color:#0066b3
}
.navi-sub-container .navi-sub .level_2>li a::before,.navi-sub-container .navi-sub .level_2>li strong::before{
    display:block;
    position:absolute;
    top:6px;
    left:0;
    width:1.3em;
    line-height:1.5 !important;
    text-align:center;
    content:'\f178'
}
@media (min-width: 768px) and (max-width: 991px){
    .navi-sub-container .navi-sub .level_2>li a,.navi-sub-container .navi-sub .level_2>li strong{
        font-size:17px
    }
}
.navi-sub-container .navi-sub .level_2>li a:hover,.navi-sub-container .navi-sub .level_2>li a.trail,.navi-sub-container .navi-sub .level_2>li strong{
    color:#48951a
}
.navi-sub-container .navi-sub .level_2>li a.trail{
    font-weight:700
}
.navi-sub-container .navi-sub .level_2>li a.trail.submenu::before{
    content:'\f175'
}
.navi-sub-container .navi-sub .level_2>li strong{
    font-weight:700
}
.navi-sub-container .navi-sub .level_3{
    font-size:13px
}
@media (min-width: 768px) and (max-width: 991px){
    .navi-sub-container .navi-sub .level_3{
        padding-left:1.3em
    }
}
.navi-sub-container .navi-sub .level_3>li{
    border-top:dotted #d6d7d9 1px
}
.navi-sub-container .navi-sub .level_3>li>a,.navi-sub-container .navi-sub .level_3>li>strong{
    padding-left:.9em;
    color:#445157
}
.navi-sub-container .navi-sub .level_3>li>a::before,.navi-sub-container .navi-sub .level_3>li>strong::before{
    width:.9em;
    content:'\f105'
}
@media (min-width: 992px){
    .navi-sub-container .navi-sub .level_3>li>a,.navi-sub-container .navi-sub .level_3>li>strong{
        padding-left:2.5em
    }
    .navi-sub-container .navi-sub .level_3>li>a::before,.navi-sub-container .navi-sub .level_3>li>strong::before{
        left:1.6em;
        width:.9em
    }
}
.navi-sub-container .navi-sub .level_3>li strong{
    color:#48951a
}
.navi-sub-container .navi-sub .level_3>li a.trail.submenu::before{
    content:'\f107'
}
.navi-sub-container .navi-sub .level_4{
    font-size:11px
}
.navi-sub-container .navi-sub .level_4>li.last{
    padding-bottom:3px
}
.navi-sub-container .navi-sub .level_4>li>a,.navi-sub-container .navi-sub .level_4>li>strong{
    padding:3px 16px 3px 3.4em;
    color:#445157
}
.navi-sub-container .navi-sub .level_4>li>a::before,.navi-sub-container .navi-sub .level_4>li>strong::before{
    content:none
}
.navi-sub-container .navi-sub .level_4>li strong{
    color:#48951a
}
.navi-sub-container .navi-sub .level_4>li a.trail::before{
    content:none
}
/*
.navi-content{
    margin-bottom:28px;
    padding-top:14px;
    padding-right:16px;
    padding-left:16px
}
.navi-content ul{
    line-height:1.5 !important
}
.navi-content ul>li{
    margin:0;
    padding:0
}
.navi-content ul>li>a,.navi-content ul>li>strong{
    display:inline-block;
    padding:0 16px 0 1.25em;
    text-indent:-1.25em
}
.navi-content ul>li>a::before,.navi-content ul>li>strong::before{
    width:1.25em;
    padding-top:2px;
    float:left;
    content:'\f178'
}
.navi-content ul>li>a:hover,.navi-content ul>li>a.trail,.navi-content ul>li>strong{
    color:#48951a
}
.navi-content ul>li>a.trail{
    font-weight:700
}
.navi-content ul>li>a.trail::before{
    content:'\f175'
}
.navi-content ul>li>strong{
    font-weight:700
} */
/*
.navi-search{
    margin-top:28px;
    border-bottom:solid #778b96 1px
}
.navi-search ul{
    line-height:1.5 !important;
    overflow:hidden
}
.navi-search ul>li{
    width:33.33333%;
    margin:0;
    padding:0 2px 0 0;
    float:left
}
.navi-search ul>li:last-child{
    padding-right:0
}
.navi-search ul>li>a,.navi-search ul>li>strong{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    display:block;
    height:25px;
    margin-bottom:2px;
    padding-right:16px;
    padding-left:16px;
    color:#445157;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    line-height:25px
}
.navi-search ul>li>a:hover,.navi-search ul>li>strong:hover{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0);
    color:#fff
}
/*.navi-search ul>li>a:before,.navi-search ul>li>strong:before{
    content:'\f178\00A0'
}
.navi-search ul>li>a.trail.has-query,.navi-search ul>li>strong{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0);
    height:27px;
    margin-bottom:0;
    color:#fff;
    line-height:27px !important
}
.navi-search ul>li>a.trail.has-query:before,.navi-search ul>li>strong:before{
    content:"\f175\00A0"
}
.ce_text.spacing-top-0-first>p:first-child,.ce_text.spacing-top-0-first>h1:first-child,.ce_text.spacing-top-0-first>p:first-child .h1,.ce_text.spacing-top-0-first>h2:first-child,.ce_text.spacing-top-0-first>p:first-child .h2,.ce_text.spacing-top-0-first>h3:first-child,.ce_text.spacing-top-0-first>p:first-child .h3,.ce_text.spacing-top-0-first>h4:first-child,.ce_text.spacing-top-0-first>p:first-child .h4,.ce_text.spacing-top-0-first>h5:first-child,.ce_text.spacing-top-0-first>p:first-child .h5,.ce_text.spacing-top-0-first>h6:first-child,.ce_text.spacing-top-0-first>p:first-child .h6,.ce_text.spacing-top-0-first>ul:first-child,.ce_text.spacing-top-0-first>ol:first-child{
    margin-top:0;
    padding-top:0
}
/*
.ce_text.spacing-bottom-0-last>p:last-child,.ce_text.spacing-bottom-0-last>h1:last-child,.ce_text.spacing-bottom-0-last>p:last-child .h1,.ce_text.spacing-bottom-0-last>h2:last-child,.ce_text.spacing-bottom-0-last>p:last-child .h2,.ce_text.spacing-bottom-0-last>h3:last-child,.ce_text.spacing-bottom-0-last>p:last-child .h3,.ce_text.spacing-bottom-0-last>h4:last-child,.ce_text.spacing-bottom-0-last>p:last-child .h4,.ce_text.spacing-bottom-0-last>h5:last-child,.ce_text.spacing-bottom-0-last>p:last-child .h5,.ce_text.spacing-bottom-0-last>h6:last-child,.ce_text.spacing-bottom-0-last>p:last-child .h6,.ce_text.spacing-bottom-0-last>ul:last-child,.ce_text.spacing-bottom-0-last>ol:last-child,.ce_text.spacing-bottom-0-last>:last-child{
    margin-bottom:0;
    padding-bottom:0
} */
/*
.ce_text .image_container.float_above,.ce_text .image_container.float_below{
    margin-top:14px
}
.ce_text .image_container.float_above{
    margin-bottom:18px
}
.ce_text .image_container.float_below{
    margin-bottom:14px
}
.ce_text .image_container.float_right,.ce_text .image_container.float_left{
    margin-bottom:9px
}
.ce_text .image_container.float_right{
    float:right;
    margin-left:14px
}
.ce_text .image_container.float_left{
    float:left;
    margin-right:14px
}
@media (max-width: 767px){
    .ce_text .image_container.float_right,.ce_text .image_container.float_left{
        float:none;
        margin-right:0;
        margin-left:0
    }
    .ce_text .image_container.float_right img,.ce_text .image_container.float_left img{
        margin-right:auto;
        margin-left:auto
    }
}
.ce_text .image_container.float_right+p:first-of-type .h1,.ce_text .image_container.float_right+p:first-of-type .h2,.ce_text .image_container.float_right+p:first-of-type .h3,.ce_text .image_container.float_right+p:first-of-type .h4,.ce_text .image_container.float_right+p:first-of-type .h5,.ce_text .image_container.float_right+p:first-of-type .h6,.ce_text .image_container.float_left+p:first-of-type .h1,.ce_text .image_container.float_left+p:first-of-type .h2,.ce_text .image_container.float_left+p:first-of-type .h3,.ce_text .image_container.float_left+p:first-of-type .h4,.ce_text .image_container.float_left+p:first-of-type .h5,.ce_text .image_container.float_left+p:first-of-type .h6{
    margin-top:0;
    padding-top:0
}
.ce_text .image_container.float_right+h1:first-of-type,.ce_text .image_container.float_right+h2:first-of-type,.ce_text .image_container.float_right+h3:first-of-type,.ce_text .image_container.float_right+h4:first-of-type,.ce_text .image_container.float_right+h5:first-of-type,.ce_text .image_container.float_right+h6:first-of-type,.ce_text .image_container.float_left+h1:first-of-type,.ce_text .image_container.float_left+h2:first-of-type,.ce_text .image_container.float_left+h3:first-of-type,.ce_text .image_container.float_left+h4:first-of-type,.ce_text .image_container.float_left+h5:first-of-type,.ce_text .image_container.float_left+h6:first-of-type{
    margin-top:0;
    padding-top:0
}
.ce_text.img-float_left,.ce_text.img-float_right{
    overflow:hidden
}
.ce_text.img-float_below p:nth-last-child(2){
    margin-bottom:0
}

 */
#content .ce_text:not(.dwa-teaser-grid),#content .ce_text>div[class*="dwa-teaser"],#content .ce_headline,#content .ce_list,#content .ce_download,#content .ce_downloads,#content .ce_hyperlink,#content .ce_gallery{
    padding-right:16px;
    padding-left:16px
}
#content .ce_text,#content .ce_list,#content .ce_text:not(.dwa-teaser-grid){
    margin-bottom:28px
}
#content .ce_text:before,#content .ce_text:after,#content .ce_list:before,#content .ce_list:after,#content .ce_text:not(.dwa-teaser-grid):before,#content .ce_text:not(.dwa-teaser-grid):after{
    content:" ";
    display:table
}
#content .ce_text:after,#content .ce_list:after,#content .ce_text:not(.dwa-teaser-grid):after{
    clear:both
}
#content .ce_text.dwa-teaser-grid,#content .ce_list.dwa-tea.navigation a, .navigation strongser-grid,#content .ce_text:not(.dwa-teaser-grid).dwa-teaser-grid{
    margin-bottom:0
}
#content .ce_image{
    margin-bottom:28px
}
#content .ce_image.dwa-image-border-top{
    margin-top:7px;
    padding-top:7px;
    border-top:solid #445157 1px
}
#content .ce_image h1,#content .ce_image h2,#content .ce_image h3,#content .ce_image h4,#content .ce_image h5,#content .ce_image h6{
    padding-right:16px;
    padding-left:16px
}
/*
.image_container img.img-responsive{
    width:100%
}*/
/*
.img-caption .image_container{
    display:table
}
.img-caption .image_container .caption{
    display:table-caption;
    padding:5px 10px;
    background-color:#e6e6e6;
    font-size:9px;
    line-height:1.5;
    caption-side:bottom
} */
/*
@media (min-width: 1200px){
    .img-id2{
        width:275px;
        height:120px
    }
}
.img-id3{
    width:100%;
    height:auto
}
@media (min-width: 768px){
    .img-id3{
        width:474px
    }
}
@media (min-width: 992px){
    .img-id3{
        width:461px
    }
}
@media (min-width: 1200px){
    .img-id3{
        width:560px
    }
}
.img-id4{
    height:auto
}
@media (min-width: 992px){
    .img-id4{
        width:193px
    }
}
@media (min-width: 1200px){
    .img-id4{
        width:242px
    }
}
/* .img-id5{
    height:auto
}
@media (min-width: 1200px){
    .img-id5{
        width:136px
    }
}
@media (min-width: 1200px){
    .img-id9{
        width:121px;
        height:121px
    }
}
.img-id11{
    height:auto
}
@media (min-width: 1200px){
    .img-id11{
        width:529px
    }
}
.img-id12{
    max-width:100%;
    height:auto
}
@media (min-width: 768px){
    .img-id12{
        width:198px
    }
}
@media (min-width: 992px){
    .img-id12{
        width:191px
    }
}
@media (min-width: 1200px){
    .img-id12{
        width:241px
    }
}
.img-id13{
    width:100%;
    height:auto
}
@media (min-width: 768px){
    .img-id13{
        width:475px
    }
}
@media (min-width: 992px){
    .img-id13{
        width:463px
    }
}
@media (min-width: 1200px){
    .img-id13{
        width:563px
    }
}
.img-id14{
    width:306px;
    height:auto
}
@media (min-width: 768px){
    .img-id14{
        width:291px
    }
}
@media (min-width: 992px){
    .img-id14{
        width:223px
    }
}
@media (min-width: 1200px){
    .img-id14{
        width:273px
    }
}
.img-id15{
    max-width:100%;
    height:auto
}
@media (min-width: 768px){
    .img-id15{
        width:138px;
        height:138px
    }
}
@media (min-width: 992px){
    .img-id15{
        width:133px;
        height:133px
    }
}
@media (min-width: 1200px){
    .img-id15{
        width:167px;
        height:167px
    }
}*/
.dlh_googlemap{
    width:100% !important;
    height:28vw !important
}
@media (max-width: 767px) and (orientation: portrait){
    .dlh_googlemap{
        width:100% !important;
        height:500px !important
    }
}
@media (max-width: 767px) and (orientation: landscape){
    .dlh_googlemap{
        width:100% !important;
        height:250px !important
    }
}
@media (min-width: 768px){
    .dlh_googlemap{
        height:28vw !important
    }
}
@media (min-width: 992px){
    .dlh_googlemap{
        height:28vw !important
    }
}
@media (min-width: 1200px){
    .dlh_googlemap{
        height:28vw !important
    }
}
.dwa-logo{
    margin-top:20px;
    margin-bottom:20px;
    padding:10px 12px;
    background-color:rgba(255,255,255,0.7)
}
.dwa-logo .image_container img{
    width:100%;
    height:auto
}
@media (max-width: 767px){
    .dwa-logo .image_container img{
        display:block;
        width:300px;
        margin-right:auto;
        margin-left:auto
    }
}
/*
#footer{
    text-align:center
}
#footer .ce_text{
    display:inline-block
}
#footer .ce_text p,#footer .ce_text a{
    margin:0;
    color:#fff;
    font-size:11px;
    line-height:1
} */
/*
.dwa-teaser-var1,.dwa-teaser-var2,.dwa-teaser-var3{
    margin-bottom:28px
}
.dwa-teaser-var1 h1,.dwa-teaser-var1 h2,.dwa-teaser-var1 h3,.dwa-teaser-var1 h4,.dwa-teaser-var1 h5,.dwa-teaser-var1 h6,.dwa-teaser-var1.ce_headline,.dwa-teaser-var2 h1,.dwa-teaser-var2 h2,.dwa-teaser-var2 h3,.dwa-teaser-var2 h4,.dwa-teaser-var2 h5,.dwa-teaser-var2 h6,.dwa-teaser-var2.ce_headline,.dwa-teaser-var3 h1,.dwa-teaser-var3 h2,.dwa-teaser-var3 h3,.dwa-teaser-var3 h4,.dwa-teaser-var3 h5,.dwa-teaser-var3 h6,.dwa-teaser-var3.ce_headline{
    position:relative;
    margin-top:0;
    padding:6px 16px
}
.dwa-teaser-var1 h1 a,.dwa-teaser-var1 h2 a,.dwa-teaser-var1 h3 a,.dwa-teaser-var1 h4 a,.dwa-teaser-var1 h5 a,.dwa-teaser-var1 h6 a,.dwa-teaser-var1.ce_headline a,.dwa-teaser-var2 h1 a,.dwa-teaser-var2 h2 a,.dwa-teaser-var2 h3 a,.dwa-teaser-var2 h4 a,.dwa-teaser-var2 h5 a,.dwa-teaser-var2 h6 a,.dwa-teaser-var2.ce_headline a,.dwa-teaser-var3 h1 a,.dwa-teaser-var3 h2 a,.dwa-teaser-var3 h3 a,.dwa-teaser-var3 h4 a,.dwa-teaser-var3 h5 a,.dwa-teaser-var3 h6 a,.dwa-teaser-var3.ce_headline a{
    display:block;
    color:#445157
}

.dwa-teaser-var1 h1 a::after,.dwa-teaser-var1 h2 a::after,.dwa-teaser-var1 h3 a::after,.dwa-teaser-var1 h4 a::after,.dwa-teaser-var1 h5 a::after,.dwa-teaser-var1 h6 a::after,.dwa-teaser-var1.ce_headline a::after,.dwa-teaser-var2 h1 a::after,.dwa-teaser-var2 h2 a::after,.dwa-teaser-var2 h3 a::after,.dwa-teaser-var2 h4 a::after,.dwa-teaser-var2 h5 a::after,.dwa-teaser-var2 h6 a::after,.dwa-teaser-var2.ce_headline a::after,.dwa-teaser-var3 h1 a::after,.dwa-teaser-var3 h2 a::after,.dwa-teaser-var3 h3 a::after,.dwa-teaser-var3 h4 a::after,.dwa-teaser-var3 h5 a::after,.dwa-teaser-var3 h6 a::after,.dwa-teaser-var3.ce_headline a::after{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#83ca5a),to(#6cb640));
    background-image:linear-gradient(to bottom, #83ca5a 0%,#6cb640 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83CA5A', endColorstr='#FF6CB640', GradientType=0);
    display:block;
    position:absolute;
    top:50%;
    right:0;
    width:27px;
    height:27px;
    margin-top:-13.5px;
    color:#fff;
    font-size:12px;
    line-height:29px !important;
    text-align:center;
    content:'\f054';
    overflow:hidden
}
.dwa-teaser-var1 h1 a:hover,.dwa-teaser-var1 h2 a:hover,.dwa-teaser-var1 h3 a:hover,.dwa-teaser-var1 h4 a:hover,.dwa-teaser-var1 h5 a:hover,.dwa-teaser-var1 h6 a:hover,.dwa-teaser-var1.ce_headline a:hover,.dwa-teaser-var2 h1 a:hover,.dwa-teaser-var2 h2 a:hover,.dwa-teaser-var2 h3 a:hover,.dwa-teaser-var2 h4 a:hover,.dwa-teaser-var2 h5 a:hover,.dwa-teaser-var2 h6 a:hover,.dwa-teaser-var2.ce_headline a:hover,.dwa-teaser-var3 h1 a:hover,.dwa-teaser-var3 h2 a:hover,.dwa-teaser-var3 h3 a:hover,.dwa-teaser-var3 h4 a:hover,.dwa-teaser-var3 h5 a:hover,.dwa-teaser-var3 h6 a:hover,.dwa-teaser-var3.ce_headline a:hover{
    color:#0066b3
}
.dwa-teaser-var1 h1 a:hover::after,.dwa-teaser-var1 h2 a:hover::after,.dwa-teaser-var1 h3 a:hover::after,.dwa-teaser-var1 h4 a:hover::after,.dwa-teaser-var1 h5 a:hover::after,.dwa-teaser-var1 h6 a:hover::after,.dwa-teaser-var1.ce_headline a:hover::after,.dwa-teaser-var2 h1 a:hover::after,.dwa-teaser-var2 h2 a:hover::after,.dwa-teaser-var2 h3 a:hover::after,.dwa-teaser-var2 h4 a:hover::after,.dwa-teaser-var2 h5 a:hover::after,.dwa-teaser-var2 h6 a:hover::after,.dwa-teaser-var2.ce_headline a:hover::after,.dwa-teaser-var3 h1 a:hover::after,.dwa-teaser-var3 h2 a:hover::after,.dwa-teaser-var3 h3 a:hover::after,.dwa-teaser-var3 h4 a:hover::after,.dwa-teaser-var3 h5 a:hover::after,.dwa-teaser-var3 h6 a:hover::after,.dwa-teaser-var3.ce_headline a:hover::after{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#56af32),to(#4a9928));
    background-image:linear-gradient(to bottom, #56af32 0%,#4a9928 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56AF32', endColorstr='#FF4A9928', GradientType=0)
}
.dwa-teaser-var1 h1,.dwa-teaser-var1 h2,.dwa-teaser-var1 h3,.dwa-teaser-var1 h4,.dwa-teaser-var1 h5,.dwa-teaser-var1 h6,.dwa-teaser-var2 h1,.dwa-teaser-var2 h2,.dwa-teaser-var2 h3,.dwa-teaser-var2 h4,.dwa-teaser-var2 h5,.dwa-teaser-var2 h6,.dwa-teaser-var3 h1,.dwa-teaser-var3 h2,.dwa-teaser-var3 h3,.dwa-teaser-var3 h4,.dwa-teaser-var3 h5,.dwa-teaser-var3 h6{
    margin-right:-16px;
    margin-left:-16px
}
.dwa-teaser-var1.ce_headline,.dwa-teaser-var2.ce_headline,.dwa-teaser-var3.ce_headline{
    margin-bottom:0
}
.dwa-teaser-var1.ce_download,.dwa-teaser-var1.ce_downloads,.dwa-teaser-var1.ce_hyperlink,.dwa-teaser-var2.ce_download,.dwa-teaser-var2.ce_downloads,.dwa-teaser-var2.ce_hyperlink,.dwa-teaser-var3.ce_download,.dwa-teaser-var3.ce_downloads,.dwa-teaser-var3.ce_hyperlink{
    padding-bottom:10px
}*/
/*
.dwa-teaser-var1 h1,.dwa-teaser-var1 h2,.dwa-teaser-var1 h3,.dwa-teaser-var1 h4,.dwa-teaser-var1 h5,.dwa-teaser-var1 h6,.dwa-teaser-var1.ce_headline{
    padding-top:10px;
    padding-bottom:10px;
    border-top:4px solid #778b96;
    border-bottom:1px solid #778b96;
    color:#445157
}
.dwa-teaser-var1 h1 a,.dwa-teaser-var1 h2 a,.dwa-teaser-var1 h3 a,.dwa-teaser-var1 h4 a,.dwa-teaser-var1 h5 a,.dwa-teaser-var1 h6 a,.dwa-teaser-var1.ce_headline a{
    color:#445157
}
.dwa-teaser-var1 h1 a:hover,.dwa-teaser-var1 h2 a:hover,.dwa-teaser-var1 h3 a:hover,.dwa-teaser-var1 h4 a:hover,.dwa-teaser-var1 h5 a:hover,.dwa-teaser-var1 h6 a:hover,.dwa-teaser-var1.ce_headline a:hover{
    color:#778b96
}
.dwa-teaser-var2 h1,.dwa-teaser-var2 h2,.dwa-teaser-var2 h3,.dwa-teaser-var2 h4,.dwa-teaser-var2 h5,.dwa-teaser-var2 h6,.dwa-teaser-var2.ce_headline,.dwa-teaser-var3 h1,.dwa-teaser-var3 h2,.dwa-teaser-var3 h3,.dwa-teaser-var3 h4,.dwa-teaser-var3 h5,.dwa-teaser-var3 h6,.dwa-teaser-var3.ce_headline{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0);
    color:#fff
}
.dwa-teaser-var2 h1 a,.dwa-teaser-var2 h2 a,.dwa-teaser-var2 h3 a,.dwa-teaser-var2 h4 a,.dwa-teaser-var2 h5 a,.dwa-teaser-var2 h6 a,.dwa-teaser-var2.ce_headline a,.dwa-teaser-var3 h1 a,.dwa-teaser-var3 h2 a,.dwa-teaser-var3 h3 a,.dwa-teaser-var3 h4 a,.dwa-teaser-var3 h5 a,.dwa-teaser-var3 h6 a,.dwa-teaser-var3.ce_headline a{
    color:#fff
}
.dwa-teaser-var3.ce_text,.dwa-teaser-var3.ce_download,.dwa-teaser-var3.ce_downloads{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0)
}
/*
.dwa-teaser-blue,.dwa-teaser-gray,.dwa-teaser-green,.dwa-teaser-contact{
    margin-bottom:28px;
    padding-top:14px;
    padding-bottom:6px
} */
.dwa-teaser-blue h1:first-child,.dwa-teaser-blue h2:first-child,.dwa-teaser-blue h3:first-child,.dwa-teaser-blue h4:first-child,.dwa-teaser-blue h5:first-child,.dwa-teaser-blue h6:first-child,.dwa-teaser-blue.ce_headline:first-child,.dwa-teaser-gray h1:first-child,.dwa-teaser-gray h2:first-child,.dwa-teaser-gray h3:first-child,.dwa-teaser-gray h4:first-child,.dwa-teaser-gray h5:first-child,.dwa-teaser-gray h6:first-child,.dwa-teaser-gray.ce_headline:first-child,.dwa-teaser-green h1:first-child,.dwa-teaser-green h2:first-child,.dwa-teaser-green h3:first-child,.dwa-teaser-green h4:first-child,.dwa-teaser-green h5:first-child,.dwa-teaser-green h6:first-child,.dwa-teaser-green.ce_headline:first-child,.dwa-teaser-contact h1:first-child,.dwa-teaser-contact h2:first-child,.dwa-teaser-contact h3:first-child,.dwa-teaser-contact h4:first-child,.dwa-teaser-contact h5:first-child,.dwa-teaser-contact h6:first-child,.dwa-teaser-contact.ce_headline:first-child{
    margin-top:0
}
.dwa-teaser-grid .dwa-teaser-blue,.dwa-teaser-grid .dwa-teaser-gray,.dwa-teaser-grid .dwa-teaser-green,.dwa-teaser-grid .dwa-teaser-contact{
    margin-bottom:14px
}
/* .dwa-teaser-blue{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#5aa1d5),to(#3f8ac1));
    background-image:linear-gradient(to bottom, #5aa1d5 0%,#3f8ac1 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5AA1D5', endColorstr='#FF3F8AC1', GradientType=0)
} */
.dwa-teaser-blue>*{
    color:#fff
}
.dwa-teaser-blue h1,.dwa-teaser-blue h2,.dwa-teaser-blue h3,.dwa-teaser-blue h4,.dwa-teaser-blue h5,.dwa-teaser-blue h6,.dwa-teaser-blue.ce_headline{
    color:#c3e6ff
}
.dwa-teaser-blue a{
    color:#c3e6ff
}
.dwa-teaser-blue a:hover{
    color:#fff
}
/* .dwa-teaser-green{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#6cb640),to(#56af32));
    background-image:linear-gradient(to bottom, #6cb640 0%,#56af32 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6CB640', endColorstr='#FF56AF32', GradientType=0)
}

.dwa-teaser-green>*{
    color:#fff
}
.dwa-teaser-green h1,.dwa-teaser-green h2,.dwa-teaser-green h3,.dwa-teaser-green h4,.dwa-teaser-green h5,.dwa-teaser-green h6,.dwa-teaser-green.ce_headline{
    color:#ecf6e5
}
.dwa-teaser-green a{
    color:#ecf6e5
}
.dwa-teaser-green a:hover{
    color:#fff
}
*/
/*
.dwa-teaser-gray,.dwa-teaser-contact{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0)
} */
/*
#content .dwa-teaser-gray h3,#content .dwa-teaser-gray.dwa-headline,#content .dwa-teaser-contact h3,#content .dwa-teaser-contact.dwa-headline{
    color:#445157
}
#content .dwa-teaser-gray.dwa-headline,#content .dwa-teaser-contact.dwa-headline{
    padding-bottom:0;
    background:none;
    background-color:#e8ecee
}
.dwa-teaser-gray.dwa-teaser-solid,.dwa-teaser-contact.dwa-teaser-solid{
    background:#d6d7d9
}*/
#content .dwa-teaser-contact,#content .ce_text.dwa-teaser-contact{
    margin-bottom:0;
    border-bottom:solid #fff 3px
}
#content .dwa-teaser-contact.dwa-headline,#content .ce_text.dwa-teaser-contact.dwa-headline{
    border-bottom:none
}
#content .dwa-teaser-contact+:not(.dwa-teaser-contact),#content .ce_text.dwa-teaser-contact+:not(.dwa-teaser-contact){
    margin-top:28px
}
.dwa-teaser-contact .image_container.float_above,.ce_text.dwa-teaser-contact .image_container.float_above{
    margin-top:0
}
/*
.ce_accordion .toggler{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    padding:6px 16px 6px 35px;
    -webkit-transition:color .3s ease-out;
    transition:color .3s ease-out;
    border-top:solid #fff 1px;
    color:#0066b3;
    text-indent:-19px;
    cursor:pointer
}
.ce_accordion .toggler::before{
    width:19px;
    padding-top:2px;
    float:left;
    content:'\f178\00A0'
}
.ce_accordion .toggler:hover{
    color:#6cb640
}
.ce_accordion .toggler.active{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#d6d7d9),to(#8e9ca4));
    background-image:linear-gradient(to bottom, #d6d7d9 0%,#8e9ca4 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD6D7D9', endColorstr='#FF8E9CA4', GradientType=0)
}
.ce_accordion .accordion>div{
    padding-top:6px;
    padding-left:19px;
    border-top:solid #fff 1px;
    background-color:#e8ecee;
    overflow:hidden
}
#content .ce_accordion .accordion>div .ce_text,#content .ce_accordion .accordion>div .ce_image{
    margin-bottom:0
}
#content .ce_accordion .accordion>div .ce_text:not([attr^=img]) h1,#content .ce_accordion .accordion>div .ce_text:not([attr^=img]) h2,#content .ce_accordion .accordion>div .ce_text:not([attr^=img]) h3,#content .ce_accordion .accordion>div .ce_text:not([attr^=img]) h4,#content .ce_accordion .accordion>div .ce_text:not([attr^=img]) h5,#content .ce_accordion .accordion>div .ce_text:not([attr^=img]) h6{
    margin-top:0
}
.ce_accordion:last-of-type{
    margin-bottom:28px
}
#content .ce_accordion.last-acc.ce_text{
    margin-bottom:28px
}
#content .ce_accordion.ce_text{
    margin-bottom:0;
    padding-right:0;
    padding-left:0
}
#content .ce_accordion.ce_text .accordion>div{
    padding-right:16px;
    padding-left:35px
}
#content .ce_accordion.ce_text:last-of-type{
    margin-bottom:28px
} */

/*.ce_downloads ul{
    margin-right:0;
    margin-left:0;
    padding:0;
    list-style-type:none;
    list-style-image:none
}
.ce_downloads ul li{
    padding-bottom:5px
}
.ce_downloads ul li:last-child{
    padding-bottom:0
}
.ce_hyperlink a:not(.btn){
    padding-bottom:9px
}*/
/*
.btn,.mod_newsreader .back a,.formbody .widget.widget-submit .submit{
    font-weight:600
}

.btn.btn-primary,.mod_newsreader .back a.btn-primary,.formbody .widget.widget-submit .submit{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#5aa1d5),to(#3f8ac1));
    background-image:linear-gradient(to bottom, #5aa1d5 0%,#3f8ac1 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5AA1D5', endColorstr='#FF3F8AC1', GradientType=0);
    border-color:#5aa1d5
}
.btn.btn-primary:hover,.mod_newsreader .back a.btn-primary:hover,.formbody .widget.widget-submit .submit:hover{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#3f8ac1),to(#1471b7));
    background-image:linear-gradient(to bottom, #3f8ac1 0%,#1471b7 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3F8AC1', endColorstr='#FF1471B7', GradientType=0);
    border-color:#3f8ac1
}
.btn.btn-success,.mod_newsreader .back a,.formbody .widget.widget-submit .btn-success.submit,.formbody .widget.widget-submit .mod_newsreader .back a.submit,.mod_newsreader .back .formbody .widget.widget-submit a.submit{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#83ca5a),to(#6cb640));
    background-image:linear-gradient(to bottom, #83ca5a 0%,#6cb640 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83CA5A', endColorstr='#FF6CB640', GradientType=0);
    border-color:#83ca5a
}
.btn.btn-success:hover,.mod_newsreader .back a:hover,.formbody .widget.widget-submit .btn-success.submit:hover,.formbody .widget.widget-submit .mod_newsreader .back a.submit:hover,.mod_newsreader .back .formbody .widget.widget-submit a.submit:hover{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#56af32),to(#4a9928));
    background-image:linear-gradient(to bottom, #56af32 0%,#4a9928 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56AF32', endColorstr='#FF4A9928', GradientType=0);
    border-color:#56af32
} */
.mod_article.first>.ce_hyperlink.text-right{
    margin-bottom:0
}
.mod_article.first>.ce_hyperlink.text-right+.ce_headline{
    margin-top:0
}
.info time{
    font-weight:700
}

.mod_newslist .layout_latest.last,.mod_newsarchive .layout_latest.last{
    border-bottom:none
}
#content .mod_newslist .layout_latest .ce_text,#content .mod_newsarchive .layout_latest .ce_text{
    margin:0;
    padding:0
}
#content .mod_newsreader .layout_full .dwa-news-headlines{
    margin-bottom:0
}
.mod_newsreader .dwa-news-info{
    float:left
}
.mod_newsreader .back{
    text-align:right
}
.mod_newsarchive>h2{
    padding-right:16px;
    padding-left:16px
}
/*
.pagination{
    padding:18px 16px 9px;
    border-top:solid #d6d7d9 1px;
    overflow:hidden
}
.pagination p{
    float:left
}
.pagination ul{
    float:right;
    line-height:1.5 !important
}
.pagination ul li{
    display:inline-block
}
.pagination ul li .active{
    font-weight:700
} */
/*
.map-interactive{
    position:relative;
    margin:28px 16px
}
.map-interactive .map-image,.map-interactive .map-label{
    position:absolute;
    top:0;
    left:0
}
.map-interactive .map-image,.map-interactive .map-label{
    display:none
}
.map-interactive .map-image-main,.map-interactive .map-image{
    max-width:100%;
    height:auto
}
.map-interactive .map-image-visible,.map-interactive .map-image-transparent{
    display:block
}
.map-interactive .map-label{
    padding:6px 12px;
    border:1px solid #fff;
    background-color:#6cb640;
    color:#fff
}
.dwa-map-legend ol{
    padding-left:0;
    overflow:hidden
}
.dwa-map-legend ol li{
    width:calc(50% - 2.5em);
    float:left;
    margin-left:2.5em
} */
/*
.mod_search .header{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    margin-top:2px;
    padding:14px 16px;
    line-height:1
}
.mod_search .list-container .list-element{
    padding:14px 16px;
    overflow:hidden;
    border-bottom:solid #d6d7d9 1px
}
.mod_search .list-container .list-element.last{
    border-bottom:none
}
.mod_search .list-container .list-element .list-image-container{
    width:68px;
    float:left
}
.mod_search>div:not(.pagination){
    padding:14px 16px;
    border-bottom:solid #d6d7d9 1px
}
.mod_search>div:not(.pagination).last{
    border-bottom:none
}
.mod_search>div:not(.pagination) h2{
    margin-top:9px
}
.mod_search .header,.mod_dwa_publication_search .header,.dwa-pub-search-list .header,.mod_dwa_event_search .header{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    margin-top:2px;
    padding:14px 16px;
    line-height:1
}
/*
.mod_search .url a:before,.mod_search .list-link a:before,.mod_dwa_publication_search .url a:before,.mod_dwa_publication_search .list-link a:before,.dwa-pub-search-list .url a:before,.dwa-pub-search-list .list-link a:before,.mod_dwa_event_search .url a:before,.mod_dwa_event_search .list-link a:before{
    content:'\f178\00A0'
} */
/*
.mod_dwa_publication_search .list-container .list-element,.dwa-pub-search-list .list-container .list-element{
    padding:14px 16px;
    overflow:hidden;
    border-bottom:solid #d6d7d9 1px
}
.mod_dwa_publication_search .list-container .list-element.last,.dwa-pub-search-list .list-container .list-element.last{
    border-bottom:none
}
.mod_dwa_publication_search .list-container .list-element h4,.dwa-pub-search-list .list-container .list-element h4{
    margin-top:0
}
.mod_dwa_publication_search .list-container .list-element .list-image-container,.dwa-pub-search-list .list-container .list-element .list-image-container{
    width:68px;
    margin-right:14px;
    float:left
} */
/*
.dwa-pub-search-list .dwa-pub-search-list-hl{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0);
    margin-bottom:0;
    padding:6px 16px;
    color:#fff
} */ /*
.ce_gallery ul.dwa-gallery-special:after{
    clear:none
}
.ce_gallery ul.dwa-gallery-special li{
    display:none
}
.ce_gallery ul.dwa-gallery-special li.row_first.col_first{
    display:block;
    padding-right:16px;
    padding-bottom:7px
}*/
/*
.dwa-event-container{
    padding:14px 16px;
    overflow:hidden;
    border-bottom:solid #d6d7d9 1px
}
.dwa-event-container.last{
    border-bottom:none
}
.dwa-event-container .dwa-event-date{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0);
    display:block;
    width:36px;
    margin-right:16px;
    padding-top:3px;
    padding-bottom:5px;
    float:left;
    color:#fff;
    font-weight:700;
    line-height:1;
    text-align:center;
    text-transform:uppercase
}
.dwa-event-container .dwa-event-date .dwa-event-day{
    font-size:17px
}
.dwa-event-container .dwa-event-info{
    width:calc(100% - 52px);
    float:left
}
.dwa-event-container .dwa-event-info p{
    margin-bottom:0
}*/
/*
.dwa-pub-errata{
    border-top:4px solid #778b96
}
.dwa-pub-errata .dwa-pub-errata-head,.dwa-pub-errata .dwa-pub-errata-row{
    padding:10px 16px;
    overflow:hidden;
    border-bottom:1px dotted #778b96
}
.dwa-pub-errata .dwa-pub-errata-head>div,.dwa-pub-errata .dwa-pub-errata-row>div{
    float:left
}
.dwa-pub-errata .dwa-pub-errata-head>div.publication,.dwa-pub-errata .dwa-pub-errata-row>div.publication{
    width:calc(100% - 60px)
}
.dwa-pub-errata .dwa-pub-errata-head>div.errata,.dwa-pub-errata .dwa-pub-errata-row>div.errata{
    width:60px;
    padding-left:16px
}
.dwa-pub-errata .dwa-pub-errata-head{
    border-bottom-style:solid;
    color:#0066b3;
    font-size:14px
}
.rsts-main{
    position:relative;
    margin-bottom:28px
} */
/*
.rsts-main .rsts-header{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0)
} *
 */
/*
.rsts-main .rsts-header h1,.rsts-main .rsts-header h2,.rsts-main .rsts-header h3,.rsts-main .rsts-header h4,.rsts-main .rsts-header h5,.rsts-main .rsts-header h6{
    margin:6px 16px;

} */
/*
.rsts-main .rsts-header+.rsts-view .rsts-prev,.rsts-main .rsts-header+.rsts-view .rsts-next{
    top:-27px
}
.rsts-main .rsts-prev,.rsts-main .rsts-next{
    display:block;
    position:absolute;
    top:0
} */
/*
.rsts-main .rsts-prev>span,.rsts-main .rsts-next>span{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#83ca5a),to(#6cb640));
    background-image:linear-gradient(to bottom, #83ca5a 0%,#6cb640 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83CA5A', endColorstr='#FF6CB640', GradientType=0);
    display:block;
    width:32px;
    height:32px;
    margin:0;
    padding:0;
    border-bottom:solid #fff 5px;
    border-left:solid #fff 5px;
    color:#fff;
    line-height:27px !important;
    text-align:center;
    overflow:hidden
}
.rsts-main .rsts-prev>span::before,.rsts-main .rsts-next>span::before{
    display:block;
    height:27px;
    line-height:29px !important;
    overflow:hidden
}
.rsts-main .rsts-prev>span:hover,.rsts-main .rsts-next>span:hover{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#56af32),to(#4a9928));
    background-image:linear-gradient(to bottom, #56af32 0%,#4a9928 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56AF32', endColorstr='#FF4A9928', GradientType=0)
}
.rsts-main .rsts-prev{
    right:32px
}
.rsts-main .rsts-prev>span::before{
    content:'\f053'
}
.rsts-main .rsts-next{
    right:0
}
.rsts-main .rsts-next>span::before{
    content:'\f054'
}
.rsts-main .rsts-nav{
    position:absolute;
    top:0;
    right:64px
}
.rsts-main .rsts-nav ul .rsts-nav-item{
    display:inline-block;
    padding-right:10px
}
.rsts-main .rsts-nav ul .rsts-nav-item a{
    display:block;
    overflow:hidden
}
.rsts-main .rsts-nav ul .rsts-nav-prev,.rsts-main .rsts-nav ul .rsts-nav-next{
    display:none
}
.rsts-main .rsts-nav.rsts-nav-numbers ul .rsts-nav-item a{
    height:27px;
    color:#fff;
    line-height:27px !important;
    text-align:center;
    text-decoration:none
}
.rsts-main .rsts-nav.rsts-nav-numbers ul .rsts-nav-item a.active{
    color:#0066b3
}
.rsts-main .rsts-nav.rsts-nav-bullets{
    line-height:0
}
@media (max-width: 767px){
    .rsts-main .rsts-nav.rsts-nav-bullets{
        display:none
    }
}
.rsts-main .rsts-nav.rsts-nav-bullets ul .rsts-nav-item{
    padding-top:9px;
    padding-bottom:9px
}
.rsts-main .rsts-nav.rsts-nav-bullets ul .rsts-nav-item a{
    width:9px;
    height:9px;
    border-radius:100%;
    outline:none;
    background-color:#fff;
    text-indent:-999px
}
.rsts-main .rsts-nav.rsts-nav-bullets ul .rsts-nav-item a:hover,.rsts-main .rsts-nav.rsts-nav-bullets ul .rsts-nav-item a.active{
    background-color:#0066b3
}
.rsts-main .rsts-nav.rsts-nav-tabs{
    right:auto;
    left:0;
    width:100%;
    border-bottom:solid #778b96 1px
}
.rsts-main .rsts-nav.rsts-nav-tabs ul .rsts-nav-item{
    padding-right:0
}
.rsts-main .rsts-nav.rsts-nav-tabs ul .rsts-nav-item a{
    height:27px;
    padding-right:16px;
    padding-left:16px;
    color:#fff;
    font-weight:700;
    line-height:27px !important;
    text-align:center;
    text-decoration:none
}
.rsts-main .rsts-nav.rsts-nav-tabs ul .rsts-nav-item a:before{
    content:'\f178\00A0'
}
.rsts-main .rsts-nav.rsts-nav-tabs ul .rsts-nav-item a:not(.active){
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    height:25px;
    margin-bottom:2px;
    color:#445157;
    line-height:25px
}
.rsts-main .rsts-nav.rsts-nav-tabs ul .rsts-nav-item a:not(.active):hover{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0);
    color:#fff
}
.rsts-main .rsts-nav.rsts-nav-tabs ul .rsts-nav-item a.active{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#8e9ca4),to(#778b96));
    background-image:linear-gradient(to bottom, #8e9ca4 0%,#778b96 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E9CA4', endColorstr='#FF778B96', GradientType=0)
}
.rsts-main .rsts-nav.rsts-nav-tabs ul .rsts-nav-item a.active:before{
    content:"\f175\00A0"
}
.rsts-main .rsts-nav.rsts-nav-tabs ul .rsts-nav-item+.rsts-nav-item a{
    margin-left:2px
}
.rsts-main.dwa-tabs{
    padding-top:27px
}
.rsts-main .rsts-slides .rsts-slide .dwa-teaser-gray,.rsts-main .rsts-slides .rsts-slide .dwa-teaser-blue{
    margin:6px 0
}
.rsts-skin-dwa-main .rsts-slides .rsts-slide .image_container{
    margin:0
}
.rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_text{
    width:70%;
    position:absolute;
    top:70px;
    right:0;
    background-color:rgba(255,255,255,0.9)
}
#left .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_text,#left .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_image,#main .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_text,#main .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_image,#right .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_text,#right .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_image{
    margin-bottom:0
}
#left .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_text,#main .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_text,#right .rsts-skin-dwa-main .rsts-slides .rsts-slide .ce_text{
    padding:10px 16px 10px 32px
}
.rsts-skin-dwa-main .rsts-slides .rsts-slide h4{
    margin-left:-16px;
    color:#445157;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase
}
.rsts-skin-dwa-main .rsts-slides .rsts-slide p{
    font-weight:600
}
/*
.rsts-skin-dwa-aktuelles.rsts-type-fade .rsts-slide{
    background-color:#fff
}
.rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text{
    padding:18px 16px 9px;
    border-bottom:solid #d6d7d9 1px;
    overflow:hidden
}
#left .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text,#main .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text,#right .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text{
    margin-bottom:0
}
#left .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h1,#left .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h2,#left .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h3,#left .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h4,#left .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h5,#left .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h6,#main .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h1,#main .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h2,#main .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h3,#main .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h4,#main .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h5,#main .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h6,#right .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h1,#right .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h2,#right .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h3,#right .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h4,#right .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h5,#right .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text:not([attr^=img]) h6{
    margin-top:0
}
#left .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text.img-float_above .image_container,#main .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text.img-float_above .image_container,#right .rsts-skin-dwa-aktuelles .rsts-slides .rsts-slide .ce_text.img-float_above .image_container{
    margin-top:0
} */
/*
.rsts-skin-dwa-themen{
    background-color:#e8ecee
}
.rsts-skin-dwa-themen .rsts-header{
    background:none;
    -webkit-filter:none;
    filter:none
}
.rsts-skin-dwa-themen .rsts-header h1,.rsts-skin-dwa-themen .rsts-header h2,.rsts-skin-dwa-themen .rsts-header h3,.rsts-skin-dwa-themen .rsts-header h4,.rsts-skin-dwa-themen .rsts-header h5,.rsts-skin-dwa-themen .rsts-header h6{
    margin:12px 16px 0;
    padding-bottom:5px;
    color:#445157
}
.rsts-skin-dwa-themen .rsts-header+.rsts-view .rsts-prev,.rsts-skin-dwa-themen .rsts-header+.rsts-view .rsts-next{
    top:-32px
}
.rsts-skin-dwa-themen .rsts-slides .rsts-slide .ce_text{
    padding:18px 16px 9px;
    overflow:hidden
}
#content .rsts-skin-dwa-themen .rsts-slides .rsts-slide .ce_text{
    margin-bottom:0
}
.rsts-skin-dwa-themen .rsts-slides .rsts-slide .ce_text .image_container.float_above{
    margin-top:0
}
.rsts-skin-dwa-image{
    background-color:#e8ecee;
    padding:18px 16px
}
.rsts-skin-dwa-pub-list .rsts-slides .rsts-slide .dwa-publication{
    padding:10px 12px 0
}
.rsts-skin-dwa-pub-bilder .rsts-slides .rsts-slide .dwa-publication{
    border-top:solid #fff 5px;
    border-right:solid #fff 1px;
    border-left:solid #fff 1px
}
.rsts-skin-dwa-pub-bilder .rsts-slides .rsts-slide .dwa-publication .dwa-publication-img,.rsts-skin-dwa-pub-bilder .rsts-slides .rsts-slide .dwa-publication .dwa-publication-link{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    padding:20px 12px
}
.rsts-skin-dwa-pub-bilder .rsts-slides .rsts-slide .dwa-publication .dwa-publication-img{
    height:220px
}
.rsts-skin-dwa-pub-bilder .rsts-slides .rsts-slide .dwa-publication .dwa-publication-img img{
    width:auto;
    max-height:180px;
    margin:0 auto;
    -webkit-box-shadow:0 5px 5px #8e9ca4;
    box-shadow:0 5px 5px #8e9ca4
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides{
    width:100%;
    height:100%
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-pub-info{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#5aa1d5),to(#3f8ac1));
    background-image:linear-gradient(to bottom, #5aa1d5 0%,#3f8ac1 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5AA1D5', endColorstr='#FF3F8AC1', GradientType=0);
    padding:14px 16px;
    overflow:hidden;
    color:#c3e6ff
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-pub-info .dwa-pub-img{
    position:relative;
    width:130px
}
@media (max-width: 767px){
    .rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-pub-info .dwa-pub-img{
        margin:0 auto
    }
}
@media (min-width: 768px){
    .rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-pub-info .dwa-pub-img{
        margin-right:14px;
        float:left
    }
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-pub-info .dwa-pub-text{
    padding-top:10px;
    font-size:15px;
    font-weight:600
}
@media (min-width: 768px){
    .rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-pub-info .dwa-pub-text{
        padding-top:21px
    }
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-pub-info a{
    color:#fff
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-pub-text-new{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    margin-top:2px;
    padding:10px 16px 5px;
    overflow:hidden
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-publication-img,.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-publication-link{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    padding:20px 12px
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-publication-img{
    height:220px
}
.rsts-skin-dwa-pub-list-blue-with-img .rsts-slides .rsts-slide .dwa-publication .dwa-publication-img img{
    margin:0 auto;
    -webkit-box-shadow:0 5px 5px #8e9ca4;
    box-shadow:0 5px 5px #8e9ca4
}
.rsts-skin-dwa-pub-list-blue-with-img.dwa-pub-list-blue-new .dwa-pub-img:after{
    content:url("../images/misc/pub_new.png");
    position:absolute;
    bottom:-10px;
    left:-10px;
    width:78px;
    height:78px
} */
.dwa-en .rsts-skin-dwa-pub-list-blue-with-img.dwa-pub-list-blue-new .dwa-pub-img:after{
    content:url("../images/misc/pub_new_en.png")
}
.form-message{
    margin-left:-7px;
    margin-right:-7px
}
.form-message:before,.form-message:after{
    content:" ";
    display:table
}
.form-message:after{
    clear:both
}
/*
.formbody{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e8ecee),to(#d6d7d9));
    background-image:linear-gradient(to bottom, #e8ecee 0%,#d6d7d9 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8ECEE', endColorstr='#FFD6D7D9', GradientType=0);
    padding:14px 9px 6px
}
.formbody:before,.formbody:after{
    content:" ";
    display:table
}
.formbody:after{
    clear:both
}
.formbody>fieldset{
    position:relative;
    width:100%;
    margin:0 0 14px;
    padding:14px 0 7px;
    float:left;
    border:none
}
.formbody>fieldset:before,.formbody>fieldset:after{
    display:block;
    position:absolute;
    top:0;
    left:7px;
    width:calc(100% - 14px);
    height:1px;
    background-color:#ffffff;
    content:""
}
.formbody>fieldset:after{
    top:auto;
    bottom:0
}
.formbody>fieldset+fieldset{
    padding-top:0
}
.formbody>fieldset+fieldset:before{
    content:none
}
.formbody>fieldset>legend{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    margin-bottom:9px;
    color:#0066b3;
    font-size:14px;
    font-weight:700
}
@media (min-width: 768px){
    .formbody>fieldset>legend{
        float:left;
        width:100%
    }
}
.formbody .widget{
    position:relative;
    padding-bottom:14px
}
.formbody .widget:before,.formbody .widget:after{
    content:" ";
    display:table
}
.formbody .widget:after{
    clear:both
}
.formbody .widget>label{
    display:block;
    font-weight:600;
    cursor:pointer
}
.formbody .widget>label.error{
    color:#d9534f
}
.formbody .widget.moveLabelOnTyped label{
    position:absolute;
    top:10px;
    left:12px;
    -webkit-transition:top .3s ease-in, font-size .3s ease-in;
    transition:top .3s ease-in, font-size .3s ease-in
}
.formbody .widget.move-label label{
    top:1px;
    -webkit-transition:top .3s ease-out, font-size .3s ease-out;
    transition:top .3s ease-out, font-size .3s ease-out;
    font-size:9px
}
.formbody .widget input,.formbody .widget textarea,.formbody .widget select,.formbody .widget.widget-select .inner{
    display:block;
    width:100%;
    padding:6px 5px;
    float:left;
    clear:both;
    border:solid #ffffff 1px;
    border-radius:0;
    background-color:#ffffff;
    line-height:1.5
}
.formbody .widget input[type="search"],.formbody .widget textarea[type="search"],.formbody .widget select[type="search"],.formbody .widget.widget-select .inner[type="search"]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.formbody .widget input.error,.formbody .widget textarea.error,.formbody .widget select.error,.formbody .widget.widget-select .inner.error{
    border-color:#d9534f
}
.formbody .widget input.upload,.formbody .widget textarea.upload,.formbody .widget select.upload,.formbody .widget.widget-select .inner.upload{
    width:auto;
    padding-right:0;
    padding-left:0;
    border:none
}
.formbody .widget input:disabled,.formbody .widget textarea:disabled,.formbody .widget select:disabled,.formbody .widget.widget-select .inner:disabled{
    background-color:#ccc
}
.formbody .widget.moveLabelOnTyped input,.formbody .widget.moveLabelOnTyped textarea{
    padding:15px 5px 1px
}
.formbody .widget.widget-radio,.formbody .widget.widget-checkbox{
    margin-bottom:14px;
    padding-top:14px;
    padding-bottom:14px 0 7px
}
.formbody .widget.widget-radio:before,.formbody .widget.widget-radio:after,.formbody .widget.widget-checkbox:before,.formbody .widget.widget-checkbox:after{
    display:block;
    position:absolute;
    top:0;
    left:7px;
    width:calc(100% - 14px);
    height:1px;
    background-color:#ffffff;
    content:""
}
.formbody .widget.widget-radio:after,.formbody .widget.widget-checkbox:after{
    top:auto;
    bottom:0
}
.formbody .widget.widget-radio+.widget-radio,.formbody .widget.widget-radio+.widget-checkbox,.formbody .widget.widget-checkbox+.widget-radio,.formbody .widget.widget-checkbox+.widget-checkbox{
    padding-top:0
}
.formbody .widget.widget-radio+.widget-radio:before,.formbody .widget.widget-radio+.widget-checkbox:before,.formbody .widget.widget-checkbox+.widget-radio:before,.formbody .widget.widget-checkbox+.widget-checkbox:before{
    content:none
}
.formbody .widget.widget-radio>fieldset,.formbody .widget.widget-checkbox>fieldset{
    margin-top:0;
    margin-bottom:0;
    padding:0;
    border:none
}
.formbody .widget.widget-radio .radio_container,.formbody .widget.widget-radio .checkbox_container,.formbody .widget.widget-checkbox .radio_container,.formbody .widget.widget-checkbox .checkbox_container{
    margin-left:-7px;
    margin-right:-7px
}
.formbody .widget.widget-radio .radio_container:before,.formbody .widget.widget-radio .radio_container:after,.formbody .widget.widget-radio .checkbox_container:before,.formbody .widget.widget-radio .checkbox_container:after,.formbody .widget.widget-checkbox .radio_container:before,.formbody .widget.widget-checkbox .radio_container:after,.formbody .widget.widget-checkbox .checkbox_container:before,.formbody .widget.widget-checkbox .checkbox_container:after{
    content:" ";
    display:table
}
.formbody .widget.widget-radio .radio_container:after,.formbody .widget.widget-radio .checkbox_container:after,.formbody .widget.widget-checkbox .radio_container:after,.formbody .widget.widget-checkbox .checkbox_container:after{
    clear:both
}
.formbody .widget.widget-radio .radio_container>legend,.formbody .widget.widget-radio .checkbox_container>legend,.formbody .widget.widget-checkbox .radio_container>legend,.formbody .widget.widget-checkbox .checkbox_container>legend{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    width:100%;
    padding-bottom:10px;
    float:left;
    font-weight:700
}
@media (min-width: 768px){
    .formbody .widget.widget-radio .radio_container>legend,.formbody .widget.widget-radio .checkbox_container>legend,.formbody .widget.widget-checkbox .radio_container>legend,.formbody .widget.widget-checkbox .checkbox_container>legend{
        float:left;
        width:100%
    }
}
.formbody .widget.widget-radio .radio_container.error legend,.formbody .widget.widget-radio .checkbox_container.error legend,.formbody .widget.widget-checkbox .radio_container.error legend,.formbody .widget.widget-checkbox .checkbox_container.error legend{
    color:#d9534f
}
.formbody .widget.widget-radio .radio_container>span,.formbody .widget.widget-radio .checkbox_container>span,.formbody .widget.widget-checkbox .radio_container>span,.formbody .widget.widget-checkbox .checkbox_container>span{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .formbody .widget.widget-radio .radio_container>span,.formbody .widget.widget-radio .checkbox_container>span,.formbody .widget.widget-checkbox .radio_container>span,.formbody .widget.widget-checkbox .checkbox_container>span{
        float:left;
        width:100%
    }
}
.formbody .widget.widget-radio .radio_container>span input,.formbody .widget.widget-radio .checkbox_container>span input,.formbody .widget.widget-checkbox .radio_container>span input,.formbody .widget.widget-checkbox .checkbox_container>span input{
    position:absolute;
    top:0;
    left:0;
    z-index:-1
}
.formbody .widget.widget-radio .radio_container>span label,.formbody .widget.widget-radio .checkbox_container>span label,.formbody .widget.widget-checkbox .radio_container>span label,.formbody .widget.widget-checkbox .checkbox_container>span label{
    position:relative;
    margin-bottom:0;
    padding-left:22px;
    float:none;
    cursor:pointer
}
.formbody .widget.widget-radio .radio_container>span label:before,.formbody .widget.widget-radio .checkbox_container>span label:before,.formbody .widget.widget-checkbox .radio_container>span label:before,.formbody .widget.widget-checkbox .checkbox_container>span label:before{
    position:absolute;
    top:0;
    left:0;
    width:18px;
    height:100%;
    font-size:18px;
    text-align:center
}
.formbody .widget.widget-radio .radio_container>span label.error,.formbody .widget.widget-radio .checkbox_container>span label.error,.formbody .widget.widget-checkbox .radio_container>span label.error,.formbody .widget.widget-checkbox .checkbox_container>span label.error{
    border-color:#d9534f;
    background-color:#d9534f;
    color:#fff
}
.formbody .widget.widget-radio .radio_container>span input:checked+label:before,.formbody .widget.widget-radio .checkbox_container>span input:checked+label:before,.formbody .widget.widget-checkbox .radio_container>span input:checked+label:before,.formbody .widget.widget-checkbox .checkbox_container>span input:checked+label:before{
    color:#0066b3
}
.formbody .widget.widget-radio .radio_container.error>span label,.formbody .widget.widget-radio .checkbox_container.error>span label,.formbody .widget.widget-checkbox .radio_container.error>span label,.formbody .widget.widget-checkbox .checkbox_container.error>span label{
    color:#d9534f
}
.formbody .widget.widget-radio.col-6 .checkbox_container>span,.formbody .widget.widget-radio.col-6 .radio_container>span,.formbody .widget.widget-checkbox.col-6 .checkbox_container>span,.formbody .widget.widget-checkbox.col-6 .radio_container>span{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .formbody .widget.widget-radio.col-6 .checkbox_container>span,.formbody .widget.widget-radio.col-6 .radio_container>span,.formbody .widget.widget-checkbox.col-6 .checkbox_container>span,.formbody .widget.widget-checkbox.col-6 .radio_container>span{
        float:left;
        width:50%
    }
}
.formbody .widget.widget-radio.col-4 .checkbox_container>span,.formbody .widget.widget-radio.col-4 .radio_container>span,.formbody .widget.widget-checkbox.col-4 .checkbox_container>span,.formbody .widget.widget-checkbox.col-4 .radio_container>span{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .formbody .widget.widget-radio.col-4 .checkbox_container>span,.formbody .widget.widget-radio.col-4 .radio_container>span,.formbody .widget.widget-checkbox.col-4 .checkbox_container>span,.formbody .widget.widget-checkbox.col-4 .radio_container>span{
        float:left;
        width:33.33333%
    }
}
.formbody .widget.widget-radio.col-3 .checkbox_container>span,.formbody .widget.widget-radio.col-3 .radio_container>span,.formbody .widget.widget-checkbox.col-3 .checkbox_container>span,.formbody .widget.widget-checkbox.col-3 .radio_container>span{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .formbody .widget.widget-radio.col-3 .checkbox_container>span,.formbody .widget.widget-radio.col-3 .radio_container>span,.formbody .widget.widget-checkbox.col-3 .checkbox_container>span,.formbody .widget.widget-checkbox.col-3 .radio_container>span{
        float:left;
        width:25%
    }
}
.formbody .widget.widget-radio.col-2 .checkbox_container>span,.formbody .widget.widget-radio.col-2 .radio_container>span,.formbody .widget.widget-checkbox.col-2 .checkbox_container>span,.formbody .widget.widget-checkbox.col-2 .radio_container>span{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .formbody .widget.widget-radio.col-2 .checkbox_container>span,.formbody .widget.widget-radio.col-2 .radio_container>span,.formbody .widget.widget-checkbox.col-2 .checkbox_container>span,.formbody .widget.widget-checkbox.col-2 .radio_container>span{
        float:left;
        width:16.66667%
    }
}
.formbody .widget.widget-radio .radio_container>span label:before{
    content:"\f1db"
}
.formbody .widget.widget-radio .radio_container>span input:checked+label:before{
    content:"\f058"
}
.formbody .widget.widget-checkbox .checkbox_container>span label:before{
    content:"\f096"
}
.formbody .widget.widget-checkbox .checkbox_container>span input:checked+label:before{
    content:"\f14a";
    font-size:16px
}
.formbody .widget.widget-select .inner{
    position:relative;
    padding:0;
    background-color:#fff
}
.formbody .widget.widget-select .inner:after{
    content:"\f078";
    position:absolute;
    z-index:9;
    top:-1px;
    right:-1px;
    width:30px;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#5aa1d5),to(#3f8ac1));
    background-image:linear-gradient(to bottom, #5aa1d5 0%,#3f8ac1 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5AA1D5', endColorstr='#FF3F8AC1', GradientType=0);
    color:#fff;
    line-height:32px !important;
    text-align:center;
    pointer-events:none
}
.formbody .widget.widget-select .inner:hover:after{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#3f8ac1),to(#1471b7));
    background-image:linear-gradient(to bottom, #3f8ac1 0%,#1471b7 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3F8AC1', endColorstr='#FF1471B7', GradientType=0)
}
.formbody .widget.widget-select .inner select{
    position:relative;
    z-index:10;
    padding-right:35px;
    border:none;
    background-color:transparent;
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.firefox .formbody .widget.widget-select .inner select{
    padding-top:7px;
    padding-bottom:7px
}
.firefox .formbody .widget.widget-select .inner select option{
    color:#ffffff;
    background-color:#445157;
    padding-right:10px;
    padding-left:10px
}
.win.ie .formbody .widget.widget-select .inner select{
    padding-right:0;
    padding-top:5px;
    padding-bottom:5px
}
.formbody .widget.widget-select .inner select option{
    color:#445157
}
.formbody .widget.widget-explanation{
    padding-bottom:7px
}
.formbody .widget.widget-calendar input{
    padding-right:44px
}
.formbody .widget.widget-calendar img{
    width:34px;
    height:34px;
    position:absolute;
    right:7px;
    bottom:0;
    overflow:hidden;
    border-radius:0 0 0 0;
    cursor:pointer
}
.formbody .widget.widget-textarea textarea{
    resize:none;
    height:100px
}
.formbody .widget.widget-captcha .captcha{
    width:30%;
    display:inline-block
}
.formbody .widget.widget-captcha .captcha_text{
    float:left;
    line-height:35px;
    font-size:11px;
    padding-left:10px
}
.formbody .widget.widget-submit .submit{
    -webkit-transition:color .3s ease-out, background-color .3s ease-out;
    transition:color .3s ease-out, background-color .3s ease-out
}
.formbody .widget.widget-select.error .inner{
    border-color:#d9534f
}
.formbody>input+.widget:first-of-type{
    padding-top:0
}
.formbody>input+.widget:first-of-type:before{
    content:none
}
.formbody p.error{
    margin-bottom:0;
    padding:6px 10px;
    clear:both;
    background-color:#d9534f;
    color:#fff;
    font-size:11px
} */
/*
.dwa-search-box{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .dwa-search-box{
        float:left;
        width:41.66667%
    }
}
@media (min-width: 992px){
    .dwa-search-box{
        float:left;
        width:25%
    }
}
@media (min-width: 768px){
    .dwa-search-box{
        float:right
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .dwa-search-box{
        padding-top:85px
    }
}
.dwa-search-box form{
    margin-left:1px
}
.dwa-search-box .formbody{
    margin-left:-7px;
    margin-right:-7px;
    margin-right:0;
    padding:8px 7px 7px;
    background:rgba(255,255,255,0.7)
}
.dwa-search-box .formbody:before,.dwa-search-box .formbody:after{
    content:" ";
    display:table
}
.dwa-search-box .formbody:after{
    clear:both
}
.dwa-search-box .formbody .widget{
    padding:0
}
.dwa-search-box .formbody .widget.widget-text label{
    display:none
}
.dwa-search-box .formbody .widget.widget-submit .submit{
    width:100%
} */
/*
.mod_search .formbody{
    padding:28px 16px
}
.mod_search .formbody .widget.widget-text{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    padding:0
}
@media (min-width: 768px){
    .mod_search .formbody .widget.widget-text{
        float:left;
        width:83.33333%
    }
}
.mod_search .formbody .widget.widget-text label{
    display:none
}
.mod_search .formbody .widget.widget-submit{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    padding:0
}
@media (min-width: 768px){
    .mod_search .formbody .widget.widget-submit{
        float:left;
        width:16.66667%
    }
}
.mod_search .formbody .widget.widget-submit .submit{
    width:100%
} */
/*
.dwa-pub-search .formbody .widget{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .dwa-pub-search .formbody .widget{
        float:left;
        width:50%
    }
}
.dwa-pub-search .formbody .widget.widget-text{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    padding-right:0
}
@media (min-width: 768px){
    .dwa-pub-search .formbody .widget.widget-text{
        float:left;
        width:83.33333%
    }
}
.dwa-pub-search .formbody .widget.widget-text label{
    display:none
}
.dwa-pub-search .formbody .widget.widget-submit{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px;
    padding-left:0
}
@media (min-width: 768px){
    .dwa-pub-search .formbody .widget.widget-submit{
        float:left;
        width:16.66667%
    }
}
.dwa-pub-search .formbody .widget.widget-submit .submit{
    width:100%
}
.dwa-pub-search .formbody .widget.widget-radio{
    position:relative;
    min-height:1px;
    padding-left:7px;
    padding-right:7px
}
@media (min-width: 768px){
    .dwa-pub-search .formbody .widget.widget-radio{
        float:left;
        width:100%
    }
}
.dwa-pub-search .formbody .widget.widget-radio span{
    width:50%
}
.ir{
    background-color:transparent;
    border:0;
    overflow:hidden;
    *text-indent:-9999px
}
.ir:before{
    content:"";
    display:block;
    width:0;
    height:150%
}
.invisible{
    display:none !important;
    visibility:hidden
}
.visuallyhidden,.formbody .widget.widget-radio.label-hidden legend,.formbody .widget.widget-checkbox.label-hidden legend{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.visuallyhidden.focusable:active,.formbody .widget.widget-radio.label-hidden legend.focusable:active,.formbody .widget.widget-checkbox.label-hidden legend.focusable:active,.visuallyhidden.focusable:focus,.formbody .widget.widget-radio.label-hidden legend.focusable:focus,.formbody .widget.widget-checkbox.label-hidden legend.focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto
} */
/*
.hidden{
    visibility:hidden
}
.position-absolute{
    position:absolute
}
.bg-white{
    background-color:#fff !important
}
.bg-black{
    background-color:#000 !important
}
.bg-gray{
    background-color:#000 !important
}
.bg-gray-90{
    background-color:#1a1a1a !important
}
.bg-gray-80{
    background-color:#333 !important
}
.bg-gray-70{
    background-color:#4d4d4d !important
}
.bg-gray-60{
    background-color:#666 !important
}
.bg-gray-50{
    background-color:gray !important
}
.bg-gray-40{
    background-color:#999 !important
}
.bg-gray-30{
    background-color:#b3b3b3 !important
}
.bg-gray-20{
    background-color:#ccc !important
}
.bg-gray-10{
    background-color:#e6e6e6 !important
}
.bg-primary{
    background-color:#0066b3 !important
}
.bg-success{
    background-color:#6cb640 !important
}
.bg-warning{
    background-color:#f0ad4e !important
}
.bg-danger{
    background-color:#d9534f !important
}
.bg-info{
    background-color:#5bc0de !important
}
.color-white{
    color:#fff !important
}
.color-black{
    color:#000 !important
}
.color-gray{
    color:#000 !important
}
.color-gray-90{
    color:#1a1a1a !important
}
.color-gray-80{
    color:#333 !important
}
.color-gray-70{
    color:#4d4d4d !important
}
.color-gray-60{
    color:#666 !important
}
.color-gray-50{
    color:gray !important
}
.color-gray-40{
    color:#999 !important
}
.color-gray-30{
    color:#b3b3b3 !important
}
.color-gray-20{
    color:#ccc !important
}
.color-gray-10{
    color:#e6e6e6 !important
}
.color-primary{
    color:#0066b3 !important
}
.color-success{
    color:#6cb640 !important
}
.color-warning{
    color:#f0ad4e !important
}
.color-danger{
    color:#d9534f !important
}
.color-info{
    color:#5bc0de !important
}
.border-color-white{
    border-color:#fff !important
}
.border-color-black{
    border-color:#000 !important
}
.border-color-gray{
    border-color:#000 !important
}
.border-color-gray-90{
    border-color:#1a1a1a !important
}
.border-color-gray-80{
    border-color:#333 !important
}
.border-color-gray-70{
    border-color:#4d4d4d !important
}
.border-color-gray-60{
    border-color:#666 !important
}
.border-color-gray-50{
    border-color:gray !important
}
.border-color-gray-40{
    border-color:#999 !important
}
.border-color-gray-30{
    border-color:#b3b3b3 !important
}
.border-color-gray-20{
    border-color:#ccc !important
}
.border-color-gray-10{
    border-color:#e6e6e6 !important
}
.border-color-primary{
    border-color:#0066b3 !important
}
.border-color-success{
    border-color:#6cb640 !important
}
.border-color-warning{
    border-color:#f0ad4e !important
}
.border-color-danger{
    border-color:#d9534f !important
}
.border-color-info{
    border-color:#5bc0de !important
}
.img-center .image_container img{
    margin-left:auto;
    margin-right:auto
}
.img-right .image_container{
    overflow:hidden
}
.img-right .image_container img{
    float:right
}
.img-left .image_container{
    overflow:hidden
}
.img-left .image_container img{
    float:left
} */
/*
#colorbox,#cboxOverlay,#cboxWrapper{
    overflow:visible !important
}
div#cboxTitle{
    top:100%;
    margin-left:5px;
    margin-right:5px
}
.display-inline{
    display:inline
}
.display-inline-block{
    display:inline-block
}
.display-block{
    display:block
}
.display-none{
    display:none
}
.float-right{
    float:right
}
.float-left{
    float:left
}
.float-none{
    float:none
}
.float-clear-right{
    clear:right
}
.float-clear-left{
    clear:left
}
.float-clear-both{
    clear:both
}
.float-clear-none{
    clear:none
}
@media (max-width: 767px){
    .float-right-xs{
        float:right
    }
    .float-left-xs{
        float:left
    }
    .float-none-xs{
        float:none
    }
    .float-clear-right-xs{
        clear:right
    }
    .float-clear-left-xs{
        clear:left
    }
    .float-clear-both-xs{
        clear:both
    }
    .float-clear-none-xs{
        clear:none
    }
}
@media (min-width: 768px){
    .float-right-sm{
        float:right
    }
    .float-left-sm{
        float:left
    }
    .float-none-sm{
        float:none
    }
    .float-clear-right-sm{
        clear:right
    }
    .float-clear-left-sm{
        clear:left
    }
    .float-clear-both-sm{
        clear:both
    }
    .float-clear-none-sm{
        clear:none
    }
}
@media (min-width: 992px){
    .float-right-md{
        float:right
    }
    .float-left-md{
        float:left
    }
    .float-none-md{
        float:none
    }
    .float-clear-right-md{
        clear:right
    }
    .float-clear-left-md{
        clear:left
    }
    .float-clear-both-md{
        clear:both
    }
    .float-clear-none-md{
        clear:none
    }
}
@media (min-width: 1200px){
    .float-right-lg{
        float:right
    }
    .float-left-lg{
        float:left
    }
    .float-none-lg{
        float:none
    }
    .float-clear-right-lg{
        clear:right
    }
    .float-clear-left-lg{
        clear:left
    }
    .float-clear-both-lg{
        clear:both
    }
    .float-clear-none-lg{
        clear:none
    }
}
.margin-top-5{
    margin-top:5px
}
.padding-top-5{
    padding-top:5px
}
.margin-top-10{
    margin-top:10px
}
.padding-top-10{
    padding-top:10px
}
.margin-top-15{
    margin-top:15px
}
.padding-top-15{
    padding-top:15px
}
.margin-top-20{
    margin-top:20px
}
.padding-top-20{
    padding-top:20px
}
.margin-top-25{
    margin-top:25px
}
.padding-top-25{
    padding-top:25px
}
.margin-top-30{
    margin-top:30px
}
.padding-top-30{
    padding-top:30px
}
.margin-top-35{
    margin-top:35px
}
.padding-top-35{
    padding-top:35px
}
.margin-top-40{
    margin-top:40px
}
.padding-top-40{
    padding-top:40px
}
.margin-top-45{
    margin-top:45px
}
.padding-top-45{
    padding-top:45px
}
.margin-top-50{
    margin-top:50px
}
.padding-top-50{
    padding-top:50px
}
.margin-top-55{
    margin-top:55px
}
.padding-top-55{
    padding-top:55px
}
.margin-top-60{
    margin-top:60px
}
.padding-top-60{
    padding-top:60px
}
.margin-top-65{
    margin-top:65px
}
.padding-top-65{
    padding-top:65px
}
.margin-top-70{
    margin-top:70px
}
.padding-top-70{
    padding-top:70px
}
.margin-top-75{
    margin-top:75px
}
.padding-top-75{
    padding-top:75px
}
.margin-top-80{
    margin-top:80px
}
.padding-top-80{
    padding-top:80px
}
.margin-top-85{
    margin-top:85px
}
.padding-top-85{
    padding-top:85px
}
.margin-top-90{
    margin-top:90px
}
.padding-top-90{
    padding-top:90px
}
.margin-right-5{
    margin-right:5px
}
.padding-right-5{
    padding-right:5px
}
.margin-right-10{
    margin-right:10px
}
.padding-right-10{
    padding-right:10px
}
.margin-right-15{
    margin-right:15px
}
.padding-right-15{
    padding-right:15px
}
.margin-right-20{
    margin-right:20px
}
.padding-right-20{
    padding-right:20px
}
.margin-right-25{
    margin-right:25px
}
.padding-right-25{
    padding-right:25px
}
.margin-right-30{
    margin-right:30px
}
.padding-right-30{
    padding-right:30px
}
.margin-right-35{
    margin-right:35px
}
.padding-right-35{
    padding-right:35px
}
.margin-right-40{
    margin-right:40px
}
.padding-right-40{
    padding-right:40px
}
.margin-right-45{
    margin-right:45px
}
.padding-right-45{
    padding-right:45px
}
.margin-right-50{
    margin-right:50px
}
.padding-right-50{
    padding-right:50px
}
.margin-right-55{
    margin-right:55px
}
.padding-right-55{
    padding-right:55px
}
.margin-right-60{
    margin-right:60px
}
.padding-right-60{
    padding-right:60px
}
.margin-right-65{
    margin-right:65px
}
.padding-right-65{
    padding-right:65px
}
.margin-right-70{
    margin-right:70px
}
.padding-right-70{
    padding-right:70px
}
.margin-right-75{
    margin-right:75px
}
.padding-right-75{
    padding-right:75px
}
.margin-right-80{
    margin-right:80px
}
.padding-right-80{
    padding-right:80px
}
.margin-right-85{
    margin-right:85px
}
.padding-right-85{
    padding-right:85px
}
.margin-right-90{
    margin-right:90px
}
.padding-right-90{
    padding-right:90px
}
.margin-bottom-5{
    margin-bottom:5px
}
.padding-bottom-5{
    padding-bottom:5px
}
.margin-bottom-10{
    margin-bottom:10px
}
.padding-bottom-10{
    padding-bottom:10px
}
.margin-bottom-15{
    margin-bottom:15px
}
.padding-bottom-15{
    padding-bottom:15px
}
.margin-bottom-20{
    margin-bottom:20px
}
.padding-bottom-20{
    padding-bottom:20px
}
.margin-bottom-25{
    margin-bottom:25px
}
.padding-bottom-25{
    padding-bottom:25px
}
.margin-bottom-30{
    margin-bottom:30px
}
.padding-bottom-30{
    padding-bottom:30px
}
.margin-bottom-35{
    margin-bottom:35px
}
.padding-bottom-35{
    padding-bottom:35px
}
.margin-bottom-40{
    margin-bottom:40px
}
.padding-bottom-40{
    padding-bottom:40px
}
.margin-bottom-45{
    margin-bottom:45px
}
.padding-bottom-45{
    padding-bottom:45px
}
.margin-bottom-50{
    margin-bottom:50px
}
.padding-bottom-50{
    padding-bottom:50px
}
.margin-bottom-55{
    margin-bottom:55px
}
.padding-bottom-55{
    padding-bottom:55px
}
.margin-bottom-60{
    margin-bottom:60px
}
.padding-bottom-60{
    padding-bottom:60px
}
.margin-bottom-65{
    margin-bottom:65px
}
.padding-bottom-65{
    padding-bottom:65px
}
.margin-bottom-70{
    margin-bottom:70px
}
.padding-bottom-70{
    padding-bottom:70px
}
.margin-bottom-75{
    margin-bottom:75px
}
.padding-bottom-75{
    padding-bottom:75px
}
.margin-bottom-80{
    margin-bottom:80px
}
.padding-bottom-80{
    padding-bottom:80px
}
.margin-bottom-85{
    margin-bottom:85px
}
.padding-bottom-85{
    padding-bottom:85px
}
.margin-bottom-90{
    margin-bottom:90px
}
.padding-bottom-90{
    padding-bottom:90px
}
.margin-left-5{
    margin-left:5px
}
.padding-left-5{
    padding-left:5px
}
.margin-left-10{
    margin-left:10px
}
.padding-left-10{
    padding-left:10px
}
.margin-left-15{
    margin-left:15px
}
.padding-left-15{
    padding-left:15px
}
.margin-left-20{
    margin-left:20px
}
.padding-left-20{
    padding-left:20px
}
.margin-left-25{
    margin-left:25px
}
.padding-left-25{
    padding-left:25px
}
.margin-left-30{
    margin-left:30px
}
.padding-left-30{
    padding-left:30px
}
.margin-left-35{
    margin-left:35px
}
.padding-left-35{
    padding-left:35px
}
.margin-left-40{
    margin-left:40px
}
.padding-left-40{
    padding-left:40px
}
.margin-left-45{
    margin-left:45px
}
.padding-left-45{
    padding-left:45px
}
.margin-left-50{
    margin-left:50px
}
.padding-left-50{
    padding-left:50px
}
.margin-left-55{
    margin-left:55px
}
.padding-left-55{
    padding-left:55px
}
.margin-left-60{
    margin-left:60px
}
.padding-left-60{
    padding-left:60px
}
.margin-left-65{
    margin-left:65px
}
.padding-left-65{
    padding-left:65px
}
.margin-left-70{
    margin-left:70px
}
.padding-left-70{
    padding-left:70px
}
.margin-left-75{
    margin-left:75px
}
.padding-left-75{
    padding-left:75px
}
.margin-left-80{
    margin-left:80px
}
.padding-left-80{
    padding-left:80px
}
.margin-left-85{
    margin-left:85px
}
.padding-left-85{
    padding-left:85px
}
.margin-left-90{
    margin-left:90px
}
.padding-left-90{
    padding-left:90px
}
.margin-0{
    margin:0 !important
}
.margin-left-0{
    margin-left:0 !important
}
.margin-right-0{
    margin-right:0 !important
}
.margin-top-0{
    margin-top:0 !important
}
.margin-bottom-0{
    margin-bottom:0 !important
}
.padding-0{
    padding:0 !important
}
.padding-left-0{
    padding-left:0 !important
}
.padding-right-0{
    padding-right:0 !important
}
.padding-top-0{
    padding-top:0 !important
}
.padding-bottom-0{
    padding-bottom:0 !important
}
@media (max-width: 767px){
    .padding-top-10-xs{
        padding-top:10px
    }
    .margin-top-10-xs{
        margin-top:10px
    }
}
@media (max-width: 767px){
    .text-right-xs{
        text-align:right
    }
    .text-center-xs{
        text-align:center
    }
    .text-left-xs{
        text-align:left
    }
}
@media (min-width: 768px){
    .text-right-sm{
        text-align:right
    }
    .text-center-sm{
        text-align:center
    }
    .text-left-sm{
        text-align:left
    }
}
@media (min-width: 992px){
    .text-right-md{
        text-align:right
    }
    .text-center-md{
        text-align:center
    }
    .text-left-md{
        text-align:left
    }
}
@media (min-width: 1200px){
    .text-right-lg{
        text-align:right
    }
    .text-center-lg{
        text-align:center
    }
    .text-left-lg{
        text-align:left
    }
}
.text-kursiv,.text-kursiv a,.text-kursiv a:hover{
    font-style:italic
}
.font-primary{
    font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif
}
.overflow-hidden{
    overflow:hidden
}
@media (max-width: 767px){
    .overflow-hidden-xs{
        overflow:hidden
    }
}
@media (min-width: 768px){
    .overflow-hidden-sm{
        overflow:hidden
    }
}
@media (min-width: 992px){
    .overflow-hidden-md{
        overflow:hidden
    }
}
@media (min-width: 1200px){
    .overflow-hidden-lg{
        overflow:hidden
    }
} */
/*
hr{
    margin-top:36px;
    margin-bottom:36px
}
hr[class*="col-"]{
    padding:0;
    border:none
}
hr[class*="col-"]:before{
    content:"";
    height:1px;
    background-color:gray;
    display:block;
    margin-left:7px;
    margin-right:7px
}
@media (max-width: 767px){
    .border-top-xs{
        border-top:solid 1px #fff
    }
}
.min-height-450>.XXX{
    min-height:450px
}
.icon{
    font-family:"DWA Icon Font","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

/*
.navi-main .level_1,#header .navi-meta .level_1,.navi-breadcrumb ul,.navi-sitemap ul,#footer .navi-meta .level_1,#right .navi-buttons .level_1,.navi-sub-container .navi-sub ul,.navi-content ul,.navi-search ul,.pagination ul,.rsts-main .rsts-nav ul{
    margin:0;
    padding:0;
    list-style-image:none;
    list-style-type:none;
    line-height:1
} */ /*
.clearfix:before,.clearfix:after{
    content:" ";
    display:table
}
.clearfix:after{
    clear:both
}
.center-block{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.pull-right{
    float:right !important
}
.pull-left{
    float:left !important
}
.hide{
    display:none !important
}
.show{
    display:block !important
}
.invisible{
    visibility:hidden
}
.text-hide{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.hidden{
    display:none !important
}
.affix{
    position:fixed
}
@-ms-viewport{
    width:device-width
}
.visible-xs{
    display:none !important
}
.visible-sm{
    display:none !important
}
.visible-md{
    display:none !important
}
.visible-lg{
    display:none !important
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{
    display:none !important
}
@media (max-width: 767px){
    .visible-xs{
        display:block !important
    }
    table.visible-xs{
        display:table !important
    }
    tr.visible-xs{
        display:table-row !important
    }
    th.visible-xs,td.visible-xs{
        display:table-cell !important
    }
}
@media (max-width: 767px){
    .visible-xs-block{
        display:block !important
    }
}
@media (max-width: 767px){
    .visible-xs-inline{
        display:inline !important
    }
}
@media (max-width: 767px){
    .visible-xs-inline-block{
        display:inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .visible-sm{
        display:block !important
    }
    table.visible-sm{
        display:table !important
    }
    tr.visible-sm{
        display:table-row !important
    }
    th.visible-sm,td.visible-sm{
        display:table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-block{
        display:block !important
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-inline{
        display:inline !important
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-inline-block{
        display:inline-block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .visible-md{
        display:block !important
    }
    table.visible-md{
        display:table !important
    }
    tr.visible-md{
        display:table-row !important
    }
    th.visible-md,td.visible-md{
        display:table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-block{
        display:block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-inline{
        display:inline !important
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-inline-block{
        display:inline-block !important
    }
}
@media (min-width: 1200px){
    .visible-lg{
        display:block !important
    }
    table.visible-lg{
        display:table !important
    }
    tr.visible-lg{
        display:table-row !important
    }
    th.visible-lg,td.visible-lg{
        display:table-cell !important
    }
}
@media (min-width: 1200px){
    .visible-lg-block{
        display:block !important
    }
}
@media (min-width: 1200px){
    .visible-lg-inline{
        display:inline !important
    }
}
@media (min-width: 1200px){
    .visible-lg-inline-block{
        display:inline-block !important
    }
}
@media (max-width: 767px){
    .hidden-xs{
        display:none !important
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm{
        display:none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width: 1200px){
    .hidden-lg{
        display:none !important
    }
}
.visible-print{
    display:none !important
}
@media print{
    .visible-print{
        display:block !important
    }
    table.visible-print{
        display:table !important
    }
    tr.visible-print{
        display:table-row !important
    }
    th.visible-print,td.visible-print{
        display:table-cell !important
    }
}
.visible-print-block{
    display:none !important
}
@media print{
    .visible-print-block{
        display:block !important
    }
}
.visible-print-inline{
    display:none !important
}
@media print{
    .visible-print-inline{
        display:inline !important
    }
}
.visible-print-inline-block{
    display:none !important
}
@media print{
    .visible-print-inline-block{
        display:inline-block !important
    }
}
@media print{
    .hidden-print{
        display:none !important
    }
}
  */
