/*
Theme Name: nicolewackernagel.com
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: 10%;
    width: 34px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('images/gc_arrow.png');
}

#googlecapatcha {
    display: inline;
}


.homepage-slide.slide-lazy.slick-slide.slick-current.slick-active.lazyLoaded {
    width: 100vw;
}

/* ~~~~~~~~~~~~ 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: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    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);
}

.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;
}

#header-social a {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    background: #D2D2D2;
    border-radius: 50%;
    color: #fff;
    line-height: 1.5;
    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;
}

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

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

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

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

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

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

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



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

#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 {
    text-decoration: none;
    color: #5aace4;
}

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

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

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

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

#menu-bar{
    background: url(images/bg-menu.png) no-repeat;
    height: 122px;
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
    top: -1px;
}

#top-menu {
    float: right;
    margin: 17px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#top-menu > .menu-item {
    float: left;
    margin-right: 30px;
    padding-bottom: 28px;
    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: #5aace4;
}

#top-menu > .menu-item a {
    font-family: 'Abel', sans-serif !important;
    color: #fff;
    font-size: 17px;
    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: #5aace4;
    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;
    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: 'Open Sans', sans-serif !important;
    font-size: 15px;
    -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: #5aace4;
    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: #5aace4;
}

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

#mobile-menu-open {
    position: absolute;
    right: 15px;
    top: 57px;
    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: #2ea3f3;
    -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: #2ea3f3;
    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: #1f1f1f url(images/referenzen-section.png) top 50px center no-repeat;
    background-size: 100% auto;
    /* margin-top: -68px; */
    position: relative;
    z-index: 9;
}
.separator_new {
    background: url(images/new-separator.png);
    height: 77px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.separator_top_new {
    background: url(images/gornja-krivulja.png);
    height: 68px;
    position: relative;
    top: -66px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.homepage-circles.homepage-circles-bottom {
    /* padding-bottom: 135px; */
}
.separator_new_bottom {
    background: url(images/krivulja1.png);
    height: 200px;
    position: relative;
    bottom: -180px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

#homepage-reference-videos,
#homepage-v_a-videos
{
    position: absolute;
    bottom: -26px;
    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);
}
.row.homepage_flex.home_new_reference {
    padding-bottom: 85px;
}
.home_new_reference .expirience-slide .title {
    color: #cfa058;
}
.ref_top_text h4 {
    color: #fff !important;
}
.ref_top_text {
    margin-bottom: 40px;
}
.home_new_reference .expirience-slide {
    width: 33%;
}







#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: 'Abel', sans-serif !important;
    font-size: 32px;
    line-height: 38px;
    color: #006cb7;
    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: #5aace4;
}

#mobile-menu > .menu-item a {
    display: inline-block;
    font-family: 'Abel', sans-serif !important;
    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:hover {
    color: #5aace4;
    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: #5aace4;
}

#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: 'Open Sans', sans-serif !important;
    font-size: 14px;
}

#close-menu {
    height: 42px;
    background: #5aace4;
    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: #2EA3F3;
    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: #2EA3F3;
}

.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: 'Abel', sans-serif !important;
    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: 900px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    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: #2EA3F3;
    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: #2EA3F3;
}

.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/logo-separator.png) no-repeat center center;
    width: 28px;
    height: 53px;
    display: block;
    margin: 15px auto;
}

.logo-separator:before,
.logo-separator:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 1px;
    background: #ccc;
    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%);
}

.logo-separator:before {
    left: -150px;
}

.logo-separator:after {
    right: -145px;
}



#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: #2EA3F3;
    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/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;
}

.expirience-video:hover {
    background: #2EA3F3;
}

.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: 'Abel', sans-serif !important;
    font-size: 32px;
    line-height: 32px;
    color: #006cb7;
    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: 'Abel', sans-serif;
}

.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: #2ea3f3;
}




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

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

#homepage-weitere-videos {
    position: absolute;
    top: -20px;
    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: 'Abel', sans-serif !important;
    font-size: 36px;
    color: white;
    line-height: 36px;
    margin-bottom: 5px;
}

.footer-contact-blue-left .name {
    font-family: 'Abel', sans-serif !important;
    font-size: 22px;
    color: white;
    line-height: 22px;
}

.footer-contact-blue-right .title {
    font-family: 'Abel', sans-serif !important;
    font-size: 22px;
    color: white;
    line-height: 22px;
    margin-bottom: 5px;
}

.footer-contact-blue-right .phone,
.footer-contact-blue-right .phone a {
    font-family: 'Abel', sans-serif !important;
    font-size: 32px;
    color: white;
    line-height: 36px;
    display: inline-table;
}

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

.footer-contact-blue-right .oder {
    font-family: 'Abel', sans-serif !important;
    font-size: 15px;
    color: white;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0;
}

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

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

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

.footer-contact-blue-right .contact-page-button:hover {
    text-decoration: none;
    background: #71c2f9 !important;
    box-shadow: inset 0 0 15px #055184;
    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;
}

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

#homepage-medien > .container > .title,
#homepage-medien > .container > h3 > .title {
    font-family: 'Abel', sans-serif !important;
    font-size: 36px;
    line-height: 1.4;
    color: #006cb7;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
}

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

#homepage-medien > .container > .subtitle {
    font-family: 'Abel', sans-serif !important;
    font-size: 26px;
    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 #2EA3F3;
}

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

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

#homepage-medien .title {
    font-family: 'Abel', sans-serif !important;
    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;
}

#homepage-medien .title:hover {
    color: #006cb7;
    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-family: 'Abel', sans-serif !important;
    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-family: 'Abel', sans-serif !important;
    font-size: 36px;
    color: #006cb7;
    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-family: 'Abel', sans-serif !important;
    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-family: 'Abel', sans-serif !important;
    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: #006cb7;
}

#homepage-medien #fachberichte .posts .single-post .info .date {
    color: #9F9F9F;
    font-family: 'Abel', sans-serif !important;
    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-family: 'Abel', sans-serif !important;
    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-family: 'Abel', sans-serif !important;
    font-size: 36px;
    color: white;
    line-height: 36px;
    margin-bottom: 5px;
}

#footer-newsletter-blue-left .subtitle {
    font-family: 'Abel', sans-serif !important;
    font-size: 18px;
    color: white;
    line-height: 18px;
}

#footer-newsletter-blue-right .newsletter-blue-form {
    font-family: 'Abel', sans-serif;
    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;
    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: -70px;
}

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

#footer-slider .footer-slide img {
    display: inline-block;
    margin: 0px 15px;
}

#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 #3A3A3A;
    padding-bottom: 25px;
}

#footer-black-top #get-in-touch {
    font-family: 'Abel', sans-serif !important;
    font-size: 30px;
    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: #313232;
    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;
}

#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: #202121;
    color: #aeaeae;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    margin-top: -1px;
}

#footer-black-bottom .footer-title {
    font-family: 'Abel', sans-serif !important;
    font-size: 26px;
    color: white;
    line-height: 26px;
    margin-bottom: 20px;
}

#footer-black-bottom a {
    color: #aeaeae;
    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: #2EA3F3;
}

#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: #202121;
    border-top: 1px solid #3A3A3A;
    font-size: 14px;
    line-height: 14px;
    color: #7A7A7A;
    padding: 30px 0;
}

#black-footer-line a {
    color: #7a7a7a;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #7a7a7a;
    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: #2ea3f3;
}

#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 #top_title{
    color: white !important;
    font-size: 60px !important;
    font-family: 'Abel', sans-serif !important;
    text-shadow: 0px 0px 6px black !important;
    text-transform: none !important;
    margin: 0 !important;
    padding: 117px 0 !important;
    position: static !important;
    text-align: left;
    line-height: 1.1 !important;
    font-weight: bold;
}
#featured-image .overlay #top_title:before,
#featured-image .overlay #top_title:after{
    display: none;
}
h1#bottom_title {
    text-align: center;
    font-family: 'Abel', sans-serif !important;
    font-size: 40px !important;
    color: #CFA058 !important;
    margin:0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
#featured-image .overlay h1,
#featured-image .overlay div.title{
    color: white;
    font-size: 60px;
    font-family: 'Abel', sans-serif !important;
    text-shadow: 0px 0px 6px black;
    text-transform: none;
    margin: 0;
    padding: 117px 0;
    position: static;
}
#featured-image .overlay div.title{
    font-weight: bold;
}
#page-content {
    background-image: url(images/bg-page-content.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 400px;
    margin-top: -65px;
    position: relative;
    z-index: 6;
    padding-top: 130px;
    padding-bottom: 200px;
    text-align: justify;
    min-height: 400px;
}


.page-content-video {
    position: relative;
    border-bottom: 7px solid #2EA3F3;
    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: #2EA3F3;
}

#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-family: 'Abel', sans-serif;
    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-family: 'Abel', sans-serif;
    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 #2EA3F3;
    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: #035BAB;
    color: white;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif !important;
    font-size: 19px;
    line-height: 19px;
    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: #8fd2ff;
}

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

#contact-form #contact-submit:hover {
    text-decoration: none;
    background: #8fd2ff;
    box-shadow: inset 0 0 15px #2EA3F3;
    color: white;
}

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

#posts-categories > #categories-title,
#posts-tags > #tags-title {
    font-family: 'Abel', sans-serif !important;
    font-size: 34px;
    color: #006cb7;
    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;
    font-family: 'Abel', sans-serif !important;
    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: #006cb7;
}

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

#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: #2EA3F3;
}

#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;
    /*border-radius: 2px;*/
    -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 #2EA3F3;
}

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

#posts-holder .single-post .content .title {
    font-family: 'Abel', sans-serif !important;
    font-size: 27px;
    color: #006cb7;
    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-family: 'Abel', sans-serif !important;
    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-family: 'Abel', sans-serif !important;
    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: #2ea3f3;
}

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

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

.custom-pagination .page-numbers:hover {
    color: #2ea3f3;
    border: 1px solid #2ea3f3;
    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: 'Abel', sans-serif !important;
    font-size: 32px;
    line-height: 32px;
    color: #006cb7;
    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: 'Abel', sans-serif !important;
    font-size: 36px;
    line-height: 36px;
    color: #006cb7;
    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: 'Abel', sans-serif !important;
    font-size: 36px;
    line-height: 1.4;
    color: #006cb7;
    text-align: center;
    margin-bottom: 50px;
    background: url(images/logo-separator-blue.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: 'Abel', sans-serif;
    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-family: 'Abel', sans-serif !important;
    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: 'Abel', sans-serif !important;
    font-size: 36px;
    line-height: 36px;
    color: #006cb7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    text-align: left;
}


#download-audio-files .download {
    font-family: 'Abel', sans-serif !important;
    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-family: 'Abel', sans-serif !important;
    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 {
    line-height: 38px !important;
    margin-bottom: 10px !important;
}*/

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

.audio-control {
    position: relative;
    background: #2EA3F3;
    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: #2EA3F3 !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: 'Abel', sans-serif !important;
    font-size: 27px;
    color: #006cb7;
    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: contain;
    }
}






@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) {
    #mobile-menu-open {
        display: block;
        margin: 0 !important;
    }
    #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;
    }

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

    #homepage-expirience {
        height: auto;
        background-size: cover;
        padding-bottom: 50px;
    }

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

    .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: #337ab7 !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: -36px;
        padding-top: 100px;
    }
}





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

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

    #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) {
    .home_new_reference .expirience-slide {
        width: 100%;
    }
    .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: 30px;
    }
    #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);
    }
    #homepage-expirience {
        margin-top: -170px;
    }
    #contact-bar {
        text-align: center;
    }

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

    #contact-bar .container span {
        float: none;
        display: inline-block;
        margin-right: 20px;
    }

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

    #logo {
        left: 15px;
    }

    #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%;
    }

    #footer-contact-blue {
        background: #2EA3F3;
        background-image: none !important;
        min-height: 20px;
        margin-top: 0;
        border: 10px solid #D5EDFD;
        border-left: none;
        border-right: none;
    }

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

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

    .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: 11px;
    }

    .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: #035EB1;
        background-image: none !important;
        min-height: 20px;
        margin-top: 0;
        border: 10px solid #E9E9E9;
        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: -25px;
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #sidebar {
        margin-top: 50px;
    }

    #contact-form #contact-submit {
        margin-top: 20px;
    }
}





@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: -70px;
        padding-bottom: 190px;
    }

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

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

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

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

    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: 500px) {
    #homepage-slider-holder {
        height: 300px;
    }
    .col-xs-1.oder {
        display: block;
    }
    #header-phone, #header-email {
        font-size: 10px;
    }

    #contact-bar .container span {
        display: block;
        margin: 0;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #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: 200px;
        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;*/
    }

    #footer-social {
        margin-top: 15px;
    }

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

    #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);
    }
}
.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: contain;
        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: 2;
    }
    
    .person_image{
        position: absolute;
        bottom: 50px;
        z-index: 3;
        left: calc(50vw - 585px);
        bottom: calc((100vw / 28.40) - 13px);
    }
    .footer-contact-blue-left, .footer-contact-blue-right {
        margin-top: 0;
    }
    .footer-contact-blue-left {
        margin-left: 240px;
    }
}
@media(max-width: 992px) {
    .footer-contact-blue-left {
        margin-left: 160px;
    }
    .footer-contact-blue-right .contact-page-button {
        margin-top: 0;
    }
    .footer-contact-blue-left, .footer-contact-blue-right {
        margin-top: 36px;
    }
}
@media (max-width: 767px){
    .footer-contact-blue-left {
        margin-left: 15px;
    }
    h1#bottom_title {
        font-size: 30px !important;
    }
    #featured-image .overlay #top_title {
        font-size: 45px !important;
    }
    .footer-contact-blue-left, .footer-contact-blue-right {
        margin-top: 0;
    }
}
@media (max-width: 450px){
    #featured-image .overlay #top_title {
        font-size: 38px !important;
    }
}



/* OVERRIDE */

body a,
#header-email a:hover,
#top-menu > .menu-item.current-menu-item a,
#top-menu > .menu-item.current_page_ancestor a,
#top-menu > .menu-item.current_page_parent a
#top-menu > .menu-item a:hover,
#top-menu > .menu-item > .sub-menu > .menu-item > a:hover,
#top-menu > .menu-item > .sub-menu > .menu-item > a:focus,
#homepage-circles .circle-col .title,
.expirience-slide .title:hover,
.loader,
.custom-pagination .page-numbers.dots,
#posts-holder .single-post .content .title,
#top-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a,
#posts-categories > #categories-content .single-category a:hover,
#posts-tags > #tags-content a[style="font-size: 21px;"],
#posts-categories > #categories-content .single-category a.active,
#page-content #real-page-title,
#sidebar .section-title,
#sidebar #latest-posts .single-post-latest .seemore,
#sidebar #latest-posts .single-post-latest .post-title:hover,
#homepage-medien > .container > .title,
#homepage-medien > .container > h3 > .title,
.custom-pagination .page-numbers:hover,
#homepage-medien #fachberichte .posts .single-post .info .title:hover,
#homepage-medien #audioaufnahmen .posts .single-post .info .title:hover,
#homepage-medien #fachberichte .title,
#homepage-medien #audioaufnahmen .title,
#page-content .single-expirience .expirience-title,
#posts-categories > #categories-title,
#posts-tags > #tags-title,
#footer-black-bottom a:hover,
#black-footer-line a:hover,
#homepage-medien .title:hover,
#search_result_title,
#mobile-menu > .menu-item.current-menu-item a,
#mobile-menu > .menu-item.current_page_ancestor a,
#mobile-menu > .menu-item.current_page_parent a,
#mobile-menu > .menu-item .arrow.active,
#mobile-menu > .menu-item a:hover,
#top-menu > .menu-item a:hover
{
    color: #CFA058;
}

#header-social .social-facebook:hover,
#header-social .social-twitter:hover,
#header-social .social-youtube:hover,
#header-social .social-gplus:hover,
#header-social .social-instagram:hover,
#header-social .social-rss:hover,
.video-over-slider:before,
.video-over-slider:hover,
.circle-white:hover,
.circle-white:before,
.button-blue,
.expirience-video:before,
.expirience-video:hover,
.loader,
.loader:before,
.loader:after,
.footer-contact-blue-right .contact-page-button,
#contact-form #contact-submit,
#contact-form .range-handle,
#footer-social .social-twitter:hover,
#footer-social .social-facebook:hover,
#footer-social .social-youtube:hover,
#footer-social .social-gplus:hover,
#footer-social .social-rss:hover,
.custom-pagination .page-numbers.current,
#close-menu
{
    background: #CFA058;
}

.search_icon:hover,
.seach_menu_item .sub-menu:hover + .search_icon,
.prevArrowVL:hover,
.nextArrowVL:hover {
    background-color: #cfa058;
}

#mobile-menu > .current-menu-item > a ~ .sub-menu > .menu-item > a {
    color: white !important;
}

body a:hover {
    color: #a77b39;
}

#contact-bar {
    background: #202020;
    height: 40px;
}

#header-social > a {
    color: #202020;
    background: #78603C;
}

#header-phone, #header-email, #header-email a {
    color: #fff;
    font-weight: 500;
}

#homepage-circles .circle-col .title:hover {
    color: #fff;
}

.button-blue:hover {
    background: rgb(236, 198, 140);
    box-shadow: inset 0 0 15px #b58337;
}

#logo {
    top: 8px;
    left: 15px;
    width: 264px;
}

.expirience-slide .title {
    color : #292B2B;
}

#homepage-info {
    background-position: top center;
}

.hp-text-section h4 {
    color: white !important;
}

.hp-text-section h3 span,
.hp-text-section p {
    color: white;
}

#homepage-morevideos.hp-text-section h3,
#homepage-morevideos.hp-text-section h4,
#homepage-morevideos.hp-text-section p {
    color: #000 !important;
}

.logo-separator {
    width: 104px;
    height: 54px;
}

.logo-separator:before, .logo-separator:after {
    background: #D1D1D1;
}

.footer-contact-blue-right .contact-page-button:hover {
    background: rgb(236, 198, 140) !important;
    box-shadow: inset 0 0 15px #b58337;
}

#homepage-medien #news {
    border-bottom: 5px solid #CFA058;
}

#footer-social a {
    color: #202020;
    background: #78603C;
}

.audio-control {
    background: #e6b974;
}

.custom-pagination .page-numbers.current {
    border: 1px solid #CFA058;
}

.custom-pagination .page-numbers:hover {
    border: 1px solid #CFA058;
}

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

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

.page-content-video {
    border-bottom: 7px solid #CFA058;
}

#page-content #real-page-title:before, #page-content #real-page-title:after {
    width: 100px;
}

#contact-form #contact-submit:hover {
    background: rgb(236, 198, 140) !important;
    box-shadow: inset 0 0 15px #b58337;
}

#contact-form #contact-submit:disabled {
    background: #eac893;
}

#footer-black-bottom {
    background-color: #000;
}

.contact-page-button {
    background: #a57f45 !important;
}

.logo-separator.white {
    background: url(images/logo-separator-white.png) no-repeat center center;
}

/* #homepage-circles {
    height: 630px;
} */

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

header a[href^="tel"] {
    color:white !important;
    text-decoration:none;
}

#header-social-mobile {
    display: none;
}

@media (max-width: 1200px) {
    #logo {
        top: 20px;
        width: 185px;
    }
}

@media (max-width: 1024px) {
    .current_page_ancestor .current-menu-item a {
        color: #CFA058 !important;
    }
}

@media (max-width: 767px) {
    #logo {
        top: 40px;
        width: 140px;
    }

    #footer-contact-blue {
        background: #CFA058;
        border: 10px solid #e6c694;
        border-left: none;
        border-right: none;
    }

    #footer-newsletter-blue {
        background: #CFA058;
        background-image: none !important;
        border: 10px solid #e6c694;
        border-left: none;
        border-right: none;
    }

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

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

@media (max-width: 500px) {
    #homepage-circles {
        height: auto;
        position: relative;
    }

    #homepage-circles:before {
        content: '';
        position: absolute;
        background: #1F1F1F;
        width: 100%;
        height: calc(100% - 113px);
        z-index: -1;
    }
    
    #homepage-info {
        margin-top: -40px;
    }

    #header-social {
        display: none !important;
    }

    #footer-newsletter-blue-left .title {
        font-size: 27px;
        line-height: 32px;
    }

    #footer-newsletter-blue-left .subtitle {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0;
    }

    #footer-newsletter-blue-right .newsletter-blue-form .newsletter-email {
        font-size: 14px;
    }

        #header-social-mobile {
        display: block;
        text-align: center;
        padding: 13px 0;
    }

    #header-social-mobile > a {
        width: 24px;
        height: 24px;
        display: inline-block;
        text-align: center;
        background: #D2D2D2;
        border-radius: 50%;
        color: #fff;
        line-height: 1.5;
        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;

        color: #202020;
        background: #78603C;
    }

    #header-social-mobile > a:hover {
        background: #CFA058;
    }
    #menu-bar {
        background-size: cover;
    }
    h4 {
        margin-top: 20px !important;
    }
}

@media (max-width: 400px){
    #homepage-slider-holder {
        height: 260px;
    }
    #homepage-slider .slick-dots {
        top: 180px;
    }

}

.expirience-slide {
    width: 380px !important;
}