* {
    color-scheme: light;
    --text-color:  hsla(0, 0%, 0%, 1);
    background-color: transparent;
}

a {
    text-decoration: none;
    background-color: transparent;
}

h1 {
    color: hsla(0, 0%, 0%, 1);
    font-family: -apple-system, system-ui;
    font-weight: 500;
    max-width: 100%;
    background-color: transparent;
}

.titleCenter {
    text-align: center;
    background-color: transparent;
}

h2 {
    color: hsla(0, 0%, 0%, 1);
    text-align: center;
    font-family: -apple-system, system-ui;
    font-weight: 400;
    max-width: 100%;
    background-color: transparent;
    padding-top: 30px;
}

h3 {
    color: hsla(0, 0%, 0%, 1);
    text-align: left;
    font-family: -apple-system, system-ui;
    font-weight: 500;
    max-width: 100%;
    background-color: transparent;
    transform: translate(0%, -70%);
}

h4 {
    color: hsla(0, 0%, 0%, 1);
    text-align: center;
    font-family: -apple-system, system-ui;
    font-weight: 300;
    max-width: 100%;
    background-color: transparent;
}

h5 {
    color: hsla(0, 0%, 0%, 1);
    text-align: center;
    font-family: -apple-system, system-ui;
    font-weight: 250;
    max-width: 100%;
    background-color: transparent;
}

.SwishCounter {
    position: fixed;
    left: 0%;
    top: 0%;
    padding: 20px;
    background-color: transparent;
    border: none;
    transform: translate(0%, -15%);
}

.SwishY {
    position: absolute;
    top: 40%;
}
.SwishYRelative {
    position: relative;
    padding: 20px;
/*    top: 40%;*/
}
.SwishXRelative {
    margin: auto;
    position: relative;
    padding: 20px;
/*    top: 40%;*/
}
.SwishX {
    margin: auto;
    width: 256px;
    height: auto;
    background-color: transparent;
}

.SwishLogo {
    position: absolute;
    width: 256px;
    height: 256px;
    background-color: transparent;
}

.SwishNew {
    display: block;
    margin: auto;
    width: 50%;
}

.Swishlink {
    text-decoration: none;
    background-color: transparent;
    max-width: 100%;
}

.linesSwish {
    position: absolute;
    background-color: transparent;
    max-width: 100%;
}

.spotsSwish {
    position: absolute;
    max-width: 100%;
    background-color: transparent;
}

.hero {
    position: relative;
    margin: auto;
    width: 80px;
    height: 80px;
}

.SwishlinkSupport {
    text-decoration: none;
    background-color: transparent;
    max-width: 100%;
}

.linesSwishSupport {
    background-color: transparent;
    max-width: 100%;
}

.spotsSwishSmall {
    position: absolute;
    max-width: 100%;
    background-color: transparent;
}

.contact {
    max-height: 80%;
    max-width: 40%;
    margin: auto;
    top: 40%;
    background-color: transparent;
}

.contactHowTop {
    display: flex;
    margin: auto;
    width: 100%;
    height: 20px;
    background-color: transparent;
}

.contactHowCenter {
    margin: auto;
    width: 227px;
    height: 20px;
    background-color: transparent;
}

.contactHow {
    filter: invert(100%);
    height: 100%;
    background-color: transparent;
}

.socialIcons {
    max-width: 60px;
    margin: auto;
    padding: 0px;
}

.centerPrivacy {
    max-width: 500px;
    margin: auto;
    padding: 10px;
    color: var(--text-color);
}

.centerBottom {
    width: 100%;
    height:100%;
}

#darkMode {
    display: none;
}

.logo {
    position: relative;
    left: 25%;
    background-color: transparent;
    border: none;
}

.logoAppStore {
    position: relative;
    background-color: transparent;
    border: none;
}

.picture {
    background-color: transparent;
}

.AppStore {
    position: fixed;
    left: 50%;
    bottom: 0%;
    padding: 10px;
    background-color: transparent;
    border: none;
    transform: translate(-50%, 0%);
}

.AppStoreSupport {
    position: fixed;
    right: 0%;
    top: 3%;
    background-color: transparent;
    border: none;
    transform: translate(-50%, 0%);
}

.support {
    position: fixed;
    right: 0%;
    top: 3%;
    background-color: transparent;
    border: none;
    transform: translate(-50%, 0%);
}

.logoSocial {
    position: relative;
    max-width: 100%;
    max-height: 60px;
    background-color: transparent;
    border: none;
}

.logoSocialNew {
    position: relative;
    margin: auto;
    max-width: 60px;
    max-height: 60px;
    background-color: transparent;
    border: none;
}
.logoSocialNewTT {
    position: relative;
    margin: auto;
    max-height: 60px;
    background-color: transparent;
    border: none;
}

.logoSocialNewIG {
    position: relative;
    margin: auto;
    max-height: 60px;
    background-color: transparent;
    border: none;
}

.social {
    position: fixed;
    padding: 20px;
    right: 0%;
    top: 0%;
/*    width: 10%;*/
    background-color: transparent;
}

@media (prefers-color-scheme: dark) {
    * {
        --text-color: hsla(0, 0%, 100%, 1);
        background-color: hsla(0, 0%, 0%, 1);
    }
    h1 {
        color: hsla(0, 0%, 100%, 1);
    }
    
    h2 {
        color: hsla(0, 0%, 100%, 1);
    }
    h3 {
        color: hsla(0, 0%, 100%, 1);
    }
    h4 {
        color: hsla(0, 0%, 100%, 1);
    }
    h5 {
        color: hsla(0, 0%, 100%, 1);
    }
    
    .contactHow {
        filter: none;
    }
}

@media (min-width: 320px) {
    .column {
        width: 50%;
    }
    body {
        display: flex;
    }
}

/* Copyright © 2016-2024 Patrick Meyer. All rights reserved. */
/* Updated January 2, 2024 */
