/********************************** FONTS **********************************/

@import "fonts.css";

h1 {margin:0}
h1, h2.tk-h1 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 30px 0;
    margin-top: 80px;
    font-size: 26px;
    font-weight: 700;
}
h1:after, h2.tk-h1:after {
    content: '';
    background-color: #c7017f;
    width: 80px;
    height: 2px;
    display: block;
    margin-top: 20px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #333;
    margin-top: 0;
}
h2.data {
    color: #c7017f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
}
body.kompetenzen h2 {
    margin-top: 10px;
}
.uk-slideshow h3 {
    white-space: nowrap;
    font-size: 48px;
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(255, 255, 255, 0);
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    max-height: none;
    max-width: none;
    opacity: 1;
    text-shadow: 2px 2px 2px rgba(0,0,0,1.0);
}
.uk-slideshow h3 + p {
    text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
h4 {}
h5 {
    color: #eeeeee;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}
h6 {}

p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

a, .uk-link, a:hover, .uk-link:hover {
    color: #c7017f;
    text-decoration: underline;
}

/******************************** FONTS ENDE *******************************/




/******************************* NAVIGATION ********************************/
.navbar-sticky-wrapper {
    background-color: #fff;
    padding-top: 10px;
    transition: all 0.3s;
}
.navbar-sticky-wrapper.uk-active {
    padding-top: 0;
    transition: all 0.3s;
}
.uk-navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    text-transform: none;
}
.uk-navbar-dropdown {
    width: 225px;
    margin-top: 0;
    padding: 0;
}

        /*************************** DROPDOWN ******************************/
        .uk-navbar-dropdown.uk-navbar-dropdown-bottom-left.uk-open {}

        ul.uk-nav.uk-navbar-dropdown-nav > li {}

        ul.uk-nav.uk-navbar-dropdown-nav > li > a {
            padding: 8px 20px;
        }
        ul.uk-nav.uk-navbar-dropdown-nav > li > a:hover {
            background-color: #c7017f;
            color: #fff;
        }
        /************************* DROPDOWN ENDE****************************/


        /**************************** CANVAS *******************************/

        /************************** CANVAS ENDE*****************************/


/***************************** NAVIGATION ENDE *****************************/




/******************************** ELEMENTE *********************************/
a.tk-slider-button {
    display: inline-block;
    background-color: rgb(199, 1, 127);
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "Arial Black", Gadget, sans-serif;
    text-decoration: none;
}
a.tk-slider-button:hover {
    background-color: #777777;
    text-decoration: none;
}
.uk-light .uk-slidenav {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0,0,0,0.5);
    padding: 48px 9px;
    /* margin: auto 0; */
    margin-left: 0;
    margin-right: 0;
}
.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-hidden-hover:not(:focus) {
    display: block !important;
}

a.slider-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
    color: #333333;
    text-decoration: none;
}
a.slider-heading + a {
    text-decoration: none;
    font-weight: bold;
}

.nav-arrow-wrapper {
    display: block;
    margin: 0 0 0 auto;
    clear: both;
    position: relative;
    width: 75px;
}
.nav-arrow-wrapper > a {
    background-color: #c7017f;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    width: 13px;
    height: 21px;
    line-height: 17px;
    text-align: center;
}
.nav-arrow-wrapper > a svg {
    height: 16px;
    width: 10px;
}


a.tk-button {
    display: inline-block;
    background-color: rgb(199, 1, 127);
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "Arial Black", Gadget, sans-serif;
    text-decoration: none;
}
a.tk-button:after {
    content: ' >';
    margin-left: 5px;
}
a.tk-button:hover {
    background-color: #777777;
    text-decoration: none;
}
/****************************** ELEMENTE ENDE ******************************/




/********************************* CONTENT *********************************/
.tk-container {
    max-width: 1130px;
}
.tk-logo > a > img {}

.tk-icon {
    padding: 5px;
    background-color: black;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

/******************************* CONTENT ENDE ******************************/




/********************************** FOOTER *********************************/
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    border: solid 1px #727777;
    border-radius: 2px;
}
input[type="text"],
input[type="email"] {
    height: 50px;
    padding-left: 10px;
    box-sizing: border-box;
}
textarea {
    height: 250px;
    box-sizing: border-box;
    padding: 10px;
}
textarea::placeholder {
    font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"] {
    display: inline-block;
    background-color: rgb(199, 1, 127);
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    max-width: 300px;
    cursor: pointer;
    transition: all 0.3s;
}
input[type="submit"]:hover {
    background-color: #777777;
    text-decoration: none;
    transition: all 0.3s;
}
/********************************** FOOTER *********************************/




/********************************** FOOTER *********************************/
footer {
    padding: 40px 0;
    margin-top: 60px;
}
footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #999;
}
footer strong {
    font-weight: bold;
}

.tk-footer {
    background-color: #000;
}
.tk-footer a {
    color: white;
}
.disclaimer {
    background-color: #222222;
    border-top: 1px solid #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999;
    padding: 20px 0;
}
.tk-footer .uk-icon {
    vertical-align: text-bottom;
    margin-right: 7px;
}
footer .links a {
    color: #999;
}
/******************************* FOOTER ENDE *******************************/

.uk-offcanvas-bar {
    top: 80px;
}
ul.mobile-nav {
    list-style-type: none;
    padding-left: 10px;
}
ul.mobile-nav > li {
    padding: 5px 0;
}
ul.mobile-nav > li > a {
    text-decoration: none;
}
ul.mobile-subnav {
    list-style-type: none;
    margin-top: 10px;
}
ul.mobile-subnav > li {
    padding: 3px 0;
}
ul.mobile-subnav > li > a {
    text-decoration: none;
    color: #eeeeee;
}

/****************************** MEDIA QUERIES ******************************/

@media only screen and (max-width: 788px) {
    .uk-navbar-nav > li > a {
        padding: 0 7px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 640px) {
    .navbar-sticky-wrapper {
        padding: 15px 0;
    }
    .navbar-sticky-wrapper.uk-active {
        padding: 15px 0;
    }
    .uk-slideshow h3 {
        font-size: 24px;
        letter-spacing: 0;
    }
    .uk-slideshow h3 + p {
        font-size: 16px;
        letter-spacing: 0;
    }
    a.tk-slider-button {
        font-size: 16px;
    }
}

/*************************** MEDIA QUERIES ENDE ****************************/