@charset "utf-8";
/* CSS Document */

/* variables */
:root {
	--grey: #343434;
	--dark: #000000;
	--lightgold: #a49576;
	--gold: #84744d;
	--darkgold: #50492f;
	--beige: #e3dfd6;
	--heading: 'Rubik', 'Open Sans', sans-serif;
	--paragraph: 'Merriweather', 'Times New Roman', 'Times', serif;
	--vspace: 20px;
}

* {
	box-sizing: border-box;
}

@media (min-width: 1024px) { 
	:root {
		--vspace: 40px;
	}
 }

@media (min-width: 1400px) { 
	:root {
		--vspace: 60px;
	}
 }

body{
	color: black;
	background-color: white;
	font-family: var(--paragraph);
	line-height: 1.2;
	font-size: 16px;
}

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

.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	}

.site header, .site footer {
	flex-grow: 0;
}

.site section.content {
	flex-grow: 1;
}

.gold {color: var(--gold);}

.black {color: black;}

h1 {
	font-family: var(--heading);
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--dark);
	margin: var(--vspace) 0 calc(1 * var(--vspace)) 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1.0;
}

@media (min-width: 1200px) {h1 {font-size: 3.0rem;}}

h1.page-title {margin-top: 0;}

h1.name {margin-top: 2rem;}

h3 ~ h1.name {margin-top: 0.5rem;}


h2 {
	font-family: var(--heading);
	font-size: 2.0rem;
	font-weight: bold;
	color: #666;
	margin: var(--vspace) 0 calc(0.3 * var(--vspace)) 0;
	padding: 0;
	line-height: 1.0;
	text-transform: uppercase;
}

.content h2 {
	font-weight: 300;
	color: black;
}



h3 {
	font-family: var(--heading);
	font-size: 1.3rem;
	font-weight: bold;
	color: var(--grey);
	margin: var(--vspace) 0 calc(0.15 * var(--vspace)) 0;;
	padding: 0;
	text-transform: uppercase;
	}

h4 {
	font-family: var(--heading);
	font-size: 1.2rem;
	}
	
h5, h6, h7 {
	font-family: var(--heading);
	font-size: 1.0rem;
}

a {		text-decoration: none;
		color: var(--gold);
		transition: all 0.3s ease;
		}

a:hover, a:focus, a:active	{
		color: black;
		}
	
p > a {
	color: var(--gold);
	text-decoration: underline;
	transition: 0.5s all ease;
}

p > a:hover, p > a:active, p > a:focus {
	color: var(--gold);
}

a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"] {
	display: inline-block;
}


p {
	font-size: 1.0rem;
	font-weight: regular;
	margin-bottom: 1.0rem;
	color: var(--grey);
	font-family: var(--paragraph);
	line-height: 1.3;
}

.single p {
	text-align:justify; 
}

p strong {
	font-weight: bold;
}

.padding {padding: 1rem;}

@media screen and (min-width: 1400px) { .padding {padding: 2rem;}  }

.date {font-weight: 900; text-transform: none; font-family: var(--paragraph); padding: 0.6rem 0.8rem; background-color: black; color: white; display: inline-block;}

time {color: white; font-family: var(--heading); font-weight: 900; text-transform: uppercase;}

ul, ol {
	padding-left: 2.6rem;
}

li {
	font-size: 1.0rem;
	font-weight: regular;
	margin-bottom: 0.4rem;
	color: var(--grey);
	font-family: var(--paragraph);
	line-height: 1.3;	
}

table {
	margin:  2rem 0;
	width: auto;
	height: auto;
	border-collapse: collapse;
}


p ~ table {
	margin: 0 0 2rem 0;
}

table tr td {
	padding: 0.8rem;
	white-space: nowrap;
	border-right: 1px solid #ccc;

}

table tr td:last-child {
	border-right-width: 0;
}

table tr:nth-child(odd) {
	background-color: #fff;
}

table tr:nth-child(even) {
	background-color: #eee;
}

/* general bg styling */

.bg-cover {
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #eee;
}

.bg-cover-top {
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #eee;
}

.bg-cover-left {
	background-size: cover;
	background-position: left top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #eee;
}

/* header */

body.forside {
	position: relative;
}

.forside header {
	position: absolute;
	top: 0;
	left:0;
	z-index:20;
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.0));
}

header  {
	padding: 0;
}

header > .container-fluid > .row {
	align-items: center;
}

.sitelogo {
	width: 140px;
	height: 120px;
	display: block;
	background: transparent url('../img/assets/stage-logo-sort.svg') no-repeat scroll center center;
	background-size: contain;
}

.forside .sitelogo, footer .sitelogo {
	background-image: url('../img/assets/stage-logo-hvid.svg');
}

@media (min-width: 1400px) {
	.sitelogo  {width: 180px; height: 140px;	} 	 }

/* main menu */

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

ul.menu > li.menu-item {
	margin: 0 0.1rem;
	padding: 0;
	list-style: none;
	display: inline-block;
	
}

ul.menu.horizontal {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

ul.menu.vertical {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}


ul.menu > li.menu-item > a {
	font-size: 1.3rem;
	line-height: 1.2;
	color: inherit;
	font-weight: 700;
	font-family: var(--heading);
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5rem 0.8rem;
	display: inline-block;
}

.forside header ul.menu > li.menu-item > a {
	color: #fff;
}

.forside header ul.menu > li.menu-item > a:focus,
.forside header ul.menu > li.menu-item > a:hover,
.forside header ul.menu > li.menu-item > a:active {
	color: var(--gold);
} 
 

ul.menu.vertical > li.menu-item > a,
ul.menu.vertical.secondary > li.menu-item > a{
	padding: 0.5rem 0;
}

ul.menu > li.menu-item.current_page_item > a,
ul.menu > li.menu-item.current-menu-parent > a
{
	color: var(--gold);
	position:relative;
}

ul.menu.horizontal > li.menu-item.current_page_item > a::after {
	content: '';
	width: calc(100% - 1.6rem);
	height: 4px;
	background-color: var(--gold);
	border-radius: 1px;
	position: absolute;
	bottom: 2px;
	left: 0.8rem;
}

ul.menu.sub-menu > li.menu-item.current_page_item > a {
	color: var(--gray);
}

ul.menu > li.menu-item.uk-flag {
	margin: 0 0.6rem
}

ul.menu > li.menu-item.uk-flag > a {
	width: 60px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: transparent url("../img/assets/uk-flag.png") center center no-repeat scroll;
	background-size: contain;
}

ul.menu.secondary > li.menu-item > a {
	font-size: 1.1rem;
	line-height: 1.3;
	color: #666;
	font-weight: 400;
	font-family: var(--heading);
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.4rem 0.5rem;
	display: inline-block;
}

ul.menu > li.menu-item > a:hover,
ul.menu > li.menu-item > a:active,
ul.menu > li.menu-item > a:focus {
	color: var(--gold);
}

/* submenu */
ul.menu.sub-menu {
	align-items: flex-start;
	padding: 0;
	margin-top: 1rem;
}


ul.menu.sub-menu > li.menu-item {
	margin-bottom: 0.0rem;
}

ul.menu.sub-menu > li.menu-item > a {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.2;
	color: var(--gold);
}

ul.menu.sub-menu > li.menu-item > a:hover,
ul.menu.sub-menu > li.menu-item > a:focus,
ul.menu.sub-menu > li.menu-item > a:active {
	color: #000;
}

@media (min-width: 768px) {ul.menu.sub-menu > li.menu-item {margin-bottom: 0.5rem;} ul.menu.sub-menu {align-items: flex-end;	padding: 0 3vw 0 0; margin-top: 0;} ul.menu.sub-menu > li.menu-item > a {text-align: right;}}


/* featured image */

.featured-image-wrap {
	width: 100%;
	height: auto;
	display: block;
}

.featured-image-wrap img {
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	border-width: 0;
}

 /* single pages */

section.content.single div[class^='col']:first-child {
	margin-top: var(--vspace);
}

section.content.single h1.page-title {
	margin-top: 0;
	font-size: 2.4rem;
}

@media (min-width: 900px) {section.content.single h1.page-title {font-size: 3.2rem;}}


/* acrhive page: sager */

.featured-image-banner {
	width: 100%; 
	min-height: 320px;
	background-color: #eee;
	background-size: cover;
	background-position: right center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-start;
	margin-bottom: calc(var(--vspace) * 2);
	}

.featured-image-banner .contentbox {
	display: inline-block;
	padding: 2rem 2rem 2rem 0rem;
	background-color: #fff;
}

@media (min-width: 768px) {.featured-image-banner .contentbox {max-width: 70%; padding: 3rem;}}

@media (min-width: 1200px) {.featured-image-banner .contentbox {flex-direction: row; max-width: 30%;} .featured-image-banner {min-height: 520px;} }


.featured-image-banner .contentbox h1 {
	font-size: 2.2rem;
	margin: 0 0 1rem 0;
	color: var(--dark);
}

.featured-image-banner .contentbox h1:first-line {
	color: var(--gold);
}

 /* archive */

.archive-wrap {
   width: 100%;
	padding: 0 0 100% 0;
 height: auto;
	margin: 0;
	position: relative;
	background-position: center top;
	background-size: cover;
}

.archive-wrap .archive-title {
	padding: 1rem;
	font-family: var(--heading);
	color: #ffffff;
	background-color: black;
	margin: 0 0 0 0;
	position: absolute;
	top: -1rem;
	left: 0;
	max-width: 100%;
	white-space:normal;
	font-size: 1.1rem;
}

.archive-link {
	padding-top: 1rem;
	display: block;
}

/* landinge page */

section.team-wrap .row {
		position: relative;
}

section.team-wrap .team-bg  {
	width: 100%;
	padding: 150px 0 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;

}

@media (min-width: 1200px) { }

.videoWrap {
	width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	opacity: 0.8;
}

.team-wrap .team-bg #bgVideo {
  min-width: 100%;
  min-height: 100%;
}

section.team-wrap .team-bg .team-photo {
	padding: 0;
	width: 100%;
	padding-top: 32%;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 10;
	
}

section.team-wrap .team-text {
	padding: 4vw 4vw 0 4vw;
	margin-top: -8vw;
	background-color: white;
	position: relative;
	z-index: 20;
}

section.team-wrap .team-text h2 {
	color: var(--gold);
	padding: 0;
	margin: 0 0 1rem 0;
}

section.team-wrap .team-text h2::first-line {
	color: #000;
}

section.focus {
	margin-top: calc(3 * var(--vspace));
	padding-bottom: 50px;
}

.focus .textbox-wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}



.focus .textbox {
	margin-top: 30px;
	padding: 1.6rem;
	position: relative;
	z-index: 20;
}

@media (min-width: 996px) {.focus .textbox {padding: 2.4rem;}}

.icon-center {
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	max-width: 130px;
	max-height: 130px;
}

ul.arrow, .focus ul.arrow  {
	list-style: none;
	list-style-position: inside;
	padding-left: 1.6rem;
}

ul.arrow li {
	position: relative;
	margin-bottom: 0.8rem;
	font-family: var(--heading);
}


ul.arrow li a {
	font-family: inherit;
	font-weight: 700;
	text-transform: uppercase;
}

ul.arrow li:before {
	content: " ";
    background-size: auto 1.0rem;
    background-image: url("../img/assets/list-arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: -1.6rem;
}

.focus h2 {
	margin: 0 0 1rem 0;
	color: var(--gold);
}

.focus h2::first-line {
	color: black;
}

.focus h3 {
	margin: 0;
}

.focus h3.white {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

.focus a {
	text-decoration: none;
}

.focus .photo {
	min-height: 300px;
	flex-grow: 1;
	position: relative;
	z-index: 10;
}


.focus .shortcut {
	min-height: 300px;
	padding: 2rem;	
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.focus .shortcut h3 {
	z-index: 20;
}

.focus .shortcut::before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1.0;
	z-index: 10;
	background-color: transparent;
	background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.6));
}


@media (min-width: 993px) {.focus .photo {min-height: 400px; left: -120px; top: 80px; width: calc(100% + 80px); } .focus .shortcut {min-height: 400px;} }

@media (min-width: 1200px) {.focus .photo {min-height: 500px; left: -120px; top: 80px; width: calc(100% + 80px); } .focus .shortcut {min-height: 500px;} }


/* mini team */

section.mini-team {margin-top: calc(4 * var(--vspace))}

.mini-team h2, .mini-team h3 {
	color: #000;
}

.mini-team-photo {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: calc(2 * var(--vspace));
	position: relative;
}

.mini-team-photo img {
	width: 100%;
	height: auto;
	z-index: 20;
}

.mini-team-photo .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}

.mini-team-photo .bg:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

/* vaerd at vide */

section.vaerd-at-vide {
	margin-top: calc(4 * var(--vspace));
}

section.vaerd-at-vide .row {
	background-color: var(--beige);
}

.vaerd-at-vide h2 {
	color: var(--gold);
	margin-top:1rem;
	font-size: 1.8rem;
}

@media (min-width: 768px) {.vaerd-at-vide h2  {	font-size: 2.4rem;} }

.vaerd-at-vide .photo img {
	position: relative;
	z-index: 10;
}

.vaerd-at-vide .padding {
	padding: 2rem;
}

.vaerd-at-vide .icon-vaegt {
	max-height: 150px;
}

@media (min-width: 768px) {.vaerd-at-vide .photo img  {	top: 50px;} }


/* footer contact banner */
.contact-banner {
	width: 100%;
	height: 320px;
	background: #eeeeee url('../img/miljoe-mette-stage-telefon-urban-9475.jpg') no-repeat scroll center top;
	background-size: cover;
	margin-top: calc(var(--vspace) * 6);
	margin-bottom: 0;
	font-size: 1.2rem;
}

@media (min-width: 1024px) {.contact-banner {height: 520px; font-size: 1.4rem;} }

.contact-box {
	height: auto;
	width: auto;
	display: inline-block;
	padding: 1.6rem;
	background-color: var(--lightgold);
	margin: -1.6rem 0 0 0;
	font-size: inherit;
	
}

@media (min-width: 1400px) {.contact-box {padding: 5rem 3rem 3rem 3rem; margin: -3rem 0 0 -3rem;} .contact-banner {width: calc(100% - 3rem);} }

.contact-box p {
	font-family: var(--heading);
	color: var(--darkgold);
	font-size: inherit;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.1;
}

.contact-box p:last-child {
	margin-bottom: 0;
}

.contact-box a {
	font-family: var(--heading);
	color: #ffffff;
	font-weight: 900;
	font-size: 120%;
	text-transform: uppercase;
}

.contact-box small {
	font-family: var(--paragraph);
	color: #ffffff;
	font-weight: 400;
	font-size: 70%;
	text-transform: lowercase;
}

/* landing: nyheder*/

section.nyheder {
	margin-top: calc(var(--vspace) * 4);
	
}

section.nyheder h2 {
	padding: 1rem 1.6rem;
	border: 2px solid var(--gold);
	display: inline-block;
	color: var(--gold);
	font-size: 1.2rem;
	position: relative;
}

@media (min-width: 1024px) {

section.nyheder h2::after {
	content: ' ';
	width: calc(var(--vspace) * 8);
	border-bottom: 2px solid var(--gold);
	position: absolute;
	bottom: -2px;
	left: 100%;
	z-index: 20;
} }

section.nyheder a {
	font-weight: 900;
	font-family: var(--heading);
	text-transform: uppercase;
	font-size: 1.2rem;
}

/* 2-billede-genveje */

.genveje-x2 {
	margin-top: calc(var(--vspace) * 3);
	
}

.genveje-x2 .bg-cover {
	min-height: 500px;
	position: relative;
	background-position: left center;
	margin-bottom: 30px;
}

.genveje-x2 a h3 {
	color: black;
	background-color: #fff;
	display: inline-block;
	padding: 24px;
	position: absolute;
	bottom: 50px;
	left: -24px;
	z-index: 20;
	margin: 0;
	transition: all 0.3s ease;
}

.genveje-x2 .row > div:last-child h3 {
	color: white;
	background-color: transparent;
	padding: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	margin: 0;
}

@media (min-width: 1400px) {.genveje-x2 h3 {left: -72px;} }

/* specialer */

.specialer-wrap {
	padding: 1rem 0 0 2rem;
	border-left: 2px solid var(--gold);
	margin-top: var(--vspace);
}

/* footer */



footer {
	margin-top: calc(var(--vspace) * 2);
	color: #999;
}

footer address {
	margin-right: 50px;
}

footer address ul {
	margin: 0 0 1rem 0;
	padding: 0;
	list-style: none;
	
}

footer address ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul.menu li.uk-flag 
{display: none;}

footer p {
	color: inherit;
}

footer a {
	}

footer address a {
	text-decoration: none;
	}

footer h3 {

}

footer .left {
	background-color: rgba(0,0,0,0.85);
	padding: 50px 50px 100px 50px;
	font-size: inherit;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap:wrap;
}

footer .left .menu-wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap:wrap;
	margin: 0 0 calc(var(--vspace)*2) 0;
}

@media (min-width: 1024px) {footer .left {border-top: 50px solid #fff;} }

footer .left .some-icons a {
	display: inline-block;
	padding: 0;
	margin: 0 20px 0 0;
}

footer .left .some-icons a img {
	height: 50px; 
	width: auto;
}

footer .sitelogo {
	display: inline-block;
	padding: 0;
	margin: 0;
	opacity: 0.6;
}


footer .right { 
	background-color: rgba(0,0,0,1.0);
	padding: 50px;
	font-size: inherit;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

footer ul.menu.vertical {
	margin-right: 50px;
}

footer ul.menu.vertical > li > a {
	font-size: 1.4rem;
	margin: 0;
	padding: 0.5rem;
	color: #666;
} 

/* page: advokater */

.advokater > .profile-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: calc(1.2 * var(--vspace));
}

.profile-picture-wrap {
	background: #eee url('../img/assets/bg-concrete-square.jpg') no-repeat scroll center center;
	background-size: cover;
	width: 44%;
	height: 0%;
	padding-top: 44%;
	position:relative;
	flex-shrink: 0;
}

.advokater-details .profile-picture-wrap {
	width: 100%;
	height: 0%;
	padding-top: 100%;
}

.profile-picture-wrap a {
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-position:  left bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.profile-picture-wrap a > div.btn {
	position: absolute;
	bottom: 1rem;
	right: -1rem;
	border-radius: 0;
	border-top-left-radius: 2px;
	border-width: 0;
	background-color: var(--gold);
	font-size: 0.7rem;
	font-weight: 900;
	color: #fff;
	font-family: var(--heading);
	text-transform: uppercase;
}

.profile-picture-wrap a:hover > div.btn,
.profile-picture-wrap a:active > div.btn,
.profile-picture-wrap a:focus > div.btn{
	background-color: black;
}


.profile-picture-empty {
	
}

.profile-description {
	width: auto;
	flex-grow: 1;
	margin: 0 1rem;
	display: block;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
	flex-shrink: 1;
}
.advokater .profile-description h3{
	font-size: 1.0rem;
	font-family: var(--paragraph);
	margin: 0 0 0.8rem 0;
	text-transform:none;
	font-weight: 400;
}

.advokater .profile-description a{
	font-size: 1.0rem;
	font-family: var(--heading);
	margin: 0;
	font-weight: 700;
	display: inline-block;
	color: var(--gray);
	text-transform: uppercase;
}

.advokater .profile-description a.btn {
	border: 2px solid var(--gold);
	font-family: var(--heading);
	font-weight: 700;
	color: var(--gold);
	line-height: 1.0;
	padding: 0.7rem 1.0rem;
	margin-top: 0.8rem;
	text-transform: uppercase;
	font-size: 0.9rem;

}

.advokater .profile-description a.btn::before {
	display: inline-block;
	content: '+ ';
}

.advokater .profile-description a.btn:hover {
	color: #fff;

}

.advokater .profile-description p {
	font-size: 1.0rem;
	margin: 0;
	font-family: var(--heading);
	color: var(--gray);
}

/* kontakt side */

aside.map {
	width: 100%;
	display: block;
	background-color: #eee;
	position: relative;
}

aside.map address {
	position:absolute;
	bottom: 0;
	left: 0;
	background-color: var(--gold);
	display: inline-block;
	margin: 0;
	color: white;
}

/* Google and ACF Maps */

.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* Fixes potential theme css conflict.*/
.acf-map img {
   max-width: inherit !important;
}

.acf-map h3 {
	margin: 0;
	font-size: 1.2rem;
}

.acf-map p {
	margin: 0;
	font-size: 0.8rem;
}

.acf-map p em {
	font-style:normal;
}

@media (min-width: 1024px) {aside.map address {left: -50px; bottom: -50px;} }


aside.map address h3 {color: white; margin: 0 0 0.5rem 0;}

aside.map address p {color: white; margin: 0;}



.afdelinger {
	margin-top: calc(var(--vspace) *3);
}

.afdelinger address {
	margin: 0;
}

.afdelinger h2 {
	margin-bottom: var(--vspace);
}

.kontakt-advokater {
	width: calc(100% - 3*var(--vspace));
	margin: calc(3*var(--vspace)) auto 0 0;
	background-color: var(--beige);
}

/* buttons */

address {
	font-style:normal;
	margin: 0;
	padding: 0;
	margin-bottom: 1.6rem;
}

address.contact a {
	font-family: var(--heading);
	color: black;
	font-size: 1.6rem;
	margin-bottom: 0.2rem;
	font-weight: 900;
	position: relative;
	display: inline-block;
}

@media (min-width: 996px) {address.contact a {font-size: 2.4rem;}}


address.contact a::after {
	content: '';
	width: 100%;
	height: 2px;
	border-bottom: 2px dotted black;
	position: absolute;
	bottom: 2px;
	left: 0;
}

address.contact a:hover, 
address.contact a:focus {
	color: var(--gold);
}

address.contact a:hover::after, 
address.contact a:focus::after {
	border-bottom: 2px dotted var(--gold);
}


a.btn {
	font-family: var(--heading);
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--gold);
	padding: 0.8rem 1.0rem;
	box-shadow: none;
	margin: 0.6rem 0.6rem 0 0;
	transition: all 0.5s ease;
	line-height: 1.0;
	text-transform: uppercase;

}

a.btn:hover, a.btn:active, a.btn:focus {
	color: #fff;
	background-color: var(--gold);
	box-shadow: none;
	}

a.btn[class*="btn-outline"] {
	border: 2px solid var(--gold);
	
}

a.btn.btn-primary {
	background-color: var(--gold);
	padding: 1rem 1.2rem;
	font-size: 1.2rem;
	color: #fff;
	font-family: var(--heading);
	border: 2px solid var(--gold);
	outline-width: 0;
	box-shadow: 0 0 0 0 transparent;
	border-radius: 2px;
}

a.btn.btn-primary:hover, 
a.btn.btn-primary:focus, 
a.btn.btn-primary:active {
	background-color: black;
	border: 2px solid black;
}

a.btn.btn-secondary {
	background-color: #fff;
	padding: 1rem 1.2rem;
	font-size: 1.2rem;
	color: var(--gold);
	font-family: var(--heading);
	border: 2px solid var(--gold);
	outline-width: 0;
	box-shadow: 0 0 0 0 transparent;
	border-radius: 2px;
}

a.btn.btn-secondary:hover, 
a.btn.btn-secondary:focus, 
a.btn.btn-secondary:active {
	color: black;
	border: 2px solid black;
}

a.btn.white {
	background-color: white;
	padding: 1rem 1.2rem;
	font-size: 1.2rem;
	color: var(--gold);
	font-family: var(--heading);
	border: 2px solid #fff;
	outline-width: 0;
	box-shadow: 0 0 0 0 transparent;
	border-radius: 2px;
}

a.btn.white:hover, 
a.btn.white:focus, 
a.btn.white:active {
	background-color: var(--gold);
	color: #fff;
	border: 2px solid var(--gold);

}

/* animation zoom */

a.ani-zoom {
	overflow: hidden;
	transition: all 0.4s ease;
	display:block;
}

a.ani-zoom > div {
	position: relative;
	transition: transform 0.4s ease;
	transform: scale(100%);
	margin: 0 !important;
}

a.ani-zoom:hover > div ,
a.ani-zoom:focus > div {
	transform: scale(104%);
}



/* sidebar */

#slidemenu {
	width: 100%;
	margin-left: -100%;
	font-size: 1.2rem;
	display: block;
	height: 100%;
	padding: 1.6em;
	position: fixed; 
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #fff; 
	overflow-x: hidden; 
	padding-top: 60px; 
	transition: 0.5s;
	color: #000;
	box-sizing: border-box;
}

@media (min-width: 768px) {#slidemenu {width: 60%; }}

#slidemenu.open {
	margin-left: 0;
}

#overlay {
	position: fixed;
	z-index:900;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	transition: 0.8s opacity ease;
	display: block;
	opacity: 0.0;
	top:0;
	left: -100%;
}

#overlay.active {
	left: 0;
	opacity: 1.0;
}

.openbtn {
	width: 40px;
	height: 18px;
	margin: 0px 20px;
	background-color: transparent;
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.openbtn span {
	width: 100%;
	height: 3px;
	background-color: #000;
	display: inline-block;
}

.forside .openbtn span {
	background-color: #fff;
}

.closebtn {
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: 0;
	position: relative;
}

.closebtn span:nth-child(1) {
	width: 24px;
	height: 3px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(45deg);
}

.closebtn span:nth-child(2) {
	width: 24px;
	height: 3px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-45deg);
}

#slidemenu .contact {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: var(--beige);
	padding: 1.6rem;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap;
}

#slidemenu .contact a {
	display: inline-block;
	font-family: var(--heading);
	color: var(--gold);
	font-weight: 900;
	font-size: 1.4rem;
}


/* X-Small devices (portrait phones, less than 576px)*/
@media (min-width: 576px) { ... }

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 768px) { ... }

/* Medium devices (tablets, less than 992px) */
@media (min-width:992px) { ... }

/* Large devices (desktops, less than 1200px)*/
@media (min-width: 1200px) { ...}

/*X-Large devices (large desktops, less than 1400px)*/
@media (min-width: 1400px) { 
	body, html {
		font-size: 18px;
	}
	
	.openbtn {
		display: none;
	}
 }

@media (min-width: 1800px) { 
	body, html {
		font-size: 19px;
	}

 }


/* modal video */
.video-modal.off {display: none;}

button.video-btn  {
	padding: 0;
	margin: 0;
	outline-width: 0;
	border-width: 0;
}

.video-modal {
  position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	width: 1280px;
	height: 720px;
	max-height: 100%;
	max-width: 100%;
	z-index: 9999;
	transform: translate(-50%,-50%);
	padding: 25px;
}

#video {
	
}

.video-modal .overlay {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.video-modal .wrapper {
	position: absolute;
	top: middle;
	left: center;
	display: inline-block;
	width: 100%;
	height: 0;
	padding-top: 56%;
}

.video-modal #video {
	z-index: 20;
}

.closebtn {
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-16by9 {
	padding-top: 56%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



