body {
	font-family: Montserrat;
	font-weight: 400;
	color: black;
}

body .loginbg {
	height:95vh;
	margin:0px;
	padding:0px;
	background-image: url("/design/images/papps_loginbg.jpg");
	background-size: cover;
}

.grid-container {
	padding-top:30px;
}

h1 {
	font-family: Montserrat;
	font-size: 180%;
	font-weight:400;
}

h2 {
	font-family: Montserrat;
	font-size: 150%;
	font-weight: 700;
}

h3 {
	font-family: Montserrat;
	font-size: 120%;
	font-weight: 400;
}

h4 {
	font-family: Montserrat;
	font-size: 100%;
	font-weight: 700;
}

a:link {
  text-decoration: none;
  color: #081823;
}

a:visited {
  text-decoration: none;
  color: #081823;
}

a:hover {
  text-decoration: none;
  color: #081823;
}

a:active {
  text-decoration: none;
  color: #081823;
}

.glemtkode a:link {
	color:#c27f44;
}

.glemtkode a:visited {
	color:#c27f44;
}

.glemtkode a:hover {
	color:#c27f44;
}

.glemtkode a:active {
	color:#c27f44;
}  

.button {
	border-radius:50px;
}

.inputfelter {
	border-radius:6px;
}

/* Header */

.header {
	background-color:#bd2418;
	padding:10px;
	position: relative;
	top:10px;
	width:100%;
}

.logo {
	color:white;
	font-weight:200;
	font-size:3vw;
	text-transform: uppercase;
}

.forsideboks {
	border: 0px solid black;
	border-radius:10px;
	margin: 20px;
	padding:16px 10px 0px 0px;
	box-shadow: 0px 0px 15px #ddd;
	cursor:pointer;
}

.forsideboks:hover {
	background-color:#f7f7f7;
}

.plus {
	width:25px;
	margin-left:10px;
	position:relative;
	top:-3px;
}

.skaludfyldes {
	font-size:160%;
	font-weight: 700;
	color:red;
	position:relative;
	top:2px;
}

/* Topmenu */

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
}

.is-dropdown-submenu {
	width:280px;
	text-align:left;
	padding:10px;
	border: 0px black solid;
	border-radius: 15px;
	box-shadow: 0px 0px 15px lightgrey;
	background-color:white;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	top:130px;
}

.menu .button, .menu a {
	color: black;
}

li .is-dropdown-submenu-item:hover {
	background-color:#f3f9ff;
}

.boksskygge {
	border:1px solid #eee;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.bokspadding {
	padding:30px 40px 30px 40px;
}

/* Faner */

.accordion-title {
	font-size: 130%;
	background-color:#43c37d;
	color:white;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding-top:20px;
	padding-bottom:20px;
	width:40%;
}

.accordion-title:hover {
	background-color:#183142;
	color:white;
	transition: background-color 1s ease-out 1ms
}

.accordion-title:focus {
	background-color:#183142;
	color:white;
}

.accordion-title::before {
	position: absolute;
    top: 35%;
    right: 1rem;
    margin-top: 0rem;
    content: '+';
}

.datoliste {
	font-size:80%;
}

/* Ret-knap */

.button.retknap {
	font-size:60%;
	font-weight:700;
	color:white;
	background-color:green;
	padding:5px;
	position:relative;
	top:6px;
}

/* Hjælp */

.tooltip {
  max-width: 500px;
  padding:25px 30px 10px 30px;
  background-color:#183142;
  border-radius:15px;
  box-shadow: 0px 0px 10px #666;
  font-size:90%;
}