@charset "utf-8";

/*-----------------  Fonts ----------------- */

@import "font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
/*----------------- Initial & Reset ----------------- */
*           {margin: 0; padding: 0;}
html        {position: relative;}
body        {min-width: 320px;height: 100%;}

a {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
img         {max-width: 100%; height: auto;}

/* =================================== */
/*	Standard Features
/* =================================== */

/* Google map */
/*.googlemap iframe {height: 500px;width: 100%;margin-bottom: -10px;}
.scrolloff {pointer-events: none;}
.inner_cbQuickGoogleMap {height: 520px;width: 100%; color: #392e2c; font-size: 18px;}
@media (max-width: 479px) {
    .googlemap iframe {height: 260px;}
    .inner_cbQuickGoogleMap {
        height: 260px !important;
    }    
}*/

.list-inline>li {
     display: block; 
    /* padding-right: 5px; */
    padding-left: 5px;
}

.column-count-2 {	
    -webkit-columns: 270px 2;-moz-columns: 270px 2;columns: 270px 2;
    -moz-column-gap: 30px;-webkit-column-gap: 30px;column-gap: 30px;
}
.img-responsive {
    /*max-width: 480px;*/
    /*margin: 0 auto 20px;*/
}

button:focus {outline:0;}


.ce-gallery figure {width: 100%;}
.ce-gallery figcaption {font-size: 0.7em;padding-top: 10px;}
/*.ce-bodytext ul, .ce-bodytext ol {overflow: hidden; padding-left: 0 !important;}
.ce-bodytext ul li, .ce-bodytext ol li {display: block;position: relative;list-style-type: none;padding-left: 20px;}
.ce-bodytext ul li:before, .ce-bodytext ol li:before {content: "•";position: absolute;left: 5px;}
.ce-bodytext ol {counter-reset: item;}
.ce-bodytext ol > li:before {content: counter(item) ") ";counter-increment: item;}
.ce-bodytext li ul, .ce-bodytext li ol {margin-bottom: 0;}*/
.social-icons ul li {display: inline-block; zoom: 1; list-style: none; padding: 0;}
.social-icons a {display: block; text-align: center;}
@media (max-width: 767px) {.social-icons {text-align: center;}}

@media (max-width: 991px) {
    .hidden-small {display: none !important;}
}
@media (min-width: 992px) {
    .visible-small {display: none !important;}
}

.text-big {font-size: 20px;}
.text-up {text-transform: uppercase;}

.ce-bodytext p, .ce-bodytext ul, .ce-bodytext ol {
    margin-bottom: 10px;
}
.ce-bodytext ul, .ce-bodytext ol  {
    /*margin-left: 20px;*/
    list-style-position: inside;
}
.ce-bodytext ol {
    /*list-style-type:*/ 
}
.ce-bodytext ul li, .ce-bodytext ol li {
    /*margin-bottom: 10px;*/
}
.ce-textpic .ce-gallery {
    margin-bottom: 10px;
}
/*.ce-bodytext ul li:before, .ce-bodytext ol li:before {
    color: inherit;
}*/
.ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
}
.ce-bodytext a {
    /*text-decoration: underline;*/
    /*color: #fff;*/
}

a.up-down {
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    padding: 10px 10px;
    text-align: left;
    /*border-top: 1px solid #fff;*/
}
.up-down:after {
    float: right;
    font-family: FontAwesome;
    content: "\f106";
}
.up-down.collapsed:after {
    font-family: FontAwesome;
    content: "\f107";
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #1a5eac;
}
@media (max-width: 767px) {
    .ce-textpic .ce-gallery {
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .ce-column {
        float: none !important;
    }
    .ce-textpic .ce-media img {
        /*margin: 0 auto;*/
    }

    .video-embed {
        position: relative;
        display: block;
        height: 0;
        padding: 0;
        padding-bottom: 55.25%;
        overflow: hidden;
    }
    .video-embed > iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}
/* =================================== */
/*	Grid Styles
/* =================================== */

#wrapper {
    position: relative;
    min-height: 100%;
}

#content > section,
#content > div {
    /*position: relative;*/
    /*min-height: 600px;*/
}
.container {
    width: 100%;
    max-width: 1200px;
}

.mt { margin-top: 30px;}
.mb { margin-bottom: 30px;}
.pt { padding-top: 30px;}
.pb { padding-bottom: 30px;}

@media (min-width: 768px) {
    .mt { margin-top: 60px;}
    .mb { margin-bottom: 60px;}
    .pt { padding-top: 60px;}
    .pb { padding-bottom: 60px;}

    .container-thin {
        max-width: 720px;
        margin: 0 auto;
    }
}

.row.nopadding {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row.nopadding > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row.smallpadding {
    margin-left: -6px !important;
    margin-right: -6px !important;
}
.row.smallpadding > div {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
@media (max-width: 529px) {
    .col-xs-6.col-xxs-12 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .full-xs {
        padding: 0 !important;
    }
    .full-xs .ce-textpic .ce-gallery {
        margin-bottom: 0;
    }
}

/*-----------------  ----------------- */

/* =================================== */
/*	Basic Styles
/* =================================== */

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;    
    font-size: 12px;
    color: #fff;
    
    /*padding-top: 100px;*/
    
    background: #505050;
    background: -moz-linear-gradient(left, #505050 0%, #6e6e6e 50%, #505050 100%);
    background: -webkit-linear-gradient(left, #505050 0%, #6e6e6e 50%, #505050 100%);
    background: url(../img/bg_grau.svg) center top no-repeat, linear-gradient(to right, #505050 0%, #6e6e6e 50%, #505050 100%);
    background-size: cover;
    background-attachment: fixed;
    
}
h1, h2, h3,
h4, h5, h6 {
    margin-top: 0;
    font-weight: 700;
}

h1 {
    font-size: 27px;
    font-weight: 400;    
    margin-bottom: 15px;
    text-transform: uppercase;
    /*text-align: center;*/
}
h2 {
    font-size: 21px;
    margin-bottom: .7em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}
h2:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    margin: .5em auto 0;
    background: url(../img/dash_w.svg) center top no-repeat;
}
.bg-light h2:after {
    background: url(../img/dash_g.svg) center top no-repeat;    
}
h3 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
h3 span {
    font-weight: normal;
}
h4 {
    font-size: 14px;
    margin-bottom: 15px;
}

a {
    color: #fff;
    text-decoration: underline;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: underline;
}

.btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    background: transparent;
    color: #1d253a;
    /*color: #4471b5;*/
    border: 2px solid #1d253a;
    border-radius: 0px;
    min-width: 160px;
    max-width: 100%;
    padding: 10px 30px 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.btn:hover, .btn:focus {
    background: #1d253a;
    color: #fff;
    border: 2px solid #1d253a;
    text-decoration: none;
}

strong {

}
sup {
    top: -.4em;
}

blockquote {
    font-style: italic;
    border-color: #fff;
}

@media (max-width: 479px) {
}
@media (min-width: 768px) {
    body {
        font-size: 18px;
        padding-top: 125px;
    }
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
}


/*=========================================
        Header
==========================================*/
/***    fix bootstrap   ***/
header.navbar {border: 0;border-radius: 0;}
header.navbar > .container {position: relative;}
header.navbar > .container nav {margin-left: -15px !important;margin-right: -15px !important;}
header .navbar-nav {margin-bottom: 0;}
header .navbar-brand {height: auto; line-height: 1;}

header.navbar {
    margin: 0;
    z-index: 50;
    /*min-height: 136px;*/
        
    background: #dfd7d5;
    background: -moz-linear-gradient(left,  #dfd7d5 0%, #ffffff 50%, #dfd7d5 100%);
    background: -webkit-linear-gradient(left,  #dfd7d5 0%,#ffffff 50%,#dfd7d5 100%);
    background: linear-gradient(to right,  #dfd7d5 0%,#ffffff 50%,#dfd7d5 100%);
        
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
body.scroll {
    padding-top: 100px;
}
.scroll header.navbar {
    /*background-color: #4b565c;*/
    /*top: 0;*/
    height: 100px;
    opacity: .9;
    box-shadow: 0 -5px 10px 0 #000;
}
.scroll .navbar-logo {
    width: 145px;
}
.scroll-off {
    height: 100%;
    overflow: hidden;
}
header .navbar-brand {
    margin-top: 10px;
}
.navbar-logo {
    display: inline-block;
    width: 145px;
}
.navbar-toggle {
    position: absolute;
    right: 0;
    top: 10px;
    display: block !important;
    cursor: pointer;
    z-index: 100;
}  
.navbar-toggle .icon-bar {
    width: 40px;
    height: 5px;
    border-radius: 0px;
    background-color: #505050;
    transition:  all .35s ease;    
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #fff;
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    transform: translateY(-12px) translateX(0) rotate(-45deg);
    background: #fff;
}


.menu-fullscreen .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 50;
}  
.menu-fullscreen .menu-overlay:before {
    content: '';
    background: #505050;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left .35s ease;
}

.menu-fullscreen .menu-overlay:after {
    content: '';
    background: #505050;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all .35s ease;
}

.menu-fullscreen .menu-overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}    
.menu-fullscreen .menu-overlay.open:before {
    left: 0;
}

.menu-fullscreen .menu-overlay.open:after {
    right: 0;
}

.menu-fullscreen .menu-overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}      
.menu-fullscreen .menu-overlay.open li:nth-of-type(2) {
    animation-delay: .45s;
}
.menu-fullscreen .menu-overlay.open li:nth-of-type(3) {
    animation-delay: .50s;
}
.menu-fullscreen .menu-overlay.open li:nth-of-type(4) {
    animation-delay: .55s;
}
.menu-fullscreen .menu-overlay.open li:nth-of-type(5) {
    animation-delay: .60s;
}
.menu-fullscreen .menu-overlay.open li:nth-of-type(6) {
    animation-delay: .65s;
}

.menu-fullscreen nav {
    position: relative;
    /*height: 85%;*/
    top: 100px;
    /*transform: translateY(-50%);*/
    text-align: center;
    z-index: 100;
}
.menu-fullscreen  ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; 
}    
.menu-fullscreen li {
    display: block;
    /*height: 15%;*/
    /*height: calc(100% / 6);*/
    /*min-height: 50px;*/
    margin: 25px 0;
    position: relative;
    opacity: 0;
}

.menu-fullscreen  a {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    /*top: 5px;*/
}    
.menu-fullscreen  a:after {
/*    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background: #fff;
    transform: translateX(-50%);*/
    transition: .35s ease;
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    margin: 5px auto 0;
    background: url(../img/dash_w.svg) center top no-repeat;
    position: relative;
    /*left: 20px;*/
    opacity: 0;
    width: 0;
}

.menu-fullscreen a:hover:after,
.menu-fullscreen a:focus:after,
.menu-fullscreen a:active:after {
    /*width: 100%;*/
    opacity: 1;
    width: 32px;
    /*left: 0;*/
}

@media (min-width: 768px) {
    .menu-fullscreen  a {
        font-size: 44px;
    }
    header.navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .navbar-logo {
        width: 210px;
    }
    .menu-fullscreen nav {
        top: 140px;
    }
}


@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}


/***        site        ***/

#content {
    position: relative;
}

.bg-light {
    background: #dfd7d5;
    background: -moz-linear-gradient(left,  #dfd7d5 0%, #ffffff 50%, #dfd7d5 100%);
    background: -webkit-linear-gradient(left,  #dfd7d5 0%,#ffffff 50%,#dfd7d5 100%);
    background: url(../img/bg_weiss.svg) center top no-repeat, linear-gradient(to right,  #dfd7d5 0%,#ffffff 50%,#dfd7d5 100%);   
    background-size: cover;
    
    color: #505050;
}
/*.bg-grey1 {
    background: #505050;
    background: -moz-linear-gradient(left, #505050 0%, #6e6e6e 50%, #505050 100%);
    background: -webkit-linear-gradient(left, #505050 0%, #6e6e6e 50%, #505050 100%);
    background: url(../img/bg_grau.svg) center top no-repeat, linear-gradient(to right, #505050 0%, #6e6e6e 50%, #505050 100%);
    background-size: cover;
    background-attachment: fixed;
}*/
/*.bg-grey h2, .bg-grey a {
    color: #fff;
}*/
.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

input {
    color: #505050;
}


/*=========================================
        Forms
==========================================*/


/***        form resets and initials       ***/
.frame-type-form_formframework form h2 {display: none;}
.frame-type-form_formframework fieldset.form-group {margin-bottom: 0px;}
.frame-type-form_formframework fieldset > fieldset.form-group {margin-bottom: 0;}
.frame-type-form_formframework fieldset legend {display: none;}
.frame-type-form_formframework .row {clear: both;}
.frame-type-form_formframework fieldset > .form-group {margin-bottom: 15px;}
.frame-type-form_formframework .control-label {display: none;}
.frame-type-form_formframework .form-control:focus {box-shadow: none;}
.frame-type-form_formframework .form-control::placeholder,
.frame-type-form_formframework .form-control::-webkit-input-placeholder,
.frame-type-form_formframework .form-control::-moz-placeholder,
.frame-type-form_formframework .form-control:-ms-input-placeholder,
.frame-type-form_formframework .form-control:-moz-placeholder {
    color: #aaaaaa;
}
/*inputs-list (radiobuttons)*/
.frame-type-form_formframework .inputs-list .form-check {display: inline-block;margin-left: 15px;}
.frame-type-form_formframework .inputs-list .form-check-input {margin-right: 10px;vertical-align: top;} /*fitcha*/
.frame-type-form_formframework .inputs-list .form-group{margin-bottom: 0;}
.frame-type-form_formframework .inputs-list label {margin-bottom: 0;font-weight: normal;}

/*fieldset-required*/
.frame-type-form_formframework .fieldset-required {
    float: right;
    line-height: 44px;
}
/*fieldset-gender*/
.frame-type-form_formframework .fieldset-gender {
    float: left;
    /*font-size: 14px;*/ 
}
/*.frame-type-form_formframework .fieldset-gender .control-label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 15px;
}*/
.frame-type-form_formframework .fieldset-gender .input {
    display: inline-block;
    width: 270px;
}
/*fieldset-gsvo*/
.frame-type-form_formframework .fieldset-gsvo {
    font-size: 0.8em;
}
.frame-type-form_formframework .fieldset-gsvo .checkbox,
.frame-type-form_formframework .fieldset-gsvo p {
    /*margin-bottom: 15px;*/
    /*color: #b6b6b6;*/
    margin: 0;
}
.frame-type-form_formframework .fieldset-gsvo .checkbox label {
    line-height: 20px;
    padding-top: .5em;
    font-weight: bold;
}

/*      form styles         */
.section-contact .frame-type-form_formframework {
    min-height: 220px;
}
/*.frame-type-form_formframework fieldset > .form-group {margin-bottom: 25px;}*/
.frame-type-form_formframework .form-control {
    /*height: auto;*/
    height: 44px;
    border: 0;
    /*border: 1px solid rgba(79, 83, 62, 0.1);*/
    border-radius: 0px;;
    box-shadow: none;
    font-size: 16px;
    padding: 11px 20px;
}
.frame-type-form_formframework select.form-control {
    -webkit-appearance: none;
}
.frame-type-form_formframework textarea.form-control {
    height: 200px;
}
.frame-type-form_formframework .fieldset-recaptcha {
    float: left;
}
.frame-type-form_formframework .actions {
    float: right;
}


/*=========================================
        Content Elements Styles
==========================================*/

/***        .unions     ***/
.unions {
    /*display: flex;*/
    overflow: hidden;
    margin: 20px -25px;
}
.union {
    
    float: left;
    width: 50%;
    
   /* padding: 55px 12px 0; */
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden
}
.union-box {
    display: block;
    height: 0;
    padding-top: 100%;
    opacity: 0
}
.union-img {
    display: block;
    position: absolute;
    top: 0;
    
}
.union-logo {
    display: block;
    height: 40px;
    margin: 1em auto;
}
.union-link {
    font-weight: bold;
    color: #505050;
    text-decoration: none;
}
@media (min-width: 992px) {
    .union {
        width: 22%;
        margin-bottom: 0;
        margin-left: 26px;
        overflow: hidden
    }    
    .union-logo {
        height: 60px;
    }
}

/***        .overview       ***/ 
.overview {
    /*overflow: hidden;*/
    margin: 100px -12px 0;
}
.overview-item {
    float: left;
    width: 100%;
    margin-top: -80px;
    padding: 0 12px 0;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    /*color: #fff;*/
}
.overview-content {
    background: #343434;
    padding: 20px 15px 60px;
    border-top: 2px solid #fff;
}
.overview-content ul {
    list-style-type: square;
    margin-left: 25px;
}
.overview-content ul li {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .overview {
        margin-top: 120px;
    }
    .overview-item {
        width: 50%;
        margin-top: -100px;
        font-size: 23px;
    }
    .overview-content {
        padding: 40px 15px 100px;
    }
    .overview-content ul li {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .overview-item {
        width: 25%;
    }
}

/***        .person     ***/
.person {
    overflow: hidden;
    margin-bottom: 30px;
}
.person-photo {
    width: 120px;
    float: left;
    margin-bottom: 15px;
}
.person-header {
    font-size: 14px;
    margin-left: 135px;
    margin-bottom: 10px;
}
.person-header h4 {
    line-height: inherit;
}
.person-description {
    font-size: 12px;
    clear: left;
}
.person-logo {
    display: block;
    height: 35px;
    margin-bottom: 10px;
}
.person p, .person h4 {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .person {
        margin-bottom: 45px;
    }
    .person-photo {
        width: 230px;
    }
    .person-logo {
        height: 45px;
        margin-bottom: 15px;
    }
    .person-header {
        font-size: 18px;
        margin-left: 260px;
    }
    .person-description {
        font-size: 14px;
        clear: none;
        margin-left: 260px;
    }
}
@media (min-width: 992px) {
    .person {
        margin-bottom: 65px;
    }
}

/***        .themen-slider      ***/
.themen-slider {
    padding: 0 15px;
}
.themen-slider .item {
    font-size: 12px;
    padding: 15px 30px 0;
}
.themen-slider-image {
    display: block;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 8px 10px 25px -3px rgba(0,0,0,0.31);
    cursor: pointer;
    
}
.themen-slider-image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background: url(../img/download.svg) center center no-repeat rgba(80, 80, 80, .7);
    background-size: 50px;
    opacity: 0;

    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.themen-slider-image:hover:before {
    opacity: 1;
}
.themen-slider.owl-carousel .owl-nav {
    display: block;
}
.themen-slider.owl-carousel .owl-nav button.owl-prev,
.themen-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 20px;
    height: 30px;
    background-size: contain;
}
.themen-slider.owl-carousel .owl-nav button span {
    display: inline-block;
    position: relative;
}
.themen-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background: url(../img/arrow_l.svg) left top no-repeat;
}
.themen-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
    background: url(../img/arrow_r.svg) left top no-repeat;
}
@media (min-width: 768px) {
    .themen-slider {
        padding: 0 70px;
    }
    .themen-slider .item {
        font-size: 14px;
        padding: 30px 30px 0;
    }
    .themen-slider.owl-carousel .owl-nav button.owl-prev,
    .themen-slider.owl-carousel .owl-nav button.owl-next {
        margin-top: -100px;
        width: 30px;
        height: 50px;
    }
    
}

/***        .top-slider     ***/
.top-slider {
    position: relative;
    margin: 0 -15px;
}
.top-slider .item {
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding: 20px 100px 100px 15px;
}
.top-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.top-slider .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 0 8px;
}
.top-slider .owl-dot:hover span,
.top-slider .owl-dot.active span {
    background: #fff;
}
.top-slider-icons {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 2;
}
.top-slider-icons img {
    display: block;
    width: 70px;
    margin-bottom: 12px;
}
@media (min-width: 768px) {
    .top-slider-icons {
        top: 50px;
    }
    .top-slider-icons img {
        width: 120px;
        margin-bottom: 25px;
    }
    .top-slider .item {
        height: 780px;
        background-size: initial;
        background-position: center bottom;
        /*padding: 80px 50% 100px 0px;*/
        padding: 50px 40% 100px 15px;
    }
}

@media (min-width: 992px) {
    .top-slider-icons {
        top: 80px;
    }
    .top-slider .item {
        height: 650px;
        background-size: cover;
        background-position: center center;
        padding: 80px 50% 100px 15px;
    }
}

.owl-carousel .owl-stage, 
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto !important;
        touch-action: auto !important;
}


/***        .contact        ***/
.contact {
    /*display: flex;*/
    /*margin: 0 15px 0px;*/    
    -webkit-justify-content: space-between;    
    justify-content: space-between;
}
.contact-item {
    margin-bottom: 15px;
}
.contact-title {
    font-weight: bold;
}
.contact-icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
.contact-tel:before {
    background-image: url(../img/phone.svg);
}
.contact-fax:before {
    background: url(../img/fax.svg);
}
.contact-email:before {
    background: url(../img/mail.svg);
}
.contact-site:before {
    background: url(../img/website.svg);
}

/*=========================================
        Footer
==========================================*/
#contact {
    padding: 40px 0;
}
.footer {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    margin-top: 40px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer-menu a {
    font-weight: bold;
}
.footer-logo {
    display: block;
    width: 200px;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .footer {
        flex-direction: row;
        -webkit-justify-content: space-between;    
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-top: 40px;
    }    
    .footer-logo {
        margin-left: 100px;
    }
    .contact {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .footer {
        flex-direction: column;
    }
    .footer-logo {
        margin-left: 0px;
    }
    .contact {
        display: flex;
        width: 100%;
    }
    .contact-item {
        margin: 0 30px 0 0;
    }
    
}
@media (min-width: 1200px) {
    .footer {
        margin-top: -30px;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        flex-direction: row;
    }
    .footer-logo {
        margin: 0px;
    }
    .contact {
        width: auto;
    }
}
