/* boxInfo */
.boxInfo{
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 30px;
}

.boxInfo *{
    color: #fff;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
.boxInfo p{
    color: #000;
}
.boxInfo strong{
  color: #000;
}

.boxInfo .boxInfo_content{
    padding: 30px !important;
    display: inline-grid;
    width: 100%;
    height: 100%;
}

.boxInfo h3{
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}

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

.boxInfo.boxInfo_RightPosition h3{
    font-size: 40px;
    margin-bottom: 0;
}

.boxInfo.boxInfo_RightPosition p{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.boxInfo.boxInfo_RightPosition .boxInfo_link{
    background: #000;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 120px;
    padding: 30px !important;
}

.boxInfo.boxInfo_RightPosition .boxInfo_link .btn{
    font-size: 23px;
    text-align: left;
    width: 85%;
    font-weight: 600;
    background: none;
    position: relative;
    padding-top: 0;
}

.boxInfo.boxInfo_RightPosition .boxInfo_link .btn:after{
    background: url(/fileadmin/template/assets/img/icons/arrow_button.svg) no-repeat;
    content: '';
    position: absolute;
    width: 22px;
    height: 19px;
    bottom: -15px;
    background-size: cover;
    left: 15px;
}
/*
.boxInfo.boxInfo_RightPosition .col-md-3,
.boxInfo.boxInfo_RightPosition .col-lg-3{
    padding-left: 0;
}

.boxInfo.boxInfo_RightPosition .col-md-9,
.boxInfo.boxInfo_RightPosition .col-lg-9{
    padding-right: 0;
}
*/

.box-width-100{
    width: 100%;
}

.boxInfo.boxInfo_bottomPosition .boxInfo_iconLink{
    margin-bottom: -50px;
    margin-top: 15px;
}


.boxInfo.boxInfo_icon{
    display: flex;
}

.boxInfo.boxInfo_icon .boxInfo_iconIcon{
    background: #000;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 120px;
}

.boxInfo.boxInfo_icon .boxInfo_iconLink{
    margin-bottom: -50px;
    margin-top: 15px;
}
/*
.boxInfo.boxInfo_icon .col-md-3,
.boxInfo.boxInfo_icon .col-lg-2{
    padding-right: 0;
}

.boxInfo.boxInfo_icon .col-md-9,
.boxInfo.boxInfo_icon .col-lg-10{
    padding-left: 0;
}
*/

.boxInfo.boxInfo_icon .boxInfo_iconIcon:after {
    content: "i";
    width: 62px;
    height: 62px;
    position: absolute;
    right: 0;
    left: 0;
    top: 27%;
    line-height: 62px;
    text-align: center;
    font-weight: 600;
    font-size: 76px;
    margin: auto;
}

.boxInfo .btn{
    font-size: 14px;
    padding: 10px 45px 10px 15px;
}

.boxInfo .boxInfo_bg_Rot{
    background: #ff505c;
}

.boxInfo .boxInfo_bg_Gelb{
    background: #efc118;
}

.boxInfo .boxInfo_bg_Blau{
    background: #009cde;
}

@media (max-width:767px) {
/*    
    .boxInfo.boxInfo_RightPosition .col-md-3,
    .boxInfo.boxInfo_RightPosition .col-lg-3{
        padding-left: 15px;
    }

    .boxInfo.boxInfo_RightPosition .col-md-9,
    .boxInfo.boxInfo_RightPosition .col-lg-9{
        padding-right: 15px;
    }

    .boxInfo.boxInfo_icon .col-md-3,
    .boxInfo.boxInfo_icon .col-lg-2{
        padding-right: 15px;
    }

    .boxInfo.boxInfo_icon .col-md-9,
    .boxInfo.boxInfo_icon .col-lg-10{
        padding-left: 15px;
    }
*/

    .boxInfo.boxInfo_RightPosition h3 {
        font-size: 28px;
    }

    .boxInfo.boxInfo_RightPosition p {
        font-size: 15px;
        font-weight: 500;
    }

    .boxInfo.boxInfo_RightPosition .boxInfo_link .btn {
        font-size: 20px;
    }

}