@charset "utf-8";
/* CSS Document */

@media (max-width: 992px) {
.col-xs-12 {
  width: 100%;
}
}
.nav-burger {
  z-index: 1040;
  left: 0;
  top: 0px;
  height: 100px;
  padding: 15px 5px 5px 5px; 
  display: block; 
  cursor: pointer;
  line-height:90%;
  opacity:1;
  letter-spacing: 2px;
}

.nav-burger:hover {
  opacity:.6;	
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 20rem;
}
.bg-featured-blog-center {
  background-position: center;
}
.bg-featured-blog-right {
  background-position: right;
}
.bg-featured-blog-left {
  background-position: left;
}

.img-bdr{
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.article {
	columns: 400px 2;
	column-gap: 25px;
}
.article-title {
	column-span: all;
}
.article-rule-dark{
	column-rule: 1px dotted #19564e;
}
.article-rule-white{
	column-rule: 1px dotted #fff;
}

.text-small {
  font-size: 0.9rem;	
}
.text-bold {
  font-weight: 600;
}
.text-error {
  color: #bc1111;
  font-weight: 600;
}
.nodecoration {
  text-decoration: none;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;	
}

.baggrund {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #668a7f;
  opacity: 0.5;
  transition: 0.5s;	
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  background-color: #19564e;
  opacity:0.9;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}

.sidenav hr {
	margin-top: 30px;
	border-top:1px solid rgba(225,226,211);
}
	
.sidenav span {
  padding: 0px 0px 0px 50px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #bfc4a9;
  display: block;
  transition: 0.3s;
}

.sidenav a {
  padding: 10px 8px 0px 50px;
  text-decoration: none;
  line-height:2;
  font-size: 1.2rem;
  color: #bfc4a9;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #e1e2d3;
  font-weight:600;
}

.sidenav .closebtn:hover {
  color: #e1e2d3;
  cursor: pointer;
}

.sidenav .closebtn {
  margin-left: 50px;
  margin-bottom: 40px;
  line-height: normal;
  padding: 10px 8px 0px 50px;
  text-decoration: none;
  line-height:2;
  font-size: 1.2rem;
  color: #bfc4a9;
  display: block;
  transition: 0.3s;
  
}

.sidenav a::after {
	content: "";
	position: absolute;
	left: 50px;	
	margin-top: 40px;
	width: 50%;
	height: 2px;
	border-radius:	2px;
	background: #f7f7f7;
	transform: scaleX(0);
	transform-origin: 0% 50%;
	transition: 0.4s;
}
.sidenav a:hover::after {
	transform: scaleX(1);	
}


/*--------------------------------------------------------------
# statisk Sidemenu
--------------------------------------------------------------*/
.sidemenu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 24px;
  z-index: 1000;
  background: #19564e;
  width: 40px;
  height: 40px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.3s;
}
.sidemenu i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.sidemenu:hover {
  background:  #668a7f;
  color: #fff;
}
.sidemenu.active {
  visibility: visible;
  opacity: 1;
}




.fade-in {
	
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
			
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #19564e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background:  #668a7f;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* dialogbokse */
#confirm-backdrop {
	position: fixed;
	background-color:rgba(0,0,0,0.5);
	display:none; 
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 9998;
}

#confirm { 
	background-color:#f5f5f5; 
	border:1px solid #999; 
	display:none; 
	width:450px;
	margin: auto;
	left:48%;  
	border-radius:8px; 
	padding:2em 2em; 
	position:fixed; 
	text-align:left; 
	top:35%; 
	z-index:9999; 
	-webkit-transform: translate(-40%, -40%); 
	-moz-transform:translate(-40%, -40%); 
	-ms-transform:translate(-40%, -40%); 
	-o-transform:translate(-40%, -40%); 
	transform:translate(-40%, -40%); 
	-webkit-transition:opacity .5s, top .5s; 
	-moz-transition:opacity .5s, top .5s; 
	-ms-transition:opacity .5s, top .5s; 
	-o-transition:opacity .5s, top .5s; 
	transition:opacity .5s, top .5s; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);			
}

@media (max-width: 767px) {
	#confirm { 
		width:350px;
		left:41%; 
	} 
}

@media (min-width: 1080px) {
  .container {
    max-width: 1160px;
  }
}

@media only screen and (min-width: 834px) and (orientation: landscape) {
  .container {
    max-width: 1160px;
  }
}

/*--------------------------------------------------------------
# Error form-control
--------------------------------------------------------------*/
.has-error .form-control, .has-error .form-select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus, .has-error .form-select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error-checkbox {
 padding: 5px;
 border: 1px solid #a94442;
 border-radius: 4px;
 background-color: #FDEEEE;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);	
}
/*--------------------------------*/
