* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    font-family: verdana, arial, sans-serif;
    font-size: 100.01%;
}

h1 {
    color: black;
    margin: .5em auto;
    font-family: arial, sans-serif;
    padding: 0;
    font-size: 2.5em;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    margin: 1.5em 0 1em 0;
    font-size: 1.5em;
    color: #66ccff;
    font-variant: small-caps;
}

h3 {
    margin: .3em;
    font-size: 1.25em;
    color: #66ccff;
    font-variant: small-caps;
    font-weight: normal;
}

h5 {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0.5em;
}

#admin {
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: .1em 1em;
    background: transparent;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#admin .left,
#admin .right {
    font-size: 0.9em;
    background: #004990;
    border-radius: .45em;
    padding: 5px;
    margin: 3px .25rem;
}

#admin span {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: .25em;
    color: #fff;
}

#admin div.left {}

#admin div.right {
    margin-right: 2em;
}

#admin a {
    text-decoration: none;
    color: #fff;
}

#admin a:hover span {
    color: #6cf;
}

#admin a img {
    margin: 0 5px -3px 0;
    padding: 0;
}

#top,
#main,
#bottom {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#mainwrapper {
    clear: both;
    padding: 0;
}

#main {
    position: relative;
}

.headerimg {
    margin: 0 auto;
}

.headerimg img {
    max-width: 100%;
}

.headermain {
    position: relative;
    text-align: center;
    margin-bottom: 1em;
}

.headermain::after {
    position: absolute;
    content: "";
    background: #ECCD1F;
    left: 50%;
}

h1.headermain::after {
    bottom: -20px;
    width: 150px;
    height: 10px;
    margin-left: -75px;
}

h2.headermain::after {
    bottom: -18px;
    width: 120px;
    height: 8px;
    margin-left: -60px;
}

h3.headermain::after {
    bottom: -15px;
    width: 100px;
    height: 7px;
    margin-left: -50px;
}

h4.headermain::after {
    bottom: -12px;
    width: 80px;
    height: 6px;
    margin-left: -40px;
}

h5.headermain::after {
    bottom: -10px;
    width: 60px;
    height: 5px;
    margin-left: -30px;
}

#mainwrapper h1.headermain sup {
    font-size: .4em;
}

#pageinfo {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#pageinfo img {
    max-width: 100%;
}

#headline {
    color: red;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 2px #ccc;
    max-width: 60em;
}

.head {
    margin: 0 auto;
    padding: 0;
}

#content {
    background-color: white;
    clear: both;
    margin: 0 10%;
    padding: 5%;
    box-shadow: 10px 10px 30px 30px rgba(0,0,0,0.5);
}

#content #category {
    float: right;
    text-align: right;
    padding: 0;
    font-size: 0.82em;
    color: #808080;
}

#content #breadcrumbs {
    position: relative;
    top: -1.3em;
    margin: 10px;
    padding: 0 0 0.5em 0;
    font-size: 0.75em;
    border-bottom: #333 solid 1px;
}

#content #time {
    position: relative;
    top: -0.5em;
    margin: 0;
    padding: 0 0 1em 0;
    font-size: 0.9em;
}

#content h2.teaser {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#content h2.teaser a {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#content p.teaser {
    margin: 0;
    padding: 0;
}

#content p.reviews {
    background: #ccc;
    color: #6699ff;
    padding: .5em 1em;
    border-radius: 5px;
}

#content p.reviewer {
    text-align: right;
    font-style: italic;
    color: #999;
    border-bottom: 1px solid #aaa;
}

#content p.reviewer::before {
    content: "~~ ";
    color: #999;
}

#content div.news {
    margin: 0 0 25px 0;
    padding: 0;
}

#content div.news p.time {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 0.75em;
    color: #999;
}

#content div.news h2 {
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #F47C47;
}

#content div.news h2 a {
    margin: 0;
    color: #F47C47;
    text-decoration: none;
}

#content div.news h2 a:hover {
    color: #999;
    text-decoration: none;
}

#content div.news h2 .category {}

#content div.news h2 .category a {}

#content div.news p {
    margin: 0;
    padding: 0;
}

#content div.news p.link {
    margin: 3px 0 0 0;
    padding: 0;
    color: #F47C47;
}

#content div.news a.comments {
    font-size: 0.83em;
    color: #808080;
}

#main .overview {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: space-between;
    min-height: 30rem;
    overflow: visible;
    width: 100%;
}

#main .overview .product {
    min-width: 22em;
    max-width: 48%;
    min-height: 20rem;
    margin: 1em 0;
    padding: 1em 1.5em 1em 0;
    text-align: left;
}

#content .logos img {
    display: block;
    margin: 6px 8px;
    padding: 0;
    float: left;
}

#content p img {
    max-width: 100%;
    height: auto;
}

#mailer {
    padding: 1em;
    color: #f2f2f2;
    font-weight: bold;
    margin-top: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 33%;
    text-align: right;
}

#mailer input[type='submit'] {
    font-size: 1.3em;
    background: #555;
    color: #efefef;
}

form [type="text"][name="q"] {
    background-color: #ccc;
    color: #ff3333;
    border: none;
    padding: .2em .5em;
    font-size: 1.25em;
}

form [type="submit"] {
    background-color: #555;
    color: #efefef;
    font-size: 1.45em;
    font-weight: normal;
    padding: .2em .5em;
    border: none;
}

#mailer #captchaimg img {
    border-radius: 6px;
    margin: .25em 0;
}

#mailer img.refreshcap {
    display: inline-block;
    margin-left: 1em;
    vertical-align: bottom;
    max-height: 1.5em;
}

#sidebar {
    float: right;
    margin: 30px 0;
    padding: 0;
    width: 14em;
    color: #000;
    background: transparent;
}

.sidebarbox {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fbfbfb;
    border: 1px solid #d2ddea;
}

.sidebarbox h3 {
    margin: 0;
    padding: 2px 10px;
    font-size: 0.9em;
    line-height: 1.6em;
    background: #ebeffa url(images/bg_th.png) repeat-x top;
}

.sidebarbox p {
    margin: 10px 0 0 0;
    padding: 0 10px 10px 10px;
    font-size: 0.9em;
    line-height: 1.6em;
}

.subbox {
    margin-top: 30px;
}

#sidebar ul {
    margin: 7px 0;
    padding: 0;
    font-size: 0.9em;
}

#sidebar li {
    list-style: none;
    margin: 0;
}

#sidebar li a {
    margin: 0;
    padding: 4px 0 4px 7px;
    display: block;
}

#sidebar li a:hover {
    text-decoration: none;
    background: #efefef;
}

#search p {}

#searchfield {
    width: 12em;
}

#bottomwrapper {
    clear: both;
    margin-top: 40px;
    padding: .5em 1em 0 .5em;
    color: #ccc;
    background-color: #333;
}

#bottomwrapper #bottom {
    clear: both;
    max-width: 60em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: .1em 1em;
}

#bottomwrapper #bottom p.left,
#bottomwrapper #bottom p.right {
    max-width: 50%;
    font-size: .7em;
}

#bottomwrapper #bottom p.right {}

#bottomwrapper .powered {
    clear: both;
    text-align: center;
    max-width: 50em;
    margin: 0 auto;
}

#poweredby {
    position: relative;
    top: -0.8em;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.75em;
    color: #808080;
}

#poweredby a {
    color: #808080;
    text-decoration: none;
}

.thumbtable {}

.thumbtable td {
    vertical-align: top;
    padding: 0 25px 20px 0;
}

.thumbtable td.last {
    padding-right: 0;
}

.thumbtable td p {
    text-align: center;
    margin: 0;
    padding: 2px 0 0 0;
    font-size: 0.8em !important;
    line-height: 1.2em !important;
}

.thumbtable td p.title {
    margin: 0;
    padding: 0;
    float: left;
    text-align: left;
}

.thumbtable td p.comments {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
}

.below {
    margin-top: 20px;
}

ul.spaced li {
    margin-bottom: 0.9em;
}

ul.spaced ul li {
    margin-bottom: 0;
}

.info {
    font-size: 0.75em !important;
    line-height: 1.19em;
    border: 1px solid red;
    padding: 5px;
}

.small {
    font-size: 0.75em !important;
    line-height: 1.19em;
}

.smallx {
    font-size: 0.75em !important;
    line-height: 1.19em;
    color: #808080;
}

span.small,
span.smallx {
    font-size: 0.9em !important;
}

.sep {
    margin: 20px 0 10px 0;
    padding: 0;
    height: 1px;
    font-size: 1px;
    width: 200px;
    border-bottom: 1px dotted #c0c0c0;
}

a.close-category {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(images/close_category.png) no-repeat;
}

a.close-category span {
    display: none;
}

code {
    font-family: "courier new", courier;
    color: #009;
}

#comments {
    margin: 50px 0 0 0;
}

#comments h3 {
    font-size: 1em;
    margin: 0 0 20px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px dotted #c0c0c0;
}

#comments div.comment {
    margin: 0 0 20px 0;
    padding: 0 0 0 2em;
    background: url(images/quote.png) no-repeat 0 5px;
}

#comments p.author {
    margin: 0 0 3px 0;
    padding: 0;
    font-style: italic;
}

#comments p.text {
    margin: 0;
    padding: 0;
}

#comments p.admin {
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 0.75em !important;
}

#comments #preview {
    margin: 0;
    font-size: 0.9em;
    color: red;
    font-weight: bold;
}

#comments div.preview {
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px dotted red;
}

#commentform {
    margin: 0;
    padding: 0;
}

#show_commentform {
    display: none;
}

a.addcomment {
    font-size: 0.9em;
    padding: 0 0 0 21px;
    background: url(images/comment_add.png) no-repeat left;
}

#comments #closed {
    margin-top: 30px !important;
    font-size: 0.82em !important;
    color: #808080;
}

#comments #close {
    margin-top: 30px !important;
    font-size: 0.82em;
}

a.closecomments {
    font-size: 0.9em;
    padding: 0 0 0 21px;
    background: url(images/lock.png) no-repeat left;
}

a.opencomments {
    font-size: 0.9em;
    padding: 0 0 0 21px;
    background: url(images/lock_open.png) no-repeat left;
}


p.pagination {
    font-size: 0.82em !important;
}

p.pagination .current {
    color: red;
}

ul.pagination {
    margin: 50px 0 0 0 !important;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
}

ul.pagination li {
    display: inline;
    font-size: 0.9em;
    margin-right: 0.7em;
}

ul.pagination a,
ul.pagination span {
    border: 1px solid #bacbdf;
    background: #f9f9f9;
    padding: 1px 6px;
}

ul.pagination a:hover {
    border: 1px solid #00c;
    background: #efefef;
    text-decoration: none;
}

ul.pagination .current {
    border: 1px solid #bacbdf;
    color: red;
    font-weight: bold;
}

input.edit_button {
    font-size: 0.75em;
    width: 5em;
}

input.delete_button {
    font-size: 0.75em;
    width: 5em;
    color: red;
}

.caution {
    padding: 0 0 0 20px;
    color: red;
    font-weight: bold;
    background-image: url(images/caution.png);
    background-repeat: no-repeat;
    background-position: left;
}

.ok {
    padding: 0 0 0 20px;
    font-weight: bold;
    color: red;
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    background-position: left;
}

img {
    border: 0;
}

img.float-left {
    float: left;
    margin: 3px 10px 10px 0;
    border: 1px solid black;
}

img.float-right {
    float: right;
    margin: 0 0 13px 13px;
    border: 1px solid black;
    z-index: 10;
}

img.teaser {
    float: left;
    margin: 5px 10px 10px 0;
    border: 1px solid black;
}

img.thumbnail {
    border: 1px solid black;
    margin: 0;
}

img.float-left-sm {
    float: left;
    margin: 3px 5px 3px 0;
    border: 1px solid black;
}

table.normaltab {
    width: 100%;
    border: 1px solid #c5e5c3;
    font-size: 0.9em;
    line-height: 1.6em;
    background: #fff;
}

table.normaltab th {
    vertical-align: top;
    font-weight: bold;
    text-align: left;
    color: #000;
    background: #ebeffa url(images/bg_th.png) repeat-x bottom;
}

table.normaltab tr.odd td {
    vertical-align: top;
    font-weight: normal;
    color: #000;
    background: #f5f5f5;
}

table.normaltab tr.even td {
    vertical-align: top;
    font-weight: normal;
    color: #000;
    background: #f9f9f9;
}

a:link {
    color: #0B90CC;
    text-decoration: none;
}

a:visited {
    color: #0B90CC;
    text-decoration: none;
}

a:hover {
    color: #0B90CC;
    text-decoration: underline;
}

a:active {}

img.thumbnail:link {
    color: #00f;
    border: 1px solid #000;
}

img.thumbnail:visited {
    color: #00f;
    border: 1px solid #000;
}

img.thumbnail:hover {
    color: #00f;
    border: 1px dashed #000;
}

img.thumbnail:active {}

a.extern {
    padding-left: 13px;
    background: url(images/external_link.png) no-repeat left;
}

/*a.comments                  {padding-left:13px;background:url(images/comments.png) no-repeat left;}*/
a.rss {
    padding-left: 16px;
    background: url(images/rss.png) no-repeat left;
}

a.download {
    padding-left: 20px;
    background: url(images/download.png) no-repeat left;
}

a.icon {
    text-decoration: none;
}

a.icon:hover span {
    text-decoration: underline;
}

a.icon img {
    margin: 0 5px -3px 0;
    padding: 0;
}

a.additem {
    padding-left: 20px;
    background: url(images/add_item.png) no-repeat left;
}

#slideshow {
    position: relative;
    margin: auto;
    clear: both;
}

#slideshow .mySlides {
    display: none;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    overflow: hidden;
}

#slideshow .mySlides img {
    width: 100%;
    display: block;
    margin: auto;
}

#slideshow .prev,
#slideshow .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

#slideshow .prev {
    border-radius: 0 3px 3px 0;
}

#slideshow .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#slideshow .prev:hover,
#slideshow .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#slideshow .text {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 40px;
    position: absolute;
    bottom: 50%;
    left: 100px;
}

#slideshow .text a {
    color: #f2f2f2;
    border-left: 2px solid transparent;
    margin: 0 1em 0 0.5em;
    padding-left: 0.5em;
    text-decoration: none;
}

#slideshow .text a:hover {
    border-left: 2px solid #f2f2f2;
}

#slideshow_dots {
    text-align: center;
    padding-top: 1rem;
    display: none;
}

#slideshow_dots .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#slideshow_dots .active,
#slideshow_dots .dot:hover {
    background-color: #717171;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {

    .slideshow .prev,
    .slideshow .next,
    .slideshow .text {
        font-size: 11px
    }
}

#navwrapper {
    position: fixed;
    top: 0;
    width: 100%;
    background: #394551;
    clear: both;
    padding: 0;
    margin: 0;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    flex-direction: row;
    align-items: center;
    z-index: 1;
}

#navwrapper #logo {
    background-color: #ffffff;
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    height: 100px;
    width: 270px;
}

#navwrapper #logo a {
    display: block;
    height: 100%;
    width: 100%;
}

#nav {
    clear: none;
    max-height: none;
    margin: auto;
}

#nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1.1em;
}

#nav li {
    display: inline-block;
}

#nav li a {
    padding: 0 1.5em;
}

#nav li a:link,
#nav li a:visited {
    color: #fff;
}

#nav li a:link#current,
#nav li a:visited#current {
    color: #EDCD1F;
    ;
}

#nav li a:hover,
#nav li a:hover#current {
    color: #EDCD1F;
    text-decoration: none;
}

#nav li ul {
    background: #6D7C92;
    display: none;
    position: absolute;
    z-index: 100;
    font-size: .9em;
    padding-top: 20px;
}

#nav li:hover ul,
#nav li li {
    display: block;
    padding-bottom: 0;
}

#nav li ul a {
    display: block;
    margin-left: 0.5em;
    padding: 0.5em 0.5em;
    color: #333;
    border: 2px solid transparent;
}

#nav li ul a:hover,
#nav li ul li:hover a {
    border-left: 2px solid black;
    text-decoration: none;
}

#mailcontent {
    background: url("images/contact.jpg") no-repeat center top fixed;
    background-size: cover;
    clear: both;
    margin: 0;
    padding: 0.5em 2em;
    min-height: 18rem;
}

#message {
    width: 100%;
    height: 200px;
}

#mailmainwrapper {
    clear: both;
    margin: 100px 0 0 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#inmailcontent {
    color: #f2f2f2;
    font-weight: bold;
    float: right;
    margin-top: 10%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em;
}

#inmailcontent a {
    text-decoration: none;
    color: #f2f2f2;
}

#navwrapper #phone {
    float: right;
    margin: auto;
}

/* btn's */

/* Menu */

#navwrapper .menu-icon {
    cursor: pointer;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    display: none;
}

#navwrapper .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

#navwrapper .menu-icon .navicon:before,
#navwrapper .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

#navwrapper .menu-icon .navicon:before {
    top: 5px;
}

#navwrapper .menu-icon .navicon:after {
    top: -5px;
}

#navwrapper .menu-btn {
    display: none;
}

#navwrapper .menu-btn:checked~#nav {
    display: block;
}

#navwrapper .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

#navwrapper .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
    background-color: brown;
}

#navwrapper .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
    background-color: brown;
}

#navwrapper .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
#navwrapper .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/*submenu*/

#navwrapper .submenu-icon {
    cursor: pointer;
    padding: 2px 18px;
    position: relative;
    user-select: none;
    display: none;
}

/* 1 */

#subnav-1 {
    display: none;
}

#navwrapper .submenu-icon .arrow-icon-1 {
    background: transparent;
    display: block;
    width: 2px;
    position: relative;
    transition: background .2s ease-out;
    height: 14px;
}

#navwrapper .submenu-icon .arrow-icon-1:before,
#navwrapper .submenu-icon .arrow-icon-1:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

#navwrapper .submenu-icon .arrow-icon-1:before {
    left: 4px;
    transform: rotate(35deg);
}

#navwrapper .submenu-icon .arrow-icon-1:after {
    right: 4px;
    transform: rotate(-35deg);
}

#navwrapper #submenu-btn-1 {
    display: none;
}

#navwrapper #submenu-btn-1:checked~#subnav-1 {
    display: block;
}

#navwrapper #submenu-btn-1:checked~.submenu-icon .arrow-icon-1:before {
    transform: rotate(45deg);
    background-color: brown;
    left: 0;
}

#navwrapper #submenu-btn-1:checked~.submenu-icon .arrow-icon-1:after {
    transform: rotate(-45deg);
    background-color: brown;
    right: 0;
}

#navwrapper #submenu-btn-1:checked~.submenu-icon:not(.steps) .arrow-icon-1:before,
#navwrapper #submenu-btn-1:checked~.submenu-icon:not(.steps) .arrow-icon-1:after {
    top: 0;
}

/* forms */

form {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
}

form label {
    font-style: italic;
    margin: 5px 0 5px 3px;
    width: 100%;
}

form input {
    width: 100%;
    margin: 5px 0 20px;
    padding: 5px;
}

.button {
    display: block;
    width: auto;
    margin: 20px 0 0 auto;
} 

.button:hover {
    cursor: pointer;
} 

/*grid */

.row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.column-2 img {
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}
.column-2 .service {
    display: block;
    background-color: #394551;
    font-size: large;
    color: white;
    padding-bottom: 0.5px;
}
.column-2 .service p {
    padding: 0 0 20px 20px;
    margin: 0;
}
.column-2 .service a {
    color: white;
}
.column-2 a:hover {
    text-decoration: none;
}

.service,
.contact {
      margin: 0 20px 20px;
}

.contact {
      text-align: center;
}

@media only screen and (max-width: 560px) {
    .row-2 {
          grid-template-columns: 1fr;
    }
    .service,
    .contact {
        margin: 0 0 20px 0;
}
}

/* Header Video */
.video-header {
    align-items: center;
    text-align: center;
}

.video-header,
.video-header video,
.video-header img,
.video-header .viewport-header {
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.video-header video {
    background: #fff;
    background: linear-gradient(0deg, #fff 0%, #6d7c92 100%);
    background-image: url("images/head_video.jpg");
    object-fit: cover;
}

.video-header img {
    object-fit: cover;
}

.video-header .viewport-header {
    font-size: 28px;
    display: flex;
    justify-content: center;
    opacity: 1;
    opacity: var(--headerOpacity);
    transform: scale(var(--headerScale));
}

.viewport-header h1 {
    color: white;
    align-items: flex-start;
    padding-top: 200px;
    text-align: center;
}

.viewport-header h1 span {
    display: block;
}
#premain {
    height: 100vh;
    background: transparent;
    display: flex;
    align-items: center;
    font-size: 4em;
    text-align: center;
}
#premain .pr-content {
    color: white;
    margin: auto;
    font-size: 100%;
}

/* Table */

.rwd-table {
    background: #ccc;
    color: #fff;
    border-radius: 0.4em;
    overflow: hidden;
    margin: 1em 0;
    width: 100%;
}

.rwd-table th {
    background: #264156;
    color: #ECCD1F;
    padding: 0.3em;
}

.rwd-table td {
    background: #6D7C92;
    padding: 0.3em;
}

.rwd-table td:before {
    display: none;
}

@media (max-width: 640px) {

    .rwd-table th {
        display: block;
    }
    .rwd-table td {
        display: block;
        text-align: center;
    }
    .rwd-table td.first {
        color: #e2daa8;
    }
/*    .rwd-table td:before {
        color: #ECCD1F;
        content: attr(data-th) ": \00a0 ";
        font-weight: bold;
        min-width: 6.5em;
        display: inline-block;
    } */
}
  

/* Mobile */

@media only screen and (max-width: 640px) {

    #slideshow .mySlides img {
        height: 100%;
        width: auto;
    }

    #nav {
        clear: both;
        max-height: none;
        transition: max-height .2s ease-out;
        display: none;
        width: 100%;
    }

    #navwrapper .menu-icon,
    #navwrapper .submenu-icon {
        display: block;
        float: right;
        margin-left: auto;
    }

    #nav ul {
        padding: 5px 0;
    }

    #nav li {
        display: block;
        clear: both;
        padding: 10px;
    }

    #nav li ul {
        position: unset;
        padding: 0;
        display: none;
    }

    #nav li li {
        padding: 10px 0 0 10px;
    }

    #nav li:hover ul {
        display: none;
    }

    #content {
        overflow: hidden;
        margin: 0 10px;
    }

    #mailer {
        width: 100%;
    }

    #inmailcontent {
        float: unset;
    }
    #premain {
        font-size: 2.5em;
    }
}