@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
    font-family: "Lexend", sans-serif;
    background: #000;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    color: #f8f9fa;
}

h2.sectiontitle {
    font-weight: 700;
    font-size: 3em;
    margin: 0;
     -moz-hyphens: auto !important;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

p.sectionsub {
    color: #1E65A5;
    margin-top: 0;
}

a {
    color: #1E65A5 !important;
}

i {
    font-size: 3em;

    padding: 12px;
    border-radius: 15px;
}

.bold {
    font-weight: 900;
}

.black {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.topbar {
    background: #000;
    padding: 20px 15px;
    color: #fff;
}

.topbar img {
    max-height: 80px;
}

.topbar .uk-icon-button {
    color: #000;
}

.headcontact {
    font-weight: 700;
}

.intro {
    height: 600px;
}

.black {
	color: black !important;
}

.white {
	color: white !important;
}

.why {
	    margin: 10% 10% 10% 10%;
}

.whyimg {
	    width: 100%;
    height: 100%;
    min-height: 450px;
    background: url(../img/why.webp) center / cover;
}

.pakete {
	font-size: 2.5em;
}

.pakete small {
	font-size: 0.5em;
	display:block;
}

.preis {
	font-size: 2em;
}

.uk-icon-button {
	background: #1E65A5;
	color: white;
}

.uk-icon-button.yes {
	background: #6DBE44;
	color: white;
	width: 30px;
	height: 30px;
}

.uk-icon-button.no {
	background: #E32D00;
	color: white;
	width: 30px;
	height: 30px;
}

.tablepaket {
	font-size: 1.4em;
	color: white;
}

.intro::before {
    content: "";
    width: 400px;
    height: 800px;
     background: linear-gradient(
        270deg,          /* Winkel des Verlaufs */
        #3081C1,         /* Startfarbe */
        #0B4786          /* Endfarbe */
    );

    position: absolute;
    transform: rotate(16deg);
    left: 15%;
    top: -70px;
    z-index: 1;
    animation: slide-in 2s forwards;
}

@keyframes slide-in {
    0% {
        left: -50%;
    }
    100% {
        left: 15%;
    }
}

.introheading {
    margin-left: 20%;
    z-index: 2;
    color: #fff;
    font-size: 1.5em;
}

.introheading h1 {
    font-size: 3.5em;
    margin-bottom: 0;
}

.introheading p {
    margin-bottom: 0;
}

.uk-card-default {
    background: #1E65A5;
    color: #fff;
    transition: 1s;
    border: 1px solid transparent;
}

.uk-card-default:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: 1s;
    border: 1px solid #fff;
}

h1.uk-card-title,
h2.uk-card-title,
h3.uk-card-title {
    color: #fff !important;
    margin-top: 25px;
    font-weight: 700;
}

.uk-section-primary {
    background: #16243b;
}

.section-pickerl {
    background-color: #101010;
    box-shadow: 1px 1.732px 60px 0px rgba(33, 88, 232, 0.3);
    background-image: url("https://images.unsplash.com/photo-1485291571150-772bcfc10da5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=100");
    background-size: cover;
    background-position-y: 70%;
    background-position-x: center;
    background-blend-mode: overlay;
}

.pickerlbox {
    background: #404040;
    padding: 1vw 2vw;
    margin: 3px;
    font-size: 1.8em;
    color: #366DE6;
}

.pickerlbox p {
    font-size: 0.5em;
    color: white;
    margin-top: 10px;
}

p.gelocht {
    color: #366DE6;
    line-height: 1.2em;
    margin: 0;
    font-size: 0.4em;
}

.map {
    width: 100%;
    height: 100%;
    min-height: 450px;
    background: url("../img/map1.png");
    background-size: cover;
    background-position: center;
}

h3.kontaktdata {
display: flex;
align-items: center;
}

.kontaktdata span {
    margin-right: 10px;
}

.footer {
    background: #fff;
    color: #000;
}


@media (max-width: 650px) {
    .intro h1 {
        line-height: 0.9em;
        margin-bottom: 10px;
    }
    
    .introheading {
        margin-left: 0;
        padding: 10%;
        text-align: center;
        font-size: 1.2em;
    }
    
    .intro::before {
    content: "";
    width: 150px;
    height: 800px;
    background: #3561e4b3;
    position: absolute;
    transform: rotate(16deg);
    top: -70px;
    z-index: 1;
    animation: slide-in 4s forwards;
}
    
    @keyframes slide-in {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}
}