/*
    Theme Name: EBD Express
    Description: EBD Express WordPress Theme
    Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    background: #efefef;
    color: #121F27;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; 
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }



/* general */

strong {
    font-weight: 700;
}

.clr {
    clear: both;
}

.mrg-btn {
    margin-bottom: 30px;
}

.grey {
    background: #efefef;
}

.blue {
    background: -moz-linear-gradient(-45deg, rgba(18,31,39,1) 0%, rgba(18,31,39,0.8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(18,31,39,1) 0%,rgba(18,31,39,0.8) 100%);
    background: linear-gradient(135deg, rgba(18,31,39,1) 0%,rgba(18,31,39,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121f27', endColorstr='#cc121f27',GradientType=1 );
    color: #efefef;
}

a, a:hover {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

@media (max-width: 767px) {
    section, section.image .background-transparent {
        padding-top: 60px;
        padding-bottom: 60px;
        line-height: 160%;
    }
    
    section.parallax {
        padding-top: 90px;
        padding-bottom: 90px;
        line-height: 160%;
    }
}

@media (min-width: 767px) {
    section, section.image .background-transparent {
        padding-top: 80px;
        padding-bottom: 80px;
        line-height: 165%;
    }
    
    section.parallax {
        padding-top: 120px;
        padding-bottom: 120px;
        line-height: 165%;
    }
}

@media (min-width: 992px) {
    section, section.image .background-transparent {
        padding-top: 100px;
        padding-bottom: 100px;
        line-height: 170%;
    }
    
    section.parallax {
        padding-top: 150px;
        padding-bottom: 150px;
        line-height: 170%;
    }
}

section.image {
    padding: 0 !important;
    line-height: 170%;
}

section.image .background-transparent {
    background: rgba(18,31,39,.9);
}

section.image .background-transparent h1,
section.image .background-transparent h2,
section.image .background-transparent h3,
section.image .background-transparent h4,
section.image .background-transparent h5,
section.image .background-transparent h6, 
section.image .background-transparent {
    color: #efefef !important;
}

section hr {
    display: block;
    width: 15vw;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.15);
    margin: 30px auto 50px auto; 
}

section.blue hr, section.image .background-transparent hr {
    display: block;
    width: 15vw;
    height: 1px;
    border-top: 1px solid rgba(255,255,255,.3);
    margin: 30px auto 50px auto; 
}

section.blue a, section.blue a:visited, section.blue a:focus {
    color: #efefef;
    text-decoration: none;
}

section.blue a:hover {
    color: #fff;
    text-decoration: none;
}



/* headlines */

@media (max-width: 767px) {
    h1 {font-weight: 300; color: #416275; margin: 0; font-size: 24px;}
    h2 {font-weight: 300; color: #416275; margin: 0; font-size: 24px;}
    h3 {font-weight: 300; color: #416275; margin: 10px 0 6px 0; font-size: 18px;}
    h4 {font-weight: 300; color: #416275; margin: 15px 0 6px 0; font-size: 16px;}
    
    h1, h2, h3 {
        line-height: 160%;
    }
}

@media (min-width: 767px) {
    h1 {font-weight: 300; color: #416275; margin: 0; font-size: 32px;}
    h2 {font-weight: 300; color: #416275; margin: 0; font-size: 32px;}
    h3 {font-weight: 300; color: #416275; margin: 12px 0 8px 0; font-size: 20px;}
    h4 {font-weight: 300; color: #416275; margin: 20px 0 8px 0; font-size: 18px;}
    
    h1, h2, h3 {
        line-height: 165%;
    }
}

@media (min-width: 992px) {
    h1 {font-weight: 300; color: #416275; margin: 0; font-size: 40px;}
    h2 {font-weight: 300; color: #416275; margin: 0; font-size: 40px;}
    h3 {font-weight: 300; color: #416275; margin: 15px 0 10px 0; font-size: 24px;}
    h4 {font-weight: 300; color: #416275; margin: 25px 0 10px 0; font-size: 20px;}
    
    h1, h2, h3, h4, h5, h6 {
        line-height: 170%;
    }
}

h1::first-line, h2::first-line, h3::first-line, h4::first-line, h5::first-line, h6::first-line {
    line-height: 1;
}

.blue h1, .blue h2, .blue h3 {color: #efefef;}
.blue h4 {color: rgba(255,255,255,.5);}


/* action-bar */

.action-bar {
    background: rgb(18,31,39);
    color: #efefef;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.action-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.action-bar ul li {
    float: left;
    margin-right: 25px;
}

.action-bar ul li:last-child {
    margin-right: 0;
}

.action-bar ul li a,
.action-bar ul li a:hover,
.action-bar ul li a:focus, 
.action-bar ul li a:visited {
    color: #efefef;
    text-decoration: none;
}



/* navbar-brand */

a.navbar-brand, a.navbar-brand:hover, a.navbar-brand:focus, a.navbar-brand:visited {
    font-weight: 300;
    line-height: 1;
    color: rgb(18,31,39) !important;
}


/* navbar */

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
}

@media (min-width: 768px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 0;
        margin-left: 30px;
    }
    
    .nav > li:first-child > a {
        margin-left: 0px;
    }
}

.navbar-default .navbar-nav > li > a {
    color: rgba(97,145,168,1);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #416275;
    background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #416275;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #416275;
    background-color: transparent;
}



/* navbar-toggle */

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: rgba(18,31,39,.5);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #121F27;
}



/* navbar mobile */

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: rgba(18,31,39,.1);
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        text-align: center;
    }
}



/* header */

header {
    position: relative;
}

header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-overlay.header-overlay-visible {
    background: rgba(18,31,39,.75);
    -webkit-transition: background 700ms ease;
    -moz-transition: background 700ms ease;
    -o-transition: background 700ms ease;
    transition: background 700ms ease;
}

header .header-overlay.header-overlay-hidden {
    background: rgba(18,31,39,0);
    -webkit-transition: background 700ms ease;
    -moz-transition: background 700ms ease;
    -o-transition: background 700ms ease;
    transition: background 700ms ease;
}

header .header-overlay span {
    color: #efefef;
    display: inline-block;
    margin: auto;
    font-size: 4vw;
}  

header .header-overlay span hr {
    border-top: 1px solid rgba(255,255,255,.5);
    margin: 10px 0;
} 



/* teaser */

.container-fluid.grey .icon-box {
    color: #416275;
}

.container-fluid.blue .icon-box {
    color: #efefef;
}

@media (max-width: 767px) {
    .icon-box {
        font-size: 24px;
    }
}

@media (min-width: 767px) {
    .icon-box {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .icon-box {
        font-size: 40px;
    }
}

.container-fluid.grey .line {
    display: block;
    width: 15vw;
    height: 1px;
    background: rgba(0,0,0,.15);
}

.container-fluid.blue .line {
    display: block;
    width: 15vw;
    height: 1px;
    background: rgba(255,255,255,.5);
}

@media (max-width: 767px) {
    .line {
        margin: 18px auto 0 auto;
    }
}
    
@media (min-width: 767px) {
    .line {
        margin: 24px auto 0 auto;
    }
}
    
@media (min-width: 992px) {
    .line {
        margin: 30px auto 0 auto;
    }
}
    

a.btn-link, a.btn-link:focus, a.btn-link:visited {
    display: inline-block;
    margin: 30px auto 0 auto;
    padding: 10px 25px;
    line-height: 1;
    color: #efefef;
    font-weight: 300;
    font-size: 14px;
    background: #416275;
    outline: 0;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

a.btn-link:hover {
    background: #121F27;
    color: #efefef;
    text-decoration: none;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.blue a.btn-link, .blue a.btn-link:focus, .blue a.btn-link:visited,
section.image a.btn-link, section.image a.btn-link:focus, section.image a.btn-link:visited {
    background: #efefef;
    color: #121F27;
}

.blue a.btn-link:hover,
section.image a.btn-link:hover {
    background: #efefef;
    color: #121F27;
    text-decoration: none;
}

a.btn-link i {
    margin-right: 8px;
    line-height: 1;
}

.ansprechpartner span {
    line-height: 180%;
}

.ansprechpartner span i {
    margin-right: 6px;
}

.ansprechpartner span strong {
    margin-bottom: 8px;
    display: block;
}



/* parallax */

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-headline, .parallax-subheadline {
    color: #efefef;
    background: rgba(18,31,39,.75);
    padding: 5px 25px;
    display: inline-block;
    margin: 5px auto;
    line-height: 120%;
}

@media (max-width: 767px) {
    .parallax-headline {
        font-size: 24px;
        font-weight: 100;
    } 

    .parallax-subheadline {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (min-width: 767px) {
    .parallax-headline {
        font-size: 4vw;
        font-weight: 100;
    } 

    .parallax-subheadline {
        font-size: 2.2vw;
        font-weight: 500;
    }
}



/* content */

section ul {
    text-align: center;
    list-style-position: inside;
}



/* footer */

footer {
    background: -moz-linear-gradient(-45deg, rgba(97,145,168,1) 0%, rgba(97,145,168,0.8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(97,145,168,1) 0%,rgba(97,145,168,0.8) 100%);
    background: linear-gradient(135deg, rgba(97,145,168,1) 0%,rgba(97,145,168,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6191a8', endColorstr='#cc6191a8',GradientType=1 );
    color: #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

footer ul li {
    float: left;
}

footer ul li a, footer ul li a:focus, footer ul li a:visited {
    color: rgba(239,239,239,.65);
    margin-right: 15px;
}

footer ul li a:hover {
    color: #efefef;
}

footer ul li:last-child a {
    margin-right: 0;
}

footer ul li a:hover, footer ul li.current-menu-item a {
    color: #efefef;
    text-decoration: none;
}



/* contact form */

.wpcf7 {
    max-width: 500px;
    margin: 0 auto !important;
}

.wpcf7 label {
    width: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    border: 1px solid rgba(0,0,0,.2) !important;
    outline: none;
    width: 100%;
    font-weight: 300;
    padding: 10px 15px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    line-height: 1;
}

input.wpcf7-submit {
    line-height: 1;
    padding: 10px 15px;
    background: #416275;
    color: #efefef;
    font-size: 16px;
    font-weight: 700;
}

.recaptcha-insert{
    display: inline-block;
}    

small.contact-usage {
    margin: 15px 0 0 0;
    display: block;
    color: rgba(0,0,0,.5);
    line-height: 150%;
}



/* cookie notice */

body#cookies-not-set footer {
    padding-bottom: 100px;
}

#cookie-notice {
    background-color: #121F27 !important;
    color: #efefef !important;
}

.cn-button.bootstrap {
    text-align: center !important;
    text-shadow: 0 0 0 rgba(255,255,255,0) !important;
    color: #416275 !important;
    text-shadow: 0 0 0 rgba(0,0,0,0) !important;
    background-color: #006dcc !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background: #efefef !important;
    border-style: solid !important;
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    outline: none !important;
}

.cn-button.bootstrap:hover {
    background: #fff !important;
}



/* google maps */

.google-maps {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.2);
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.navbar-brand > img {
    display: block;
    max-height: 20px;
}