/********************************************
	BASIC STRUCTURE
********************************************/


@import 'environment.css';
@import 'root.css'; /* color and other variables */
@import 'https://misc.ti.dev.bit46.com/colormap/css/palettes/colormap.css';

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Poppins Light', sans-serif;
   font-weight: 300;
}

section:target {
    margin-top: 1rem;
}

html {
   scroll-behavior: smooth;
   scroll-padding-top: 140px;
}

body {
   background: var(--white);
   color: var(--brand_black_800);
}

hr {
    margin: 20px 0;
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: var(--brand_blue_700);
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: var(--brand_blue_700);
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.skip-navigation {
    position: absolute;
    transform: translateY(-100%);
    z-index: 99;
    background: var(--brand_orange_400);
    padding: 0.5rem 1rem;
    border-radius: 0 0 0.5rem 0;
    text-decoration: none;
    color: var(--brand_black_900);
}

    .skip-navigation:focus {
        position: absolute;
        transform: translateY(0);
        outline: 0;
    }

.wrapper {
    display: grid;
}

.lng-switch {
   color: var(--white);
   text-decoration: none;
   padding: 12px 10px;
   text-shadow: 1px 1px 1px var(--teal);
   background: var(--bg2);
   border-radius: 20px;
}

.lng-switch:hover {
   color: var(--white);
   background-color: var(--darkbg) !important;
   border-radius: 20px;
   padding: 12px 10px;
}

.totop {
   position: fixed;
   bottom: 30px;
   right: 30px;
   background:var(--transparent-b30);
   padding: 12px 10px;
   border-radius: 20px;
   z-index: 99;
}
   .totop:hover {
      background: var(--transparent-b50);
   }
   .totop a {
      text-decoration: none;
      color: var(--white);
   }
   .totop a:hover {
      color: var(--white);
   }

.social {
   z-index: 1;
   position: fixed;
   top: 150px;
   right: 30px;
   padding: 10px 10px;
   border-radius: 8px;
   background: var(--transparent-b70);
   color: var(--white);
   display: grid;
}
   .social a {
      color: var(--white);
      z-index: 100;
      text-decoration: none;
      font-size: 2em;
   }
   .social a:hover {
      color: var(--brand_orange_400);
   }

.floating-palvelukeskus {
    z-index: 96;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--darkbg);
    padding: 0.5em;
    text-align: center;
    color: var(--light);
    min-height: 35px;
}

.floating-palvelukeskus span {
    color: var(--brand_orange_400);
    font-weight: 900;
}

.webshop-link {
    float: right;
    margin-right: 1rem;
}

    .webshop-link a {
        color: var(--misc_lightblue_300);
        text-decoration: none;
    }

        .webshop-link a:hover {
            color: #fff;
            transition: ease-in-out .5s;
        }

.covid {
    max-width: 100%;
    background: var(--ruby);
    color: var(--white);
    text-align: center;
    padding: 0.5em;
    display: none;
}

.copyright {
   background: #032533;
   text-align: center;
   padding: 0.5em 0;
   color: var(--teal);
}

/********************************************
	FONTS.CSS
********************************************/

/* Roboto fonts */
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto/Roboto-Regular.ttf)  format('truetype');
}

    @font-face {
        font-family: 'Roboto Thin';
        src: url(../fonts/roboto/Roboto-Thin.ttf)  format('truetype');
    }

    @font-face {
        font-family: 'Roboto Bold';
        src: url(../fonts/roboto/Roboto-Bold.ttf)  format('truetype');
    }

/* Open Sans fonts */
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/opensans/OpenSans-Regular.ttf)  format('truetype');
}

    @font-face {
        font-family: 'Open Sans Light';
        src: url(../fonts/opensans/OpenSans-Light.ttf)  format('truetype');
    }

    @font-face {
        font-family: 'Open Sans Extra Bold';
        src: url(../fonts/opensans/OpenSans-ExtraBold.ttf)  format('truetype');
    }

/* Indie Flower font */
@font-face {
    font-family: 'Indie Flower';
    src: url(../fonts/indieflower/IndieFlower-Regular.ttf)  format('truetype');
}

/* Poppins fonts */
@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins/Poppins-Regular.ttf)  format('truetype');
}

	@font-face {
		font-family: 'Poppins Extra Light';
		src: url(../fonts/poppins/Poppins-ExtraLight.ttf)  format('truetype');
	}
	
	@font-face {
		font-family: 'Poppins Bold';
		src: url(../fonts/poppins/Poppins-Bold.ttf)  format('truetype');
	}

/********************************************
	HEADER.CSS
********************************************/

.sec {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(var(--bg1),var(--bg2));
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw;
 }
 
 .custom-shape-divider-bottom-1600801139 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
 }
 
 .custom-shape-divider-bottom-1600801139 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
 }
 
 .custom-shape-divider-bottom-1600801139 .shape-fill {
    fill: var(--white);
 }
 
 header {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 95;
    background: var(--menubg);
    height: 90px;
 }
 
 header .aclogo {
    align-items: center;
    padding-top: 10px;
 }

 header .navigation {
    position: relative;
    display: flex;
 }
 
 header .navigation li {
    list-style-type: none;
 }
 
 header .navigation li a {
    color: var(--white);
    margin-left: 15px;
    padding: 12px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 1px var(--teal);
 }
    header .navigation li a:hover {
       background: var(--bg2);
       padding: 12px 12px;
       border-radius: 20px;
       transition: ease-in-out 1s;
    }
 
 .content {
    position: relative;
    max-width: 50%;
    z-index: 1;
 }
 
 .content h1 {
    color: var(--white);
    font-size: 5em;
    line-height: 1em;
    font-weight: 800;
 }
 
 .content p {
    color: var(--white);
    margin: 30px 0 20px;
    font-family: 'Poppins Extra Light';
    font-weight: 300;
    background: var(--transparent-b30);
    padding: 10px;
    border-radius: 1rem;
    text-align: left;
    font-size: 1.2rem;
 }

 .content a {
   padding: 10px 30px;
   background: var(--brand_orange_400);
   display: inline-block;
   text-decoration: none;
   color: var(--dark);
   box-shadow: 4px 4px 0px var(--transparent-b50);
}
 
   .content a:hover {
      padding: 10px 30px;
      background: var(--white);
      display: inline-block;
      text-decoration: none;
      color:var(--dark);
      transform: scale(1.1);
      transition: ease-in-out .3s;
   }
 
 .header-img {
    position: absolute;
    bottom: 0;
    height: 90%;
    right: 100px;
 }

 h2.partners {
    margin-bottom: 2rem;
 }

 .partners {
    display: grid;
    grid-template-columns: repeat(5, auto);
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
 }

 .partners img {
    /* max-width: 350px; */
    max-height: 50px;
 }

/********************************************
	RATKAISUT.CSS
********************************************/

/* section.ratkaisut, hr#ratkaisut {
    display: none;
} */

section.ratkaisut {
    margin: 0 20px;
}

.ratkaisut-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 20px;
}

.ratkaisut-item {
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 20px;
}

    .ratkaisut-item img {
        width: 266px;
        height: 266px;
        border-radius: 50%;
        border: 2px solid var(--brand_blue_700);
        padding: 5px;
        margin: auto;
    }

        .ratkaisut-item img:hover {
            transition: ease-in-out 1s;
            border: 2px solid var(--brand_orange_400);
        }

    .ratkaisut-item label {
        border: 2px dotted var(--brand_blue_700);
        text-align: center;
        padding: 10px;
        text-transform: uppercase;
        font-family: 'Poppins';
        font-size: 1.5em;
        font-weight: 900;
        text-align: center;
        color: var(--brand_black_800);
    }

    .ratkaisut-item > p {
        border: 2px dotted var(--brand_orange_400);
        padding: 20px;
    }

    /* .ratkaisut-ohjelmistokehitys {
        grid-area: ohjelmistokehitys;
    } */

    /* .ratkaisut-asennukset {
        grid-column: 2 / span 2;
    } */

    /* .ratkaisut-sote {
        grid-area: sote;
    }

    .ratkaisut-palvelukeskus {
        grid-area: palvelukeskus;
    }

    .ratkaisut-trueconnector {
        grid-area: trueconnector;
    } */

span.readmoretc a {
    float: right;
    margin-top: 1rem;
    text-decoration: none;
    color: var(--misc_darkgrey_800);
    background: var(--misc_olivegreen_300);
    padding: 0.5rem 1rem;
    border-left: 4px solid var(--misc_olivegreen_700);
    /* border-bottom: 2px dotted var(--misc_brightorange_400); */
}

    span.readmoretc a:hover {
        color: var(--misc_darkgrey_100);
        background: var(--misc_olivegreen_700);
        border-left: 4px solid var(--misc_olivegreen_700);
        /* border-bottom: 2px dotted var(--misc_brightorange_700); */
        transition: ease-in-out .4s;
    }

/********************************************
	TRUECONNECTOR.CSS
********************************************/

/* section.trueconnector, hr#trueconnector {
    display: none;
} */

section.trueconnector {
    margin: 1rem 20px;
    text-align: center;
}

img.trueconnector_diagram_img-img {
    max-width: 75%;
}

.trueconnector_boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 20px;
    display: none;
}

.trueconnector_boxes-item {
    display: grid;
    grid-template-columns: repeat(1, auto);
}

    .trueconnector_boxes-item label {
        border: 2px dotted var(--brand_blue_700);
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: 900;
        text-align: center;
        color: var(--brand_black_800);
    }

    .trueconnector_boxes-item p {
        border: 2px dotted var(--brand_orange_400);
        padding: 20px;
    }

/********************************************
	SOTE-KONSULTOINTI.CSS
********************************************/

section.sote_konsultointi, hr#sote_konsultointi {
    display: none;
}

section.sote_konsultointi {
    margin: 1rem 20px;
}

p.sote_konsultointi-intro {
    font-size: 1.3rem;
    font-family: 'Poppins Extra Light', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 2rem auto;
}

    .sote_konsultointi > img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        filter: grayscale(75%);
        margin-bottom: 20px;
        border: 2px solid var(--brand_blue_700);
        padding: 5px;
    }
    
        .sote_konsultointi > img:hover {
            filter: grayscale(0%);
            transition: ease-in-out 1s;
            border: 2px solid var(--brand_orange_400);
        }

.sote_konsultointi_boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: start;
}

.sote_konsultointi_boxes-item {
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 20px;
}
    .sote_konsultointi_boxes-item > label {
        border: 2px dotted var(--brand_blue_700);
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: 900;
        text-align: center;
        color: var(--brand_black_800);
    }

    .sote_konsultointi_boxes-item > p {
        border: 2px dotted var(--brand_orange_400);
        padding: 20px;
    }

    .sote_konsultointi_boxes-item img {
        max-width: 150px;
        float: left;
        padding: 0 10px 10px 0;
    }

/********************************************
	REFERENSSIT.CSS
********************************************/

/* section.referenssit, hr#referenssit {
    display: none;
} */

section.referenssit {
    margin: 0 20px;
}

.referenssit p {
    text-align: center;
    font-family: 'Poppins Extra Light', sans-serif;
    font-weight: 700;
    padding: 20px;
}

.refcontainer {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 20px;
}

.refcard {
    display: grid;
}

.refcard-title h3 {
    text-align: center;
    font-size: 0.9em;
    border: 2px dotted var(--brand_blue_700);
    padding: 5px;
    font-weight: 900;
}

.refcard-logo {
    text-align: center;
}

.refcard-logo img {
    filter: grayscale(0%);
    max-width: 100%;
    padding: 10px;
}

/********************************************
	TIETOA.CSS
********************************************/

/* section.tietoa, hr#tietoa {
    display: none;
} */

section.tietoa {
    margin: 0 20px;
}

.tietoa {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
 }

 .tietoatext h2 {
     font-weight: 900;
     margin-top: 10px;
     text-transform: uppercase;
     font-size: clamp(2rem, 2.5rem, 3rem);
 }

 .tietoatext p {
    margin: 1rem 0;
    /* font-size: clamp(1rem, 1.25rem, 1.5rem); */
 }

 .tietoaimg img {
     max-width: 95%;
     margin-top: 20px;
     border: 2px solid var(--brand_blue_700);
     padding: 5px;
 }

    .tietoaimg img:hover {
        transition: ease-in-out 1s;
        border: 2px solid var(--brand_orange_400);
    }
/********************************************
	YHTEYSTIEDOT.CSS
********************************************/

/* section.yhteystiedot, hr#yhteystiedot {
    display: none;
} */

section.yhteystiedot {
    margin: 0 20px;
}

.contact-container {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 15px;
    justify-content: center;
    align-items: center;
}

.contact-arcticconnect {
    grid-column: 1 / 4;
}

.contact-arcturia {
    grid-column: 4 / 7;
}

.contact-arcticconnect,
.contact-arcturia {
    text-align: center;
    border-bottom: 2px dotted var(--brand_blue_700);
    font-size: 1.5em;
    font-weight: 900;
    color: var(--brand_black_800);
}

.contact-card > * {
    text-align: center;
    font-size: 0.9em;
}

.contact-img img {
    border-radius: 50%;
    filter: contrast(130%);
    -wekit-filter-: contrast(130%);
    margin-bottom: 5px;
    padding: 5px;
    border: 2px solid var(--brand_blue_700);
}
    .contact-img img:hover {
        transition: ease-in-out 1s;
        border: 2px solid var(--brand_orange_400);
    }

.contact-name h4 {
    font-size: 1.1em;
    padding: 5px 10px;
    border-radius: 20px;
    border: 2px dotted var(--brand_blue_700);
    margin-bottom: 5px;
}

.contactinfo {
    border: 2px dotted var(--brand_orange_400);
    border-radius: 20px;
    padding: 8px;
    font-size: 0.9em;
}

.contact-name a,
.contact-email a {
    color: var(--brand_orange_400);
    text-decoration: none;
}
    .contact-name a:hover,
    .contact-email a:hover {
        color: var(--brand_blue_700);
    }

/********************************************
	FOOTER.CSS
********************************************/

.footer {
    background: var(--bg2);
    color: var(--white);
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}

.footer h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 900;
}

.sijainti {
    text-align: center;
}

.palvelukeskus {
    text-align: center;
}

.footermenu {
    text-align: center;
}

/* ul.footernav {
    display: block;
    line-height: 0px;
    margin-top: 1rem;
} */

.footernav li {
    list-style-type: none;
    line-height: -1px;
 }
 
.footernav li a {
    color: var(--white);
    text-decoration: none;
    font-family: 'Poppins Extra Light', sans-serif;
    font-size: 0.9em;
 }
    .footernav li a:hover {
        color: var(--brand_orange_400);
    }

.footer p {
    font-family: 'Poppins Extra Light', sans-serif;
    font-weight: 500;
    font-size: 0.9em;
}

.sijainti span {
    font-family: 'Poppins Extra Light', sans-serif;
    font-weight: 500;
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 10px;
}

.footer-row a {
    color: var(--white);
}

.footer-social {
    grid-column: 5 / 5;
}

.footer-social a {
    font-size: 3em;
    margin-left: 15px;
    text-decoration: none;
}

.footer-social a:hover {
    color: var(--brand_orange_400);
}

/********************************************
	BURGERMENU.CSS
********************************************/

 .burger {
    position: absolute;
    z-index: 10;
    right: 25px;
    top: 35px;
    cursor: pointer;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .burger__patty {
    width: 28px;
    height: 2px;
    margin: 0 0 6px 0;
    background: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .burger__patty:last-child {
    margin-bottom: 0;
  }
  .burger--close {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .burger--close .burger__patty:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
            transform: rotate(45deg) translate(6px, 6px);
  }
  .burger--close .burger__patty:nth-child(2) {
    opacity: 0;
  }
  .burger--close .burger__patty:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
            transform: rotate(-45deg) translate(5px, -5px);
  }
  
  .menu {
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
  }
  .menu--active {
    visibility: visible;
  }
  .menu__brand, .menu__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .menu__list {
    margin: 0;
    padding: 0;
    background: var(--transparent-b90);
    list-style-type: none;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu__list--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .menu__brand {
    background: var(--light);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  .menu__brand--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .menu__item {
    -webkit-transform: translate3d(500px, 0, 0);
            transform: translate3d(500px, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu__item--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .menu__link {
    display: inline-block;
    position: relative;
    font-size: 2em;
    padding: 5px 0;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-shadow: 0 0 10px var(--brand_blue_700);
  }
  .menu__link:hover:before {
    width: 100%;
  }
  .menu .menu__item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .menu .menu__item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .menu .menu__item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .menu .menu__item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .menu .menu__item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .menu .menu__item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }

  .menu .menu__item:nth-child(7) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }

/********************************************
	TWEAKS.CSS
********************************************/

.ratkaisut h2,
.referenssit h2,
.tietoa h2,
.environment h2,
.yhteystiedot h2,
h2.partners,
.trueconnector h2,
.sote_konsultointi h2 {
    text-transform: uppercase;
    font-size: clamp(2rem, 2.5rem, 3rem);
    font-weight: 900;
    font-family: 'Poppins Bold';
    color: var(--misc_darkgrey_700);
    text-align: center;
    /* background: var(--misc_olivegreen_300); */
}

/* h1.partners {
    padding-bottom: 0px;
} */



/* #koti, #ratkaisut, #trueconnector, #referenssit, #tietoa, #yhteystiedot, #solutions, #references, #about, #contact {
    padding-bottom: 80px;
    border: none;
    border-top: 1px dotted var(--brand_blue_700);
} */