body {
    width: 100vw;
    overflow-x: hidden;
}

/* colors */
.bg-black {
    background: #161616;
}

.bg-dark {
    background: #1c1c1c !important;
}

.bg-light {
    background: #272727 !important;
}

.bg-grey {
    background: #616161 !important;
}

.bg-transition {
    min-height: 373px;
    background: #272727 url('/themes/mehr/images/bg_division.png') repeat-x center bottom;
}
.bg-red
{
    background-color:#e4000f;
}

.gradient{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5));
    height: 100%;
    width: 100%;
}

/* BORDERS*/
.border-light-3 {
    border: 3px solid #cab558;
}

.paper__tears--top {
    position: relative;
}

.paper__tears--bottom {
    position: relative;
}

.paper__tears--top:before {
    content: "";
    display: block;
    width: 2560px;
    height: 30px;
    position: absolute;
    z-index: 50;
    left: 0;
    top: -1px;
    background: url(/resources/themes/bag/images//paper-tears-unten.png);
    background-repeat: repeat-x;
    background-size: 60%;
    pointer-events: none;
}


.paper__tears--bottom:after {
    content: "";
    display: block;
    width: 2560px;
    height: 30px;
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: -1px;
    background: url(/resources/themes/bag/images//paper-tears-oben.png);
    background-repeat: repeat-x;
    background-size: 60%;
    pointer-events: none;
}
/*.paper__tears:after{*/
/*content: '';*/
/*background: url(/resources/themes/bag/images//paper-tears-u.svg);*/
/*background-repeat: no-repeat;*/
/*height: 100%;*/
/*width: 100%;*/
/*position: absolute;*/
/*z-index: 10000;*/
/*bottom: -30px;*/
/*}*/

/* icons */
i.white {
    color: #fff !important;
    background: transparent !important;
}
.white
{
    color:#fff!important;
}
.bold
{
    font-weight:bold;
}
/* DISPLAY SETTINGS */
.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-iblock {
    display: inline-block;
}

.d-inline {
    display: inline;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* MARGINS */
/* horizontal */
.mh-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

/* bottom */
.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

/* top */
.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-90 {
    margin-top: 90px;
}

/* right */
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

/* PADDINGS */
/* horizontal */
.ph-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ph-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ph-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ph-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ph-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ph-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ph-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* vertical */
.pv-0 {
    padding-left: 0;
    padding-right: 0;
}

.pv-15 {
    padding-left: 15px;
    padding-right: 15px;
}

/* all */
.pa-0 {
    padding: 0;
}

.pa-10 {
    padding: 10px;
}

.pa-20 {
    padding: 20px;
}

.pa-30 {
    padding: 30px;
}

/* top*/
.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}
.pt-100{
    padding-top: 100px;
}
/* bottom */
.pb-130 {
    padding-bottom: 130px;
}

.pl-40 {
    padding-left: 40px;
}

*:focus {
    outline: 0;
}

@media (max-width: 767.9px) {
    .height-sm-auto {
        height: auto !important;
    }

    .padding-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pt-sm-30
    {
        padding-top:30px;
    }
    .pt-sm-0
    {
        padding-top:0;
    }
    .mb-sm-10
    {
        margin-bottom:10px !important;
    }
}

@media (max-width: 321px) {

}

@media (min-width: 321px) and (max-width: 767.9px) {

}

#MemberLoginForm_LoginForm label {
    display: block;
    width: 100%;
}

#MemberLoginForm_LoginForm_Remember_Holder {
    display: block;
    width: 100%;
    clear: both;
}

#ForgotPassword {
    clear: both;
}

#MemberLoginForm_LoginForm_Remember_Holder label {
    float: left;
    width: auto;
    position: relative;
    top: -4px;
}

.field.col-6 {
    width: 100% !important;
}

.simplelist li:before {
    display: none;
}

.lightslider li {
    margin: 0 !important;
}
.relative
{
    position:relative;
}
.glyphicon
{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.glyphicon:after {
    font-family: FontAwesome;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.glyphicon-chevron-left:after {
    content: "\f053";

}

.glyphicon-chevron-right:after {
    content: "\f054";

}

.scrtabs-tab-scroll-arrow {
    border: none !important;
    padding-top: 0 !important;
}

html {
    scroll-behavior: smooth;
}