.d-none{
    display:none !important;
}
#mysearch{
    display: inline-flex;
}
.infoleft, .inforight {
    width: 43%;
    margin: 2rem;
}
.Termine .mintcard{
    padding: 1rem;
    margin: 1rem .5rem;
    /* background-color: #f6f7fd !important; */
    background-color: #e9eaed !important;
    color: #384759 !important;
    text-decoration:none;
    width: 30%;
    max-height: 200px;
    min-height: 200px;
    display: inline-flex;
    overflow: hidden;
}
.Termine .mintcard:hover{
    background-color: #57b846 !important;
    color: #fff !important;
    text-decoration:none;
}
.Termine .mintcard a:hover{
    background-color: #57b846 !important;
    color: #f6f7fd !important;
    text-decoration:none;
}
.Termine .mintcard-date{
    color:#57b846;
}
.Termine .mintcard:hover .mintcard-date{
    color:#fff;;
}
.Termine .mintcard-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0.5rem !important;
    min-height: 70px;
    font-size: 20px !important;
}
.Termine .mintcard.mintcard-title, .Termine .mintcard .location, .Termine .mintcard .art {
    color: #384759 !important;
}
.Termine .mintcard:hover .mintcard-title, .Termine .mintcard:hover .location, .Termine .mintcard:hover .art {
    color: #f6f7fd !important;
}
.Termine .location {
    margin: 0 0 1rem 0;
}
.Termine .art {
    font-size: 16px;
}

@media screen and (max-width: 40em) {
    .Termine .mintcard {
            width: 90%;
            display: block;
    }
}
@media screen and (min-width: 40em) and (max-width: 75.5em){
    .Termine .mintcard {
            width: 45%;
    }
}

h1,h2,h3,h4,h5,h6 {
    margin: 1rem 0;
}

.dlContent h4 {
    margin: 2rem 0 1rem 0 !important;
}

.orga {
    color: #937f72;
    font-size: 25px;
}
.mt-1{
    margin-top: 1rem !important;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.ml-1{
    margin-left: 1rem !important;
}
.mr-1{
    margin-right: 1rem !important;
}

a.link{
    border:none;
    background:none;
}
.login30-form-btn.buttonlink{
    width:20em;
    margin-left: 35%;

    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    height: 50px;
    background-color: #5c9441;
    border-radius: 22px;
    box-shadow: none;
    transition:all 0.4s;
    color:#fff;
    border: 2px solid #5c9441;
    box-sizing: border-box;
    cursor: pointer;
}

.buttonlink.more, .buttonlink.back{
    /* width: 30%; */
    float: left;
    margin: 0 .5rem;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    background: transparent;
    line-height: 1;
    border: 0;
    position: relative;
    z-index: 1;
    outline: none;
    color: #5c9441;
    border: 1px solid #5c9441;
    border-radius: 5px;
    padding: 9px 8px 10px;
    margin-right: 50px;
    font-weight: bold;
    text-decoration: none;
}

.buttonlink.more{
    padding: 9px 8px 10px;
    padding-right: 40px;
}

.buttonlink.back{
    padding: 9px 8px 10px;
    padding-left: 40px;
}

.buttonlink.more::after{
    content: "\25B6";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 10px;
    font-size: 1.28571rem;
}

.buttonlink.back::before{
    content: "\25C0";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 10px;
    font-size: 1.28571rem;
}

.buttonlink.more::before {
    display: none;
}

.buttonlink.more:hover, .buttonlink.back:hover{
    color: #fff;
    background-color:#5c9441;
}

.login30-form-btn.buttonlink:hover{
    color: #5c9441;
    background-color:#fff;
    text-decoration: none;
}

@media screen and (max-width: 30em) {
    .login30-form-btn.buttonlink{
            width:90%;
            margin-left: 0;
    }
}
@media screen and (min-width: 30.1em) and (max-width: 40em) {
    .login30-form-btn.buttonlink{
            width:90%;
            margin-left: 5%;
    }
}
@media screen and (min-width: 40.1em) and (max-width: 65.5em){
    .login30-form-btn.buttonlink{
            width:20em;
            margin-left: 30%;
    }
}