/*General*/
html {
    background: #ffffff none no-repeat fixed center/cover;
    color: #444;
    font: 400 17px/27px arial,helvetica,sans-serif;
    word-wrap: break-word;
	/*
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
	*/
}
body {
    min-width: 320px;
}

/* Wichtig für IE das es am Anfang steht */
#news .panel {
    /*background-color: #fff;*/
    padding: 30px !important;
}

/*Headlines*/
h1, h2, h3, h4, h5, h6 {
    color: #e5007d;
    font-family: arial,helvetica,sans-serif;
	font-weight: 400;
}
h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
#section-image {
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center 180px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
em {
    color: #e5007d;
}
.imageHolder {
    margin-top: -70px;
    position: relative;
}
.image11 {
    display:none;
}
.panel li {
    color:#000;
}
section {
	background-color:#fff;
}

/*Links*/
a, a:hover {
    color: #e5007d;
}
.uk-link:after {
    content: "\f105";
    font: 400 19px 'FontAwesome';
    padding-left: 5px;
    vertical-align: -1px;
}
.uk-link, .uk-link:hover {
    color: #e5007d;
}

/*Buttons*/
.uk-button:focus,
.uk-button:hover {
    background-color: #194383;
    color: #fff;
}
.uk-button {
    background-color: #e5007d;
    border-radius: 4px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*Forms*/
.uk-form label {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
	color:#444;
}
.uk-form input[type="text"],
.uk-form select,
.uk-form textarea {
    height: 40px;
    border: 1px solid #c6ccd2;
    border-radius: 4px;
    color: #7f7f7f;
}
.uk-form textarea {
    height: auto;
    min-height: 132px;
    resize: vertical;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
    display: none;
}
.uk-form input[type="radio"].uk-form-danger + label:before {
    background-color: #fff7f8;
    border-color: #dc8d99;
}
.uk-form input[type="radio"] + label:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #c6ccd2;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}
.uk-form input[type="radio"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
.uk-form input[type="radio"].uk-form-danger + label:after {
    background-color: #dc8d99;
}
.uk-form input[type="radio"] + label:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    left: 4px;
    top: 50%;
    margin-top: -6px;
    background-color: #e5007d;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.uk-form input[type="checkbox"].uk-form-danger:checked + label:after {
    background-color: #dc8d99;
    border-color: #dc8d99;
    color: #fff;
}
.uk-form input[type="checkbox"].uk-form-danger + label:after {
    background-color: #fff7f8;
    border-color: #dc8d99;
    color: #fff7f8;
}
.uk-form input[type="checkbox"]:checked + label:after {
    background-color: #e5007d;
    border-color: #e5007d;
}
.uk-form input[type="checkbox"] + label:after {
    content: "";
    color: #fff;
    font-family: 'FontAwesome';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 14px;
    margin-top: -10px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #c6ccd2;
    text-align: center;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    font-size: 11px;
}
.uk-form input[type="checkbox"] + label,
.uk-form input[type="radio"] + label {
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    position: relative;
}
.uk-form .headline.underline {
    border-bottom-color: #808080;
    color: #000;
    font-size: 23px;
    font-weight: 400;
}

/*Selectric*/
.selectric-wrapper input[tabindex] {
    display: none;
}
.selectric-open {
    z-index: 1;
}
.selectric-open.selectric-above .selectric {
    border-radius: 0 0 4px 4px;
}
.selectric-open .selectric {
    border-color: #c6ccd2;
    border-radius: 4px 4px 0 0;
}
.selectric {
    background-color: #fff;
    border-color: #c6ccd2;
    border-radius: 4px;
}
.selectric .label {
    color: #7f7f7f;
    font-size: 17px;
}
.selectric .button:after {
    content: none;
}
.selectric-hover .selectric .button,
.selectric .button {
    color: #000;
    margin: 0;
}
.selectric .button > i {
    font-size: 21px;
    line-height: 39px;
}
.selectric-above .selectric-items {
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
}
.selectric-items {
    border-color: #c6ccd2;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
    overflow: hidden;
}
.selectric-items li.selected {
    background-color: #e5007d;
    color: #fff;
}
.selectric-items li:hover {
    background-color: #f2f2f2;
    color: #7f7f7f;
}
.selectric-items li:not(:first-child) {
    border-top: 1px solid #c6ccd2;
}
.selectric-items li {
    background-color: #fff;
    color: #7f7f7f;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*Header - Scrolling*/
#header.scroll + section {
    margin-top: 167px;
}
#xheader.scroll {
    height: 167px;
}
#header.scroll .logo,
#header.scroll .logo > * {
    /* height: 167px; */
}
#header.scroll .logo {
    margin: 0;
}
#header.scroll #navigation-social {
    height: 0;
    margin-top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#header.scroll #navigation-menu {
    margin: 32px 0;
}
/*Header*/
#header + section {
    margin-top: 200px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#header {
    background-color: #fff;
    height: 167px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    min-width: 320px;
    max-width: 1200px;
    box-sizing: border-box;
    -webkit-transition: height 0.3s ease 0s;
    transition: height 0.3s ease 0s;
}
#header nav {
    background-color: transparent;
}
/*Header - Logo*/
.logo {
    padding: 0;
    margin: 0;
}
.logo,
.logo > * {
    height: 167px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*Header - Navigation-Social - Call to Action*/
#navigation-social .call-to-action {
    display: inline-block;
    font-size: 16px;
}
#navigation-social .call-to-action > a {
    height: 30px;
    display: inline-block;
}
#navigation-social .call-to-action > a span{
    color: #e5007d;
    font-weight: 700;
    float:left;
    font-size: 20px;
}
/*Header - Navigation-Social*/
#navigation-social {
    margin-top: 18px;
    line-height: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#navigation-social > ul,
#navigation-social > ul > li {
    margin: 0;
    padding: 0;
}
#navigation-social > ul > li:not(:first-child) {
    margin-left: 5px;
}
#navigation-social > ul > li > a {
    background-color: #e5007d;
    color: #fff;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 4px;
    display: block;
}
#navigation-social > ul > li > a.uk-icon-facebook {
	background-color: #3B5998;
}
#navigation-social > ul > li > a.uk-icon-youtube {
	background-color: #E62117;
}
/*Header - Navigation-Menu*/
#navigation-menu {
    margin: 50px 0 32px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#navigation-menu > ul {}
#navigation-menu > ul > li:not(:first-child) {
    margin-left: 25px;
}
#navigation-menu > ul > li.uk-parent > a:after {
    color: #808080;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21px;
}
#navigation-menu > ul > li.uk-parent > a {
    padding-right: 25px;
    position: relative;
}
#navigation-menu > ul > li.uk-active > a,
#navigation-menu > ul > li:hover > a {
    color: #e5007d;
}
#navigation-menu > ul > li > a {
    background-color: #fff;
    color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*Header - Navigation-Menu - Dropdown*/
#navigation-menu > ul > li.uk-parent > div {
    border-top: 3px solid #e5007d;
    margin-top: 30px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
#navigation-menu > ul > li.uk-parent > div ul,
#navigation-menu > ul > li.uk-parent > div .uk-grid {
    margin: 0;
}
#navigation-menu > ul > li.uk-parent > div ul > li:not(:first-child) {
    border-top: 1px solid rgba(0,0,0,0.1);
}
#navigation-menu > ul > li.uk-parent > div ul > li > a:focus,
#navigation-menu > ul > li.uk-parent > div ul > li > a:hover {
    background-color: transparent;
    color: #e5007d;
}
#navigation-menu > ul > li.uk-parent > div ul > li > a {
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*Header - Call us*/
#call-us, #fb, #yt, #ct {
    color: #000;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: 27px 10px 27px 0;
}
.ictop {
    color: #e5007d;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-right:3px;
    float:left;
}
/*Header - Navigation-Toggle*/
#navigation-toggle {
    color: #000;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: 27px 0;
}
/*Header - Navigation-Mobile*/
#navigation-mobile > div {
    background-color: #e5007d;
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    padding: 20px;
    box-sizing: border-box;
    width: 300px;
}
#navigation-mobile > div > a.logo {
    display: block;
    margin-bottom: 20px;
}
/*Ebene 1*/
#navigation-mobile > div > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#navigation-mobile > div > ul > li {
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}
#navigation-mobile > div > ul > li:hover > a,
#navigation-mobile > div > ul > li[data-dropdown="show"] > a {
    background-color: rgba(0,0,0,0.2);
}
#navigation-mobile > div > ul > li.uk-active > a {
    background-color: #fff;
    color: #e5007d;
    font-weight: 700;
}
/*Ebene 2*/
#navigation-mobile > div > ul > li > a,
#navigation-mobile > div > ul > li ul > li > a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    display: block;
    padding: 0 40px 0 15px;
    line-height: 40px;
    text-decoration: none;
}
#navigation-mobile > div > ul > li:hover > i,
#navigation-mobile > div > ul > li[data-dropdown="show"] > i {
    /*color: #fff;*/
}
#navigation-mobile > div > ul > li.uk-active > i {
    color: #e5007d;
}
#navigation-mobile > div > ul > li[data-dropdown="show"] > i:before {
    content: "\f107";
}
#navigation-mobile > div > ul > li > i {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 40px;
    color: #fff;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: rgba(0,0,0,0.05);
    font-size: 18px;
    -webkit-tap-highlight-color: transparent;
}
#navigation-mobile > div > ul > li ul {
    display: none;
    list-style: none;
    padding: 0;
}
#navigation-mobile > div > ul > li ul > li > a:hover {
    background-color: rgba(0,0,0,0.1);
}
/*Header - Navigation-Mobile - Adresse*/
#navigation-mobile address:before {
    top: -30px;
}
#navigation-mobile address:after {
    bottom: -31px;
}
#navigation-mobile address:before,
#navigation-mobile address:after {
    content: "";
    position: absolute;
    width: 60%;
    border-top: 1px dotted #fff;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
}
#navigation-mobile address {
    margin: 60px 0;
    position: relative;
}
#navigation-mobile address > a:not(:first-child) {
    margin-top: 5px;
}
#navigation-mobile address > a:hover {
    background-color: #fff;
    color: #e5007d;
}
#navigation-mobile address > a {
    display: block;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#navigation-mobile address > a > i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
#navigation-mobile address > p {
    color: #fff;
    font-size: 13px;
}
/*Content*/
.content {
    background-color: #fff;
    padding: 40px 80px;
}
.uk-slidenav-position .uk-slidenav {
	display:block;
}

/* Footer */
#footer {
    background-color: #7f7f7f;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    padding: 50px 60px;
}
#footer h3, #footer a[href^="mailto:"] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
#footer a {
    color: #fff;
}
#footer ul {
    list-style: outside none none;
    padding: 0;
}
#footer ul > li:not(:first-child) {
    margin-top: 14px;
}
#footer ul > li > a::after {
    background-color: #e5007d;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 9px;
}
#footer ul > li > a {
    color: #fff;
    display: block;
    padding-left: 14px;
    position: relative;
}
#footer p + ul > li:not(:first-child) {
    margin-top: 6px;
}
#footer p + ul > li > a {
}
#footer u {
    font-weight: 700;
}


*Slider*/

#slider {
    background-color: rgba(27, 42, 23, 0.7);
}
#slider .uk-slideshow,
#slider .uk-slideshow > li {
    min-height: 30vh;
    /*max-height: 440px;*/
}
/*Slider - Overlay*/
#slider {
    position: relative;
}
#slider .uk-slideshow > li:nth-child(even) .uk-overlay-panel {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
                   -ms-flex-pack: end;
}
.project-content {
    /*background-color: rgba(255,255,255,0.9);*/
    padding: 80px 0;
    position: relative;
}
.project-content > p {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
}
.project-content h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    color: #e5007d;;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 20px;
}
.project-content h2::after {
    background: rgba(255,255,255,0) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    border-radius: 5px;
    /* transform: skew(-15deg);
    transition: all 1s ease 1s;*/
    z-index: -1;
}

/*Slider - Dotnav*/
#slider .uk-dotnav,
#slider .uk-dotnav > li {
    margin: 0 0 5px;
    padding: 0;
}
#slider .uk-dotnav > li:not(:first-child) {
    margin-left: 5px;
}
#slider .uk-dotnav > li > a:focus,
#slider .uk-dotnav > li > a:hover {
    background-color: transparent;
}
#slider .uk-dotnav > li.uk-active > a {
    background-color: #fff;
}
#slider .uk-dotnav > li > a {
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
/*Slider - Slidenav*/
#slider .uk-slidenav-previous:before {
    content: "\f053";
}
#slider .uk-slidenav-next:before {
    content: "\f054";
}
#slider .uk-slidenav {
    color: #fff;
    display: block;
    font-size: 40px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.bgsection {
    background-image: url(../images/jp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}