﻿@charset "UTF-8";
/* LOGIN */

html {
    font-size: 62.5%;
}
html,
h1,
h2,
ul,
p {
    padding: 0;
    margin: 0;
    color: #636462;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    padding: 0;
    margin: 0;
    color: #636462;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    /*for testing purposes*/
    /*background-color: lightyellow;*/
}

a,
a:hover {
    text-decoration: none;
    /*color: #fff; tpa*/
    
    color: #000;
}
p {
    color: #636462;
}
.colorMain1 {
    color: #e30613;
}
.bgMain2 {
    background-color: #636462;
}
.bgMain4 {
    background-color: #f7f7f7;
}
.topTextBox {
    padding-bottom: 0 !important;
}
.topTextBox .h1 {
    margin-top: -90px;
    display: inline-block;
    margin-bottom: 0;
}
.topTextBox .h1 h1 {
    color: #fff;
    background-color: #e30613;
    padding: 10px 28px;
    padding-top: 5px;
    font-size: 30px;
    text-transform: uppercase;
}
.topTextBox .h1 span {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #e30613;
    padding: 20px 28px;
    padding-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.topTextBox .h2 {
    margin-top: -90px;
    display: inline-block;
    margin-bottom: 0;
}
.topTextBox .h2 h1 {
    color: #fff;
    background-color: #e30613;
    padding: 10px 28px;
    padding-top: 5px;
    font-size: 30px;
    text-transform: uppercase;
}
.topTextBox .h2 span {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #e30613;
    padding: 20px 28px;
    padding-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 4px 4px;
}
.breadcrumb li a {
    color: #e30613;
}
.breadcrumb li a.active {
    color: #636462;
}
h1 {
    font-size: 32px;
    color: #636462;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h1:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid #636462;
    border-right: 17px solid transparent;
    position: relative;
    top: 7px;
}
h2 {
    font-size: 32px;
    color: #636462;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid #636462;
    border-right: 17px solid transparent;
    position: relative;
    top: 7px;
}
h3 {
    font-size: 19px;
    color: #636462;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
#logo {
    position: absolute;
    z-index: 2;
    margin-left: 5%;
    margin-top: 4%;
}
input {
    border: 1px solid #636462;
    padding: 2px;
}
span.source {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
}
span.source.small {
    font-size: 12px;
    font-weight: 100;
    margin: 0;
    margin-top: 5px;
}
.p {
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-transform: none;
}
.imageSignal {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 5px;
    color: #fff;
    font-size: 18px;
    background-color: #e30613;
    text-transform: uppercase;
}
.sliderQuote {
    position: absolute;
    margin-top: 50px;
    margin-left: 700px;
    width: 350px;
    text-align: center;
    font-size: 20px;
}
.sliderQuote p {
    color: #333333;
}
.sliderQuote span {
    color: #636462;
    display: block;
    margin-top: 20px;
}
header #menuBar {
    background-color: #636462;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    position: relative;
    z-index: 3;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #636462;
    position: relative;
    top: 12px;
    left: 6px;
}

.headerMenuLoginSuche {
    padding: 5px 25px 0 0;
    float: right;
}

/*MOBILE MENU START*/

header #menuBar #mobileMenu li {
    line-height: 30px;
    margin: 0;
    float: left;
    list-style: none;
    padding: 0 10px;
    text-transform: uppercase;
}
header #menuBar #mobileMenu li .sub {
    display: none;
    background-color: #c3c3c3;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 38px;
    padding: 20px 10px;
    line-height: 16px;
}
header #menuBar #mobileMenu li.hover .sub {
    display: block;
}
header #menuBar #mainMenu li .mobileMenuBox {
    display: none;
    background-color: #c3c3c3;
    z-index: 5;
    position: absolute;
    left: 350px;
    top: 0px;
    padding: 20px;
    line-height: 16px;
    width: 410px;
}
header #menuBar #mainMenu li .mobileMenuBox h1 {
    color: #fff;
}
header #menuBar #mainMenu li .mobileMenuBox h1:before {
    border-top: 17px solid #fff;
}
header #menuBar #mainMenu li .mobileMenuBox h2 {
    color: #fff;
}
header #menuBar #mainMenu li .mobileMenuBox h2:before {
    border-top: 17px solid #fff;
}
header #menuBar #mainMenu li .mobileMenuBox h3 {
    color: #fff;
    margin-bottom: 10px;
}
header #menuBar #mainMenu li .mobileMenuBox #subMenu {
    margin: 0;
    margin-left: -22px;
    padding-right: 0;
}
header #menuBar #mainMenu li .mobileMenuBox #subMenu > li {
    width: 400px;
    padding: 0;
    margin-left: 20px;
}
header #menuBar #mainMenu li .mobileMenuBox #subMenu > li > a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 17px;
}
header #menuBar #mainMenu li .mobileMenuBox #subMenu > li > ul {
    margin-bottom: 25px;
    display: inline-block;
}
header #menuBar #mainMenu li .mobileMenuBox #subMenu > li > ul li {
    padding: 0;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    clear: both;
}
header #menuBar #mainMenu li .mobileMenuBox #subMenu > li > ul li a {
    color: #fff;
}
header #menuBar #mainMenu li.hover .mobileMenuBox {
    display: block;
}
/*END MOBILE MENU*/

header #menuBar #mainMenu li {
    line-height: 30px;
    margin: 0;
    float: left;
    list-style: none;
    padding: 0 10px;
    text-transform: uppercase;
    /* SUBMENU*/
}
header #menuBar #mainMenu li.hover {
    background-color: #c3c3c3;
}
header #menuBar #mainMenu li.active a {
    color: #e30613;
}
header #menuBar #mainMenu li a {
    color: #fff;
}
header #menuBar #mainMenu li .sub {
    display: none;
    background-color: #c3c3c3;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 38px;
    padding: 40px 20px;
    /*box-shadow: 1px 4px 8px rgba(0,0,0,0.32);*/
    
    line-height: 16px;
}
header #menuBar #mainMenu li .sub h1 {
    color: #fff;
}
header #menuBar #mainMenu li .sub h1:before {
    border-top: 17px solid #fff;
}
header #menuBar #mainMenu li .sub h2 {
    color: #fff;
}
header #menuBar #mainMenu li .sub h2:before {
    border-top: 17px solid #fff;
}
header #menuBar #mainMenu li .sub h3 {
    color: #fff;
    margin-bottom: 10px;
}
header #menuBar #mainMenu li .sub #subMenu {
    margin: 0;
    margin-left: -22px;
    padding-right: 0;
}
header #menuBar #mainMenu li .sub #subMenu > li {
    width: 298px;
    padding: 0;
    margin-left: 14px;
}
header #menuBar #mainMenu li .sub #subMenu > li > a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 20px;
}
header #menuBar #mainMenu li .sub #subMenu > li > ul {
    margin-bottom: 25px;
    display: inline-block;
}
header #menuBar #mainMenu li .sub #subMenu > li > ul li {
    padding: 0;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    clear: both;
}
header #menuBar #mainMenu li .sub #subMenu > li > ul li a {
    color: #fff;
}
header #menuBar #mainMenu li.hover .sub {
    display: block;
}

/* ------------------ */
/*    New Main Menu   */
/* ------------------ */
    header #menuBar #mainMenuNew li .mobileMenuBox {
        display: none;
        background-color: #c3c3c3;
        z-index: 5;
        position: absolute;
        left: 350px;
        top: 0px;
        padding: 20px;
        line-height: 16px;
        width: 410px;
    }

        header #menuBar #mainMenuNew li .mobileMenuBox h1 {
            color: #fff;
        }

            header #menuBar #mainMenuNew li .mobileMenuBox h1:before {
                border-top: 17px solid #fff;
            }

        header #menuBar #mainMenuNew li .mobileMenuBox h2 {
            color: #fff;
        }

            header #menuBar #mainMenuNew li .mobileMenuBox h2:before {
                border-top: 17px solid #fff;
            }

        header #menuBar #mainMenuNew li .mobileMenuBox h3 {
            color: #fff;
            margin-bottom: 10px;
        }

        header #menuBar #mainMenuNew li .mobileMenuBox #subMenu {
            margin: 0;
            margin-left: -22px;
            padding-right: 0;
        }

            header #menuBar #mainMenuNew li .mobileMenuBox #subMenu > li {
                width: 400px;
                padding: 0;
                margin-left: 20px;
            }

                header #menuBar #mainMenuNew li .mobileMenuBox #subMenu > li > a {
                    color: #fff;
                    border-bottom: 1px solid #fff;
                    display: block;
                    margin-bottom: 12px;
                    font-size: 16px;
                    line-height: 17px;
                }

                header #menuBar #mainMenuNew li .mobileMenuBox #subMenu > li > ul {
                    margin-bottom: 25px;
                    display: inline-block;
                }

                    header #menuBar #mainMenuNew li .mobileMenuBox #subMenu > li > ul li {
                        padding: 0;
                        text-transform: none;
                        font-size: 16px;
                        line-height: 24px;
                        clear: both;
                    }

                        header #menuBar #mainMenuNew li .mobileMenuBox #subMenu > li > ul li a {
                            color: #fff;
                        }

header #menuBar #mainMenuNew li.hover .mobileMenuBox {
    display: block;
}
/*END MOBILE MENU*/

header #menuBar #mainMenuNew li {
    line-height: 30px;
    margin: 0;
    float: left;
    list-style: none;
    padding: 28px 10px 0px 10px;
    /* SUBMENU*/
}

    header #menuBar #mainMenuNew li.hover {
        background-color: #fff;
        color: #e30613;
    }

    header #menuBar #mainMenuNew li.active a {
        color: #e30613;
    }

    header #menuBar #mainMenuNew li a {
        color: #636462;
    }
    header #menuBar #mainMenuNew li.hover a {
        color: #e30613;
    }
    header #menuBar #mainMenuNew li .sub {
        display: none;
        background-color: #fff;
        z-index: 5;
        position: absolute;
        width: 270px;
        left: auto;
        top: 55px;
        padding: 0px 15px;
        box-shadow: 0px 8px 8px rgba(0,0,0,0.32);
        line-height: 16px;
    }

        header #menuBar #mainMenuNew li .sub h1 {
            color: #fff;
        }

            header #menuBar #mainMenuNew li .sub h1:before {
                border-top: 17px solid #fff;
            }

        header #menuBar #mainMenuNew li .sub h2 {
            color: #fff;
        }

            header #menuBar #mainMenuNew li .sub h2:before {
                border-top: 17px solid #fff;
            }

        header #menuBar #mainMenuNew li .sub h3 {
            color: #fff;
            margin-bottom: 10px;
        }

        header #menuBar #mainMenuNew li .sub #subMenu {
            margin: 0;
            margin-left: -22px;
            padding-right: 0;
        }

            header #menuBar #mainMenuNew li .sub #subMenu > li {
                width: 298px;
                padding: 0;
                margin-left: 14px;
            }

                header #menuBar #mainMenuNew li .sub #subMenu > li > a {
                    color: #fff;
                    border-bottom: 1px solid #fff;
                    display: block;
                    margin-bottom: 12px;
                    font-size: 19px;
                    line-height: 20px;
                }

                header #menuBar #mainMenuNew li .sub #subMenu > li > ul {
                    margin-bottom: 25px;
                    display: inline-block;
                }

                    header #menuBar #mainMenuNew li .sub #subMenu > li > ul li {
                        padding: 0;
                        text-transform: none;
                        font-size: 16px;
                        line-height: 24px;
                        clear: both;
                    }

                        header #menuBar #mainMenuNew li .sub #subMenu > li > ul li a {
                            color: #fff;
                        }

    header #menuBar #mainMenuNew li.hover .sub {
        display: block;
    }





header .clickout {
    position: relative;
    height: 38px;
    float: right;
    overflow: hidden;
}
header .clickout.find {
    /*width: 32px; */
    
    width: 80px;
}
header .clickout.find .inner {
    z-index: 4;
    /*margin-left: -288px;      width: 320px;*/
    
    margin-left: -258px;
    width: unset;
}
header .clickout.find .inner .title {
    /*background: #000 99% 260% url("../media/1007/menusprite.png") no-repeat;        background-size: 20px 45px;        padding-right: 33px; */
    
    background: #000 99% 260%;
    background-size: 20px 45px;
    padding-right: 10px;
    padding-left: 10px;
}
header .clickout.login {
    width: 90px;
}
header .clickout.login .inner {
    width: 270px;
    margin-left: -178px;
}
header .clickout.login .inner .title {
    background: #636462;
    padding-right: 10px;
    /*background-color: #333333;*/
    color: #c3c3c3;
}
header .clickout.login input[type="text"] {
    margin: 5px 0;
}
header .clickout.login .mainBtn {
    margin-bottom: 12px;
}
header .clickout.login a:not(.mainBtn) {
    font-size: 15px;
}
header .clickout.open {
    overflow: visible;
}
header .clickout.open .title {
    cursor: default;
}
header .clickout .inner {
    position: absolute;
    background-color: #c3c3c3;
    z-index: 3;
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.24);
}
header .clickout .inner #searchfield {
    width: 240px;
}
header .clickout .inner .title {
    cursor: pointer;
    width: 100%;
    height: 38px;
    line-height: 34px;
    text-align: right;
    color: #fff;
    padding-top: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header .clickout .inner div:not(.title) {
    padding: 10px 15px;
    line-height: 22px;
}
header .clickout .inner .mainBtn {
    line-height: 18px;
}
header #fBox {
    width: 200px;
    position: absolute;
    height: 20px;
}

/*Login form in intranet*/
.login {
    text-transform:none;
}
.login input[type="text"] {
    margin: 5px 0;
}

footer {
    padding-bottom: 140px;
    background-color: #e30613;
    color: #fff;
    text-transform: uppercase;
}
footer p {
    margin-top: 50px;
    color: #fff;
}
footer ul {
    margin-top: 10px;
    list-style: none;
}
footer ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
footer ul li a {
    color: #fff;
}
footer ul.icons li {
    margin-top: 10px;
    margin-right: 5px;
}
footer ul.icons li a {
    background-image: url("../media/1004/footersprite.png");
    width: 30px;
    height: 25px;
    display: inline-block;
}
footer ul.icons li a.facebook {
    background-position: -10px 0;
}
footer ul.icons li a.yt {
    background-position: 68px 0;
}
footer ul.icons li a.tr {
    background-position: 30px 0;
}
.carousel .carousel-indicators {
    text-align: right;
    width: 20%;
    left: initial;
    right: 0%;
    bottom: 0;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}
.carousel .carousel-indicators li {
    position: relative;
    margin: 0 0 0 2px;
    list-style: none;
    display: inline-block;
    text-indent: inherit;
    font-size: 11px;
    border: 0;
    font-weight: bold;
}
.carousel .carousel-indicators li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -5px;
    width: 15px;
    color: #636462;
    background: #ebebeb;
    text-align: center;
}
.carousel .carousel-indicators li.active {
    background-color: transparent;
}
.carousel .carousel-indicators li.active:before {
    background: #e30613;
    color: #fff;
    /*top: 2px; tpa*/
    
    left: -3px;
}
.carousel.imageRight {
    margin-bottom: 20px;
}
.carousel.imageRight .carousel-indicators {
    bottom: -50px;
}
.container {
    /*width: 970px !important;*/
    
    max-width: none !important;
}
.divider {
    margin: 0 0 20px 0px;
    position: relative;
}
.divider:before {
    content: "";
    border-top: 3px solid #ebebeb;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
}
.divider span {
    position: relative;
    z-index: 2;
    font-size: 18px;
    padding: 0 20px;
    background-color: #fff;
    text-transform: uppercase;
}
.divider span.short {
    padding: 0 10px;
}
section.container,
section.container-fluid {
    /*margin-top:60px;*/
    
    padding-bottom: 60px;
}
.bigShape {
    background-color: #636462;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 17px;
}
.bigShape.leftInfo:after {
    content: "i";
    text-transform: none;
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    font-size: 14px;
    height: 20px;
    display: inline-block;
    color: #e30613;
    right: 12px;
    position: absolute;
    cursor: pointer;
}
.bigShape.rightInfo:before {
    content: "i";
    text-transform: none;
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    font-size: 14px;
    height: 20px;
    display: inline-block;
    color: #e30613;
    bottom: 10px;
    position: absolute;
    cursor: pointer;
    left: 12px;
}
a.mainBtn {
    background-color: #e30613;
    color: #fff !important;
    padding: 6px 10px;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
    font-weight: normal !important;
    text-transform: uppercase;
}
a.mainBtn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #FFFFFF transparent;
    position: relative;
    top: -6px;
    left: 3px;
}
.appointments {
    width: 100%;
}
.appointments tr {
    border-bottom: 2px solid #fff;
    text-align: left;
}
.appointments tr td {
    padding: 5px 10px;
    margin: 0 10px;
    font-size: 15px;
}
.color2 {
    background-color: #f7f7f7;
}
.color2 .divider span {
    background-color: #f7f7f7;
}
.carousel .item {
    width: 100%;
    max-height: 600px;
}
.carousel .item img {
    width: 100%;
}
.carousel .carousel-control {
    background: none;
    border: none;
    filter: none;
    top: 45%;
    z-index: 1;
}
.carousel .carousel-control img {
    padding: 0 !important;
}
#topSlider {
    /*min-width: 980px; */
}
#topSlider .topSquares {
    position: absolute;
    /*z-index: 2;*/
    
    right: 0;
    bottom: 0;
    width: 437px;
    height: 249px;
}
#topSlider .item {
    max-height: 440px;
}
#topSlider .item .contentBox {
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: -300px;
    padding: 30px;
    padding-bottom: 8px;
    background-color: #e30613;
    color: #fff;
    -webkit-transition: bottom 600ms;
    -moz-transition: bottom 600ms;
    -o-transition: bottom 600ms;
    transition: bottom 600ms;
}
#topSlider .item .contentBox h1 {
    color: #fff;
}
#topSlider .item .contentBox h1:before {
    content: none;
}
#topSlider .item .contentBox h2 {
    color: #fff;
}
#topSlider .item .contentBox h2:before {
    content: none;
}
#topSlider .item .contentBox > div {
    color: #fff;
    font-size: 17px;
}
#topSlider .item.active .contentBox {
    bottom: 0;
}
#topSlider .carousel-indicators {
    bottom: 0;
    z-index: 2;
}
#topSlider .carousel-indicators li {
    width: 0;
    height: 0;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #c3c3c3 transparent;
    border-radius: 0;
    margin-left: -5px;
}
#topSlider .carousel-indicators li.active {
    background-color: transparent;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #e30613 transparent;
    margin-left: -5px;
}
#topSlider .carousel-indicators li:nth-child(2) {
    border-width: 12px 12px 0 12px;
    border-color: #c3c3c3 transparent transparent transparent;
    margin-left: -5px;
}
#topSlider .carousel-indicators li:nth-child(2).active {
    background-color: transparent;
    border-width: 12px 12px 0 12px;
    border-color: #e30613 transparent transparent transparent;
    margin-left: -5px;
}
.pdfDL_button {
    display: block;
    width: 156px;
    height: 31px;
    background: url("/media/1035/adobedl_button.png") no-repeat 0 0;
    background-size: contain;
    margin-top: 20px;
}
.brochureTeaser {
    height: 250px;
    display: table;
}
.brochureTeaser img {
    float: left;
    height: 220px;
    margin: 15px 30px;
    padding: 0 !important;
}
.brochureTeaser .p {
    display: table-cell;
    vertical-align: middle;
}
.brochureTeaser.bgMain2 .p {
    color: #fff !important;
}
.quoteTeaser {
    height: 250px;
    display: table;
    padding-left: 0;
    text-align: left;
}
.quoteTeaser img {
    padding: 0 !important;
}
.quoteTeaser .p {
    /*width: 259px;*/
    
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 20px;
}
.quoteTeaser .p span {
    font-size: 12px;
}
.quoteTeaser.bgMain2 .p {
    color: #fff !important;
}
.carousel-control {
    width: 36px;
}
.carousel-control.left img {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.btcorner {
    float: right;
    top: -29px;
    position: relative;
    right: 2px;
}
.btcorner.moreArrow:after {
    left: 0;
}
.moreArrow {
    background-color: #e30613;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
}
.moreArrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #FFFFFF transparent;
    position: relative;
    top: -15px;
    left: 3px;
}
.moreArrow.invert {
    background-color: #fff;
}
.moreArrow.invert:after {
    border-color: transparent transparent #e30613 transparent;
}
.deleteIcon {
    background-color: #e30613;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 4px;
    margin-top: 3px;
    font-size: 13.5px;
}
.deleteIcon:after {
    content: "\2716";
    width: 0;
    height: 0;
    position: relative;
    top: -2px;
    left: 2px;
}
.deleteIcon.invert {
    background-color: #fff;
}
.deleteIcon.invert:after {
    border-color: transparent transparent #e30613 transparent;
}
.bold {
    font-weight: bold;
    padding: 12px 9px 10px 9px !important;
}
/* --------------- CONTENT BLOCKS --------------*/

.twitter .date {
    display: inline-block;
    margin-bottom: 5px;
}
.nP img {
    padding: 0;
}
.nP.nP-left {
    padding-left: 0;
}
.nP.nP-right {
    padding-right: 0;
}
.cB {
    padding-top: 60px;
    padding-bottom: 20px;
}
.cB.bordered {
    border: 3px solid #f7f7f7;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0;
    margin-top: 40px;
}
.cB.bordered img {
    width: 100%;
}
.cB img {
    padding-bottom: 10px;
}
.cB img.icon {
    padding-bottom: 0;
}
.cB .p {
    color: #636462;
    font-size: 15px;
}
.cB a {
    font-weight: bold;
    color: #636462;
}
.cB a .p {
    font-weight: normal;
}
/* -------------- CONTENT BLOCKS ENDE ----------*/
/*@media (max-width: 767px) {  .block {    margin-left: -20px;    margin-right: -20px; } }*/
/*@media only screen and (min-width: 1200px) {    .container {        width: 970px;    }}*/
/* ------------------------------------------------------------------------------------------------------------- all media */

.no-left-padding {
    padding-left: 0px;
}
.no-right-padding {
    padding-right: 0px;
}
/* debug */

.row {
    /*border: 1px solid green;*/
}
/*@media only screen and (min-width: 992px) {}@media only screen and (min-width: 768px)  and (max-width: 991px) {}*/
/* ------------------------------------------------------------------------------------------------------------- xs media */
/*@media only screen and (max-width: 767px) {}*/
/* ------------------------------------------------------------------------------------------------------------- */

* {
    outline: none !important;
    vertical-align: top;
    word-wrap: break-word;
}
a,
a:hover,
a:visited,
a:active,
a:focus,
a:link {
    text-decoration: none;
    /*color: #fff; tpa */
}
input[type=checkbox] {
    display: none;
}
h1 {
    font-size: 32px;
    line-height: 38px;
}
h2 {
    font-size: 32px;
    line-height: 38px;
}
h4 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 20px;
}
ul {
    padding-left: 18px;
}
ul li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 20px;
    margin: 7px 0;
}
ul li span {
    position: relative;
    left: -9px;
}
p,
span,
strong,
a {
    font-size: 16px;
    line-height: 20px;
}
p {
    /*margin-bottom: 25px; tpa */
}
header #menuBar #mainMenu li {
    padding: 8px 25px 0 0;
}
header #menuBar #mainMenu li.hover {
    background-color: transparent;
    color: #e30613;
}
header #menuBar #mainMenu li.hover a {
    color: #e30613;
}
header #menuBar #mainMenu li.active a {
    color: #333333;
}
header .headerOverlay {
    margin-top: -85px;
    height: 85px;
    overflow: hidden;
}
header .headerOverlay .topLogo {
    display: block;
    vertical-align: top;
    margin: 18px 0 16px 0;
}
header .headerOverlay .topHeadlineBox {
    height: 86px;
    overflow: hidden;
    display: inline-block;
    background: #e30613;
    padding: 18px 30px 10px 30px;
}
header .headerOverlay .topHeadlineBox h1,
header .headerOverlay .topHeadlineBox h2 {
    color: #fff;
    text-transform: uppercase;
    background: none;
    padding: 0;
}
header .headerOverlay .topHeadlineBox h1:before,
header .headerOverlay .topHeadlineBox h2:before {
    content: none;
}
header .headerOverlay .topHeadlineBox h1 {
    margin: 0 0 -8px 0;
    font-size: 18px;
    line-height: 18px;
}
header .headerOverlay .topHeadlineBox h2 {
    margin: 0 0 -8px 0;
    font-size: 18px;
    line-height: 18px;
}
.breadcrumb li,
.breadcrumb a {
    font-size: 14px;
    line-height: 14px;
}
.topCopy {
    margin: 50px 0;
}
.topHeadline {
    margin-top: 20px;
    margin-bottom: 10px;
}
.topDivider {
    margin-top: 15px;
}
.topDivider .divider {
    margin-bottom: 25px;
}
.divider span {
    display: inline-block;
}
.bordered {
    border: 3px solid #f7f7f7;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.bordered h1 h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.bordered h3 {
    margin-bottom: 30px;
}
.bordered img {
    width: 100%;
}
.source.small,
.source.small > * {
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;
}
.source.small .a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;
}
.imageWrapper {
    position: relative;
    margin-bottom: 20px;
}
a .moreArrow {
    margin-top: 2px;
}
.filterBox {
    background: #636462;
    color: #fff;
    font-size: 0;
}
.filterBox .filterLabelLeft {
    display: inline-block;
    width: 280px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.filterBox .filterLabelLeft.filterLabelLeftLight {
    font-weight: normal;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.filterBox .filterLabelLeft.filterLabelLeftExtended,
.filterBox .filterLabelLeft.filterLabelLeftContent {
    margin-top: 10px;
}
.filterBox .filterCriteria {
    font-size: 17px;
    display: inline-block;
    margin-right: 8px;
    color: #fff;
}
.filterBox .summaryContentRow {
    padding-left: 60px;
}
.filterBox .filterCriteria.filterCriteriaFirst {
    margin: 0 15px 0 15px;
}
.filterBox .filterCriteria.filterCriteriaExtended,
.filterBox .filterCriteria.filterCriteriaContent {
    padding: 12px 15px 10px 15px;
    margin-right: 0;
    cursor: pointer;
}
.filterBox .filterCriteria.filterCriteriaExtended:hover,
.filterBox .filterCriteria.filterCriteriaExtended.active,
.filterBox .filterCriteria.filterCriteriaContent:hover,
.filterBox .filterCriteria.filterCriteriaContent.active {
    background: #c3c3c3;
}
.filterBox .filterCriteria:hover,
.filterBox .filterCriteria.active {
    color: #333333;
}
.filterBox hr {
    background: #ebebeb;
    height: 3px;
    border: 0;
    margin: 0;
}
.filterBox .filterSearchDiv {
    float: right;
    margin: 22px 10px 0 0;
    font-size: 0;
    vertical-align: top;
}
.filterBox .filterSearchDiv * {
    vertical-align: top;
}
.filterBox .filterSearchDiv .searchInput {
    display: inline-block;
    background: #f7f7f7;
    width: 200px;
    padding-left: 10px;
    border: 0;
    height: 24px;
    font-size: 14px;
    color: #636462;
}
.filterBox .filterSearchDiv .searchSubmit {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: transparent url("../sprites/icn-search.png") no-repeat 0 0;
    text-indent: -9999px;
    padding: 0;
    border: 0;
}
.filterBox .filterResetDiv {
    float: right;
    margin: -35px 10px 10px 0;
    font-size: 0;
    vertical-align: top;
}
.filterBox .filterResetDiv a {
    display: inline-block;
    /*text-align: right;*/
    
    font-weight: normal;
    /*background: #f7f7f7;*/
    /*width: 300px;*/
    
    padding-left: 10px;
    height: 24px;
    /*font-size: 14px;*/
    /* color: #636462; */
}
.filterBox .filterCriteriaExtendedDiv {
    display: inline-block;
    margin: 14px 20px 0 0;
}
.filterBox .filterCriteriaExtendedDiv label {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
}
.filterBox.filterBoxEvents .filterLabelLeft.filterLabelLeftLight {
    margin-bottom: 10px;
}
.filterBox.filterBoxWhatWeDo {
    background: #c3c3c3;
}
.filterBox.filterBoxWhatWeDo .filterLabelLeftLight {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.filterBox .filterCompareBoxLabel {
    display: inline-block;
    /*position: relative;*/
    
    width: 280px;
    /*font-weight: bold;*/
    
    font-size: 18px;
    line-height: 22px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.filterBox .filterCompareBoxList {
    display: inline-block;
    position: relative;
    width: 300px;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
    /*0px;    left: 286px;    top: 10;*/
    /*font-weight: bold;*/
    /*font-size: 18px;    line-height: 22px;    padding-left: 10px;    padding-bottom: 20px;*/
}
.filterBox .filterCompareBoxContinue {
    float: right;
}
.filterAccordion {
    background: #c3c3c3;
    color: #fff;
    padding: 10px;
    position: absolute;
    display: none;
    z-index: 99;
}
.filterAccordion * {
    vertical-align: top;
}
.filterAccordion .filterAccordionLabelLeft {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    /*width: 280px;*/
    
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.filterAccordion .filterAccordionDiv {
    width: 100%;
    display: inline-block;
    font-size: 0;
    margin: 33px 0 30px 0;
}
.filterAccordion .filterAccordionDiv label {
    display: inline-block;
    width: 300px;
    line-height: 18px;
    font-weight: normal;
    margin: 6px 0;
    font-size: 0;
    float: left;
}
.filterAccordion .filterAccordionDiv label > * {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
}
.filterAccordion .filterAccordionDiv label .categoryNumber {
    width: 20px;
}
.filterAccordion .filterAccordionDiv label .categoryName {
    width: 240px;
}
.filterAccordion .filterAccordionSelectionBtns {
    margin-right: 15px;
}
.filterAccordion .filterAccordionSelectionBtns a {
    font-size: 15px;
    margin-left: 18px;
}
.filterAccordion .filterAccordionCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: transparent url("../sprites/icn-close.png") no-repeat 0 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.filterAccordion .filterAccordionDetailBtn {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 2px 0 0 2px;
    background: transparent url("../sprites/icn-detail.png") no-repeat 0 0;
    text-indent: -9999px;
}
.filterAccordion .filterAccordionDetailBtn:hover {
    background: transparent url("../sprites/icn-detail-active.png") no-repeat 0 0;
}
.filterAccordion.filterAccordionWhatWeDo .filterAccordionLabelLeft {
    width: 150px;
}
.filterAccordion.filterAccordionWhatWeDo .filterAccordionDiv {
    width: 766px;
    margin-top: 12px;
}
.filterAccordion.filterAccordionWhatWeDo .filterAccordionDiv label {
    width: 255px;
    color: #636462;
}
.filterAccordion.filterAccordionWhatWeDo .filterAccordionDiv label strong {
    color: #333333;
}
.filterAccordion.filterAccordionEvents {
    display: block;
}
.filterAccordion.filterAccordionEvents .filterAccordionLabelLeft {
    width: 240px;
}
.filterAccordion.filterAccordionEvents .filterAccordionDiv {
    width: 670px;
}
.filterAccordion.filterAccordionEvents .filterAccordionDiv label {
    width: 222px;
}
.filterContent {
    display: none;
}
.filterContent.active {
    display: block;
}
.viewSwitch {
    margin-top: -1px;
    background: #fff;
}
.viewSwitch a {
    color: #636462;
    text-indent: -9999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 15px -1px 25px 6px;
}
.viewSwitch a.viewSwitchListView {
    background: transparent url("../sprites/view-switch-list-inactive.png") no-repeat 0 0;
}
.viewSwitch a.viewSwitchListView.active {
    background: transparent url("../sprites/view-switch-list-active.png") no-repeat 0 0;
}
.viewSwitch a.viewSwitchTileView {
    background: transparent url("../sprites/view-switch-tiles-inactive.png") no-repeat 0 0;
}
.viewSwitch a.viewSwitchTileView.active {
    background: transparent url("../sprites/view-switch-tiles-active.png") no-repeat 0 0;
}
/* Kachelansicht (tile view) */

.tileView .tile {
    border-top: 3px solid #ebebeb;
    margin: 25px 0;
}
.tileView .tile > * {
    margin-bottom: 14px;
}
.tileView .tile .companyLogo {
    max-width: 100%;
    max-height: 100px;
    /*background: #f7f7f7; tpa */
    
    border: 0;
}
.tileView .divider {
    margin: 40px 0 15px;
}
.tileViewPBDB .row {
    margin-left: 0px;
    margin-right: 0px;
    page-break-inside: avoid;
}
.tileViewPBDB .tile {
    /*border-top: 3px solid #ebebeb;*/
    
    margin: 25px 0;
}
.tileViewPBDB .tile > * {
    margin-bottom: 14px;
}
.tileViewPBDB .tile .companyLogo {
    max-width: 100%;
    max-height: 100px;
    /*background: #f7f7f7; tpa */
    
    border: 0;
}
.tileViewPBDB .tile .photo {
    max-width: 100%;
    max-height: 100px;
    float: left;
    /*background: #f7f7f7; tpa */
    
    border: 0;
}
.tileViewPBDB .row:nth-child(even) {
    background-color: #f2f2f2;
}
.tileViewPBDB .row:nth-child(odd) {
    background-color: #f9f9f9;
}
.tileViewPBDB .divider {
    margin: 40px 0 15px;
}
/* Listenansicht (list view) */

.listView {
    margin-top: 10px;
    padding-bottom: 20px;
    color: #636462;
}
.listView.listViewDatabase {
    display: none;
}
.listView .row {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    page-break-inside: avoid;
}
.listView .listEntry > * {
    margin-bottom: -500px;
    padding: 0 0 500px 0;
    position: relative;
}
.listView .listEntry > * span,
.listView .listEntry > * strong,
.listView .listEntry > * a {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 8px 10px;
}
.listView .listEntry > * .dropDown {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    width: 28px;
    height: 100%;
    background: transparent url("../sprites/icn-dropdown.png") no-repeat 2px 8px;
    text-indent: -9999px;
}
.listView .listEntry.listHeader .listRightCell {
    border-left: 1px solid #fff;
}
.listView .listEntry.listHeader > * {
    background: #c3c3c3;
    color: #fff;
}
.listView .listEntry.listHeader > * span,
.listView .listEntry.listHeader > * strong,
.listView .listEntry.listHeader > * a {
    font-size: 18px;
    line-height: 20px;
}
.listView .listEntry.listHeader .listOrderBtns {
    font-size: 0;
    display: inline-block;
    padding: 14px 20px 0 0;
}
.listView .listEntry.listHeader .listOrderBtns .listOrderBtnAsc,
.listView .listEntry.listHeader .listOrderBtns .listOrderBtnDesc {
    display: inline-block;
    width: 15px;
    height: 8px;
    text-indent: -9999px;
}
.listView .listEntry.listHeader .listOrderBtns .listOrderBtnAsc {
    background: transparent url("../sprites/arrow-down-inactive.png") no-repeat 0 0;
}
.listView .listEntry.listHeader .listOrderBtns .listOrderBtnAsc.active,
.listView .listEntry.listHeader .listOrderBtns .listOrderBtnAsc:hover {
    background: transparent url("../sprites/arrow-down.png") no-repeat 0 0;
}
.listView .listEntry.listHeader .listOrderBtns .listOrderBtnDesc {
    margin-left: -3px;
    background: transparent url("../sprites/arrow-up-inactive.png") no-repeat 0 0;
}
.listView .listEntry.listHeader .listOrderBtns .listOrderBtnDesc.active,
.listView .listEntry.listHeader .listOrderBtns .listOrderBtnDesc:hover {
    background: transparent url("../sprites/arrow-up.png") no-repeat 0 0;
}
.listView .listEntry.listEntryOdd > * {
    background: #f7f7f7;
}
.listView .listEntry.listEntryOdd > * .dropDown {
    background-color: #f2f2f2;
}
.listView .listEntry.listEntryEven > * {
    background: #fff;
}
.listView .listEntry.listEntryEven > * .dropDown {
    background-color: #f9f9f9;
}
.listView .listEntry.opened .dropDown {
    background: #e7e7e7;
}
.listView .listEntry.listEntryAccordion {
    border-top: 3px solid #fff;
    display: none;
}
.listView .listEntry.listEntryAccordion strong {
    margin: 10px 0 0 0;
    padding: 0 10px 0 10px;
}
.listView .listEntry.listEntryAccordion span {
    margin: 10px 0 20px 0;
    padding: 0 10px 0 10px;
}
.listView .listEntry.listEntryAccordion a {
    color: #636462;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.listView .listEntry.listEntryAccordion .listEntryAccordionContact.chrome {
    margin-left: -1px;
}
.listView .listEntry.listEntryAccordion .listEntryAccordionContact span,
.listView .listEntry.listEntryAccordion .listEntryAccordionContact strong {
    padding-right: 40px;
}
.listView .listEntry.listEntryAccordion .dropDownClose {
    position: absolute;
    top: -3px;
    right: 0;
    display: block;
    padding: 0;
    width: 28px;
    height: 100%;
    background: #e7e7e7 url("../sprites/icn-dropdown-close.png") no-repeat 2px 60px;
    text-indent: -9999px;
}
.icnCalendar {
    display: inline-block;
    background: transparent url("../sprites/icn-calendar.png") no-repeat 0 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    margin-top: 2px;
}
/* Womit wir uns beschäftigen */

.whatWeDoTiles h3,
.whatWeDoTiles h4,
.whatWeDoTiles p {
    margin-bottom: 7px;
    color: #636462;
}
.whatWeDoTiles > .row {
    margin-bottom: 80px;
}
.submitArticle {
    display: inline-block;
    background: transparent url("../sprites/article.png") no-repeat 0 1px;
    padding-left: 120px;
    min-height: 50px;
    margin: 10px 0 6px 50px;
    color: #fff;
    width: 649px;
    font-size: 22px;
    line-height: 25px;
}

/* Pagination */

.pagination {
    font-size: 0;
    text-align: right;
    margin-bottom: 30px;
}
.pagination.paginationWhatWeDo {
    margin-top: -40px;
    margin-bottom: 10px;
}
.pagination ul li {
    position: relative;
    padding: 2px 6px;
    margin: 0 0 0 1px;
    list-style: none;
    display: inline-block;
    font-size: 12px;
    border: 0;
    font-weight: bold;
    text-align: center;
    color: #636462;
    background: #ebebeb;
}
.pagination ul li a {
    color: #636462;
}
.pagination ul li.active {
    background: #e30613;
    color: #fff;
}
.pagination ul li.active a {
    color: #fff;
}
.toTop a,
.back a {
    font-size: 17px;
    color: #636462;
}
.rssBtns {
    margin-top: 30px;
}
.rssBtns .rssBtn {
    display: block;
    color: #636462;
    background: transparent url("../sprites/icn-rss.png") no-repeat 0 7px;
    padding-left: 32px;
}
/* Styled checkboxes */

.styledCheckbox {
    width: 15px;
    height: 15px;
    margin: 1px 6px 0 0;
    display: inline-block;
    background: transparent url("../sprites/checkbox.png") no-repeat 0 0;
}
.styledCheckbox.readonly {
    background: transparent url("../sprites/checkbox-readonly.png") no-repeat 0 0;
}
.styledCheckbox.checked {
    background: transparent url("../sprites/checkbox-checked.png") no-repeat 0 0;
}
.styledCheckbox.checked.readonly {
    background: transparent url("../sprites/checkbox-checked-readonly.png") no-repeat 0 0;
}
.styledCheckbox.partial {
    background: transparent url("../sprites/checkbox-partial.png") no-repeat 0 0;
}
.styledCheckbox.partial.readonly {
    background: transparent url("../sprites/checkbox-partial-readonly.png") no-repeat 0 0;
}
.checkboxLabel {
    cursor: pointer;
}
.checkboxLabel.readonly {
    cursor: default;
}
/* Footer */

footer {
    margin-top: 80px;
}
footer li a {
    font-size: 15px;
    line-height: 18px;
}
/* Overlay / Popup */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 99;
}
.overlay .popup {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    margin: 4% auto;
    width: 860px;
    padding: 60px 0 40px 0;
    max-height: 86%;
}
.overlay .popup .content-step {
    display: none;
}
.overlay .popup .container,
.overlay .popup .container-fluid {
    width: 100% !important;
}
.overlay .popup .popupDivWrapper {
    background: #c3c3c3;
    font-size: 0;
}
.overlay .popup div label {
    margin-bottom: 15px;
}
.overlay .popup div label span {
    padding-top: 1px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}
.overlay .popup .categorySelection {
    color: #fff;
    margin: 30px 0;
    display: inline-block;
    width: 242px;
}
.overlay .popup .categorySelection .categoryNumber {
    width: 40px;
}
.overlay .popup .categorySelection .categoryName {
    width: 180px;
}
.overlay .popup .countrySelection {
    color: #fff;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.overlay .popup .countrySelection .countryNumber {
    width: 40px;
}
.overlay .popup .countrySelection .countryName {
    width: 180px;
}
.overlay .popup .categorySelectionArrow {
    display: inline-block;
    background: transparent url("../sprites/arrow-left.png") no-repeat 0 0;
    width: 12px;
    height: 26px;
    margin-top: 30px;
}
.overlay .popup .subCategorySelection {
    display: inline-block;
    width: 540px;
    background: #f7f7f7;
    font-size: 0;
    margin: 15px 0 50px 0;
    padding: 10px 10px 0 10px;
    min-height: 410px;
}
.overlay .popup .subCategorySelection .subCategorySelectionLeft,
.overlay .popup .subCategorySelection .subCategorySelectionRight {
    display: inline-block;
    width: 48%;
    margin: 0 1%;
}
.overlay .popup .subCategorySelection .subCategorySelectionLeft .styledCheckbox,
.overlay .popup .subCategorySelection .subCategorySelectionRight .styledCheckbox {
    margin-top: 9px;
    margin-right: 9px;
}
.overlay .popup .subCategorySelection .subCategorySelectionLeft label span,
.overlay .popup .subCategorySelection .subCategorySelectionRight label span {
    width: 225px;
}
.overlay .popup .popupBtn {
    margin: 20px 0 40px 0;
}
.overlay .popup .popupCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: transparent url("../sprites/icn-close.png") no-repeat 0 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.overlay .popup .popupMediathekCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: transparent url("../sprites/icn-close.png") no-repeat 0 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.articleOptions a {
    display: block;
    margin-bottom: 10px;
}
/* Helper classes */

.borderBottom {
    border-bottom: 3px solid #ebebeb;
}
.padding1 {
    padding: 30px 0;
}
.padding2 {
    padding: 50px 0;
}
.padding3 {
    padding: 80px 0;
}
.padding4 {
    padding: 40px 0 20px;
}
.paddingPresse {
    padding: 0px 21px 0px 21px;
}
.normalCase {
    text-transform: none;
}
.textColor1,
.textColor1:hover,
.textColor1:active,
.textColor1:visited,
.textColor1:link,
.textColor1:focus {
    color: #636462;
}
.margin1 {
    margin-top: 60px;
}
.marginLeftRightNull {
    margin-left: 0;
    margin-right: 0;
}
.marginTopNull {
    margin-top: 0;
}
.marginTop25 {
    margin-top: 25px;
}
.marginBottom25 {
    margin-bottom: 25px;
}
.sticky {
    z-index: 99;
}
/* Fixes */

.appointments a {
    color: #636462;
    font-size: 15px;
    line-height: 21px;
}
.appointments .moreArrow {
    margin-top: 5px;
    line-height: 20px;
}
/* Form */

.form--contact label {
    font-weight: normal;
    font-size: 16px;
}
.form--contact fieldset {
    margin-bottom: 25px;
}
.form--contact input,
.form--contact textarea {
    background: #f7f7f7;
    color: #636462;
    padding: 3px 5px;
    line-height: 22px;
}
.form--contact input {
    width: 100%;
    height: 30px;
}
.form--contact textarea {
    width: 100%;
    border: 1px solid #636462;
    resize: vertical;
}
.form--contact .styledSelect {
    overflow: hidden;
    display: block;
    margin-top: 0.5em;
    padding: 0;
    position: relative;
    border: 1px solid #636462;
    background: #f7f7f7;
}
.form--contact .styledSelect:after {
    background-image: url("../media/52319/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 15px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 50%;
    width: 15px;
    z-index: 2;
}
.form--contact .styledSelect select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    width: calc(100% + 3em);
    padding: 3px 0;
    font-size: 14px;
}
.form--contact .styledSelect select.parsley-error {
    background: #ffb1af;
}
.form--contact .styledSelect .parsley-errors-list {
    display: none;
}
.form--contact .form--contact__buttons {
    margin: 35px 0 45px;
}
.form--contact .form--contact__submit {
    width: auto;
    background-color: #e30613;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 0px;
    position: relative;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 27px 0 10px;
}
.form--contact .form--contact__submit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.form--contact .form__info {
    margin: 10px 0 0;
}
.form--contact .upload-list {
    padding: 0;
    margin: 0 0 25px;
}
.form--contact .upload-list li {
    list-style: none;
    border-bottom: 2px solid #f7f7f7;
    padding: 5px;
}
.form--contact .upload-list li span {
    left: 0;
    color: #c3c3c3;
}
.form--contact .parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form--contact .parsley-errors-list li {
    list-style: none;
    color: #e30613;
    font-size: 14px;
    margin: 5px 0;
}
.form--contact .parsley-error {
    border: 1px solid #e30613;
}
.showInfoBtn {
    background: transparent url("../sprites/info-button.png") no-repeat 0 0;
    display: inline-block;
    font-size: 0;
    height: 20px;
    text-indent: -3000px;
    width: 20px;
    margin-left: 3px;
}
.fileBtn {
    width: auto;
    background-color: #e30613;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 0px;
    position: relative;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 27px 0 10px;
}
.fileBtn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.fileBtn:focus {
    outline: none;
}
.removeBtn {
    background: transparent url("../sprites/icn-delete.png") no-repeat 0 0;
    display: inline-block;
    font-size: 0;
    height: 20px;
    text-indent: -3000px;
    width: 13px;
    margin-left: 5px;
    float: right;
}
/* mediathek */

.imageTeaser {
    text-align: center;
    height: 200px;
    padding: 10px;
}
.imageTeaser img {
    max-height: 100%;
    max-width: 100%;
}
.iconTeaser img {
    max-height: 100%;
    max-width: 100%;
}
/* pdf link */

.pdfButton {
    background-color: #e30613;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
}
.pdfButton:before {
    background: transparent url("/media/32180/icn-pdf.png") no-repeat 0 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.pdfButton:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #FFFFFF transparent;
    position: relative;
    top: -6px;
    left: 3px;
}
.bestellen {
    background-color: #e30613;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
}
.bestellen:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.bestellen:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #FFFFFF transparent;
    position: relative;
    top: -6px;
    left: 3px;
}
a.text-link {
    color: #e30613;
}
.bigShape .text-left {
    /* border-left: 1px solid #fff; */
}
.seminarSelection table {
    width: 100%;
}
.seminarSelection table td {
    padding: 0 10px;
}
.seminarSelection label {
    font-weight: normal;
}
.seminarSelection label span {
    display: inline !important;
}
.seminarSelection .price {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.seminarOverview {
    margin: 0 15px;
}
.seminarOverview span {
    font-size: 14px;
    padding: 0;
}
.seminarOverview a {
    float: right;
}
.seminarOverview .row {
    padding: 5px 0;
}
.seminarOverview .label {
    font-weight: bold;
    color: #000;
}
.seminarOverview .price {
    font-weight: bold;
}
/* lightbox */

.modal-content {
    border: 0px solid;
    border-radius: 0;
}
.modal-header {
    border-bottom: 0px;
}
.modal-header .divider {
    margin-bottom: 0;
}
.modal-header .close {
    background: transparent url("../sprites/icn-close.png") no-repeat scroll 0 0;
    display: block;
    height: 25px;
    text-indent: -9999px;
    width: 25px;
    opacity: 1;
}
.ekko-lightbox-nav-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.ekko-lightbox-nav-overlay a {
    color: #fff;
    display: block;
    font-size: 30px;
    height: 100%;
    opacity: 1;
    text-shadow: 2px 2px 4px #000;
    width: 49%;
    z-index: 100;
}
.ekko-lightbox-nav-overlay a:empty {
    width: 49%;
}
.ekko-lightbox .button-left {
    float: left;
    left: 0;
    padding-left: 15px;
    text-align: left;
    background: transparent url("../img/arrowLeft.png") no-repeat scroll left 50%;
    opacity: 1;
}
.ekko-lightbox .button-right {
    float: right;
    padding-right: 15px;
    right: 0;
    text-align: right;
    background: transparent url("../img/arrowRight.png") no-repeat scroll right 50%;
    opacity: 1;
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }

.audio span {
    display: block;
    margin-bottom: 5px;
}
.audio audio {
    width: 100%;
}
.txtUpsideDown {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    position: relative;
    display: inline-block;
}
.eventDetailsContent p {
    margin-bottom: 10px;
}
.eventDetailsH1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}
.eventDetailsH2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
}
.eventDetailsH3 {
    font-weight: 600;
}
.eventDetailsContent {
    margin-left: 20px;
}
.eventDetailsContent li {
    margin-top: 2px;
    margin-bottom: 0px;
}
/*# sourceMappingURL=styles.css.map */