*
{
    margin:0;
    padding:0;
}

body
{
    overflow-x: hidden;
}

html{
    scroll-padding-top: 80px;
    overflow-x: hidden;
}

ul {
    text-align: center;
    list-style-position: inside;
}

.btn-outline-light, .btn-outline-light:active, .btn-outline-light:visited
{
    border-color:#1c4d81 !important;
    color:#fff !important;
    background-color: #123152 !important;
}

.btn-outline-light:hover
{
    background-color: rgba(9, 25, 43, 0.057) !important;
    border-color: #123152 !important;
}

.btn-primary, .btn-primary:active, .btn-primary:visited
{
    color:#fff !important;
    background-color: #1c4d81 !important;
    border: none !important;
}

.btn-primary:hover
{
    background-color: #fff !important;
    color: #123152 !important;
}

.mtitle
{
    padding-top: 25px;
}

.mtitle h1
{
    padding-bottom: 0.7em;
    font-weight: 400 !important;
    color:#1c4d81 !important;
}

.mtitle h1 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    padding-bottom: 0.35em;
}

.mtitle2
{
    padding-top: 25px;
}

.mtitle2 h1
{
    font-weight: 400 !important;
    color: #1c4d81 !important;
    padding-bottom: 0.7em;
    font-size: 28px;
}

.mtitle2 h1 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    padding-bottom: 0.35em;
}

.mtitle3 h1
{
    font-weight: 400 !important;
    color: #123152 !important;
    font-size: 22px !important;
    padding: 0.7em 0;
}

.mtitle3 h1 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
}

.mtitle4 h1
{
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 28px !important;
    padding: 0.7em 0;
}

.mtitle4 h1 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
}

/*-Navbar-*/

#nav-bar
{
    top: 0;
    z-index: 10;
}
.navbar
{
    background-color:#1c4d81;
    padding: 0 !important;
    min-height: 80px;
    font-size:14px;
}

.navbar-toggler
{
    border: none !important;
}

.navbar-nav li
{
    padding: 0 20px;
}

.navbar-nav li a
{
    color: #fff;
    font-weight: 200;
}

.navbar-nav li a:hover
{
    color: #fff;
    font-weight: 300;
}

.navbar-brand img
{
    padding: 10px 20px;
    height: 55px;
}

.nav-link
{
    position: relative;
    width: 100%;
    display: inline-block;
}

.nav-link::after
{
    content: '';
    width: 0px;
    height: 0.5px;
    display: block;
    background: #fff;
    transition: 300ms;
}

.nav-link:hover::after
{
    width: 100%;
}

.fa-chevron-down
{
    color: #fff;
    font-size: 30px;
}

.navbar-toggler
{
    outline:none !important;
}

/*-Banner-*/

#banner
{
    height: 100vh;
    z-index: 11;
}

.bannertext h1
{
    color: #1c4d81;
}

.bannertext p
{
    font-size: 14px;
    color: #fff;
}

.bgdark
{
    background-color: rgba(0, 0, 0, 0.089);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    margin: auto;
    margin-top: 15%;
    max-width: 600px;
}

#videobg {
    position: absolute;
    object-fit: cover;
    right: 0;
    bottom: 0;
    max-height: 100vh;
    min-width: 100vw;
    z-index: 0;
    filter: brightness(80%);
}

@media screen and (max-width: 600px) {
    #videobg {
        position: absolute;
        object-fit: cover !important;
        object-position: center !important;
        right: unset;
        bottom: unset;
        max-height: unset;
        min-width: unset;
        max-width: 100vw;
        height: 100vh;
    }
    .bgdark {
        margin-top: 45%;
    }
}

/*-Auszeichnungen-*/

#ausz{
    background-color: #dadada;
}

#ausz h1{
    font-size: 28px;
}

#ausz h2{
    color: #1c4d81;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
}

#ausz p{
    color: #123152;
    font-size: 14px;
    padding-bottom: 5%;
}

.dscontainer
{

    border-radius: 10px;
    max-height: 300px;
}

.dsinfoc
{
    padding-top: 10px;
}

/*-About-*/

#about{
    background-color: #fff;
    padding-bottom: 5%;
}

#about h1{
    font-size: 30px;
}
 
.cabout h2{
    text-align: center;
    padding-top: 1.0em;
    padding-bottom: 0.7em;
    font-weight: 400;
    color: #1c4d81;
    font-size: 20px;
}

.cabout p{
    color: #123152;
    text-align: center;
    display: block;
    margin: auto;
    max-width: 80%;
    font-size: 14px;
}

.caboutimg
{
    object-fit: cover;
    object-position: right bottom;
    min-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.brimg
{
    border-radius: 10px;
}
  

/* Contact Form */

#contact
{
    background-color: #123152;
    color: #fff;
}

#contact h1{
    font-size: 30px;
}

.contactform
{
    width: 60%;
    padding-bottom: 15%;
}

.maintitle
{
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    letter-spacing:1px;
    font-weight:400;
    font-size: 34px;
    padding-bottom: 0.7em;
}

#submit:disabled
{
    background: #19220b;
    color: #243010;
    opacity: 70%;
}

#contact label
{
    font-size: 16px;
    font-weight: 400;
}

input::placeholder, textarea::placeholder {
    color: #123152;
    font-size: 12px;
}

.fa-square-phone
{
    font-size: 35px;
    margin: 15px;
    vertical-align: middle;
}

.fa-envelope
{
    font-size: 35px;
    margin: 15px;
    vertical-align: middle;
}

.fa-location-dot

{
    font-size: 35px;
    margin: 15px;
    vertical-align: middle;
}

#contact a:link, a:visited
{
    text-decoration: none;
    color: #fff;
}

#contact a:hover
{
    text-decoration: none;
    color: #dadada;
}

#submit:disabled
{
    background: #fff;
    color: #1c4d81;
    opacity: 70%;
}

/*-Datenschutz-*/

#datenschutz
{
    margin-top: 80px;
    text-align: center;
    padding-top: 20px;
}

#datenschutz h1
{
    color: #123152;
}

#datenschutz h4
{
    color: #1c4d81;
}

/*-Impressum-*/

#impressum
{
    margin-top: 80px;
    text-align: center;
    padding-top: 20px;
}

#impressum h1
{
    color: #123152;
}

#impressum h3, h2
{
    color: #1c4d81;
}

/*-Footer-*/

#footer
{
    background-color:#1c4d81;
    color: #fff;
}

#footer a
{
    text-decoration: none;
    color: #fff;
}

#footer a:hover
{
    text-decoration: none;
    color: #dadada;
}

.navdatensch
{
    padding-left: 50px;
}

#copyright
{
    height: 100px;
}

.copyrighttext
{
    font-weight: 200;
    font-size: 16px;
    margin-top: 3%;
}

#footernav
{
    display: block;
    height: 100px;
}

.footernavt
{
    font-weight: 200;
    font-size: 14px;
    margin-top: 3%;
}