@charset "UTF-8";

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* BODY | BEGIN */
body {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 300;
    color: var(--body_color);
    background-color: var(--body_bg);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

body.scroll-lock {
    position: fixed !important;
}

.cke a {
    border: unset!important;
}

.cke a:hover {
    border: unset!important;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color: var(--body_bg_slave);
    color: var(--body_color);
}

body.no-header #c7n-eyecatcher {
    display: none;
}

body.no-header #c7n-content {
    position: relative;
}

body.no-header footer {
    position: relative;
}

body.system #c7n-navtree {
    display: none;
}

body.links a {
    border: none !important;
}

body.contact a {
    border: none !important;
}

body.contact #c7n-content a:hover {
    border-bottom: 1px solid var(--link_color_hover) !important;
}

body.price h5,
body.contact h5 {
    color: var(--main_color);
    font-weight: 500;
}

body.price .table {
    margin-bottom: 45px;
}

body.contact img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
}

body.urnen ::selection {
    color: unset;
    background-color: unset;
}
/* BODY | END */

/* CUSTOM */
.container,
.container-fluid {
    position: relative;
}

.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c7n-scroll-down {
    position: absolute;
    display: none;
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    bottom: -30px;
    left: calc(50% - 25px);
    color: var(--link_color_hover);
    background-color: var(--body_bg);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 2em;
    cursor: pointer;
    z-index: 999;
}

.c7n-scroll-down:hover {
    color: var(--body_slave_color);
    background-color: var(--link_color_hover);
}

::-moz-selection {
    color: var(--select_color);
    background: var(--select_bg);
    text-shadow: none;
}

::selection {
    color: var(--select_color);
    background: var(--select_bg);
    text-shadow: none;
}

h1,
h2,
h3 {
    color: var(--headline_color);
    font-weight: 300;
    margin-bottom: 30px;
    text-align: left !important
}

h4,
h5,
h6 {
    color: var(--headline_color);
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left !important
}

a,
a:hover {
    text-decoration: none;
}

#c7n-content a {
    color: var(--link_color);
    border-bottom: 1px solid var(--link_color);
}

#c7n-content a:hover {
    color: var(--link_color_hover);
    border-bottom: 1px solid var(--link_color_hover);
}

a.selected {
    color: var(--link_color);
    font-weight: 700;
}

.c7n-content-tpl {
    padding-bottom: 30px;
}

.c7n-content-tpl:last-child {
    padding-bottom: 0;
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both;
}

.c7n-navtree {
    color: var(--link_color);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 0.8em;
    text-align: center;
    padding-bottom: 30px;
}

#c7n-navtree,
#c7n-navtree a {
    color: rgba(86, 86, 86, 1) !important;
    border: transparent;
}

#c7n-navtree a:hover {
    color: var(--link_color_hover) !important;
}

.c7n-navtree a {
    color: var(--link_color);
    outline: none;
}

.c7n-navtree a:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding-left: 8px;
    padding-right: 8px;
    color: var(--link_color) !important;
}

.c7n-navtree a:hover:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: var(--link_color) !important;
    border-bottom: 3px solid var(--body_bg);
}

.c7n-navtree a:last-child:after {
    display: none;
    margin: 0;
}

a.fa.fa-home {
    font-size: 1em;
    height: 17px;
}

ul {
    list-style: square;
}

.c7n-contact-intro {
    text-align: center;
}

.table thead th {
    vertical-align: bottom;
    /*border-bottom: 1px solid var(--select_bg);*/
}

.table tr {
    border-top: 1px solid var(--select_bg);
    border-bottom: 1px solid var(--select_bg);
}

.table td,
.table th {
    vertical-align: top;
    /*border-top: 1px solid var(--select_bg);
    border-bottom: 1px solid var(--select_bg);*/
    border-top: none;
    border-bottom: none;

}

table {
    border: none;
}

table td {
    text-align: left;
}

table.c7n-price-listing {
    text-align: center;
}

table.c7n-price-listing td {
    text-align: center;
}

td.c7n-table-right {
    text-align: right;
}

span.c7n-table-subtitle {
    position: relative;
    font-size: 0.8em;
    top: -5px;
    font-weight: 300;
}

td.c7n-title {
    position: relative;
    display: table-cell;
    width: 100%;
}

tbody {
    border-bottom: 1px solid var(--select_bg);
}

td.c7n-price {
    position: relative;
    width: 160px;
    display: inline-table;
    text-align: right;
    border: none;
}

span.c7n-currency {
    position: relative;
    display: table-cell;
    width: 35px;
    text-align: left;
    vertical-align: top;
    padding: .3rem 0;
}

span.c7n-singleprice {
    position: relative;
    display: table-cell;
    width: 125px;
    text-align: right;
    padding: .3rem 0;
    border: none;
}

td.c7n-price-time {
    position: relative;
    width: 200px;
    display: inline-table;
    text-align: right;
}

td.c7n-price-time .c7n-singleprice {
    position: relative;
    display: table-cell;
    width: 75px;
    text-align: right;
    padding: .3rem 0;
}

.c7n-sub-headline {
    position: relative;
    width: 100%;
    top: -30px;
    margin: 0;
    padding: 0 15px;
    font-size: 0.8em;
}
/* CUSTOM | END */

/* COOKIE | BEGIN */
#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: var(--body_color) !important;
    background-color: var(--footer_bottom_bg) !important;
    -webkit-box-shadow: 0 2px 10px 0 rgba(29, 29, 29, 0.25) !important;
    -moz-box-shadow: 0 2px 10px 0 rgba(29, 29, 29, 0.25) !important;
    box-shadow: 0 2px 10px 0 rgba(29, 29, 29, 0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0 !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;
    z-index: 1000;
}

#cookie-note.c7n-loaded {
    bottom: 0 !important;
    opacity: 1;
}

#cookie-note p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a {
    color: var(--link_color);
    border-bottom: 1px solid var(--link_color);
}

#cookie-note a:hover {
    text-decoration: none;
    color: var(--link_color_hover) !important;
    border-bottom: 1px solid var(--link_color_hover) !important;
}

#cookie-note button {
    margin: 10px auto 0 auto;
    display: block;
    color: var(--body_slave_color);
    background-color: var(--link_color_hover);
    border: transparent;
    padding: 7.5px 30px;
}

#cookie-note button:hover {
    background-color: var(--link_color_hover);
    color: var(--body_slave_color);
    opacity: 0.7;
}
/* COOKIE | END */

/* ICONS | BEGIN */
.c7n-mail-icon {
    position: relative;
    left: 28px;
}

.c7n-mail-icon:before {
    position: relative;
    width: 23px;
    height: 30px;
    content: '';
    display: inline-block;
    background-image: url(../img/icons/mail_icon.svg);
    background-position: center center;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    top: 8px;
    margin-left: -28px;
    margin-right: 10px;
}

.c7n-phone-icon {
    position: relative;
    left: 25px;
}

.c7n-phone-icon:before {
    position: relative;
    width: 20px;
    height: 30px;
    content: '';
    display: inline-block;
    background-image: url(../img/icons/phone_icon.svg);
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 8px;
    margin-left: -25px;
    margin-right: 5px;
}
/* ICONS | END */

/* HEADER | BEGIN */
header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

header ::selection {
    color: unset;
    background-color: unset;
}

header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

#c7n-header-content {
    position: absolute;
    background-color: var(--header_bg);
    height: 100%;
    width: 100%;
    z-index: 975;
    height: auto;
}

#c7n-header-content:after {
    position: fixed;
    display: block;
    width: 100%;
    height: 130px;
    background-image: url(../img/wave.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: -2px;
    left: 0;
    content: '';
    pointer-events: none;
    z-index: 950;
}

#c7n-header-content img {
    position: absolute;
    width: unset;
    z-index: 975;
}

#c7n-header-content:after {
    height: 130px;
}

header.c7n-small {
    -webkit-box-shadow: -4px 0 4px 0 rgba(75, 75, 75, 0.25);
    -moz-box-shadow: -4px 0 4px 0 rgba(75, 75, 75, 0.25);
    box-shadow: -4px 0 4px 0 rgba(75, 75, 75, 0.25);
}

#c7n-desktop {
    z-index: 999;
}
/* HEADER | END */

/* CONTENT | BEGIN */
main {
    position: relative;
    width: 100%;
    z-index: 800;
}
/* CONTENT | END */

/* FOOTER | BEGIN */
footer {
    position: relative;
    font-size: 1em;
    cursor: default;
    z-index: 850;
}

footer {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

footer a {
    color: var(--link_color);
    line-height: 30px;
}

footer a:hover {
    color: var(--link_color_hover);
    border-bottom: 1px solid var(--link_color_hover);
}

footer a:focus {
    outline: none;
}

footer ::selection {
    color: unset;
    background-color: unset;
}

footer h4 {
    color: var(--body_color);
}

#c7n-footer-top {
    position: relative;
    width: 100%;
    color: var(--body_color);
    background-color: var(--footer_top_bg);
    padding: 20px 0;
}

#c7n-footer-bottom {
    position: relative;
    width: 100%;
    line-height: 50px;
    font-size: 0.9em;
    color: var(--body_color);
    background-color: var(--footer_bottom_bg);
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    padding: 0;
}

.c7n-footer-top-box {
    position: relative;
}

.c7n-footer-top-box:last-child {
    position: relative;
    margin-bottom: 0;
}

.c7n-footer-top-box p:last-child {
    position: relative;
    margin-bottom: 0;
}

#c7n-footer-top li {
    position: relative;
    list-style: square;
    height: unset;
}

.c7n-footer-bottom-right {
    height: 50px;
}
/* FOOTER | END */

/* EYECATCHER | BEGIN */
#c7n-eyecatcher {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#cycle-slider {
    position: relative;
    width: 100%;
    height: 100% !important;
}

#cycle-slider img {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    object-fit: cover;
    z-index: 875;
}

#cycle-slider .cycle-slide {
    width: 100%;
    height: 100%;
}

#cycle-slider:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(35, 35, 35, 0.125);
    content: '';
    top: 0;
    left: 0;
    z-index: 875;
}

.cycle-pager {
    position: absolute;
    width: 100%;
    z-index: 998;
    display: block;
    text-align: center;
    bottom: 0;
}

.cycle-pager-element {
    display: inline-block;
    width: auto;
}

.cycle-pager-element:before {
    content: "\f10c";
    font-family: "FontAwesome";
    color: var(--link_color);
    line-height: 4em;
    /* line-height: 9em; with scroll down */
    line-height: 3em;
    /* without scroll down */
    font-size: 0.9em;
    padding: 0 7.5px;
    display: block;
}

.cycle-pager-element:hover:before,
.cycle-pager-element.cycle-pager-active:hover:before {
    color: var(--link_color_hover);
    cursor: pointer;
}

.cycle-pager-element.cycle-pager-active:before {
    content: '\f111';
    color: var(--link_color_hover);
}
/* EYECATCHER | END */

/* GOOGLE MAPS | START */
section#google-maps {
    position: relative;
    width: 100%;
    color: var(--body_color);
}

#c7n-address-path {
    display: none;
    visibility: hidden !important;
}

#c7n-address-popupbox {
    display: none;
}

#c7n-map,
#c7n-map-range {
    width: 100%;
}
/* GOOGLE MAPS | END */

/* FAQ | BEGIN */
.c7n-accordeon-content.row {
    display: none;
}

.c7n-accordeon {
    background-color: var(--footer_top_bg);
    margin-bottom: 10px;
}

h4.c7n-accordeon-title {
    text-transform: none;
    font-weight: 300;
}

.c7n-accordeon-content a {
    color: var(--link_color);
    border-bottom: 1px solid var(--link_color);
}

.c7n-accordeon {
    overflow: hidden;
    position: relative;
    width: 100%;
    clear: both;
}

.c7n-accordeon .c7n-accordeon-title {
    position: relative;
    padding: 10px 30px 10px 15px;
    background: var(--footer_top_bg);
    margin: 0;
}

h4.c7n-accordeon-title {
    color: var(--body_color);
    font-size: 1.4em;
}

.c7n-accordeon.open.c7n-accordeon .c7n-accordeon-title {
    background: var(--footer_bottom_bg) !important;
    color: var(--body_color) !important;
}

.c7n-accordeon .c7n-accordeon-title::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--link_color_hover);
    text-align: center;
    font-size: 1.4em;
    width: 45px;
}

.c7n-accordeon .c7n-accordeon-content {
    display: none;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    text-align: left !important;
}

.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";
    color: var(--body_color);
}

.c7n-accordeon-title:hover,
.open .c7n-accordeon-title:hover,
.c7n-accordeon-title:hover::after,
.open .c7n-accordeon-title:hover::after {
    cursor: pointer;
}

.c7n-accordeon img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
/* FAQ | END */

/*SITEMAP | BEGIN*/
#sitemap ul {
    padding: 0 15px;
    margin: 0;
    display: block;
    list-style: none;
}

#sitemap a {
    color: var(--link_color) !important;
    text-decoration: none;
    margin-left: 15px;
    position: relative;
    border: transparent;
}

#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 */

/* ISOTOPE | BEGIN */
.c7n-filter {
    margin-bottom: 30px;
    text-align: left;
}

a.set-isotope-filter {
    color: var(--link_color) !important;
    background-color: var(--footer_bottom_bg);
    padding: 5px 10px;
    font-weight: 400;
    margin: 5px 0;
    outline: 0;
}

a.set-isotope-filter.c7n-active {
    color: var(--body_slave_color) !important;
    background-color: var(--link_color_hover);
    outline: 0;
}

a.set-isotope-filter {
    margin-right: 8px;
    display: inline-block;
    border-bottom: 1px solid transparent !important;
}

a.set-isotope-filter:hover {
    background-color: var(--link_color_hover);
    color: var(--body_slave_color) !important;
    text-decoration: none;
}
/* ISOTOPE | END */

/* STICKER | BEGIN */
.c7n-kremationsunterbruch-sticker {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 3%;
    top: 4%;
    line-height: 1.2;
    font-size: 0.8em;
    background-color: #e05260;
    color: #FFFFFF;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: 999;
    pointer-events: all;
}

.c7n-kremationsunterbruch-sticker a, .c7n-kremationsunterbruch-sticker a:hover {
    color: #FFFFFF;
    text-decoration: none;
    height: 100%;
    font-size: 1rem;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 576px) {
    .c7n-kremationsunterbruch-sticker {
        width: 115px;
        height: 115px;
        right: 6%;
        top: 3%;
        font-size: 0.9em;
    }
}
@media (min-width: 768px) {
    .c7n-kremationsunterbruch-sticker {
        width: 130px;
        height: 130px;
        right: 4%;
        top: 5%;
    }
}
@media (min-width: 992px) {
    .c7n-kremationsunterbruch-sticker {
        width: 130px;
        height: 130px;
        right: 2%;
        top: 5%;
    }
}
@media (min-width: 1200px) {
    .c7n-kremationsunterbruch-sticker {
        width: 130px;
        height: 130px;
        right: 3%;
        top: 4%;
    }
}
@media (min-width: 1600px) {
    .c7n-kremationsunterbruch-sticker {
        width: 150px;
        height: 150px;
        right: 3%;
        top: 4%;
        font-size: 1.2em;
    }
}
/* STICKER | END */

/* PERSONAL | BEGIN */
.c7n-filter.mediadir-team {
    display: none;
    /* temporarily hidden */
}

h5.c7n-employee-name {
    font-size: 1.5em;
}

h5.c7n-employee-function {
    font-size: 1em;
}

section#c7n-content.team li {
    list-style: none;
    padding: 0;
}

section#c7n-content.team li {
    list-style: none;
    padding: 0;
}

article.c7n-employee-box h5 {
    color: var(--body_slave_color) !important;
    margin: 0;
}

article.c7n-employee-box h3 {
    color: var(--body_slave_color) !important;
}

.c7n-employee-content {
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

article.c7n-employee-box {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background-size: cover;
    padding: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.49);
}

article.c7n-employee-box:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(46, 51, 56, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(46, 51, 56, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(46, 51, 56, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#eb5924', GradientType=0);
    width: 100%;
    height: 120px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
}
/* PERSONAL | END */

/* URNEN | BEGIN */
.c7n-urne-cell {
    position: relative;
    height: 100%;
}

h5.c7n-urne-name {
    color: var(--body_slave_color) !important;
    margin: 0;
    font-weight: 300;
    position: absolute;
    bottom: 10px;
    font-size: 1.5em;
    z-index: 1;
    padding: 0 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.49);
    z-index: 2;
}

.col-12.c7n-urnen {
    margin-bottom: 60px;
    min-height: 500px;
}

.c7n-urne-content {
    bottom: 10px;
    position: absolute;
    z-index: 1;
}

section#c7n-content.urnen-detail p {
    text-align: left;
}

img.c7n-urne-image-detail {
    width: 100%;
    margin-bottom: 30px;
}

article.c7n-urne-box {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
}

article.c7n-urne-box:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(46, 51, 56, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(46, 51, 56, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(46, 51, 56, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#eb5924', GradientType=0);
    width: 100%;
    height: 120px;
    content: '';
    position: absolute;
    bottom: 160px;
    left: 0;
    padding: 0;
    z-index: 1;
}

article.c7n-urne-box:hover {
    cursor: pointer;
}

article.c7n-urne-box img {
    width: 100%;
    object-fit: cover;
}

.c7n-arrow-prev {
    position: absolute;
    background: url(/themes/pferdekrematorium_2020/img/icons/arrow-left_thin.svg) 100% 50% no-repeat;
    z-index: 960;
}

.c7n-arrow-next {
    position: absolute;
    background: url(/themes/pferdekrematorium_2020/img/icons/arrow-right_thin.svg) 100% 50% no-repeat;
    z-index: 960;
}
/* URNEN | END */

/* LINKS | BEGIN */
.links img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.links .c7n-links-content {
    background: #fbf2e9;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4);
    padding: 15px;
    margin-bottom: 30px;
}
/* LINKS | END */

/* LANGUAGE | BEGIN */
.c7n-language-mobile {
    position: relative;
    top: -70px;
    text-align: center;
}

.c7n-language a {
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    color: var(--link_color);
    border: 1px solid var(--link_color) !important;
}

.c7n-language-mobile a.selected {
    font-weight: 700;
    text-decoration: none;
    background-color: var(--select_bg);
    color: var(--select_color);
    border: 1px solid var(--select_bg) !important;
}

.c7n-language-mobile a {
    border: 1px solid var(--link_color);
    padding: 10px;
    margin: 5px;
    color: var(--link_color);
    text-decoration: none;
}

#c7n-desktop .c7n-desktop-language {
    float: right;
    padding: 0 15px;
}

#c7n-desktop .c7n-desktop-language a {
    text-decoration: none;
    background-color: transparent;
    color: var(--link_color);
}

#c7n-desktop .c7n-desktop-language a:hover {
    color: var(--link_color_hover);
    border-bottom: 1px solid var(--link_color_hover);
}

#c7n-desktop .c7n-desktop-language a.selected {
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    color: var(--link_color);
}

#c7n-desktop .c7n-desktop-language a.selected:hover {
    color: var(--link_color_hover) !important;
    border-bottom: 1px solid var(--link_color_hover);
}
/* LANGUAGE | END */

/* FORMS | BEGIN */
input.error,
textarea#contactFormFieldId_91.error {
    border-color: #dc3545;
    background-color: rgba(247, 212, 215, 0.5);
    -webkit-appearance: none;
}

.clx-checkbox .error {
    -webkit-appearance: none;
    border: 1px solid #dc3545;
    color: #dc3545 !important;
    border: none;
}

input[type=checkbox] {
    position: relative;
    width: auto;
    height: auto;
    top: -6px;
    font-size: 1em !important;
    -webkit-appearance: checkbox !important;
}

.c7n-form-style-73,
.c7n-form-style-91 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.clx-contact-form-label-checkbox:hover,
.clx-contact-form-label-radio:hover {
    cursor: pointer;
    color: var(--main_color);
}

h6#contactFormFieldId_93 {
    text-transform: none;
    color: var(--main_color);
}

.clx-is-required {
    color: var(--link_color_hover);
    display: inline-block;
    font-weight: bold;
    padding-left: 5px;
}

.c7n-floating-input {
    padding: 1.5rem 1rem 0.5rem 1rem;
    transition: border-color 0.2s ease;
    caret-color: var(--main_color);
    background-color: var(--footer_top_bg);
    border: 1px solid var(--select_bg);
    font-family: Roboto Condensed;
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
}

.c7n-floating {
    margin-bottom: 1em;
    transition: background-color 0.2s ease;
    height: 48px;
}

.c7n-floating-input:hover,
.c7n-floating-input:focus-within,
textarea#contactFormFieldId_91:hover,
textarea#contactFormFieldId_100:hover {
    background-color: var(--body_slave_color);
    border: 1px solid var(--select_bg);
}

.clx-form-error-msg,
#contactFormCaptchaError {
    border: none;
    background-color: transparent;
    margin-bottom: 30px;
    font-family: Roboto Condensed;
    font-size: 1em;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 0;
    font-size: 0.8em !important;
    padding: 15px;
    color: #dc3545 !important;
    text-transform: uppercase;
    position: absolute;
    top: -45px;
    left: 0;
}

.clx-contact-form-field.clx-captcha label {
    font-family: Roboto Condensed;
    font-size: 1em;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 0;
    font-size: 0.7em !important;
    padding: 0 8px;
    color: #595959 !important;
    text-transform: uppercase;
    font-style: normal;
}

.clx-contact-form-field.clx-buttons {
    text-align: left;
}

label.c7n-form-label-style,
label.c7n-form-label-style-choice {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 0;
    padding: 0 8px;
    color: #ff00ff !important;
    text-transform: uppercase;
}

label.c7n-form-label-style {
    font-size: 0.7em;
}

label.c7n-form-label-style-choice {
    font-size: 1em;
}

textarea#contactFormFieldId_91,
textarea#contactFormFieldId_100 {
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: 100%;
    line-height: 1.1;
    height: 115px;
}

.clx-contact-form-label-checkbox:hover,
.clx-contact-form-label-radio:hover {
    cursor: initial;
}

.c7n-floating-input::placeholder {
    color: rgba(0, 0, 0, 0);
}

.c7n-floating-label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 500;
    pointer-events: none;
}

.c7n-floating-label::before {
    color: var(--link_color_hover);
    content: attr(data-content);
    display: inline-block;
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 1rem;
    position: relative;
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    vertical-align: middle;
}

.c7n-floating-label::after {
    content: "";
    position: absolute;
    transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    opacity: 0;
    left: 0;
    top: 100%;
    transform: scale3d(0, 1, 1);
    width: 100%;
}

.c7n-floating-input:focus+.c7n-floating-label::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.c7n-floating-input:placeholder-shown+.c7n-floating-label::before {
    transform: translate3d(0, -3em, 0) scale3d(1, 1, 1);
    font-size: 0.7em;
}

.c7n-floating-input:value-shown+.c7n-floating-label::before {
    transform: translate3d(0, -3em, 0) scale3d(1, 1, 1);
    font-size: 0.7em;
}

.c7n-floating-label::before,
.c7n-floating-input:focus+.c7n-floating-label::before {
    transform: translate3d(0, -2.8rem, 0) scale3d(0.6, 0.6, 1);
}

.c7n-floating-input:focus+.c7n-floating-label::before {
    color: var(--link_color_hover);
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    vertical-align: middle;
}

input.c7n-btn.primary {
    width: 100%;
    max-width: 150px;
    border-radius: 0;
    -webkit-appearance: none;
    margin: 10px auto 0 auto;
    display: block;
    color: var(--body_slave_color);
    background-color: var(--link_color_hover);
    border: transparent;
    padding: 7.5px 30px;
}

input.c7n-btn.primary:hover {
    background-color: var(--link_color_hover);
    color: var(--body_slave_color);
    opacity: 0.7;
}

input {
    height: 48px;
    width: 100%;
    font-family: Roboto Condensed;
}

input:focus {
    color: var(--main_color);
    outline: 0;
    -webkit-appearance: none;
}

textarea:focus {
    color: var(--main_color);
    outline: 0;
    -webkit-appearance: none;
}

input[type="radio"] {
    position: relative;
    height: unset;
    width: unset;
    font-size: initial;
    margin-left: 15px;
    -webkit-appearance: radio;
}

fieldset {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

legend {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid rgb(223, 223, 223);
    -webkit-text-fill-color: rgba(var(--marine-blue), 1);
    -webkit-box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset;
    transition: background-color 5000s ease-in-out 0s;
}

legend {
    display: none;
}

.c7n-floating-label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 500;
    pointer-events: none;
}

.c7n-floating-label::before, .c7n-floating-input:focus+.c7n-floating-label::before {
    transform: translate3d(0, -2.8rem, 0) scale3d(0.6, 0.6, 1);
}

.c7n-floating-label::before {
    color: var(--link_color_hover);
    content: attr(data-content);
    display: inline-block;
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 1rem;
    position: relative;
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    vertical-align: middle;
}

.c7n-floating-label::after {
    content: "";
    position: absolute;
    transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    opacity: 0;
    left: 0;
    top: 100%;
    transform: scale3d(0, 1, 1);
    width: 100%;
}

.c7n-textarea {
    padding: 0.5rem 1rem 0.5rem 1rem;
    height: 250px;
}
.c7n-image-file {
    padding: 0.5rem 1rem;
}

input.c7n-btn-add.primary {
    width: auto;
    border-radius: 0;
    -webkit-appearance: none;
    display: block;
    color: var(--body_slave_color);
    background-color: var(--link_color_hover);
    border: transparent;
    padding: 7.5px 30px;
}

input.c7n-btn-add-image.primary {
    transition: border-color 0.2s ease;
    caret-color: var(--main_color);
    background-color: var(--footer_top_bg);
    border: 1px solid var(--select_bg);
    font-family: Roboto Condensed;
    font-size: 0.8em;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0px;
    width: auto;
    padding: 0px 15px;
}

input#mediadirInputfield_203_0, input#mediadirInputfield_204_0 {
    padding: 1.5rem 1rem 0.5rem 1rem;
    transition: border-color 0.2s ease;
    caret-color: var(--main_color);
    background-color: var(--footer_top_bg);
    border: 1px solid var(--select_bg);
    font-family: Roboto Condensed;
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/* FORMS | END */

/* MEDIA QUERIES | BEGIN */
@media (max-width: 575px) {
    header #c7n-header-content {
        height: 70px;
    }

    header {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    }

    #c7n-header-content img {
        position: relative;
        width: 100%;
        height: 35px;
        left: -10px;
        top: 5px;
        text-align: center;
    }

    #c7n-header-content:after {
        height: 70px;
        background-position: center top;
    }

    main {
        min-height: calc(100vh - 1055px);
        top: 70px;
    }

    section#c7n-content {
        text-align: left;
        padding: 15px 0 30px 0;
    }

    section#c7n-content.team,
    section#c7n-content.urnen,
    section#c7n-content.contact,
    section#c7n-content.system,
    section#c7n-content.home {
        padding: 30px 0;
    }

    footer {
        top: 70px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    }

    footer ul li {
        display: block;
    }

    #c7n-footer-top {
        min-height: 230px;
        padding: 20px 0;
        text-align: center;
    }

    section#c7n-footer-top table {
        width: auto;
        display: inline-block;
    }

    #c7n-footer-bottom {
        height: 190px;
    }

    .c7n-footer-top-box {
        margin-bottom: 45px;
    }

    .c7n-footer-bottom-left {
        text-align: center;
    }

    .c7n-footer-bottom-center {
        text-align: center;
        line-height: 30px;
    }

    .c7n-footer-bottom-right {
        text-align: center;
    }

    .c7n-footer-bottom-center li {
        display: block;
    }

    #c7n-footer-top li {
        position: relative;
        display: block;
        text-align: center;
        height: 45px;
    }

    .c7n-footer-top-box h4 {
        text-align: center !important;
    }

    #c7n-eyecatcher {
        height: 40vh;
    }

    #c7n-map,
    #c7n-map-range {
        height: 40vh;
    }

    article.c7n-employee-box {
        height: 350px;
    }

    .c7n-links-content {
        height: 180px;
    }

    .c7n-form-style-71,
    .c7n-form-style-72,
    .c7n-form-style-76,
    .c7n-form-style-92,
    .c7n-form-style-94,
    .c7n-form-style-95,
    .c7n-form-style-96,
    .c7n-form-style-97,
    .c7n-form-style-98,
    .c7n-form-style-99 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    article.c7n-urne-box {
        height: 350px;
    }

    article.c7n-urne-box:after {
        top: 230px;
    }

    body.urnen-detail .c7n-navtree {
        height: 75px;
    }

    .c7n-arrow-prev {
        width: 20px;
        height: 30px;
        top: 45px;
        left: 15px;
    }

    .c7n-arrow-next {
        width: 20px;
        height: 30px;
        top: 45px;
        right: 15px;
    }
}

@media (min-width: 576px) {
    header #c7n-header-content {
        height: 70px;
    }

    header {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    }

    #c7n-header-content img {
        height: 35px;
        left: 80px;
        top: 5px;
    }

    #c7n-header-content:after {
        height: 70px;
    }

    main {
        min-height: calc(100vh - 940px);
        top: 70px;
    }

    section#c7n-content {
        text-align: left;
        padding: 15px 0 30px 0;
    }

    section#c7n-content.team,
    section#c7n-content.urnen,
    section#c7n-content.contact,
    section#c7n-content.system,
    section#c7n-content.home {
        padding: 30px 0;
    }

    footer {
        top: 70px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    }

    footer ul li {
        display: inline-block;
    }

    #c7n-footer-top {
        min-height: 230px;
        text-align: center;
    }

    section#c7n-footer-top table {
        width: auto;
        display: inline-block;
    }

    #c7n-footer-bottom {
        height: 150px;
    }

    .c7n-footer-top-box {
        margin-bottom: 45px;
    }

    .c7n-footer-bottom-left {
        text-align: center;
    }

    .c7n-footer-bottom-center {
        text-align: center;
    }

    .c7n-footer-bottom-right {
        text-align: center;
    }

    .c7n-footer-bottom-center li {
        margin: 0 15px;
    }

    #c7n-footer-top li {
        display: block;
        left: 0;
    }

    .c7n-footer-top-box h4 {
        text-align: center !important;
    }

    #c7n-eyecatcher {
        height: calc(100vh - 70px);
    }

    #c7n-map,
    #c7n-map-range {
        height: calc(100vh - 70px);
    }

    article.c7n-employee-box {
        height: 250px;
    }

    .c7n-links-content {
        height: 130px;
    }

    .c7n-form-style-71,
    .c7n-form-style-72,
    .c7n-form-style-76,
    .c7n-form-style-92,
    .c7n-form-style-94,
    .c7n-form-style-95,
    .c7n-form-style-96,
    .c7n-form-style-97,
    .c7n-form-style-98,
    .c7n-form-style-99 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    article.c7n-urne-box {
        height: 350px;
    }

    article.c7n-urne-box:after {
        top: 230px;
    }

    body.urnen-detail .c7n-navtree {
        height: 75px;
    }

    .c7n-arrow-prev {
        width: 20px;
        height: 30px;
        top: 45px;
        left: 30px;
    }

    .c7n-arrow-next {
        width: 20px;
        height: 30px;
        top: 45px;
        right: 30px;
    }
}

@media (min-width: 768px) {
    header #c7n-header-content {
        height: 80px;
    }

    header {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    }

    #c7n-header-content img {
        height: 45px;
        left: 115px;
        top: 10px;
    }

    #c7n-header-content:after {
        height: 95px;
    }

    main {
        min-height: calc(100vh - 575px);
        top: 80px;
    }

    section#c7n-content {
        text-align: justify;
        padding: 15px 0 45px 0;
    }

    section#c7n-content.team,
    section#c7n-content.urnen,
    section#c7n-content.contact,
    section#c7n-content.system,
    section#c7n-content.home {
        padding: 45px 0;
    }

    footer {
        top: 80px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    }

    footer ul li {
        display: inline-block;
    }

    #c7n-footer-top {
        min-height: 330px;
        text-align: left;
    }

    section#c7n-footer-top table {
        display: block;
        width: 100%;
    }

    #c7n-footer-bottom {
        height: 150px;
    }

    .c7n-footer-top-box {
        margin-bottom: 30px;
    }

    .c7n-footer-bottom-left,
    .c7n-footer-bottom-center,
    .c7n-footer-bottom-right {
        padding: 0 15px;
    }

    .c7n-footer-bottom-left {
        text-align: center;
    }

    .c7n-footer-bottom-center {
        text-align: center;
    }

    .c7n-footer-bottom-right {
        text-align: center;
    }

    .c7n-footer-bottom-center li {
        margin: 0 15px;
    }

    #c7n-footer-top li {
        display: list-item;
        left: 20px;
    }

    .c7n-footer-top-box h4 {
        text-align: left !important;
    }

    #c7n-eyecatcher {
        height: 50vh;
    }

    #c7n-map,
    #c7n-map-range {
        height: 50vh;
    }

    article.c7n-employee-box {
        height: 320px;
    }

    .c7n-links-content {
        height: 180px;
    }

    .c7n-form-style-71,
    .c7n-form-style-72,
    .c7n-form-style-76,
    .c7n-form-style-92,
    .c7n-form-style-94,
    .c7n-form-style-95,
    .c7n-form-style-96,
    .c7n-form-style-97,
    .c7n-form-style-98,
    .c7n-form-style-99 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    article.c7n-urne-box {
        height: 320px;
    }

    article.c7n-urne-box:after {
        top: 200px;
    }

    body.urnen-detail .c7n-navtree {
        height: 60px;
    }

    .c7n-arrow-prev {
        width: 25px;
        height: 50px;
        top: calc(50% - 40px);
        left: 15px;
    }

    .c7n-arrow-next {
        width: 25px;
        height: 50px;
        top: calc(50% - 40px);
        right: 15px;
    }
}

@media (min-width: 992px) {
    header #c7n-header-content {
        height: 95px;
    }

    header {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    }

    #c7n-header-content img {
        height: 50px;
        left: 140px;
        top: 10px;
    }

    #c7n-header-content:after {
        height: 110px;
    }

    main {
        min-height: calc(100vh - 435px);
        top: 95px;
    }

    section#c7n-content {
        text-align: justify;
        padding: 15px 0 45px 0;
    }

    section#c7n-content.team,
    section#c7n-content.urnen,
    section#c7n-content.contact,
    section#c7n-content.system,
    section#c7n-content.home {
        padding: 45px 0;
    }

    footer {
        top: 95px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    }

    footer ul li {
        display: inline-block;
    }

    #c7n-footer-top {
        min-height: 290px;
        text-align: left;
    }

    section#c7n-footer-top table {
        display: block;
        width: 100%;
    }

    #c7n-footer-bottom {
        height: 50px;
    }

    .c7n-footer-top-box {
        margin-bottom: 30px;
    }

    .c7n-footer-bottom-left,
    .c7n-footer-bottom-center,
    .c7n-footer-bottom-right {
        padding: 0 15px;
    }

    .c7n-footer-bottom-left {
        text-align: left;
    }

    .c7n-footer-bottom-right,
    .c7n-footer-bottom-center {
        text-align: right;
    }

    .c7n-footer-bottom-center li {
        margin-left: 30px;
        margin-right: 0;
    }

    #c7n-footer-top li {
        display: list-item;
        left: 20px;
    }

    .c7n-footer-top-box h4 {
        text-align: left !important;
    }

    #c7n-eyecatcher {
        height: 50vh;
    }

    #c7n-map,
    #c7n-map-range {
        height: 50vh;
    }

    article.c7n-employee-box {
        height: 290px;
    }

    .c7n-links-content {
        height: 180px;
    }

    .c7n-form-style-71,
    .c7n-form-style-72,
    .c7n-form-style-76,
    .c7n-form-style-92,
    .c7n-form-style-94,
    .c7n-form-style-95,
    .c7n-form-style-96,
    .c7n-form-style-97,
    .c7n-form-style-98,
    .c7n-form-style-99 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    article.c7n-urne-box {
        height: 290px;
    }

    article.c7n-urne-box:after {
        top: 170px;
    }

    body.urnen-detail .c7n-navtree {
        height: 60px;
    }

    .c7n-arrow-prev {
        width: 25px;
        height: 50px;
        top: calc(50% - 40px);
        left: 15px;
    }

    .c7n-arrow-next {
        width: 25px;
        height: 50px;
        top: calc(50% - 40px);
        right: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    #clx-dropdown-navigation ul li.level-1>a {
        padding: 0 10px;
        font-size: 0.9em;
    }

    #clx-dropdown-navigation ul li.level-1:focus>a, #clx-dropdown-navigation ul li.level-1:active>a, #clx-dropdown-navigation ul li.level-1.active>a, #clx-dropdown-navigation ul li.level-1.starter_active>a, #clx-dropdown-navigation ul li.level-1:hover>a {
        padding: 0 10px;
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {
    header #c7n-header-content {
        height: 110px;
    }

    header {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    }

    #c7n-header-content img {
        height: 65px;
        left: 150px;
        top: 10px;
    }

    #c7n-header-content:after {
        height: 130px;
    }

    main {
        min-height: calc(100vh - 450px);
        top: 110px;
    }

    section#c7n-content {
        text-align: justify;
        padding: 15px 0 60px 0;
    }

    section#c7n-content.team,
    section#c7n-content.urnen,
    section#c7n-content.contact,
    section#c7n-content.system,
    section#c7n-content.home {
        padding: 60px 0;
    }

    footer {
        top: 110px;
    }

    footer ul li {
        display: inline-block;
    }

    #c7n-footer-top {
        min-height: 290px;
        text-align: left;
    }

    section#c7n-footer-top table {
        display: block;
        width: 100%;
    }

    #c7n-footer-bottom {
        height: 50px;
    }

    .c7n-footer-top-box {
        margin-bottom: 30px;
    }

    .c7n-footer-bottom-left,
    .c7n-footer-bottom-center,
    .c7n-footer-bottom-right {
        padding: 0 15px;
    }

    .c7n-footer-bottom-left {
        text-align: left;
    }

    .c7n-footer-bottom-right,
    .c7n-footer-bottom-center {
        text-align: right;
    }

    .c7n-footer-bottom-center li {
        margin-left: 30px;
        margin-right: 0;
    }

    #c7n-footer-top li {
        display: list-item;
        left: 20px;
    }

    .c7n-footer-top-box h4 {
        text-align: left !important;
    }

    #c7n-eyecatcher {
        height: 50vh;
    }

    #c7n-map,
    #c7n-map-range {
        height: 50vh;
    }

    article.c7n-employee-box {
        height: 340px;
    }

    .c7n-links-content {
        height: 180px;
    }

    .c7n-form-style-71,
    .c7n-form-style-72,
    .c7n-form-style-76,
    .c7n-form-style-92,
    .c7n-form-style-94,
    .c7n-form-style-95,
    .c7n-form-style-96,
    .c7n-form-style-97,
    .c7n-form-style-98,
    .c7n-form-style-99 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    article.c7n-urne-box {
        height: 350px;
    }

    article.c7n-urne-box:after {
        top: 230px;
    }

    body.urnen-detail .c7n-navtree {
        height: 60px;
    }

    .c7n-arrow-prev {
        width: 25px;
        height: 50px;
        top: calc(50% - 40px);
        left: 15px;
    }

    .c7n-arrow-next {
        width: 25px;
        height: 50px;
        top: calc(50% - 40px);
        right: 15px;
    }
}

@media (min-width: 1600px) {
    header #c7n-header-content {
        height: 110px;
    }

    header {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    }

    #c7n-header-content img {
        height: 65px;
        left: 150px;
        top: 10px;
    }

    #c7n-header-content:after {
        height: 130px;
    }

    main {
        min-height: calc(100vh - 446px);
        top: 110px;
    }

    section#c7n-content {
        text-align: justify;
        padding: 15px 0 60px 0;
    }

    section#c7n-content.team,
    section#c7n-content.urnen,
    section#c7n-content.contact,
    section#c7n-content.system,
    section#c7n-content.home {
        padding: 60px 0;
    }

    footer {
        top: 110px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    }

    footer ul li {
        display: inline-block;
    }

    #c7n-footer-top {
        min-height: 275px;
        text-align: left;
    }

    section#c7n-footer-top table {
        display: block;
        width: 100%;
    }

    #c7n-footer-bottom {
        height: 50px;
    }

    .c7n-footer-top-box {
        margin-bottom: 30px;
    }

    .c7n-footer-bottom-left,
    .c7n-footer-bottom-center,
    .c7n-footer-bottom-right {
        padding: 0 15px;
    }

    .c7n-footer-bottom-left {
        text-align: left;
    }

    .c7n-footer-bottom-right,
    .c7n-footer-bottom-center {
        text-align: right;
    }

    .c7n-footer-bottom-center li {
        margin-left: 30px;
        margin-right: 0;
    }

    #c7n-footer-top li {
        display: list-item;
        left: 20px;
    }

    .c7n-footer-top-box h4 {
        text-align: left !important;
    }

    #c7n-eyecatcher {
        height: 50vh;
    }

    #c7n-map,
    #c7n-map-range {
        height: 50vh;
    }

    article.c7n-employee-box {
        height: 340px;
    }

    .c7n-links-content {
        height: 180px;
    }

    .c7n-form-style-71,
    .c7n-form-style-72,
    .c7n-form-style-76,
    .c7n-form-style-92,
    .c7n-form-style-94,
    .c7n-form-style-95,
    .c7n-form-style-96,
    .c7n-form-style-97,
    .c7n-form-style-98,
    .c7n-form-style-99 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    article.c7n-urne-box {
        height: 350px;
    }

    article.c7n-urne-box:after {
        top: 230px;
    }

    body.urnen-detail .c7n-navtree {
        height: 60px;
    }

    .c7n-arrow-prev {
        width: 30px;
        height: 60px;
        top: calc(50% - 40px);
        left: 5%;
    }

    .c7n-arrow-next {
        width: 30px;
        height: 60px;
        top: calc(50% - 40px);
        right: 5%;
    }
}

@media print {
    #clx-open-mobile-navigation svg, 
    .c7n-arrow-prev, .c7n-arrow-next, #c7n-navtree, footer {
        display: none!important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    tbody{
        border: none!important;
    }

    .table td, .table th, .table tr {
        border: none!important;
    }
}
/* MEDIA QUERIES | END */

/* ==========================================================================
   PrivacyBee
   ========================================================================== */
privacybee-widget .oSc-KW_listWrapper {
  max-width: 100%;
  gap: 0.5rem;
  }

privacybee-widget ._7Q79CG_techWrapper {
  max-width: 100%;
  gap: 0.5rem;
  }

privacybee-widget .CCca4W_expandableWrapper {
  padding: 0 1rem;
  border-radius: 0;
  }
  
privacybee-widget .KFaIpG_mt6 a {
    border: none!important;
}

privacybee-widget .KFaIpG_h1 {
  display: none;
  }

privacybee-widget .KFaIpG_h2 {
  font-size: clamp(1.5rem, 1.4363rem + 0.2614vw, 1.75rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
  color: #eb5a23;
  margin-bottom: 1rem;
  }

privacybee-widget .KFaIpG_h3 {
  font-size: clamp(1.5rem, 1.4363rem + 0.2614vw, 1.75rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
  color: #333333;
  margin-bottom: 0.5rem;
  }

privacybee-widget .KFaIpG_text, privacybee-widget .CCca4W_expandableText {
  max-width: 100%;
  font-size: 1em;
  letter-spacing: 0.2px;
  color: #333333;
  margin-bottom: 2rem;
  font-weight: 300;
  }

privacybee-widget .KFaIpG_text.undefined {
  max-width: 699px;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
  color: #333333;
  }

privacybee-widget .KFaIpG_listElement, privacybee-widget a.KFaIpG_link {
  max-width: 100%;
  font-size: 1em;
  letter-spacing: 0.2px;
  color: #333333;
  margin-bottom: 0.5rem;
  font-weight: 300;
  }

privacybee-widget .CCca4W_expandableName {
  max-width: 100%;
  letter-spacing: 0.2px;
  color: var(--body_color);
  margin-bottom: 0.5rem;
  font-weight: 300;
  }

privacybee-widget .CCca4W_expandableImage {
  background-color: transparent !important;
  }

privacybee-widget .CCca4W_expandableImage svg {
  max-width: 45px;
  max-height: 45px;
  }

privacybee-widget a, privacybee-widget a.KFaIpG_link {
  text-decoration: underline;
  color: var(--color_2);
  text-underline-offset: 5px;
  }

privacybee-widget a:hover {
  text-decoration: underline;
  color: var(--color_3);
  text-underline-offset: 5px;
  }