/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************* MIN KOD *************************/
body {
  font-size: 1rem;
	font-family: 'Roboto Slab', serif;
}

br {
	display: none;
}

h2 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1.5em 0 1em;
}

p {
  line-height: 1.5;
  padding-bottom: 0.5em;
}

header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
}

.site_header {
	display: grid;
	grid-template-columns: .4fr 2fr 2.5fr .1fr;
	background-color: #000;
	color: #fff;
}

.header_logo {
	padding: 0;
	margin: 0;
}

.logoimage {
	padding-left: 4em;
	height: 110px;
}

.header_title {
	padding-top: 2em;
	padding-left: .5em;
}

.header_title br {
	display: block;
}

.link_home {
	text-decoration: none;
	color: #fff;
	line-height: 1.3;
	font-size: 14px;
	padding-left: .5em;
	font-family: 'Benne', serif;
	letter-spacing: 3px;
}

#bigger {
	font-size: 1.7rem;
	letter-spacing: 0;
	padding-left: 1.1em;
	display: inline-block;
  padding-top: .1em;
}

.menu {
	text-align: center;
	display: block;
	background-color: #000;
}

.menu a {
  display: inline-block;
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: .5em;
	margin-top: 3em;
}

.menu a:hover {
	color: #A9A9A9;
	font-weight: 600;
}

.menuLast {
	border: 1px solid #fff;
	border-radius: 4px;
	padding: .3em;
	margin-left: .5em;
}

.menuLast a {
	font-size: 16px;
}

.menuLast:hover {
	border: 1px solid #A9A9A9;
	background: #A9A9A9;
}

.menuLast a:hover {
	color: #000;
}

.mobileMenu {
	display: none;
}

.topnav {
	display: none;
}

#backgroundImg {
	background-image: url(images/IMG_2140.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	position: relative;
	z-index: 99;
	margin-top: 95px;
	padding-top: 150px;
}

/************ ADVOKATEN = OM MIG ************/
#about {
	background-color: #fff;
	clear: both;
	padding: 180px 50px 70px;
}

.about_wrapper {
	display: grid;
	grid-template-columns: 1fr 3fr;
}

.about_pic {
  line-height: 1.5;
	padding-bottom: 2em;
	padding-left: 7em;
	text-align: center;
}

#pic_mona {
	margin: 1em 0;
}

#pic_mona {
	width: 250px;
	height: auto;
}

.about_pic h3 {
  font-size: 1.1rem;
  font-weight: bold;
	padding-bottom: .5em;
}

.about_pic p {
	padding: 1em 0 .5em;
}

.email {
	color: #fff;
	background-color: #D3D3D3;
	padding: .5em;
}

.about_txt {
  padding: .5em 5em;
}

.about_txt p {
	text-align: left;
}

#headline {
	font-weight: bold;
	padding-top: 1em;
	margin-top: .5em;
}

.about_txt ul {
	padding-bottom: .5em;
}

.about_txt ul li {
	line-height: 1.5;
	text-align: left;
}

.about_txt a {
	color: black;
	font-size: inherit;
	text-decoration: none;
}

.list-publ li {
	list-style-type: disc;
	list-style-position: inside;
}


/*** VERKSAMHETSOMRÅDEN ***/
#mainAreas {
	text-align: center;
	padding: 180px 100px 60px;
}

.mainArea {
	/* display: -webkit-flex;
  	display: flex; */
	margin: 0 5em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);

}

.col {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 4em;
}

#mainAreas h3 {
	padding: .5em 0;
  	font-size: 1.5rem;
	font-weight: bold;
}

hr {
	width: 10em;
	height: 1px;
	background: #5b432d;
}

.subarea {
	border: 1px solid #1f1f1f;
	border-radius: 2%;
	margin: 1.5em 0 4em;
	padding: 1em;
	background-color: #1f1f1f;
	color: #fff;
}

.subarea a {
	padding: 1em;
	font-size: 1.1rem;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.subarea_text {
	display: none;
	position: relative;
	text-align: left;
	padding: 1em .5em;
	margin: .5em 0;
	margin-bottom: -10px;
	z-index: 100;
	font-size: .9rem;
}

 .subarea a:hover + .subarea_text {
	display: block;
	background: #1f1f1f;
	color: #fff;
	opacity: 95%;
	cursor: pointer;
}

/* #adjustHeight {
	margin: 1.5em 0 3.2em;
} */

#area_two h3 {
	padding: 0;
}


/*** FINANSIERING ***/
#finance {
	text-align: center;
	padding: 190px 0;
	background-image: url('images/finansiering.png');
	background-repeat: no-repeat;
	background-position: center 4.5em;
	background-size: 100vh;
	background-attachment: fixed;
}

#finance h2 {
	padding: 0 0 1em;
}

.finance_container {
	padding: 1em 7em;
	/* display: grid;
	grid-template-columns: repeat(2, 2fr);
	gap: 4em; */
	display: -webkit-flex;
	display: flex;
	margin: 0 5em;
}

.form {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 1.5em;
}

.finance_link {
	border: 2px solid #000;
	border-radius: 2%;
	margin: 1.5em 1.5em 4em;
	padding: 1.5em 1em;
	background-color: #fff;
}

#finance a {
	padding: 1em;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}

.finance_txt {
	display: none;
	padding: 1em;
	line-height: 1.5;
	margin-bottom: -10px;
	z-index: 100;
	background-color: #fff;
	color: #000;
	font-size: .9rem;
	text-align: left;
	margin-top: 1em;
	border-top: 2px solid #000;
}

#finance a:hover + .finance_txt {
	display: block;
}

/*************** KONTAKT ***************/
.spacer {
	width: 100%;
	padding-top: 110px;
}

.container {
	width: 100%;
	display: grid;
	grid-template-columns: 65% 35%;
}

.contact_left {
	margin-left: 5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.contact_row h2 {
	text-align: left;
	margin: 1em 0;
	padding-bottom: 1em;
}

.contact_row h3 {
	font-size: 1.2em;
	padding-bottom: 1em;
}

.contactNo {
	display: grid;
	grid-template-columns: 30% 35% 35%;
	margin-bottom: 1em;
}

.contactNo a {
	text-decoration: none;
	color: #000;
}

.content {
	text-align: left;
}

.content p, .content a {
	color: black;
	font-size: 1rem;
	line-height: 2.5;
}

.map {
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
       -o-filter: grayscale(100%);
          filter: grayscale(100%);
	margin-right: 1.5em;
}

iframe {
	width: 100%;
	min-height: 250px;
}

.contact_row2 {
	padding: 2em 0;
	font-size: .8rem;
}

.contact_row2 p {
	margin-bottom: 1em;
}

.contact_right {
	background-image: url(images/IMG_7955.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 100%;
	height: 100%;
}

.gdpr {
	color: #fff;
	padding: 1em 5em;
}

.gdpr h3 {
	text-align: center;
	padding: 2em 0 1.5em;
  font-size: 1.3rem;
}

.gdpr_text p {
	line-height: 2;
	padding-bottom: 1em;
	font-size: .8rem;
}

/************ FOOTER (KONTAKT) *********/
footer {
  background-color: #000;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	padding-right: 1em;
}

footer a {
	color: white;
	text-decoration: none;
}

#contact p, a {
	font-size: 1rem;
}

.contact_form {
	display: grid;
	grid-template-columns: .5fr .9fr .7fr .8fr;
}

.logo2 {
	width: 90%;
	height: auto;
	padding-top: .5em;
	padding-left: 4em;
}

.contact_info {
	text-align: left;
	padding: 4em 0;
	margin-left: 5em;
}

.icons {
	font-size: 1rem;
}

.fab {
	padding-right: .2em;
}



/****************** RESPONSIVE DESIGN ******************/
@media only screen and (max-width: 1312px) {
	.site_header {
		grid-template-columns: .1fr 1.7fr 2.5fr .1fr;
	}
	.header_title {
		padding-left: 0;
	}
	.logoimage, .logo2  {
		padding-left: 1.5em;
	}
	#bigger {
		font-size: 1.4rem;
	}

	.finance_container {
		margin: 0;
	}

	.contact_left {
		margin-left: 2em;
	}
	.contact_row h3 {
		font-size: 1.1rem;
	}
	.content p, .content a {
    line-height: 1.8;
	}
	.map {
		margin-right: 1em;
	}
	.contact_row2 {
		padding: 2em 0;
		margin-left: 0;
	}
	iframe {
		min-height: 200px;
	}
	.contact_right {
		background-size: 100% 100%;
		background-position: center center;
	}

	.contact_info {
		padding: 3em 0;
	}
	#contact p, a {
		font-size: .8rem;
	}
}

@media only screen and (max-width: 1200px) {
	.site_header {
		grid-template-columns: .1fr 1fr 2fr 0;
	}
	.logoimage {
		padding-left: .5em;
		height: 100px;
	}

	.link_home {
		font-family: 'Roboto Slab', serif;
		font-size: 12px;
		padding-left: 0;
	}
	#bigger {
		font-size: 1.1rem;
		padding-left: .7em;
	}

	.menu a {
		margin-top: 2.2em;
		padding: .5em .2em;
	}
	.menuLast {
		margin: 0 .5em;
	}

	#backgroundImg {
		padding-top: 0;
	}

	#mainAreas {
		padding: 180px 50px 60px;
	}
	.mainArea {
		margin: 0 3em;
	}
	.col {
		margin: 0 2.5em;
	}

	.finance_container {
		padding: 1em 3em;
	}
	.form {
		margin: 0 1em;
	}
	#finance a {
		font-size: 1rem;
	}

	.spacer {
		padding-top: 100px;
	}
	.container {
		grid-template-columns: 55% 45%;
	}
	.contact_left {
		margin: 0 3em;
	}
	.contactNo {
		display: inline;
		font-size: .9rem;
	}
	.contact_row h2 {
		margin: .5em 0;
		font-size: 1.5rem;
	}
	.contact_row h3 {
		font-size: 1rem;
	}
	.content {
		padding-bottom: 1em;
	}
	.content p, .content a {
		line-height: 1.3;
		font-size: .9rem;
	}
	.map {
		margin: 1em 0;
	}
	iframe {
    min-height: 150px;
	}
	.contact_row2 {
		font-size: .7rem;
	}

	.gdpr {
		padding: 1em 3em;
	}

	.logo2 {
		padding-left: .4em;
	}
	.contact_info {
		padding: 2em 0;
		margin-left: 2em;
	}
}

@media only screen and (max-width: 992px) {
	.site_header {
    grid-template-columns: .1fr 2.5fr 0fr .5fr;
	}

	.logoimage {
		height: 90px;
	}

	br {
		display: inline;
	}

	.menu {
		display: none;
	}

	.mobileMenu {
		display: block;
		position: absolute;
		padding: 2.5em 1.5em;
		left: auto;
		right: 0;
	}

	.mobileMenu a.menuicon {
		display: block;
		position: absolute;
		padding: 2.5em 1.5em;
		color: #fff;
	}

	.topnav.responsive {
		display: block;
		position: relative;
		background-color: #fff;
	}
	.topnav.responsive .menuicon {
		position: absolute;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: center;
		color: #000;
		text-decoration: none;
    line-height: 1.8;
		font-family: 'Roboto', sans-serif;
		font-size: 15px;
		font-weight: 600;
		border-bottom: 1px solid #E5E4E3;
    padding: 1em 0;
	}
	.topnav.responsive a:hover {
		font-weight: bold;
		color: #848484;
	}

	#backgroundImg {
		margin-top: 92px;
	}

	h2 {
		font-size: 1.5rem;
	}

	#about {
		padding: 170px 30px 80px;
		font-size: 1.1rem;
	}
	.about_pic {
		padding-left: 2em;
	}
	#pic_mona {
		width: 200px;
		margin: 0;
	}
	.about_txt {
		padding: 0 2em;
	}
	.about_pic h3 {
		font-size: 1rem;
		padding: .5em 0 0;
	}
	.about_pic p, .about_txt p, .about_txt ul li {
		font-size: .9rem;
	}

	#mainAreas {
		padding: 150px 30px 40px;
	}
	.mainArea {
		margin: 0;
	}
	.col {
    margin: 0 2em;
	}

	.finance_container {
		padding: 1em;
	}
	#finance a {
		padding: 0;
		font-size: 1rem;
	}
	.finance_link {
		padding: 1.5em .5em;
	}
	.finance_txt {
		font-size: .8rem;
	}

	.spacer {
		padding-top: 92px;
	}
	.container {
    grid-template-columns: 50% 50%;
	}
	.contact_row h2 {
		font-size: 1.2rem;
	}
	.contact_row h3 {
		font-size: .9rem;
	}
	.gdpr h3 {
		padding: 1.5em 0 1em;
	}
	.contact_right {
		background-size: cover;
		background-position: center center;
	}

	.footer {
		padding-right: 0;
	}
	.contact_form {
		grid-template-columns: .5fr .8fr .6fr .8fr;
	}
	.contact_info {
		margin-left: 1em;
	}
}

@media only screen and (max-width: 768px) {
	.header_title {
		padding-top: 1em;
	}
	.logoimage {
		max-height: 70px;
	}
	.mobileMenu {
		padding: 2em 1.5em;
	}
	.mobileMenu a.menuicon {
		padding: 2em 1.5em;
	}

	h4 {
		font-size: 1.1rem;
	}
	p {
		font-size: 1rem;
	}

	#backgroundImg {
		margin-top: 70px;
	}

	#about {
		padding: 150px 30px 50px;
	}
	.about_wrapper {
		display: block;
	}
	.about_pic {
		padding-left: 2em;
	}
	.about_txt {
    padding: 0 2em;
	}
	#pic_mona {
		width: 200px;
	}

	#mainAreas {
		padding: 130px 50px 40px;
	}
	.mainArea {
		display: inline;
	}
	#mainAreas h3 {
		font-size: 1.2rem;
		padding: 0;
	}
	.subarea, #adjustHeight {
		margin: 1.5em 2em 3em;
		padding: 1em 0;
	}
	.subarea a {
		font-size: 1rem;
	}
	.subarea_text {
		padding: 1em;
	}
	.subarea_text p {
		font-size: .5rem;
	}

	#finance {
		padding: 150px 0 100px;
		background-position: center 2em;
	}
	.finance_container {
		display: inline;
	}
	.finance_link {
		margin: 1em 3.5em 4em;
	}

	#finance a {
		padding: .5em;
		font-size: .9rem;
	}

	.spacer {
		padding-top: 72px;
	}
	.contact_left {
		margin: 0 1.5em;
	}
	.content {
		padding-bottom: 0;
	}
	.contactNo p, .content p, .content a {
		font-size: .8rem;
	}
	.map {
		margin: .7em 0;
	}
	iframe {
		min-height: 120px;
	}
	.contact_row2 p {
		font-size: .6rem;
		margin-bottom: 0;
	}
	.gdpr {
    padding: .5em 2em;
	}
	.gdpr h3 {
		padding: 1em 0;
	}
	.gdpr_text p {
		font-size: .6rem;
	}

	footer {
		padding-top: 1.5em;
	}
	.contact_form {
		display: inline;
	}
	.logo2 {
    width: 30%;
		padding-top: 0;
	}
	.contact_logo, .contact_info {
		text-align: center;
		padding: 0 0 1em;
		margin-left: 0;
	}
}

@media only screen and (max-width: 568px) {
	header {
		max-height: 70px;
	}
	.logoimage {
		height: 70px;
		padding-left: .1em;
	}
	.site_header {
		grid-template-columns: 0fr 4.5fr .5fr;
	}
	.topnav.responsive a {
		font-size: .8rem;
	}
	.link_home {
		font-size: .4rem;
		line-height: 1.2;
	}
	#bigger {
		font-size: 1rem;
		padding-left: 1.5em;
		padding-top: .2em;
	}

	.mobileMenu {
		padding: 2em 1em;
	}
	.mobileMenu a.menuicon {
		padding: 2em 1em;
	}

	#backgroundImg {
		background-image: url(images/IMG_2140.jpg);
		background-size: auto 100%;
    background-position: center center;
	}

	h2 {
		font-size: 1.3rem;
	}
	h4 {
		padding: .3em 0;
		font-size: .8rem;
	}
	p {
		font-size: .7rem;
	}
	br {
		display: none;
	}

	#about {
		padding: 100px 0 20px;
	}
	.about_wrapper {
		display: inline-block;
	}
	.about_pic {
		padding-left: 0;
	}
	.about_pic h3 {
		font-size: 1rem;
	}
	#pic_mona {
    width: 150px;
	}
	.about_txt {
		padding: 0 1em;
	}
	.about_pic p, .about_txt p, .introduction, .about_txt ul li {
		font-size: .8rem;
	}
	#headline {
		font-size: .9rem;
		margin-top: 0;
	}
	.about_pic p {
		padding: 1em 0 0;
	}

	#mainAreas {
		padding: 100px 0 20px;
	}
	#mainAreas h2 {
		font-size: 1.1rem;
	}
	#mainAreas h3 {
		font-size: 1rem;
	}
	.subarea a {
		font-size: .8rem;
	}
	.subarea, #adjustHeight {
		padding: .5em 0;
		margin: 1em 4em 2.5em;
	}
	.col {
		margin: 0;
	}
	.last {
		margin-top: 0;
	}

	#finance {
		padding: 80px 0 0;
		background-position: center -2em;
	}
	#finance h2 {
		padding: 2em 0 0;
	}
	#finance a {
		font-size: .8rem;
	}
	.finance_link {
		margin: 1em 3em 5em;
	}
	.finance_txt {
		font-size: .7rem;
		padding: 1em;
	}

	.container {
		display: block;
	}
	.contact_left {
		background-image: url('../images/IMG_7955.jpg');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		position: relative;
		padding: 1em 2em;
		margin: 0;
	}
	.contact_left:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.7) !important;
	}
	.contact_row, .content p, .content a, .contact_row2 {
		position: relative;
		color: #fff;
	}
	.contact_row h2 {
		text-align: center;
		font-size: 1.2rem;
	}
	.contact_row2 p {
		font-weight: normal;
		font-size: .5rem;
	}
	.gdpr {
		padding: 0 2em;
	}
	.gdpr h3 {
		padding: 1em 0;
		font-size: .9rem;
	}
	.gdpr_text p {
		font-size: .5rem;
	}
	.contact_row2 {
		padding: 1em 0 2em;
	}
	.contact_right {
		display: none;
	}

	#contact p, a {
		font-size: .6rem;
	}

	.fa-linkedin, .fa-facebook-square {
		font-size: 2em;
	}
}

@media only screen and (max-width: 400px) {
	header {
		max-height: 50px;
	}
	.logoimage {
		padding-left: .1em;
		height: 70px;
	}
	.link_home {
		line-height: 1.1;
		padding-left: 0;
		font-size: .3rem;
		letter-spacing: 1.5px;
	}
	#bigger {
		font-size: .8rem;
	}
	.mobileMenu {
		padding: 1.5em .5em;
	}
	.mobileMenu a.menuicon {
		padding: 1.5em .5em;
	}

	h2 {
		font-size: .8rem;
	}

	#pic_mona {
		width: 120px;
	}
	.about_pic h3 {
		font-size: .8rem;
	}
	#headline {
		font-size: .7rem;
	}
	.about_pic p, .about_txt p, .introduction, .about_txt ul li {
		font-size: .6rem;
	}

	#mainAreas h2 {
		font-size: .9rem;
	}
	#mainAreas h3 {
		font-size: .8rem;
	}
	.subarea, #adjustHeight {
		margin: 1em 2em 2.5em;
	}
	.subarea a {
    font-size: .7rem;
	}

	#finance {
		background-position: center 2em;
		background-size: cover;
	}
	#finance h2 {
		font-size: .9rem;
	}
	.finance_link {
		margin: 1em 2em 3em;
	}

	.spacer {
		padding-top: 55px;
	}
	.contact_row h2, .gdpr h3 a {
		font-size: 1rem;
	}
}
