/* Base structure frame */
.text-small {
    color: #333;
    margin-bottom: 20px;
}
.text-small h1 {
    font-size: 22px;
    margin-bottom: 3px;
}
.text-small h2 {
    font-size: 16px;
    margin-bottom: 6px;
    position: relative;
}
.text-small h3 {
    font-size: 14px;
    margin-bottom: 6px;
}
.text-small p{
    font-size: 12px;
    margin-bottom: 6px;
}
.text-small a{
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

/* Base structure frame */
.text-medium {
    color: #333;
    margin-bottom: 20px;
    position: relative;
}
.text-medium h1 {
    font-size: 32px;
    margin-bottom: 6px;
}
.text-medium h2 {
    font-size: 26px;
    margin-bottom: 9px;
}
.text-medium h3 {
    font-size: 24px;
    margin-bottom: 9px;
}
.text-medium p{
    font-size: 22px;
    margin-bottom: 9px;
}
.text-medium a{
    font-size: 22px;
    color: #000;
    text-decoration: underline;
}


/* Base structure frame */
.text-large {
    color: #333;
    margin-bottom: 20px;
    position: relative;
}
.text-large h1 {
    font-size: 42px;
    margin-bottom: 9px;
}
.text-large h2 {
    font-size: 36px;
    margin-bottom: 12px;
}
.text-large h3 {
    font-size: 34px;
    margin-bottom: 12px;
}
.text-large p{
    font-size: 32px;
    margin-bottom: 12px;
}
.text-large a{
    font-size: 32px;
    color: #000;
    text-decoration: underline;
}

.button-kisch {
    text-align: center;
    border-radius: 0;
    margin: 10px;
    border: 1px solid #ccc;
    background-color: #F8F8F8;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}
.button-kisch:hover {
    filter: brightness(0.9);
    box-shadow: none;
    cursor: pointer;
}
.button-kisch:focus {
    filter: brightness(0.8);
}
.button-small {
    font-size: 12px;
    padding: 6px 15px;

}

.button-medium {
    font-size: 22px;
    padding: 12px 25px;
}

.button-large {
    font-size: 32px;
    padding: 15px 35px;
}

/* Base structure frame */
.kisch-menu-a {
    position: relative;
    margin: 20px; 
}
.kisch-menu-b {
    position: relative;
    margin: 20px; 
}
.kisch-menu-c {
    position: relative;
    margin: 20px; 
}

.kisch-menu-horizontal li {
    display: inline-flex;
}

.kisch-menu-vertical li {
    display: block;
}
.kisch-menu-horizontal-c li {
    display: inline-flex;
    border-left: 1px solid #000;
}
.kisch-menu-horizontal-c li:last-child {
    border-right: 1px solid #000;
}

.kisch-menu-vertical-c li {
    display: block;
    border-top: 1px solid #000;
}
.kisch-menu-vertical-c li:last-child {
    border-bottom: 1px solid #000;
}
.kisch-menu-a ul, .kisch-menu-b ul, .kisch-menu-c ul {
    list-style: none;
    list-style-type: none;
}
.kisch-menu-horizontal ul {
    display: inline-flex;
}
.kisch-menu-horizontal-c ul {
    display: inline-flex;
}

.kisch-menu-a li {
    margin: 0;
    padding: 10px;
}

.kisch-menu-b li {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #F8F8F8;
}

.kisch-menu-c li {
    margin: 0;
    padding: 10px;
}