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

*/

/*----------------------------------------------------*/
/*------------- ADDITIONAL FORM STYLES ---------------*/
/*----------------------------------------------------*/

form#kontaktForm{
    -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;11
}
form#kontaktForm.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;
}

.relative {
    position: relative;
}
span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}
form#kontaktForm em {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
    font-style: normal;
}
form#kontaktForm 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: #fff;
    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#kontaktForm 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-white.png);
    position: absolute;
    top: 5px;
    right: -6px;
}
div#response {
    font-size: 26px;
    color: rgba(7, 101, 175, 1);
}

.form_wrapper {
    position: relative;
}

label.error {
    display: none !important;
}
#kontaktForm .error {
    border: 1px solid red;
}

#bottom_title{
    text-align: center;
}
.vertical_center_absolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.animaClassDownUp {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,20%,0);
    -moz-transform: translate3d(0,20%,0);
    -ms-transform: translate3d(0,20%,0);
    -o-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassDownUp.fixedtransition {
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
}

.animaClassLeftRight {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(-20%,0,0);
    -moz-transform: translate3d(-20%,0,0);
    -ms-transform: translate3d(-20%,0,0);
    -o-transform: translate3d(-20%,0,0);
    transform: translate3d(-20%,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassLeftRight.fixedtransition {
    -webkit-transform: translate3d(-25px,0,0);
    -moz-transform: translate3d(-25px,0,0);
    -ms-transform: translate3d(-25px,0,0);
    -o-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
}

.animaClassRightleft {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(20%,0,0);
    -moz-transform: translate3d(20%,0,0);
    -ms-transform: translate3d(20%,0,0);
    -o-transform: translate3d(20%,0,0);
    transform: translate3d(20%,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassRightleft.fixedtransition {
    -webkit-transform: translate3d(25px,0,0);
    -moz-transform: translate3d(25px,0,0);
    -ms-transform: translate3d(25px,0,0);
    -o-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
}

.animaClassUpDown {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,-20%,0);
    -moz-transform: translate3d(0,-20%,0);
    -ms-transform: translate3d(0,-20%,0);
    -o-transform: translate3d(0,-20%,0);
    transform: translate3d(0,-20%,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassUpDown.fixedtransition {
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    -o-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
}

.ie .animaClassDownUp,
.ie .animaClassDownUp.fixedtransition,
.ie .animaClassLeftRight,
.ie .animaClassLeftRight.fixedtransition,
.ie .animaClassRightleft,
.ie .animaClassRightleft.fixedtransition,
.ie .animaClassUpDown,
.ie .animaClassUpDown.fixedtransition,
.animaClassActive {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

body.bodyFix {
    overflow: hidden !important;
}

header {
    height: 168px;
    border-top: 6px solid #15a4d7;
    background-image: url('images/static/header_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 800;
    -webkit-transition: height .35s;
    -moz-transition: height .35s;
    -ms-transition: height .35s;
    -o-transition: height .35s;
    transition: height .35s;
}

header.small_header {
	height: 90px;
	border-bottom: 2px solid #15a4d7;
}

.small_header #logo {
    margin-top: 13px;
    max-width: 170px;
    max-height: 121px;
}

.small_header #menu_desktop {
    margin-top: 30px;
}

#page_wrapper {
    padding: 38px 0;
    margin-bottom: 117px;
}

#page_wrapper a:not(.title_link):not(.map_link):not(.gallery_img_link) {
    color: #15a4d7;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
}

#page_wrapper a:not(.title_link):not(.map_link):not(.gallery_img_link):hover {
    color: #a7dcef;
    text-decoration: none;
}

#logo {
    margin-top: 13px;
    max-width: 357px;
    max-height: 121px;
    -webkit-transition: max-width .35s;
    -moz-transition: max-width .35s;
    -ms-transition: max-width .35s;
    -o-transition: max-width .35s;
    transition: max-width .35s;
}

.header_info {
    float: right;
}

#info_wrapper {
    font-size: 1.4rem;
    color: #000000;
    position: absolute;
    width: 100%;
    right: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .15s, visibility .15s;
    -moz-transition: opacity .15s, visibility .15s;
    -ms-transition: opacity .15s, visibility .15s;
    -o-transition: opacity .15s, visibility .15s;
    transition: opacity .15s, visibility .15s;
}

.small_header #info_wrapper {
	opacity: 0;
	visibility: hidden;
}

#info_wrapper .font-icons {
    font-size: 1.9rem;
    color: #cdcdcd;
    vertical-align: sub;
    margin-right: 13px;
}

.info_mail a {
    color: inherit;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
}

.info_mail a:hover {
    color: #15a4d7;
    text-decoration: none;
}


.info_phone {
    margin-right: 13px;
}

.inner_wrapper {
    margin-top: 27px;
}

#menu_desktop {
    margin-top: 93px;
    -webkit-transition:  margin-top .35s;
    -moz-transition:  margin-top .35s;
    -ms-transition:  margin-top .35s;
    -o-transition:  margin-top .35s;
    transition:  margin-top .35s;
}

#main_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

#main_nav li {
    float: left;
    position: relative;
    padding: 0 11px;
}

#main_nav li a {
    color: #737a7e;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    padding-bottom: 0;
    -webkit-transition: color .35s, padding-bottom .35s;
    -moz-transition: color .35s, padding-bottom .35s;
    -ms-transition: color .35s, padding-bottom .35s;
    -o-transition: color .35s, padding-bottom .35s;
    transition: color .35s, padding-bottom .35s;
}

#main_nav > li > a {
    font-size: 1.4rem;
}

#main_nav > li {
    padding: 0 6px;
}

.small_header.late_fade #main_nav li.menu-item-has-children:hover,
.small_header.late_fade #main_nav  li.hovered {
    padding-bottom: 29px;
}

#main_nav li.menu-item-has-children:hover,
#main_nav li.hovered {
    padding-bottom: 46px;
}

.chrome .small_header.late_fade #main_nav li.menu-item-has-children:hover,
.chrome .small_header.late_fade #main_nav li.hovered,
.safari #main_nav .small_header li.menu-item-has-children:hover,
.safari .small_header #main_nav li.hovered {
    padding-bottom: 30px;
}

.chrome #main_nav li.menu-item-has-children:hover,
.chrome #main_nav li.hovered,
.safari #main_nav li.menu-item-has-children:hover,
.safari #main_nav li.hovered {
    padding-bottom: 47px;

}

.unknown .small_header.late_fade  #main_nav li.menu-item-has-children:hover,
.unknown .small_header.late_fade  #main_nav li.hovered,
.ie .small_header  #main_nav li.menu-item-has-children:hover,
.ie .small_header  #main_nav li.hovered {
    padding-bottom: 28px;
}

.unknown #main_nav li.menu-item-has-children:hover,
.unknown #main_nav li.hovered,
.ie #main_nav li.menu-item-has-children:hover,
.ie #main_nav li.hovered {
    padding-bottom: 45px;

}

#main_nav li a:hover,
#main_nav li.current_menu_item a,
#main_nav li.hovered a,
#main_nav li.current_menu_item_parent a {
    color: #15a4d7;
    text-decoration: none;
    border-bottom: 2px solid #15a4d7;
    padding-bottom: 15px;
}

#main_nav > li:last-child {
    padding-right: 0;
}

#main_nav > li:first-child {
    padding-left: 0;
}

#main_nav > li:last-child a {
    background-color: #15a4d7;
    border: 2px solid #15a4d7;
    color: #fff;
    border-radius: 999px;
    padding: 8px 28px 7px;
    -webkit-transition: background-color .35s, color .35s;
    -moz-transition: background-color .35s, color .35s;
    -ms-transition: background-color .35s, color .35s;
    -o-transition: background-color .35s, color .35s;
    transition: background-color .35s, color .35s;
}

#main_nav > li:last-child a:hover {
    background-color: transparent;
    color: #15a4d7;
}


#main_nav li.menu-item-has-children a {
    padding-right: 7px;
}

#main_nav li.menu-item-has-children a:after {
    font-family: 'icomoon' !important;
    content: "\e901";
    font-size: 9px;
    position: relative;
    top: -2px;
    left: 6px;
}

#main_nav li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #15a4d7;
    border-left: 8px solid transparent;
    -webkit-transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    visibility: hidden;
}

#main_nav li.menu-item-has-children.hovered:after {
    visibility: visible;
}

.stb_title {
    margin-bottom: 13px;
}

#main_nav li:last-child a:hover {
    color: #15a4d7;
    background-color: transparent;
}

#main_nav .sub-menu,
#sub-menu-container .sub-menu {
    list-style: none;
    display: none;
    padding: 0;
}

#main_nav .sub-menu li,
#sub-menu-container .sub-menu li {
    float: left;
    padding: 0 11px;
}

#main_nav .sub-menu li a,
#sub-menu-container .sub-menu li a {
    color: #a7dcef;
    font-family: 'Montserrat-Regular';
    text-transform: capitalize;
    padding-bottom: 0;
    -webkit-transition: color .35s, padding-bottom .35s;
    -moz-transition: color .35s, padding-bottom .35s;
    -ms-transition: color .35s, padding-bottom .35s;
    -o-transition: color .35s, padding-bottom .35s;
    transition: color .35s, padding-bottom .35s;
}

#main_nav .sub-menu li a:hover,
#sub-menu-container .sub-menu li a:hover,
#main_nav .sub-menu li.current_menu_item a,
#sub-menu-container .sub-menu li.current_menu_item a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
}

#sub-menu-container {
    height: 0;
    position: absolute;
    background-color: #15a4d7;
    width: 100%;
    z-index: 10;
    left: 0;
    bottom: 0;
    text-align: center;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
}

#sub-menu-container.open {
    height: 56px;

}

#sub-menu-container .sub-menu {
    display: none;
}

#inner_sub {
    display: inline-block;
}


.slide {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.static-map-text {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    max-width: 90%;
    background-color: #fff;
    opacity: 0.8;
    border-radius: 0 0 0 20px;
    font-size: 1.5rem;
    color: #3F3E3E;
}

#page_header_inner:after,
.slide_text_box:after,
#map_content:after {
    content: "";
    width: 500px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -90px;
    background-color: rgba(21,164,215,0.5);
    -ms-transform: skewX(-20deg) translate3d(0,100%,0);
    -webkit-transform: skewX(-20deg) translate3d(0,100%,0);
    transform: skewX(-20deg) translate3d(0,100%,0);
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    z-index: 0;
}

#page_header_inner:after,
.slide_text_box:after {
    width: 350px;
}

#map_content:after,
#map_content:before {
    z-index: -1;
}

#page_header_inner:after {
    left: -40px;
}

#page_header_inner:before,
.slide_text_box:before,
#map_content:before {
content: "";
    width: 340px;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 200px;
    background-color: rgba(21,164,215,0.5);
    -ms-transform: skewX(-20deg) translate3d(0,100%,0);
    -webkit-transform: skewX(-20deg) translate3d(0,100%,0);
    transform: skewX(-20deg) translate3d(0,100%,0);
    -webkit-transition: transform 0.45s;
    -moz-transition: transform 0.45s;
    -ms-transition: transform 0.45s;
    -o-transition: transform 0.45s;
    transition: transform 0.45s;
}

#page_header_inner:before,
.slide_text_box:before {
    width: 238px;
    left: 180px;
}

#map_content:before {
    height: 35%;
}

#page_header_inner:before {
    left: 280px;
}

#page_header_inner.load:after,
#page_header_inner.load:before,
.slide.load .slide_text_box:after,
.slide.load .slide_text_box:before,
#map_content.load:after,
#map_content.load:before {
    -ms-transform: skewX(-20deg) translate3d(0,0,0);
    -webkit-transform: skewX(-20deg) translate3d(0,0,0);
    transform: skewX(-20deg) translate3d(0,0,0);
}


#page_header_inner:after,
.slide_text_box:after {
    width: 350px;
}


#page_header_inner:after {
    left: -40px;
}

#page_header_inner:before {
    left: 280px;
}

#page_header_inner.load:after,
#page_header_inner.load:before,
.slide.load .slide_text_box:after,
.slide.load .slide_text_box:before {
    -ms-transform: skewX(-20deg) translate3d(0,0,0);
    -webkit-transform: skewX(-20deg) translate3d(0,0,0);
    transform: skewX(-20deg) translate3d(0,0,0);
}

.slide .container {
    position: relative;
    height: 100%;
}

#slider {
    margin-bottom: 0;
}

#slider .slick-dots {
    z-index: 600;
}

#slider .slick-dots {
    bottom: 54px;
}

#slider .slick-dots li {
    margin: 0px 10px 0px 10px;
    width: 18px;
    height: 18px;
}

#slider .slick-dots li button:before {
    content: " ";
    border-radius: 50%;
    background: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0.2;
}

#slider .slick-dots li button:after {
    content: " ";
    background: #fff;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 18px;
}

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

#slider .slick-dots li.slick-active button:before {
    content: " ";
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

#slider .slick-dots li:hover button {
    background-color: #fff;
}

#slider .slick-dots li:hover button:before {
    content: " ";
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

#slider .slick-dots li button {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
}

#slider .slick-dots li.slick-active {
    border-radius: 50%;
    background: #fff;
    width: 18px;
    height: 18px;
    position: relative;
}

.slide_text_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: table;
    z-index: 10;
    color: #fff;
}

.stb_wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.stb_exerpt {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.stb_inner_wrapper {
    position: relative;
    -ms-transform: translate3d(-25px,0,0);
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
    opacity: 0;
    -webkit-transition: transform 0.45s, opacity 0.45s;
    -moz-transition: transform 0.45s, opacity 0.45s;
    -ms-transition: transform 0.45s, opacity 0.45s;
    -o-transition: transform 0.45s, opacity 0.45s;
    transition: transform 0.45s, opacity 0.45s;
}

.stb_inner_wrapper.load {
    opacity: 1;
    -ms-transform: translate3d(15px,0,0);
    -webkit-transform: translate3d(15px,0,0);
    transform: translate3d(15px,0,0);
}

h1.stb_inner_wrapper.load {
    opacity: 1;
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#o_top {
    border-bottom: 1px solid #e1e2e4;
    padding-bottom: 61px;
    margin-top: 70px;
    margin-bottom: 57px;
}



.otsi_left,
.otsi_right,
.o_top_sections {
    float: left;
}

.o_top_sections {
    position: relative;
}

.ots_left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    background-color: #e1e2e4;
}

.ots_right:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background-color: #e1e2e4;
}


.otsi_right p,
.ots_right p {
    line-height: inherit !important;
    margin: inherit;
}

.otsi_right p {
    font-size: inherit !important;
}

.otsi_left {
    font-size: 8rem;
    color: #15a4d7;
    font-family: 'Montserrat-Medium';
    line-height: 0.7em;
    margin-right: 19px;
    letter-spacing: -4px;
}

.otsi_right {
    font-size: 3.2rem;
    text-transform: uppercase;
    color: #737a7e;
    margin: 0;
    line-height: 1em;
    position: relative;
    top: -4px;
    padding-right: 43px;
}

.ots_right {
    color: #737a7e;
}

.otsi_right p:first-child,
.ots_right p:first-child {
    margin-top: 0;
}

.otsi_right p:last-child,
.ots_right p:last-child {
    margin-bottom: 0;
}

.ots_left {
    width: 486px;
}

.ots_right {
    width: calc(100% - 486px);
    padding-left: 44px;
}

.offers-icons {
    font-size: 65px;
    color: #747b7f;
    display: block;
    text-align: center;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform .25s, color 0.25s;
    -moz-transition: transform .25s, color 0.25s;
    -ms-transition: transform .25s, color 0.25s;
    -o-transition: transform .25s, color 0.25s;
    transition: transform .25s, color 0.25s;
}

.b_title {
    color: #242424;
    margin-bottom: 26px;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.b_desc {
    color: #737a7e;
    margin-bottom: 38px;
}

.b_icon {
    margin-bottom: 51px;
}

.boxes {
    text-align: center;
}

.box_container {
    margin: -44px 0;
}

.box_link {
    display: block;
    margin: 44px 0;
}

.box_link:hover {
    text-decoration: none;
}

.box_link:hover .offers-icons,
.box_link:hover .b_title {
    color: #15a4d7;
}

.box_link:hover .offers-icons {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.box_link:hover .b_desc {
    color: #737a7e;
}

.boxes {
    border-bottom: 1px solid #e1e2e4;
    -webkit-transition: border-bottom 0.25s;
    -moz-transition: border-bottom 0.25s;
    -ms-transition: border-bottom 0.25s;
    -o-transition: border-bottom 0.25s;
    transition: border-bottom 0.25s;
}

.box_link:hover .boxes {
    border-bottom: 1px solid #15a4d7;
}

#ob_bottom {
    margin-top: 80px;
}

#offer {
    background-image: url('images/static/offers_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 88px;
}

#text_image {
    display: table;
    min-height: 590px;
    width: 100%;
}

#text_image p {
    color: #fff;
}

.ti_elems {
    display: table-cell;
    width: 50%;
    min-height: inherit;
}


.til_text_wrapper {
    background-color: rgba(41,50,79,0.95);
    width: 100%;
    min-height: inherit;
    display: table;
}

.tiltw_inner {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
}

.tiltw_inner_inner {
    float: right;
    max-width: calc(1170px / 2);
    padding: 78px 155px 79px 15px;
}

.cfi {
    background-repeat: no-repeat;
    background-size: cover;
}

#aktuelle_highlights {
    padding-top: 32px;
    padding-bottom: 58px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #e1e1e1;
}

#ah_top {
    margin-bottom: 39px;
}

#ah_bottom {
    text-align: center;
}

.ah_image {
    text-align: center;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.ah_body {
    border: 1px solid #d9d9d9;
    border-top: none;
    padding: 0 15px;
    background-color: #fff;
}

.ah_image .ah_prev_image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
    height: 100%;
}

.ah_title {
    padding-top: 17px;
    display: block;
    color: inherit;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.ah_title:hover {
    color: #15a4d7;
    text-decoration: none;
}

.ah_date {
    margin-top: 14px;
}

.ah_text {
    margin-top: 12px;
    margin-bottom: 23px;
}

.ah_link {
    border: 1px solid #d9d9d9;
    border-top: none;
    padding: 12px;
    display: block;
    color: #313240;
    font-family: 'Montserrat-Regular';
    position: relative;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    z-index: 1;
    background-color: #fff;
}

.ah_link:before {
    content: "";
    width: calc(100% + 2px);
    height: 5px;
    background-color: #15a4d7;
    position: absolute;
    bottom: -1px;
    left: -1px;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
    z-index: -1;
}

.ah_link:hover {
    text-decoration: none;
    color: #fff;
}

.ah_link:hover:before {
    height: calc(100% + 1px);
}

.ie .ah_link:hover:before {
    height: 48px;
}

.ah-icons {
    color: inherit;
    font-size: 10px;
    margin-left: 2px;
    position: relative;
    top: -1px;
}

.ah_elem {
    margin-top: 58px;
}

#ah_bottom {
    margin-top: -58px;
}

#partner {
    margin-top: 43px;
    margin-bottom: 30px;
}

#p_bottom {
    text-align: center;
    margin-top: 36px;
}

.partner_container {
    display: inline-block;
    margin: -20px 0;
}

.p_outer {
    display: table;
    height: inherit;
}

.p_inner {
    display: table-cell;
    vertical-align: middle;
}

.partner_link {
    height: 60px;
    display: inline-block;
    padding: 0 30px;
    margin: 20px 0;
}

.partner_link:first-child {
    padding-left: 0;
}

.partner_link:last-child {
    padding-right: 0;
}

.partner_logo {
    max-width: 141px;
    max-height: 60px;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.partner_link:hover .partner_logo {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

#upper_footer {
    min-height: 230px;
    margin-top: 105px;
    background: #29324f;
    background: -moz-linear-gradient(left, #15a4d7 0%, #15a4d7 70%, #4cbbe4 70%, #4cbbe4 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #15a4d7), color-stop(70%, #15a4d7), color-stop(70%, #4cbbe4), color-stop(100%, #4cbbe4));
    background: -webkit-linear-gradient(left, #15a4d7 0%, #15a4d7 70%, #4cbbe4 70%, #4cbbe4 100%);
    background: -o-linear-gradient(left, #15a4d7 0%, #15a4d7 70%, #4cbbe4 70%, #4cbbe4 100%);
    background: -ms-linear-gradient(left, #15a4d7 0%, #15a4d7 70%, #4cbbe4 70%, #4cbbe4 100%);
    background: linear-gradient(to right, #15a4d7 0%, #15a4d7 70%, #4cbbe4 70%, #4cbbe4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15a4d7', endColorstr='#4cbbe4', GradientType=1 );
}

.container_wrapper {
    background-image: url('images/static/transparent_phone_pen.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.uf_right {
    background-image: url('images/static/phone_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.uf_right:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 167px;
    height: 229px;
    background-image: url('images/static/triangle.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.ufl_right {
    margin-left: 291px;
    display: table;
}

.uf_right {
    display: table;
    text-align: right;
}

.uf_title {
    margin: 0;
}

.ufl_right .uf_title,
.ufr_right {
    display: table-cell;
    vertical-align: middle;
}

.right_link {
	color: #fff;
	-webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
}

.right_link:hover {
	color: #a7dcef;
    text-decoration: none;
}


.uf_elems {
    float: left;
    height: 230px;
    position: relative;
}

.uf_left {
    width: 70%;
}

.uf_right {
    width: 30%;
    background-color: #4cbbe4;
}

.ufl_elems {
    float: left;
    height: inherit;
}

.ufr_small_text {
    margin-top: 14px;
}

.footer_woman {
    position: absolute;
    left: 0;
    bottom: 0;
}

.fs_elems {
    float: left;
    width: 33.33%;
    height: 12px;
}

.fs_elems:nth-child(1) {
    background-color: #15a4d7;
}

.fs_elems:nth-child(2) {
    background-color: #108ab6;
}

.fs_elems:nth-child(3) {
    background-color: #0b7297;
}

#lower_footer {
    background-color: #12769a;
    padding-top: 68px;
    padding-bottom: 46px;
    color: #fff;
}

.lf_boxes {
    font-size: 1.4rem;
}

.ftitle {
    border-bottom: 3px solid #116b8c;
    padding-bottom: 26px;
    margin-bottom: 36px;
    margin-top: 0;
}

.fi_elems {
    padding-left: 50px;
    position: relative;
    margin-bottom: 16px;
    line-height: 16px;
}

.fi_elems:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'icomoon' !important;
    font-size: 29px;
    line-height: 29px;
}

#fi_location:before {
    content: '\e911';
}

#fi_contact:before {
    content: '\e910';
}

#fi_email:before {
    content: '\e90e';
}

#fi_wt:before {
    content: '\e909';
}

.company_mail a {
    color: inherit;
}

#fsitemap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fsitemap ul a {
    color: inherit;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
}

#fsitemap ul a:hover {
    color: #a7dcef;
    text-decoration: none;
}

#fsitemap {
    margin-top: -2px;
}

.footer_ah_preview {
    width: 80px;
    height: 80px;
}

.fahp_elem {
    float: left;
}

.fah_title {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.fah_title a {
    color: inherit;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
}

.fah_title a:hover {
    color: #a7dcef;
    text-decoration: none;
}


.fah_elem {
    margin-bottom: 30px;
}

.fah_elem:last-child {
    margin-bottom: 0;
}

#copyright {
    background-color: #fff;
    text-align: center;
    padding: 31px 15px;
    font-size: 1.4rem;
}

#burgerMenuButton {
    width: 31px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    cursor: pointer;
    display: none;
}

#burgerMenuButton .parts {
    width: 100%;
    height: 5px;
    margin-bottom: 5px;
    display: block;
    background: #15a4d7;
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
    -ms-transition: all 0.55s;
    -o-transition: all 0.55s;
    transition: all 0.55s;
}

#burgerMenuButton .top {
    top: 0;
    left: 0;
}

#burgerMenuButton .middle {
    top: 10px;
    left: 0;
}

#burgerMenuButton .bottom {
    top: 20px;
    left: 0;
}

#burgerMenuButton.activated .top {
    -ms-transform: translateY(11px) rotate(45deg);
    -webkit-transform: translateY(11px) rotate(45deg);
    -moz-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}

#burgerMenuButton.activated .middle {
    -ms-transform: translateY(1px) rotate(-45deg);
    -webkit-transform: translateY(1px) rotate(-45deg);
    -moz-transform: translateY(1px) rotate(-45deg);
    -o-transform: translateY(1px) rotate(-45deg);
    transform: translateY(1px) rotate(-45deg);
}

#burgerMenuButton.activated .bottom {
    -ms-transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
    opacity: 0;
}

#allWrapper {
    overflow: hidden;
    position: relative;
}

#menuOverlay {
    display: none;
}

#menuOverlay.activeMenu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9998;
    display: block;
    top: 0;
    left: 0;
}

#mobileMenu {
    width: 245px;
    height: 100%;
    background: #15a4d7;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-transform: translate3d(245px, 0, 0);
    -moz-transform: translate3d(245px, 0, 0);
    -ms-transform: translate3d(245px, 0, 0);
    -o-transform: translate3d(245px, 0, 0);
    transform: translate3d(245px, 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 {
    overflow: hidden;
    overflow-y: auto;
    -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);
}

#mobile_menu {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

#mobile_menu li {
    padding-bottom: 10px;
    padding-top: 11px;
}

#mobileClose {
	width: 30px;
    height: 30px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 18px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 6px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 9px;
    background-color: #fff !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #15a4d7 !important;
    width: 5px;
}

#mobileMenu::-webkit-scrollbar {
    -webkit-appearance: none;
}

#mobileMenu::-webkit-scrollbar:vertical {
    width: 12px;
}

#mobileMenu::-webkit-scrollbar:horizontal {
    height: 12px;
}

#mobileMenu::-webkit-scrollbar-thumb {
    background-color: #15a4d7;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

#mobileMenu::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff;
}


#mobile_menu > li {
    border-top: 1px solid #43bde9;
    border-bottom: 1px solid #1088b3;
}

#mobile_menu > li:first-child {
    border-top: none;
}

#mobile_menu > li:last-child {
    border-bottom: none;
}

#mobile_menu li.current_menu_item > a,
#mobile_menu li.current_page_parent > a {
    color: #fff;
}

#mobile_menu li.current_page_parent .sub-menu {
    display: block;
}

#mobile_menu li a {
    color: #b3e2f2;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    padding-right: 15px;
}

#mobile_menu li a:hover {
    text-decoration: none;
}

#mobile_menu .sub-menu {
    list-style: none;
    display: none;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 11px;
}

#mobile_menu .sub-menu li a {
    text-transform: none;
    display: block;
}

#mobile_menu li.menu-item-has-children > a {
    position: relative;
    display: block;
}

#mobile_menu li.menu-item-has-children > a:after {
    content: '\e901';
    position: absolute;
    right: 0;
    top: 4px;
    font-family: 'icomoon' !important;
    font-size: 10px;
    color: inherit;
}

#mobile_menu .sub-menu li a {
    position: relative;
    padding-left: 15px;
}

#mobile_menu .sub-menu li a:before {
    content: "\e902";
    position: absolute;
    left: 0;
    top: 4px;
    font-family: 'icomoon' !important;
    font-size: 9px;
}

#mobile_menu .sub-menu li {
    padding-bottom: 8px;
    padding-top: 0;
}

#mobile_menu .sub-menu li:last-child {
    padding-bottom: 0;
}

#page_header_regular {
    height: 210px;
    overflow: hidden;
    position: relative;
    margin-top: 168px;
}

#page_header_home {
	margin-top: 168px;
}

#phr_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
}

#page_header_regular > .container,
#page_header_inner {
    height: inherit;
}

#page_header_inner {
    display: table;
    width: 100%;
    position: relative;
}

#title_container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.partner_elem {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e2e4;
    padding-bottom: 41px;
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.partner_desc {
    font-size: 1.4rem;
    margin-top: 14px;
}

.par_top {
    margin-bottom: 37px;
}

.partnerLogo {
    height: 77px;
}

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

#custom_wrapper {
    margin-top: -16px;
}

#custom_wrapper .row,
#custom_wrapper .row .partner_containers {
    display: flex;
} 

.partner_title {
    word-break: break-all;
}

.title_link,
.team_mail_link {
    color: inherit;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.title_link:hover,
.team_mail_link:hover {
    color: #15a4d7;
    text-decoration: none;
}

.team_bot {
    background-color: #f3f3f3;
    border-top: 1px solid #e1e2e4;
    padding: 32px 39px;
}

.team_mail_link {
    color: inherit;
    font-size: 1.4rem;
}

.team_image_wrapper {
    width: 190px;
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: -1;
}

.team_top {
    position: relative;
    margin-top: 253px;
}

.team_titlemail {
    padding-left: 215px;
}

.team-icons {
    color: #cdcdcd;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.team_name {
    margin-bottom: 12px;
}

.team_mail {
    padding-bottom: 17px;
}

.team_text_link {
    display: inline-block;
    color: #15a4d7;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
}

#Lmodal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: scroll;
}


#Lmodal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 9998;
    -webkit-transition: background-color 0.45s;
    -moz-transition: background-color 0.45s;
    -ms-transition: background-color 0.45s;
    -o-transition: background-color 0.45s;
    transition: background-color 0.45s;
}

#Lmodal_bg.active {
    background-color: rgba(0,0,0,0.88);
}

#Lmodal {
    position: relative;
    top: 0;
    left: 0;
    margin: 150px auto 50px;
    width: 830px;
    min-width: 50%;
    min-height: 20%;
    max-width: 90%;
    background-color: #fff;
    opacity: 0.001;
    -webkit-transform: translate(0,250px);
    -moz-transform: translate(0,250px);
    -ms-transform: translate(0,250px);
    -o-transform: translate(0,250px);
    transform: translate(0,250px);
    z-index: 1000;
    -webkit-transition: transform 0.55s, opacity 0.55s;
    -moz-transition: transform 0.55s, opacity 0.55s;
    -ms-transition: transform 0.55s, opacity 0.55s;
    -o-transition: transform 0.55s, opacity 0.55s;
    transition: transform 0.55s, opacity 0.55s;
}

#Lmodal.active {
    opacity: 0.999;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

#close_Lmodal {
    position: absolute;
    top: -20px !important;
    right: -20px !important;
    width: 54px !important;
    height: 54px !important;
    cursor: pointer;
    z-index: 8040;
    background-image: url('images/static/modal_close.png') !important;
    background-position: 4px 4px;
    background-repeat: no-repeat;
}


#Lmodal_inner {
    padding: 40px 0 0 0;
    height: 100%;
    width: 100%;
    max-height: 100%;
}

#Lmodal_wrapper {
    height: 100%;
}

#Lmodal_content .team_top {
    margin-top: 50px;
    padding: 0 25px;
}

.form_elems {
    float: left;
}

.form_left {
    margin-right: 10px;
    width: 50%;
}

.form_right {
    width: calc(50% - 10px);
}

.form_elems_lower {
    float: right;
    margin-top: 11px;
}

.form_left_lower {
    width: calc(100% - 180px);
}

.form_right_lower {
    width: 180px;
    text-align: right;
}

.req_text {
    color: #737a7e;
}

#kontaktForm input[type="text"] {
    background-color: #f0f0f0;
    color: #8a8a8a;
    border-color: #f0f0f0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 47px;
    padding: 4px 5px 4px 17px;
}

#kontaktForm textarea {
    background-color: #f0f0f0;
    color: #8a8a8a;
    border: none;
    display: block;
    width: 100%;
    resize: none;
    padding: 13px 17px;
    height: 275px;
    margin-bottom: 10px;
}

#kontaktForm.wide_form textarea {
    height: 218px;
    margin-bottom: 0;
}


.required {
    background-image: url('images/static/req.png');
    background-repeat: no-repeat;
    background-position: center right 18px;
}

label.error {
    display: none !important;
}

#kontaktForm input.error {
    border: 1px solid red;
}

#kontaktForm input::-webkit-input-placeholder
{ color:#8a8a8a !important; text-transform: uppercase; font-family: 'Montserrat-Regular'; }

#kontaktForm input:-moz-placeholder
{ color:#8a8a8a !important; text-transform: uppercase; font-family: 'Montserrat-Regular'; } /* FF 4-18 */

#kontaktForm input::-moz-placeholder
{ color:#8a8a8a !important; text-transform: uppercase; font-family: 'Montserrat-Regular'; } /* FF 19+ */

#kontaktForm input:-ms-input-placeholder
{ color:#8a8a8a !important; text-transform: uppercase; font-family: 'Montserrat-Regular'; } /* IE 10+ */

#kontaktForm textarea::-webkit-input-placeholder 
{ color:#8a8a8a !important; text-transform: uppercase; font-family: 'Montserrat-Regular'; }

#kontaktForm textarea:-moz-placeholder
{ color:#8a8a8a !important; text-transform: uppercase; font-family: 'Montserrat-Regular'; } /* FF 4-18 */

#kontaktForm textarea::-moz-placeholder
{ color:#8a8a8a !important; text-transform: uppercase; font-family: 'Montserrat-Regular'; } /* FF 19+ */

#kontaktForm textarea:-ms-input-placeholder
{ color:#8a8a8a !important; text-transform: uppercase; font-family: 'Montserrat-Regular'; } /* IE 10+ */


#kontaktForm input:focus::-webkit-input-placeholder
{ color:transparent; }

#kontaktForm input:focus:-moz-placeholder 
{ color:transparent; } /* FF 4-18 */

#kontaktForm input:focus::-moz-placeholder
{ color:transparent; } /* FF 19+ */

#kontaktForm input:focus:-ms-input-placeholder
{ color:transparent; } /* IE 10+ */

#kontaktForm textarea:focus::-webkit-input-placeholder
{ color:transparent; }

#kontaktForm textarea:focus:-moz-placeholder
{ color:transparent; } /* FF 4-18 */

#kontaktForm textarea:focus::-moz-placeholder
{ color:transparent; } /* FF 19+ */

#kontaktForm textarea:focus:-ms-input-placeholder
{ color:transparent; } /* IE 10+ */

#response-holder {
    clear: both;
}

#map_container {
    margin-bottom: 10px;
    position: relative;
    margin-top: 55px;
}

#map_container:not(:has(#map_wrapper)) #map_content {
    min-height: 390px; 
    position: relative;
}

#map_wrapper {
    overflow: hidden;
    position: relative;
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 570px;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    padding: 47px 45px;
    color: #fff;
}

#c_owner_name {
    font-size: 1.8rem;
    font-family: 'Montserrat-Medium';
}

.map_icon_elems {
    position: relative;
    padding-left: 23px;
}

.map_icon_elems:before {
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
    font-family: 'icomoon' !important;
}

.map_tel:before {
    content: "\e90f";
}

.map_fax:before {
    content: "\e90b";
}

.map_mail:before {
    content: "\e90c";
}

.map_hours:before {
    content: "\e908";
}

div#map_address,
div#map_phone_fax,
div#map_mail_workhours {
    margin-top: 22px;
    line-height: 27px;
}

div#map_mail_workhours a {
    color: inherit;
}

.gallery_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: auto;
}

.gallery_img_link {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery_img_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21,164,215,0.8);
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
}

.gallery_img_link:hover .gallery_img_overlay {
    -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);
}

.gallery_img_overlay:after {
    content: "\e912";
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'icomoon' !important;
    font-size: 67px;
    color: #fff;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

#gallery_loader {
    text-align: center;
    margin-top: 20px;
}

#load_images {
    cursor: pointer;
}

#map_content_overlay h4 {
    margin: 0;
}

#map_content_inner h4 {
    margin: 0;
}

a[href^=tel] {
    color: inherit !important;
}

input[type="text"], input[type="search"], textarea {
   -webkit-appearance: none !important;
}

.single_title {
    text-align: center;
}

.page_uf_title {
    line-height: 0.9em;
}

/* MEDIA QUERY */

@media (max-width: 1600px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1260px) {

}

@media (max-width: 1200px) {
    #menu_desktop,
    #sub-menu-container {
        display: none;
    }

    #burgerMenuButton {
        display: block;
    }

    .tiltw_inner_inner {
        padding-right: 15px;
    }

    #logo_wrapper {
        text-align: center;
    }

    #info_wrapper {
        display: none !important;
    }

    .inner_wrapper {
        display: inline-block;
        margin-bottom: 24px;
    }

    #page_wrapper {
        margin-bottom: 51px;
    }

    .team_titlemail {
        padding-left: 0px;
        background-color: rgba(255,255,255,0.9);
        padding-top: 19px;
    }

    #map_content {
        width: 480px;
    }

    #map_content:before {
        display: none;
    }

    .req_text {
        font-size: 1.2rem;
    }

    #map_wrapper img.static-map-img {
        object-fit: none; 
    }

}

@media (max-width: 1100px) {

    #upper_footer {
        margin-top: 51px;
    }

    .ufl_left {
        display: none;
    }

    .ufl_right {
        margin-left: 0;
    }

    .uf_left {
        width: 65%;
    }

    .uf_right {
        width: 35%;
    }

    .ftitle {
        font-size: 2.5rem;
    }

    .lf_boxes {
        margin: 16px 0;
    }

    #lower_footer > .container {
        margin: -16px 0;
    }

    .editor_ui_left #kontaktForm .form_elems_lower,
    .editor_ui_right #kontaktForm .form_elems_lower {
        float: none;
        width: auto;
        clear: both;
    }

    .editor_ui_left #kontaktForm #submit,
    .editor_ui_right #kontaktForm #submit {
        width: 100%;
    }

    body:not(.page-template-template-team-php) #page_wrapper {
        margin-bottom: 0;
    }

    body:not(.page-template-template-team-php) #upper_footer {
        margin-top: 0px;
    }

    body.page-template-template-gallery-php #page_wrapper {
        margin-bottom: 10px;
    }

    
    body.page-template-template-partner-php #page_wrapper,
    body.page-template-template-contact-php #page_wrapper  {
        margin-bottom: 51px;
    }
    
}

@media (max-width: 1080px) {

    #map_content {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 10;
        overflow: hidden;
        padding: 47px 45px;
        color: #fff;
        background-color: #15a4d7;
    }

    #map_content:after {
        display: none;
    }

    .wrap_inner {
        float: left;
        width: 50%;
    }

    #map_phone_fax {
        margin-top: 0 !important;
    }

    #map_wrapper {
        height: 390px;
    }

    #map_wrapper img.static-map-img {
        height: 100%;
        width: 100%;
    }

    .static-map-text {
        bottom: 0;
        top: auto;
        left: 0;
        margin-bottom: 0;
        border-radius: 0 20px 0 0;
    }
}

@media (max-width: 992px) {
    .o_top_sections {
        float: none;
        width: 100%;
        text-align: center;
    }

    .ots_right {
        padding-left: 0;
        border-left: none;
        margin-top: 15px;
    }

    .ots_inner {
        display: inline-block;
    }

    .otsi_right {
        text-align: left;
        padding-right: 0;
    }

    .otsi_left, .otsi_right, .o_top_sections {
        float: none;
    }

    .otsi_left {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .ots_right:before {
        display: none;
    }

    .ots_left:after {
        display: none;
    }

    .otsi_right {
        text-align: center;
    }

}

@media (max-width: 768px) {

    .page-template-template-partner-php #custom_wrapper .row:last-child .partner_containers:last-child .partner_elem {
        border-bottom: 0;
    }

    #map_content {
        padding: 17px 15px;
    }

    #map_phone_fax {
        margin-top: 22px !important;
    }

    .wrap_inner {
        float: none;
        width: 100%;
    }

    .ti_elems {
        display: block;
        width: 100%;
        min-height: inherit;
    }

    .tiltw_inner_inner {
        float: none;
        max-width: 100%;
    }

    .uf_elems {
        float: none;
        width: 100%;
    }

    #upper_footer {
        background: #15a2d5;
        background: -moz-linear-gradient(left, #15a2d5 0%, #15a2d5 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #15a2d5), color-stop(100%, #15a2d5));
        background: -webkit-linear-gradient(left, #15a2d5 0%, #15a2d5 100%);
        background: -o-linear-gradient(left, #15a2d5 0%, #15a2d5 100%);
        background: -ms-linear-gradient(left, #15a2d5 0%, #15a2d5 100%);
        background: linear-gradient(to right, #15a2d5 0%, #15a2d5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15a2d5', endColorstr='#15a2d5', GradientType=1 );
    }

    .container_wrapper {
        background-image: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .uf_left  {
        background-image: url(images/static/transparent_phone_pen.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .uf_right:before {
        display: none;
    }

    .uf_elems {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #upper_footer > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .uf_right {
        text-align: center;
        background-size: auto 90%;
    }

    .ufl_elems {
        float: none;
        text-align: center;
        width: 100%;
    }

    .slide {
        height: 100vh;
    }

    h1, .h1 {
        font-size: 3.7rem;
    }

    h2, .h2 {
        font-size: 3.04rem;
    }

    h3, .h3 {
        font-size: 2.24rem;
    }

    h4, .h4 {
        font-size: 1.92rem;
    }

    .team_top {
        text-align: center;
    }

    .team_image_wrapper {
        left: 50%;
        -webkit-transform: translate3d(-50%,0,0);
        -moz-transform: translate3d(-50%,0,0);
        -ms-transform: translate3d(-50%,0,0);
        -o-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
    }

    #Lmodal {
        position: relative;
        top: 0;
        left: 0;
        margin: 100px auto 50px !important;
        width: 830px;
        min-width: 50%;
        min-height: 20%;
        max-width: 90%;
        background-color: #fff;
        opacity: 0.001;
        -webkit-transform: translate(0,250px);
        -moz-transform: translate(0,250px);
        -ms-transform: translate(0,250px);
        -o-transform: translate(0,250px);
        transform: translate(0,250px);
        z-index: 1000;
        -webkit-transition: transform 0.55s, opacity 0.55s;
        -moz-transition: transform 0.55s, opacity 0.55s;
        -ms-transition: transform 0.55s, opacity 0.55s;
        -o-transition: transform 0.55s, opacity 0.55s;
        transition: transform 0.55s, opacity 0.55s;
    }

    #close_Lmodal {
        top: -15px !important;
        right: -10px !important;
    }

    .wide_form .form_elems {
        margin-right: 0;
        width: 100%;
        float: none;
    }

    .wide_form .form_elems_lower {
        float: none;
        width: 100%;
        text-align: left;
    }

    .wide_form #submit {
        width: 100%;
    }

    .img_full_width {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .ob_elemens:last-child .boxes {
        border-bottom: none;
    } 

    body.page-template-template-partner-php #page_wrapper {
        margin-bottom: 0;
    }

    .page_uf_title {
        line-height: 1.2em;
    }
    
}

@media (max-width : 480px) {
    .header_info {
        float: none;
    }

    .info_phone {
        margin-right: 0;
        margin-top: 10px;
    }

    #logo {
        max-width: 80%;
    }

    #logo_wrapper {
        text-align: left;
    }

    .team_mail_link {
        font-size: 1.1rem;
    }

    #Lmodal_content .team_mail_link {
        font-size: 1rem;
    }

    .team-icons {
        top: 3px;
    }

    #burgerMenuButton {
        top: 50%;
    }

    .form_elems {
        float: none; 
        width: 100%;
        margin-right: 0;
    }

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

@media (max-width : 414px) {   
	#logo {
    	margin-top: 25px;
   }
}

@media (max-width : 375px) {   
	#logo {
    	margin-top: 30px;
   }
}

@media (max-width : 360px) {   
	#logo {
    	margin-top: 35px;
   }
}

@media (max-height : 768px) and (min-width : 768px) {

}
