@charset "utf-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{
    line-height:1.15;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
main{
    display:block
}
h1{
    font-size:2em;
    margin:.67em 0
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre{
    font-family:monospace,monospace;
    font-size:1em
}
a{
    background-color:transparent
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted
}
b,strong{
    font-weight:bolder
}
code,kbd,samp{
    font-family:monospace,monospace;
    font-size:1em
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
img{
    border-style:none
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:ButtonText dotted 1px
}
fieldset{
    padding:.35em .75em .625em
}
legend{
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress{
    vertical-align:baseline
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio]{
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
details{
    display:block
}
summary{
    display:list-item
}
[hidden],template{
    display:none
}


/*!
 * style
 *
 * @filesource style.css
 * @project    www.schlichter.family
 * @package    coming-soon
 *
 * @copyright  (c) 2020 by Florian Schlichter
 * @author     Florian Schlichter, B.A. <florian@schlichter.family>
 * @link       www.schlichter.family
 *
 * @version    1.0
 * @date       24.08.2020
 */

body {
    font-size: 100%;
    background-color: #eaeaea;
    max-width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    background-image: url(../img/bg.jpg);
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* HEADER */
header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    background-color: rgba(255,255,255,.4);
}

header h1 {
    color: #000;
    font-size: 2em;
    line-height: calc(2px + 2ex + 2px);
    font-weight: 200;
    width: calc(100% - 1em - 100px);
    margin: 0;
    padding-left: 1em;

}
header ul.social{
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100px;
}
header ul.social li {
    display: inline-block;
    width: 50%;
}

header .social-facebook a { color: #3b5998; }
header .social-xing a { color: #126567; }

/* MAIN */
main {
    height: calc(100% - 60px - 40px);
}

main h2 {
    margin: 2em auto;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    color:#FFF;
}
.gs {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 0;
}
.g {
    position: relative;
    z-index: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: #000;
}
.g:before{
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    content: "";
    border-radius: 50%;
    background: #b0ccd8;
}
.g:after {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 3;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #000;
    box-sizing: border-box;
    background: #FFF;
}
.g.g1 {
    left: -130px;
}
.g.g2 {
    top: -75px;
}
.g.g3 {
    top: -235px;
    left: 130px;
}
.g .b {
    position: absolute;
    left: -15px;
    top: 50%;
    z-index: 0;
    width: 150px;
    height: 30px;
    margin-top: -15px;
    border-radius: 5px;
    background: #000;
}
.g .b:before {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    content: "";
    border-radius: 2px;
    background: #b0ccd8;
}
.g .b:nth-child(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    transform: rotate(60deg);
}
.g .b:nth-child(3) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    transform: rotate(120deg);
}
@-webkit-keyframes clockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    40% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    60% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes clockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    40% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    60% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes anticlockwiseErrorStop {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    60% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes anticlockwiseErrorStop {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    60% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes anticlockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    40% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    60% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes anticlockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    40% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    60% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.g.g1 {
    -webkit-animation: anticlockwiseErrorStop 2s linear infinite;
    animation: anticlockwiseErrorStop 2s linear infinite;
}
.g.g2 {
    -webkit-animation: anticlockwiseError 2s linear infinite;
    animation: anticlockwiseError 2s linear infinite;
}
.g.g3 {
    -webkit-animation: clockwiseError 2s linear infinite;
    animation: clockwiseError 2s linear infinite;
}
.bb{
    background-color: #eaeaea;
    background-color: rgba(234,234,234,.9);
    display: block;
    padding: 10px;
    width: 100%;
    width: 100vw;
    width: calc(100vw - 20px);
    position: fixed;
    bottom: 0px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size:16px;
    font-size: 1rem;
    font-weight: 200;
}
a{
    color:#000;
    text-decoration: ng1;
}
a:hover{
    color:#000;
    text-decoration: underline;
}

/* FOOTER */
footer {
    height: 40px;
    z-index: 2;
    background-color: rgba(255,255,255,.4);
}
footer nav{
    text-align: center;
    padding: 10px 0;
}

footer nav ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}
footer nav ul li {
    display: inline-block;
    margin-right: 1em;
}
footer nav ul li:last-of-type {
    margin-right: 0em;
}

footer .layer{
    display: none;
    z-index: 100;
}

footer .layer:target {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

footer .layer-close{
    position: absolute;
    right: 0;
    top:0;
    background-color: #FFF;
    border-bottom-left-radius: 1em;
    padding: .5em .5em 1em 1em;
    font-weight: bold;
    text-decoration: none;
}

footer .box{
    width: 60vw;
    max-width: calc(95vw - 2em);
    max-height: 80vh;
    max-height: calc(80vh - 2em);
    overflow-y: auto;
    background-color: #FFF;
    margin: 10vh auto;
    padding: 1em;
    border-radius: 1em;
}
footer h2 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color:#000;
}

footer address{
    font-style: normal;
}
footer section address{
    padding-left: 1em;
}

footer section{
    margin-top: 2em;
    border-top: 1px dashed #000;
}
footer section h3{
    text-align: center;
}

footer table tr + tr th,
footer table tr + tr td{
    border-top: 1px dashed #ccc;
}
footer table tr:nth-child(even) {
    background-color: #efefef;
}
footer th{
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: .5em;
    text-align: left;
    vertical-align: text-top;
}
footer td{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: .5em;
}

footer td ul{
    padding-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
}