main {
    background: #f1f1f1;
}

.bg-weiss {
    background: white;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px #e5e5e5;
}

.big_01 {
    font-size: 115%;
}

label {
    font-weight: 300;
    font-size: 120%;
    position: relative;

}

label.select:after {
    content:'\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    color: #666;
    cursor: pointer;
}

select {
    -webkit-appearance: none;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #999 !important;
    background: white !important;
    padding: 5px 30px 5px 10px !important;
    font-size: 100% !important;
    font-weight: 300;
    margin-left: 15px !important;
    cursor: pointer;
    color: #cdcdcd !important;
}

input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    font-size: 100%;
}

::placeholder {
    color:#cdcdcd;
}

button span {
    padding-left: 10px;
    margin-top: -5px;
}

.container-fluid [class*="grid_"] {
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .filter .grid_4.well6 {
        padding: 0;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .filter .grid_2 {
        padding-right: 20px;
    }

    select {
        margin:0;
        padding-left: 0;
        margin-right: 10px;
    }

    label.select:after {
        right: 15px;
    }

    input {
        width: 68%;
    }
}

@media (max-width: 767px) {
    select {
        float: right;
        width: 70%;
    }

    label {
        display: block;
    }

    input {
        width: calc(100% - 60px);
    }
}

@media (max-width: 479px) {
    select {
        width: 65%;
    }

    label {
        font-size: 100%;
    }
}


/*********** WEBINAR **************/
[class*='grid_'].webinar {
    padding: 20px;
    box-sizing: border-box;
}

[class*='grid_'].webinar > div {
    position: relative;
    box-shadow: 0 0 10px #e5e5e5;
    height: 100%;
}

.webinar div.webinar-referent {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    border: 3px solid white;
    background-size: cover;
    background-position: center;
}

.webinar div.termin {
    background: rgba(0,0,0,0.6);
    position: absolute;
    margin-top: -28px;
    width: 100%;
}

.webinar div.termin p {
    color: white;
    padding: 0 0 0 10px;
}

.webinar div.beschreibung {
    padding: 20px;
    color: #333;
}

.webinar div.beschreibung h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 10px;
}

.webinar div.beschreibung p {
    margin-top: 0;
    line-height: 1.3em;
    font-size: 90%;
}

svg {
    width: 100px;
    margin-top: -30px;
    margin-left: -10px;
    margin-bottom: -50px;
}

svg + span {
    margin-top: 8px;
    display: inline-block;
    font-size: 85%;
    margin-bottom: -9px;
    color: #888;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.navi-nr a {
    border: 1px solid #e5e5e5;
    padding: 5px 13px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 300;
}

.navi-nr a.active {
    font-weight: 500;
    background: #f3f3f3;
    color: #4989e1;
}

.navi-nr a i {
    padding-top: 5px;
}

.banner-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: -5px;
}

.banner-content {
    width: 200px;
    padding: 3px;
    background-color: #ffab30;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg) translate(-28%, -35%);
    transform: rotate(-45deg) translate(-28%, -70%);
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 979px) and (min-width: 768px) {
    .webinar div.webinar-referent {
        width: 40px;
        height: 40px;
        border-width: 2px;
    }

    .banner-content {
        transform: rotate(-45deg) translate(-30%, -150%);
        font-size: 11px;
        padding: 0;
    }
}

@media (max-width: 479px) {
    .webinar div.webinar-referent {
        width: 40px;
        height: 40px;
        border-width: 2px;
    }

    .banner-content {
        transform: rotate(-45deg) translate(-30%, -150%);
        font-size: 11px;
        padding: 0;
    }
}

