@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v30-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v30-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v30-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.938em/1.3 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 564px;
    margin: 1rem auto;
    border: solid 2px #000;
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    padding: 0.75rem 0.75rem 0 1.25rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1, h2, h3, strong {
    font-weight: 700;
}
h1 {
    margin: 0 -12px 0.5rem -1.25rem;
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
    background: #F69230;
    font-size: 1.7em;
    line-height: 1.3em;
}
h1 span {
    font-size: 0.7em;
    font-weight: 400;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
}
h3 {
    font-size: 1.55em;
    line-height: 1.2;
    color: #FFF;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
ul li:before {
    content: "+";
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    float: left;
    color: #F69230;
    margin: -2px 0 0 -1.5rem;
}
p a.mail {
    color: #266BCD;
    text-decoration: underline;
}
header {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row wrap;
    border-bottom: 2px solid #000;
    margin-bottom: 0.75rem;
}
header section {
    width: 329px;
}
header section ul {
    padding-bottom: 0;
}
header section li {
    padding-left: 1rem;
}
header section ul li:before {
    margin-left: -1rem;
}
header figure {
    margin: 0 0 0.5rem;
}
article {
    position: relative;
}
article figure {
    margin: 0;
    position: absolute;
    right: 1rem;
    bottom: 1.5rem;
}
footer {
    margin: 0 -0.75rem 0 -1.25rem;
    padding: 0.75rem 0.75rem;
    background: #000000;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
@media only screen and (max-width:563px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        border-radius: 0;
    }
    header section {
        width: 100%;
    }
    figure {
        display: flex;
        justify-content: center;
    }
    header {
        flex-direction: column;
    }
    h1 {
        margin-right: 0;
    }
    br {
        display: none;
    }
    article figure {
        position: static;
        margin: 0.25rem 0 0.75rem;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        flex-flow: row wrap;
    }
}