
.tippy-box[data-theme~='c4a'] {
  background-color: #403A60;
  color: white;
    font-size: 1.2em;
    padding:0.7em;
}

.tippy-box[data-theme~='c4a'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #403A60;
}
.tippy-box[data-theme~='v'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #403A60;
}
.tippy-box[data-theme~='c4a'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #403A60;
}
.tippy-box[data-theme~='c4a'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #403A60;
}

@media (max-width: 992px) {
    .search-bar-align {
        min-width: 100%;
    }
}
@media (min-width: 992px) {
    .search-bar-align {
        min-width: 16em;
    }
}

/*Definitions from rk homepage*/


@font-face {
    font-weight: 300;
    font-style: normal;
    font-family: 'Dunant';
    src: url("/static/fonts/Dunant-Light.woff2") format("woff2"),url("/static/fonts/Dunant-Light.woff") format("woff");
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Dunant';
    src: url("/static/fonts/Dunant-Regular.woff2") format("woff2"),url("/static/fonts/Dunant-Regular.woff") format("woff");
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: 'Dunant';
    src: url("/static/fonts/Dunant-Medium.woff2") format("woff2"),url("/static/fonts/Dunant-Medium.woff") format("woff");
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'Dunant';
    src: url("/static/fonts/Dunant-Bold.woff2") format("woff2"),url("/static/fonts/Dunant-Bold.woff") format("woff");
}

h1,h2,h3,.h1,.h2,.h3 {
    margin: 0;
    color: #403A60;
}


h1,.h1 {
    font-weight: 500;
    text-transform: uppercase;
}

h2,.h2 {
    font-weight: 500;
    text-transform: uppercase;
}

h3,.h3 {
    color: #838383;
    font-weight: 400;
    text-transform: uppercase;
}

h4,.h4 {
    color: #838383;
    font-weight: 400;
    text-transform: uppercase;
}

blockquote {
    padding: 8px 0 8px 16px;
    margin-bottom: 16px !important;
    border-left: 3px solid #ced4da;
    font-style: italic;
}

blockquote > *:last-child {
    margin-bottom: 0;
}

.sub-header {
    color: #838383;
    font-weight: 400;
    font-size: 22px;
    line-height: 23px;
}

.font-size-tiny {
    font-size: 13px;
}

.font-size-highlight {
    font-size: 20px;
    line-height: 24px;
}

.font-size-big {
    font-size: 22px;
    line-height: 23px;
}

.line-height-1 {
    line-height: 1;
}

body {
    font-family: Dunant;
    background-color: white;
}

.bg-primary {
 background-color:#403A60 !important;
}

.bg-primary-darker {
    background-color: #3F3A66;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
 background-color: #3F3A66 !important;
}
.bg-secondary {
 background-color:#7C7FAB !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
 background-color:#cccccc !important;
}
.bg-success {
 background-color:#A0DAB3 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
 background-color:#A0DAB3 !important;
}
.bg-info {
 background-color:#99D6EA !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
 background-color:#99D6EA !important;
}
.bg-warning {
 background-color:#F2E5AA !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
 background-color:#F2E5AA !important;
}
.bg-danger {
 background-color:#FF808B !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
 background-color:#3F3A66 !important;
}
.bg-light {
 background-color:#f4f4f4 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
 background-color:#dbdbdb !important;
}
.bg-dark {
 background-color:#838383 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
 background-color:#6a6a6a !important;
}
.bg-white {
 background-color:#fff !important;
}
.bg-transparent {
 background-color:transparent !important;
}

.bg-neutral-darker3 {
    background-color: rgb(102, 102, 102);
}


.oerk-icon {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    fill: #fff;
}

.btn-oerk.btn-float-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.btn-oerk.btn-icon {
    min-height: 30px;
}

.btn-oerk.btn-icon span.icon {
    display: flex;
    margin: 0;
    padding: 8.5px;
    background-color: rgba(0,0,0,0.2);
}

/* Own */

.content a {
    color: #403A60;
}

.content a:hover {
    color: #7C7FAB;
}

.menu-button {
    box-shadow: 0 5px 5px -2px rgba(0,0,0,.7); color: white; background-color: #403A60; margin-left: 10px; margin-right: 20px;
    border-color: #403A60;
}

.menu-button:hover {
    box-shadow: 0 5px 5px -2px rgba(0,0,0,.7); color: white; background-color: #3F3A66; margin-left: 10px; margin-right: 20px;
        border-color: #403A60;
}


.min-vh-100 {
    min-height: 100vh!important;
}

 nav a {
    color: white;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    border: solid;
    border-radius: 0.25rem;
    border-color: transparent;
}

 @media (max-width: 992px) {
     nav .dropdown-item {
         /* color: white; */
         text-decoration: none;
         background-color: transparent;
         -webkit-text-decoration-skip: objects;
     }

     nav .navbar-nav .show>.nav-link.dropdown-toggle {
         color: black;
     }

     nav .dropdown-menu.show  {
         font-size: 16px;
         padding: 12px;
     }

    nav .navbar .nav-item a {
        width: 100%;
        text-align: left;
    }

     nav .dropdown-item:hover, .dropdown-item:focus {
        color: #A0DAB3;
         background-color: unset;
    }

     .filter-button-row {
         margin-right: 0px;
     }
 }


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

 .navbar .nav-item a {
    float: left;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 16px;
}

 .navbar .nav-item a.active {
     background-color: #A0DAB3;
     border: solid;
     border-radius: 0.25rem;
     border-color: #A0DAB3;
     color: #3F3A66;
}

 .navbar .dropdown-toggle {
     color:white;

 }

 .navbar .dropdown-toggle::after {
     font-size: 1.6em;
     margin-top: 50%;
}

  footer a {
    color: white;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

 .fa {
    font-size: 20px;
    width: 50px;
    text-align: center;
}

@media (min-width: 992px) {
    .card-divider {
        width: 72px;
        height: 2px;
        margin-bottom: 1em;
    }

        .page-divider {
        width: 33%;
        height: 0.4em;
        margin-bottom: 1em;
    }
}

.card-row.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}

.card-row .card {
    border: unset;
    border-radius: unset;
}


.project-card {
    //background: rgba(247,247,247,1);
    margin: 1em;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}

.project-card .card-title {
    font-weight: 500;
    color: #403A60;
    text-transform: inherit;
    text-decoration: none;
    font-size: 22px;
    line-height: 26px !important;
    letter-spacing: 0px;
}

.project-card img {
    height: 10em;
    object-fit: cover;
    width: auto;
}


@media (max-width: 575px) {
.project-card img {
    height: 16em;
}
}

.card-actions {
    color: gray;
}

.project-card .card-footer {
    background-color: initial;
    border-top: initial;
}

.project-card .card-body {
    padding-bottom: 0px;
}

.project-card .card-text {
    margin-bottom: 0px;
}


.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.footer-copyright {
        padding-bottom: 1.2em;
}

.green-border {
    border-color: #A0DAB3;
    border-style: solid;
    border-width: 0.4em;
    margin: 1em;
    border-radius: 0.5rem;
}


.new-border {
    margin: 1em;
    /*border-radius: 24px;  // from https://www.jugendrotkreuz.at/freizeit-jugendarbeit/call4action */
    border-bottom-right-radius: 24px;
}


.grey-border {
        border-color: #838383;
    border-style: solid;
    border-width: 0.4em;
    margin: 1em;
    border-radius: 0.5rem;
}

.nav-item {
        border-radius: 0.5rem;
}

.front-icon {
    font-size: 5em;
    background: white;
    position: absolute;
    bottom: -0.4em;
    left: 1em;
    right: 1em;
    margin-right: auto;
    margin-left: auto;
}

.project-icon {
        font-size: 3em;
}

@media (max-width: 576px) {
.project-icon {
        font-size: 5em;
}
}


.footer-link {
    color:white;
      text-decoration: none;
  border-bottom: #7C7FAB 0.5px solid;
}

a:hover {
    color: #A0DAB3;
    text-decoration: underline;
}

.page-footer .row {
    margin-left: unset;
    margin-right: unset;
}

@media (max-width: 770px) {
    .page-footer .row {
        text-align: center;
    }
}

.footer-image-container {
    width: 16vw;
    float: right;
}


#filter-row {
    padding-bottom:5em;
}

#filter-row .row {
    /* margin-left:6em; */
}

@media (min-width: 1185px) {
    #filter-row .btn-block {
        margin-left: 0.5em;
        padding-left: 0.5em;
        margin-right: 0.5em;
        padding-right: 0.5em;
    }
}

@media (max-width: 1185px) {
#filter-row .row {
    margin-left:inherit;
}
    #filter-row .btn-block {
        margin-bottom: 1em;

    }
}



#selector-row {
    margin-right: 0px;
    margin-left: 0px;
}

#id_btn_clear {
    color: white;
}

@media (max-width: 845px) {
    .footer-image-container {
    width: 100%;
}
    .c4a-businesscard {
        text-align: center;
    }

    .c4a-businesscard img {
        margin-left: auto;
        margin-right: auto;
        max-height: 200px;
    }
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #A0DAB3;
    border-color: #A0DAB3;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #A0DAB3;
    border-color: #A0DAB3;
}


.dropdown-item:hover, .dropdown-item:focus {
    background-color: #7C7FAB;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #A0DAB3;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #A0DAB3;
    border-color: #A0DAB3;
}


.project-card .card-text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.text-grey {
    color: #eceded;
}

.action-container .c4a-cardbutton.card:hover {

    border-color: #A0DAB3;
    background-color: #A0DAB3;
}

.action-container .c4a-cardbutton.card {
    background-color: #3F3A66;
    border-color: #3f3a66;
}

.action-container .c4a-cardbutton.card .card-title {
    color:white;
}

.action-container .c4a-cardbutton.card .card-divider {
    background-color:white !important;
}

.c4a-project-badges .badge{
        font-size: 1em;
}

.project-list-icon {
    font-size: 3em;
}

.pagination {
    padding-left: auto;
    padding-right: auto;
}

.project-table.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 2px solid #dee2e6;
    border-bottom: 3px solid #dee2e6;
}

.check-icon {
        font-size: 2em;
    color: #a0dab3;

}

.c4a-headline {
    font-size: 5.6em;
    max-font-size: 6em;
    color: black;
}

.c4a-site-headline {
    font-size:4em;
    max-font-size: 4em;
}

.btn-group-toggle.special {
  display: flex;
}

.special .btn {
  flex: 1
}

@media (max-width: 992px) {
    .c4a-headline {
        font-size: 5.6vw;
    }
}

@media (max-width: 576px) {
    .c4a-headline {
        font-size: 10vw;
    }
    .c4a-site-headline {
    font-size: 3em;
}
}

.project-table {
  border-collapse:separate;
  border-spacing: 0 2em;
    /* border-collapse: collapse; */
}

.project-table tr td {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    /*border-radius: .25rem;*/
}

.project-table tr td a{
    text-decoration: none;
}

.project-table tr td:first-child {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-left: 1px solid #ced4da;
}

.project-table tr td:last-child {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-right: 1px solid #ced4da;
}


.c4a-table-row {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.c4a-table-row td {
    margin-bottom: 1em;
}


.mt-8 {
    margin-top: 5rem !important;
}

.mb-8 {
    margin-bottom: 5rem !important;
}

.c4a-flex-center {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.c4a-flex-bottom {
    display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c4a-word-break {
    word-wrap: break-word;
}

.form-check a {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

p a {
    text-decoration: underline;
}

#relizations-ticker {
    text-align: center;
}

.relizations-ticker-text {
    font-size: 1.6em;
}

.relizations-ticker-number {
    font-size: 3em;
    font-weight: bold;
    color: #403A60;
}

.implementation-image {
    max-height: 12em;
}

.implementation-card h4 {
    font-weight: 500;
    color: #403A60;
    text-transform: inherit;
    text-decoration: none;
    font-size: 22px;
    line-height: 26px !important;
    letter-spacing: 0px;
}

.implementation-image-preview:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    cursor: pointer;
}

.splash-background {
    background: url('/static/img/colorsplash.png');
    background-repeat: no-repeat;
}

.reset-formcontrol {
    margin: auto; height: initial; font-size: initial; font-weight: initial; padding: 0; width: auto; margin-bottom: 0.5em; width: 6em; font-size: 1em;
}

.custom-file-upload {
    position: absolute;
    left: 50%;
    right: 49%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 12em;
}

.hover-scale:hover {
    transform: scale(1.05);
}

.hover-shadow:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.hover-zoom-container {
    overflow: hidden;
}

.hover-zoom:hover {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    transition: transform 0.77s;
}

.image-overlay-container {
    position: relative;
}

.image-overlay-badge{
    position: absolute;
    right:-20px;
    top:10px;
    text-align: center;
}

/* icon font */

@font-face {
  font-family: 'icomoon';
  src:  url('/static/fonts/icomoon.eot?e5ixze');
  src:  url('/static/fonts/icomoon.eot?e5ixze#iefix') format('embedded-opentype'),
    url('/static/fonts/icomoon.ttf?e5ixze') format('truetype'),
    url('/static/fonts/icomoon.woff?e5ixze') format('woff'),
    url('/static/fonts/icomoon.svg?e5ixze#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-mark:before {
  content: "\e90c";
}
.icon-Umsetzen_Dudes_Lila:before {
  content: "\e900";
  color: #3f3a66;
}
.icon-Umsetzen_Dudes_Gruen:before {
  content: "\e901";
  color: #a0dab3;
}
.icon-Umsetzen_Dudes_Grau:before {
  content: "\e902";
  color: #838383;
}
.icon-Idee_Bulb_Small_Lila:before {
  content: "\e903";
  color: #3f3a66;
}
.icon-Idee_Bulb_Small_Gruen:before {
  content: "\e904";
  color: #a0dab3;
}
.icon-Idee_Bulb_Small_Grau:before {
  content: "\e905";
  color: #838383;
}
.icon-Idee_Bulb_Big_Lila:before {
  content: "\e906";
  color: #3f3a66;
}
.icon-Idee_Bulb_Big_Gruen:before {
  content: "\e907";
  color: #a0dab3;
}
.icon-Idee_Bulb_Big_Grau:before {
  content: "\e908";
  color: #838383;
}
.icon-Foerdern_Hand_Lila:before {
  content: "\e909";
  color: #3f3a66;
}
.icon-Foerdern_Hand_Gruen:before {
  content: "\e90a";
  color: #a0dab3;
}
.icon-Foerdern_Hand_Grau:before {
  content: "\e90b";
  color: #838383;
}

/* iconfont end */

.clipboard{

}

.clipboard .modal-content {
        border: 2px solid black;
}

.clipboard .decorator {
  position: absolute;
  background-color: #0f0e0e;
  width: 20em;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4em;
  border-radius: 1rem !important;
}

.no-border {
    border: unset;
}

.button-info {
    min-height: 1rem;
    position: relative;
    text-align: center;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    content: "";
    width: 4rem;
    height: 4rem;
    z-index: 10;
    padding: 0.5em 0;
    line-height: 1em;
    max-width: 4rem;
    margin-left: -1em;
    margin-right: -1em;
    font-size: 2em;
  }



.c4a-toast .toast-body {
    font-size: 1.6em;
}


.ratio-1-1 {
    aspect-ratio: 1 / 1;
}