
body {
	font-family: "Buzmo", serif;
	font-family: var(--font);
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-color: var(--color-bg-dark);

}


.actionform {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(13,31,60,0.10);
	margin-bottom: 2rem;
	border: 1.5px solid rgba(200,168,75,0.25);
	
	padding: 25px;
	
}

div, p, a, img, h1, h2, h3, textarea, input {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h2, h1 {
	font-size: 1.5em;
	font-family: var(--font);
	margin-bottom: 20px;

}

h2 {
	margin-top: 20px;
}


#cookie-settings {
	cursor: pointer;
}

#quote {
	font-family: var(--font); 
	box-shadow: 0 4px 24px rgba(13,31,60,0.10);
	background-color: #fff!important;
	max-width: 600px; 
	text-align: left; 
	position: relative; 
	display: inline-block; 
	font-size: 1rem; 
	color: #333; 
	padding: 10px 20px; 
	margin: 20px 0px 20px 0px; 
	
}

.section { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-flow: column wrap;
	flex-direction: row;
	justify-content: center;
	margin-top: 0px;
	
}

#content {
	min-height: 800px;
	background-color: #e8e4dd;
	
}

#formbox {
	text-align: center;
}

.box { 
	background-color: #fff;
	margin: 0px;
	padding: 30px 25px;
	width: 900px;
	
}

.main {
	background-color: var(--color-primary);
	color: #fff;
}

.second {
	background-color: var(--color-secondary);
	color: #000;

}

.color3 {
	background-color: var(--color-primary);
	color: #fff;
}


.disabled {
	background-color: #aaa!important;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.compheader {
	font-size: 1.5em;
	font-weight: bold;
	font-family: var(--font);
	margin-bottom: 20px;
	margin-top: 0px;
	
}

.lawyer-price-table {
	border-collapse: collapse;
	margin-bottom: 10px;
	
}

.lawyer-price-table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.lawyer-price-table td {
	border: 0px solid #fff;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 8px 15px;
}




.phase-start-button {
	width: 100%;
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center
}


.phase-start-button::before { 
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: 10px;
	border: 2px solid #5edb96; 
	background-color: #5edb96;
	z-index: -1;
	animation: soft-pulse 3s ease-in-out infinite;
}

@keyframes soft-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; background-color: #2a7d4f; }
  50%       { transform: scale(1.01); opacity: 1;   }
}




.button {
	

	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin: 10px 0px;
	padding: 12px 10px;
	font-size: 1.2rem;
	cursor: pointer;
	background-color: #24a0ed;
	border-radius: 10px;
	background-color: #2a7d4f;

}

.siirryvertailuun-button {

	display: inline-block;
	font-size: 0.8em;
	padding: 4px 10px;
	border-radius: 3px;
	margin: 2px;
	
}

.siirryvertailuun-button a, .siirryvertailuun-button a:link, .siirryvertailuun-button a:visited {
	text-decoration: none;
	color: #fff;
	margin: none;
}
 
a, a:visited, a:hover, a:active {
	color: inherit; 
	color: #0000EE;
}


.backbutton {
	
	background-color: #fff;
	border: 2px solid #888;
	color: #888;
}

.continuebutton {
	
}

.selectbutton {
	border: 2px solid #24a0ed;
	background-color: #fff;
	color: #24a0ed;
} 

#kilpailuta {
	background-color: var(--color-primary);
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	background-color: #2a3;
	background-color: #2a7d4f;
	font-family: Helvetica, Arial, sans-serif;
}


#header {
	padding-top: 15px;
	padding-bottom: 0px;
	border-bottom: 8px var(--color-secondary) solid; 
	height: 122px;
}

#footer {
	border-top: 6px var(--color-secondary) solid; 
}

textarea { 
	
	background-color: var(--color-bg-light);
	
	font-family: var(--font);
	font-size: 1rem;
	padding: 10px;
	
	border: 1px solid #bbb; 
	border-radius: 5px;
	width: 100%;
	height: 300px;
	
}

input, select { 
	
	background-color: var(--color-bg-light);
	
	font-family: var(--font);
	font-size: 1rem;
	padding: 10px 10px;
	
	border: 2px solid #666;
	border-radius: 8px;
	width: auto;
	
 
}

input {
	max-width: 800px;
	width: 100%;
}

select {
	min-width: 600px;
	width: 100%;
	text-align: center;
	color: #000;
}

.chosen {

	
	
	color: #fff!important;
	border: 2px solid #24a0ed!important;
	background-color: #24a0ed;
	
}

#consentalert, #telephonealert, #emailalert, #homecityalert, #zipalert, #addressalert, #firstnamealert, #lastnamealert, #companyalert, #vatalert {
	color: #f00;
	font-weight: bold;
	display: none;
	
}

hr {
	margin: 20px 0px 20px 0px;
}

#companywrapper {
	display: none;
}

.error {
	display: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

.listcompany { 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.listcompany td {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px;
	border-right: 0px;
	
}

.choosesubcategory {

	display: inline-block;
	margin-left: 10px;
	font-size: 0.8rem;
	margin-top: 5px;
	margin-bottom: 5px;
	
	
}

.spacetotop {
	margin-top: 40px;
}



.choosemaincategory {

	display: inline-block;
	margin-left: 10px;
	font-size: 1rem;
	margin-top: 5px;
	margin-bottom: 5px;
	
	
	color: #000;
	border: 2px solid #000;
	
}

#maincategorycontainer {

	vertical-align: top;
	
}

.subcategorycontainer {
	display: none;
}

.buttonsmalltext {
	font-size: 0.8rem;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
}

.question {
	
	background-color: var(--color-secondary);
	color: #fff;
	padding: 20px;
	font-size: 1.2em;
	padding-bottom: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.answer {
	background-color: var(--color-bg-light);
	color: #444;
	padding: 20px;
	font-size: 1.2em;
	margin-bottom: 20px;
	display: none;

}


.cta {
	
	background-color: var(--color-secondary);
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	font-size: 1.2em;
	padding-bottom: 20px;
	margin-top: 20px;
	cursor: pointer;
}



:root {
  
  --font: "Buzmo";
  --color-primary: #0A2540;      /* Deep Navy */
  --color-secondary: #C5A572;    /* Gold */

  /* Backgrounds */
  --color-bg-light: #F7F5EF;     /* Ivory */
  --color-bg-dark: #1C1F26;      /* Charcoal */

  /* Text */
  --color-text: #0D0D0D;         /* Rich Black */
  --color-text-muted: #4E5A65;   /* Slate Grey */

  /* Utility */
  --color-border: #D6D1C4;       /* Light Taupe */
  --color-accent: #597A9C;       /* Steel Blue */
}

#loader {
	display: none;
}

#phase-3-interpreter-container {
	display: none;
}



#navicontent a {
	display: block;
	text-decoration: none;
	color: var(--color-primary);
	font-size: 1.2rem;
	margin: 10px;

}

#navicontent {
	display: none;
	right: 0px;;
	margin: 0px;
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	background-color: #fff;
	color: var(--color-primary);
	padding: 15px;
	z-index: 1000;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 40px;

}

#navi {
	cursor: pointer;
}

#navicontainer {

	right: 30px;
	top: 20px;
	position: absolute; 
}

#kilpailuta {
	margin-left: 950px;
	position: absolute;
	margin-top: 20px;
}

.footerlink {
	display: inline-block;
	position: relative;
	width: 30%;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin: 0px 10px 10px 10px
}

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

	.footerlink {
		display: inline-block;
		position: relative;
		width: 40%;
	}
	
	footer {
		width: 100%;
	}


	.actionform {
		padding: 15px;
	}

	#content {
		padding: 20px;
	
	}

	#kilpailutusimage, #vertailuimage {
		height: auto!important;
	}

	.bottom {
		top: 0px;
		z-index: 4000;
		width: 90%!important;
		height: auto;
		max-height: 60%;
	}

	#logo {
		width: 44px!important;
		height: 40px!important;
		margin-left: 10px!important;
		display: inline-block;
		
	}
	
	#navicontent {
		width: 100%;
		margin: 0px;
		box-sizing: border-box;
		text-align: left;
		position: relative;
	}
	
	#logoheader {
		font-size: 1.6rem!important;
	}
	
	#logosubheader {
		font-size: 0.6rem!important;
	}
	
	#navicontainer {
		right: 20px; 
		top: 25px; 
	}

	#navicontainer img {
		width: 40px!important;
		margin-top: -10px;
	}
	
	#header {
		text-align: left;
		justify-content: left;
		padding-bottom: 10px;
		height: 80px;

	}
	
	#kilpailuta {
		margin-left: 225px;
		padding: 2px 10px 2px 10px;
		margin-top: 0px;

	}

	#kilpailuta a {
		font-size: 0.7rem;
		display: inline-block;
		padding: 0px!important;
		margin: 0px!important;
	}

	#footer {
		font-size: 0.8rem;
	}
	 
	.box { 
		padding: 15px 12px;
		width: 100%;
	
	}
	
	.button {
		font-size: 1rem;
	}

	input, select {
		width: 100%; 
	}
	
	input {
		max-width: 100%;
	
	}

	select {
		min-width: 100%;
	}
	
 
}
 
#terms, #policy {
	width: 100%;
	background-color: #fff;
	color: #000;
	max-width: 900px;
	padding: 20px 30px;
	position: absolute;
	z-index: 20000;
	display: none;
}

.bottom {
	-webkit-box-shadow:0px 0px 52px 1px rgba(0,0,0,0.65); 
	-moz-box-shadow: 0px 0px 52px 1px rgba(0,0,0,0.65);  
	box-shadow: 0px 0px 52px 1px rgba(0,0,0,0.65);
	position: fixed;
	z-index: 4000;
	top: 60px;
	width: 540px;
	height: 450px; 
	background-color: #fff;
	border: 3px solid #ddd;
	border-radius: 15px;
	overflow: scroll;
	font-size: 1em;
	color: #000;
	padding: 15px;
	
}

#cookiebutton {
	display: inline-block;
	margin: 5px;
	font-size: 1rem;
	border: 1px solid #fff;
}

#cookiebuttondeny {
	display: inline-block;
	margin: 5px;
	font-size: 1rem;
	border: 1px solid #fff;
	background-color: #999;
}

#cookiebuttonsettings {
	display: inline-block;
	margin: 5px;
	font-size: 1rem;
	border: 1px solid #fff;
	background-color: #999;
}

.blue {
	background-color: #1B3B80;
}