/*
Theme Name: LMV GMBH
Theme URI: https://lmvgmbh.de
Author: Abedev LLC
Description: Wordpress Theme for LMV GMBH
Version: 1.0
*/
/** html, body **/
html, body
{
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: "Source Sans 3";
    width: 100%;
    height: auto;
}

/** root **/
:root
{
    --primary-color: #111E2C;
    --secondary-color: #008080;
    --secondary-color-alt: #026060;
    --navigation-bg-color: #ffffff;
}


/** header **/
header
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 120px;
    width: 100%;
    max-height: 120px;
    transition: max-height 0.2s
    ease-in;
    background: var(--navigation-bg-color);
    border-bottom: 1px solid rgba(78, 5, 8, 0.1);
    -webkit-box-shadow: 0px 10px 16px -2px rgba(217,217,217,0.5);
    box-shadow: 0px 10px 16px -2px rgba(217,217,217,0.5);
    z-index: 999;
}

header .panel
{
    padding: 5px;
    position: relative;
}

.centered
{
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.header .row,
.header [class*="col-"]
{
    padding: 0px;
    margin: 0px;
}

.header .top-border-animation
{
    position: absolute;
    left: 0%;
    height:1px;
    transition:left 5s ease-in-out;
    animation-duration: 8s;
    animation-delay: 4s;
    animation-name: login-animated-top-border;
    animation-iteration-count: infinite;
    width: 20px;
    bottom: 0px;
}

.header .contact-info
{
    position: absolute;
    right: 0px;
    font-family: "Cabin";
}

.header .contact-info a
{
    color: #000;
    text-decoration: none!important;
}

.header .nav-links
{
    margin-top: 20px;
}

.header .contact-info ul
{
    list-style: none;
    float: right;
}

.header .contact-info ul li
{
    float: left;
    margin-right: 10px;
}

.header .contact-info ul li .fa-icon
{
    margin-right: 5px;
}

@keyframes login-animated-top-border
{
    0%
    {
        left: -50%;
        width: 50px;
        background: rgba(255, 255, 255, 0.1);
    }
    50%
    {
        left: 50%;
        background: rgba(165, 165, 165, 0.7);
    }
    100%
    {
        left: 150%;
        width: 350px;
        background: rgba(255, 255, 255, 1);
    }
}
/** end header **/

/** content **/
.content
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 400px);
    padding-top: 80px;
    top: 0px;
    z-index: 98;
}
/** end content **/

/** slider **/
.sliders
{
    left: 0px;
    top: 120px;
    width: 100%;
    height: 100%;
    min-height: 450px;
    max-height: 550px;
    background: #eeeeee;
    overflow: hidden;
}

.sliders .row
{
    height: 100%;
}

.sliders .primary-slider
{
    height: 100%;
}

.sliders .primary-slider .swiper
{
    width: 100%;
    height: 100%;
}

.sliders .primary-slider .swiper-slide
{
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px;
}

.sliders .primary-slider .parallax-bg
{
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.sliders .primary-slider .title
{
    font-size: 41px;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0ms;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-family: 'Maven Pro';
}

.sliders .primary-slider .subtitle
{
    font-size: 21px;
    color: #fff;
    font-family: 'Oxygen';
}

.sliders .primary-slider .text
{
    font-size: 14px;
    max-width: 450px;
    line-height: 1.3;
    color: rgba(201, 235, 251, 0.93);
    font-style: italic;
    font-family: "Source Sans 3";
}

.sliders .primary-slider .swiper-button-prev,
.sliders .primary-slider .swiper-button-next
{
    display:none;
}

.sliders .col-sm-12
{
    padding: 0px;
}

.secondary-sliders-col
{
    height: 680px;
    position: relative;
}

.sliders .secondary-slider
{
    overflow: hidden;
    width: 100%;
    height: 680px;
}

.sliders .secondary-slider .swiper
{
    width: 100%;
    height: 100%;
}

.sliders .secondary-slider .swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sliders .secondary-slider .swiper-slide img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-panel
{
    position: absolute;
    width: 100%;
    height: 80px;
    background: #ffffff6e;
    margin-top: -40px;
    z-index: 99;
    max-width: 1600px;
    left: 50%;
    margin-left: -800px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.slider-panel .featured-category
{
    display: inline-block;
    height: 100%;
    text-align: center;
}

.slider-panel .featured-category:nth-child(2n)
{
    background: rgba(232, 232, 232, 0.5);
}

.slider-panel .featured-category a
{
    text-decoration: none;
    color: #000000;
    font-size: 25px;
    display: block;
    text-align: center;
}

.slider-panel .featured-category a .icon
{
    margin-top: 3px;
    display: block;
    font-size: 35px;
}

.slider-panel .featured-category a .label
{
    font-family: 'Hind-SemiBold';
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    min-width: 200px;
    margin-top: 8px;
}

.slider-panel .featured-category:hover
{
    background: rgba(255, 255, 255, 0.7);
}

.slider-panel .featured-category:hover a
{
    animation-name: headShake;
    animation-timing-function: ease;
}

.slider-panel .featured-category img,
.slider-panel .featured-category svg
{
    width: 35px;
    margin: auto;
}
/** end slider **/