﻿@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body 
{
    font-size: 12pt;
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'PT Sans', sans-serif;
    overflow-x:hidden;
}

h1,h2,h3,h4
{
    color:#5bc0de;
}

h1
{
    font-size:1.5em;
}
h2{
    font-size:1.2em;
}

a
{
    text-decoration:none;    
}
a:hover
{
    text-decoration:none;
    color:#5bc0de;
}

/* HEADER */
.call-booking h2
{
    margin-top:0;
    font-size:1.2em;
}
.call-booking .TelLink
{
    text-transform:uppercase;
    color:#ffb400;
}

/* NAVIGATIE */

.TopNav
{
    background-image:url(/img/bgzwart.png);
    padding : 0;
}


/* PANELS */

.BoekPanel
{
    /*background-color:#ffb400;*/
    background-color:whitesmoke;
    color:steelblue;
    padding: 15px;
}
.BoekPanel h4
{
    margin:0;
    color:steelblue;
    font-size:1.2em;
    font-weight:bold;
}
.btn-boek
{
    background-color:#9d7004;
    color:white;
    margin:20px 0 20px 30px !important;

}
.btn-boek:hover
{
    text-decoration:none;
    color:orange;
}
.ImgBoek
{
    max-width:140px;
    margin : auto !important;
}


/* MARGES */
.NoMargin
{
    margin : 0 !important;
}

.MTop20
{
    margin-top : 20px;
}
.MTop30
{
    margin-top : 30px;
}
.MTop40
{
    margin-top : 40px;
}

.MBottom20
{
    margin-bottom : 20px;
}


/* FOOTER */
.rowFooter
{
    background-color:#2d2c2c;
    color:white;
    padding:30px 0 30px 0;
}
.rowFooter h3
{
    color:#ffb400;
}
.rowFooter ul
{
    list-style-type:none;
    padding:0;    
}
.rowFooter a
{
    color:white;
    text-decoration:none;
}
.rowFooter a:hover
{
    color:white;
    text-decoration:underline;
}
.rowBlack
{
    background-color:black;
    padding:20px 0 20px 0;
}
.rowBlack img
{
    margin:5px;
}

/* ARTIKEL */
.ArtikelFoto
{    
    margin:0 10px 10px 0;    
}
.bron
{
    font-size:0.8em;
    color:lightgray;
}
.miniThumb
{
    max-width:60px !important;
    max-height:60px !important;
    float:left;
    margin : 5px;
}
.Thumb
{
    max-width:120px !important;
    max-height:120px !important;
    float:left;
    margin : 0 10px 10px 0;
}
.ThumbLG
{
    max-width:200px !important;
    max-height:200px !important;
    float:left;
    margin : 0 10px 10px 0;
}
.ThumbSM
{
    max-width:100px !important;
    max-height:100px !important;
    float:left;
    margin : 0 10px 10px 0;
}
.Caption
{
    font-size:0.8em;
}
.ListLink
{
    color:black;
    text-decoration:none;
}
.ListLink:hover
{
    text-decoration:none;
}
.RubriekLink
{
    font-size:1.2em;
    color:black;
    text-decoration:none;
}
.RubriekLink:hover
{
   text-decoration:none;
}
.GalleryItem
{
    margin:10px 10px 10px 0;
}

/* SOCIAL */
.social li{
    display:inline;
}  


.fb-share-button{
    position:relative;
    top:-6px;
}
