.mtl {
    margin-top: 20px;
}

.mtm {
    margin-top: 10px;
}

.mts {
    margin-top: 5px;
}

.mbl {
    margin-bottom: 20px;
}

.mbm {
    margin-bottom: 10px;
}

.mbs {
    margin-bottom: 5px;
}

.navbar-placeholder {
    height: 51px;
}

.input-group .form-control-75 {
    width: 75%;
}

.input-group .form-control-67 {
    width: 67%;
}

.input-group .form-control-60 {
    width: 60%;
}

.input-group .form-control-50 {
    width: 50%;
}

.input-group .form-control-40 {
    width: 40%;
}

.input-group .form-control-33 {
    width: 33%;
}

.input-group .form-control-25 {
    width: 25%;
}

.input-group .form-control-20 {
    width: 20%;
}

.text-absolute {
    position: absolute;
    z-index: 10;
}

.text-strong {
    font-weight: 600;
}

.container-box-img-wide {
    margin: -20px 0;
    text-align: center;
}

.img-wide {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: -1;
}

.img-left {
    float: left;
    margin-right: 20px;
}

.img-right {
    float: right;
    margin-left: 20px;
}

.img-center {
    margin: auto;
}

.container-main {
    /*margin-top: 20px;*/
    min-height: 300px;
}

.label-large {
    margin-top: 5px;
    border-radius: 5px;
    padding: 4px 15px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.label-header {
    font-size: 24px;
    font-style: italic;
}

.account-address-box-main {
    height: 150px;
    overflow: hidden;
}

.account-address-box {
    height: 120px;
    overflow: hidden;
}

.btn-box-address {
    bottom: 30px;
    position: absolute;
}

.addresslist .panel-body {
    height: 205px;
}

.addresslist .panel-body-singleaddress {
    height: auto;
}

.label-addr {
    font-size: 90%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.control-label-small {
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

.navbar-menu {
    border-color: #bbb;
}

.navbar-menu .navbar-header {
    background-color: #eee;
}

.navbar-menu .navbar-toggle {
    border-color: #ddd;
}

.navbar-menu .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-menu .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-header {
    white-space: nowrap;
}

/*Karusell*/
.carousel-control img.btn-next, .carousel-control img.btn-prev {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;

}

.carousel-control img.btn-prev {
    right: 50%;
}

.carousel-control img.btn-next {
    left: 50%;
}

.gallery .thumb {
    margin-bottom: 30px;
}

.thumb a.thumbnail {

}

.thumb a.thumbnail img.img-responsive {

}

/*Fuss*/
footer {
    margin-top: 20px;
}

.footer.navbar.navbar-default, .footer.navbar.navbar-inverse {
    min-height: 0;
    overflow: hidden;
}

.footer .navbar-nav > li > a {
    padding: 12px 6px;
}

.footermenu > ul {
    margin: 0;
    padding: 0;
    list-style: outside none none
}

.footermenu {
    text-align: left;
}

.copyright {
    text-align: center;
    padding-top: 10px;
}

/*Superfish Menü*/
.sf-menu-xs ul, .sf-menu ul, .sf-menu * {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*Superfish Menü*/

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
    text-decoration: none;
    zoom: 1; /* IE7 */
    color: #777;
    display: block;
    line-height: 20px;
    padding: 10px 15px;
}

.sf-menu a:hover {
    color: #333;
}

.sf-menu li {
    background: inherit;
    white-space: nowrap; /* no need for Supersubs plugin */
}

.sf-menu ul li {
    background: #f8f8f8;
    padding: 0 15px;
}

/*.sf-menu ul ul li {*/
/*background: #f8f8f8;*/
/*}*/
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
    background: #f8f8f8;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #535353; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(83, 83, 83, 1);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #777; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #535353; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(83, 83, 83, 1);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #777;
}

.sf-menu-xs .level_1, .sf-menu-xs .level_2, .sf-menu-xs .level_3 {
    position: relative;
}

.sf-menu-xs .sf-menu ul {
    width: 100%;
}

.sf-menu-xs ul ul {
    left: 50%;
    top: 0;
    width: 50%;
}

.content-block-modal {
    margin: 15px;
}

.content-block-wrapper {
    position: relative;
}

/*Responsive Anpassungen*/

@media (min-width: 480px) {
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {

    .sf-menu > li {
        float: left;
    }

    .copyright {
        text-align: right;
    }

    .copyright-first {
        text-align: left;
    }

    .footer-menu-last .navbar-nav {
        float: right;
    }
    .footermenu .container-fluid{
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-bs5-right {
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}