body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 12px;
    color: #555;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 959px) {
    body {
        background-color: #fff;
        text-align: left;
    }
}


/* Navbar */
.uk-fixed-navigation {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}
.uk-sticky {
    background: #fff;
}
.uk-navbar-dropdown {
    width: 180px;
}

ul.uk-navbar-dropdown li.current a {
    background: #0176ad;
    color: #fff;
}
ul.luk-navbar-dropdown li a:active {
    background: #0176ad;
    color: #fff;
}
/* Navbar */



/* Header */
.uk-logo {
  height: 80px;
  margin: 10px 0px 25px -9px;
}

@media (max-width: 959px) {
  .uk-logo {
    height: 60px;
    margin: 0px 0px 10px -9px;
  }
}

.language {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.language li {
    display: inline-block;
}
ul.language li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 40px;
    padding: 0 6px;
    margin-top: 19px;
}
ul.language li a:hover {
    background: #0176ad;
    color: #fff;
}
ul.language li.current a {
    background: #0176ad;
    color: #fff;
}
ul.language li a:active {
    background: #0176ad;
    color: #fff;
}
.uk-card-default .uk-card-header {
    border-bottom: 0px solid #e5e5e5;
}
.blau{
    background-color: #0176AD;
}
.weiss{
    color: #fff;
}
.testimonial{
    font-size: 42px;
    font-weight: 700;
    background-color:rgba(0,0,0,.5);
    padding: 20px;
}

.uk-heading-primary{
    font-size: 42px;
    font-weight: 500;
}
@media (max-width: 959px) {
    .uk-heading-primary{
        font-size: 28px;
        font-weight: 500;
    }
}
/* Header */



/* Button */
.uk-button-primary {
    background-color: #0176ad;
}
.uk-button-weiss{
    background-color: #fff;
    color: #333;
    border-color: #fff;
}
.uk-button-weiss:focus, .uk-button-weiss:hover {
    background-color: #fff;
    color: #333;
    border-color: #fff;
}
.uk-button:hover {
    text-decoration: none;
}
/* Button */



h1 {
    font-size: 24px;
    color: #0176ad;
    margin-top: 30px;
    margin-bottom: 10px;
}

.wordwrap {
    white-space: normal !important;
    max-width: 200px;
}

/* Paragraph & Typographic */

p {
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 16px;
}

.center h3 {
    text-align: center;
}
.align-center {
    text-align: center;
    background-color: #f9f9f9;
    color: #000;
    padding: 60px;
    margin-bottom: 30px;
}
.align-center p {
    margin-top: 10px;
    margin-bottom: 30px;
}





/* Links */
a {
    color: #0176ad;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

li {
    font-size: 16px;
    line-height: 28px;
}



/* Helpers */

.mt {
    margin-top: 30px;
    margin-bottom: 50px;
}

.mt30 {
    margin-top: 30px;
}


.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mtb30 {
    margin: 30px 0px 30px 0px;
}

.mtb50 {
    margin: 50px 0px 50px 0px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mh30 {
    min-height: 30px;
}

.mh45 {
    min-height: 45px;
}

.mh50 {
    min-height: 50px;
}

.mh60 {
    min-height: 60px;
}

.mh80 {
    min-height: 80px;
}

.mh90 {
    min-height: 140px;
}

.mh_frei {
    min-height: 208px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.unbreak {
    white-space: nowrap;
}

.wordwrap {
    word-wrap: break-word;
}
/* Helpers */




/* Footer */
#footerwrap {
    padding-top: 20px;
    padding-bottom: 25px;
    color: #fff;
    background: #335272;
    border-bottom: 30px #fff solid;

}
@media (max-width: 768px) {
    #footerwrap {
        border-bottom: 0px;
    }
}
#footerwrap p {
    color: #fff;
}
#footerwrap h4 {
    color: #fff;
}
.kontakt {
    color: #fff;
}
.kontakt a {
    color: #fff;
}
.white {
    color: white;
}
#white a {
    color: white;
}
#white a:hover {
    color: white;
}
.copyright {
    font-size: 16px;
    text-align: left;
}
ul.copyright {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.copyright li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
.footernav {
    text-align: right;
    font-size: 16px;
    color: #fff;
}
.footernav a {
    color: #fff;
}
ul.footernav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.footernav li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
@media (max-width: 992px) {
    .copyright {
        font-size: 16px;
        text-align: center;
    }
    .footernav {
        text-align: center;
    }

}
/* Footer */

/* Cookie */
.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}
/* Cookie */

.FormBuilder-anfrage li {
  list-style: none;
}

.uk-button-primary {
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #777;
  color: #fff;
}

.uk-navbar-nav li a {
  color: #0072A5;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}

.uk-navbar-nav > li.uk-active > a {
  color: #666;
    font-size: 18px;
  font-weight: 500;
}
.uk-navbar-nav > li > a:hover {
  color: #666;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}

.hellblau {
    background-color: #DDEBFE;
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.hellblau_box {
    background-color: #DDEBFE;
    color: #666;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.benefit-icon {
    flex: 0 0 auto;        /* verhindert Shrinking */
    width: 20px;           /* feste Größe */
    height: 20px;
    margin-top: 5px;
}

.benefit-icon svg {
    width: 100%;
    height: 100%;
}

.benefit-text {
    margin: 0;
}

.FormBuilder-anfrage li{
  list-style: none
}

.FormBuilder-anfrage .uk-form-controls  {
  margin-bottom: 20px;
}

.FormBuilder-anfrage .uk-checkbox {
  margin-right: 5px;
}

/* mouse scroll down */
.mouse-down {
  border: 2px solid #fff;
  border-radius: 2rem;
  bottom: 3rem;
  height: 3.5rem;
  left: 50%;
  margin-left: -1rem;
  position: absolute;
  width: 2rem;
}

.mouse-down:before {
  animation: mouse-down 2s infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 0.5rem;
  transform: translateX(-50%);
  width: 6px;
}

@keyframes mouse-down {
  to {
    opacity: 0;
    top: 2.5rem;
  }
}
/* mouse scroll down */


.seedperl {
  background-color: #F3F5FA;
  color: #636463;
}

.uk-iconnav-vertical {
    list-style: none;
    padding-left: 0;
}

.uk-iconnav-vertical li {
    list-style: none;
}