@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;
}

/* ==========================================================================
   TEMP-SETTING
   ========================================================================== */
a.ok:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23198754' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center center;
  padding: 0 1.25rem;
}

a.pending:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E7AD64' class='bi bi-pencil' viewBox='0 0 16 16'%3E%3Cpath d='M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center center;
  padding: 0 1.25rem;
}

a.no:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23DC3545' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M13.854 2.146a.5.5 0 0 1 0 .708l-11 11a.5.5 0 0 1-.708-.708l11-11a.5.5 0 0 1 .708 0Z'/%3E%3Cpath fill-rule='evenodd' d='M2.146 2.146a.5.5 0 0 0 0 .708l11 11a.5.5 0 0 0 .708-.708l-11-11a.5.5 0 0 0-.708 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center center;
  padding: 0 1.25rem;
}

html {
    width : 100%;
    height : 100%;
    overflow-y : scroll;
    overflow-x : hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: 'Open Sans', 'sans-serif';
    line-height: 1.4em;
    letter-spacing: 1.1px;
    font-weight: 300;
    background-color: #ffffff;
    -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;
}

body.c7n-loaded {
    opacity: 1;
}

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(21, 155, 157, 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(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
}

#cookie-note a:hover {
    text-decoration: none;
    color: rgb(219, 11, 62);
    border-bottom: 1px solid rgb(219, 11, 62);
}

#cookie-note button {
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgba(125, 161, 66, 0);
    border: 1px solid #ffffff;
    padding: 7.5px 30px;
}

#cookie-note button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(125, 161, 66, 1);
}

::-moz-selection {
    background : rgb(125, 161, 66);
    text-shadow : none;
    color : #ffffff;
}

::selection {
    background : rgb(125, 161, 66);
    text-shadow : none;
    color : #ffffff;
}

.c7n-content-tpl {
    padding-bottom: 30px;
}

.c7n-content-tpl:last-child {
    padding-bottom: 0px;
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both;
}

header {
    background-color: #ffffff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    z-index: 999;
}

#c7n-logo img, #c7n-logo svg {
    max-width: 100%;
    width: auto;
    height: 50px;
    margin: 0;
    line-height: 60px;
}

header.c7n-small {
    -webkit-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
    -moz-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
    box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
}

#c7n-functions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

#c7n-open-search, #c7n-close-search, #c7n-open-search-mobile, #c7n-close-search-mobile {
    height: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0 15px;
    cursor: pointer;
}

#c7n-open-search.c7n-active, #c7n-close-search.c7n-active, #c7n-open-search-mobile.c7n-active, #c7n-close-search-mobile.c7n-active {
    display: flex;
}

#c7n-open-search svg, #c7n-close-search svg, #c7n-open-search-mobile svg, #c7n-close-search-mobile svg {
    width: auto;
    height: 20px;
}

#c7n-eyecatcher {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
}

#c7n-eyecatcher h1 {
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 997;
    text-shadow: 1px 1px 2px rgba(35, 35, 35, 0.5);
}

#cycle-slider, #google-map {
    width: 100%;
    height: 100% !important;
    background-position: relative;
}

#google-map iframe {
    width: 100%;
    height: 50vh;
}

#cycle-slider img {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}

#cycle-slider .cycle-slide {
    width: 100%;
    height: 100%;
}

#cycle-slider:after {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(35,35,35,0.125);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 996;
}

.cycle-pager {
    z-index: 997;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
}

.cycle-pager-element {
    display: inline-block;
    width: auto;
}

.cycle-pager-element:before {
    content: "\f10c";
    font-family: "FontAwesome";
    color: rgba(255,255,255,1);
    line-height: 4em;
    font-size: 0.9em;
    padding: 0 7.5px;
    display: block;
}

.cycle-pager-element:hover:before, .cycle-pager-element.cycle-pager-active:hover:before {
    color: rgb(219, 11, 62);
    cursor: pointer;
}

.cycle-pager-element.cycle-pager-active:before {
    content: "\f111";
    color: rgb(125, 161, 66);
}

#c7n-search {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(21, 155, 157, 0.95);
    z-index: 998;
    left: 0;
    top: 0px;
    -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;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

#c7n-search.c7n-open {
    opacity: 1;
    visibility: visible;
}

#clx-search {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#c7n-search form, #clx-search form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
    width: calc(100% - 30px - 100px);
    padding: 0 30px;
    line-height: 60px;
    font-weight: 300;
    border: 2px solid #ffffff;
    font-size: 1.2em;
    background-color: rgba(255,255,255,0);
    color: rgba(255, 255, 255, 1);
    font-family: 'Oswald', 'sans-serif';
    display: inline-block;
    vertical-align: bottom
}

#clx-search .clx-searchterm {
    border: 2px solid rgb(125, 161, 66);
    color: rgb(125, 161, 66);
}

#c7n-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 1);
}

#c7n-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 1);
}

#c7n-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 1);
}

#c7n-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 1);
}

#clx-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(125, 161, 66);
}

#clx-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(125, 161, 66);
}

#clx-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(125, 161, 66);
}

#clx-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgb(125, 161, 66);
}

#c7n-search .c7n-searchbutton, #clx-search .clx-searchbutton {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    border: 2px solid rgba(255,255,255,0);
    cursor: pointer;
}

#c7n-search .c7n-searchbutton svg, #clx-search .clx-searchbutton svg {
    width: auto;
    height: 60px;
    padding: 10px;
}

#c7n-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

#c7n-content.team {
        padding-top: 30px;
        padding-bottom: 30px;
    }

#socialmedia {
    padding-bottom: 30px;
}
        


#c7n-content.c7n-home {
    padding-bottom: 0px;
}

#c7n-boxes {
}

.c7n-box {
    position: relative;
    border: 10px solid #ffffff;
}

#c7n-boxes .container {
    padding: 5px;
}

.c7n-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#c7n-content h3 a {
    color: #159b9d;
}

.c7n-box-content a {
    color: #FFFFFF;
}

.c7n-box-content a:hover {
    color: #FFFFFF!important;
}

.c7n-box.c7n-has-link:after, .c7n-headline-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(3, 97, 99, 0.75);
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 4em;
    z-index: 99;
    /*content: "\f105";*/
    content: "";
    -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;
}

.c7n-box.c7n-has-link:hover:after, .c7n-headline:hover .c7n-headline-image:after {
    opacity: 1;
    cursor: pointer;
}

.c7n-box-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 1rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*background-color: rgba(75,75,75,1);*/
    color: #ffffff;
    overflow: hidden;
}

.c7n-has-image .c7n-box-content {
    align-items: flex-start;
    justify-content: flex-end;
    /*text-shadow: 1px 1px 2px rgba(35,35,35,0.5);*/
}

.c7n-box:last-child .c7n-box-content {
    background-color: #159b9d;
}

.c7n-box-content img {
    position: absolute;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
}

.c7n-has-image .c7n-box-content:after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    /*background-color: rgba(35,35,35,0.25);*/
    content: "";
    top: 0;
    left: 0;
}

.c7n-box-content h2, .c7n-box-content h3, .c7n-box-content h4, .c7n-box-content p, .c7n-box-content a {
    position: relative;
    z-index: 900;
    color: #ffffff;
    display: inline-block;
}

.c7n-box-content p:last-child, .c7n-headline-content p:last-child {
    margin-bottom: 0;
}

.c7n-box-content a:hover {
    color: rgb(219, 8, 62);
    text-decoration: none;
}

#c7n-headlines {
    padding-top: 60px;
    padding-bottom: 90px;
}

.c7n-headline {
    position: relative;
    border-bottom: 2px solid #ffffff;
    display: flex;
    flex-direction: row;
}

.c7n-headline-image {
    position: relative;
}

.c7n-headline-image:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.c7n-headline-image img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
}

.c7n-headline-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: rgb(235, 235, 235);
    padding: 30px;
    -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-headline:hover .c7n-headline-content {
    background-color: #159b9d;
    color: #ffffff;
    cursor: pointer;
}

.c7n-headline .c7n-headline-content h3 {
    -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-headline:hover .c7n-headline-content h3 {
    color: #ffffff;
}

.col-9.c7n-box.c7n-has-image.c7n-has-link {
    margin: auto;
}

.c7n-gallery-image {
    background-size: cover;
}

#c7n-contact {
    padding-top: 90px;
    padding-bottom: 28px;
    background-color: #159b9d;
    color: #ffffff;
}

#c7n-contact iframe {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    display: inherit;
}

.c7n-headline-content time {
    margin-bottom: 1em;
    font-size: 0.9em;
    opacity: 0.5;
}

.c7n-share-buttons {
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
}

.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 rgba(75,75,75,0.3);
    width: 45px;
    line-height: 45px;
    font-size: 1.2em;
    color: rgba(75,75,75,0.3) !important;
}

.c7n-share-buttons li a:hover {
    color: rgba(43, 112, 124, 1) !important;
    border-color: rgba(43, 112, 124, 1);
    text-decoration: none;
}

.c7n-share-buttons li a.c7n-facebook-share:hover {
    color: rgb(59, 89, 152) !important;
    border-color: rgb(59, 89, 152);
}

.c7n-share-buttons li a.c7n-twitter-tweet:hover {
    color: rgb(29, 161, 243) !important;
    border-color: rgb(29, 161, 243);
}

.c7n-share-buttons li a.c7n-xing-share:hover {
    color: rgb(0, 90, 96) !important;
    border-color: rgb(0, 90, 96);
}

.c7n-share-buttons li a.c7n-linkedin-share:hover {
    color: rgb(0, 119, 181) !important;
    border-color: rgb(0, 119, 181);
}

#c7n-content a {
    color: #159b9d;
}

a.c7n-button {
    padding: 10px;
    background-color: #159b9d;
    color: #FFFFFF!important;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    margin-bottom: 0.5rem;
}

a.c7n-button:hover {
    padding: 10px;
    background-color: #23447f;
    color: #FFFFFF;
    opacity: 0.9;
}

footer {
    font-size: 0.9em;
}

footer #c7n-links {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(35,35,35,1);
    color: #a2a2a2;

}

footer #c7n-imprint {
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: rgba(23,23,23,1);
    color: #a3a3a3;
}

footer .text-right p {
    text-align: right;
}

#clx-mobile-navigation .meta {
    display: none;
}

li.clx-level-1.starter_normal.menu_node {
    display: none;
}

li.clx-level-1.starter_normal.menu_node.meta {
    display: block;
}

h1 {
    color: #159b9d;
    /*font-weight: 300;*/
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 1.6em;
}

h2 {
    color: #159b9d;
    font-weight: 300;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 1.5rem;

}

h3 {
    font-weight: 300;
    color: #159b9d;
    font-size: 1.4em;
    font-family: 'Open Sans', 'sans-serif';
    margin-bottom: 1rem;
}

h4 {
    font-weight: 300;
    font-size: 1.2em;
    color: #159b9d;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 1.125rem;
    line-height: 1.4;
    word-break: break-word;
}

b, strong {
    font-weight: bold;
}

.c7n-headline-content p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 2em;
    text-align: justify;
}

img.img-fluid {
    margin-bottom: 1rem;
}

p.c7n-intro.emergency {
    margin: 5% 5% 3% 5%;
    border: 2px solid #000000;
    padding: 1rem;
    font-weight: 500;
}

ul {
    margin-bottom: 2rem;
}

li {
    list-style: square;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

.clx-contact-form-label {
    margin-bottom: 0.5rem;
    font-weight: 300;
    color: rgb(151, 196, 82);
    font-size: 1.2em;
}

.team-image img {
    width: 100%;
}

.team-content {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
}

.team-name {
    font-weight: 700;
    text-transform: uppercase;
}

.c7n-meta-navigation li {
    list-style: none;
}



footer p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 2em;
    text-align: justify;
}

figure {
    margin: 0;
}

footer a {
    color: #a3a3a3;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer p {
    margin-top: 0;
    margin-bottom: 15px;
}

footer ul {
    padding: 0;
    margin: 0 0 1em 0;
}

footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c7n-intro {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    padding: 0 6.6666%;
    margin-bottom: 3rem;
}

button.accordion-button.collapsed {
    width: 100%;
    border: none;
    font-size: 1.5rem;
    padding: 10px;
    text-align: left;
    word-break: break-word;
}

button.accordion-button {
    width: 100%;
    border: none;
    font-size: 1.5rem;
    padding: 10px;
    text-align: left;
}

.accordion-body h3 {
    font-size: 1.5rem;
}








/*SITEMAP | START*/
.c7n-content-sitemap-tpl li {
    display: block;
}

.c7n-content-sitemap-tpl a {
    color: var(--body_color);
    text-decoration: none;
}

#sitemap ul {
    padding: 0px 15px;
    margin: 0px;
    display: block;
    list-style: none;
}

#sitemap ul li {
    list-style: none;
}

.c7n-content-sitemap-tpl a:hover {
    color: var(--link_color_hover);
    border-bottom: 1px solid var(--link_color_hover);
}

#sitemap a {
    color: var(--body_color) !important;
    text-decoration: none;
    margin-left: 15px;
    position: relative;
}

#sitemap a:hover {
    color: var(--link_color_hover) !important;
    cursor: pointer;
    border-bottom: 1px solid var(--link_color_hover);
}

li.sitemap_level_1 {
    padding-top: 10px;
    margin: 0 !important;
}

li.sitemap_level_1 a {
    font-size: 1.2rem;
    font-weight: 700;
}

li.sitemap_level_2 {
    padding-left: 20px;
    margin: 5px 0 5px 0 !important;
}

li.sitemap_level_3 {
    margin: 0 !important;
    padding-left: 40px;
}

li.sitemap_level_2 a:before,
li.sitemap_level_3 a:before {
    font-family: "FontAwesome";
    content: "\f0da";
    color: var(--link_color_hover);
    border: none;
    position: absolute;
    left: -15px;
}
/*SITEMAP | END */










/*#c7n-content p:last-child {     
    margin-bottom: 0em;
}*/
@media (min-width: 576px) {
    #c7n-open-search svg, #c7n-close-search svg, #c7n-open-search-mobile svg, #c7n-close-search-mobile svg {
        height: 21px;
    }

    .c7n-intro {
        padding: 0 8.6666%;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.4em;
    }
}

@media (min-width: 768px) {
    #c7n-open-search svg, #c7n-close-search svg, #c7n-open-search-mobile svg, #c7n-close-search-mobile svg {
        height: 22px;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.6em;
    }

    .c7n-headline:nth-child(even) .c7n-headline-content {
        order: 0;
    }

    .c7n-headline:nth-child(even) .c7n-headline-image {
        order: 1;
    }

    #c7n-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #c7n-content.team {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #socialmedia {
        padding-bottom: 45px;
    }

    h1 {
        font-size: 2.4em;
    }

    h2 {
        font-size: 1.95em;
    }

    h3 {
        font-size: 1.55em;
    }

    h4, .c7n-intro {
        font-size: 1.3em;
    }

    .c7n-intro {
        padding: 0 11.6666%;
    }

    p.c7n-intro.emergency {
        margin: 5% 20% 3% 20%;
        border: 2px solid #000000;
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.8em;
    }

    header {
        position: relative;
    }

    header.c7n-small {
        -webkit-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
        -moz-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
        box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
    }

    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 2.15em;
    }

    h3 {
        font-size: 1.7em;
    }

    h4, .c7n-intro {
        font-size: 1.4em;
    }

    .c7n-intro {
        padding: 0 13.6666%;
    }

    #c7n-logo img, #c7n-logo svg {
        height: 90px;
    }
}

@media (min-width: 1200px) {
    #c7n-open-search svg, #c7n-close-search svg, #c7n-open-search-mobile svg, #c7n-close-search-mobile svg {
        height: 15px;
        width: 15px;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 2em;
    }

    #c7n-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #c7n-content.team {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #socialmedia {
        padding-bottom: 60px;
    }

    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 2.3em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.5em;
    }

    .c7n-intro {
        font-size: 1.4em;
        padding: 0 10%;
    }
}

@media print {
    @page {
        margin: 2cm
    }

    * {
        background: transparent !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    a:after {
        content: " ( " attr(href) ") ";
        font-style: italic;
    }

    #clx-dropdown-navigation, #clx-mobile-navigation, #clx-open-mobile-navigation, #clx-close-mobile-navigation, #c7n-scroll-down, footer, 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%);
    }
}
