html,
button,
input,
textarea {
    font: normal 100.1%/140% 'Open Sans', sans-serif;
}

body {
    font: normal 100.1%/140% 'Open Sans', sans-serif;
    position: relative;
    color: #000;
    padding-top: 50px;
}
section {
    padding: 60px 0;
    /*height: 100vh*/;
    min-height: 300px;
}

.article {
    padding: 15px;
}

.offcanvas {
    background-color: rgba(255,255,255,.8);
}


.navbar {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.45);
    background-color: #fff!important;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
}


.img-logo {
    width: 250px;
}


@media (max-width: 992px) {
    .navbar {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        height: auto;
        background-color: transparent;
    }
    .navbar .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }


    .navbar .img-logo {
        width: 200px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        margin-top: 5px;
        opacity: 1;
    }


}



.list-group {
    background-color: transparent;
}

.offcanvas-backdrop {
    background-color: transparent;
}

.nav-item > .impmenu-link,
.nav-item > .nav-link {
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}



.side-nav .navs-link {
    border-radius: 50%;
    width: 10px!important;
    height: 10px;
    margin-bottom: 10px;
    background-color: gray;
}
.side-nav .navs-link.active {
    background-color: black;
}
.side-nav {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}

@media (max-width: 768px) {
    .side-nav {
        display: none!important;
    }
}



.jumbotron {
    background-image: url("/img/Leiste_oben.jpg");
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    -webkit-transition: height 0.3s, height 0.3s;
    -moz-transition: height 0.3s, height 0.3s;
    transition: height 0.3s, height 0.3s;
    position: relative;
}


.info-container-jumbotron {
    position: absolute;
    bottom:50px;
    right: 50px;
    z-index: 1000;
}

.info-design-jumbotron {
    color: #687E97;
    --fa-primary-color: #fff;
    --fa-secondary-color: #687E97;
}


@media (max-width: 992px) {
    .jumbotron {
        height: 300px;
        -webkit-transition: height 0.3s, height 0.3s;
        -moz-transition: height 0.3s, height 0.3s;
        transition: height 0.3s, height 0.3s;
    }
}


@media (max-width: 768px) {
    .jumbotron {
            height: 250px;
        -webkit-transition: height 0.3s, height 0.3s;
        -moz-transition: height 0.3s, height 0.3s;
        transition: height 0.3s, height 0.3s;
    }
}

h1 {
    font-weight: bold;
    font-size: 3em;
    line-height: 1.6em;
    padding: 20px 0 50px 0;
    text-transform: uppercase;
    color: #505253;
}

h2 {
    font-weight: bold;
    font-size: 2.5em;
    margin: 20px 0 30px 0;
    text-transform: uppercase;
    color: #505253;
}

h3 {
    font-weight: 600;
    font-size: 2em;
    margin: 20px 0 20px 0;
    color: #505253;
}

h4 {
    font-weight: 600;
    font-size: 1.8em;
    margin: 20px 0 20px 0;
    color: #000;
}



.color-text-1 {
    color: #007DC5;
}

.color-text-2 {
    color: #4FBDFF;
}

p,li { hyphens: auto; }

p,li,a {
    font-size: 1.2em;
    line-height: 1.5em;
}

@media (max-width: 768px) {
    h1 {font-size: 2em;}
    h2 {font-size: 1.6em;}
    h3 {font-size: 1.4em;}
    h4 {font-size: 1.2em;}
}

a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}

p,li,a {
    font-size: 1em;
    line-height: 1.4em;
}




.h-siteheader > span{
    border-bottom: 10px solid #007DC5;
}

.h-footerheader {
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
}

.h-footerheader > span{
    border-bottom: 10px solid #007DC5;
}

.h-secheader {
    padding: 20px 0;
    position: relative;

}

.h-bar {
    width: 100px;
    height: 10px;
    background-color:  #007DC5;
    position: absolute;
    bottom: 0;
    left: 0;
}


.bilderleiste > div {

}

.flex-item {
    position: relative;
}

.info-container {
    position: absolute;
    bottom:20px;
    right: 20px;

}



.info-design {
    color: #505253;
    --fa-primary-color: #fff;
    --fa-secondary-color: #505253;
}

.section-bg-grey {
    background-color: #EEEFEE;
}

.article {
    padding: 0 15px;
}

.article-bg-grey {
    background-color: #EEEFEE;
    height: 100%;
}

.flexcol-50 {
    width: 50%;
}

footer {
    padding: 20px 0;
    min-height: 100px;
    background-color: #505253;
    color: #fff;
}
footer h3,
footer p{
  color: #fff;
}

.logo-footer {
    width: 150px;
}

footer a {
    font-size: 1em;
    text-decoration: none;
}

.copyimprint {
    position: relative;
}
.footerimprint {
    position: absolute;
    bottom: 0;
}


/*------------------------------------------------------------------
  [ Back to Top / #back-to-top ]
  */
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 100;
    width: 45px;
    height: 45px;
    display: block;
    background: #007DC5;
    background:  rgba(0,125,197,.7);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
#back-to-top:hover {
    text-decoration: none;
    background-color: #009DFB;
    background: rgba(0,157,251,.8);
}
#back-to-top i {
    color: #fff;
    padding-top: 5px;
}

@media (max-width: 768px) {
    #back-to-top {
        display: none!important;
    }
}

