@import "semstyle.css";
@import "mdcolors.css";
@import "bs-reset.css";
@import "mobile.css";
@import "tablet.css";
@import "desktop.css";


:root {
    --main-blue: #07326a;
    --main-lightblue: #0b458f;
    --main-primary: #07326a;
    --main-primary-light: #0b458f;
    --main-secondary: #b40000;
    --main-red: #b40000;
}

body, html {
    overflow-x: hidden;
}

html {
    height: 100%;
}

#toolbar-administration {
    display: none;
}

body.toolbar-fixed {
    padding-top: 0px !important;
}

body.not-frontpage {
    margin-top: 0px;
}

.frontMainBox {
    margin-top: 45%;
}

.frontMainBox .logo {
    width: 200px;
}

.cornerIcons {
    position: absolute;
    left: 0px;
    top: 10px;
    padding-top: 15px;
    padding-left: 20px;
}

.cornerIcons .ico {
    display: inline-block;
}

.cornerIcons .ico a {
    padding: 10px;
    font-size: 20px;
}

.footerText {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #001f47;
    color: white;
}

.footerText .wrapper {
    padding: 10px;
    font-weight: bold;
    font-size: 10px;
}

.path-search .select-wrapper {
    display: block;
}

.path-search .views-exposed-form input {
    border-radius: 0px;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #9c9c9c;
}

.path-search .views-exposed-form select {
    clear: both;
    width: 100%;
    display: block;
}

.path-search .views-exposed-form input:focus {
    box-shadow: none;
    background: #f0f0f0;
    border-bottom: 1px solid #07326a;
}

.path-search .views-exposed-form label {
    width: 100%;
    margin: 20px 0px 5px 0px;
}

.path-search .views-exposed-form .form-item, .path-search .views-exposed-form #edit-actions {
    margin: 0px 10px 10px 0px;
    width: 100%;
}

.path-search .views-exposed-form #edit-submit-search {
    background: #07326a;
    padding: 10px 20px;
    margin-right: 0px;
    margin-top: 20px;
    color: white;
    width: 100%;
}

.path-search .views-exposed-form #edit-submit-search:hover {
    background: #051f42;
}

.item.vm-teaser.type-product-entry a {
    color: #0037d3;
}

.item.vm-teaser.type-product-entry a:hover {
    color: #0037d3;
    text-decoration: underline;
}

.item.vm-teaser.type-product-entry h1 {
    font-size: 20px;
}

.item.type-product-entry .cats .cat.mainCat {
    color: black;
    font-size: 15px;
}

.item.type-product-entry .cats .cat {
    color: rgb(95, 95, 95);
    font-size: 12px;
}

.sf-dump {
    direction: ltr;
    text-align: left;
}

#navbar .sideIco {
    padding: 20px 10px;
}

#navbar .sideIco i {
    font-size: 18px;
}

#views-exposed-form-search-page {
    padding-bottom: 50px;
}

#views-exposed-form-search-page .no-label {
    padding-top: 45px;
}

body.page-node-type-persons .sectionHeader {
    background: #245db7;
    color: white;
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}

body.page-node-type-persons .sectionHeader span {

}

body.page-node-type-persons .databox {
    padding-bottom: 20px;
}

body.page-node-type-persons .secTitle {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

body.page-node-type-persons .databox label {
    font-weight: bold;
}

body.page-node-type-persons .databox .value {
}

body.page-node-type-persons .page-title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}

body.path-frontpage {
    background: #fff url('img/bg1.jpg') no-repeat bottom center;
    background-size: cover;
    /* background: linear-gradient(0deg, #00a2ff, #ffffff); */
    position: relative;
    height: 100vh;
    margin: 0px;
    padding: 0px;
}

body.path-frontpage .boxLogin {
    display: block;
    width: 450px;
    padding: 1%;
    margin-top: 100px;
}

body.path-frontpage .boxLoginGlass {
    background: #ffffff;
    display: block;
    width: 100%;
    padding: 40px;
    border-radius: 0px;
    margin-top: 20px;
    box-shadow: 0px 2px 20px 3px #0000001f;
    /* border: 1px solid #e7e7e7; */
    color: #6e6e6e;
    border-radius: 7px;
}

body.path-frontpage #user-login-form input[type=text], body.path-frontpage #user-login-form input[type=password] {
    background: #dfdfdf;
    width: 90%;
    padding: 10px;
    border: 0px;
    margin: 10px 0px;
}

body.path-frontpage .boxLoginGlass ul {
    margin: 0px;
    padding: 0px;
    display: none;
}

body.path-frontpage .boxLoginGlass > ul li {
    display: inline-block;
    margin: 20px 0px;
}

body.path-frontpage .boxLoginGlass ul li a {
    background: #143a8a;
    color: white;
    font-size: 15px;
    padding: 10px 10px;
    margin: 0px 5px;
}

body.path-frontpage .boxLoginGlass #edit-submit {
    /* background: linear-gradient(0deg, white, #ffffff85); */
    background: #01488e;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 10px;
    margin: 10px 5px;
    width: 90%;
    border: 0px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px #0000003d; */
}

body.path-frontpage .boxLoginGlass #edit-submit:hover {
    background: #245db7;
    color: white;
}

body.path-frontpage .boxLoginGlass ul li a:hover {
    background: #091b42;
}

body.path-frontpage .infoLine {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(0deg, #ffffffba, transparent);
    color: #3b3b3b;
    width: 100%;
    /* box-shadow: 0px 10px 20px 12px #000000c7; */
    /* border-top: 5px solid #060968; */
    padding: 20px;
    /* font-weight: bold; */
    height: 200px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-end;
    justify-content: space-around;
    align-items: flex-end;
}

body.path-frontpage .infoLine .col {
    width: 32%;
    display: inline-block;
}

body.path-frontpage .infoLine .col.right {
    text-align: right;
}

body.path-frontpage .infoLine .col.center {
    text-align: center;
}

body.path-frontpage .infoLine .col.left {
    text-align: left;
}

.logo {
    display: inline-block;
}

.logo img {
    height: 200px;
}

.icoTools {
}

.icoTools .ico {
    background: #ffffff;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #787878;
    border-radius: 10px;
}

.icoTools .ico:hover {
    color: #245db7;
}

@media print {
    .region-content .page-header, .region-content nav.tabs {
        display: none;
    }

    body {
        margin-top: 0px !important;
    }
}


body.path-node .main-container {
    background: url(img/bg1.jpg) no-repeat left bottom;
}

body.page-node-type-persons .personImage {
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 10px #939393;
}

