@charset "UTF-8";
@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 : normal;
    font-style  : normal;
}      

@font-face {
    font-family: "DINOT-Bold";
    src: url("../fonts/feab4f015f183ad38338781e0369490d.eot"); /* IE9*/
    src: url("../fonts/feab4f015f183ad38338781e0369490d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/feab4f015f183ad38338781e0369490d.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/feab4f015f183ad38338781e0369490d.woff") format("woff"), /* chrome、firefox */
    url("../fonts/feab4f015f183ad38338781e0369490d.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/feab4f015f183ad38338781e0369490d.svg#DINOT-Bold") format("svg"); /* iOS 4.1- */
}  

@font-face {
    font-family: "DINOT-Medium";
    src: url("../fonts/7251ae7cbcc9c197274aae57493f42ad.eot"); /* IE9*/
    src: url("../fonts/7251ae7cbcc9c197274aae57493f42ad.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/7251ae7cbcc9c197274aae57493f42ad.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/7251ae7cbcc9c197274aae57493f42ad.woff") format("woff"), /* chrome、firefox */
    url("../fonts/7251ae7cbcc9c197274aae57493f42ad.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/7251ae7cbcc9c197274aae57493f42ad.svg#DINOT-Medium") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "DINOT-Regular";
    src: url("../fonts/1c587cd97662ab09cb8ba96867f212e7.eot"); /* IE9*/
    src: url("../fonts/1c587cd97662ab09cb8ba96867f212e7.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/1c587cd97662ab09cb8ba96867f212e7.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/1c587cd97662ab09cb8ba96867f212e7.woff") format("woff"), /* chrome、firefox */
    url("../fonts/1c587cd97662ab09cb8ba96867f212e7.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/1c587cd97662ab09cb8ba96867f212e7.svg#DINOT-Regular") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "DINOT-Light";
    src: url("../fonts/28b5efd56dd0967c557de7d5f34fca2c.eot"); /* IE9*/
    src: url("../fonts/28b5efd56dd0967c557de7d5f34fca2c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/28b5efd56dd0967c557de7d5f34fca2c.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/28b5efd56dd0967c557de7d5f34fca2c.woff") format("woff"), /* chrome、firefox */
    url("../fonts/28b5efd56dd0967c557de7d5f34fca2c.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/28b5efd56dd0967c557de7d5f34fca2c.svg#DINOT-Light") format("svg"); /* iOS 4.1- */
    }

html {
    width                    : 100%;
    height                   : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-family: "DINOT-Light";
    line-height: 1.5em;
    letter-spacing: 0;
    background-color: rgb(255,255,255);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;  
    opacity: 0;
}

body.c7n-loaded {
    opacity: 1;
}

/*body.c7n-nav-open  {
    overflow: hidden !important;
}*/

body.cke_editable {
    background-color : #FFFFFF;
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}
/*
#cookie-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;
    bottom: -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;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a{
    color: rgba(29,29,29,1);
    border-bottom: 1px solid rgba(29,29,29,1);
}

#cookie-note a:hover{
    text-decoration: none;
    color: rgba(244, 171, 0,1);
    border-bottom: 1px solid rgba(244, 171, 0,1);
}

#cookie-note button{
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgb(244, 171, 0);
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

#cookie-note button:hover{
    background-color: rgba(244, 171, 0, 0.8);
}*/

#c7n-browser-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(87, 161, 211, 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-browser-note.c7n-show {
    top: 0px !important;
    opacity: 1;
}

::-moz-selection { background : rgb(87, 161, 211); text-shadow : none; color : #ffffff; }

::selection { background : rgb(87, 161, 211); text-shadow : none; color : #ffffff; }

header {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

header.c7n-small {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(66,66,66,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(66,66,66,0.1);
    box-shadow: 0px 2px 2px 0px rgba(66,66,66,0.1);
}

#c7n-logo {
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
}

#c7n-logo img,
#c7n-logo svg {
    max-width: 100%;
    width: auto;
    height: auto;
    min-height: 23px;
    max-height: 5vh;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
}

#c7n-meta-functions {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0px;
}

.c7n-meta-function {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 1.15em;
}

.c7n-meta-function.c7n-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    height: 100%;
}

.c7n-meta-function.c7n-links ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.c7n-meta-function.c7n-links ul li a,
.c7n-meta-function.c7n-lang a,
.c7n-meta-function a{
    padding: 0px 15px 0px 0px;
    color: rgb(138, 138, 138);
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.c7n-meta-function.c7n-links ul li:last-child a,
.c7n-meta-function a:last-child,
.c7n-meta-function.c7n-lang a:last-child{
    padding-right: 0px;
}

.c7n-meta-function.c7n-links ul li a:hover,
.c7n-meta-function a:hover,
.c7n-meta-function.c7n-lang a:hover,
.c7n-meta-function.c7n-lang a.active{
    color: rgb(66, 66, 66);
    text-decoration: none;
}

#c7n-toggle-navigation {
    cursor: pointer;
}

#c7n-toggle-navigation svg {
    height: auto;
    width: 30px;
}

#c7n-toggle-navigation:hover,
#c7n-toggle-navigation.c7n-active {
    background-color: rgb(1, 145, 211);
}

#c7n-toggle-navigation:hover .c7n-svg-path,
#c7n-toggle-navigation.c7n-active .c7n-svg-path {
    fill: #ffffff;
}

#c7n-toggle-navigation.c7n-active:hover .c7n-svg-path {
    fill: #000000;
}

.c7n-meta-function.c7n-home,
.c7n-meta-function.c7n-links,
.c7n-meta-function.c7n-lang {
    display: none;
}


#c7n-registers {
    position: absolute;
    top: calc(5vh + 40px + 30px);
    z-index: 600;
    right: 0px;
}

.c7n-register {
    position: absolute;
    width: 0px;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    right: 0px;
    top: 0;
    z-index: -999999;
}

.c7n-register h1,
.c7n-register h2,
.c7n-register h3,
.c7n-register h4,
.c7n-register a {
    color: #ffffff;
    text-decoration: none;
}

.c7n-register.c7n-open {
    right: 300px;
    z-index: 601;
    right: 0px;
    width: 332px;
}

.c7n-register-tab {
    position: absolute;
    padding: 0px 15px;
    line-height: 30px;
    height: 30px;
    top: 0;
    left: -30px;
    background-color: rgb(1, 145, 211);
    -webkit-transform-origin:0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin:0% 0%;
    transform-origin:0% 0%;
    -webkit-transform: rotate(-90deg) translate(-100%, 0%);
    -moz-transform: rotate(-90deg) translate(-100%, 0%);
    -ms-transform: rotate(-90deg) translate(-100%, 0%);
    -o-transform: rotate(-90deg) translate(-100%, 0%);
    transform: rotate(-90deg) translate(-100%, 0%);
    color:#ffffff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-size: 0.75em;
    letter-spacing: 0.05em;
}

.c7n-register:first-child .c7n-register-tab {
    font-size: 0;
}

.c7n-register .c7n-register-tab.c7n-icon-profile:before,
.c7n-register .c7n-register-tab.c7n-icon-login:before {
    font-family : 'FontAwesome';
    width: 100%;
    height: 100%;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c7n-register .c7n-register-tab.c7n-icon-login:before {
    content: "\f090";
}

.c7n-register .c7n-register-tab.c7n-icon-profile:before {
    content: "\f007";
}

.c7n-register-tab:hover {
    background-color: rgba(1, 145, 211, 0.8);
}

.c7n-register:nth-of-type(3n + 2) .c7n-register-tab,
.c7n-register:nth-of-type(3n + 2) .c7n-register-content {
    background-color: rgb(1, 85, 143)
}

.c7n-register:nth-of-type(3n + 3) .c7n-register-tab,
.c7n-register:nth-of-type(3n + 3) .c7n-register-content {
    background-color: rgba(30, 30, 30, 1);
}

.c7n-register:nth-of-type(3n + 2) .c7n-register-tab:hover {
    background-color: rgba(1, 85, 143, 0.8);
}

.c7n-register:nth-of-type(3n + 3) .c7n-register-tab:hover{
    background-color: rgba(30, 30, 30, 0.8);
}

.c7n-register-content {
    padding: 15px;
    padding: 0;
    background-color: rgb(1, 145, 211);
    color:#ffffff;
    min-height: 160px;
    position: relative;
    width: 332px;
    width: 0;
    font-size: 0.75em;
    line-height: 1.6em;
    overflow: hidden;
}

.c7n-open .c7n-register-content {
    padding: 15px;
    width: 332px;
    overflow: auto;
}

.c7n-register-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}

.c7n-register-close svg,
.c7n-register-close img{
    width: 10px;
    height: 10px;
    opacity: 0.85;
    vertical-align: top;
}

.c7n-register-close:hover .st0 {
    fill:#000000;
}

.c7n-register-close:hover img{
    opacity: 1;
}



#c7n-eyecatcher {
    height: 50vh;
    min-height: 150px;
    width: 100%;
    display: flex;
    position: relative;
}

#c7n-eyecatcher.c7n-large {
    height: 100vh;
    min-height: 500px;
}

#c7n-eyecatcher h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 3em;
    text-shadow: 1px 1px 2px rgba(30,30,30,0.4);
    text-align: center;
}

#c7n-eyecatcher h1:before{
    position: absolute;
    content: "";
    height: 7.5px;
    width: 90px;
    width: 45px;
    background-color: #ffffff;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
    -moz-box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
    box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
}


#c7n-eyecatcher h1.c7n-intro {
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

#c7n-eyecatcher h1.c7n-intro:before {
    bottom: calc(16.5% + 4px);
    bottom: 0.6em;
    left: 0%;
}

#c7n-eyecatcher h1.c7n-intro:after {
    position: absolute;
    content: "";
    height: 7.5px;
    width: 90px;
    width: 45px;
    background-color: #ffffff;
    bottom: calc(16.5% + 4px);
    bottom: 0.6em;
    right:0;
    transform: translate(50%, 0%);
    -webkit-box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
    -moz-box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
    box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
}

#cycle-slider,
.cycle-slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#cycle-slider:before {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(30,30,30,0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(30,30,30,0.5) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(30,30,30,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1e1e1e",GradientType=1);
}

.cycle-slide > img {
    height: 100% !important;
    width: 100% !important;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1 !important;
}

.cycle-pager {
    z-index: 999;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
}

.cycle-pager-element {
    display: inline-block;
    width: auto;
}

.cycle-pager-element:before {
    content: "\f111";
    font-family: "FontAwesome";
    color: rgba(255,255,255,1);
    font-size: 0.5em;
    padding: 0 7.5px;
    display: block;
    line-height: 60px;
    height: 60px;
}

.cycle-pager-element:hover:before,
.cycle-pager-element.cycle-pager-active:hover:before {
    color: rgba(87, 161, 211, 0.75);
    cursor: pointer;
}

.cycle-pager-element.cycle-pager-active:before {
    color: rgb(87, 161, 211);
}

#c7n-main-navigation {
    height: auto;
    min-height: 50vh;
    max-height: calc(100% - 30px - 4vh);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3;
    background-color: rgba(1, 145, 211, 1);
    position: fixed;
    top: 0;
    left: 0;
    color: #ffffff;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    opacity: 0;
    padding-bottom: 45px;
    overflow: auto;
}

#c7n-main-navigation.c7n-open {
    visibility: visible; 
    opacity: 1;
    z-index: 9998;
}

#c7n-main-navigation h4.c7n-level-1,
.c7n-triage-box h4 {
    padding-top: 45px;
    padding-bottom: 10px;
    margin-bottom: 1em;
    line-height: 1em;
    font-weight: 300;
    position: relative;
}

#c7n-main-navigation h4.c7n-level-1:before,
.c7n-triage-box h4:before  {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
}


#c7n-main-navigation ul {
    padding: 0;
    margin: 0;
}

#c7n-main-navigation ul li{
    padding: 5px 0 ;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

#c7n-main-navigation a {
    color: #ffffff;
    display: block;
}

#c7n-main-navigation a.active,
#c7n-main-navigation a:hover {
    color: rgb(164,221,246);
    text-decoration: none;
}

#c7n-main-navigation h4.active.c7n-level-1:before {
    background-color: rgb(164,221,246);
}


#c7n-main-navigation a.c7n-level-2 {
    font-size: 0.9em;
}

.c7n-content-tpl {     
    padding-bottom: 60px;
}

.c7n-share-buttons,
.c7n-share-buttons li{
    list-style: none;
    display: inline-block;     
    margin: 0;
    padding: 0;
} 
                       
.c7n-share-buttons li a{
    list-style: none;
    display: block;
    border: 1px solid #000000;
    padding: 8px;
} 

.slide-in {
    height: 45px;
    width: 315px; 
    display: block;
    position: fixed;
    top: calc(50vh + 95px);
    z-index: 898;
    left: -270px;
   -webkit-transition : left 0.3s ease-in-out;
    -moz-transition    : left 0.3s ease-in-out;
    -ms-transition     : left 0.3s ease-in-out;
    -o-transition      : left 0.3s ease-in-out;
    transition         : left 0.3s ease-in-out;  
    background-color: rgba(30,30,30,1);
    margin-top: 1px;
}

.slide-in a {
    display: inline-block;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1.2em;
}

.slide-in input {
    line-height: 45px;
    height: 45px;
    margin: 0px;
    width: 270px;
    border: 0;
    background-color: rgba(30,30,30,0);
    color: #ffffff;
    position: relative;
    vertical-align: top;
    padding: 0 15px;
}

.slide-in button {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 0;
    color: #ffffff;
    background-color: rgba(255,255,255,0);
}

.slide-in a:hover,
.slide-in a:hover:before, 
.slide-in button:hover {
    background-color: rgba(30,30,30,0);
    color: rgb(1, 145, 211)
}

.slide-in a:before {
    color: rgba(255,255,255,1);    
}

.slide-in.link-only {
    width: 45px;
    left: 0;
}

.slide-in:nth-of-type(2n) {
    top: calc(50vh + 141px);
}

.slide-in:nth-of-type(3n) {
    top: calc(50vh + 187px);
}

.slide-in:nth-of-type(4n) {
    top: calc(50vh + 233px);
}

.slide-in:hover {
    background-color: rgba(30,30,30,1);
    left: 0;
}






#c7n-boxes {
    padding-top: 15px;
    padding-bottom: 0px;
}

.c7n-box {
    margin-bottom: 15px;
    position: relative;
    padding: 15px;
    overflow: hidden;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
}

.c7n-box.c7n-is-inverted {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
}

#c7n-sections .c7n-image .c7n-box.c7n-is-inverted {
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0);
    padding: 0;
}

.c7n-box.c7n-is-dark {
    background-color: rgba(66, 66, 66, 1);
}

.c7n-box.c7n-is-colored {
    background-color: rgb(87, 161, 211);
}

.c7n-box > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 0;
}

.c7n-box.c7n-has-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    content:"";
}

.c7n-box.c7n-has-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(360deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.40) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.40) 100%);
    background: linear-gradient(360deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    content:"";
}

.fr .c7n-box a.c7n-de,
.de .c7n-box a.c7n-fr{
    display: none;
}

.c7n-box-tag {
    font-size: 0.75em;
    padding-bottom: 15px;
    font-family: "DINOT-Bold";
    z-index: 3;
    position: relative;
    display: none;
}

.c7n-box-title,
.c7n-box-content,
.c7n-box-functions {
    z-index: 3;
    position: relative;
}

.c7n-box-title,
.c7n-box-content {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.c7n-box-functions {
    padding-top: 15px;
}

.c7n-is-inverted .c7n-box-tag,
.c7n-is-inverted .c7n-box-title,
.c7n-is-inverted .c7n-box-content,
.c7n-has-image .c7n-box-tag,
.c7n-has-image .c7n-box-title,
.c7n-has-image .c7n-box-content,
.c7n-is-dark .c7n-box-tag,
.c7n-is-dark .c7n-box-title,
.c7n-is-dark .c7n-box-content,
.c7n-is-colored .c7n-box-tag,
.c7n-is-colored .c7n-box-title,
.c7n-is-colored .c7n-box-content {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(30,30,30,0.4);
}

.c7n-is-inverted  .c7n-button,
.c7n-has-image .c7n-button,
.c7n-is-dark .c7n-button,
.c7n-is-colored .c7n-button {
    color: #ffffff;
    border-color: #ffffff;
}

.c7n-is-inverted .c7n-button:hover,
.c7n-has-image .c7n-button:hover,
.c7n-is-dark .c7n-button:hover {
    color: rgba(66, 66, 66, 1);
    background-color: #ffffff;
}

.c7n-is-colored .c7n-button:hover {
    color: rgb(87, 161, 211);
    background-color: #ffffff;
}

#c7n-sections {
    z-index: 5;
    position: relative;
}

#c7n-sections .row {
    padding-top: 150px;
    padding-bottom: 120px;
    position: relative;
}

#c7n-sections .row > div {
    position: relative;
    z-index: 3;
}

#c7n-sections .row:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(-50vw + (100% / 2));
    z-index: 1;
    background-position: center center;
    background-size: cover;
}

#c7n-sections .row.c7n-light:before {
    background-color: rgb(1, 145, 211);
}

#c7n-sections .row.c7n-medium:before {
    background-color: rgba(41, 100, 141, 1);
}

#c7n-sections .row.c7n-dark:before {
    background-color: rgba(30, 30, 30, 1);
}

/*
#c7n-sections .row.c7n-image:before {
    background-image: url('/images/gallery/Arosa_Pistenfahrzeug.JPG');
}

#c7n-sections .row:nth-child(4).c7n-image:before {
    background-image: url('/images/gallery/Zermatt_Matterhornexpress_Winter.jpg');
}*/

#c7n-sections .row.c7n-image img {
    position: absolute;
    left: calc(-50vw + (100% / 2));
    width: 100vw;
    height: 100%;
    object-fit: cover;
    top: 0;
}

#c7n-sections .row.c7n-image:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(-50vw + (100% / 2));
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

#c7n-sections .c7n-image:nth-child(odd) {
    border: 1px solid #ff0000;
}

#c7n-content {
    z-index: 5;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.c7n-navtree {
    font-size: 0.75em;
    color: rgba(153,153,153,1);
    padding-bottom: 30px;
}

#c7n-sub-navigation {
    width: 100%;
}

.menu_level_2  {
    margin: 0;
    padding: 0;
}

.menu_level_2 li > a  {
    display: none;
}

.menu_level_3  {
    margin: 0 0 30px 0;
    padding: 0;
    display: none;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.active .menu_level_3  {
    display: flex;
}

.c7n-toggle-sublevels {
    display: none;
    position: absolute;
    line-height: 1em;
    width: auto;
    top: 0;
    right: 0;
    padding-top: 33px;
    padding-left: 15px;
    padding-right: 30px;
    color: rgb(66,66,66);
    cursor: pointer;
    font-size: 1.5em;
}

.active > .c7n-toggle-sublevels {
    color: rgb(1, 145, 211);
}

.menu_level_3 > li.active {
    border-color: rgb(1, 145, 211);
}

.menu_level_3 > li {
    margin: 15px;
    display: flex;
    background-color: rgb(255,255,255);
    border: 1px solid rgba(30, 30, 30, 1);
    width: calc(100%  - 30px);
    flex-direction: column;
    position: relative;
}

.menu_level_3 > li > .c7n-toggle-sublevels {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}

.menu_level_3 > li .c7n-toggle-sublevels:before {
    content: "\f105";
    font-family: "FontAwesome";
}
.menu_level_3 > li .c7n-toggle-sublevels:hover:before {
    color: rgba(87, 161, 211, 1);
}

/*.menu_level_3 > li.active .c7n-toggle-sublevels:before,*/
.menu_level_3 > li.open .c7n-toggle-sublevels:before {
    content: "\f106";
    color: rgba(87, 161, 211, 1);
}

/*.menu_level_3 > li.active .c7n-toggle-sublevels:hover:before,*/
.menu_level_3 > li.open .c7n-toggle-sublevels:hover:before {
    color: rgba(87, 161, 211, 0.75);
}

.menu_level_3 li > a {
    line-height: 1em;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 1.25em;
    display: block;
    font-family: "DINOT-Bold";
    color: rgba(30, 30, 30, 1);
    position: relative;
}

.menu_level_3 li > a:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background-color:rgba(30, 30, 30, 1);
    bottom: 30px;
    left: 30px;
}


.menu_level_3 li.active > a,
.menu_level_3 li > a:hover  {
    color: rgb(1, 145, 211);
    text-decoration: none;
}

.menu_level_3 li.active > a:before,
.menu_level_3 li > a:hover:before  {
    background-color: rgb(1, 145, 211);
}

.menu_level_4  {
    margin: 0;
    padding: 0 0 30px 0;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.menu_level_4 li > a:before {
    display: none;
}

/*.menu_level_3 .active > .menu_level_4,*/ 
.menu_level_3 .open > .menu_level_4 {
    display: flex;
}

.menu_level_4 > li {
    margin: 0 30px;
    width: calc(100%  - 60px);
}

.menu_level_4 li > a {
    line-height: 40px;
    font-size: 1em;
    color: rgb(0, 0, 0);
    display: block;
    border-top: 1px solid rgba(30,30,30,1);
    padding: 5px 0;
    font-family: "DINOT-Light";
}

.menu_level_4 li:first-child > a {
    border-top: 0px solid rgba(30,30,30,1);
}

.menu_level_4 li.active > a,
.menu_level_4 li > a:hover {
    color: color: rgb(1, 145, 211);
    text-decoration: none;
}

.menu_level_3 li.active > a:hover,
.menu_level_4 li.active > a:hover{
    color: rgba(1, 145, 211, 0.75);
}


.c7n-triage-box {
    padding: 15px;
    background-color: rgb(1, 145, 211);
    height: 100%;
    color: #ffffff;
}

.c7n-triage-box h4 {
    padding-top: 0;
}

.c7n-triage-box ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    list-style: none;
}

/*
.c7n-triage-box ul li {
    margin: 0;
    padding: 0 !important;
    width: 100%;
}

.c7n-triage-box ul li:before {
    display: none;
}

.c7n-triage-box ul li > a {
    line-height: 30px;
    color: #ffffff;
    display: block;
}

.c7n-triage-box a:hover {
    color: rgba(30, 30, 30, 1);
}

.c7n-triage-box > ul > li {
    border-top: 1px solid rgba(255,255,255,0.25);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.c7n-triage-box > ul > li > a {
    line-height: 30px;
    font-size: 1em;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.25);
    padding: 5px 0;
    font-family: "DINOT-Light";
}

.c7n-triage-box > ul > li:first-child > a {
    border-top: 0px solid rgba(30,30,30,1);
}

.c7n-triage-box ul li > ul {
    padding-bottom: 15px;
}

.c7n-triage-box ul li > ul > li > a {
    font-size: 0.9em;
    border-top: 0px solid rgba(0,0,0,0.15);
    padding: 0 0 10px 15px;
}


*/

.c7n-triage-box ul,
.c7n-triage-box ul li {
    padding: 0 !important;
    margin: 0;
    list-style: none;
    width: 100%;
}

.c7n-triage-box ul li:before {
    display: none;
}

.c7n-triage-box ul li > a {
    line-height: 30px;
    color: rgb(255, 255, 255);
    display: inline- block;
}

.c7n-triage-box > ul > li {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.c7n-triage-box > ul > li:first-child {
    border-top: 0px solid rgba(255,255,255,0.15);
    padding-top: 0px !important;
}

.c7n-triage-box ul li > ul li {
    line-height: 20px;
    font-size: 0.8em;
    border-top: 0px solid rgba(255,255,255,0.15);
    padding: 5px 0 0  0px !important;
}

.c7n-triage-box ul li > ul li > ul li {
    line-height: 20px;
    font-size: 0.9em;
    border-top: 0px solid rgba(255,255,255,0.15);
    padding: 3px 0 0  15px !important;
}

.c7n-triage-box ul li > a:hover {
    color: rgba(87, 161, 211, 1);
    text-decoration: none;
}



.c7n-triage-box img {
    object-fit: contain;
    z-index: 1;

    height: 50% !important;
    max-width: 66% !important;
    display: block;
    /* justify-content: unset; */
    /* vertical-align: middle; */
    /* text-align: center; */
    margin: auto;
    /* padding-top: 0%; */
    top: 25%;
    position: relative;
}

.c7n-content-tpl .c7n-triage-box img {
    height: 50% !important;
}

.c7n-accordeon {
    overflow: hidden;
    position: relative;
    width: 100%;
    clear: both;
}

.c7n-accordeon .c7n-accordeon-title{
    position: relative;      
    padding: 0px 15px;
    background-color: rgb(245,245,245);
    line-height: 50px;
    margin: 0;
}    

.c7n-accordeon .c7n-accordeon-title::after{
    content: "\f107";
    font-family: "FontAwesome";                    
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    padding: 0px 15px;
    color: rgb(209,209,209);
    font-size: 0.9em;
}

.c7n-accordeon .c7n-accordeon-content {
    display: none;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px; 
    border: 1px solid rgb(245,245,245);     
}

.c7n-accordeon .c7n-accordeon-content.row {
    margin-left: 0;  
    margin-right: 0;  
}

.c7n-accordeon.open .c7n-accordeon-content {
    display: flex;
}

.c7n-accordeon.open .c7n-accordeon-title::after{        
    content: "\f106";               
}

.c7n-accordeon-title:hover,
.open .c7n-accordeon-title:hover,
.c7n-accordeon-title:hover::after,
.open .c7n-accordeon-title:hover::after{
    background-color: rgb(87, 161, 211);
    color: #ffffff;
    cursor: pointer;    
}

.open .c7n-accordeon-title,
.open .c7n-accordeon-title::after{
    cursor: pointer;                 
    color: rgb(87, 161, 211);
}

#c7n-sidebar {
    margin-top: 30px;
    font-size: 0.85em;
}

#c7n-sidebar .col-12 {
    background-color: rgb(1, 145, 211);
    color: #ffffff;
    margin-bottom: 1px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
}


h1{
    font-size: 2.25em;
    color: rgb(0, 0, 0);
    padding: 0;
    margin: 0 0 1em 0;
    font-family: "DINOT-Bold";
}

h2 {
    font-size: 1.85em;
    color: rgb(0, 0, 0);
    margin-bottom: 0.5em;
    font-family: "DINOT-Bold";
}

h3 {
    font-size: 1.5em;
    color: rgb(0, 0, 0);
    margin-bottom: 0.5em;
    font-family: "DINOT-Bold";
}


#c7n-sidebar h3:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
}

#c7n-sidebar h3 {
    color: #ffffff;
    position: relative;    
    padding-bottom: 10px;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.25em;
    margin-bottom: 0.25em;
    font-family: "DINOT-Bold";
}

p {
    margin-bottom: 2em;
}

#c7n-sidebar .col-12  p:last-child,
.c7n-content-tpl p:last-child {
    margin-bottom: 0em;
}

.c7n-content-tpl img {
    height: auto !important;
}

figure {
    margin-bottom: 0;
}

figcaption {
    margin-top: 7.5px;
    margin-bottom: 2em;
    font-size: 0.75em;
    color: rgba(153,153,153,1);
}

.c7n-content-tpl ul,
.c7n-register-content ul {
    padding: 0;
    margin: 0 0 2em 0;
}


.c7n-content-tpl ul:last-child,
.c7n-register-content ul:last-child  {
    margin-bottom: 0em;
}

.c7n-content-tpl ul li,
.c7n-register-content ul li {
    padding: 0 0 0 30px;
    margin: 0;
    list-style: none;
    position: relative;
}

.c7n-content-tpl ul li:before,
.c7n-register-content ul li:before {
    content: "\f0c8";
    position: absolute;
    left: 2px;
    font-family: "FontAwesome";
    color: rgb(87, 161, 211); 
    font-size: 0.45em;
}

.c7n-register-content ul li:before {
    color: rgb(255, 255, 255); 
}

a {
    color: rgb(87, 161, 211); 
}

.c7n-box-content a {
    color: rgb(255, 255, 255); 
    border-bottom: 1px solid rgba(255,255,255,1);
}

#c7n-sidebar a {
    color: rgba(255, 255, 255, 1); 
    border-bottom: 1px solid rgba(255,255,255,1);
}

a:hover {
    color: rgba(87, 161, 211, 0.75); 
    text-decoration: none;
}

.c7n-register-content a:hover {
    color: rgba(255, 255, 255, 0.5); 
}

#c7n-sidebar a:hover {
    color: rgba(255, 255, 255, 0.5); 
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.c7n-box-content a:hover {
    color: rgba(255, 255, 255,0.5); 
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

a.c7n-button,
.c7n-register-content input[type="submit"] {
    line-height: 3em;
    border: 1px solid rgb(87, 161, 211);
    color: rgb(87, 161, 211); 
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-family: "DINOT-Regular";
    font-size: 0.75em;
    padding: 0 30px;
    display: inline-block;
}

.c7n-register-content a.c7n-button,
.c7n-register-content input[type="submit"] {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255); 
}

a.c7n-button:hover {
    background-color: rgb(87, 161, 211); 
    color: #ffffff;
    text-decoration: none;
}

.c7n-register-content a.c7n-button:hover,
.c7n-register-content input[type="submit"]:hover {
    background-color: rgb(255, 255, 255) !important; 
    color: rgb(87, 161, 211); 
}

.c7n-content-tpl.c7n-content-invert {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background-color: rgb(1, 145, 211);
    color: #ffffff;
    z-index: 1;
    position: relative;
}

.c7n-content-tpl.c7n-content-invert h2,
.c7n-content-tpl.c7n-content-invert h3,
.c7n-content-tpl.c7n-content-invert h4,
.c7n-content-tpl.c7n-content-invert figcaption,
.c7n-content-tpl.c7n-content-invert a {
    color: #ffffff;
}

.c7n-content-tpl.c7n-content-invert:before {
    background-color: rgb(1, 145, 211);
    z-index: -1;
    width: 100vw;
    height: 100%;
    content:"";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.c7n-navtree a {
    color: rgba(153,153,153,1);
}

.c7n-navtree a:hover {
    color: rgba(102,102,102,1);
    text-decoration: none;
}


hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;              
    display: block;    
    width: 100%;  
    clear: both;                      
}

.c7n-register-content input {
    border: 1px solid #ffffff;
    width: 100%;
    line-height: 2.25em;
    height: 2.25em;
    padding: 0 10px;
    font-weight: 300;
    background-color: rgba(0,0,0,0) !important;
    margin-bottom: 5px;
    color: #ffffff;
}

.c7n-register-content input[type="submit"] {
    height: calc(3em + 2px);
    color: #ffffff;
    width: auto;
}

.c7n-register-content input::-webkit-input-placeholder { /* Edge */
    color: #ffffff;
}

.c7n-register-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.c7n-register-content input::placeholder {
    color: #ffffff;
}

#c7n-share {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c7n-share-icon,
.c7n-print-icon {
    position: relative;
    font-size: 1em !important;
    color: rgb(138,138,138);
    padding: 0 7.5px;
    cursor: pointer;
    line-height: 30px;
}

.c7n-share-icon:hover,
.c7n-print-icon:hover {
    color: rgb(87, 161, 211);
}

.c7n-share-box {
    display: flex;
    position: absolute;
    padding: 0;
    left: -30px;
    top: 29px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    visibility: hidden;
    flex-direction: row;
}

.c7n-share-box li {
    list-style: none;
}

.c7n-share-box a.fa {
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 30px;
    width: 30px;
    font-size: 0.8em !important;
    background-color: rgba(87, 161, 211, 1);
}

.c7n-share-box a.fa:hover {
    text-decoration: none;
    background-color: rgba(41, 100, 141, 1);
}

.c7n-share-icon.c7n-open ul.c7n-share-box, 
.c7n-share-icon:hover ul.c7n-share-box {
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}

footer h4 {
    text-transform: uppercase;
    font-size: 1em;
    font-family: "DINOT-Bold";
    margin-top: 15px;
}

footer a {
    color: rgb(104,104,104);
    color: rgb(138, 138, 138);
}

footer a:hover {
    color: rgba(87, 161, 211, 1);
    text-decoration: none;
}

#c7n-related {
}

#c7n-related > .row {
    margin-right: 0;
    margin-left: 0;
}

.c7n-block {
    padding: 30px;
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    position: relative;
    background-color: rgba(1, 145, 211, 1);
}

.c7n-text-only {
    justify-content: center;
    text-align: center;
}

.c7n-text-only:nth-child(3n+1) {
    background-color: rgb(1, 145, 211);
}

.c7n-text-only:nth-child(3n+2) {
    background-color: rgb(1, 85, 143);
}

.c7n-text-only:nth-child(3n+3) {
    background-color: rgba(30, 30, 30, 1);
}


.c7n-block.c7n-has-image {
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.c7n-block.c7n-has-image:before {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(30,30,30,0.75) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(30,30,30,0.75) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(30,30,30,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1e1e1e",GradientType=1);
}

.c7n-block.c7n-medium,
.c7n-block.c7n-large {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 400px;
    padding: 30px 60px;
    text-align: center;
}

.c7n-block img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}

.c7n-block.c7n-has-image.c7n-has-link:hover img {
    transform: scale(1.1);
}

.c7n-block.c7n-has-link:hover {
    cursor:pointer;
}

.c7n-block h2,
.c7n-block h3,
.c7n-block h2 a,
.c7n-block h3 a{
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(30,30,30,0.4);
    position: relative;
    z-index: 2;
}

.c7n-block.c7n-has-image h2,
.c7n-block.c7n-has-image h3 {
    text-align: center;
}

.c7n-block.c7n-large h2 {
    font-size: 3em;
}

.c7n-block.c7n-large h3 {
    font-size: 2.5em;
}

.c7n-block.c7n-medium h2 {
    font-size: 2.5em;
}

.c7n-block.c7n-large h3 {
    font-size: 2.25em;
}

.c7n-block.c7n-has-image h2:before {
    position: absolute;
    content: "";
    height: 4.5px;
    width: 60px;
    background-color: #ffffff;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
    -moz-box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
    box-shadow: 1px 1px 2px rgba(30,30,30,0.4);
}

.c7n-block.c7n-has-image.c7n-large h2:before {
    height: 6px;
    width: 75px;
}

.c7n-block.c7n-has-image.c7n-medium h2:before {
    height: 5.25px;
    width: 67.5px;
}


.c7n-block p:last-child{
    margin-bottom: 0;
}

.c7n-block a {
    color: rgba(255,255,255,1);
}

.c7n-block a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.c7n-block.c7n-has-link a:hover {
    color: rgba(255, 255, 255, 1);
}

ul.clx-sitemap {
    padding: 0;
    margin: 0 0 2em 0;
}

ul.clx-sitemap {
    padding: 0 15px
}

.c7n-content-tpl ul:last-child,
.c7n-register-content ul:last-child {
    margin-bottom: 0em;
}


ul.clx-sitemap li  {
    padding: 0 0 0 30px;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.clx-sitemap li.sitemap_level_1  {
    margin-top: 30px;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    font-weight: 400;
}

ul.clx-sitemap li.sitemap_level_1:first-child  {
    margin-top: 0px;
}


ul.clx-sitemap li.sitemap_level_2  {
    margin-left: 30px;
}


ul.clx-sitemap li.sitemap_level_3  {
    margin-left: 60px;
    font-size: 0.9em;
}


ul.clx-sitemap li.sitemap_level_4  {
    margin-left: 90px;
    font-size: 0.8em;
}

ul.clx-sitemap li.sitemap_level_5,
ul.clx-sitemap li.sitemap_level_6,
ul.clx-sitemap li.sitemap_level_7,
ul.clx-sitemap li.sitemap_level_8  {
    display: none;
}


footer {
    background-color: rgb(209,209,209);
    color: rgb(0,0,0);
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.75em;
    line-height: 1.5em;
}

footer .c7n-footer-qr {
    display: none;
}

@media (min-width: 576px) {
    body {
        font-size: 15px;
    }

    .c7n-meta-function {
        font-size: 1.05em;
    }

    .c7n-meta-function.c7n-lang {
        display: flex;
    }

    #c7n-toggle-navigation {
        margin-left: 15px;
    }

    #c7n-eyecatcher h1 {
        font-size: 3.5em;
    }

    #c7n-eyecatcher h1.c7n-intro {
        width: 420px;
    }

    .c7n-box {
        margin-bottom: 15px;
        padding: 30px;
    }

    #c7n-sidebar .col-12 {
        border-right: 1px solid rgb(245,245,245);
    }

    #c7n-sections .row:before,
    #c7n-sections .row.c7n-image img,
    #c7n-sections .row.c7n-image:after {
        left: calc(-50vw + (540px / 2));
    }

    #c7n-eyecatcher h1:before{
        width: 60px;
    }

    #c7n-eyecatcher h1.c7n-intro:after {
        width: 60px;
    }

}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    .c7n-meta-function {
        font-size: 0.95em;
    }

    .c7n-meta-function.c7n-home,
    .c7n-meta-function.c7n-links {
        display: flex;
    }

    #c7n-eyecatcher h1 {
        font-size: 4em;
    }

    #c7n-eyecatcher h1.c7n-intro {
        width: 510px;
    }

    .c7n-register-tab {
        position: absolute;
        padding: 0px 22.5px;
        line-height: 45px;
        height: 45px;
        top: 0;
        left: -45px;
    }

    .c7n-register .c7n-register-tab.c7n-icon-profile:before,
    .c7n-register .c7n-register-tab.c7n-icon-login:before {
        display: none;
    }

    .c7n-register:first-child .c7n-register-tab {
        font-size: 0.75em;
    }

    .c7n-register:first-child .c7n-register-tab:before {
        width: 45px;
    }

    #c7n-eyecatcher {
        min-height: 180px;
    }

    #c7n-boxes {
        padding-top: 30px;
    }

    .c7n-box {
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }

    .menu_level_3 > li {
        width: calc(50%  - 30px);
    }

    .c7n-block.c7n-medium,
    .c7n-block.c7n-large {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 800px;
        padding: 30px;
    }

    #c7n-sections .row:before,
    #c7n-sections .row.c7n-image img,
    #c7n-sections .row.c7n-image:after {
        left: calc(-50vw + (720px / 2));
    }

    #c7n-eyecatcher h1:before{
        width: 75px;
    }

    #c7n-eyecatcher h1.c7n-intro:after {
        width: 75px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 17px;
    }

    #c7n-logo {
        padding-top: 10px;
        padding-bottom: 20px; 
    }

    .c7n-small #c7n-logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #c7n-logo img,
    #c7n-logo svg {
        max-height: 6vh;
    }

    .c7n-small #c7n-logo img,
    .c7n-small #c7n-logo svg {
        max-height: 4vh;
    }

    .c7n-meta-function {
        font-size: 0.85em;
    }

    #c7n-eyecatcher {
        min-height: 240px;
    }
    .c7n-accordeon .c7n-accordeon-content {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;  
    }

    .c7n-block.c7n-medium,
    .c7n-block.c7n-large {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.6666666%;
        max-width: 66.66666666%;
    }

    #c7n-sections .row:before,
    #c7n-sections .row.c7n-image img,
    #c7n-sections .row.c7n-image:after {
        left: calc(-50vw + (960px / 2));
    }

    #c7n-eyecatcher h1:before{
        width: 90px;
    }

    #c7n-eyecatcher h1.c7n-intro:after {
        width: 90px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }

    .c7n-meta-function {
        font-size: 0.75em;
    }

    .container-fluid {
        max-width: 1800px;
    }

    #c7n-eyecatcher {
        min-height: 300px;
    }

    #c7n-boxes {
        padding-top: 45px;
    }

    .c7n-block.c7n-medium,
    .c7n-block.c7n-large {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .c7n-block.c7n-medium {
        min-height: 400px;
        padding: 30px 60px;
    }

    .c7n-block.c7n-large {
        min-height: 800px;
        padding: 60px;
    }

    #c7n-sections .row:before,
    #c7n-sections .row.c7n-image img,
    #c7n-sections .row.c7n-image:after {
        left: calc(-50vw + (1140px / 2));
    }



    .c7n-register-content {
        padding: 15px;
        width: 332px;
        overflow: auto;
    }
}

@media (min-width: 1680px) {
}


@media (min-width: 1920px) {
    #c7n-registers {
        position: fixed;
    }

    #c7n-boxes {
        padding-top: 60px;
    }

    #c7n-sidebar {
        position: absolute;
        top: 0;
        margin-top: 0;
        /*left: calc(50% + (1140px / 2) + 30px);*/
        right: 0;
        width: calc(1140px / 4);
    }

    #c7n-sidebar .col-12 {
        border-right: 0px solid rgb(245,245,245);
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}


@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }

    @page {
      size: A4;
      margin: 17mm 17mm 17mm 17mm;
    }

    header {
        position: relative;
        border-bottom: 1px solid #000000;
        margin-bottom: 17mm;
    }

    #c7n-logo {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .container {
        width: auto;
      }

    #c7n-meta-functions,
    #c7n-eyecatcher,
    #c7n-registers,
    .c7n-navtree,
    #c7n-sub-navigation,
    #c7n-share,
    .slide-in,
    .c7n-content-invert:before,
    #c7n-related    {
        display: none;
    }

    .c7n-content-tpl.c7n-content-invert,
    .c7n-content-tpl.c7n-content-invert h2,
    .c7n-content-tpl.c7n-content-invert h3,
    .c7n-content-tpl.c7n-content-invert h4 {
        color: #000000 !important;
        background-color: rgba(0,0,0,0);
    }

    .c7n-accordeon-content {
        display: flex !important;
    }

    /** {
        background: transparent !important;
    }*/

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure, img {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    /*a:after { 
        content: " ( " attr(href) ") ";
        font-style: italic;
    }*/

    footer {
        border-top: 1px solid #000000;
        background-color: rgba(0,0,0,0);
    }

    footer .c7n-footer-qr {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width:50% !important;
    }

    footer .c7n-footer-qr img {
        width: 120px;
        height:120px;
    }

    footer > .container > .row  > .col-12  {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #clx-dropdown-navigation,
    #clx-mobile-navigation,
    #clx-open-mobile-navigation,
    #clx-close-mobile-navigation,
    #c7n-scroll-down,
    .c7n-footer-partnerlogo,
    .c7n-footer-links,
    aside,
    form,
    .c7n-button,
    .c7n-share-buttons,
    #cookie-note,
    .swal-overlay {
        display: none !important;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row  > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0%);
    }
} 