/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Basis */
html, body { font-family: 'Montserrat'; font-size: 20px; color: #000; }
strong { font-weight: 600; }
a { color: #000; }
a:hover { color: #000; text-decoration: underline; }

@media (max-width: 1199px) {
    html, body { font-size: 18px; }
}
@media (max-width: 639px) {
    html, body { font-size: 14px; }
}

/* Inhalt */
h1 { font-family: 'Montserrat'; font-size: 30px; font-weight: 600; color: #000; }
h2 { font-family: 'Montserrat'; font-size: 30px; font-weight: 600; color: #000; }

@media (max-width: 1199px) {
    h1 { font-size: 24px; }
    h2 { font-size: 24px; }
}
@media (max-width: 959px) {
    h1 { font-size: 22px; }
    h2 { font-size: 22px; }
}
@media (max-width: 639px) {
    h1 { font-size: 18px; }
    h2 { font-size: 18px; }
}

/* Header */
header { background-color: #fff; }
.sk-logo img { margin: 10px 0 !important; height: 80px; }
.sk-navigation nav { text-align: right; }
.sk-navigation nav ul { display: inline-block; margin: 30px 0 0 0; padding: 0 0 0 40px; list-style: none; text-align: right; border-bottom: 1px solid #000; }
.sk-navigation nav ul li { display: inline-block; }
.sk-navigation nav ul li a { margin: 0 0 0 30px; padding: 5px 0; display: block; color: #000; border-bottom: 3px solid transparent; }
.sk-navigation nav ul li a:hover { text-decoration: none; border-bottom: 3px solid transparent; }
.sk-navigation nav ul li.uk-active a { font-weight: 600; }

@media (max-width: 959px) {
    .sk-logo img { margin: 5px 0 0 0 !important; height: 50px; }
}

/* Mobil-Navigation */
#sk-mobil-navigation { position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; z-index: 1; height: 100%; text-align: right; }
#sk-mobil-navigation ul { padding: 0; margin: 100px 0 0 0; list-style: none; }
#sk-mobil-navigation ul li { display: block; text-align: right; }
#sk-mobil-navigation ul li a { font-size: 30px; text-decoration: none; padding: 0 20px; }
#sk-mobil-navigation ul li.uk-active a { font-weight: 600; }
.sk-navigation span { cursor: pointer; }

/* Footer */
#sk-footer { text-align: left; margin-top: 150px; }
.sk-footer-box { border-top: 1px solid #000; width: auto; display: inline-block; font-size: 14px; white-space: nowrap; text-align: left; padding: 20px; }
.sk-footer-box a { color: #000; }




