html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* ==========================================================================
   Vendor Components
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 4.5em;
    margin: 0.67em 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    line-height: 76px;
    font-weight: normal;
}

h1 span {
    font-weight: 100;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

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

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}



@media (min-width: 768px) {
    .container {
        width: 744px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 984px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1176px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.row {
    margin-left: -14px;
    margin-right: -14px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* ==========================================================================
   Snipr Helper Classes
   ========================================================================== */
/* ==========================================================================
   01. Font Styles
   ========================================================================== */
.txt-bold {
    font-weight: bold;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-justify {
    text-align: justify;
}

.txt-center {
    text-align: center;
}

.txt-no-margin {
    margin: 0px;
}

.txt-primary {
    color: #951E79;
}

.txt-white {
    color: #ffffff;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.pl25 {
    padding-left: 25px;
}

.txt2em {
    font-size: 2em;
}

.white-bg {
    background: #ffffff;
}

/* ==========================================================================
   02. Element Styles
   ========================================================================== */
.ico-circle {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #C4C9CE;
    margin-left: auto;
    margin-right: auto;
}

.ico-circle img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.ico-circle.small {
    width: 100px;
    height: 100px;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.ico-circle.small img {
    height: 38px;
}

.border-between > [class*='col-']:before {
    background: #E1E6EC;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

/* ==========================================================================
   Section Modules
   ========================================================================== */
/* ==========================================================================
   00_Main Styles and Settings
   ========================================================================== */

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav__elements {
    float: right;
}

/* ==========================================================================
   01_Buttons
   ========================================================================== */
a.btn, button.btn {
    color: inherit;
    text-decoration: none;
}

.btn__main {
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    font-size: 1em;
    line-height: 1em;
    height: 48px;
    padding: 16px 43px;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid;
}

.btn.btn__lg {
    height: 54px;
    font-size: 24px;
    /*line-height: 1em;*/
    padding: .775em 2em .89em;
    padding-top: 8px;
}

.btn.btn__md {
    height: 44px;
    font-size: 16px;
    /*line-height: 1em;*/
    padding: .775em 3.25em .89em;
}

.btn.btn__xs {
    height: 44px;
    font-size: 24px;
    /*line-height: 1em;*/
    padding: 0px 20px 0px 20px;
    line-height: 40px;
}

.btn.btn__rounded {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* padding-top: 8px; */
}

.btn.btn__round {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}


a.btn, button {
    color: #fff;
    border-color: #951E79;
    background-color: #951E79;
}

a.btn:hover, a.btn:active, a.btn:focus, button.btn:hover, button.btn:active, button.btn:focus {
    color: #fff;
    border-color: #771460;
    background-color: #771460;
}

#home_campaign a:hover {
    background-color: #771460;
}

.btn.btn__bordered {
    background: none;
    border: 2px solid #951E79;
    color: #951E79;
}

.btn.btn__play {
    margin-left: 30px;
    margin-right: 30px;
}

.btn.btn__play::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #951E79;
    margin-right: 10px;
}

.btn.btn__play:hover::before {
    border-color: transparent transparent transparent #fff;
}

a.btn.btn__lg.btn__rounded.btn__icon, a.btn.btn__xs.btn__rounded.btn__icon {
    position: relative;
    padding: 0px 20px 0px 50px;
    font-weight: 400;
}

.btn__icon i {
    position: absolute;
    left: 15px;
    top: 53%;
    transform: translateY(-50%);
}

/* ==========================================================================
   01_Button & Link Transitions
   ========================================================================== */
a.btn, button.btn {
    -moz-transition: color, background-color 0.3s ease 0s;
    -o-transition: color, background-color 0.3s ease 0s;
    -webkit-transition: color, background-color 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: color, background-color 0.3s ease 0s;
}

/* fonts.scss */
/* colors.scss */
/* animations.scss */
/* ==========================================================================
   01_navbars
   ========================================================================== */
/* ==========================================================================
   navbars-01 Specific Styles
   ========================================================================== */
nav.navbars-01 {
    overflow: hidden;
    width: 100%;
}


nav.navbars-01.white {
    background-color: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
}

nav.navbars-01.sticky.sticky_animate {
    top: 0;
}

nav.navbars-01.sticky {
    -webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    top: -120px;
    left: 0;
    position: fixed;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
}

nav.navbars-01 ul.topnav {
    height: 80px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav.navbars-01 ul.topnav.topnav__transparent {
    height: auto;
}

nav.navbars-01 ul.topnav li a {
    display: inline-block;
    color: #1E2E42;
    text-align: center;
    padding: 28px 18px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
}

nav.navbars-01 ul.topnav li a:hover {
    opacity: .8;
}

nav.navbars-01 ul.topnav li {
    float: left;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
    font-size: 1.6em;
    color: #1D1D1B;
}

nav.navbars-01 ul.topnav li.nav__brand {
    float: left;
}

nav.navbars-01 ul.topnav li.nav__brand a {
    padding: 10px 0;
}

nav.navbars-01 ul.topnav li.icon {
    display: none;
}

#navigation.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#navigation .quer {
    display: none;
}

/* Beim Header mit weiÃƒÅ¸em Hintergrund oder wenn er Sticky wird, verwenden wir das quer Logo */
#navigation.white .quer, #navigation.sticky .quer {
    display: block;
}

#navigation.white .hoch, #navigation.sticky .hoch {
    display: none;
}

/*@media screen and (max-width: 680px) {*/
@media screen and (max-width: 992px) {
    .header-home .container {
        width: 100%;
    }


    .nav__elements {
        float: left;
    }

        .nav__elements ul {
            margin: 0;
            padding-left: 20px;
        }

    #navigation .quer {
        display: block;
        padding: 10px 14px 25px 14px;
    }

        #navigation .quer img {
            /* padding: 10px 20px; */
        }

    #navigation .hoch {
        display: none;
    }

    nav.navbars-01 ul.topnav li:not(:first-child) {
        display: none;
    }

    nav.navbars-01 ul.topnav li.icon {
        float: right;
        display: inline-block;
    }

    nav.navbars-01 ul.topnav.responsive {
        position: relative;
        height: auto;
    }

    nav.navbars-01 ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
        /*padding: 28px 18px;*/
    }

    nav.navbars-01 ul.topnav.responsive li.icon a{
        padding: 28px 18px;
    }



    nav.navbars-01 ul.topnav.responsive li {
        float: none;
        display: inline;
    }

    nav.navbars-01 ul.topnav.responsive li a {
        display: block;
        text-align: left;
        padding: 14px 18px 14px 0px;
    }

    nav.navbars-01 ul.topnav.responsive li a.nav__item {
        padding: 14px 0;
    }

    /*nav.navbars-01 ul.topnav li.nav__brand {
        float: left;
    }*/

        nav.navbars-01 ul.topnav li.nav__brand {
        }

    nav.navbars-01 ul.topnav.responsive .nav__elements {
        float: left;
    }
}



/*--------------------------------------------------------------
  # GENERAL
  --------------------------------------------------------------*/

.entry-content {
    overflow: hidden;
}

/* ==========================================================================
   02_headers
   ========================================================================== */
/* ==========================================================================
   HOME
   ========================================================================== */
.page-home {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.header-home {
    background: url(../img/bg-header-home@2x.jpg);
    min-height: 700px;
    background-size: cover;
    background-position: center;
}

.header-home-navigation {
    min-height: 120px;
}

.header-home-banner {
    /*margin-top: 120px;*/
}

.page-who-we-are .header-small {
    background: url(../img/bg-header-who-we-are@2x.jpg);
    min-height: 375px;
    background-size: cover;
    background-position: center;
}

.page-campaign .header-small {
    background: url(../img/bg-header-campaign@2x.jpg);
    height: 375px;
    background-size: cover;
    background-position: center;
}

.page-what-we-do .header-small {
    background: url(../img/bg-header-what-we-do@2x.jpg);
    height: 375px;
    background-size: cover;
    background-position: center;
}

.page-partner .header-small {
    background: url(../img/bg-header-what-we-do@2x.jpg);
    height: 375px;
    background-size: cover;
    background-position: center;
}

.page-volunteer .header-small {
    background: url(../img/bg-header-volunteer@2x.jpg);
    min-height: 700px;
    background-size: cover;
    background-position: center;
}

.page-volunteer .header-small .header-content {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .page-volunteer .header-small .header-content {
        margin-top: 50px;
    }
}

h3 {
    font-size: 1.7em;
    font-weight: 100;
    /* margin-bottom: 40px; */
}

.page-home h4 {
    font-size: 3.14em;
    margin: 15px 0px;
    font-weight: 100;
}

section {
    padding: 80px 0px 120px 0px;
}

div#legal {
    padding: 80px 0px 120px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

section.nopadding {
    padding: 0px;
     /* For Safari 5.1 to 6.0 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 70%, #F0F4F8 70%, #F0F4F8 100%);
}

section h3 {
    margin: 0px 0px 40px 0px;
}

section#home_partner {
    padding: 40px 0px;
}

section#home_partner .container {
    margin-bottom: 30px;
}

section.no-padding-bottom {
    padding-bottom: 0px;
}

section.highlighted {
    background: #F0F4F8;
}


.logo-un {
    max-width: 213px;
    margin-left: 40px;
}

.img-home-volunteer {
    margin-top: -40px;
}

#home_campaign {
    padding-top: 120px;
}

#home_campaign p {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 28px;
}

#home_campaign h3 {
    font-weight: 300
}

#home_campaign h4 {
    font-weight: 300;
}

#home_campaign a {
    font-size: 24px;
    padding-top: 10px;
}

#home_campaign a:hover {
    background-color: #771460;
}

#home_campaign a.no-hover:hover {
    background-color: inherit;
}

#home_campaign a:active {
    background-color: #6B1256;
}

#home_campaign a.btn {
    line-height: 1;
    height: auto;
    padding: 15px 85px 13px;

}

#home_volunteer h3 {
    font-weight: 300;
}

#home_volunteer h4 {
    font-weight: 300;
}

#home_volunteer p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

#home_volunteer .btn__dark {
    margin-bottom: 0;
    margin-right: 20px;
    padding-top: 9px;
    padding-right: 30px;
    padding-left: 30px;
}

#home_volunteer .btn__dark:hover {
    background-color: #771460;
}

#home_volunteer .btn__dark:active {
    background-color: #6B1256;
}

#home_volunteer .btn__bright {
    margin-top: 20px;
    padding-top: 9px;
    padding-right: 30px;
    padding-left: 30px;
}

#home_volunteer .btn__bright::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #951E79;
    margin-right: 10px;
}

#home_volunteer .btn__bright:hover::before {
    border-color: transparent transparent transparent #fff;
}

#home_impact {
    background: url(../img/bg-home-impact@2x.jpg) #951E79;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#home_impact h5 {
    font-size: 3.85em;
    margin: 0;
}

#home_impact p {
    font-weight: 200;
    margin: 0;
    font-size: 24px;
}

#home_partner .col-logos {
    display: flex;
    align-items: center;
}

#home_partner span {
    font-size: 1.85em;
    color: #889BB0;
    line-height: 31px;
    font-weight: 200;
    text-transform: uppercase;
}

#home_partner img {
    margin-right: 110px;
}

#home_videos h3 {
    font-weight: 300;
    margin-bottom: 0;
}

#home_videos h4 {
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: 50px;
}

#home_videos a {
    /*padding-top: 9px;*/
}

/* ==========================================================================
   VIDEOS
   ========================================================================== */
.videos_element {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.playlist-container .videos_element {
    width: auto;
    display: inline-table;
    margin: 0px 0px 28px 0px;
    min-height: 270px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.playlist-container-big .videos_element {
    width: auto;
    display: inline-table;
    min-height: 325px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

p.videos-video-all-campaign {
    margin-top: 50px;
}

p.videos-video-all-campaign a {
    color: #951E79;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 0.88em;
}

.videos_header {
    position: relative;
}

.videos_header:hover, .videos_element:hover {
    cursor: pointer;
}

.videos_header:after {
    background: url(../img/ic-play@2x.png);
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    transition: all 0.25s ease;
    opacity: 0;
}

.videos_header:hover:after {
    opacity: 1;
}

.videos_duration {
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #313F48;
    width: 40px;
    color: #fff;
    font-size: 1em;
    font-weight: 100;
    text-align: center;
    font-family: 'Source Sans Pro', 'sans-serif';
}

.videos_footer {
    padding: 14px;
    transition: color, background-color 0.3s ease 0s;
    min-height: 120px;
}

.videos_footer:hover {
    background: #F0F4F8;
}

.videos_title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.videos_meta {
    color: #889BB0;
    margin: 0;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 14px;
    font-weight: 100;
}

header.header-videos {
    padding: 80px 0;
    min-height: 580px;
    background: url(../img/bg-header-videos@2x.png) #DFE5ED;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

header.header-videos h3 {
    text-transform: none;
    font-size: 2.14em;
}

.sidebar-container .left {
    padding-right: 40px;
}

#videos_container .left {
    padding-right: 30px;
}

.sidebar-container .right a {
    text-decoration: underline;
    color: #951E79;
}

.sidebar-container ul {
    margin: 0;
    padding: 0;
}

.sidebar-container li {
    height: 50px;
    height: auto;
    border-bottom: 1px solid #D3E0EE;
    padding: 15px 20px 10px 14px;
    font-size: 1.14em;
    font-family: 'Source Sans Pro', sans-serif;
}

.sidebar-container li:hover, .sidebar-container li.active {
    background-color: #D8DFE8;
    cursor: pointer;
}

.sidebar-container li:hover a, .sidebar-container li.active a {
    color: #951E79;
}

.sidebar-container li:hover a svg, .sidebar-container li.active a svg {
    display: inline;
    margin: 5px 0px 0px 0px;
    float: right;
}

.sidebar-container a, a:active {
    color: #1D1D1B;
    text-decoration: none;
}

.sidebar-container a svg {
    display: none;
}

.sidebar-container h3 {
    font-weight: bold;
    font-size: 2.14em;
}

.playlist-container {
    margin-top: 20px;
    display: inline-block;
}

.videos-video-name {
    padding: 0px 0px 0px 15px;
}

.videos-video-count {
    color: #55697E;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.14em;
    padding-top: 10px;

}

/*--------------------------------------------------------------
  # SIGNUP
  --------------------------------------------------------------*/
section.signup .row {
    margin-bottom: 20px;
}

span.signup__section-header__number {
    float: left;
    height: 30px;
    background: #951E79;
    border-radius: 45px;
    width: 30px;
    margin: 7px 0px 0px 0px;
    color: #ffffff;
    padding: 5px;
}

.signup__section-header__title {
    font-size: 2.14em;
    margin-left: 14px;
}

section.signup input {
    font-family: 'Source Sans Pro', sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: black;
    padding: 1em;
    -moz-transition: border-color 0.3s ease-in-out 0s;
    -o-transition: border-color 0.3s ease-in-out 0s;
    -webkit-transition: border-color 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: border-color 0.3s ease-in-out 0s;
    width: 100%;
    float: left;
    margin: 5px auto 0px 0px;
    border: solid 1px #d0dae5;
    height: 50px;
    border-radius: 4px;
    background-color: #ffffff;
/* MW 21.03. kein plan ob das notwendig ist oder auswirkungen hat*/
}

section.signup label {
    color: #150B15;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.28em;
    font-weight: lighter;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 10px;
}

section.signup label:before {
    height: 20px;
    width: 20px;
    top: 3px;
}

section.signup label:after {
    content: none !important;
}

section.signup label.selected {
    font-weight: bold;
}

section.signup label.selected:after {
    color: #ffffff;
    background: #951E79;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    top: 3px;
    padding: 2px 0 0 4px;
    font-family: FontAwesome, sans-serif;
    content: "\f00c" !important;

}

section.signup textarea {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DADFE3;
    font-size: 1em;
    padding: .75em;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease-in 0s;
    resize: none;
}

section.signup input:focus, section.signup input:active {
    outline: none;
    border: 1px solid #E95623;
}

section.signup input p {
    margin-top: 0;
}

section.signup input.full {
    width: 100%;
    margin: 0;
}

section.signup input .clearer {
    clear: both;
}

section.signup input#nachname {
    float: right;
}

section.signup span.optional {
    color: #1DC3CF;
}
#volunteer-signup {
    overflow: hidden;
}

#volunteer-signup p {
    font-family: 'Source Sans Pro', sans-serif;
}

section.signup .signup__section ul.category-list {
    margin: 0;
    padding: 0;
}

section.signup .signup__section ul.category-list li.main {
    min-height: 60px;
    margin-bottom: 60px;
}

section.signup .signup__section ul.category-list li.custom-topic {
    
}

section.signup .signup__section ul.category-list li.custom-topic a {
    color: #951E79;
    font-size: 18px;
    text-decoration: underline;
    display: block;
}

section.signup .signup__section ul.category-list li.main a {
    min-height: 60px;
    padding: 15px 0px 0px 38px;
    color: #55697E;
    text-decoration: none;
    font-size: 1.28em;
    font-family: 'Source Sans Pro', sans-serif;
    background: #FFFFFF;
    display: block;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #d7e2ee;
    transition: color, background-color 0.3s ease 0s;
    vertical-align: middle;
}

section.signup .signup__section ul.category-list li.main a:hover {
    background: #F0F4F8;
}

section.signup .signup__section ul.category-list li.main a.category-list-main-headline.selected {
    background: #f8dff2;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border: 2px solid #951e79;
}
section.signup .signup__section ul.category-list li.main a.category-list-main-headline.selected.item-selected {
    padding: 15px 0 0 9px;
}
section.signup .signup__section ul.category-list li.main a.category-list-main-headline.selected.item-selected:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f00c";
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    background-color: #81004D;
    border-radius: 21px;
    padding: 5px;
    line-height: 21px;
    margin: 0 7px 0 0;
}

section.signup .signup__section p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.28em;
}


section.signup ul li ul {
    /*visibility: hidden;*/
    /*opacity: 0;*/
    overflow: hidden;
    transition: max-height 0.15s ease-out;
    max-height: 0;
}

section.signup ul li ul.open-section {
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*max-height: 600px;*/
    /*transition: max-height 0.25s ease-in;*/
    background: #D0DFF1;
    padding: 20px 34px;
    margin: 25px 0px 0px 0px;
    overflow: visible;
    height: auto;
    display: inline-table;
}

section.signup ul li ul.open-section.open-section-custom-topic {
    background: none;
    padding: 0;
    margin-top: 15px;
    width: 100%;
}

.signup-option-full {
    width: 100%;
}

.signup-option {
    margin-bottom: 20px;
    display: inline-block;
    width: 49%;
}

.signup-option input {
    display: none;
}

.line {
    height: 2px;
    background: #D7E2EE;
}

a.btn.btn__signup {
    margin-top: 23px;
    color: #ffffff;
}


.dreieck {
    width: 20px;
    height: 20px;
    background: #D0DFF1;
    position: relative;
    top: -30px;
    transform: rotate(45deg);
    left: 12%;
}

.signup-option-full textarea.own-topic {
    display: block;
    width: 100%;
    height: 150px;
    font-size: 18px;
}

/*--------------------------------------------------------------
  # WHAT WE DO
  --------------------------------------------------------------*/
#what-we-do__main h3 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #951e79;
    margin-bottom: 0;
}

#what-we-do__main h2 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    color: #1d1d1b;
    margin-top: 14px;
    margin-bottom: 38px;
}

.card {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 40px 20px;
    margin: 0 10px;
}

#what-we-do__main .container .row .col-md-4:nth-of-type(1) > .card {
    margin-left: 0;
}

#what-we-do__main .container .row .col-md-4:nth-of-type(3) > .card {
    margin-right: 0;
}

@media screen and (max-width: 1199px) {
    .card {
        margin: 0 0 20px 0 !important;
    }
}

.card img {
}

.card h5 {
    font-size: 30px;
    font-weight: bold;
    color: #1d1d1b;
    margin-top: 20px;
    margin-bottom: 0;
}

.card p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #1d1d1b;
    margin-top: 4px;
}

.card a {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #951e79;
    margin-top: 14px;
}

.customer-feedback {
    margin-top: 60px;
}

.card__dark {
    border-radius: 4px;
    background-color: #e1e6ee;
    padding: 30px;
}

.card__dark .quote {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.56;
    color: #56697e;
    margin: 0 auto 16px;
}

.card__dark .avatar {
    position: relative;
}

.card__dark .avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.card__dark .avatar .name {
    position: absolute;
    top: 2px;
    left: 80px;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.33;
    font-weight: bold;
    color: #810566;
    margin: 0;
    text-overflow: ellipsis;
}

.card__dark .avatar .company {
    position: absolute;
    top: 30px;
    left: 80px;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.33;
    color: #7689a0;
    margin: 0;
    text-overflow: ellipsis;
}

.swiper-container {
    padding-bottom: 60px;
}

.swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: solid 2px #889bb0;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #951e79;
    border: none;
}

/*--------------------------------------------------------------
  # PARTNER
  --------------------------------------------------------------*/

/* BLOG ARTIKEL */
.blog-entry-container {
    background: #ffffff;
    /* max-height: 260px; */
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    transition: color, background-color 0.3s ease 0s;
}

.blog-entry-container:hover {
    background: #F0F4F8;
}

.blog-entry-image {
    padding-left: 0px;
    padding-right: 0px;
}

.blog-entry-text {
    padding: 28px 20px;
}


.blog-content-image {
    float: left;
    vertical-align: top;
}

.blog-entry-image img {
    height: 260px;
    width: 100%;
    display: inline-block;
    object-fit: cover;
}

.blog-content-text {
/*    padding: 28px 40px;
    margin-left: 260px;*/
}

.blog-entry-container .blog-entry-text .headline {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
}

.blog-entry-container .blog-entry-text .headline a {
    color: #1D1D1B;
}

.blog-entry-container .blog-entry-text .subline {
    font-size: 1em;
    color: #55697E;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 12px 0px 8px 0px;
}

.blog-entry-container .blog-entry-text .content {
    font-size: 1.14em;
    color: #55697E;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px 0px 10px 0px;
}

.blog-entry-container .blog-entry-text .more {
    font-size: 1.57em;
    font-weight: bold;
    text-decoration: underline;
    color: #951e79;
}

/* Pagination */
.blog-entry-wrapper {

}

  .blog-entry-wrapper .navigation {
    display: flex;
  }

    .blog-entry-wrapper .navigation ul {
        margin: 0 auto;
      }

    .blog-entry-wrapper .navigation li {
      display: inline-block;
      border: none;
      margin: 10px 0px;
      background: none;
    }

    .blog-entry-wrapper .navigation li a {
      font-size: 18px;
      font-family: 'Source Sans Pro', sans-serif;
      color: #889BB0;
  }

  .blog-entry-wrapper .navigation li.active a {
      color: #951E79;
      font-weight: bold;
  }

a.btn.btn__lg.btn__rounded.btn__icon.inactive {
  position: relative;
  background: rgba(136,155,176,0.4);
  border: none;
}

a.btn.btn__lg.btn__rounded.btn__icon.btn__prev {
    margin-right: 20px;
    padding-top: 10px;
}

a.btn.btn__lg.btn__rounded.btn__icon.btn__next {
    margin-left: 20px;
    padding-top: 10px;
    padding: 10px 50px 0px 20px;
    text-align: right;
}


.btn__next i {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
}




#partner-detail__partnership {
    text-align: center;
}

#partner-detail__partnership h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #951e79;
}

#partner-detail__partnership h2 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    color: #1d1d1b;
}

#partner-detail__partnership p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #1d1d1b;
}

#partner-detail__partnership a {
    text-decoration: underline;
    color: #951e79;
}

.partnerlink {
    font-size: 22px;
    font-weight: bold;
    color: #951e79;
}

.partnerlink::before {
    background: url('../img/ic-world.svg');
    padding: 0px 12px 0px 0px;
    content: url('http://i.stack.imgur.com/Icd9n.png'); /* 21x21 transparent pixels */
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
}

#partner-detail__contribute {
    background-color: #951e79;
    background-image: url('../img/bg-home-impact@2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

/* // BLOG ARTIKEL */

.partner__left .text {
    padding-right: 32px;
}

@media screen and (max-width: 1199px ) {
    .partner__left .text {
        padding-right: 0;
    }
}

.partner__right .text {
    padding-left: 32px;
}

@media screen and (max-width: 1199px ) {
    .partner__right .text {
        padding-left: 0;
    }
}

.partner h2 {
    font-size: 44px;
    font-weight: 300;
    color: #1d1d1b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.partner p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.67;
    color: #1d1d1b;
    margin-top: 0;
    margin-bottom: 55px;
}

.partner a {
    border-radius: 4px;
    border: solid 2px #951e79;
    padding: 15px 37px 11px 37px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #951e79;
    transition: all 0.2s ease;
}

@media screen and (max-width: 1199px ) {
    .partner .text {
        margin-bottom: 50px;
    }
}

.partner a.small {
    padding: 15px 20px 11px 20px;
}

.partner a.big {
    padding: 15px 62px 11px 62px;
}

.partner a:hover {
    text-decoration: none;
    background: #951e79;
    color: white;
}

.contribute {
    background-color: #951e79;
    background-image: url('../img/bg-home-impact@2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

@media screen and (min-width: 1350px) {
    .contribute {
        border-left: 10vw solid transparent;
        border-right: 10vw solid transparent;
    }
}

.contribute h2 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin-bottom: 12px;
}

.contribute p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 55px;
}

.contribute a {
    border-radius: 4px;
    border: solid 2px #ffffff;
    background: #ffffff;
    padding: 15px 37px 11px 37px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #951e79;
    transition: all 0.2s ease;
}

.contribute a:hover {
    color: #ffffff;
    text-decoration: none;
    background: transparent;
}

/*--------------------------------------------------------------
  # BLOG OVERVIEW
  --------------------------------------------------------------*/

#blog__overview__container .container, #blog__detail__container .container {
    padding-top: 60px;
}

#blog__overview__container .container h1, #blog__detail__container .container h1 {
    margin: 0;
}

#blog__overview__container .container .blog-entry-container {
    margin-bottom: 40px;
}

#blog__overview__container .container .left p, #blog__detail__container .container .left p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.14em;
}

/*--------------------------------------------------------------
  # BLOG DETAIL
  --------------------------------------------------------------*/
#blog__detail__container article {
    background: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

#blog__detail__container .entry-content {
    padding: 0px 40px 80px 40px;
    margin: 20px 0px 0px 0px;
}

#blog__detail__container .entry-content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.14em;
    line-height: 30px;
}

h2.entry-title {
    font-size: 3.28em;
    margin: 0 0 20px 0;
    font-weight: 300;
}

.entry-meta {
    color: #55697E;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}

.share h4, .actions h4, .about h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.21;
    color: #56697e;
    margin-bottom: 0;
}

.share img {
    margin: 18px 25px 0 5px;
}


a.btn.btn__xs.btn__rounded.btn__icon.btn__blog-detail-back {
    display: none;
}

/*--------------------------------------------------------------
  # CONTRIBUTE
  --------------------------------------------------------------*/

#contribute__main h2 {
    font-size: 58px;
    font-weight: 300;
    line-height: 1.31;
    text-align: center;
    color: #1d1d1b;
}

#contribute__main .card-wrapper {
    margin: 0 4px;
}

#contribute__main .card {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    min-height: 505px;
}

#contribute__main .card:first-of-type {
    margin-left: 0;
}

#contribute__main .card:last-of-type {
    margin-right: 0;
}

#contribute__main .card img {
    margin-bottom: 0;
}

#contribute__main .card h5 {
    font-size: 30px;
    font-weight: bold;
    color: #1d1d1b;
    margin-top: 28px;
    margin-bottom: 0;
}

#contribute__main .card p {
    margin-top: 10px;
    margin-bottom: 0;
}

#contribute__main .card #input_container {
    width: 266px;
    max-width: 80%;
    margin: 20px auto 0;
    position: relative;
    font-family: 'Source Sans Pro', 'sans-serif';
}

#contribute__main .card input {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    border-radius: 4px;
    background-color: #f0f4f8;
    border: solid 1px #d0dae5;
    padding: 10px 55px 10px 35px;
    font-size: 22px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#contribute__main .card #input_left {
    position: absolute;
    top: 7px;
    left: 12px;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 24px;
    font-weight: bold;
    color: #313f48;
}

#contribute__main .card #input_right {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 18px;
    color: #889bb0;
}

#contribute__main .card a {
    text-align: center;
    border-radius: 4px;
    border: solid 2px #951e79;
    background: #951e79;
    padding: 10px 95px 5px 95px;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin: 50px auto 0;
    color: #ffffff;
    transition: all 0.2s ease;
}

#contribute__main .card a.volunteer {
    padding: 10px 39px 5px 39px;
    margin-top: 20px;
}

#contribute__main .card a:hover {
    color: #951e79;
    text-decoration: none;
    background: transparent;
}

#contribute__faq h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #951e79;
}

#contribute__faq h2 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    color: #1d1d1b;
}

#contribute__faq .entry-wrapper {
    margin: 10px auto;
}

#contribute__faq .entry-wrapper .headline, #contribute__faq .entry-wrapper .headline-top {
    border-radius: 4px;
    background-color: #f6fafe;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #e3eaf1;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.67;
    color: #1d1d1b;
    padding: 16px 23px 14px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

#contribute__faq .entry-wrapper .headline:hover, #contribute__faq .entry-wrapper .headline-top:hover {
    background-color: #f1f5f9;
}

#contribute__faq .entry-wrapper .headline .arrow, #contribute__faq .entry-wrapper .headline-top .arrow {
    float: right;
    color: #889bb0;
    transition: transform 0.2s ease;
}

#contribute__faq .entry-wrapper .content-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

#contribute__faq .entry-wrapper.visible > .content-wrapper {
    height: auto;
    max-height: 150px;
    max-height: 100%; /* MW 10.04.2017, da 3. Ebene */
}

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

    #blog__detail__container .left {
        display: none;
    }

    a.btn.btn__xs.btn__rounded.btn__icon.btn__blog-detail-back {
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
    }

    #contribute__faq .entry-wrapper.visible > .content-wrapper {
        max-height: 250px;
    }

    #home_partner .col-logos {
        text-align: center;
        display: inherit;
    }

    #home_partner img {
        margin: 30px 35px;
    }

}

@media screen and (max-width: 767px) {
    #contribute__faq .entry-wrapper.visible > .content-wrapper {
        max-height: 500px;
    }



    #home_partner img {
        margin: 30px 30px;
    }
}

@media screen and (max-width: 575px) {
    #contribute__faq .entry-wrapper.visible > .content-wrapper {
        max-height: 600px;
    }

    .btn.btn__play {
        margin-left: 0;
        margin-right: 0;
    }

    #home_impact {
        background-position: bottom;
    }

    #home_partner img {
        margin: 30px 25px;
    }
}

#contribute__faq .entry-wrapper.visible > .headline .arrow {
    transform: rotate(-90deg);
}

#contribute__faq .entry-wrapper .content {
    padding: 15px 20px 30px;
    margin: 0 10px;
    font-size: 16px;
    font-family: 'Source Sans Pro', 'sans-serif';
    background-color: #fafcfe;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #e3eaf1;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

/*--------------------------------------------------------------
  # CAMPAIGN
  --------------------------------------------------------------*/

#campaign__main {
}

#campaign__main .container-fluid .row {
    display: flex;
}

#campaign__main .left {
    position: relative;
    align-items: stretch;
    /* display: inline-block; */
}

#campaign__main .left .logo-wrapper {
    height: 200px;
    width: 200px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(175, 175, 175, 0.8);
    padding: 20px;
    transform: translateY(-40%);
    float: left;
}

#campaign__main .left .logo-wrapper img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#campaign__main .left h2 {
    font-size: 44px;
    font-weight: bold;
    color: #1d1d1b;
     margin-left: 40px;
    display: inline-block;
}

@media (max-width: 616px) {
   #campaign__main .left h2 {
        margin-left: 0px;
        margin-top: 0px;
   }
}


#campaign__main .left .content {
    /* position: relative; */
    /* top: 30px; */
}

#campaign__main .left .content h3 {
    font-size: 30px;
    font-weight: bold;
    color: #1d1d1b;
    text-transform: none;
    margin-bottom: 0;
}

#campaign__main .left .content p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.67;
    color: #1d1d1b;
    margin-top: 12px;
}

#campaign__main .left .content p a {
    color: #d62655;
}

#campaign__main .right {
    background: #F0F4F8;
    align-items: stretch;
    padding-bottom: 80px;
}

#campaign__main .right hr {
    width: 100%;
    height: 1px;
    background-color: #dbe4ed;
    margin-top: 30px;
    margin-bottom: 20px;
}

#campaign__main .right .actions .btn {
  padding-top: 8px;
}




#campaign__main .right .actions a {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    padding: 11px 0 7px;
    width: 100%;
    display: inline-block;
    margin-top: 14px;
    transition: all 0.2s ease;
}

#campaign__main .right .actions a i {
    font-size: 20px;
    margin-right: 8px;
}

#campaign__main .right .actions a.button-dark {
    color: #ffffff;
    background-color: #951e79;
    border: 2px solid #951e79;
}

#campaign__main .right .actions a.button-dark:hover {
    text-decoration: none;
    background-color: #691555;
    border: 2px solid #691555;
}

#campaign__main .right .actions a.button-bright {
    color: #951e79;
    background-color: transparent;
    border: 2px solid #951e79;
}

#campaign__main .right .actions a.button-bright:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #951e79;
}

#campaign__main .right .share {

}

#campaign__main .right .about {
    position: relative;
}

#campaign__main .right .about .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #dde6ef;
    padding: 0;
    margin-top: 20px;
}

#campaign__main .right .about .icon-wrapper img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#campaign__main .right .about .headline {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1b;
    position: absolute;
    top: 28px;
    left: 70px;
}

#campaign__main .right .about a {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 16px;
    color: #d62655;
    position: absolute;
    top: 80px;
    left: 70px;
    text-decoration: underline;
}

#campaign__main .right .about .content {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 16px;
    line-height: 1.63;
    color: #56697e;
}

#campaign__contribute {
    background-color: #951e79;
    background-image: url(../img/bg-home-impact@2x.jpg) #951E79

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

#campaign__contribute h2 {
    font-size: 46px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

#campaign__contribute img {
    height: 64px;
    margin-top: 26px;
    margin-bottom: 0;
}

#campaign__contribute h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-top: 26px;
    margin-bottom: 0;
}

#campaign__contribute p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: 88px;
}

#campaign__contribute a {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #951e79;
    border: 2px solid #ffffff;
    padding: 14px 70px 12px;
    transition: all 0.2s ease;
}

#campaign__contribute a:hover {
    background: transparent;
    color: #ffffff;
}

#campaign_videos h3 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #951e79;
    margin-bottom: 0;
}

#campaign_videos h2 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
    color: #1d1d1b;
    margin-top: 14px;
}

#campaign_videos .videos_element {
    margin-bottom: 40px;
}

#campaign_videos .videos_element .videos_footer .videos_meta {
    font-family: 'Source Sans Pro', 'sans-serif';
}

#campaign_videos a {
    /*font-size: 24px;
    padding: 10px 30px;*/
}

/*--------------------------------------------------------------
  # WHO WE ARE
  --------------------------------------------------------------*/
#who-we-are__main .swiper-container {
    height: 450px;
    padding-bottom: 60px;
}

#who-we-are__main h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #951e79;
}

#who-we-are__main h2 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    color: #1d1d1b;
}

#who-we-are__main p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #1d1d1b;
}

#who-we-are__main .quotes-swiper {
    margin-top: 13px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 140px;
}

#who-we-are__main .quotes-swiper .swiper-slide {
    text-align: center;
    background: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 30px;
    background-image: url('../img/bg-quote.png');
    background-repeat: no-repeat;
    background-position: 95% 20%;
}

#who-we-are__main .quotes-swiper .swiper-slide:after {
    content: "";
    position: absolute;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FFF #FFF transparent;
}

#who-we-are__main .quotes-swiper .swiper-slide.first:after {
    left: 20.3%;
}

#who-we-are__main .quotes-swiper .swiper-slide.second:after {
    left: 48.8%;
}

#who-we-are__main .quotes-swiper .swiper-slide.third:after {
    left: 77.3%;
}

@media screen and (max-width: 1199px) {
    #who-we-are__main .quotes-swiper .swiper-slide.first:after {
        left: 23.2%;
    }

    #who-we-are__main .quotes-swiper .swiper-slide.second:after {
        left: 49.1%;
    }

    #who-we-are__main .quotes-swiper .swiper-slide.third:after {
        left: 75.0%;
    }
}

@media screen and (max-width: 991px) {
    #who-we-are__main .quotes-swiper .swiper-slide.first:after {
        left: 19.7%;
    }

    #who-we-are__main .quotes-swiper .swiper-slide.second:after {
        left: 48.9%;
    }

    #who-we-are__main .quotes-swiper .swiper-slide.third:after {
        left: 78.1%;
    }
}

@media screen and (max-width: 767px) {
    #who-we-are__main .quotes-swiper .swiper-slide.first:after {
        left: 25.7%;
    }

    #who-we-are__main .quotes-swiper .swiper-slide.second:after {
        left: 48.2%;
    }

    #who-we-are__main .quotes-swiper .swiper-slide.third:after {
        left: 70.7%;
    }
}

#who-we-are__main .quotes-swiper h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8;
    color: #161615;
    margin: 0;
}

#who-we-are__main .quotes-swiper h5 {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #810566;
    margin-top: 6px;
    margin-bottom: 17px;
}

#who-we-are__main .quotes-swiper p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #1d1d1b;
    margin-top: 0;
}

#who-we-are__main .quotes-swiper .quotes-pagination {
    padding: 10px 0;
}

#who-we-are__main .quotes-swiper .quotes-pagination .quotes-pagination-icon {
    width: 92px;
    height: 92px;
    margin: 0 8%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    #who-we-are__main .quotes-swiper .quotes-pagination .quotes-pagination-icon {
        margin: 0 1%;
    }
}

#who-we-are__main .quotes-swiper .quotes-pagination .swiper-pagination-bullet-active {
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.24);
    border: 2px solid #810566;
}

#who-we-are__main .quotes-swiper .quotes-pagination .quotes-pagination-icon img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

#who-we-are__slider {
    padding: 0;
}

#who-we-are__slider .slider-swiper {
    padding-bottom: 0;
}

#who-we-are__about-us h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #951e79;
    margin-bottom: 14px;
}

#who-we-are__about-us h2 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    color: #1d1d1b;
    margin-top: 0;
    margin-bottom: 34px;
}

#who-we-are__about-us p.main-text {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #1d1d1b;
    margin-top: 0;
    margin-bottom: 64px;
}

#who-we-are__about-us .info-wrapper .info {
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    text-align: center;
    color: #951e79;
    margin: 0;
}

#who-we-are__about-us .info-wrapper .subline {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #1d1d1b;
    margin: 0;
}

#who-we-are__about-us .bottom-info {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    margin-top: 60px;
    padding: 20px 30px 30px 30px;
}

#who-we-are__about-us .bottom-info img {
    padding: 10px;
}

#who-we-are__about-us .bottom-info p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.67;
    color: #1d1d1b;
    margin: 0;
    padding: 10px;
}

#who-we-are__about-us .bottom-info p a {
    color: #810566;
}

#who-we-are__contact .container {
    background-image: url('../img/who-we-are-contact-world-map.png');
    background-size: cover;
    background-position: 30px 30px;
}

#who-we-are__contact h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #951e79;
    margin-bottom: 14px;
}

#who-we-are__contact h2 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    color: #1d1d1b;
    margin-top: 0;
}

#who-we-are__contact .content h3 {
    font-size: 30px;
    font-weight: bold;
    color: #1d1d1b;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
}

#who-we-are__contact .content input {
    height: 50px;
    border-radius: 4px;
    background-color: #f0f4f8;
    border: solid 1px #d0dbe5;
    width: 100%;
    font-size: 20px;
    padding: 10px 15px;
}

#who-we-are__contact .content textarea {
    height: 140px;
    border-radius: 4px;
    background-color: #f0f4f8;
    border: solid 1px #d0dbe5;
    width: 100%;
    resize: none;
    margin-bottom: 0px;
    font-size: 20px;
    padding: 10px 15px;
}

#who-we-are__contact .content p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #1d1d1b;
}

@media screen and (max-width: 991px) {
    #who-we-are__contact .content .right {
        margin-top: 50px;
    }
}

#who-we-are__contact .content a {
    border-radius: 4px;
    border: solid 2px #951e79;
    padding: 10px 37px 15px 37px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #951e79;
    background: transparent;
    transition: all 0.2s ease;
}

#who-we-are__contact .content a:hover {
    text-decoration: none;
    background: #951e79;
    color: white;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav__elements {
    float: right;
}

/* ==========================================================================
   01_Buttons
   ========================================================================== */
a.btn, button.btn {
    color: inherit;
    text-decoration: none;
}

a.btn.btn__xs.btn__rounded.btn__bordered.btn__contribute {
    padding: 0px 20px 0px 20px;
    color: #951E79;
    margin: 24px 0px 0px 20px;
    font-weight: 500;
    height: 40px;
    line-height: 36px;
    transition: color, background-color .3s ease 0s;
}

a.btn.btn__xs.btn__rounded.btn__bordered.btn__contribute:hover {
    color: white;
}

/* ==========================================================================
   01_Button & Link Transitions
   ========================================================================== */
a.btn, button.btn {
    -moz-transition: color, background-color 0.3s ease 0s;
    -o-transition: color, background-color 0.3s ease 0s;
    -webkit-transition: color, background-color 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: color, background-color 0.3s ease 0s;
    color: #ffffff;
}

/* fonts.scss */
/* colors.scss */
/* animations.scss */

/* ==========================================================================
   footers-01 Specific Styles
   ========================================================================== */
footer.footers-01 {
    background: #1D253B;
    color: #7E8A9A;
    text-align: center;
}

footer.footers-01 .col-lg-2 {
    margin-left: 30px;
}

footer.footers-01 .col-lg-2, footer.footers-01 .col-xs-12 {
    margin-bottom: 40px;
}

footer.footers-01 ul {
    margin: 0;
    padding: 0;
}

footer.footers-01 li.parent {
    margin-bottom: 14px;
}

footer.footers-01 li.parent a {
    color: #ffffff;
    font-size: 1.71em;
    font-weight: 400;
    font-family: inherit;
}

footer.footers-01 li a {
    list-style: none;
    font-size: 1.14em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: inherit;
}

footer.footers-01 .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer.footers-01 .footer-social {
    margin-top: 60px;
}

footer.footers-01 .footer-social img {
    margin-right: 35px;
}

footer.footers-01 .footer-copy {
    margin-top: 38px;
    font-family: 'Source Sans Pro', sans-serif;
}

/* ==========================================================================
 MODAL
 ========================================================================== */
iframe {
    border: 0px;
}

.modal-content.modal-content-contact, .modal-content-volunteer-signup {
    padding: 70px !important;
}

.modal___contact-success-img {
    display: block;
    margin: 0 auto 30px auto;
}

.modal-content-contact h2, .modal-content-volunteer-signup h2 {
    margin-bottom: 20px;
    font-size: 44px;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: lighter;
}


.modal-content-contact p, .modal-content-volunteer-signup p {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    margin: 0;    
}

.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 35%;
    top: 25%;
    width: 100%;
    overflow: visible;
    background: none;
    padding: 0;
    max-width: 650px;
    height: 430px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal .modal-header {
    margin-bottom: 3.25em;
}

.modal .modal-content {
    background-color: #fff;
    margin: 0;
    padding: 3.75em;
    width: 100%;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 20px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 20px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*height: 430px;*/
    color: #150B15;
}

.modal .modal-content-videos-video {
    padding: 0;
}

.modal .modal-content label {
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: .25em;
}

.modal .modal-content span.errormsg {
    color: #F7065C;
    font-weight: 200;
    font-size: .875em;
}

.modal .modal-content .successmsg {
    color: #99F706;
}

.modal .modal-content .check-items input[type="checkbox"] {
    display: none;
}

.modal .modal-content .check-items label {
    cursor: pointer;
    text-decoration: none;
}

.modal .modal-content .check-items label span {
    margin-left: .75em;
}

.modal .modal-content .check-items label:before {
    border: 2px solid #E5DFEF;
    border-radius: 4px;
    background-color: #F7F5FA;
    content: "\00a0";
    display: inline-block;
    height: 22px;
    width: 22px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: middle;
}

.modal .modal-content .radio-items input[type="radio"] {
    display: none;
}

.modal .modal-content .radio-items label {
    cursor: pointer;
    text-decoration: none;
}

.modal .modal-content .radio-items label span {
    margin-left: .2em;
    font-size: .9em;
}

.modal .modal-content .radio-items label:before {
    border: 2px solid #E5DFEF;
    border-radius: 100px;
    background-color: #F7F5FA;
    content: "\00a0";
    display: inline-block;
    height: 22px;
    width: 22px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: middle;
}

.modal .modal-content input[type="text"],
.modal .modal-content input[type="tel"],
.modal .modal-content input[type="email"],
.modal .modal-content input[type="checkbox"] {
    background: #F7F5FA;
    border: 1px solid #E5DFEF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.modal .modal-content input[type="text"],
.modal .modal-content input[type="tel"],
.modal .modal-content input[type="email"] {
    width: 100%;
    height: 2.625em;
    padding: 0 .5em;
    margin-bottom: 1.25em;
}

.modal .modal-content input[type="text"]:focus, .modal .modal-content input[type="text"]:active,
.modal .modal-content input[type="tel"]:focus,
.modal .modal-content input[type="tel"]:active,
.modal .modal-content input[type="email"]:focus,
.modal .modal-content input[type="email"]:active {
    outline: none;
    border: 1px solid #7A29C2;
}

.modal .modal-content input[type="checkbox"] {
    margin-right: 14px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.modal .modal-content input[type="checkbox"]:checked + label:before {
    background: #F7065C;
    content: "";
    background-image: url(../img/check-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.modal .modal-content input.error {
    outline: none;
    border: 1px solid #F7065C;
}

.modal .modal-content .close {
    color: #252044;
    font-size: 1.75em;
    font-weight: 200;
    float: right;
    margin-top: -40px;
    margin-right: -30px;
}

.modal .modal-content .close:hover, .modal .modal-content .close:focus {
    opacity: .75;
    cursor: pointer;
    text-decoration: none;
}

/*#modal___newsletter-success .modal-body {
    padding: 50px;
}
*/
/* ############## CUSTOM ############## */

a:hover {
    cursor: pointer !important;
}

#menu-hauptmenue {
    margin: 0 !important;
}


/* Override shitty wordpress stuff */
#pg-4-0, #pg-93-0, #pg-9-0 {
    margin: 0 !important;
}

/*.panel-grid-cell {
    padding: 0 !important;
}*/

/*#pg-93-0 .panel-grid-cell, #pl-73 .panel-grid-cell .so-panel {*/
#pg-4-0 .panel-grid-cell, #pg-93-0 .panel-grid-cell, #pg-9-0 .panel-grid-cell {
    margin-bottom: 0px !important;
}

.panel-grid-cell:first-child {padding-left:0 !important;}
.panel-grid-cell:last-child {padding-right:0 !important;}



/* SMARTPHONE */

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

    .img-home-volunteer {
        margin-top: 0px;
    }

    #home_impact .col-xs-12 {
        margin-bottom: 40px;
    }

    footer.footers-01 .col-lg-2 {
        margin-left: 0px;
        margin-bottom: 40px;
    }

    #contribute__main .card a {
        padding: 10px 85px 5px 85px;
    }

    .playlist-container-big .videos_element {
        margin-bottom: 40px;
    }

    p.videos-video-all-campaign {
        text-align: left;
        margin-top: 0px;
    }

    .videos-video-name {
        margin-top: 40px;
        padding: 0px 0px 0px 12px;
    }

    .videos-video-count {
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    .playlist-container .videos_element {
        margin: 0px 0px 28px 0px;
    }

    .blog-entry-image img {
        height: 260px;
        width: 100%;
        display: inline-block;
        object-fit: cover;
    }

    #blog__detail__container .entry-content {
        padding: 0px 15px 80px 15px;
    }

    .signup-option {
        width: 100%;
        max-width: 250px;
    }

    section.signup .signup__section ul.category-list li.main a {
        /* line-height: 30px; */
        /* min-height: 54px; */
    }

    #campaign__main .right {
      padding-top: 30px;
    }

    #home_campaign h3 {
      padding-top: 30px;
    }

    #blog__overview__container .container .row .col-lg-3 {
      padding-bottom: 30px;
    }

    .col-md-10 {
      padding-left: 0;
      padding-right: 0;
    }

    #who-we-are__main .swiper-container {
        height: 550px;
    }

    section.signup ul li ul.open-section {
        padding: 20px 14px;
    }



}


.modal {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

.modal a.close-modal {
    /*top: 5.5px;*/
}



@media screen and (max-width: 992px) {
     nav.navbars-01 {
        background: #ffffff;
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    a.btn.btn__xs.btn__rounded.btn__bordered.btn__contribute {
        margin: 24px 0px 30px 0px;
    }

    section.nopadding {
        background: #ffffff;
    }

}


#pl-93 .panel-grid, #pl-93 .panel-grid-cell {
    margin: 0 !important;
    padding: 0 !important;
}

#partner-detail__blogs h3 {
  font-weight: 300;
}
