.milkBackground {
    background-color: rgba(255, 255, 255, .5);
    padding: 40px;
    border-radius: 20px;
}
.card .card-img-cont {
    height: 218px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.naytaKriteerit {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
}
.hidden-card {
    display: none;
}
.language {
    display: none !important;
}
/* inter-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter-regular';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/inter-v12-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-600 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter-semibold';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/inter-v12-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-700 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter-bold';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/inter-v12-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
body {

}
h1, h2, h3, h4 {
    margin-bottom: 30px;
    font-family: 'Inter-bold';
}
h1 {
    font-size: 70px;
    font-weight: 700;
}
h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
h3 {
    font-size: 34px;
    /* margin-bottom: 30px; */
}
h4 {
    font-size: 22px;
    font-weight: 700;
}
a {
    text-decoration: none;
    cursor: pointer;
    font-family: 'Inter-regular';
}
p {
    font-family: 'Inter-regular';
    font-size: 16px;
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    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;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    background-color: black;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    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;
}
.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.max-width {

}
.helper-nav {
    justify-content: flex-end;
}
ul.wcag-menu li[aria-expanded="true"] > ul { display: block; }
.navbar {
    height: 100px;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
.navbar .container-fluid {
    z-index: 9999;
    background: white;
}
.navbar .navbar-brand img {
    max-width: 200px;
}
.navbar .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #00693c;
    font-family: 'Inter-bold';
}
.navbar .nav-item.dropdown .nav-link,
.navbar .nav-item.dropdown button.dropdown-toggle {
    display: inline-block;
}
.navbar .nav-item.dropdown button.dropdown-toggle {
    background-color: white;
    border: none;
}
.navbar .nav-item.dropdown .nav-link {
    padding-right: 5px;
}
.navbar .nav-item.dropdown button.dropdown-toggle {
    padding-right: 1rem;
}
.navbar .nav-item.dropdown a.dropdown-item {
    font-family: 'Inter-semibold';
    color: #00693c;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #00693c !important;
    background-color: white;
    text-decoration: underline;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
    color: #00693c;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
    text-decoration: underline !important;
}
.navbar .language {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 9999;
}
.navbar .language a {
    display: inline-block;
    padding: 2px 6px;
    color: black;
}
.navbar .language a.active {
    color: white;
    background-color: #567fe3;
}
.ingress {
    font-weight: 600;
    margin-top: 40px;
    font-family: 'Inter-semibold';
}
.cont {
    padding: 75px 0;
}
.small-cont {
    padding: 30px 0;
}
.aligned {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.etusivu .top {
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.etusivu .top a {
    color:#dd6d28;
    text-decoration: underline;
    /* font-family: 'Inter-semibold'; */
}
.etusivu .top a:hover {
    color:#dd6d28;
    text-decoration: none;
    /* font-family: 'Inter-semibold'; */
}
.etusivu .top .top-body {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 25%; */
}
.etusivu .top h1,
.etusivu .top p {
    color: white;
    text-align: center;
}
.etusivu .top .ingress p {
    font-size: 1.4rem;
}
.etusivu .top .search {
    margin: 30px 0;
}
form#search-form {
    display: flex;
    flex-wrap: nowrap;
}
form#search-form button img {
    width: 45px;
    padding: 8px;
}
form#search-form input[type=text] {
    padding: 10px 20px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    background: #f1f1f1;
}
form#search-form button {
    padding: 5px;
    background: #00693c;
    color: white;
    cursor: pointer;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.etusivu .top #search-form input[type="text"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
}
.etusivu .top #search-form input.search-icon {
    display: inline-block;
}
.etusivu h2 {
    color: #00693c;
}
.txt-cont {
    text-align: center;
}
.etusivu .txt-cont p {
    font-weight: 600;
    font-size: 20px;
}
.courses .types {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.courses .types div {
    border: 1px solid #00693c;
    border-radius: 10px;
    color: #00693c;
    background-color: white;
    padding: 5px 20px;
    min-width: 125px;
    text-align: center;
    margin: 0 5px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'Inter-semibold';
    cursor: pointer;
}
.courses .types div.active {
    color: white;
    background-color: #00693c;
}
.courses .types {
    margin-top: 20px;
}
.courses .cards-cont {
    margin-top: 10px;
}
.courses .cards-cont .card {
    border: none;
    box-shadow: 0px 0px 20px rgb(182 134 36 / 0.5);
    border-radius: 10px;
}
.courses .cards-cont .card:hover {
    border: none;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 0.7);
    border-radius: 10px;
}
.courses .cards-cont .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 218px;
}
.courses .cards-cont .card .card-body {
    min-height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.courses .cards-cont .card .mid-bar {
    display: flex;
    flex-direction: row;
    margin-top: -1px;
}
.courses .cards-cont .card .mid-bar div {
    height: 30px;
    line-height: 30px;
}
.courses .cards-cont .card .mid-bar div:first-child {
    padding-left: 20px;
}
.courses .cards-cont .card .mid-bar div:last-child {
    text-align: end;
    padding-right: 20px;
}
.courses .cards-cont .card .mid-bar div p {
    color: white;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter-bold';
}
.courses .cards-cont .card .mid-bar .green-light {
    background-color: #14a321;
}
.courses .cards-cont .card .mid-bar .green-dark {
    background-color: #00693c;
}
.courses .cards-cont .card .mid-bar .orange {
    background-color: #dd6d28;
}
.courses .cards-cont .card .mid-bar .red {
    background-color: #c22e14;
}
.courses .cards-cont .card .mid-bar .purple {
    background-color: #a84d8a;
}
.courses .cards-cont .card .mid-bar .blue {
    background-color: #567fe3;
}
.courses .cards-cont .card .card-body .card-title {
    color: #00693c;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Inter-bold';
}
.courses .cards-cont .card .card-body .card-text {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter-semibold';
    color: black;
}
.courses .cards-cont .card .card-body .card-bottom p {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter-semibold';
}
.courses .cards-cont .card .card-body .card-bottom p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
    color: black;
}
.courses .cards-cont .card .card-body .card-bottom p:last-child {
    color: #a84d8a;
}
.etusivu .full-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 105, 60, 0.7), rgba(0, 105, 60, 0));
}
.etusivu .info-cont .logo-cont {
    display: flex;
    flex-direction: column;
    width: 154px;
    margin-bottom: 40px;
}
.etusivu .info-cont .logo {
    width: 154px;
}
.etusivu .info-cont {
    z-index: 999;
    position: relative;
}
.etusivu .info-cont .info {
    max-width: 595px;
    color: white;
}
.etusivu .info-cont .info p {
    font-family: 'Inter-semibold';
}
.etusivu .info-cont .btn-cont {
    margin: 40px 0;
}
.etusivu .info-cont .btn-cont .btn-transparent {
    display: block;
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    background-color: transparent;
    padding: 10px 5px;
    width: 150px;
    text-align: center;
    margin: 0 5px;
    text-decoration: none;
    font-family: 'Inter-bold';

}
.toimijat .logo-set {
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    max-width: 1100px;
}
.toimijat .logo-set img {
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 320px;
}
.toimijat h4 {
    font-size: 30px;
    font-family: 'Inter-bold';
}
.toimijat p {
    font-size: 30px;
    font-family: 'Inter-semibold';
}
.bot-section {
    padding: 150px 0;
}
.bot-section h4 {
    color: #00693c;
    margin-bottom: 20px;
    font-size: 32px;
}
.bot-section p {
    font-weight: 600;
}
.bot-section a {
    display: block;
    border-radius: 10px;
    background-color: #00693c;
    color: white;
    padding: 13px 10px;
    margin-top: 20px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.green-btn {
    display: block;
    border-radius: 10px;
    background-color: #00693c;
    color: white;
    padding: 10px 0;
    margin-top: 20px;
    width: 150px;
    text-align: center;
}

/* Koulutus-sivu */
.koulutus .page .top {
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.koulutus .page .koulutus-cont {
    border: none;
    box-shadow: 0px 0px 20px rgb(182 134 36 / 0.5);
    margin-top: -25vh;
    z-index: 999;
    border-radius: 15px;
    padding-bottom: 60px;
}
.koulutus .page .koulutus-cont .koulutus-cont-inner {
    background-color: white;
    padding-top: 30px;
}
.koulutus .page .koulutus-cont .banner {
    padding: 30px 0;
    background-color: rgb(0 105 60 / 0.8);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.koulutus .page .koulutus-cont .banner p {
    color: white;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
}
.page .breadcrumbs {
    display: flex;
    flex-direction: row;
}
.page .breadcrumbs a {
    color: black;
    font-weight: 600;
}
.page .breadcrumbs a:first-of-type {
    color: #00693c;
}
.koulutus .page .koulutus-cont h1 {
    font-size: 56px;
}
.koulutus .page .koulutus-cont h1,
/* .koulutus .page .koulutus-cont .situation, */
.koulutus .page .koulutus-cont .info,
.koulutus .page .koulutus-cont .koulutus-body {
    padding-top: 30px;
}
.koulutus .page .koulutus-cont .situation {
    color: #a84d8a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.koulutus .page .koulutus-cont .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.koulutus .page .koulutus-cont .info div {
    margin-right: 75px;
}
.koulutus .page .koulutus-cont .info div p {
    margin-bottom: 0;
}
.koulutus .page .koulutus-cont .info div p:first-of-type {
    /* font-weight: 600; */
}
.koulutus .page .koulutus-cont .info div p:nth-child(2) {
    font-size: 20px;
    /* font-weight: 700; */
    font-family: 'Inter-bold';
}
.koulutus .page .koulutus-cont .koulutus-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.koulutus .page .koulutus-cont .koulutus-body .left-block,
.koulutus .page .koulutus-cont .koulutus-body .right-block {
    display: flex;
    flex-direction: column;
}
.koulutus .page .koulutus-cont .koulutus-body .left-block div,
.koulutus .page .koulutus-cont .koulutus-body .right-block div {
    margin-bottom: 20px;
}
.koulutus .page .koulutus-cont .koulutus-body h4 {
    margin-bottom: 20px;
}
.koulutus .page .koulutus-cont .koulutus-body img {
    margin: 20px 0;
}
.koulutus .page .koulutus-cont .koulutus-body .register-btn {
    display: block;
    padding: 15px 50px;
    background-color: #14a321;
    color: white;
    font-weight: 700;
    font-size: 20px;
    border: none;
    border-radius: 15px;
    margin-bottom: 10px;
    width: fit-content;
    font-family: 'Inter-bold';

}
.koulutus .page .koulutus-cont .koulutus-body .koulutus-btn {
    display: block;
    padding: 15px 20px;
    background-color: #00394b;
    color: white;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 15px;
    margin-bottom: 10px;
    width: fit-content;
    font-family: 'Inter-bold';

}
.koulutus .page .koulutus-cont .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr .2fr;
    position: relative; */
    min-height: 60vh;
    height: 60vh;
}
.koulutus .page .koulutus-cont .gallery div {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.koulutus .page .koulutus-cont .gallery div.col-md-4 {
    height: 50%;
}
.lisaa-koulutuksia {
    margin: 100px 0;
    max-width: 1300px;
}
/* Loppu */

/* Blogi */
.blogiListausOtsikko {
    color: black;
    font-size: 24px;
    font-family: 'Inter-semibold';
}
.blog .page .top {

}
.blog .page .blog-cont {
    padding: 40px;
    padding-bottom: 100px;
}
.blog .page .blog-cont .breadcrumbs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blog .page .blog-cont .breadcrumbs div:first-child {
    display: flex;
    flex-direction: row;
}
.blog .page .blog-cont .breadcrumbs div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.blog .page .blog-cont .breadcrumbs div:nth-child(2) p {
    margin-bottom: 5px;
}
.blog .page .blog-cont .breadcrumbs div:nth-child(2) p:first-child {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter-bold';
}
.blog .page .blog-cont h1 {
    padding-top: 30px;
    font-size: 55px;
}
.blog .page .blog-cont h2 {
    font-size: 38px;
}
.blog .page .blog-cont .ingress {
    font-size: 20px;
    font-weight: 600;
}
.blog .page .blog-cont .leipis p {
    margin-bottom: 20px;
}
.blog .page .blog-cont .leipis figcaption {
    padding: 20px 0;
    font-size: 14px;
}
.blog .page .blog-cont .blog-content {
    padding-bottom: 70px;
}
.blog .page .blog-cont .next-blog {
    width: fit-content;
}
.blog .page .blog-cont .next-blog a {
    display: block;
    border-radius: 10px;
    background-color: #00693c;
    color: white;
    padding: 13px 10px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
/* .blog .page .blog-cont .next-blog {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blog .page .blog-cont .next-blog a {
    color: black;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
} */
figure {
    border: none;
    border-radius: unset;
    background: none;
    padding: 0;
    margin: 0;
}
figure > figcaption {
    text-align: start;
    display: block;
}
/* Loppu */

/* Koulutushaku */
.koulutushaku-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
form#koulutushaku .select-cont {
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer !important;
}
form#koulutushaku select {
    cursor: pointer !important;
}
.courses .select-cont select,
.courses .select-cont select option {
    font-family: 'Inter-semibold';
    -moz-appearance: none;
}
.courses .select-cont select:not(#types) {
    border: none;
    border-radius: 15px;
    background-color: #00693c;
    color: white;
    padding: 8px 20px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7 10l5 5 5-5z" fill="white" /><path d="M0 0h24v24H0z" fill="none"/></svg>') 95% 50% no-repeat #00693c;
    -webkit-appearance: none;
    background-size: 32px;
    min-width: 280px;
    text-align: center;
}
/* .courses .select-cont select:not(#types) option {
    max-height: calc(1.2em + 24px);
    height: calc(1.2em + 24px);
} */
/* Loppu */
footer {
    background-color: #00394b;
    padding-bottom: 0 !important;
    padding-top: 50px;
    clear: both;
}
footer .footer-body {
    display: flex;
    flex-wrap: wrap;
}
footer .bottom-block {
    display: flex;
    flex-direction: row;
}
.footer-logo {
    max-width: 200px;
}
footer .ftr-mrg-left {
    /* margin-left: 60px; */
}
footer .slogan {
    font-size: 35px;
    color:#14a321;
    line-height: 35px;
}
footer .left-block a {
    color: white;
    text-decoration: none;
}
footer .left-block a:hover {
    text-decoration: underline;
}
footer .left-block p {
    color: white;
}
footer .company-info {
    margin-top: 30px;
}
footer .right-block .lower a.active {
    text-decoration: underline !important;
}
footer .lower {
    margin-top: 50px;
}
footer .lower,
footer .lower .secondary .main-link-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
footer .lower .secondary  {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
footer .lower .main-link-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
footer .lower .main-link-cont div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
footer .lower .secondary .main-link-cont .main-link.lower-main-link {
    margin-top: 40px;
}
footer .lower .main-link-cont a {
    color: white;
    text-decoration: none;
    
}
footer .lower .main-link-cont a:hover {
    text-decoration: underline;
}
footer .lower .main-link-cont a.main-link {
    font-family: 'Inter-bold';
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
footer .lower .main-link-cont a.secondary-link {
    /* font-family: 'Inter-semibold'; */
    font-size: 16px;
}
footer .some {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 150px;
    margin: 40px 0px;
}
footer .some a {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}
footer .some a img {
    width: 38px;
}
footer .rainbow {
    height: 25px;
    margin-top: 75px;
}
.blog .page,
.koulutus .koulutus-cont,
.etusivu .page {
    max-width: 1400px;
}
form#koulutushaku {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.form-cont {
    padding-top: 60px;
}
.form-cont form {
    display: flex;
    flex-direction: column;
}
.form-cont form div {
    margin: 0 !important;
    text-align: start;
}
.form-cont form label {
    margin-bottom: 10px;
    font-size: 18px;
}
.form-cont form input {
    font-size: 18px;
    padding: 15px 25px;
    margin-bottom: 20px;
    width: 100%;
}
.form-cont form textarea {
    min-height: 200px;
    margin-bottom: 30px;
    padding: 15px 25px;
    width: 100%;
}
.form-cont form div.Ruksivalinta label {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.form-cont form div.Ruksivalinta a {
    margin: 0 8px;
    text-decoration: underline;
    color: black;
}
.form-cont form input[type="checkbox"] {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 20px;
}
.form-cont form input[type="submit"] {
    color: white;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #00693c;
    border: none;
    font-size: 20px;
    width: fit-content;
}
.form-cont form input[type="submit"]:hover {
    background-color: #dd6d28;
}
.form-cont form input[type="submit"]:disabled {
    background-color: #f1f1f1;
}
.btn {
    cursor: pointer;
    font-family: 'Inter-bold';
    text-decoration: none !important;
}
.btn:hover {
    background-color: #dd6d28 !important;
}
.leipis a,
.koulutus-body a {
    color: #9b05c6;
    text-decoration: underline;
}
.leipis a:hover,
.koulutus-body a:hover,
.leipis a:active,
.koulutus-body a:active {
    color: #9b05c6;
    text-decoration: none;
}
@media (min-width: 1921px) {
    /* .navbar .navbar-brand img {
        max-width: 170px;
    } */
}
@media (max-width: 1200px) {
    .courses .select-cont select:not(#types), .courses .select-cont select#types {
        max-width: 200px;
    }
    form#koulutushaku {
       justify-content: center;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .courses select#types,
    .more-btn {
        display: none;
    }
    .navbar .container-fluid {
        padding: 0px 40px;
    }
    .lisaa-koulutuksia h4 {
        margin-left: 1.5rem!important;
    }
}
@media (max-width: 991px) {
    .more-btn {
        background-color: transparent;
        border-radius: 10px;
        border: 1px solid #00693c;
        padding: 10px 20px;
        margin-top: 50px;
        width: fit-content;
        font-family: 'Inter-bold';
        color: #00693c;
        display: block;
    }
    .hide-tablet {
        display: none;
    }
    .koulutus .page .top {
        height: 80vh;
    }
    .koulutus .page .koulutus-cont h1 {
        font-size: 43px;
    }
    .navbar .container-fluid {
        z-index: 9999;
        padding: 0;
        background: transparent;
    }
    .navbar-toggler {
        margin-right: 15px;
    }
    .navbar-brand {
        padding-left: 15px;
    }
    .navbar-collapse {
        background-color: white;
        padding: 40px;
        margin-left: auto;
        width: 90%;
        flex-basis: unset;
        flex-grow: unset;
        position: relative;
    }
    .navbar-nav .dropdown-menu {
        border: none;
    }
    .navbar .language {
        position: unset;
        top: unset;
        right: unset;
        margin-top: 20px;
    }
    form#koulutushaku {
        justify-content: unset;
    }
    .courses .select-cont select:not(#types) {
        min-width: 240px;
    }
    footer .lower {
        margin-top: 0;
    }
    /* footer .lower .main-link-cont {
        margin-top: 40px;
    } */
    footer .lower .main-link-cont .main-link {
        margin-top: 40px !important;
    }
    /* footer .lower .secondary .main-link-cont div .main-link.lower-main-link {
        margin-top: 40px !important;
    } */
}
@media (min-width: 769px) {
    footer .right-block {
        padding-top: 20px;
    }
    .hide-desktop {
        display: none !important;
    }
    .koulutus .page .koulutus-cont .koulutus-body .left-block,
    .koulutus .page .koulutus-cont .koulutus-body .right-block {
        max-width: 45%;
    }
}
@media (max-width:768px) {
    .hide-mobile {
        display: none !important;
    }
    .navbar .navbar-brand img {
        max-width: 150px;
    }
    h1,
    .koulutus .page .koulutus-cont h1,
    .blog .page .blog-cont h1 {
        font-size: 32px;
    }
    .etusivu .top {
        height: 80vh;
    }
    .etusivu .top .top-body {
        top: 19%;
    }
    .etusivu .top .ingress p {
        font-size: 1rem;
    }
    form#koulutushaku {
        justify-content: center;
    }
    .courses .types {
        display: none;
    }
    .courses .select-cont {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .courses .select-cont select:not(#types),
    .courses .select-cont select#types {
        border: none;
        border-radius: 15px;
        background-color: #00693c;
        color: white;
        padding: 8px 20px;
        background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7 10l5 5 5-5z" fill="white" /><path d="M0 0h24v24H0z" fill="none"/></svg>') 95% 50% no-repeat #00693c;
        -webkit-appearance: none;
        background-size: 32px;
        max-width: 200px;
        text-align: center;
    }
    .courses .cards-cont {
        flex-direction: column;
    }
    
    .koulutus .page .koulutus-cont {
        margin-top: -40vh;
    }
    .koulutus .page .koulutus-cont .gallery {
        min-height: unset;
        height: auto;
    }
    .koulutus .page .koulutus-cont .gallery img {
        margin-bottom: 10px;
    }
    .blog .page .blog-cont .breadcrumbs {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .blog .page .blog-cont .breadcrumbs div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .koulutus .page .breadcrumbs,
    .blog .page .blog-cont .breadcrumbs.perus,
    .blog .page .blog-cont .breadcrumbs div:first-child {
        display: none;
    }
    .blog .page .blog-cont {
        padding: 30px 10px;
    }
    .blog .page .blog-cont h1 {
        padding: 20px 0;
        margin-bottom: 0;
    }
    .ingress {
        font-weight: 600;
        margin-top: unset;
    }
    form#koulutushaku .select-cont {
        margin-top: 0;
    }
    footer .some {
        max-width: 150px;
    }
    footer .some a img {
        width: 40px;
    }
}