@charset "UTF-8";
body,
html {
    height: 100%;
    width: 100%;
}

#cookie-note button,
ul.c7n-icon-list li a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

@font-face {
    font-family: FontAwesome;
    src: url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 300;
    background-color: #EAEAEA;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color: #FFF;
}

img {
    width: 100%;
}

b {
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
}

b, strong {
    font-weight: 500;
}

::-moz-selection {
    background: rgba(141, 192, 31, 1);
    text-shadow: none;
    color: #fff;
}

::selection {
    background: rgba(141, 192, 31, 1);
    text-shadow: none;
    color: #fff;
}

.c7n-content-tpl {
    padding-bottom: 30px
}

.c7n-privacy h4 {
    font-weight: 500;
}

.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both;
}

#cookie-note {
    background-color: #606060!important;
    color: #fff!important;
    bottom: 0!important;
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out; 
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

#cookie-note a {
    color: rgb(141, 192, 31);
}

#cookie-note a:hover {
    border-bottom: 1px solid rgb(141, 192, 31);
}

#cookie-note button {
    display: block;
    padding: 0 30px;
    font-family: 'Roboto', sans-serif;
    background-color: rgb(141, 192, 31);
    color: #fff;
    font-size: 1em;
    border-radius: 30px;
    line-height: 40px;
    border: 0;
    margin: 0 auto;
}

#cookie-note button:hover {
    background-color: rgba(141, 192, 31, 0.64);
    color: #fff;
    text-decoration: none;
}

#browser-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(117, 190, 57, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25 !important);
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    top: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9999;
}

.c7n-share-buttons {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.c7n-share-buttons li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.c7n-logo,
.c7n-small .c7n-logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.c7n-share-buttons li a {
    list-style: none;
    display: block;
    border: 1px solid rgba(75, 75, 75, .5);
    width: 47px;
    line-height: 45px;
    border-radius: 25px;
    font-size: 1.2em;
    color: rgba(75, 75, 75, .5);
}

.c7n-share-buttons li a:hover {
    color: #631843;
    border-color: #631843;
}

.c7n-share-buttons li a.c7n-facebook-share:hover {
    color: #3b5998;
    border-color: #3b5998;
}

.c7n-share-buttons li a.c7n-twitter-tweet:hover {
    color: #1da1f3;
    border-color: #1da1f3;
}

.c7n-share-buttons li a.c7n-google-share:hover {
    color: #d34836;
    border-color: #d34836;
}

.c7n-share-buttons li a.c7n-linkedin-share:hover {
    color: #0077b5;
    border-color: #0077b5;
}

#c7n-search form:after, #c7n-search input {
    color: rgb(200, 212, 0, 1);
    line-height: 60px;
    font-size: 1.5rem;
}

#c7n-search {
    background-color: rgba(99, 22, 67, .8);
    color: #fff;
    z-index: 901;
    position: fixed;
    width: 100%;
    top: -60px;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    height: 60px;
    opacity: 0;
}

#c7n-search.c7n-small {
    background-color: rgba(20, 20, 20, .7);
}

#c7n-search.c7n-small:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .2);
}

#c7n-search.c7n-search-open {
    top: 0;
    opacity: 1;
}

#c7n-search form {
    width: auto;
    position: relative;
}

#c7n-search input {
    background-color: rgba(0, 76, 153, 0);
    height: 60px;
    border: 0;
    font-weight: 200;
    margin-left: 50px;
    width: 100%;
    position: relative;
}

.c7n-show{
    display: block;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:focus {
    outline: 0;
}

#c7n-search form:after {
    content: "\f002";
    top: 0;
    left: 15px;
    position: absolute;
    font-family: FontAwesome;
}

header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

header.c7n-search-open {
    top: 60px;
}

header.c7n-small {
    background-color: rgba(96, 96, 96, 0.9);
    border-bottom: 0 solid rgba(255, 255, 255, 0);
    height: 50px;
    line-height: 50px;
}

header .c7n-logo-sm {
    display: none;
}

header.c7n-small .c7n-logo-lg {
    display: none;
}

header.c7n-small .c7n-logo-sm {
    display: block;
}

header.c7n-small .c7n-logo {
    padding: 0px;
    margin: 0px;
    height: 50px;
}

#c7n-content table th,
#sitemap ul li.sitemap_level_1 {
    font-weight: 100;
    border-bottom: 1px solid #003767
}

.c7n-logo {
    max-width: 40%;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 900;
    position: relative;
}

#clx-open-mobile-navigation,
.c7n-open-lang,
.c7n-open-search {
    position: absolute;
    top: 0;
    width: auto;
}

/*.c7n-search-boxs {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.c7n-search-box.c7n-search-open {
    display: block;
}*/

.c7n-logo img {
    width: auto;
    height: 60px;
}

.c7n-small .c7n-logo img {
    width: auto;
    height: 50px;
    padding: 5px;
}

.c7n-open-search {
    display: inline-block;
    right: 50px;
    line-height: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.c7n-small .c7n-open-search {
    display: inline-block;
    line-height: 50px;
}

#clx-open-mobile-navigation {
    display: inline-block;
    right: 0;
}

.c7n-open-lang {
    display: none;
    right: 0;
}

.c7n-open-lang li,
.c7n-open-lang ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#clx-open-mobile-navigation .fa,
.c7n-open-lang li.active-lang,
.c7n-open-search .fa {
    color: #fff;
    font-size: 1.2em;
    line-height: 50px;
    padding: 0px 15px;
    text-transform: uppercase;
    transition: padding .3s ease-in-out 0s;
    width: auto;
    position: relative;
}

.c7n-small #clx-open-mobile-navigation .fa,
.c7n-small .c7n-open-lang li.active-lang,
.c7n-small .c7n-open-search .fa {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
}

#clx-open-mobile-navigation .fa,
.c7n-open-search .fa {
    min-width: 50px;
    text-align: center;
}

.c7n-open-lang li.active-lang:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
}

#clx-open-mobile-navigation .fa:hover,
.c7n-open-lang li.active-lang:hover,
.c7n-open-search .fa:hover,
.c7n-open-search.c7n-search-open .fa {
    color: rgba(141, 192, 31, 1);
    text-decoration: none;
    cursor: pointer;
}

.c7n-open-lang ul li>ul {
    display: none;
}

.c7n-open-lang ul li:hover>ul {
    display: block;
    position: absolute;
    width: auto;
    right: 0;
    top: 110px;
}

.c7n-small .c7n-open-lang ul li:hover>ul {
    top: 60px;
    background-color: rgba(20, 20, 20, .7);
}

.c7n-open-lang ul li>ul li a {
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .9em;
    line-height: 1.3em;
    margin: 1px 0 0;
    padding: 15px 30px;
    text-align: left;
    text-transform: none;
    width: 100%;
}

#c7n-loading,
#c7n-loading.c7n-loaded,
#c7n-toolbar .c7n-tab,
#c7n-toolbar .c7n-tab:before {
    background-color: rgba(20, 20, 20, 1)
}

.c7n-open-lang ul li>ul li a.active,
.c7n-open-lang ul li>ul li a:hover {
    color: #631843;
    text-decoration: none;
    cursor: pointer;
}

#c7n-loading {
    position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 899;
    /*-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;*/
/*        -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);*/
}

#c7n-loading.c7n-loaded {
    height: 0;
}

#c7n-toolbar {
    position: fixed;
    z-index: 799;
    right: 0;
    bottom: 15px;
    width: 40px;
}

#c7n-toolbar .c7n-tab {
    position: relative;
    right: -40px;
    width: 240px;
    min-height: 40px;
    font-size: .8em;
    color: #fff;
    padding: 0 30px;
    margin-top: 5px;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

#c7n-toolbar .c7n-tab.c7n-open {
    right: 230px;
    border-bottom-left-radius: 5px;
}

#c7n-toolbar .c7n-tab:before {
    position: absolute;
    left: -40px;
    width: 40px;
    line-height: 40px;
    content: "\f104";
    font-family: FontAwesome;
    text-align: center;
    color: #cad400;
    font-size: 1.4em;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.c7n-pager,
.c7n-slide:after,
.c7n-slide:before {
    width: 100%;
    position: absolute;
}

.c7n-home-box-content img.img-fluid,
.c7n-home-box > img.img-fluid,
.c7n-small .c7n-slide img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

#c7n-navtree,
#c7n-navtree a {
    color: rgba(75, 75, 75, .75);
}

a,
h2,
h3,{
    color: rgba(96, 96, 96, 1);
}

#c7n-toolbar .c7n-tab:before {
    content: "\f095";
}

.c7n-home-box:after,
.c7n-slide:after,
.c7n-slide:before {
    content: "";
}

#c7n-toolbar .c7n-tab,
#c7n-toolbar .c7n-tab:before {
    background-color: rgba(96, 96, 96, 1);
}

#c7n-toolbar .c7n-tab:hover,
#c7n-toolbar .c7n-tab:hover:before {
    background-color: rgba(20, 20, 20, .8);
    cursor: pointer;
}

#c7n-toolbar .c7n-tab:hover,
#c7n-toolbar .c7n-tab:hover:before {
    background-color: rgba(96, 96, 96, 0.9);
    cursor: pointer;
}

#c7n-slider {
    /*background-color: rgba(20, 20, 20, 1);*/
    position: relative;
}

#c7n-slider.c7n-small .c7n-slide {
    height: 250px;
    overflow: hidden;
}

.c7n-small .c7n-slide img {
    width: 100%!important;
    height: 100%!important;
    display: inline-block;
}

.c7n-slide:before {
    top: 0;
    left: 0;
    height: 220px;
    background: -moz-linear-gradient(top, rgba(128, 128, 128, 0.75) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.75) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(128, 128, 128, 0.75) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#007db9e8', GradientType=0);
    z-index: 200;
}

.c7n-slide img {
    -webkit-filter: brightness(.85);
    -moz-filter: brightness(.85);
    -o-filter: brightness(.85);
    -ms-filter: brightness(.85);
    filter: brightness(.85);
}

/*.c7n-slide:after {
    bottom: 0;
    left: 0;
    height: 20%;
    background: -moz-linear-gradient(top, rgba(128, 128, 128, 0) 0, rgba(128, 128, 128, .5) 100%);
    background: -webkit-linear-gradient(top, rgba(128, 128, 128, 0) 0, rgba(128, 128, 128, .5) 100%);
    background: linear-gradient(to bottom, rgba(128, 128, 128, 0) 0, rgba(128, 128, 128, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#007db9e8', GradientType=0);
    z-index: 300;
}*/

#c7n-slider .c7n-scroll-down img{
    display: none;
}

.c7n-pager {
    bottom: 0;
    left: 0;
    z-index: 400;
    display: inline-block;
    height: auto;
    text-align: center;
}

.c7n-pager-element {
    height: 3px;
    width: 30px;
    background-color: rgba(255, 255, 255, .2);
    display: inline-block;
    margin: 30px 5px;
}

footer h2,
h2 {
    margin-bottom: 15px;
}

.c7n-pager-element:hover {
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.c7n-pager-element.cycle-pager-active {
    background-color: rgba(141, 192, 31, 1);
}

.c7n-intro {
    position: absolute;
    top: 66%;
    left: 50%;
    z-index: 500;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.c7n-small .c7n-intro {
    transform: translate(-50%, 0);
}

.c7n-intro .c7n-lead {
    font-size: 2em;
    padding-bottom: 0;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, .5);
    line-height: 1em;
}

.font-green {
    color: rgba(141, 192, 31, 1);
}

.c7n-intro h1 {
    font-size: 3em;
    line-height: 1em;
}

.c7n-small .c7n-intro h1 {
    font-size: 3.4em;
}

#c7n-subnavigation {
    display: none;
}

.c7n-home-box {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 150px;
    overflow: hidden;
}

.c7n-home-box>img {
    margin-top: -120px;
    position: absolute;
    height: 100%!important;
    width: 100%!important;
    object-position: center;
    object-fit: cover;
    -webkit-filter: brightness(.9);
    -moz-filter: brightness(.9);
    -o-filter: brightness(.9);
    -ms-filter: brightness(.9);
    filter: brightness(.9);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.c7n-home-box:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(20, 20, 20, .5) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(20, 20, 20, .5) 100%);*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(20, 20, 20, .5) 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#007db9e8', GradientType=0);
    z-index: 200;
}

.c7n-home-box>.container {
    z-index: 300;
    position: relative;
}

.c7n-home-box-content {
    background-color: rgba(255, 255, 255, .85);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(20, 20, 20, .25);
    -moz-box-shadow: 1px 1px 5px 0 rgba(20, 20, 20, .25);
    box-shadow: 1px 1px 5px 0 rgba(20, 20, 20, .25);
    margin-top: 60px;
}

hr,
ul.c7n-icon-list li a {
    background-color: rgb(165, 165, 165, 1);
}

.c7n-home-box-content > div {
    padding-top: 30px;
    padding-bottom: 30px;
    /* min-height: 250px; */
}

#sitemap ul,
#sitemap ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.c7n-home-box-content div > img.img-fluid {
    width: 100%;
    height: 100%;
    display: inline-block;
    /*position: absolute;*/
    top: 0;
    left: 0;
}

#c7n-navtree {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: .85em;
}

#c7n-navtree a:hover {
    color: rgba(141, 192, 31, 1);
}

#c7n-content {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 600px;
}

#sitemap ul {
    width: 100%;
}

#sitemap ul li {
    list-style: none;
}

#sitemap ul li a:before {
    content: "\f0da";
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
}

#sitemap ul li.sitemap_level_1 {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #003767;
    font-size: 1.2em;
    padding: 15px 10px;
}

footer a,
h1 {
    color: #FFFFFF;
}

#sitemap ul li.sitemap_level_2 {
    width: 25%;
    padding: 15px 10px;
}

a:hover {
    color: rgb(99, 24, 67, .8);
    text-decoration: none;
}

h1 {
    font-size: 3.4em;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, .5);
}

h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

h2 {
    font-size: 2em;
}

.c7n-home-box h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, .5);
    font-size: 3.3em;
    line-height: 1em;
}

footer h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, .5);
    font-size: 3.3em;
    line-height: 1em;
}

.c7n-button,
.c7n-lead {
}

footer h2 {
    font-size: 2.7em;
}

.c7n-home-box h3 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 15px;
}

.c7n-home-box-content h3:first-child {
    margin-top: 0;
}

#c7n-toolbar .c7n-tab h3,
#c7n-toolbar .c7n-tab h3 a {
    color: rgba(141, 192, 31, .9);
}

#c7n-toolbar .c7n-tab h3 {
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.6em;
}

h4 {
    font-size: 1.2em;
}

p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#c7n-content ul,
.c7n-home-box-content ul {
    margin-bottom: 30px;
}

ul.c7n-icon-list {
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.c7n-icon-list li {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
}

ul.c7n-icon-list li a {
    display: block;
    width: 50px;
    list-style: none;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
}

ul.c7n-icon-list li a:hover {
    background-color: rgba(141, 192, 31, 1);
    text-decoration: none;
}

footer hr {
    background-color: rgba(255, 255, 255, .2);
}

.c7n-lead {
    color: rgba(141, 192, 31, 1);
    font-size: 1.5em;
    line-height: 1.4em;
    padding-bottom: 30px;
}

.c7n-home-box .c7n-lead {
    text-align: center;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, .5);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
    line-height: 1em;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.c7n-button {
    display: inline-block;
    padding: 0 15px;
    background-color: rgba(96, 96, 96, 1);
    color: rgba(141, 192, 31, 1);
    font-size: 1em;
    line-height: 40px;
}

.c7n-button:hover,
footer input[type=submit]:hover {
    background-color: rgba(96, 96, 96, 0.8);
}

.c7n-button:before {
    content: "\f0da";
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
}

.c7n-button:hover {
    color: rgba(141, 192, 31, 1);
    text-decoration: none;
}

table {
    width: 100%;
}

table td {
    vertical-align: top;
    padding-right: 15px;
}

#c7n-content table th {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: #003767;
    padding: 15px 10px;
}

#c7n-content table td {
    padding: 8px 10px;
}

#c7n-content table tr:nth-child(odd) td {
    background-color: rgba(75, 75, 75, .05);
}

.table {
    width: 100%;
}

.table td {
    vertical-align: top;
    padding-right: 15px;
}

#c7n-content .table th {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: #003767;
    padding: 15px 10px;
}

#c7n-content .table td {
    padding: 8px 10px;
}

#c7n-content .table tr:nth-child(odd) td {
    background-color: rgba(75, 75, 75, .05);
}

footer {
    font-size: .9em;
    background-color: rgba(237, 237, 237, 1);
    /*text-transform: uppercase;*/
}

footer h3 {
    color: rgba(96, 96, 96, 1);
}

footer form {
    width: 100%;
    display: block;
}

footer input[type=text] {
    float: left;
    width: 75%;
    background-color: rgba(75, 75, 75, 1);
    height: 50px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    font-size: 1em;
    padding: 0 15px;
    color: #fff;
    border: 0;
    margin: 0;
}

footer input[type=submit] {
    float: right;
    width: 25%;
    background-color: #631843;
    height: 50px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    padding: 0 15px;
    color: #fff;
    border: 0;
    min-width: 1px;
    margin: 0;
    font-size: 1.5em;
    text-align: center;
}

.c7n-imprint,
.c7n-imprint a {
    color: rgba(255, 255, 255, .4);
}

.c7n-contact-flag {
    color: rgba(255, 255, 255, .4);
    background-color: rgba(96, 96, 96, 1);
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
    text-transform: none;
}

.c7n-contact-flag a {
    color: rgba(141, 192, 31, 1);
}

.c7n-contact-flag a:hover {
    color: rgba(141, 192, 31, 0.8)
}

.c7n-imprint,
.c7n-link-box {
    padding-top: 30px;
    padding-bottom: 15px;
}

#c7n-contact-flag-terminator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

.c7n-box-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c7n-partner-box {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    /*background-color: rgb(248, 249, 250, 1);*/
    padding: 15px;
    cursor: pointer;
}

.c7n-partner-box:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    /*background-color: #631843*/
}

.c7n-partner-box img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.c7n-imprint {
    background-color: rgba(33, 37, 41, 1);
    padding-top: 15px;
    margin-top: 30px;
    text-align: center;
}

.c7n-imprint ul {
    padding: 0;
    margin: 0;
}

.c7n-imprint ul li {
    padding: 0 0 0 15px;
    margin: 0;
    display: inline-block;
    width: auto;
    list-style: none;
}

.c7n-imprint a:hover {
    color: #383838;
    text-decoration: none
}

.c7n-imprint a {
    color: rgba(141, 192, 31, 1);
    text-decoration: none
}

.contact.row.form-group.form-checkbox .checkbox label:hover {
    color: rgba(75, 75, 75, .75);
}

#contactDescription {
    padding: 0 30px;
}

#captcha div {
    margin-top: 30px;
}

.c7n-news a {
    color: rgba(141, 192, 31, 1);
}

.c7n-news a:hover {
    color: rgba(141, 192, 31, 0.7);
}

.c7n-news {
    margin-bottom: 15px;
}

.c7n-news h3 {
    margin: 0;
}

.c7n-news p {
    padding-bottom: 10px;
}

h4.news_header {
    text-decoration: underline;
    width: 100%;
    padding-bottom: 10px;
}

.news_content div{
    padding-right: 0px;
    padding-left: 0px;
}

#clx-open-mobile-navigation svg {
    height: 20px;
    margin: 15px;
}
#clx-close-mobile-navigation svg {
    height: 25px;
    margin: 20px;
}
#clx-close-mobile-navigation {
    top: 0;
    right: 0;
}
tr.clickable-row {
    height: 90px;
}
/**BEGIN MEDIADIR**/
#mediadir {
    width: 100%!important
}
div#team_home {
    padding: 0;
}
.no-padding-vertical {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.employee-info {
    margin-bottom: 30px; 
}

.employee-image img{
    width: 100%;
} 

.employee-text h3 {
    padding-top: 10px;
}

.reference-info {
    display: table;
}

tr.clickable-row:hover {
    cursor: pointer;
}

.reference-logo {
    height: auto;
    max-height: 200px;
    max-width: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.reference-logo img {
    width: 100%;
    position: unset;
    height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    margin-bottom: 20px;
}

.overview-reference {
    margin-bottom: 40px;
    margin-left: 0;
}

.overview-reference-logo {
    height: auto;
    max-height: 200px;
    max-width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.overview-reference-logo img {
    max-width: 100%;
    min-height: 100px;
    width: 100%;
    position: unset;
    height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    margin-bottom: 10px;
}

.overview-reference-image {
    padding:5px;
}

.overview-reference-more {
    display: inline-block;
    color: #631743;
    background-color: snow;
    font-size: 1em;
    padding: 0;
    line-height: 20px!important;
}

.overview-reference-more:hover {
    text-decoration: underline;
    background-color: unset;
    color: #631743;
}

.overview-reference a {
    color: #383838;
}

.reference-logo img {
    width: 100%;
    position: unset;
    height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    margin-bottom: 25px;
}

.reference-image {
    width: 100%;
    position: unset;
    height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    margin-bottom: 30px;
}

.reference-home-image {
    margin: 20px auto;
    max-width: 320px;
    min-height: 130px;
    width: 100%;
    position: unset;
    height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    border: 1px solid #D2D2D2;
    box-shadow: 0px 0px 10px #D2D2D2;
    padding: 5px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}

.content-full-mobile > .col-12,
.table-responsive {
    padding: 0;
}

@media (min-width:576px) {
    #c7n-slider.c7n-small .c7n-slide {
        height: 350px;
    }
    .c7n-imprint,
    ul.c7n-icon-list {
        text-align: left;
    }
    .c7n-imprint ul {
        text-align: right;
    }
    .c7n-partner-box {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 480px) {
    div#cookie-note {
        width: 100%!important;
    }

    #clx-mobile-navigation,
    #clx-open-mobile-navigation,
    #clx-close-mobile-navigation {
        display: none;  
    }
}
@media (max-width: 575px) {  
    .c7n-home-box>img {
        width: 100%;
        min-height: 375px;
        height: auto;
        top: 0;
        object-position: bottom;
    }

    .c7n-home-box-content {
        background-color: #fff;
    }

    .overview-reference-image {
        max-width: 160px;
    }

    .overview-reference-logo {
        width: 160px!important;
    }

    .overview-reference-firma {
        display: none;
    }
    .c7n-imprint, .c7n-link-box {
        text-align: center;
    }
    .c7n-home-box {
        padding-bottom: 0px;
    }
    .content-full-mobile > .col-12{
        padding: 0 30px;
    }
    .table-responsive {
        padding: 0 15px;
    }
    .c7n-logo img {
        max-width: 250px;
    }
}

@media (max-width: 767px) {  
    .reference-home-image {
        max-width: 390px;
    }
}

@media (min-width:768px) {
    body {
        font-size: 15px
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto,
    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .c7n-content-tpl {
        padding-bottom: 60px;
    }
    .c7n-logo {
        max-width: 33%;
    }
    .c7n-open-search {
        right: 80px;
    }
    #clx-open-mobile-navigation .fa,
    .c7n-open-lang li.active-lang,
    .c7n-open-search .fa {
        padding: 0px;
        min-width: 80px;
    }
    .c7n-intro h1 {
        font-size: 3em;
    }
    .c7n-small .c7n-intro h1 {
        font-size: 4em;
    }
    .c7n-home-box h3,
    h2 {
        font-size: 2.2em;
    }
    .c7n-home-box h2,
    footer h2 {
        font-size: 2.5em;
    }
    .c7n-intro .c7n-lead {
        font-size: 2.4em;
    }
    .c7n-lead {
        font-size: 1.7em;
    }
}

@media (max-width: 992px){
    #c7n-scroll-down img {
        display:none;
    }
}
@media (min-width:992px) {
    #c7n-slider.c7n-small .c7n-slide {
        height: 450px;
    }
    .c7n-link-box {
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    .c7n-link-box:nth-child(3n) {
        border-right: 0 solid rgba(255, 255, 255, .2);
    }
    #c7n-toolbar {
        top: 30%;
        width: 50px;
    }

    #c7n-toolbar .c7n-tab {
        color: rgba(255, 255, 255, 0.4);
    }

    #c7n-toolbar .c7n-tab {
        right: -50px;
        width: 280px;
        min-height: 50px;
        margin-top: 15px;
        font-size: .9em;
    }
    #c7n-toolbar .c7n-tab:before {
        left: -50px;
        width: 50px;
        line-height: 50px;
        font-size: 1.3em;
    }
    #c7n-toolbar .c7n-tab h3 {
        line-height: 50px;
        font-size: 1.8em;
    }

    #c7n-toolbar .c7n-tab a {
        color: rgba(141, 192, 31, .9);
    }

    #c7n-toolbar .c7n-tab p {
        padding-bottom: 15px;
    }
    .c7n-intro h1 {
        font-size: 3.5em;
    }
    .c7n-small .c7n-intro h1 {
        font-size: 5em;
    }
    #c7n-scroll-down {
        width: 18px;
        height: auto;
        z-index: 200;
        position: absolute;
        bottom: 60px;
        left: calc(50% - 9px);
        -webkit-animation-name: up-down;
        animation-name: up-down;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: block;
        cursor: pointer;
    }
    #c7n-scroll-down img {
        height: auto;
        width: 100%;
    }
    @-webkit-keyframes up-down {
        0%,
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        25% {
            -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
        }
        50% {
            -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
        }
    }
    @keyframes up-down {
        0%,
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        25% {
            -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
        }
        50% {
            -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
        }
    }
    .c7n-home-box h3,
    h2 {
        font-size: 2.4em;
    }
    .c7n-home-box h2,
    footer h2 {
        font-size: 3em;
    }
    .c7n-intro .c7n-lead {
        font-size: 2.7em;
    }
    .c7n-lead {
        font-size: 1.7em;
    }
}

@media (min-width:1200px) {
    #c7n-subnavigation,
    .c7n-open-lang {
        display: inline-block;
    }
    body {
        font-size: 16px;
    }
    #c7n-search input {
        font-size: 1.5rem;
        margin-left: 60px;
    }
    #c7n-search form:after {
        font-size: 1.5rem;
    }
    .c7n-logo {
        max-width: 15%;
    }
    #clx-open-mobile-navigation {
        display: none;
    }
    #c7n-subnavigation {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 600;
        text-align: center;
    }
    #c7n-subnavigation ul {
        margin: 0;
        padding: 0;
    }
    #c7n-subnavigation ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    #c7n-subnavigation ul li a {
        display: block;
        padding: 15px 30px;
        line-height: 20px;
        background-color: rgba(20, 20, 20, .7);
        color: #fff;
        margin: 0 1px;
        text-transform: uppercase;
    }
    #c7n-subnavigation ul li a:hover {
        background-color: rgba(255, 255, 255, .2);
        color: #631843;
    }
    #c7n-subnavigation ul li a.active {
        background-color: rgba(255, 255, 255, 1);
        color: #003767;
        color: #631843;
    }
    .c7n-open-search {
        right: 110px;
    }
    .c7n-intro {
        width: 68.6666%;
    }
    #c7n-slider.c7n-small .c7n-slide {
        height: 550px;
    }
    .c7n-intro h1 {
        font-size: 6em;
    }
    .c7n-small .c7n-intro h1 {
        font-size: 6em;
    }
    .c7n-pager-element {
        width: 60px;
        margin: 30px 10px;
    }
    h1 {
        font-size: 5em;
    }
    .c7n-home-box h3,
    h2 {
        font-size: 2.5em;
    }
    .c7n-home-box h2,
    footer h2 {
        font-size: 5rem;
    }
    footer h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    .c7n-lead {
        font-size: 3rem;
    }
    .c7n-intro .c7n-lead {
        font-size: 4rem;
    }
    .c7n-button {
        font-size: 1.2rem;
        line-height: 40px;
    }
    h1, h2 {
        text-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
    }
}

@media (min-width:1400px) {
    .c7n-logo {
        max-width: 20%;
    }
}

.c7n-home-box:after {
    top: 0;
    left: 0;
    height: 220px;
    background: -moz-linear-gradient(top, rgba(128, 128, 128, 0.75) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.75) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #383838 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#007db9e8', GradientType=0);
    z-index: 50;
}
.c7n-home-box:before {
    bottom: 0;
    left: 0;
    height: 220px;
    background: -moz-linear-gradient(bottom, rgba(128, 128, 128, 0.75) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(128, 128, 128, 0.75) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #383838 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#007db9e8', GradientType=0);
    z-index: 50;
}






@media (max-width: 575px) {
    header {
        background-color: rgba(96, 96, 96, 0.9);
        border-bottom: 0 solid rgba(255, 255, 255, 0);
        height: 70px;
        line-height: 70px;
    }

    .c7n-logo, .c7n-small .c7n-logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .c7n-cover > img {
        width: 100%;
        height: 45%;
        display: inline-block;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        object-position: top;
        font-family: 'object-position: top;';
        position: relative;
        top: 70px;
    }

    .c7n-intro {
        position: absolute;
        top: 70%;
        left: 50%;
        z-index: 500;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }

    .c7n-slide:before {
        top: 0;
        left: 0;
        height: 220px;
        background: unset;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#007db9e8', GradientType=0);
        z-index: 200;
    }

    .c7n-intro h1, .c7n-small .c7n-intro h1 {
        font-size: 2.5em;
        line-height: 1em;
    }

    section#c7n-slider {
        height: 370px!important;
    }

    #c7n-slider.c7n-small .c7n-slide {
        height: 370px;
        overflow: hidden;
        top: 70px;
        position: relative;
    }

    #c7n-navtree {
        position: relative;
        padding-top: 30px;
        padding-bottom: 0;
        font-size: .85em;
        top: 60px;
    }

    .news_content {
        top: 15px;
    }
}

@media (min-width: 576px) {
    .c7n-cover > img {
        height: 100%!important;
        width: 100%!important;
        display: inline-block;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        object-position: top;
        font-family: 'object-position: top;';
        position: relative;
        top: 0px;
    }
}