@import 'https://fonts.googleapis.com/css?family=Open+Sans';

body {
    background-image: url("../files/roos.png"), url("../files/roos-achtergrond-1.png");
    font-size: 13pt;
    background-repeat: no-repeat, repeat;
    background-position: 45px 251px, 0 0;
    background-size: 470px, 9%;
}

#page {
    width: 100%;
    margin:40px auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: rgba(255, 255, 255, 0.85);
}

#part-303 {
    position:absolute;
    margin-top:20px;
    margin-left:20px;
    z-index:999;
}

#header {
    height: auto;
}

.logo {
    max-width:auto;
    width:100%;
}

.ar-dropdown {
    background-color: #EF3E35;
    border-bottom: 1px solid #c5c5c5;
}

.ar-dropdown > ul > li > a {
    font-size:16px;
}

h1,h2,h3,h4,h5,h6 {
    font-family:"PT Sans",sans-serif;
}

a {
    color:#000;
}
a:hover {
    color:#EF3E35;
}

#content-inner {
    padding:20px;
}

form .form-input-wrapper {
    margin:10px 0px;
}

form textarea,
form .form-input-wrapper input {
    padding:10px;
}

#sidebar-right, #sidebar-left {
    margin-top: 80px;
}

#sidebar-right .part-content {
    padding:10px !important;
}
#sidebar-right .site-part h3 {
    text-transform:uppercase;
    text-align:center;
}
.sidebar .site-part {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.site-part h3 {
    font-weight:bold;
    text-transform:uppercase;
}

#footer {
    background-color:#EF3E35;
    color:#fff;
    padding:40px;
    text-align:center;
}

#footer .part-content {
    font-family:"PT Sans",sans-serif;
    text-transform:uppercase;
    font-weight:bold;
}

/* SLIDESHOW */
.slick-slider {
    margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 425px) {
    body {
        background-size: 95%, 9%;
    background-position: 8px 251px, 0 0;
    }
}

@media (max-width: 768px) {
    #sidebar-right, #sidebar-left {
        margin-top: 0;
    }
    #sidebar-right {
        margin-left: 20px;
    }
}