html {
	background-color: #fff;
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}
body {
	background-color: #fff;
    font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Inter', sans-serif;
}
h3 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1b4b7c;
    text-transform: uppercase;
    margin-bottom: 28px
}
h4 {}
h5 {}
p {}
a { color: #1b4b7c;}

button.navbar-toggler.collapsed, button.navbar-toggler.collapsed:focus, button.navbar-toggler.collapsed:hover:focus {
    outline: #1b4b7c;
    -webkit-box-shadow: 0px 0px 4px #1b4b7c;
    box-shadow: 0px 0px 4px #1b4b7c;
}

a:hover, a:focus, a:active {
    color: #0e263e;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0e263e;
    border-color: #0e263e;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(0,0,0,0);
    box-shadow: 0 0 0 0rem rgba(0,0,0,0);
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0e263e;
    border-color: #0e263e;
    -webkit-box-shadow: 0 0 0 0rem rgba(0,0,0,0);
    box-shadow: 0 0 0 0rem rgba(0,0,0,0);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.btn-primary:hover {
    color: #fff;
    background-color: #0e263e;
    border-color: #0e263e;
}
.mainheader {
    width: 100%;
    max-width: 840px;

}
.primary-header {
            position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.mainheader .navbar {
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(000,000,000,0.3);
    box-shadow: 0px 0px 4px rgba(000,000,000,0.3);
}
.navbar .navbar-brand img {
    width: 100%;
    max-width: 34px;
}
.navbar-light .navbar-nav .nav-link {
    color: #1b4b7c;
    font-weight: 600;
    text-transform: uppercase;
}
button.navbar-toggler {
    border-radius: 0px;
}
.headerlogo img {
    width: 100%;
    max-width: 95px;
    height: auto;
    background: #fff;
    padding: 10px 7px 7px 7px;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 12;
    -webkit-box-shadow: 0px 0px 4px rgba(000,000,000,0.3);
    box-shadow: 0px 0px 4px rgba(000,000,000,0.3);;
}
@media screen and (max-width: 1129px) {
    .headerlogo img {display: none;}
}
.splash {
    background-image: url(../images/splash.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    min-height: 800px;
    display: block;
    position: relative;
}
.splash-unternehmen {
    height: 30vh;
    min-height: 500px
}
.splash-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    background-color: rgba(27, 75, 124, 0.4);
    padding: 21px 28px 74px 28px;
    text-transform: uppercase;
}
.splash-footer h1:after {
    content: ' ';
    display: block;
    width: 100px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -15px;
}

.welcome .welcome-intro .col-sm-12.col-md-9, .welcome .welcome-intro .col-sm-12.col-md-7 {
    background: #1b4b7c;
    color: #fff;
    padding-top: 32px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
}
.pagecontent-unternehmen  .row .col-sm-12.col-md-9 {
    padding-top: 180px;
    padding-bottom: 170px;
}
.welcome {
    background-image: url(../images/konferenz.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.pagecontent-unternehmen .welcome {
 background-image: url(../images/konferenz-2.jpg);   
}
.welcome-moreinfo .col-sm-12.col-md-7
{
    padding-top: 120px;
    background: #fff;
}
.mini-headline {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #1b4b7c;
    display: inline-block;
    padding: 2px 85px 2px 5px;
    margin-bottom: 14px
}
.blogfeed .mini-headline {
    color: #1b4b7c;
    background: #fff;
}
.blog-intro .mini-headline {
    background: #fff;
    color: #1b4b7c;
}
.welcome a {
    display: block;
    text-decoration: underline;
    margin-bottom: 12px;
}
.leistungen-overview {
    background: #ebebeb;
    padding: 120px 0 80px 0;
}
.leistungen-overview h3 {
    width: 100%;
    max-width: 640px;
}
.multicolumntext p {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-bottom: 80px
}

.leistungen-overview .card {
    margin-bottom: 2rem;
}
.leistungen-overview img.card-img-top {
    border-radius: 0px;
}
.leistungen-overview .card-body {
    padding: 9px 0 0 0;
    border-radius: 0px;
    background: #1b4b7c;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.leistungen-overview .card-body h4 {
    font-size: 1.25rem;
}
.leistungen-overview .card-body .btn {
    border-radius: 0px
}
.leistungen-overview .btn-group {
    width: 100%;
    border-top: 1px solid #fff;
}
.leistungen-overview .card a.btn {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
}
.leistungen-detailinfo {
    background: #fff;
    width: 100%;
    max-width: 800px;
    padding: 20px;
    border-top: 4px solid #1b4b7c;
}
.leistungen-detailinfo h3 {
    font-size: 1.5rem;
    color: #1b4b7c;
    margin-bottom: 1rem;
}
.videobreaker-unternehmen {
    background: #efefef;
    padding: 80px 0 60px 0;
}
.videobreaker-intro {
    margin-bottom: 42px
}
img.videovorschau {
    width: 100%;
    height: auto;
}
.videobreaker h4 {
    margin-top: 50px;
    color: #1b4b7c;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-weight: 600;
}
a.cta-link {
    display: block;
    text-decoration: underline;
    padding-bottom: 4px;
    margin-bottom: 14px;
    color: #1b4b7c;
}
a.cta-link:hover, a.cta-link:focus {
    text-decoration: none;
}
.blogfeed {
    background-color: #1b4b7c;
    padding: 100px 0 80px 0;
    color: #fff;
}
.blogfeed-excerpts {
    margin-top: 70px;
    border-top: 1px solid rgba(255,255,255,.3);
    padding-top: 72px;
}
.blogfeed-excerpts-extended {
    border-left: 3px solid #fff;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-bottom: 14px;
}
.blog-excerpt span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .7rem;
}
.blog-excerpt {
    margin-bottom: 40px;
}
.blog-excerpt p {
    font-weight: 400;
    font-size: .9rem;
    text-align: justify;
}
.blog-excerpt a {
    color: #fff;
    border-bottom: 3px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8rem;
    text-decoration: none;
}
.blog-excerpt a:hover {
    text-decoration: none;
    opacity: .8;
}
.breaker-image {
    background-image: url(../images/konferenz-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;   
    height: 400px;
    width: 100%;
}
.photobreaker {
        background-image: url(../images/splash.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;   
    height: 400px;
    width: 100%;
}
.kontakt {
    padding: 100px 0 80px 0;
    border-bottom: 20px solid #1b4b7c;
}
.kontakt-info-titel h5 {
    left: 0;
    background: #1b4b7c;
    padding: 3px 20px 2px 20px;
    color: #fff;
}
.kontakt-info-column {
        padding-top: 44px;
}
.kontakt-info {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    margin-bottom: 30px;
    background: #efefef;

}
.kontakt-info p {
    padding: 12px 20px 16px 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1b4b7c;
}
.footer-navigation {
    padding-top: 40px;
    margin-bottom: 20px;
    text-align: right
}
.footer-navigation li {
    display: inline-block;
    margin: 4px 7px 3px 7px;
}
.footer-navigation a {
    text-decoration: underline;
}

.zertifizierungen {
    padding-top: 20px;
}
.zertifizierungen-big {
    padding-top: 30px;
}
.zertifizierungen img{
    margin-right: 30px;
    padding: 10px;
}
.zertifizierungen-big img{
    margin-right: 30px;
    padding: 10px;
}
.zertifikat-1 {
    width: 100%;
    max-width: 340px;
    
}
.zertifikat-2 {
    width: 100%;
    max-width: 290px;
}
.zertifikat-3 {
  width: 100%;
  max-width: 280px;
  display: block;
  margin-top: 20px;
}
.zertifizierungen-big .zertifikat-1, .zertifizierungen-big .zertifikat-2 {
        width: 100%;
    max-width: 320px;

}
.galerie {
    padding: 100px 0 80px 0
}
.galerie img {
    width: 100%;
    margin-bottom: 2rem;
}
.ueberblick {
    background: #1b4b7c;
    color: #fff;
    padding: 80px 0 70px 0;
}
.ueberblick-info {
    text-align: right;
}
.leistungen-intro {
    background-color: #1b4b7c;
    color: #fff;
    padding: 200px 0 150px 0;
}.leistungen-intro h3 {
    color: #fff
}
.leistungen-intro h2 {
    background: #fff;
    color: #1b4b7c;
}
.einzelseite-inhalt {
    background: #fff;
    padding: 180px 0 150px 0;
}
.kontakt-breaker {
    display: block;
    background: #fff;
    width: 100%;
    margin-top: -170px;
    max-width: 400px;
    position: absolute;
    right: 40px;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    padding: 10px 14px 2px 14px;
}
.leistungen-sonderwunsch {
    background: #1b4b7c;
    padding: 1px 14px 8px 14px;
    color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 50px auto 20px auto;
    text-align: center
}
.leistungen-sonderwunsch a.cta-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid #fff;
    padding-top: 9px
}
.leistungen-sonderwunsch a.cta-link:hover, .leistungen-sonderwunsch a.cta-link:focus {
    opacity: 0.8;
}
.blog-intro {
    background-color: #efefef;
    color: #000;
    padding: 180px 0 150px 0;
}
.kontakt-blog {
    background: #efefef;
}
.kontakt-blog .kontakt-info {
    background: #fff;
}
.icon-inline {
    width: 100%;
    max-width: 45px;
    display: inline-block;
    margin-right: 10px;
}

.productoverview {
    background: #1b4b7c;
    color: #fff;
    padding: 80px 0;
}

.productoverview h3 {
    color: #fff;
}

.verticalspacer {
    width: 1px;
    height: 80px;
    background: #fff;
    margin: 30px auto 33px auto;
}

.referenzenfooter {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.referenzenfooter p a {
    color: #fff;
    text-decoration: underline;
    padding-top: 20px;
    display: block;
}

.productoverview img {
    width: 100%;
    max-width: 700px;
    padding: 13px 0;
}
@media screen and (max-width: 1000px) {
    .multicolumntext p {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .leistungen-overview .card-body h4 {
        font-size: 1rem;
    }
}
@media screen and (max-width: 900px) {
    h1, .welcome-moreinfo h3, .leistungen-overview h3, .blogfeed h2, .kontakt h3 {
        font-size: 1.8rem;
    }
    .blogfeed h2 {
        margin-bottom: 24px
    }
}