/**
 * Theme Name:     Kinder Gitarrenunterricht
 * Author:         SoFi
 * Template:       lmscourse-fse
 * Text Domain:	   kinder-gitarrenunterricht
 * Description:    Kinder-Gitarrenunterricht ist ein Child-Theme zu LMSCourse FSE. LMSCourse FSE is a fast, full-site editing WordPress theme tailored for online courses, coaching sites, and digital schools. Fully compatible with Masteriyo, LearnDash, Tutor LMS, and LifterLMS, it lets you launch a complete LMS site with lessons, quizzes, and certificates. Lightweight, responsive, and block-based, LMSCourse FSE works seamlessly with WooCommerce and payment gateways to help you sell and manage your online learning content.
 * Version:        1.01
 */
 
 .no-gap {
    gap: 0;
}
footer a {
    color: #ffffff;
}
a.wp-block-button__link:hover {
    transform: scale(1.05);
    transition-duration: 0.4s;
    background-color: #000000;
}
#modal-1-content {
	line-height: 0.5em;
	margin: 20px 0 10px;
}
#modal-1-content .wp-block-navigation-item.wp-block-navigation-link {
	margin-bottom: 10px;
}
/* ######  Scroll  ###### */
html {
  scroll-behavior: smooth;
}
#scrolltop-btn {
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 60px;
  border-radius: 24px;
  background-color: #3a8272;
  cursor: pointer;
  position: fixed;
  z-index: 2000;
  transition: all .4s ease-in-out;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#scrolltop-btn:hover, #scrolltop-btn:active {
  background-color: #000000;
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
}
/*
@media screen and(min-width: 1150px) {
  #scrolltop-btn {
	position: fixed;
	right: 16px;
    bottom: 20px;
  }
}
*/
.hide-totop-btn { 
  opacity: 0;
  transform: scale(0);
}
.show-totop-btn { 
  opacity: 1;
  transform: scale(1);
}

/* ######  Text in columns  ###### */
.text-column {
  column-count: 1;
  column-rule-color: #3a8272;
  column-rule-width: 1px;
  column-rule-style: dotted;
  column-gap: 40px;
}
@media screen and (min-width: 760px) {
  .text-column {
    column-count: 2;
  }
}
/*
@media screen and (min-width: 1100px) {
  .text-column {
    column-count: 3;
  }
}
*/
.text-column h1 {
  column-span: all;
}
/* ######  Zusatz-CSS RZ  ###### */

.rz-margin-bottom {
    margin-bottom: 3em;
}
.rz-width-full {
    max-width: unset;
    width: calc(100vw - 24px);
    left: 50%;
    margin-left: calc(-50vw + 12px) !important;
}
.rz-inside-width-full {
    max-width: var(--wp--style--global--content-size);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rz-zweierbox {
    max-width: 100%;
}
@media screen and (min-width: 782px) {
  .rz-zweierbox {
    max-width: 46%;
  }
}
.rz-header-width-full {
    width: 100%;
}
.wp-block-quote.rz-zitat {
    border-left: .25em solid #3a8272;
}
blockquote.rz-zitat p:before, blockquote.rz-zitat p:after {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 7em;
    font-family: sans-serif;
    line-height: 0;
	color: #3a8272;
}
blockquote.rz-zitat p:before {
    content: open-quote;
    margin: 0 auto 0.5em;
}
blockquote.rz-zitat p:after {
    content: close-quote;
	margin: 0.5em auto 0;
}
