/*
Theme Name: LUX_Theme_1
Description: Custom Theme für Gynäkologisches Kompetenzzentrum Osnabrück
Version: 1.0
 */




/***** TOP HEADER STYLES *****/

.top-header {
    font-size: 15px;
    padding: 19px 0;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(220,220,220,0.8);
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.top-left-info, .top-left-info a {
    display: inline-block;
    color: #8e8e8e;
}

.top-left-info i {
    color: #446D8C;
    margin-right: 10px;
}

.top-left-info a:hover {
    color: #446D8C;
    text-decoration: none;
}

.top-sep {
    margin: 0 10px;
}

.top-right-socials {
    display: inline-block;
    margin-right: 20px;
}

.top-right-socials a {
    margin-left: 15px;
    color: #446D8C;
}

.top-right-socials a:hover {
    color: #446D8C;
}

.lux-button {
    padding: 20px 25px;
    background-color:#446D8C;
    color: white;
    text-transform: uppercase;
}

.lux-button span {
    font-weight: 600;
}

.lux-button i {
    margin-right: 10px;
}

.lux-button:hover {
    color: white;
    text-decoration: none;
}


/***** MAIN HEADER STYLES *****/

header {
    margin-top: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
     background: rgba(220,220,220,0.8);
    transition: margin .2s;
    -moz-transition: margin .2s;
    -o-transition: margin .2s;
    -webkit-transition: margin .2s;
}

.logo {
    float: left;
    padding: 20px 0px;
    transition: padding .2s;
    -moz-transition: padding .2s;
    -o-transition: padding .2s;
    -webkit-transition: padding .2s;
}

.logo img {
    width: 190px;
    height: auto;
    transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    -webkit-transition: width .2s;
}

nav {
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.main-nav-bar {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-nav-bar li {
    display: inline-block;
    position: relative;
    padding: 18px;
}

.main-nav-bar a {
    color: #446D8C;
    font-weight: 500;
    font-size: 15px;
}

.main-nav-bar li.current-page-item a, .main-nav-bar a:hover {
    color: #293C42;
    text-decoration: none;
}

.sub-menu {
    display: block;
    position: absolute;
    margin: 10px 0 0 0 ;
    padding:0;
    width: 180px;
    background-color: #ffffff;
    border-top: 3px solid #446D8C;
    visibility: hidden;
}
.main-nav-bar li:hover .sub-menu {
    visibility: visible;
}
.sub-menu li {
    display: block;
    border-bottom: 1px solid #446D8C;
    text-align: left;
    padding: 0 !important;
}
.sub-menu a, .sub-menu a:visited {
    color:#666;
    display: block;
    width: 100%;
    padding: 10px 0px 10px 10px;
    font-size:14px;
    transition: background-color 0.2s;
}
.sub-menu a:hover {
    color:white;
    background-color: #446D8C;
}

#hamburger_menu {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
    color: #446D8C;
    text-align: left;
}
#menu_icon {
    cursor: pointer;
    font-size: 2em;
}
#hamburger_menu span {
    text-transform: uppercase;
    font-size: 10px;
}

/***** CALL TO ACTION NAVIGATION *****/

.right_navi {
    position: fixed;
    top: 30%;
    right: 0;
    width: 100px;
    z-index:100;
}
.right_navi a, .right_navi a:visited{
    display: block;
    background-color: #446D8C;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 10.5px;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 1;
    padding-top: 10px;
}
.phone_navi {
    display: none;
    z-index: 100;
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #446D8C;
}
.phone_navi a{
    padding: 10px;
    margin: 0 5px;
    color: white;
}
.phone_navi i {
    font-size: 2em;
}
#go_to_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 30px;
    background-color: #333333;
    border-radius: 4px 4px 0 0 ;
    color: #ffffff;
    height: 35px;
    width:48px;
    text-align: center;
    z-index:100;
    border: none;
    outline: none;
}
#go_to_top:hover {
    background-color: #446D8C;
}

/***** FOOTER STYLES *****/

footer{
    background-color: #B9BBBC;
    font-size: 16px;
    padding: 38px 20px;
}

.footer-legal {
    text-align: left;
    color: #666666;
}

.footer-legal span{
    font-weight: 500;
}

.footer-nav {
    text-align: right;
}

.footer-nav-bar {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-nav-bar li {
    display: inline-block;
}

.footer-nav-bar a {
    color: #666666;
    padding: 10px 0;
    margin-left: 20px;
}

.footer-nav-bar a:hover {
    text-decoration: none;
    color: #8e8e8e;
}

/***** 404 Page *****/

.error_404 {
    color: #446D8C;
    font-size: 36px;
    letter-spacing: 4px;
    text-align: center;
    padding: 50px 0px;
}
.error_404 a, .error_404 a:visited {
    color: #446D8C;
    font-size: 20px;
    padding: 10px;
    border: 2px solid #446D8C;
    text-transform: uppercase;
}
.error_404 a:hover, .error_404 a:active {
    color: #446D8C;
}

/***** ELEMENTOR *****/

.elementor_content{
    padding: 0;
    background-color: white;
    margin-top: 200px;
}
.full-width .elementor-column-wrap {
    padding: 0 !important;
}
.availability-shortcode .elementor-column-wrap, .availability-shortcode .elementor-widget-container{
    padding: 0 !important;
}
.content-background .elementor-container {
    background-color: rgb(252, 248, 239);
}


header
{
    margin-top:60px !important;
}

.top-header
{
    position:fixed;
}

/***** MEDIA QUERIES *****/

@media (max-width:1199px){
    .container {
        max-width: 1100px;
    }
}
@media (max-width:1140px){
    .container {
        max-width: 100%;
    }
    .top-header {
        display: none;
    }
    .phone_navi {
        display: block;
    }
    .right_navi {
        display: none;
    }
    header {
        margin: 0 !important;
    }
    .logo {
        padding: 15px 0 !important;
    }
    #hamburger_menu {
        display: block;
    }
    nav {
        display: none;
        float: none;
        position: absolute;
        top: 110px;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        width: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }
    ul.main-nav-bar{
        display: block;
        text-align: left;
    }
    .main-nav-bar li{
        display: block;
        padding: 0;
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        pointer-events: auto;
    }
    .main-nav-bar li.menu-item-has-children::after {
        font-size: 0.75em;
        color: #666;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f078";
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 30px;
        pointer-events: all;
    }
    .main-nav-bar a, .main-nav-bar a:visited {
        color:#5d5d5d; 
        background-color: white;
        font-size: 12px;
        display: block;
        width: 100%;
        padding: 10px 30px;
        transition: background-color 0.2s;
    }
    .main-nav-bar a:hover, .main-nav-bar a:active {
        background-color: #446D8C;
        color:white;
        text-decoration: none;
    }
    .main-nav-bar .current_page_parent>a, .main-nav-bar .current_page_item>a {
        background-color: #446D8C;
        color:white;
    }
    .sub-menu {
        visibility: visible !important;
        display:none;
        position: static;
        margin: 0;
        border: none;
        width: 100%;
    }
    .sub-menu li {
         border-top: 1px solid #f2f2f2; 
         border-bottom: none;
    }
    .sub-menu li::after {
        content:'';
    }
    .sub-menu a {
        padding-left: 60px;
    }
    .elementor_content {
        margin-top: 110px;
    }
    footer {
        margin-bottom: 54px;
    }
}
@media (max-width:991px){
    .footer-legal, .footer-nav {
        text-align: center;
    }
}
@media (max-width:500px){
    .phone_navi i {
        font-size: 1.5em;
    }
}
