#preload-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.navbar-z {
    z-index: 9999;
}

.white-color {
    color: #fff;
}

.white-color h1 {
    color: #fff;
}

.footer {
    background-color: #1C3146;
    color: #fff;
    padding: 30px 40px;
}

.footer h1,
.footer h2,
.footer h3,
.footer p,
.footer a {
    margin: 3px;
}

.footer a:hover {
    color: #E85555;
}

.footer-nav {
    padding-top: 15px;
}

.footer-ul {
    overflow: hidden;
    list-style-type: none;
    display: inline-block;
}

.footer-ul li {
    height: 25px;
    float: left;
    margin-right: 0px;
    border-right: 1px solid #aaa;
    padding: 0 10px;
}

.footer-ul li:last-child {
    border-right: none;
}

.footer-ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
}

.footer-ul li a:hover {
    color: #E85555;
}

.island {
    padding-top: 30px;
}

.footer-icon {
    padding-right: 10px;
}

/*Overwrite links*/
a {
    color: #E85555;
}

a:hover {
    color: #E85555;
}

.special-link {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

/*Overwrite links END*/

/*Overwrite NAV*/
.uk-navbar {
    background: #1C3146;
    color: #000;
}

.uk-navbar-brand {
    color: #fff;
}

.uk-navbar-brand:focus {
    color: #fff;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #E85555;
    color: #fff;
}

.uk-navbar-nav > li > a {
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.uk-navbar-nav > li > a:hover {
    background: #E85555;
    color: #fff;
}

.uk-navbar-toggle {
    color: #fff;
}

.uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
    color: #E85555;
}

.uk-navbar-brand:hover {
    color: #fff;
}

.uk-offcanvas-bar {
    background: #1C3146;
}

.uk-nav-offcanvas > li > a {
    color: #fff;
    border-bottom: 1px solid rgba(95, 95, 95, 0.38);
}

.uk-nav-offcanvas > li > a:hover {
    background: #E85555 !important;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #E85555;
}

/*Overwrite NAV END*/

/*Overwrite SLIDENAV*/
.special-slidenav .uk-slidenav {
    color: #E85555 !important;
}

.special-slidenav .uk-slidenav:hover {
    color: #E85555 !important;
}

/*Overwrite SLIDENAV END*/

/*Overrite Accordion*/
.uk-accordion-title {
    border: 1px solid #BDBCBC;
    border-radius: 4px;
}

h3.uk-accordion-title {
    background: #1C3146;
    color: #fff;
}

.uk-accordion-title.uk-active .uk-icon-chevron-right,
.uk-accordion-title .uk-icon-chevron-right {
    padding-top: 4px;
}

.uk-accordion-title.uk-active .uk-icon-chevron-right:before {
    content: "\f078";
    color: #fff;
}

.uk-accordion-title .uk-icon-chevron-right:before {
    content: "\f054";
    color: #fff;
}

/*Overrite Accordion END*/

.heli-images img {
    height: 30px;
    width: 30px;
}

.Bild {
    width: 30px;
    height: 30px;

    margin: 5px
}

h2 {
    text-decoration: underline;
}

       