@import url("fonts.css");

.header {
    border-bottom: 0;
}

body {
    background: url("../images/background.png") 0 0 repeat-x;
    background-color: #484649;
}

body.itemid-101 {
    background: unset;
    background-color: unset;
}

.slide-desc-bg-default {
    background: unset !important;
}

.grid-child.container-component,
.grid-child.container-sidebar-left {
    margin-top: 110px;
}

.container-component {
    border: unset !important;
}

.container-component>*+*,
.container-component> :first-child,
.container-sidebar-left> :first-child,
.container-sidebar-left .sidebar-left:first-child {
    margin-top: unset;
}

.row>[class*='col-'] {
    display: grid;
}

.navbar-brand {
    top: -5px;
    margin-left: auto;
    left: 100px;
    width: 50%;
}

.site-description {
    background: url("../images/mouth_free.png") 0 0 no-repeat;
    background-size: contain;
    position: initial;
    margin-top: 10px;
    margin-left: 30px;
    height: 50px;
    width: 104px;
}

.brand-logo>img {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 5px 5px;
    width: 50%;
    min-width: 105px;
    padding-top: 3px;
}

.container-header .grid-child {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.container-header .navbar-brand {
    margin-inline-end: unset;
}

.topbar p {
    padding-right: 10px;
    margin: auto;
}

@media (max-width:450px) {
    .site-description {
        /* smiley */
        display: none
    }

    .grid-child.container-component,
    .grid-child.container-sidebar-left {
        margin-top: 50px;
    }
}

@media (min-width:768px) {
    .navbar-brand {
        width: unset;
        left: unset;
    }

    .brand-logo>img {
        width: 75%
    }

    .site-description {
        /* smiley */
        height: 75px;
        width: 156px;
    }

    .grid-child.container-component,
    .grid-child.container-sidebar-left {
        margin-top: 150px;
    }
}

@media (min-width:1200px) {
    .navbar-brand {
        width: unset;
        left: unset;
    }

    .brand-logo>img {
        width: 100%
    }

    .site-description {
        /* smiley */
        height: 99px;
        width: 208px;
    }

    .grid-child.container-component,
    .grid-child.container-sidebar-left {
        margin-top: 200px;
    }
}

@media (max-width:991px) {
    .slide-text {
        display: none;
    }

    .grid-child.container-sidebar-left {
        margin-top: 25px;
    }
}

@media (max-width:768px) {
    .slide-desc {
        display: none;
    }
}

.slide-desc {
    z-index: 90;
}

body.itemid-101 .grid-child.container-component {
    margin-top: unset;
}

.clear {
    clear: both;
}

body.itemid-117 main img,
body.itemid-118 main img {
    height: revert-layer;
}

/*---------
  OFFCANVAS
  ---------*/
.offcanvas-bottom .brand-logo {
    padding-top: 50px;
    margin: auto;
}

.sidenav .offcanvas-bottom a {
    border-bottom: unset;
}

.offcanvas-bottom .brand-logo img {
    width: unset;
    max-width: unset;
    margin: auto;
}

.offcanvas-bottom .footer1 {
    text-align: center;
    color: #aaa;
}

.offcanvas-bottom .footer2 {
    display: none;
}

/*---------
  MAIN/SUB MENU
  ---------*/
@media (max-width:576px) {
    .mod-breadcrumbs__here {
        display: none;
    }
}

@media (max-width:475px) {
    .mod-breadcrumbs__wrapper {
        display: none;
    }
}

#navbar1 {
    margin-top: 20px;
}

body.itemid-101 #navbar1 {
    margin-left: unset;
}

#navbar1 ul li a {
    background: url("../images/buttons/menu-main.png") 0 0 no-repeat;
}

#navbar1 ul li.active a,
#navbar1 ul li a:hover {
    background: url("../images/buttons/menu-main-active.png") 0 0 no-repeat;
}

nav.sidebar-left ul.nav li a {
    display: block;
    color: #ffffff;
    background: url("../images/buttons/menu-sub.png") 0 0 no-repeat;
    width: 305px;
    height: 45px;
    padding-left: 17px;
    padding-top: 12px;
}

nav.sidebar-left ul.nav li.active a,
nav.sidebar-left ul.nav li a:hover {
    background: url("../images/buttons/menu-sub-active.png") 0 0 no-repeat;
}

.mod-menu li {
    padding: 0 0 5px 0;
}

@media (min-width:768px) {
    .mod-menu {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

    #navbar1 ul {
        list-style: none;
    }

    #navbar1 ul li {
        float: left;
        display: block;
        margin-right: 9px;
    }

    #navbar1 ul li a {
        display: block;
        text-align: center;
        padding-top: 12px;
        width: 125px;
        height: 55px;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
    }

    .container-header .mod-menu>li.active>a::after,
    .container-header .mod-menu>li.active>button::before,
    .container-header .mod-menu>li>a:hover::after,
    .container-header .mod-menu>li>button:hover::before {
        background: unset;
        opacity: unset;
    }

    .container-header .mod-menu>li.active:after,
    .container-header .mod-menu>li:hover:after {
        background: unset;
    }
}

/*---------
  MOBILE MENU
  ---------*/
.offcanvas_show {
    top: 30px !important;
}

@media (max-width:825px) {
    nav.submenu {
        display: none;
    }
}

/*---------
  BOXEN
  ---------*/
.box {
    padding: 15px 15px 15px 15px;
    position: relative;
    margin-bottom: 20px;
}

.container-sidebar-left .box {
    width: calc(100% - 8px);
}

.box.grey {
    background: #d1d3d3;
    color: #3e3d40;
}

.box.last {
    margin-right: 0px;
}

.box.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.box-title {
    color: #ffffff;
    text-transform: uppercase;
    font-family: unset;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 15px;
    width: 75%;
}

.title {
    font-weight: bold;
    text-transform: uppercase;
}

[class*=" box-title"][class*=" icon-"],
[class^="box-title"][class*=" icon-"],
[class*=" box-title"][class^="icon-"] {
    margin-bottom: 35px;
}

.roundet {
    -moz-border-radius: 10px 10px 10px 10px;
    /* Firefox */
    -webkit-border-radius: 10px 10px 10px 10px;
    /* WebKit */
    border-radius: 10px 10px 10px 10px;
    /* Standard */
}

/*---------
  ICONS
  ------*/
.icon-message:after {
    content: " ";
    display: inline-block;
    width: 51px;
    height: 44px;
    background: url("../images/icons/icon-message.png") 0 0 no-repeat;
    position: absolute;
    top: 12px;
    right: 18px;
}

.icon-services:after {
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/icons/icon-services.png") 0 0 no-repeat;
    position: absolute;
    top: 9px;
    right: 11px;
}

.icon-info::before {
    content: "";
}

.icon-info::after {
    content: "";
    display: inline-block;
    width: 43px;
    height: 42px;
    background: url("../images/icons/icon-info.png") 0 0 no-repeat;
    position: absolute;
    top: 11px;
    right: 18px;
}

.icon-women {
    display: inline-block;
    width: 91px;
    height: 149px;
    background: url("../images/icons/icon-women.png") 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

a.phone {
    display: inline-block;
    background: url("../images/icons/icon-phone.png") 0 center no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #3e3d40;
}

a.mail {
    display: inline-block;
    background: url("../images/icons/icon-mail.png") 0 center no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    color: #3e3d40;
}

@media (min-width: 200px) and (max-width: 825px) {
    .hamburgernav {
        padding: 15px !important;
        margin-left: 10px;
    }
    li {
        list-style: unset !important;
    }
}

/*---------
  FOOTER
  ---------*/
.footer1 {
    text-align: center;
}

.footer .grid-child {
    align-items: center !important;
}

footer div.mod-footer {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/*---------
  404 Error Site specific styles
  ---------*/
body.error_site .topbar {
    height: 29px;
}

body.error_site .grid-child.container-component,
body.error_site .grid-child.container-sidebar-left {
    margin-top: 150px;
}

@media (min-width: 768px) {
    body.error_site .grid-child.container-component,
    body.error_site .grid-child.container-sidebar-left {
        margin-top: 200px;
    }
}

@media (min-width: 1200px) {
    body.error_site .grid-child.container-component,
    body.error_site .grid-child.container-sidebar-left {
        margin-top: 250px;
    }
}

@media (min-width:200px) and (max-width:768px) {
    /*---------
      MAIN/SUB MENU (MOBLIE)
    ---------*/
    .navbar {
        padding: 20px;
        margin-top: 0;
    }
}