body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
#preloader
{
   background: #FFFFFF url("../images/windmill.gif") no-repeat center center;
   bottom: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_home, #wb_contactForm
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_home, #wb_contactForm
   {
      background-attachment: scroll !important;
   }
}
@font-face
{
   font-family: "Open Sans";
   font-display: swap;
   font-weight: 300 800;
   font-stretch: 75% 100%;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../Open-Sans-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Lato";
   font-display: swap;
   src: url('../Lato.woff2') format('woff2'),
        url('../Lato.woff') format('woff');
}
@font-face
{
   font-family: "Lato";
   font-weight: 700;
   font-display: swap;
   src: url('../Lato-Bold.woff2') format('woff2'),
        url('../Lato-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Oswald";
   font-display: swap;
   font-weight: 200 700;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../Oswald-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Roboto";
   font-display: swap;
   src: url('../Roboto.woff2') format('woff2'),
        url('../Roboto.woff') format('woff');
}
@font-face
{
   font-family: "Roboto";
   font-weight: 700;
   font-display: swap;
   src: url('../Roboto-Bold.woff2') format('woff2'),
        url('../Roboto-Bold.woff') format('woff');
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes text-letterspacing-expand
{
   0% { opacity: 0; letter-spacing: -0.5em;  }
   50% { opacity: 0.6;  }
   100% { opacity: 1.0;  }
}
@keyframes text-pop-up
{
   0% { text-shadow: none; transform-origin: 50% 50%; transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); transform: translate(0px,-25px) rotate(0deg) ; transform-origin: 50% 50%;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.style1
{
   color: #4F4F4F;
   text-decoration: none;
   transition: all 500ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 500ms linear;
}
a.style1:hover::after
{
   background: #00BFFF;
   width: 100%;
}
a.style1:visited
{
   color: #00B0D0;
   text-decoration: none;
}
a.style1:active
{
   color: #FFA07A;
   text-decoration: none;
}
a.style1:hover
{
   color: #00BFFF;
   text-decoration: none;
}
@media only screen and (max-width: 969px)
{
}
#wb_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../remote-it-support.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#home
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#home > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#home > .col-1
{
   flex: 0 0 auto;
}
#home > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 420px)
{
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_CardContainer1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
   width: 100%;
}
#CardContainer1
{
   display: flex;
   position: relative;
   padding: 20px 5px 20px 5px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#CardContainer1
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 15px 0 5px 0 ;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid3 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 420px)
{
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
@media (max-width: 420px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 3px 3px 3px 3px;
   background-color: #FAFAFA;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.28);
   text-align: center;
}
#Card1-card-body
{
   padding: 0 5px 0 5px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms linear 0ms;
}
#Card1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #00B0CB;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 100px 20px 100px;
   border-top: 1px #4F4F4F solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #282828;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: #00B0CB;
   background-image: none;
   color: #FFFFFF;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card1:hover #Card1-card-item4
{
   background-color: #000000;
   transition: background-color 500ms linear 0ms;
}
#Card1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#Card1-card-item4 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 0px;
}
#wb_Card1:hover
{
   background-color: #FFFFFF;
   transition: background-color 500ms ease-out 0ms;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 3px 3px 3px 3px;
   background-color: #FAFAFA;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.28);
   text-align: center;
}
#Card2-card-body
{
   padding: 0 5px 0 5px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms linear 0ms;
}
#Card2-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #00B0CB;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 100px 20px 100px;
   border-top: 1px #4F4F4F solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #282828;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: #00B0CB;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2:hover #Card2-card-item4
{
   background-color: #000000;
   transition: background-color 500ms linear 0ms;
}
#Card2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#Card2-card-item4 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 0px;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 3px 3px 3px 3px;
   background-color: #FAFAFA;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.28);
   text-align: center;
}
#Card3-card-body
{
   padding: 0 5px 0 5px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #00B0CB;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 100px 20px 100px;
   border-top: 1px #4F4F4F solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #282828;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: #00B0CB;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3:hover #Card3-card-item4
{
   background-color: #000000;
   transition: background-color 500ms linear 0ms;
}
#Card3-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#Card3-card-item4 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 0px;
}
#wb_newsHeading
{
   background-color: #00B0CB;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 10px 0 5px 0 ;
   padding: 5px 0 5px 0;
   text-align: center;
}
#newsHeading
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_homeText 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 300px 0 300px 0 ;
   opacity: 0.80;
   text-align: center;
   animation: transform-bounce-in 1000ms linear 2ms 1 normal both;
}
#wb_homeText
{
   color: #00BFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 27px;
}
#wb_homeText div
{
   text-align: center;
}
#wb_homeText:hover
{
   color: #0000FF;
   transition: color 500ms linear 0ms;
}
#wb_homeText
{
   display: block;
   margin: 300px 0 300px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 20px 10px 15px 10px;
   text-align: left;
}
#wb_Text12
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 19px;
   line-height: 31px;
}
#wb_Text12 p, #wb_Text12 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   display: block;
   margin: 20px 10px 15px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#HorizontalLine2
{
   border-color: #4F4F4F;
   border-style: inset;
   border-bottom-width: 3px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Palveluita
{
   background-color: #00B0D0;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 0 0 0 ;
   padding: 5px 0 5px 0;
   text-align: center;
}
#Palveluita
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Contact
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr minmax(30px,50px) minmax(250px,300px) 1fr;
   grid-template-rows: auto auto auto auto auto;
   grid-template-areas:
      "Yhteystiedot Yhteystiedot Yhteystiedot Yhteystiedot"
      "nav item-4 item-1 sidebar"
      "nav item-3 sposti sidebar"
      "nav item-0 nettisivu sidebar"
      "footer footer footer footer";
}
#Contact .Yhteystiedot
{
   display: flex;
   grid-area: Yhteystiedot;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .nav
{
   display: flex;
   grid-area: nav;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#Contact .item-4
{
   display: flex;
   grid-area: item-4;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .item-1
{
   display: flex;
   grid-area: item-1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .sidebar
{
   display: flex;
   grid-area: sidebar;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#Contact .item-3
{
   display: flex;
   grid-area: item-3;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .sposti
{
   display: flex;
   grid-area: sposti;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .nettisivu
{
   display: flex;
   grid-area: nettisivu;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .footer
{
   display: flex;
   grid-area: footer;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#wb_contactForm
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../pexels003.jpeg');
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contactForm
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#contactForm > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contactForm > .row > .col-1, #contactForm > .row > .col-2, #contactForm > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contactForm > .row > .col-1, #contactForm > .row > .col-2, #contactForm > .row > .col-3
{
   float: left;
}
#contactForm > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#contactForm > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: center;
}
#contactForm > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#contactForm:before,
#contactForm:after,
#contactForm .row:before,
#contactForm .row:after
{
   display: table;
   content: " ";
}
#contactForm:after,
#contactForm .row:after
{
   clear: both;
}
@media (max-width: 420px)
{
#contactForm > .row > .col-1, #contactForm > .row > .col-2, #contactForm > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#contactButton
{
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #1E90FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   padding: 10px 20px 10px 20px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 20px 10px 20px;
}
#contactButton:focus
{
   outline: 0;
}
#contactButton:hover
{
   background-color: #4F4F4F;
   transition: background-color 500ms linear 0ms;
}
#contactname
{
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   vertical-align: top;
   padding: 5px 5px 5px 5px;
}
#contactname:focus
{
   outline: 0;
}
#contactemail
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   border: 1px solid #4F4F4F;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   vertical-align: top;
   padding: 5px 5px 5px 5px;
}
#contactemail:focus
{
   outline: 0;
}
#contactmessage
{
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #4F4F4F;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   vertical-align: top;
   padding: 5px 5px 5px 5px;
}
#contactmessage:focus
{
   outline: 0;
}
#emailbox
{
   box-sizing: border-box;
   line-height: 14px;
   margin: 0 0 10px 0 ;
   border: 1px solid #4F4F4F;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 10px 10px 10px 10px;
}
#emailbox:focus
{
   border-color: #4F4F4F;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(79,79,79,0.60);
   outline: 0;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 5px 10px 5px;
   margin: 0;
   text-align: center;
}
#wb_Text10
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text10 p, #wb_Text10 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Captcha span
{
   display: block;
   overflow: hidden;
   padding: 0 0px 0 5px;
}
#Captcha
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   border: 1px solid #DDDDDD;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #333333;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Captcha:focus
{
   outline: 0;
}
#namebox
{
   box-sizing: border-box;
   line-height: 26px;
   margin: 0;
   border: 1px solid #DDDDDD;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #333333;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#namebox:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Messagebox
{
   box-sizing: border-box;
   border: 1px solid #DDDDDD;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #333333;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   padding: 4px 4px 4px 4px;
   margin: 0;
   overflow: auto;
   resize: none;
}
#Messagebox:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#contactphone
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#contactphone:focus
{
   outline: 0;
}
#phonebox
{
   box-sizing: border-box;
   line-height: 26px;
   margin: 0;
   border: 1px solid #DDDDDD;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #333333;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#phonebox:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 2px 2px 2px 2px;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-decoration: underline;
   text-transform: none;
}
#wb_Heading3
{
   background-color: #00B0CB;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 10px 0 10px 0 ;
   padding: 10px 0 10px 0;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading3
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 2px 2px 2px 2px;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text1
{
   color: #4F4F4F;
   font-family: "Oswald";
   font-weight: 500;
   font-size: 21px;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms linear 0ms;
}
#wb_Text1
{
   transform: rotate(0deg) scale(1.,1.) ;
   transition: transform 500ms linear 0ms;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 2px 2px 2px 2px;
   margin: 20px 50px 20px 50px;
   text-align: center;
   animation: transform-pulse 1000ms linear 0ms 1 normal both;
}
#wb_Text2
{
   color: #4F4F4F;
   font-family: "Oswald";
   font-weight: 500;
   font-size: 21px;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Icon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#Icon2
{
   height: 55px;
   width: 44px;
}
#Icon2 i
{
   color: #444444;
   display: inline-block;
   font-size: 44px;
   line-height: 55px;
   vertical-align: middle;
   width: 44px;
}
#wb_Icon2:hover #Icon2 i
{
   color: #00B0D0;
}
#wb_Icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#Icon1
{
   height: 44px;
   width: 45px;
}
#Icon1 i
{
   color: #444444;
   display: inline-block;
   font-size: 44px;
   line-height: 44px;
   vertical-align: middle;
   width: 44px;
}
#wb_Icon1:hover #Icon1 i
{
   color: #00B0D0;
}
#wb_Icon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#Icon3
{
   height: 53px;
   width: 46px;
}
#Icon3 i
{
   color: #444444;
   display: inline-block;
   font-size: 46px;
   line-height: 53px;
   vertical-align: middle;
   width: 46px;
}
#wb_Icon3:hover #Icon3 i
{
   color: #00B0D0;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 20px 5px 15px 5px;
   margin: 10px 0 10px 0 ;
   text-align: center;
}
#wb_Text5
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 2px 2px 2px 2px;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text6
{
   color: #4F4F4F;
   font-family: Oswald;
   font-weight: bold;
   font-size: 21px;
   line-height: 36px;
}
#wb_Text6 p, #wb_Text6 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_Text6:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms linear 0ms;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0px;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4
{
   color: #4F4F4F;
   font-family: Oswald;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_Text4:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms linear 0ms;
}
#wb_Palveluhinnasto__Suomen_halvin 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 20px 10px 15px 10px;
   text-align: center;
   animation: transform-pulse 1000ms linear 0ms 2 normal both;
}
#wb_Palveluhinnasto__Suomen_halvin
{
   color: #00B0CB;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 19px;
   line-height: 31px;
}
#wb_Palveluhinnasto__Suomen_halvin p, #wb_Palveluhinnasto__Suomen_halvin ul
{
   margin: 0;
   padding: 0;
}
#wb_Palveluhinnasto__Suomen_halvin
{
   display: block;
   margin: 20px 10px 15px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#HorizontalLine1
{
   border-color: #4F4F4F;
   border-style: inset;
   border-bottom-width: 3px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#wb_IT-Palvelu
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#IT-Palvelu
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 5px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#IT-Palvelu > .col-1, #IT-Palvelu > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#IT-Palvelu > .col-1, #IT-Palvelu > .col-2
{
   flex: 0 0 auto;
}
#IT-Palvelu > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-start;
   text-align: left;
}
#IT-Palvelu > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 320px)
{
#IT-Palvelu > .col-1, #IT-Palvelu > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_headerMenu
{
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   margin: 60px 0 0 0 ;
   text-align: right;
   position: relative;
   z-index: 1111 !important;
}
#wb_headerMenu::after
{
   content: "";
   display: table;
clear: both;
}
#wb_headerMenu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#wb_headerMenu > ul
{
   display: flex;
   justify-content: space-between;
}
#wb_headerMenu li
{
   margin: 0;
   padding: 5px 0px 5px 0px;
}
#wb_headerMenu a
{
   display: block;
   float: left;
   color: #4F4F4F;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 0px;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: "Oswald";
   font-weight: 300;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   text-transform: uppercase;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu > ul > li > a
{
   height: 28px;
   line-height: 28px;
   padding: 0px 2px 0px 5px;
}
#wb_headerMenu li:hover a, #wb_headerMenu a:hover
{
   color: #000000;
}
.headerMenu-effect:before
{
   border: 1px solid #00CED1;
   background-color: #00CED1;
   background-image: none;
}
#wb_headerMenu li.firstmain
{
   padding-left: 5px;
}
#wb_headerMenu li.lastmain
{
   padding-right: 5px;
}
#wb_headerMenu li:hover, #wb_headerMenu li a:hover
{
   position: relative;
}
#wb_headerMenu a.withsubmenu
{
   padding: 0 2px 0 5px;
   background-image: none;
}
#wb_headerMenu li:hover a.withsubmenu, #wb_headerMenu a.withsubmenu:hover
{
   background-image: none;
}
#wb_headerMenu ul ul
{
   position: absolute;
   z-index: 9999;
   left: 0;
   top: 0;
   visibility: hidden;
   width: 292px;
   height: auto;
   border: none;
   background-color: #FFFFFF;
}
#wb_headerMenu ul :hover ul
{
   left: -19px;
   top: 40px;
   padding-top: 20px;
   visibility: visible;
}
#wb_headerMenu .firstmain:hover ul
{
   left: -14px;
}
#wb_headerMenu li li
{
   width: 250px;
   padding: 0 20px 30px 20px;
   border: 1px solid #C0C0C0;
   border-width: 0 1px;
}
#wb_headerMenu li li.firstitem
{
   border-top: 1px #C0C0C0 solid;
}
#wb_headerMenu li li.lastitem
{
   border-bottom: 1px #C0C0C0 solid;
}
#wb_headerMenu li li.lastitem
{
   padding-bottom: 20px;
}
#wb_headerMenu ul ul a, #wb_headerMenu ul :hover ul a
{
   float: none;
   margin: 0;
   width: 220px;
   height: auto;
   white-space: normal;
   padding: 13px 20px 13px 10px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   color: #4F4F4F;
   font-family: "Oswald";
   font-weight: 300;
   font-size: 24px;
   font-style: normal;
   line-height: 24px;
   text-align: left;
   text-decoration: none;
   text-transform: uppercase;
}
#wb_headerMenu ul :hover ul .firstitem a
{
   margin-top: 20px;
}
#wb_headerMenu ul ul :hover a, #wb_headerMenu ul ul a:hover, #wb_headerMenu ul ul a.active, #wb_headerMenu ul ul a.active, #wb_headerMenu ul ul :hover ul :hover a, #wb_headerMenu ul ul :hover ul a:hover, #wb_headerMenu ul ul a.active, #wb_headerMenu ul ul :hover ul a.active
{
   background-color: #00CED1;
   background-image: none;
   border: 0px solid #000000;
   color: #FFFFFF;
}
#wb_headerMenu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_headerMenu.affix
{
   top: 0 !important;
   position: fixed !important;
}
.headerMenu-effect
{
   display: inline-block;
   position: relative;
   transform: perspective(0px) translateX(0);
   transition: color 200ms linear;
}
.headerMenu-effect:before
{
   content: "";
   position: absolute;
   height: 0px;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
   transform: scaleX(0);
   transform-origin: 50%;
   transition: all 200ms linear;
}
.headerMenu-effect:hover:before, .headerMenu-effect:focus:before, .headerMenu-effect.active:before
{
   transform: scaleX(1);
   opacity: 1;
}
#wb_IT-Palvelu_fi
{
   margin: 5px 100px 0 0 ;
   vertical-align: top;
}
#IT-Palvelu_fi
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 84.52%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
   display: block;
   text-align: left;
   vertical-align: middle;
}
#PanelMenu1_markup
{
   display: none;
   margin: 0;
   padding: 8px 0 19px 10px;
}
#PanelMenu1_panel #PanelMenu1_markup
{
   display: block;
}
#PanelMenu1_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover, #PanelMenu1_markup li .active
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#PanelMenu1_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
#PanelMenu1_panel
{
   display: none;
   position: absolute;
   top: 0;
   height: 100%;
   width: 250px;
   z-index: 9999;
}
#PanelMenu1_markup li a
{
   color: #454545;
   border: 0px solid #C5C5C5;
   background-color: #F6F6F6;
   font-family: Oswald;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu1 a
{
   color: #696969;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: #FFFFFF;
   font-family: Oswald;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: left;
   text-transform: none;
}
#PanelMenu1_markup li a:hover
{
   color: #2B2B2B;
}
.PanelMenu1-effect:before, #PanelMenu1_markup li .active
{
   background-color: #EDEDED;
   border: 0px solid #CCCCCC;
}
#PanelMenu1_markup li a .icon
{
   fill: currentColor;
   margin-right: 4px;
   height: 26px;
   width: 26px;
   vertical-align: middle;
}
#PanelMenu1_markup li a:hover .icon
{
   fill: currentColor;
}
#PanelMenu1 .button-icon
{
   fill: currentColor;
}
#PanelMenu1:hover .button-icon
{
   fill: currentColor;
}
#wb_PanelMenu1 a:hover
{
   color: #2B2B2B;
   background-color: #EDEDED;
   border: 0px solid #CCCCCC;
}
#PanelMenu1_panel
{
   background-color: #F6F6F6;
   overflow-y: auto;
}
#PanelMenu1 .line
{
   width: 30px;
   height: 6px;
   background: #696969;
   display: block;
   margin: 6px auto;
   transition: all 0.3s ease-in-out;
}
#PanelMenu1 .line:first-child
{
   margin-top: 5px;
}
#PanelMenu1.open .line:nth-child(1)
{
   transform: translateY(12px) rotate(45deg);
}
#PanelMenu1.open .line:nth-child(2)
{
   opacity: 0;
}
#PanelMenu1.open .line:nth-child(3)
{
   transform: translateY(-12px) rotate(-45deg);
}
#PanelMenu1
{
   line-height: 40px;
   width: 100%;
   height: 40px;
   position: relative;
   z-index: 999;
}
#PanelMenu1-close
{
   display: none;
   text-align: right;
}
#PanelMenu1-close a
{
   color: #696969;
   display: inline-block;
   font-size: 60px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-decoration: none;
}
#PanelMenu1-close a:hover
{
   color: #2B2B2B;
}
@media all and (max-width:480px) 
{
#PanelMenu1_panel
{
   width: 100%;
}
body
{
   margin-left: 0 !important;
}
#PanelMenu1-close
{
   display: block;
}
}
#PanelMenu1-logo
{
   border-width: 0;
   padding: 10px 10px 10px 10px;
   text-align: left;
}
#PanelMenu1-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
.PanelMenu1-effect
{
   display: inline-block;
   transform: perspective(0px) translateX(0);
   position: relative;
   transition: color 500ms ease-in-out;
}
.PanelMenu1-effect:before 
{
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   transform: scaleX(0);
   transform-origin: 0 50%;
   transition: all 500ms ease-in-out;
}
.PanelMenu1-effect:hover:before, .PanelMenu1-effect:focus:before, .PanelMenu1-effect:active:before
{
   transform: scaleX(1);
}
#wb_PanelMenu1
{
   display: none;
   width: 100%;
   z-index: 38;
}
#Messagebox
{
   display: block;
   width: 100%;
   height: 109px;
   z-index: 32;
}
#wb_Icon1
{
   display: inline-block;
   width: 45px;
   height: 44px;
   text-align: center;
   z-index: 21;
}
#wb_uid12
{
   margin: 0 0 0 24px;
}
#wb_uid5
{
   list-style-type: disc;
}
#contactemail
{
   display: block;
   width: 100%;
   line-height: 25px;
   z-index: 29;
}
#wb_uid13
{
   font-weight: bold;
}
#wb_Card1
{
   display: flex;
   z-index: 8;
}
#HorizontalLine2
{
   display: block;
   width: 100%;
   z-index: 11;
}
#wb_uid4
{
   margin: 0 0 0 24px;
}
#contactButton
{
   display: inline-block;
   width: 174px;
   height: 39px;
   z-index: 33;
}
#wb_uid10
{
   margin: 0 0 0 24px;
}
#wb_uid3
{
   list-style-type: disc;
}
#emailbox
{
   display: block;
   width: 100%;
   height: 36px;
   z-index: 30;
}
#wb_Card3
{
   display: flex;
   z-index: 10;
}
#wb_uid11
{
   list-style-type: disc;
}
#wb_uid2
{
   margin: 0 0 0 24px;
}
#contactmessage
{
   display: block;
   width: 100%;
   line-height: 25px;
   z-index: 31;
}
#wb_uid16
{
   color: #4F4F4F;
}
#wb_Card2
{
   display: flex;
   z-index: 9;
}
#wb_uid1
{
   list-style-type: disc;
}
#HorizontalLine1
{
   display: block;
   width: 100%;
   z-index: 6;
}
#wb_uid17
{
   color: #4F4F4F;
}
#wb_uid0
{
   background-color: #FFFFFF;
   color: #00BFFF;
}
#namebox
{
   display: block;
   width: 100%;
   height: 36px;
   z-index: 26;
}
#wb_uid14
{
   font-weight: bold;
}
#wb_uid15
{
   font-weight: bold;
   letter-spacing: 1.07px;
}
#wb_newsHeading
{
   display: block;
   width: 100%;
   z-index: 5;
}
#wb_headerMenu
{
   display: inline-block;
   width: 323px;
   height: 52px;
   z-index: 37;
}
#contactphone
{
   display: block;
   width: 100%;
   line-height: 23px;
   z-index: 27;
}
#wb_Heading2
{
   display: block;
   width: calc(100% - 4px);
   z-index: 24;
}
#phonebox
{
   display: block;
   width: 100%;
   height: 36px;
   z-index: 28;
}
#wb_uid18
{
   background-color: #FFFFFF;
   color: #000000;
}
#wb_Heading3
{
   display: block;
   z-index: 16;
}
#wb_Captcha
{
   display: inline-block;
   width: 33px;
   height: 38px;
   z-index: 34;
}
#wb_uid9
{
   list-style-type: disc;
}
#wb_IT-Palvelu_fi
{
   display: block;
   width: calc(100% - 100px);
   height: auto;
   z-index: 36;
}
#wb_Icon2
{
   display: inline-block;
   width: 44px;
   height: 55px;
   text-align: center;
   z-index: 19;
}
#wb_uid8
{
   margin: 0 0 0 24px;
}
#contactname
{
   display: block;
   width: 100%;
   line-height: 25px;
   z-index: 25;
}
#wb_Icon3
{
   display: inline-block;
   width: 46px;
   height: 53px;
   text-align: center;
   z-index: 17;
}
#wb_Palveluita
{
   display: block;
   width: 100%;
   z-index: 12;
}
#wb_uid7
{
   list-style-type: disc;
}
#wb_uid6
{
   margin: 0 0 0 24px;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_home
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   background-image: none;
}
#wb_home
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: auto;
   padding: 0;
}
#home > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#home > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_CardContainer1
{
   width: 100%;
   visibility: visible;
   display: block;
}
#CardContainer1
{
   padding: 20px 5px 20px 5px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 10px;
   margin-bottom: 5px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0;
}
#LayoutGrid3 .row
{
   margin-right: 1px;
   margin-left: 1px;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 5px 0 5px 0;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 3px 3px 3px 3px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#Card1-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms linear 0ms;
}
#Card1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #00B0CB;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 100px 20px 100px;
   border-top: 1px #4F4F4F solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #282828;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: #00B0CB;
   background-image: none;
   color: #FFFFFF;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card1:hover #Card1-card-item4
{
   background-color: #000000;
   transition: background-color 500ms linear 0ms;
}
#Card1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#Card1-card-item4 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 0px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 3px 3px 3px 3px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#Card2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms linear 0ms;
}
#Card2-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #00B0CB;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 100px 20px 100px;
   border-top: 1px #4F4F4F solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #282828;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: #00B0CB;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2:hover #Card2-card-item4
{
   background-color: #000000;
   transition: background-color 500ms linear 0ms;
}
#Card2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#Card2-card-item4 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 0px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 3px 3px 3px 3px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#Card3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #00B0CB;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 100px 20px 100px;
   border-top: 1px #4F4F4F solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #282828;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: #00B0CB;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3:hover #Card3-card-item4
{
   background-color: #000000;
   transition: background-color 500ms linear 0ms;
}
#Card3-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#Card3-card-item4 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 0px;
}
#wb_Card3
{
   text-align: center;
}
#wb_newsHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 5px 0 5px 0 ;
   padding: 5px 0 5px 0;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_newsHeading
{
   background-color: #00B0CB;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#newsHeading
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#wb_homeText
{
   visibility: visible;
   display: block;
}
#wb_homeText
{
   font-size: 19px;
   margin: 150px 5px 150px 5px;
   padding: 5px 5px 5px 5px;
   text-align: center;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 16px;
   margin: 10px 5px 10px 5px;
   padding: 5px 0 10px 0;
   text-align: left;
   line-height: 21px;
}
#HorizontalLine2
{
   width: 100%;
   height: 2px;
   visibility: visible;
   display: block;
   margin: 0;
}
#HorizontalLine2
{
   border-color: #4F4F4F;
   border-bottom-width: 2px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../remote-it-support.webp');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: cover;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0;
}
#LayoutGrid4 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Palveluita
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 5px 0 5px 0;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Palveluita
{
   background-color: #00B0D0;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Palveluita
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#Contact
{
   visibility: visible;
   display: grid;
}
#Contact
{
   height: 419px;
}
#Contact
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr minmax(30px,50px) minmax(250px,300px) 1fr;
   grid-template-rows: auto auto auto auto auto;
   grid-template-areas:
      "Yhteystiedot Yhteystiedot Yhteystiedot Yhteystiedot"
      "nav item-4 item-1 sidebar"
      "nav item-3 sposti sidebar"
      "nav item-0 nettisivu sidebar"
      "footer footer footer footer";
}
#Contact .Yhteystiedot
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .nav
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#Contact .item-4
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .item-1
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .sidebar
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#Contact .item-3
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .sposti
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .item-0
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .nettisivu
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Contact .footer
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#wb_contactForm
{
   visibility: visible;
   display: table;
}
#wb_contactForm
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contactForm
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#contactForm .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contactButton
{
   width: 210px;
   height: 39px;
   visibility: visible;
   display: inline-block;
   margin: 10px 20px 10px 20px;
   padding: 10px 20px 10px 20px;
}
#contactname
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
   text-align: left;
}
#contactname
{
   line-height: 23px;
}
#contactemail
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
   padding: 5px 5px 5px 5px;
   text-align: left;
}
#contactemail
{
   line-height: 13px;
}
#contactmessage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
   text-align: left;
}
#contactmessage
{
   line-height: 23px;
}
#emailbox
{
   width: 100%;
   height: 41px;
   visibility: visible;
   display: block;
   margin: 0 0 10px 0 ;
   padding: 10px 10px 10px 10px;
   text-align: left;
}
#emailbox
{
   line-height: 9px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 13px;
   margin: 0;
   padding: 5px 5px 10px 5px;
   text-align: center;
   line-height: 16px;
}
#wb_Captcha
{
   width: 32px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 0 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#namebox
{
   width: 100%;
   height: 36px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#namebox
{
   line-height: 26px;
}
#Messagebox
{
   width: 100%;
   height: 109px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#contactphone
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#contactphone
{
   line-height: 13px;
}
#phonebox
{
   width: 100%;
   height: 36px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#phonebox
{
   line-height: 26px;
}
#wb_Heading2
{
   width: calc(100% - 4px);
   visibility: visible;
   display: block;
   margin: 2px 2px 2px 2px;
   padding: 10px 10px 10px 10px;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: underline;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-decoration: underline;
   text-transform: none;
}
#wb_Heading3
{
   width: 310px;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 5px 0 10px 10px;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: #00B0CB;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Heading3
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text1
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text2
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Icon2
{
   width: 25px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Icon2
{
   width: 25px;
   height: 38px;
}
#Icon2 i
{
   line-height: 38px;
   font-size: 25px;
   width: 25px;
}
#wb_Icon1
{
   width: 25px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Icon1
{
   width: 25px;
   height: 31px;
}
#Icon1 i
{
   line-height: 31px;
   font-size: 25px;
   width: 25px;
}
#wb_Icon3
{
   width: 30px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Icon3
{
   width: 30px;
   height: 35px;
}
#Icon3 i
{
   line-height: 35px;
   font-size: 30px;
   width: 30px;
}
#wb_Text5
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text5
{
   font-size: 16px;
   margin: 10px 0 10px 0 ;
   padding: 10px 5px 15px 5px;
   text-align: center;
}
#wb_Text6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0px;
   align-self: auto;
}
#wb_Text6
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text4
{
   width: 200px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0px;
   align-self: auto;
}
#wb_Text4
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Palveluhinnasto__Suomen_halvin
{
   visibility: visible;
   display: block;
}
#wb_Palveluhinnasto__Suomen_halvin
{
   font-size: 16px;
   margin: 10px 5px 10px 5px;
   padding: 5px 0 10px 0;
   text-align: center;
   line-height: 21px;
}
#HorizontalLine1
{
   width: 100%;
   height: 0px;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
}
#HorizontalLine1
{
   border-color: #4F4F4F;
   border-bottom-width: -10px;
}
#wb_IT-Palvelu
{
   visibility: visible;
   display: table;
}
#wb_IT-Palvelu
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#IT-Palvelu
{
   height: auto;
   padding: 0 0 5px 0;
}
#wb_headerMenu
{
   visibility: hidden;
   display: none;
   margin: 60px 0 0 0 ;
   text-align: right;
}
#wb_headerMenu li
{
}
#wb_headerMenu a
{
   color: #4F4F4F;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 0px;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: "Oswald";
   font-weight: 300;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   text-transform: uppercase;
   text-align: left;
}
#wb_headerMenu > ul > li > a
{
   height: 28px;
   line-height: 28px;
}
#wb_headerMenu li:hover a, #wb_headerMenu a:hover
{
   color: #000000;
}
.headerMenu-effect:before
{
   border: 1px solid #00CED1;
   background-color: #00CED1;
   background-image: none;
}
#wb_headerMenu a.withsubmenu
{
   padding: 0 2px 0 5px;
}
#wb_headerMenu ul :hover ul
{
   left: -19px;
   top: 40px;
   padding-top: 20px;
   visibility: visible;
}
#wb_headerMenu .firstmain:hover ul
{
   left: -14px;
}
#wb_headerMenu li li
{
   width: 250px;
}
#wb_headerMenu ul ul a, #wb_headerMenu ul :hover ul a
{
   width: 220px;
   padding: 13px 20px 13px 10px;
   background-color: #FFFFFF;
   border: 0px solid #CCCCCC;
   color: #4F4F4F;
   font-family: "Oswald";
   font-weight: 300;
   font-size: 24px;
   font-style: normal;
   line-height: 24px;
   text-decoration: none;
   text-transform: uppercase;
}
#wb_headerMenu ul ul :hover a, #wb_headerMenu ul ul a:hover, #wb_headerMenu ul ul a.active, #wb_headerMenu ul ul a.active, #wb_headerMenu ul ul :hover ul :hover a, #wb_headerMenu ul ul :hover ul a:hover, #wb_headerMenu ul ul a.active, #wb_headerMenu ul ul :hover ul a.active
{
   background-color: #00CED1;
   border: 0px solid #000000;
   color: #FFFFFF;
}
#wb_headerMenu li
{
   padding: 5px 0px 5px 5px;
}
#wb_IT-Palvelu_fi
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#IT-Palvelu_fi
{
   width: 64.29%;
}
#wb_PanelMenu1
{
   width: 130px;
   height: 27px;
   visibility: visible;
   display: inline-block;
   margin: 30px 5px 5px 5px;
}
#PanelMenu1
{
   line-height: 27px;
   width: 130px;
   height: 27px;
}
#PanelMenu1 .line:first-child
{
   margin-top: -1px;
}
#PanelMenu1_markup li a
{
   color: #4F4F4F;
   border: 0px solid #C5C5C5;
   background-color: #FFFFFF;
   font-family: Oswald;
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu1 a
{
   color: #696969;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: #FFFFFF;
   font-family: Oswald;
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   text-align: left;
   text-transform: none;
}
#PanelMenu1_markup li a:hover
{
   color: #000000;
}
.PanelMenu1-effect:before, #PanelMenu1_markup li .active
{
   background-color: rgba(55,191,213,0.63);
   border: 0px solid #CCCCCC;
}
#PanelMenu1_markup li a .icon
{
   fill: currentColor;
   margin-right: 10px;
   height: 26px;
   width: 26px;
   vertical-align: middle;
}
#PanelMenu1_markup li a:hover .icon
{
   fill: currentColor;
}
#PanelMenu1 .button-icon
{
   fill: currentColor;
}
#PanelMenu1:hover .button-icon
{
   fill: currentColor;
}
#wb_PanelMenu1 a:hover
{
   color: #000000;
   background-color: #FFFFFF;
   border: 0px solid #CCCCCC;
}
#PanelMenu1_panel
{
   background-color: #FFFFFF;
   overflow-y: auto;
}
}
