body{
    background-color: #f1ded0;
    font-family: 'ProximaNovaRegular', sans-serif;
}


.p2017_wrapper{
    width: 100%;
    max-width: 1065px;
    box-sizing: border-box;
    margin: 0px auto;
    color: #191919;
    margin-bottom: 30px;
}

.p2017_wrapper:after{
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}

.p2017_wrapper a{
    color: inherit;
    text-decoration: none;
}

/*------ content ------*/
.p2017_content{
    background-color: #ffeadb;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.p2017_content img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    display: block;
}

.p2017_title{
    font-size: 40px;
    line-height: 1.08em;
    font-family: 'ArnhemProBold', Georgia, serif;
    margin: 0px 0px 5px 0px;
    padding: 0px 20px;
}

.p2017_ondertitel{
    font-size: 16px;
    line-height: 1.2em;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    padding: 0px 20px;
    color: #191919;
    position: relative;
}

.p2017_related{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 10px 20px;
    font-size: 17px;
    line-height: 1.2em;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'ProximaNovaRegular', sans-serif;
}

.p2017_related img{
    max-width: none;
    min-width: 0px;
    float: right;
    width: 11px;
    margin-top: 7px;
}

.p2017_related:hover{
    color: #4393ab;
}

.p2017_content .ls-full .p2017_title{
    margin: 0px 0px 5px 0px;
}

.p2017_info{
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    padding: 0px 20px;
    margin: 15px 0px 7px 0px;
}

.ls-datum{
    float: right;
    font-size: 14px;
}

.p2017_opening{
    width: 100%;
    height: 415px;
    overflow: hidden;
    position: relative;
}

.p2017_opening img{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.p2017_second{
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
}

#p2017_opening{
    width: 740px;
}

.p2017_label{
    padding: 4px 5px;
    background-color: #4393ab;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.25px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 2px;
    color: #ffeadb;
}

#special{
    background-color: #e57e30;
}

#img_bottom{
    position: absolute;
    bottom: 0px;    
}

/*------ groottes ------*/
.ls-left{
    width: 520px;
    float: left;
    margin-right: 20px;
    height: auto;
}

.ls-right{
    width: 520px;
    float: left;
    height: auto;
}

.ls-full{
    width: 100%;
    float: left;
}

/*------ titel font size ------*/
.ls-medium{
    font-size: 28px;
}

.ls-small{
    font-size: 22px;
}

/*------ liveblog ------*/
.p2017_laatste_nieuws{
    width: 300px;
    margin-left: 20px;
    float: left;
    background-color: #ffeadb;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    position: relative;
}

.p2017_laatste_nieuws img{
    width: 100%;
    display: block;
}

.p2017_ln_title{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 16px;
    color: #4393ab;
    letter-spacing: 0.15px;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.ls-dot {
    position: relative;
    float: right;
}

.ls-circle {
    width: 9px;
    height: 9px;
    background-color: #4393ab;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    top: 4px;
}

.ls-ring {
    border: 3px solid #4393ab;
    -webkit-border-radius: 30px;
    height: 15px;
    width: 15px;
    top: -2px;
    right: -5px;
    position: absolute;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    25% {opacity: 0.5;}
    50% {-webkit-transform: scale(1.15, 1.15); opacity: 0.0;}
    55%, 100% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
}

.p2017_item{
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.15em;
    font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
    color: #191919;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    /*cursor: pointer;*/
}

.p2017_item:nth-of-type(6){
    border-bottom: none;
}

.p2017_item:hover{
    color: #4393ab;
}

.p2017_time{
    font-size: 14px;
    color: rgb(103, 115, 129);
    margin-bottom: 2px;
}

.p2017_back_home{
    width: 100%;
    padding: 10px 15px;
    display: block;
    font-size: 17px;
    font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
    cursor: pointer;
    color: #191919;
    box-sizing: border-box;
}

.p2017_back_home:hover{
    color: #4393ab;
}

.p2017_back_home img{
    float: right;
    width: 11px;
    margin-top: 7px;
}

#pp_info{
    color: #576677;
    line-height: 1.25em;
}

/*------ square img ------*/
.ls-square{
    width: 160px;
    height: 160px;
    float: right;
    margin-left: 30px;
    overflow: hidden;
    position: relative;
}

.ls-square img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


/*------ square img ------*/
.fd_square_title{
    font-family: 'ArnhemProBold', Georgia, serif;
    font-size: 22px;
    color: #4393ab;
    margin-bottom: 5px;
}

.fd_square_subtitle{
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

.fd_square_container{
    width: 100%;
    display: flex;
    padding: 10px 20px 15px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
}

.fd_square_container a{
    text-decoration: none;
    color: inherit;
}

.fd_square{
    width: 150px;
    padding: 10px 0px;
    background-color: rgba(0,0,0,0.05);
    border-bottom: 2px solid rgba(0,0,0,0.1);
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ffeadb;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fd_square:hover{
    opacity: 0.4;
}

.fd_square img{
    width: 60%;
    min-width: 0 !important;
    display: inline-block;
}

.fd_square_label{
    font-family: 'ProximaNovaBold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

.green{
    background-color: #4393ab;
}

.orange{
    background-color: #e57e30;
}

#active_square{
    opacity: 1;
}

#active_square:hover{
    opacity: 0.8;
}

#inactive_square{
    background-color: rgba(0,0,0,0.4);
}


/* ------------ MEDIA QUERIES ------------ */

@media only screen and (max-width: 1060px) {
    .fd_square_container{display: block;}
    .fd_square{width: 31.75%; display: inline-block;}
}

@media only screen and (max-width: 540px) {
    .fd_square{width: 100%; text-align: left; overflow: hidden; padding: 7px 8px 5px 8px; margin-bottom: 2px; margin-right: 0px;}
    .fd_square img{float: right; width: auto; height: 20px;}
    .fd_square_container{display: block;}
    .fd_square_label{display: inline-block;}
}



@media only screen and (max-width: 1020px) {
    .p2017_wrapper{padding: 0px 15px;}
    .p2017_content{width: 100%;}
    .p2017_content img{min-height: 0;}
    .p2017_opening{height: auto;}
    .p2017_opening img{position: relative; top: auto; transform: none;}
    #p2017_opening{width: 100%;}
    .p2017_second{height: auto;}
    .p2017_related{padding-right: 45px;}
    .p2017_related img{position: absolute; right: 20px; top: 50%; transform: translateY(-50%); margin-top: 0px; float: none;}
    .p2017_laatste_nieuws{margin-left: 0px; width: 100%; margin-bottom: 20px; height: auto !important;}
    .p2017_back_home{bottom: auto; position: relative;}
    .ls-square{width: 100%; height: auto; float: none; margin: 0px;  overflow: hidden;}
    .ls-square img{width: 100%; max-height: inherit; position: relative; min-height: 0;}
    #ls-left{height: inherit !important; margin-right: 0px;}
    #ls-right{height: inherit !important;}
    #ls-left-02{height: inherit !important; margin-right: 0px;}
    #ls-right-02{height: inherit !important;}
    #img_bottom{position: relative;}
}

@media only screen and (max-width: 460px) {
    .p2017_title{font-size: 24px;}
}