/*
Theme Name: gesundheitsclown.ch
Author: LexoGmbH
Author URI: https://www.lexo.ch/
Version: 1.0
*/




.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.row.homepage_flex {
    display: flex;
}
#homepage-circles .circle-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 35px;
}
.circle-col a.button-blue {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
}

.float-right {
    float: right;
}
.contact-form-wrapper {
    position: relative;
}

#googlecaptcha_wrapper {
    position: absolute;
    top: -4px;
    right: 6px;
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -webkit-transform: translate(0,-150%) scale(0.95);
    -moz-transform: translate(0,-150%) scale(0.95);
    -ms-transform: translate(0,-150%) scale(0.95);
    -o-transform: translate(0,-150%) scale(0.95);
    transform: translate(0,-150%) scale(0.95);
}

#googlecaptcha_wrapper.active {
    opacity: 0.9999;
    visibility: visible;
    -webkit-transform: translate(0,-100%) scale(0.95);
    -moz-transform: translate(0,-100%) scale(0.95);
    -ms-transform: translate(0,-100%) scale(0.95);
    -o-transform: translate(0,-100%) scale(0.95);
    transform: translate(0,-100%) scale(0.95);
}

#googlecaptcha_wrapper:after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 20%;
    width: 34px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('images/gc_arrow.png');
}

#googlecapatcha {
    display: inline;
}

/* ~~~~~~~~~~~~ ADDITIONAL FORM STYLES ~~~~~~~~~~~ */

form#contact-form{
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form#contact-form.flip-form {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#response-holder {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.page-template-template-specialpage div#response-holder {
    text-align: unset;
}

span.relative-submit-wrapper {
    position: relative;
    display: inline-block;
    float: right;
}

.relative {
    position: relative;
}
span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}
form#contact-form em {
    position: absolute;
    top: 3px;
    right: 0px;
    z-index: 100;
    font-style: normal;
}
form#contact-form em:before {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    color: red;
    font-weight: 700;
    font-size: 22px;
    width: 20px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
}
span.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 7px;
    right: 40px;
    background: #ededed;
    padding: 6px 10px;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #f90106;
    font-weight: 700;
    overflow: visible;
}
form#contact-form em.hover-active {
    width: 90%;
    text-align: right;
}
span.error.hover-active:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 16px;
    background: url(images/hover_error_form.png);
    position: absolute;
    top: 5px;
    right: -6px;
}


/* CSS reset */
body,div,dl,dt,dd,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
    min-height: 100%;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

*, *:focus {
    outline: none;
}

.remove_margin_top{
  margin-top: 0 !important;
}
.remove_margin_bottom{
  margin-bottom: 0 !important;
}



body {
    font-family: 'Quicksand-Regular';
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #fff;
    border-top: 3px solid #cb4f92;
}

.chrome.desktop #header.fancybox-margin,
.gecko.desktop #header.fancybox-margin {
    width: calc(100% - 17px);
}

.unknown.desktop #header.fancybox-margin {
    width: calc(100% - 12px);
}

.mobile #header.fancybox-margin {
    width: 100%;
}

.fancybox-nav span {
    visibility: visible !important;
}

#contact-bar {
    height: 42px;
    background: white;
}

#contact-bar .container {
    position: relative;
    z-index: 11;
}

#contact-bar .container span {
    float: right;
}

#header-social {
    margin-top: 8px;
}
#mobile-header-social {
    margin-top: 20px;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 10px;
}

#header-social a,
#mobile-header-social a {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    background: #edb2d1;
    border-radius: 50%;
    color: #fff;
    line-height: 1.6;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mobile-header-social a {
    width: 35px;
    height: 35px;
}
span#mobile-header-phone,
span#mobile-header-email {
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    font-size: 15px;
}

#header-social a:last-child {
    margin-right: 0;
}

.social-facebook:hover {
    background: #965aa5 !important;
}

.social-twitter:hover {
    background: #32CCFE;
}

.social-youtube:hover {
    background: #E62117;
}

.social-gplus:hover {
    background: #E53935;
}

.social-instagram:hover {
    background: #c13584;
}

.social-rss:hover {
    background: #FD9854;
}



#header-phone,
#header-email {
    font-weight: 700;
    font-size: 13px;
    color: #292b2b;
    margin-right: 25px;
    margin-top: 10px;
}

#header-button{
    margin-right: 25px;
}
.header-button-blue {
    font-size: 16px;
    padding: 4px 21px 4px 26px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 6px;
    position: relative;
}
#header-email a {
    color: #292b2b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header-email a:hover,
#header-phone:hover {
    text-decoration: none;
    color: #965aa5;
}

#header-phone .fa {
    font-size: 13px;
    margin-right: 3px;
}

#header-email .fa {
    font-size: 11px;
}

#logo {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 290px;
}

#logo img {
    width: 100%;
    height: 100%;
}

#menu-bar{
    /* background: url(images/new/bg-menu.png) no-repeat; */
    /* height: 122px; */
    /* background-position: top center;
    background-size: 100% 100%; */
    position: relative;
    z-index: 10;
}
div#menu-bar:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 66px;
    width: 100%;
    display: inline-block;
    background: url(images/new/bg-menu.png) no-repeat top center;
    z-index: 10;
    background-size: cover;
}



#top-menu {
    float: right;
    margin: 0px 0 0 0;
    padding: 10px 0 0 0;
    list-style-type: none;
    border-top: 1px solid #e7e7e7;
    padding-left: 50px;
}

#top-menu > .menu-item {
    float: left;
    margin-right: 30px;
    padding-bottom: 10px;
    position: relative;
}

#top-menu > .menu-item:last-child {
    margin: 0;
    /* margin-left: -13px; */
}

#top-menu > .menu-item.current-menu-item a,
#top-menu > .menu-item.current_page_ancestor a,
#top-menu > .menu-item.current_page_parent a {
    color: #d34d8e;
}

#top-menu > .menu-item a {
    font-family: 'JustAnotherHand-Regular' !important;
    color: #965aa5;
    letter-spacing: 0.8px;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top-menu > .menu-item a:hover {
    color: #d34d8e;
    text-decoration: none;
}

#top-menu > .menu-item a:focus {
    text-decoration: none;
}

#top-menu > .menu-item .sub-menu {
    list-style-type: none;
    visibility: hidden;
    opacity: 0;
    min-width: 192px;
    position: absolute;
    top: 55px;
    background: white;
    padding: 15px;
    border-radius: 4px;
    z-index: 20;
    box-shadow: 0px 1px 7px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

#top-menu .menu-item .sub-menu:before {
    content: '';
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -16px;
}

#top-menu > .menu-item .sub-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#top-menu > .menu-item > .sub-menu > .menu-item {

}

#top-menu > .menu-item > .sub-menu > .menu-item > a {
    color: black;
    text-transform: none;
    display: block;
    margin-bottom: 8px;
    font-family: 'Quicksand-Regular';
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}

#top-menu > .menu-item > .sub-menu > .menu-item > a:hover,
#top-menu > .menu-item > .sub-menu > .menu-item > a:focus {
    color: #965aa5;
    text-decoration: none;
}

#top-menu > .menu-item > .sub-menu > .menu-item:last-child > a {
    margin-bottom: 0;
}

#top-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
    color: #965aa5;
}

#content-holder {
    padding-top: 97px;
    min-height: 500px;
}

#mobile-menu-open {
    position: absolute;
    right: 15px;
    top: 8px;
    cursor: pointer;
    display: none;
}

#mobile-menu-open img {
    width: 30px;
    height: 27px;
}


#homepage-slider-holder { /* to be changed */
    position: relative;
}

#slider-loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    top: 0;
    left: 0;
    z-index: 8;
}

.loader,
.loader:before,
.loader:after {
    background: #965aa5;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    color: #965aa5;
    text-indent: -9999em;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.b-lazy {
    opacity: 0.0001;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.b-loaded {
    opacity: 0.9999;
}

.b-lazy.animate-top-bottom {
    -webkit-transform: translate(0px,-200px);
    -moz-transform: translate(0px,-200px);
    -ms-transform: translate(0px,-200px);
    -o-transform: translate(0px,-200px);
    transform: translate(0px,-200px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.b-loaded.animate-top-bottom {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.b-lazy.animate-bottom-top {
    -webkit-transform: translate(0px,200px);
    -moz-transform: translate(0px,200px);
    -ms-transform: translate(0px,200px);
    -o-transform: translate(0px,200px);
    transform: translate(0px,200px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.b-loaded.animate-bottom-top {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
}


img:not([src]){
    visibility: hidden;
}


#slider-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#homepage-slider {
    margin-bottom: 0;
    height: 890px;
}

#homepage-slider .slick-track,
#homepage-slider .slick-list {
    height: 100%;
}

#homepage-slider .homepage-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#homepage-slider .homepage-slide img {
    width: 100%;
    height: auto;
}

#homepage-slider .slick-dots {
    width: 17px;
    bottom: 50%;
    right: 30px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

#homepage-slider .slick-dots li {
    width: 17px;
    height: 17px;
    margin: 0;
    margin-bottom: 30px;
    display: block;
}

#homepage-slider .slick-dots li:last-child {
    margin-bottom: 0;
}

#homepage-slider .slick-dots li button {
    width: 17px;
    height: 17px;
    padding: 0;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    position: relative;
}

#homepage-slider .slick-dots li button:before {
    display: none;
}

#homepage-slider .slick-dots li.slick-active button {
    background: #fff;
    border: none;
    width: 15px;
    height: 15px;
    margin-left: 1px;
}

#homepage-slider .slick-dots li.slick-active button:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

#homepage-slider .slick-dots li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    left: 8px;
    bottom: -30px;
    background: white;
}

#homepage-slider .slick-dots li:last-child:after {
    display: none;
}

#homepage-slider .slick-dots li.slick-active:after {
    height: 34px;
    bottom: -31px;
}


#homepage-circles {
    height: 550px;
    background: url(images/new/bg-circles.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -68px;
    position: relative;
    z-index: 9;
}

#homepage-circles .circle-col {
    text-align: center;
    margin-top: -100px;
}

#homepage-circles .circle-col .circle {
    margin-bottom: 20px;
    display: inline-block;
}

#homepage-circles .circle-col .title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 32px;
    line-height: 38px;
    color: #965aa5;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#homepage-circles .circle-col .title:hover {
    text-decoration: none;
    color: #292B2B;
}

#homepage-info {
    min-height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -140px;
    text-align: justify;
    padding-bottom: 200px;
}

#homepage-info > .container {
    padding-top: 160px;
}

#homepage-info div img,
#homepage-morevideos div img {
    width: 100%;
    height: auto;
    border: 15px solid #EFEFEF;
}

#site-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

#mobile-menu-wrapper {
    width: 240px;
    height: 100%;
    background: #282828;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    -webkit-transform: translate3d(-240px, 0, 0);
    -moz-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    -o-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: auto;
}

#mobile-menu-wrapper.active {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    box-shadow: inset -8px 0px 16px rgb(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#content-wrapper {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#content-wrapper.active {
    -webkit-transform: translate3d(240px, 0, 0);
    -moz-transform: translate3d(240px, 0, 0);
    -ms-transform: translate3d(240px, 0, 0);
    -o-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#content-wrapper.active #header {
    position: absolute;
}

#menu-overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-overlay.active {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



#mobile-menu {
    padding: 0 15px 40px 15px;
    margin-bottom: 20px;
    list-style-type: none;
}

#mobile-menu > .menu-item {
    border-bottom: 1px solid #000;
    position: relative;
}

#mobile-menu > .menu-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #3a3636;
    bottom: -2px;
    left: 0;
}

#mobile-menu > .menu-item:last-child {
    border-bottom: none;
}

#mobile-menu > .menu-item:last-child:after {
    display: none;
}

#mobile-menu > .menu-item.current-menu-item a,
#mobile-menu > .menu-item.current_page_ancestor a,
#mobile-menu > .menu-item.current_page_parent a {
    color: #965aa5;
}

#mobile-menu > .menu-item a:not(.header-button-blue){
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile-menu > .menu-item a.header-button-blue{
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding: 11px 0 11px 0;
}

#mobile-menu > .menu-item a:hover {
    color: #965aa5;
    text-decoration: none;
}

#mobile-menu > .menu-item a:focus {
    text-decoration: none;
}

#mobile-menu > .menu-item .arrow {
    color: white;
    font-size: 13px;
    display: inline-block;
    line-height: 13px;
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
}

#mobile-menu > .menu-item .arrow.active {
    color: #965aa5;
}

#mobile-menu > .menu-item > .sub-menu {
    display: none;
    padding-left: 15px;
    list-style-type: none;
}

#mobile-menu > .menu-item > .sub-menu > .menu-item:first-child a {
    padding-top: 0;
}

#mobile-menu > .menu-item > .sub-menu > .menu-item > a {
    text-transform: none;
    font-family: 'Quicksand-Regular';
    font-size: 14px;
}

#close-menu {
    height: 42px;
    background: #965aa5;
    text-align: center;
    box-shadow: inset 0px 0px 7px #616161;
}

#close-menu i {
    font-size: 25px;
    color: #282828;
    margin: 9px 0px 0px 0px;
}

.video-over-slider {
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 9;
    top: 120px;
    left: 390px;
    width: 314px;
    height: 314px;
    padding: 12px;
    background: rgba(216, 216, 216, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-over-slider:before {
    position: absolute;
    z-index: 4;
    content: '';
    background: #965aa5;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -48.5%);
    -moz-transform: translate(-50%, -48.5%);
    -ms-transform: translate(-50%, -48.5%);
    -o-transform: translate(-50%, -48.5%);
    transform: translate(-50%, -48.5%);
    border-radius: 50%;
}

.video-over-slider:after {
    content: '';
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    width: 86px;
    height: 85px;
    background: url(images/play-button.png) no-repeat center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
}

.video-over-slider:hover {
    background: #965aa5;
}

.video-over-slider:hover:after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.video-over-slider img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 5;
    opacity: 0.999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-over-slider:hover img {
    opacity: 0.8;
}

.welcome-text {
    position: absolute;
    z-index: 9;
    top: 500px;
    left: 390px;
    color: white;
    font-family: 'JustAnotherHand-Regular';
    font-size: 32px;
    width: 314px;
    text-align: center;
    line-height: 35px;
    text-shadow: 0px 0px 6px black;
}

.welcome-text strong {
    display: block;
    font-size: 36px;
}


#homepage-expirience {
    height: 950px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    margin-top: -140px;
    position: relative;
}

#homepage-expirience > .container {
    padding-top: 140px;
}




.circle-white {
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 314px;
    height: 314px;
    padding: 12px;
    margin-bottom: 20px;
    background: rgba(216, 216, 216, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.circle-white:before {
    position: absolute;
    z-index: 4;
    content: '';
    background: #965aa5;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.circle-white:hover {
    background: #965aa5;
}

.circle-white img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 5;
    opacity: 0.999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.circle-white:hover img {
    opacity: 0.8;
}



.logo-separator {
    position: relative;
    background: url(images/new/logo-separator.svg) no-repeat center center;
    width: 38px;
    height: 53px;
    display: block;
    margin: 15px auto;
}
#homepage-info .logo-separator {
    background: url(images/new/logo-separator-white.svg) no-repeat center center;
}

.logo-separator:before,
.logo-separator:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 1px;
    background: #d1d1d1;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
#homepage-info .logo-separator:before,
#homepage-info .logo-separator:after {
    background: #fff;
}
div#homepage-info a.button-blue {
    background: #fff;
}
.logo-separator:before {
    left: -150px;
}

.logo-separator:after {
    right: -145px;
}
div#homepage-info, 
div#homepage-info h4,
div#homepage-info h3, 
div#homepage-info h2, 
div#homepage-info h1 {
    color: #fff !important;
}

div#homepage-info a {
    color: #e693ba
}


#expirience-slider {
    margin-top: 40px;
}

.expirience-video {
    border-radius: 50%;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
    margin-bottom: 50px;
}

.expirience-video:before {
    position: absolute;
    z-index: 4;
    content: '';
    background: #965aa5;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -48.5%);
    -moz-transform: translate(-50%, -48.5%);
    -ms-transform: translate(-50%, -48.5%);
    -o-transform: translate(-50%, -48.5%);
    transform: translate(-50%, -48.5%);
    border-radius: 50%;
}

.expirience-video:after {
    content: '';
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    width: 86px;
    height: 85px;
    background: url(images/new/play-button.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
}

.expirience-video:hover {
    background: #965aa5;
}

.expirience-video:hover:after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.expirience-video img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 5;
    opacity: 0.999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.expirience-video:hover img {
    opacity: 0.8;
}

.expirience-slide .title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 46px;
    line-height: 1.2;
    color: #965aa5;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.expirience-slide .title:hover {
    text-decoration: none;
    color: #292B2B;
}

.expirience-slide .cpt-title {
    font-size: 24px;
    text-align: center;
    font-family: 'JustAnotherHand-Regular';
}

.prevArrowVL,
.nextArrowVL {
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: block !important;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prevArrowVL {
    background-image: url(images/prevArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: -200px;
}

.nextArrowVL {
    background-image: url(images/nextArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: -200px;
}

.prevArrowVL:hover,
.nextArrowVL:hover {
    background-color: #965aa5;
}



.footer-contact-blue-right a {
    text-decoration: none;
}

#homepage-morevideos {
    min-height: 820px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin-top: -140px;
    text-align: justify;
    padding-bottom: 200px;
    position: relative;
    background-color: #f7eff3;
}

#homepage-morevideos > .container {
    padding-top: 100px;
}

#homepage-weitere-videos {
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


#footer-contact-blue {
    min-height: 307px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -140px;
    position: relative;
    z-index: 6;
}

.footer-contact-blue-left {
    margin-left: 210px;
}

.footer-contact-blue-left .title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 36px;
    color: white;
    line-height: 36px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.footer-contact-blue-left .name {
    font-size: 22px;
    color: white;
    line-height: 22px;
}

.footer-contact-blue-right .title {
    font-family: 'Quicksand-Medium';
    font-size: 18px;
    color: white;
    line-height: 20px;
    margin-bottom: 5px;
}

.footer-contact-blue-right .phone {
    font-family: 'Quicksand-Medium';
    font-size: 27px;
    color: white;
    line-height: 1.2px;
}

.footer-contact-blue-right .phone .fa-phone {
    font-size: 26px;
    margin-right: 10px;
    vertical-align: baseline;
}

.footer-contact-blue-right .oder {
    font-size: 14px;
    color: white;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0;
}

.footer-contact-blue-right .oder div {
    margin-top: 16px;
}

.footer-contact-blue-left,
.footer-contact-blue-right {
    margin-top: 28px;
}

.footer-contact-blue-right .contact-page-button {
    padding: 13px 20px;
    background: #b23c73;
    font-size: 22px;
    margin-top: 4px;
    line-height: 17px;
}

.footer-contact-blue-right .contact-page-button:hover {
    text-decoration: none;
    background: #965aa5 !important;
    box-shadow: inset 0 0 15px #965aa5;
    color: white;
}

.footer-contact-blue-right .contact-page-button i {
    margin-right: 5px;
}


#homepage-medien {
    min-height: 260px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin-top: -70px;
    text-align: justify;
    padding-bottom: 160px;
    position: relative;
}
div#homepage-medien {
    background-position-y: -35px;
    background-size: cover;
}
#homepage-medien > .container {
    padding-top: 70px;
}

#homepage-medien > .container > .title,
#homepage-medien > .container > h3 > .title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 62px;
    line-height: 1.4;
    color: #965aa5;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
}

#homepage-medien > .container > .title:hover {
    color: #000;
}

#homepage-medien > .container > .subtitle {
    font-size: 22px;
    font-family: 'Quicksand-Medium';
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

#homepage-medien #news {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 5px solid #965aa5;
}

#homepage-medien #news img {
    width: 100%;
    height: auto;
}

#homepage-medien .news-content-wrapper {
    position: relative;
}

#homepage-medien .title {
    font-size: 27px;
    color: #000;
    margin-bottom: 25px;
    line-height: 27px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.title {
    font-family: 'JustAnotherHand-Regular';
}

#homepage-medien .title:hover {
    color: #965aa5;
    text-decoration: none;
}

#homepage-medien .news-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 17px 0;
    margin-bottom: 20px;
}

#homepage-medien .news-info span {
    font-size: 20px;
    line-height: 20px;
}

#homepage-medien .news-info .term {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}

#homepage-medien .news-info .date {
    color: #9F9F9F;
}

#homepage-medien .news-info .date i {
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

#homepage-medien .news-content {
    margin-bottom: 40px;
}

#homepage-medien #fachberichte .title,
#homepage-medien #audioaufnahmen .title {
    font-size: 36px;
    color: #965aa5;
    text-align: center;
    margin-bottom: 10px;
}

#homepage-medien #fachberichte .title:hover,
#homepage-medien #audioaufnahmen .title:hover {
    color: #000;
}

#homepage-medien #fachberichte .subtitle,
#homepage-medien #audioaufnahmen .subtitle {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

#homepage-medien #fachberichte .posts,
#homepage-medien #audioaufnahmen .posts {
    margin-bottom: 15px;
}

#homepage-medien #fachberichte .posts .single-post,
#homepage-medien #audioaufnahmen .posts .single-post {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

#homepage-medien #fachberichte .posts .single-post:first-child,
#homepage-medien #audioaufnahmen .posts .single-post:first-child {
    border-top: 1px solid #ddd;
}

#homepage-medien #fachberichte .posts .single-post a,
#homepage-medien #audioaufnahmen .posts .single-post a {
    /*display: block;*/
}

#homepage-medien #fachberichte .posts .single-post a img,
#homepage-medien #audioaufnahmen .posts .single-post a img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

#homepage-medien #fachberichte .posts .single-post .info-wrapper,
#homepage-medien #audioaufnahmen .posts .single-post .info-wrapper {

}

#homepage-medien #fachberichte .posts .single-post .info,
#homepage-medien #audioaufnahmen .posts .single-post .info {
    position: relative;
    min-height: 116px;
}

#homepage-medien #fachberichte .posts .single-post .info .title,
#homepage-medien #audioaufnahmen .posts .single-post .info .title {
    font-size: 27px;
    color: #000;
    margin-bottom: 0;
    line-height: 27px;
    text-align: left;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#homepage-medien #fachberichte .posts .single-post .info .title:hover,
#homepage-medien #audioaufnahmen .posts .single-post .info .title:hover {
    color: #965aa5;
}

#homepage-medien #fachberichte .posts .single-post .info .date {
    color: #9F9F9F;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#homepage-medien #fachberichte .posts .single-post .info .date i {
    font-size: 13px;
    position: relative;
    bottom: 2px;
    margin-right: 8px;
}

#homepage-medien #audioaufnahmen .posts .single-post .info .download {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#homepage-medien #audioaufnahmen .posts .single-post .info .download a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
}

#homepage-medien #audioaufnahmen .posts .single-post .info .download a:last-child {
    margin-bottom: 0;
}

#homepage-medien #audioaufnahmen .posts .single-post .info .download a:hover {
    text-decoration: none;
    color: #000;
}

#homepage-medien #audioaufnahmen .posts .single-post .info .download a i {
    font-size: 15px;
    margin-right: 8px;
}

#homepage-medien #audioaufnahmen .posts .single-post .info .download a i.fa-eye {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
    font-size: 20px;
    line-height: 18px;
}

#footer-newsletter-blue {
    min-height: 244px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: -140px;
    position: relative;
    z-index: 6;
}

#footer-newsletter-blue > .container {
    padding-top: 60px;
}

#footer-newsletter-blue-left {
    margin-top: 28px;
}

#footer-newsletter-blue-right {
    margin-top: 35px;
}

#footer-newsletter-blue-left .title {
    font-size: 36px;
    color: white;
    line-height: 36px;
    margin-bottom: 5px;
}

#footer-newsletter-blue-left .subtitle {
    font-size: 18px;
    color: white;
    line-height: 18px;
}

#footer-newsletter-blue-right .newsletter-blue-form {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    background: white;
    padding: 6px;
    border-radius: 26px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer-newsletter-blue-right .newsletter-blue-form.error {
    border: 2px solid red;
}

#footer-newsletter-blue-right .newsletter-blue-form .newsletter-email {
    border: none;
    background: transparent;
    width: 70%;
    padding: 8px 20px;
    height: 39px;
}

#footer-newsletter-blue-right .newsletter-blue-form .newsletter-submit {
    text-transform: uppercase;
    border: none;
    padding: 6px 25px 4px;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#footer-newsletter-blue-right .newsletter-blue-form label.error {
    display: none !important;
}

#footer-slider-holder {
    background: #f4f4f4;
    padding: 100px 0 160px 0;
    margin-top: -65px;
}
#footer-slider-holder.remove_padding_top {
    padding-top: 0;
}

#footer-slider .footer-slide {
    text-align: center;
}

#footer-slider .footer-slide img {
    display: inline-block;
}

#footer-black-top {
    min-height: 112px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    margin-top: -115px;
    position: relative;
    z-index: 6;
}

#footer-black-top > .container {
    padding-top: 45px;
}

#footer-black-top-content {
    display: inline-block;
    border-bottom: 1px solid #371435;
    padding-bottom: 25px;
    padding-right: 30px;
    position: relative;
}

#footer-black-top #get-in-touch {
    font-family: 'JustAnotherHand-Regular';
    font-size: 32px;
    color: white;
    line-height: 30px;
    margin-right: 40px;
}

#footer-social {
    display: inline-block;
    vertical-align: bottom;
}

#footer-social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    background: #543053;
    border-radius: 50%;
    color: #fff;
    line-height: 1.8;
    margin-right: 15px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div#footer-black-top-content:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #4d234b;
    position: absolute;
    bottom: -2px;
    left: 0;
}

#footer-social a:last-child {
    margin-right: 0;
}

#footer-social .social-facebook:hover {
    background: #3B5998;
}

#footer-social .social-twitter:hover {
    background: #32CCFE;
}

#footer-social .social-youtube:hover {
    background: #E62117;
}

#footer-social .social-gplus:hover {
    background: #E53935;
}

#footer-social .social-rss:hover {
    background: #FD9854;
}



#footer-black-bottom {
    background-color: #41193f;
    color: #e4cee3;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}

#footer-black-bottom .footer-title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 32px;
    color: white;
    line-height: 26px;
    margin-bottom: 20px;
}

#footer-black-bottom a {
    color: #e4cee3;
    margin-bottom: 6px;
    line-height: 22px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer-black-bottom a:hover {
    text-decoration: none;
    color: #965aa5;
}

#footer-black-bottom p {
    margin-bottom: 6px;
    line-height: 22px;
}

#footer-black-bottom .one-line {

}

#footer-black-bottom .left {
    float: left;
    width: 25%;
    color: white;
}

#footer-black-bottom .right {
    float: left;
    width: 75%;
}

#black-footer-line {
    background: #321230;
    border-top: 1px solid #522150;
    font-size: 14px;
    line-height: 14px;
    color: #e4cee3;
    padding: 30px 0;
}

#black-footer-line a {
    color: #e4cee3;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e4cee3;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#black-footer-line a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#black-footer-line a:hover {
    text-decoration: none;
    color: #965aa5;
}

#featured-image {
    position: relative;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#featured-image img {
    width: 100%;
    max-height: 300px;
    height: auto;
}

#featured-image .overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#featured-image .overlay h1,
#featured-image .overlay h2,
#featured-image .overlay div.title{
    color: white !important;
    font-size: 60px !important;
    font-family: 'JustAnotherHand-Regular';
    text-shadow: 0px 0px 6px black !important;
    text-transform: none !important;
    margin: 0 !important;
    padding: 117px 0 !important;
    position: static !important;
    font-weight: normal !important;
    background: none;
    text-align: left;
    line-height: 1.1 !important;
}
#featured-image .overlay h2:before,
#featured-image .overlay h2:after {
    display: none;
}
#featured-image .overlay div.title{
    font-weight: bold;
}
#page-content {
    margin-top: -65px;
    position: relative;
    z-index: 6;
    padding-top: 130px;
    padding-bottom: 200px;
    text-align: justify;
    min-height: 400px;
}
div#page-content:after {
    position: absolute;
    bottom: 0;
    height: calc(100% - 300px);
    width: 100%;
    content: "";
    background-color: #f1f1f1;
    z-index: -1;
}
div#page-content:before {
    content: "";
    width: 100%;
    background-image: url(images/new/bg-page-content.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 400px;
    height: 400px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.page-content-video {
    position: relative;
    border-bottom: 7px solid #965aa5;
    margin-bottom: 70px;
    display: block;
}

.page-content-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.page-content-video:after {
    content: '';
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 45px);
    -moz-transform: translate(-50%, 45px);
    -ms-transform: translate(-50%, 45px);
    -o-transform: translate(-50%, 45px);
    transform: translate(-50%, 45px);
    width: 86px;
    height: 85px;
    background: url(images/play-button.png) no-repeat center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
}

.page-content-video:hover:after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

#page-content img {
    width: 100%;
    height: auto;
    border: 15px solid #EFEFEF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#page-content .page-content-video img {
    width: 100%;
    height: auto;
    border: none;
}

#page-content .button-blue {
    display: inline-block;
    text-align: center;
    padding: 8px 30px;
    /*margin: 20px auto;*/
}

#page-content p {
    /*margin-bottom: 15px;*/
    margin-bottom: 31px;
}


#contact-form {
    margin-top: 50px;
}

#contact-form .field_range {
    width: 100%;
    float: left;
}

#contact-form .slider-wrapper {
    position: relative;
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
    padding: 1px;
}

#contact-form .range-bar {
    position: relative;
    width: 100%;
    height: 40px;
    background: #fff;
    display: block;
    background: url('images/Arrows-v4.gif') no-repeat center center;
}

#contact-form .range-handle {
    position: absolute;
    width: 145px;
    height: 40px;
    cursor: e-resize;
    background: #965aa5;
}

#contact-form .range-handle:before {
    position: absolute;
    top: 1px;
    left: 15px;
/*    width: 100%;
    height: 100%;*/
    content: 'Spamschutz';
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    font-size: 19px;
    line-height: 40px;
}

#contact-form .range-handle:after {
    position: absolute;
    top: 13px;
    right: 15px;
    content: '';
    width: 9px;
    height: 15px;
    background: url('images/arrow.png') no-repeat center center;
}

#contact-form .range-max, #contact-form .range-min {
    z-index: -5;
}

#contact-form .range-quantity {
    display: none;
}

#contact-form .slider-wrapper .display-box-label {
    display: none;
}

#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    background: white;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(247, 247, 247, 0.51);
}

#contact-form input[type=text],
#contact-form input[type=email] {
    height: 45px;
}

#contact-form textarea {
    min-height: 120px;
    margin-bottom: 30px;
    display: block;
}

#contact-form input[type=text]:focus,
#contact-form input[type=email]:focus,
#contact-form textarea:focus {
    border: 1px solid #965aa5;
    background: white;
}

#contact-form input[type=text].error,
#contact-form input[type=email].error,
#contact-form textarea.error {
    border: 1px solid red;
}

#contact-form label.error {
    display: none !important;
}

#contact-form #contact-submit {
    background: #965ba5;
    color: white;
    text-transform: uppercase;
    font-family: 'JustAnotherHand-Regular';
    font-size: 22px;
    line-height: 22px;
    padding-top: 13px;
    padding-bottom: 12px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#contact-form #contact-submit:disabled {
    cursor: not-allowed;
    background: #d34d8e;
}

#contact-form #contact-submit:disabled:hover {
    box-shadow: none;
}

#contact-form #contact-submit:hover {
    text-decoration: none;
    background: #d34d8e;
    box-shadow: inset 0 0 15px #965aa5;
    color: white;
}

#contact-form #info-spam {
    font-size: 12px;
    color: #909090;
}

#posts-categories > #categories-title,
#posts-tags > #tags-title {
    font-size: 34px;
    color: #965aa5;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#posts-categories > #categories-content {
    border-top: 1px solid #E1E1E1;
    margin-bottom: 40px;
}

#posts-categories > #categories-content .single-category {
    border-bottom: 1px solid #E1E1E1;
    padding: 12px 0;
}

#posts-categories > #categories-content .single-category i {
    font-size: 18px;
    margin-right: 8px;
}

#posts-categories > #categories-content .single-category a {
    color: #292B2B;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#posts-categories > #categories-content .single-category a.active {
    color: #965aa5;
}

#posts-categories > #categories-content .single-category a:hover {
    text-decoration: none;
    color: #965aa5;
}

#posts-tags > #tags-content {
    border-top: 1px solid #E1E1E1;
    padding-top: 25px;
    text-align: justify;
}

#posts-tags > #tags-content a {
    color: #292B2B;
    text-transform: uppercase;
}

#posts-tags > #tags-content a[style="font-size: 21px;"] {
    color: #965aa5;
}

#posts-holder {

}

#posts-holder .single-post {
    margin-bottom: 40px;
}

#posts-holder .single-post .image {
    display: block;
}

#posts-holder .single-post .image img {
    border: 12px solid #EFEFEF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#posts-holder .single-post .image:hover img {
    border: 12px solid #965aa5;
}

#posts-holder .single-post .content {
    position: relative;
    min-height: 165px;
}

#posts-holder .single-post .content .title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 27px;
    color: #965aa5;
    padding-bottom: 5px;
    line-height: 30px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#posts-holder .single-post .content .title:hover {
    text-decoration: none;
    color: #000;
}

#posts-holder .single-post .content .date {
    color: #9F9F9F;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 5px;
}

#posts-holder .single-post .content .date i {
    font-size: 11px;
    position: relative;
    bottom: 2px;
    margin-right: 8px;
}

#posts-holder .single-post .content .excerpt {
    font-size: 13px;
    line-height: 1.5;
}

#posts-holder .single-post .content .seemore {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

#posts-holder .single-post .content .download {
    font-size: 18px;
    line-height: 18px;
}

#posts-holder .single-post .content .download a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-bottom: 5px;
}

#posts-holder .single-post .content .download a:hover {
    text-decoration: none;
    color: #000;
}

#posts-holder .single-post .content .download a i {
    font-size: 15px;
    margin-right: 8px;
}

.custom-pagination {
    margin-bottom: 40px;
}

.custom-pagination .page-numbers {
    border: 1px solid #dadada;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
    padding: 7px 11px;
    background: white;
    margin-right: 2px;
    vertical-align: bottom;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-pagination .page-numbers:last-child {
    margin-right: 0;
}

.custom-pagination .page-numbers.dots {
    border: none;
    color: #965aa5;
}

.custom-pagination .page-numbers.dots:hover {
    border: none;
}

.custom-pagination .page-numbers.current {
    background: #965aa5;
    color: white;
    border: 1px solid #965aa5;
}

.custom-pagination .page-numbers:hover {
    color: #965aa5;
    border: 1px solid #965aa5;
    text-decoration: none;
}

.custom-pagination .page-numbers.current:hover {
    color: white;
}

.custom-pagination .prev.page-numbers,
.custom-pagination .next.page-numbers {
    font-size: 11px;
}

#page-content .single-expirience {
    text-align: center;
}

#page-content .single-expirience .expirience-video img {
    border: none;
}

#page-content .single-expirience .expirience-title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 32px;
    color: #965aa5;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#page-content .single-expirience .expirience-title:hover {
    text-decoration: none;
    color: #292B2B;
}

#sidebar .section {
    margin-bottom: 50px;
}

#sidebar .section:last-child {
    margin-bottom: 0;
}

#sidebar .section-title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 36px;
    line-height: 36px;
    color: #965aa5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

#sidebar #posts-tags > #tags-content {
    border-top: none;
    padding-top: 0;
}

#page-content #real-page-title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 62px;
    line-height: 1.4;
    color: #965aa5;
    text-align: center;
    margin-bottom: 50px;
    background: url(images/new/logo-separator.png) no-repeat top center;
    position: relative;
    margin-top: 0;
    padding-top: 70px;
    text-transform: none;
    padding-bottom: 0;
    font-weight: 400;
}

#page-content #real-page-title:before, #page-content #real-page-title:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 1px;
    background: #ccc;
    top: 27px;
}

#page-content #real-page-title:before {
    left: calc(50% - 165px);
}

#page-content #real-page-title:after {
    right: calc(50% - 160px);
}

#sidebar #latest-posts .single-post-latest {
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 0;
}

#sidebar #latest-posts .single-post-latest:first-child {
    padding-top: 0;
}

#sidebar #latest-posts .single-post-latest .post-title {
    font-size: 16px;
    line-height: 18px;
    font-family: 'JustAnotherHand-Regular';
    text-transform: uppercase;
    color: #292B2B;
    margin-bottom: 8px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hr_smaller_margin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#sidebar #latest-posts .single-post-latest .post-title:hover {
    text-decoration: none;
    color: #0081da;
}

#sidebar #latest-posts .single-post-latest .content {
    font-size: 13px;
    line-height: 19px;
}

#sidebar #latest-posts .single-post-latest .seemore {
    font-size: 13px;
    line-height: 19px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #0081da;
}

#sidebar #latest-posts .single-post-latest .seemore:hover {
    text-decoration: none;
    color: #292B2B;
}

#sidebar #latest-posts .single-post-latest .download {
    font-size: 18px;
    line-height: 18px;
}

#sidebar #latest-posts .single-post-latest .download a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-bottom: 5px;
}

#sidebar #latest-posts .single-post-latest .download a:hover {
    text-decoration: none;
    color: #000;
}

#sidebar #latest-posts .single-post-latest .download a i {
    font-size: 15px;
    margin-right: 8px;
}

#sidebar #verbunden-content img {
    border: none;
}

#sidebar #verbunden-content p {
    margin-bottom: 15px;
}

#download-audio-holder {
    margin-top: 50px;
}

#download-audio-holder #download-audio-title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 36px;
    line-height: 36px;
    color: #965aa5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    text-align: left;
}


#download-audio-files .download {
    font-size: 18px;
    line-height: 18px;
}

#download-audio-files .download a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-bottom: 5px;
}

#download-audio-files a:hover {
    text-decoration: none;
    color: #000;
}

#download-audio-files a i {
    font-size: 15px;
    margin-right: 8px;
}

#page-content .date-single {
    color: #9F9F9F;
    font-size: 17px;
    line-height: 17px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

#page-content .date-single i {
    font-size: 13px;
    position: relative;
    bottom: 2px;
    margin-right: 8px;
}

.hp-text-section h3 {
    margin-bottom: 30px !important;
}

.hp-text-section h4 {
    margin-bottom: 30px !important;
}

.audio-control {
    position: relative;
    background: #965aa5;
    cursor: pointer;
}

.audio-control img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: auto;
}

.audio-control:hover img {
    border-color: #965aa5 !important;
}

.audio-control span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 6px solid white;
    border-radius: 50%;
    display: block;
    width: 66px;
    height: 66px;
}

.audio-control span i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    line-height: 24px;
}

.editor_ui_left, .editor_ui_right {
    /*margin-bottom: 15px;*/
}

#page-content .mejs-container {
    margin-bottom: 15px;
}

.custom_image_pos {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 5;
    opacity: 0.999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
}

.remove_margin_top{
  margin-top: 0;
}
.remove_margin_bottom{
  margin-bottom: 0;
}

.img_no_border {
    border: none !important;
}

.wp-caption-text {
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
/*    margin-bottom: 0 !important;*/
}

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

.gallery {
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-bottom: 38px !important
}

.gallery .gallery-item {
    padding-left: 5px;
    padding-right: 5px;
}

.embed-container {
    position: relative;
/*    margin-bottom: 15px;*/
    margin-bottom: 31px;
}

.embed-container > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
}

.embed-container .oembed-video-scaler {
/*    width: 100% !important;
    height: 100%;*/
    border: none !important;
}

.fancybox-lock header {
    margin-right: 17px;
}

.search_icon {
    width: 32px;
    height: 32px;
    background-color: #5f5f5f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -2px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.search_icon:hover {
    cursor: pointer;
    background-color: #63a0f0;
}

.seach_menu_item .sub-menu:hover + .search_icon {
    background-color: #63a0f0;
}

.search_icon > .fa-search {
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 9px;
    top: 7px;
}

.seach_menu_item .sub-menu {
    right: 0;
    padding: 8px;
}

.seach_menu_item .sub-menu:before {
    right: 8px;
}

.search_input {
    border: none;
    font-size: 17px;
}

.search-submit {
    display: none;
}

#mobile-menu .search_input {
    width: 100%;
    margin: 8px 0;
    padding: 3px 20px 0 0;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
}

#search_result_title {
    font-family: 'JustAnotherHand-Regular';
    font-size: 27px;
    color: #965aa5;
    margin-bottom: 50px;
    line-height: 30px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-menu .search-form {
    position: relative;
}

#mobile-menu .search-form .fa-search {
    position: absolute;
    top: 16px;
    right: 0;
    color: #fff;
}

.video_tag_elem {
    padding: 0 10px;
    position: relative;
    display: inline-block;
}

.video_tag_elem:last-child:after,
.video_tag_elem:first-child:after {
    display: none;
}

.video_tag_elem:after {
    content: " | ";
    position: absolute;
    right: -4px;
    color: #000 !important;
}

#single_video_tag_wrapper {
    margin: 31px -10px;
    text-align: left;
}

.editor_ui_right ul li,
.editor_ui_left ul li {
    text-align: left !important;
}

#footer-contact-blue > .container {
    padding: 190px 0px 170px;
}


@media(max-width: 1920px) {
    #footer-contact-blue > .container {
        padding: 115px 0px 0px;
    }
    #homepage-morevideos {
        background-size: contain;
    }

    #footer-contact-blue {
        background-size: cover;
    }

    /* #footer-newsletter-blue {
        background-size: cover;
    } */

    #footer-black-top {
        background-size: cover;
    }

    #page-content {
        background-size: 100% auto;
    }
}






@media(max-width: 1800px) {
    .video-over-slider {
        left: 15%;
    }

    .welcome-text {
        left: 15%;
    }
}





@media(max-width: 1500px) {
    .prevArrowVL {
        left: -100px;
    }

    .nextArrowVL {
        right: -100px;
    }

    #page-content {
        margin-top: -55px;
    }
}



@media(max-width: 1300px) {
	.nextArrowVL {
	    right: 50%;
	    top: 100%;
	    -webkit-transform: translate(100%, -50%);
	    -moz-transform: translate(100%, -50%);
	    -ms-transform: translate(100%, -50%);
	    -o-transform: translate(100%, -50%);
	    transform: translate(100%, -50%);
	}
	.prevArrowVL {
	    left: 50%;
	    top: 100%;
	    -webkit-transform: translate(-100%, -50%);
	    -moz-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	    -o-transform: translate(-100%, -50%);
	    transform: translate(-100%, -50%);
	}
	#footer-slider {
	    padding-bottom: 70px;
	}
}
@media(max-width: 1200px) {
    .hp-text-section h1 {
        font-size: 42px !important;
    }
    #homepage-medien > .container > .title, #homepage-medien > .container > h3 > .title {
        font-family: 'JustAnotherHand-Regular';
        font-size: 42px;
    }
    h3 {
        font-size: 42px !important;
    }
    #logo {
        top: 1px;
        width: 160px;
    }
    div#menu-bar:after {
        height: 40px;
        background-size: 100%;
    }
    span#header-social {
        margin-right: 55px;
    }
    #content-holder {
        padding-top: 45px;
    }
    #mobile-menu-open {
        display: block;
        margin: 0 !important;
    }
    #footer-newsletter-blue {
        background-size: cover;
    }
    #top-menu {
        display: none;
    }
    div#sidebar {
        text-align: left;
    }
    #homepage-morevideos {
        margin-top: -80px;
    }
    #footer-contact-blue {
        background-position: -330px center;
    }

    .footer-contact-blue-left .title {
        font-size: 30px;
        line-height: 30px;
    }

    .footer-contact-blue-right .phone {
        font-size: 25px;
        line-height: 30px;
    }

    .footer-contact-blue-right .phone .fa-phone {
        font-size: 23px;
    }

    .footer-contact-blue-right .oder {
        font-size: 12px;
    }

    .footer-contact-blue-right .contact-page-button {
        margin-top: 7px;
        padding: 8px 15px;
    }

    .footer-contact-blue-left {
        margin-left: 130px;

    }
    .footer-contact-blue-right .contact-page-button {
        font-size: 17px !important;
        margin-top: 15px;
    }
    a.contact-page-button.button-blue i {
        font-size: 15px;
    }

    #homepage-medien #fachberichte .posts .single-post .info,
    #homepage-medien #audioaufnahmen .posts .single-post .info {
        min-height: 91px;
    }

    #homepage-expirience {
        height: 940px;
        background-size: 100% auto;
    }
    #homepage-expirience > .container {
        padding-top: 110px;
    }
    #expirience-slider {
        padding-bottom: 70px;
    }
    .expirience-slide .title {
        font-size: 34px;
    }

    .prevArrowVL {
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-100%, -50%);
        -moz-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

    .nextArrowVL {
        right: 50%;
        top: 100%;
        -webkit-transform: translate(100%, -50%);
        -moz-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
        -o-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
    }

    #footer-slider-holder {
        padding: 100px 0 180px 0;
    }

    #footer-slider {
        padding-bottom: 70px;
    }

    #page-content {
        margin-top: -45px;
    }

    #posts-holder .single-post .content {
        min-height: 132px;
    }

    #posts-holder .single-post .content .seemore {
        margin-top: 15px;
        position: static;
    }
}






@media(max-width: 1024px) {
    #top-menu {
        display: none;
    }

    #menu-bar {
        background-size: 150% 100%;
    }

    #mobile-menu-open {
        display: block;
        margin: 0 !important;
    }
    .current_page_ancestor .sub-menu a {
        color: #fff !important;
    }
    .current_page_ancestor .current-menu-item a {
        color: #965aa5 !important;
    }
    #homepage-slider-holder {
        height: 670px;
    }

    #homepage-slider{
        height: 100%;
    }

    .video-over-slider {
        top: 60px;
        width: 220px;
        height: auto;
    }

    .welcome-text {
        top: 340px;
        width: 220px;
        font-size: 28px;
        line-height: 30px;
    }

    .welcome-text strong {
        font-size: 28px;
    }

    #homepage-circles {
        height: auto;
        min-height: 550px;
        background-size: 150% 100%;
        background-position: top center;
    }

    .hp-text-section h3 {
        margin-bottom: 10px !important;
    }

    #homepage-expirience {
        height: auto;
        padding-bottom: 240px;
    }

    #footer-contact-blue a[href^=tel] {
        color: white;
        text-decoration: none;
    }

    #contact-bar a[href^=tel] {
        color: #292b2b;
        text-decoration: none;
    }

    #page-content {
        margin-top: -40px;
        padding-top: 100px;
    }
}





@media(max-width: 992px) {
    .circle-white {
        width: 220px;
        height: auto;
    }

    #homepage-circles .circle-col {
        margin-top: -20px;
    }

    #homepage-info {
        padding-bottom: 150px;
    }

    #expirience-slider {
        margin-top: 0;
    }

    #footer-contact-blue {
        background-position: -350px center;
    }

    .footer-contact-blue-left .title {
        font-size: 24px;
        line-height: 24px;
    }

    .footer-contact-blue-left .name {
        font-size: 18px;
        line-height: 18px;
    }

    .footer-contact-blue-right .title {
        font-size: 18px;
        line-height: 18px;
    }

    .footer-contact-blue-right .phone {
        font-size: 19px;
        line-height: 22px;
    }

    .footer-contact-blue-right .phone .fa-phone {
        font-size: 18px;
        margin-right: 5px;
    }

    .footer-contact-blue-right .oder {
        font-size: 9px;
    }

    .footer-contact-blue-right .contact-page-button {
        margin-top: 7px;
        padding: 8px 15px;
    }

    #homepage-medien #fachberichte .posts .single-post .info,
    #homepage-medien #audioaufnahmen .posts .single-post .info {
        min-height: 64px;
    }

    .audio-control span {
        border: 3px solid white;
        width: 50px;
        height: 50px;
    }

    .audio-control span i {
        font-size: 24px;
    }

    #footer-slider .footer-slide img {
        width: 70%;
        height: auto;
    }

    #footer-black-top {
        background-position: -350px top;
    }

    #footer-black-bottom .footer-title {
        margin-top: 20px;
    }

    #footer-black-bottom .col-md-4:first-child .footer-title {
        margin-top: 0px;
    }

    #copyright {
        float: none !important;
        text-align: center;
        margin-bottom: 15px;
    }

    #footer-inline-menu {
        float: none !important;
        text-align: center;
    }

    #featured-image {
        min-height: 200px;
    }

    #featured-image .overlay h1 {
        font-size: 40px;
        padding: 78px 0;
    }

    #posts-holder .single-post .image img {
        border: 7px solid #EFEFEF;
    }

    #posts-holder .single-post .content {
        margin-top: 15px;
    }

    #page-content .audio-control span {
        border: 5px solid white;
        width: 70px;
        height: 70px;
    }
}






@media(max-width: 767px) {
    .row.homepage_flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #homepage-circles .circle-col {
        width: 100%;
    }
    .circle-col a.button-blue {
        position: relative;
        margin-bottom: 15px;
    }
    
    #header-social {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    #contact-bar {
        text-align: right;
    }

    #header-phone {
        margin-right: 0;
    }

    #contact-bar .container span {
        float: none;
        display: inline-block;
        margin-right: 5px;
    }
    #contact-bar span#header-social {
        display: block;
        margin-top: -12px;
        width: 100%;
        padding-right: 60px;
    }
    #mobile-menu-open {
        position: absolute;
        right: 15px;
        top: 35px;
        cursor: pointer;
        display: none;
    }
    #logo {
        top: 6px;
        width: 210px;
    }



    #contact-bar {
        height: 70px;
    }
    #contact-bar .container #header-email {
        margin-right: 40px;
        position: relative;
        top: -1px;
    }

    a#logo {
        position: relative;
        float: left;
    }

    #homepage-slider-holder {
        height: 600px;
    }

    #homepage-circles {
        margin-top: -100px;
        background-size: 150% 100%;
        background-position: top center;
        min-height: 490px;
    }

    .circle-white {
        width: 100%;
        max-width: 320px;
        margin-bottom: 10px;
    }

    #footer-contact-blue {
        background: #d84b8d;
        background-image: none !important;
        min-height: 20px;
        margin-top: 0;
        border: 10px solid #F1CEDE;
        border-left: none;
        border-right: none;
    }
    .footer-contact-blue-right .contact-page-button {
        margin-top: 6px !important;
    }
    #footer-contact-blue > .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-contact-blue-left, .footer-contact-blue-right {
        margin-top: 0;
    }
    .footer-contact-blue-right .row {
        margin: 0 -10px;
    }
    .footer-contact-blue-left {
        margin-left: 0;
    }

    .footer-contact-blue-right .title {
        font-size: 16px;
    }

    .footer-contact-blue-right .phone {
        font-size: 22px;
        line-height: 28px;
    }

    .footer-contact-blue-right .phone .fa-phone {
        font-size: 21px;
        margin-right: 10px;
    }

    .footer-contact-blue-right .oder {
        font-size: 10px;
    }

    .footer-contact-blue-right .oder div {
        margin-top: 15px;
    }
    
    .footer-contact-blue-right .contact-page-button {
        padding: 10px;
        font-size: 13px;
        margin-top: 8px;
    }

    #homepage-morevideos {
        padding-bottom: 50px;
    }

    #homepage-medien {
        margin-top: 0;
        padding-bottom: 60px;
    }

    #homepage-medien .news-content-wrapper {
        margin-top: 25px;
    }

    #homepage-medien #fachberichte .button-blue,
    #homepage-medien #audioaufnahmen .button-blue {
        margin: 0 auto;
        display: table;
        font-size: 20px;
        padding: 8px 49px;
    }

    #homepage-medien #fachberichte {
        margin-bottom: 60px;
    }

    #footer-newsletter-blue {
        background: #965aa5;
        background-image: none !important;
        min-height: 20px;
        margin-top: 0;
        border: 10px solid #f1cede;
        border-left: none;
        border-right: none;
    }

    #footer-newsletter-blue > .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer-newsletter-blue-left {
        margin-top: 0;
    }

    #footer-newsletter-blue-right {
        margin-top: 13px;
    }

    #footer-slider-holder {
        margin-top: 0;
        padding-top: 50px;
    }

    #featured-image {
        min-height: 153px;
    }

    #featured-image .overlay h1 {
        font-size: 30px;
        padding: 60px 0;
    }

    #page-content {
        margin-top: -43px;
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #sidebar {
        margin-top: 50px;
    }

    #contact-form #contact-submit {
        margin-top: 20px;
    }
    #homepage-info {
        margin-top: -60px;
    }
    div#homepage-circles:after {
        height: calc(100% - 240px);
    }
}





@media(max-width: 670px) { /* for iphones landscape */
    #black-footer-line a {
        margin-bottom: 10px;
    }
    .footer-contact-blue-right .phone .fa-phone {
        font-size: 15px;
        margin-right: 5px;
    }
    .col-xs-1.oder {
        display: none;
    }
    .footer-contact-blue-right .phone {
        font-size: 15px;
        line-height: 20px;
    }
    .footer-contact-blue-left .title {
        font-size: 20px;
        line-height: 24px;
    }
    .footer-contact-blue-left .name {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-contact-blue-right .contact-page-button {
        text-align: center;
    }
    #homepage-slider-holder {
        height: 360px;
    }

    .video-over-slider {
        left: 30px;
        top: 40px;
        width: 150px;
        height: auto;
    }

    .video-over-slider:after {
        width: 50px;
        height: 50px;
        background-size: 100%;
        -webkit-transform: translate(-50%, 8px);
        -moz-transform: translate(-50%, 8px);
        -ms-transform: translate(-50%, 8px);
        -o-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
    }

    .welcome-text {
        top: 85px;
        left: 170px;
        width: 260px;
    }

    #homepage-circles {
        margin-top: -83px;
        padding-bottom: 190px;
    }

    #homepage-circles .circle-col {
        margin-top: 0px;
    }

    #homepage-circles .circle-col .title {
        font-size: 26px;
        line-height: 30px;
    }

    .button-blue {
        font-size: 20px;
        padding: 6px 18px;
    }

    #homepage-info {
        margin-top: -60px;
    }

    h3 {
        font-size: 30px;
        line-height: 34px;
    }
    .hp-text-section h3 {
        font-size: 30px !important;
        line-height: 34px !important;
    }

    .expirience-video {
        margin-bottom: 30px;
    }

    .expirience-video:after {
        width: 50px;
        height: 50px;
        background-size: 100%;
        -webkit-transform: translate(-50%, 8px);
        -moz-transform: translate(-50%, 8px);
        -ms-transform: translate(-50%, 8px);
        -o-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
    }

    .expirience-slide .title {
        font-size: 26px;
        line-height: 30px;
    }

    .expirience-slide .cpt-title {
        font-size: 22px;
        line-height: 24px;
    }

    #homepage-weitere-videos {
        top: -14px;
    }

    #footer-newsletter-blue-right .newsletter-blue-form .newsletter-submit {
        padding: 11px 20px;
    }

    #footer-newsletter-blue-right .newsletter-blue-form .newsletter-email {
        padding: 10px 20px 7px 20px;
    }

    #copyright {
        font-size: 11px;
    }

    #page-content #real-page-title,
    #sidebar .section-title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(max-width: 600px) {
    #homepage-expirience {
        background-size: 100% 110px;
    }
    #homepage-expirience {
        margin-top: -95px !important;
    }
    #contact-bar span#header-social {
        /* position: relative; */
        display: none;
    }
    /* #header-phone {
        margin: 0 40px 0 0 !important;
    }
    #contact-bar .container #header-email {
        margin-top: 0px;
        top: -7px;
    }
    #contact-bar a[href^=tel] {
        position: relative;
        float: right;
        top: -15px;
    } */
    #contact-bar a[href^=tel] {
        margin-right: 37px;
        display: inline-block;
    }
    #contact-bar .container #header-email {
        margin-top: 0;
    }
    #mobile-menu-open {
        top: 20px;
    }
}


@media(max-width: 550px) {
    /* #header-phone, #header-email {
        font-size: 10px;
        display: block !important;
        text-align: center;
        margin-top: 3px;
    } */
    #footer-contact-blue .container div[class^="col-"] {
        width: 100%;
        text-align: center;
    }
}




@media(max-width: 500px) {
    .prevArrowVL, .nextArrowVL {
        width: 40px;
        height: 40px;
        background-size: 15px auto;
        margin: 0px -30px;
    }
    div#homepage-circles:after {
        height: calc(100% - 150px);
        top: 110px;
    }
    #homepage-circles {
        background-size: 100% 200px !important; 
    }
    .col-xs-1.oder {
        display: block;
    }
    #logo {
        top: 4px;
        width: 135px;
    }
    #contact-bar {
        height: 45px;
    }

    #contact-bar .container span {
        display: block;
        margin: 0;
        /* margin-bottom: 5px;
        margin-top: 5px; */
    }
    #mobile-menu-open {
        top: 12px;
    }
    #contact-bar .container #header-phone {
        margin-bottom: 0;
    }

    #contact-bar .container #header-email {
        margin-top: 0;
    }

    #header-social {
        margin: 0;
    }

    #header-social a {
        margin-right: 4px;
    }

    .video-over-slider {
        left: 15px;
        top: 40px;
        width: 100px;
        padding: 7px;
    }

    .video-over-slider:after {
        width: 35px;
        height: 35px;
        background-size: 100%;
        -webkit-transform: translate(-50%, 6px);
        -moz-transform: translate(-50%, 6px);
        -ms-transform: translate(-50%, 6px);
        -o-transform: translate(-50%, 6px);
        transform: translate(-50%, 6px);
    }

    .welcome-text {
        top: 70px;
        left: 125px;
        width: 180px;
        font-size: 20px;
        line-height: 24px;
    }

    .welcome-text strong {
        font-size: 20px;
    }

    #homepage-slider .slick-dots {
        width: 100%;
        bottom: initial;
        top: 300px;
        right: initial;
        left: 0;
        transform: translate(0, 0);
    }

    #homepage-slider .slick-dots li {
        margin-bottom: 0;
        margin-right: 30px;
        display: inline-block;
    }

    #homepage-slider .slick-dots li:last-child {
        margin-right: 0px;
    }

    #homepage-slider .slick-dots li.slick-active button {
        margin: 0;
    }

    #homepage-slider .slick-dots li:after {
        width: 30px;
        height: 1px;
        bottom: 8px;
        left: 17px;
    }

    #homepage-slider .slick-dots li.slick-active:after {
        width: 32px;
        height: 1px;
        bottom: 9px;
        left: 15px;
    }

    /* #homepage-circles {
        margin-top: -20px;
        padding-top: 115px;
        padding-bottom: 70px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjhmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(images/bg-circles.png), url(images/bg-circles-mobile-bottom.png);
        background: -moz-linear-gradient(top,  rgba(239,248,252,1) 0%, rgba(255,255,255,0) 100%), url(images/bg-circles.png), url(images/bg-circles-mobile-bottom.png);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,248,252,1)), color-stop(100%,rgba(255,255,255,0))), url(images/bg-circles.png), url(images/bg-circles-mobile-bottom.png);
        background: -webkit-linear-gradient(top,  rgba(239,248,252,1) 0%,rgba(255,255,255,0) 100%), url(images/bg-circles.png), url(images/bg-circles-mobile-bottom.png);
        background: -o-linear-gradient(top,  rgba(239,248,252,1) 0%,rgba(255,255,255,0) 100%), url(images/bg-circles.png), url(images/bg-circles-mobile-bottom.png);
        background: -ms-linear-gradient(top,  rgba(239,248,252,1) 0%,rgba(255,255,255,0) 100%), url(images/bg-circles.png), url(images/bg-circles-mobile-bottom.png);
        background: linear-gradient(to bottom,  rgba(239,248,252,1) 0%,rgba(255,255,255,0) 100%), url(images/bg-circles.png), url(images/bg-circles-mobile-bottom.png);
        background-position: 0px 115px, center top, center bottom;
        background-size: 100% 50%, 100% 160px, contain;
        background-repeat: no-repeat;
    } */

    #homepage-circles .circle-col {
        margin-top: 0;
        width: 100%;
        margin-bottom: 60px;
    }

    #homepage-circles .circle-col:last-child {
        margin-bottom: 0;
    }

    /* #homepage-info {
        margin-top: -43px;
    } */

    #homepage-info > .container {
        padding-top: 50px;
    }

    .logo-separator:before {
        left: -131px;
        width: 115px;
    }

    .logo-separator:after {
        right: -131px;
        width: 120px;
    }

    #homepage-morevideos > .container {
        padding-top: 60px;
    }

    #footer-contact-blue .container div[class^="col-"] {
        width: 100%;
        text-align: center;
    }

    .footer-contact-blue-left {
        margin-bottom: 20px;
    }

    .footer-contact-blue-right .oder div {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-contact-blue-right .contact-page-button {
        padding: 10px 30px;
        margin-top: 0;
    }

    #homepage-medien {
        background-position: center 0px;
    }

    #homepage-medien > .container {
        padding-top: 50px;
    }

    #homepage-medien #fachberichte .posts .single-post .info .title,
    #homepage-medien #audioaufnahmen .posts .single-post .info .title {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    #homepage-medien #fachberichte .posts .single-post .info,
    #homepage-medien #audioaufnahmen .posts .single-post .info {
        min-height: 50px;
    }

    #homepage-medien #fachberichte .posts .single-post .info .date {
        font-size: 14px;
        line-height: 14px;
        position: static;
        margin-top: 16px;
        display: block;
    }

    .audio-control span {
        border: 3px solid white;
        width: 40px;
        height: 40px;
    }

    .audio-control span i {
        font-size: 20px;
    }

    #homepage-medien #fachberichte .posts .single-post .info .date i {
        font-size: 11px;
    }

    #homepage-medien #audioaufnahmen .posts .single-post .info .download {
        font-size: 16px;
        line-height: 16px;
        position: static;
        margin-top: 11px;
    }

    #footer-newsletter-blue .container div[class^="col-"] {
        width: 100%;
    }

    #footer-newsletter-blue-left .subtitle {
        margin-bottom: 10px;
    }

    #footer-black-top {
        background-position: -918px top;
    }

    #footer-black-bottom .container div[class^="col-"] {
        width: 100%;
    }

    #footer-black-top #get-in-touch {
        margin-right: 0;
        display: block;
        margin-bottom: 15px;
    }

    #header-phone .fa {
        font-size: 10px;
    }

    #header-email .fa {
        font-size: 10px;
    }

    #page-content {
        margin-top: -19px;
        padding-top: 72px;
    }

    #homepage-medien > .container > .title,
    #homepage-medien #fachberichte .title,
    #homepage-medien #audioaufnahmen .title {
        font-size: 30px !important;
        line-height: 34px !important;
    }

    h2:before {
        left: calc(50% - 145px);
        width: 115px;
    }

    h2:after {
        right: calc(50% - 145px);
        width: 120px;
    }

    #contact-form #info-spam {
        font-size: 8px;
    }

    #posts-categories > #categories-title,
    #posts-tags > #tags-title {
        font-size: 30px;
    }

    #posts-holder .single-post-holder {
        width: 100%;
    }

    #posts-holder .expirience-video:after {
        width: 86px;
        height: 86px;
        -webkit-transform: translate(-50%, 30px);
        -moz-transform: translate(-50%, 30px);
        -ms-transform: translate(-50%, 30px);
        -o-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px);
    }
}
@media(max-width: 400px) {
    #contact-bar a[href^=tel] {
        display: none;
    }
    #contact-bar .container #header-email {
        display: none;
    }
}
.footer_blue_wrapper{
    display: none;
}
@media(min-width: 1700px) {
    .footer_blue_wrapper{
        display: block;
    }
    #footer-contact-blue {
        display: none;
    }
    #footer-contact-blue_new{
        min-height: calc(100vw / 7.43);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    
    #homepage-medien {
        margin-top: 0;
        z-index: 0;
    }
    
    .top_curved_line{
        /* background-image: url(images/top_curved_line_ts.png); */
        position: absolute;
        top: 1px;
        left: 0;
        display: block;
        width: 100%; 
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 3;
    }
    .bottom_curved_line{
        /* background-image: url(images/bottom_curved_line_ts.png); */
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        z-index: 4;
    }
    #new_custom_wrapper{
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        z-index: 4;
        transform: translateY(-50%);
    }
    .width_100_img{
        width: 100%;
        height: auto;
    }
    .footer_blue_wrapper{
        position: relative;
        margin-bottom: -61px;
        margin-top: -95px;
        z-index: 20;
    }
    
    .person_image{
        position: absolute;
        bottom: 50px;
        z-index: 3;
        left: calc(50vw - 630px);
        bottom: calc((100vw / 28.40) - 16px);
    }
    .footer-contact-blue-left, .footer-contact-blue-right {
        margin-top: 10px;
    }
    .footer-contact-blue-left {
        margin-left: 220px;
    }
}
@media(max-width: 1700px) {
    .footer-contact-blue-right .contact-page-button {
        font-size: 20px;
    }
}
@media(max-width: 992px) {
    .footer-contact-blue-left {
        margin-left: 115px;
    }
    .footer-contact-blue-right .contact-page-button {
        margin-top: 17px;
    }
    .footer-contact-blue-left, .footer-contact-blue-right {
        margin-top: 25px;
    }
    .footer-contact-blue-right .row > div {
        padding: 0 10px;
    }
    a.contact-page-button.button-blue i {
        font-size: 14px;
    }
    .footer-contact-blue-right .contact-page-button {
        font-size: 17px;
    }
    .col-xs-1.oder {
        padding: 0 !important;
    }
}
@media (max-width: 767px){
    div#homepage-medien {
        background-position-y: 0;
        background-size: cover;
    }
    .footer-contact-blue-left {
        margin-left: 15px;
    }
    .footer-contact-blue-left, .footer-contact-blue-right {
        margin-top: 0;
    }
    #homepage-circles {
        margin-top: -26px;
        padding-top: 115px;
        padding-bottom: 70px;
        background: url(images/new/bg-page-content.png) no-repeat top center;
        background-size: 100% auto;
        position: relative;
        z-index: 2;
    }
    div#homepage-circles:after {
        content: "";
        display: block;
        width: 100%;
        height: calc(100% - 240px);
        position: absolute;
        top: 180px;
        left: 0;
        background: #f1f0f1;
        z-index: -3;
    }
    #homepage-info > .container {
        padding-top: 50px;
    }
}


@media (max-width: 350px){
    #contact-bar .container #header-email {
        text-align: right;
        margin-right: 34px;
    }
    #contact-bar .container #header-phone {
        text-align: right;
        margin-right: 34px;
    }
    #mobile-menu-open img {
        width: 20px;
        height: 27px;
    }
    #contact-bar .container {
        padding: 0 5px;
    }
    #mobile-menu-open {
        right: 5px;
    }
}
