<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Institut-Statera
Version: 1.2
Description: Wordpress-Theme fĆ¼r das Institut-Statera
Author: Robert
Author URI: https://www.institut-statera.education/

*/

:root {
    --mainThemeColor: #632c7f;
    --mainThemeColorTrans1: #632c7f99;
    --lightTextColor: #5a5a5a;
    --lightTextColor2: #a8a8a8;
    --lightTextColor3: #808080;
    --brightTextShadow: 0px 1px 0px rgba(0, 0, 0, 0.81);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--mainThemeColorTrans1) transparent;
}

a {
    color: var(--mainThemeColor);
}

::selection {
    color: #FFF;
    background: var(--mainThemeColor);
}

body {
    padding: 0;
}

.btn-primary {
    background-color: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
}

.btn-primary:hover {
    background-color: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
}

.btn-primary:focus {
    background-color: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    box-shadow: 0 0 0 0.25rem #62008c30;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    opacity: 0.65;
}

.btn-secondary,
.wp-block-button.btn-secondary a {
    background-color: transparent;
    color: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
}

.btn-secondary:hover {
    background-color: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
}

.fullheight {
    min-height: 100vh;
}

div.grecaptcha-badge{
	opacity: 0.1;
}

@font-face {
    font-family: myCirceRoundedText;
    src: url(./assets/fonts/CirceRounded-Regular.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: myCirceRoundedText, "Raleway", sans-serif;
}

hr.small-featurette-divider {
    margin: 2rem 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--mainThemeColorTrans1);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #62008c30;
}

div.imageWithRibbonBanner {
    width: 200px;
    height: 150px;
    position: relative;
    display: inline-block;
    margin: 10px;
    background: lightblue;
}


/* https://stackoverflow.com/questions/63128872/how-can-i-make-a-45-degree-responsive-ribbon-with-folded-corner */

aside.ribbon-banner {
    /* adjust the below to control the shape */
    --d: 0px;
    --w: 150px;
    --c: var(--mainThemeColor);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(29.29%, -100%) rotate(45deg);
    /* 29.29% = 100%*(1 - cos(45deg)) */
    color: #fff;
    text-align: center;
    width: var(--w);
    transform-origin: bottom left;
    padding: 5px 0 calc(var(--d) + 5px);
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0 0) bottom/100% var(--d) no-repeat var(--c);
    clip-path: polygon(0 100%, 0 calc(100% - var(--d)), 50% calc(100% - var(--d) - var(--w)/2), 100% calc(100% - var(--d)), 100% 100%, calc(100% - var(--d)) calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
    opacity: 0.8;
}

aside.ribbon-banner.left {
    left: 0;
    right: auto;
    transform: translate(-29.29%, -100%) rotate(-45deg);
    transform-origin: bottom right;
}

section#firstSection,
section#kontakt p,
section#teammembers p.intro,
section#personDetail,
section.container article,
div.card-body {
    font-size: 1.2rem;
    font-weight: 300;
}

figure.wp-block-table table {
    border-collapse: separate;
    border-spacing: 5px 15px;
}

figure.wp-block-table table td:first-child {
    font-weight: bold;
    padding-right: 5px;
}


.bunteListe ul {
  list-style: none;
}

.bunteListe ul li::before{
	content: "\2022";
	color: #e74a43; /* rot */
	font-weight: bold;
	display: inline-block; 
	width: 1.3em;
	margin-left: -1em;
}
.bunteListe ul li:nth-child(2n)::before{
	color: #f9ea5d; /* gelb */
}
.bunteListe ul li:nth-child(3n)::before{
	color: #c4c4c4; /* grau */
}
.bunteListe ul li:nth-child(4n)::before{
	color: #7a92c0; /* blau */
}
.bunteListe ul li:nth-child(5n)::before{
	color: #6eb76e; /* grĆ¼n */
}


/* Start: Navigation */
nav.navbar {
    background-color: #FFF;
    border-bottom: 1px solid var(--lightTextColor2);
    padding-top: inherit;
    padding-bottom: inherit;
}

.navbar-brand {
    margin-right: 2rem;
}

a.navbar-brand img {
    width: 150px;
}

header.bigHeaderMargin {	
    margin-bottom: 100px;
}

nav ul.navbar-nav li a {
    font-weight: 700;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: var(--mainThemeColor);
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border: 1px solid transparent;
    border-radius: 3px;
}

nav ul.navbar-nav li:hover a {
    color: var(--mainThemeColorTrans1);
}

nav ul.navbar-nav li.current_page_item a {
    /*color: var(--mainThemeColor);
    border-color: var(--mainThemeColorTrans1);*/
}

nav ul.myHeader-right-navbar li{
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  nav ul.myHeader-right-navbar li {
    margin-bottom: 5px;
  }
}


nav ul.myHeader-right-navbar li a {
    background-color: transparent !important;
    border-color: var(--mainThemeColor) !important;
    color: var(--mainThemeColor) !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
nav ul.myHeader-right-navbar li:last-child a{
    background-color: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
    color: #fff !important;
}

.navbar-toggler {
    background-color: var(--mainThemeColor);
}
/* End: Navigation */


/* Start: Headline */

section#myHeadline {
    background-image: url(./assets/images/header_img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 490px;
}

@media screen and (max-width: 768px) {
    section#myHeadline {
        height: 300px;
    }
}

@media screen and (max-width: 576px) {
    section#myHeadline {
        height: 150px;
    }
}


section#myHeadline div#headtext {
    color: transparent;
}


/* End: Headline */


/* Start: FirstSection */

section#firstSection {
    font-size: 1.3	em;
    line-height: 1.7em;
}


/* End: FirstSection */


/* Start: Teammembers */

section#teammembers {
    padding-top: 10px;
}

section#teammembers div.teammember {
    margin-bottom: 40px;
    padding: 10px 5%;
}

section#teammembers div.teammember:hover {
    cursor: pointer;
}

section#teammembers div.teammember img {
    height: 200px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #a2a2a2;
}

div.teammember div div a.btn {
    margin-bottom: 30px;
}


/* End: Teammembers */


/* Start: Teammember-Blog-Seite */

section#personDetail div.mycard {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

div.imageContainer div,
div.metaDataContainer {
    padding: 0.01em 16px;
}

div.metaDataContainer {
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

div.metaDataContainer p {
    padding-left: 10px;
}

div.personSelfDesc {
    padding: 30px 35px;
    font-size: 1.2em;
}

section#personDetail div.imageContainer {
    position: relative;
}

section#personDetail div.imageContainer div {
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: var(--brightTextShadow);
    color: #fff;
}

section#personDetail div.imageContainer img {
    width: 100%;
}

div.metaDataContainer p {
    display: flex;
    align-items: center;
    margin: 6px 0px;
}

div.metaDataContainer p svg {
    margin-right: 5px;
    color: var(--mainThemeColor);
    min-width: 20px;
}


/* End: Teammember-Blog-Seite */


/* Start: Neueste Blog Posts */

section#newestBlogPosts .carousel-caption {
    color: var(--lightTextColor) !important;
}

div#myCarousel {
    background: #efefef;
}

div#myCarousel .carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div.meta {
    color: var(--lightTextColor2);
    font-size: 0.8em;
}

div.meta a {
    text-decoration: none;
    color: var(--lightTextColor2);
}

.carousel-indicators [data-bs-target] {
    background-color: var(--mainThemeColor);
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(50%);
}

div.newestBlogPostsDescription {
    padding: 20px 20px 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #FFF;
    tdext-shadow: var(--brightTextShadow);
    background-color: #33333377;
}

div.newestBlogPostsDescription div.meta {
    margin-top: -15px;
    color: #FFF;
}

div.similarBlogPostPreview {}


/* End: Neueste Blog Posts */


/* Start: Kurse und Weiterbildungen */
div.kursuebersichtHeader div{
	margin: auto 0;
}
div.kursuebersichtHeader div div{
	margin: 20px 0; 
}
div.prominentKursContainer div a.btn {
    margin-bottom: 20px;
}

div.prominentKursContainer div.imgContainer img {
    width: 100%;
    height: 100%;
}

section.weitereKurse {
    margin-top: 80px;
}

div.kursDesc {
    padding: 40px 45px;
}

img.kursMainFoto {
    max-width: 250px;
    margin-right: 15px;
}
@media screen and (max-width: 992px) {
	img.kursMainFoto {
		max-width: inherit;
		width: 100%;
		margin-right: inherit;
	}
}

div.prominentKursContainer h2 {
    color: var(--mainThemeColor);
}

div.weiterbildungskursCard {
    margin-bottom: 25px;
}

div.weiterbildungskursCard img {
    background-color: #f4f4f4;
}

div.weiterbildungskursCard div.card-footer {
    color: #656565;
    font-size: 13px;
}

.hide-weiterbildungskursCard {
     display: none;
}

a.wasIstLink{
	dtext-decoration: none;
	color: #5a5a5a;
}

/* End: Kurse und Weiterbildungen */


/* Start: BeitrĆ¤ge/Post vom Typ Allgemein */

header.postheaderWithHeaderImage {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #FFF;
    text-shadow: var(--brightTextShadow);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

header.postheaderWithHeaderImage div.postheaderTitle {
    position: absolute;
    bottom: 0px;
    padding: 10px 20px;
}
/* End: BeitrĆ¤ge/Post vom Typ Allgemein */


/* Start: Eventkalender */
section#tribe-events-pg-template {
  width: 100%;
}
@media (min-width: 576px) {
  section#tribe-events-pg-template {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  section#tribe-events-pg-template {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  section#tribe-events-pg-template {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  section#tribe-events-pg-template {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  section#tribe-events-pg-template {
    max-width: 1320px;
  }
}
div.tribe-events-series-relationship-single-marker,
div.tribe-events-schedule,
div.tribe-block__event-price,
div.tribe-block__venue,
div.tribe-block__events-link{
	display:none;
}

/* End: Eventkalender */


/* Start: Footer */

footer {
    background-color: #222;
    color: #fff;
    min-height: 80px;
    padding: 40px 0;
    margin-top: 100px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: var(--lightTextColor2);
}

footer ul li {
    height: 35px;
}

footer ul li a {
    text-decoration: none;
}

footer p.socialmediaIcons svg {
    width: 35px;
    height: 35px;
    margin: 0 5px;
}


/* End: Footer */
</pre></body></html>