/*! CSS Used from: http://localhost:8000/css/style.css */
@media (max-width: 880px) {
    div.Page-Container {
        margin-top:250px;
    }
}

p {
    margin: 0;
}

.row {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
}

.Page-Container .content {
    float: left;
    width: 100%;
    background-color: gray;
    padding-top: 20px;
    margin-top: -28px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.Page-Container .content > * {
    max-width: 1024px;
}

@media (max-width: 880px) {
    .Page-Container .content {
        margin-top:-5px;
    }

    .Page-Container .row:not(.fullwidth) {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);
    }
}

@media (max-width: 650px) {
    .Page-Container {
        margin-top:10vh;
    }
}

* {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(150deg, #4499ab 40%, #8fb6bc 60%) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
    margin: 0;
    padding-top: 35px;
}

h1 {
    font-size: 4vh;
    color: #30505d;
    text-align: center;
}

/*! CSS Used from: http://localhost:8000/css/modernSkin.css */
.Page-Container .content .row {
    width: calc( 100% - 30px );
    color: #dddddd;
    padding: 0 15px 20px 15px;
    display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
    list-style-type: none;
}

.Page-Container {
    margin-top: 150px;
}

.header .bar {
    display: flex;
    flex-direction: column;
    height: 52px;
    background-color: rgb(76, 76, 76);
    width: 100%;
}

.header .bar.sub-title {
    justify-content: center;
    align-items: center;
}

.header .bar.sub-title p {
    color: #dedede;
}

.container {
    padding: 0 15px;
}

@media only screen and ( max-width: 992px ) {
    .Page-Container .content .row {
        width:calc(100% - 30px);
    }
}

.Page-Container h1 {
    color: white;
    text-shadow: 0px 0px 14px #070707;
    font-size: 2.25rem;
}

.Page-Container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.header .title-container {
    display: flex;
}

.header .title-container .title {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

section {
    width: 100%;
}

.section-header {
    color: whitesmoke;
    font-size: 2rem;
    text-align: center;
}

html body .row.center {
    display: flex;
    justify-content: center;
}

/*! CSS Used from: http://localhost:8000/css/footer.css */
.Footer {
    background-color: rgb(92, 92, 92);
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
}

.Footer .container {
    display: inline-block;
    width: 100vw;
    max-width: 1024px;
    padding: 20px;
    color: #b8b8b8;
}

.Footer .container .Contact {
    float: left;
    width: 50%;
}

.Footer .container .Contact .row input {
    width: 100%;
    margin-bottom: 2px;
    padding: 7px;
    background-color: transparent;
    border: 1px solid gray;
    color: #b8b8b8;
}

.Footer .container .Contact .row input:first-child {
    margin-top: 1em;
}

.Footer .container .Contact .row input[type="send"] {
    text-align: center;
}

.Footer .menu .row {
    float: left;
    width: calc(50% - 30px);
}

.Footer .container .Contact .row {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

.Footer .container .menu .row .Item {
    overflow: hidden;
    height: 32px;
    margin: 0;
}

.Footer .container .menu .row .Item:hover {
    color: white;
}

.Footer .container .menu .row .Item:hover:before {
    margin-left: -9px;
}

.Footer .container .menu .row .Item:before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: red;
    display: block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease-out;
    width: 90%;
    height: 32px;
    margin: 0px calc(-90% - 9px);
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    transform: skew(-30deg);
}

.Footer .container .menu .row a {
    color: #b8b8b8;
    margin: -24px 10px;
    display: block;
    text-decoration: none;
}

* {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.Footer .container h2 {
    border-bottom: 1px solid;
    margin-bottom: 0;
}

.Footer .menu {
    float: left;
    width: calc(50% - 15px);
    padding-right: 15px;
}

.Footer .row {
    width: 100%;
    display: inline-block;
}

.Footer .container .row.impressum {
    display: flex;
}

.Footer .half.map {
    display: flex;
    justify-content: center;
}

.Footer .container .row .half {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Footer .container .row .half.text {
    height: 40vh;
}

.Footer .impressum .text img {
    float: left;
    width: 50px;
    height: 50px;
    padding-right: 15px;
}

.Footer .impressum .text .lines {
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
}

.Footer .impressum .text .lines h3 {
    margin: 8px 0px 10px 0;
}

.Footer .impressum .text .lines p {
    display: block;
    float: left;
    margin: 5px;
}

.Footer .container .copyright {
    text-align: center;
    display: block;
}

@media (max-width: 767px) {
    .Footer .menu,.Footer .container .Contact {
        width:100%;
    }
}

@media (max-width: 650px) {
    .Footer .container .row.impressum .half.map {
        display:none;
    }

    .Footer .container .row.impressum .half.text {
        width: 100%;
    }
}

/*! CSS Used from: http://localhost:8000/css/formulator.css */
::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,:-moz-placeholder {
    color: rgb(177, 177, 177);
    font-weight: 600;
}

/*! CSS Used from: Embedded */
body {
    overflow-x: hidden;
}

/*! CSS Used from: Embedded */
.innerCircle {
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-name: buttonTransition;
}

/*! CSS Used from: Embedded */
svg {
    width: 100%;
}

div#footer_map svg {
    width: auto;
    height: 30vh;
    padding: 0 5px;
}

/*! CSS Used from: Embedded */
.sf-minitoolbar {
    background-color: #222;
    border-top-left-radius: 4px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    height: 36px;
    padding: 6px;
    position: fixed;
    right: 0;
    z-index: 99999;
}

.sf-minitoolbar a {
    display: block;
}

.sf-minitoolbar svg {
    max-height: 24px;
    max-width: 24px;
    display: inline;
}

.sf-toolbarreset * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: baseline;
}

.sf-toolbarreset {
    background-color: #222;
    bottom: 0;
    box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
    color: #EEE;
    font: 11px Arial, sans-serif;
    left: 0;
    margin: 0;
    padding: 0 36px 0 0;
    position: fixed;
    right: 0;
    text-align: left;
    text-transform: none;
    z-index: 99999;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.sf-toolbarreset abbr {
    border: dashed #777;
    border-width: 0 0 1px;
}

.sf-toolbarreset svg {
    height: 20px;
    display: inline-block;
}

.sf-toolbarreset .hide-button {
    background: #444;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
}

.sf-toolbarreset .hide-button svg {
    max-height: 18px;
    margin-top: 10px;
}

.sf-toolbar-block {
    cursor: default;
    display: block;
    float: left;
    height: 36px;
    margin-right: 0;
    white-space: nowrap;
}

.sf-toolbar-block > a,.sf-toolbar-block > a:hover {
    display: block;
    text-decoration: none;
}

.sf-toolbar-block span {
    display: inline-block;
}

.sf-toolbar-block .sf-toolbar-value {
    color: #F5F5F5;
    font-size: 13px;
    line-height: 36px;
    padding: 0;
}

.sf-toolbar-block .sf-toolbar-label {
    color: #AAA;
    font-size: 12px;
}

.sf-toolbar-block .sf-toolbar-info {
    border-collapse: collapse;
    display: table;
    z-index: 100000;
}

.sf-toolbar-block .sf-toolbar-info-piece {
    border-bottom: solid transparent 3px;
    display: table-row;
}

.sf-toolbar-block .sf-toolbar-info-piece-additional {
    display: none;
}

.sf-toolbar-block .sf-toolbar-info-group {
    margin-bottom: 4px;
    padding-bottom: 2px;
    border-bottom: 1px solid #333333;
}

.sf-toolbar-block .sf-toolbar-info-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status {
    padding: 2px 5px;
    margin-bottom: 0px;
}

.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status + .sf-toolbar-status {
    margin-left: 4px;
}

.sf-toolbar-block .sf-toolbar-info-piece:last-child {
    margin-bottom: 0;
}

.sf-toolbar-block .sf-toolbar-info-piece a {
    color: #99CDD8;
    text-decoration: underline;
}

.sf-toolbar-block .sf-toolbar-info-piece a:hover {
    text-decoration: none;
}

.sf-toolbar-block .sf-toolbar-info-piece b {
    color: #AAA;
    display: table-cell;
    font-size: 11px;
    padding: 4px 8px 4px 0;
}

.sf-toolbar-block:not(.sf-toolbar-block-dump) .sf-toolbar-info-piece span {
    color: #F5F5F5;
}

.sf-toolbar-block .sf-toolbar-info-piece span {
    font-size: 12px;
}

.sf-toolbar-block .sf-toolbar-info {
    background-color: #444;
    bottom: 36px;
    color: #F5F5F5;
    display: none;
    padding: 9px 0;
    position: absolute;
}

.sf-toolbar-block .sf-toolbar-info:empty {
    visibility: hidden;
}

.sf-toolbar-block .sf-toolbar-status {
    display: inline-block;
    color: #FFF;
    background-color: #666;
    padding: 3px 6px;
    margin-bottom: 2px;
    vertical-align: middle;
    min-width: 15px;
    min-height: 13px;
    text-align: center;
}

.sf-toolbar-block .sf-toolbar-status-green {
    background-color: #4F805D;
}

.sf-toolbar-block .sf-toolbar-status-red {
    background-color: #B0413E;
}

.sf-toolbar-block.sf-toolbar-status-red {
    background-color: #B0413E;
    color: #FFF;
}

.sf-toolbar-block-request .sf-toolbar-status {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

.sf-toolbar-status-red svg path {
    fill: #FFF;
}

.sf-toolbar-block-config svg path {
    fill: #FFF;
}

.sf-toolbar-block .sf-toolbar-icon {
    display: block;
    height: 36px;
    padding: 0 7px;
}

.sf-toolbar-block-request .sf-toolbar-icon {
    padding-left: 0;
    padding-right: 0;
}

.sf-toolbar-block .sf-toolbar-icon svg {
    border-width: 0;
    position: relative;
    top: 8px;
}

.sf-toolbar-block .sf-toolbar-icon svg + span {
    margin-left: 4px;
}

.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-value {
    margin-left: 4px;
}

.sf-toolbar-block:hover {
    position: relative;
}

.sf-toolbar-block:hover .sf-toolbar-icon {
    background-color: #444;
    position: relative;
    z-index: 10002;
}

.sf-toolbar-block:hover .sf-toolbar-info {
    display: block;
    padding: 10px;
    max-width: 480px;
    max-height: 480px;
    word-wrap: break-word;
    overflow: hidden;
    overflow-y: auto;
}

.sf-toolbar-info-piece b.sf-toolbar-ajax-info {
    color: #F5F5F5;
}

.sf-toolbar-ajax-requests {
    table-layout: auto;
    width: 100%;
}

.sf-toolbar-ajax-requests td {
    background-color: #444;
    border-bottom: 1px solid #777;
    color: #F5F5F5;
    font-size: 12px;
    padding: 4px;
}

.sf-toolbar-ajax-requests tr:last-child td {
    border-bottom: 0;
}

.sf-toolbar-ajax-requests th {
    background-color: #222;
    border-bottom: 0;
    color: #AAA;
    font-size: 11px;
    padding: 4px;
}

.sf-ajax-request-url {
    max-width: 300px;
    line-height: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sf-toolbar-ajax-requests .sf-ajax-request-url a {
    text-decoration: none;
}

.sf-toolbar-ajax-requests .sf-ajax-request-url a:hover {
    text-decoration: underline;
}

.sf-ajax-request-duration {
    text-align: right;
}

.sf-toolbar-icon .sf-toolbar-label,.sf-toolbar-icon .sf-toolbar-value {
    display: none;
}

.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label {
    display: inline-block;
}

@media (min-width: 768px) {
    .sf-toolbar-icon .sf-toolbar-label,.sf-toolbar-icon .sf-toolbar-value {
        display:inline;
    }

    .sf-toolbar-block .sf-toolbar-icon svg {
        top: 6px;
    }

    .sf-toolbar-block-time .sf-toolbar-icon svg {
        display: none;
    }

    .sf-toolbar-block-time .sf-toolbar-icon svg + span {
        margin-left: 0;
    }

    .sf-toolbar-block .sf-toolbar-icon {
        padding: 0 10px;
    }

    .sf-toolbar-block-time .sf-toolbar-icon {
        padding-right: 5px;
    }

    .sf-toolbar-block-request .sf-toolbar-icon {
        padding-left: 0;
        padding-right: 0;
    }

    .sf-toolbar-block-request .sf-toolbar-status + .sf-toolbar-label {
        margin-left: 4px;
    }

    .sf-toolbar-block-request .sf-toolbar-label + .sf-toolbar-value {
        margin-right: 10px;
    }

    .sf-toolbar-block-request:hover .sf-toolbar-info {
        max-width: none;
    }

    .sf-toolbar-block .sf-toolbar-info-piece b {
        font-size: 12px;
    }

    .sf-toolbar-block .sf-toolbar-info-piece span {
        font-size: 13px;
    }

    .sf-toolbar-block-right {
        float: right;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .sf-toolbar-block .sf-toolbar-info-piece-additional {
        display:inline-block;
    }

    .sf-toolbar-block .sf-toolbar-info-piece-additional:empty {
        display: none;
    }
}

/*! CSS Used keyframes */
@keyframes buttonTransition {
    from {
        r: 0px;
        stroke-opacity: 0.6;
    }

    to {
        r: 50px;
        stroke-opacity: 0.0;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*! CSS Used from: Embedded */
.Load-Obj {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 200px;
    left: calc(50% - 150px);
    top: calc(50% - 200px);
    margin-top: 50px;
}

.Load-Obj div:first-child {
    height: 50px;
    width: 100%;
}

.Load-Obj .Local {
    background-image: URL(https://cdn4.iconfinder.com/data/icons/mayssam/512/user-48.png);
    width: 48px;
    height: 48px;
    float: left;
    margin-left: 40px;
}

.Load-Obj .Server {
    background-image: URL(https://cdn4.iconfinder.com/data/icons/mayssam/512/cloud-64.png);
    background-size: auto 58px;
    width: 58px;
    height: 45px;
    float: right;
    margin-right: 40px;
    margin-top: 3px;
}

.Load-Obj .Animation {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    border-top: 1px solid gray;
}

.Load-Obj .Animation .Balls {
    padding: 65px 7px 15px 7px;
    height: 50px;
    width: 1px;
    background-color: black;
    float: left;
    top: 0px;
    display: flex;
    margin-top: -65px;
    justify-content: center;
    -ms-flex-pack: center;
    background-clip: content-box;
}

.Load-Obj .Animation .Balls:first-child {
    animation: LoadLeft 3s infinite;
    -webkit-animation: LoadLeft 3s infinite;
    transform: rotate(0deg);
}

.Load-Obj .Animation .Balls:last-child {
    animation: LoadRight 3s infinite;
    -webkit-animation: LoadRight 3s infinite;
    transform: rotate(0deg);
}

.Load-Obj .Animation .Balls:after {
    content: "";
    height: 15px;
    width: 15px;
    background-color: black;
    border-radius: 100px;
    margin: 48px -7px;
    display: inline-table;
}

/*! CSS Used keyframes */
@-webkit-keyframes LoadLeft {
    0% {
        transform: rotate(70deg);
        animation-timing-function: ease-in;
    }

    25% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(70deg);
        animation-timing-function: ease-in;
    }
}

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

    25% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-70deg);
        animation-timing-function: ease-in;
    }

    75% {
        transform: rotate(0deg);
        animation-timing-function: ease-in;
    }
}
