
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20tZWRpdG9yLXN0eWxlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbXX0= */
@import url('https://fonts.googleapis.com/css?family=Quicksand:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap');

body{
    color:#505970;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans' !important;
}

@media (min-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

h1, h2, h3, h4, h5{
    font-family: 'Quicksand';
    color:#142759;
}


@media(max-width:768px){
    #single-wrapper {
        padding-right:20px;
        padding-left:20px;
    }
    h1, h2, h3, h4, h5{
        text-align: center;
    }
}

.wpcf7{
    max-width:100% !important;
    padding-bottom:70px !important;
}

.wpcf7 span{
    font-size:12px;
    padding-left:10px;
    color:#848484;
}

.wpcf7 input[type="submit"]{
    margin-top: 30px;
    font-family: 'Quicksand' !important;
    transition: all 0.5s ease !important;
    background-color: #19b3fc !important;
    border-radius: 23px !important;
    height: 40px !important;
    width: 100% !important;
    padding: 4px !important;
    color:#FFF !important;
    border:none !important;
}

.wpcf7 .wpcf7-validation-errors{
    border:none !important;
}

.wpcf7-response-output{
    text-align: center;

border: none;

width: 100%;

max-width: 400px;

margin: 0 auto !important;

padding: 20px !important;
}

.single .wp-post-image{
    float:left;
    width: 50%;
    margin: 0 20px 20px 0;
}

.entry-content a{
    color:#f73232;
    text-decoration: underline;
}

.entry-content a:hover{
    color:#f73232;
    text-decoration: none;
}

.entry-content{
    text-align:left;
}

@media(max-width:768px){
    .single .wp-post-image{
        float:none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .entry-content{
        text-align:center;
    }    
    
    .entry-content div{
        column-count: 1 !important;
    }
}

.button {
    font-family: 'Quicksand';
    transition: all 0.5s ease;
    background: #19b3fc;
    border-radius: 23px;
    height: 45px;
    width: 100%;
    max-width: 220px;
    padding: 4px;
}

.button a{
    border: 1px dashed #FFF;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
    color:#FFF;
    text-align: center;
    padding-top: 10px;
    padding-left:5px;
    padding-right:5px;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    
}

.button:hover{
    max-width:250px;
    margin-left:-10px;
    margin-right: -10px;
}
.button:hover a{
    color:#FFF;
    text-decoration: none;    
}



#page{
    width:100%;
}

p{
    color:#515a71;
    padding:0;
    margin:0;
    font-size: 16px;
    line-height: 28px;
}
#wrapper-navbar li a.dropdown-item{
    color:#142759 !important;
}

#main-menu{
    margin-top:0;
}

#wrapper-navbar{
    background:#142759 !important;
    height:80px;
}

#wrapper-navbar li a{
    color:#FFF;
    padding: 10px 20px;
    font-size: 15px;
}

#wrapper-navbar .navbar{
    float:left;
    width: 80%;
}

#content{
       min-height: 650px;
    }

@media(max-width:1192px){
    #wrapper-navbar li a{
        padding: 10px 10px;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
}

@media(max-width:768px){
    #wrapper-navbar{
        height:60px;
    }
    
    #wrapper-navbar li a{
        padding: 10px 10px;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    
    
    
    #wrapper-navbar .navbar{
        width: 100%;
    } 
    
    .navbar-toggler i{
        color:#FFF;
    }
    
    #main-menu {
        margin-top: 0;
    }
    
    .navbar-toggler {
        color:#FFF;
        padding: .25rem .75rem;
        position: absolute !important;
        top: 15px !important;
        right: 0 !important;
    }
    
    .navbar-toggler{
        z-index:9999;
    }
    
    #wrapper-navbar .navbar{
        height:60px;
    }
    
    #navbarNavDropdown{
        position: absolute;
        z-index: 9999;
        top: 60px;
        left: 0;
        width: 100%;
        text-align: center;
        box-shadow: 0px 0px 25px 0px rgba(20, 39, 89, 0.25);
        background:#FFF !important;
        border-radius: 0 0 20px 20px;
        padding-bottom: 10px;
    }
    
    #navbarNavDropdown li a{
        color: #142759;
    }
}


    
.home .wrapper{
    padding:0 !important;
}

.navbar-brand{
    margin-top: -8px;
    overflow: hidden;
    max-height: 80px;
    height: 80px;
}

.navbar-brand img{
    width: 157px;
}

@media(max-width:768px){
    .navbar-brand{
        max-height:60px;
        margin-left: -20px;
        margin-top: -10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .navbar-brand img{
        width: 115px;
        margin-top: 7px;
    }
}


.top-flags{
    float:left;
    position: relative;
    margin-top: -8px;
margin-right: 10px;
}

.top-flags img{
    width:25px;
    height: auto;
}

.top-flags ul{
    list-style:none;
    margin:0 auto;
    padding: 0;
}

.top-flags li{
    float: none;
line-height: 21px;
margin: 0;
padding: 0;
}

.top-icons li a{
    color:#FFF;
    padding: 10px 4px !important;
}

.top-icon.icon-instagram{
    margin-right:1 5px;
}

.top-icons{
    float:right;
    position:relative;
    padding-top: 25px;
    width: 20%;
}

.top-icon {
    position: relative;
    margin: 0 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color:#FFF;
    text-align: center;
    float:left;
}

.top-icon:before {
  position: absolute;
  content: '';
  height: calc(100% + 10px); 
  width: calc(100% + 10px); 
  border: 1px dashed #09c057;
  top: -5px;
  left: -5px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

@media(max-width:1192px){
    
    .top-flags{
        padding-left: calc(100% - 280px);
    }
    
    .top-icon {
        margin: 0 5px;
    }
    .top-icons{
        width: 20%;
    }
}

@media(max-width:992px){
    .top-icons{
        width: 27%;
    }
    #wrapper-navbar .navbar {
        width: 100%;
    }
}

@media(max-width:768px){
    .top-icon{
        margin-left:5px;
    }
    .top-icon.icon-instagram{
        margin-right:65px;
    }
    
    .top-icons {
        width: 190px;
    }
}
/*====*/
.icon-search{
   background-color: #09c057; 
}
.icon-search:before{
    border: 1px dashed #09c057;
}
.icon-search i{
    font-size: 14px;
    line-height: 28px;
}
/*====*/
.icon-facebook{
    background-color: #f73232;
}
.icon-facebook:before{
    border: 1px dashed #f73232;
}
.icon-facebook i{
    font-size: 21px;
    line-height: 38px;
}
/*====*/
.icon-instagram{
    background-color: #19b3fc;     
}
.icon-instagram:before{
    border: 1px dashed #19b3fc;
}
.icon-instagram i{
    font-size: 21px;
    line-height: 38px;
}
/*====*/
.top-icon a{
    color:#FFF;
    position: relative;
    z-index: 99;
    color:#FFF;
}

.top-icon a:hover{
    color:#FFF;
}

@media(max-width:768px){
    .top-icons {
    position: absolute;
    padding-top: 0;
    right: 0;
    top: 15px;
}
    
    .top-icon {
        height: 30px;
        width: 30px;
        margin-left: 8px;
        float: right;
    }
    
    .icon-facebook i{
        font-size: 18px;
        line-height: 30px;
    }
    
    .icon-instagram i{
        font-size: 18px;
        line-height: 30px;
    }
}

.topslide {
    height: 570px;
    position: relative;
    overflow: hidden;
    width:100%;
}

.slide-text{
    width:50%;
    float: right;
}

.topslide .wave{
    height:100px;
    overflow: hidden;
    position:absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

.wave.footer-wave{
    height:150px;
    overflow: hidden;  
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media(max-width:768px){
    .topslide {
        min-height: 500px;
        height: auto;
    }
    
    .slide-text{
        width:100%;
        float: none;
        padding-top: 50px;
    }
    
    .topslide .wave {
        height: 50px;
    }
}

#wrapper-footer{
    color:#a3b5e1;
    position: relative;
    
}

#wrapper-footer.wrapper{
    padding:0;
}

#wrapper-footer a{
    color:#a3b5e1;
}

#wrapper-footer .milton{
    position: absolute;
    left:0;
    top: -60px;
    width: 190px;
}

#wrapper-footer .social{
    float:right;
}

#wrapper-footer .site-footer{
    float:right;
}

.bottomMenu {float:left;}
.bottomMenu ul {  float:right;}
.bottomMenu li { list-style-type: none; display: inline; font-size: 12px; padding-right:20px; padding-left:20px;}
.bottomMenu li a {
	color:#a3b5e1;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	padding: 0 7px 0 3px;
}
.bottomMenu li a:hover { color:#ccc; text-decoration:underline;}
.bottomMenu li:last-child > a {border-right: none;} /* remove pipe from last item */

@media(max-width:992px){
    .bottomMenu {float:none;}
    .site-footer{
        margin-top: 50px !important;
        padding-bottom: 20px;
    }
    
    .bottomMenu li{
        float:none;
        width: 100%;
        display: block;
        clear:both;
        text-align: center;
    }
    
    .fixed-bottom{
        position:relative !important;
    }
    
    .bottomMenu ul {
        float:none;
    }
    
    #wrapper-footer .milton{
        display: none;
    }
    
    #wrapper-footer .milton {
        position: absolute;
        left: calc(50% - 95px);
    }
    
    #wrapper-footer .social{
        float:none;
        display: block;
        clear: both;
        margin-left: calc(50% - 45px);
    margin-top: 20px;
    }

    #wrapper-footer .site-footer{
        float:none;
    }
    
   footer .menu ul {
       margin:0;
       padding:0;
    }
    
    footer .menu li.page_item {
        width:100% !important; 
        display: block !important;
       text-align: center;
       padding:0 0 10px 0;
    }
}

#wrapper-footer .top-icon a{
    color:#FFF;
}

.topslide .slide-label{
    background-color:#09c057;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color:#FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.topslide video{
    position: absolute;
    object-fit: cover;
    z-index: 9;
}

.topslide .gradient{
    position:absolute;
    top: 0;
    right: 0;
    width:70%;
    height:100%;
    background: rgb(255,248,232);
    background: linear-gradient(90deg, rgba(255,248,232,0) 0%, rgba(255,248,232,1) 31%);
    z-index: 99;
}

.topslide .slidecontent{
    position: absolute;
    width:100%;
    right:0;
    top: 60px;
    z-index: 999;
    height: 100%;
}

@media(max-width:768px){
    .topslide .gradient {
        position: absolute;
        transform: rotateY(0deg) rotate(90deg);
        top: 50px;
        width: 100%;
        height: 800px;
    }
    
    .topslide .button{
        margin: 0 auto;
    }
    
    .topslide .slidecontent{
        top: 30px;
    }
    
    .topslide .slidecontent{
        width:100%;
        padding: 0 20px;
    }
    
    .topslide video {
        width: 140%;
    }
}

@media(max-width:580px){
    .topslide .gradient {
        top: 0px;
        width: 100%;
        height: 580px;
    }
}

.topslide .slidecontent a{
    cursor:pointer;
}

.topslide .slidecontent h1{
    font-size:56px;
    line-height: 56px;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.topslide .slidecontent p{
    font-size:16px;
    line-height: 28px;
    padding-right: 80px;
}

.topslide .slidecontent img{
    position: absolute;
    right: -140px;
    top: 150px;
    z-index: 9999;
}
@media(max-width:992px) and (min-width:768px){
    .topslide .slidecontent h1 {
        font-size: 44px;
        line-height: 46px;
    }
}


@media(max-width:992px){
    .topslide .slidecontent p{
        padding-right: 0px;
    }
    
    
    .topslide .slidecontent img {
        position: absolute;
        left: -50px;
        top: 120px;
        z-index: 9999;
    }
}

@media(max-width:768px){
    .topslide .slidecontent{
        text-align: center;
    }
    
    .topslide .slidecontent h1{
        font-size:40px;
        line-height: 40px;
    }

    
    .topslide .slidecontent img {
        display: none;
    }
    
    .topslide .slidecontent p {
        padding-right: 0;
        font-size: 14px;
        line-height: 21px;

    }
}



.topslide .button {
    border-radius: 30px;
    height: 60px;
    width: 100%;
}

.topslide .button a{
    padding-top: 18px;
}

.vm-items{
    width:100%;    
    min-width: 100%;
    min-height: 250px;
    white-space: normal;
}

.vm-items .vm-item{
    float:left;
    height: 250px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 0 20px;
}


.vm-items .vm-item::-webkit-scrollbar {
  display: none;
}

.vm-items .vm-item span{
    display:block;
}

.vm-items .vm-item .vm-icon{
    position: absolute;
    bottom: 10px;
    right:10px;
    width: 120px;
    height: 120px;
    z-index: 999;
}

.vm-items .vm-item .vm-image{
    height: 100%;
    width: auto;
    object-fit: cover;
}

.vm-items .vm-item .vm-title{
    font-size:26px;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color:#FFF;
    word-break: break-all;
    width:calc(100% - 140px);
    text-shadow: 0px 0px 2px rgba(0,0,0,0.64);
    
}

/* HISTORIER LIST */
.historier{
    overflow: hidden;
    display: inline-block;
    margin:0 auto;
}

.historie-content{
    padding: 10px;
    transition: all 0.6s ease;
    cursor: pointer;
    border-radius: 8px;
}

.historier .historie-item{
    border-radius: 8px;
    max-width:calc(23% - 20px);
    width:100%;
    float:left;
    margin: 0 10px;
    
}

@media(max-width:768px){
    .historier .historie-item{
        max-width:none;
        margin: 0;
    }
}

.historier .historie-item .historie-content:hover, .historier .col-md-3 .historie-content:hover{
    background: #142759 !important;
}

.historier .historie-item .historie-content:hover .button{
    transition: all 0.6s ease;
    background: #FFFFFF !important;
    color:#142759;
}

.historier .historie-item .historie-content:hover .button a{
    border: 1px dashed #142759;
    color:#142759;
}

.historier .historie-item{
    max-width:none; 
    width:auto;
    float:left;
    margin: 0;
}

.single-historier .historie-image img{
    width:100%;
}

.historier .historie-item h4, .historier .historie-item p{
    color:#FFF; 
}

.historier .historie-item .image-thumb{
    width:100%;
    height: 140px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.historier .historie-item .image-thumb .thumb{
    height: 100px;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 120px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    border-radius: 4px;
}

.historier .historie-item .image-thumb .icon{
    position: absolute;
    left: 10px;
    top: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    border-radius: 4px;
}

.historier .historie-item .image-thumb .icon img{
    height: 50px;
}

.single-historier .historie-image{
    width: 100%;
    max-width: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.single .opgaver .wp-post-image{
    display:none;
}

.single-historier .entry-content .button{
    float: left;
    margin-bottom: 40px;
}

@media(max-width:992px){
    .historier .historie-item .image-thumb{
        height: 180px;  
    }
    
    .historier .historie-item .image-thumb .image{
        width:100%;
    }
    
   
    
    .historie-item .historie-content .image-thumb .image img{
        width:100% !important;
    }
}

.historier .historie-item .historie-content h4{
    padding-left: 5px;
    font-size:18px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: left;
}

.historier .historie-item .historie-content p{
    line-height:21px;
    padding-left: 5px;
}

.historier .historie-item .image-thumb .thumb img{
    width:100%;
}

.historier .button{
    background: #142759;
    max-width: 134px;
    margin: 10px auto 10px;
}

.historier .button:hover{
    max-width: 154px;
}

.historier .historie-item{
    margin-bottom: 40px;   
}


.historie-header-table{
    display:table;
    height: 45px;
    text-align: center;
    width: 100%;
}

.historie-header-table-cell{
    display:table-cell;
    vertical-align: middle;
}

.historier .historie-item .entry-content{
    height: 86px;
    overflow: hidden;
}

.historier .col-lg-3:nth-of-type(1n) .historie-content,
.historier .historie-item:nth-of-type(1n) .historie-content
{
    background:#09c057;
    
}

.historier .col-lg-3:nth-of-type(2n) .historie-content,
.historier .historie-item:nth-of-type(2n) .historie-content{
    background:#19b3fc;
}

.historier .col-lg-3:nth-of-type(3n)  .historie-content,
.historier .historie-item:nth-of-type(3n) .historie-content{
    background:#f73232;
}

@media(max-width:768px){
    
    .historier .historie-item .entry-content{
        height:auto;
    }
    
    .historier .historie-item .historie-content h4{
        text-align:center;
    }
    
    .historier .historie-item .historie-content{
        padding-bottom: 10px;
        height: auto;
        text-align: center;
    }

    .historie-content{
        text-align:center !important;
    }
    .historier .historie-item .historie-content p{
        height:auto;
    }
}

.text-section-2{
    position:relative;
}

.text-section-2 .text-container{
    width: 88%;
}

.text-section-2 .milton-stor{
    position: absolute;
    right: -70px;
    top: 0px;
    width: 220px;
}

@media(max-width:768px){
    .text-section-2 .milton-stor{
        display: none;
    }
    
    .text-section-2 .text-container {
        width: 100%;
    }
}

/* NEWS */
.news{
    background:#142759;
    padding: 60px 0 60px;
}

.news h3{
    color:#FFF;
    float:left;
}

.news .button{
    float:right;
    background:#09c057;
    margin-top: -13px;
}

.news-items{
    margin:0 -1%;
    display: block;
    clear: both;
}

.news-item{
    width:23%;
    margin:0 1% 20px;
    float:left;
    background:#FFF;
    border-radius: 8px;
    padding: 10px;
    height: 415px;
    border: 1px solid #ccc;
}


.news-item a{
    color: #515a71;
    text-decoration: none;
}

.news-item h4 a{
    color: #142759;   
}


.news-item a:hover{
    text-decoration: none;
    color: #515a71;
}

.news-item .news-image{
    height:200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-item .news-image img{
    object-fit: cover;
    height: 100%;
    border-radius: 8px 8px 0 0;
}

.news-item .entry-date{
    font-size:12px;
    color:#89d4f3;
    clear: both;
    display: block;
    padding-left: 5px;
}


.news-item h4{
    padding-left: 5px;
    display: block;
    font-size:21px;
}

.news-item p{
    line-height:21px;
    padding-left: 5px;
    display: block;
}

@media(max-width:768px){
    .news-item{
        width:100%;
        margin:0 0 20px;
        float:none;
        height: auto;
    }
    
    .news {
        background: #142759;
        padding: 30px 0 30px;
    }
    
    .news .button{
        display:none;
    }
}

/* text-image-section */
.text-image-section .text-image-section-item{
    overflow: hidden;
    display: block;
    clear: both;
}

.text-image-section h4{
    font-size: 32px;
    line-height: 32px;
}

.text-image-section-image{
   width:100%;
    max-width:400px;
}

.text-image-section-image img{
    border-radius: 8px;   
}

.text-image-section-content{
    width:calc(100% - 400px);
    
}

.text-image-section .text-image-section-item .entry-content{
    width:100%;
    max-width: 400px;
    padding: 20px;
}

.text-image-section .button{
    background:#09c057;
}   

.single-opgaver .entry-meta{
    display:none;
}

@media(max-width:768px){
    .single-opgaver .site-main{
        padding:0 20px;
    }
    
    .text-image-section .button{
        margin:0 auto;
    }  
    
    .text-image-section .text-image-section-item{
        margin-bottom:10px !important;
    }
}

.opgave-items .opgave-item{
    background:url('../img/opgavelist-item-bg.jpg');
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 25px 0px rgba(20, 39, 89, 0.18);
    height: 310px;
    padding-top:20px;
    padding-bottom:20px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.opgave-items .opgave-item .icon{
    position: absolute;
    width: 45px;
    top: 0;
    left: 40px;
    border-radius: 0 0 4px 4px;
}

.opgave-items h2.section-title{
    font-size:24px;
    line-height: 28px;
    color: #515a71;
}

.opgave-items h2.section-title + div.entry-content{
    color: #515a71;
}


@media(max-width:768px){
    .opgave-items .opgave-item{
        height:auto;
        min-height: 270px;
    }
}

.opgave-items .opgave-item:hover{
    padding-top:10px;
}

.opgave-items .opgave-item h3{
    font-size:21px;
    line-height: 24px;
    text-align: center;
    margin-top:20px;
    transition: all 0.3s ease;
    padding:0 10px;
}

.opgave-items .opgave-item:hover h3{
    margin-top:40px;
}


.opgave-items .opgave-item h3 span{
    font-size:28px;
    line-height: 28px;
    display: block;
}

.opgave-items .opgave-item a{
    text-decoration:none;
}

.opgave-items .opgave-item .opgave-image{
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.28);
    width:180px;
    height:180px;
    border-radius: 90px;
    margin:0 auto;
    overflow: hidden;
    border: 4px solid #FFF;
}

.opgave-items .col-lg-3 .opgave-item.glaed-dig  .opgave-image{
    background:#19b3fc;
    overflow: visible;
}

.opgave-items .opgave-item .opgave-image img{
    width:100%;
    outline: none;
    
}

.opgave-items .col-lg-3 .opgave-item.glaed-dig .opgave-image img{
    margin-top: -50px;   
}

 .footer-bg-color{
    background:#0d1e4c; 
    height:calc(100% - 50px); 
    width: 100%; 
    position: absolute; 
    z-index: -1; 
    top: 80px;
}

@media(max-width:768px){
    .footer-bg-color{ 
        height:calc(100% - 50px); 
         top: 75px;
    }
}

.single-verdensmaalene .image{
    float:left;
    position: relative;
    margin:0 30px 30px 0;
}

.single-verdensmaalene .image .vm-icon{
    position: absolute;
    top: 0;
    left:20px;
    width:100px;
    height:auto;
}

.vm-comingsoon-icon, .vm-opgave-icon{
    position: absolute;
    top: 10px;
    left: 10px;
}

.single-verdensmaalene .image .vm-image{
    width:100%;
    max-width:500px;
}



#full-width-page-wrapper .article-img{
    width:50%;
    margin: 0 20px 20px 0;
    float:left;
}


@media(max-width:768px){
    .single-verdensmaalene .image{
        float:none;
        width:100%;
        margin:0 0 30px 0;
    }
    
    #full-width-page-wrapper .article-img{
        width:100%;
        margin: 0 0 20px 0;
        float:none;
    }
  
}

.meet-the-team .member{
    display: block;
    clear: both;
    width: 100%;
}

.members .member{
    display: block;
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
    width: 85%;
}

.members .member:nth-of-type(2n){
    float:right;
}

.members .member:first-of-type{
    margin-top:40px;
}

.members .member .member-billede{
    float:left;
}

.members .member .member-billede img{
    width:100%;
    max-width:250px;
    border-radius: 8px;
}

.members .member .member-content{
    float:left;
    width:calc(100% - 270px);
    margin-left:20px;
    border:1px solid #d7d7d7;
    min-height: 250px;
    padding: 15px 15px 10px;
    line-height: 21px;
    border-radius: 8px;
}

.members .member .member-content .member-tekst p{
    line-height: 21px;
    font-size: 14px;
}

.members .member:nth-of-type(2n) .member-content{
    float:right;
    margin-right:20px;
    margin-left: 0;
}

.members .member:nth-of-type(2n) .member-billede{
    float:right;
}

.members .member .member-name{
    font-weight: 600;
    font-size: 18px;
}

.members .member .member-position{
    font-style: italic;
    margin-bottom:10px;
}

@media(max-width:768px){
    .members .member{
        width:100%;
    }
    
    .members .member .member-billede{
        float:none;
        display: block;
        width:100%;
        height: auto;
        margin-bottom:15px;
    }
    
    .members .member .member-billede img{
        width:100%;
        max-width:none;
    }

    .members .member .member-content{
        float:none;
        width:100%;
        margin-left:0 !important;
        margin-right:0 !important;
        border:1px solid #d7d7d7;
    }
}

.verdensmal .verdensmal-item{
    clear:both;
    display: block;
    margin-bottom:20px;
    overflow: hidden;
}

.verdensmal .verdensmal-item a {
    color: #f73232;
}

.verdensmal-billede{
    float:left;
    width:100px;
    margin-right:20px;
}

.verdensmal-tekst{
    float:left;
    width:calc(100% - 120px);
    
}

.verdensmal-tekst > div{
    display: table;
    height: 100px;
    text-align: left;
}

.verdensmal-tekst > div > div{
    display:table-cell;
    vertical-align: middle;
}

/* DONATIONS */
#donations .top-image{
	margin-top: 20px;
}

#donations .button{
	background: #09c057;
}

#donations .entry-content ul{
	border:1px solid #b0c5d5;
	padding: 20px 30px;
    color: #515a71;
    line-height: 36px;
	border-radius: 8px;
	list-style: none;
}

#donations .entry-content ul li{
	background: url(/wp-content/uploads/checkmark.png) no-repeat;
    padding-left: 24px;
    background-position: 0px 8px;
}

@media(max-width:768px){
	#donations .entry-content ul{
		text-align: left !important;
	}	
}

#donations .top-image + .entry-content{
	margin-top:30px;
}

#donations .entry-content h3{
	margin-top:30px;
}

.donations-items{
	display:flex;
	column-gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
	margin-top: 40px;
}

.donations-items .donations-item{
	width: calc(33.3% - 20px);
	flex: 1 1 auto;
	border:1px solid #b0c5d5;
	border-radius: 12px;
	overflow: hidden;
}

@media(max-width:768px){
	.donations-items{
		display:block;
	}	
	
	.donations-items .donations-item{
		width: 100%;
		margin-top:20px;
	}
}

.donations-items .donations-item .headline{
	background-color:#152958;
	padding: 20px;
}

.donations-items .donations-item .headline .label-sticker{
	font-family: 'Quicksand';
    background-color: #2ab5f9;
    padding: 5px 10px 3px;
    font-size: 14px;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 20px;
    line-height: 15px;
}

.donations-items .donations-item h3{
	font-size:21px;
	line-height: 24px;
	color:#FFFFFF;
	padding-bottom: 20px;
	margin-top: 10px;
}

.donations-items .donations-item .donations-billede{
	padding:0 20px;
	margin-top: -30px;
	margin-bottom:20px;
}

.donations-items .donations-item .donations-billede img{
	width: 100%;
	border-radius: 8px;
}

.donations-items .donations-item .donations-text{
	padding: 0 20px;
}

#donations .donations-items .donations-item .donations-saadan-stotter-du{
	margin: 0 20px 20px;
}

#donations .donations-items  .donations-item .donations-saadan-stotter-du{
	display: none;
}

@media(max-width:768px){
	#donations .donations-items + .donations-saadan-stotter-du{
		display: none;
	}
	
	#donations .donations-items  .donations-item .donations-saadan-stotter-du{
		display: block;
	}
}

#donations .donations-saadan-stotter-du{
	background-color: #152958;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom:50px;
	margin-top:20px;
	padding:20px 20px 30px;
	color:#FFFFFF;
}

#donations .donations-saadan-stotter-du .entry-content{
	margin-top:10px;	
}

.donations-saadan-stotter-du .entry-content p{
	color:#FFFFFF !important;
	text-align:center;
}

#donations .donations-saadan-stotter-du h4{
	color:#FFFFFF;
	font-size:28px;
	line-height: 32px;
}

#donations .donations-saadan-stotter-du .button{
	margin:0 auto;
}