/*
Template: rufous
Description: rufous Child Theme
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: rufous
Theme URI: https://tkd-griesheim.de/
Author: Treeconcept
Author URI: https://treeconcept.de/
Theme Name: TKD
Version: 1.0.0
Tags: responsive-layout, travel-business, light, custom-logo
*/
/* signika-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: 'Signika';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/signika-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* signika-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: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/signika-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* signika-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: 'Signika';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/signika-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* signika-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: 'Signika';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/signika-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* signika-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: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/signika-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  body, html {
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Signika', sans-serif !important;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}
h1, h2, h3 { font-family: 'Signika', sans-serif !important;}
.start-logotext img {
  height: 120px;
}
h2 {
  font-size: 24px;
  margin-top: 30px !important;
}
.kubio-alternate-logo-image {
  max-height: 70px !important;
}
/* Start */
.start-teaser-container {
  max-height: 700px !important;
}
.start-teaser {
  margin-top: 150px !important;
}
.tkd-teaser-start img {
  height: auto;
  width: 850px;
}
/* Content */
.txt-gap {
  margin-top: 30px !important;
}
.about-us figure{
  align-self: flex-start !important;
}
/* footer */
.tc-footer {
  color: #fff;
  background-color: #000;
  font-size: 13px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
}
.tc-footer a {
  font-size: 13px !important;
  color: #f0d3b8 !important;
}
img.tc-branding {
  display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 2em !important;
    width: 2em !important;
    margin: -0.2em !important;
    vertical-align: -0.5em !important;
    background: none !important;
    padding: 0 !important;
}
.tkd-footer {
  padding: 0!important;
  margin-top: 0px !important;
}
.tkd-footer nav li a span {
  color: #f17e18 !important;
}
.footer-nav-widget li {
  font-weight: 100;
  height: 32px;
}
/* MISC */
.al-left {
  text-align: left;
}
/* #END footer */
/* Cookie Banner */
.ccm-settings-summoner {
    right: 20px !important;
    left: auto !important;
}
/*.ccm-widget--text {
  min-height: 100px !important;
}
.ccm-widget--text .ccm-inner-overflow {
  padding-bottom: 0 !important;
}
.ccm-widget--text .ccm-widget--title {
 margin-bottom: 0 !important;
}
.ccm-widget--text::after {
  height: 0 !important;
}
 .ccm-widget--introduction>:last-child {
  margin-top: 50px !important;
} */