*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    background-color: #5a616b;
    color: #ced5dd;
    font-family: courier, monospace;
    font-size: 100%;
    overflow-y: scroll;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    animation: fade-in ease-in-out 1.4s;
    font-family: courier, monospace;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    width: 100%;
    -moz-animation: fade-in ease-in-out 1.4s;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-animation: fade-in ease-in-out 1.4s;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

html, body {
    overflow-x: hidden;
    position: relative;
}

header, main, section, footer {
    display: block;
}

h1 {
    background-color: transparent;
    color: #ced5dd;
    font-size: 2.75em;
    font-weight: 700;
    line-height: 1.2;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

a {
    background-color: transparent;
    color: #10c5da;
    outline: 0;
    text-decoration: none;
    transition: color 1.4s ease;
    -moz-transition: color 1.4s ease;
    -webkit-transition: color 1.4s ease;
}

a:active, a:hover {
    outline: 0;
}

a:hover {
    background-color: transparent;
    color: #10c5da;
    transition: color 1.4s ease;
    -moz-transition: color 1.4s ease;
    -webkit-transition: color 1.4s ease;
}

img {
    height: auto;
    max-width: 100%;
    outline: none;
    -ms-interpolation-mode: bicubic;
}

img.cgx {
  min-width: 100%;
  display: inline-block;
}

img.webnbanner {
	float: right;
}

p {
    font-weight: 300;
}

p a img {
    border: 1px solid #10c5da;
}

footer {
    background-color: transparent;
    bottom: 1em;
    color: #ced5dd;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 8;
}

th, td {
	padding: 0 1em;
}

.sect-banner {
    background-color: transparent;
    color: #ced5dd;
    display: table;
    height: 100vh;
    margin: 0 auto;
    text-align: justify;
    width: 100%;
}

.sect-banner:after {
    background: rgba(118, 144, 164, 0.4);
    color: #ced5dd;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.sect-banner ul.kf-slider li {
    animation: fade-out 18s infinite both;
    background-image: url(https://CDN.Goetze.IT/pics.We/banner-1-sm.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -moz-animation: fade-out 18s infinite both;
    -webkit-animation: fade-out 18s infinite both;
}

.sect-banner ul.kf-slider li:nth-child(2) {
    animation-delay: 3s;
    background-image: url(https://CDN.Goetze.IT/pics.We/banner-2-sm.jpg);
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.sect-banner ul.kf-slider li:nth-child(3) {
    animation-delay: 6s;
    background-image: url(https://CDN.Goetze.IT/pics.We/banner-3-sm.jpg);
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.sect-banner .v-center {
    display: table-cell;
    padding: 0 5%;
    position: relative;
    vertical-align: middle;
    z-index: 4;
}

.sect-banner .v-center h1 {
    animation: fade-in ease-in-out 4s 1s both;
    -moz-animation: fade-in ease-in-out 4s 1s both;
    -webkit-animation: fade-in ease-in-out 4s 1s both;
}

.sect-banner .v-center p {
    animation: fade-in ease-in-out 4s 2s both;
    font-size: 120%;
    -moz-animation: fade-in ease-in-out 4s 2s both;
    -webkit-animation: fade-in ease-in-out 4s 2s both;
}

@media (min-width: 36em) {
    body {
        font-size: 110%;
    }
}

@media (min-width: 58em) {
    body {
        font-size: 120%;
    }

    h1 {
        font-size: calc(2.75em + 70%);
    }

    .sect-banner ul.kf-slider li {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1.jpg);
    }

    .sect-banner ul.kf-slider li:nth-child(2) {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-2.jpg);
    }

    .sect-banner ul.kf-slider li:nth-child(3) {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-3.jpg);
    }
}

@media (min-width: 86em) {
    body {
        font-size: 130%;
    }
}

@media (min-width: 115em) {
    body {
        font-size: 160%;
    }
}

@media (min-width: 125em) {
    body {
        font-size: 170%;
    }
}

@media (min-width: 145em) {
    body {
        font-size: 180%;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }
}

@keyframes slider-lg {
    0% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1.jpg);
    }

    33% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-2.jpg);
    }

    66% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-3.jpg);
    }

    100% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1.jpg);
    }
}

@keyframes slider-sm {
    0% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1-sm.jpg);
    }

    33% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-2-sm.jpg);
    }

    66% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-3-sm.jpg);
    }

    100% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1-sm.jpg);
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-out {
    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }
}

@-moz-keyframes slider-lg {
    0% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1.jpg);
    }

    33% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-2.jpg);
    }

    66% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-3.jpg);
    }

    100% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1.jpg);
    }
}

@-moz-keyframes slider-sm {
    0% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1-sm.jpg);
    }

    33% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-2-sm.jpg);
    }

    66% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-3-sm.jpg);
    }

    100% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1-sm.jpg);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }
}

@-webkit-keyframes slider-lg {
    0% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1.jpg);
    }

    33% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-2.jpg);
    }

    66% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-3.jpg);
    }

    100% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1.jpg);
    }
}

@-webkit-keyframes slider-sm {
    0% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1-sm.jpg);
    }

    33% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-2-sm.jpg);
    }

    66% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-3-sm.jpg);
    }

    100% {
        background-image: url(https://CDN.Goetze.IT/pics.We/banner-1-sm.jpg);
    }
}

