.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


/*
* layout styles

ER Blau: #004BA0
ER Blau2: #2980b9 hover
ER Blau3: #6AA6CE light

*/

body {
    background-color: #f8f8f8;
    padding-top: 65px;
    counter-reset: recommendsection;
    overflow-x: hidden;
}

body,
.navbar.navbar-fixed-top.container {
    padding-right: 190px;
}


.navbar {
    margin-bottom: 15px;
}
    .navbar .brand {
        display: block;
        float: left;
        padding: 0;
    }
    .navbar .brand img,
    #search-trigger img,
    #meta-info a.dropdown-toggle img {
        width: 50px;
        height: 50px;
    }

    .brand:hover,
    #home .brand {
        background-color: #2992c3;
    }

.navbar .nav > li {
    position: relative;
}

    #nav-main .nav a,
    #subnav.nav a {
        font-weight: bold;
        text-transform: uppercase;
    }


    #nav-main a .caret {
        margin-left: 5px;
    }


#nav-main > ul > li > .level-2 {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#subnav > li > .level-2 {
    max-height: none;
    display: none;
}

#subnav > li.open > .level-2 {
    display: block;
}

#nav-main > ul > li:hover > .level-2 {
    display: block;
}

#nav-main > ul > li > .level-2.fadeIn,
#subnav .open .level-2 {
    max-height: 650px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

/** safari submenu fix */
#nav-main > ul > li > .level-2 {
    display: none;
}
#nav-main > ul > li > .level-2.fadeIn {
    display: block;
}
/** */


#nav-main .level-2,
#subnav .level-2 {
    background-clip: padding-box;
    background-color: #2992C3;
    border: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
#subnav .level-2 {
    left: auto;
}

#nav-main .nav > li > .dropdown-menu:before,
#nav-main .nav > li > .dropdown-menu:after,
#subnav.nav > li > .dropdown-menu:before,
#subnav.nav > li > .dropdown-menu:after {
    display: none;
    content: none;
}

    #nav-main .level-2 li a,
    #subnav .level-2 li a {
        clear: both;
        color: #ffffff;
        display: block;
        line-height: 20px;
        padding: 15px;
        white-space: nowrap;
        text-decoration: none;
        border-top: 1px solid rgb(126,165,208);
    }
        #nav-main > ul > li:hover > a,
        #subnav > li:hover > a {
            background-color: #2992c3;
        }
        /*#nav-main .active a:hover,*/
        /*#nav-main > ul > li > a:hover,*/
        #nav-main .level-2 li a:hover,
        #nav-main .level-2 li.active a,
        #subnav .active a:hover,
        /*#subnav > li > a:hover,*/
        #subnav .level-2 li a:hover,
        #subnav .level-2 li.active a
        {
            background-color: rgb(106,166,206);
        }

        #nav-main > ul > li > a {
            border-left: 1px solid #004BA0;
        }

.navbar-inner {
    padding-right: 0;
}

#subnav li {
    border-left: 1px solid rgb(126,165,208);
}
#subnav a.dropdown-toggle img {
    /*padding: 0;*/
    margin: -17px -15px -15px;
}
#subnav a.dropdown-toggle img + .caret {
    margin-left: -3px;
}
.navbar .nav > li.pull-right {
    float: right;
}
#subnav > li > a {
    height: 20px;
}


#masthead {
    height: 116px;
    position: relative;
}
    #logo {
        display: block;
        margin-top: 10px;
        max-width: 306px;
    }
    #promo-t {
        right: 0;
        top: 0;
        position: absolute;
    }
        #promo-t p, .promo-news p {
            -moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg) ;
            -o-transform: rotate(-90deg) ;
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transform-origin: right top 0;
            -ms-transform-origin: right top 0;
            -o-transform-origin: right top 0;
            transform-origin: right top 0;
            display: block;
            font-size: 10px;
            height: 22px;
            margin: 0;
            padding: 0;
            position: absolute;
            left: -56px;
            text-align: left;
            top: 0;
            width: auto;
            color: #999999;
        }
.promo-news {
    position: relative;
    margin: 5px 0 15px;
}

        #promo-t .promo {
            border: 1px solid #e3e4e4;
            display: block;
            /*width: 425px;*/
            /*height: 100px;*/
            background-color: #eee;
        }
        #promo-r {
            display: none;
            position: fixed;
            left: 1150px;
            top: 66px;
        }
        #promo-r .promo {
            border: 1px solid #e3e4e4;
            display: block;
            width: 160px;
            height: 600px;
            background-color: #eee;
        }
        #promo-r p {
            color: #999999;
        }
        .promo img,
        .promo a {
            display: block;
            margin: 0;
            padding: 0;
            text-decoration: none;
            border: none;
        }

#main {
    border: 1px solid #e3e4e4;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-content {
    padding: 30px 10px 30px 30px;
}
#border-content {
    /*background-color: #efefef;*/
    float: right;
    padding-top: 20px;
    padding-bottom: 40px;
    /*border-left: 1px solid #E3E4E4;*/
}

#border-content h3 {
    background-color: #E3E4E4;
    color: #888;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    margin-top: 10px;
    margin-bottom: 25px;
    position: relative;
}
#border-content h3:before {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 10px solid #E3E4E4;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 1px;
    height: 1px;
    bottom: -21px;
    left: 40px;
    display: block;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg) ;
    -o-transform: rotate(-90deg) ;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#border-content .hr {
    height: 0;
    border-top: 1px solid #E3E4E4;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
    margin-top: 20px;
}

.spenden {
    font-size: 11px;
}
    .spenden .span6:first-child {
        padding-left: 30px;
    }
    .spenden > a {
        padding-left: 30px;
        font-size: 12px;
        color: #999;
        margin-bottom: 15px;
        margin-top: 4px;
        display: inline-block;
    }
.spenden .paypal:after {
    background: none;
}
    .flattr {
        display: inline-block;
        width: 95px;
        height: 22px;
        background: url("../Img/spenden_sprite.png") no-repeat 0 0;
        margin-top: 4px;
    }
    .flattr:hover {
        background: url("../Img/spenden_sprite.png") no-repeat 0 -22px;
    }

    .paypal {
        display: inline-block;
        width: 64px;
        height: 22px;
        background: url("../Img/spenden_sprite.png") no-repeat -96px 0;
        margin-top: 4px;
    }
    .paypal:hover {
        background: url("../Img/spenden_sprite.png") no-repeat -96px -22px;
    }


/*#border-content section {*/
    /*padding-bottom: 20px;*/
/*}*/

#footer {
    background-color: #004BA0;
    min-height: 200px;
    z-index: 20;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 25px;
    font-size: 11px;
}

#footer-shadow-top {
    height: 50px;
    z-index: 5;
    margin-bottom: -48px;
    margin-top: -3px;
}
#footer-shadow-bottom {
    height: 50px;
    z-index: 5;
    margin-top: -48px;
}

#footer .span10 {
    padding-left: 30px;
    width: 79%;
}

#footer .span2 {
    color: #fff;
    padding-right: 30px;
    width: auto;
}
    #footer .span2 > p {
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        height: 30px;
        line-height: 30px;
        background: url(../Img/footer_grid.gif) 0 -2px;
    }

    #footer .span2 a {
        color: #94c0dc;
        line-height: 25px;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
    }
    #footer .span2 a:hover {
        text-decoration: none;
        color: #fff;
    }
    #footer .span2 a i {
        margin-bottom: -10px;
        margin-right: 10px;
    }

        .footer-icon-foto {
            width: 25px;
            height: 25px;
            background: url(../Img/media-icons.png) 0 0 no-repeat;
            display: inline-block;
        }
        a:hover .footer-icon-foto {
            background-position: -25px 0;
        }
        .footer-icon-play {
            width: 25px;
            height: 25px;
            background: url(../Img/media-icons.png) 0 -25px no-repeat;
            display: inline-block;
        }
        a:hover .footer-icon-play {
            background-position: -25px -25px;
        }

#footer ul.nav {
    background: url(../Img/footer_grid.gif) 0 -2px;
    overflow: hidden;
}
    #footer ul.nav > li {
        display: block;
        float: left;
        /*width: 25%;*/
        width: 20%;
    }
        #footer ul.nav li a {
            text-transform: uppercase;
            height: 30px;
            display: inline-block;
            line-height: 30px;
        }
        #footer ul.nav > li > a {
            height: 28px;
        }
        #footer ul.nav li a:hover {
            color: #fff;
            text-decoration: none;
        }

        #footer ul.nav > li > a {
            color: #fff;
            font-weight: bold;
        }
            #footer ul.level-2 {
                margin-left: 0;
            }
                #footer ul.level-2 li  {
                    list-style: none;
                }
                #footer ul.level-2 li a {
                    color: #94c0dc;
                }

#werk3-support {
    position: absolute;
    bottom: 10px;
    max-width: 313px;
}

#meta {
    height: 70px;
    background-color: #fff;
    border-left: 1px solid #E3E4E4;
    border-right: 1px solid #E3E4E4;
    border-bottom: 1px solid #E3E4E4;
    line-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -2px;
    overflow: hidden;
}

    #meta p {
        float: left;
        margin-left: 13px;
        color: #333;
        font-size: 11px;
    }
    #meta img {
        float: left;
        margin-left: 30px;
        margin-top: 24px;
        width: 87px;
    }

    #meta ul {
        list-style: none;
        margin-right: 30px;
    }

        #meta ul li {
            display: inline;
        }
        #meta ul li a {
            color: #999;
            font-size: 11px;
            margin-left: 7px;
        }

/*
 * cool shadows :)
 */

.drop-shadow {
    position:relative;
}

.drop-shadow:before,
.drop-shadow:after{
    content:"";
    position:absolute;
    z-index:-2;
    display: block !important;
}

.curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 12px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.5);
    box-shadow:0 0 15px rgba(0,0,0,0.5);
    border-radius:300px / 10px;
    left:15px;
    right:15px;
    top:2px;
    bottom:2px;
}

.curved-bottom:before {
    top:50%;
}
.curved-top:before {
    bottom:50%;
}

/* common styles */

article li {
    margin-bottom: 7px;
}
ul, ol {
    margin: 0 0 10px 35px;
}
/*.equal-height {*/
    /*overflow: hidden;*/
/*}*/
    /*.equal-height > * {*/
        /*padding-bottom: 8000px;*/
        /*margin-bottom: -8000px;*/
    /*}*/
.equal-height {
    background: url(../Img/main-bg.gif) repeat-y -2px 0;
}
.center {
    margin: 0 auto;
    display: block;
}

.morelink,
article a {
    color: inherit;
}
.morelink:hover,
article a:hover {
    text-decoration: none;
    color: #2980b9;
}
article a p:after,
.morelink:after,
.spenden .morelink:after,
a.internal-link:after {
    background: url(../Img/arrow.png) center right no-repeat;
    content: " ";
    display: inline-block;
    height: 10px;
    width: 18px;
}
a.external-link:after,
.news-single-item p > a:after,
article > p > a:after,
article > p a:after { /* inserted by RR: for p > i > a tags */
    background: url(../Img/external-link.png) center right no-repeat;
    content: " ";
    display: inline-block;
    height: 9px;
    width: 11px;
    color: inherit;
    margin-left: 4px;
}
.news-single-item p > a.internal-link:after,
a.internal-link:after {
    background: url(../Img/arrow.png) center right no-repeat;
}
.news-single-item p > a,
article p > a,
article p a, /* inserted by RR: for p > i > a tags */
a.internal-link  {
    color: #999999;
}
a.internal-link.no-icon:after {
    display: none;
}
.news-single-item p > a:hover,
article p > a:hover,
.news-list-item:hover header a{
    text-decoration: none;
    color: #2980b9;
}
.news-list-item:hover > a,
.news-list-item:hover > a:hover {
    color: inherit !important;
}

article.news-single-item > p > i > span {
	font-size: 12px !important;
}

/* New: related Article */
.related-container {
    margin-top: 15px;
    display: block;
    float: left;
    width:100%;
}

.related-container .image {
    float: left;
    width: 30%;

}
.related-container .content {
    display: inline-block;
    width: 100%;
}

.image+.content {
    width: 67%;
    padding-left: 3%;
}

.related-container h4 {
    font-size: 16px;
    font-weight: 700;
}


/* anchor offset for fixed header */
h1[id]:before,
h2[id]:before,
h3[id]:before,
#socialshareprivacy:before,
#comments:before,
#comments-form:before,
article[id]:before {
    display:block;
    content:"";
    height:60px;
    margin:-60px 0 0;
}

i.social-react,
i.social-comments {
    display: inline-block;
    background: url(../Img/social_react.png) 0 0;
    height: 11px;
    width: 54px;
    margin-bottom: -2px;
}
a:hover i.social-react {
    background-position: 0 -11px;
}

i.social-comments {
    background-position: -42px 0;
    width: 12px;
}
i.social-comments:hover,
span:hover i.social-comments {
    background-position: -42px -11px;
}

#border-content i.social-react {
    width: 40px;
}

hr {
    border-bottom: 0;
    border-top: 1px solid #E3E4E4;
}

i.logo-spd {
    display: inline-block;
    background: url(../Img/logos.gif) 0 0;
    height: 24px;
    width: 25px;
    margin-bottom: -7px;
    margin-right: 6px;
}
i.logo-jusos {
    display: inline-block;
    background: url(../Img/logos.gif) -25px 0;
    height: 24px;
    width: 25px;
    margin-bottom: -7px;
    margin-right: 6px;
}

a:hover i.logo-spd {
    background-position: 0 -24px;
}
a:hover i.logo-jusos {
    background-position: -25px -24px;
}

#logos a {
    font-size: 11px;
    color: #999;
}
#logos a:hover,
#meta ul li a:hover {
    text-decoration: none;
    color: #2980b9;
}
.pl30 {
    padding-left: 30px;
}

.pl0 {
    padding-left: 0px !important;
}

.well {
    background-color: #EFEFEF;
    border: 2px solid #e3e3e3;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-justify {
    text-align: justify;
}
.align-center {
    text-align: center;
}
.csc-frame-frame1 {
    padding-left: 30px;
}

.csc-frame-frame2 {
    background-color: #EFEFEF;
    border: 2px solid #E3E3E3;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
/* all */
#main ::-webkit-input-placeholder { color:#999; }
#main ::-moz-placeholder { color:#999; } /* firefox 19+ */
#main :-ms-input-placeholder { color:#999; } /* ie */
#main input:-moz-placeholder { color:#999; }

/* module styles */

.twitter-bar,
.facebook-bar {
    color: #004BA0;
    display: block;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    margin: 0 auto;
    padding-left: 60px;
    text-decoration: none;
    text-transform: uppercase;
    width: 210px;
}
.twitter-bar { background: url(../Img/twitter-bird.png) 0 0 no-repeat; }
.facebook-bar {
    background: url(../Img/like-thumb.png) 0 0 no-repeat;
    padding-left: 70px;
    width: 220px;
}
    .hovernext:hover .twitter-bar,
    .hovernext:hover .facebook-bar {
        background-position: 0 -41px;
    }

.social-bar {
    height: 70px;
    line-height: 65px;
    margin-top: -15px;
    padding-top: 25px;
    text-align: center;
    background: url("../Img/shadow-line-small.png") center top no-repeat;
}
    .social-bar a {
        display: inline-block;
        margin-left: 13px;
        border: none;
        padding: 0;
        width: 30px;
        height: 30px;
        background: url(../Img/social-sprite.png) no-repeat;
    }
    .social-bar a:first-child { margin-left: 0; }

    .social-bar a.social-facebook { background-position: 0 0; }
    .social-bar a.social-facebook:hover { background-position: 0 -35px; }
    .social-bar a.social-twitter { background-position: -45px 0; }
    .social-bar a.social-twitter:hover { background-position: -45px -35px; }

    .social-bar a.social-google { background-position: -91px 0; }
    .social-bar a.social-google:hover { background-position: -91px -35px; }
    .social-bar a.social-instagram { background-position: -91px 0; }
    .social-bar a.social-instagram:hover { background-position: -91px -35px; }

    .social-bar a.social-youtube { background-position: -136px 0; }
    .social-bar a.social-youtube:hover { background-position: -136px -35px; }

    .social-bar a.social-mail { background-position: -182px 0; }
    .social-bar a.social-mail:hover { background-position: -182px -35px; }

    .social-bar a.social-rss { background-position: -227px 0; }
    .social-bar a.social-rss:hover { background-position: -227px -35px; }
    
    .social-bar a.social-flickr { background-position: -273px 0; }
    .social-bar a.social-flickr:hover { background-position: -273px -35px; }
    
    #home .social-rss { display: inline-block; }

#facebook-like-box {
    min-height: 200px;
}
#facebook-like-box iframe {
    border:none;
    overflow:hidden;
    width:287px !important;
    height:196px;
    margin: 0 auto;
    background: #fff;
    display: block;
    margin-top: 12px;
    margin-bottom: 10px;
}

.twitter-tweet-box {
	min-height: 200px;
	padding: 0 13px;
    padding-top: 25px;
    margin-top: -15px;
    background: url("../Img/shadow-line-small.png") center top no-repeat;
}

#main-content > .row-fluid {
    margin-bottom: 45px;
}

#main-content article.first {
    margin-bottom: 30px;
    width: inherit;
}

#main-content .news-list-item  {
    width: 286px;
    margin-bottom: 25px;
}
#main-content .news-list-item.first figure a {
    display: block;
    max-height: 410px;
    overflow: hidden;
}
#main-content .news-list-item.right {
    margin-left: 30px;
}

#main-content .news-list-item p,
#main-content .news-list-item header a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

main-content > article {

}

article.news-single-item header h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #555;
}
article.news-single-item header h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}

article.news-single-item footer {
    clear: both;
}

article h1,
article h2 {
    /*font-size: 18px;*/
    font-size: 25px;
    color: #333;
    /*line-height: 21px;*/
    line-height: 30px;
    font-weight: bold;
}
article header h1,
article header h2 {
    margin-top: 3px;
}

article.news-single-item h1,
article.news-single-item h2 {
    color: #000;
}
article h3 {
    font-size: 22px;
    color: #333;
    line-height: 27px;
    font-weight: bold;
}

article.news-single-item h3 {
    font-size: 18px;
    line-height: 21px;
}

article h1 a,
article h2 a {
    text-decoration: none;
    color: #333;
}
article h1 a:hover,
article h2 a:hover {
    text-decoration: none;
    color: #2980b9;
}

article header .meta {
    color: #999;
    font-size: 14px;
}
article footer .meta {
    font-size: 11px;
    border-top: 1px solid #E3E4E4;
    border-bottom: 1px solid #E3E4E4;
    padding: 3px 0;
    margin-top: 20px;
    line-height: 19px;
}

article footer .meta-bottom {
    font-size: 11px;
    border-bottom: 1px solid #E3E4E4;
    padding: 0 0 3px;
    margin-top: 5px;
    line-height: 19px;
}

    article footer .meta span {
        margin-top: 2px;
        min-height: 22px !important;
    }
        article footer .meta span a {
            /*padding-right: 7px;*/
            color: #999;
        }
        article footer .meta span a:hover {
            color: #2980b9;
        }

article header .meta .date {
        font-weight: bold;
        display: inline;
        text-transform: uppercase;
    }
    article header .meta .author {
        font-weight: normal;
        font-style: italic;
        display: inline;
    }

article figure {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
    article figure img {
        float: none;
        margin: 0;
        border: none;
    }
.span6 figure {
    overflow: hidden;
    border: 1px solid #e5e6e7;
    background: url("../Img/figure-bg.png") 0 0 repeat;
    height: 188px;
    line-height: 186px;
}
.news-single-img a {
    /*height: 180px;*/
    /*height: 160px;*/
    /*line-height: 178px;*/
    /*line-height: 158px;*/
    overflow: hidden;
    border: 1px solid #e5e6e7;
    background: url("../Img/figure-bg.png") 0 0 repeat;
    display: block;
}
.news-single-img img {
    max-width: 240px;
    margin: 0 auto;
}
#main-content .span6.left {
    clear: both;
    margin-left: 0;
}
#border-content section {
    position: relative;
}
#border-content .header-list-item {
    padding: 0 30px;
    color: #333;
    margin-bottom: 25px;
}
#border-content .header-list-item h4 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: bold;
}
#border-content .header-list-item.related h4 {
    text-transform: none;
}
#border-content .header-list-item p {
    font-size: 12px;
    line-height: 15px;
}
#border-content .header-list-item.share {
    background: url(../Img/discuss.png) top left no-repeat;
    margin-left: 30px;
    padding-left: 45px;
}
#border-content .header-list-item.recommend {
    margin-left: 30px;
    padding-left: 45px;
    position: relative;
}
#border-content .header-list-item.recommend h4,
#border-content .header-list-item.share h4 {
    text-transform: none;
}
#border-content .header-list-item.recommend:before {
    counter-increment: recommendsection;
    content: counter(recommendsection)". ";
    color: #2980b9;
    display: block;
    font-size: 30px;
    font-weight: bold;
    left: 0;
    top: 4px;
    position: absolute;
}
section > h3 + .move-up {
    position: absolute;
    left: 155px;
    top: 6px;
    font-size: 11px;
    color: #999;
}
.news-single-img {
    float: left;
    margin: 4px 10px 8px 0;
}
.news-single-img.slick-slider {
    margin: 4px 10px 8px 0;
    max-width: 240px;
}
.news-single-img.slick-slider a {
    max-height: 160px;
    /*outline: 1px solid #e5e6e7;*/
    border: none;
}
.news-single-imgcaption {
    padding-left: 2px;
}
.news-single-imgcaption,
#flickr-fotos figcaption {
    font-style: italic;
    font-size: 11px;
    color: #999;
    width: 240px;
    line-height: 15px;
}
.news-single-videocaption {
    font-style: italic;
    font-size: 11px;
    color: #999;
}
.news-video {
    padding: 10px 0;
}
.news-single-img a {
    position: relative;
}

.news-single-img a:before,
#news-videos figure a:before,
#flickr-fotos figure a:before {
    content: "";
    background: url(../Img/lightbox_hover.png) center center no-repeat;
    width: 43px;
    height: 43px;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity:0.6;
    filter:alpha(opacity=60);
}

.news-single-img.gallery a:before,
#flickr-fotos figure a:before {
    background: url(../Img/lightbox_gallery_hover.png) center center no-repeat;
}
.news-single-img a:before {
    top: 85%;
    left: 88%;
}

#flickr-fotos figure a:before {
    background-image: url(../Img/photoset_hover.png);
    opacity: 0;
}
#news-videos figure a:before,
#flickr-fotos figure.flickr-set a:before {
    /*background: url(../Img/photoset_hover.png) center center no-repeat;*/
    display: none;
}
.news-single-img a:hover:before,
#news-videos figure a:hover:before,
#flickr-fotos figure a:hover:before {
    opacity:1;
    filter:alpha(opacity=100);
}

#flickr-fotos figure.flickr-set a:hover:before,
#news-videos figure a:hover:before {
    background-image: url(../Img/photoset_hover.png);
}

.expander {
    border-top: 2px solid #E0E0E0;
    color: #999999;
    font-size: 13px;
    line-height: 16px;
    padding-top: 6px;
    text-align: center;
    padding-bottom: 30px;
    cursor: pointer;
    margin-top: -31px;
    font-weight: bold;
    color: #e11900;
}
.expander .caret {
    margin-top: 6px;
    margin-left: 4px;
    border-bottom-color: #999999;
    border-top-color: #999999;
}
.expander.open .caret {
    -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.pagination {
    border-top: 3px solid #E3E4E4;
    margin-bottom: 30px;
    padding-top: 12px;
    clear: both;
    text-align: center;
    position: relative;
}

    .showResultsWrap {
        font-size: 11px;
        line-height: 31px;
        margin-right: 15px;
        color: #999;
        float: left;
        position: absolute;
    }

.pagination > ul > li > a {
    width: 31px;
    height: 31px;
    border: 1px solid #E3E4E4;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    padding: 0;
    color: #999;
}
.pagination > ul > li.next > a {
    background: #fff url("../Img/pagebrowser_icons.png") -31px 0 no-repeat;
    margin-left: 16px;
}
.pagination > ul > li.next > a:hover {
    background-position: -31px -31px;
}
.pagination > ul > li.prev > a {
    background: #fff url("../Img/pagebrowser_icons.png") 0 0 no-repeat;
    margin-right: 16px;
}
.pagination > ul > li.prev > a:hover {
    background-position: 0 -31px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li.active > a,
.pagination > ul > li > a.active {
    background-color: #2980b9;
    color: #fff;
}

#madeby {
    color: #999999;
    font-size: 11px;
    padding-left: 3px;
}
#madeby a {
    margin-left: 0 !important;
}

#madeby a:hover {
    text-decoration: none;
}
#storch-heinar-button img{
    display: block;
    margin: 0 auto;
    width: 200px;
}

#er-button img{
    display: block;
    margin: 0 auto;
    width: 282px;
}

/* comments */

h4#comments,
h4#comments-form {
    background: #e0e0e0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    min-height: 18px;
    line-height: 18px;
    padding: 8px 12px;
    margin-top: 40px;
    position: relative;
}
    h4#comments:before,
    h4#comments-form:before {
        content: "";
        position: absolute;
        border-top: 7px solid transparent;
        border-right: 7px solid #E0E0E0;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        width: 1px;
        height: 1px;
        bottom: -15px;
        left: 37px;
        display: block;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg) ;
        -o-transform: rotate(-90deg) ;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    h4#comments.none:before { display: none; }

.recaptcha_response_field,
.alert {
    font-weight: normal !important;
    margin-top: 20px;
}

.tx-comments-comment-name {
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}
.tx-comments-comment-date {
    font-size: 11px;
    font-weight: normal !important;
}

.tx-comments-comment-1, .tx-comments-comment-2 {
    border: none !important;
    padding: 3px 18px !important;
    margin-bottom: 12px !important;
}
.tx-comments-comments .tx-comments-comment-content {
    background: #ebf1f7;
    padding: 15px !important;
    margin-top: 10px;
    font-style: normal;
    position: relative;
    word-break: break-word;
	text-align: left;
}
    .tx-comments-comment-content:before {
        content: "";
        position: absolute;
        border-top: 7px solid transparent;
        border-right: 7px solid #ebf1f7;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        width: 1px;
        height: 1px;
        top: -15px;
        left: 20px;
        display: block;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg) ;
        -o-transform: rotate(90deg) ;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.tx-comments-comment-form form {
    padding: 0 18px;
}
#enableFacebook {
    margin-top:8px;
    margin-left: -17px;
    font-size: 11px;
}

textarea {
    line-height: 21px;
}

.small {
    font-size: 11px;
}
form p.small {
    color: #999;
}

form .counter i {
    font-weight: bold;
}
    /* captcha */
    #recaptcha {
        margin-bottom: 10px;
        padding-top: 8px;
    }
    .recaptchatable #recaptcha_image {
        padding: 0 7px;
    }
    .recaptchatable #recaptcha_response_field {
        line-height: 20px;
    }
    #recaptcha_image img {
        margin: 0;
    }
    #recaptcha_response_field {
        min-height: 20px;
        max-height: 20px;
        height: 20px;
        border: 1px solid #E0E0E0;
        margin-top: -5px;
        margin-bottom: 0px;
    }

.icon-print {
    background: url("../Img/print.gif") no-repeat 0 0;
    width: 21px;
    height: 21px;
}
.icon-facebook {
    background: url("../Img/fb_logo_mini.gif") no-repeat 0 0;
    width: 12px;
    height: 12px;
}
.icon-print:hover {
    background-position: 0 -21px;
}

#facebook-logout {
    margin-top: 5px;
}

#actbox {
    display: block;
    position: absolute;
    left: -30px;
    top: 37px;
    width: 30px;
    height: 62px;
}
#actbox .comments {
    display: block;
    width: 30px;
    height: 31px;
    background: url(../Img/news-act-sprite.png) 0 0;
}
#actbox .comments:hover { background-position: -30px 0; }

#actbox .form {
    display: block;
    width: 30px;
    height: 31px;
    background: url(../Img/news-act-sprite.png) 0 -31px;
}
#actbox .form:hover { background-position: -30px -31px; }

/* flickrImages */

#flickr-fotos,
#news-videos {
    margin-left: -25px;
}
#news-videos {
    margin-top: 23px;
}
#flickr-fotos img,
#news-videos img {
    max-width: 183px;
    height: auto;
    /*width: 100%;*/
    width: auto;
    margin: 0 auto;
}
#flickr-fotos img {
    border: 1px solid #ccc;
}
#news-videos img {
    max-height: 136px;
}
#flickr-fotos figure {
    margin-left: 22px;
    height: 180px;
}
#news-videos figure {
    margin-left: 25px;
    height: 250px;
}
#flickr-fotos a:hover figcaption,
#news-videos figure a:hover + figcaption a {
    color: #2992c3;
}
    #flickr-fotos figure a,
    #news-videos figure a {
        display: block;
        max-height: 122px;
        overflow: hidden;
        position: relative;
    }
    #flickr-fotos figure a {
        background: url("../Img/figure-bg.png");
        border: 1px solid #dadada;
    }
    #news-videos figure img {
        border: 1px solid #dadada;
        margin: 0;
    }
    #flickr-fotos figure img,
    #news-videos figure img {
        display: block;
        max-height: 122px;
        overflow: hidden;
        position: relative;
    }
    #news-videos figure a {
        max-height: none;
        min-height: 124px;
    }

    /*#flickr-fotos figure a {*/
        /*-webkit-transition: all 0.2s ease;*/
        /*-moz-transition: all 0.2s ease;*/
        /*-ms-transition: all 0.2s ease;*/
        /*-o-transition: all 0.2s ease;*/
        /*transition: all 0.2s ease;*/
    /*}*/

    /*#flickr-fotos figure a:hover {*/
        /*-moz-transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);*/
        /*-webkit-transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);*/
        /*-o-transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);*/
        /*-ms-transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);*/
        /*transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);*/
    /*}*/

    #flickr-fotos figcaption,
    #news-videos figcaption {
        width: 183px;
        padding-top: 6px;
    }
    h1 + .flickrImages {
        padding-top: 10px;
    }
    .flickrImages .setTitle {
        padding-bottom: 10px;
    }
    #flickr-fotos.flickrSetList figcaption,
    #news-videos figcaption {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        font-style: normal;
        color: #333;
    }

.social_share_privacy_area {
    clear: both;
    margin: 10px 0 !important;
    list-style-type: none;
    padding: 10px 0 !important;
    height: 25px;
    display: block;
}
.social_share_privacy_area li {
    margin: 0 !important;
    padding: 0 !important;
    height: 20px;
    float: left;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.social_share_privacy_area .facebook iframe {
	height: 20px !important;
}
.social_share_privacy_area .facebook {
    width: 125px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.flickrImages #socialshareprivacy {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

#sword {
    padding: 0 10px;
}
.news-search-form {
    margin-top: 30px;
}
.news-search-form-submit {
    background: none repeat scroll 0 0 #2980B9;
    display: inline-block;
    height: 42px;
    margin-bottom: 10px;
    margin-left: -4px;
    overflow: hidden;
    vertical-align: middle;
    width: 42px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 rgba(0, 0, 0, 0.05);
}
.news-search-form-submit:hover {
    background: none repeat scroll 0 0 #004BA0;
}
#nav-search {
    /*background: #2992C3;*/
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 0;
    width: 240px;
    padding: 0 10px;
    margin-right: -1px;
}
#search-form-nav {
    margin: 0;
}
#sword-nav {
    width: 150px;
    background: #fff;
    border: none;
    color: #555;
    font-size: 13px;
    margin: 0;
    box-shadow: none;
}
#search-submit-nav {
    background: #2992c3;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 6px 10px;
}
#search-submit-nav:hover {
    color: #fff;
    background-color: #004BA0;
}


/* Mailform */
.csc-mailform {}

  .csc-mailform ol { list-style-type: none; margin: 0; }
  .csc-mailform li { margin-bottom: 15px !important; }

  .csc-mailform li.csc-form-element-fieldset { margin-bottom: 0px !important; }

    .csc-mailform fieldset ol,
    .csc-mailform fieldset li { padding: 0 !important; }

    .csc-mailform fieldset ol { width: 100%; overflow: hidden; }

    .csc-mailform fieldset li { float: left; margin: 0 !important; }
    .csc-mailform fieldset li:first-child { margin-right: 30px !important; }

  .csc-mailform legend { display: none; }
  .csc-mailform label {
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: rgb(153,153,153);
  }

  .powermail_fieldwrap input,
  .csc-mailform input,
  .powermail_fieldwrap textarea,
  .csc-mailform textarea {
    position: relative;
    z-index: 10;
    padding: 0 10px;
    background: #fff;
  }

  .powermail_fieldwrap input,
  .csc-mailform input {
      width: 265px;
  }
  /*.csc-mailform textarea { height: 150px; width: 580px; }*/
  .powermail_fieldwrap textarea,
  .csc-mailform textarea {
        height: 150px;
        width: 580px;
        padding-bottom: 8px;
        padding-top: 5px;
    }

    h3.special {
        text-transform: uppercase;
        font-size: 20px;
        margin-left: 12px;
        margin-top: -50px;
        margin-bottom: 24px;
    }

.powermail_legend {
    font-size: 11px;
    margin: 0 0 10px;
    line-height: normal;
}

.powermail_message {
    margin-left: 0;
}

.powermail_fieldwrap {
    margin-bottom: 25px;
}

.powermail_fieldwrap_vorname {
    width: 285px;
    float: left;
    margin-right: 30px;
}

.powermail_fieldwrap_vorname,
.powermail_fieldwrap_nachname {
    margin-bottom: 10px;
}

.powermail_fieldwrap_nachname {
    width: 45%;
    float: left;
}

.powermail_form .powermail_fieldwrap_betreff input {
    width: 580px;
}

.parsley-errors-list {
    list-style-type: none;
    margin: 0;
}

.tx-powermail .parsley-errors-list > * {
    color: #fff;
    padding: 8px 35px 8px 14px;
    max-width: 553px
}

.tx-powermail .parsley-required {
    background-color: #9954bb;
}

.tx-powermail .parsley-custom-error-message {
    background-color: #ff0039;
}

.tx-powermail .powermail_fieldwrap_datenschutz .powermail_label {
    display: none;
}

.tx-powermail .powermail_fieldwrap_datenschutz .checkbox label {
    color: transparent;
    height: 0;
    padding: 0;
    margin: 0;
}

.tx-powermail .powermail_fieldwrap_datenschutz .checkbox input.powermail_checkbox {
    width: auto;
    position: absolute;
    top: -20px;
    left: 0;
}

.tx-powermail .powermail_fieldwrap_marker {
    padding-left: 20px;
    margin-bottom: 0;
}

.tx-powermail .powermail_fieldwrap_marker a {
    text-decoration: underline;
}

.tx-powermail .powermail_fieldwrap_marker a:hover {
    text-decoration: none;
}

#socialshareprivacy .shariff .orientation-horizontal.col-3 li {
    max-width: 191px;
}

#shop #overlay {
    display:none;
}

/*
Neue kleine Wünsche Jun 2019
 */

blockquote {
    margin: 14px 5%;
    background-color: transparent;
}

blockquote p {
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}


@media (max-width:647px) {
    .powermail_fieldwrap textarea,
    .csc-mailform textarea {
        height: 150px;
        width: 265px;
    }
    .powermail_form .powermail_fieldwrap_betreff input,
    .powermail_fieldwrap input,
    .csc-mailform input {
        max-width: 265px;
    }
}

  .powermail_form input[type=submit],
  .csc-mailform input[type=submit] {
    margin-left: 60px;
    height: 40px;
    width: auto;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: rgb(41,128,185);
        text-transform: uppercase;
  }
    .powermail_form input[type=submit]:hover,
    .csc-mailform input[type=submit]:hover {
        background-color: #004BA0;
    }


#mapWrap {
    width: 240px;
    height: 320px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    /*background: url("../Img/map/map_0.png") no-repeat center center;*/
}
#mapWrap img {
    border: none;
}
#map0 {
    position: absolute;
    z-index: 200;
    left: 0;
    display: block;
}
.map_part {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    display: block;
    left: 0;
}

#products a {
    width: 33.33%;
    float: left;
    display: block;
    overflow: hidden;
    height: 251px;
}
#products h4 {
    font-weight: bold;
}
#products figure {
    border: 2px solid #f3f1ef;
    display: inline-block;
}
#products figure img {
    display: block;
    border: 1px solid #d8d8d8;
    margin: 0;
    padding: 0;
}
#products {
    overflow: hidden;
}
#products a:hover h4 {
    color: #e11900;
}
#products a:hover figure {
    border: 2px solid #e46150;
}
#submit-box {
    padding: 0 40px;
}
#submit-box .checkbox {
    font-size: 12px;
}

/* extended pagination for medien */

.pageScroller {
    overflow: hidden;
}

.pageScroller .page {
    width: 650px;
    float: left;
}
article .flickrImages .pagination,
#news-videos .pagination {
    border: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 270px;
    /*float: left;*/
    clear: none;
    height: 33px;
    display: inline-block;
}
article .flickrImages .pagination ul,
#news-videos .pagination ul {
    width: 3000px;
    margin-left: 0;
}
.flickrImages article .pagination ul {
    width: auto;
}
article .flickrImages .pagination li a,
#news-videos .pagination li a {
    margin-bottom: 5px;
}
.flickrImages article .pagination  {
    width: 100%;
    text-align: center;
}

.pagination-scroller {
    border-top: 3px solid #E3E4E4;
    margin-top: 0;
    margin-left: 26px;
    margin-bottom: 30px;
    height: 60px;
    margin-top: 20px;
    padding-top: 12px;
    text-align: center;
}

.pagination-scroller a.next,
.pagination-scroller a.prev {
    width: 31px;
    height: 31px;
    border: 1px solid #E3E4E4;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    padding: 0;
    color: #999;
    background: #fff url("../Img/pagebrowser_icons.png") -31px 0 no-repeat;
    margin-left: 16px;
    /*float: left;*/
}
.pagination-scroller a.next:hover {
    background-position: -31px -31px;
    background-color: #2980b9;
    color: #fff;
}

.pagination-scroller a.prev {
    background: #fff url("../Img/pagebrowser_icons.png") 0 0 no-repeat;
    margin-right: 16px;
    margin-left: 0;
}
.pagination-scroller a.prev:hover {
    background-position: 0 -31px;
    background-color: #2980b9;
    color: #fff;
}

.tooltip {
    z-index: 190;
}
#map {
    z-index: 210;
    position: relative;
}

iframe.twitter-tweet {
    max-height: none;
}

/*COOKIE*/

.cookie-notification {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate(0, 0);
    background-color: rgb(221,223,223);
    color: #666;
    z-index: 999;
    display: none;
}

.cookie-notification .spanbox {
    float: left;
    margin-left: 2%;
    min-height: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.cookie-notification p {
    margin: 0;
    line-height: 1.5em;
    color: #2c2e2f;
    position: relative;
    padding: 10px 35px 10px 0;
    font-size: 13px;
}

.notification-close {
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

#cookie-close-icon {
    height: 21px;
    right: 8px;
    top: -1px;
    width: 5px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cookie-close-icon::after {
    content: "";
    position: absolute;
    height: 5px;
    left: -8px;
    top: 8px;
    width: 21px;
}

#cookie-close-icon,
#cookie-close-icon::after {
    position: absolute;
    background-color: #363945;
}

#cookie-close-icon:hover,
#cookie-close-icon:hover::after {
    background-color: rgb(0,75,160);
}

@media (max-width:767px) {

    iframe {
        max-width: 480px;
        /*max-height: 330px;*/
        min-height: 170px;
    }
    .social_share_privacy_area iframe {
        min-height: 0;
    }

    .equal-height {
        background: none;
    }

    /*  copied from 480 */

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 0;
    }

    /* nav main */
    #nav-main .level-2 {
        float: none;
        position: static;
    }

    /* iOS click fix */
    #nav-main > ul > li > .level-2 {
        display: none;
    }

    .navbar-inner {
        padding: 0;
    }
    .btn-navbar .caret {
        border-top-color: #fff;
    }
    .navbar .brand {
        margin-left: 0;
    }
    .nav-collapse .nav {
        margin-bottom: 0;
    }
    #nav-main > ul > li > a {
        background-color: #2992c3;
        border-top: 1px solid #7EA5D0;
        padding-left: 25px;
        border-left: 0;
    }
    #nav-main .level-2 li a {
        border-top: 1px solid #2992C3;
        padding-left: 50px;
        background-color: #6aa6ce;
    }
    .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 0;
    }
    #subnav .level-2 li {
        border-left: none;
    }
    .navbar .btn-navbar {
        display: block;
        /*float: none;*/
        float: left;
        height: 50px;
        margin: 0;
        padding: 0 15px;
        background-color: #2992c3;
        border-left: 1px solid #7EA5D0;
    }
    .navbar .btn-navbar.collapsed {
        background-color: #004BA0;
    }
    .navbar .nav > li.pull-right {
        float: none;
    }

    #masthead {
        padding: 0 20px;
        padding-bottom: 20px;
        height: auto;
    }

    #logo {
        width: 100%;
    }

    .navbar .container {
        width: auto;
        padding: 0;
    }

    body {
        padding-top: 0;
    }
    #promo-t {
        display: none;
    }
}
/* phone */
@media (max-width:480px) {

    body {
        padding: 0;
    }

    #masthead {
        padding: 0 20px;
        padding-bottom: 20px;
        height: auto;
    }

    iframe {
        max-width: 280px;
        /*max-height: 200px;*/
    }

    #logo {
        width: 100%;
    }

    #promo-t {
        display: none;
    }

    #border-content {
        border-left: none;
        border-top: 1px solid #E3E4E4;
        background-color: #EFEFEF;
    }
    #main-content {
        padding: 0 20px;
        padding-top: 30px;
    }
    #main-content > .row-fluid > .span6 {
        width: auto;
    }
    #main-content > .row-fluid > .span6 + .span6 {
        margin-left: 0;
    }

    #werk3-support {
        position: static;
    }
    /*.equal-height {*/
        /*overflow: visible;*/
    /*}*/
    /*.equal-height > * {*/
        /*padding-bottom: 0;*/
        /*margin-bottom: 0;*/
    /*}*/
    #actbox {
        display: none;
    }

    /*.news-single-img a:before,*/
    #news-videos figure a:before,
    #flickr-fotos figure a:before {
        display: none;
    }

    .news-video iframe {
        width: 100%;
        height: 300px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 0;
    }
    /* comments */
        .tx-comments-comment-form form {
            padding: 0;
        }
        .social_share_privacy_area {
            height: auto;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
        }
        #socialshareprivacy .social_share_privacy_area li {
            display: block;
            height: 40px;
            float: none;
            text-align: left;
        }
        #socialshareprivacy .social_share_privacy_area li > div {
            margin-left: 50px;
        }
        #socialshareprivacy .social_share_privacy_area li.small {
            margin-bottom: -43px !important;
        }
        #socialshareprivacy .social_share_privacy_area li.small > div {
            margin-left: 10px;

        }
        .social_share_privacy_area li.print {
            display: none !important;

        }
        h4#comments {
            margin-top: 25px;
        }
        #tx_comments_pi1_email {
            margin-left: 0;
        }
        #recaptcha_area {

        }
        #recaptcha_table td {
            /*display: inline;*/
            /*float: left;*/
        }
        #recaptcha_table .recaptcha_image_cell {
            padding: 7px !important;
        }
        #recaptcha_table tr:first-child td:first-child + td {
            padding: 0 4px !important;
            /*padding: 0 !important;*/
            padding-right: 10px !important;
            min-width: 25px;
        }
        #recaptcha_table tr:first-child td:first-child + td a {
        }
        #recaptcha_table tr:first-child td:last-child {
            padding: 0 !important;
        }
        #recaptcha_table tr:first-child td:last-child img {
            display: none;
        }
        #recaptcha_image {
            width: auto !important;
            float: left;
        }
        #recaptcha_response_field {
            width: auto !important;
            min-width: 198px;
        }
        #recaptcha_image img {
            width: 100%;
            height: auto;
        }
        #enableFacebook {
            display: inline-block;
            width: 220px;
            float: none;
        }
        #facebook-logout {
            display: block;
            float: left;
            line-height: 40px;
            margin-top: -2px;
            padding: 0;
            width: 100%;
        }
        .tx-comments-comment-form .controls-row {
            text-align: center;
        }

    /* common */
    article.news-single-item header h1 {
        font-size: 24px;
        line-height: 29px;
        font-weight: bold;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    article.news-list-item header h1 {
        font-size: 24px;
        line-height: 29px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .tx-comments-comment-1, .tx-comments-comment-2 {
        padding: 3px 0 !important;
    }
    .news-single-item {
        padding: 0;
    }
    .news-single-img {
        float: none;
    }
    .news-single-img a {
        height: auto;
        max-width: 320px;
    }
    .news-single-img img {
        width: 100%;
        max-width: 320px;
    }

    /*.flattr,*/
    /*.paypal {*/
        /*display: block;*/
    /*}*/
    .spenden .span6,
    .spenden .span4,
    #logos .span6,
    #logos .span5 {
        float: left;
        width: 45%;
        padding-left: 30px;
    }
    .spenden .morelink {
        margin-top: 15px;
    }

    .spenden .paypal:after {
        background: none;
    }

    #footer .span10,
    #footer .span2 {
        padding: 0 14px;
        width: inherit;
    }
    #footer ul.nav > li {
        width: 50%;
    }
    #footer .nav > li:nth-child(3),
    #footer .nav > li:nth-child(5) {
        clear: left;
        margin-top: 31px;
    }
    #footer .nav > li:nth-child(3) + li,
    #footer .nav > li:nth-child(5) + li {
        margin-top: 31px;
    }
    #footer {
        padding-bottom: 20px;
    }
    #meta img {
        margin-left: 12px;
    }
    #navi-footer-meta {
        width: auto;
        margin: 0 !important;
        padding: 0 12px;
        line-height: 25px;
        padding-bottom: 30px;
    }
    #navi-footer-meta li {
        display: inline-block !important;
        width: 33%;
    }
    .span6 figure {
        max-width: 300px;
    }

    /* nav main */
    #nav-main .level-2 {
        float: none;
        position: static;
    }

    /* iOS click fix */
    #nav-main > ul > li > .level-2 {
        display: none;
    }

    .navbar-inner {
        padding: 0;
    }
    .btn-navbar .caret {
        border-top-color: #fff;
    }
    .navbar .brand {
        margin-left: 0;
    }
    .nav-collapse .nav {
        margin-bottom: 0;
    }
    #nav-main > ul > li > a {
        background-color: #2992c3;
        border-top: 1px solid #7EA5D0;
        padding-left: 25px;
        border-left: 0;
    }
    #nav-main .level-2 li a {
        border-top: 1px solid #2992C3;
        padding-left: 50px;
        background-color: #6aa6ce;
    }
    .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 0;
    }
    #subnav .level-2 li {
        border-left: none;
    }
    .navbar .btn-navbar {
        display: block;
        /*float: none;*/
        float: left;
        height: 50px;
        margin: 0;
        padding: 0 15px;
        background-color: #2992c3;
        border-left: 1px solid #7EA5D0;
    }
    .navbar .btn-navbar.collapsed {
        background-color: #004BA0;
    }
    .navbar .nav > li.pull-right {
        float: none;
    }
    #flickr-fotos {
        margin-left: 0;
    }
    #flickr-fotos .flickr-set {
        margin-left: 0;
        float: none !important;
        height: auto;
        margin-bottom: 30px;
    }

    #flickr-fotos img {
        max-width: 240px;
        width: 100%;
    }
    #flickr-fotos figure {
        margin-left: 0;
        height: auto;
    }
    #flickr-fotos figure a {
        max-height: none;
        width: 100%;
    }
    #flickr-fotos figure img, #news-videos figure img {
        max-height: none;
    }
    #main-content .news-list-item.right {
        margin-left: 0;
    }
    #main-content .news-list-item {
        width: auto;
    }
    .pagination ul > li {
        display: inline-block;
    }
    .pagination > ul > li.next > a {
        margin-left: 4px;
    }
    .pagination > ul > li.prev > a {
        margin-right: 8px;
    }
    .pagination ul > li > a {
        margin-right: 4px;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 0;
    }
    #submit-box {
        padding: 0;
    }
    ul, ol {
        margin: 0 0 10px 25px;
    }
    #main #sword {
        width: 170px;
    }
    h3.special {
        margin-top: 0;
    }
    #flickr-fotos figure a {
        max-width: 240px;
    }
    #promo-r {
        display: none;
    }
    .showResultsWrap {
        position: static;
    }
    .pagination {
        text-align: left;
    }

    #logo {
        margin-left: 0 !important;
    }
    #promo-t {
        right: 0 !important;
    }
    #meta {
        height: auto;
    }
    #meta p {
        color: #333333;
        display: block;
        float: none;
        font-size: 9px;
        line-height: 16px;
        margin-left: 118px;
        padding-top: 30px;
    }
    #nav-meta {
        margin-top: 10px;
    }

    body,
    .navbar.navbar-fixed-top.container {
        padding-right: 0px;
    }

    #flickr-fotos img, #news-videos img {
        margin: 0;
    }
    .pageScroller .page {
        width: 280px;
    }
    .pagination-scroller {
        margin-left: 0;
    }
    .pagination-scroller a.prev {
        margin-left: 0;
        margin-right: 6px;
    }
    .pagination-scroller a.next {
        margin-right: 0;
        margin-left: 6px;
    }
    /*
    article .pagination {
        width: 200px !important;
        height: 33px !important;
    }
    */
    #flickr-fotos,#news-videos {
        margin-left: 0;
    }
    #news-videos figure {
        margin-left: 0;
    }
    #navi-footer-meta li#madeby {
        margin-top: 10px;
        width: auto !important;
        padding-left: 0;
        float: none;
        display: block !important;
    }


    .shariff .orientation-horizontal li {

        width: 35px !important;
        min-width: 0 !important;
        -ms-flex: 1 0 auto !important;
        flex: 1 0 auto !important;
    }

    .shariff .orientation-horizontal li .share_count {
        display: none !important;
    }

}

@media (max-width:979px) {

	#werk3-support {
		position: static;
	}

    #logo {
        margin-left: 30px;
    }
    #promo-t {
        right: 30px;
    }

    body,
    .navbar.navbar-fixed-top.container {
        padding-right: 0px;
    }

    .shariff .orientation-horizontal.col-3 li {
        max-width: 191px;
    }

}

@media (min-width:1010px) {
    #promo-r {
        display: block;
        left: 1010px;
    }
}

@media (min-width:1150px) {
    #promo-r {
        left: calc(50vw + 430px);
    }
}

/*@media (min-width:767px) {*/
    /*#nav-main > ul > li:hover > .level-2 {*/
        /*display: block;*/
    /*}*/
/*}*/


@media print {
    body {
        padding-top: 0;
    }
    body > div.navbar.navbar-fixed-top.container {
        display: none;
    }
    #main-content {
        width: auto;
        padding: 0px !important;
    }
    #main-content .news-list-item {
        width: auto;
        max-width: 650px;
        page-break-inside: avoid;
    }

    body,
    .navbar.navbar-fixed-top.container {
        padding-right: 0px;
    }

    .curved:before,
    .curved:after,
    #promo-t,
    #promo-r,
    #border-content,
    .pagination,
    #footer-shadow-top,
    #main-content .news-list-item footer,
    #nav-meta
    {
        display: none !important;
    }
    #main-content .news-list-item.right {
        margin-left: 0 !important;
    }
    #main {
        border: none !important;
    }
    .row-fluid:before, .row-fluid:after {
        display: none !important;
    }
    .row-fluid [class*="span"] {
        float: none;
    }
    #footer {
        background: none !important;
        color: #000000 !important;
    }
    article.news-list-item.first figure img {
        width: 450px;
    }
    figure,
    #meta {
        border: none !important;
        margin-top: 0;
    }
    #footer {
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
    }
    #footer .span10 {
        padding-left: 0 !important;
        /*width: auto;*/
    }
    #footer .span10 > ul > li {
        /*padding-right: 10px;*/
        width: 18%;
    }
    #footer .span2 {
        display: none !important;
    }
    #meta img {
        margin-left: 0 !important;
    }
}

/*
Exported from default styles
 */
.news-single-item {
    padding: 5px;
    margin-bottom: 5px;
}

.gaOptout {
    cursor: pointer;
    text-decoration: underline;
}