@import url('https://fonts.googleapis.com/css?family=Ubuntu');
/* HTML5 Relaterate koder */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Basic CSS-reset */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 10px;
}

 

h1 {
	padding: 0.5em 0 0 0;
margin:0;
	font-weight: bold;
	font-size: 4em;
	color: #4CAF50;
	font-family: 'Ubuntu', sans-serif;
}

p {
	margin: 1em 0;
	padding: 0;
	font-weight: normal;
	font-size: 2em;
font-family: 'Ubuntu', sans-serif; 
}

p strong {
	font-size: 1.8em;
	color: #4CAF50;
}



h4, strong {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 3em;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
}

h3 {
color: #fff;

	padding: 0.5em;
	font-weight: bold;
	font-size: 3em;
font-family: 'Ubuntu', sans-serif;
background-color:#26da2dd9;
    margin: 0;
	text-shadow: 1px 2px black;
}

/* buttons & bakgrund*/

.button  img{
	max-width:100%;
}

.button  {
width: 31%;
padding:1%;
	float: left;
	color: #333333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-size:23px;
	font-weight: bold;
	   font-family: 'Ubuntu', sans-serif;
}

#topbar {
	height: 67px;
	background-color:#333333;
    background-position: center;
	padding: 0;
	width: 100%;
}

.wrapper2 {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	height: auto;
	padding: 0;
}

#content_text {
	margin: 1em 0;
	text-align:center;
	width: 100%;
font-family: 'Ubuntu', sans-serif;
}


#content_image img {
	width: 100%;
}


#question_block {
	
	border: 1px solid #ccc;
	margin: 0;
	float: left;
	width: 90%;
	padding:0;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(255, 255, 255, 1);
	background-size: cover;

	margin: 0;
	width: 100%;
	position: relative;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.bgButtons{
	background-color:#ffffffd4;
	width:100%;
	height:250px;
	
}



#question_1.question {
	display: block;
}



#questionfield {
	height: 120%;
	background-color: rgba(255, 255, 255, 1);
	clear: both;
	border: 1px #8b8b8b solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding-bottom: 20px;
}
#questionfield p {
	padding-bottom: 20px;
	
	color: #000
}

/* Footer design */
#footer  {
	padding-top:30px;
	text-align:center;
	clear:both;

}

#footer p {
	font-size:11px;
	color:#333333;

	
}

#footer .legal_links a {
    padding-bottom: 0.5em;
    font-size: 1em;
    font-weight: bold;
    display: inline;
    margin: 0 2.5%;
}

/* Mobila anpassningar */


@media screen and (max-width:768px) {
	html, body {
		font-size: 8px;
	}

	p strong {
		font-size: 1.2em;
	}
	
	.prozess_status {

	font-size: 22px;

}

.prozess {
	height: 140px;
}

.button {

  
	font-size:17px;
	}
	
	
}


@media screen and (max-width:580px) {
	html, body {
		font-size: 6px;
	}

	h1 {
		font-size: 3em;
	}
	
	p strong {
		font-size: 1.2em;
	}
	
	#content_text {
		margin: 1em 0;
		float: left;
		width: 100%;
		text-align: center;
	}
#question_block {
	
	border: 1px solid #ccc;
	margin: 0;
	float: left;
	width: 90%;
	padding: 47% 0% 0% 0%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background: transparent url(../images/womansuper.jpg) left top no-repeat;
	background-size: cover;

	margin: 0;
	width: 100%;
	position: relative;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.bgButtons {
    background-color: #ffffffd4;
    width: 100%;
    height: 100px;
}
	
	.button {

    width: 30%;
	font-size:15px;
	}
	

}