/* bredde på logo */
body.predefined-header1 #sp-header {
    width: 220px;
    padding: 30px 10px 100px 25px;
}

/* farve top bar */
#sp-top-bar {
    background: #303787;
    color: #aaa;
}

/* farve footer */
#sp-footer, #sp-bottom {
    background: #303786;
    color: #fff;
}
/* fed menu */
#sp-header .sp-megamenu-parent > li > a { font-weight: bold;} 

/* header hight */
#sp-header {
    height: 100px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

/* text farve page title */
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #404040;
}
/* padding top body */
#sp-main-body {
    padding: 50px 0;
}

/* caption font size */
.img_caption.right {
font-size: 11px;
}

/* padding på billeder i nyhedsblog layout */
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: -20px 20px 20px -20px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}

/* donation amount stying */
.amounts {
    font-size: 16px;
    line-height: 14px;
    margin: 10px;
    min-width: 120px;
    box-shadow: 0 1px 2px 0 #d1d1d1;
    color: grey;
    cursor: pointer;
    display: inline-block;
    padding: 10px 10x 10px 0x;
    text-align: left;
    text-shadow: none;
    text-transform: capitalize;
    vertical-align: middle;
	background-color: #ffffff;
}

/* padding efter donationsknap i donationsmodul */
/*.donate-details .jd-taskbar {
    margin: 0px;
    top: 35px;
    padding-left: 20px;
    padding-bottom: 10px;
} */

/* padding i overskrift i donation add-on */
/*#sppb-addon-1609596466484 h5.sppb-addon-title {
    margin: 0px 0px 0px 0px;
    text-transform: none;
    padding: 30px 0px 30px 0px !important;
}

/* #sppb-addon-1609596466487 .sppb-addon-content .sppb-btn {
    padding: 20px 0px 20px 0px !important;
    }*/
/*#sppb-addon-1609596466492 .sppb-addon-content {
    margin: -5px;
    padding: 20px 0px 20px 0px;
}*/

/* undgaa overlap af kontakt og logo på mobiltlf */
@media (max-width: 1180px){
    .sp-contact-info {
    opacity: 0;
}
}
