<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
CSS Document
*/

#primary {
    min-height: 600px;
}


/* Contact Form */
button[disabled], 
html input[disabled] {
	background-color: #CCC !important;
	cursor: not-allowed;
}

/* Font Settings for the Astra theme */
.ast-container .entry-content h1 {
    font-size: 2.9em;
}
.ast-container .entry-content h2 {
    font-size: 2.53em;
}
.ast-container .entry-content h3 {
    font-size: 2.15em;
}
.ast-container .entry-content h4 {
    font-size: 1.76em;
}
.ast-container .entry-content h5 {
    font-size: 1.37em;
}
.ast-container .entry-content h6 {
    font-size: 1.0em;
}

/* Content Restriction Info &gt; nur für intern.kajinga.com */
.content-restricted-info-container {
    margin: 90px auto;
    min-height: 600px;
    text-align: center;
}

/* Cookie Consent Container &gt; Footer &gt; Plugin "Cookie Notice" */
.cookie-notice-container {
    padding: 22px;
}
.cookie-notice-container #cn-notice-text a {
    color:#FFFFFF;
    text-decoration: underline;
}

/* Complianz: Cookie Consent Document &gt; Seite "Datenschutz" */
#cmplz-document h2 {
    font-size: 1em;
    font-weight: bold;
}
#cmplz-cookies-overview {
    background: #ddd;
    border-bottom: 1px solid #ccc;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div {
    padding: 3px;
}
#cmplz-document .cmplz-dropdown .cookies-per-purpose *,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data *,
#cmplz-document .cmplz-dropdown .cmplz-service-description * {
    font-size: 0.75em;
    line-height: 1.3em;
}


</pre></body></html>