@media only screen and (max-width: 768px) {

    #part-464, .pps, .foto-header {
        display: none;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        display:none;
    }
    
    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        width:50%;
        float: left;
    }
    
    #part-501 td {
        width: 33%;
    }
    
    #part-441 {
        margin:10px auto !important;
    }
    
    .content-overview-item{
        padding:0;
    }
    
    #part-442 .part-content{
        word-wrap: break-word;
    }
    
    #main{
        float:none !important;
    }
    
    #google-map-1{
        width:100% !important;
    }

}


@media only screen and (max-width: 480px) {
    td {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    #part-501 td {
        width: 100%;
    }
}


#part-464 .part-content {
    padding:0 10px;
}

.foto-header {
  float:left;
  margin: 36px 0px 0px 30px;
}

.site_logo_title_slogan_part_content {
  display:inline-block;
  margin: 30px 0 0;
  text-align: center;
  max-width: 580px;
}

@media only screen and (max-width: 1024px) {
    .site_logo_title_slogan_part_content{
        max-width:100%;
    }
}


.tekst-header {
  display:inline-block;
  font-size: 0.8em;
  color: #183f99;
  width: 580px;
  text-align: center;
  font-family: verdana;
  font-weight: normal;
}

.pps {
  float:right;
  margin: 45px 35px 0px 0px;
}


/* FACEBOOK LIKE BUTTON */
.part-type-socialmedia {
    margin-top: 10px;
    margin-left: 10px;
}


.list-overview-image {
    padding-right: 9px;
}

#part-441 {
    margin-left:70px;
}

#page {
    background-color: #fff;
}