/*
Theme Name: Ettevotluskonkurss 2026
Theme URI: https://bonefarm.com/wordpress/kapena
Author: Bonefarm Creations
Author URI: https://bonefarm.com/
Description: Enjoy your website! If there is anything we can do for you, let us know! <a href=//bonefarm.com>bonefarm.com</a>
Requires at least: WordPress 5.2
Version: 2022-05
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

Text Domain: ettevotluskonkurss
*/
/* Include */
/* Variables */
/* ===================================
    1. Global CSS
====================================== */
/* Fonts */

@font-face {
	font-family: 'Aino Headline';
	src: url('fonts/AinoHeadline.eot');
	src:
		url('fonts/AinoHeadline.eot?#iefix') format('embedded-opentype'),
		url('fonts/AinoHeadline.woff2') format('woff2'),
		url('fonts/AinoHeadline.woff') format('woff'),
		url('fonts/AinoHeadline.ttf') format('truetype'),
		url('fonts/AinoHeadline.svg#AinoHeadline') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aino';
	src: url('fonts/Aino-Bold.eot');
	src:
		url('fonts/Aino-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aino-Bold.woff2') format('woff2'),
		url('fonts/Aino-Bold.woff') format('woff'),
		url('fonts/Aino-Bold.ttf') format('truetype'),
		url('fonts/Aino-Bold.svg#Aino-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aino';
	src: url('fonts/Aino-Bold_1.eot');
	src:
		url('fonts/Aino-Bold_1.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aino-Bold_1.woff2') format('woff2'),
		url('fonts/Aino-Bold_1.woff') format('woff'),
		url('fonts/Aino-Bold_1.ttf') format('truetype'),
		url('fonts/Aino-Bold_1.svg#Aino-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aino';
	src: url('fonts/Aino-Regular.eot');
	src:
		url('fonts/Aino-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aino-Regular.woff2') format('woff2'),
		url('fonts/Aino-Regular.woff') format('woff'),
		url('fonts/Aino-Regular.ttf') format('truetype'),
		url('fonts/Aino-Regular.svg#Aino-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aino';
	src: url('fonts/Aino-Bold_2.eot');
	src:
		url('fonts/Aino-Bold_2.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aino-Bold_2.woff2') format('woff2'),
		url('fonts/Aino-Bold_2.woff') format('woff'),
		url('fonts/Aino-Bold_2.ttf') format('truetype'),
		url('fonts/Aino-Bold_2.svg#Aino-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aino';
	src: url('fonts/Aino-Regular_1.eot');
	src:
		url('fonts/Aino-Regular_1.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aino-Regular_1.woff2') format('woff2'),
		url('fonts/Aino-Regular_1.woff') format('woff'),
		url('fonts/Aino-Regular_1.ttf') format('truetype'),
		url('fonts/Aino-Regular_1.svg#Aino-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aino';
	src: url('fonts/Aino-Regular_2.eot');
	src:
		url('fonts/Aino-Regular_2.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aino-Regular_2.woff2') format('woff2'),
		url('fonts/Aino-Regular_2.woff') format('woff'),
		url('fonts/Aino-Regular_2.ttf') format('truetype'),
		url('fonts/Aino-Regular_2.svg#Aino-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Reset */
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
picture {
	display: inline-block;
}

/* Basics */
body {
	font-family: 'Aino';
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Aino Headline';
	color: #003cff;
	padding: 1em 0;
	font-weight: normal;
}

h1 {
}

h2 {
	font-size: 65px;
	line-height: 78px;
	letter-spacing: 0.02em;
}

h3 {
	font-size: 52px;
	line-height: 52px;
	padding-bottom: 1rem;
}

a {
	text-decoration: none;
	color: #003cff;
}

p {
	color: #003cff;
}

small {
	font-family: 'Aino';
	font-size: inherit;
	font-weight: 100;
}

@media screen and (max-width: 480px) {
	h2 {
		font-size: 45px;
		line-height: 58px;
	}

	h3 {
		font-size: 30px;
		line-height: 36px;
	}

	body,
	p {
		line-height: 1.5em;
		font-size: 20px;
	}
}

.btn {
	text-transform: uppercase;
	font-family: 'Aino';
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-top-160 {
	padding-top: 160px;
}

@media screen and (max-width: 480px) {
	.padding-top-160 {
		padding-top: 60px;
	}
}

.blob {
	position: absolute;
	z-index: 100;
}

.blob.staticblob {
	position: static;
}

.blob img {
	height: 100%;
}

.blob.ohupall {
	margin-left: 10%;
}

.blob.blob-tunnustus {
	bottom: -5vw;
	height: 10vw;
	right: 10%;
}

.blob.blob-konkurss {
	bottom: -5vw;
	height: 10vw;
	left: 10%;
}

.blob.blob-ajakava {
	bottom: -5vw;
	height: 10vw;
	right: 10%;
}

.blob.blob1 {
	bottom: -12vw;
	height: 24vw;
	left: 35%;
}

.blob.blob2 {
	bottom: -6vw;
	height: 12vw;
	left: 10%;
}

.blob.blob3 {
	bottom: 0vw;
	height: 20vw;
	right: 5%;
}

.block {
	display: block;
}

.blue {
	color: #003cff;
}

.bluebg {
	/* background-color: rgba(186, 230, 232, 0.54); */
	background-color: #d6e6fd;
}

.lightbluebg {
	background-color: rgba(252, 237, 197, 0.24);
	background-color: rgba(241, 245, 249, 1);
}

.gradientbg {
	background: linear-gradient(
		270deg,
		rgba(186, 230, 232, 0.1071) 48.82%,
		rgba(252, 237, 197, 0) 67.72%
	);
}

.gradientbg2 {
	background: linear-gradient(90deg, #bae6e8 39.81%, #fcedc5 58.05%);
}

.header-gradient {
	position: relative;
	background-color: #d6e6fd;
	background: linear-gradient(180deg, #ffffff 20%, #d6e6fd 70%);

	.blob-1 {
		position: absolute;
		z-index: 0;
		right: 0;
		bottom: 0;
		width: 70%;
		img {
			width: 100%;
		}
	}
	.blob-3 {
		position: absolute;
		z-index: 0;
		left: 0%;
		top: 0%;
		width: 100%;
		transform: translate(-30%, -40%);
		img {
			width: 100%;
		}
	}

	> div {
		position: relative;
		z-index: 1;
	}
}

.konkurss-gradient {
	background: linear-gradient(180deg, #f1f5f9 20%, #f1f5f9 70%);
}

.bg-light {
	background-color: #fcedc5 !important;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.row {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.row.fullwidth {
	max-width: 100%;
}

.row > div {
	flex: 1;
}

.row.col2 > div {
	min-width: 50%;
}

.row.col3 > div {
	min-width: 33.333%;
}

@media screen and (max-width: 960px) {
	.row.col3 > div {
		min-width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.row {
		display: block;
	}

	.row.col2 > div {
		min-width: 100%;
	}

	.row.col3 > div {
		min-width: 100%;
	}
}

main header {
	position: relative;
	padding: 50px;
	padding-bottom: 140px;
	font-size: 20px;
	line-height: 24px;
}

main header .logorow a {
	display: inline-block;
	padding-right: 30px;
}

main header .title {
	font-family: 'Aino';
}

main header nav {
	padding: 0;
	white-space: nowrap;
}

main header nav a {
	padding: 0 15px;
	font-size: 18px;
	line-height: 24px;
}

main header nav.fixed {
	position: fixed;
}

main header #navTrigger {
	display: none;
	position: fixed;
	right: 60px;
	top: 40px;
	width: 60px;
}

main header #navTrigger hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	border-bottom: 2px solid #003cff;
}

@media screen and (max-width: 960px) {
	main header #navTrigger {
		display: block;
		display: none;
		z-index: 1001;
	}

	main header nav {
		display: flex;
		align-content: center;
		justify-content: center;
		flex-direction: column;
		background-color: #8fb8ff;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		display: none;
	}

	main header nav a {
		display: block;
		text-align: center;
		font-size: 10vw;
		line-height: 15vw;
	}
}

main article p {
	max-width: 90%;
}

main section {
	position: relative;
	padding: 50px;
}

main .konkurss {
	text-align: left;
	font-size: 23.7165px;
	line-height: 36px;
}

main .konkurss > div {
	padding-bottom: 1.5em;
}

main .text-bubbles .row {
	display: flex;
	flex-wrap: nowrap;
}

main .text-bubbles .row.smallrow {
	padding: 20px 10px;
}

@media screen and (max-width: 960px) {
	main .text-bubbles .row.smallrow {
		padding: 0 20px;
	}
}

main .text-bubbles .row.smallrow .col {
	min-width: auto;
}

main .text-bubbles .row.smallrow .col span {
	padding: 30px 5px;
	margin: 0 10px;
	font-size: 1.5vw !important;
	line-height: 1.2em;
}

@media screen and (max-width: 960px) {
	main .text-bubbles .row.smallrow .col span {
		margin: 0 0 30px 0;
		font-size: 4vw !important;
	}

	main .text-bubbles .row.smallrow .col span.last {
		margin: 0;
	}
}

@media screen and (max-width: 960px) {
	main .text-bubbles .row {
		display: block;
		flex-wrap: wrap;
	}
}

main .text-bubbles .col {
	align-items: center;
	justify-content: center;
	flex: 1;
}

main .text-bubbles .col img {
	height: 40px;
	margin: 10px 5px 0 5px;
	width: auto;
}

main .text-bubbles .col img.lg {
	height: 55px;
}

main .text-bubbles .col span {
	color: #003cff;
	max-width: 100%;
	display: flex;
	white-space: normal;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: bold;
	background-color: #bae6e8;
	background-size: 100% 100%;
	font-weight: 500;
	font-size: 2vw;
	line-height: 1.25em;
	padding: 30px 30px;
	margin: 20px 20px;
	min-height: 150px;
	border-radius: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	main .text-bubbles .col span {
		display: block;
	}
}

main .text-bubbles .col span strong {
	display: block;
}

@media screen and (max-width: 960px) {
	main .text-bubbles .col {
		display: block;
	}

	main .text-bubbles .col span {
		font-size: 5vw;
	}
}

main .tunnustus {
	font-size: 30px;
	line-height: 45px;
}

main .zurii > div {
	padding-bottom: 60px;
}

main .zurii .image {
	border-radius: 100%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

main .zurii .image img {
	vertical-align: middle;
	/* height: 100%; */
	/* height: auto; */
	display: inline-flex;
	/* width: 100%; */
	object-fit: cover;

	min-height: 210px;
	min-width: 210px;
}

main .zurii h3 {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

main .zurii p {
	font-size: 15px;
	line-height: 20px;
	margin: 0 10%;
	padding-bottom: 10px;
}

footer {
	background-color: #64748b;
	padding: 30px 30px;
}

footer img {
	vertical-align: middle;
	height: 50px;
	margin-right: 30px;
	display: inline-flexblock;
}

footer img.eas {
	height: 40px;
}

/*# sourceMappingURL=style.css.map */
