@charset"UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@600&family=Montserrat:wght@500;700;800&display=swap');
 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {

}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family:"Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.45;
	color: #000000;
}
a {
	color:inherit;
	text-decoration: underline;
}
a:hover {
	background-color: #ffdd00;
	color: #000;
	border-radius: 2px;
}
p {
	font-family:"Crimson Pro", Georgia, serif;
	font-weight: 600;
}
img {
	max-width: 100%;
}
mark {
	background-color: rgba(255, 255, 255, 0.84);
	padding: 0.08em;
	border-radius: 4px;
}
button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}
.tifobild-1 {
	border: 10px solid #ffdd00;
	border-radius: 3px;
}
.tifobild-2 {
	border: 10px solid #000;
	border-radius: 3px;
}
.tifohink:hover {
	cursor: pointer;
	-webkit-filter: saturate(200%);
	filter: saturate(200%);
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}
.container {
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
}
header {
	background: #000;
	padding: 1rem 0;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
@media(max-width: 43.75em) {
	header {
		padding: 2rem 0;
	}
}
header h1 {
	font-size: 3rem;
	margin: 0 0 1rem;
}
@media(max-width: 43.75em) {
	header h1 {
		font-size: 2rem;
	}
}
header h2 {
	font-weight: 300;
	font-size: 1.5rem;
	margin: 0 0 1rem;
}
@media(max-width: 43.75em) {
	header h2 {
		font-size: 1.5rem;
	}
}
section {
	background: #000;
	color: #ffdd00;
	padding: 3.5rem 0;
}
@media(max-width: 43.75em) {
	section {
		padding: 2rem 0;
	}
}
section.section--primary {
	background: #ffdd00;
	color: #000;
}
section.section--primary--alt {
	background: #000;
	color: #ffdd00;
}
section.section--primary--light {
	background: #ffdd00;
	color: #000;
}
section.section--grey {
	background: gray;
	color: #000;
}
section.section--grey--light {
	background: #4f4f4f;
	color: #fff;
}
section h3 {
	text-align: center;
	font-size: 2rem;
	font-weight: 800;
	margin: 0 0 1rem;
}
@media(max-width: 43.75em) {
	section h3 {
		font-size: 1.5rem;
	}
}
section li {
	font-size: 1.2rem;
	font-weight: 400;
}
section p {
	font-size: 1.2rem;
	font-weight: 500;
}
.col, .col-5, .col-3, .col-7 {
	margin: 0 1.5%;
	display: inline-block;
	vertical-align: top;
}
.col-7 {
	width: 64%;
}
@media(max-width: 43.75em) {
	.col-7 {
		width: 100%;
		margin: 0;
	}
}
.col-3 {
	width: 29%;
}
@media(max-width: 43.75em) {
	.col-3 {
		width: 100%;
		margin: 0;
	}
}
.col-5 {
	width: 30%;
}
@media(max-width: 34.375em) {
	.col-5 {
		width: 60%;
		margin: 0;
	}
}
.details {
	text-align: left;
}
.details h3 {
	font-size: 2rem;
	text-align: left;
}
@media(max-width: 43.75em) {
	.details-img--ball {
		height: 200px;
		width: auto;
		margin: 0 auto;
	}
}
footer {
	background: #ece8de;
	color: #ffdd00;
	padding: 2rem 0;
	text-align: center;
	font-size: 0.8rem;
	color: #000;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline-block;
}
footer ul li a {
	display: block;
	padding: 0.4rem 0.7rem;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	color: #a18a5c;
}
footer ul li a:hover {
	color: #0d2e47;
}
.text--center {
	text-align: center;
}
.text--left {
	text-align: left;
}
.bg-image {
	background: url(media/tifo-2-joakim-hall.jpg) #000;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
/*.bg-image {
 background-color: #000000;
 background-image: linear-gradient(45deg, #FFDD00 25%, transparent 25%, transparent 75%, #FFDD00 75%), linear-gradient(45deg, #FFDD00 25%, transparent 25%, transparent 75%, #FFDD00 75%);
 background-size: 100px 100px;
 background-position: 0 0, 50px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}*/
 /*.bg-image:before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #333;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.1;
}*/
/*Fluff*/
 ::-webkit-scrollbar {
	width: auto;
}
::-webkit-scrollbar-track {
	background-color: #333333;
}
::-webkit-scrollbar-thumb {
	background-color: #a18a5c;
	border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(161, 138, 92, 0.77);
}
::selection {
	background-color: #a18a5c;
	color: #000;
}