.clearfloat,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
subhead,
summary {
    display: block
}

.clearfloat,
nav:after {
    visibility: hidden;
    height: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: -moz-scrollbars-vertical;
    overflow-y: scroll
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0
}

@font-face {
    font-family: 'museo_slab500';
    src: url('museo-webfont.eot');
    src: url('museo-webfont.eot?#iefix') format('embedded-opentype'), url('museo-webfont.woff2') format('woff2'), url('museo-webfont.woff') format('woff'), url('museo-webfont.ttf') format('truetype'), url('museo-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_slab500_italic';
    src: url('museo_italic-webfont.eot');
    src: url('museo_italic-webfont.eot?#iefix') format('embedded-opentype'), url('museo_italic-webfont.woff2') format('woff2'), url('museo_italic-webfont.woff') format('woff'), url('museo_italic-webfont.ttf') format('truetype'), url('museo_italic-webfont.svg#museo_slab500_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper {
    width: 950px;
}

body {
    color: #7c878f;
    color: #000;
    font-family: 'Frutiger LT W01_45 Ligh1475730';
}

p strong,
p b,
li strong,
li b,
b a {
    font-family: 'Frutiger LT W01_65 Bold1475746';
    color: #006b9c
}

p i,
p em {
    font-family: 'Frutiger LT W01_46 Ligh1475734';
}


p strong {
    font-size: 1.2rem
}

a {
    color: #00709d
}

a {
    -webkit-tap-highlight-color: rgba(124, 135, 142, 0.5) !important
}

*::-moz-selection {
    color: white !important;
    background: #00709d !important;
    text-shadow: none !important;
}

*::selection {
    color: white !important;
    background: #00709d !important;
    text-shadow: none !important;
}

body>section {
    padding: 20px calc((100vw - 300px) / 2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 80vh;
    text-align: center;
    width: 100%;
}

input[type="text"], select {
    margin-bottom: 2vh;
}

input[type="email"] {
    margin-bottom: 2vh
}

body>section>a {
    height: 25vh
}

p {
    font-size: .9rem;
    margin-bottom: 2vh
}

h1 {
    display: none;
    margin-top: -2vh
}

#mailform {
    display: none
}

button,
span,
input[type="submit"] {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-appearance: none;
    background: #00709d;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: none;
    ;
    margin-bottom: 3vh
}

#cameraInput {
    display: none
}

#your_img_id {
    width: 50%;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
}

label {
    text-align: left;
    font-size: .9rem;
}

input, select {
    border: 2px solid #7c878f;
    padding: 5px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
}

.privacycheck {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: none;
    margin-bottom: 3vh
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-appearance: checkbox;
    margin-right: 1vw
}

input[type="submit"] {
    display: none;
}

form#email,
form#mail {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    height: auto;
    min-height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

#takepic.selected {
    opacity: .5
}

#sendmail {
    display: none
}

img {
    -ms-flex-item-align: center;
    align-self: center
}

h1 {
    font-family: 'Frutiger LT W01_67 Bold Cond';
    color: #7c878f;
    font-size: 2rem
}

#loading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, .7);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2222;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: -10vh;
}

.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00709d transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-device-width: 480px) {}
