@import url("animation.css");
body {
    color: #000000;
    background: rgba(255, 255, 255, 1);
    font-family: "Open Sans", Sans-Serif;
    font-weight: 400;
}

h1, h2, h3 {
    color: #000000;
    font-family: "Open Sans", Sans-Serif;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

table.noteinformation {
    background: #f5f5ff;
    border: 1px outset #000000;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px;
    width: 80%;
}

table.upload {
    width: 60%;
    margin: 1em auto;
}

table.history {
    width: 100%;
}

.history th {
    font-weight: 300;
    font-size: 120%;
    white-space: nowrap;
    padding-right: 1em;
}

.history td {
    padding: .5em .5em .5em 0;
    font-size: 70%;
    white-space: nowrap;
}

p.title {
    color: #000000;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
}

p.caption {
    color: #000000;
    text-align: center;
}

th {
    color: #000000;
    text-align: left;
}

a.indextitle {
    color: #000147;
    font-weight: bolder;
    font-size: 20px;
}

p.indextitle {
    text-align: left;
    font-size: 250%;
}

table.title {
    color: #000000;
    background-color: #f5f5ff;
    border: 1px outset #000000;
}

img {
    border: 0;
}

img.caption {
    border: 0;
    text-align: center;
}

code {
    color: #000000;
    font: 1.1em 'Courier New', Courier, Fixed;
    margin-left: .3em;
    margin-right: .3em;
}

pre {
    color: #000000;
    background: #eeeeee;
    border: 1px outset #000000;
    padding: 3px;
}

a:hover {
    color: #147;
    text-decoration: none;
}

a {
    color: #147;
    text-decoration: none;
}

td.title {
    color: #000000;
    font-weight: bold;
}

.social {
    position: fixed;
    top: 20px;
    z-index: 99990;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 300px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social ul li:hover {
    -webkit-transform: translate(90px, 0);
    -moz-transform: translate(90px, 0);
    -ms-transform: translate(90px, 0);
    -o-transform: translate(90px, 0);
    transform: translate(90px, 0);
    background: rgba(255, 255, 255, 0.9);
}

.social ul li:hover i {
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999;
}

.social ul li i {
    margin-left: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 99999;
}

.content-button {
    background-color: white;
    border: 2px solid black;
    color: black;
    padding: 5px 18px;
    width: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin: 10px 10px 10px 10px;
    transition: all 0.2s;
}

.content-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.buttons-wrapper {
    display: block;
    margin-bottom: 8px;
}

.buttons {
    display: inline-flex;
    position: relative;
    width: 48%;
    text-decoration: none;
    cursor: pointer;
}

.buttons-5 {
    width: 60%;
}

.buttons>div {
    display: inline-flex;
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.buttons>div>a {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 16px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px);
    -moz-transform: translateZ(-20px);
    -ms-transform: translateZ(-20px);
    -o-transform: translateZ(-20px);
    transform: translateZ(-20px);
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    transition: transform 0.5s;
}

.buttons>div>a::before, .buttons>div>a::after {
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 105px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    border: 2px solid black;
    box-sizing: border-box;
    content: attr(title);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.buttons>div>a::before {
    background-color: #fff;
    color: #000;
    -webkit-transform: rotateY(0deg) translateZ(20px);
    -moz-transform: rotateY(0deg) translateZ(20px);
    -ms-transform: rotateY(0deg) translateZ(20px);
    -o-transform: rotateY(0deg) translateZ(20px);
    transform: rotateY(0deg) translateZ(20px);
}

.buttons>div>a::after {
    background-color: #000;
    color: #fff;
    -webkit-transform: rotateX(90deg) translateZ(20px);
    -moz-transform: rotateX(90deg) translateZ(20px);
    -ms-transform: rotateX(90deg) translateZ(20px);
    -o-transform: rotateX(90deg) translateZ(20px);
    transform: rotateX(90deg) translateZ(20px);
}

.buttons>div>a:hover {
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
}

nav.buttons {
    width: 100%;
    display: block;
}

nav.buttons a {
    outline: none;
    display: inline-block;
    width: 30%;
    background-repeat: no-repeat;
    background-position: center 30%;
    margin: 0;
    text-align: center;
}

.onoffswitch {
    width: 50%;
    margin: 0 auto;
    position: relative;
    width: 164px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #000000;
    border-radius: 8px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 43px;
    padding: 0;
    line-height: 43px;
    font-size: 28px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    text-align: center;
    content: "English";
    background-color: #000000;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    text-align: center;
    content: "Deutsch";
    background-color: #FFFFFF;
    color: #000000;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    right: 0px;
}

.bborder {
    width: 43%;
    border-top: 1px solid #000000;
}

.content {
    background-color: #ffffff;
    display: block;
    position: absolute;
    width: 1200px;
    height: inherit;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -350px;
    border-radius: 8px 8px 8px 8px;
    opacity: 0.9;
}

.modal {
    margin-left: -425px;
    width: 850px;
}

.visible {
    opacity: 1;
}

.subpage {
    padding-left: 25px;
    padding-right: 25px;
    text-align: -webkit-left;
    text-align: left;
}

.banner {
    width: 300px;
    height: 231px;
}

.banner-subpage {
    margin-top: 0;
    width: 200px;
    height: 131px;
}

.border-subpage {
    width: 100%;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
}

.action-content {
    width: 80%;
}

.video-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -99;
    background: rgba(0, 0, 0, 0.7);
}

.content-background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -99;
    background-size: cover;
    background-image: url(../assets/images/background-1.jpg));
}

.content-background#background-1 {
    background-image: url(../assets/images/background-1.jpg);
}

.content-background#background-2 {
    background-image: url(../assets/images/background-2.jpg);
}

.content-background#background-3 {
    background-image: url(../assets/images/background-3.jpg);
}

.content-background#background-4 {
    background-image: url(../assets/images/background-4.jpg);
}

.content-background#background-5 {
    background-image: url(../assets/images/background-5.jpg);
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.videos {
    margin-top: 50px;
    margin-bottom: 30px;
}

.modalDialog {
    position: relative;
    width: 75%;
    left: 50%;
    margin-top: 20px;
    transform: translate(-50%, 0%);
    z-index: 99995;
    padding: 5px 20px 5px 20px;
    border: 2px solid black;
    border-radius: 8px;
    background: #ff5555;
}

.modalDialog>h2>a {
    color: #ffffff;
    font-weight: bold;
}

.modalDialog>p>a {
    color: #ffffff;
}

.modalClose {
    background: #000000;
    color: #f5f5ff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #f5f5ff;
    -webkit-box-shadow: 1px 1px 3px #f5f5ff;
    box-shadow: 1px 1px 3px #f5f5ff;
}

.modalClose:hover {
    background: #f5f5ff;
}

.nice-table {
    width: 80%;
    text-align: left;
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-size: 1em;
    font-weight: bold;
}

.nice-table th {
    background-color: #303030;
    color: white;
}

.nice-table tr#odd {
    background-color: #e0e0e0;
}

.nice-table td, .nice-table th {
    padding: 5px;
    border: 1px solid #000147;
}

.nice-table td#column1 {}

.nice-table td#column2 {}

.nice-table td#column3 {}

.nice-table td#column4, .nice-table td#column4 a, .nice-table td#column5, .nice-table td#column5 a {
    text-align: right;
    text-decoration: none;
}

.consulting-image {
    border: 0;
    width: 320px;
    margin-right: 15px;
}

.legal-link {
    display: block;
    position: relative;
    width: 100%;
    font-size: 10px;
    margin-bottom: 5px;
    margin-top: -10px;
}

#users {
    background-image: url('../assets/images/end_user_button.svg');
    background-size: 100px;
    padding: 155px 0px 0px 0px;
}

#devs {
    background-image: url('../assets/images/developer_button.svg');
    background-size: 140px;
    padding: 135px 0px 0px 0px;
}

#hw {
    background-image: url('../assets/images/oem_button.svg');
    background-size: 140px;
    padding: 135px 0px 0px 0px;
}

@media only screen and (max-device-width: 1300px) {
    .content {
        width: 850px;
        margin-left: -425px;
    }
    .buttons-5 {
        width: 60%;
    }
}

@media only screen and (max-device-width: 850px) {
    html {
        background-color: #ffffff no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
    .content-background {
        display: none;
    }
    .content {
        margin-top: 0px;
        top: 0%;
        opacity: 1;
        width: 600px;
        margin-left: -300px;
    }
    .modal {
        margin-left: -300px;
        width: 600px;
    }
    .video-wrapper {
        display: none;
    }
    h1 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.4em;
    }
    li {
        font-size: 1.2em;
    }
    pre.prettyprint {
        font-size: 13px;
    }
    nav.buttons a {
        width: 100%;
        font-size: 3em;
        display: block;
        text-align: center;
        position: relative;
    }
    .action-content {
        width: 100%;
    }
    .buttons {
        width: 68%;
    }
    .bborder {
        width: 60%;
    }
    .consulting-image {
        width: 320px;
        margin-right: 0px;
    }
    .consulting-text {
        display: none;
    }
    .button-text {
        font-size: 0.4em;
    }
    .buttons-5 {
        width: 86%;
    }
    #users {
        background-size: 140px;
        padding: 195px 0px 0px 0px;
    }
    #devs {
        background-size: 180px;
        padding: 150px 0px 0px 0px;
    }
    #hw {
        background-size: 180px;
        padding: 175px 0px 0px 0px;
    }
}

@media only screen and (max-device-width: 580px) {
    .social {
      display: none;
    }
    .content {
        margin-top: 0px;
        top: 0%;
        opacity: 1;
        width: 400px;
        margin-left: -200px;
    }
    .buttons {
        width: 77%;
    }
    .modal {
        margin-left: -200px;
        width: 400px;
    }
    .bborder {
        width: 60%;
    }
    .buttons-5 {
        width: 103%;
    }
    p {
        font-size: 1em;
    }
    h1 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size: 1em;
    }
    li {
        font-size: 0.9em;
    }
    pre.prettyprint {
        font-size: 9px;
    }
    .consulting-image {
        width: 220px;
        margin-right: 0px;
    }
    #b-calendar {
        display: none;
    }
    #b-downloads {
        display: none;
    }
    #users {
        background-size: 140px;
        padding: 195px 0px 0px 0px;
    }
    #devs {
        background-size: 180px;
        padding: 150px 0px 0px 0px;
    }
    #hw {
        background-size: 180px;
        padding: 175px 0px 0px 0px;
    }
}

@media only screen and (max-width: 480px) {
    .buttons-5 {
        width: 77%;
    }
    #b-videos {
        display: none;
    }
}

@media only screen and (max-device-width: 400px) {
    .content {
        width: 320px;
        margin-left: -160px;
    }
    .buttons {
        width: 96%;
    }
    .modal {
        margin-left: -160px;
        width: 320px;
    }
    .bborder {
        width: 70%;
    }
    pre.prettyprint {
        font-size: 5px;
    }
    #b-calendar {
        display: none;
    }
    #b-downloads {
        display: none;
    }
    #users {
        background-size: 100px;
        padding: 155px 0px 0px 0px;
    }
    #devs {
        background-size: 140px;
        padding: 135px 0px 0px 0px;
    }
    #hw {
        background-size: 140px;
        padding: 135px 0px 0px 0px;
    }
}
