/**
Theme Name: Kindergruppe Kreisel
Author: Wolf-Dieter Grabner
Author URI: https://flowlabs.studio/
Description: Seitenvorlagen für die Kindergruppe Kreisel
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kindergruppe-kreisel
Template: astra
*/

/* Kreisel Display */
@font-face {
  font-family: 'Kreisel Display';
  src: 'fonts/kreisel-display.eot';
  src:
    url('fonts/kreisel-display.eot?#iefix') format('embedded-opentype'),
    url('fonts/kreisel-display.woff2') format('woff2'),
    url('fonts/kreisel-display.woff') format('woff'),
    url('fonts/kreisel-display.svg#kreisel-display') format('svg');
  font-weight: 400;
  font-style: normal;
}

/* Kreisel Copy */
@font-face {
  font-family: 'Kreisel Copy';
  src: 'fonts/kreisel-copy.eot';
  src:
    url('fonts/kreisel-copy.eot?#iefix') format('embedded-opentype'),
    url('fonts/kreisel-copy.woff2') format('woff2'),
    url('fonts/kreisel-copy.woff') format('woff'),
    url('fonts/kreisel-copy.svg#kreisel-copy') format('svg');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Kreisel Display', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}


.entry-content p:last-child {
  margin-bottom: 0;
}

.invertiert {
  color: #fff;
}


p {
  line-height: 1.125;
}

p.klein {
  font-size: 14px;
}

body h1,
.entry-content h1 {
  color: #fff;
  letter-spacing: 0.0125em;
  line-height: 1.125;
  font-size: 2.5em;
  margin-bottom: 0;
}

h2,
.entry-content h2 {
  line-height: 1.125;
  font-size: 0.75em;
  margin-bottom: 1.25em;
}

h3,
.entry-content h3 {
  line-height: 1.125;
  font-size: 0.75em;
  margin-bottom: 0;
}

h4,
.entry-content h4 {
  line-height: 1.125;
  font-size: 0.65rem;
  margin-bottom: 1.125em;
}

h3 + h4 {
  margin-top: 1.125em;
}

@media all and (min-width: 768px) {
  p.klein {
    font-size: 18px;
  }
  
  body h1,
  .entry-content h1 {
    font-size: 4em;
    letter-spacing: 0.025em;
  }
  
  h2,
  .entry-content h2 {
    font-size: 1em;
  }
  
  h3,
  .entry-content h3 {
    font-size: 1em;
  }
  
  h4,
  .entry-content h4 {
    font-size: 0.8461538462rem;
  }
}

/* Footer */
#content {
  padding-bottom: 100px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background: #e3e5e3;
}

.site-footer {
  position: fixed;
  bottom: -2.75rem;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  transition: bottom 0.2s ease-in-out;
}

.site-footer.vald {
  bottom: 0;
}

@media all and (min-width: 768px) {
  .site-footer {
    display: block;
  }
}

/* Logo */
@media all and (min-width: 1025px) {
  .ast-logo-title-inline .ast-site-identity {
    padding: 2.5em 0 1em;  
  }
}

.ast-logo-title-inline .site-logo-img {
  padding: 0.75em 0 0.4em 0;
}

.custom-logo-link {
  display: block;
}

.d-none {
  display: none !important;
}

@media all and (min-width: 768px) {
  .ast-below-header-wrap {
    display: none !important;
  }
}

@media all and (min-width: 1025px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

/* Footer */
.site-above-footer-wrap,
.site-below-footer-wrap {
  padding: 0.5rem 0;
}

.home-kreisel img {
  width: 1.25rem;
  margin-top: -0.75rem;
  margin-bottom: -0.5rem;
}

#menu-footer .menu-item {
  display: inline-block;
  padding: 0 0.5rem;
}

@media all and (min-width: 1025px) {
  #menu-footer .menu-item {
    padding: 0 0.75rem;
  }
}

@media all and (min-width: 768px) {
  #rechtliches {
    margin-bottom: 2.75rem;
  }
}

.menu-item a {
  font-size: 0.875rem;
}

#menu-footer .menu-item a:hover {
  border-bottom: 1px solid #1a1919;
}

.elementor-toggle .elementor-tab-title {
  font-weight: normal;
  text-align: center;
  border-bottom: none;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
  float: initial;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  width: 0.5em;
}

.elementor-toggle .elementor-tab-content {
  padding: 0;
  border-bottom: none;
  text-align: center;
}

.mb-0 {
  margin-bottom: 0;
}

#content {
  padding-bottom: 0;
}

.site-primary-header-wrap {
  max-width: initial;
}

.ast-header-html-1 {
  align-self: flex-end;
  margin-bottom: 0.5rem;
}

.site-logo-img {
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }