
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/* CSS für EXT newscomments */

.tx_nsnewscomments {
    display: inline-block;
    width: 100%;
}


#comments-list::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 5px 0 15px 0;
}

#comment  {
  font-family: raleway;
  font-size: 13px;
}

.tx_nsnewscomments *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.tx_nsnewscomments *::after,.tx_nsnewscomments *::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.tx_nsnewscomments input, .tx_nsnewscomments textarea, .tx_nsnewscomments select {
    color: inherit;
    font-family: raleway;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    line-height: normal;
    margin: 0;
    outline: medium none !important;
    padding: 0 10px;
    width: 100%;
    max-width: 490px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    color: #555;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tx_nsnewscomments .pull-right{
    float: right;
}
.tx_nsnewscomments .pull-left{
    float: left;
}
.clear {
    clear: both;
}

.tx_nsnewscomments .comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-top: 10px;
}

.tx_nsnewscomments .comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.tx_nsnewscomments .reply-list {
    padding-left: 50px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/

.tx_nsnewscomments .comments-list .comment-avatar {
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 99;
    float: left;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.tx_nsnewscomments .comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}
.tx_nsnewscomments .comment-main-level {

}
.tx_nsnewscomments .comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/

.tx_nsnewscomments .comments-list .comment-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.tx_nsnewscomments .comment-box .comment-head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    position: relative;
}
.tx_nsnewscomments .comment-box .comment-head::after,
.tx_nsnewscomments .comment-box .comment-head::before {
    border-color: transparent;
    border-style: solid solid outset;
    content: " ";
    display: block;
    height: 0;
    left: -16px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0;
}
.tx_nsnewscomments .comment-box .comment-head::before {
    border-right-color: #ddd;
    border-width: 8px;
}
.tx_nsnewscomments .comment-box .comment-head::after {
    border-right-color: #f7f7f7;
    border-width: 7px;
    margin-left: 2px;
    margin-top: 1px;
}
.tx_nsnewscomments .comment-box .comment-head i:hover {
    color: #03658c;
}
.tx_nsnewscomments .active-comment-form {
    position: relative;
    margin: 20px 0px;
}


.tx_nsnewscomments .comment-box .comment-btn {
    color: inherit;
    padding-left: 20px;
    position: relative;
}
.tx_nsnewscomments .comment-box .comment-btn:hover{
    text-decoration: none;
}
.tx_nsnewscomments .ns-icon-reply {
    background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/reply.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 14px;
}
.tx_nsnewscomments .text-muted {
    color: #777;
}
.tx_nsnewscomments .comment-box .comment-content {
    padding: 15px;
    font-size: 14px;
    word-wrap: break-word;
}
.tx_nsnewscomments .comment-box .comment-name.by-author,
.tx_nsnewscomments .comment-box .comment-name.by-author a {
    color: #03658c;
}
.tx_nsnewscomments .comment-author strong{
    margin-right: 5px;
}
.tx_nsnewscomments .comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    border-radius: 3px;
}
.tx_nsnewscomments .comment-link .link-icon {
    cursor: pointer;
    font-size: 14px;
    padding: 3px 4px;
    min-width: 22px;
    text-align: center;
    display: inline-block;
    margin: 1px;
    line-height: 16px;
}
.tx_nsnewscomments .comment-link {
    background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/link.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    border: 1px solid #cccccc;
    color: #bbbbbb;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}
.tx_nsnewscomments .comment-link-input {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    outline: 0;
    width: 100%;
}
.tx_nsnewscomments span {
    display: inline;
}
.tx_nsnewscomments .header-right {
    float: right;
}
.tx_nsnewscomments .comment-footer {
    padding: 15px;
}

.tx_nsnewscomments .footer-left {
    display: block;
    line-height: 22px;
}
.tx_nsnewscomments .footer-right {
    float: right;
    display: block;
    margin-top: 0px;
    line-height: 22px;
}
.tx_nsnewscomments .comment-footer .footer-right .comment-date {
    display: inline-block;
    margin-left: 10px;
}
.tx_nsnewscomments .comment-date {
    font-size: 12px;
    color: #999;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    display: inline-block;
}
.tx_nsnewscomments .typo3-messages {
    width: 100%;
    margin-top: 10px;
}
.tx_nsnewscomments .typo3-messages li {
    list-style-type: none;
    list-style: none;
    padding-left: 20px;
    width: 55%;
}
.tx_nsnewscomments .media-left {
    display: none;
}
.tx_nsnewscomments .media-body p {
    padding: 0px !important;
}
.thanksmsg, .approve {
    width: 70%;
}
.tx_nsnewscomments .error-msg {
    display: none;
}
.tx_nsnewscomments #comment-form .text-muted {
    margin-top: 10px;
}
.tx_nsnewscomments .has-error {
    position: relative;
}
.tx_nsnewscomments .error-msg {
    background: #e46868 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 82%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    min-width: 120px;
    padding: 4px 10px;
    position: absolute;
    right: 7px;
    text-align: center;
    z-index: 999;
}
.tx_nsnewscomments .error-msg p {
    margin: 0;
}
.tx_nsnewscomments .error-msg::after {
    background-color: #e46868;
    bottom: -6px;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.tx_nsnewscomments .ns-headline {
    margin: 0 0 20px;
}
.tx_nsnewscomments .ns-form-group {
    display: inline-block;
    margin: 0 0 15px;
    max-width: 497px;
    width: 100%;
}
.tx_nsnewscomments .ns-form-group label {
    display: inline-block;
    margin-bottom: 5px;
}
.tx_nsnewscomments textarea {
    min-height: 100px;
    padding: 10px;
}
.ns-captch-input {
    margin: 15px 0 5px;
}
.tx_nsnewscomments input:focus,
.tx_nsnewscomments textarea:focus,
.tx_nsnewscomments select:focus{
    border: 1px solid #337ab7;
}
.tx_nsnewscomments  .ns-btn {
    background-color: rgb(82, 191, 169);
    border: 1px solid rgb(82, 191, 169);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-weight: 500;
    min-width: 105px;
    width: auto !important;
    outline: medium none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    margin: 0px 0 5px 0;
    display: inline-block;
}
.ns-btn-login{
    font-weight: bold;
    padding: 5px;
    margin-right: 5px;
}
.tx_nsnewscomments .ns-btn:hover,
.tx_nsnewscomments .ns-btn:active,
.tx_nsnewscomments .ns-btn:focus{
  background-color: rgb(51, 147, 128);
  border: 1px solid rgb(51, 147, 128);
}
.tx_nsnewscomments ul,.tx_nsnewscomments ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tx_nsnewscomments .reply-form:not(:empty){
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 30px;
    padding: 30px;
}
.tx_nsnewscomments .comment-form-close-btn{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    padding: 0;
    position: absolute;
    right: 15px;
    text-shadow: 0 1px 0 #fff;
    top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tx_nsnewscomments .comment-form-close-btn:focus, .comment-form-close-btn:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
.tx_nsnewscomments ul ul {
    padding-left: 114px;
}
.tx_nsnewscomments .ns-form-group-main{
    display: inline-block;
    width: 100%;
}
.tx_nsnewscomments .comment-link a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tx_nsnewscomments .comment-main-level{
    position: relative;
    padding-left: 95px;
}
.tx_nsnewscomments .comment-main-level .comment-avatar{
    position: absolute;
    left: 0;
    top: 0;
}
.tx_nsnewscomments .comment-form-close-btn{
    display: none;
}
.tx_nsnewscomments .reply-form .comment-form-close-btn{
    display: inline-block;
    z-index: 1;
}
.tx_nsnewscomments .comment-form .has-error input,
.tx_nsnewscomments .comment-form .has-error textarea{
    border-color: #a94442;
}

.tx_nsnewscomments .ns-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.tx_nsnewscomments .ns-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media(max-width: 500px){
    .tx_nsnewscomments .ns-form-group,
    .tx_nsnewscomments input, .tx_nsnewscomments textarea, .tx_nsnewscomments select {
        max-width: 100%;
    }
    .tx_nsnewscomments .ns-headline{
        margin-bottom: 10px;
    }
    .tx_nsnewscomments .ns-headline h2{
        margin-top: 15px;
    }

    .tx_nsnewscomments .comments-list .comment-avatar{
        height: 55px;
        width: 55px;
        border-width: 2px;
    }
    .tx_nsnewscomments .tx_nsnewscomments ul ul{
        padding-left: 0;
    }
    .tx_nsnewscomments .comments-list li{
        margin-bottom: 0;
    }
    .tx_nsnewscomments .comment-main-level{
        padding-left: 70px;
    }
    .tx_nsnewscomments .reply-form:not(:empty){
        padding: 20px;
        padding-bottom: 0;
    }
}

@media(max-width: 767px){
    .tx_nsnewscomments .comments-list .comment-avatar{
        width: 40px;
        height: 40px;
    }
    .tx_nsnewscomments .comment-box .comment-head,
    .tx_nsnewscomments .comment-box .comment-content,
    .tx_nsnewscomments .comment-footer{
        padding: 10px;
    }
    .tx_nsnewscomments .comment-author,
    .tx_nsnewscomments .comment-box .comment-btn{
        font-size: 11px;
    }
    .tx_nsnewscomments .comment-box .comment-content,
    .tx_nsnewscomments .reply-form .comment-form .text-muted{
        font-size: 12px;
    }
    .tx_nsnewscomments .comment-main-level{
        padding-left: 55px;
    }
    .tx_nsnewscomments .comment-link{
        top: 7px;
    }
    .tx_nsnewscomments .reply-form:not(:empty){
        padding-left: 15px;
        padding-right: 15px;
    }
    .tx_nsnewscomments .reply-form .ns-form-group label{
        font-size: 12px;
    }
    .tx_nsnewscomments .reply-form .comment-form input,
    .tx_nsnewscomments .reply-form .comment-form textarea,
    .tx_nsnewscomments .reply-form .comment-form select {
      font-size: 12px;
      height: 32px !important;
    }
    .tx_nsnewscomments .reply-form .comment-form textarea{
        min-height: 75px;
    }

}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../../_assets/d226af7a246be5a4857f16b24c691c2c/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../../../_assets/d226af7a246be5a4857f16b24c691c2c/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../../../_assets/d226af7a246be5a4857f16b24c691c2c/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../../../_assets/d226af7a246be5a4857f16b24c691c2c/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../../../_assets/d226af7a246be5a4857f16b24c691c2c/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
.cc-window {
    opacity: 0.9;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    border-top: 1px solid rgb(137, 187, 201);
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
            transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
        -ms-transform: translateY(2em);
            transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: ralewayregular;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999
}

.cc-revoke {
  opacity: 0.5;
  font-size: 12px;
  color: white;
  padding: .5em
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin: 0 40px;
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
                flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        -webkit-box-align: unset;
                align-items: unset;

    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}



.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
  padding: .8em 1.8em;
  height: 100%;
  background-color: rgb(137, 187, 201);
  color: white;
}

.cc-banner.cc-theme-edgeless .cc-btn:hover {
  background-color: rgb(74, 129, 154);
  -webkit-transition: ease-in-out 250ms;
  -o-transition: ease-in-out 250ms;
  transition: ease-in-out 250ms;
  text-decoration: none;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin: 50px 40px;
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}




@media screen and (max-width:700px) {
  .cc-banner.cc-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-compliance {
    margin-bottom: 20px;
  }
  .cc-banner .cc-theme-edgeless .cc-btn {
    margin-right: 0;
  }
}

@media screen and (max-width:400px) {

  .cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cc-btn {
    margin-right: 0;
  }

  .cc-banner.cc-theme-edgeless .cc-btn {
    margin-bottom: 5px;
  }

}



/* Aufbau und Inhalt
==================================================
	# Info
	# Reset
	# Basic Styles
	# Core Content Elemente
	# Eigene Content Elemente
	# Einzelne HTML Elemente
	# Extensions
	# Header
	# Footer
	# Templates
/*

/* =========================================
  	Info   ======================================= */

/* Z-Index
1000 Headerbox mit Logo, Social Media und Navigation
*/



/* ==========================================
  Reset
  ======================================= */
/*
Based on
html5doctor.com Reset Stylesheet
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
}

body {
		line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
		display:block;
}

nav ul {
		list-style:none;
}

blockquote, q {
		quotes:none;
}

blockquote::before, blockquote::after,
q::before, q::after {
		content:'';
		content:none;
}

a {
		margin:0;
		padding:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
		text-decoration: none;
}

sub {
  vertical-align: sub;
  font-size: 70%;
}

sup {
  vertical-align: super;
  font-size: 70%;
}




/* Überschreiben Fluid Styled Content / Content Elemente
================================================= */

/* MenuSubpages
=============== */
.seitenuebersicht {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.seite {
	position: relative;
	min-width: 250px;
  margin: 15px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.seite img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.seitenuebersicht::after {
	display: table;
	content: "";
	clear:both;
}

.seitenuebersicht img {
		margin-bottom: 15px;
	}

.pew-subpages-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}


/* grid Layout */

@supports ((display: -ms-grid) or (display: grid)) {

/* reset */

 .seitenuebersicht::after {
		display: none;
		content: none;
		clear: none;
	}

/* grid */

	.seitenuebersicht {
	  display: -ms-grid;
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	  grid-gap: 2em;
	  hyphens: auto;
	  hyphenate-limit-chars: auto 3;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		}

  .seite {
  max-width: 100%;
	min-height: auto;
  float: none;
  margin-left: 0;
  }
}

/* Überschreiben der default styles for extension "tx_frontend"
==================================================================*/

/* .ce-intext.ce-left .ce-gallery {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
} */

/* Abstand zu Bild darunter bei responsiver Darstellung */

.ce-column {
	margin-bottom: 10px;
}

.ce-column:last-child {
	margin-bottom: 0px;
}


/* =========================================
  Basic Styles
  ======================================== */

/* Farben
	=================================== */

:root {
	--pewblau: rgb(1, 105, 162);
	--pewgruen: rgb(0, 156, 118);
	--pewhellblau: rgb(137, 187, 201); /* #89bbc9 */
	--pewmittelblau: rgb(74, 129, 154); /* #4a819a */
	--pewdunkelblau: rgb(36, 79, 102);  /* #244F66  */
	--pewhellgruen: rgb(82, 191, 169);   /* #52bfa9   */
	--pewdunkelgruen: rgb(51, 147, 128); /*  #339380   */
	--pewgelb: #F9F6DD;
	--bodytext: #444;
	--background: #F9F9FA;
	--fastweiss: rgb(226, 235, 237);
	--hellgrau: rgba(0,0,0,.05);
	--neuropadunkel: rgb(46,113,22); /* #2e7116  */

}

*,*::before,*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	background-color: #F9F9FA;
}


/* Schriftarten, -größen und -farben
	 =================================== */

html {
	font-size: 16px;
	font-weight: normal;
  scroll-behavior: smooth;
}

/* Raleway */
@font-face {
    font-family: 'ralewayblack';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayblack_italic';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold_italic';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Extrabold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextrabold_italic';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-ExtraBoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextralight';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-ExtraLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextralight_italic';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-ExtraLightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayitalic';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Italic.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight_italic';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaythin';
    src: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Fonts/raleway/Raleway-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}

/* Info: font-family für Artikelüberschriften: Georgia, Times, Times New Roman, serif; */



body {
    font-family: ralewayregular;
		font-size: 16px;
	  line-height: 20px;
	}

ul {
	list-style-type: disc;
	color: #444;
	margin: 20px;
	line-height: 1.6;
}

ul ul {
	list-style-type: circle;
}

ol {
	color: #444;
	margin: 18px;
	line-height: 1.6;
}

a {
	color: rgb(74, 129, 154);
}

strong {
  font-weight: bold;
}

p {
  margin: 0 0 0.4rem 0;
	color: #444;
	line-height: 1.6;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, legend, .control-label {
	font-family: ralewayregular;
	color: rgb(36, 79, 102);
	font-weight: normal;
}

h1, .h1 {
	font-size: 1.8rem;
  margin-top: 0.6em;
	margin-bottom: 0.5em;
  line-height: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
	margin-top: 0.8em;
  margin-bottom: 0.4em;
  line-height: 1.8rem;
}

h3, .h3, legend {
  font-size: 1.25rem;
	margin-top: .6em;
  margin-bottom: .4em;
  line-height: 1.7rem;
}

h4, .h4 {
  font-size: 1.15rem;
	margin-top: .4em;
  margin-bottom: .4em;
  line-height: 1.6rem;
}

h5, .h5 {
  font-size: 1rem;
	margin-top: .2em;
 	margin-bottom: .4em;
  line-height: 1.3rem;
}

h6, .h6 {
  font-size: 1rem;
	margin-top: .2em;
  margin-bottom: .4em;
	line-height: 1rem;
}


::-moz-selection {
   color:#fff;
   background:rgb(137, 187, 201);
   text-shadow: none;
}

::selection {
   color:#fff;
   background:rgb(137, 187, 201);
   text-shadow: none;
}

button {
	border: 0;
}


/* Table */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

table caption {
  font-family: ralewaysemibold;
  color: rgb(36, 79, 102);
  font-size: 1rem;
  margin-top: .6em;
  margin-bottom: .5em;
  line-height: 1.3rem;
  text-align: left;
}

th, td {
  text-align: left;
  padding: 8px;
  border-left: 1px solid #ddd;
}

tr:nth-child(even){background-color: rgba(0,0,0,.05)}


/* Basic Print */

@media print {

	@page {
		size: 5.5in 8.5in;
		size: A4;
		margin: 2,2cm;
		padding: 0 0 20pt 0;
	}

	@page:left{
	  @bottom-left {
	    content: "Seite " counter(page) " von " counter(pages);
	  }
	}

	body {
		padding: 0 0 40pt 0;
	}

	.headerbox,
	.pew-footer,
	.typo3-adminPanel-bar {
		display: none;
	}

	h1, h2, h3, h4, h5, h6 {
  break-after: avoid-page;
	page-break-after: avoid;
	padding-top: 0;
	}

	img {
	max-width: 100% !important;
	}

	figure,
	img,
	table,
	blockquote,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	.button-filled,
	.button-border-gruen,
	.button-border-gruen,
	.group-right,
	.group-left,
	.info-box {
		position: static;
    page-break-inside: avoid;
		break-inside: avoid-page;
	}

	video, audio, embed, object {
		display: none;
	}

	p {
  orphans: 2;
  widows: 2;
	}
}


/* Responsive Videos */

.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
}

.video-embed iframe, .video-embed object, .video-embed embed, .video-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}


/* Basis Layouts
===================================*/

/* Flexbox Dreispaltig */

/* Floats Basis  */

@media all and (min-width: 600px) {
	.flex-drei .frame {
		float: left;
		width: 45%;
	}
}

@media all and (min-width: 800px) {
	.flex-drei .frame {
		float: left;
		width: 32%;
	}
}

.flex-drei::after {
	content: "";
	display: table;
	clear: both;
}

@supports ((display: -ms-grid) or (display: grid)) {

	/* Reset */
	.flex-drei .frame {
	    height: auto;
	    float: none;
	    width: auto;
	}
	.flex-drei .frame img {
	    display: inline;
	    margin: 0;
	}

	/* Grid */
	.flex-drei {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
		grid-gap: 15px;
		justify-items: center;
	}
}


/* Buttons
	 =================================== */
/* Word Break für Buttons */

.button-filled, .button-border, .button-border-gruen, .button-border-blau, .btn {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}


/* INFO: Buttons, die im RTE ausgewählte werden können sind im rte.css gestyled */


/* Buttons für Formulare */

.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.btn {
	background-color: rgb(82, 191, 169);
	border-color: rgb(82, 191, 169);
	padding: 0.75rem;
	border-radius: 0.25rem;
	color: white;
	margin-top: 10px;
	border: 0;
	font-size: 100%;
	font-family: ralewaylight;
}

.btn:hover {
	background-color: rgb(51, 147, 128);
	border-color: rgb(51, 147, 128);
}

.btn-primary {
	background-color: rgb(137, 187, 201);
	border-color: rgb(137, 187, 201);
}

.btn-primary:hover {
	background-color: rgb(74, 129, 154);
	border-color: rgb(74, 129, 154);
}

button:focus {
  filter: hue-rotate(120deg);
}

.btn:focus {
  background-color: rgb(51, 147, 128);
  border-color: rgb(51, 147, 128);
}

.btn-primary:focus {
  background-color: rgb(74, 129, 154);
  border-color: rgb(74, 129, 154);
}


/* Input */

input[type="submit"]:hover {
	background-color: rgb(74, 129, 154);
	border-color: rgb(74, 129, 154);
	color: white;
}

input[type="submit"] {
	background-color: rgb(137, 187, 201);
	border-color: rgb(137, 187, 201);
	padding: 0.75rem;
	border-radius: 0.25rem;
	color: white;
	margin-top: 10px;
}

input[type="submit"]:focus
  {
  background-color: rgb(74, 129, 154);
  border-color: rgb(74, 129, 154);
  color: white;
}


/* Clearfix
	 =================================== */

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

/* Abstände Basic Layout
	 =================================== */

html, body {
 height: 100%;
}

@supports ((display: -ms-grid) or (display: grid)) {
	body {
	 display: -ms-grid;
	 display: grid;
	 -ms-grid-rows: auto 1fr auto;
	 grid-template-rows: auto 1fr auto;
	}
}

/* Wrapper für normale Seiten  */

.pew-main-content {
	max-width: 1000px;
	max-width: calc(850px + 15vw);
	margin: auto;
	padding: 0 20px;
}

/* Breiterer Wrapper für Listenansichten der Artikel */

.max {
	max-width: 1400px;
	max-width: calc(1100px + 15vw);
	max-width: 80%;
}

@media (max-width: 900px) {
	.max {
		max-width: 95%;
	}
}

/* Wrapper für Vollbildansicht bei 1600 x 900 */

.full {
	max-width: 1600px;
	max-width: calc(1300px + 15vw);
}


/* PEW Container */

.pew-container {
  margin: 0px 10px;
}



/* Bilder
	 =================================== */
img {
	max-width: 100%;
  height: auto;
}

.vp-video-wrapper {
	max-width: 100%;
	height: auto;
}


/* Videos
	 =================================== */
.video-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: ralewaylight;
	font-size: 13px;
	padding-bottom: 10px;
	margin: 0 30px;
}

/* =============================================
Core Content Elemente
============================================ */

/* Content Elemente mit Image */

@media (max-width: 800px) {
	.ce-left, .ce-right {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
	}

	.ce-intext.ce-right .ce-gallery {
        margin-left: 0;
    }
}


/* Bildunterschriften */

.ce-gallery figcaption {
    color: #b0b0b0;
    margin-top: 5px;
    font-size: 12px;
}

/* Ratio-Box
	 =================================== */

.menu-ratio-box {
	position: relative;
	display: block;
}

.menu-ratio-box::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.6666666667%;
}

.menu-ratio-box img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =============================================
Eigene Content Elemente
============================================ */

/* NEuropa Probleme und Lösungen/pew_neuropaap1 */



/* =============================================
Einzelne HTML Elemente
============================================ */

/* Greenjobs
==========================================*/

.greenjobs iframe {
  width:  100%;
  max-width: 1168px;
  min-height: 2700px;
}

/* Mailchimp Signup
============================*/

#mc_embed_signup {
	max-width: 600px;
	margin: 0 auto;
}

.mc-field-group {
    padding: 15px 0;
}

.mc-field-group strong {
    color: rgb(74, 129, 154);
}

#mc_embed_signup .input-group ul {
    list-style: none;
		margin-left: 0;
}

#mc_embed_signup .input-group ul li input {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.mc_fieldset input {
    margin-right: 10px;
}

.indicates-required {
	color: rgb(82, 191, 169);
}

.content__gdpr label {
    font-weight: bold;
    text-decoration: underline;
}

.gdprRequired label {
    font-weight: normal;
    text-decoration: none;
}

#mce-success-response {
    font-family: ralewaysemibold;
    color: rgb(82, 191, 169);
		padding-bottom: 10px;
}


/* f3 widget paginator
==========================================*/

.f3-widget-paginator {
    display: block;
    width: 100%;
}

.f3-widget-paginator li {
    list-style-type: none;
    float: left;
    padding: 5px 12px;
    border: 1px solid lightgray;
    margin: 0px 2px;
}

.f3-widget-paginator ul {
	margin: 20px 0;
}

.f3-widget-paginator .current a {
    color: white;
}

.f3-widget-paginator .current {
    background-color: rgb(36, 79, 102);
    border: 1px solid rgb(36, 79, 102);
}

/* Rahmen Medieninhalte
==========================================*/

/* Blaue Box */
.frame-bluebox {
	background-color: rgba(137, 187, 201, 0.5);
	padding: 15px 25px;
}

/* Blaue Box */
.frame-fababox {
	background-color: rgba(147, 186, 140);
	padding: 15px 25px;
	color: #ffffff;
}

.frame-fababox h1, .frame-fababox a, .frame-fababox h2, .frame-fababox h3, .frame-fababox p, .frame-fababox li {
    color: white;
}

/* gruene Box */
.frame-greenbox {
	background-color: rgb(82, 191, 169);
	padding: 15px 25px;
}

.frame-greenbox h2, .frame-greenbox h3, .frame-greenbox p, .frame-greenbox a {
    color: white;
}

/* Graue Box */
.frame-greybox {
	background-color: rgba(0,0,0,.05);
	padding: 15px 25px;
}

/* Weiße Box */
.frame-whitebox {
	background-color: #ffffff;
	padding: 15px 25px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.frame-whitebox img {
    margin-bottom: 5px;
}


/* Layout Medieninhaltselemente
========================================= */

/* 1 News Listenansicht kompakt  */
.frame-layout-1 h3 {
	color: rgb(51, 147, 128);
}

.frame-layout-1 h3::after {
	content: '';
	display: block;
	height: 1px;
	width: 70%;
	margin: 15px auto 25px auto;
	background-color: #ccc;
}

/* 2 Layout Zielgruppen */

.frame-layout-2 .ce-gallery img {
    max-width: 70%;
    margin: auto;
}

.frame-layout-2 .ce-above .ce-bodytext {
    min-width: 250px;
}


/* 3 Layout Grafik Footer (Seite: 404) */

.frame-layout-3 {
	display: none;
	position: absolute;
	z-index: 10;
	right: 150px;
	bottom: 20px;
}

@media (min-width: 1100px) {
	.frame-layout-3 {
		display: inline;
	}
}


/* 4 Layout Mitwirkende */

.frame-layout-4 img {
	border: 4px solid white;
}

.frame-layout-4 .image {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	margin: 5px;
}

.frame-layout-4 h2, .frame-layout-4 h3, .frame-layout-4 h4, .frame-layout-4 h1, .frame-layout-4 h5 {
	color: rgb(82, 191, 169);
}


/* 5 Layout Responsives Video */

.frame-layout-5 .ce-center .ce-inner {
	position: relative;
	float: none;
	right: -50%;
	margin: 0 auto;
}

.frame-layout-5 .ce-textpic, .frame-layout-5 .ce-image, .frame-layout-5 .ce-nowrap .ce-bodytext, .frame-layout-5 .ce-gallery, .frame-layout-5 .ce-row, .frame-layout-5 .ce-uploads li, .frame-layout-5 .ce-uploads div {
	overflow: visible;
}

.frame-layout-5 .ce-left .ce-gallery, .frame-layout-5 .ce-column {
	float: none;
}

.frame-layout-5 .ce-gallery figure {
	display: block;
	margin: 0;
}

.frame-layout-5 .ce-center .ce-outer {
	position: relative;
	float: none;
	right: 50%;
}


/* 6 Basislayout für Formulare */

.frame-layout-6 {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 15px 20px;
	max-width: 800px;
}

.frame-layout-6 h2 {
	margin-top: 20px;
}

		/* Legende ist als h3 unter basic styles festgelegt */

.frame-layout-6 fieldset{
	border: none;
}

.frame-layout-6 .control-label {
	padding-top: 10px;
}

.frame-layout-6 label {
	font-size: 1rem;
	color: #444;
	display: block;
	margin-bottom: 8px;
}

.frame-layout-6 #pass,
.frame-layout-6 input[type="text"],
.frame-layout-6 input[type="date"],
.frame-layout-6 input[type="datetime"],
.frame-layout-6 input[type="email"],
.frame-layout-6 input[type="number"],
.frame-layout-6 input[type="search"],
.frame-layout-6 input[type="time"],
.frame-layout-6 input[type="url"],
.frame-layout-6 input[type="tel"],
.frame-layout-6 textarea,
.frame-layout-6 select {
	background: rgba(255,255,255,.1);
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	font-family: ralewaylight;
	color: #444;
	outline: 0;
	padding: 5px;
	width: 100%;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	        box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}

.frame-layout-6 #pass:focus,
.frame-layout-6 input[type="text"]:focus,
.frame-layout-6 input[type="date"]:focus,
.frame-layout-6 input[type="datetime"]:focus,
.frame-layout-6 input[type="email"]:focus,
.frame-layout-6 input[type="number"]:focus,
.frame-layout-6 input[type="search"]:focus,
.frame-layout-6 input[type="time"]:focus,
.frame-layout-6 input[type="url"]:focus,
.frame-layout-6 input[type="tel"],
.frame-layout-6 textarea:focus,
.frame-layout-6 select:focus{
	background: #f9f9f9;
}

.frame-layout-6 select{
	appearance: menulist-button;
	-webkit-appearance: menulist-button;
	height:35px;
}

.frame-layout-6 .input {
	font-family: ralewayregular;
	color: #ccc;
}


.frame-layout-6 .help-block {
	color: rgb(82, 191, 169);
	font-size: 12px;
	padding-top: 5px;
	display: block;
}

.frame-layout-6 .error {
    color: rgb(208, 96, 96);
}

.frame-layout-6 .add-on span {
	font-size: 0.8rem;
	color: #666;
}

.frame-layout-6 .add-on input {
	margin-right: 6px;
}

.frame-layout-6 .form-check {
	margin: 10px 0;
}

.frame-layout-6 .form-group {
	margin: 5px 0;
}

/* Fehlermeldung */
.frame-layout-6 .alert .bg-danger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.frame-layout-6 .close {
	width: auto;
	height: auto;
	padding: 3px 4px;
	margin: 0 5px 5px 0;
}

.frame-layout-6 h4 {
	margin: 0 8px 0 0;
}

/* Layout Text zenrieren */

.frame-layout-7 p {
	text-align: center;
}
.frame-layout-7 h1 {
	text-align: center;
}
.frame-layout-7 h2 {
	text-align: center;
}
.frame-layout-7 h3 {
	text-align: center;
}


/* 8,9,10 Layouts für Trenner */

.frame-layout-8 hr {
	border: 1px solid rgb(82, 191, 169);
}

.frame-layout-9 hr {
	border: 1px solid rgb(137, 187, 201);
}

.frame-layout-10 hr {
	border: 1px solid #ccc;
}


/* 11 Grafik linker Rand */

.pew-article {
	position: relative;
}

.frame-layout-11 {
	display: none;
}

@media (min-width: 1530px) {
	.frame-layout-11 {
		display: inline;
		position: absolute;
		top: 50%;
		left: 0;
		bottom: 0;
	}
  .frame-layout-11 img {
      max-width: 360px;
  }
}

/* 12 Grafik rechter Rand */

.frame-layout-12 {
	display: none;
}

@media (min-width: 1530px) {
	.frame-layout-12 {
		display: inline;
		position: absolute;
		top: 80%;
		right: 0;
		bottom: 0;
	}
  .frame-layout-12 img {
      max-width: 360px;
  }
}


/* 13  Hovereffekt (Unterstützer) */

.frame-layout-13 img {
    max-width: 80%;
    margin: auto;
}

@media (min-width: 1200px) {
    .frame-layout-13 img {
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        max-width: 80%;
    }

    .frame-layout-13:hover img,
		.frame-layout-13:focus img {
        -webkit-filter: none;
                filter: none;
        -webkit-transition: ease-in-out 250ms;
        -o-transition: ease-in-out 250ms;
        transition: ease-in-out 250ms;
    }
}




/* 14   Online-Diskussion */

/* Teilnehmerinnen selbst sind im rte css gestyled */

@media (min-width: 800px) {
	@supports ((display: -ms-grid) or (display: grid)) {

		.frame-layout-14 {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: 1fr 20px 1fr;
	    grid-template-columns: repeat(2,1fr);
	    grid-gap: 20px 20px;
			grid-auto-flow: column dense;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: start;
			}

		.news-text-wrap .teilnehmer1, .news-text-wrap .teilnehmer2, .news-text-wrap .teilnehmer3 {
			margin: 0;
		}

		.frame-layout-14 .teilnehmer1, .frame-layout-14 .teilnehmer2, .frame-layout-14 .teilnehmer3, .frame-layout-14 h1, .frame-layout-14 h2, .frame-layout-14 h3, .frame-layout-14 h4 {
		   -ms-grid-column: 1;
		   -ms-grid-column-span: 2;
		   grid-column: 1 / span 2;
		}

		.frame-layout-14 .teilnehmer1-rechts, .frame-layout-14 .teilnehmer2-rechts, .frame-layout-14 .teilnehmer3-rechts {
		    -ms-grid-column: 2;
		    grid-column: 2;
				margin: auto;
		}

		.frame-layout-14 .teilnehmer1-links, .frame-layout-14 .teilnehmer2-links, .frame-layout-14 .teilnehmer3-links {
		    -ms-grid-column: 1;
		    grid-column: 1;
				margin: auto;
		}
	}
}




/* 15 Layout Formular Spezial */

.frame-layout-15 input, .frame-layout-15 textarea, .frame-layout-15 select {
    color: inherit;
    font-family: raleway;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    line-height: normal;
    margin-bottom: 5px;
    outline: medium none !important;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background-color: #fff;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.frame-layout-15 h3 {
	font-size: 1.25rem;
	margin-top: .6em;
	margin-bottom: .3em;
	line-height: 1.7rem;
	font-family: ralewaylight;
	color: rgb(36, 79, 102);
}


.frame-layout-15 label {
    display: inline-block;
    margin: 5px 0;
		color: #444;
}

.frame-layout-15 textarea {
    min-height: 100px;
    padding: 10px;
}
.frame-layout-15 input:focus,
.frame-layout-15 textarea:focus,
.frame-layout-15 select:focus{
    border: 1px solid rgb(51, 147, 128);
		background-color: white;
}

.frame-layout-15 .help-block {
	color: rgb(82, 191, 169);
	font-size: 12px;
	padding-top: 5px;
	display: block;
}


.frame-layout-15 .add-on span {
	font-size: 0.8rem;
	color: #666;
}

.frame-layout-15 .add-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.frame-layout-15 .add-on input {
	width: auto;
	height: auto;
	margin-right: 7px;
	margin-top: 5px;
}

.frame-layout-15 .form-group {
	margin: 5px 0;
}



/* 16 PEW weiße Überschrift auf Bild */

.frame-layout-16 {
  position: relative;
}
.frame-layout-16 a {
	color: white;
}
.frame-layout-16 header h3, .frame-layout-16 header h2 {
	position: absolute;
	top: 30%;
	z-index: 100;
	color: white;
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;

}

.frame-layout-16:hover img,
.frame-layout-16:focus img {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
  -webkit-transition: ease-in-out 250ms;
  -o-transition: ease-in-out 250ms;
  transition: ease-in-out 250ms;
}


/* 17 Autofit gallery 300px  */

/* Floats Basis  */

.frame-layout-17 .gallery-item {
    height: 150px;
    float: left;
    width: 300px;
}
.frame-layout-17 .gallery-item img {
    display: block;
    margin: 0 auto;
}

.frame-layout-17 .gallery-row {
    display: block;
    max-width: 900px;
    margin: auto;
}


@supports (display: grid) {
	/* Unset */
	.frame-layout-17 .gallery-item {
	    height: auto;
	    float: none;
	    width: auto;
	}
	.frame-layout-17 .gallery-item img {
	    display: inline;
	    margin: 0;
	}

	.frame-layout-17 .gallery-row {
	    display: inline;
	    max-width: 100%;
	    margin: 0;
	}
	/* Grid */
	.frame-layout-17 .gallery-row {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
		justify-items: center;
	}
}



/* 18	Text-Bild Kombi - Bild mit 390px */

.frame-layout-18 .ce-textpic {
	display: flex;
	flex-direction: column;
}
.frame-layout-18 .ce-row {
	display: flex;
	justify-content: center;
}


@media all and (min-width: 800px) {

	.frame-layout-18 .ce-textpic {
		display: inline-block;
	}
	.frame-layout-18 .ce-row {
		display: inline-block;
	}
	.frame-layout-18 img {
		width: 390px;
		padding: 0 20px 0 0;
	}
}

/* 17 - 20 Styles für NAHhaft Hauptwebsite  */

/* 21	PEW Nachhaltigkeitspotential ökologisch */

.frame-layout-21 li {
  list-style-type: none;
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/steckbriefe/ökologisch.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 36px;
	margin-left: -16px;
	margin-bottom: 5px;
}

/* 22	PEW Nachhaltigkeitspotential Ökonomisch */

.frame-layout-22 li {
  list-style-type: none;
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/steckbriefe/ökonomisch.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 36px;
	margin-left: -16px;
	margin-bottom: 5px;
}

/* 23	PEW Nachhaltigkeitspotential sozial */

.frame-layout-23 li {
  list-style-type: none;
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/steckbriefe/sozial.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 36px;
	margin-left: -16px;
	margin-bottom: 5px;
}

/* 24  PEW + NAHhaft Zweispaltige Textdarstellung  */

@media all and (min-width: 550px) {
	.frame-layout-24 {
		-webkit-column-count: 2;
		     -moz-column-count: 2;
		          column-count: 2;
	}
}


/* 25 Header blau mit Grafik */
.frame-layout-25 {
    background: rgb(74,129,154);
    background: -moz-linear-gradient(201deg, rgba(74,129,154,1) 18%, rgba(137,187,201,1) 100%);
    background: -webkit-linear-gradient(201deg, rgba(74,129,154,1) 18%, rgba(137,187,201,1) 100%);
    background: linear-gradient(201deg, rgba(74,129,154,1) 18%, rgba(137,187,201,1) 100%);
}

.frame-layout-25 h1 {
    color: white;
    margin: 40px 50px 50px 50px;
}

.frame-layout-25 .ce-gallery {
   margin: 20px 50px 0 0 !important;
}

/* 26 Banner mit Farbverlauf und Grafik  */
.frame-layout-26 {
     background: rgb(36,79,102);
background: -moz-linear-gradient(248deg, rgba(36,79,102,1) 0%, rgba(74,129,154,1) 100%);
background: -webkit-linear-gradient(248deg, rgba(36,79,102,1) 0%, rgba(74,129,154,1) 100%);
background: linear-gradient(248deg, rgba(36,79,102,1) 0%, rgba(74,129,154,1) 100%);
}

.frame-layout-26 h2, .frame-layout-26 p {
    color: white;
}

.frame-layout-26 .ce-gallery {
   margin: 30px 50px !important;
}

.frame-layout-26 .ce-bodytext {
	padding: 25px;
}

/* 27 Grafik mit Überschnitt zu Footer */

.frame-layout-27 {
    display: inline;
}

@media all and (min-width: 430px) {
		.frame-layout-27 {
		position: relative;
		z-index: 200;
		margin-bottom: -108px;
	}
}

/* 28 NAHhaft und PEW inline-block Elemente */

.frame-layout-28 {
	display: inline-block;
	margin-left: 25px;
}

/* 29 - 31 PEW Layouts für Kongressseite
--------------------------------------------*/
/* 29 PEW Wasserfarben dunkelblau als Hintergrund */

.frame-layout-29 {
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/kongress/day_background_v3.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.frame-layout-29 h2, .frame-layout-29 h3, .frame-layout-29 p {
	color: white;
}

/* 30 PEW Textelement mit Wasserfarben als Hintergrund für Header */

.frame-layout-30 {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding-bottom: 25px;
	background-color: white;
}

.frame-layout-30 p, .frame-layout-30 ul {
	padding: 25px 20px 0 25px;
	margin: 0;
}

.frame-layout-30 ul {
	list-style: none;
}

.frame-layout-30 li {
	font-size: 14px;
	color: #888;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	background-color: rgba(0,0,0,.05);
	border-radius: 25px;
	width: -webkit-max-content;
		width: -moz-max-content;
			width: max-content;
}

.frame-layout-30 li a {
	color: #888;
}

.frame-layout-30 header {
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/kongress/session_header.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5px 25px 10px 25px;
	min-height: 114px;
}

.frame-layout-30 header h2, .frame-layout-30 header h3, .frame-layout-30 header h4, .frame-layout-30 header p {
	color: white;
}

/* 31 PEW Wasserfarben dunkelblau als Hintergrund */

.frame-layout-31 {
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/kongress/break_v1.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.frame-layout-31 h2, .frame-layout-31 h3, .frame-layout-31 p {
	color: white;
}

/* 31 PEW weiße Box */
.frame-layout-32 {
	background-color: white;
	padding: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* 33 PEW Span all Columns */
.frame-layout-33 {
	grid-column: 1/-1;
}

/* 34 PEW 100% Breite */
.frame-layout-34 {
	width: 100%;
}

/* 35 NAHhaft und PEW hover für zwei Bilder in einem Element */

.frame-layout-35 .ce-column:last-of-type {
  display: none;
}

.frame-layout-35 .ce-gallery:hover .ce-column:last-of-type {
  display: inline;
}

.frame-layout-35 .ce-gallery:hover .ce-column:first-of-type {
  display: none;
}

.frame-layout-35 .ce-column:last-child {
    margin-right: 10px;
}

/* 36 PEW weiße Box */

.frame-layout-36 li {
  list-style: none;
  width: 180px;
  color: white;
  background-color: rgba(255,255,255,0.5);
  height: 170px;
  margin: 20px;
  text-align: center;
  padding: 30px 10px 0 10px;
  float: left;
}

@supports (display: grid) or (display: -ms-grid) {

  .frame-layout-36 li {
    float: none; /* rest */
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
    place-self: center;
  }

	.frame-layout-36 ul {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
		justify-content: center;
	}
}

/* 37 PEW weißer Text auf Bild */

.frame-layout-37 {
  position: relative;
}

.frame-layout-37 a,
.frame-layout-37 p {
	color: #ffffff;
	font-size: 0.8em;
}

.frame-layout-37 a:first-of-type,
.frame-layout-37 p:first-of-type {
	font-size: 1em;
}

.frame-layout-37 .ce-bodytext {
	position: absolute;
	top: 20%;
	z-index: 100;
	color: #ffffff;
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	width: 90%;
	height: 90%;
	text-align: center;
	cursor: pointer;

}

.frame-layout-37:hover figure::before,
.frame-layout-37:focus figure::before {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transition: ease-in-out 350ms;
  -o-transition: ease-in-out 350ms;
  transition: ease-in-out 350ms;
}

.frame-layout-37 .ce-gallery figure::before {
    Content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(36, 79, 102);
    position: absolute;
    opacity: 0.6;
}

/* 38 PEW Dreispaltige Darstellung */

/* Floats Basis  */

@media all and (min-width: 600px) {
	.frame-layout-38 .frame {
		float: left;
		width: 45%;
		margin-right: 15px;
	}
}

@media all and (min-width: 800px) {
	.frame-layout-38 .frame {
		float: left;
		width: 32%;
		margin-right: 15px;
	}
}

.frame-layout-38::after {
	content: "";
	display: table;
	clear: both;
}

@supports ((display: -ms-grid) or (display: grid)) {

	/* Reset */
	.frame-layout-38 .frame {
	    height: auto;
	    float: none;
			margin: unset;
	    width: auto;
	}
	.frame-layout-38 .frame img {
	    display: inline;
	    margin: 0;
	}

	/* Grid */
	.frame-layout-38 {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
		grid-gap: 15px;
	}
}

/* 39 PEW Text und Grafik auf einer Linie */
.frame-layout-39 .ce-textpic {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

/* 40 PEW List Style Haken dunkelblau */

.frame-layout-40 li {
	position: relative;
  list-style-type: none;
  padding-left: 50px;
}

.frame-layout-40 ul li:before {
  content: "";
	display: inline-block;
	position: absolute;
  top: 2px;
  left: 5px;
  height: 28px;
  width: 28px;
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/check-dunkelblau.png');
  background-size: contain;
}


/* 41 PEW Spaltenansicht links / rechts zentriert */
.frame-layout-41 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.frame-layout-41 p {
    text-transform:  uppercase;
    font-family: ralewaymedium;
    font-size: 1.2rem;
		margin-bottom: 15px;
}

.frame-layout-41 p:nth-child(1), .frame-layout-41 p:nth-child(3), .frame-layout-41 p:nth-child(5) {
    justify-self: start;
    text-align: left;
}

.frame-layout-41 p:nth-child(2), .frame-layout-41 p:nth-child(4), .frame-layout-41 p:nth-child(6) {
    justify-self: end;
    text-align: right;
}

@media (max-width: 830px) {
	.frame-layout-41 {
		display: inline;
	}

  .frame-layout-41 p:nth-child(2), .frame-layout-41 p:nth-child(4), .frame-layout-41 p:nth-child(6), .frame-layout-41 p:nth-child(1), .frame-layout-41 p:nth-child(3), .frame-layout-41 p:nth-child(5) {
    justify-self: unset;
    text-align: center;
  }
}

/* 47 = PEW Listendarstellung Event für PE Netzwerk */

.frame-layout-47 .news-infobox {
    background: center / cover no-repeat url("/fileadmin/Website/3.5_PlantEurope/Events/Netzwerk.png"),
            linear-gradient(218deg, rgba(137,187,201,1) 0%, rgba(36,79,102,1) 100%);
}

.frame-layout-47 .topnews .news-infobox {
    background: center / cover no-repeat url("/fileadmin/Website/3.5_PlantEurope/Events/Netzwerk.png"),
            linear-gradient(218deg, rgba(82,191,169,1) 0%, rgba(36,79,102,1) 76%);
}

/* 50 = PEW PlantEurope Listenansicht News */

.frame-layout-50 .kompakt-item .topnews {
    border: 1px solid rgba(137,187,201,1);
		padding: 5px;
}

.frame-layout-50 .kompakt-item .topnews::before  {
    content: "PlantEurope Event";
    line-height: 2.5rem;
    color: rgba(137,187,201,1);
}

/* 52 PEW Textbox mit Wasserfarben für h2 */

.frame-layout-52 {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding-bottom: 25px;
	background-color: white;
}

.frame-layout-52 p, .frame-layout-52 h3, .frame-layout-52 .neuropa-ap1-footer {
	padding: 5px 20px 0 25px;
	margin: 0;
}

.frame-layout-52 h2 {
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/neuropa3/heading-pewmittelblau.jpg');
	background-repeat: no-repeat;
	background-size: cover;
  background-position: bottom;
	padding: 20px 25px 25px 25px;
	min-height: 120px;
	color: white;
	margin-bottom: 0;
}

.frame-layout-52 h3 {
	font-size: 16px;
	font-weight: 600;
}

.frame-layout-52 .neuropa-loesungen h3 {
  color: #00CDA4;
}

.frame-layout-52 .neuropa-probleme h3 {
  color: #FF0000;
}

.frame-layout-52 .neuropa-loesungen, .frame-layout-52 .neuropa-probleme {
	margin-bottom: 20px;
}


/* 54 PEW Textbox Heading pewmittelblau + 55 PEW Textbox Heading pewdunkelgrün + 56 PEW Textbox Heading pewdunkelblau + 67 = PEW Textbox Heading pewhellgrün*/

.frame-layout-54,
.frame-layout-55,
.frame-layout-56,
.frame-layout-67 {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding-bottom: 25px;
	background-color: white;
	max-width: 250px;
	border-radius: 15px;
	position: relative;
}

.frame-layout-54 p,
.frame-layout-54 h2,
.frame-layout-55 p,
.frame-layout-55 h2,
.frame-layout-56 p,
.frame-layout-56 h2,
.frame-layout-67 p,
.frame-layout-67 h2 {
	padding: 5px 20px 0 25px;
	margin: 0;
}

.frame-layout-54 h2,
.frame-layout-55 h2,
.frame-layout-56 h2,
.frame-layout-67 h2 {
	background-repeat: no-repeat;
	background-size: cover;
  background-position: bottom;
	padding: 15px 25px 40px 25px;
	min-height: 80px;
	color: white;
	margin-bottom: 0;
	font-size: 1.12rem;
	line-height: 1.7rem;
	border-radius: 15px;
}

.frame-layout-54 ul,
.frame-layout-55 ul,
.frame-layout-56 ul,
.frame-layout-67 ul {
    margin: 0 20px;
}

.frame-layout-54 ul li,
.frame-layout-55 ul li,
.frame-layout-56 ul li,
.frame-layout-67 ul li {
    margin-left: 25px;
    list-style-type: circle;
}

.frame-layout-54 header {
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/neuropa3/heading-pewmittelblau.jpg');
	background-size: contain;
	background-repeat: round;
	padding-bottom: 10px;
}

.frame-layout-55 header {
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/neuropa3/heading-pewmittelgrün.jpg');
	background-size: contain;
	background-repeat: round;
	padding-bottom: 10px;
}

.frame-layout-56 header {
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/neuropa3/heading-pewdunkelblau.jpg');
	background-size: contain;
	background-repeat: round;
	padding-bottom: 10px;
}

.frame-layout-67 header {
	background-image: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/neuropa3/heading-pewhellgrün.jpg');
	background-size: contain;
	background-repeat: round;
	padding-bottom: 10px;
}

.frame-layout-54 h2 a,
.frame-layout-55 h2 a,
.frame-layout-56 h2 a,
.frame-layout-67 h2 a {
	color: white;
	position: absolute;
	display: inline-block;
	width: 90%;
	height: 90%;
}

/* 57 PEW Border Gradient */

.frame-layout-57 {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding-bottom: 25px;
	background-color: white;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 7px;
  border-image-source: linear-gradient(135deg, rgba(137,187,201,1) 0%, rgba(36,79,102,1) 45%, rgba(82,191,169,1) 100%);
	position: relative;
}

.frame-layout-57 p,
.frame-layout-57 h2 {
	padding: 12px 20px 0 25px;
	margin: 0;
	line-height: 1.7rem;
	border-radius: 15px;
}

.frame-layout-57 p {
	margin-top: 15px;
}

.frame-layout-57 h2 {
	font-size: 1.12rem;
	padding: 15px 25px 40px 25px;
}

.frame-layout-57 h2 a {
	position: absolute;
	display: inline-block;
	width: 90%;
	height: 90%;
}


/* 58 PEW Textbox pewmittelblau + 59 PEW Textbox pewdunkelgrün + 60 PEW Textbox pewdunkelblau + 68 = PEW Textbox pewhellgrün */

.frame-layout-58,
.frame-layout-59,
.frame-layout-60,
.frame-layout-68 {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding-bottom: 25px;
	background-color: white;
	max-width: 250px;
	border-radius: 15px;
	position: relative;
}

.frame-layout-58 p,
.frame-layout-58 h2,
.frame-layout-59 p,
.frame-layout-59 h2,
.frame-layout-60 p,
.frame-layout-60 h2,
.frame-layout-68 p,
.frame-layout-68 h2 {
	padding: 17px 20px 5px 25px;
	margin: 0;
	color: white;
	line-height: 1.7rem;
	border-radius: 15px;
}

.frame-layout-58 h2,
.frame-layout-59 h2,
.frame-layout-60 h2,
.frame-layout-68 h2 {
	padding: 15px 25px 40px 25px;
	font-size: 1.12rem;
}

.frame-layout-58 p,
.frame-layout-59 p,
.frame-layout-60 p,
.frame-layout-68 p {
 	margin-top: 15px;
}

.frame-layout-58 h2 a,
.frame-layout-59 h2 a,
.frame-layout-60 h2 a,
.frame-layout-68 h2 a {
	position: absolute;
	display: inline-block;
	width: 90%;
	height: 90%;
}

.frame-layout-58 a,
.frame-layout-59 a,
.frame-layout-60 a,
.frame-layout-68 a {	
	color: white;
}

.frame-layout-58 ul,
.frame-layout-59 ul,
.frame-layout-60 ul,
.frame-layout-68 ul {
	margin: 0 20px;
}

.frame-layout-58 ul li,
.frame-layout-59 ul li,
.frame-layout-60 ul li,
.frame-layout-68 ul li {
    margin-left: 25px;
    list-style-type: circle;
}

.frame-layout-58 {
	background-color: rgb(74, 129, 154);
}

.frame-layout-59 {
	background-color: rgb(51, 147, 128);
}

.frame-layout-60 {
	background-color: rgb(36, 79, 102);
}

.frame-layout-68 {
	background-color: rgb(82, 191, 169);
}


/* 61 = PEW versteckte Information für print */

.frame-layout-61 {
	display: none;
}

@media print {
	.frame-layout-61 {
		display: inline-block;
	}
}

/* 62 = PEW CSS für Sektionsindex */

.frame-layout-62 ul {
   list-style: none;
   margin-left: 0;
}
.frame-layout-62 ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) {
   list-style: none;
   font-size: 1.5rem;
	 margin-top: 0.8em;
	 margin-bottom: 0.4em;
	 line-height: 1.8rem;
   font-family: ralewayregular;
   color: rgb(36, 79, 102);
	 font-weight: normal;
}
.frame-layout-62 ul li ul li {
   background-color: var(--pewhellgruen);
   margin: 25px 0;
   padding: 15px;
   list-style: none;
}
.frame-layout-62 ul li ul li a span {
   color: white;
}


/* 63 = PEW CSS für Seitenübersicht zentriert */

@supports ((display: -ms-grid) or (display: grid)) {
	.frame-layout-63 .seitenuebersicht {
		  display: -ms-grid;
		  display: grid;
		  grid-template-columns: 1fr 1fr;
		  grid-gap: 1em;
	      justify-items: center;
	      justify-content: center;
		  hyphens: auto;
		  hyphenate-limit-chars: auto 3;
			-webkit-hyphens: auto;
			-webkit-hyphenate-limit-chars: auto 3;
			-webkit-hyphenate-limit-lines: 4;
			-ms-hyphens: auto;
			-ms-hyphenate-limit-chars: auto 3;
			-ms-hyphenate-limit-lines: 4;
	      max-width: 800px;
	        margin: auto;
			}

  .frame-layout-63 .seite {
		min-width: 300px;
		max-width: 100%;
		min-height: auto;
		float: none;
		margin-left: 0;
  }

	.frame-layout-63 .seitentitel, .frame-layout-63 .seitenbeschreibung p {
		text-align: center;
	}

	.frame-layout-63 .seitentitel h2 {
		font-size: 1.25rem;
	}

	@media (max-width: 700px) {
		.frame-layout-63 .seitenuebersicht {
		grid-template-columns: 1fr;
	}

	@media (max-width: 400px) {
		.frame-layout-63 .seite {
			min-width: 200px;
		}
	}
}
}


/* 65 = PEW Sticky */

.frame-layout-65 {
    position: relative; 
    z-index: 500;
  }

  .frame-layout-65-sticky {
	position: fixed;
	top: 0px;
	max-width: 350px;
	background-color: #F9F9FA;
  }


/* 66 = Überstehende Elemente scrollbar */

.frame-layout-66 {
    width: 100%;
    overflow-x: auto;
}

/* 67 = PEW Textbox pewmittelblau + 68 = PEW Textbox pewhellgrün oben definiert */

/*==========================================
  Partials
  ======================================= */

	/* languagemenu
	====================================== */

.languagemenu, .languagemenu a {
	font-size: 11px;
	color: white;
	padding: 5px;
	cursor: pointer;
	line-height: 0;
}

.languagemenu .curlang a {
	cursor: default;
}



/* =============================================
  Extensions
  ============================================= */

/* Fluid styled Content */

/*media all*/
.ce-gallery img {
    display: block;
    width: 100%;
}



/* Kategorienauswahl (eigene Extension)
	======================================== */

.category-filter-list {
	font-family: ralewayregular;
	color: #444444;
}

.category-filter-list .category-filter-entry {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}

.category-filter-list input {
	margin-right: 5px;
}



/* News Extension
	======================================== */


/* Kategorienauswahl */

/* Basic Styling */
.catlist {
  font-size: 14px;
}

.catlist ul {
    margin: 0px 20px;
}

.catlist ul li:first-child {
    margin-top: 5px;
}

.catlist a {
	line-height: 1.1;
}

.catlist .news .active {
	background-color: rgb(82, 191, 169);
	color: white;
}

.catlist .news a {
	padding: 3px 0px;
	border-radius: 3px;
}

.catlist ul li {
  padding-bottom: 10px;
	list-style: none;
}



/* Toggle */

.catlist-check {
    opacity: 0.0;
		cursor: pointer;
}

.catlist ul li a {
  position: relative;
	cursor: not-allowed;
}

.catlist ul li a::before {
	content: '+';
	display: inline-block;
	position: absolute;
	font-family: ralewaysemibold;
	right: -15px;
	-webkit-transform: scale(1.8);
	    -ms-transform: scale(1.8);
	        transform: scale(1.8);
	color: rgb(137, 187, 201);
	top: 2px;
	opacity: 1;
	z-index: -1;
	cursor: pointer;
}

.catlist ul li ul li a::before {
	display: none;
}

.catlist ul li ul li a {
	cursor: pointer;
}

.catlist ul li ul {
	display: none;
}

.catlist-check:checked ~ ul {
	display: block;
}


/* .minus {
	font-weight: bold;
	color: red;
}
.plus {
	color: green;
	font-weight: bold;
} */


/* Detailansicht News/ Detail*/

.news-text-wrap {
	margin-top: 3px;
	font-family: ralewayregular;
	hyphens: auto;
}

.artikelansicht {
	font-size: 16px;
	position: relative;
	max-width: 800px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background-color: white;
	margin: 20px auto;
	padding: 20px 40px;
	padding: 3rem;
	padding-top: 2rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

 .artikelansicht .header-projekte h1 {
	font-family: ralewayregular;
 }

@media (max-width: 830px) {
	.artikelansicht {
		margin: 0 auto;
		padding: 2rem;
	}
}

@media (max-width: 430px) {
	.artikelansicht {
		margin: 0 auto;
		padding: 1rem;
	}
}

.artikelansicht h1 {
	font-family: Georgia, ralewaysemibold;
	color: rgb(36, 79, 102);
}
.news-list-tags {
	font-family: ralewaysemibold;
	color: rgb(74, 129, 154);
}

.artikelansicht .news-list-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin: 5px 0 10px 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.artikelansicht .pew-cat {
	font-family: ralewayregular;
	font-size: 14px;
	color: #888;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	background-color: rgba(0,0,0,.05);
	border-radius: 4px;
}

@media (max-width: 630px) {
	.artikelansicht .news-list-category {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 5px 0 20px 0;
	}
	.artikelansicht .pew-cat {
		margin: 5px 0 0 0;
	}
}

.artikelansicht .header {
	margin-top: 10px;
}

.artikelansicht .news-list-author,
.artikelansicht .news-list-date,
.lesedauer p  {
	font-family: ralewaylight;
	margin-top: 5px;
	color: #888;
}

#reading-time {
	padding: 0;
	margin: 0;
}

.artikelansicht .teaser-text {
	font-family: ralewaymedium;
	font-size: 100%;
	color: rgba(0,0,0,.05);
	padding-bottom: 10px;
}
.artikelansicht .teaser-text p {
	color: #888;
}
.artikelansicht .teaser-text .pew-untertitel {
	color: rgb(74, 129, 154);
}

.news-single .article .news-img-wrap {
	float: none;
	width: 113.6%;
  margin: 0px 0 0 -6.75%;
  left: 50%;
	background-color: rgba(0,0,0,0);
}

.artikelansicht .news-img-caption {
	font-family: ralewaylight;
	font-size: 13px;
	padding-bottom: 10px;
	margin: 0 30px;
}

.artikelansicht .video figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.artikelansicht .video .video-caption {
	margin: 0;
}

.artikelansicht .image-caption {
	font-family: ralewaylight;
	font-size: 13px;
	padding: 8px 0;
	color: #888;
	}

.artikelansicht .news-related-links ul {
	margin-left: 0;
}

.artikelansicht .news-related-links li {
	list-style: none;
}

.artikelansicht .news-related-links a {
	display: inline-block;
	margin-bottom: 10px;
}

.artikelansicht .news-related-links {
	display: inline-block;
	background-color: rgba(0,0,0,.05);
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}

.footer-projekte {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.footer-projekte .news-list-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	margin-bottom: 20px;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.footer-projekte .news-list-date .creation-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	margin-right: 10px;
}

.footer-projekte .news-list-date .modified-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.footer-projekte .news-list-date .creation-date p, .modified-date p {
	margin-right: 5px;
}


/* Listenansicht Artikel und Projekte*/

.artikelItem {
	background-color: white;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	word-wrap: break-word;
}

.artikelItem .card-text {
	padding: 18px;
	padding: calc(1rem + 0.5vw);
	padding-top: 0.5rem;
}

.artikelItem h3 {
	color: rgb(36, 79, 102);
}

.artikelItem .news-img-wrap {
	padding-bottom: 10px;
}

.ratio-box {
	position: relative;
	display: block;
}

.ratio-box::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.6666666667%;
}

.artikelItem img {
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.artikelItem h3 {
	font-family: Georgia;
}
.artikelItem .header {
	margin-bottom: 2px;
}

.artikelItem .teaser-text {
	font-size: 14px;
	padding-top: 10px;
}

.artikelItem .news-list-author {
	font-size: 14px;
	margin: 10px 0;
}

.artikelItem .footer {
	font-size: 14px;
}

.artikelItem .footer .news-list-date, .news-list-author {
	color: #888;
}

/* Hovereffekt für Listenansicht  */

.artikelItem {
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
 	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
 	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.artikelItem:hover,
.artikelItem:focus {
	-webkit-animation-duration: 0.25s;
	        animation-duration: 0.25s;
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
          box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


@media (max-width: 630px) {
	.artikelItem .news-img-wrap {
		display: none;
	}
}


/* Listenansicht ArtikelItem/ Ergänzungen für Projektvorstellungen*/

.pew-projekttitel {
	font-family: ralewaylight;
}


/* Listenansicht KompaktItem (für Veranstaltungen, Ausschreibungen und Jobs)*/

.kompakt-item {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.kompakt-date p {
	display: inline;
}

.kompakt-item-date {
	font-weight: bold;
}

.kompakt-item a {
	color: #444;
}

/* Hovereffekt News Kompakt */

/* .kompakt-item::after {
    content:'';
    position: absolute;
    display: block;
    background-color: rgb(74, 129, 154);
    bottom: -5px;
    left: 5%;
    width: 90%;
		height: 2px;
    opacity: 0;
} */
/*
.kompakt-item:hover::after,
.kompakt-item:focus::after {
-webkit-transition: all 2s cubic-bezier(.30,1.13,0,.91);
-o-transition: all 2s cubic-bezier(.30,1.13,0,.91);
transition: all 2s cubic-bezier(.30,1.13,0,.91);
opacity: 1;
} */

.kompakt-item:hover, .kompakt-item:focus {
    background-color: rgba(74, 129, 154, 0.2);
		-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	 	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	 	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


/* Listenansicht NeuigkeitsItem*/

.neuigkeits-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	background-color: white;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
 	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
 	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom: 20px;
}

.neuigkeits-item:hover,
.neuigkeits-item:focus {
	-webkit-animation-duration: 0.25s;
	        animation-duration: 0.25s;
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
          box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.neuigkeits-item .news-previewbox {
	padding: 20px 25px;
	-webkit-box-flex: 4;
	    -ms-flex-positive: 4;
	        flex-grow: 4;
	height: 100%;
}

.neuigkeits-item .news-previewbox a {
	width: 100%;
}

.neuigkeits-item .header {
	margin-bottom: 10px;
}

.neuigkeits-item .news-list-tags {
	display: block;
	margin-bottom: 10px;
}


/* Infobox für Listenansicht Neuigkeitsitems und Detailansicht Neuigkeiten
Info: Infobox der Detailansicht hat zusätzlich die Klasse news-infobox-detail  */


.news-infobox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 350px;
	max-width: 350px;
	background-color: rgb(137, 187, 201);
	color: white;
	padding: 20px 20px;
}

.news-previewbox h3 {
	margin-top: 0;
}

.kompakt-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: white;
}

.news-infobox .news-list-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	color: white;
	margin-top: 0;
}

.kompakt-date::before {
	content: '';
	display: inline-block;
	min-width: 20px;
	min-height: 20px;
	margin-right: 10px;
	background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/time.svg') no-repeat;
	background-size: contain;
}

.news-list-organizer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: white;
	hyphens: auto;
}

.news-list-organizer::before {
	content: '';
	display: inline-block;
	min-width: 20px;
	min-height: 20px;
	margin-right: 10px;
	background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/organisation.svg') no-repeat;
	background-size: contain;
}

.news-list-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: white;
	hyphens: auto;
}

.news-list-location::before {
	content: '';
	display: inline-block;
	min-height: 20px;
	min-width: 14px;
	margin-right: 10px;
	background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/location.svg') no-repeat;
	background-size: contain;
}


/* Small Screen:  Listenansicht NeuigkeitsItem*/


@media (max-width: 750px) {
	.neuigkeits-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.news-infobox {
		min-width: 100%;
	}
}


/* Pagination Listenansicht */

.news .page-navigation {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.news .page-navigation ul {
	margin: 0;
}


/* Detailansicht Neuigkeiten */

.news-backlink-wrap {
	margin-top: 15px;
}

.news-infobox-detail {
	min-width: 113.5%;
  min-height: 200px;
	margin: 0px 0 0 -6.75%;
	left: 50%;
	margin-bottom: 15px;
  background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/news-infobox.jpg') no-repeat center;
  background-size: cover;
}


/* Screen: Detailansicht Neuigkeiten */
@media (min-width: 600px) {


	.news-infobox-detail {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;

	}

	.news-infobox-detail .kompakt-date {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 33.33333%;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		padding: 20px 0;
	}

	.news-infobox-detail .kompakt-date::before {
		margin: 0 0 10px 0;
	}

	.news-infobox-detail .news-list-organizer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 33.33333%;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		padding: 20px 0;
		text-align: center;
	}

	.news-infobox-detail .news-list-organizer::before {
		margin: 0 0 10px 0;
	}

	.news-infobox-detail .news-list-location {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 33.33333%;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		padding: 20px 0;
	}

	.news-infobox-detail .news-list-location::before {
		margin: 0 0 10px 0;
	}

}


/* Forum
========================================= */

.tx-typo3forum-pi1 .btn-primary {
	display: inline-block;
	font-size: 100%;
	font-family: ralewaylight;
	border: 0;
	margin: 0;
}

.tx-typo3forum-pi1 .btn {
	margin: 0;
}

.tx-typo3forum-pi1 textarea {
	font-family: ralewayregular;
}

.tx-typo3forum-pi1 h3 {
	color: rgb(74, 129, 154);
	font-family: ralewaylight;
}

.tx-typo3forum-pi1 .form-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.tx-typo3forum-pi1 .topic_list_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.tx-typo3forum-pi1 .form-group {
    margin-bottom: 1rem;
}

.tx-typo3forum-pi1 .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.tx-typo3forum-pi1 .card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.tx-typo3forum-pi1 .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.tx-typo3forum-pi1 nav,.nav-pills, .nav-pills-condensed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
}

.tx-typo3forum-pi1 nav {
	display: block;
}

.tx-typo3forum-pi1 ul {
	color: #444;
	line-height: 1.6;
}

.tx-typo3forum-pi1 .table, .table-striped {
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: rgba(0,0,0,0);
}

.tx-typo3forum-pi1 .table .thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.thead .table td, .table th {
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}

.tbody .table td, .table th, td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.tx-typo3forum-pi1 th {
	text-align: inherit;
}

.alert-info {
	background-color: rgba(0,0,0,.05);
	border-color: rgb(137, 187, 201);
}

.tx-typo3forum-pi1 input {
	margin: 5px 0;
}

.control-group {
	margin-bottom: 5px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item.disabled li > a:only-child::after {
	content: '';
}
.page-item.disabled li > a::after {
	content: '';
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: rgb(137, 187, 201);
	border-color: rgb(137, 187, 201);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125);
}


/* Ansicht einzelner Postings */

.tx-typo3forum-topic-show-post-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.tx-typo3forum-topic-show-post-menu .ml-1 {
	margin: 0;
	background-color: rgb(82, 191, 169);
}

.tx-typo3forum-topic-show-post-menu .ml-1:hover {
	background-color: rgb(51, 147, 128);
	-webkit-transition: ease-in-out 250ms;
	-o-transition: ease-in-out 250ms;
	transition: ease-in-out 250ms;
}

.tx-typo3forum-pi1 .nav, .nav-pills, .nav-pills-condensed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
}

.nav-pills-condensed li {
	margin: 0 15px 15px 0;
}

.nav-pills-condensed li:last-child {
	color: rgb(51, 147, 128);
	font-weight: bold;
}

.tx-typo3forum-pi1 ul.nav-pills-condensed {
	margin: 0;
}

.tx-typo3forum-pi1 .card-body {
	padding: 20px;
}

.tx-typo3forum-pi1 #user-description {
	background-color: rgba(0,0,0,.03);
	border-left: 1px solid rgba(0,0,0,.125);
}

.tx-typo3forum-pi1 #user-description .card-title {
	padding-bottom: 20px;
}

.tx-typo3forum-topic-show-post-user-link {
	color: rgb(137, 187, 201);
}

.tx-typo3forum-pi1 .text-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tx-typo3forum-pi1 .text-center img {
	margin: 5px 0 0 0;
}

.tx-typo3forum-topic-show-post-user-link {
	color: rgb(36, 79, 102);
}

.card-footer ul {
	margin: 0;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.card-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 1.25rem;
}

.col-9 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.topic_list_menu {
	margin-top: 40px;
}

.topic_list_menu a {
	color: #fff;
}

/* Indexed Search
========================================= */
.search-container label {
	display: none;
}

.search-container {
	max-width: 200px;
	border: solid 1px rgb(36, 79, 102);
	border-radius: 4px;
}

.search-container input[type=text]::-webkit-input-placeholder {
	color: rgb(36, 79, 102);
	opacity: 1;
}

.search-container input[type=text]:-ms-input-placeholder {
	color: rgb(36, 79, 102);
	opacity: 1;
}

.search-container input[type=text]::-ms-input-placeholder {
	color: rgb(36, 79, 102);
	opacity: 1;
}

.search-container input[type=text]::placeholder {
	color: rgb(36, 79, 102);
	opacity: 1;
}

.search-container input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(36, 79, 102);
	opacity: 1;
}

.search-container input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: rgb(36, 79, 102);
	opacity: 1;
}

.search-container input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: rgb(36, 79, 102);
}

.search-container input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: rgb(36, 79, 102);
	opacity: 1;
}

.search-container input[type=text] {
	margin: 0 auto;
	padding: 3px 0px 3px 5px;
	border-radius: 4px;
  font-size: 12px;
	margin: 0 auto;
  border: none;
	background-color: rgba(0,0,0,0);
	color: rgb(36, 79, 102);
}

.search-container button {
	margin: 0;
	background-color: rgba(0,0,0,0);
  font-size: 12px;
  border: none;
  cursor: pointer;
}



/* Indexed search: Template Search
========================================= */

.tx-indexedsearch-info-sword {
	padding: 5px 0;
}


/* Indexed search: Suchergebnisse
========================================= */
.tx-indexedsearch-info-sword {
	margin-top: 20px;
}

.tx-indexedsearch-res {
	max-width: 800px;
	padding: 0 20px 20px 0;
	margin: 15px 0;
}

.tx-indexedsearch-res::after {
	content: '';
	display: table;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid rgb(51, 147, 128);
	clear: both;
}

.tx-indexedsearch-header {
	padding-bottom: 30px;
}

.tx-indexedsearch-icon {
	float: left;
}

.tx-indexedsearch-title {
	float: left;
}

.tx-indexedsearch-percent {
	float: right;
	background-color: rgb(51, 147, 128);
	color: white;
	padding: 0 5px;
	border-radius: 10px;
	font-size: 14px;
}

.tx-indexedsearch-description {
	clear: both;
	text-align: left;
	line-height: 1.3;
}

.tx-indexedsearch-info {
	padding: 10px 0 20px 0;
	line-height: 1.6;
}

.tx-indexedsearch-info dt{
	font-weight: bold;
	color: rgb(51, 147, 128);
}
.tx-indexedsearch-info dd {
	margin-right: 20px;
	color: #444;
}

.tx-indexedsearch-text-item-crdate {
	float: left;
}

.tx-indexedsearch-text-item-mtime {
	float: left;
}
.tx-indexedsearch-time {
	margin-bottom: 5px;
}
.tx-indexedsearch-text-item-path {
	float: left;
}
.tx-indexedsearch-text-item-path a {
	color: #444;
}

/* Seitenzahlen */

.tx-indexedsearch-browsebox ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.tx-indexedsearch-browsebox ul li {
  margin-right: 15px;
  font-size: 14px;
}




/*===========================================
  Header (mobil)
  ====================================== */

.headerbox {
	background: rgb(137, 187, 201);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	height: 80px;
	position: relative;
	margin-bottom: 10px;
}


/* LanguageMenu */
.languagemenu {
	float: left;
	margin: 5px;
}

.languagemenu .curlang a {
	background-color: rgba(255,255,255,0.2);
}


/* Logo
============================================== */
.logo-short-sticky {
	display: none;
}

.logo-grid {
	float: left;
}

.mainnavigation .logo-grid img {
	z-index: -1;
	display: block;
	-o-object-fit: scale-down;
	   object-fit: scale-down;
	max-height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 11px 0px 11px 40px;
	float: left;
	max-width: 232px;
	-webkit-filter: grayscale(1) brightness(10);
	        filter: grayscale(1) brightness(10);
}

/* Social Media Icons
============================================= */

.social-grid {
	float: right;
	padding-right: 6px;
	padding-top: 8px;
}

.social-grid .pew-newsletter::before {
	content: '';
	display: inline-block;
	min-width: 23px;
	min-height: 15px;
	margin-right: 10px;
  background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/newsletter.svg') no-repeat;
	background-size: contain;
	opacity: 0.5;
}

.social-grid .pew-slack::before {
	content: '';
	display: inline-block;
	min-width: 15px;
	min-height: 15px;
	margin-right: 10px;
  background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/slack.svg') no-repeat;
	background-size: contain;
	opacity: 0.5;
}

.social-grid .pew-twitter::before {
	content: '';
	display: inline-block;
	min-width: 17px;
	min-height: 15px;
	margin-right: 10px;
  background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/twitter.svg') no-repeat;
	background-size: contain;
	opacity: 0.5;
}

.social-grid .pew-rss::before {
	content: '';
	display: inline-block;
	min-width: 15px;
	min-height: 15px;
	margin-right: 10px;
  background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Icons/rss.svg') no-repeat;
	background-size: contain;
	opacity: 0.5;
}

@media (max-width: 550px) {
	.social-grid .pew-newsletter::before, .social-grid .pew-slack::before, .social-grid .pew-twitter::before, .social-grid .pew-rss::before  {
		min-height: 10px;
		margin: 4px 1px;
	}
}

@media (max-width: 380px) {
	.social-grid .pew-slack, .social-grid .pew-newsletter {
		display: none;
	}
}

@media (max-width: 330px) {
	.social-grid .pew-rss {
		display: none;
	}
}

@media (max-width: 310px) {
	.social-grid .pew-twitter {
		display: none;
	}
}

.pew-rss:hover::before, .pew-twitter:hover::before, .pew-slack:hover::before, .pew-newsletter:hover::before,
.pew-rss:focus::before, .pew-twitter:focus::before, .pew-slack:focus::before, .pew-newsletter:focus::before {
	opacity: 1;
	-webkit-transition: ease-in-out 250ms;
	-o-transition: ease-in-out 250ms;
	transition: ease-in-out 250ms;
}

.social-grid::after {
	content:'';
	display: table;
	clear: both;
}


/* Suche
====================*/

.headerbox .search-container {
	display: none;
	float: right;
	margin: 8px;
}

.headerbox input:focus {
	background-color: white;
}

#tx-indexedsearch-searchbox-button-submit p {
	line-height: 1;
}

/* Navigation
======================================== */
.mainnavigation {
	padding-bottom: 4px;
}

.mainnavigation nav {
	clear:both;
	text-align: right;
	background-color: rgb(137, 187, 201);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 187, 201)), to(rgb(36, 79, 102)));
	background-image: -webkit-linear-gradient(rgb(137, 187, 201), rgb(36, 79, 102));
	background-image: -o-linear-gradient(rgb(137, 187, 201), rgb(36, 79, 102));
	background-image: linear-gradient(rgb(137, 187, 201), rgb(36, 79, 102));
	width: 100%;
	display: none;
	-webkit-transform: scale(1, 0);
	    -ms-transform: scale(1, 0);
	        transform: scale(1, 0);
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	-webkit-transition: -webkit-transform 400ms ease-in-out;
	transition: -webkit-transform 400ms ease-in-out;
	-o-transition: transform 400ms ease-in-out;
	transition: transform 400ms ease-in-out;
	transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
	padding: 5px 0;
	margin-top: 38px;
}

.mainnavigation nav ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
}

.mainnavigation nav ul ul {
	font-weight: normal;
}

.mainnavigation nav a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.75rem;
	opacity: 0;
	-webkit-transition: 100ms ease-in-out;
	-o-transition: 100ms ease-in-out;
	transition: 100ms ease-in-out;
	padding-right: 16px;
}

nav ul li ul li a:hover {
	color: rgb(36, 79, 102);
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.mainnavigation nav a:focus {
  background-color: rgb(137, 187, 201);
  color: white;
}

.mainnavigation ::-moz-focus-inner {
  border: none;
}


/* Navigation Toggle
========================================= */
.nav-toggle-label {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: rgb(226, 235, 237);
	cursor: pointer;
}

.nav-toggle-label span {
	font-size: 40px;
	user-select: none;
	-moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.nav-toggle-label::after {
	display: table;
	content: '';
	clear: both;
}

/* Toggle */
.nav-toggle {
	display: none;
}

/* Klickaktionen */
.nav-toggle:checked ~ nav {
	display: block;
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.nav-toggle:checked ~ nav a {
	opacity: 1;
	-webkit-transition: opacity 250ms ease-in-out 250ms;
	-o-transition: opacity 250ms ease-in-out 250ms;
	transition: opacity 250ms ease-in-out 250ms;
}

.nav-toggle:checked ~ .search-container {
	display: block;
}

/* Header: Screen
   ==================================== */

@media screen and (min-width: 1120px) {
	.nav-toggle-label {
		display: none;
	}

	#logo-short-sticky {
        display: inline;
        position: fixed;
        background-color: white;
        padding: 8px 10px 6px 10px;
      left: 30px;
        width: 90px;
        -webkit-box-shadow: 0px 2px 18px -2px rgba(0,0,0,0.4);
                box-shadow: 0px 2px 18px -2px rgba(0,0,0,0.4);
        border-radius:  4px;
				transition: cubic-bezier(0,.64,.2,.92) 350ms;
    }

  .logo-short-sticky img {
      padding-top: 5px;
  }

	.logo-short-sticky {
		top: -4px;
	}

  .logo-short-oben {
      top: -140px;
  }


	.mainnavigation .logo-grid img {
		max-height: 80px;
		position: static;
		padding: 0;
		-webkit-filter: unset;
			        filter: unset;
	}

	.headerbox {
		background-color: rgba(0,0,0,0);
		background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/header.jpg') no-repeat;
		background-size: contain;
		-webkit-box-shadow: none;
		        box-shadow: none;
		height: auto;
	}

	.preheader {
		background-color: rgba(255,255,255,0.0);
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	/* Sprachmenü */
	.languagemenu {
		float: left;
		margin: 10px;
		padding-top: 11px;
	}

	/* Aktuelle Sprache nicht als Link anzeigen */
	.languagemenu .curlang a {
		cursor: default;
		background-color: rgba(255,255,255,0.3);
	}

	.languagemenu a:hover {
		background-color: rgba(255,255,255,0.9);
		-webkit-transition: ease-in-out 250ms;
		-o-transition: ease-in-out 250ms;
		transition: ease-in-out 250ms;
		color: #444;
	}

	/* social media */

	.social-grid {
		float: right;
		margin: 5px 0px;
	}

	.social-grid a {
		font-size: 30px;
	}

	.navigation-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		    -ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	/* Beginn Navigation  */

	.navigation-grid nav {
		all: unset;
		clear: none;
		text-align: left;
		background-color: transparent;
		background-image: none;
		width: auto;
		display: inline;
		-webkit-transform: scale(1, 1);
		    -ms-transform: scale(1, 1);
		        transform: scale(1, 1);
		padding: 0;
		float: left;
		margin-top: 0px;
	}

	.navigation-grid nav ul {
		all: unset;
		font-weight: normal;
		margin: 0;
		padding: 0;
		float: left;
	}

	.navigation-grid nav ul li {
		all: unset;
		display: inline-block;
	}

	.navigation-grid nav a {
		all: unset;
		display: block;
		color: rgb(36, 79, 102);
		opacity: 1;
		-webkit-transition: 100ms ease-in-out;
		-o-transition: 100ms ease-in-out;
		transition: 100ms ease-in-out;
		cursor: default;
		padding: 10px 14px;
		text-decoration: none;
		font-family: ralewaylight;
		font-size: 16px;
		text-align: left;
	}

	.navigation-grid nav ul li ul {
		border: 1px solid #ccc;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
						box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	}

	.navigation-grid nav ul li ul li a {
		cursor: pointer;
	}

	.mainnavigation nav ul ul::before {
		display: none;
	}

	.navigation-grid nav ul li ul li a:hover {
		cursor: pointer;
		color: white;
	}

	.navigation-grid nav ul li ul li:hover {
		background: rgb(137, 187, 201);
		-webkit-transition: ease-in-out 350ms;
		-o-transition: ease-in-out 350ms;
		transition: ease-in-out 350ms;
	}

	/* Hide Dropdowns by Default */
	.navigation-grid nav ul ul {
		display:none;
		position:absolute;
		background: white;
	}

	.navigation-grid nav ul ul li {
		width:170px;
		float:none;
		display: list-item;
		list-style: none;
		position: relative;
	}

	/* Display Dropdowns on Hover */
	.navigation-grid nav ul li:hover > ul {
		display:block;
	}

	/* Dropdown symbol */
	li > a:after { content:  ''; }
	li > a:only-child:after { content: ''; }

	.headerbox .search-container {
		display: block;
		float: right;
		margin: 0;
	}

	/* Letztes Element in Navigation hervorheben (Spendenbutton) */

	.navigation-grid nav ul:last-of-type {
		background-color: rgba(137, 187, 201, 0.7);
	}

	.navigation-grid nav ul:last-of-type a {
		color: white;
	}

	.navigation-grid nav ul ul:last-of-type {
		background-color: white;
	}

	.navigation-grid nav ul ul:last-of-type a {
		color: rgb(36, 79, 102);
	}
}


/* Für Bildschirme über 2000px wird Grafik entfernt */

@media (min-width: 2100px) {
	.headerbox {
		background-image: none;
		background-color: #F9F9FA;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	}
    .preheader {
        background-color: rgb(137, 187, 201);
        margin-bottom: 10px;
    }

}

/* ==========================================
Footer
============================================= */

.pew-footer {
	background-color: rgba(0,0,0,0);
	background-image: -o-linear-gradient(rgb(82, 191, 169), rgb(51, 147, 128));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 191, 169)), to(rgb(51, 147, 128)));
	background-image: linear-gradient(rgb(82, 191, 169), rgb(51, 147, 128));
	margin-top: 40px;
	position: relative;
}

.footer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,.3);
	        box-shadow: 0px 5px 5px -2px rgba(0,0,0,.3);
	padding-bottom: 20px;
}

.nahhaft-initiative {
	max-width: 100%;
	text-align: center;
	margin-top: 30px;
}

.nahhaft-initiative p {
	font-size: 0.75rem;
	color: white;
}

.nahhaft-initiative img {
	max-width: 100px;
	margin: 2px 0 5px 0;
	z-index: 23;
}

.footer-nav {
	margin-bottom: 20px;
}

.footer-nav li {
	float: left;
	margin: 5px 5px;
	list-style: none;
}

.footer-nav a {
	text-decoration: none;
	color: white;
	background-color: rgb(51, 147, 128);
	font-size: .70rem;
	padding: 0.3rem;
	border-radius: 4px;
}

/* JWeiland Logo */

.jweiland p {
    color: white;
    font-size: 0.75rem;
    line-height: 1;
}

.jweiland {
    width: 100%;
    text-align: center;
}
.jweiland img {
    max-width: 130px;
}

/* Copyright */

.copyright {
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 50;
}

.copyright p {
	color: white;
	font-size: .70rem;
}


@media (max-width: 430px) {
	.footer-nav li {
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer-nav a {
		text-align: center;
	}
}


/* Footer: Screen
	 ====================================== */
@media (min-width: 650px) and (max-width: 2000px) {

	.footer-container {
		background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/footer.jpg') no-repeat;
		background-size: cover;
	}
}

@media (min-width: 650px) {

	.footer-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}

	.nahhaft-initiative {
		float: none;
		width: 100%;
		margin-bottom: 0;
		padding: 65px 0 0px 0;
	}

	.nahhaft-initiative p {
		color: rgba(255,255,255,255);
	}

	.footer-nav {
		padding-bottom: 20px;
		padding-bottom: 10px;
	}

	.footer-nav ul {
		padding: 0;
		margin: 0;
	}

	.footer-nav li {
		margin-bottom: 0rem;
		margin-left: 1.2rem;
		margin-right: 1.2rem;
	}

	.footer-nav a {
		background-color: transparent;
		font-size: .70rem;
		padding: 0;
		border-radius: 0px;
		color: white;
		font-size: 100%;
		font-size: calc(0.65rem + 0.2vw);
		opacity: 1;
		cursor: pointer;
	}

	.footer-nav a::after {
		content: '';
		display: block;
		height: 1px;
		background: rgba(255,255,255,255);
		-webkit-transform: scale(0, 1);
		    -ms-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transition: ease-in-out 250ms;
		-o-transition: ease-in-out 250ms;
		transition: ease-in-out 250ms;
	}

	.footer-nav a:hover::after, .footer-nav a:focus::after {
		-webkit-transform: scale(1, 1);
		    -ms-transform: scale(1, 1);
		        transform: scale(1, 1);
	}

}



/* =============================================
  Templates
  =========================================== */

	/* Vier Abschnitte
	   ======================================= */


.abschnitt2 .frame-layout-4 {
	margin: 13px auto;
	max-width: 400px;
}

@media (min-width: 700px) {
	.abschnitt2 .pew-main-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.abschnitt2 .frame-layout-4 {
			max-width: 40%;
	}
}

@media (min-width: 900px) {
	.abschnitt2 .frame-layout-4 {
			max-width: 22%;
	}
}

@media (min-width: 800px) {
    @supports ((display: -ms-grid) or (display: grid)) {
        .abschnitt2 .frame-layout-4 {
            max-width: 350px;
						margin: 0;
        }
        .abschnitt2 .pew-main-content {
             display: -ms-grid;
             display: grid;
            grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
            grid-gap: 50px;
        }
    }
}

.abschnitt4 .frame-layout-13	{
	max-width: 250px;
	margin: 15px auto;
}

@media (min-width: 500px) {
		.abschnitt4 .pew-main-content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-ms-flex-pack: distribute;
			    justify-content: space-around;
			-webkit-box-align: baseline;
				-ms-flex-align: baseline;
					align-items: baseline;
		}

		.abschnitt4 .frame-layout-13 {
				max-width: 40%;
		}
}

@media (min-width: 800px) {
		.abschnitt4 .frame-layout-13 {
				max-width: 27%;
		}
}

@media (min-width: 1000px) {
		.abschnitt4 .frame-layout-13 {
				max-width: 20%;
		}
}












/* Home aka. Startseite
	 ======================================= */

/* Startbereich */
.pew-home-template .start {
	padding-bottom: 15px;
}

.pew-home-template .start .ce-above .ce-bodytext {
	margin-top: 10px;
}

.pew-home-template .start .frame-layout-5 .ce-center .ce-inner {
	width: 60%;
}


/* Mitmachen */


.mitmachen .pew-container .frame {
	text-align: center;
	padding: 50px 5px;
}

.mitmachen form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.mitmachen {
	background-color: rgb(82, 191, 169);
	background-image: -webkit-radial-gradient(60px 40px,
      farthest-corner,
      #77d5c2 0%, #339380 100%);
	background-image: -o-radial-gradient(60px 40px,
      farthest-corner,
      #77d5c2 0%, #339380 100%);
	background-image: radial-gradient(farthest-corner at 60px 40px,
      #77d5c2 0%, #339380 100%);
	padding: 0px 30px 30px 30px;
	min-height: 350px;
}

.mitmachen .frame-layout-15 input {
	background-color: rgba(0,0,0,0);
}

.mitmachen .frame-layout-15 input:focus {
  background: white;
}

@media (min-width: 800px) and (max-width: 2000px) {

	.mitmachen {
		background-color: rgb(51, 147, 128);
		background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/mitmachen.jpg') no-repeat;
		background-size: cover;
		width: 100%;
	}

}


.mitmachen p, .mitmachen h2, .mitmachen h3, .mitmachen a {
	color: white;
}

.mitmachen p {
	margin-bottom: 10px;
}

.mitmachen .btn-group, .mitmachen .form-group {
	margin: 0;
	padding: 0;
}

.mitmachen .btn {
  border: 1px solid white;
	border-radius: 4;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  margin: 5px 10px 0px 10px;
  cursor: pointer;
	font-family: ralewayregular;
}

.mitmachen label {
	display: none;
}


.mitmachen .btn:hover,
.mitmachen .btn:focus {
	background-color: white;
    color: rgb(51, 147, 128);
	-webkit-transition: ease-in-out 550ms;
	-o-transition: ease-in-out 550ms;
	transition: ease-in-out 550ms;
	filter:none;
}


.mitmachen input {
    border: 1px solid white;
		min-width: 400px;
		margin: 5px 0px 0 0;
		font-family: ralewaylight;
}

@media (max-width: 600px) {
	.mitmachen input {
			min-width: 200px;
	}
}


.mitmachen ::-webkit-input-placeholder {
  color: white;
  opacity: 0.7; /* Firefox */
}


.mitmachen :-ms-input-placeholder {
  color: white;
  opacity: 0.7; /* Firefox */
}


.mitmachen ::-ms-input-placeholder {
  color: white;
  opacity: 0.7; /* Firefox */
}


.mitmachen ::placeholder {
  color: white;
  opacity: 0.7; /* Firefox */
}


/* PEW Neuigkeiten*/

.neuigkeiten {
	padding: 40px 0;
}

.neuigkeiten .ce-gallery img {
	padding: 0 40px;
	max-width: 350px;
}

.neuigkeiten .ce-bodytext {
	padding: 0 20px;
}

.neuigkeiten .ce-textpic {
    display: flex;
}

.neuigkeiten .ce-textpic .ce-gallery {
    flex: 1;
    display: flex;
}

.neuigkeiten .ce-textpic .ce-bodytext {
    flex: 2;
}


/* Termine aka. Newsobjekte */

.pew-home-template .pew-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: white;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	padding: 40px 0;
	min-height: 60vh;
}

.pew-news .pew-main-content {
	width: 90%;
}

.pew-news .pew-ausschreibungen, .pew-news .pew-veranstaltungen, .pew-news .pew-jobs {
	padding: 15px 0;
}

.pew-news .pew-main-content .pew-veranstaltungen {
	background-color: rgba(0,0,0,.05);
}

.pew-news .no-news-found {
	text-align: center;
	padding-bottom: 15px;
}

@media (min-width: 800px) {

	.pew-news .pew-main-content {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.pew-news .pew-main-content .pew-ausschreibungen {
		width: 30%;
	}

	.pew-news .pew-main-content .pew-veranstaltungen {
		width: 30%;
		background-color: rgba(0,0,0,0);
	}

	.pew-news .pew-main-content .pew-jobs {
		width: 30%;
	}
}

/* Neueste Artikel */

.pew-home-template .pew-artikel {
	padding: 30px 0;
}

.pew-home-template .pew-artikel .artikelItem {
  margin: 20px 0;
}

.pew-home-template .artikelItem .news-img-wrap {
	display: inline;
}

@media (min-width: 630px) {

  .pew-home-template .pew-artikel .news-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
  }

  .pew-home-template .pew-artikel .artikelItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .pew-home-template .pew-artikel .artikelItem:first-child {
    margin-right: 10px;
  }

}

@media (min-width: 930px) {
  .pew-home-template .pew-artikel .artikelItem {
    /* -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; */
    max-width: 32%;
  }

  .pew-home-template .pew-artikel .artikelItem:first-child {
    margin-right: 0px;
  }

}




/* Anmeldung zum Newsletter */
.pew-newsletter-signup {
	background-color: rgb(74, 129, 154);
	background-image: -webkit-radial-gradient(1000px 200px,
      farthest-corner,
      #89bbc9 0%, #244F66 100%);
	background-image: -o-radial-gradient(1000px 200px,
      farthest-corner,
      #89bbc9 0%, #244F66 100%);
	background-image: radial-gradient(farthest-corner at 1000px 200px,
      #89bbc9 0%, #244F66 100%);
	min-height: 300px;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
	margin: 20px 0;
}

.pew-newsletter-signup .pew-container {
		margin: auto;
		padding: 50px 0;
}

@media (min-width: 800px) and (max-width: 2000px) {

	.pew-newsletter-signup {
		background-color: rgb(74, 129, 154);
		background: url('../../../_assets/a3c6fe370383cdd89cb56bd4cf74008c/Images/newsletter-background.jpg') no-repeat;
		background-size: cover;
		width: 100%;
	}

}

.pew-newsletter-signup {
	color: white;
}

.pew-newsletter-signup .pew-container p {
	color: white;
}

.pew-newsletter-signup .pew-container h2{
	color: white;
}


/* Neueste Projektvorstellungen */

.pew-home-template .pew-projekte {
	padding: 30px 0 0 0;
}

.pew-home-template .pew-projekte .artikelItem {
  margin: 10px 0;
	background-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0;
}

.pew-home-template .pew-projekte .artikelItem .ratio-box {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.pew-home-template .pew-projekte .artikelItem:hover img,
.pew-home-template .pew-projekte .artikelItem:focus img {
    -webkit-filter: saturate(0.5);
            filter: saturate(0.5);
    -webkit-transition: ease-in-out 550ms;
    -o-transition: ease-in-out 550ms;
    transition: ease-in-out 550ms;
}


.pew-home-template .pew-projekte .artikelItem .card-text {
	padding: 10px 0px;
}

@media (min-width: 620px) {

  .pew-home-template .pew-projekte .news-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .pew-home-template .pew-projekte .artikelItem {
    /* -webkit-box-flex: 1;
        -ms-flex: 1;
          	flex: 1; */
    max-width: 46%;
  }


}


/* Zwei Spalten
   ==================================== */


	 @media (min-width: 880px) {
	 	.zwei-spalten {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

		.zwei-spalten .rechts, .zwei-spalten .links {
			width: 48%;
		}

	 }




/* Breite Spalte Links
   ==================================== */

@media (min-width: 880px) {
	.breite-spalte-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.breite-spalte-links .normal {
		width: 64%;
	}

	.breite-spalte-links .rechts {
		width: 31%;
	}

 }


 /* Breite Spalte Rechts
    ==================================== */

 @media (min-width: 880px) {
 	.breite-spalte-rechts {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-webkit-box-orient: horizontal;
 		-webkit-box-direction: normal;
 		    -ms-flex-direction: row;
 		        flex-direction: row;
 		-webkit-box-pack: justify;
 		    -ms-flex-pack: justify;
 		        justify-content: space-between;
 	}

 	.breite-spalte-rechts .normal {
 		width: 64%;
 	}

 	.breite-spalte-rechts .links {
 		width: 31%;
 	}

}



/* Drei Spalten
	 ==================================== */


@media (min-width: 880px) {
 .drei-spalten {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	     -ms-flex-direction: row;
	         flex-direction: row;
	 -webkit-box-pack: justify;
	     -ms-flex-pack: justify;
	         justify-content: space-between;
 }

 .drei-spalten .normal, .drei-spalten .links, .drei-spalten .rechts {
	 max-width: 31%;
 }


}






/* CatlistLeft
   ==================================== */

.pew-catlist-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pew-catlist-left .catlist {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.pew-catlist-left .normal {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

.pew-catlist-left .catlist .pew-container {
  background-color: rgba(0,0,0,.05);
  padding: 0 0 10px 5px;
	margin-bottom: 15px;
}


.pew-catlist-left .news-list-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.pew-catlist-left .artikelItem {
	width: 300px;
	margin: 0 10px 25px 10px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}



@media (max-width: 700px) {
	.pew-catlist-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}


/* Artikelansicht
	==================================== */

.pew-comments {
	padding: 1rem;
	max-width: 800px;
}


/* Ziele
	==================================== */
.pew-ziele-grafik {
	max-width: 400px;
	margin: auto;
	padding: 8px 0 0 0;
}

@media (min-width: 880px) {
	.pew-ziele {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.pew-ziele-ziele {
		max-width: 56%;
	}

	.pew-ziele-grafik {
		max-width: 40%;
	}
}


.pew-ziele-flexbox .pew-main-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}

.pew-ziele-flexbox .pew-main-content .frame {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 300px;
	max-width: 500px;
	margin: 20px;
	text-align: center;
}


/* Flexbox: Drei Spalten
	==================================== */
@media (min-width: 880px) {
  .flexbox-drei {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.flexbox-drei .frame {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}

/* Steckbrief: NEuropa
	==================================== */
.steckbrief {
	max-width: 900px;
}

.steckbrief h1 {
	font-family: ralewayregular;
}

.steckbrief h2 {
	font-family: ralewaylight;
	font-size: 1.3rem;
}

.steckbrief h3 {
	font-size: 1.05rem;
}

.steckbrief .flexbox-drei {
	margin-bottom: 30px;
}

.steckbrief .flexbox-drei .frame {
	padding: 0 15px;
}


/* Ernährungsheldin
   ==================================== */
.ernaehrungsheldin-normal {
	position: relative;
}

.pew-heldin {
	position: absolute;
	bottom: -180px;
	left: -30px;
	z-index: 15;
}

.pew-heldin img {
	height: 320px;
}

.pew-held {
	position: absolute;
	bottom: -160px;
	right: -30px;
	z-index: 15;
}

.pew-held img {
	height: 350px;
}

@media (max-width: 1200px) {
	.ernaehrungsheldin-normal::after {
		display: table;
		content: '';
		clear: both;
	}

	.pew-held, .pew-heldin {
		position: static;
		margin: 50px 50px 0 50px;
		height: 180px;
		overflow: visible;
	}

	.pew-heldin {
		float: left;
		padding-top: 40px;
	}

	.pew-held {
		float: right;
	}

	.pew-held img, .pew-heldin img {
		position: relative;
	}

}

@media (max-width: 650px) {

	.pew-held, .pew-heldin {
		height: auto;
		overflow: visible;
	}

	.pew-heldin {
		display: none;
	}

	.pew-held {
		float: none;
	}

	.pew-held img {
		display: block;
		margin: 50px auto 0 auto;
	}
}


/* Wettbewerb
   ==================================== */

/* Basic setup */

.wettbewerb-item {
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

.wettbewerb-container .eins {
	text-align: center;
}

@media (min-width: 760px) {
	.wettbewerb-container .eins {
		text-align: left;
	  background-image: url('https://www.ernaehrungswandel.org/fileadmin/Website/1_Entdecken/Wettbewerb_2020/eins.png');
		width: 760px;
		height: 300px;
	}

	.wettbewerb-container .eins .frame {
		padding: 45px 222px 0px 78px;
	}
}

.wettbewerb-container .zwei {
  background-image: url('https://www.ernaehrungswandel.org/fileadmin/Website/1_Entdecken/Wettbewerb_2020/zwei.png');
	width: 391px;
	height: 341px;
}

.wettbewerb-container .zwei .frame {
	text-align: center;
	padding: 70px 71px 0  52px;
}

.wettbewerb-container .drei {
  background-image: url('https://www.ernaehrungswandel.org/fileadmin/Website/1_Entdecken/Wettbewerb_2020/drei.png');
	width: 462px;
	height: 490px;
}

.wettbewerb-container .drei .frame {
	padding: 227px 80px 0 75px;
	text-align: center;
}

.wettbewerb-container .vier {
  background-image: url('https://www.ernaehrungswandel.org/fileadmin/Website/1_Entdecken/Wettbewerb_2020/vier.png');
	width: 445px;
	height: 599px;
}

.wettbewerb-container .vier .frame {
	padding: 144px 50px;
	text-align: center;
}

.wettbewerb-container .fuenf {
	width: 540px;
	height: max-content;
	background-color: white;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	margin: 25px;
}

.wettbewerb-container .fuenf .frame {
	text-align: center;
	padding: 25px;
}

.wettbewerb-container .sechs {
  background-image: url('https://www.ernaehrungswandel.org/fileadmin/Website/1_Entdecken/Wettbewerb_2020/sechs.png');
	width: 406px;
	height: 326px;
	z-index: 200;
}

/* Mit Support für Flexbox */

@supports (display: flex) or (display: -webkit-box) or (display: -ms-flexbox){
	.wettbewerb-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

/* Mit CSS Grid Support für große Bildschirme */

@supports ((display: -ms-grid) or (display: grid)) {

	/* reset */

	.wettbewerb-container .fuenf {
		margin: 0;
	}

/* Media queries */

	@media (min-width: 1080px) {
		.wettbewerb-container {
			display: grid;
			display: -ms-grid;
			grid-template-columns: repeat(36, 30px);
			grid-template-rows: repeat(37, 30px);
		}

		.wettbewerb-container .eins {
			grid-row: 1;
			grid-column: 7;
		}

		.wettbewerb-container .zwei {
			grid-column: 1;
		  grid-row: 10;
		}

		.wettbewerb-container .drei {
			grid-column: 10;
		  grid-row: 11;
		}

		.wettbewerb-container .vier {
			grid-column: 23;
		  grid-row: 9;
		}

		.wettbewerb-container .fuenf {
			grid-column: 2;
		  grid-row: 28;
		}

		.wettbewerb-container .sechs {
			grid-column: 22;
			grid-row: 31;
		}

	}
}

/* Wettbewerb- Anleitung
   ==================================== */

.wettbewerb-anleitung .jury {
	margin: 30px 0;
}

/* Kongress
===================================*/

/* Heroimage */

.heroimage {
	height: 30vw;
	max-height: 420px;
	min-height: 300px;
	background: lightblue url("https://unsplash.it/2000/500") no-repeat center;
	overflow: hidden;
}

/* Heroimage text-transform */
.heroimage-text {
	margin: auto;
	text-align: center;
	position: absolute;
	top: 250px;
	right: 0;
	left: 0;
}

@media all and (max-width: 1120px) {
    .heroimage-text {
        top: 150px;
    }
}

.heroimage-text p, .heroimage-text h1, .heroimage-text h2 {
	color: white;
}

/* Subnavigation */

.subnavigation {
    background-color: rgb(36, 79, 102);
		width: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 5;
}
.subnatigation-inner {
	  text-align: center;
}
.subnavigation-page {
    display: inline-block;
    margin: 10px 20px;
}
.subnavigation-page a {
    color: white;
}

/* Kongress-Startseite
===================================*/

.kongress-startseite .kongress-speaker {
		background: url('https://www.ernaehrungswandel.org/fileadmin/Website/3.4_Kongress/About/Netzwerk_Hintergrund.jpg') no-repeat;
		background-size: auto;
		background-size: cover;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.kongress-startseite .kongress-speaker-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.kongress-startseite .pew-artikel {
	padding: 30px 0;
}

.kongress-startseite .pew-artikel .artikelItem {
  margin: 20px 0;
}

.kongress-startseite .artikelItem .news-img-wrap {
	display: inline;
}

@media (min-width: 630px) {

  .kongress-startseite .pew-artikel .news-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
  }

  .kongress-startseite .pew-artikel .artikelItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .kongress-startseite .pew-artikel .artikelItem:first-child {
    margin-right: 10px;
  }

}

@media (min-width: 930px) {
  .kongress-startseite .pew-artikel .artikelItem {
    /* -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; */
    max-width: 32%;
  }

  .kongress-startseite .pew-artikel .artikelItem:first-child {
    margin-right: 0px;
  }
}

/* Kongress-Speaker
===================================*/
.css-grid-medium .frame-layout-32 {
	display: inline-block;
	max-width: 350px;
	margin: 10px 20px 10px 0;
}

@supports (display: grid) {
	/* reset */
	.css-grid-medium .frame-layout-32 {
		margin: unset;
		display: unset;
		max-width: unset;
	}
	/* Autofit */
	.css-grid-medium {
		display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
	  gap: 25px;
	}

}

/* Subnavigation Startseite 2
===================================*/

/* Bereich 1 */

.subnavigation-startseite-zwei .bereich-eins {
	background: url('https://www.ernaehrungswandel.org/fileadmin/Website/3.5_PlantEurope/Netzwerk.jpg') no-repeat, -o-linear-gradient(98deg, rgba(36,79,102,1) 16%, rgba(74,129,154,1) 95%);
	background: url('https://www.ernaehrungswandel.org/fileadmin/Website/3.5_PlantEurope/Netzwerk.jpg') no-repeat, linear-gradient(352deg, rgba(36,79,102,1) 16%, rgba(74,129,154,1) 95%);
	background-size: auto;
	background-size: cover;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	padding: 15px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.subnavigation-startseite-zwei .bereich-eins h1, .subnavigation-startseite-zwei .bereich-eins h2, .subnavigation-startseite-zwei .bereich-eins h3, .subnavigation-startseite-zwei .bereich-eins h4, .subnavigation-startseite-zwei .bereich-eins p, .subnavigation-startseite-zwei .bereich-eins a, .subnavigation-startseite-zwei .bereich-eins li {
	color: #ffffff;
}

.subnavigation-startseite-zwei .bereich-eins h2 {
  text-transform: uppercase;
  font-family: ralewaysemibold;
}

/* News */

.subnavigation-startseite-zwei .pew-artikel {
	padding: 30px 0;
}

.subnavigation-startseite-zwei .pew-artikel .artikelItem {
  margin: 20px 0;
}

.subnavigation-startseite-zwei .artikelItem .news-img-wrap {
	display: inline;
}

@media (min-width: 630px) {

  .subnavigation-startseite-zwei .pew-artikel .news-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
  }

  .subnavigation-startseite-zwei .pew-artikel .artikelItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .subnavigation-startseite-zwei .pew-artikel .artikelItem:first-child {
    margin-right: 10px;
  }

}

@media (min-width: 930px) {
  .subnavigation-startseite-zwei .pew-artikel .artikelItem {
    /* -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; */
    max-width: 32%;
  }

  .subnavigation-startseite-zwei .pew-artikel .artikelItem:first-child {
    margin-right: 0px;
  }
}

/* Bereich 4 */

.subnavigation-startseite-zwei .bereich-4 {
	background-color: #ffffff;
	padding: 15px 25px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
					box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin-bottom: 30px;
}

/* Subnavigation Catlist
===================================*/

.subnavigation-catlist .pew-main-content {
	margin: 25px auto;
}

.subnavigation-catlist .pew-catlist-left .catlist .frame {
	padding: 0 20px;
}

.subnavigation-catlist .pew-catlist-left .normal .frame {
  max-width: 250px;
  float: left;
  margin-left: 15px;
}

.subnavigation-catlist .pew-main-content::after {
    display: table;
    content: "";
    clear:both;
}

/* grid Layout */

@supports ((display: -ms-grid) or (display: grid)) {

/* reset */

 .subnavigation-catlist .pew-main-content::after {
		display: none;
		content: none;
		clear: none;
	}

/* grid */

	.subnavigation-catlist .pew-catlist-left .pew-container {
	  display: -ms-grid;
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	  grid-gap: 1em;
		}

  .subnavigation-catlist .pew-catlist-left .normal .frame {
  max-width: 100%;
	min-height: auto;
  float: none;
  margin-left: 0;
  }
}

/* Subnavigation 5 Bereiche
===================================*/

/* Projektvorstellungen */

.subnavigation-fuenf-bereiche .bereich-3 .artikelItem {
  margin: 10px 0;
	padding: 0;
}

.subnavigation-fuenf-bereiche .bereich-3 .artikelItem:hover img,
.subnavigation-fuenf-bereiche .bereich-3 .artikelItem:focus img {
    -webkit-filter: saturate(0.5);
            filter: saturate(0.5);
    -webkit-transition: ease-in-out 550ms;
    -o-transition: ease-in-out 550ms;
    transition: ease-in-out 550ms;
}

@media (min-width: 620px) {

  .subnavigation-fuenf-bereiche .bereich-3 .news-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .subnavigation-fuenf-bereiche .bereich-3 .artikelItem {
    /* -webkit-box-flex: 1;
        -ms-flex: 1;
          	flex: 1; */
    max-width: 46%;
  }

}


/* Publikation
===================================*/
.pew-publication .pew-text {
	text-rendering: optimizeLegibility;
	position: relative;
	max-width: 800px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	background-color: white;
	margin: 20px auto;
	padding: 20px 40px;
	padding: 3rem;
	padding-top: 2rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pew-publication .pew-text h1,
.pew-publication .pew-text h2,
.pew-publication .pew-text h3 {
  font-weight: 800;
  color: #52bfa9;
  padding-bottom: 5px;
  padding-top: 10px;
}

/* Sticky headlines */
@supports (position: sticky) {
	@media (min-width: 800px) {

		.publication-sticky-element {
			z-index: 30;
			position: sticky;
			top: 0;
			background-color: white;
			min-height: 70px;
			padding-top: 5px;
		}

		.publication-heading-bar {
			z-index: 20;
			height: 74px;
			width: 100%;
			background-color: white;
			position: fixed;
			top: 0;
			opacity: 0;
			transition: opacity 0.2s ease-in;
		}

		.publication-heading-bar.sticky {
			opacity: 1;
			-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
			box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
		}
	}
}

@media (max-width: 830px) {
	.pew-publication .pew-text {
		margin: 0 auto;
		padding: 2rem;
	}
}

@media (max-width: 430px) {
	.pew-publication .pew-text {
		margin: 0 auto;
		padding: 1rem;
	}
}

/* Header */
.pew-publication .pew-text .header {
	display: flex;
	margin-top: 10px;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}

.pew-publication .pew-text .pew-autor p,
.pew-publication .pew-text .pew-date p,
.pew-publication .pew-text .lesedauer p  {
	font-family: ralewaylight;
	margin-top: 5px;
	color: #888;
	padding-right: 15px;
	margin-right: 15px;
}

.pew-publication .pew-text .lesedauer p,
.pew-publication .pew-text .pew-autor p {
	border-right: 1px solid #ddd;
}

/* caption */
.pew-publication .pew-text .image-caption {
	font-family: ralewaylight;
	font-size: 13px;
	padding-bottom: 10px;
	margin: 0;
}

/* Druckstile für Publikationen */

@media print {
	.publication-heading-bar {
		display: none;
	}

	#printButton {
		display: none;
	}
}

/* Created from sitepackagebuilder.com */


/* Textausrichtung */
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-justify {
	text-align: justify;
}


/* Buttons
========================================================*/

/* Button filled */

.button-filled {
	opacity: 0.8;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding: 14px 62px;
	cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	margin-bottom: 15px;
}

/* Button filled Grün  */

.filled-gruen {
	background-color: #339380;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52bfa9), to(#339380));
	background-image: -o-linear-gradient(top, #52bfa9, #339380);
	background-image: linear-gradient(top, #52bfa9, #339380);
	background-image: -moz-linear-gradient(top, #52bfa9, #339380);
}

/* Button filled Blau  */

.filled-blau {
	background-color: #4a819a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#89bbc9), to(#4a819a));
	background-image: -o-linear-gradient(top, #89bbc9, #4a819a);
	background-image: linear-gradient(top, #89bbc9, #4a819a);
background-image: -moz-linear-gradient(top, #89bbc9, #4a819a);
}

/* Button border gruen*/

.button-border-gruen {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: rgb(51, 147, 128);
	padding: 14px 62px;
	margin-bottom: 7px;
	cursor: pointer;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: linear-gradient(top, #f6f6f6, #eaeaea);
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}

/* Button border blau*/

.button-border-blau {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: rgb(74, 129, 154);
	padding: 14px 62px;
	margin-bottom: 7px;
	cursor: pointer;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: linear-gradient(top, #f6f6f6, #eaeaea);
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}

/* Hover für alle Buttons*/
.button-border-gruen:hover, .button-border-blau:hover,
.button-border-gruen:focus, .button-border-blau:focus {
 border: none;
 color: white;
 padding: 13px 61px;
 margin: 1px 1px 1px 1px;
 box-shadow: none;
 text-shadow: -0px -1px 14px rgba(255, 255, 255, 1);
}

 .button-filled:hover,
 .button-filled:focus {
	border: none;
	color: white;
	padding: 13px 61px;
	margin: 1px 1px 16px 1px;
	box-shadow: none;
	text-shadow: -0px -1px 14px rgba(255, 255, 255, 1);
}

.button-border-gruen:focus, .button-border-blau:focus, .button-filled:focus {
	filter: hue-rotate(145deg);
}

/* Teaser */
.rte-lead {
	font-family: ralewaymedium;
	font-size: 100%;
	color: #888;
	padding-bottom: 10px;
}

/* Untertitel */
.pew-untertitel {
	color: rgb(74, 129, 154);
	font-family: ralewaysemibold;
}

/* Overline */

.overline {
	text-decoration: overline;
}

/* Zitate/ Blockquotes  */
blockquote {
  display:block;
  padding: 15px 20px 15px 45px;
  position: relative;
	color: rgba(102, 102, 102, 0.8);
	margin: 15px 0;
	}

blockquote p {
	font-size: 1rem;
	margin-right: 30px;
	margin-right: 2rem;
}

blockquote::before{
  content: "\201C";

  /*Font*/
  font-family: Georgia, serif;
  font-size: 50px;
  color: rgba(7, 112, 87, 0.6);

  /*Positioning*/
  position: absolute;
  left: 5px;
  top:15px;
	}

blockquote::after{
  content: "\201D";

  /*Font*/
  font-family: Georgia, serif;
  font-size: 50px;
  color: rgba(7, 112, 87, 0.6);

  /*Positioning*/
  position: absolute;
	right: 5px;
  bottom: 10px;
	}

blockquote em {
	margin: 0;
	float: right;
	font-size: 0.8em;
	font-style: italic;
	color: rgba(102, 102, 102, 0.5);
}

blockquote em::before {
	content: "- ";
}

@media print {
	blockquote {
		page-break-inside: avoid;
		break-inside: avoid;
	}
}

/* Online-Diskussion  */

/* Teilnehmer 1 */
.teilnehmer1 {
  background-color: rgb(36, 79, 102);
	color: white;
  padding: 20px 30px;
  position: relative;
	margin: 20px 0;
}

.teilnehmer1 a {
	color: white;
	font-weight: bold;
}

.teilnehmer1-rechts {
  border: 4px solid rgb(36, 79, 102);
	text-align: right;
  padding: 20px 30px;
  position: relative;
	margin: 10px 0;
}

.teilnehmer1-rechts::before {
	content: '';
	border: 15px solid;
	border-color: transparent transparent rgb(36, 79, 102) rgb(36, 79, 102);
	position: absolute;
	bottom: 27px;
	right: -32px;
}

.teilnehmer1-rechts::after {
	content: '';
	border: 10px solid;
	border-color: transparent transparent white white;
	position: absolute;
	bottom: 32px;
	right: -20px;
}

.teilnehmer1-rechts em {
  display: block;
  margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: rgb(36, 79, 102);
}

.teilnehmer1-rechts em::before {
	content: "- ";
}



.teilnehmer1-links {
  border: 4px solid rgb(36, 79, 102);
	text-align: left;
  padding: 20px 30px;
  position: relative;
	margin: 10px 0;
}

.teilnehmer1-links::before {
	content: '';
	border: 15px solid;
	border-color: transparent rgb(36, 79, 102) rgb(36, 79, 102) transparent;
	position: absolute;
	bottom: 27px;
	left: -32px;
}

.teilnehmer1-links::after {
	content: '';
	border: 10px solid;
	border-color: transparent white white transparent;
	position: absolute;
	bottom: 32px;
	left: -20px;
}

.teilnehmer1-links em {
  display: block;
  margin-top: 10px;
	text-align: right;
	font-weight: bold;
	color: rgb(36, 79, 102);
}

.teilnehmer1-links em::before {
	content: "- ";
}



/* teilnehmer 2 */
.teilnehmer2 {
  background-color: rgb(137, 187, 201);
	color: white;
  padding: 20px 30px;
  position: relative;
	margin: 20px 0;
}

.teilnehmer2 a {
	color: white;
	font-weight: bold;
}

.teilnehmer2-rechts {
  border: 4px solid rgb(137, 187, 201);
	text-align: right;
  padding: 20px 30px;
  position: relative;
	margin: 10px 0;
}

.teilnehmer2-rechts::before {
	content: '';
	border: 15px solid;
	border-color: transparent transparent rgb(137, 187, 201) rgb(137, 187, 201);
	position: absolute;
	bottom: 27px;
	right: -32px;
}

.teilnehmer2-rechts::after {
	content: '';
	border: 10px solid;
	border-color: transparent transparent white white;
	position: absolute;
	bottom: 32px;
	right: -20px;
}

.teilnehmer2-rechts em {
  display: block;
  margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: rgb(137, 187, 201);
}

.teilnehmer2-rechts em::before {
	content: "- ";
}


.teilnehmer2-links {
  border: 4px solid rgb(137, 187, 201);
	text-align: left;
  padding: 20px 30px;
  position: relative;
	margin: 10px 0;
}

.teilnehmer2-links::before {
	content: '';
	border: 15px solid;
	border-color: transparent rgb(137, 187, 201) rgb(137, 187, 201) transparent;
	position: absolute;
	bottom: 27px;
	left: -32px;
}

.teilnehmer2-links::after {
	content: '';
	border: 10px solid;
	border-color: transparent white white transparent;
	position: absolute;
	bottom: 32px;
	left: -20px;
}

.teilnehmer2-links em {
  display: block;
  margin-top: 10px;
	text-align: right;
	font-weight: bold;
	color: rgb(137, 187, 201);
}

.teilnehmer2-links em::before {
	content: "- ";
}

/* Teilnehmer 3 */

.teilnehmer3 {
  background-color: rgb(51, 147, 128);
	color: white;
  padding: 20px 30px;
  position: relative;
	margin: 20px 0;
}

.teilnehmer3 a {
	color: white;
	font-weight: bold;
}


.teilnehmer3-rechts {
  border: 4px solid rgb(51, 147, 128);
	text-align: right;
  padding: 20px 30px;
  position: relative;
	margin: 10px 0;
}

.teilnehmer3-rechts::before {
	content: '';
	border: 15px solid;
	border-color: transparent transparent rgb(51, 147, 128) rgb(51, 147, 128);
	position: absolute;
	bottom: 27px;
	right: -32px;
}

.teilnehmer3-rechts::after {
	content: '';
	border: 10px solid;
	border-color: transparent transparent white white;
	position: absolute;
	bottom: 32px;
	right: -20px;
}

.teilnehmer3-rechts em {
  display: block;
  margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: rgb(51, 147, 128);
}

.teilnehmer3-rechts em::before {
	content: "- ";
}


.teilnehmer3-links {
  border: 4px solid rgb(51, 147, 128);
	text-align: left;
  padding: 20px 30px;
  position: relative;
	margin: 10px 0;
}

.teilnehmer3-links::before {
	content: '';
	border: 15px solid;
	border-color: transparent rgb(51, 147, 128) rgb(51, 147, 128) transparent;
	position: absolute;
	bottom: 27px;
	left: -32px;
}

.teilnehmer3-links::after {
	content: '';
	border: 10px solid;
	border-color: transparent white white transparent;
	position: absolute;
	bottom: 32px;
	left: -20px;
}

.teilnehmer3-links em {
  display: block;
  margin-top: 10px;
	text-align: right;
	font-weight: bold;
	color: rgb(51, 147, 128);
}

.teilnehmer3-links em::before {
	content: "- ";
}

/* Highlights
========================================================*/

/* Boxen definiert in layout, da ebenfalls als frame layout nutzbar */
.group-right,
.group-left {
	z-index: 1;
	border: 2px solid #52bfa9;
	padding: 10px;
	margin: 15px 0;
}

@media (min-width: 910px) {
	.group-right,
	.group-left {
	  position: relative;
	  max-width: 220px;
	  background-color: white;
		hyphens: auto;
	}

	.group-left {
		margin: 15px 15px 15px -100px;
		float: left;
	}

	.group-right {
		margin: 15px -100px 15px 15px;
		float: right;
	}
}

.info-box {
  background: #52bfa9;
  color: white;
  padding: 20px 25px;
	margin: 25px 0;
}

.info-box a {
	color: white;
}

@media print {
	.info-box,
	.group-right,
	.group-left {
		page-break-inside: avoid;
		break-inside: avoid;
	}
}


/* Span: Tooltips
========================================================*/

.pew-tooltip {
	background-color: rgb(36, 79, 102); 
	color: #ffffff; 
	padding: 3px 6px; 
	border-radius: 4px;
	position: relative;
  	display: inline-block;
  	cursor: pointer;
}

/* Tooltip-Text */
.pew-tooltip em {
	visibility: hidden; /* Standardmäßig ausgeblendet */
	width: 150px; 
	background-color: #ffffff; 
	color: #444444; 
	font-size: 14px;
    font-style: normal;
	text-align: center;
	padding: 6px;
	border: 2px solid rgb(36, 79, 102);
	border-radius: 5px;
	font-size: 14px;

  
	/* Positionierung */
	position: absolute;
	z-index: 1;
	bottom: 125%; /* Über dem Element platzieren */
	left: 50%;
	transform: translateX(-50%);
	
	/* Animation */
	opacity: 0; /* Unsichtbar für sanften Übergang */
	transition: opacity 0.3s;
  }
  
  /* Tooltip sichtbar machen, wenn Hover */
  .pew-tooltip:hover em {
	visibility: visible;
	opacity: 1;
  }