﻿
.btn {
    border-radius: 4px !important;
    border: 0 !important;
}
.btn-primary {
    background-color: #6AA506 !important;
    color: white !important;
}
.btn-kumpeleins-green {
    background-color: #6AA506;
    color: white;
}
/* ---------------------- 
    Formular
--------------------------*/
.form-control:focus {
    box-shadow: 0 0 0 0.25rem #6AA506 !important;
}

.card-shadow-black {
    -webkit-box-shadow: 4px 7px 7px 2px rgba(0,0,0,0.59);
    box-shadow: 4px 7px 7px 2px rgba(0,0,0,0.59);
}

.pb-2{
    padding-bottom:0.5rem !important;
}

.pt-2 {
    padding-top:0.5rem !important
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-5  {
    padding-top:1.5rem !important;
}

.color-kumpeleins-green a {
    color: #6AA506 !important;
}

.blink-1 {
    -webkit-animation: blink-1 0.6s both;
    animation: blink-1 0.6s both;
}

.color-kumpeleins-green {
    color: #6AA506 !important;
}

.splash-container-umfrage {
    width: 100%;
    max-width: 900px;
    padding: 15px;
    margin: auto;
}

.bg-white{
    background-color:white !important;
}
.max-width-50px
{
    max-width:50px;
}

.max-height-50px
{
    max-height:50px;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-9-6 17:33:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.w-90-percent {
    width:90%;
}

.cursor-pointer{
    cursor:pointer;
}

.datepicker {
    border:none !important;
    width:100% !important;
}

.btn-kumpeleins-red {
    background-color: #ff6060;
    color: white;
}