.close-x{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: none;
    padding: 0px;
    margin: 0px;
}
.close-x::after{
    content: '';
    width: 20px;
    height: 2px;
    background-color: grey;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
}
.close-x::before{
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    background-color: grey;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 3px;
    top: 10px;
}
.return-message > div{
    position: relative;
}
/*.aSFRow.row-institution, */.aSFRow.aSFRow-ecm, .aSFRow.aSFRow-ecs, .aSFRow.aSFRow-berufsbezeichnung{
    display: none;
}
.aSFRow .aSFRcol .aSFRcolField.aSFRcheck{
    line-height: inherit;
}

svg{
    width: 100px;
    height: 100px;
}

select.formfield,
input.formfield {
    color: #474747;
}
input.quicksearch {
    width: 100%;
    padding: 5px;
}
select.formfield {
    width: 220px;
    height: 26px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/fileadmin/seminarkalender/img/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
}

h2.seminar {
    font-size: 1.75em;
}
.suchformular {
    background-color: rgba(121, 186, 164, 0.7);
    padding: 10px;
    margin: 0 0 20px 0;
}
.form-input-button form {
    border: 1px solid #ccc;
    padding: 7px 10px 5px;
    clear: both;
    overflow: hidden;
    background-color: #ffffff;
}
.form-input-button form input {
    border: 0;
    padding: 0;
    width: 85%;
    float: left;
}
.form-input-button form button.search-button, .search-button {
    background-image: url(/fileadmin/seminarkalender/img/lupe.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 20px auto;
    width: 17px;
    height: 17px;
    border: 0;
    padding: 0;
    text-indent: -9999px;
    margin-top: 0;
}
.form-input-button form button {
    float: right;
    margin-top: 4px;
}

.legende_gruppe {
    float: right;
    padding: 0 0 20px 20px;
}
.f1 {
    background-color: #358151;
}
.f2 {
    background-color: #FFF379;
}
.f3 {
    background-color: #FA751F;
}
.legende_farbe {
    height: 15px;
    width: 15px;
    float: left;
}
.legende_text {
    padding-left: 25px;
    line-height: 15px;
}

#kurseFilterWrapper {
    background-color: rgba(121,186,164,0.7);
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}
.suchformular-text {
    float: left;
    width: 140px;
    font-weight: bold;
    color: #ffffff;
}
#kurseFilter > div {
    padding: 5px 0;
}
.kBoxItem strong {
    font-weight: bold;
}
.kBoxItem {
    display: flex;
}
.kBoxItem p {
    margin-bottom: 0;
}
.kBoxItem > div {
    width: 25%;
    margin-bottom: 20px;
}
.kBoxItem > div:nth-child(2) {
    width: 50%;
}
.kBoxItem > div:not(:first-child) {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.kBoxItem h3 {
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
}
.kBoxItem h3 a {
    color: #358151;
    text-decoration: none;
}
.seminare_ampel td {
    width: 10px;
    height: 10px;
}

form.subscribe-form h2 {
    display: block;
}

form.subscribe-form strong {
    font-weight: bold;
}

form.subscribe-form .formfield {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form.subscribe-form textarea.formfield {
    height: 100px;
}
form.subscribe-form input[type=checkbox] {
    margin-right: 5px;
}
form.subscribe-form .radio-wrap label {
    margin-right: 20px;
}
form.subscribe-form .parsley-errors-list {
    color: red;
}
form.subscribe-form .radio-wrap .parsley-errors-list {
    position: absolute;
}
.aSFRcInner {
    margin-bottom: 15px;
}
.aSFRcol {
    float: left;
}
.aSFRowTitle {
    width: 100%;
    float: left;
    font-weight: bold;
}
#person_1_ez {
    display: block;
}
.aSFRcol.aSFRcFull {
    width: 100%;
}
.veranstaltung-subscribe-form .return-message {
    float: left;
}
.veranstaltung-subscribe-form ul.parsley-errors-list {
    margin-bottom: 0;
}
.aSFRow > .noTopPadding {
    padding-top: 0;
}
.aSFRcInner.noBottomMargin {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .aSFRcol {
        width: 50%;
    }
}
@media screen and (min-width: 737px) {
    .aSFRow > *,
    .aSFRowTitle {
        padding: 25px 0 0 25px;
    }
    h1.seminar {
        margin: 0 0 0.5em 0;
    }
    h2.seminar {
        margin: 0 0 1.2em 0;
    }
}