/* 
    Created on : 15 aug. 2022, 22:28:09
    Author     : Pontus Pehrson
*/
#preload {
	background-image: url('/images/pehrcon_212x51.png');
}
html {
	font-size: 16px;
}
body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	background-color: #eef1f2;
}
#siteHolder {
	min-width: 320px;
	max-width: 600px;
	margin: auto;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#contentSection {
	margin: 0px 15px;
	display: block;
	z-index: 1;
}
#footerSection {
	margin: 25px 0px 0px 0px;
	width: auto;
	display: block;
	z-index: 1;
}
#logotype {
	display: block;
}
#subLogo {
	visibility: hidden;
}
#printLogo {
	display: none;
}
#menuSection {
	display: table;
	width: 100%;
	padding-bottom: 7px;
	z-index: 1;
}
hr {
	padding: 0px;
	margin: 0px;
	border: 0;
	border-top: 1px solid #000000;
	border-bottom: 0px;
}
h1 {
	font-size: 2.9rem;
	font-weight: bold;
	cursor: default;
	text-align: center;
	font-family: Verdana, Tahoma, Segoe, sans-serif;
}
h2 {
	font-size: 1.8rem;
	font-weight: bold;
	cursor: default;
	font-family: Verdana, Tahoma, Segoe, sans-serif;
}
h3 {
	font-size: 1.2rem;
	font-weight: bold;
	cursor: default;
	font-family: Verdana, Tahoma, Segoe, sans-serif;
}
h4 {
	font-size: 1.1rem;
	cursor: default;
	font-weight: normal;
	font-family: Verdana, Tahoma, Segoe, sans-serif;
}
p {
	font-size: 1.0rem;
	cursor: default;
}
span {
	font-size: 1.0rem;
	cursor: default;
}
.text-tiny {
	font-size: 0.5rem;
}
.text-small {
	font-size: 0.75rem;
}
.text-big {
	font-size: 1.5rem;
}
.text-huge {
	font-size: 2.0rem;
}
a {
	font-size: 1.0rem;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #0070c0;
	white-space: nowrap;
	word-break: break-word;
}
a:hover {
	text-decoration: underline;
}
a.disable-link {
	pointer-events: none;
	cursor: default;
}
.subText {
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
}
.menuLink1 {
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95rem;
	color: #0070c0;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	background-color: #f0f0f0;
	transition: background-color 0.2s, color 0.2s;
	display: inline-block;
	width: 90px;
	text-align: center;
}
.menuLink2 {
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95rem;
	color: #0070c0;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	background-color: #f0f0f0;
	transition: background-color 0.2s, color 0.2s;
	display: inline-block;
	width: 90px;
	text-align: center;
}
.menuLink1:hover {
	background-color: #0070c0;
	color: #fff;
	text-decoration: none;
}
.menuLink2:hover {
	background-color: #0070c0;
	color: #fff;
	text-decoration: none;
}
.menuText1 {
	font-size: 0.95rem;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	color: #fff;
	background-color: #005ea8;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 90px;
	text-align: center;
}
.menuText1:hover {
	text-decoration: none;
}
.menuText2 {
	font-size: 0.95rem;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	color: #fff;
	background-color: #005ea8;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 90px;
	text-align: center;
}
.menuText2:hover {
	text-decoration: none;
}
.image-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.image-container img {
	width: 33.33%;
	display: block;
}
.widescreenImage-container {
	position: relative;
	width: 100%;
	padding-bottom: 28.125%;
	overflow: hidden;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.widescreenImage-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.widescreenImage-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 3;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.image-container h1 {
	color: white;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.image-container h2 {
	color: white;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.widescreenImage-container h1 {
	color: white;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.widescreenImage-container h2 {
	color: white;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.headerContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	text-align: center;
	width: 100%;
}
#toTop {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	background-color: rgba(240, 240, 240, 0.8);
	color: #0070c0;
	padding: 15px 20px 0px 20px;
	border-radius: 5px;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	font-size: 36px;
	opacity: 0;
	cursor: pointer;
	pointer-events: none;
}
#toTop.visible {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	pointer-events: auto;
}
#toTop:hover {
	background-color: rgba(0, 112, 192, 0.8);
	color: #fff;
}
.mobileHide {
	display: table-cell;
}
figure {
	margin: 0;
}
@media only screen and (max-device-width: 480px) {
	a[class="disable-link"] {
		pointer-events: auto !important;
		cursor: auto !important;
	}
	.image-container h1 {
		font-size: 2.0rem;
	}
	.image-container h2 {
		font-size: 1.2rem;
	}
	.widescreenImage-container h1 {
		font-size: 2.0rem;
	}
	.widescreenImage-container h2 {
		font-size: 1.2rem;
	}
}

@media (max-width: 560px) {
	.mobileHide {
		display: none;
	}
}
.year {
	width: auto;
	padding-right: 15px;
	vertical-align: top;
}
.text {
	width: auto;
	vertical-align: top;
}
ol {
	padding-left: 20px;
	margin-left: 5px;
	cursor: default;
}
ul {
	padding-left: 15px;
	margin-left: 5px;
	cursor: default;
}
ol li {
	padding-left: 0px;
}
ul li {
	padding-left: 5px;
}
.melting-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	/*border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;*/
}
/* override styles when printing */
@media print {
	#siteHolder {
		padding: 0px;
		box-shadow: none;
	}
	#menuSection {
		display: none;
	}
	#footerSection {
		margin: 50px 0px 0px 15px;
	}
	#logotype {
		display: none;
	}
	#printLogo {
		display: block;
	}
	.melting-image {
		display: none;
	}
	#bgHeaderImage {
		display: none;
	}
	.widescreenImage-container {
		padding-bottom: 18%;
		box-shadow: none;
	}
	.mobileHide {
		display: table-cell;
	}
	#toTop {
		display: none;
	}
	a {
		font-weight: normal;
		text-decoration: none;
		color: #000000;
		white-space: nowrap;
		word-break: break-word;
	}
	.widescreenImage-container h1,
	.widescreenImage-container h2 {
		text-shadow: none;
	}
}
