/*  Author:   Martin Stettler (https://dieweberei.ch/)
    Version:  19/01/2022 // BS v5.1.3
*/

/* ==========================================================================
   DEV STYLES
   ========================================================================== */
/*.navbar-brand,
.navbar-nav .nav-link {
    border: 1px dashed #f227f9;
}

.col-md-10 {
    border: 1px dashed #f227f9;
}
*/
/* ==========================================================================
   BASE STYLES
   ========================================================================== */

/* Bootstrap CSS */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    /* do not delete */
}

body {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-size: calc(16px + (20 - 16) * (100vw - 320px)/(1600 - 320));
    font-weight: 300;
    line-height: 1.5;
    color: #5c5958;
    text-align: left;
    background-color: #c4c1bc;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    border: 15px solid #FFF;
    height: 100vh;
}

h1,
h2,
.accordion button {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
}


h1,
h2,
h3,
h4,
p,
ul,
img {
    margin-bottom: 30px;
}

h1 {
    font-size: 56px;
    font-size: calc(38px + (56 - 38) * (100vw - 320px)/(1600 - 320));
    margin-bottom: 40px;
}

.layout-home h1 {
    color: #fff;
    font-size: 42px;
    font-size: calc(30px + (42 - 30) * (100vw - 320px)/(1600 - 320));
    line-height: 1.4;
    padding: 24px 12px;
    margin-bottom: 0 !important;
}

.bg-grey h1 {
    color: #fff;
}

h2,
.accordion button,
.form-send {
    font-size: 30px;
    font-size: calc(21px + (30 - 21) * (100vw - 320px)/(1600 - 320));
    color: #5c5958;
    margin-bottom: 0;
}

h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: calc(16px + (20 - 16) * (100vw - 320px)/(1600 - 320));
    color: #5c5958;
    margin-bottom: 0;
}

.accordion button,
.form-send {
    font-size: 20px;
    line-height: 1;
}

.team-member h3 {
    padding-top: 25px;
    margin-bottom: 4px;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-size: calc(16px + (20 - 16) * (100vw - 320px)/(1600 - 320));
    font-weight: 400;
}

b,
strong {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

p + ul {
    margin-top: -30px;
}

br {
    line-height: 1.5;
}

.main ul {
    padding: 0;
}

.main li {
    list-style: none;
    padding-left: 30px;
    line-height: 1.5;
}

.main li:before {
    position: relative;
    display: block;
    color: #5c5958;
    top: 0;
    left: -20px;
    height: 0;
    content: ">";
}

.bg-grey .main li:before {
    color: #fff;
}

.main .emergency li {
    font-size: 30px;
    font-size: calc(21px + (30 - 21) * (100vw - 320px)/(1600 - 320));
    font-weight: 500;
    padding-left: 25px;
}

.main .emergency li:before {
    font-weight: 500;
    left: -25px;
}

p.link-element {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-grey p.link-element {
    padding-top: 60px;
}

.team-member p {
    font-size: 16px;
}

p.text-muted {
    color: #FFF !important;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
}
/*
.location {
    font-size: 16px;
}
*/
:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.main a {
    color: #a35482;
}

.main a:hover {
    color: #a35482;
    text-decoration: none;
}

.bg-grey a:hover {
    color: #fff;
}

.layout-home a {
    font-weight: 700;
    text-decoration: none;
}

.services a,
.text-decoration-none a {
    text-decoration: none;
}

.link-element a,
.form-send {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #a35482;
    padding: 16px;
    text-decoration: none;
}

.link-element a:hover,
.form-send:hover {
    color: #fff;
    background-color: #5c5958;
}

/* File icon */
.main a[href$=".pdf"],
.main a[href$=".doc"],
.main a[href$=".docx"],
.main a[href$=".xls"],
.main a[href$=".xlsx"] {
    color: #5c5958;
    text-decoration: underline;
}

.main a[href$=".pdf"]:hover,
.main a[href$=".doc"]:hover,
.main a[href$=".docx"]:hover,
.main a[href$=".xls"]:hover,
.main a[href$=".xlsx"]:hover {
    color: #5c5958;
    text-decoration: none;
}

.main a[href$=".pdf"]:before,
.main a[href$=".doc"]:before,
.main a[href$=".docx"]:before,
.main a[href$=".xls"]:before,
.main a[href$=".xlsx"]:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../img/file-icon-grey.svg);
    background-color: transparent;
    color: #000;
    position: relative;
    margin: 0 8px 0 0;
}

.bg-grey .main a[href$=".pdf"]:before,
.bg-grey .main a[href$=".doc"]:before,
.bg-grey .main a[href$=".docx"]:before,
.bg-grey .main a[href$=".xls"]:before,
.bg-grey .main a[href$=".xlsx"]:before,
.main a[href$=".pdf"]:hover:before,
.main a[href$=".doc"]:hover:before,
.main a[href$=".docx"]:hover:before,
.main a[href$=".xls"]:hover:before,
.main a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon-grey.svg);
}

.bg-grey .main a[href$=".pdf"]:hover:before,
.bg-grey .main a[href$=".doc"]:hover:before,
.bg-grey .main a[href$=".docx"]:hover:before,
.bg-grey .main a[href$=".xls"]:hover:before,
.bg-grey .main a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon-white.svg);
}

/* Phone */
a[href^="tel"]:hover {
    cursor: pointer !important;
    opacity: 0.7;
}

/* Smooth animations */
a,
a:hover,
.teaser-container .teaser:last-child a .teaser-inner,
.teaser-container .teaser:last-child a .teaser-inner:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.fullsize-image img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* Bootstrap CSS */
.navbar-brand {
    display: inline-block;
    background: url(../img/logo-sifap.svg) no-repeat;
    width: 175px;
    height: 76px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 16px;
    font-size: 20px;
    line-height: inherit;
    white-space: nowrap;
    text-indent: -9999px;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

/* Offcanvas menu
-------------------------------------------------- */
html,
body {
    overflow-x: hidden;
}

/* Prevent scroll on narrow devices */

body {
    padding-top: 50px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        right: -250px;
        width: 250px !important;
        padding-right: 16px;
        padding-left: 16px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: right, visibility;
    }


    .offcanvas-collapse.open {
        right: 0;
        visibility: visible;
    }

    .navbar-nav {
        margin-top: 60px;
    }
}

/* Hamburger
-------------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 1080;
    padding: 0;
    /* 15px 15px */
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 1px;
}

/* -2px */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #5c5958;
    /* border-radius: 4px; */
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/* Spin */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Bootstrap CSS */
.navbar {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.nav-link {
    display: block;
    padding: 8px 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #a35482;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #a35482;
}

.navbar-toggler {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bg-light {
    background-color: #fff;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.navbar-nav .nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding-right: 0;
    padding-left: 0;
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */

/* HOME */
.info-wrapper {
    width: 100%;
    bottom: 30px;
}
.image-container  {
    padding: 10vh 5vw 0 5vw;
}
.teaser-container {
    padding-bottom: 15px;
}

.teaser-inner {
    background: #FFF;
    border: 1px solid rgba(92, 89, 88, 0.5);
    height: 100% !important;
}

.teaser-inner a {
    color: #a35381;
}

.teaser-inner a:before {
    content: ">";
    padding-right: 10px;
}
.teaser-inner a:hover,
.teaser-inner a:hover:before {
    color: #5c5958;
}

.teaser-container .teaser:first-child .teaser-inner {
    background-color: rgba(92, 89, 88, 0.5);
    text-align: center;
    border: none;
}

.teaser-container .teaser:last-child .teaser-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a35381;
    text-align: center;
    border: none;
}

.teaser-container .teaser:last-child .teaser-inner:hover {
    background: #555;
}

.teaser-container .teaser:last-child a .teaser-inner {
    color: #FFF;
}

/* CONTENT */
.layout-services {
    background: #FFF;
}
.bg-green .main {
    background-color: #d5ddc5;
}

.bg-grey .main {
    background-color: #c4c1bc;
}

.main {
    padding-top: 40px;
}

.unit {
    margin-top: 30px;
    margin-bottom: 30px;
}

.part {
    margin-bottom: 30px;
}

.unit *:last-child,
.part *:last-child {
    margin-bottom: 0;
}

.team-member {
    margin-bottom: 40px;
}

.team-container .team-member:last-child {
    margin-bottom: 0px;
}

.team-member img {
    width: 113px;
    height: 113px;
    margin-right: 40px;
    border-radius: 50%;
    margin-bottom: 0;
}

/* Cards with accordion */
.card {
    border: none;
}

.accordion-item {
    border: none;
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #eee;
    padding: 10px 50px 10px 10px;
}

.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    color: #5c5958;
    background-color: #eee;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-color: #a35482;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMy44IDEzLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzLjggMTMuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDE1NDQyNzQ2OTc5Njk5MTg3OTkzMDAwMDAxNTE1Njk2NDE5MDc0MDA2Njk1N18pO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxkZWZzPgoJCQkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB4PSIwLjIiIHk9IjYuMSIgd2lkdGg9IjEzLjQiIGhlaWdodD0iMS42Ii8+CgkJCTwvZGVmcz4KCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8wMDAwMDEwODI3MzE2NTAxMjI4NTcyNzAwMDAwMDAxNjAyNjU1NjcwNzI2MDQ2OTY5MF8iPgoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQkJPC9jbGlwUGF0aD4KCQkJPHBhdGggc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTA4MjczMTY1MDEyMjg1NzI3MDAwMDAwMDE2MDI2NTU2NzA3MjYwNDY5NjkwXyk7ZmlsbDojRkZGRkZGOyIgZD0iTTAuOCw3LjdIMTMKCQkJCWMwLjQsMCwwLjYtMC4zLDAuNi0wLjZWNi43YzAtMC40LTAuMy0wLjYtMC42LTAuNkgwLjhjLTAuNCwwLTAuNiwwLjMtMC42LDAuNnYwLjRDMC4yLDcuNCwwLjQsNy43LDAuOCw3LjciLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");
    transform: rotate(0deg);
}

.accordion-button::after {
    position: absolute;
    right: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    padding: 20px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 13.8 13.8' style='enable-background:new 0 0 13.8 13.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23A5A3A3;%7D .st1%7Bclip-path:url(%23SVGID_00000054974215099975360130000007541748258355102616_);fill:%23FFFFFF;%7D%0A%3C/style%3E%3Crect class='st0' width='13.8' height='13.8'/%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' width='13.8' height='13.8'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000093136893272282766940000014017279099023096718_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath style='clip-path:url(%23SVGID_00000093136893272282766940000014017279099023096718_);fill:%23FFFFFF;' d='M5.8,13.2 c0,0.3,0.3,0.6,0.6,0.6h0.9c0.3,0,0.6-0.3,0.6-0.6V8h5.2c0.3,0,0.6-0.3,0.6-0.6v-1c0-0.3-0.3-0.6-0.6-0.6H8V0.6C8,0.3,7.7,0,7.4,0 h-1C6.1,0,5.8,0.3,5.8,0.6v5.2H0.6C0.3,5.8,0,6.1,0,6.4v0.9C0,7.7,0.3,8,0.6,8h5.2C5.8,8,5.8,13.2,5.8,13.2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: #a5a3a3;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    transition: transform 0.2s ease-in-out;
}

.accordion-collapse {
    position: relative;
    background: #f3f2f2;
    border-radius: 0 !important;
}

.accordion-body {
    padding: 40px 0 0 0;
}

.accordion-body h2,
.accordion-body h3,
.accordion-body p {
    padding-left: 10px;
    padding-right: 10px;
}

.accordion-body {
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.accordion-body img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.accordion-body img:last-child {
    margin-bottom: 0;
}

h1.fn,
.layout-contact h2.fn {
    font-size: 30px;
    font-size: calc(21px + (30 - 21) * (100vw - 320px)/(1600 - 320));
    color: #5c5958;
    font-weight: 700;
    margin-bottom: 0;
}

.fn,
.street-address,
.tel,
.email {
    display: block;
    font-size: 20px;
    font-size: calc(16px + (20 - 16) * (100vw - 320px)/(1600 - 320));
}

.layout-contact h2 {
    color: #FFF;
}

.email {
    margin-bottom: 30px;
}

.email a {
    text-decoration: none;
}

#map {
    width: 100%;
    padding-top: 66.66%;
    /* 3:2 Aspect Ratio */
}

/* ==========================================================================
   FORM
   ========================================================================== */

.help-block {
    margin: 0;
}

form h1,
form h2 {
    margin-bottom: 0;
}
form p {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding-top: 20px;
}

form .form-group {
    padding-top: 20px;
    padding-bottom: 10px;
}

form .form-group input,
form .form-group textarea,
form .form-group select {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    height: auto;
    background-color: #c4c1bc;
    border: 1px solid #fff;
    border-radius: 0;
    color: #5c5958;
}

input:focus,
textarea:focus {
    background: transparent !important;
    border: 1px solid #a35482 !important;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

label {
    font-size: 18px;
    padding-bottom: 5px;
}

.form-check-input {
    margin-top: 7px;
}

.honeypot {
    display: none;
}

form .list-unstyled li {
    /* check default list-style on line 164 */
    padding-left: 0;
    background-color: transparent !important;
}

form .list-unstyled li:before {
    content: '';
}

#success {
    font-weight: normal;
    color: #000;
    border: 0;
    border-radius: 0;
}

.alert-success,
.alert-danger {
    border-radius: 0;
}

.has-error input,
.has-error textarea {
    border: 1px solid #a40000 !important;
    margin-bottom: 10px;
}

.has-error .help-block {
    color: #a40000;
}

form ul.list-unstyled {
    /* error message without padding-left */
    padding: 0 !important;
}

.col-btn {
    width: 100%;
    padding: 0;
    margin-top: 16px;
}

.form-send {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    -webkit-transition: background linear 300ms;
}

.form-send:hover,
.form-send:focus,
.form-send.active {
    -webkit-transition: background linear 300ms;
}

.alert {
    margin-top: 40px;
}

.messages {
    background: #FFF;
    color: #000;
    margin-top: 40px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer li {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 20px;
}

.footer li a {
    border-bottom: none;
}

.footer li:before {
    display: none;
}

.footer li:first-child:after {
    display: inline-block;
    content: "|";
    margin-left: 11px;
    margin-right: 0px;
}

li.partner img {
    width: 200px;
    height: 41px;
    margin-bottom: 15px;
}


/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #5c5958;
    color: #FFF;
}

::selection {
    text-shadow: none;
    background: #5c5958;
    color: #FFF;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #5c5958
}

a[href^="tel"],
a[href^="sms"] {
    color: inherit;
    cursor: default;
    text-decoration: none;
}