@charset "UTF-8";
@font-face {
    font-family : 'FontAwesome';
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style  : normal;
}


html {
    width                    : 100%;
    height                   : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
}

body {
    width: 100%;
    min-height: 100%;
    font-size: 15px;
    font-family: arial, sans-serif;
    line-height: 1.4em;
    letter-spacing: 0em;
    font-weight: 300;
    background-color: #ffffff;
    color: rgba(0, 1, 4,1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    position: relative;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}


#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(0, 1, 4, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a{
    color: rgba(255, 223, 6, 0.5);
}

#cookie-note a:hover{
    text-decoration: none;
    color: rgb(255, 223, 6);
}

#cookie-note button{
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgb(255, 223, 6, 0.5);
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

#cookie-note button:hover{
    color: rgba(0, 1, 4,1);
    background-color: rgb(255, 223, 6);
}

::-moz-selection { background : rgb(255, 223, 6); text-shadow : none; color : #ffffff; }

::selection { background : rgb(255, 223, 6); text-shadow : none; color : #ffffff; }


.c7n-content-tpl {
    padding-bottom: 30px;
}
hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both;
}

strong {
    font-weight: bold;
}


#c7n-search {
    position: fixed;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 999;
    top: -130px;
    left:0;
    background-color: rgb(255, 218, 12);
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

#c7n-search.c7n-search-open {
    top: 0px;
}

#c7n-search input {
    background-color: rgba(0, 1, 4, 1);
    font-weight: 300;
    padding: 0px 15px;
    font-size: 2em;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    border: 0;
}


header {
    position: absolute;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 999;
    top: 0;
    left:0;
    background-color: rgba(255,255,255,1);
    -webkit-transition: top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    min-width: 330px;
}

header.c7n-search-open {
    top: 130px;
    position: fixed;
}


header.c7n-small {
    position: fixed;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(128, 130, 133, 0.1)
}


.c7n-logo img{
    max-height: 80px;
    width: auto;
}

/*#c7n-share {
    position: fixed;
    z-index: 899;
    top: calc(50% + 1px);
    left: 0;
    display: block;
}*/

#c7n-share {
    bottom: -41px;
    left: 50%;
    position: fixed;
    z-index: 899;
    display: block;
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#c7n-share.c7n-open {
    bottom: 0;
}

#c7n-share ul {
    padding: 0;
    margin: 0;
}

#c7n-share ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

#c7n-share ul li a{
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(255, 223, 6, 1);
    font-size: 1.1em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

#c7n-share ul li:first-child a{
    border-left: 1px solid #ffffff;
}

#c7n-share ul li a:hover{
    background-color: rgba(255, 223, 6, 0.9);
    text-decoration: none;
    cursor: pointer;
}

#c7n-share ul li a.c7n-facebook-share:hover {
    background-color: rgba(59,89,152, 1);
}

#c7n-share ul li a.c7n-twitter-tweet:hover {
    background-color: rgba(29, 161, 244, 1);
}

#c7n-share ul li a.c7n-xing-share:hover {
    background-color: rgb(6, 86, 88);
}

#c7n-share ul li a.c7n-linkedin-share:hover {
    background-color: rgb(0, 108, 172);
}

#c7n-intro,
#c7n-eyecatcher {
    padding-top: 110px;
    position: relative;
}

#c7n-intro .container-fluid{
    padding-left: 6px;
    padding-right: 6px;
}

#c7n-eyecatcher .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.no-header #c7n-eyecatcher {
    display: none;
}

#c7n-eyecatcher {
    /*height: 800px;*/
    overflow: hidden;
}

#c7n-intro .row {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -12px;
}

#c7n-intro .c7n-nav-box {
    height: 320px;
    border-left: 6px solid;
    border-right: 6px solid;
    border-bottom: 12px solid;
    border-color: #ffffff;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: content;
    align-items: center;
    flex-direction: row;
    background-size: auto 100%;
    background-position: center;
    position: relative;
}

#c7n-intro .c7n-nav-box:nth-of-type(4),
#c7n-intro .c7n-nav-box.isotope-placeholder  {
    height: 640px;
}

#c7n-intro .c7n-nav-box.c7n-home {
    display: none;
}

#c7n-intro .c7n-nav-box:nth-of-type(1) {
    display: none;
}

#c7n-intro .c7n-nav-box:nth-of-type(2) {
    background : rgb(255, 223, 6);
}

#c7n-intro .c7n-nav-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 1, 4, 0.5);
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

#c7n-intro .c7n-nav-box:hover:after {
    opacity: 1;
}

#c7n-eyecatcher img {
    width: 100%;
    display:inline-block;
    /*object-fit: cover;
    object-position: 0 0;
    font-family: 'object-fit: cover;';*/
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
}

#c7n-eyecatcher #c7n-google-map {
    width: 100%;
    height: 660px;
}

#c7n-eyecatcher #c7n-google-map img {
    position: absolute;
}

#c7n-eyecatcher .c7n-transparent-title-box,
#c7n-intro .c7n-transparent-title-box {
    background-color: rgb(255, 223, 6);
    z-index: 100;
}

#c7n-intro .c7n-nav-box:nth-of-type(2) .c7n-transparent-title-box {
    background-color: rgba(0, 1, 4, 1)
}

#c7n-intro .c7n-nav-box.isotope-placeholder .c7n-transparent-title-box {
    background-color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    line-height: 1.1em;
    font-size: 1.3em;
    word-break: break-word;
    overflow: hidden;
}


#c7n-eyecatcher .c7n-transparent-title-box{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 30px;
}

#c7n-eyecatcher h1{
    padding: 0 15px;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.3em;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent),
    url(none) repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    color: #ffffff;
    white-space: nowrap;
}

#c7n-eyecatcher h1 span{
    -webkit-text-fill-color: #ffffff;
    -webkit-background-clip: unset;
    color: #ffffff;
    background-color: rgb(255, 223, 6);
}

#c7n-intro .c7n-nav-box h2 {
    z-index: 2;
    font-weight: 700;
    line-height: 1.3em;
    padding: 0 15px;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 2em;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent),
    url(none) repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-position: center center;
    background-size: auto 694px;
    hyphens: auto;
    text-align: center;
}

#c7n-intro.box_1_image .c7n-nav-box:nth-of-type(2) {
    background-image: url(/images/content/ueber_uns/box/1_box_image.jpg);
    background-color: transparent;
}

#c7n-intro .c7n-nav-box:nth-of-type(3),
#c7n-intro .c7n-nav-box:nth-of-type(3) h2 {
    background-image: url(/images/content/home/BPW_Bild_Home_Aktuell.jpg);
}

#c7n-intro .c7n-nav-box:nth-of-type(4),
#c7n-intro .c7n-nav-box:nth-of-type(4) h2 {
    background-image: url(/images/content/home/BPW_Bild_Home_Projekte.jpg);
}

#c7n-intro .c7n-nav-box:nth-of-type(5),
#c7n-intro .c7n-nav-box:nth-of-type(5) h2 {
    background-image: url(/images/content/home/BPW_Bild_Home_Veranstaltungen.jpg);
}

#c7n-intro .c7n-nav-box:nth-of-type(6),
#c7n-intro .c7n-nav-box:nth-of-type(6) h2 {
    background-image: url(/images/content/home/BPW_Bild_Home_Portraits.jpg);
}

#c7n-intro .c7n-nav-box.isotope-placeholder,
#c7n-intro .c7n-nav-box.isotope-placeholder h2 {
    background-image: none;
    background-color: rgba(0, 1, 4, 1);
    overflow: hidden;
    cursor: default;
}

#c7n-intro .c7n-nav-box.isotope-placeholder .cycle-slideshow {
    width: 100%;
    height: 100% !important;
    position: relative !important;
}

#c7n-intro .c7n-nav-box.isotope-placeholder .cycle-pager {
    width: 100%;
    position: absolute;
    bottom: 12px;
    z-index: 101;
    height: 12px;
    text-align: center;
    line-height: 12px;
}

#c7n-intro .c7n-nav-box.isotope-placeholder .cycle-pager-element {
    width: 12px;
    height: 12px;
    background-color:rgba(0, 1, 4, 1);
    display: inline-block;
    margin: 0px 3px;
}

#c7n-intro .c7n-nav-box.isotope-placeholder .cycle-pager-element.cycle-pager-active {
    background-color:rgb(255, 223, 6);
}

#c7n-intro .c7n-nav-box.isotope-placeholder .cycle-pager-element:hover {
    opacity: 0.5;
    cursor: pointer;
}




#c7n-intro .c7n-nav-box.isotope-placeholder img {
    width: 100%;
    height: 100%;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

#c7n-intro .c7n-nav-box:nth-of-type(2) h2 {
    background: none;
    -webkit-text-fill-color: rgb(255, 223, 6);
    color: rgb(255, 223, 6);
}


#c7n-intro .c7n-nav-box.isotope-placeholder h2 {
    background-position: calc(100% + 15px) -15px;
}

.isotope-grid .col-12 {
    z-index: 1;
}

.isotope-grid-sizer {
    z-index: 0;
}


#c7n-content {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.no-header #c7n-content {
    padding-top: 170px;
}

#c7n-content .container,
#c7n-content .col,
#c7n-content .col-12{
    margin-bottom: 60px;
}


#c7n-content h2 {
    text-transform: uppercase;
    color: rgb(128, 130, 133);
    border-bottom: 4px solid rgb(128, 130, 133);
    font-size: 2em;
    line-height: 1.2em;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: -0.025em;
}

.large-heading #c7n-content h2 {
    font-size: 3em;
}

.invert-heading #c7n-content h2 {
    background-color: rgb(128, 130, 133);
    color: rgb(255, 255, 255);
    padding: 0 30px;
    text-align: center;
    display: inline-block;
    clear: both;
    margin: 0 0 30px 0;
    text-transform: none;
}

#c7n-content h3,
#c7n-content p.c7n-lead {
    text-transform: uppercase;
    color: rgb(255, 223, 6);
    font-size: 1.9em;
    line-height: 1.3em;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: -0.025em;
}

.large-heading #c7n-content h3 {
    font-size: 2.8em;
}

.invert-heading #c7n-content h3 {
    background-color: rgb(255, 223, 6);
    color: rgb(255, 255, 255);
    padding: 0 30px;
    text-align: center;
    clear: both;
    display: inline-block;
    margin: 0 0 30px 0;
    text-transform: none;
}

#c7n-content h4,
#c7n-newsfeed h4,
#c7n-events h4 {
    text-transform: uppercase;
    color: rgb(128, 130, 133);
    border-top: 2px solid rgb(128, 130, 133);
    font-size: 1.5em;
    padding: 10px 0 30px 0;
    margin: 0;
    font-weight: 500;
    font-weight: bold;
    line-height:30px;
}

#c7n-content h5,
#c7n-newsfeed h5,
#c7n-events h5{
    font-size: 1.1em;
    font-weight: 400;
    font-weight: bold;
    padding: 15px 0 0 0 ;
    margin: 0;
}

#c7n-google-map h5 {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 500;
    font-weight: bold;
}

#c7n-content .img-fluid {
    min-width: 100% !important;
    height: auto !important;
}


#c7n-content p.c7n-lead {
    font-size: 2em;
    font-size: 2.4em;
    line-height: 1.4em;
}

#c7n-content p {
    margin-bottom: 1em;
}

#c7n-content p.c7n-intro,
#c7n-content .container p,
#c7n-content .container ul,
#c7n-content .container ol {
    font-size: 1.3em;
    line-height: 1.41em;
}

#c7n-content p.c7n-intro {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* white-space: nowrap; */
}

#c7n-google-map p {
    max-width: 200px;
}

#c7n-content img + h2,
#c7n-content img + br + h2 {
    margin-top: 60px;
}


#c7n-content table {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

#c7n-content table.c7n-list {
    border-top: 1px solid rgb(128, 130, 133);
}

#c7n-content table.c7n-hostory {
    border: 0 !important;
}

#c7n-content tr td {
    padding: 7.5px;
}

#c7n-content table.c7n-history tr td{
    padding: 0 !important;
    vertical-align: top;
}

#c7n-content table.c7n-history tr td:first-child{
    width: 25% !important;
}

#c7n-content table.c7n-history tr td h4{
    margin-right: 30px;
    text-align: right;
}

#c7n-content table.c7n-history tr:nth-child(odd) td{
    background-color: rgba(128, 130, 133, 0);
}

#c7n-content tr:nth-child(odd) td {
    background-color: rgba(128, 130, 133, 0.1);
}

#c7n-content table.c7n-list tr:nth-child(odd) td {
    background-color: rgba(128, 130, 133, 0);
}

#c7n-content table.c7n-list th,
#c7n-content table.c7n-list td{
    border-bottom: 1px solid rgb(128, 130, 133);
}

#c7n-content ul {
    padding: 0;
    margin: 0 0 30px 18px;
}

#c7n-content ol {
    padding: 0;
    margin: 0 0 30px 26px;
}

.#c7n-content ul li,
.#c7n-content ol li{
    padding: 0;
    margin: 0;
}

.#c7n-content ul li > p,
.#c7n-content ol li > p{
    margin-bottom:0 ;
}


#c7n-content .row.c7n-gallery {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 48px;
}

#c7n-content .c7n-gallery .col-12 {
    border-left: 6px solid;
    border-right: 6px solid;
    border-bottom: 12px solid;
    border-color: #ffffff;
    padding: 0;
    margin-bottom: 0px;
}

#c7n-content .c7n-gallery .col-12  > img {
    width: 100%;
    height: auto;
    display:inline-block;
    position: relative;
    top: 0;
}


#c7n-social-media,
#c7n-newsletter,
#c7n-newsfeed,
#c7n-events {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

#c7n-newsletter {
    text-align: center;
}


#c7n-newsfeed h3,
#c7n-events h3{
    text-transform: uppercase;
    color: rgb(128, 130, 133);
    border-top: 4px solid rgb(128, 130, 133);
    font-size: 1.5em;
    line-height: 1em;
    padding: 15px 0 15px 0;
    margin: 0;
    font-weight: 500;
    font-weight: bold;
}

.c7n-headline,
.c7n-event {
    padding-top: 15px;
    padding-bottom: 15px;
}

#c7n-content .c7n-event .col-12,
#c7n-content .c7n-portrait,
#c7n-content .c7n-person .col-12{
    margin-bottom: 0;
}

.c7n-event img {
    width: 100% !important;
    height: 100% !important;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.c7n-event figure,
.c7n-portrait figure {
    position: relative;
    overflow: hidden;
}

.c7n-event figure a,
.c7n-project figure a {
    display: block;
    position: relative;
    border-bottom: 0 !important;
    width: 100%;
}

.c7n-event figure a{
    padding-bottom: calc(50% - 15px);
}

.c7n-project figure a {
    margin-bottom: 60px;
}


.c7n-event figure a:after,
.c7n-portrait figure:after,
.c7n-project figure a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 1, 4, 0.5);
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.c7n-portrait figure:after {
    position: relative;
}

.c7n-event figure:hover a:after,
.c7n-portrait figure:hover:after,
.c7n-portrait figure:hover p,
.c7n-project figure a:hover:after {
    opacity: 1;
    cursor: pointer;
}

.c7n-portrait figure p {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #ffffff;
    font-size: 1.3em;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.c7n-event-infos {
    color: #ffffff;
    background-color: rgb(255, 218, 12);
    text-transform: uppercase;
    height: 100%;
    font-size: 1.25em;
    padding: 30px;
    font-weight: 500;
    font-weight: bold;
    text-align: center;
    border-bottom: 15px solid #ffffff;
}

.c7n-event-infos time {
    font-size: 3em;
    font-weight: 700;
    display: block;
    line-height: 1em;
    margin-bottom: 30px;
}

#c7n-newsfeed a.c7n-more-headlines,
#c7n-events a.c7n-more-events {
    line-height: 1em;
    padding: 15px 0 15px 0;
    border-bottom: 4px solid rgb(128, 130, 133) ;
    width: 100%;
    display:block;
    font-size: 1.1em;
    font-weight: 400;
}

#c7n-newsfeed a.c7n-more-headlines:hover,
#c7n-events a.c7n-more-events:hover {
    border-bottom: 4px solid rgb(0, 1, 3) ;
}

.c7n-person figure {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    /* -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -webkit-filter: grayscale(100%);
     filter: gray;
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/

    filter: grayscale(100%);

    moz-filter:grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}


.c7n-person img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}


.c7n-project {
}

.c7n-project img {
    width: 100% !important;
    height: auto !important;
}

#c7n-content a,
#c7n-google-map a,
#c7n-newsfeed a,
#c7n-events a {
    color: rgba(128, 130, 133, 0.75);
    border-bottom: 1px solid rgba(128, 130, 133, 0.75);
}

#c7n-google-map a {
    border-bottom: 0px solid rgba(128, 130, 133, 0.75) !important;
}

#c7n-content a.c7n-club {
    text-transform: uppercase;
    color: rgb(128, 130, 133);
    border-top: 1px solid rgb(128, 130, 133);
    /* change 27.03.2019
    font-size: 1.1em; */
    font-size: 0.9em;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-weight: bold;
    display: block;
    border-bottom: 0px;
}

#c7n-content a.c7n-club:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: rgba(128, 130, 133, 0.75);
    padding-right: 15px;
}

#c7n-content a.c7n-button,
#c7n-newsletter a.c7n-button {
    background-color: rgb(128, 130, 133);
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 1px;
    display: inline-block;
    padding: 0 15px;
    border: 0 !important;
    font-weight: bold;
    position: relative;
}

#c7n-newsletter a.c7n-button {
    padding: 0 15px 0 56px;
}


#c7n-content a.c7n-button.c7n-active,
#c7n-content a.c7n-button:hover,
#c7n-newsletter a.c7n-button:hover {
    background-color: rgba(128, 130, 133, 0.75);
    text-decoration: none;
    color: #ffffff !important;
}

#c7n-newsletter a.c7n-button.c7n-newsletter:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 1);
    display: block;
    width: 40px;
    height: 100%;
    background-color: rgb(255, 223, 6);
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #ffffff;
    font-size: 1.5em;
    text-align: center;
}

#c7n-newsletter a.c7n-button.c7n-newsletter:hover:before {
    background-color: rgb(255, 225, 61);
}

#c7n-content a.c7n-button.c7n-print:before {
    content: '\f02f';
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 1);
    padding-right: 15px;
}

#c7n-content a.c7n-button.c7n-rss:before {
    content: '\f09e';
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 1);
    padding-right: 15px;
}

#c7n-content a:hover,
#c7n-google-map a:hover,
#c7n-newsfeed a:hover,
#c7n-events a:hover {
    color: rgb(0, 1, 3);
    border-bottom: 1px solid rgb(0, 1, 3);
    text-decoration: none;
}

#c7n-content a.c7n-club:hover {
    color: rgb(0, 1, 3);
    border-top: 1px solid rgb(0, 1, 3);
    border-bottom: 0px solid rgb(0, 1, 3);
}

#c7n-content a.c7n-club:hover:before {
    color: rgb(0, 1, 3);
}

#c7n-social-media a {
    background-color: rgb(128, 130, 133);
    text-align: center;
    line-height: 41px;
    width: 41px;
    color: rgb(255, 255, 255);
    font-size: 1.1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#c7n-social-media a:hover {
    background-color: rgb(128, 130, 133, 0.75);
    text-decoration: none;
}


#c7n-go-back,
#c7n-to-top {
    background-color: rgba(128, 130, 133, 0.75);
    text-align: center;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    color: rgba(255,255,255,1);
    position: fixed;
    bottom: 0px;
    -webkit-transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
    z-index: 999;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#c7n-to-top {
    text-align: center;
    line-height: 40px;
    width: 40px;
    right: -42px;
    border-left: 1px solid #ffffff;
}

#c7n-go-back {
    text-align: center;
    line-height: 40px;
    min-width: 40px;
    left: -42px;
    border-right: 1px solid #ffffff;
}

#c7n-go-back:before {
    width: 40px;
    display: inline-block;
}

#c7n-go-back span{
    font-family: arial;
    font-size: 0.75em;
    width: 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
    opacity: 0;
}

#c7n-go-back:hover span {
    width: 90px;
    opacity: 1;
}

#c7n-go-back:hover,
#c7n-to-top:hover {
    background-color: rgb(0, 1, 3);
    cursor: pointer;
}

#c7n-go-back.c7n-open {
    left: 0;
}

#c7n-to-top.c7n-open {
    right: 0;
}

footer {
    color: rgba(255,255,255,1) !important;
    background-color: rgba(0, 1, 4, 1) !important;
    padding-top: 30px;
    padding-bottom: 60px;
}

footer a{
    color: rgba(255,255,255,1);
}

footer a.de,
footer a.fr,
footer a.en,
footer a.it{
    margin: 0 3px;
}

footer a.active,
footer a:hover{
    color: rgb(188, 189, 190);
    text-decoration: none;
}

footer a:hover{
    border-bottom: 1px solid rgba(188, 189, 190, 0.5);
}

#c7n-social-media ul,
footer ul{
    padding: 0;
    margin: 0;
    width: auto;
    display: inline;
}

#c7n-social-media ul li,
footer ul li{
    padding: 0;
    margin: 0;
    width: auto;
    list-style: none;
    display: inline;
    padding: 0 15px;
}

#c7n-social-media ul li {
    padding: 0 7.5px;
}

/* Registration Form*/

.register #c7n-content .container, #c7n-content .col {
    margin-bottom: 0px;
}

.register .col-12.col-sm-6.clx-signup-form-field.clx-captcha {
    padding: 30px;
}

.row.acceptAGB {
    padding: 15px;
}

.col-12.clx-signup-form-text.container {
    padding-left: 30px;
}

@media (min-width: 576px) {
    #c7n-intro .container-fluid,
    #c7n-eyecatcher .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }

    #c7n-eyecatcher h1,
    #c7n-intro .c7n-nav-box h2 {
        padding: 0 30px;
    }

    #c7n-search input {
        padding: 0px 30px;
        font-size: 2.2em;
    }

    #c7n-eyecatcher h1{
        font-size: 45px;
    }

    #c7n-eyecatcher .c7n-transparent-title-box{
        bottom: 45px;
    }

    #c7n-intro .c7n-nav-box {
        height: 330px;
    }

    #c7n-intro .c7n-nav-box:nth-of-type(4),
    #c7n-intro .c7n-nav-box.isotope-placeholder  {
        height: 660px;
    }

    #c7n-content h2 {
        font-size: 2.1em;
    }

    .large-heading #c7n-content h2,
    .c7n-event-infos time {
        font-size: 3.3em;
    }

    #c7n-content h3,
    #c7n-content p.c7n-lead {
        font-size: 2em;
    }

    .large-heading #c7n-content h3 {
        font-size: 3.1em;
    }
}

@media (min-width: 768px) {
    header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #c7n-search input {
        font-size: 2.4em;
    }

    #c7n-intro,
    #c7n-eyecatcher {
        padding-top: 140px;
    }

    .no-header #c7n-content {
        padding-top: 200px;
    }

    #c7n-content .container {
        max-width: 640px;
    }

    #c7n-content .c7n-portrait .col-12 {
        margin-bottom: 30px;
    }

    #c7n-eyecatcher h1{
        font-size: 60px;
    }

    #c7n-eyecatcher .c7n-transparent-title-box{
        bottom: 60px;
    }

    .c7n-event-infos {
        border-bottom: 0px;
    }


    #c7n-share,
    #c7n-share.c7n-open  {
        bottom: 33%;
        left: 0;
        transform: translate(0, 50%);
    }

    #c7n-share ul li {
        display: block;
    }

    #c7n-share ul li a{
        border: 0;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }

    #c7n-share ul li:first-child a{
        border: 0;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }

    #c7n-share ul li a:hover {
        width: 55px;
    }

    #c7n-content .c7n-portrait:nth-child(even) .col-12:nth-child(odd) {
        order: 2;
    }

    #c7n-content .c7n-portrait:nth-child(even) .col-12:nth-child(even) {
        order: 1;
    }

    .c7n-portrait-text {
        column-count: 2;
        column-gap: 30px;
    }

    #c7n-intro .c7n-nav-box h2 {
        font-size: 2.5em;
    }

    #c7n-content h2 {
        font-size: 2.2em;
    }

    .large-heading #c7n-content h2,
    .c7n-event-infos time {
        font-size: 3.6em;
    }

    #c7n-content h3,
    #c7n-content p.c7n-lead {
        font-size: 2.1em;
    }

    .large-heading #c7n-content h3 {
        font-size: 3.4em;
    }

    footer {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 16px;
    }

    #c7n-search input {
        font-size: 2.6em;
    }

    #c7n-eyecatcher h1{
        font-size: 75px;
    }

    #c7n-intro .c7n-nav-box h2 {
        font-size: 3em;
    }

    #c7n-intro .c7n-nav-box.isotope-placeholder .c7n-transparent-title-box {
        width: calc(50% - 15px);
    }

    #c7n-intro .c7n-nav-box.isotope-placeholder h2 {
        font-size: 2.5em;
        line-height: 1.1em;
    }

    #c7n-content .container {
        max-width: 840px;
    }

    #c7n-content h2 {
        font-size: 2.3em;
    }

    .large-heading #c7n-content h2,
    .c7n-event-infos time {
        font-size: 4em;
    }

    #c7n-content h3,
    #c7n-content p.c7n-lead {
        font-size: 2.2em;
    }

    .large-heading #c7n-content h3 {
        font-size: 3.8em;
    }

    #c7n-content a.c7n-button {
        margin: 1px 15px 1px 0;
    }
}

@media (min-width: 1200px) {
    body {
        padding-bottom: 85px;
        font-size: 17px;
    }

    #c7n-search input {
        font-size: 2.8em;
    }

    .container-fluid {
        max-width: 1800px;
        max-width: 1680px;
    }


    #c7n-content .container {
        max-width: 1040px;
    }


    #c7n-intro .c7n-nav-box,
    .c7n-event img,
    #c7n-content .c7n-gallery .col-12 {
        /* height: 465px; */
        height:435px;
    }

    #c7n-intro .c7n-nav-box:nth-of-type(4),
    #c7n-intro .c7n-nav-box.isotope-placeholder  {
        height: 930px;
    }

    #c7n-intro .c7n-nav-box.isotope-placeholder h2 {
        font-size: 3em;
        line-height: 1.3em;
    }
    #c7n-eyecatcher h1{
        font-size: 90px;
    }

    #c7n-content h2 {
        font-size: 2.4em;
    }

    .large-heading #c7n-content h2,
    .c7n-event-infos time {
        font-size: 4.5em;
    }

    #c7n-content h3,
    #c7n-content p.c7n-lead {
        font-size: 2.3em;
    }

    .large-heading #c7n-content h3 {
        font-size: 4.2em;
    }

    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 18px;
    }

    #c7n-search input {
        font-size: 2.4em;
    }


    #c7n-content .container {
        max-width: 1140px;
    }

    #c7n-content h2 {
        font-size: 2.5em;
    }

    .large-heading #c7n-content h2,
    .c7n-event-infos time {
        font-size: 5em;
    }

    #c7n-content h3,
    #c7n-content p.c7n-lead {
        font-size: 2.4em;
    }

    .large-heading #c7n-content h3 {
        font-size: 4.8em;
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0%);
    }
}

.c7n-calendar-title {
    overflow-wrap: break-word;
}