
:root {
    --color-grey: rgba(99, 100, 102, 1);
    --color-beige: rgba(241, 238, 225, 1);
    --color-red: rgba(201, 7, 29, 1);
    --color-text: rgba(0, 0, 0, .85);
    --font-accent: 'Slabo 13px', serif;
    --font-text: 'Roboto', sans-serif;
}


body {
    font-size: 16px;
    font-family: var(--font-text);
    color: rgba(0,0,0,0.85);
    font-weight: 300;
    line-height: 135%;
    position: relative;
    background-color: var(--color-beige);
}

a {
    color: var(--color-red);
}

strong, b {
    font-weight: 400;
}

h1, h2, h3, h4, h5 {
    position: relative;
    font-weight: 400;
    display: block;
    line-height: 135%;
}

h1 {
    font-family: var(--font-text);
    font-size: 30px;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 22px;
    margin-bottom: 0.25em;
}

h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}

p {
    margin-bottom: 0.8em;
}

.body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8em 0;
}

.body ul li {
    padding-left: 1.5em;
    text-indent: -.7em;
}

.body ul li::before {
    content: "› ";
    color: var(--color-red);
    display: inline-block;
    margin-left: 10px;
}

.body ol {
    list-style-type: none;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
}
.body ol li {
    counter-increment: count-me;
}
.body ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.3em;
    top: .05em;
    color: var(--color-red);
    font-weight: bold;
}

.body img {
    display: block;
    width: 100%;
}

.content {
    position: relative;
    clear: both;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.pointer {
    cursor: pointer;
}
hr.divider-grey,
hr.divider {
    color: transparent;
    border: 1px transparent;
    height: 2vh;
    display: block;
}

/*******************************************/
/* Header
/*******************************************/
header {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: nowrap;
    padding: 0 2.5%;
    border-bottom: 8px solid var(--color-red);
}

header .menu {
    display: none;
}
a#logo {
    display: block;
    width: 290px;
    max-width: 50%;
    padding: 10px 0;
}

a#logo img {
    display: block;
    width: 100%;
}

/*******************************************/
/* Responsive-Navigation
/*******************************************/

a#offcanvas-menu {
    display: block;
    width: 30px;
    margin: auto 0 auto auto;
    height: 30px;
}

a#offcanvas-menu span.bar {
    background-color: var(--color-red);
    display: block;
    float: left;
    height: 2px;
    margin-left: 0;
    margin-top: 6px;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#offcanvas-menu.toggled span:first-child {
    transform: translateY(8px) rotate(45deg);
}

#offcanvas-menu.toggled span {
    transform-origin: center center 0;
}

#offcanvas-menu.toggled span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#offcanvas-menu.toggled span:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.sidr ul li a img {
    display: none;
}

.sidr-open #sidr-body-overlay {
    display: block;
}

#sidr-body-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999998;
}


.sidr {
    background: #262626 none repeat scroll 0 0;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-family:'Meta W01 Condensed Normal', sans-serif;
    font-size: 18px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 999999;
    padding-top: 15px;
}

.sidr ul {
    border: 0 none;
}

.sidr ul li {
    border: 0 none;
    line-height: 30px;
}

.sidr ul li a, .sidr ul li span {
    color: #FFFFFF;
    display: inline-block;
}
.sidr ul li.indent {
    padding-left: 30px;
}

.sidr ul li a span {
    padding: 0;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li.selected {
    border-top: 0 none;
    line-height: 30px;
    background-color: var(--color-red);
}

.sidr li.language,
.sidr li.social {
    display: inline-block;
}
.sidr ul:last-of-type {
    margin-top: 30px;
}
.sidr li a span {
    width: 30px;
    text-align: center;
}
/*******************************************/
/* Fixed Buttons
/*******************************************/
.fixed_buttons {
    position: fixed;
    right: -118px;
    top: 30%;
    padding: 10px 0 5px 15px;
    background-color: var(--color-red);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 999;
    color: #FFFFFF;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
}
.fixed_buttons.show {
    right: 0;
}
.fixed_buttons div {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
}
.fixed_buttons div span {
    display: inline-block;
    line-height: 32px;
    width: 100%;
    padding-right: 15px;
}
.fixed_buttons .glyphicons:before {
    padding: 0 2px 0 2px;
    font-size: 22px;
}

div.btn-donate img.btn-icon {
    width: 28px;
    margin-right: 15px;
}

div.btn-friend {
    padding-left: 29px;
}
.fixed_buttons div.btn-friend span {
    margin-left: 44px;
    padding: 5px 0 3px 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

div.herz {
    margin-top: 10px;
    position: relative;
    margin-left: -30px;
    -webkit-animation: beat .35s infinite alternate;
    -moz-animation: beat .35s infinite alternate;
    -o-animation: beat .35s infinite alternate;
    animation: beat .35s infinite alternate;
    -webkit-transform-origin: 25% 50% 0;
    -moz-transform-origin: 25% 50% 0;
    -o-transform-origin: 25% 50% 0;
    transform-origin: 25% 50% 0;
    color: #FFFFFF;
}

div.herz:before, div.herz:after {
    position: absolute;
    content: "";
    left: 14px;
    width: 14px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 14px 14px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

div.herz:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

@keyframes beat{
    to {  -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

div.btn-newsletter {
    padding-top: 3px;
}
div.btn-newsletter i {
    margin-top: 4px;
}
div.btn-newsletter span {
    margin-left: 16px;
}

/*******************************************/
/* Slider
/*******************************************/
.swiper-container {
    width: 100%;
}
.gallery-slider {
    margin-top: 10px;
    margin-bottom: 50px;
}

.swiper-wrapper {
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
    flex-basis: auto;
    height: auto;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    align-items: stretch;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    margin: auto !important;
    display: block;
}

.swiper-slide .slide-text p {
    display: none;
}

.swiper-slide .slide-text h2{
    color: var(--color-red);
    font-size: 18px;
}

.swiper-slide .slide-text {
    position: absolute;
    left: 0;
    right: auto;
    max-width: 360px;
    bottom: 5em;
    top: auto;
    padding: 15px;
    background-color: rgba(241, 238, 225,.8);
}

.swiper-slide .slide-text .button {
    margin-bottom: 0;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    margin-top: 5px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: url("/styles/images/pagination.png") no-repeat top left / contain;
    border-radius: 100%;
    margin: 0 5px 0 0 !important;
}

.swiper-pagination-bullet-active {
    background: url("/styles/images/pagination_active.png") no-repeat top left / contain;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: unset;
    right: unset;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 0;
}
.swiper-button-next, .swiper-button-prev {
    cursor: pointer;
    height: 70px;
    position: absolute;
    top: unset;
    bottom: -50px;
    margin-top: -22px;
    width: 40px;
    z-index: 10;
    margin-bottom: 30px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    color: var(--color-red)
}

/*************************************/
/* Gallery-PopUp                     */
/*************************************/

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0;
    left:0;
    background: var(--color-beige);
    z-index: 100;
}

.popup-inner {
    max-width:1280px;
    width:60%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background:var(--color-beige);
    z-index: 110;
}

.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:10px;
    right:-10px;
    border-radius:100%;
    background:#333333;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color: white;
    z-index: 120;
}

.popup-close:hover {
    background: var(--color-red);
    color: #fff;
}

div.popup .swiper-slide {
    width: 100%;
}

div.popup .swiper-slide img{

}

div.popup .slider-img {
    width: 100%;
}

div.popup .swiper-pagination-bullet-active {
    background: var(--color-red) none repeat scroll 0 0;
    opacity: 1;
}

div.popup .swiper-pagination {
    position: relative;
}

div.popup .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}


div.popup .swiper-slide div.description{
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: var(--color-red);
    height: auto;
    padding: 8px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fancybox.gallery.item:not(.first) {
    display: none;
}

.fancybox.gallery.item.first {
    display: block;
    margin-bottom: 10px;
}
.fancybox-slide .photo-overlay {
    display: none;
}
/*******************************************/
/* Team
/*******************************************/

div.teammember{
    width: 100%;
    align-self: flex-start;
    align-content: flex-start;
    margin-bottom: 30px;
}

div.teammember:first-of-type {
    margin-top: 30px;
}
div.teammember_img img{
    width: 90%;
    max-width: 180px;
    max-height: 180px;
    border-radius: 10px;
}

div.teammember_descr{
    width: 33.33%;
}
div.teammember_descr{
    width: 90%;
}

/*******************************************/
/* Page
/*******************************************/
.flex {
    display: flex;
    flex-basis: auto;
}
.grid {
    width: calc(100% + 30px);
    margin-left: -30px;
    flex-wrap: wrap;
    flex-direction: row;
}
.grid .full,
.grid .half,
.grid .one-third,
.grid .two-thirds {
    width: calc(100% - 30px);
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: auto;
}
div.headline {
    margin-left: 30px;
    padding-top: 15px;
    line-height: 2em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

div.headline h1 {
    font-family: var(--font-text);
    font-size: 35px;
    line-height: 130%;
    margin-bottom: 20px;
    -webkit-order: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    order: 1;
}

div.headline:after {
    background: rgba(0, 0, 0, 0) radial-gradient(circle at 50% 50% , rgba(0,0,0,.85) 21%, transparent 20%) repeat-x scroll 0 1em / 1.25em 1.9em;
    content: "";
    margin-left: 12px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-order: 2;
    order: 2;
}

.icon-wrap {
    width: 90px;
    margin: 20px auto;
}

.icon{
    background: var(--color-red) none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    height: 90px;
    margin-right: 15px;
    margin-top: 3px;
    width: 90px;
}

.icon img.mini-icon {
    margin-left: 15px;
    margin-top: 15px;
    width: 60px;
}

.download-wrap .one-third {
    flex-direction: row;
    margin-bottom: 30px;
}
.download-wrap .one-third .icon-wrap {
    width: 90px;
    margin: 0 15px 0 0;
}
.download {
    margin-top: 1em;
    margin-bottom: 15px;
}
.download .icon-wrap{
    margin: 0 15px 0 0;
}

.icon-article {
    position: relative;
}
.icon-article:before {
    position: absolute;
    height: 100%;
    content: "";
    display: inline-block;
    width: 1px;
    left: -15px;
    background-color: #FFFFFF;
}
.icon-article:first-of-type:before {
    display: none;
}
.icon-article .body {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
}
article .body a{
    font-weight: 500;
    margin-top: 10px;
}

.article-img {
    border-radius: 10px;
    /*
    border-bottom: 5px solid var(--color-red);
    */
    margin: 1em 0;
}

.article-img.r380_285 {
    aspect-ratio: 380 / 285;
}

.content-quote {
    margin-bottom: 1em;
}

article .body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 1em;
}

div.photo-canvas {
    background: var(--color-red);
    color: white;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
}
/*
.hover:hover +.photo-overlay, .photo-overlay:hover {
    opacity: 1;
}
 */
div.photo {
    display: block;
    position: relative;
}

.gallery-slider img.article-img {
    display: block;
    width: 100%;
    border-radius: 0;
    border-bottom: none;
}
.gallery-slider div.photo-canvas {
    background: var(--color-red);
    color: white;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: nowrap;
}
.gallery-slider div.body,
.gallery-slider div.photo {
    width: 50%;
}
.gallery-slider div.photo-canvas .name {
    font-size: 22px;
    text-transform: none;
    margin-top: 1em;
}
.photo-overlay {
    background: var(--color-red) none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    height: 70px;
    position: absolute;
    left: calc(50% - 35px);
    width: 70px;
    top: calc(50% - 35px);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    overflow: hidden;
    z-index: 999;
}
.swiper-container .photo-overlay {
    top: 100%;
}

div.photo-overlay .cross {
    height: 35px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 26%;
    width: 35px;
}

div.photo-overlay .cross:before, div.photo-overlay .cross:after {
    content: "";
    position: absolute;
    background: white;
}

div.photo-overlay .cross:before {
    left: 50%;
    width: 24%;
    margin-left: -12%;
    height: 100%;
}

div.photo-overlay .cross:after {
    top: 50%;
    height: 24%;
    margin-top: -12%;
    width: 100%;
}

div.photo-canvas hr {
    border: 0;
    border-bottom: 4px dotted white;
    width: 93%;
}

div.photo-canvas .name {
    font-size: 16px;
    font-weight: 600;
    padding-left: 5%;
    margin: auto 0 5px 0;
    text-transform: uppercase;
}

div.photo-canvas .description {
    padding-bottom: 1em;
    padding-left: 5%;
    padding-right: 5%;
}
div.photo-canvas div.photo-overlay {
    margin: -60% auto 37%;
}

div.gallery-img:last-of-type {
    margin-right: 0;
}

div.gallery-img div.photo-overlay{
    margin: -46% auto 12%;
}

img.hover {
    display: block;
    width: 100%;
}

.popup-open {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

/*article.blog div.photo-overlay, article.event div.photo-overlay{
    margin: -42% auto 17%;
}*/

/*************************************/
/* qoute                        */
/*************************************/

article blockquote {
    color: #666666;
    font-family: "Times New Roman", serif;
    font-size: 36px;
    line-height: 37px;
    margin-top: 17px;
    padding-left: 20px;
    text-indent: 0;
    quotes: "\201C""\201D";
}

article blockquote:before {
    content: open-quote;
    color: #cccccc;
    font-family: Georgia,serif;
    font-size: 200px;
    line-height: 0;
    margin-left: -20px;
    margin-right: -3px;
    position: relative;
    top: 96px;
}

article blockquote:after {
    content: close-quote;
    color: #cccccc;
    font-family: Georgia,serif;
    font-size: 200px;
    line-height: 35px;
    margin-bottom: 0;
    margin-left: -6px;
    position: relative;
    top: 65px;
    vertical-align:-56px;
}

article cite {
    color: #666666;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 30px;
}

/*************************************/
/* Newsletter                        */
/*************************************/
section.newsletter-signin {
    background-color: var(--color-red);
    color: #FFFFFF;
    padding: 2em 0;
}


section.newsletter-signin .headline {
    color: #FFFFFF;
    margin-left: 0;
}


section.newsletter-signin .headline:after {
    background: rgba(0, 0, 0, 0) radial-gradient(circle at 50% 50% , rgba(255,255,255,.85) 21%, transparent 20%) repeat-x scroll 0 1.4em / 1.25em 1.9em;
}
section.newsletter-signin form.newsletter button{
    color: var(--color-red);
    background: #FFFFFF;
}

/*******************************************/
/* Form                                    */
/*******************************************/
form#donate ,
form#friend-form ,
form#kontaktformular {
    margin: 30px 0 30px -30px;
}
#friend-form div.headline {
    margin-left: 0;
}

label {
    width: 100%;
    float:left;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 3px;
    text-align: left;
}

label.required {
    font-weight: 600;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%
}

/* remove standard-styles */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    border-radius: 0;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

select {
    background: rgba(255,255,255,1) url("/styles/images/select-arrow.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

select:focus {
    background: rgba(255,255,255,1) url("/styles/images/select-arrow-active.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea,
select {
    font-family: var(--font-text);
    font-size: 16px;
    font-weight: 300;
    background-color: #FFFFFF;
    width: 100%;
    height: 35px;
    margin-left: 0;
    padding: 5px 8px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: var(--color-text);
    border: 1px solid rgba(0,0,0,0.1);
}

select:focus,
input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid var(--color-red) !important;
}

form div.checkbox {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

form div.small {
    width: 100%;
    padding-top: 5px;
}

form input.error, form textarea.error {
    border: 1px solid var(--color-red);
}

form input.checkbox-type {
    width: 60%;
}

form input[type="checkbox"] {
    margin-left: 0;
}

label.checkbox input {
    display: none;
}

label.checkbox span {
    border: 1px solid ;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    width: 18px;
    background-color: #FFFFFF;
}
select.error,
label.checkbox.error span {
    border: 1px solid rgba(219,8,18,1);
}

label.checkbox i {
    padding-left: 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-style: normal;
    display: inline-block;
    width: calc(100% - 28px);
}

[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    color: var(--color-grey);
    top: -5px;
    left: 1px;
}

[type=checkbox]:checked + label.checkbox span {
    border: 0.5px solid var(--color-grey);
}

#donate textarea {
    height: 160px !important;
}
#kontaktformular textarea {
    height: 175px !important;
}
a.button,
button {
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 8px;
    color: #FFFFFF;
    font-size: 100%;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: var(--color-red);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 8px;
}
a.button.active,
a.button:hover,
button.active,
button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button:disabled{
    cursor: not-allowed;
}
button:disabled:hover {
    -webkit-transform: none;
    transform: none;
}

button.prev-next{
    margin-top: auto;
}

button.back-button {
    margin-left: 0;
    margin-right: auto;
}

span.validatormessage {
    color: var(--color-red);
    display: block;
    margin-top: -10px;
    font-size: 13px;
}

form.newsletter span.validatormessage {
    color: white;
}

.checkbox span.missing {
    color: var(--color-red);
    display: block;
    margin-left: 29px;
}
/*************************************/
/* Footer                            */
/*************************************/

footer {
    float: left;
    width: 100%;
    background: var(--color-grey);
    padding-top: 2em;
    padding-bottom: 3em;
    color: white;
}

footer div.body a {
    color: white;
}
footer div.body a:hover {
    color: var(--color-red);
}
footer .body ul li::before {
    color: #FFFFFF;
}
footer article div.body {
    font-size: 13px;
    padding-right: 0;
    display: block;
}

footer article.two-thirds{
    border-bottom: 2px dotted white;
}

footer article.two-thirds .pointer {
    width: 49%;
    padding-right: 5px;
}

footer article.one-third{
    align-self: flex-end;
    margin-bottom: 1em;
    margin-top: 1em;
}

footer div.footer-description h3{
    color: #FFFFFF;
}

footer div.facebook {
    margin-top: 3em;
    margin-bottom: 1.5em;
    float: left;
}

footer div.facebook-icon {
    background: var(--color-red) none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    float: left;
    height: 40px;
    margin-right: 0.7em;
    margin-top: -3px;
    width: 40px;
}

footer div.facebook-logo {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22121.211px%22%20height%3D%22225.747px%22%20viewBox%3D%220%200%20121.211%20225.747%22%20enable-background%3D%22new%200%200%20121.211%20225.747%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22f%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M78.79%2C222.856v-99.803h33.499l5.016-38.896H78.79V59.326c0-11.261%2C3.127-18.935%2C19.274-18.935%0A%09l20.596-0.009V5.594c-3.562-0.475-15.787-1.533-30.012-1.533c-29.695%2C0-50.024%2C18.126-50.024%2C51.413v28.684H5.039v38.896h33.585%0A%09v99.803H78.79z%22/%3E%0A%3C/svg%3E") no-repeat scroll center center / contain ;
    cursor: pointer;
    height: 28px;
    margin-left: 5px;
    margin-top: 6px;
    width: 28px;
}

footer div.instagram {
    margin-top: 3em;
    margin-bottom: 1.5em;
    float: left;
}

footer div.instagram-icon {
    background: var(--color-red) none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    float: left;
    height: 40px;
    margin-right: 0.7em;
    margin-top: -3px;
    width: 40px;
}

footer div.instagram-logo {
    font-size: 24px;
    cursor: pointer;
    height: 28px;
    margin-left: 8px;
    margin-top: 7px;
    width: 28px;
}

footer div.youtube {
    margin-top: 3em;
    margin-bottom: 1.5em;
    margin-left: 0;
    width: 26%;
    cursor: pointer;
    float: left;
}

footer div.youtube-icon {
    background: var(--color-red) none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    float: left;
    height: 40px;
    margin-right: 0.7em;
    margin-top: -3px;
    width: 40px;
}

footer div.zewo {
    margin-top: 3em;
    margin-bottom: 1.5em;
    margin-left: 0;
    width: 25%;
    cursor: pointer;
    float: left;
}

footer div.zewo-icon {
    background: var(--color-red) none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    float: left;
    height: 40px;
    margin-right: 0.7em;
    margin-top: -3px;
    width: 40px;
}
footer div.zewo-logo {
    background: rgba(0, 0, 0, 0) url("/styles/images/zewo_logo_white.png") no-repeat scroll 0 1px / contain ;
    cursor: pointer;
    height: 28px;
    margin-left: 5px;
    margin-top: 5px;
    width: 28px;
}

footer a#logo-white {
    background: rgba(0, 0, 0, 0) url("/styles/images/logo-white.png") no-repeat scroll center center / cover ;
    display: block;
    float: left;
    height: 159px;
    width: 89px;
}

footer article.one-third div.body {
    padding-right: 0;
}

footer article.full{
    padding-left: 0;
}

footer div.body h2 {
    color: white;
}

footer div.contact {
    float: left;
    line-height: 177%;
    padding-left: 1.3em;
}
