#kontaktwrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10001;
	display: flex;
	justify-content: center;
	align-items: center;
}
#kontaktbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 1;
}
#kontaktcontent {
    width: 440px;
    padding: 20px;
    max-width: 90vw;
	position: relative;
    height: 500px;
    max-height: 90vh;
    background-color: #fff;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#kontaktcontent .fa-envelope {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100px;
    width: 100px;
    top: -32px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 76px;
    font-size: 2.5em;
}
#kontaktcontent .fa-circle-xmark {
    position: absolute;
    color: red;
    font-size: 2em;
    right: 10px;
    top: 10px;
    cursor: pointer;
	z-index: 3;
}
#kontaktform {
    z-index: 2;
    position: relative;
}
.teamcontainer {
	padding-top: 30px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.teamcontainer .teamitem {
  height: 400px;
  width: 250px;
	display: inline-block;
  border-radius: 10px;
	background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
	text-align: center;
	float: left;
    margin-right: 15px;
	margin-bottom: 50px;
	text-decoration: none !important;
}

html body #indhold .teamcontainer .teamitem img {
  display: block;
  width: 90%;
  margin: -20px auto 0 auto !important;
  height: 350px !important;
	object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.teamcontainer .teamitem:hover img {
  transform: translateY(-10px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.teamcontainer .teamitem h2 {
  text-align: center;
  padding: 10px;
	font-size: 16px;
  margin: 0;
  position: relative;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 770px) {
#usermenu {
	margin-left: -94px;
}
	html body #menu #ctl00_panelAnonymousTemplate li #usermenu {
		margin-left:  -260px;
	}
}
#lb1 {
	background-image: url(images/1.jpg);
}
#lb2 {
	background-image: url(images/2.jpg);
}
#lb3 {
	background-image: url(images/3.jpg);
}
#lb4 {
	background-image: url(images/4.jpg);
}
#lb5 {
	background-image: url(images/5.jpg);
}
#banner-overlay {
	display: none !important;
}
html body #cookie-bar.fixed {
    top: auto;
    bottom: 0;
}
#linkboxwrap {
	display: none !important;
}
#breadcrumbs {
	padding: 10px
}
#breadcrumbs a {
	color: #000;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.teambox {
	background-color: aquamarine;
	margin: 40px 20px 20px 20px;
	height: 400px;
	background-position: center center;
	background-size: cover;
    display: flex;
    align-items: center;
	text-decoration: none;
}
.teambox span {
    background-color: rgba(255,255,255,0.5);
    color: #000;
    line-height: 40px;
    width: 100%;
    text-align: center;
	transition: 0.2s all linear;
	text-transform: uppercase;
}
.teambox:hover span {
	line-height: 400px;
	background-color: rgba(255,255,255,0.35);
}
#born {
	background-image: url(images/born.jpg)
}
#unge {
	background-image: url(images/unge.jpg)
}
#voksne {
	background-image: url(images/voksne.jpg)
}
#main-content-left, #frames-bar {
	max-width: 1500px;
	margin: 0 auto;
	float: none;
}
html body #calendar-content {
    height: 500px;
}
html body .calendar-item {  
    height: 100px;
    padding: 19px 0px 19px 50px;
}
html body .calendar-item i {   
    bottom: 32px;
}
html body .events-item {
    height: 475px;
}
html footer {
	padding: 0;
}
#screen-wrap > footer > div > div > div.col-xs-12.col-sm-7.col-md-3:nth-child(1) {
	font-weight: 400;
	text-align: left;
	padding-top: 40px;
    padding-left: 40px;
}
#screen-wrap > footer > div > div > div.col-xs-12.col-sm-7.col-md-3 p {
	font-size: 1em;
	font-weight: 400;
}
#screen-wrap > footer > div > div > div i.fa-angle-down {
	display: none;
}
#screen-wrap > footer > div > div > div.col-xs-12.col-sm-7.col-md-3 img {
	margin-bottom: 30px;
}
#contactbtn > div {
    height: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
	cursor: pointer;
}
#contactbtn > div i {
    font-size: 5em;
}
.conartist #ctl00_ContentPlaceHolderBody_lblPageContent {
	padding: 0 !important;
}
#contactform {
	height: 450px;
	background-color: #fff;
}
#contactform .fieldtype7  {
	display: none !important;
}
#contactform h2  {
	color: #000;
	font-size: 1em;
}
#google-maps iframe {
	height: 450px;
}
#contactform #formsend {
	margin-top: -30px;
}
#screen-wrap > footer > div > div > div.col-sm-12.col-sm-6.col-md-3 iframe {
	
}
#screen-wrap > footer > div > div > div:nth-child(2){
		background-color: #fff;
	
	}
@media (max-width: 769px) {
	#screen-wrap > footer > div > div > div:nth-child(1) {
		text-align: center !important;
		padding: 20px 0 !important;
	}
	#contactform h2 {
		margin-top: 10px;
	}
	
		 #contactform #formsend a {
		margin: 20px auto 0 auto;
}
}