.MainSliderContainer {
    position: relative;
    box-sizing: border-box;
    display: block;
    border:1px solid #adadad;
}

.SliderElementContainer {
    position: absolute;
    box-sizing: border-box;
    left:15px;
    right: 15px;
    bottom: 15px;
    top:15px;
}

.SliderElement {
    position: absolute;
    box-sizing: border-box;
    top:0px;
    left:0px;
    opacity: 0;
}

.SliderElementImage {
    position: absolute;
    box-sizing: border-box;
    top:0px;
    left:0px;
    overflow: hidden;
}

.SliderElementTextContainer {
    position: absolute;
    box-sizing: border-box;
    background-color: white;
}

.SliderElementTextTitel {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 32px;
    color: #3c3c3c;
    color: #a90000!important;
    width:100%;
}

.SliderElementText {
    position: relative;
    box-sizing: border-box;
    display: block;
    width:100%;
    color: #898989;
}

.SliderStatusContainer {
    position: absolute;
    bottom: 10px;
    left: 7px;
    height: 18px;
    width: 190px;
}

.SliderStatusElement {
    /*float: right;*/
    position: relative;
    display: inline-block;
    margin-left: 5px;

    height: 17px;
    width: 17px;

    background-color: white;

    border:1px solid #4A4A4A;
}

.SliderStatusElement.Active {
    background-color: #a90000;
}

@media (min-width: 1031px)
{
    .MainSliderContainer {
        height: 350px;
    }

    .SliderElement {
        width:auto;
    }

    .SliderElementImage {
        width: 610px;
        height: 320px;
    }

    .SliderElementTextContainer {
        position: absolute;
        box-sizing: border-box;
        top:0px;
        left: 630px;
        width:335px;
        height: 320px;
        background-color: white;
    }

    .SliderElementTextTitel {
        margin-top: 80px;
        height: 70px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .SliderElementText {
        height: 150px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1030px) and (min-width: 800px)
{
    .MainSliderContainer {
        height: 520px;
    }

    .SliderElement {
        width:100%;
    }

    .SliderElementTextContainer {
        position: absolute;
        box-sizing: border-box;
        top:360px;
        left: 0px;
        width:100%!important;
        height: 80px!important;
        background-color: white;
    }

    .SliderElementTextTitel {
        margin-top: 15px;
        height: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .SliderElementText {
        height: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .SliderElementImage {
        width: 100%;
        height: 350px;
    }

    .SliderElementImageElement {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 799px) and (min-width: 666px)
{
    .MainSliderContainer {
        height: 515px;
    }

    .SliderElement {
        width:100%;
    }

    .SliderElementTextContainer {
        position: absolute;
        box-sizing: border-box;
        top:340px;
        left: 0px;
        width:100%!important;
        height: 80px!important;
        background-color: white;
    }

    .SliderElementTextTitel {
        margin-top: 15px;
        height: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .SliderElementText {
        height: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .SliderElementImage {
        width: 100%;
        height: 350px;
    }

    .SliderElementImageElement {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 665px)
{
    .MainSliderContainer {
        position: relative;
    }

    .SliderElement {
        width:100%;
    }

    .SliderElementTextContainer {
        position: absolute;
        box-sizing: border-box;
        /*top: 340px;*/
        left: 0px;
        width:100%!important;
        height: auto!important;
        /*border:1px solid red;*/
        background-color: white;
    }

    .SliderElementTextTitel {
        margin-top: 15px;
        margin-bottom: 15px;
        height: auto!important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .SliderElementText {
        height: auto!important;
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .SliderElementImage {
        width: 100%;
        height: 350px;
    }

    .SliderElementImageElement {
        position: relative;
        width: 100%;
        height: auto;
    }
}