/* =============================================================================
    success, info, notice and error/alert boxes
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap');


.error,
.alert,
.notice,
.success,
.info {
    padding: 8px;
    margin-bottom: 10px;
}

.back-maincontent.container {
      background: rgb(251 248 242 / 92%);
}

#header {
    margin-bottom: 50px;
    position: relative;
    z-index: 300;
}

    .error,
    .alert {
        color: #8a1f11;
    }
    .notice {
        color: #514721;
    }
    .success {
        color: #264409;
    }
    .info {
        color: #205791;
    }
    .error a,
    .alert a {
        color: #8a1f11;
    }
    .notice a {
        color: #514721;
    }
    .success a {
        color: #264409;
    }

    .clearer {
        width: 100%;
        clear: both;
        height: 0;
        overflow: hidden;
    }

    .hidden {
        display: none;
    }

    .invisible {
        visibility: hidden;
    }

    /*  use this class for placing invisible h1-h6 elements in order to support
        screenreaders an improve the semantic page-markup */
    .bitv {
        position: absolute;
        left: -9000px;
    }

    /*
     * Extends the .visuallyhidden and .bitv class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
    .bitv .focusable:active,
    .bitv .focusable:focus,
    .invisible .focusable:active,
    .invisible .focusable:focus {
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }
    /*
     * Remove text-shadow in selection highlight: h5bp.com/i
     * These selection rule sets have to be separate.
     * Customize the background color to match your design.
     */
    ::-moz-selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    ::selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    .no-padding-left {
        padding-left: 0 !important;
    }

    .no-padding-right {
        padding-right: 0 !important;
    }

    .no-padding {
        padding: 0;
    }

    @font-face {
        font-family: 'Montserrat';
        /*src: url('fonts/MORPHEUS.woff') format('woff'),
        url('fonts/MORPHEUS.woff') format('woff');*/
        font-weight: normal;
        font-style: normal;

    }
    /* gabriela-regular - latin */
    @font-face {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
    }
    /* fjord-one-regular - latin */
    /*@font-face {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        src: url('fonts/content/fjord-one-v6-latin-regular.eot');
        src: local('Fjord One'), local('Fjord-One'),
        url('fonts/content/fjord-one-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/content/fjord-one-v6-latin-regular.woff2') format('woff2'),
        url('fonts/content/fjord-one-v6-latin-regular.woff') format('woff'),
        url('fonts/content/fjord-one-v6-latin-regular.ttf') format('truetype'),
        url('fonts/content/fjord-one-v6-latin-regular.svg#FjordOne') format('svg');
    }*/
    a,
    a:link {
        font-family: 'Montserrat', sans-serif;
        color: #000000;
    }
    a:hover,
    a:active {
        text-decoration: none;
        color: #000000;
    }
    body {
        background: #F3EFEF;
        overflow-x: hidden;
        font-family: 'Montserrat', sans-serif;
        color: #000000;
    }
#pageWrapper.container{

}



    #pageWrapper.container,
    #head.container {
        padding: 0;
    }
    .image.container,
    .nav.container,
    .maincontent.container {
        max-width: 1100px;
    }
.maincontent.container {
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
}
    .back-maincontent.container {
        background-size: 90% auto;
    }
    .nav.container {
        position: relative;
    }
    .mainnav {
        /*background: url(../images/basic_layouts/mobil-nav-background.png) left top;
        position: relative;*/
        z-index: 99999;
        right: 50px;
        top: 20px;
    }
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 200%;
        font-weight: 500;
        padding-bottom: 10px;
        color: #000000;
        display: inline-block;
        margin-top:0px;
    }
    h2 {
        font-size: 150%;
        padding-bottom: 5px;
        color: #000000;
        margin-top:0px;
    }
    h3 {
        font-size: 130%;
        padding-bottom: 5px;
        color: #000000;
        border-bottom: 1px dotted;
    }
    h4 {
        font-size: 100%;
        padding-bottom: 5px;
        color: #000000;
    }
    hr {
        border-top: 1px solid #cecece;
    }
    p {
        color: #000000;
        font-size: 100%;
    }
    ul {
        padding-bottom: 0;
    }
    ul, ol {
        margin-left: 1.1em;
        color: #292929;
        font-size: 90%;
    }
    ::-webkit-scrollbar {
        width: 12px;
    }
    ::-webkit-scrollbar-track {
        background-color: #eaeaea;
        border-left: 1px solid #ccc;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #ccc;
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }
    img {
        width: 100%;
        height: auto;
    }
    .head.image img {
        width: auto;
    }
    .mail-liam img {
        width:auto;
    }
    .abstract-content img {
        border:none;
        width:20%;
    }
    .navbar-toggle {
        margin-top:0;
    }
    .navbar-toggle .icon-bar {
        border: 1px solid #ffffff;
    }
    iframe {
        width: 100%;
    }

    @media (min-width: 300px) and (max-width: 900px) {
        .container .no-padding-left {
            padding-left: 15px !important;
        }
        .container .no-padding-right {
            padding-right: 15px !important;
        }
        .container .no-padding {
            padding: 0 15px 0 15px;
        }
        .container-fluid.slider {
            padding-left: 0;
        }
    }
    @media (min-width: 768px) {
        .image.container,
        .nav.container,
        .maincontent.container {
            max-width: 1100px;
        }
    }
