/*(C)2018 J. Junken for Scheinwelt Group, LLC */
@font-face {
    font-family: 'Voltaire';
    src: url('Voltaire_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body { margin: 0; padding: 0; }
body {
    font-family: Voltaire;
    font-size: 14pt;
    margin-top: 40pt;
    margin-bottom: 60pt;
    padding-left: 33vw;
    background-color: rgb(198, 198, 198);
}
h1, h2, h3, h4 { font-weight: normal; }
h1 { margin-bottom: 2pt; }
p { margin-bottom: 2pt; margin-right: 3pt; }
a {
    -webkit-transition: -webkit-box-shadow 0.15s ease-in, background-color 0.4s ease-in, color 0.15s ease-in, text-shadow 0.15s ease-in;
    -moz-transition: -moz-box-shadow 0.15s ease-in, background-color 0.4s ease-in, color 0.15s ease-in, text-shadow 0.15s ease-in;
    -o-transition: -o-box-shadow 0.15s ease-in, background-color 0.4s ease-in, color 0.15s ease-in, text-shadow 0.15s ease-in;
    transition: box-shadow 0.15s ease-in, background-color 0.4s ease-in, color 0.15s ease-in, text-shadow 0.15s ease-in;
    text-decoration: none;
}
a:link,a:visited {
    color: #fff;
    font-weight: bold;
}
a:hover { color: rgba(150, 150, 150, 0.933); }
@keyframes errorThrob {
    0% {background-color: rgb(255,0,0);}
    25% {background-color: rgb(175,0,0);}
    50% {background-color: rgb(90,0,0);}
    75% {background-color: rgb(175,0,0);}
    100% {background-color: rgb(255,0,0);}
}
.pulsating-circle {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
}
.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}
@keyframes pulse-ring {
    0% { transform: scale(.33); }
    80%, 100% { opacity: 0; }
}
@keyframes pulse-dot {
    0% { transform: scale(.8); }
    50% { transform: scale(1); }
    100% { transform: scale(.8); }
}

#kmail { width: 100%; }
.cell > textarea {
    width: 100%;
    height: 100pt;
}
#foot {
    background-color: black;
    color: white;
    font-size: 15pt;
    position: fixed;
    left: 0pt;
    bottom: 0pt;
    width: 100%;
}
ul#theNav {
    left: 0pt;
    width: 100%;
    margin: 0pt 0pt 0pt 0pt;
    display: table;
    padding-left: 0pt;
    list-style-type: none;
}
ul#theNav > li {
    display: table-cell;
    padding: 8pt 3pt 4pt 3pt;
}
ul#theNav > li:nth-child(2) { text-align: right; }
ul#theNav > li:nth-child(3) { text-align: center; }
ul#theNav > li:nth-child(4) { text-align: left; }
ul#theNav > li:last-child { text-align: right; }
div.cell {
    vertical-align: top;
    max-width: 32vw;
    width: 200pt;
    min-width: 180pt;
    margin-right: 4vw;
    display: inline-block;
}
div.cell > h1 {
    font-weight: bold;
    font-size: 24pt;
    margin-bottom: 8pt;
}
div.cell:last-child { margin-right: 15pt; }
div.cell > table {
    border-collapse: collapse
}
div.cell ul {
    margin-top: 0pt;
    padding-left: 3pt;
    list-style-type: none;
}
div.cell ul > li {
    border-bottom: 1pt dotted rgba(0,0,0,0.4);
    padding-bottom: 3pt;
    padding-top: 3pt;
    margin-top: 5pt;
}
div.cell ul > li:first-child {
    margin-top: 0pt;
    padding-top: 0pt;
}
div.cell ul > li:last-child {
    border-bottom: 0pt;
    margin-bottom: 0pt;
}
div.cell input[type=text], div.cell input[type=email] { padding: 0pt 8px 0pt 8px; width: 100%; }
div.cell textarea { margin: 0 0 0 0; padding: 8px 15px 8px 15px; width: 100%; min-height: 80pt; }
.dividerBox {
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 1.5pt;
    margin: 36pt 0pt 16pt 0pt;
}
div#owlski {
    background-image: url(owl.gif);
    background-repeat: no-repeat;
    background-size: auto 45vw;
    background-position: 35% center;
    font-size: 45vw;
    text-align: center;
    width: 100%;
    margin: 0pt 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt 0pt;
    color: #969696;
}
div#boom {
    text-align: justify;
    color: black;
    font-size: 4vw;
    padding: 0pt 10vw 65pt 10vw;
}
div#owliester {
    position: fixed;
    bottom: 40vh;
    left: 0pt;
    width: 33vw;
    height: 50vh;
    background-image: url(owl.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
h1#wordmark {
    color: #000;
    font-size: 3vw;
    margin-top: 0pt;
    margin-bottom: 0pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    position: fixed;
    text-align: center;
    width: 33vw;
    top: 60vh;
    font-weight: bold;
}
.messageSendError {
    background-color: rgba(255,0,0,0.7);
    color: white;
    animation: errorThrob 20s infinite alternate;
}
.messageSendError ul {
    margin-left: 24pt;
}
.messageSendError ul li {
    list-style-type: square;
    border-bottom: 0pt solid white;
}
.cell .messageSendError {
    width: 200pt;
    padding: 3pt 11pt 5pt 11pt;
    box-shadow: 0pt 0pt 8pt rgb(198, 198, 198) inset;
}
@media (max-width: 930pt) {
    ul#theNav {
        text-align: center;
        font-size: 12pt;
        display: block;
    }
}
@media (max-width: 630pt) {
    body { margin: 4pt 4pt 4pt 4pt; }
    h1, h2 { font-weight: bold; }
    h1 { font-size: 20pt; }
    h2 { font-size: 16pt; }
    body {
        padding-left: 0;
        padding-bottom: 75pt;
    }
    .dividerBox { display: none; }
    div#owliester {
        position: relative;
        top: 0pt;
        left: 0pt;
        height: 25vh;
        width: 100%;
        margin-bottom: 50pt;
        background-image: url(owl.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    h1#wordmark {
        position: relative;
        top: 25.5vh;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
        font-size: 24pt;
        margin-top: 0pt;
        margin-bottom: 0pt;
        padding-top: 0pt;
        padding-bottom: 0pt;
        text-align: center;
        font-weight: bold;
    }
    ul#theNav {
        text-align: center;
        font-size: 10pt;
        display: block;
    }
    ul#theNav > li {
        display: inline-block;
        text-align: left;
    }
}
