h1, h2, h3 {color:#cd662b; }

/* Positioning the menu at the bottom */
/* 
.sp-megamenu-parent {top:20px;right:38px;}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0px 5px;
    line-height: 40px;
    font-size: 14px;
   font-weight:bold;
    margin: 0;
    margin-top: 70px;
   margin-right:40px;
}
*/

/* Joomshapers fix to remove "featured" label on frontpage, OCT 2024 - will be a standard toogle later in templte */
span.badge.bg-danger.featured-article-badge {
    display: none;
}



/* joomshapers fix to burger menu March 2023 
.burger-icon > span {background-color: black; background: black;}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {background: white;}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, 
.offcanvas-menu .offcanvas-inner ul.menu > li > span {color: #cd662b;}*/

/* Joomshapers correction of 2x offcanvas menu 
body.ltr #offcanvas-toggler.offcanvas-toggler-right {display: none;}
.burger-icon > span {background-color: #cd662b;}*/ 

/* Joomshapers correction of header height */
#sp-header {height: 120px; }
/*Logo left align - and manual sizing after 2.0.11*/
.logo-image {margin-left:-12px;margin-top:-30px;height:120px;}
#sp-header .logo { height: 120px;margin-top: 10px;}
#offcanvas-toggler {height: 120px;line-height: 120px;}


/* Increase responsive logo-size on Smartphones*/
@media only screen and (max-device-width : 576px) {
.logo-image {
  display: block;
  max-width:200px;
  max-height:78px;
  width: auto;
  height: auto;
}
}

/* Write the word "MENU" next to the burger menu icon on larger screens*/
@media screen and (min-device-width: 1000px) {
#offcanvas-toggler::after {
content: 'MENU';
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
color: #cd662b;
margin-left: 4px;
}
} 

/* Setting DABYFO colors on links and menues (default is blue) */
.offcanvas-menu .offcanvas-inner ul.menu li.active a, a:visited, a:active, a:hover {
    color: #cd662b;
}
.offcanvas-menu .offcanvas-inner .menu-toggler {
    color: #cd662b !important;
}
/* ----------------------------------------------------------- */



.breadcrumb {background-color: #fff;color:#cd662b;margin-left:-16px;}
a.pathway {color: #cd662b;}

/* center footer and outside box layout*/
.dabyfo-footer {text-align: center;}
.sp-footer {width:1177px;}
.body-innerwrapper #sp-footer {margin:0px; margin-top:15px; border: 1px #000;}

/* Position and size search correctly also for EdocMan */
/* .sp-search {margin-top: 5px;} */
/* .search  {width:0%;width:348px;margin-top:14px;margin-right:2px;float:right;} */
.search  {width:100%;margin-top:20px;margin-right:0px;}
.search .form-control {border: 1px solid #cd662b; border-radius:0rem;}
.btn-primary {background-image: none;background-repeat: none;border: 1px solid #cd662b; border-radius:0rem;}



/* --START-- Making the Blog type (e.g. Info>Studieture) to look like "Featured" (frontpage) ... */

/* FRONTPAGE LIST Space and horizontal line after each list item */
.container-fluid {padding-left:0px;}
/*.container-fluid .row {margin-top: 30px;padding-bottom:30px;} */
/* Override template; Image adjustment*/
.container-fluid .article-intro-image.float-left {margin: 10px 10px 10px 0px;}

/* OTHER LISTS Space and horizontal line after each list item */  
  /* first in list eg. Planlovsdage*/

  /* next in list eg. Planlovsdage 2019..*/
.article-list .col-md-12 {border-bottom: 1px solid #cd662b;padding-bottom:30px;margin-top:30px;}
  /* Override template; Image adjustment*/
.article-list .article-intro-image.float-left {margin: 0px 10px 10px 0px;}

  /* Override template border */
.article-list .article {padding: 0px; border: 0px;}

/* Only one line under "Read more" in lists */
.article-list .article {border-bottom: 1px solid #cd662b;border-radius:0px;}
.container-fluid .row {margin-top: 0px;padding-bottom:0px;}
.article-list .article .article-intro-image {border-bottom:0px;}
.article-list .article .readmore a {color:#cd662b;font-weight:bold;}




/* Seneste nyt (forside) */
.dabyfo_latest_news {}
#sp-right .sp-module {border:1px solid #cd622b;padding:10px;}
#sp-right .sp-module .sp-module-title {margin:0px;font-weight:500;padding-bottom:10px;}
#sp-right .sp-module ul li a{line-height: 16px; padding:10px 0;color:#cd662b;} /* list in box*/
/*Hide dates in latest news (front page)*/
#sp-right .lastestnewsforside small {display:none; font-size:0;}

/* Mere information */
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 20px;

}

/**/


/*Top space between search and News on frontpage*/
#sp-right .sp-module.forside {margin-top:0px;}

/*Top space between search and News on OTHER pages*/
/* #sp-right .sp-column.dabyfo_latest_news {margin-top:12px;} */

/*position sub-sub menu close to sub-menu
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {left: 20%; top: -20px;}*/

h5 {color: #cd662b;}

@media (min-width: 576px){ 
    .form-inline label {display:table-header-group;}
}
