* {
    box-sizing: border-box;
    margin: 0;
    color: rgb(75,80,85);
    font-family: Open Sans, sans-serif;
}
body, html {
    max-width: 3840px;
    margin: auto;
}
img, picture {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
main {
    min-height: 700px;
}
a {
    color: rgb(34,34,34);
    text-decoration: none;
}
footer, header, main, nav, section {
    width: 100%;
}
header::after, main::after, footer::after, .row::after, section {
    content: "";
    clear: both;
    display: block;
}
section {
    padding: 15px 0px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
nav, main, footer {
    position: relative;
}
.container {
    margin: auto;
    max-width: 1280px;
    padding: 0px 5px;
}
[class*=col-] {
    float: left;
}
.col-m-1 {
    width: 8.33%
}
.col-m-2 {
    width: 16.66%
}
.col-m-3 {
    width: 25%
}
.col-m-4 {
    width: 33.33%
}
.col-m-5 {
    width: 41.66%
}
.col-m-6 {
    width: 50%
}
.col-m-7 {
    width: 58.33%
}
.col-m-8 {
    width: 66.66%
}
.col-m-9 {
    width: 75%
}
.col-m-10 {
    width: 83.33%
}
.col-m-11 {
    width: 91.66%
}
.col-m-12 {
    width: 100%
}
nav {
    width: 100%;
    background-color: rgb(245,245,245);
}
nav ol {
    list-style-type: none;
    max-width: 1200px;
    margin: auto;
    padding: 10px 5px;
}
nav ol li {
    display: inline-block;
}
nav ol li a {
    text-decoration: none;
    color: rgb(0,0,0);
}
nav ol li a span {
    font-size: 14px;
}
nav ol>li:not(:last-child):after {
    content: "/";
    margin: 0 6px;
    color: rgb(0,0,0);
}
.alert {
    width: 100%;
    padding: 5px 7px;
    font-size: 15px;
    background-color: rgb(245,65,55);
    color: rgb(255,255,255);
}
.alert.success {
    background-color: rgb(75,175,80);
}
.alert.warning {
    background-color: rgb(255,150,0);
}
#page-title {
    padding: 30px 0px;
    background-color: rgb(30,200,200);
}
#page-title .container h1 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(250,250,250);
}
#header-top {
    padding: 5px 0px;
    background-color: rgb(30,200,200);
    color: rgb(255,255,255);
}
#header-phone, #header-social {
    display: inline-block;
}
#header-phone picture img {
    margin-left: 4px;
    vertical-align: sub;
}
#header-phone a {
    margin-left: 4px;
    color: rgb(255,255,255);
    vertical-align: middle;
}
#header-social {
    float: right;
    padding: 0px 5px;
}
#header-social a {
    margin: 0px 4px;
}
#header-content {
    padding: 0;
    border-bottom: none;
}
#header-content, .sticky {
    transition-property: padding,background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
#menu-toggle {
    float: right;
    margin: 20px 15px 0px 0px;
}
#logo, #menu-toggle {
    display: inline;
    padding: 5px;
}
.bar {
    width: 35px;
    height: 5px;
    background-color: rgb(30,200,200);
    margin: 6px 0;
    transition: all .4s;
}
#logo, #menu-toggle {
    display: inline;
    padding: 5px;
}
#logo {
    float: left;
}
#menu {
    height: 0;
    top: 120px;
    text-align: center;
    overflow-y: hidden;
    z-index: 10;
    background-color: rgba(255,255,255,.95);
    transition: all .4s ease-in-out;
}
#menu, nav {
    width: 100%;
}
#footer-menu, #menu ul, nav ol {
    list-style-type: none;
}
#menu ul li {
    padding: 5px 0;
}
#menu a {
    color: rgb(30,200,200);
    font-weight: 700;
    font-size: 15px;
    padding: 0 15px;
    transition: all .4s ease;
}
footer {
    color: rgb(255,255,255);
    padding: 40px 0px 0px;
    background: url(../image/footer-background.png) center no-repeat rgb(140,140,140);
}
#footer-logo {
    text-align: center;
}
#footer-summary {
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: rgb(255,255,255);
}
.footer-header {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: rgb(255,255,255);
}
.footer-header:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 75px;
    border-bottom: 2px solid rgb(220,220,220);
}
#footer-menu ul li a {
    display: block;
    font-size: 15px;
    padding: 5px 0px;
    color: rgb(240,240,240);
    transition: color .4s;
}
#footer-menu ul li a, #menu ul li a {
    text-transform: uppercase;
}
#footer-menu ul li a:hover, #menu #current, nav #nav-headline h1 {
    color: rgb(22,237,89);
}
.footer-contact {
    padding-bottom: 20px;
}
.footer-contact a, .footer-contact address, .footer-contact picture {
    display: contents;
    float: left;
    clear: right;
}
.footer-contact a, .footer-contact address {
    font-style: normal;
    font-size: 15px;
    color: rgb(255,255,255);
}
#copyright, #footer-policy {
    text-align: center;
    font-size: 12px;
    color: rgb(255,255,255);
    display: inline-block;
}
#footer-policy a {
    text-align: center;
}
#footer-bottom {
    margin-top: 15px;
    padding: 4px 0px;
    border-top: 1px solid rgb(225,225,225);
}
#footer-policy {
    float: right;
    text-align: right;
}
.policies {
    display: inline-block;
    font-size: 12px;
    color: rgb(255,255,255);
    vertical-align: sub;
}
.youtube-icon {
    vertical-align: sub;
}
.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
}
#cookie-consent-title {
    display: block;
    font-size: 17px;
    font-weight: 700;
}
#cookie-consent-banner p {
    font-size: 14px;
    padding: 5px 0px;
}
.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
.cookie-consent-button:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.cookie-consent-button:active {
    opacity: .5;
}
.cookie-consent-button.btn-success {
    background-color: #34a853;
    color: white;
}
.cookie-consent-button.btn-grayscale {
    background-color: #dfe1e5;
    color: black;
}
.cookie-consent-button.btn-outline {
    background-color: #e6f4ea;
    color: #34a853;
}
.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.cookie-consent-options label {
    margin: 0 10px;
    font-size: 14px;
}
.cookie-consent-options input {
    margin-right: 5px;
}
@media only screen and (min-width:768px) {
    .col-l-1 {
        width: 8.33%
    }
    .col-l-2 {
        width: 16.66%
    }
    .col-l-3 {
        width: 25%
    }
    .col-l-4 {
        width: 33.33%
    }
    .col-l-5 {
        width: 41.66%
    }
    .col-l-6 {
        width: 50%
    }
    .col-l-7 {
        width: 58.33%
    }
    .col-l-8 {
        width: 66.66%
    }
    .col-l-9 {
        width: 75%
    }
    .col-l-10 {
        width: 83.33%
    }
    .col-l-11 {
        width: 91.66%
    }
    .col-l-12 {
        width: 100%
    }
    .inline-box-left {
        padding-right: 15px;
    }
    .inline-box-right {
        padding-left: 15px;
    }
    #page-title .container h1 {
        text-align: left;
        font-size: 30px;
    }
    #copyright {
        text-align: left;
    }
    #footer-policy a {
        text-align: right;
    }
    section {
        padding: 45px 0px 30px;
    }
    .footer-box {
        padding: 5px 10px;
    }
}
@media only screen and (min-width:1280px) {
    .col-1 {
        width: 8.33%
    }
    .col-2 {
        width: 16.66%
    }
    .col-3 {
        width: 25%
    }
    .col-4 {
        width: 33.33%
    }
    .col-5 {
        width: 41.66%
    }
    .col-6 {
        width: 50%
    }
    .col-7 {
        width: 58.33%
    }
    .col-8 {
        width: 66.66%
    }
    .col-9 {
        width: 75%
    }
    .col-10 {
        width: 83.33%
    }
    .col-11 {
        width: 91.66%
    }
    .col-12 {
        width: 100%
    }
    section {
        padding: 75px 0px 50px;
    }
    #header-content {
        width: 100%;
        overflow: hidden;
        transition: none;
    }
    #logo, #menu, #menu ul li a i {
        display: inline-block;
    }
    #logo, #menu {
        float: left;
        height: initial;
    }
    #menu-toggle {
        display: none;
    }
    #menu {
        position: relative;
        text-align: center;
        width: 80%;
        top: initial;
        padding: 45px 0px 20px;
        overflow-y: visible;
        background-color: rgba(0,0,0,0);
        transition: none;
    }
    #menu ul {
        text-align: right;
    }
    #menu ul li {
        display: inline;
    }
    #menu a, #menu a:hover, #menu a:hover i {
        transition: all .4s ease;
    }
    #menu a {
        text-decoration: none;
        color: rgb(30,200,200);
        font-weight: 700;
        font-size: 17px;
        padding: 0px 15px;
    }
    nav #nav-headline h1 {
        color: rgb(30,200,200);
    }
    #menu a, #menu a:hover, #menu a:hover i {
        transition: all .4s ease;
    }
}
@media only screen and (min-width:1921px) {
    .container {
        max-width: 1920px;
    }
}