@charset "UTF-8";
/* CSS Document */


/*KUSTOMOITU*/
body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  /*font-weight: 400;*/
  /*line-height: 1.5;*/
  line-height: normal;
  /*color: #212529;*/ing
  color: #000;
  text-align: left;
  background-color: #fff;
}
.varjo-top {
  height: 216px;
  background-image: linear-gradient(rgba(0,0,0,0.4), transparent);
  position: absolute;
  top: 0px;
  bottom: auto;
  width: 100%;
  z-index: 90;
}
.flag-en {
	display: none;
}
h1, h2, h3, h4, h5 {
	font-family: "Lufga-Bold";
	line-height: 1;
	letter-spacing: -0.3px;
}
h1 {
  font-size: 36px;
  line-height: 1.1;
}
.etusivun-uutiset {
  background: #FAA633;
  padding: 20px;
  color: #fff;
  border-left: 10px solid white;
  height: 390px;
  font-weight: 600;
  position: relative;
}
.etusivun-uutiset h1{
  padding-bottom: 7px;
}
.etusivun-uutiset p{
  margin-bottom: 14px;
}
.etusivun-uutiset .pvm{
  padding-right: 5px;
}
/*.etusivun-uutiset .pvm::after { 
  content: " I ";
}*/
.etusivun-uutiset .btn {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.nuoli-alas {
  background-image: url("../images/nuoli-alas.png");
  background-repeat: no-repeat;
  width: 19px;
  background-size: 19px 16px;
}
.nuoli-ylos {
  background-image: url("../images/nuoli-ylos.png");
  background-repeat: no-repeat;
  width: 19px;
  background-size: 19px 16px;
}

/*Kustomoitu näin palvelemme collapse*/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  background: #FFF6EA;
  padding: 21px 21px 13px 21px;
  color: #000000;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  background: #FAA633;
  padding: 15px 21px 14px 21px;
  color: #fff; 
  margin-bottom: 1px;
  cursor: pointer;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.lohko-24 {
    background: #FAA633;
    padding: 15px 21px 14px 21px;
    color: #fff;
    margin-bottom: 1px;
    cursor: pointer;
}
.lohko-24 h2{
 	font-size: 20px;
    margin: 0px;
    padding: 0px;
}

/* KUSTOMOITU SELECT */
/* The container must be positioned relative: */
.custom-select {

  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding: 5px 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  line-height: auto;
  color: #000;
  vertical-align: middle;
  /*background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;*/
  background: #fff;
  border: 0px solid #ced4da;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  position: relative;
  text-align: left;
  

}
.custom-select select {
  display: none; /*hide original SELECT element: */
}
.select-selected {
  background-color: #fff;
  color: #000;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase; 
  
  white-space: nowrap;
  overflow: hidden;
 text-overflow: ellipsis;
  max-width: 95%;
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #000;
  padding: 0px 0px;
  border: 0px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  top: 35px;
  left: 0px;
  right: 0;
  z-index: 99;
  padding: 10px 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div {
    padding: 5px 16px;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.mc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
}


a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #fff;
}
.osaajalinkki:link,.osaajalinkki:active,.osaajalinkki:visited {
  text-decoration: underline;
  color: #000;
}
.osaajalinkki:hover {
  text-decoration: none;
}

.takaisin {
  width: 200px; 
  height: 35px;
  background-image: url("../images/back.png");
  background-repeat: no-repeat;
  background-size: 30px 35px;
  padding: 7px 35px;
  font-family: "Lufga-Bold";
  font-size: 18px;
  color: #B4B4B4;
  margin-top: 30px;
}

#rekisteriseloste .takaisin {
  margin-top: 7px;
}

#case .takaisin {
  margin-top: 7px;
}
.linkki-tekstissa a:link, .linkki-tekstissa a:active, .linkki-tekstissa a:visited {
  color: #000;
  text-decoration: underline;
}
.linkki-tekstissa a:hover {
  color: #000;
  text-decoration: none;
}
.takaisin-bottom {
  position: absolute;
  bottom: 0;
  width: 200px; 
  height: 35px;
  background-image: url("../images/back.png");
  background-repeat: no-repeat;
  background-size: 30px 35px;
  padding: 7px 35px;
  font-family: "Lufga-Bold";
  font-size: 18px;
  color: #B4B4B4;
  margin-top: 30px;
}

.takaisin-white {
  width: 200px; 
  height: 35px;
  background-image: url("../images/back-white.png");
  background-repeat: no-repeat;
  background-size: 30px 35px;
  padding: 7px 35px;
  font-family: "Lufga-Bold";
  font-size: 18px;
  color: #fff;
  margin-top: 0px;
}
.takaisin-mob-white {
  width: 200px; 
  height: 35px;
  background-image: url("../images/back-white.png");
  background-repeat: no-repeat;
  background-size: 30px 35px;
  padding: 7px 35px;
  font-family: "Lufga-Bold";
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  display: none;
}
#myytava-yritys .takaisin {
  margin-top: 10px;
}
.takaisin-mob {
  width: 200px; 
  height: 35px;
  background-image: url("../images/back.png");
  background-repeat: no-repeat;
  background-size: 30px 35px;
  padding: 7px 35px;
  font-family: "Lufga-Bold";
  font-size: 18px;
  color: #B4B4B4;
  margin-top: 30px;
  display: none;
}
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 15px solid transparent; 
  border-right: 31px solid #B4B4B4;
}
.arrow-text {
  color: #B4B4B4;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.container-arrow {

}

.back-arrow {
   font-family: "Lufga-Bold";
    font-size: 18px;
    color: #B4B4B4;
    margin-bottom: 20px;
    padding: 0px;
}
.back-arrow img{
  width: 35px;
  width: 30px;
  padding-right: 4px;
}
.back-arrow-img{
  width: 35px;
  width: 30px;
  margin-right: 4px;
  line-height: 0px;
  padding: 0px;
}

.back-arrow-white {
   font-family: "Lufga-Bold";
   font-size: 18px;
   color: #fff;
}

#liity-osaajarekisteriin .back-arrow {
   font-family: "Lufga-Bold";
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
#liity-osaajarekisteriin.back-arrow img{
  width: 35px;
  width: 30px;
  padding-right: 4px;
}

.back-arrow2 {
   display: none;
    font-family: "Lufga-Bold";
    font-size: 18px;
    color: #B4B4B4;
    margin-bottom: 20px;
}
.back-arrow3 {
   display: block;
    font-family: "Lufga-Bold";
    font-size: 18px;
    color: #B4B4B4;
    margin-left: -170px;
    margin-top: -50px;
}
.back-arrow3 img{
  width: 35px;
  width: 30px;
  padding-right: 4px;
}
.back-arrow-white-mob {
  display: none;
}
.hero {
  background: #000;
  padding-bottom:52.8%; 
  height:0;
  position:relative;
}

.container-hero-osaajarekisteri {
  height: 216px;
  background-image: linear-gradient(rgba(0,0,0,0.4), transparent);
}
.container-hero-pysy-ajan-tasalla {
  height: 216px;
  background-image: linear-gradient(rgba(0,0,0,0.4), transparent);
}
.container-hero-case {
  height: 160px;
  background-color: #376F92;
  background-color: #204660;
}
.container-hero-uutinen {
  height: 160px;
  background-color: #376F92;
  background-color: #204660;
  padding-bottom: 10px;
}

.hero-text h3{
  font-size: 21px;
}

.hero-etusivu .hero-text {
  position: absolute;
  top: auto;
  bottom: 38%;
  left: 12%;
  width: 400px;
  z-index: 10;
  color: #fff;
  text-align: left;
}

.hero-ostajalle .hero-text {
  position: absolute;
  top: auto;
  left: 10%;
  width: 500px;
  bottom: 25%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.hero-myyjalle .hero-text {
  position: absolute;
  top: auto;
  left: 12%;
  width: 400px;
  bottom: 12%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.hero-sijoittajalle .hero-text {
  position: absolute;
  top: auto;
  left: 8%;
  width: 600px;
  bottom: 10%;
  z-index: 10;
  color: #fff;
  text-align: left;
  /*text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);*/
}
.hero-sijoittajalle .hero-text h1 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.hero-nain-palvelemme .hero-text {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.hero-menestystarinat .hero-text {
  position: absolute;
  width: 550px;
  top: auto;
  right: auto;
  left: 10%;
  bottom: 15%;
  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.hero-ota-yhteytta .hero-text {
  position: absolute;
  top: 42%;
  right: 12%;
  left: 50%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.hero-myytavan-yrityksen-tarkemmat-tiedot .hero-text{
  position: absolute;
  top: auto;
  bottom: 33%;
  left: 8%;
  width: 550px;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.hero-myytava-yritys .hero-text{
  position: absolute;
  top: auto;
  bottom: 33%;
  left: 8%;
  width: 550px;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.bg-sym-yellow {
  background: #FAA633;
}
.bg-sym-light-blue {
  background: #376F92;
}
.bg-sym-dark-blue {
  background: #204660;
}
/*.sym-br-5 {
  border-right: 5px solid #fff;
}
.sym-bl-5 {
  border-left: 5px solid #fff;
}*/
.gr-black {
  height: 200px;
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.hero-gr-black {
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
  position: absolute; 
  top: 0; 
  height: 251px; 
  width: 100%;
}

#paavalikko {
  position: absolute; 
  top: 30px; 
  z-index: 100; 
  width: 100%;
}
.paavalikon-togglen-taustavari {
  background-color: transparent;
}

#ostajalle .active-ostajalle {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#myyjalle .active-myyjalle {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#sijoittajalle .active-sijoittajalle {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#nain-palvelemme .active-nain-palvelemme {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#menestystarinat .active-menestystarinat {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#yritys .active-yritys {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#ajankohtaista .active-ajankohtaista {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.ajankohtaista-nayta-kaikki{
  padding: 5px;
}
.ajankohtaista-lue-lisaa-uutisia{
  padding: 10px 0px;
  text-align: right;
}
#ota-yhteytta .active-ota-yhteytta {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#liity-osaajarekisteriin {
   background-color: #FAA633;
}
#liity-osaajarekisteriin #f_liite{
   margin-left: 20px;
}
#kiitos {
   background-color: #FAA633;
}
#pysy-ajan-tasalla {
   background-color: #FAA633;
   color: #fff;
   font-size: 19px;
}
#pysy-ajan-tasalla label{
    font-size: 19px; 
    font-weight: 400;
    margin-left: 0px;
    padding-right: 20px;
}

footer a:link, footer a:visited {
  color: #000;
  text-decoration: underline;
}
footer a:hover, footer a:active {
   text-decoration: none;
}

/* karuselli alkaa */

.karuselli {     
       position: relative;
       min-height: 400px;
	   background-image: linear-gradient(rgba(0,0,0,0.4), transparent);
	   background-image: linear-gradient(rgba(0,0,0,1), transparent);
}
.karuselli2 {     
       position: relative;
       min-height: 400px;
         position: relative;
  width: 100%;
  overflow: hidden;
}
.karuselli h1{     
       position: relative;
        font-size: 3.0vw;
        padding-bottom: 8px;
}
#etusivu .carousel-caption-3 a:link, #etusivu .carousel-caption-3 a:hover, #etusivu .carousel-caption-3 a:visited  {
  color: #000;
}
#etusivu .karuselli-button a:link, #etusivu .karuselli-button a:hover, #etusivu .karuselli-button a:visited  {
  color: #fff;
}
.karuselli-ostajalle .carousel-caption-1 {
  position: absolute;
  top: 65%;
  left: 12%;
  right: 63%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.karuselli-ostajalle .karuselli-otsikko {
  width: 100%;
  text-align: left;
}
.karuselli-ostajalle .karuselli-button {
  width: 100%;
  text-align: center;
}

.karuselli-ostajalle .carousel-caption-2 {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}

.karuselli-ostajalle .carousel-caption-3 {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
/*.karuselli-ostajalle .carousel-caption-1 .karuselli-button {
  margin-left: 30px;
  text-align: left;*/
}

.karuselli-myyjalle .carousel-caption-1 {
  position: absolute;
  top: 85%;
  left: 12%;
  right: 63%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.carousel-caption-myyjalle-1 {
  position: absolute;
  top: 65%;
  left: 12%;
  right: 63%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.karuselli-sijoittajalle .carousel-caption-1 {
  position: absolute;
  top: 40%;
  right: 37%;
  left: 39%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.carousel-caption-sijoittajalle-1 {
  position: absolute;
  top: 40%;
  right: 37%;
  left: 39%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.karuselli-sijoittajalle .karuselli-button {
  text-shadow: none;
}

.karuselli-menestystarinat .carousel-caption-1 {
  position: absolute;
  top: 73%;
  right: 60%;
  left: 10%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.karuselli-menestystarinat .carousel-caption-2 {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.karuselli-menestystarinat .carousel-caption-2 h1 {
  font-size: 3.0vw;
  padding-bottom: 8px;
}
.karuselli-menestystarinat .carousel-caption-3 {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.karuselli-menestystarinat .carousel-caption-3 h1 {
  font-size: 3.0vw;
  padding-bottom: 8px;
}
.karuselli-nain-palvelemme .carousel-caption-1 {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.carousel-caption-nain-palvelemme-1 {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.karuselli-nain-palvelemme .carousel-caption-2 {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}

.karuselli-nain-palvelemme .carousel-caption-3 {
  position: absolute;
  top: 42%;
  right: 49%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}


.karuselli-ota-yhteytta .carousel-caption-1 {
  position: absolute;
  top: 42%;
  right: 12%;
  left: 50%;
  z-index: 10;
  color: #fff;
  text-align: left;
}


.hero-mob {     
       display: none;
}


.carousel-caption-1 {
  position: absolute;
  top: 42%;
  right: 60%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.carousel-caption-1 h1 {
  font-size: 3.0vw;
  padding-bottom: 8px;
}
#etusivu .carousel-caption-1 {
  position: absolute;
  top: auto;
  right: 60%;
  left: 8%;
  bottom: 10%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
#etusivu .carousel-caption-2 {
  position: absolute;
  top: auto;
  right: 60%;
  left: 8%;
  bottom: 10%;
  z-index: 10;
  color: #fff;
  text-align: left;
}
#etusivu .carousel-caption-3 {
  position: absolute;
  top: 42%;
  right: 60%;
  left: 8%;
  z-index: 10;
  color: #fff;
  text-align: left;
  color: #000;
}
#etusivu .carousel-caption-1 h1 {
  font-size: 3.0vw;
  padding-bottom: 8px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
#etusivu .carousel-caption-2 h1 {
  font-size: 3.0vw;
  padding-bottom: 8px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.karuselli-button {
    width: 100%;
    text-align: left;
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: no-repeat 50% / 100% 100%;
}

/*.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}*/

.carousel-control-prev-icon {
  background-image: url("../images/polygon-prev.png");
}

.carousel-control-next-icon {
  background-image: url("../images/polygon-next.png");
}

/*.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}*/

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 2%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: border-box; 
  border: 4px solid white;
  opacity: .5;
  transition: opacity 0.6s ease;
  border-radius: 100%;
  padding: 3px;
}

#example1 {
  border: 10px solid black;
  padding: 15px;
  background: #fff;
  background-clip: border-box; 
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 0.5;
  background: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



.kielet { 
		  position: absolute; 
		  top: 10px; 
		  right: 10px; 
		  z-index: 101;
	   }
.kielet img { 
		  width: 30px;
		  height: auto;
		  margin: 5px;
	   }
.intro  {   
	   padding: 0px;
       padding-left: 18%;
	   padding-right: 18%;
       }
.intro h1 {
  font-size: 38px;
  margin-bottom: 20px;
}
.intro p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
	   }
.intro strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}

.lohko-intro  {   
	   padding: 0px;
       padding-left: 18%;
	   padding-right: 18%;
       }
.lohko-intro h1 {
  font-size: 38px;
  margin-bottom: 20px;
}
.lohko-intro p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
	   }
.lohko-intro strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}

.lohko-1 {
  padding: 0px;
  height: 390px;
   background: #000;
}

.lohko-1 img {
  height: 390px;
}

.lohko-1-kuva-div {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px;
}
.lohko-1-kuva-mob-div {
  display: none;
}
.lohko-1-teksti-div {
  color: #fff;
  position: absolute;
  top: 90px;
  left: 330px;
  width: 400px;
  padding-right: 0px;
}
.lohko-1-teksti-div h1 {
  font-size: 42px;
  line-heigth: 31px;
  padding-bottom: 15px;
}
.lohko-1-button {
  color: #fff;
  margin-top: 20px;
}

.lohko-2 {
 	background-color: #FAA633; 
    color: #fff;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    paddingt-top: 0px;
    padding-bottom: 0px;
    border-left: 5px solid white;
    height: 390px;
    font-weight: 600;
}
.lohko-2-teksti-div {
 	width: 100%;
    text-align: left;
 
}
.leipateksti-2 {
 	font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -15;
}
.leipateksti-3 {
 	font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -15;
    margin-bottom: 40px;
}
.lohko-2 h1{
    font-size: 75px;
}
.lohko-liity-osaajarekisteriin {
 	background-color: #FAA633; 
    color: #fff;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    paddingt-top: 0px;
    padding-bottom: 0px;
    border-left: 5px solid white;
    height: 390px;
    font-weight: 600;
}
.lohko-liity-osaajarekisteriin-teksti-div {
 	width: 100%;
    text-align: left;
 
}
.lohko-liity-osaajarekisteriin h1{
    font-size: 65px;
}

.lohko-3 {
 	background-color: #204660; 
    color: #fff;
    font-weight: bold;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    border-right-style: solid;
    border-right-width: 5px;
    border-color: #fff;
    height: 390px;
    
}
.lohko-3-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-3 h1{
    font-size: 65px;
    padding-bottom: 10px;
    line-height: 65px;
}
.rivi-1 {

}
.rivi-2 {
  margin-top: 10px;
}
/*
.rivi-3 {
  padding-left: 18%;
  padding-right: 18%;
}
.rivi-4 {
  padding-left: 18%;
  padding-right: 18%;
}
.rivi-5 {
  padding-left: 18%;
  padding-right: 18%;
}
*/

.rivi-6 {
  padding-left: 60px;
  padding-right: 60px;
}
.rivi-7 {
  padding-left: 18%;
  padding-right: 18%;
}
.rivi-8 {
  
}
.lohko-5 {
    padding: 27px;
    padding-top: 33px;
    text-align: center;
}
.lohko-5 h1{
    font-size: 46px;
}

.lohko-6 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 20px;
}

.lohko-6 img {
 	width: 30%;
    height: auto;
    margin-bottom: 20px;
}
.lohko-6-kuva {
 	width: 100%;
    text-align: center; 
}
.lohko-6-teksti {
 	text-align: left;
}
.lohko-6 h2 {
 	font-size: 21px;
    margin-bottom: 15px;
}

.lohko-7 {
    padding: 13px;
    text-align: center;
    margin-top: 0px;
}
.lohko-7 .otsikko-1{
    font-size: 31px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-right: 20px;
}
.lohko-7 .btn-sym-blue{
    margin-top: -10px;
    margin-left: 10px;
}

.container-lataa .btn-sym-blue{
    width: 200px;
    height: 30px;
}
.lohko-8 {
    background-color: #FAA633; 
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 3%;
    padding-bottom: 1%;
    height: 390px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-8-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-8 h2{
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.lohko-8 label{
    font-size: 19px; 
    font-weight: 400;
    margin-left: 0px;
    padding-right: 20px;
}
.lohko-10 {
    padding: 30px; 
}
.lohko-12 {
  background: #000;
}
.lohko-12-kuva-div {
  overflow: hidden;
  width: 100%;
  height: 390px;
}
.lohko-12-teksti-div {
  color: #fff;
  position: absolute;
  top: 90px;
  left: 50%;
  width: 400px;
  padding-right: 0px;
}
.lohko-12-teksti-div h1 {
  font-size: 42px;
  line-heigth: 31px;
  padding-bottom: 15px;
}
.lohko-12-button {
  color: #fff;
  margin-top: 20px;
}
.lohko-13 {
    padding: 30px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    padding-top: 30px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
}
.lohko-14 {
    padding: 30px;
    background: #204660;
    color: #fff;
    height: 390px;
    padding-top: 30px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
}
.lohko-15 {
    padding: 30px;
    background: #376F92;
    color: #fff;
    height: 390px;
    padding-top: 30px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-16 {
    padding: 30px;
    background: #204660;
    color: #fff;
    height: 390px;
    padding-top: 30px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
}
.lohko-17 {
    padding: 30px;
    background: #376F92;
    color: #fff;
    height: 390px;
    padding-top: 30px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;

}
.lohko-18 {
    padding: 30px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    padding-top: 30px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
}
.container-8 .lohko-18 h1 {
    margin-bottom: 10px;
}
.lohko-19 {
    padding: 80px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
}
.lohko-20 {
    padding: 80px;
    background: #204660;
    color: #fff;
    height: 390px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-21 {
 	background-color: #FAA633; 
    color: #fff;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    paddingt-top: 0px;
    padding-bottom: 0px;
    border-right: 5px solid white;
    height: 390px;
}
.lohko-21 h1{
 	font-size: 56px; 
}
.lohko-22 {
 	background-color: #000; 
    color: #fff;
    border-left: 5px solid white;
    height: 390px;
    overflow: hidden;
    position: relative;
}
.lohko-22 img {
 	height: 530px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: -120px;
}
.lohko-22-teksti-div {
  color: #fff;
  position: absolute;
  top: 35px;
  left: 350px;
  width: 400px;
  padding-right: 30px;
}
.lohko-22-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
.lohko-23 {
    background: #204660;
    color: #fff;
    padding: 14px 21px 12px 21px;
}
.lohko-23 h1{
 	font-size: 26px;
    margin: 0px;
}
.lohko-24 {
    background: #FAA633;
    padding: 15px 21px 14px 21px;
    color: #fff;
    margin-bottom: 1px;
    cursor: pointer;
}
.lohko-24 h2{
 	font-size: 20px;
    margin: 0px;
    padding: 0px;
}
.lohko-25 {
    background: #FFF6EA;
    padding: 21px 21px 13px 21px;
    color: #000000;
}

.lohko-26 {
    padding: 0px;
     padding-left: 18%;
    padding-right: 18%;
}

.lohko-26-kuva-div img {   
	   width: 100%;
 }
 .lohko-26-teksti-div {   
	   padding: 30px;
       color: #fff;
       font-size: 18px;
       font-weight: 600;
       line-height: 26px;
        background: #FAA633;
 }
  .lohko-26-teksti-div h1 {   
	   margin-bottom: 20px;
 }
 
 .lohko-27 {   
	   padding: 0px;
       border-right: 5px solid #fff;
       border-left: 5px solid #fff;
       height: auto;
       margin-bottom: 10px;
 }
  .lohko-27-kuva-div {   
	   height: 340px;
       overflow: hidden;
       display: none;
 }
 .lohko-27-kuva-div img {   
	   width: 100%;
 }
 .lohko-27-teksti-div {   
	   padding: 20px 30px 30px 30px;
       color: #fff;
       font-size: 15px;
       font-weight: 600;
       line-height: 21px; 
 }
 .lohko-27-teksti-div p {   
	   padding: 0px;
       margin: 0px;
 }
  .lohko-27-teksti-div h1 {   
	   margin-bottom: 12px;
       font-size: 31px;
       line-height: 31px; 
 }
.lohko-27-teksti-div h1:first-letter {   
	   text-transform: uppercase;
 }
 .lohko-27-teksti-div .pvm {
  padding: 0px 0px 12px 0px;
}
 .lohko-31 {
 	background-color: #204660; 
    color: #fff;
    font-weight: bold;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    border-left-style: solid;
    border-left-width: 0px;
    border-color: #fff;
    border-right-style: solid;
    border-right-width: 5px;
    border-color: #fff;
    height: 390px;
}
.lohko-31-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-31 h1{
    font-size: 31px;
    padding-bottom: 10px;
    line-height: 31px;
}
.lohko-31-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-31 h1{
    font-size: 31px;
    padding-bottom: 10px;
    line-height: 31px;
}
 .lohko-32 {
 	background-color: #204660; 
    color: #fff;
    font-weight: bold;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    border-right-style: solid;
    border-right-width: 5px;
    border-color: #fff;
    height: 390px;
}

.lohko-33 {
  padding: 0px;
  height: 390px;
  height: 400px;
  margin-bottom: 10px;
  background: #000;
  overflow: hidden;
  position: relative;
}
.lohko-33-kuva-div {
  padding: 0px;
}
.lohko-33-teksti-div {
  color: #fff;
  position: absolute;
  top: 10%;
  left: 44%;
  padding-right: 20px;
}
.lohko-33-teksti-div h2 {
  font-size: 26px;
  padding-bottom: 10px;
  margin: 0px;
}
.lohko-33-titteli {
 margin-bottom: 10px;
}
.lohko-33-kuvaus {
   margin-bottom: 19px;
   font-weight: normal;
}
.lohko-33-somelogo {
  position: absolute;
  width: 100%;
  text-align: center;
}
.lohko-33-somelogo img {
  width: 44px;
  height: auto;
}
img.lohko-33-somelogo {
  width: 44px;
  height: auto;
  position: absolute;
  top: 295px;
  left: 40%;
}
img.jarmo-pakarinen {
  height: 560px;
  margin-top: -140px;
  margin-left: -150px;
}
img.jukka-tuunanen {
  height: 560px;
  margin-top: -140px;
  margin-left: -150px;
}

img.harri-vakkuri {
  height: 560px;
  margin-top: -150px;
  margin-left: -120px;
}
img.kirsi-maria-rinta-jouppi {
  position: absolute;
  height: 490px;
  bottom: 0px;
  left: -120px;
}
img.jari-paajanen {
  position: absolute;
  height: 500px;
  bottom: 0px;
  left: -80px;
}
img.satu-saari {
  height: 560px;
  margin-top: -150px;
  margin-left: -150px;
}
img.kari-niemi {
  height: 560px;
  margin-top: -150px;
  margin-left: -190px;
}
img.jouni-kallio {
  height: 560px;
  margin-top: -140px;
  margin-left: -160px;
}
img.katri-leppaniemi {
  height: 560px;
  margin-top: -150px;
  margin-left: -150px;
}
img.pekka-liespuu {
  height: 560px;
  margin-top: -150px;
  margin-left: -170px;
}
img.suvi-hulkkonen {
  height: 420px;
  margin-top: -10px;
  margin-left: -100px;
}
img.panu-hulkkonen {
  height: 420px;
  margin-top: -10px;
  margin-left: -100px;
}
img.johannes-lepisto {
  height: 550px;
  margin-top: -70px;
  margin-left: -170px;
}
img.esa-virtanen {
  height: 600px;
  margin-top: -140px;
  margin-left: -170px;
}
img.antti-varila {
  height: 450px;
  margin-top: -20px;
  margin-left: -140px;
}
.lohko-33-vasen {
   border-right: 5px solid white;
}
.lohko-33-oikea {
   border-left: 5px solid white;
}
.lohko-35 {
  padding: 0px;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.lohko-35-kuva-div{
  height: 390px;
  width: 100%;
}
.lohko-35-kuva-div img {
  width: auto;
  height: 420px;
  position: absolute;
  bottom: 0px;
  right: -30px;
  z-index: 0;
}
.lohko-35-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 30px;
  width: 300px;
  font-weight: 600;
  z-index: 2;
}
.lohko-35 .gradient {
 background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.5));
 height: 390px;
 width: 40%;
 position: absolute;
 z-index: 1;
 left: 0px;
 top: 0px;
 right: auto;
 bottom: auto;
}
.lohko-35-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
.linkki:link {
  text-decoration: underline;
}
.linkki:hover {
  text-decoration: none;
}
.lohko-35-button {
  color: #fff;
  position: absolute;
  top: 340px;
  left: 600px;
}
.lohko-case-duo {
  padding: 0px;
  height: 390px;
  overflow: hidden;
  position: relative;
  border-right: 5px solid #fff;
}
.lohko-case-duo-kuva-div{
  height: 390px;
  width: 100%;
}
.lohko-case-duo-kuva-div img {
  width: auto;
  height: 420px;
  position: absolute;
  bottom: 0px;
  right: -30px;
  z-index: 0;
}
.lohko-case-duo-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 30px;
  width: 300px;
  font-weight: 600;
  z-index: 2;
}
.lohko-case-duo .gradient {
 background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.5));
 height: 390px;
 width: 40%;
 position: absolute;
 z-index: 1;
 left: 0px;
 top: 0px;
 right: auto;
 bottom: auto;
}
.lohko-case-duo-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
.linkki:link {
  text-decoration: underline;
}
.linkki:hover {
  text-decoration: none;
}
.lohko-35-button {
  color: #fff;
  position: absolute;
  top: 340px;
  left: 600px;
}
.lohko-case-digitarvike {
  padding: 0px;
  height: 390px;
  overflow: hidden;
  background: #376F92;
  border-right: 5px solid #fff;
}
 .lohko-case-digitarvike-kuva-div {
  height: 390px;
  position: absolute;
  right: 0px;
}
.lohko-case-digitarvike-kuva-div img {
  height: 430px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
 .lohko-case-digitarvike-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 50px;
  width: 300px;
}
 .lohko-case-digitarvike h1 {
  font-size: 31px;
  line-heigth: 31px;
}
 .case-digitarvike-kuva-mob {
  display: none;
}
 .case-digitarvike-kuvateksti-mob {
  display: none;
}
.lohko-36 {
 	background-color: #FAA633; 
    color: #fff;
    border-right: 5px solid white;
    height: 390px;
    display: flex;
    align-items: center;
}
.lohko-36 h1{
 	font-size: 31px; 
}
.lohko-36-kuva-div {
    height: 195px;
    overflow: hidden;
}
.lohko-36-kuva-div img{
 	width: 100%;
}
.lohko-36-teksti-div {
 	padding: 0px 10px;
}
.lohko-37 {
  padding: 0px;
  height: 390px;
  border-right: 5px solid white;
}
.lohko-37-kuva-div {
  height: 390px;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
.lohko-37-kuva-div img {
  height: 430px;
  position: absolute;
  bottom: 0;
}
.lohko-37-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 40px;
  width: 450px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.lohko-37-button {
  position: absolute;
  top: 330px;
  left: 600px;
}
.lohko-38 {
    background: #204660;
    color: #fff;
    padding: 0px 21px 16px 21px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.lohko-39 {
    background-color: #204660; 
    color: #fff;
    border-left: 5px solid white;x
    height: 390px;
    display: flex;
   align-items: center;
}
.lohko-39 img {
 	height: 390px; 
}
.lohko-39-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 90px;
  width: 500px;
}
.lohko-39-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}

.lohko-40 {
    padding: 0px;
    height: 390px;
    background: #376F92;
    display: flex;
    align-items: center;
}
.lohko-40-kuva-div {
  overflow: hidden;
  width: 100%;
  height: 390px;
}
.case-intro {
  font-size: 15px;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
}
.case-ylaotsikko {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
}
.lohko-40-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 80px;
  bottom: auto;
  width: 600px;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.lohko-40-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
.lohko-41 {
    padding: 13px;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 0px;
}
.lohko-41 .otsikko-1{
    font-size: 31px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-right: 20px;
}
.lohko-41 .btn-sym-blue{
    margin-top: 0px;
    margin-left: 10px;
}
.lohko-42 {
    padding: 13px;
    text-align: center;
    margin-top: 0px;
    width: 100%;
}
.lohko-42 .btn-sym-blue{
    margin-top: 0px;
    margin-left: 10px;
}

.lohko-42 input[type=search] {
  width: 800px;
}
/* kustomoitu formi*/
.lohko-42 .form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 2rem;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.lohko-43 {
  padding: 0px;
  height: 390px;
  background: #000;
}

.lohko-43 img {
  height: 390px;
  width: auto;
  margin-left: -20px;
}

.lohko-43-kuva-div {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px;
  overflow: hidden;
}

.lohko-43-teksti-div {
  color: #fff;
  position: absolute;
  top: 35px;
  left: 30px;
  width: 400px;
  padding-right: 0px;
}
.lohko-43-teksti-div h1 {
  font-size: 42px;
  line-heigth: 31px;
  padding-bottom: 0px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.lohko-43-button {
  color: #fff;
  position: absolute;
  top: 300px;
}
.lohko-44 {
    text-align: left;
}
.lohko-45 {
    background-color: #FAA633; 
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 3%;
    padding-bottom: 1%;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
    min-height: 390px;
}
.lohko-45-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-45 h2{
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.lohko-45 label{
    font-size: 19px; 
    font-weight: 400;
    margin-left: 0px;
    padding-right: 20px;
}
.lohko-osaajarekisteri-1 {
    text-align: left;
    position: relative;
}
.lohko-osaajarekisteri-2 {
    color: #fff;
}
.lohko-osaajarekisteri-2-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-osaajarekisteri-2 h2{
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 20px;
}
/*.lohko-osaajarekisteri-2 label{
    font-size: 19px; 
    font-weight: 400;
    margin-left: 0px;
    padding-right: 20px;
}*/
.lohko-osaajarekisteri-3 {
    
}
.lohko-47 {
    text-align: left;
}
.lohko-myytava-yritys-1 {
    text-align: left;
}
.lohko-case-1 {
    text-align: left;
    position: relative;
}
.lohko-uutinen-1 {
    text-align: left;
    position: relative;
}
.case-pikku-kuva {
    width: 100%;
    height: auto;
    padding: 0px 0px 10px 0px;
}

.lohko-48 {
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
}
 .lohko-49 {   
	   padding: 0px;
       margin-bottom: 10px;
 }
  .lohko-49-kuva-div {   
	   height: auto;
 }
 .lohko-49-kuva-div img {   
	   width: 100%;
 }
 .lohko-49-teksti-div {   
	   padding: 30px 30px 20px 30px;
       color: #fff;
       font-size: 18px;
       font-weight: normal;
       line-height: 26px;
       /*overflow: hidden;*/
 }
  .lohko-49-teksti-div h1 {   
	   margin-bottom: 20px;
       font-size: 31px;
       line-height: 31px;
 }
 .lohko-50 {
    background-color: #FAA633; 
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 3%;
    padding-bottom: 1%;
    height: 390px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-50-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-50 h2{
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.lohko-50 label{
    font-size: 19px; 
    font-weight: 400;
    margin-left: 0px;
    padding-right: 20px;
}
.lohko-myytava-yritys-2 {
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
}
.lohko-uutinen-2 {
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
          margin: 0px 30px 0px -30px;
}
.lohko-rekisteriseloste {
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: normal;
          font-size: 18px;
}
.otsikko {
    padding-top: 20px;
    padding-bottom: 3px;
    font-size: 18px;
}
.tieto {
    font-weight: bold;
    font-size: 18px;
}

.lohko-48-teksti-div {
 	width: 100%;
}
.lohko-myytava-yritys-2-teksti-div {
 	width: 100%;
}
.lohko-myytava-yritys-2-teksti-div a:link, .lohko-myytava-yritys-2-teksti-div a:hover, .lohko-myytava-yritys-2-teksti-div a:visited  {
 	color: #000;
    text-decoration: none;
}

.lohko-uutinen-2-teksti-div {
 	width: 100%;
}
.lohko-uutinen-2-teksti-div img {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.lohko-uutinen-2-teksti-div p {

}
.lohko-myytava-yritys-3 {

}
.lohko-case-3 img {
width: 100%;
height: auto;
}
.erotin-1{
    width: 10px; 
}
.erotin-2{
    width: 10px; 
}
.erotin-3{
    width: 10px; 
}
.container-intro {     
       margin-top: 30px;
	   margin-bottom: 20px;
}
       
.container-hero-liity-osaajarekisteriin {
    height: 200px;
}
.container-liity-osaajarekisteriin {
    margin-top: 20px;
}
.container-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.container-1 {
 	background-color: #204660; 
    color: #fff;
    margin-top: 10px;
    height: 390px;
}
.container-2 {
 	background-color: #204660; 
    color: #fff;
    margin-top: 0px;
}

.container-3 {
 	background-color: #FAA633; 
    color: #fff;
    margin-top: 10px;
}
.container-4 {
    margin-top: 10px;
}
.container-6 {
    display: none;
}
.container-7 {
    margin-top: 10px;
    padding: 0px;
}
.container-8 {
    margin-top: 0px;
}
.container-8 h1 {
    font-size: 31px;
    margin-bottom: 30px;
}
.container-9 {
    
}
.container-9 h1 {
    font-size: 31px;
    margin-bottom: 30px;
}
.container-10 {
    margin-top: 10px;
}
/*.container-11  {
    padding: 0px;
}*/
.container-11 {     
      max-width: 830px;
      margin: auto;
      padding-top: 45px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
}
.container-12  {
  
}
.container-13  {
    /*padding: 0px;*/
    margin-top: 10px;
}
.container-14 {
    margin-top: 0px;
    /*padding: 0px;*/
}
.container-15 {     
      max-width: 830px;
      margin: auto;
      padding-top: 30px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
}
.container-15  h1 {
  font-size: 38px;
  margin-bottom: 20px;
}
.container-15 p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
	   }
.container-15 strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}
.container-16 {     
      max-width: 790px;
      margin: auto;
      margin-top: 0px;
      margin-bottom: 0px;
}
.container-17 {
    margin-top: 0px;
}
.container-18 {     
      max-width: 830px;
      margin: auto;
}
.container-19 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.container-20 {
    margin-top: 0px;
    background-color: #FAA633; 
    color: #fff;
    margin-bottom: 0px;
}
.container-21 {
    background-color: #FAA633; 
    color: #fff;
    margin-top: 10px;
    padding: 10px 10% 20px 10%; 
}
.container-22 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.container-23 {
    margin-top: 10px;
}
.container-24 {     
      max-width: 830px;
      margin: auto;
      padding: 10px 10px;
      margin-top: 0px;
}
.container-24  h1 {
  font-size: 38px;
  margin-bottom: 20px;
}
.container-24 p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
	   }
.container-24 strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}
.container-25 {     
      max-width: 830px;
      margin: auto;
      padding: 10px 10px;
      margin-top: 0px;
}
.container-25  h1 {
  font-size: 38px;
  margin-bottom: 20px;
}
.container-25 p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
	   }
.container-25 strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}

.container-26 {     
    margin-top: 40px;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: 300;
     font-size: 18px;
}
.container-27 {     
      width: 790px;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
}
.container-myytava-yritys-1 {     
    margin-top: 40px;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: 300;
     font-size: 18px;
}
.container-case {     
    margin-top: 40px;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: 300;
     font-size: 18px;
}
.container-uutinen {     
      max-width: 830px;
      margin: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
}
.container-uutinen img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.container-uutinen .pvm {
  padding-bottom: 10px;
}
.container-uutinen h1 {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 10px;
}

.container-uutinen p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
}
.container-uutinen strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}
.container-myytava-yritys-1  h1 {
  font-size: 43px;
  margin-bottom: 20px;
}
.container-myytava-yritys-1 p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
	   }
.container-myytava-yritys-1 strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}

.container-kohde-etusivu {
    margin-top: 10px;
    background: #fff;
    padding: 0px;
}
.container-kohde-ostajalle {
    margin-top: 10px;
    background: #fff;
    padding: 0px;
}
.kohderyhman-container-etusivu { 
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0px;
  margin: 0px;
}
.kohderyhman-container-ostajalle { 
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0px;
  margin: 0px;
}

/* uusi kohde-tyylitys alkaa*/

.kohteiden-container { 
   width: 1150px; 
  margin: auto;
   margin-top: 10px;
   
     display: flex;
  flex-wrap: wrap;
}
.kohteen-boxi { 
   width: 25%; 
   background: #EFEFEF; 
   border-left: 5px solid white; 
   border-right: 5px solid white; 
   display: inline-block;
   position: relative;
   margin-bottom: 10px;
   min-height: 460px;
}
.kohteen-otsikko-ja-hinta-container { 
   display: flex; 
   justify-content: space-between;
}
.kohteen-kolumni{
    background-color: #fff;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.kohteen-box { 
    background: #EFEFEF; 
    padding: 0px; 
    margin: 0px;
    width: 25%;
    position: relative;
}
.kohteen-teksti-div { 
    padding: 15px;
    padding-bottom: 35px;
}

.kohteen-kuva {
    margin: 0px;
    height: 200px;
    overflow: hidden;
    padding: 0px;
    background: #000;
    position: relative;
}
.kohteen-kuva img {
    height: 200px;
    width: 100%;
    position: absolute;
}
.kohteen-otsikko {
    font-family: "Lufga-Bold";
    font-size: 20px;
    width: 100%;
    text-align: left;
	line-height: 24px;
	letter-spacing; -15px;
}
.kohteen-otsikko:first-letter {
    text-transform: capitalize;
}

.kohteen-otsikko a:link, .kohteen-otsikko a:hover, .kohteen-otsikko a:active, .kohteen-otsikko a:visited {
    color: #000;
}
.kohteen-hinta {
    font-family: "Lufga-Bold";
    font-size: 20px;
    width: 100%;
    color: #B74487;
    text-align: left;
    line-height: 20px;
    padding-bottom: 5px;
}
.kohteen-hinta a:link, .kohteen-hinta a:hover, .kohteen-hinta a:active, .kohteen-hinta a:visited{
    color: #B74487;
}

.kohteen-kuvaus {
    margin-top: 10px;
	margin-bottom: 17px;
	font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -15;
}
.kohteen-kuvaus a:link, .kohteen-kuvaus a:hover, .kohteen-kuvaus a:active, .kohteen-kuvaus a:visited{
    color: #000;
}
.kohteen-sijainti {
    text-transform: uppercase;
}
.kohteen-sijainti a:link{
    color: #000;
}
.kohteen-maa-2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
}
.kohteen-maa-2 img{
    width: 30px;
    height: 30px;
}
.kohteen-btn-2 {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.kohteen-maa {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
}
.kohteen-maa img{
    width: 30px;
    height: 30px;
}
.kohteen-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.caption-miten-myyt-yrityksen {
  position: absolute;
  right: 5%;
  top: 10%;
  left: 50%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}
.text-miten-myyt-yrityksen {
  position: absolute;
  right: 5%;
  top: 10%;
  left: 50%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}

/*kustomoitu päävalikko xl*/
.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}


.aktiivinen {
  text-decoration: underline;
}


.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  border: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}



.nav-link {
  font-size: 18px;
}





@media (min-width: 992px){
    .navbar li {
        margin-left : 4px;
        margin-right : 4px;
    }
}

.sym-logo {
  width:100%; 
  text-align:center; 
  padding-bottom:10px;
}
.sym-logo img{
  width:18%; 
  height: auto; 
}
.navbar-brand{
  display: none; 
}


/*KUSTOMOITU BUTTON*/

.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 2px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2rem;
  border-radius: 15px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 600;
  height: 30px;
  min-width: 113px;
}

/* button-sym-yellow*/
.btn-sym-yellow {
  color: #fff;
  background-color: #FAA633;
  border-color: #FAA633;
}
.btn-sym-yellow:hover {
  color: #fff;
  background-color: #376F92;
  border-color: #376F92;
}

.btn-sym-yellow:focus, .btn-sym-yellow.focus {
  color: #fff;
  background-color: #FAA633;
  border-color: #FAA633;
  box-shadow: 0 0 0 0.2rem rgba(250, 166, 51, 0.5);
}

.btn-sym-yellow.disabled, .btn-sym-yellow:disabled {
  color: #fff;
  background-color: #FAA633;
  border-color: #FAA633;
}

.btn-sym-yellow:not(:disabled):not(.disabled):active, .btn-sym-yellow:not(:disabled):not(.disabled).active,
.show > .btn-sym-yellow.dropdown-toggle {
  color: #fff;
  background-color: #FAA633;
  border-color: #FAA633;
}

.btn-sym-yellow:not(:disabled):not(.disabled):active:focus, .btn-sym-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-sym-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 166, 51, 0.5);
}

/* button-sym-yellow-2*/
.btn-sym-yellow-2 {
  color: #fff;
  background-color: #FAA633;
  border-color: #FAA633;
}

.btn-sym-yellow-2:hover {
  color: #fff;
  background-color: #204660;
  border-color: #204660;
}

.btn-sym-yellow-2:focus, .btn-sym-yellow-2.focus {
  color: #fff;
  background-color: #FAA633;
  border-color: #FAA633;
  box-shadow: 0 0 0 0.2rem rgba(250, 166, 51, 0.5);
}

.btn-sym-yellow-2.disabled, .btn-sym-yellow-2:disabled {
  color: #fff;
  background-color: #FAA633;
  border-color: #FAA633;
}

.btn-sym-yellow-2:not(:disabled):not(.disabled):active, .btn-sym-yellow-2:not(:disabled):not(.disabled).active,
.show > .btn-sym-yellow-2.dropdown-toggle {
  color: #fff;
  background-color: #FAA633;
  border-color: #FAA633;
}

.btn-sym-yellow-2:not(:disabled):not(.disabled):active:focus, .btn-sym-yellow-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-sym-yellow-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 166, 51, 0.5);
}

/* BUTTON-SYM-GREEN*/
.btn-sym-green {
  color: #fff;
  background-color: #4D8E35;
  border-color: #4D8E35;
}

.btn-sym-green:hover {
  color: #fff;
  background-color: #376F92;
  border-color: #376F92;
}

.btn-sym-green:focus, .btn-sym-green.focus {
  color: #fff;
  background-color: #4D8E35;
  border-color: #4D8E35;
  box-shadow: 0 0 0 0.2rem rgba(77, 142, 53, 0.5);
}

.btn-sym-green.disabled, .btn-sym-green:disabled {
  color: #fff;
  background-color: #4D8E35;
  border-color: #4D8E35;
}

.btn-sym-green:not(:disabled):not(.disabled):active, .btn-sym-green:not(:disabled):not(.disabled).active,
.show > .btn-sym-green.dropdown-toggle {
  color: #fff;
  background-color: #4D8E35;
  border-color: #4D8E35;
}

.btn-sym-green:not(:disabled):not(.disabled):active:focus, .btn-sym-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-sym-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 142, 53, 0.5);
}

/* BUTTON-SYM-BLUE*/
.btn-sym-blue {
  color: #fff;
  background-color: #204660;
  border-color: #204660;
}
.custom-file-label {
  color: #fff;
  background-color: #204660;
  border-color: transparent;
  border-radius: 15px;
  cursor: pointer;
}

.btn-sym-blue:hover {
  color: #fff;
  background-color: #376F92;
  border-color: #376F92;
}

.btn-sym-blue:focus, .btn-sym-blue.focus {
  color: #fff;
  background-color: #204660;
  border-color: #204660;
  box-shadow: 0 0 0 0.2rem rgba(32, 70, 96, 0.5);
}

.btn-sym-blue.disabled, .btn-sym-blue:disabled {
  color: #fff;
  background-color: #204660;
  border-color: #204660;
}

.btn-sym-blue:not(:disabled):not(.disabled):active, .btn-sym-blue:not(:disabled):not(.disabled).active,
.show > .btn-sym-blue.dropdown-toggle {
  color: #fff;
  background-color: #204660;
  border-color: #204660;
}

.btn-sym-blue:not(:disabled):not(.disabled):active:focus, .btn-sym-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-sym-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 70, 96, 0.5);
}

/* BUTTON-SYM-WHITE*/
.btn-sym-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  width: 100%;
  text-align: left;
}

.btn-sym-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-sym-white:focus, .btn-sym-white.focus {
  color: #000f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(32, 70, 96, 0.5);
}

.btn-sym-white.disabled, .btn-sym-white:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-sym-white:not(:disabled):not(.disabled):active, .btn-sym-white:not(:disabled):not(.disabled).active,
.show > .btn-sym-white.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-sym-white:not(:disabled):not(.disabled):active:focus, .btn-sym-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-sym-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 70, 96, 0.5);
}

/* kustomoitu formi*/
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 2rem;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-webkit-input-placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control::placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.form-group {
  margin-bottom: 10px;
}

.form-group-1 {
 padding-left: 21px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: lighter;
}

input[type=text], input[type=tel],input[type=email]  {
  padding-left: 20px;
  height: 33px;
}
textarea.form-control {
  padding: 20px;
  padding-top: 10px;
  height: 85px;
}

.form-group-2 {
 padding-left: 21px;
 padding-bottom: 10px;
 font-size: 19px;
 font-weight: lighter;
}

/* kustomoitu radio*/

/* The container */
.container-radio {
  /*display: inline-block;*/
  position: relative;
  padding-left: 27px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 4px;
}

/* On mouse-over, add background color */
.container-radio:hover input ~ .checkmark-radio {
  background-color: #376F92;
}

/* When the radio button is checked, add background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
 	top: 3px;
	left: 3px;
	width: 14px;
	height:14px;
	border-radius: 50%;
	background: #376F92;
}



/* kustomoitu checkbox*/

/* The container-checkbox */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
   margin-top: 4px;
}



/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
  background-color: #376F92;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer {
  color: #000;
  background-color: #D1D1D1;
  width: 100%;
  margin-top: 60px;
  padding: 30px;
   padding-top: 60px;
}

.somelogot {
  text-align: left;
}
.somelogot img {
  width: 60px;
  height: auto;
  margin: 8px;
  margin-top: 0px;
}
footer-yhteystiedot {
  padding-left: 10px;
}
.footer-yhteystiedot-sposti {
  padding-top: 40px;
  padding-left: 10px;
  text-align: left;
}
footer-copyright {
  padding: 30px;
}

p.case-ingressi{
  font-weight: bold;
}
.case-kuvateksti{
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 40px;
  padding-left: 0px;
}
.case-kuvateksti-digitarvike{
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 40px;
  margin-top: 5px;
  padding-left: 0px;
}
.case-kuvateksti-pikkukuva{
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 40px;
  padding-left: 0px;
}

.case-faktaa {
  margin-bottom: 40px;
  padding-left: 0px;
}
#case h1{
  padding-bottom: 10px;
}
#case h2{
  font-size: 18px;
  padding-top: 10px;
}

#case ul{
  padding-left: 20px;
}
#uutinen h1{
  padding-bottom: 10px;
}
#uutinen h2{
  font-size: 18px;
  padding-top: 10px;
}

#uutinen ul{
  padding-left: 20px;
}
.case-faktaa a:link, .case-faktaa a:active, .case-faktaa a:visited {
  color: #000;
  text-decoration: underline;
}
.case-faktaa a:hover {
  color: #000;
  text-decoration: none;
}

.case-kuvateksti-mob {
   display: none;
}
.container-hero-no-image {
   height: 160px;
   background-color: #204660
   
}

@media screen and (max-width: 1200px) {

.kohteiden-container { 
   width: 970px; 
}
.kohteen-boxi { 
   width: 33.33%; 
}

.container-hero {

}

.container-8 {
    margin-top: 0px;
}
.container-8 h1 {
    font-size: 25px;
    margin-bottom: 25px;
}

.kohteen-box-4 {
  display: none;
}
.kohteen-box { 
    background: #EFEFEF; 
    padding: 0px; 
    margin: 0px;
    width: 33.33%;
}
.erotin-3 { 
    display: none; 
}

.lohko-1 {
  padding: 0px;
  height: 390px;
}

.lohko-1 img {
  height: 390px;
  margin-left: -50px;
}

.lohko-1-kuva-div {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
.lohko-1-kuva-mob-div {
  display: none;
}
.lohko-1-teksti-div {
  color: #fff;
  position: absolute;
  top: 60px;
  left: 300px;
  width: 310px;
  padding-right: 0px;
}
.lohko-1-teksti-div h1 {
  font-size: 42px;
  line-heigth: 31px;
  padding-bottom: 15px;
}
.lohko-1-button {
  color: #fff;
  margin-top: 20px;
}
.lohko-2 h1{
    font-size: 65px;
}
.lohko-liity-osaajarekisteriin h1{
    font-size: 55px;
}
.lohko-3 h1{
    font-size: 55px;
    padding-bottom: 10px;
    line-height: 55px;
    letter-spacing: -0.13px;
}
.lohko-13 {
    padding: 20px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    padding-top: 79px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
}
.lohko-14 {
    padding: 20px;
    background: #204660;
    color: #fff;
    height: 390px;
    padding-top: 79px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
}
.lohko-15 {
    padding: 20px;
    background: #376F92;
    color: #fff;
    height: 390px;
    padding-top: 79px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-16 {
    padding: 20px;
    background: #204660;
    color: #fff;
    height: 390px;
    padding-top: 79px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
}
.lohko-17 {
    padding: 20px;
    background: #376F92;
    color: #fff;
    height: 390px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;

}
.lohko-18 {
    padding: 20px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-19 {
    padding: 60px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
    margin-bottom: 10px;
}
.lohko-19 h1 {
    font-size: 31px;
}
.lohko-20 {
    padding: 60px;
    background: #204660;
    color: #fff;
    height: 390px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-20 h1 {
    font-size: 31px;
}
.lohko-21 h1{
 	font-size: 47px; 
}
.lohko-22 {
 	background-color: #000; 
    color: #fff;
    border-left: 5px solid white;
    height: 390px;
    overflow: hidden;
    position: relative;
}
.lohko-22 img {
 	height: 390px; 
    position: absolute;
    top: 0px;
    left: -90px;
}
.lohko-22-teksti-div {
  color: #fff;
  position: absolute;
  top: 40px;
  left: 220px;
  width: 400px;
}
.lohko-22-teksti-div h1 {
  font-size: 26px;
  line-heigth: 26px;
}
.lohko-33-teksti-div {
  color: #fff;
  position: absolute;
  top: 10%;
  left: 47%;
  padding-right: 30px;
}
 .lohko-27 {   
	   padding: 0px;
       /*border-right: 5px solid #fff;*/
       height: auto;
       margin-bottom: 10px;
 }
  .lohko-27-kuva-div {   
	   height: 340px;
       overflow: hidden;
       font-display: none;
 }
 .lohko-27-kuva-div img {   
	   width: auto;
       height: 340px;
 }
 .lohko-27-teksti-div {   
	   padding: 20px 30px 30px 30px;
       color: #fff;
       font-size: 18px;
       font-weight: 600;
       line-height: 26px;
       /*overflow: hidden;*/
 }
  .lohko-27-teksti-div h1 {   
	   margin-bottom: 20px;
       font-size: 31px;
       line-height: 31px;
 }
 
.lohko-33-vasen {
   border-right: 0px solid white;
}
.lohko-33-oikea {
   border-left: 0px solid white;
}

img.jarmo-pakarinen {
  height: 560px;
  margin-top: -140px;
  margin-left: -80px;
}
img.jukka-tuunanen {
  height: 560px;
  margin-top: -140px;
  margin-left: -90px;
}
img.jari-paajanen {
  position: absolute;
  height: 500px;
  bottom: 0px;
  left: -30px;
}
img.satu-saari {
  height: 560px;
  margin-top: -150px;
  margin-left: -100px;
}
img.kari-niemi {
  height: 560px;
  margin-top: -150px;
  margin-left: -90px;
}
img.jouni-kallio {
  height: 560px;
  margin-top: -140px;
  margin-left: -100px;
}
img.katri-leppaniemi {
  height: 560px;
  margin-top: -150px;
  margin-left: -90px;
}
img.pekka-liespuu {
  height: 560px;
  margin-top: -150px;
  margin-left: -110px;
}
img.harri-vakkuri {
  height: 560px;
  margin-top: -150px;
  margin-left: -90px;
}
img.kirsi-maria-rinta-jouppi {
  position: absolute;
  height: 490px;
  bottom: 0px;
  left: -40px;
}
img.suvi-hulkkonen {
  height: 420px;
  margin-top: -10px;
  margin-left: -40px;
}
img.panu-hulkkonen {
  height: 420px;
  margin-top: -10px;
  margin-left: -40px;
}
img.johannes-lepisto {
  height: 550px;
  margin-top: -70px;
  margin-left: -90px;
}
img.esa-virtanen {
  height: 600px;
  margin-top: -130px;
  margin-left: -80px;
}
img.antti-varila {
  height: 470px;
  margin-top: -20px;
  margin-left: -80px;
}
 .lohko-35 {
  padding: 0px;
  height: 390px;
  overflow: hidden;
}
.lohko-35 img {
  height: 390px;
  position: absolute;
  right: -60px;
}
.lohko-35-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 50px;
  width: 300px;
}
.lohko-35-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
 .lohko-case-duo {
  padding: 0px;
  height: 390px;
  overflow: hidden;
}
.lohko-case-duo img {
  height: 390px;
  position: absolute;
  right: -60px;
}
.lohko-case-duo-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 50px;
  width: 300px;
}
.lohko-case-duo-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
.lohko-osaajarekisteri-2 h2{
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.lohko-case-digitarvike {
  padding: 0px;
  height: 390px;
  overflow: hidden;
  background: #376F92;
  border-right: 5px solid #fff;
}
 .lohko-case-digitarvike-kuva-div {
  height: 390px;
  position: absolute;
  right: 0px;
}
.lohko-case-digitarvike-kuva-div img {
  height: 430px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
 .lohko-case-digitarvike-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 30px;
  width: 280px;
}
 .lohko-case-digitarvike h1 {
  font-size: 31px;
  line-heigth: 31px;
}


footer {
  color: #000;
  background-color: #D1D1D1;
  width: 100%;
  margin-top: 60px;
  padding: 30px;
   padding-top: 60px;
}

.somelogot {
  text-align: left;
  width: 100%;
  padding-left: 50px;
}
.somelogot img {
  width: 50px;
  margin-left: 0px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer-yhteystiedot {
  padding: 30px;
}
.footer-yhteystiedot-sposti {
  padding-top: 40px;
  padding-left: 50px;
  text-align: left;
}
footer-copyright {
  padding: 30px;
}



}



@media screen and (max-width: 991px) {

.container-hero-no-image {
   height: 80px;
   background-color: #204660
   
}
#rekisteriseloste .takaisin {
  display: none;
}
#rekisteriseloste .takaisin-bottom {
  display: none;
}
#rekisteriseloste .takaisin-mob {
  display: block;
}
#case .takaisin {
  display: none;
}
#case .takaisin-bottom {
  display: none;
}
#case .takaisin-mob {
  display: block;
}

#myytava-yritys .takaisin {
  display: none;
}
#myytava-yritys .takaisin-mob {
  display: block;
}
#liity-osaajarekisteriin .takaisin-white {
  display: none;
}
#liity-osaajarekisteriin .takaisin-mob-white {
  display: block;
}
.kohteiden-container { 
   width: 730px; 
}
.kohteen-boxi { 
   width: 50%; 
}


.container-hero {

}
.container-hero-case {
  height: 80px;
}
.container-hero-uutinen {
  height: 80px;
}
.container-liity-osaajarekisteriin {
    margin-top: -50px;
}
.case-takaisin-top {
    position: absolute;
    top: 0;
    font-family: "Lufga-Bold";
    font-size: 18px;
    color: #B4B4B4;
    margin-bottom: 20px;
    display: none;
    
}
.case-takaisin-top img{
  width: 35px;
  width: 30px;
  padding-right: 4px;
}
.case-takaisin-bottom {
    position: absolute;
    bottom: 0;
    font-family: "Lufga-Bold";
    font-size: 18px;
    color: #B4B4B4;
    margin-bottom: 0px;
    display: none;
}
.case-takaisin-bottom img{
  width: 35px;
  width: 30px;
  padding-right: 4px;
}
.takaisin-rekisteriseloste {
  display: none;
}

.lohko-uutinen-2 {
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
          margin: 0px 0px 0px 0px;
}
.back-arrow {
   display: none;
}
.back-arrow-white {
   display: none;
}
.back-arrow2 {
   display: block;
      font-family: "Lufga-Bold";
    font-size: 18px;
    color: #B4B4B4;
    margin-bottom: 20px;
}
.back-arrow2 img{
  width: 35px;
  width: 30px;
  padding-right: 4px;
}
#myytava-yritys .back-arrow2 {
   display: block;
    font-family: "Lufga-Bold";
    font-size: 18px;
    color: #B4B4B4;
    margin: 40px 0px;
    
}
.back-arrow3 {
   display: none;
}
.back-arrow-white-mob {
  display: block;
}
.case-kuvateksti {
   display: none;
}
.case-kuvateksti-mob {
   display: block;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  padding: 0px 0px 30px 0px;
  margin-top: -25px;
}
.case-faktaa {
  margin: 40px 0px;
  padding-left: 0px;
}

.case-faktaa a:link, .case-faktaa a:active, .case-faktaa a:visited {
  color: #000;
  text-decoration: underline;
}
.case-faktaa a:hover {
  color: #000;
  text-decoration: none;
}

#paavalikko {
  position: absolute; 
  top: 0px; 
  z-index: 100; 
  width: 100%;
}

.paavalikon-togglen-taustavari {
  background-color: rgba(32, 70, 96, 0.9);
}

.sym-logo {
  display: none;
}

.navbar-nav {
  width: 100%;
  text-align: left;
  background-color: transparent;
  margin: 0px;
  padding: 70px;
}


.kielet { 
		  position: absolute; 
		  top: 17px; 
		  right: 70px; 
		  z-index: 101;
	   }
.navbar-brand{
  display: block;
  margin-top: 5px;
}
.navbar-brand img{
  width: 180px;
  height: auto;
}
.nav-item {
  border-bottom-width: thin;
  border-bottom-color: rgba(250, 250, 250, 0.5);
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.nav-item:last-child {
  border-bottom-width: 0px;
}

.hero-etusivu .hero-text {
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 8%;
  width: 350px;
  z-index: 10;
  color: #fff;
  text-align: left;
}
/*
.hero-text h1 {
  font-size: 23px;
  line-height: 23px;
  letter-spacing: -0.15px;
}

.hero-etusivu .hero-text h1 {
  font-size: 23px;
  line-height: 23px;
  letter-spacing: -0.15px;
}*/

.hero-ota-yhteytta .hero-text {
  position: absolute;
  top: 33%;
  right: 12%;
  left: 50%;
  z-index: 10;
  color: #fff;
  text-align: left;
}

.karuselli-ostajalle .carousel-caption-1 {
  position: absolute;
  top: 50%;
  right: 7%;
  left: 7%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.karuselli-ostajalle .karuselli-otsikko {
  text-align: center;
}
.karuselli-ostajalle .carousel-caption-1 h1 {
  font-size: 5.5vw;
  padding-bottom: 10px;
}

.intro  {   
	   padding: 0px;
       padding-left: 8%;
	   padding-right: 8%;
       }
.intro h1 {
  font-size: 38px;
}
.intro p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
	   }
.intro strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}


.lohko-1 {
  border-right: 0px;
}

.lohko-1 {
  padding: 0px;
  height: 390px;
}
.lohko-1 img {
  height: 390px;
}

.lohko-1-kuva-div {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
.lohko-1-kuva-mob-div {
  display: none;
}
.lohko-1-teksti-div {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 73%;
  transform: translate(-50%, -50%);
  width: 300px;
}


.etusivun-uutiset {
  background: #FAA633;
  padding: 20px;
  color: #fff;
  border-left: 0px solid white;
  height: 390px;
  font-weight: 600;
  margin-top: 10px;
}


.lohko-2 {
 	background-color: #FAA633; 
    color: #fff;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    paddingt-top: 0px;
    padding-bottom: 0px;
    border-left: 0px solid white;
    height: 390px;
    margin-top: 10px;
}
.lohko-2-teksti-div {
 	width: 100%;
    text-align: left;
}
.leipateksti-2 {
 	font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -15;
}
.lohko-2 h1{
    font-size: 65px;
}
.lohko-liity-osaajarekisteriin {
 	background-color: #FAA633; 
    color: #fff;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    paddingt-top: 0px;
    padding-bottom: 0px;
    border-left: 0px solid white;
    height: 390px;
    margin-top: 10px;
}
.lohko-liity-osaajarekisteriin-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-liity-osaajarekisteriin h1{
    font-size: 65px;
}
.lohko-3 {
 	background-color: #204660; 
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
    border-right-style: solid;
    border-right-width: 0px;
    border-color: #fff;
    
}
.lohko-3-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-3 h1{
    font-size: 85px;
    padding-bottom: 10px;
    line-height: 75px;
}
.lohko-5 h1{
    font-size: 40px;
}

.lohko-8 {
    background-color: #FAA633; 
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    margin-top: 10px;
    border-left-width: 0px;
}
.lohko-13 {
    padding: 30px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    padding-top: 79px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
    margin-bottom: 10px;
}
.lohko-14 {
    padding: 30px;
    background: #204660;
    color: #fff;
    height: 390px;
    padding-top: 79px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
    margin-bottom: 10px;
}
.lohko-15 {
    padding: 30px;
    background: #376F92;
    color: #fff;
    height: 390px;
    padding-top: 79px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
    margin-bottom: 0px;
}
.lohko-16 {
    padding: 30px;
    background: #204660;
    color: #fff;
    height: 390px;
    padding-top: 79px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
    margin-bottom: 10px;
}
.lohko-17 {
    padding: 30px;
    background: #376F92;
    color: #fff;
    height: 390px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
    margin-bottom: 10px;

}
.lohko-18 {
    padding: 30px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
    margin-bottom: 10px;
}
.lohko-21 {
 	background-color: #FAA633; 
    color: #fff;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 0px solid white;
    height: 390px;
}
.lohko-21 h1{
 	font-size: 75px; 
}
.lohko-22 {
 	background-color: #000; 
    color: #fff;
    border-left: 0px solid white;
    height: 390px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.lohko-22 img {
 	height: 500px;
    position: absolute;
    left: -130px;
    bottom: 0px;
    top: auto;
}
.lohko-22-teksti-div {
  color: #fff;
  position: absolute;
  top: 40px;
  left: 300px;
  width: 400px;
  padding-right: 30px;
}
.lohko-22-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}

 .lohko-27 {   
	   padding: 0px;
       /*border-right: 0px solid #fff;*/
       height: auto;
       margin-bottom: 10px;
 }
  .lohko-27-kuva-div {   
	   height: 600px;
       overflow: hidden;
 }
 .lohko-27-kuva-div img {   
	   height: 600px;
       width: auto;
       margin-left: -100px;
 }
 .lohko-27-teksti-div {   
	   padding: 20px 30px 30px 30px;
       color: #fff;
       font-size: 18px;
       font-weight: 600;
       line-height: 26px;
       /*overflow: hidden;*/
       height: auto;
 }
  .lohko-27-teksti-div h1 {   
	   margin-bottom: 20px;
       font-size: 31px;
       line-height: 31px;
 }

.lohko-31 {
    border-right-width: 0px;
}

.lohko-33-vasen {
   border-right: 0px solid white;
}
.lohko-33-oikea {
   border-left: 0px solid white;
}

.lohko-35 {
  padding: 0px;
  height: 390px;
  overflow: hidden;
}
.lohko-35 img {
  height: 390px;
  position: absolute;
  right: 0px;
}
.lohko-35-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 50px;
  width: 300px;
}
.lohko-35-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
.lohko-case-duo {
  padding: 0px;
  height: 390px;
  overflow: hidden;
  border-right: 0px;
}
.lohko-case-duo img {
  height: 390px;
  position: absolute;
  right: 0px;
}
.lohko-case-duo-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 50px;
  bottom: 50px;
  width: 300px;
}
.lohko-case-duo-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
.lohko-36 {
 	background-color: #FAA633; 
    color: #fff;
    padding: 0px;
    border-right: 0px solid white;
    height: 390px;
    margin-bottom: 10px;
    height: auto;
}
.lohko-36 h1{
 	font-size: 31px; 
}
.lohko-36-kuva-div {
    height: 390px;
    overflow: hidden;
}
.lohko-36-kuva-div img{
 	width: 100%;
}
.lohko-36-teksti-div {
 	padding: 20px 20px 20px 20px; 
    height: auto;
}
.lohko-37 {
  padding: 0px;
  height: 390px;
  border-right: 0px solid white;
}
.lohko-39 {
    color: #fff;
    border-left: 0px solid white;
    height: 390px;
    overflow: hidden;
}
.lohko-39 img {
 	height: 390px; 
}
.lohko-39-teksti-div {
  color: #fff;
  position: absolute;
  top: 100px;
  left: 90px;
  width: 500px;
}
.lohko-39-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}

.lohko-40 {
    padding: 0px;
}
.lohko-40-kuva-div {
  overflow: hidden;
  width: 100%;
  height: 390px;
}
.lohko-40-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 80px;
  bottom: auto;
  width: 600px;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.lohko-40-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
}
 .lohko-50 {
    background-color: #FAA633; 
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 3%;
    padding-bottom: 1%;
    height: auto;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
    margin-top: 10px;
}
.lohko-osaajarekisteri-2 h2{
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.container-1 {
 	background-color: #204660; 
    color: #fff;
    margin-top: 0px;
    height: 390px;
    margin-top: 10px;
}

.container-4 {
    margin-top: 10px;
}
.container-6 {
    display: block;
    margin-top: 10px;
}

.container-21 {
    background-color: #FAA633; 
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px 20px 20px; 
}
.rivi-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.lohko-6 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 20px;
}

.lohko-6 img {
 	width: 30%;
    height: auto;
    margin-bottom: 20px;
}
.lohko-6-kuva {
 	width: 100%;
    text-align: center; 
}
.lohko-6-teksti {
 	text-align: left;
}
.lohko-6 h2 {
 	font-size: 21px;
    margin-bottom: 15px;
}
.lohko-11 {
    padding: 20px;
    background: #FAA633;
    text-align: center;
}
.container-15 {     
      max-width: 755px;
      margin: auto;
      padding-top: 30px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
}
#nain-palvelemme .container-15 {     
      max-width: 830px;
      margin: auto;
      padding-top: 30px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
}
.lohko-19 {
    padding: 100px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
    margin-bottom: 10px;
}
.lohko-20 {
    padding: 100px;
    background: #204660;
    color: #fff;
    height: 390px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
}

.lohko-33-teksti-div {
  color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  padding-right: 30px;
}

img.jarmo-pakarinen {
  height: 540px;
  margin-top: -130px;
  margin-left: -130px;
}
img.jukka-tuunanen {
  height: 540px;
  margin-top: -140px;
  margin-left: -120px;
}

img.harri-vakkuri {
  height: 540px;
  margin-top: -140px;
  margin-left: -90px;
}
img.satu-saari {
  height: 560px;
  margin-top: -150px;
  margin-left: -140px;
}
img.kari-niemi {
  height: 560px;
  margin-top: -150px;
  margin-left: -120px;
}
img.jouni-kallio {
  height: 560px;
  margin-top: -140px;
  margin-left: -140px;
}
img.katri-leppaniemi {
  height: 560px;
  margin-top: -150px;
  margin-left: -120px;
}
img.pekka-liespuu {
  height: 560px;
  margin-top: -150px;
  margin-left: -140px;
}
img.suvi-hulkkonen {
  height: 420px;
  margin-top: -10px;
  margin-left: -70px;
}
img.panu-hulkkonen {
  height: 420px;
  margin-top: -10px;
  margin-left: -70px;
}
img.johannes-lepisto {
  height: 550px;
  margin-top: -70px;
  margin-left: -120px;
}
img.esa-virtanen {
  height: 600px;
  margin-top: -140px;
  margin-left: -130px;
}
img.antti-varila {
  height: 470px;
  margin-top: -20px;
  margin-left: -120px;
}
.container-3 .btn{
 	display: none;
}


.kohteen-box-3 {
  display: none;
}
.kohteen-box-4 {
  display: none;
}
.kohteen-box { 
    background: #EFEFEF; 
    padding: 0px; 
    margin: 0px;
    width: 50%;
}
.erotin-2 { 
    display: none; 
}
.erotin-3 { 
    display: none; 
}


/* hampurilainen*/

.hampurilainen {
width: 33px;
height: 23px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.hampurilainen span {
display: block;
position: absolute;
height: 5px;
width: 100%;
border-radius: 0px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.hampurilainen span {
background: #fff;
}

.hampurilainen span:nth-child(1) {
top: 0px;
}

.hampurilainen span:nth-child(2) {
top: 10px;
}

.hampurilainen span:nth-child(3) {
top: 20px;
}

footer {
  color: #000;
  background-color: #D1D1D1;
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  padding-top: 20px;
}

.somelogot {
  text-align: left;
  width: 100%;
  padding: 0px;
}
.somelogot img {
  width: 50px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  padding-right: 10px;
}
footer-yhteystiedot {
  padding: 0px;
}
.footer-yhteystiedot-sposti {
  padding-top: 30px;
  padding-left: 0px;
  text-align: left;
}
footer-copyright {
  padding: 10px;
}

img.jari-paajanen {
  position: absolute;
  height: 480px;
  bottom: 0px;
  left: -50px;
}
img.kirsi-maria-rinta-jouppi {
  position: absolute;
  height: 480px;
  bottom: 0px;
  left: -80px;
}

}

@media screen and (max-width: 768px) {

/*.container-lataa input{
   margin-left: 200px;
}*/
.button-wrap{
   margin-left: 0px;
}*/
#f_liite{
   margin-top: 40px;
   margin-left: -300px;
   background: red;
}

.karusellikuva-div {
    overflow: hidden;
    height: 420px;
}
img.karusellikuva-1 {
    position: absolute;
    left: auto;
    bottom: 0px;
    right: 0px;
    top: auto;
    height: 420px;
    width: auto;
}
img.karusellikuva-2 {
    position: absolute;
    left: auto;
    bottom: 0px;
    right: -100px;
    top: auto;
    height: 420px;
    width: auto;
}
img.karusellikuva-3 {
    position: absolute;
    left:auto;
    bottom: 0px;
    right: -30px;
    top: auto;
    height: 420px;
    width: auto;
}
h1 {
    font-size: 23px;
}

.lohko-myytava-yritys-2-teksti-div h1 {
    font-size: 31px;
}
.container-hero {
  height: 425px;
  background: #000;
}

.hero {
  position: relative;
  height: 425px;
  background: #000;
  overflow: hidden;
}
.hero-case .hero-kuva-duo img{
  position: absolute;
  right: 0px;
}
.hero-etusivu .hero-kuva img{
  position: absolute;
  right: -30px;
  bottom: 0;
}
.hero-etusivu .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
}
.hero-text h1 {
  font-size: 23px;
  line-height: 23px;
  letter-spacing: -0.15px;
}
.hero-etusivu .btn {
  display: none;
}

.hero-ostajalle img {
  position: absolute;
  bottom: 0px;
  right: -50px;
}
.hero-ostajalle .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
}
.hero-myyjalle .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.hero-sijoittajalle .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
}
.hero-nain-palvelemme .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
}
.hero-menestystarinat  {
  position: relative;
  overflow: hidden;
}
.hero-menestystarinat img {
  position: absolute;
  right: -50px;
  bottom: 0px;
  left: auto;
}
.hero-menestystarinat .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
}
.hero-yritys .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
}
.hero-ajankohtaista .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
}
.hero-ajankohtaista img {
  position: absolute;
  top: 0px;
  left: -50px;
}

.hero-ota-yhteytta {
  position: relative;
  overflow: hidden;
  background: #000;
}
.hero-ota-yhteytta .hero-text {
  position: absolute;
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: auto;
}
.hero-ota-yhteytta img {
  position: absolute;
  top: -30px;
  left: -50px;
  height: 455px;
}

.container-intro {     
       margin-top: 0px;
       margin-bottom: 0px;
}
.container-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.container-1 {
 	background-color: #204660; 
    color: #fff;
    margin-top: 10px;
    height: auto;
}
.container-3 {
 	background-color: #FAA633; 
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}
.container-4 {
    margin-top: 30px;
}
.container-5 {
    padding: 0px;
}
.container-6 {
    display: block;
    margin-top: 10px;
}
.container-7 {
    margin-top: 10px;
    padding: 0px;
}
.container-13 .row{
    margin: 0px;
}

.container-14 {
    margin: auto;
    padding: auto;
}
.container-14 .row {
    margin: 0px;
}

.container-15 {     
      font-size: 31px;
      max-width: 582px;
      margin: auto;
      padding-top: 30px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
}

.container-15  h1 {
  font-size: 31px;
  margin-bottom: 20px;
}
.container-15 p { 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px;
	   }
.container-15 strong{ 
		  font-family: 'Source Sans Pro', sans-serif;
          font-weight: 600;
          font-size: 16px;
}
.container-17 {
    margin-top: 10px;
}
.container-18 h1 {     
    font-size: 23px;
}
.container-21 {
    background-color: #FAA633; 
    color: #fff;
    margin-top: 0px;
    padding: 0px 20px 20px 20px; 
}

.hero-desktop {     
       display: none;
}
.hero-mob {     
       display: block;
}
.karuselli-ostajalle .hero-kuva-div {     
       height: 425px;
       overflow: hidden;
	   position: relative;
}
.karuselli-ostajalle .hero-kuva-div img {     
       height: 425px;
}

.karuselli-myyjalle .hero-kuva-div {  
       height: 425px;
       overflow: hidden;
}
.karuselli-myyjalle .hero-kuva-div img {     
      eight: 425px;
}

.carousel-caption-myyjalle-1 {
  position: absolute;
  top: 280px;
  left: 30px;
  right: 30px;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.carousel-caption-myyjalle-1 .karuselli-button {
  
}
.carousel-caption-myyjalle-1 h1 {
  font-size: 23px;
}

.carousel-caption-sijoittajalle-1 {
  position: absolute;
  top: 280px;
  right: 30px;
  left: 30px;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.carousel-caption-nain-palvelemme-1 {
  position: absolute;
  top: 280px;
  right: 30px;
  left: 30px;
  z-index: 10;
  color: #fff;
  text-align: left;
}
.carousel-caption-nain-palveleme-1 h1 {
  font-size: 23px;
}

.karuselli h1 {
  font-size: 23px;
  padding-bottom: 10px;
}

#etusivu .carousel-caption-1 {
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 20px;
  left: 20px;
  z-index: 10;
  color: #fff;
  text-align: left;
}

#etusivu .carousel-caption-1 h1 {
  font-size: 23px;
  padding-bottom: 0px;
}
#etusivu .carousel-caption-2 {
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 20px;
  left: 20px;
  z-index: 10;
  color: #fff;
  text-align: left;
}
#etusivu .carousel-caption-2 h1 {
  font-size: 23px;
  padding-bottom: 0px;
}
#etusivu .carousel-caption-3 {
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 20px;
  left: 20px;
  z-index: 10;
  color: #fff;
  text-align: left;
}
#etusivu .carousel-caption-3 h1 {
  font-size: 23px;
  padding-bottom: 0px;
}
#etusivu .carousel-caption-3 a:link, #etusivu .carousel-caption-3 a:hover, #etusivu .carousel-caption-3 a:visited  {
  color: #fff;
}
#etusivu .karuselli-button {
  display: none;
}
.img-fluid {
  max-width: none;
  height: 425px;
}

.karuselli-ostajalle .carousel-caption-1 {
  position: absolute;
  top: 65%;
  right: 7%;
  left: 7%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.karuselli-ostajalle .karuselli-otsikko {
  text-align: center;
}
.karuselli-ostajalle .carousel-caption-1 h1 {
  font-size: 5.5vw;
  padding-bottom: 10px;
}




.carousel-control-prev {
  left: 0;
  margin-left: 7px;
}

.carousel-control-next {
  right: 0;
    margin-right: 7px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 15px;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: border-box; 
  border: 4px solid white;
  opacity: .5;
  transition: opacity 0.6s ease;
  border-radius: 100%;
  padding: 3px;
}

.intro  {   
	   padding: 20px;
       padding-bottom: 10px;
       }
.intro h1 {
  font-size: 38px;
}
.intro p { 
          font-weight: 300;
          font-size: 18px;
          width: 100%;
          padding: 0px 0px;
	   }
.intro strong{ 
          font-weight: 600;
          font-size: 16px;
          margin: 0px;
	   }


.lohko-1 {
  padding: 0px;
  height: auto;
}
.lohko-1 h1{
  text-size: 23px;
}
.lohko-1 img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
.lohko-1-kuva-div {
  display: none;
}
.lohko-1-kuva-mob-div {
  width: 100%;
  height: auto;
  position: static;
  padding: 0px;
  display: block;
}
.lohko-1-kuva-mob-div img{
  width: 100%;
  height: auto;
}
.lohko-1-teksti-div {
  color: #fff;
  position: static;
  width: 100%;
  background: #081618;
  padding: 20px;
  transform: none;
}
.lohko-1-button {
  width: 100%;
  text-align: center;
}

p.lohko-1-button {
  margin-top: 30px;
}

.lohko-2 {
 	background-color: #FAA633; 
    color: #fff;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 40px;
    border-left: 0px solid white;
    margin-top: 10px;
}
.lohko-2-teksti-div {
 	width: 100%;
    text-align: left;
 
}
.leipateksti-2 {
 	font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -15;
}
.lohko-2 h1{
    font-size: 65px;
}

.lohko-3 {
 	background-color: #204660; 
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border-right-style: solid;
    border-right-width: 0px;
    border-color: #fff;
    
}
.lohko-3-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-3 h1{
    font-size: 85px;
    padding-bottom: 10px;
    line-height: 75px;
}

.lohko-5 {
    padding: 20px;
    padding-bottom: 0px;
    text-align: left;
}
.lohko-5 h1{
    font-size: 45px;
}
.rivi-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.lohko-6 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 20px;
    padding-bottom: 0px;
}

.lohko-6 img {
 	width: 30%;
    height: auto;
    margin: 0px 0px 20px 0px; 
}
.lohko-6-kuva {
 	width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.lohko-6-teksti {
 	text-align: left;
    padding: 0px;
    margin: 0px;
}
.lohko-6 h2 {
 	font-size: 21px;
    padding-bottom: 0px;
}
.lohko-7 {
    padding: 20px 20px 20px 20px;
    text-align: center;
}
.lohko-7 .otsikko-1{
	font-family: "Lufga-Bold";
	line-height: 21px;
	letter-spacing: -1px;
    font-size: 21px;
    margin-right: 0px;
}
.lohko-7 .btn-sym-blue{
    display: none;
    margin-top: -10px;
    margin-left: 10px;
}
.lohko-8 {
    background-color: #FAA633; 
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    margin-top: 10px;
    border-left-width: 0px;
}
.lohko-8-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-8 h2{
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 12px;
    letter-spacing: -0.7px;
    margin-left: 5px;
}
.lohko-8 label{
    font-size: 13px; 
    font-weight: 600;
    padding-right: 5px;
}
.lohko-10 {
    padding: 30px; 
}
.lohko-11 {
    padding: 25px;
    background: #FAA633;
    text-align: center;
}
.lohko-12 {

}
.lohko-12-kuva-div {
  overflow: hidden;
  width: 100%;
  height: 390px;
}
.lohko-12-kuva-div img{
  margin-left: -50px;
}
.lohko-12-teksti-div {
  color: #fff;
  position: absolute;
  top: 90px;
  left: 30px;
  right: 30px;
  width: auto;
  padding-right: 0px;
}
.lohko-12-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
  padding-bottom: 15px;
}
.lohko-12-button {
  color: #fff;
  margin-top: 20px;
}
.lohko-13 {
    padding: 30px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
	margin-bottom: 10px;
    position: relative;
}
.lohko-13 .boxi{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /*transform: translate(-50%, -50%);*/
  padding: 0px;
}
.lohko-14 {
    padding: 30px;
    background: #204660;
    color: #fff;
    height: 390px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
	margin-bottom: 10px;
}
.lohko-15 {
    padding: 30px;
    background: #376F92;
    color: #fff;
    height: 390px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-16 {
    padding: 30px;
    background: #204660;
    color: #fff;
    height: 390px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
	margin-bottom: 10px;
}
.lohko-17 {
    padding: 30px;
    background: #376F92;
    color: #fff;
    height: 390px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
	margin-bottom: 10px;

}
.lohko-18 {
    padding: 30px;
    background: #FAA633;
    color: #fff;
    height: auto;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-19 {
    padding: 30px;
    background: #FAA633;
    color: #fff;
    height: 390px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #fff;
}
/*.lohko-19 h1{
    font-size: 23px;
}*/
.lohko-20 {
    padding: 30px;
    background: #204660;
    color: #fff;
    height: 390px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #fff;
}
.lohko-20 h1{
    font-size: 23px;
}
.lohko-21 {
 	background-color: #FAA633; 
    color: #fff;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    paddingt-top: 0px;
    padding-bottom: 0px;
    border-right: 0px solid white;
    height: 390px;
}

.lohko-22 {
 	background-color: #000; 
    color: #fff;
    border-left: 0px solid white;
    height: auto;
    margin-top: 10px;
    padding: 0px 0px 20px 0px;
}
.lohko-22-kuva-div {
  height: 390px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.lohko-22 img {
 	height: 500px;
    position: absolute;
    left: -50px;
    bottom: 0px;
}
.lohko-22-teksti-div {
  color: #fff;
  position: static;
  padding: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  
}
.lohko-22-teksti-div h1 {
  font-size: 23px;
  line-heigth: 23px;
}
.lohko-23 {
    background: #204660;
    color: #fff;
    height: auto;
    padding: 21px 21px 21px 21px;
}
.lohko-23 h1{
 	font-size: 21px;
}

 .lohko-27 {   
	   padding: 0px;
       /*border-right: 0px solid #fff;*/
       height: auto;
       margin-bottom: 10px;
 }
  .lohko-27-kuva-div {   
	   height: 390px;
       overflow: hidden;
 }
 .lohko-27-kuva-div img {   
	   height: 390px;
       width: auto;
       margin-left: auto;
 }
 .lohko-27-teksti-div {   
	   padding: 20px 30px 30px 30px;
       color: #fff;
       font-size: 18px;
       font-weight: 600;
       line-height: 26px;
       /*overflow: hidden;*/
       heigth: auto;
 }
  .lohko-27-teksti-div h1 {   
	   margin-bottom: 20px;
       font-size: 23px;
       line-height: 23px;
 }

 .lohko-31 {
 	background-color: #204660; 
    color: #fff;
    font-weight: bold;
    display: flex;
    /*justify-content: right;*/
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-right-style: solid;
    border-right-width: 0px;
    border-color: #fff;
    height: 390px;
}
.lohko-31-teksti-div {
 	width: 100%;
    text-align: left;
}
.lohko-31 h1{
    font-size: 31px;
    padding-bottom: 10px;
    line-height: 31px;
}

.lohko-33 {
  padding: 0px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  background: #000;
}
.lohko-33-kuva-div {
  padding: 0px;
  height: 390px;
  width: 100%;
  overflow: hidden;
}
.lohko-33-teksti-div {
  color: #fff;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 30px;
}
.lohko-33-teksti-div h2 {
  font-size: 26px;
  padding-bottom: 10px;
  margin: 0px;
}
.lohko-33-titteli {
 margin-bottom: 10px;
}
.lohko-33-kuvaus {
   margin-bottom: 19px;
}
.lohko-33-somelogo {
  position: static;
  width: 100%;
  text-align: center;
}
.lohko-33-somelogo img {
  width: 44px;
  height: auto;
}
img.lohko-33-somelogo {
  width: 44px;
  height: auto;
  position: static;
  margin-left: 0px;
}


.lohko-35 {
  padding: 0px;
  height: auto;
}
.lohko-35-kuva-div {
  height: 390px;
  overflow: hidden;
  position: relative;
}
.lohko-35-kuva-div img {
  position: absolute;
  height: 390px;
  left: auto;
  right: 0px;
}
.lohko-35-teksti-div {
  color: #fff;
  position: static;
  width: 100%;
  background: #000;
  padding: 20px;
}
.lohko-35-teksti-div h1 {
  font-size: 23px;
  line-heigth: 23px;
}
.lohko-35-button {
  color: #fff;
  position: absolute;
  top: 340px;
  left: 600px;
}
.lohko-case-duo {
  padding: 0px;
  height: auto;
}
.lohko-case-duo-kuva-div {
  height: 390px;
  overflow: hidden;
  position: relative;
}
.lohko-case-duo-kuva-div img {
  position: absolute;
  height: 390px;
  left: auto;
  right: 0px;
}
.lohko-case-duo-teksti-div {
  color: #fff;
  position: static;
  width: 100%;
  background: #000;
  padding: 20px;
}
.lohko-case-duo-teksti-div h1 {
  font-size: 23px;
  line-heigth: 23px;
}
.lohko-case-duo-button {
  color: #fff;
  position: absolute;
  top: 340px;
  left: 600px;
}
.lohko-osaajarekisteri-2 h2{
    font-size: 31px;
    margin-bottom: 10px;
    margin-left: 0px;
}
img.jarmo-pakarinen {
  height: 540px;
  margin-top: -130px;
  margin-left: -140px;
}
img.jukka-tuunanen {
  height: 540px;
  margin-top: -140px;
  margin-left: -120px;
}
img.kari-niemi {
  height: 560px;
  margin-top: -150px;
  margin-left: -130px;
}
img.jouni-kallio {
  height: 560px;
  margin-top: -140px;
  margin-left: -150px;
}
img.harri-vakkuri {
  height: 540px;
  margin-top: -140px;
  margin-left: -100px;
}
img.jari-paajanen {
  position: absolute;
  height: 480px;
  bottom: auto;
  top: -95px;
  left: -60px;
}
img.kirsi-maria-rinta-jouppi {
  position: absolute;
  height: 480px;
  bottom: auto;
  top: -95px;
  left: -70px;
}
img.suvi-hulkkonen {
  height: 400px;
  margin-top: -10px;
  margin-left: -100px;
}
img.panu-hulkkonen {
  height: 400px;
  margin-top: -10px;
  margin-left: -70px;
}
img.johannes-lepisto {
  height: 550px;
  margin-top: -70px;
  margin-left: -140px;
}
img.esa-virtanen {
  height: 600px;
  margin-top: -140px;
  margin-left: -130px;
}
img.antti-varila {
  height: 470px;
  margin-top: -10px;
  margin-left: -140px;
}
.lohko-36 {
 	background-color: #FAA633; 
    color: #fff;
    padding: 0px;
    border-right: 0px solid white;
    height: auto;
}
.lohko-36 h1{
 	font-size: 23px; 
}
.lohko-36-kuva-div {
 	width: 100%; 
    height: 390px;
    overflow: hidden;
    position: relative;
}
.lohko-36-kuva-div img{
 	width: 100%; 
    position: auto;
    top: -20px;
}
.lohko-36-teksti-div {
 	padding: 20px 30px 20px 30px;
    height: auto;
}

.lohko-37 {
  padding: 0px;
  height: auto;
  border-right: 0px;
  background: #000;
}
.lohko-37 h1{
  font-size: 23px;
}
.lohko-37-kuva-div {
  width: auto;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.lohko-37 img {
  height: 390px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.lohko-37-teksti-div {
  color: #fff;
  position: static;
  padding: 30px;
  height: auto;
  width: 100%;
}
.lohko-37-button {
  position: static;
}
.lohko-39 { 
    color: #fff;
    border-left: 0px solid white;
    height: 390px;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
}
.lohko-39 img {
 	height: 390px;
}
.lohko-39-teksti-div {
  color: #fff;
  position: absolute;
  top: auto;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
}
.lohko-39-teksti-div h1 {
  font-size: 23px;
  line-heigth: 23px;
}

.lohko-40 {
    color: #fff;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.lohko-40-kuva-div {
  overflow: hidden;
  height: 390px;
  padding: 0px;
  margin: 0px;
  display: hidden;
}
.lohko-40-kuva-div img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  
}

.lohko-40-teksti-div {
  color: #fff;
  position: static;
  padding: 20px;
  height: auto;
}
.lohko-40-teksti-div h1 {
  font-size: 23px;
  line-heigth: 23px;
}
.lohko-42 {
    padding: 10px;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    text-align: left;
}
.lohko-42 .btn-sym-blue{
    margin-top: 0px;
    margin-left: 0px;
}

.lohko-42 input[type=search] {
  width: 800px;
}
/* kustomoitu formi*/
.lohko-42 .form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 2rem;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lohko-43-teksti-div {
  color: #fff;
  position: absolute;
  top: 35px;
  left: 30px;
  width: 400px;
  width: auto;
  padding-right: auto;
}
.lohko-43-teksti-div h1 {
  font-size: 31px;
  line-heigth: 31px;
  padding-bottom: 0px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.lohko-43-teksti-div h2 {
  font-size: 31px;
  line-heigth: 31px;
  padding-bottom: 0px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.lohko-50 h2{
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.lohko-case-digitarvike {
  padding: 0px;
  height: auto;
  overflow: visible;
  background: #376F92;
  border-right: 0px solid #fff;
}
 .lohko-case-digitarvike-kuva-div {
  height: 390px;
  position: relative;
  right: 0px;
  overflow: hidden;
}
.lohko-case-digitarvike-kuva-div img {
  height: auto;
  width: 100%;
  position: absolute;
  right: 0px;
  top: -130px;
}
 .lohko-case-digitarvike-teksti-div {
  color: #fff;
  position: static;
  background: #000;
  width: 100%;
  padding: 20px;
}

/* kustomoitu formi*/
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 2rem;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-webkit-input-placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control::placeholder {
  color: #BEBEBE;
  opacity: 1;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.form-group {
    margin-bottom: 5px;
}

.form-group-1 {
 padding-left: 0px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: lighter;
}
/*
input[type=text], input[type=tel],input[type=email]  {
  padding-left: 20px;
  height: 33px;
}*/
textarea.form-control {
  padding: 20px;
  padding-top: 10px;
  height: 85px;
}



/* kustomoitu radio*/

/* The container */
.container-radio {
  /*display: inline-block;*/
  position: relative;
  padding-left: 20px;
  margin-right: 8px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 0px;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
  background-color: #376F92;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
 	top: 3px;
	left: 3px;
	width: 14px;
	height:14px;
	border-radius: 50%;
	background: #376F92;
}




.container-kohde-etusivu {
    margin-top: 0px;
    background: #FAA633;
    padding: 0px;
}

.container-kohde-ostajalle {
    margin-top: 10px;
    background: #FAA633;
    padding: 0px;
}

.kohderyhman-container-etusivu { 
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  padding: 0px;
  margin: 0px;
}
.kohderyhman-container-ostajalle { 
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  padding: 0px;
  margin: 0px;
}
.kohteen-otsikko-ja-hinta-container { 
   display: flex; 
   justify-content: space-between;
}
.kohteen-maa-ja-button-container { 
   display: flex; 
   justify-content: space-between;
}
.kohteen-maa-ja-button-container-2 { 
   display: flex; 
   justify-content: space-between;
}
.kohteen-kolumni{
    background-color: #fff;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.kohteen-box { 
    background: #EFEFEF; 
    padding: 0px; 
    margin: 0px;
    width: 100%;
    display: block;
}
.kohteen-box-1 { 
    margin-bottom: 10px;
}
.kohteen-box-2 { 
    margin-bottom: 10px;
}
.kohteen-box-3 { 
    margin-bottom: 10px;
}
.kohteen-box-4 { 
    margin-bottom: 0px;
}
.kohteiden-container { 
   width: 100%; 
}
.kohteen-boxi { 
   width: 100%;
   height: auto;
}
.kohteen-kuva {
    margin: 0px;
    height: auto;
    width: 100%;
    position: static;
}
.kohteen-kuva img {
    position: static;
    width: 100%;
    height: auto;
}

.navbar-nav {
  width: 100%;
  text-align: left;
  background-color: transparent;
  margin: 0px;
  padding: 30px;
}

.nav-link {
  font-size: 18px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  padding-right: 0px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  border: none;
}

.nav-item {
  border-bottom-width: thin;
  border-bottom-color: rgba(250, 250, 250, 0.5);
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.nav-item:last-child {
  border-bottom-width: 0px;
}
.navbar {

}

.collapse {
	
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.0s ease;
}



footer {
  color: #000;
  background-color: #D1D1D1;
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  padding-top: 20px;
}

.somelogot {
  text-align: center;
  width: 100%;
  padding: 0px;
}
.somelogot img {
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.footer-yhteystiedot {
  padding: 0px;
}
.footer-yhteystiedot-sposti {
  padding-top: 30px;
  padding-left: 0px;
  text-align: left;
}
footer-copyright {
  padding: 30px;
}
#yhteydenottolomake-1 .btn{
  margin-top: 10px;
}
}
.grecaptcha-badge {
    display: none;
}
.consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 30px;
    display: none; /* Aloitetaan piilossa */
    justify-content: center;
    align-items: center;
}

.consent-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.consent-banner p {
    margin: 0 0 10px 0;
    text-align: center;
}

.consent-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 15px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    width: 200px;
}

.consent-btn:hover {
    background-color: #45a049;
}




