* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
	font-family: 'Titillium Web', sans-serif;
	-webkit-transition: all 0.2s ease;
}

html, body {
	height: 100%;
}

h1, h2 {
	font-weight: 700;
}

h1 {
	margin: 15px 0;
	
	color: #1e1445;
	font-size: 30px;
}

h1 a { color: #1e1445; text-decoration: none; }
h1 a:hover { color: #1e1445; text-decoration: none; }
h1 a:active { color: #ff7d32; }

img {
	height: auto;
	width: 100%;
}

.matare {
	height: auto;
	padding: 20px;
	width: 80%;
}

.grid {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px;
}

.col_1_of_3 {
	float: left;
	padding: 10px;
	width: 33.3%;
}

#header .col_1_of_3 {
	text-align: center;
}

.col_2_of_3 {
	float: left;
	padding: 10px;
	width: 66.7%;
}

#header {
	padding: 40px 0;
	overflow: auto;	
	background-color: #1e1445;
	color: #FFF;
}

#header.header-small { padding-top: 2px; padding-bottom: 2px; }

#header h2 {
	margin: 0 0 20px 0;

	color: #00af87;
	font-size: 30px;
	line-height: 40px;
}

#header p {
	margin: 20px 0 40px 0;
}

#header p a {
	color: #00af87;
}

#header p a:hover {
	color: #ff7d32;
}

.orangetext {
	color: #FFF;
}

.button1 {
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	
	background-color: #00af87;
	border-radius: 20px;
	border: 2px #00af87 solid;
	color: #1e1445;
	font-size: 14px;
	font-weight: 700;
}

.button1:hover {
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	
	background-color: #1e1445;
	border-radius: 20px;
	border: 2px #00af87 solid;
	color: #00af87;
	font-size: 14px;
	font-weight: 700;	
}

.button2 {
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	
	border-radius: 20px;
	border: 2px #00af87 solid;
	color: #00af87;
	font-size: 14px;
	font-weight: 700;
}

.button2:hover {
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	
	background-color: #00af87;
	border-radius: 20px;
	border: 2px #00af87 solid;
	color: #1e1445;
	font-size: 14px;
	font-weight: 700;
}

.button3 {
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	
	background-color: #00af87;
	border-radius: 20px;
	border: 2px #00af87 solid;
	color: #1e1445;
	font-size: 14px;
	font-weight: 700;
}

.button3:hover {
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	
	background-color: #FFF;
	border-radius: 20px;
	border: 2px #00af87 solid;
	color: #00af87;
	font-size: 14px;
	font-weight: 700;	
}



.greybutton {
	background-color: #ccc !important;
	border: 2px #CCC solid;
	color: #000;
}

.greybutton:hover {
	background-color: #ccc !important;
	border: 2px #CCC solid;
	color: #000;
}

#content {
	margin: 0 10px;
	padding: 60px 0;
	overflow: auto;
	
	font-size: 14px;
}

#content h2 {
	margin: 15px 0 5px 0;
	
	font-size: 20px;
}

.lasmer {
	display: inline-block;
	margin: 5px 0 0 0;	
	color: #00af87;
	font-size: 12px;
	text-decoration: none;
}

#results {
	display: none;
	overflow: auto;
	padding: 0 0 80px 0;
	
	text-align: center;
}

#results h2 {
	font-size: 25px;
	font-weight: 400;
}

.riskfactor {
	font-size: 30px;
	font-weight: 700;
}

span.icon-oj { 
	color: #fc7e2f;
	font-size: 30px;
	font-weight: 700;
}

.tips-list {
	margin-top: 30px;
}

#header .tips-list p {
	margin-bottom: 0px;
}

.tips-list ol,
.tips-list ul {
	margin-top: 10px;
}

#results p {
	margin: 20px 0;
}

.list {
	margin: 40px auto;
	width: 250px;
}

.list p {
	text-align: left;
}

.list p span {
	position: relative;
	left: 10px;
	top: -20px;
}

.pintegsiffra {
	height: 50px;
	width: 50px;
}

#footer {
	clear: both;
	padding: 40px 0;
	overflow: auto;
	width: 100%;
	
	background-color: #1e1445;
	color: #FFF;
	font-size: 14px;
}

#footer h2 {
	margin: 0 0 5px 0;
	
	color: #00af87;
	font-size: 20px;
}

.copyright {
	min-height: 200px;
	position: relative;
}

.copyright div {
	position: absolute;
	bottom: 0;
	right: 0;
}

ul,
ol {
	margin: 20px 40px;
}

#meter {
	background-image: url('https://www.persondatakollen.se/images/matare-tom.png');
	background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    height: 200px;
    width: 250px;
    margin: 0 auto;
}

#meter .needle {
    width: 10px;
    height: 70px;
    background: #fc7e2f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    left: 120px;
    position: absolute;
    top: 60px;
    transform: rotate(0deg);
    transform-origin: bottom;
    transition-timing-function: ease-in;
}

.needle-still {
    -webkit-animation: still 2s forwards;
}

.needle-low {
    -webkit-animation: movelow 2s forwards;
}

.needle-medium {
    -webkit-animation: movemedium 2s forwards;
}

.needle-high {
    -webkit-animation: movehigh 2s forwards;
}

@-webkit-keyframes still {
    0% {
        transform: rotate(-115deg);
    }
    100% {
        transform: rotate(-115deg);
    }
}

@-webkit-keyframes movelow {
    0% {
        transform: rotate(-115deg);
    }
    100% {
        transform: rotate(-52deg);
    }
}

@-webkit-keyframes movemedium {
    0% {
        transform: rotate(-115deg);
    }
    100% {
        transform: rotate(28deg);
    }
}

@-webkit-keyframes movehigh {
    0% {
        transform: rotate(-115deg);
    }
    100% {
        transform: rotate(78deg);
    }
}

@media all and (max-width: 800px) {
	
	.col_1_of_3 {
		width: 100%;
	}
	
	.col_2_of_3 {
		width: 100%;
	}
	
}



@media screen and (min-width: 768px) {
	
	#meter { height: 250px; }
	
}


/**
****************************************************************************************
* Cookie-info
****************************************************************************************
*/
#cookie-info {
	background-color: #fff;
	border-top: 4px solid #ff7d32;	
	color: #1e1445;
	display: none;
	padding: 20px 10%;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
}

#cookie-info p {
	font-size: 12px;
	margin: 0 auto;
	max-width: 500px;	
}

#cookie-info a {
	color: #1e1445;
	text-decoration: underline;
}

#cookie-info a:hover {
	color: #ff7d32;
	text-decoration: underline;
}

#cookie-info-approve {
	background-color: #ff7d32;
	border: 2px solid #ff7d32;
	border-radius: 30px;
	color: #1e1445;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 20px 0;
	padding: 8px 44px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
} 

#cookie-info-approve:hover {
	background-color: #1e1445;
	border: 2px solid #1e1445;
	color: #ff7d32;
}

/**
****************************************************************************************
* Cookie-info - END
****************************************************************************************
*/