@import url('https://fonts.googleapis.com/css?family=Miriam+Libre:400,700|Open+Sans:400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Caveat:400,700|Permanent+Marker&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*
   BACKSTAGE | SPORTMASSAGEPRAKTIJK ILONKA VERSLUIS
   2019 - Cybox Backstage CMS
*/

/* reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } /* remember to define focus styles! */ :focus {outline: 0; } /* remember to highlight inserts somehow! */ ins {text-decoration: none; } del {text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse; border-spacing: 0; }

html, body {
    height: auto;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    line-height: 1.7;
    background: #fff;
    color: var(--textcolor1);
    overflow-x: hidden;
    overflow-y: scroll;
}
a {
    display: inline-block;
    text-decoration: none;
    color: var(--color1);
}
a:hover {
    color: #666;
}
a.btn {
    display: inline-block;
    margin-top: 55px;
    padding: 10px 21px;
    padding-top: 12px;
    font-family: "Miriam Libre";
    /*font-family: "Playfair Display", serif;*/
    font-size: 1.3em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: var(--color2);
}
a.btn:hover {
    background-color: var(--color1);
}
/* header */
#header {
    width: 100%;
    height: 135px; /*170px*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: var(--bodycolor2);
    transition: height 300ms;
}
body.scroll #header {
    height: 100px;
}
#header #header-container {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
#header #logo {
    width: 300px;
    height: 74px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#header #logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/images/sportmassagepraktijk-ilonka-versluis-logo.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
#header .payoff {
    position: absolute;
    right: 0;
    top: 12px;
    opacity: 0.5;
    font-family: 'Caveat', cursive;
    font-size: 1.4em;
    transition: all 300ms;
}
body.scroll #header .payoff {
    transform: translateY(-200%);
}
#header #menu {
    position: absolute;
    right: 0;
    /*bottom: 30px;*/
    /*bottom: 48px;*/
    margin-bottom: 5px;
}
#header #menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
#header #menu ul li {
    position: relative;
    line-height: 1;
}
#header #menu ul li:first-child {
    margin-left: 0;
}
#header #menu ul li.boeken span.desktop {
    position: absolute;
    display: block;
    top: calc(100% + 5px);
    right: 0;
    padding: 19px 25px 20px 25px;
    width: 440px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.15s;
    background-color: #fff;
}
#header #menu ul li.boeken span.desktop:before {
    position: absolute;
    top: -5px;
    right: 30px;
    width: 10px; height: 10px;
    content: "";
    transform: rotate(45deg);
    background-color: #fff;
}
#header #menu ul li.boeken span.desktop:after {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    content: "";
}
#header #menu ul li.boeken:hover span.desktop {
    top: calc(100% + 15px);
    opacity: 1;
    visibility: visible;
}
#header #menu ul li.boeken span.mobile {
    display: none;
}
#header #menu ul li > a {
    display: block;
    color: var(--color1);
    color: #fff;
    font-size: 1.2em; /*1.3em*/
    font-weight: 400;
    font-family: "Miriam Libre";
    /*font-family: "Playfair Display", serif;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 10px;
    padding-top: 12px;
}
#header #menu ul li:hover > a, #header #menu ul li.active > a {
    color: var(--color2);
}
#header #menu ul li.boeken > a {
    background: var(--color2);
    margin-left: 10px;
    border-radius: 3px;
    color: #fff;
    padding-right: 40px;
}
#header #menu ul li.boeken > a svg {
    display: inline-block;
    fill: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-53%);
}
#header #menu ul li.boeken:hover > a {
    background: var(--color1);
}
#header #menu-mobile {
    display: none;
}
/* language menu */
#langmenu {
    position: absolute;
    right: 0;
    top: 10px;
    padding: .4em 0 .4em;
}
#langmenu a {
    display: inline-block;
    opacity: .6;
    font-size: .9em;
    color: #666;
}
#langmenu a:hover, #langmenu a.active {
    opacity: 1;
    color: var(--color1);
    ;
}
#langmenu a:not(:last-child) {
    margin-right: 8px;
}
#langmenu a img {
    display: block;
}
/* language select */
#langswitch {
    padding: 5px 5px 5px 32px;
    color: var(--textcolor1);
    font-family: inherit;
    font-weight: 400;
    font-size: .9em;
    line-height: 1.4;
    background-color: #fff;
    background-image: url("../../images/icons/language.png");
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: 1px dashed #000;
    margin-top: 4px;
}
/* image-header */
#header-image {
    position: relative;
    margin-top: 135px; /* < header fixed */ margin-bottom: -135px;
    height: calc(100vh - 135px);
    max-height: 960px;
}
#header-image #header-image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    max-width: 1300px;
    height: 100%;
    z-index: 1;
}
#header-image #header-image-container .center {
    margin-bottom: 2%;
}
#header-image #header-image-container .center h1 {
    margin-bottom: 30px;
    font-family: "Miriam Libre";
    font-family: "Playfair Display", serif;
    font-size: 5em;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
    text-align: center;
}
#header-image #header-image-container .center span {
    display: block;
    margin-left: 4px;
    font-family: "Miriam Libre";
    font-family: "Playfair Display", serif;
    font-size: 2.25em;
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}
#header-image #header-image-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--color1);
}
#header-image #header-image-image img {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0.85;
    transform: translateY(-50%);
}
#header-image #header-image-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.35;
    background: rgb(103, 51, 102);
    background: linear-gradient(45deg, rgba(103, 51, 102, 1) 0%, rgba(103, 51, 102, 0) 100%);
    background: linear-gradient(45deg, rgba(90, 100, 60, 1) 0%, rgba(90, 100, 60, 0) 100%);
}
#header-image .arrow-down {
    width: 60px;
    height: 60px;
    position: absolute;
    right: calc(50% - 30px);
    bottom: 0px;
    cursor: pointer;
    z-index: 1;
    background: var(--color1);
}
#header-image .arrow-down svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    fill: #fff;
    transform: translate(-50%, -50%);
}
/*#header-image .arrow-down:hover {
    background-color: #555;
}
#header-image .arrow-down:hover svg {
    fill: #ccc;
}*/
/* content */
.row {
    padding: 100px 0;
}
.row.first {
    margin-top: 135px;
    padding: 75px 0 100px 0;
}
/* row.buttons */
.row.buttons {
    background: var(--bodycolor2);
}
.row.buttons.top {
    margin-top: 135px;
    margin-bottom: -135px;
}
.row.buttons .content .item {
    width: 25%;
    text-align: center;
}
.row.buttons .content .item img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.row.buttons .content .item .item-title {
    font-family: "Miriam Libre";
    /*font-family: "Playfair Display", serif;*/
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.row.buttons .content .item:hover .item-title {
    color: var(--color2);
}
/* /.row.buttons */
.content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1300px;
    width: 90%;
    margin: 0px auto;
}
/* content > page_content */
.content .page_content {
    width: 100%;
    box-sizing: border-box;
    min-height: 400px;
    font-size: 0.95em;
}

body.contact .content { column-gap: 100px; }
body.contact .content .page_content { width: 50%; }

.content .page_content.hassubmenu {
    width: 70%;
    padding-left: 5%;
}
.content .page_content.hasmedia {
    width: 70%;
    padding-right: 5%;
}
.content .page_content.hassubmenu.hasmedia {
    padding-right: 5%;
    width: 40%;
}
.content h1 {
    font-size: 2.2em;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1em;
    max-width: 80%;
    font-family: "Miriam Libre";
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
    color: var(--color1);
    margin-top: -5px;
}
.content h2, .content h3 {
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 0.2em;
    font-family: "Miriam Libre";
    /*font-family: "Playfair Display", serif;*/
    letter-spacing: 1px;
    color: var(--color1);
}
.content .links {
    position: relative;
    margin-top: 60px;
    padding-top: 30px;
}
.content .links:after {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 0;
}
.content h3 {
    text-transform: uppercase;
    font-size: 1.1em;
}
.content .page_content p {
    margin-bottom: 1.4em;
}
.content .page_content p:last-of-type {
    margin-bottom: 0;
}
.content .page_content img /* inline img */ {
    display: block;
    width: 100%;
}
.content .page_content p:last-of-type > img /* inline img - last one */ {
    margin-bottom: 0;
}
.content .page_content ul, .content .page_content ol {
    margin: 20px 0;
}
.content .page_content ul li {
    list-style-type: disc;
    margin-left: 20px;
}
.content .page_content ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
.content .page_content table {
    border: 1px solid #ccc;
    width: 100%;
}
.content .page_content table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}
/* downloads links */
.content .page_content .links {
    margin-top: 20px;
}
.content .page_content .links a, .content .product .links a {
    display: block;
    padding-left: 0;
}
.content .page_content .links a.link svg, .content .page_content .links a.file svg {
    fill: var(--color1);
    width: 16px;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(6px);
}
.content .page_content .links a.link:hover svg, .content .page_content .links a.file:hover svg {
    fill: #000;
}
.content .page_content .links a.link:hover, .content .page_content .links a.file:hover {
    color: #000;
}
/* media on page */
.content .media {
    width: 30%;
    box-sizing: border-box;
}
.content .media a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.content .media a:last-of-type {
    margin-bottom: 0;
}
.content .media a img {
    width: 100%;
    display: block;
}
.content .media a .icon, .fotoalbum a .icon, .news-overview .item a .image .icon, .productmedia a .icon /* shop */ , .product a .icon /* shop */ {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--color1);
    border-radius: 60px;
    display: none;
}
.content .media a .icon svg, .fotoalbum a .icon svg, .news-overview .item a .image .icon svg, .productmedia a .icon svg /* shop */ , .product a .icon svg /* shop */ {
    fill: #fff;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fotoalbum a:hover .icon, .content .media a:hover .icon, .news-overview .item a:hover .image .icon, .productmedia a:hover .icon /* shop */ , .product a:hover .icon /* shop */ {
    display: block;
}
.content .media a.video .icon, .productmedia a.video .icon /* shop */ {
    display: block;
}
.content .media .caption, .content .page_content .fotoalbum a .caption {
    display: block;
    padding: 20px 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.9em;
    opacity: 1;
    transition: opacity 300ms;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.content .page_content a.back {
    font-weight: bold;
    display: inline-block;
    margin-top: 2em;
}
/* submenu */
.content #submenu {
    background: var(--bodycolor2);
    background: var(--color1);
    width: 30%;
    padding: 10px 0;
}
.content #submenu ul li.parent {
    font-weight: bold;
}
.content #submenu ul li {
    position: relative;
}
.content #submenu ul li a {
    display: block;
    padding: 15px 30px;
    font-size: 1em;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-right: 30px;
}
/*.content #submenu ul li:after {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 3px;
    background: var(--color2);
    border-radius: 3px;
}
.content #submenu ul li:last-of-type:after {
    display: none;
}*/
.content #submenu ul.subsub li a {
    padding-left: 40px;
}
.content #submenu ul li a svg, .content #submenu-trigger svg {
    position: absolute;
    right: 30px;
    top: 50%;
    fill: var(--color2);
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}
.content #submenu ul li a:hover svg, .content #submenu ul li.active a svg, .content #submenu-trigger svg {
    fill: #fff;
}
.content #submenu-trigger, .content #submenu ul li a:hover, .content #submenu ul li.subactive, .content #submenu ul li.active > a {
    background: var(--bodycolor2);
    background: rgba(0,0,0,0.15);
}
/** subsubmenu**/
#submenu ul.subsub {
    box-sizing: border-box;
    display: none;
}
#submenu ul li.active ul.subsub {
    display: block;
}
#submenu ul.subsub.hidden {
    display: none;
}
#submenu ul li.active ul.subsub li a svg {
    fill: var(--bodycolor2) !important;
}
#submenu ul li.active ul.subsub li a:hover svg, #submenu ul li.active ul.subsub li.subactive a svg {
    fill: #000 !important;
}
/* submenu > mobtrigger */
.content #submenu-trigger {
    display: none;
    padding: 10px 20px;
    /*background: var(--bodycolor2);*/
    color: #fff;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.content #submenu-trigger.active svg {
    transform: rotate(180deg) translateY(50%);
}
/* fotoalbum */
.album_descr {
    margin-bottom: 2em;
}
.content .page_content .fotoalbum {
    width: 102%;
    margin-left: -1%;
    display: flex;
    flex-wrap: wrap;
}
.content .page_content .fotoalbum a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 31.333%;
    margin: 1%;
}
.content .page_content .fotoalbum a.foto {
    width: 23%;
}
.content .page_content .fotoalbum a img {
    display: block;
    width: 100%;
}
.content .page_content .single_album {
    margin-top: 2em;
    padding: 2em 2em;
    padding-bottom: .5em;
    background: rgba(255, 255, 255, 0.5);
}
.content .page_content .single_album h2 {
    margin-bottom: 1em;
}
.content .page_content .single_album .fotoalbum a .caption {
    padding: 5px 10px;
    font-size: 0.8em;
}
/* nieuws & agenda */
.news-overview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
}
.news-overview .item {
    width: 31.333%;
    margin: 1%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
.news-overview .item a.leesmeer {
    position: absolute;
    right: 1em;
    bottom: 1em;
}
.news-overview .item h2 a {
    color: #000;
}
.news-overview .item .image {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}
.news-overview .item .image img {
    display: block;
    width: 100%;
}
.news-overview .item .meta, .page_content .date {
    color: #666;
    font-size: 1em;
    margin-bottom: 1em;
}
.news-overview .item .news-overview-content {
    padding: 2em;
    background: #fff;
}
/* maps */
#map_canvas {
    height: 400px;
    width: 50%;
    clear: both;
    margin: 0;
}
/* contact */
.content #contact {
    margin-top: 2em;
    max-width: 800px;
}
.content #contact form {
    width: 100%;
    position: relative;
}
.content #contact form .field {
    padding: 0;
    padding-bottom: 30px;
    clear: both;
    position: relative;
    width: auto;
}
.content #contact form .field label {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
}
.content #contact form .field.radio label span, .content #contact form .field.checkbox label span, .content #contact form .field.checkboxes label span {
    line-height: 1.5;
    display: block;
    margin-left: 40px;
}
.content #contact form .field.radio label:first-of-type, .content #contact form .field.checkbox label:first-of-type, .content #contact form .field.checkboxes label:first-of-type {
    margin-bottom: 3px;
}
.content #contact form input, .content #contact form textarea, .content #contact form select {
    font-family: inherit;
    font-size: inherit;
    color: var(--textcolor1);
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 3px;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 10px;
}
.content #contact form input[type=text], .content #contact form textarea, .content #contact form select {
    -webkit-appearance: none;
}
.content #contact form select {
    background-image: url('../../images/icons/arrow-dropdown.svg');
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.content #contact form textarea {
    min-height: 150px;
    max-height: 300px;
    max-width: 100%;
}
.content #contact form input[type=checkbox], .content #contact form input[type=radio] {
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
    margin-right: 5px;
    margin-top: 4px;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    float: left;
}
.content #contact form input[type=radio] {
    border-radius: 20px;
}
.content #contact form input[type=checkbox]:checked, .content #contact form input[type=radio]:checked {
    background-image: url('../../images/icons/checkmark.svg');
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.content #contact form .field.header {
    margin-top: 10px;
}
.content #contact form input.submit {
    clear: both;
    padding: 15px 28px;
    cursor: pointer;
    width: auto;
    background: var(--color1);
    color: #fff;
    margin-top: 20px;
    border: 0;
    font-size: 1.2em;
    appearance: none;
    -webkit-appearance: none;
}
.content #contact form input.submit:hover {
    cursor: pointer;
    background: #666;
}
.content #contact form br {
    display: none;
}
.content #contact form label.error {
    display: inline-block;
    background-image: url('../../images/icons/form-warning.svg');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: calc(100% - 10px) 50%;
    color: #fff;
    width: auto;
    padding: 12px 12px;
    padding-right: 40px;
    line-height: 1;
    border-radius: 3px;
    font-size: 0.8em;
    position: absolute;
    right: 1em;
    top: -2px;
    background-color: #ed2024;
}
.content #contact form label.error.checked {
    color: var(--color1);
    background-image: url('../../images/icons/form-checkmark.svg');
    width: 22px;
    padding-right: 0;
    background-position: 50% 50%;
    background-color: var(--color1);
}
.content #contact form label.error:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ed2024;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.content #contact form label.error.checked:after {
    border-top-color: var(--color1);
}
.content #contact div.field.bc {
    display: none;
}
/* social */
#socialcontent {
    clear: both;
    padding-bottom: 2em;
    width: 102%;
    margin-left: -1%;
}
#socialcontent .item {
    width: 31.333%;
    margin: 1%;
    float: left;
    position: relative;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    padding: 30px;
    color: #444;
    overflow: hidden;
    background: #fff;
    min-height: 330px;
}
#socialcontent .item.highlight {
    width: 64.6666%;
}
#socialcontent .item.facebook {}
#socialcontent .item.twitter {}
#socialcontent .item.instagram {}
#socialcontent .item.blog {}
#socialcontent .item:after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 20px 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#socialcontent .item.facebook:after {
    background-color: #3b5998;
    background-image: url('../../images/icons/facebook.svg');
}
#socialcontent .item.twitter:after {
    background-color: #54c2ef;
    background-image: url('../../images/icons/twitter.svg');
}
#socialcontent .item.instagram:after {
    background-color: #e2b640;
    background-image: url('../../images/icons/instagram.svg');
}
#socialcontent .item.blog:after {
    background-color: #e24040;
    background-image: url('../../images/icons/blog.svg');
}
#socialcontent .item .item-content {
    margin: 10px 0;
}
#socialcontent .item .info {
    padding: 1em 0;
    font-size: 0.9em;
    line-height: 1.5em;
    border-top: 2px solid #d5d5d5;
    margin: 1em 0;
    clear: left;
    padding-right: 50px;
}
#socialcontent .item .link {
    clear: left;
}
#socialcontent .item .media-msg {
    width: 100%;
    min-width: 100%;
    width: 100%;
}
#socialcontent .item .media-msg img {
    width: 100%;
    display: block;
}
/* footer */
#footer {
    position: relative;
    padding: 60px 0;
    border-top: 1px solid rgb(255 255 255 / 15%);
    background: var(--bodycolor4);
}
#footer #footer-container {
    max-width: 1300px;
    width: 90%;
    position: relative;
    color: #000;
    margin: 0px auto;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-weight: 600;
}
#footer #footer-container a {
    color: var(--textcolor1);
}
#footer #footer-container a:hover {
    color: #666;
}
#footer #footer-container .column {
    box-sizing: border-box;
    font-size: 1em;
}
#footer #footer-container .column a.contact-link {
    display: inline-block;
    color: var(--color1);
    margin-left: 30px;
}
#footer #footer-container .column a.contact-link:hover {
    opacity: 0.8;
}
#footer #footer-container .column a.contact-link.wa {}
#footer #footer-container .column a.contact-link.wa:hover {
    opacity: 1;
}
#footer #footer-container .column a.contact-link.wa:after {
    position: absolute;
    margin-left: 16px;
    content: "/";
    pointer-events: none;
}
#footer #footer-container .column a.contact-link svg {
    width: 20px;
    height: 20px;
    fill: var(--color2);
    display: inline-block;
    transform: translateY(3px);
    margin-right: 10px;
}
#footer #footer-container .column a.contact-link.wa svg {
    position: relative;
    top: 3px;
    margin-right: 0;
    transform: scale(1.1);
}
#footer #footer-container .column a.contact-link.wa:hover svg {
    opacity: 0.8;
}
#footer #footer-container .column a.contact-link.privacy {
    color: var(--color2);
}
#footer #footer-container .social-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
#footer #footer-container .social-buttons a, #footer #footer-container .back-to-top {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: var(--color1);
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    transform: translateY(-15px);
}
#footer #footer-container .social-buttons a:hover {
    opacity: 0.8;
}
#footer #footer-container .social-buttons a svg, #footer #footer-container .back-to-top svg {
    display: block;
    fill: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
}
#footer #footer-container a.li {
    background-color: var(--color2);
}
#footer .cybox-tag {
    position: absolute;
    right: 20px;
    bottom: 20px;
    white-space: nowrap;
    display: inline-block;
    font-size: .7em;
    font-family: "Miriam Libre";
    font-family: "Playfair Display", serif;
}
#footer .cybox-tag a {
    display: block;
    color: var(--color2);
}
#footer .cybox-tag a svg {
    display: inline-block;
    fill: var(--color2);
    /* c* logo = */
    width: 16px;
    margin-left: 5px;
    transform: translateY(4px);
    /* for full cybox-logo > width: 55px; margin-left: 5px; transform: translateY(2px); */
}
#footer .cybox-tag a:hover {
    color: var(--color1);
}
#footer .cybox-tag a:hover svg {
    fill: var(--color1);
}
#footer #footer-container .credits {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .7em;
    font-family: "Miriam Libre";
    font-family: "Playfair Display", serif;
}
/* footer > mailstage */
#ms-success {
    display: none;
}
#ms-fail {
    display: none;
}
#mailstage {
    width: 254px;
    margin: 1em auto;
}
/* all > disable selection */
#menu, #header, #submenu, #kiek, #kiek *, .content #contact form label {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/* kiek > jquery.kiek.css (lightweight image viewer by Cybox) */
#kiek {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    z-index: 11;
    text-align: center;
    background-image: url('../../images/icons/loading.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
#kiek img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -25%;
    display: none;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}
#kiek iframe {
    z-index: 13;
}
#kiek-overlay {
    width: 100%;
    height: 100%;
    background: #ecf0f1;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: 9;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
#kiek-close {
    position: fixed;
    z-index: 999999999999999;
    right: 45px;
    top: 40px;
    text-align: center;
    font-size: 16px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    color: transparent;
    background-image: url('../../images/icons/close.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    display: block
}
#kiek-close:hover {
    background-size: 35px 35px;
}
#kiek-close span.kiek-close {
    display: block;
    width: 60px;
    height: 60px;
}
#kiek-title {
    position: fixed;
    z-index: 99999999999;
    left: 0;
    bottom: 3.5%;
    width: 100%;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    pointer-events: none;
}
div#kiek-left, div#kiek-right {
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 12;
    cursor: pointer;
    text-align: center;
    width: 150px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: transparent;
}
div#kiek-left:hover, div#kiek-right:hover {
    background-size: 35px 35px;
}
div#kiek-left {
    left: 0px;
    background-image: url('../../images/icons/arrow-left.svg');
}
div#kiek-right {
    right: 0px;
    background-image: url('../../images/icons/arrow-right.svg');
}
div#kiek-close span.kiek-close {
    cursor: pointer;
}
