
/*---------------------
General
---------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    font-weight: normal;
    color: #000;
    text-decoration: underline;
}

    a:hover {
        opacity: 0.8;
    }

h1 {
    font-family: nimbus-sans-extended, sans-serif;
    font-size: 66px;
    font-style:normal;
    margin: 0 0 10px 0;
    font-weight: 700;    
    line-height: normal;
}

h2 {
    font-family: nimbus-sans-extended, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 25px 0 5px 0;
}

h3 {
    font-family: nimbus-sans-extended, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 5px 0;
}

h4 {
    margin: 25px 0 5px 0;
    font-weight: 700;
    line-height: 1.5;
}

p {
    margin: 0;
    padding: 0 0 10px 0;
}


::selection {
    background: #d0e8ff;
}

::-moz-selection {
    background: #d0e8ff;
}

img, table {
    border: 0;
}

img {
    max-width: 100%;
    display:block;
}


.topmenu ul li a {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
}

.footer * {
    color: #ffffff;    
}

.footer {
    font-size: 14px;
    font-family: nimbus-sans-extended, sans-serif;
}

    .footer .colHeader {
        
        font-size: 18px;
        font-weight:700;        
    }

.footer a {
    text-decoration:none;
}

.flex-caption h3 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
}



.about {
    color: #9B9B9B;    
}

body {
    color: #000;
    font-size: 16px;
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    background: transparent linear-gradient(135deg, #363636 0%, #FFB224 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

/*---------------------
Body layout
---------------------*/
#wrapper {
    margin: 0 auto;
}

.inner {
    max-width: 1158px;
    margin: 0 auto;
    width: 80%;
    padding: 80px 0;
}

.header {
    height: 80px;
    z-index: 99;
    position:relative;
}

    .header .inner {
        padding:0;
        display:flex;
        justify-content:space-between;
        align-items:center;
        height:80px;        
    }

#logo {
    max-height:46px;
    display: flex;
    
}

.topmenu {
    display:flex;    
    max-width: 75%; /*margin-right:40px; margin-top:40px;*/
    background-color: transparent;
    text-align: right;
    
}

.header #responsive-menu-btn {
    display: none;
}

.topmenu ul li {
    display: inline-block;
}

    .topmenu ul li a {
        display: block;        
        padding: 15px 10px;
    }

    .topmenu ul li.on a {
    }

    .topmenu ul li a:hover {
        text-decoration: none;
    }

    .topmenu ul li a.haschild {
        display: none;
    }

    .topmenu ul li ul {
        display: none;
    }

.header #nav ul#responsive {
    display: none;
}

.header .contactPuffs {
    position: absolute;
    right: 0;
}
/*---------------------
Page layout
---------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.content {
    background-color: #F3F3F3;
    /*background-color: #7D76B2;
    padding-top: 144px;*/
}

    .content.start {
        background-color: #251F51;
        padding-top: 0;
    }

.white {
    background-color: #ffffff;
    width: 100%;
}

.small-inner {
    width: 66%;
}

/*---------------------
Submenu vertical
---------------------*/
.leftmenu {
    float: left;
    width: 25%;
}

    .leftmenu ul {
        width: 90%;
        margin: 0;
        padding: 0 0 10px 0;
        list-style: none;
        overflow: hidden;
    }

        .leftmenu ul li {
            width: 100%;
            margin: 0;
            padding: 0;
            border-bottom: 1px dotted #999;
        }

            .leftmenu ul li:last-child {
                background: none;
                border: 0;
            }

            .leftmenu ul li a {
                width: 100%;
                margin: 0;
                padding: 0;
                font: normal 12px/40px Arial;
                color: #555;
                text-decoration: none;
                display: block;
            }

                .leftmenu ul li a:hover {
                    color: #333;
                }

            .leftmenu ul li.on a {
                color: #333;
                font-weight: bold;
            }

            .leftmenu ul li.on-childs {
                background: none;
                border: 0;
            }

                .leftmenu ul li.on-childs a {
                    color: #555;
                    font-weight: bold;
                    line-height: 30px;
                }

                .leftmenu ul li.on-childs ul {
                    margin: 0 0 0 15px !important;
                }

                    .leftmenu ul li.on-childs ul li {
                        background: none;
                        border: 0;
                    }

                        .leftmenu ul li.on-childs ul li a {
                            font-weight: normal !important;
                            line-height: 24px !important;
                            font-size: 11px;
                            color: #555;
                        }

                            .leftmenu ul li.on-childs ul li a:hover {
                                color: #333;
                            }

                        .leftmenu ul li.on-childs ul li.on a {
                            color: #333;
                            font-weight: bold !important;
                        }

/*---------------------
Submenu horizontal
---------------------*/
.fullmenu {
    background-color: #cccccc;
}

    .fullmenu ul {
        width: auto;
        text-align: center;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .fullmenu ul li {
            display: inline-block;
            margin: 0 30px 0 0;
            padding: 0;
        }

            .fullmenu ul li:last-child {
                background: none;
                border: 0;
            }

            .fullmenu ul li a {
                margin: 0;
                padding: 5px 0px;
                font: normal 12px/40px Arial;
                color: #555;
                text-decoration: none;
                display: block;
            }

                .fullmenu ul li a:hover {
                    color: #333;
                }

            .fullmenu ul li.on a, .fullmenu ul li.on-childs a {
                color: #333;
                font-weight: bold;
            }


/*---------------------
Footer layout
---------------------*/
.footer {
    background: transparent linear-gradient(135deg, #363636 0%, #FFB224 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

    .footer .inner {
        display: flex;
        justify-content: space-between;
        gap: 20px 20px;
        align-items:flex-start;        
    }

        .footer .inner.social {
            padding:0;
        }

        .footer .inner:last-child {
            padding-top:0;
            display:block;
        }

    .footer .col {
        margin: 0 auto;
        vertical-align: top;
        flex-grow: 1;        
    }

        .footer .col:first-child {
            width:30%;
            margin-right:30px;
        }

.socialMediaList ul {
    list-style-type: none;
}

.socialMediaList ul li {
    display:inline-block;
    margin-right:10px;
}

.socialMediaList li a {
    background-color: #FFB224;
    width:32px;
    height:32px;
    border-radius:50%;
    text-align:center;
    display:block;
    font-size:15px;
    line-height:32px;
}

.mm-listview a {
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    font-family: nimbus-sans-extended, sans-serif;
}

.mm-menu {
    background-color: #464646;
}

#mm-0 a {
    color:#ffffff !important;
}


@media screen and (max-width: 1100px) {
    html {
        -webkit-text-size-adjust: 100%;
    }

    body {
        
    }

    h1, .flex-caption h3 {
        font-size: 50px;
    }

    h2 {
        font-size: 30px;
    }

    .header {
        width: auto;
        height: auto;
        height: 70px;
    }

        .header .inner {
            height: auto;
            z-index: 999;
        }

    #logo {
        flex:none;
        margin-top:10px;
    }

        #logo img {
            height: 45px;
            max-height: 100%;
        }

    .header #nav {
        position: static;
        top: 0;
        left: 0;
        height: auto;
        min-height: 50px;
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 9;
        display: none;
    }

    .header .topmenu {
        display: none;
    }

    .header #responsive-menu-btn {
        position: absolute;
        right: 20px;
        top: 10px;
        display: block;
        height: 50px;
        padding: 0 14px;
        z-index: 999;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 50px;
        text-decoration: none;
        cursor: pointer;
    }

    .submenu {
        display: none;
    }

    .inner {
        padding:40px 0;
    }

    .contentright {
        float: none;
        width: 100%;
    }

    .footer .col:first-child {
        width:auto;
        margin-right:auto;
    }

    .footer .inner {
        flex-wrap: wrap;
    }

    .footer .col {
        flex-grow: 2;
    }
    
    table.responsive-table,
    table.responsive-table thead,
    table.responsive-table tbody,
    table.responsive-table th,
    table.responsive-table td,
    table.responsive-table tr {
        display: block;
        border: 0;
    }

        table.responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        table.responsive-table tr {
            border: 1px solid #ccc;
        }

        table.responsive-table td {
            padding: 4px 6px;
        }

        table.responsive-table td {
            border: none;
            border-bottom: 1px solid #ddd;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left !important;
        }

            table.responsive-table td:before {
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }

            table.responsive-table td:before {
                content: attr(data-title);
            }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 32px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    h2 {
        font-size: 24px;
        margin-top: 0px;
    }

    body {
        font-size: 16px;
    }

    .flex-caption h3 {
        font-size: 7vw;
    }

    .content > .inner {
        font-size: 16px;
    }

    .starttext {
        display: block;
    }

    .start-left, .start-right {
        /*width:90%;
        width:calc(100% - 40px);*/
        width: 84%;
        float: none;
        margin: 0 auto;
    }

        .start-left .innerText {
            position: relative;
            top: 0;
            transform: none;
            float: none;
            padding-bottom: 45px;
            font-size: 25px;
        }

    #start-content {
        /*width:90%;
        width:calc(100% - 40px);*/
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }

    .puffitem {
        /*width:100%;*/
        width: 100%;
        margin: 0 auto;
    }


    #footer .col {
        width: 100%;
        margin-bottom: 10px;
    }

    #footer p {
        padding-bottom: 2px;
    }

    .about {
        padding-top: 10px !important;
    }
}

@media screen and (max-width: 480px) {
}
