@font-face { font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf'); }
@font-face { font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf'); }
@font-face { font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf'); }

html, body, div, span, object, iframe, h1, h3 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

h4, h5, h6, p, blockquote {
    padding: 0
}

h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp {
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small {
    padding: 0
}

small {
    border: 0;
    outline: 0
}

small, strong {
    margin: 0;
    vertical-align: baseline
}

strong, sub, sup {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%
}

sub, sup, var, b, i, dl, dt, dd {
    margin: 0
}

var, b, i, dl, dt, dd, ol, ul {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

td, article, aside, canvas, details, figcaption, figure {
    font-size: 100%
}

article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    text-decoration: none
}

ins, mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

body {
    *font-size: small
}

select, input, textarea, button {
    font: 99% sans-serif
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif
}

body, select, input, textarea {
    color: #444
}

h1 {
    font-family: 'Roboto-Black';
    color: #00698c;
}

html {
    overflow-y: scroll
}

a:hover, a:active {
    outline: none
}

ul, ol {
    margin: 0 0 0 1.8em
}

ol {
    list-style-type: decimal
}

nav ul, nav li {
    margin: 0
}

small {
    font-size: 85%
}

strong, th {
    font-weight: 700
}

td, td img {
    vertical-align: top
}

sub {
    vertical-align: sub
}

sub, sup {
    font-size: smaller
}

sup {
    vertical-align: super
}

pre {
    padding: 15px;
    white-space: pre-line;
    word-wrap: break-word
}

textarea {
    overflow: auto
}

.ie6 legend, .ie7 legend {
    margin-left: -7px
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

label, input[type=button], input[type=submit], button {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

input:invalid, textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px red
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

::-moz-selection {
    background: #7999AA;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #7999AA;
    color: #fff;
    text-shadow: none
}

a:link {
    -webkit-tap-highlight-color: #7999AA
}

button {
    width: auto;
    overflow: visible
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.hidden {
    display: none;
    visibility: hidden
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

*, :focus {
    outline: none
}
/* ------------------------------------ */
body {
    background-color:white;
    color:white;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:16px;
}
a, a:hover, a:link, a:visited {text-decoration:none;color:#00698c;}
#wrapper {
    box-sizing:border-box;
    max-width: 375px;
    margin:0 auto;
    padding:0;
}
header {
    text-align:right;
    padding:9px 9px 0 0;
}

header > .logo {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 130px;
    height: auto;
}

.name-position {
    box-sizing:border-box;
    background-color:white;
    padding:20px;
}
.name-position * {
    display:block;}

#vc-position {
    color: #666;
    font-family: 'Roboto-Medium';
    font-size: 19px;
    line-height: 24px;
}

h1 {
    font-size:34px;
}

section {margin-bottom:2px;}
section div {
    box-sizing:border-box;
    display:table;
    width:100%;
    height:25px;
    background-color:white;
    border-bottom:1px solid #f1f1f1;
}
section div > * {
    display:table-cell;
    vertical-align:middle;
    font-size:12px;
    padding: 10px;
}
section div label {
    color:#666;
    width:100px;
    font-family: 'Roboto-Bold';
    font-size: 19px;
    vertical-align:bottom;
}
section div span {font-size:19px;}
section.address label {vertical-align:top;padding-top:7px;}
section.actions {
    position:relative;
    box-sizing:border-box;
    padding:0px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color:white;
    height:66px;
}
/*
section.actions:after {content:'';clear:both;}
*/
section div span {
    color:#00698c;
    max-width:209px;
    overflow:hidden;
    text-overflow:ellipsis;
}

/*
section.contacts div:first-Child {padding-top:6px;}
*/
section.contacts div:last-Child, section.address div {border-bottom:none;border-top: 1px solid #f1f1f1;margin-top: -1px;}

section.name-position {margin:10px 0 2px 0; background-color: #f1f1f1;}
section.advertising {
    background-color:white;
    text-align:center;
    padding:16px 0;
}
section.nothing-found div{
    color:black;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding:10px 0;
}

.actions button {
    display:table-cell;
    position:relative;
    width:100%;
    height:60px;
    background-color:#00698c;
    color:white;
    font-family: 'Roboto-Medium';
    font-size:19px;
    border:none;
    vertical-align:middle;
    text-align:left;
    padding: 16px 20px 20px 65px;
}

.small {
    font-size: 9px;
    display: block;
    font-family: 'Roboto-Regular';
    margin-bottom: -2px;
}
button[id|="btn-download"] {
    width:49.2%;
    float:left;
}
button[id|="btn-download"]:last-Child {float:right;}
div[class|="flag"] {
    position:absolute;
    right:120px;
    top:0;
    width:45px;
    height:48px;
    border:none;
}
button[id="btn-appointment"] {
    background-image:url('../graphics/Termin.svg');
    background-size:5%;
    background-position-x: 90px;
    background-position-y: 19px;
    background-repeat:no-repeat;
    text-align: center;
    padding-left: 50px;
    padding-top: 18px
}

.flag-de {
    background: transparent url('../graphics/download-icon.svg') no-repeat center 20px;
    background-size:50%;
}
.flag-en {
    background: transparent url('../graphics/download-icon.svg') no-repeat center 20px;
    background-size:50%;
}

@media screen and (max-width: 320px) {
    section div label {
        width: 65px;
    }

    .actions button {
        padding: 16px 10px 20px 55px;
    }

    div[class|="flag"] {
        right: 100px;
    }

    button[id="btn-appointment"] {
        background-position-x: 60px;
        background-position-y: 21px;
    }
}