@import "fonts.css";
.tk-width {
    width: 1200px;
}
@media only screen and (max-width: 1300px) {
    .tk-width {
        width: 90%;
    }
}

.uk-navbar {
    background-color: transparent;
    padding: 50px 0 30px;
}

.uk-navbar .uk-navbar-nav > li > a {
    font-size: 17px;
    font-family: "Roboto Condensed";
    color: rgb(14, 53, 144);
    text-transform: uppercase;
}

.tk-navi-mobile {
    padding: 20px 0px;
    background-color: #ffffff;
    font-size: 17px;
    font-family: "Roboto Condensed";
    color: #ffffff;
    left: 0;
}


.tk-ausblenden {
    display: block;
}
.tk-einblenden {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .tk-ausblenden {
        display: none;
    }
    .tk-einblenden {
        display: block;
    }
}
.logo-normal {
    width: auto;
}
@media only screen and (max-width: 1090px) {
    .logo-normal {
        width: 25%;
        margin-top: 4px;
    }
}





.logo-mobile {
    max-width: 250px;
    width: 90%;
}
.logo-canvas {
    width: 80%;
    margin: 30px 0;
}
.tk-navi-mobile a {
    padding: 20px 20px;
    font-size: 17px;
    font-family: "Roboto Condensed";
    color: #ffffff;
}

.slider-home {
    background: url('../bilder/slide1.jpg');
    background-size: cover;
    height: 520px;
}

@media only screen and (max-width: 900px) {
    .slider-home {
        background: url('../bilder/slide1.jpg');
        background-size: cover;
        height: 45vh;
    }
}

.tk-overlay-panel{
    z-index: 300000;
    position: absolute;
    margin-top: 10%;
}

h1.overlay {
    font-size: 35px;
    font-family: "Barlow Semi Condensed";
    color: rgb(14, 53, 144);
    font-weight: 700;
    background-color: #ffffff;
    display: inline-block;
    padding: 0px 15px 5px 25px;
    margin: 10% 0 0 0;
}
h2.overlay {
    font-size: 35px;
    font-family: "Barlow Semi Condensed";
    color: rgb(14, 53, 144);
    font-weight: 300;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 15px 10px 25px;
    margin: 5 0;
}
.uk-overlay-panel {
    padding: 20px 0px;
}
/* Telefon scoll out */
.telefon {
    background-color: rgb(14, 53, 144);
    width: 60px;
    height: 45px;
    display: inline-block;
    padding-top: 10px;
}
.tk-telefon {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -60px;
    margin-top: 40px;
    z-index: 3000;
}
@media only screen and (max-width: 1338px) {
    .tk-telefon {
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0px;
        margin-top: 20px;
        z-index: 3000;
    }
}
.uk-dropdown-left {
    margin-left: 0px;
    background-color: white;
}
.tk-button {
    background-color: transparent;
    padding: 0px;
}
.tk-button:hover {
    background-color: transparent;
}
.tk-button:focus {
    background-color: transparent;
}

/* Telefon scroll out ende */

.heading-wide {
    background-color: rgb(14, 53, 144);
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

h2.heading {
    font-size: 35px;
    font-family: "Barlow Semi Condensed";
    color: #ffffff;
    font-weight: 700;
    margin-top: 7px;
    line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
    h2.heading {
        font-size: 25px;
        width: 90%;
        margin-left: 5%;
    }
}

p.jahr {
    font-size: 48px;
    font-family: "Barlow Semi Condensed";
    color: rgb(14, 53, 144);
    line-height: 1.5;
}
p.jahr-content {
    font-size: 16px;
    font-family: "Roboto Condensed";
    color: rgb(70, 70, 70);
    margin-top: 10px;
    line-height: 1.8;
}

hr.jahr-devider {
    border: solid 0.5px rgb(14, 53, 144);
    margin-bottom: 10px;
}

.box-leistung {
    background-color: #e0e0e0;
    padding: 20px;
    margin-top: 20px;
}

h3.leistung-heading {
    font-size: 22px;
    font-family: "Barlow Semi Condensed";
    color: rgb(14, 53, 144);
    font-weight: bold;
    margin-bottom: 5px;
}
p.match {
    color: rgb(70, 70, 70);
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
    margin-top: 0px;
}
p {
    color: rgb(70, 70, 70);
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
    line-height: 1.8
}

p.leistungen-button {
    color: rgb(70, 70, 70);
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
}

.box-margin {
    margin: 70px 0 50px 0;
}
h3.box-heading {
    font-size: 22px;
    font-family: "Barlow Semi Condensed";
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    background-color: rgb(14, 53, 144);
    padding: 15px 0 20px 0;
}
p.box-content {
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
    color: rgb(70, 70, 70);
    line-height: 25px;
    font-weight: 400;
}
p.box-content-bold {
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
    color: rgb(70, 70, 70);
    line-height: 25px;
    font-weight: 700;
}

a.link-box > div {
    display: block;
    text-decoration: none;
}
a.link-box > div:hover{
    display: block;
    text-decoration: none;
    background-color: #cccccc;
}
a.link-box:hover{
    display: block;
    text-decoration: none;
}

h2 {
    font-size: 28px;
    font-family: "Barlow Semi Condensed";
    color: rgb(14, 53, 144);
    font-weight: 700;
    margin-top: 7px;
}

a.button {
    text-transform: uppercase;
    color: rgb(14, 53, 144);
    border: solid 1px rgb(14, 53, 144);
    font-weight: bold;
    padding: 3px 7px;
    background-color: #ffffff;
}
a.button:hover {
    text-transform: uppercase;
    color: rgb(14, 53, 144);
    border: solid 1px rgb(14, 53, 144);
    font-weight: bold;
    padding: 3px 7px;
    background-color: #f5f5f5;
    text-decoration: none;
}
p.button {
    text-transform: uppercase;
    font-family: Helvetica;
    line-height: 20px;
    font-size: 14px;
    color: rgb(14, 53, 144);
    border: solid 1px rgb(14, 53, 144);
    font-weight: bold;
    padding: 3px 7px;
    background-color: #ffffff;
    display: inline-block;
}
hr.button {
    border-top: solid 1px rgb(14, 53, 144);
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: -10px;
}

.bewertung {
    background: url('../bilder/bewertung.jpg');
    background-size: cover;
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 90px;
    padding-left: 5%;
    padding-right: 5%;
}
.bewertung-content {
    max-width: 700px;
}

ul {
    padding-left: 18px;
    margin: 0;
}

ul.normal > li{
    color: black;
}

#content\ datenschutz li {
    color: black;
}

li {
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
    color: #ffffff;
    line-height: 25px;
    font-weight: 400;
}
p.bewertung-content {
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
    color: #ffffff;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}

.footer-kontakt {
    background-color: rgb(14, 53, 144);
    width: 100%;
    padding: 30px 0 30px 0;
    text-align: center;
    color: #ffffff;
}
.footer-kontakt > p {
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0px;
}

img.margin-logo {
    margin: 20px 20px;
}
.logos {
    text-align: center;
}
.footer-meta {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
a.footer-link {
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
    color: rgb(70, 70, 70);
    text-transform: uppercase;
}

.tk-margin-top {
   margin-top: 10px;
}

input[type=submit] {
    background-color: rgb(14, 53, 144);
    border: 0;
    padding: 7px 12px;
    color: white;
    cursor: pointer;
    font-family: "Barlow Semi Condensed";
    font-size: 16px;
    margin-top: 10px;
}
input[type=checkbox] {
    border: solid 1px gray;
    width: 20px;
    height: 20px;
    background-color: white;
    margin-top: 15px;
    display: inline-block;
    margin-right: 10px;
    color: white;
}
p.checkbox {
    margin-top: 0px;
    display: inline-block;
}