/* lexend-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100;
  src: url('../font/lexend-v25-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 200;
  src: url('../font/lexend-v25-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  src: url('../font/lexend-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  src: url('../font/lexend-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url('../font/lexend-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  src: url('../font/lexend-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  src: url('../font/lexend-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  src: url('../font/lexend-v25-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 900;
  src: url('../font/lexend-v25-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
    font-family: "Lexend", sans-serif;
    background: #1B1A16;
    color: #fff;
}

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

.tuerkis {
	color: #30D5C8 !important;
}

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: #30D5C8;
    margin-top: 0;
}

a {
    color: #30D5C8 !important;
}

i {
    font-size: 3em;

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

.bold {
    font-weight: 900;
}

.black {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

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

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

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

.headcontact {
    font-weight: 700;
}

.intro {
    height: 600px;
}

.intro::before {
    content: "";
    width: 400px;
    height: 800px;
    background: #30D5C8;
    position: absolute;
    transform: rotate(16deg);
    left: 15%;
    top: -70px;
    z-index: 1;
    animation: slide-in 3s forwards;
}

@keyframes slide-in {
    0% {
        left: -30%;
    }
    100% {
        left: 115%;
    }
}

.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-form-label {
	color: #30D5C8 !important;
}

.uk-button-primary {
	background: none;
	border: 1px solid #30D5C8;
}

.uk-button-primary:hover {
	background: #30D5C8;
	border: 1px solid #30D5C8;
	color: #000;
}

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

.uk-card-default:hover {
    background-color: rgba(48,213,200,.3);
    transition: 1s;
    border: 1px solid #fff;
}

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

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


.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: #30D5C8;
    color: #000;
}

.footer a {
	color: #000 !important;
}


.label-vertical {
  background: #30D5C8;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.label-horizontal {
  background: #30D5C8;
  padding: 5px 15px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .label-vertical {
    font-size: 12px;
    width: 35px;
  }
}


@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: #30D5C8;
    position: absolute;
    transform: rotate(16deg);
    top: -70px;
    z-index: 1;
    animation: slide-in 4s forwards;
}
    
    @keyframes slide-in {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}
}