/* FONT FACE */
@import url('https://aninelinders.nl/font-face/font-face.css');

/* BASICS */
.shadow {
    box-shadow: 3px 3px 18px #000;
}

.rounded {
    border-radius: 35px;
}

.float-fix {
    width: 100%;
    height: 0px;
    clear: both;
}

.seo-dummy {
    height: 0;
    margin: 0;
    overflow: hidden
}

/* STRUCTURE */
body {
    margin: 20px 0;
    background-color: #E34312;
    font-size: 14px;
}

#container {
    width: 1000px;
    margin: 0 auto;
    background-color: #F0711A;
    background-image: url('https://aninelinders.nl/images/structure/footer_bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#header {
    width: 600px;
    padding: 25px 200px;
    text-align: center;
}

#footer {
    width: 1000px;
    height: 240px;
}

#footer address {
    position: relative;
    display: block;
    width: 1000px;
    top: 205px;
    text-align: center;
}

#footer span {
    margin: 0 10px;
    font-family: FuturaStd, Arial, sans-serif;
    font-style: normal;
    font-size: 0.95em;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#madeby {
    text-align: right;
    width: 930px;
    padding: 0 35px;
    margin: 10px auto;
    font-family: FuturaStd, Arial, sans-serif;
    font-style: normal;
    font-size: 0.95em;
    color: #F0711A;
}

#madeby a {
    color: #F0711A;
    text-decoration: none;
}

#madeby img {
    vertical-align: middle;
}

#content {
    padding: 20px;
    width: 500px;
    min-height: 280px;
    border: 2px solid #E32D12;
    float: left;
    margin-bottom: 20px;
    overflow-y: hidden;
}

#m_content {
    min-height: 500px;
    width: 544px;
    float: left;
}

.ervaring_article {
    padding: 20px;
    width: 500px;
    min-height: 100px;
    border: 2px solid #E32D12;
    display: block;
    overflow-y: hidden;
}

.links_article {
    padding: 20px;
    width: 500px;
    border: 2px solid #E32D12;
    display: block;
    margin: 0 0 20px 0;
    overflow-y: hidden;
}

.speech_arrow {
    width: 60px;
    height: 28px;
    margin: -2px 0 20px 60px;
    background-image: url('https://aninelinders.nl/images/structure/speech-arrow.png');
}

.side_quote {
    width: 150px;
    height: 320px;
    float: right;
    margin: 25px 40px 0 0;
    color: #FED402;
    font-family: FuturaStd, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: center;
}

#side_quote article {
    display: none;
    width: 130px;
    padding: 0 10px;
    background-image: url('https://aninelinders.nl/images/structure/quote_left.png');
    background-position: left top;
    background-repeat: no-repeat;
}

#side_quote article.first {
    display: none;
}

.side_quote p {
    font-style: italic;
    margin: 5px 0;
    line-height: 1.5em;
}

.side_quote .quote-R {
    width: 130px;
    min-height: 25px;
    background-image: url('https://aninelinders.nl/images/structure/quote_right.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: 15px -10px 0 -10px;
    padding: 0 10px;
}

.side-quote h4 {
    font-size: 1.1em;
    line-height: 0.4em;
    text-align: center;
}

/* NAVIGATION */
#navigation {
    float: left;
    width: 110px;
    margin: 25px 70px 0 50px;
    min-height: 100px;
}

#navigation ul li a span {
    display: block;
    text-indent: -99999px;
    width: 110px;
    height: 25px;
    margin: 0 0 3px 0;
    background-position-x: 50%;
    background-position-y: 0px;
}

#navigation ul li a span:hover {
    background-position-y: -25px;
}

#navigation .active_page {
    background-position-y: -50px !important;
}

/* TEXT */
.content p {
    margin: 0 0 10px 0;
    font-family: FuturaStd, Arial, sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.3em;
    color: black;
}

.content h1 {
    margin: 0 0 12px 0;
    font-family: AmandineRegular, Arial, cursive;
    font-style: normal;
    font-size: 2.3em;
    color: #FED402;
}

.content h2 {
    margin: 10px 0;
    font-family: AmandineRegular, Arial, cursive;
    font-style: normal;
    font-size: 1.5em;
    color: #FED402;
}

.content h3 {
    margin: 16px 0 4px 0;
    font-family: FuturaStd, Arial, sans-serif;
    font-style: normal;
    font-size: 1.1em;
    color: black;
}

.content img {
    max-width: 500px;
    margin: 12px 0 12px 0;
}

.content .vimeo {
    max-width: 500px;
    margin: 12px 0 12px 0;
}

.content a {
    color: #008284;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content ul {
    list-style-type: disc;
    margin: 10px 20px;
    font-family: FuturaStd, Arial, sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.3em;
    color: black;
}

.content ol {
    list-style-type: decimal;
    margin: 10px 20px;
    font-family: FuturaStd, Arial, sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.3em;
    color: black;
}