* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

a
{
    color: #DDD;
}

a:hover
{
    color: #fff;
}


body {
    background: url("../img/bg_baner.jpg") no-repeat center center fixed;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: 'Lato', sans-serif;
    color: white;
}

.scene {
    width: 60%;
    height: 100%;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.scene-layer {
    width: 120%;
    height: 120%;
    background-position: -255px 0px;
    background-size: 1900px;
}

.layer-1 {
    background-image: url("../img/hex1.png");
}

.layer-2 {
    background-image: url("../img/hex2.png");
}

.layer-3 {
    background-image: url("../img/hex3.png");
}

.hex {
    fill: white;
    fill-opacity: 0.4;
}

.svg-logo {
    cursor: pointer;
    pointer-events: all;
}

.svg-logo:hover .hex {
    fill-opacity: 0.6;
}

.content {
    height: 100%;
    width: 45%;
    text-align: right;
    padding-right: 10%;
}

.social-media {
    height: 50px;
    margin-bottom: 20px;
}

.main-header {
    color: white;
    padding: 10px 30px;
    padding-left: 0;
    border-right: 3px solid rgba(255, 255, 255, 0.6);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.main-header h1,
.main-header h2 {
    margin: 0;
    display: table;
}

.main-header h1 {
    font-size: 2.2rem;
}

.main-header h2 {
    font-size: 1.75rem;
}

.main-header h2 {
    font-weight: 400;
    text-transform: uppercase;
}

.main-section {
    height: 60%;
    width: 100%;
    overflow: hidden;
    padding: 50px 0 50px 30px;
}

.wrapper {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    padding-right: 15px;
}

.article {
    position: relative;
    margin-bottom: 75%;
    padding-top: 50px;
    text-align: left;
    line-height: 1.1rem;
}

.article:last-child {
    margin-bottom: 10px;
}

.article-header {
    position: absolute;
    right: 0px;
    top: 10px;
}

.article-header h3 {
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 400;
    margin-top: -10px;
    text-align: right;
    line-height: 0.8em;
}

.article li
{
    margin-bottom: 1rem;
}

.sidebar {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar span {
    position: absolute;
    left: -100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    font-size: 0.8em;
    white-space: nowrap;
}

.content::before, .content::after {
    content: '';
    position: absolute;
    right: 35px;
    height: 30%;
    width: 0;
    border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.content::before {
    top: 40%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.content::after {
    bottom: 40%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.sidebar ul {
    padding: 0 10px;
   list-style-type: none;
}

.nav-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 10px;
    z-index: 999;
    margin: 5px 0 5px 0;
}

.nav-dot:hover {
    background-color: rgba(255, 255, 255, .5);
}

.nav-dot.active {
    background-color: rgba(255, 255, 255, .8);
}

.kontakt
{
    border-left: 2px solid #fff;
    padding-left:2em;
    display: block;
    width:50%;
    float: left;
    margin:2em 0;
    font-size: 1.1em;
    line-height: 1.1em;
}

.footer {
    float: right;
    max-width: 75%;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    margin-right: 20px;
    line-height: 1.5rem;
}

.footer ul
{
    list-style: none;
}

.copy {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: inherit;
    margin-right: 20px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.text--light {
    font-weight: 300;
}


div.is-half
{
    width: 49%;
    position: relative;
    padding: inherit;
    display: inline-block;
    
}

div.forma
{
	padding:2%;
	width:100%;
    
}

div.field
{
	padding:0 3%;
	text-align:center;
}

.textarea
{
	border: 2px solid #fff;
	border-radius: 3px;
    color: white;
	width:90%;
    height:200px;
    background: url('bg-form.png');
    margin:1em;
    padding:0.5em;
    resize: vertical;
}

.input
{
	background: url('bg-form.png');
	border: 2px solid #fff;
	border-radius: 3px;
	color: white;
	width:90%;
    margin:1em;
    padding:0.5em;
    height: 45px;
}


.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  position: relative;
   margin: 1em;
padding: 0.5em;
    font-size: 0.7em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  display: inline-block;
    position: relative;
  height: 20px;
  width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 10px;
  background-color: #eee;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.terms {
    border: 2px solid #fff;
    border-radius: 3px;
    color: white;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.4);
}

.button
{
	background-color: rgba(255, 255, 255, 0.4);
	border: none;
	border-radius: 3px;
	color:#fff;
	width:90%;
	text-align:center;
	margin: 1em;
    padding:1em;
    cursor: pointer;
}

.ue {
    position: absolute;
    width: 30%;
    top: 2%;
    right: 2%;
}

.news {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    width: 60%;
}

.news:not(:first-of-type) {
    margin-top: 80px;
}

.news:nth-of-type(even) .news-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 10%;
}

.news-img {
    display: block;
    height: 128px;
    width: 128px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 10% 0 0;
}

.news-img img {
    min-height: 128px;
    min-width: 128px;
    height: 128px;
    width: 128px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid rgba(255,255,255, 0.5);
}

.news-details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-details h4 {
    margin-top: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 1.1em;
}

.news-details p {
    line-height: 1.3em;
}

.news-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 20px;
}

.news-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7em;
}

.news-description a {
    font-size: 0.9em;
    color: white;
    text-decoration: none;
}

.back {
    display: none;
}

.fas.fa-home {
    margin-right: 5px;
}


.ver {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: lime;
    color: black;
    height: 70px;
    width: 80px;
    padding:10px;
    text-align: center;
}

.fas
{
    font-size: 50px;   
}

.ver a
{
    color: black;
}





@media (max-width: 1441px) {
    .scene {
        width: 50%;
    }
    
    .main-header h1 {
        font-size: 2rem;
    }
    
    .content {
        width: 500px;
        padding-right: 5vw;
    }
    
    .ue {
        width: 500px;
    }
}

@media (max-width: 1088px) {
    body {
        display: block;
        overflow-y: auto;
    }
    
    .main-header h1 {
    font-size: 1.8rem;
}

.main-header h2 {
    font-size: 1.2rem;
}
    
    .scene {
        width: 100%;
        height: 100vh;
    }
    
    .scene-layer {
        height: 100%;
    }
    
    .content {
        width: 100%;
        position: relative;
    }
    
    .article {
        margin-bottom: 35%;
        padding-right: 15%;
    }
    
    .copy {
        position: static;
        width: 100%;
        clear: both;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .sidebar,
    .content::after,
    .content::before {
        display: none;
    }
    
    .main-section {
        height: auto;
    }
    
    .article {
        padding-right: 5px;
    }
    
    div.is-half {
        width: 100%;
    }
    
    .copy {
        margin-bottom: 75px;
    }
    
    .ue {
        position: fixed;
        width: 100%;
        min-height: 50px;
        bottom: 0;
        left: 0;
    }
    
    .back {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 25px;
        background-color: rgb(1, 88, 167);
        z-index: 999;
        text-align: center;
        
        padding-top: 3px;
    }
    
    .back a {
        color: white;
        font-size: 0.8em;
        text-decoration: none;
    }
    
    .main-header h2 {
        font-size: 0.8rem;
    }
}

@media (max-width: 452px) {
    .scene-layer {
        background-size: 1400px;
        background-position: -240px 0;
    }
}