body {
    color: #4e4e4e;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #990d98;
}

a:hover,
a:focus {
    color: #620861;
}

.navbar-default {
    background-color: white;
    border: none;
    margin: 0 20px; /* 900px */
    font-size: 1.1em;
    font-weight: bold;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #990d98;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-collapse.in {
    overflow: hidden;
}

.link-own-challenge a span {
    color: white;
    padding: 2px 6px;
    background-color: #990d98;
    border-radius: 5px;
}

.link-own-challenge a:hover span {
    background-color: #4e4e4e;
}

.row-logo > div {
    padding: 0 35px 15px; /* 900px */
}

.row-logo img:nth-child(2) {
    padding-left: 20px;
}

.row-logo-mobile {
    display: inline-block;
    padding: 3px;
}

.row-logo-mobile img:nth-child(2) {
    padding-left: 10px;
}

.row-campaign-text {
    padding: 3px 15px 1px;
    /*margin-bottom: -2px;*/
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.campaign-text {
    text-transform: uppercase;
}

.row-module {
    /* 5px: -15px + 20px (=900px) */
    margin: 0 5px 30px 5px;
}

.row-module h2 {
    font-family: "Droid Serif", Georgia, serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px 0;
    display: table;
    color: white;
    text-transform: uppercase;
    line-height: 35px;
}

.row-module h2 > span {
    background-color: #ff6b01;
    padding: 2px 5px;
    box-shadow: 0.5em 0 0 #ff6b01,-0.5em 0 0 #ff6b01;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.collapse-with-caret .a,
.collapse-with-caret .fa {
    color: #990d98;
}

footer {
    background-color: #e7e7e7;
    padding-left: 30px;
}

footer a {
    color: #4e4e4e;
}

.footer-nav {
    display: inline-block;
}

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

.footer-nav li {
    display: inline;
    margin-right: 30px;
}

.footer-nav li.active a {
    font-weight: bold;
}

.footer-social {
    font-weight: bold;
    margin-bottom: -20px;
    line-height: 40px;
}

#icon-sroll-top {
    display: inline-block;
    width: 78px;
    height: 78px;
    background-color: #990d98;
    color: white;
    text-align: center;
    cursor: pointer;
}

.btn-purple {
    color: white;
    background-color: #990d98;
    border-color: #990d98;
    max-width: 235px;
    margin: 0 auto;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
    color: white;
    background-color: #990d98;
    border-color: #620861;
}

.btn-default-purple,
.btn-default-purple:hover,
.btn-default-purple:focus {
    color: #990d98 !important;
    border-color: #620861 !important;
    max-width: 235px;
    margin: 0 auto;
}

.progress-bar-purple {
    background-color: #990d98;
}

.progress-counter {
    height: 25px;
    background-color: #ffc09f;
    position: relative;
    overflow: visible; /* Sonst werden Texte/Icons darüber nicht angezeigt */
    margin-top: 30px; /* Sonst werden die Texte/Icons darüber ggf. in der Modul-Überschrift angezeigt */
}

.progress-counter .progress-bar {
    background-color: #ff5800;
    border-radius: 4px; /* Muss wiederholt werden, da die Kanten eigentlich durch overflow versteckt werden */
}

.progress-counter .icon-left {
    position: absolute;
    top: -22px;
    left: 30px;
    text-align: center;
    line-height: 10px;
    color: #ff5800;
    font-weight: bold;
    font-size: 1.2em;
}

.progress-counter .icon-right {
    position: absolute;
    top: -35px;
    right: 15px;
    width: 40px;
    fill: #ff5800;
}

.progress-counter .text-inner-right {
    position: absolute;
    right: 30px;
    top: -1px;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
}

.button-upload {
    max-width: none;
}

.button-upload span {
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
}

.upload-preview-container {
    text-align: center;
}

.upload-preview-container img {
    max-height: 200px;
}

.has-feedback-left .form-control-feedback {
    left: 0;
}

.has-feedback.has-feedback-left .form-control {
    padding-left: 40px;
}

.form-group-purple input,
.form-group-purple select {
    border-color: #990d98;
}

.form-group-purple .fa.form-control-feedback {
    color: #990d98;
}

.form-group .checkbox label > span {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.9em;
}

.form-control {
    border-color: #e7e7e7;
}

.module-contribution-index .row {
    margin-top: 15px;
}

.module-contribution-index .contribution-box {
    margin-bottom: 30px;
}

.module-contribution-show dl {
    line-height: 30px;
}

.module-contribution-show dt {
    display: none !important;
    /*color: #ff6b01;*/
}

.module-contribution-show dd {
    font-weight: bold;
    color: #ff6b01;
}

.module-contribution-show dt,
.module-contribution-show dd {
    display: inline;
}

.module-contribution-show dd:after {
    content: '\A';
    white-space: pre;
}

.module-site-contribution-counter div.text-div {
    color: #ff6b01;
    font-weight: bold;
    margin-right: 20px;
}

.module-slider-text-with-image .slick-slide p {
    margin: 20px 15px;
    color: #ff6b01;
}

.module-slider-text-with-image .slick-slide q {
    font-weight: bold;
    quotes: "\201E" "\201C";
}

.module-slider-text-with-image .slick-slide cite {
    margin-top: 10px;
    display: block;
}

.module-slider-challenges .slick-slide > div {
    padding: 10px;
    color: #ff6b01;
    font-weight: bold;
}

.module-slider-challenges .prompt-text {
    font-size: 1.7em;
}

.module-slider-challenges .counter-text {
    /*display: flex;
    align-items: center;*/
    display: table;
    width: 100%;
}

/*.module-slider-challenges .counter-text .pull-left {
    padding-right: 5px;
}*/

.module-slider-challenges .counter-text > div {
    display: table-cell;
    vertical-align: middle;
}

.module-slider-challenges .counter-text > div:nth-child(2) {
    text-align: right;
}

.module-slider-contribution-highlights .slick-container {
    margin-bottom: 20px;
}

.module-slider-contribution-highlights .slick-slide,
.module-slider-text-with-tabs .slick-slide {
    box-shadow: none;
}

.module-site-call-to-action .margin {
    margin-top: 10px;
}

.module-site-call-to-action .social-share-icons {
    display: table;
    margin: 0 auto;
}

.module-site-call-to-action .social-share-icons > strong {
    padding-right: 25px;
}

@media (max-width: 991px) {
    .module-site-call-to-action .social-share-icons {
        width: 235px;
    }
}

@media (max-width: 767px) {
    .module-site-call-to-action .social-share-icons > strong {
        width: 60%;
    }
}

.module-site-call-to-action .social-share-icons > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 5px;
}

.module-slider-text-with-tabs nav ul {
    white-space: nowrap;
    overflow-x: auto;
}

.module-slider-text-with-tabs nav li {
    padding: 10px 20px 10px 5px;
}

.module-slider-text-with-tabs nav li > a {
    color: black;
    /*font-weight: bold;*/
    font-size: 1.2em;
    text-decoration: none;
    padding-bottom: 3px;
    cursor: pointer;
}

.module-slider-text-with-tabs nav li > a:hover {
    border-bottom: 2px solid black;
}

.module-slider-text-with-tabs nav li.slick-active > a {
    color: #990d98;
    border-bottom: 2px solid #990d98;
}

.module-slider-text-with-tabs h3 {
    color: #ff6b01;
    font-size: 1.3em;
    margin-top: 0;
}

/* xs, ms */
@media (max-width: 991px) {
    .container {
        padding: 0;
    }

    .navbar-default {
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding-left: 30px;
    }

    .navbar-default .navbar-header {
        margin-bottom: 5px;
    }

    .navbar-default .navbar-header button.navbar-toggle {
        margin-top: 18px;
        /*margin-right: 8px;*/
    }

    .navbar-collapse {
        border-bottom: 1px solid;
    }

    .row-module,
    footer.row {
        margin-left: 0;
        margin-right: 0;
    }

    .row-module h2 > span {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-module > div {
        padding: 0;
    }

    .module-container {
        margin: 0 18px;
    }

    .module-site-contribution-counter div.counter-div {
        float: right !important;
    }

    .module-slider-text-with-tabs h3 {
        margin-top: 10px;
    }

    .module-contribution-show dl {
        margin-top: 20px;
    }

    footer {
        padding-left: 20px;
    }

    .footer-nav ul {
        margin-top: 25px;
    }

    .footer-nav li {
        margin-right: 20px;
    }

    .form-group select {
        color: #ff6b01;
    }

    .form-control::-moz-placeholder {
        color: #ff6b01;
    }

    .form-control:-ms-input-placeholder {
        color: #ff6b01;
    }

    .form-control::-webkit-input-placeholder {
        color: #ff6b01;
    }

    #modal-upload-cropper {
        padding-right: 0 !important; // Wird von Bootstrap hinzugefügt
    }

    #modal-upload-cropper .modal-dialog {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #modal-upload-cropper .modal-footer .pull-left,
    #modal-upload-cropper .modal-footer .pull-right {
        float: none !important;
    }

    #modal-upload-cropper .modal-footer .pull-left .btn-group:first-child,
    #modal-upload-cropper .modal-footer .pull-right button:first-child {
        float: left;
    }

    #modal-upload-cropper .modal-footer .pull-left .btn-group:last-child,
    #modal-upload-cropper .modal-footer .pull-right button:last-child {
        float: right;
    }

    #modal-upload-cropper .modal-footer .pull-right {
        margin-top: 10px;
    }
}

/* md, lg */
@media (min-width: 992px) {
    body {
        margin-top: 15px;
    }

    .navbar-default .container-fluid {
        padding: 0;
    }

    .navbar-default .navbar-nav > li {
        padding: 3px 30px 3px 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #4e4e4e;
        text-transform: uppercase;
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #990d98;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #990d98;
        background-color: transparent;
    }

    .row-module h2 {
        margin-left: 0.5em; /* Ausgleich box-shadow */
    }

    #icon-sroll-top {
        margin-right: -15px;
    }
}

.contribution-box {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    /*margin-bottom: 30px;*/
}

.contribution-box .caption {
    color: #4e4e4e;
    background-color: #e7e7e7;
    padding: 4px 10px;
}

.contribution-box .foot {
    padding: 2px 10px;
}

.contribution-box .headline,
.contribution-box .subline {
    display: block;
    color: #4e4e4e;
}

.contribution-box .headline,
.contribution-box .headline a {
    color: #4e4e4e;
    font-weight: bold;
}

.contribution-box .contribution-views {
    margin-top: -2px;
    font-size: 0.9em;
}

.contribution-box .contribution-views .contribution-views-count {
    display: block;
    /*margin-top: -2px;*/ /* Sorgt dafür, dass Bootstrap Columns ggf. nicht untereinander stehen (verschiedene Höhen?) */
}

.contribution-box .contribution-like a > span {
    color: #4e4e4e;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    font-size: 0.85em;
}

.contribution-box .contribution-like a.active > span {
    color: #990d98;
}

.contribution-box .contribution-like a:hover > span {
    text-decoration: underline;
}

.contribution-box .contribution-like a > span .contribution-likes-count {
    color: white;
    font-size: 0.5em;
}

.contribution-box .contribution-like .contribution-like-text {
    padding-left: 5px;
    font-size: 0.8em;
    vertical-align: middle;
}

/* Verlauf funktioniert nur in Webkit/Blink-Browsern */
.contribution-box .contribution-like a .fa-heart:before {
    background: -webkit-linear-gradient(#e4e4e4, #756e74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}
.contribution-box .contribution-like a.active .fa-heart:before {
    background: -webkit-linear-gradient(#bd4baa, #990d98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}

.contribution-box .contribution-share-icons .fa,
.module-site-call-to-action .social-share-icons .fa {
    padding-left: 4px;
}

.contribution-box .contribution-share-icons a:hover,
.module-site-call-to-action .social-share-icons a:hover {
    text-decoration: none;
}

.fa-facebook-official,
.fa-facebook-square {
    color: #3b5998 !important;
}

.fa-twitter-square {
    color: #00a0d1 !important;
}

/*.video-js .vjs-big-play-button {
    background-color: #620861;
    background-color: rgba(98, 8, 97, 0.6);
}*/

.slick-arrow-prev,
.slick-arrow-next {
    position: absolute;
    font-weight: bold;
    top: 50%;
    /*z-index: 10;*/
    height: 80px;
    transform: translate(0px, -50%);
}

/* .slick-prev */
.slick-arrow-prev {
    left: -35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* .slick-next */
.slick-arrow-next {
    right: -35px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.slick-container {
    margin-top: 10px;
}

.slick-slide {
    margin: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.slick-list {
    z-index: 5;
    margin: -10px;
}

.flip-counter {
    display: inline-block;
    color: white;
    text-align: center;
    white-space: nowrap;
}

.flip-counter span {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    font-size: 40px;
    line-height: 20px;
    padding: 15px 10px;
    font-weight: bold;
    background-color: #ff6b01;
    border-radius: 5px;
    height: 50px;
}

.flip-counter span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 25px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.20) 100%);
    border-radius: 20px 20px 0 0;
    border-bottom: solid 1px rgba( 0,0,0, 0.4 );
}

.flip-counter-smaller span {
    height: 30px;
    font-size: 20px;
    line-height: 0;
    padding-left: 7px;
    padding-right: 7px;
}

.flip-counter-smaller span::before {
    height: 15px;
}

.google-maps-map-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 30%,rgba(255,255,255,100) 80%);
}

.google-maps-map-overlay-caret {
    position: absolute;
    bottom: 15px;
    left: 50%;
    color: white;
    background-color: #990d98;
    border-radius: 60px;
}

.google-maps-map-fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    z-index: 1000;
}

.google-maps-map-desktop {
    height: 400px !important;
}


/* SOCIALVALUE CSS START*/

.header-row {
	margin: 0 -18px;
}

img.visible-xs-block.header-row {
    max-width: calc(100% + 36px);
}

.iframe-quiz .module-container iframe {
    border: none;
    width: 100%;
    height: 1100px;
}

.yt-embed {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.yt-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-ev .module-container iframe {
    border: none;
    width: 100%;
    height: 80vh;
    max-height: 580px;
}

@media (max-width: 767px) {
	.modul-img
	{
		margin-bottom: 12px;
	}

}

@media (min-width: 768px) {
	.btn-left {
	    margin: 0;
	}
    a.hidden-desktop {
       display: none;
    }
    .counter-teaser {
        width: 48%;
        float: left;
    }
}

.abstand30px {
    margin-bottom: 30px;
}

.abstand10px {
    margin-bottom: 10px;
}

.top30px {
    margin-top: 30px;
}

.form-control:focus {
    border-color: #990d98;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 13, 152, 0.6);
}

.presspic {
    height: 145px;
    max-width: 100%;
}

.h2-focus h2 span
{
    background-color: #990d98;
    box-shadow: 0.5em 0 0 #990d98,-0.5em 0 0 #990d98;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

i.fa.fa-3x.fa-envelope-square {
    color: #e8c82a;
}

i.fa.fa-3x.fa-whatsapp {
    color: #2a9c3d;
}

.botschafter .slick-slide p {
    display: none;
}

.module-slider-text-with-tabs .slick-slide {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    padding: 15px;
}

.verticalline {
    border: solid 1px #ff6b01;
    margin: 20px 0;
}

.verticalnumber {
    line-height: 0px;
    color: #990d98;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: "Droid Serif";
    margin: 20px 0;
}

.ablauf-img {
    height: 50px;
    margin-bottom: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.module-active .module-container {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    padding: 15px;
    overflow: hidden;
}

.counter-teaser .module-container,
.counter-teaser
{
    margin:0 0 30px 0;
}

/*audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel
{
    margin-top: 32px;
}*/

.bfdw-projects h3 {
    color: #ff6b01;
    font-family: 'droid sans';
    font-weight: 400;
    text-transform: inherit;
    font-size: 1.3em;
    margin: 0 15px;
}

.bfdw-projects p {
    color: #4e4e4e!important;
    font-family: 'droid sans';
    font-weight: 400;
    text-transform: inherit;
    font-size: 1em;
}


.teaser-module:nth-child(even) {
    float: right;
    width: 56%;
}
.teaser-module:nth-child(odd) {
    float: left;
    width: 42%;
}
.teaser-module {
    float: left;
}

@media (max-width: 767px) {
    .teaser-module {
        width: 100%!important;
        float: left;
        margin-bottom: 15px;
    }
}

.afferde-slider .caption, .afferde-slider .foot {
    display: none;
}

/* SOCIALVALUE CSS ENDE*/