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

*/

/* WORDPRESS CONTENT IMAGE CLASSES */
.container {
    position: relative;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    height: auto;
    max-width: 100%;
}
.text-align-c {
    text-align: right;
}
html, body {
    position: relative;
    z-index: 1;
}
html {
	font-size: 14px;

}

body {
    overflow-x: hidden;
    overflow-y: scroll;
	font-size: 16px;
}
body.page-template-template-home {
    overflow: auto;
}
a, * {
    outline: none !important;
}
.img100 {
    width: 100%;
    height: auto ;
}
.editor_ui_top, .editor_ui_right, .editor_ui_left, .clearfix {
    border: none;
}

.logo_wrapper img{
    max-width: 100%;
    height: auto;
}

.gallery-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 225px;
    overflow: hidden;
    width: calc(33.3% - 10px) !important;
    margin-right: 10px;
}
dl.gallery-item img {
    width: 100%;
    height: auto;
}
dt.gallery-icon.portrait {
    width: 100%;
}
dt.gallery-icon {
    width: 100%;
}
dt.gallery-icon img {
    border: none !important;
}
.mainContent .gallery {
    margin-right: -10px !important;
}


/*----------------------------------------------------*/
/*------------- 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;
    -ms-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;
    -ms-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%);
}

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

.team_image_updated{
    width: 100%;
    height: auto;
}
a.title_link {
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -ms-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
}
.title_link:hover{
    color: inherit !important;
    border-bottom: 2px solid #ffffff;
}
.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: 5px;
    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;
}
div#response {
    font-size: 26px;
    color: rgba(7, 101, 175, 1);
}

/*-----------------------------------------------------------------------------*/
/*---------------------- Mobile menu burger animation  ------------------------*/
/*-----------------------------------------------------------------------------*/

.burger {
    position: relative;
    width: 34px;
    height: 28px;
    z-index: 9999;
    cursor: pointer;
}
div.x,
div.y,
div.z {
    position: absolute; margin: auto;
    top: 0px; bottom: 0px;      
    background: #1f94d2;
    border-radius:2px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}       
div.x, div.y, div.z { height: 4px; width: 34px; margin: 0px;}
div.x{top: 0px;}
div.y{top: 50%; transform: translateY(-50%);}
div.z{top: auto; bottom: 0;}
div.collapsed{
    top: 10px;
    -webkit-transition: all 70ms ease-out;
       -moz-transition: all 70ms ease-out;
        -ms-transition: all 70ms ease-out;
         -o-transition: all 70ms ease-out;
            transition: all 70ms ease-out;
}
 

div.rotate30{
    -ms-transform: rotate(30deg); 
    -webkit-transform: rotate(30deg); 
    transform: rotate(30deg);   
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;                  
}
div.rotate150{
    -ms-transform: rotate(150deg); 
    -webkit-transform: rotate(150deg); 
    transform: rotate(150deg);  
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;                  
}

div.rotate45{
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);   
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;                 
}
div.rotate135{
    -ms-transform: rotate(135deg); 
    -webkit-transform: rotate(135deg); 
    transform: rotate(135deg);  
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;                 
}

/*-----------------------------------------------------------------------------*/
/*------------------------------ MOBILE MENU --------------------------------- */
/*-----------------------------------------------------------------------------*/
.container-burger {
    display: none;
}
div#mobile-menu-container.activeMenu {
    opacity: 1;    
}
div#siteWrapper {
    position: relative;
    z-index: 1;
    /*background-color: #161616;*/
}
div#mobile-menu-container {
    opacity: 0;
    width: 260px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #171414;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mobileMenu {
    width: 260px;
    height: 100%;
    /*background: rgba(25,26,36,0.8);*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    position: absolute;
    padding-top: 30px;
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -o-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 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;
}
#mobileMenu.activeMenu {
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset -8px 0px 10px rgba(0,0,0,0.15);
    -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);
}
#siteWrapper.activeMenu {
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
}
#siteWrapper {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#menuOverlay.activeMenu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.26);
    z-index: 100;
    display: block;
    opacity: 1;
}
ul#menu-main-mob li:before {
    display: none;
}
ul#menu-main-mob li a{
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
}
nav#mobile-menu a {
    color: #fff;
}
#mobile-menu ul#menu-main-mob li.current-menu-item .sub-nav-item a{
    color: #fff;
    font-weight: 400;
}
#mobile-menu ul#menu-main-mob li.current-submenu-item a,
#mobile-menu ul#menu-main-mob li.current-menu-item a,
#mobile-menu ul#menu-main-mob li.current_page_ancestor a,
#mobile-menu ul#menu-main-mob li:hover a,
#mobile-menu ul#menu-main-mob li:hover .sub-nav-bg .sub-nav li.sub-nav-item:hover a,
#mobile-menu ul#menu-main-mob li.current_page_parent .sub-nav-bg .sub-nav li.sub-nav-item.current-submenu-item a
{
    color: #1f94d2;
}
#mobile-menu ul#menu-main-mob li:hover .sub-nav-bg .sub-nav li.sub-nav-item a,
#mobile-menu ul#menu-main-mob li.current_page_parent .sub-nav-bg .sub-nav li.sub-nav-item a{
    color: #fff;
}
#mobile-menu-container span.social-icons a:hover {
    color: #1f94d2;
}
#mobile-menu ul#menu-main-mob li .sub-nav-bg{
    margin-left: 20px;
    overflow: hidden;
    width: 100%;
}
#mobile-menu ul#menu-main-mob li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
    margin: 0px 11px;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 22px;
}
#mobile-menu ul#menu-main-mob .sub-nav-bg li:last-child {
    border-bottom: 0;
}
#mobile-menu ul#menu-main-mob li {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    overflow: hidden;
}


/*-----------------------------------------------------------------------------*/
/*----------------------------- CUSTOM STYLES -------------------------------- */
/*-----------------------------------------------------------------------------*/

.background_gradient {
    width: 100%;
    background: rgba(211,197,186,0);
    background: -moz-linear-gradient(top, rgba(211,197,186,0) 0%, rgba(211,197,186,0.4) 13%, rgba(211,197,186,0.8) 27%, rgba(211,197,186,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,197,186,0)), color-stop(13%, rgba(211,197,186,0.4)), color-stop(27%, rgba(211,197,186,1)), color-stop(100%, rgba(211,197,186,1)));
    background: -webkit-linear-gradient(top, rgba(211,197,186,0) 0%, rgba(211,197,186,0.91) 13%, rgba(211,197,186,0.8) 27%, rgba(211,197,186,1) 100%);
    background: -o-linear-gradient(top, rgba(211,197,186,0) 0%, rgba(211,197,186,0.4) 13%, rgba(211,197,186,0.8) 27%, rgba(211,197,186,1) 100%);
    background: -ms-linear-gradient(top, rgba(211,197,186,0) 0%, rgba(211,197,186,0.4) 13%, rgba(211,197,186,0.8) 27%, rgba(211,197,186,1) 100%);
    background: linear-gradient(to bottom, rgba(211,197,186,0) 0%, rgba(211,197,186,0.4) 13%, rgba(211,197,186,0.8) 27%, rgba(211,197,186,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    height: 100px;
    position: relative;
    top: -90px;
}
.background_color {
    background: rgba(211,197,186,1);
    width: 100%;
    height: 100%;
    position: relative;
    top: -90px;
}
.mainContentBg img {
    width: 100%;
    height: auto;
}

/*----------------------------- HEADER -------------------------------- */

.header {
    border-top: 6px solid #2093d2;
    z-index: 100;
    position: relative;
    overflow:visible;
    border-bottom: 2px solid #1f94d2;
    background: #fff;
}
.logo_container a {
    display: inline-block;
    margin-top: -6px;
    margin-bottom: 20px;
    max-width: 100%;
}

/*----------------------------- CONTENT -------------------------------- */

.page_title h1 {
    color: #fff;
    font-size: 40px;
}
.page_title {
    display: inline-block;
    width: 100%;
    margin: 12px 0px 0px 0px;
}
.pageTopContent {
    margin: 7px 0px 15px 0px;
    display: inline-block;
    width: 100%;
}
hr.angebote {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #323232;
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 7px 0 35px 0px;
}
.mainContentWrapper {
    position: relative;
    background: #000;
    padding-bottom: 80px;
    overflow: hidden;
}
.mainContentBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}
.mainContent .container>p:last-child {
    margin-bottom: 0;
}
span.thumb_image_container.slick-slide.slick-active{
	background: #000;
}
span.thumb_image_container.slick-slide img {
    opacity: 0.5;
}
span.thumb_image_container.slick-slide.slick-current.slick-active img {
    opacity: 1;
}
#page_slider_helper .slick-slide {
    border: 0px;
    margin: 1px;
}
#page_slider, #page_slider_helper{
    opacity: 0.001;
    margin: 22px 0 26px;
}
#page_slider_helper{
	width: 180px;
	padding: 73px 0px;
	position: relative;
	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%);
}
#page_slider_helper .slick-prev, #page_slider_helper .slick-next {
    position: absolute;
    width: 65px;
    height: 65px;
    padding: 0;
    -webkit-transform: translate(50%, 0%) !important;
    -ms-transform: translate(50%, 0%) !important;
    transform: translate(50%, 0%) !important;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: background 0.25s, border 500ms ease-out;
    -moz-transition: background 0.25s, border 500ms ease-out;
    -ms-transition: background 0.25s, border 500ms ease-out;
    -o-transition: background 0.25s, border 500ms ease-out;
    transition: background 0.25s, border 500ms ease-out;
}
#page_slider_helper .slick-prev:hover, #page_slider_helper .slick-next:hover {
    background-color: #2ea1e7;
    border: 1px solid #2ea1e7;
}
#page_slider_helper .slick-next {
    right: 50%;
    bottom: 0px;
    left: auto;
    top: auto;
}
#page_slider_helper .slick-prev {
    right: 50%;
    top: 0px;
}
#page_slider_helper .slick-prev:after, #page_slider_helper .slick-next:after {
    content: "";
    width: 18px;
    height: 10px;
    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%);
}
#page_slider_helper .slick-next:after {
    background: url(images/sliderArrow.png) no-repeat 0px -15px;
}
#page_slider_helper .slick-prev:after {
    background: url(images/sliderArrow.png) no-repeat 0px 0px;
}
#page_slider_helper img.slick-slide{
    /*border: 2px solid transparent;
    box-sizing: border-box;*/
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
    border: none;
}
#page_slider_helper img.slick-slide.slick-current{
    /*border: 2px solid #ffffff;*/
}
/*----------------------------- MAIN NAVIGATION -------------------------------- */

ul.menu li:before {
    display: none;
}
li.menu-item .fa {
    margin-left: 5px;
}
ul#main-menu li {
    margin: 0px;
    display: inline-block;
    float: left;
    position: relative;
    text-transform: uppercase;
}
ul#main-menu li a {
    color: #a8a8a8;
    text-decoration: none;
}
ul#main-menu li.menu-item .sub-nav-bg {
    position: absolute;
    top:30px;
    left: 14px;
    visibility: hidden;
    opacity: 0;
    min-width: 180px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -ms-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}
li.sub-nav-item {
    width: 100%;
    clear: left;
    text-align: left;
    display: inline-block;
}
ul#main-menu li.menu-item:hover .sub-nav-bg {
    top: 60px;
    visibility: visible;
    opacity: 1;
    padding: 5px 0px;
    border-radius: 0px 0px 5px 5px;
}
ul#main-menu {
    display: inline-block;
    padding: 0px;
    margin: 35px 0px 0px 0px;
    text-align: right;
    list-style: none;
    vertical-align: top;
}
.main_nav_wrapper {
    text-align: right;
}
ul#main-menu li.menu-item a {
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 20px;
    padding: 0px 0 20px 0px;
    margin: 0px 16px;
    line-height: 40px;
    display: inline-block;
    color: #a9a9a9;
    border-bottom: 3px solid transparent;
}
ul#main-menu li.menu-item:last-child a {
    border: 1px solid #dedede;
    padding: 2px 30px 0px 30px;
    margin: -3px 1px 0px 10px;
}
ul#main-menu li.menu-item.current-menu-item:last-child a {
    background: #1f94d2;
    border-color: #1f94d2;
    color: #fff;
}
ul#main-menu.sub-nav li.menu-item:last-child a {
    border: 0px;
}
ul#main-menu li.menu-item a:hover,
ul#main-menu li.menu-item.current-menu-item a,
ul#main-menu li.menu-item.current_page_parent a 
{
    color: #1f94d2;
    border-color: #1f94d2;
}
ul#main-menu li.menu-item.current-menu-item .sub-nav .sub-nav-item a,
ul#main-menu li.menu-item.current_page_parent .sub-nav .sub-nav-item a
{
    color: #a9a9a9;
    border-color: #e9e9e9;
}
ul#main-menu li.menu-item .sub-nav .sub-nav-item:hover a,
ul#main-menu li.menu-item .sub-nav .sub-nav-item.current-submenu-item a
{
    color: #1f94d2;
}
ul#main-menu li.menu-item.has-children .fa {
    margin-left: 5px;
}
ul#main-menu li.menu-item:hover .sub-nav-bg {
    top: 65px;
    visibility: visible;
    opacity: 1;
    background: #fff;
    border: 1px solid #f0f0f0;
}
ul.sub-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#main-menu .has-children li.sub-nav-item {
    display: inline-block;
    width: 100%;
    text-align: left;
}
ul#main-menu .sub-nav .sub-nav-item a {
    line-height: 33px;
    padding: 5px 3px 0px;
    margin: 0px 5px;
    border-bottom: 1px solid #e9e9e9;
    display: block;
}
ul#main-menu .sub-nav .sub-nav-item a:hover {
    border-bottom: 1px solid #e9e9e9;
}
ul#main-menu .sub-nav .sub-nav-item:last-child a {
    border-bottom: 0px;
}


/*----------------------------- HOME SLIDER -------------------------------- */

.home_content_background {
    background-color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 200%;
    height: 500%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
}
.home_content_background_bottom {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 200%;
    height: 1000%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
}
ul.slick-dots {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 83px;
    left: 0px;
    text-align: center;
}
ul.slick-dots li:before {
    display: none;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0px;
    padding: 0;
}
ul.slick-dots li button {
    font-size: 0px;
    border: 1px solid #fff;
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 25px;
    position: relative;
}
ul.slick-dots li button:after {
    content: "";
    width: 26px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 100;
    position: absolute;
    top: calc(50% - 1px);
    right: -26px;
}
ul.slick-dots li:last-child button:after {
    display: none;
}
ul.slick-dots li.slick-active button{
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
    background: #fff;
}
ul.slick-dots li button:hover{
    background: #fff;
}
.slider_image_background {
    min-height: 421px;
}
.slider_items.slick-slide {
    position: relative;
}
.slider_caption_wrapper {
    position: absolute;
    bottom: 140px;
    left: 0px;
    width: 100%;
}
.slider-caption {
    display: inline-block;
}
.caption_title {
    font-size: 55px;
    color: #1f94d2;
    font-family: 'BebasNeueBold', sans-serif;
    line-height: 1.1;
    padding: 9px 10px 1px 20px;
    display: inline-block;
    position: relative;
    z-index: 100;
    padding-right: 20px;
}
.caption_title_bg {
    display: inline-block;
    /*background: url(images/slider-caption-angle.png) no-repeat bottom right;*/
    padding-right: 108px;
    float: left;
    overflow: hidden;
}
.caption_subtitle {
    float: left;
    clear: left;
    margin-top: 7px;
    font-size: 16px;
    color: #fff;
    /*background: rgba(0, 0, 0, 0.7);*/
    line-height: 1.4;
    padding: 12px 20px;
    font-family: 'OpenSans-Regular', sans-serif;
    width: 100%;
    overflow: hidden;
}
.caption_subtitle_text {
    position: relative;
    z-index: 100;
    padding-right: 30px;
}
span.slider-caption {
    display: inline-block;
}

/*----------------------------- KONTAKT PAGE CONTACT PAGE -------------------------------- */
.contact-info-block {
    margin-top: -7px;
}
.contact_titles h2 {
    margin-bottom: 9px;
    margin-top: -4px;
}
.phone_numbers .fa {
    min-width: 25px;
}
.contacts_links .fa {
    min-width: 25px;
}
.phone_numbers {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-info-block a {
    color: #cfcfcf;
}
.contact-info-block a:hover {
    color: #fff;
}
div#g_map {
    text-align: center;
    width: 100%;
    height: 490px;
    position: relative;
    overflow: hidden;
}

#g_map a {
    max-width: 800px;
    display: block;
    overflow: hidden;
}

#g_map a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 700px;
    display: block;
    width: 100%;
    height: auto;
    transition: transform .3s;
    max-width: 100%;
}

.contact-map
 {
    margin-top: 20px;
}
.contact-info-block strong {
    text-transform: uppercase;
}
/*.contact-info-block {
    line-height: 1.6;
}*/
div#g_map .gm-style-iw {
    color: #000;
}
input#submit[disabled] {
    cursor: no-drop;
}
.contact-info {
    margin-bottom: 50px;
}
hr.angebote.contact {
    margin-top: -15px;
}

/*----------------------------- REFERENCE PAGE -------------------------------- */
.reference-city .low_margin{
    margin-bottom: 13px;
}
.reference-wrapper .reference-item {
    margin-top: 35px;
    margin-bottom: 25px;
}
.reference-wrapper .reference-item:last-of-type {
    margin-bottom: 0;
}
.reference-gallery {
    display: none;
}
.zoom-image {
    background: url(images/zoom.png) center center no-repeat;
    position: absolute;
    bottom: 8px;
    right: 21px;
    width: 49px;
    height: 49px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.gallery_image_link {
    position: relative;
    display: inline-block;
}

a.fancybox.grouped_elements:hover .zoom-image,
a.gallery_image_link:hover .zoom-image
{
    bottom: 45%;
    right: 45%;
}
h3.reference-title {
    margin-top: -6px;
    margin-bottom: 0;
}
hr.angebote.low-margin {
    margin: 15px 0px 10px 0px;
}
.reference_content_wrapper hr.low-margin {
    margin: 5px 0px 5px 0px;
}
hr.angebote.reference-hr {
    margin: 35px 0px 30px 0px;
}
.reference-wrapper .reference-item:first-child {
    margin-top: 0px;
}
hr.angebote.reference-hr:last-child {
    display: none;
}
.reference-content{
    max-height: 284px;
}
/*----------------------------- SERVICES PAGE -------------------------------- */

span.service-icon i {
    font-size: 80px;
    color: #fff;
}
/*
.service-close {
    background: url(images/service-more.png) no-repeat center right;
    width: 31px;
    height: 31px;
    float: right;
    margin: 15px 0px 18px;
    position: absolute;
    top: 7px;
    right: 31px;
    cursor: pointer;
}
.services_single.active .service-close {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.services_wrapper *{
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -ms-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}*/
.service_text_wrapper h2 {
    padding: 10px 0px;
}
span.service-icon {
    display: inline-block;
}
.service_icon_wrapper {
    /*max-width: 120px;*/
}
.services_top_wrapper {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}
.services_top_wrapper .button_transparent {
    position: absolute;
    bottom: 0;
    left: 50%;
    word-break: normal;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services_content_wrapper {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;

    max-height: 0px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.services_single.active .services_content_wrapper {
    opacity: 1;
    visibility: visible;
    max-height: 9999px;
}

hr.service {
    margin-bottom: 15px;
    margin-top: 18px;
}
/*.services_wrapper .services_single:first-child {
    margin-top: -10px;
}*/
.leinstungen_content p:last-child {
    margin-bottom: 5px;
}
.services_single {
    margin-top: 10px;
    margin-bottom: 15px;
}
/*.services_single:first-child {
    margin-top: 0px;
}*/
.service_text_wrapper h2 {
    margin-top: 16px;
}
.introduction {
    padding-top: 17px;
}

/*----------------------------- PARTNER PAGE -------------------------------- */

.partner_title {
    padding-top: 13px;
    padding-bottom: 4px;
}
.partner_title h3 a{
    color: #ffffff !important;
}
.partner_title h3{
    border-bottom: 2px solid transparent;
    transition: border 0.5s;
}
.partner_single:hover .partner_title h3{
    border-bottom: 2px solid #ffffff;
}

.partner_single {
    text-align: center;
    position: relative;
}
.partner_single a:link,
.partner_single a:visited{
    display: block;
}
.product_wrapper .partner_single {
    /*margin-bottom: 29px;*/
}
.product_wrapper:last-child .partner_single{
    margin-bottom: 0px;
}
.partner_image {
    overflow: hidden;
    position: relative;
}
.partner_single .partner_image:before{
    content: "";
    background-color: rgba(45, 44, 43, 0.3);
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.25s;
    transform-origin: top left;
    left: 0;
}
.partner_single:hover .partner_image:before{
    bottom: 0;
}
/*----------------------------- ABOUT US PAGE -------------------------------- */
.team_content {
    margin-top: 6px;
    margin-bottom: 21px;
}
.team_content .caption_name h3 {
    font-size: 40px;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.caption_position {
    font-family: 'OpenSans-SemiBold', sans-serif;
    color: #fff;
    margin-bottom: 15px;
}
.caption_description {
    color: #d7d7d7;
    font-size: 16px;
    line-height: 26px;
}
.team_single {
    margin-bottom: 30px;
    text-align: center;
}
.team_container.row {
    position: relative;
    margin-bottom: -60px;
    display: inline-block;
    width: 100%;
}

/*----------------------------- GALLERY PAGE -------------------------------- */


.gallery_slider.row .single_image {
    margin-bottom: 30px;
}


/*----------------------------- FOOTER -------------------------------- */

.separator_line_container {
    text-align: center;
    margin-top: 59px;
}
.page-template-template-uber-uns .separator_line_container {
    margin-top: 29px;
}
body.page-template-template-partner-php .separator_line_container {
    margin-top: 21px;
}
.separator_line {
    height: 1px;
    overflow: visible;
    text-align: center;
    background: #fff;
    position: relative;
    width: 48%;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.separator_line_container {
    text-align: center;
}
span.back_to_top {
    font-size: 25px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_top {
    margin-top: 25px;
}
footer#footer_container {
    position: relative;
    z-index: 100;
}
footer {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1000;
}
div#copyright {
    text-align: right;
    color: #858585;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    padding: 15px 0px 13px;
}
.social_icon_wrapper a {
    color: #0c0c0c;
    background: #494948;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 10px;
    float: left;
}
.social_icon_wrapper {
    margin: 11px 0px;
}
a.social_icons.social_fb:hover {
    background: #3B5998;
    color: #fff;
}
a.social_icons.social_tw:hover {
    background: #1DA1F2;
    color: #fff;
}
a.social_icons.social_yt:hover {
    background: #E62117;
    color: #fff;
}
a.social_icons.social_gp:hover {
    background: #DB4437;
    color: #fff;
}
div#footer-slider {
    display: inline-block;
}
.footer-slide img {
    width: 75px;
    height: 69px !important;
    display: inline-block;
}
.footer-slide {
    display: inline-block;
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
}
.footer_top h4 {
    margin-bottom: 35px;
    margin-top: -5px;
}
.footer_contacts span {
    min-width: 65px;
    display: inline-block;
}
/*.footer_contacts_container p {
    line-height: 1.6;
}*/
.contact-info-block a,
.footer_top_content a,
.footer_contacts_container a {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #cfcfcf;
}
.contact-info-block a:hover,
.footer_top_content a:hover,
.footer_contacts_container a:hover{
    color: #0079c2;
}
p.footer_contacts_content {
    display: inline-block;
    width: 100%;
}
.footer_contacts_container {
    margin-top: -5px;
}
span.back_to_top {
    width: 35px;
    height: 35px;
    line-height: 31px;
    border-radius: 100%;
    cursor: pointer;
}
span.back_to_top:hover {
    background: #0079c2;
    color: #fff;
}
.footer_top_content a {
    margin-top: 5px;
    display: inline-block;
}


/*----------------------------- ANIMATIONS -------------------------------- */
/*.logo_wrapper{*/
/*    -webkit-transition: transform 0.3s;*/
/*    -moz-transition: transform 0.3s;*/
/*    -ms-transition: transform 0.3s;*/
/*    -o-transition: transform 0.3s;*/
/*    transition: transform 0.3s;*/
/*}*/
span.back_to_top,
ul.slick-dots li button,
.home_gallery_wrapper,
footer#footer_container .footer_bg,
.social_icon_wrapper a,
.mainContentWrapper,
.footer_content,
.footer_gallery,
.footer_contacts,
/*.services_single.lazy-load-anim,
.footer-slide.lazy-load-anim,
.reference-item,
.partner_single,
.team_single.lazy-load-anim,*/
.lazy-load-children > .anima_fadeIn,
.lazy-load.anima_fadeIn,
.lazy-load-anim.anima_fadeIn{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*----*/
.caption_title_bg{
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    -moz-transition: all 0.3s ease-in-out 0.5s;
    -ms-transition: all 0.3s ease-in-out 0.5s;
    -o-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
}
.caption_subtitle{
    -webkit-transition: all 0.3s ease-in-out 1s;
    -moz-transition: all 0.3s ease-in-out 1s;
    -ms-transition: all 0.3s ease-in-out 1s;
    -o-transition: all 0.3s ease-in-out 1s;
    transition: all 0.3s ease-in-out 1s;
}
/*----*/
.services_single.lazy-load,
.footer-slide.lazy-load-anim,
.footer_content.lazy-load,
.footer_gallery.lazy-load,
.footer_contacts.lazy-load,
.home_gallery_wrapper.lazy-load,
.home_gallery_wrapper.lazy-load-home,
.mainContentWrapper.lazy-load,
.team_single.lazy-load-anim,
footer#footer_container .footer_bg.lazy-load{
    opacity: 0;
}
.services_single.lazy-load.anima_fadeIn,
.footer-slide.lazy-load-anim.anima_fadeIn,
.home_gallery_wrapper.lazy-load.anima_fadeIn,
.home_gallery_wrapper.lazy-load-home.anima_fadeIn,
.mainContentWrapper.lazy-load.anima_fadeIn,
.footer_content.lazy-load.anima_fadeIn,
.footer_gallery.lazy-load.anima_fadeIn,
.footer_contacts.lazy-load.anima_fadeIn,
.team_single.lazy-load-anim.anima_fadeIn,
footer#footer_container .footer_bg.lazy-load.anima_fadeIn{
    opacity: 1;
}
/*----*/
.caption_title_bg.lazy-load,
.caption_subtitle.lazy-load,
.caption_title_bg.lazy-load-home,
.caption_subtitle.lazy-load-home{
    opacity: 0;
    position: relative;
    left: -50px;
}
.caption_title_bg.lazy-load.anima_fadeIn,
.caption_subtitle.lazy-load.anima_fadeIn,
.caption_title_bg.lazy-load-home.anima_fadeIn,
.caption_subtitle.lazy-load-home.anima_fadeIn{
    opacity: 1;
    left: 0;
}
.lazy-load-children > *{
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transform-origin: top;
}
/*----*/
.lazy-load,
.lazy-load-anim{
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transform-origin: top;
}

.lazy-load.anima_fadeIn,
.lazy-load-anim.anima_fadeIn{
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}




/*.lazy-load-children > .anima_fadeIn{
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}*/
/*----*/



/*----------------------------- MEDIA SIZES -------------------------------- */


@media (max-width: 1200px) {
    /*.partner_single:hover .partner_image:before{
        left: 11px;
    }*/
    .reference-content {
        max-height: 283px;
    }
    .product_wrapper:last-child .partner_single {
        margin-bottom: 50px;
    }
    .logo_container {
        text-align: center;
    }
    nav#menu {
        text-align: center;
    }
    #page_slider_helper {
    	margin-bottom: 0px;
        width: 201px;
    }
}
@media (max-width: 992px) {
    .partner_single:hover .partner_image:before{
        left: -7px;
    }
    #page_slider_helper .slick-prev, #page_slider_helper .slick-next {
        -webkit-transform: translate(0%, -50%) !important;
        -ms-transform: translate(0%, -50%) !important;
        transform: translate(0%, -50%) !important;
    }
    #page_slider_helper .slick-prev {
        right: auto;
        bottom: auto;
        left: 0;
        top: 50%;
    }
    #page_slider_helper .slick-next {
        right: 0;
        top: 50%;
    }
    #page_slider_helper .slick-prev:after, #page_slider_helper .slick-next:after {
        width: 10px;
        height: 18px;
    }
    #page_slider_helper .slick-prev:after {
        background: url(images/sliderArrow.png) no-repeat -22px -5px;
    }
    #page_slider_helper .slick-next:after {
        background: url(images/sliderArrow.png) no-repeat -37px -5px;
    }
    #page_slider_helper {
        width: 100%;
        padding: 0px 69px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .team_single {
        margin-bottom: 30px;
    }
    .team_single:last-of-type {
        margin-bottom: 2px;
    }
    .reference-content {
        max-height: 9999px;
    }
    .reference-wrapper .reference-item{
        margin-bottom: 0;
    }
    hr.angebote.reference-hr {
        margin: 30px 0px 20px 0px;
    }
    footer#footer_container .footer_content.container {
        margin-bottom: 0px;
    }
    .separator_line {
        width: 44%;
    }
    .reference-image {
        margin-bottom: 30px;
    }
    .footer_gallery {
        margin-top: 30px;
    }
    .footer_top h4 {
        margin-bottom: 20px;
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
    #page_slider, #page_slider_helper {
        opacity: 0.001;
    }
    .caption_title_bg.lazy-load,
    .caption_subtitle.lazy-load,
    .caption_title_bg.lazy-load-home,
    .caption_subtitle.lazy-load-home{
        left: 0;
    }
    .caption_title {
        font-size: 35px;
        line-height: 1;
        padding: 9px 10px 4px;
    }
    .caption_subtitle {
        padding: 12px 10px;
    }
    .caption_title_bg {
        padding-right: 42px;
    }
    .caption_subtitle_text {
        padding-right: 0;
    }
    div#copyright {
        padding: 10px 0px 8px;
    }
    .social_icon_wrapper {
        margin: 15px 0 0;
    }
    ul#menu-main-mob li{
        display: block;
    }
    ul#menu-main-mob li a {
        padding: 14px 10px 10px;
    }
    .caption_title_bg.lazy-load, .caption_subtitle.lazy-load {
        left: 0px;
    }
    .separator_line {
        width: 42%;
    }
    .page_title {
        text-align: center;
    }
    .partner_single{
        max-width: 450px;
        float: none;
        margin: 0px auto 40px;
    }
    .product_wrapper.row {
        text-align: center;
    }
    span.caption_title_bg {
        padding-right: 50px;
    }
    .container-burger {
        display: block;
    }
    .menu_container {
        display: none;
    }
    div#mobile-menu-burger {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .logo_container {
        margin: 0;
        text-align: left;
        max-width: calc(100% - 50px);
    }
    .logo_container img {
        max-width: 100%;
        height: auto;
    }
    a.social_icons.social_fb,
    a.social_icons.social_tw,
    a.social_icons.social_yt,
    a.social_icons.social_gp
    {
        float: none;
    }
    .social_icon_wrapper {
        text-align: center;
    }
    div#copyright {
        text-align: center;
    }
    ul.slick-dots {
        bottom: 114px;
    }
    .slider_caption_wrapper {
        bottom: 164px;
    }
    span.caption_title {
        font-size: 40px;
    }
    span.caption_subtitle {
        font-size: 15px;
    }
    .services_single.lazy-load-anim{
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .logo_wrapper.lazy-load,
    .reference-item.lazy-load-anim,
    .partner_single.lazy-load-anim,
    .lazy-load-anim
    {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@media (max-width: 400px) {
    span.caption_title {
        font-size: 35px;
    }
    .social_icon_wrapper a {
        width: 35px;
        line-height: 35px;
        font-size: 18px;
    }
}

/*----------------------------- INTERNET EXPLORER -------------------------------- */

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .logo_wrapper.lazy-load,
    .reference-item.lazy-load-anim,
    .partner_single.lazy-load-anim,
    .lazy-load-anim
    {
        opacity: 0;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .partner_single.lazy-load-anim {
        opacity: 1;
    }
}
body.ie .logo_wrapper.lazy-load,
body.ie .reference-item.lazy-load-anim,
body.ie .partner_single.lazy-load-anim,
body.ie .lazy-load-anim{
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}
body.ie .logo_wrapper.lazy-load.anima_fadeIn,
body.ie .reference-item.lazy-load-anim.anima_fadeIn,
body.ie .partner_single.lazy-load-anim.anima_fadeIn,
body.ie .lazy-load-anim.anima_fadeIn{
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}*/

/*----------------------------- SAFARI  -------------------------------- */

/*body.safari ul.slick-dots li button:after {*/
/*    margin-top: 1px;*/
/*    margin-bottom: -1px;*/
/*}*/

/*----------------------------- IPHONE  -------------------------------- */

/*body.iphone ul.slick-dots li button:after {*/
/*    margin-left: 17px;*/
/*    margin-top: 2px;*/
/*    margin-bottom: 2px;*/
/*}*/