
@font-face {
    font-family: 'Garamond';
    src: url('../fonts/garamond.eot');
    src: url('../fonts/garamond.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garamond.woff') format('woff'),
         url('../fonts/garamond.ttf') format('truetype'),
         url('../fonts/garamond.svg#eb_garamond12_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'macklin_displaylight';
    src: url('../fonts/macklindisplay-light-webfont.woff2') format('woff2'),
    url('../fonts/macklindisplay-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'macklin_displaybold';
    src: url('../fonts/macklindisplay-bold-webfont.woff2') format('woff2'),
    url('../fonts/macklindisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'macklin_displayitalic';
    src: url('../fonts/macklindisplay-italic-webfont.woff2') format('woff2'),
    url('../fonts/macklindisplay-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'macklin_display_regularRg';
    src: url('../fonts/macklindisplay-regular-webfont.woff2') format('woff2'),
    url('../fonts/macklindisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
    background-image: url(../images/bg-stripes.png);
    font-family: 'Open Sans', Sans-Serif;
    font-size: 12px;
    line-height: 190%;
    color: #586C7E;
}

#logo-allenovery {
    margin-bottom: 5px;
}

#logo-ontslagcheck {
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
    top: 11px;
}


h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

h1 { font-size: 22px; }
h2 { font-size: 15px; line-height: 160%; }
h3 { font-size: 14px; line-height: 180%; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }


#mainhead {
    padding-left: 30px;
    padding-right: 30px;
}
h1 {
    font-family: "macklin_displayitalic", "Garamond", "Serif";
    color: #44995C;
    font-style: italic;
    font-weight: 200;
    font-size: 30px;
    line-height: 120%;
    margin-top: 0;
}

h4 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


h6 {
    font-family: "macklin_displayitalic", "Garamond", "Serif";
    color: #44995C;
    font-style: italic;
    font-weight: 200;
    font-size: 24px;
    line-height: 120%;
    margin-top: 1em;
}

#main-wrapper {
    position:relative;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

#main-wrapper.pdf-version {
    width: 1000px;
}

#header {
    height: 70px;
}

#service-menu ul {
    margin:  20px 30px 0px 0px;
    float: right;
}

#service-menu ul li {
    float: left;
    margin-left: 15px;
    list-style-type: none;
}

#service-menu ul li a {
    text-decoration: none;
    color: #777777;
    font-size: 10px;
    text-transform: uppercase;
}

#mainhead {
    margin-bottom: 2em;
}

#mainhead h1 {
    float: right;
    font-size: 32px;
    position: relative;
    top: -4px;
}

#content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

#heading {
    padding-left: 30px;
    padding-right: 30px;
}

input:focus {
    outline: none;
}

input:disabled {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.page-break {
    display: none;
}

.home-item a {
    display: inline-block;
    text-indent: -20000px;
    background-image: url(../images/home.png);
    width: 14px;
    height: 12px;
    line-height: 16px;
}

.ava-part-date-input {
    background-color: #44995C;
    color: white;
    padding: 20px 30px;
    margin-top: 0 !important;
}
.date-input-label {
    font-size: 15px;
    margin-bottom: 0.5em;
}

.ava-part {
    margin-top: 3em;
}

.ava-part-date-minus-72 {
    margin-top: 2em;
}

.ava-pointer {
    position: absolute;
    width: 19px;
    height: 11px;
    top: -11px;
    left: 80px;
    background-image: url(../images/pointer-up.png);
}

.ava-description-short {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    background-color: #666666;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 30px;
}

.ava-description-long {
    color: #444444;
    background-color: #EEEEEE;
    padding: 20px 30px;
    position: relative;
}

.ava-description-long p {
    position: relative;
}

.ava-description-long strong {
    font-weight: 700;
    font-size: 14px;
}

strong.small {
    font-size: 12px !important;
}

.ava-description-long p {
    margin-bottom: 7px;
}

.ava-description-long ul {
    margin-left: 0;
    padding-left: 15px;
}
.ava-description-long ul li {
    list-style-type: square;
}

.ava-heading {
    color: #333333;
    padding: 3px 30px;
    font-weight: 700;
    font-size: 15px;
}

.ava-date-explain {
    text-align: right;
}
.ava-part-date-minus-72 .ava-heading {
    background-color: #44995C;
    color: white;
}
.ava-part-date-minus-60 .ava-heading {
    background-color: #44995C;
    color: white;
}
.ava-part-date-minus-42 .ava-heading {
    background-color: #44995C;
    color: white;
}

.ava-part-date-minus-28 .ava-heading {
    background-color: #44995C;
    color: white;
}
.ava-part-date-exact .ava-heading {
    background-color: #ED6A50;
    color: #ffffff;
}
.ava-part-date-plus-15 .ava-heading {
    background-color: #44995C;
    color: white;
}
.ava-part-date-plus-90 .ava-heading {
    background-color: #44995C;
    color: white;
}
.ava-part-date-plus-3-months .ava-heading {
    background-color: #44995C;
    color: white;
}
.ava-part-shareholders .ava-heading {
    background-color: #44995C;
    color: white;
}

#footer-wrapper {
    padding: 30px;
    font-size: 11px;
    line-height: 150%;
}


.slide.ng-enter {
  transition: 1s ease-out all;
  position: relative;
  top: 500px;
  opacity: 1;
}

.slide.ng-hide {
    opacity: 0;
}

/* The finishing CSS styles for the enter animation */
.slide.ng-enter.ng-enter-active {
  opacity:1;
  top: 0px;
}


a.info {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/info.png);
    position: relative;
    top: 4px;
    margin-top: -10px;
}

a.info-invert {
    background-image: url(../images/info-invert.png);    
}

a.info.prepend {
    position: absolute;
    left: -23px;
    top: 10px;
}

.qtip-dark .qtip-content {
    font-size: 12px;
    line-height: 150%;
    padding: 15px;
}

.qtip {
    border-radius: 4px;
}

.bottom-row-red {
    background-color: #102C22;
    height: 1.4em;
}

.ava-part-contact {
    margin-top: 4em;
}

.dutch {
    padding-left: 20px;
    background-image: url(../images/language-flag-dutch.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

.english {
    padding-left: 20px;
    background-image: url(../images/language-flag-english.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

span.export-calendar {
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
    left: 10px;
    margin-right: -40px;
    display: inline-block;
    cursor: pointer;
}

span.export-calendar i {
    font-weight: 400;
    position: relative;
    top: -2px;
}

span.export-calendar-preview {
    left: 5px;
    margin-right: 10px;
    cursor: default;
}

.ava-date {
    cursor: pointer;
}

.ava-part-export-calendar .ava-description-long {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: -1em;
    padding-left: 0;
}


.ava-part-export-calendar .ava-description-long {
    margin-top: 0;
    padding-top: 0;
}

.less-spacing {
    letter-spacing: -7px;
}

span.subtitle {
    font-family: 'macklin_display_regularRg', 'Garamond';
    color: #102C22;
    font-style: normal;
    display: block;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    padding-right: 4px;
}
#heading img {
    width: 100%;
}

.ava-print {
    padding-top: 2.5em !important;
    text-align: right;
    padding-bottom: 1em;
}

.ava-print-bottom {
    padding-top: 0em !important;
    text-align: right;
    padding-bottom: 1em;
}

.ava-print a {
    color: #586C7E;
    padding-left: 25px;
    padding-bottom: 8px;
    padding-top: 2px;
    background-image: url(../images/print.png);
    background-repeat: no-repeat;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
   
    #logo-allenovery {
        width: 254px;
        margin-bottom: 0px;
    }

 
    #main-wrapper {
        width: 330px;
    }

    #mainhead {
        padding-left: 15px;
        padding-right: 15px;
    }
    #content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    #heading {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .ava-heading {
        font-size: 12px;
    }
    
    .ava-date {
        padding-right: 0 !important;
    }
    .ava-date-explain {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
     
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 


    #service-menu ul {
        padding-left: 0;
    }
    
    #logo-allenovery {
        width: 254px;
        margin-bottom: 0px;
    }
    
    #main-wrapper {
        width: 330px;
    }
    
    #mainhead {
        padding-left: 15px;
        padding-right: 15px;
    }
    #content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    #heading {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ava-heading {
        font-size: 12px;
    }
    .ava-date {
        padding-right: 0 !important;
    }
    .ava-date-explain {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
    and (orientation : landscape) { 
    
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {

}