
/* Colors */

:root {
  
  /* Default Colors: */
  
  /* FLO RED: */
  --flo-color-default: #e3001a;
  
  /* FLO LightBlue: */
  --flo-color-one: #749FB6;

  
}


.frame-background-primary {
    --frame-background: #e3001a;
}


/* === GENERLL=== */
body {
  font-size: 16px;
  font-family: 'TheSans C5', Arial, Helvetica, sans-serif;
}

main {
  min-height: 76vh;
}


h1 {
    font-weight: 700;
}

.c5-light           { font-weight: 300; }
.c5-lightialic      { font-weight: 300; font-style: italic; }
.c5-semilight       { font-weight: 400; }
.c5-semilightialic  { font-weight: 400; font-style: italic; }
.c5-plain           { font-weight: 500; }
.c5-plainialic      { font-weight: 500; font-style: italic; }
.c5-semibold        { font-weight: 600; }
.c5-semiboldialic   { font-weight: 600; font-style: italic; }
.c5-bold            { font-weight: 700; }
.c5-boldialic       { font-weight: 700; font-style: italic; }



/* === HEADER + NAVIGATION === */

.header {
  border-radius: unset;
}
.header img {
  max-width: 300px;
}

.navbar-mainnavigation .navbar-nav>li>.nav-link:before {
    background: var(--flo-color-one);
}


.btn-typ-1 {
  background-color: unset;
  border: 2px solid #ccc;
  color: var(--flo-color-default);
  font-size: 1rem;
}

.btn-typ-1:hover,
.btn-typ-1:focus,
.btn-typ-1:active {
  background-color: var(--flo-color-default);
  border: 2px solid var(--flo-color-default);
  color: #fff;
}

.btn-typ-2 {
  background-color: var(--flo-color-default);
  border: 2px solid var(--flo-color-default);
  color: #fff;
  font-size: 1rem;
}

.btn-typ-2:hover,
.btn-typ-2:focus,
.btn-typ-2:active {
  background-color: var(--flo-color-one);
  border: 2px solid var(--flo-color-one);
  color: #fff;
}

.btn-typ-3 {
  background-color: #f06563;
  border: 2px solid #f06563;
  color: #fff;
  font-size: 1rem;
}

.btn-typ-3:hover,
.btn-typ-3:focus,
.btn-typ-3:active {
  background-color: unset;
  border: 2px solid #f06563;
  color: #f06563;
}

.btn-typ-4 {
  background-color: var(--flo-color-default);
  color: #fff;
  font-size: 1rem;
}

.btn-typ-4:hover,
.btn-typ-4:focus,
.btn-typ-4:active {
  background-color: var(--flo-color-one);
  color: #fff;
}

.btn-typ-5 {
  background-color: unset;
  border: unset;
  color: var(--flo-color-default);
  font-size: 1rem;
  font-weight: bold;
}

.btn-typ-5:hover,
.btn-typ-5:focus,
.btn-typ-5:active {
  background-color: var(--flo-color-one);
  color: #fff;
}


.btn-special {
    background-color: #eee;
}

/* === FOOTER === */
.page-footer {
  margin-top: 2rem;
  padding: 1rem 0;
  background-color: var(--flo-color-default);
  color: #fff;
}

.page-footer a {
  color: #fff;
}
.page-footer a:hover {
  color: #fff;
}

.page-footer p {
  font-size: 1rem;
  margin: 0;
  padding:0;
}


@media (min-width: 992px){
    .navbar-mainnavigation .navbar-brand-image img {
        max-height: 100%;
    }
}

#c1 .gallery-item {
    max-width: 300px;
    margin: 0 auto;
}

.footer-section-meta {
    color: #ffffff;
    background-color: var(--flo-color-default);
}

.footer-section-meta a:not(.btn),
.footer-section-meta a:not(.btn):hover, 
.footer-section-meta a:not(.btn):focus {
    color: #ffffff;
}

ul.typo3-messages {
    list-style: none;
    padding: 0;
}

.typo3-messages .alert-message {
    margin: 0;
}

/*
.alert {
    color: #fff;
}
*/


.form-container {}
.form-container legend { display:none; }
.form-page-header { display:none; }

.form-row {
    margin-right: -20px;
    margin-left: -20px;
}

.form-row>.col, .form-row>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.f3-form-error {
    background-color: #f8d7da;
}

.confirmation-image {
    max-width: 500px;
    width: 100%;
    display: block;
    /* margin: 0 auto; */
    border: 1px solid #eee;
    box-shadow: 5px 5px 10px 2px #eee;
}
.container-btn {
    max-width: 500px;
    margin-top: 1rem;
}

html {
    word-wrap: break-word;
}

.card-img, .card-img-top, .card-img-bottom {
    height: auto;
}

.mae-special {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 160px;
    margin: 0 auto;
}


.event-image-preview > img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 300px;
    margin: 1rem auto;
    padding: 1rem;
    border: 1px solid #ccc;
}

.event-image-preview  button {
    display: block;
}

.pf-hint {
    text-align: right;
    padding-top: 0.5em;
    font-size: smaller;
}

.event-description {
    display: none;
}
@media (min-width: 576px){
    .event-description {
        display: block;
        margin-top: 1.5rem;
    }
}

.ds-link,
.femanager_terms a {
    font-weight: bold;
    text-decoration: underline;
}

div.lead,
p.lead {
    line-height: 1.75;
}


@media (min-width: 1200px){
    
    .frame-startbanner h1 {
        font-size: 3.5rem;
    }
    
    .frame-startbanner div.lead,
    .frame-startbanner p.lead {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px){
    .navbar-mainnavigation .navbar-brand {
        height: 120px;
    }
}

.vammaesite .registrationAddressHeader .row > div {
    margin-top: 1rem;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}


.ws-label {
    font-size: smaller;
}

.workshop-description {
    font-size: smaller;
    display: block;
}

.registration-note {
    font-style: italic;
    color: var(--bs-danger);
    display: block;
    
}



#kontakt-26-textarea-1 {
    height: 10rem;
}

.required {
    color: #b02a37;
}


.flo-col-logo {
    text-align: center;
}

.flo-col-logo img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 576px){
    .flo-col-txt h1 {
        text-align: center;
    }
}

.accordion-button {
    font-weight: bold;
}


.toova4398 ~ div.frame { display: none; }
.toova4400 ~ div.frame { display: none; }

.acc-header::after {
    content: "\203A";
    color: inherit;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    transform: rotate(0);
    transform-origin: center;
    transition: 0.5s transform ease;
    height: 2rem;
    width: 2rem;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    background-color: transparent;
    margin: 0.25rem;
}

.acc-header.activ::after {
    transform: rotate(90deg);
    transition: 0.5s transform ease;
}