@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;1,400&family=Poppins:wght@300;400;500;700;800&display=swap");

html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
    background: #000;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: blue;
}
a:hover {
    color: blue;
    text-decoration: underline;
}
span,
sub,
sup,
a {
    display: inline-block;
}
a.text-white:hover {
    color: #ea5455 !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.richtext ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -999;
}
.overlay.active {
    z-index: 111;
}
.pt-120 {
    padding-top: clamp(70px, 6vw, 120px);
}
.pt-100 {
    padding-top: clamp(60px, 6vw, 100px);
}
.pt-80 {
    padding-top: clamp(50px, 6vw, 80px);
}
.pt-60 {
    padding-top: clamp(35px, 6vw, 60px);
}
.pt-50 {
    padding-top: clamp(30px, 6vw, 50px);
}
.pb-120 {
    padding-bottom: clamp(70px, 6vw, 120px);
}
.pb-100 {
    padding-bottom: clamp(60px, 6vw, 100px);
}
.pb-80 {
    padding-bottom: clamp(50px, 6vw, 80px);
}
.pb-60 {
    padding-bottom: clamp(35px, 6vw, 60px);
}
.pb-50 {
    padding-bottom: clamp(30px, 6vw, 50px);
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.banner__content h5, .header__left h6 {
    color:#888!important;
}
.banner__content h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 900;
    margin-bottom: 10px;
}
.banner__content h1, .header__left h2, h1.title span {
    color:#fff!important;
    text-transform: uppercase;
}
.footer-top .widget__about h5 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -2px;
    font-weight: 900;
    color:#fff;
    margin-bottom: 10px;
}
.feature__item .item2 h4, .feature__item .item2 p {
    color:#fff!important;
}
.menu li a.active, .footer__widget li a.active {
    font-weight: 700!important;
    color:#fff!important
}
.contact-info-item, .banner__content .button__wrappper, .menu, .header-bottom-area, .pagination, .document-fie, .list.list-column {
    display: flex;
    flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.35;
    color: #000;
    font-family: "Poppins", sans-serif;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #000;
}
h1 {
    font-size: 60px;
}
@media (max-width: 1399px) {
    h1 {
        font-size: 58px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
    }
    .menu {
      z-index: 2!important;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    .menu {
      z-index: 2!important;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 32px;
    }
    .about__content .a-content h1.maintitle   {
      font-size: 30px!important;
      line-height: 30px!important;
    }
    .banner__content h1, .banner__content h2, .tmpl-etusivu .a-content h2 {
        font-size: 40px!important;
        line-height: 40px!important;
    }
    .tmpl-palvelut .about__content .a-content h2, .tmpl-tyopaikat .about__content .a-content h2, .tmpl-blogit .about__content .a-content h2, .tmpl-palvelut2 .about__content .a-content h2,   {
      font-size: 40px!important;
      line-height: 40px!important;
    }
}
@media (max-width: 460px) {
    .banner__content h1, .banner__content h2, .tmpl-etusivu .a-content h2 {
        overflow-wrap: break-word;
        hyphens: auto;
    }
    .a-content h1, .a-content h2 {
      overflow-wrap: break-word;
      hyphens: auto;
    }
}
h2 {
    font-size: 40px;
}
@media (max-width: 1199px) {
    h2 {
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}
h3 {
    font-size: 30px;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    h3 {
        font-size: 24px;
    }
}
h4 {
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    h4 {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    h4 {
        font-size: 19px;
    }
}
h5 {
    font-size: 22px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    h5 {
        font-size: 20px;
    }
}
h6 {
    font-weight: 500;
    font-size: 18px;
}
.fs--18px {
    font-size: 18px;
}
/* BTN */
.btn,
.cmn--btn {
    color: #fff;
    padding: 12px 35px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    outline: none;
    background-color: #000;
    z-index: 1;
    border: 0;
    border-radius: 5px;
}
.btn:hover,
.cmn--btn:hover {
    background-color: #888;
    color: #fff;
    text-decoration: none!important;
}
.btn.cmn--btn2,
.cmn--btn.cmn--btn2 {
    background-color: #888;
}
.btn.cmn--btn2:hover,
.cmn--btn.cmn--btn2:hover {
    background-color: #000;
}
@media (max-width: 991px) {
    .btn, .cmn--btn {
        padding: 13px 30px;
    }
    .menu {
      z-index: 2!important;
    }
}
@media (max-width: 575px) {
    .btn,
.cmn--btn {
        padding: 10px 20px;
    }
}
.btn.btn--sm,
.cmn--btn.btn--sm {
    padding: 4px 12px;
    font-size: 14px;
}
.btn--primary {
    background-color: #7367f0;
    border: 1px solid #7367f0;
    color: #fff;
}
.btn--secondary {
    background-color: #868e96;
    border: 1px solid #868e96;
    color: #fff;
}
.btn--success {
    background-color: #28c76f;
    border: 1px solid #28c76f;
    color: #fff;
}
.btn--danger {
    background-color: #ea5455;
    border: 1px solid #ea5455;
    color: #fff;
}
.btn--warning {
    background-color: #ff9f43;
    border: 1px solid #ff9f43;
    color: #fff;
}
.btn--info {
    background-color: #1e9ff2;
    border: 1px solid #1e9ff2;
    color: #fff;
}
.btn--light {
    background-color: #bcc7da;
    border: 1px solid #bcc7da;
    color: #fff;
}
.btn--dark {
    background-color: #082032;
    border: 1px solid #082032;
    color: #fff;
}
.btn--base {
    background-color: #ea5455;
    border: 1px solid #ea5455;
    color: #fff;
}
.btn--light {
    background-color: #f6f8fa;
    color: #082032;
}
.btn--light:hover {
    border-color: #ea5455;
    background-color: #ea5455;
}
/* Lomake */
.form-label {
    font-size: 15px;
}
.form--control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #0e0e0e1a;
    outline: 0;
    box-shadow: none;
    color: #fff;
}
.form--control:focus {
    color: #fff;
    border: 1px solid rgba(234, 84, 85, 0.6);
    outline: 0;
    box-shadow: none;
}
::-webkit-input-placeholder {
    font-size: 14px;
}
::-moz-placeholder {
    font-size: 14px;
}
textarea.form--control {
    height: unset;
}
.form--control[type=file] {
    line-height: 25px;
    padding: 12px 25px;
}
.form--control[readonly] {
    background: rgba(8, 32, 50, 0.05) !important;
}
.form--control[readonly]:focus {
    border-color: #0e0e0e1a;
}
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #293858;
    transition: background-color 5000s ease-in-out 0s;
}
.tmpl-yhteystiedot .formi .btn i {
  font-size: 20px;
}
.formi input, .formi textarea {
  background: black!important;
  border: 1px solid #fff;
}
.formi .btn {
  border: 1px solid #fff;
  margin-top: 20px;
}
.formi .btn:hover {
  border: 1px solid #fff;
  margin-top: 20px;
  background: black;
}
select.style--dark option {
    color: #363636;
}
.input-group > select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group select {
    background-color: transparent;
    border: none;
}
.custom--radio {
    position: relative;
    padding-left: 0;
}
.custom--radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}
.custom--radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #ea5455;
}
.custom--radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}
.custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
}
.custom--radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
}
.custom--radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #ea5455;
    opacity: 0;
}
.custom--checkbox {
    padding-left: 25px;
}
.custom--checkbox input {
    display: none;
}
.custom--checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #ea5455;
}
.custom--checkbox label {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}
.custom--checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 3px;
    left: -25px;
    font-size: 20px;
    line-height: 1;
}
/* Header */
.header {
    width: 100%;
    z-index: 11;
    background:transparent;
}
.header .container {
  width: 100%;
  max-width: 1600px;
  height: auto;
}
.tmpl-yritys .header {
  height: 1px;
  background: transparent!important;
  float: left!important;
}
.tmpl-yritys .outer {
  z-index: 5000!important;
  float: left!important;
}
.tmpl-yritys .inner {
  float: left!important;
}
.banner.sticky .header {
    box-shadow: 0 2px 25px rgba(8, 32, 50, 0.1);
    background: #000;
}
.banner.sticky.header-bottom {
  padding: 15px 0;
}
.banner.sticky .logo a img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.header-bottom {
    width: 100%;
    padding: 20px 0;
    /*position: relative;*/
}
@media (min-width: 1200px) {
    .header-bottom {
        padding: 25px 0;
    }
}
@media (max-width: 991px) {
    .header-bottom {
        padding: 15px 0;
    }
}
.header-bottom-area {
    justify-content: space-between;
}
.logo img {
    max-width: 180px;
    max-height: 60px;
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
    }
}
@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
    }
}
.menu {
    align-items: center;
    margin: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    padding: 3px;
}
.menu li {
    position: relative;
}
.menu li a {
    display: block;
    padding: 4px 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #fff;
    position: relative;
}
.menu li a img {
    width: auto;
    height: 100%;
    max-height: 13px;
}
.menu li a img:hover {
    opacity: .8;
}
.menu li:empty {
    display: none;
}
.menu .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
@media (min-width: 992px) {
    .menu {
        display: flex !important;
    }
    .menu li > a.active {
        color: #fff;
    }

}
@media (max-width: 991px) {
    .menu > li:nth-last-child(1) {
        border-bottom: none;
    }
    .menu {
        /*position: absolute;*/
        top: 100%;
        left: 0;
        padding: 30px;
        max-height: calc(100vh - 50px);
        min-width: 200px;
        width: 100%;
        transform-origin: top;
        overflow-y: auto;
        /*background: #082032;*/
        background-color: rgba(0, 0, 0, 0.90);
        display: none;
    }
    .menu li {
        padding: 3px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .menu li:empty  {
        display: none;
    }
    .menu li:nth-last-child(1) {
        border-bottom: none;
    }
    .menu li a {
        padding-left: 0;
        color: white;
    }
    .menu li a.active {
        color: #fff;
    }
    .banner__content {
       padding-bottom: 80px;
    }
    .breadcrumbs {
      text-align: center;
      padding-bottom: 20px;
    }
}
.header-trigger {
    cursor: pointer;
    margin-top: -10px;
    position: absolute;
    right: 20px!important;
}
.header-trigger.active {
    cursor: pointer;
    margin-top: -10px;
    /*position:absolute;*/
    top: 40px!important;
}
.header-trigger.active span {
    background: none !important;
    margin-top: -10px;
}
.header-trigger.active span::before {
    width: 100%;
    transform: rotate(-45deg) translate(-11px, 0px);
}
.header-trigger.active span::after {
    width: 100%;
    transform: rotate(45deg) translate(-11px, 0px);
}
.header-trigger span {
    width: 25px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all ease 0.3s;
    z-index: 3!important;
}
.header-trigger span::after, .header-trigger span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    background: #fff;
    z-index: 3!important;
}
.tmpl-yritys .header-trigger span {
    background: #fff;
}
.tmpl-yritys .header-trigger span::after, .tmpl-yritys .header-trigger span::before {
    background: #fff;
}
.tmpl-palvelut2 .header-trigger span {
    background: #000;
}
.tmpl-palvelut2 .header-trigger span::after, .tmpl-palvelut2 .header-trigger span::before {
    background: #000;
}
.header-trigger span::after {
    bottom: -8px;
    width: 30px;
}
.header-trigger span::before {
    top: -8px;
    width: 35px;
}
/* Footer */
.tmpl-yhteystiedot footer {
  padding-top: 45px;
}
.footer-logo {
    margin-bottom: 15px;
}
footer .container {
  width: 100%;
  max-width: 1600px;
}
@media (max-width: 575px) {
    .footer-logo {
        margin-bottom: 7px;
    }
    .menu {
      z-index: 2!important;
    }
    .breadcrumbs {
      text-align: center;
      padding-bottom: 20px;
    }
    .tmpl-yhteystiedot main {
      padding-bottom: 50px!important;
    }
    .tmpl-yhteystiedot footer {
      padding-top: 20px;
    }
    .tmpl-yritys footer {
      clear: both!important;
      float: left!important;
    }
    .tmpl-yritys footer .container {
      padding-top: 50px;
    }
}
.footer-logo span {
    color: #ea5455;
}
.footer__widget .title {
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .footer__widget .title {
        margin-bottom: 7px;
    }
}
.widget__links li {
    padding: 2.5px 0;
}
@media (max-width: 575px) {
    .widget__links li {
        padding: 1.7px 0;
    }
}
.widget__links li a {
    font-weight: 500;
    color: #293858;
}
.widget__links li a:hover {
    color: #ea5455;
}
.widget__info p {
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .widget__info p {
        margin-bottom: 10px;
    }
}
.footer-bottom, .footer-top {
      background: black;
}
.footer-bottom .container {
    border-top: 1px solid #0e0e0e1a;
}
.footer-bottom p {
    padding: 0px;
}
@media (max-width: 991px) {
    .footer-bottom p {
        padding: 15px;
        font-size: 15px;
    }
    .banner {
      min-height: 50px!important;
    }
    .tmpl-tyopaikat .banner, .tmpl-tyopaikka .banner, .tmpl-blogit .banner, .tmpl-blogi .banner, .tmpl-palvelut .banner, .tmpl-palvelu .banne, .tmpl-perus .banner, .tmpl-peruspiilo .banner {
      min-height: 50px!important;
    }
}
.widget__about a {
    margin-bottom: 5px!important;
}
.footer-top-two img {
    width: 100%;
    max-width: 100px;
    height: auto;
}
.footer-top-two .footer-logo a span {
    color: #621aeb;
}
.footer-top-two .footer__widget .title {
    color: #fff;
}
.footer__widget p {
  margin-bottom: 0px!important;
}
.footer-top-two .footer__widget p, .footer-top-two .footer__widget a {
    color: rgba(255, 255, 255, 0.9);
}
.footer-top-two .footer__widget a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-top-two .footer__widget img {
    width: 100%;
    height: auto;
    max-width: 25px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.footer-top-two .footer__widget img:hover {
    opacity: .8;
}
.footer-top-two p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}
.footer-bottom-two .container {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-bottom-two p {
    color: rgba(255, 255, 255, 0.9);
}
/* Hero */
.banner {
    overflow: hidden;
    background-size: cover!important;
    background-position: center top!important;
    background-repeat: no-repeat!important;
    min-height: 700px;
    position: relative;
    z-index:1;
}
.tmpl-tyopaikat .banner, .tmpl-tyopaikka .banner, .tmpl-blogit .banner, .tmpl-blogi .banner, .tmpl-palvelut .banner, .tmpl-palvelu .banner, .tmpl-perus .banner, .tmpl-peruspiilo .banner {
    min-height: 100px;
}
.banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index:-1;
}
.banner__content {
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .banner__content {
        text-align: center;
    }
}
.banner__content .subtitle {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .banner__content .subtitle {
        font-size: 16px;
    }
}
.banner__content .title {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .banner__content .title {
        margin-bottom: 20px;
    }
}
.banner__content h2 {
    color:#fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -2px;
}
.banner__content p {
    font-size: 18px;
    margin-bottom: 40px;
}
@media (max-width: 1399px) {
    .banner__content p {
        font-size: 16px;
        margin-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .banner__content p {
        margin-bottom: 30px;
    }
}
.banner__content .button__wrappper {
    gap: 10px 20px;
}
@media (max-width: 575px) {
    .banner__content .button__wrappper {
        gap: 10px 15px;
    }
}
@media (max-width: 991px) {
    .banner__thumb img {
        width: 100%;
    }
}
.banner-two .banner__thumb {
    position: relative;
}
.about-two {
  background-size: cover!important;
  background-position: center bottom!important;
  background-repeat: no-repeat!important;
  width: 100%;
  clear: both!important;
  float:left!important;
}
.about-two div.col-lg-6 {
  margin: 0px!important;
  padding: 0px!important;
}
.tmpl-yritys .about__content {
  background: rgb(255,252,252)!important;
  background: linear-gradient(360deg, rgba(255,252,252,0.2) 0%, rgba(255,255,255,0.8897759787508753) 37%)!important;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 100px;
}
.about__content {
  background: rgb(255,252,252);
  background: linear-gradient(360deg, rgba(255,252,252,0.2) 0%, rgba(255,255,255,0.8897759787508753) 37%);
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 100px;
}
.about__content h3, .about__content__right h3 {
  margin-top: 35px;
}
.about__content__right h3 {
  font-weight: 800;
  letter-spacing: -1px;
}
.about__content h3 {
  font-weight: 400;
}
.about__content h2 {
  text-transform: uppercase;
  font-weight: 800;
}
.about__content__right {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.9) 7%, rgba(0,0,0,0.3799720571822479) 100%);
  width: 100%;
  height: 100%;
  padding: 50px;
}
/* Yhteystiedot */
.tmpl-yhteystiedot h1 {
  color: #fff;
  margin-bottom: 15px;
}
.tmpl-yhteystiedot p {
  color: #fff;
  margin-bottom: 15px;
}
.tmpl-yhteystiedot .formi {
  margin-top: 40px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .tmpl-yhteystiedot .formi {
    padding-right: 00px;
  }
}
.about__content__right .about__content-title, .main-title {
  color: #fff;
}
.about__content .about-title {
    color: #ea5455;
    margin-bottom: 20px;
}
/* Piilosivut */
.tmpl-peruspiilo .a-content {
  width: 100%;
  max-width:1200px;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #000;
}
.tmpl-peruspiilo .richtext h2::before, .tmpl-peruspiilo .richtext h3::before, .tmpl-peruspiilo .richtext h4::before   {
  display: none;
}
.tmpl-perus .richtext h2::before, .tmpl-perus .richtext h3::before, .tmpl-perus .richtext h4::before   {
  display: none;
}
/* Captcha */
.formi .captcha {
	font-size:1em;
	padding-top:0.5em;
	padding-bottom:1em;
	margin-bottom:0em!important;
	width:100%;
}
.formi .captcha-input {
	font-size:0.8em;
	padding:0em;
	padding-bottom:4em;
}
.formi .captcha-input input{
	float:left;
	clear:right;
	margin-right:0.5em;
  height: 28px;
  color: #fff!important;
  text-align: center!important;
}
.formi .captcha-input img{
	float:left;
	clear:right;
	margin-right:0.5em;
	margin-top:0em;
}
/* Etusivu */
.tmpl-etusivu .about__content .a-content h2:before, .tmpl-palvelut .about__content .a-content h2:before, .tmpl-palvelu .about__content .a-content h2:before, .tmpl-perus .about__content .a-content h2:before, .tmpl-peruspiilo .about__content .a-content h2:before, .tmpl-palvelut2 .about__content .a-content h2:before  {
	border-left: 6px solid #000!important;
}
.about__content .a-content h1.maintitle::before   {
	border-left: 6px solid #000!important;
  position:relative;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
  left: -54px!important;
}
.about__content .a-content h1.maintitle   {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 25px;
  letter-spacing: -2px;
}
.tmpl-palvelut .about__content .a-content h2, .tmpl-tyopaikat .about__content .a-content h2, .tmpl-blogit .about__content .a-content h2, .tmpl-palvelut2 .about__content .a-content h2, .tmpl-palvelu .about__content .a-content h2   {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 25px;
  letter-spacing: -2px;
}
.tmpl-blogi .about__content .a-content h2   {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: -2px;
}
.tmpl-blogi .about__content .a-content h3, .tmpl-blogi .about__content .a-content h4   {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 25px;
  letter-spacing: -2px;
}
.tmpl-blogi .a-content ul, .tmpl-blogi .a-content ol {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.tmpl-blogi .a-content ul li {
  list-style: disc;
}
.tmpl-blogi .a-content ol li {
  list-style:decimal;
}
/* Yritys */
.tmpl-yritys .banner h1 {
  position: relative;
}
.tmpl-yritys .banner h1:before {
  position: absolute;
	content: "";
	top: 0;
	left: -66px!important;
	width: 100%;
	height: 100%;
	border-left: 6px solid #fff!important;
}
.tmpl-yritys .about__content__right .a-content {
  width: 100%;
  max-width:1200px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  border-left: none;
}
.tmpl-yritys .header .container {
  padding-left: 12px;
  padding-right: 12px;
}
.tmpl-yritys .about__content {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.tmpl-yritys .content {
  width: 100%;
  max-width:1600px!important;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #fff;
  margin-top: 100px;
}
.tmpl-yritys .content .container {
  width: 100%!important;
  max-width:1600px!important;
}
.tmpl-yritys .about-two h1, .tmpl-yritys .about-two h2, .tmpl-yritys .about-two p {
  color:#fff!important;
}
.tmpl-yritys .banner-two h1, .tmpl-yritys .banner-two h2, .tmpl-yritys .banner-two p, .tmpl-yritys .banner-two h3  {
  color:#fff!important;
}
.tmpl-yritys .banner-two p  {
  margin-bottom: 20px;
}
.tmpl-yritys .about-two .container-fluid {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.tmpl-yritys .col-lg-12.inner {
  margin-top: -1px;
  padding-right: 0px!important;
  margin-right: 0px!important;
}
.tmpl-yritys .container-fluid .row {

}
.tmpl-yritys h1.maintitle   {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 25px;
  letter-spacing: -2px;
}
.tmpl-yritys h3.about__content-title {
  font-weight: 400!important;
}
.tmpl-yritys .row .col-lg-12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tmpl-yritys main {
  padding-bottom: 50px;
}
/* Blogi */
.tmpl-blogit .about__content .a-content h2:before, .tmpl-blogi .about__content .a-content h2:before {
  position: absolute;
	content: "";
	top: 0;
	left: -54px!important;
	width: 100%;
	height: 100%;
	border-left: 6px solid #000!important;
}
.tmpl-blogi .a-content {
  max-width:1300px;
  /*padding-top: 0px;*/
}
.tmpl-blogi .a-content .btn {
  border: 2px solid #000;
}
.tmpl-blogi .a-content .btn a {
  color:#000;
}
.tmpl-blogi .a-content .btn:hover {
  border: 2px solid #000;
  background: #fff;
  text-decoration: none!important;
}
.tmpl-blogi .a-content .btn i {
  font-size: 20px;
}
/* Sivunumerot */
.tmpl-blogit .pagination-area {
  margin-top: 45px;
  margin-bottom: 25px;
}
.tmpl-blogit .pagination-area p {
  margin-bottom: 5px!important;
}
.tmpl-blogit .pagination-area a {
  background: white;
  color:black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.tmpl-blogit .pagination-area a span{
  margin-top:4px
}
.tmpl-blogit .pagination-area a span.current{
  font-weight:700;
}
.tmpl-blogit .pagination-area a:hover {
  background: #333;
  color:white;
}
/* Työpaikat */
.about__content .a-content h2:before {
  position: absolute;
	content: "";
	top: 0;
	left: -54px!important;
	width: 100%;
	height: 100%;
	border-left: 6px solid #fff!important;
}
.tmpl-tyopaikat .about__content .a-content h2:before, .tmpl-tyopaikka .about__content .a-content h2:before {
  position: absolute;
	content: "";
	top: 0;
	left: -54px!important;
	width: 100%;
	height: 100%;
	border-left: 6px solid #000!important;
}
.tmpl-tyopaikka .a-content {
  max-width:1300px;
}
.tmpl-tyopaikka .a-content .btn {
  border: 2px solid #000;
}
.tmpl-tyopaikka .a-content .btn a {
  color:#000;
}
.tmpl-tyopaikka .a-content .btn:hover {
  border: 2px solid #000;
  background: #fff;
  text-decoration: none!important;
}
.tmpl-tyopaikka .a-content .btn i {
  font-size: 20px;
}
.a-content {
  width: 100%;
  max-width:700px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #000;
}
.about__content .a-content {
  color:#000;
}
.a-content p, .content p {
  margin-bottom: 20px!important;
}
.a-content .btn {
  border: 2px solid #fff;
  background: transparent;
  margin-top: 10px;
}
.a-content .btn a {
  color:#fff;
}
.a-content .btn:hover {
  border: 2px solid #fff;
  background: #000;
  text-decoration: none!important;
}
.a-content .btn a:hover {
  text-decoration: none!important;
}
.a-content .btn i {
  font-size: 20px;
}
.logo-holder {
  margin-top: 35px!important;
  margin-bottom: 20px!important;
}
.logo-holder img {
  width: auto;
  height: 100%;
  max-height: 100px;
}
.tmpl-palvelu .a-content .btn {
  border: 2px solid #fff;
  background: transparent;
  margin-top: 50px;
  margin-bottom: 20px;
  float: right;
  position:static;
}
.tmpl-etusivu h2.about__content-title {
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: -2px;
}
@media (max-width: 575px) {
  .tmpl-etusivu h2.about__content-title {
    font-size: 40px;
    line-height: 40px;
  }
  .a-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tmpl-yritys .a-content, .tmpl-peruspiilo .a-content {
    padding-left: 25px!important;
    padding-right: 25px!important;
  }
  .about__content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tmpl-peruspiilo .about__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about__content__right, .tmpl-yritys .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tmpl-tyopaikat .about__content .a-content h1:before, .tmpl-tyopaikka .about__content .a-content h1:before, .tmpl-blogit .about__content .a-content h1:before, .tmpl-blogi .about__content .a-content h1:before, .tmpl-palvelut .about__content .a-content h1:before, .tmpl-palvelu .about__content .a-content h1:before, .tmpl-etusivu .about__content .a-content h2:before, .tmpl-palvelut2 .about__content .a-content h1:before {
  	left: -29px!important;
  }
 .tmpl-peruspiilo .about__content .a-content h1:before, .tmpl-perus .about__content .a-content h1:before {
  	left: -29px!important;
  }
  .tmpl-tyopaikat .about__content .a-content h2:before, .tmpl-blogit .about__content .a-content h2:before, .tmpl-palvelut .about__content .a-content h2:before, .tmpl-palvelut2 .about__content .a-content h2:before {
   	left: -29px!important;
   }
  .tmpl-yritys .content h1:before {
    	left: -36px!important;
    }
    .tmpl-blogi .about__content .a-content h2   {
      font-size: 30px;
      line-height: 30px;
    }
    .tmpl-blogi .about__content .a-content h3, .tmpl-blogi .about__content .a-content h4   {
      font-size: 25px;
      line-height: 25px;
    }
}
.about__content .a-content h3.about__content-title {
  margin-top:0px;
  letter-spacing: -2px;
}
.about__content .a-content h2 {
  position: relative;
}
.about__content .a-content h2:before {
  position: absolute;
	content: "";
	top: 0;
	left: -54px!important;
	width: 100%;
	height: 100%;
	border-left: 6px solid #000;
}
.about__content__right .a-content {
  width: 100%;
  max-width:700px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  border-left: none;
}
@media (max-width: 575px) {
    .about__content .about-title {
        margin-bottom: 15px;
    }
}
.about__content p {
    margin-bottom: 0px;
    color: #000;
}
@media (max-width: 991px) {
  .about__content__right .a-content {
    width: 100%;
    max-width:900px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    border-left: none;
  }
}
@media (max-width: 1199px) {
    .about__content p {
        margin-bottom: 0px;
    }
}
/* Työpaikat */
.work .col-lg-6 {
  padding-left:0px!important;
  padding-right:0px!important;
}
/* Yhteystiedot */
.contact-info {
  padding-top: 25px;
}
.contact-info-item {
    padding-left: 25px;
    padding-right: 25px;
}
.contact-info-item p {
    margin-bottom: 0px!important;
}
.contact-info-item:not(:last-child) {
    margin-bottom: 24px;
}
.contact-info-item .icon {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 1;
    color: #fff;
    width: 50px;
}
.contact-info-item .content {
    padding-left: 15px;
    width: calc(100% - 50px);
}
@media (max-width: 1199px) {
    .contact-info-item .content {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
}
.contact-info-item .content .title {
    margin-bottom: 0px;
    color:#fff;
    font-weight: 700;
}
.contact-info-item .content p, .contact-info-item .content a  {
    color:#fff;
}
/* Sisältö */
.about__wrapper {
    background:red;
    border-radius: 5px;
}
.about__wrapper .col-lg-6 {
  margin-top: 0px;
}
@media (max-width: 1199px) {
    .about__wrapper {
        padding: 40px 35px;
    }
}
@media (min-width: 992px) {
    .about__wrapper {
        box-shadow: 0px 0px 10px rgba(8, 32, 50, 0.1);
    }
}
@media (max-width: 991px) {
    .about__wrapper {
        padding: 0;
        box-sizing: 0;
    }
}
.about__content-title, .main-title {
    margin-bottom: 15px;
}
.social__link {
    gap: 15px;
}
.social__link a {
    padding: 5px 2px;
}
a.c-link {
  color: #fff;
}
/* Blogi */
.single-post-img {
  margin-bottom: 5px;
}
.single-post-img img {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-bottom: 5px;
}
.single-post-img-text {
  font-style: italic;
  margin-bottom: 10px;
}
.short-text {
  background: #f2f2f2;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  border: 1px solid #ebecec;
  margin-bottom: 25px;
  color:#3e4e5d;
}
.short-text p {
  color:#3e4e5d;
  margin-bottom: 0px!important;
  font-weight:500;
}
.partner-text {
  background: #f2f2f2;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 4px solid #111;
  margin-top: 25px;
  margin-bottom: 25px;
  color:#3e4e5d;
  float:left;
    width: 100%;
}
.partner-text p {
  color:#3e4e5d;
  margin-bottom: 0px!important;
  font-weight:400;
}
.partner-text h2, .partner-text h3, .partner-text h4 {
  border:none!important;
  text-transform: none!important;
  font-family: "Poppins", sans-serif!important;
  font-size: 18px!important;
  font-weight: 600!important;
  letter-spacing: 0px!important;
  margin-bottom: 0px!important;
}
.partner-text h2::before, .partner-text h3::before, .partner-text h4::before   {
  display: none!important;
}
.tmpl-blogi .btn {
  margin-top: 30px;
  float: left;

}
.tmpl-blogit .blog-content {
  margin-bottom: 35px;
}
.tmpl-blogit .blog-image {
  margin-bottom: 10px;
}
.tmpl-blogit .blog-image img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.tmpl-blogi .module-teksti {
  float: left;
}
/* Sisältökuvat */
.module-kuvia {
	margin-top:1em;
	margin-bottom:1em;
	padding:0.5em;
  float: left;
}
.size-large {
	clear:both!important;
	width:100%;
	margin-top:1em;
	margin-bottom:1em;
	float:left;
}
.size-large img {
	width:100%;
	height:auto;
}
.size-small {
	clear:right!important;
	width:50%;
	float:left!important;
	margin-top:1em;
	margin-bottom:1em;
}
.size-small img {
	width:100%;
	height:auto;
}
.size-large .img-content, .size-small .img-content {
	margin:0.5em;
}
@media screen and (max-width: 576px) {
	.module-youtube, .size-large, .size-small {
		width:100%;
	}
}
/*# sourceMappingURL=main.css.map */
