@font-face { 
  font-family: "RobotoSlab-Bold";
  src: url("./fonts-2/RobotoSlab-Bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts-2/RobotoSlab-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts-2/RobotoSlab-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts-2/RobotoSlab-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face { 
  font-family: "RobotoSlab-Light";
  src: url("./fonts-2/RobotoSlab-Light.svg") format("svg"), /* Legacy iOS */
    url("./fonts-2/RobotoSlab-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts-2/RobotoSlab-Light.woff") format("woff"), /* Modern Browsers */
    url("./fonts-2/RobotoSlab-Light.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {  
  font-family: "RobotoSlab-Thin";
  src: url("./fonts-2/RobotoSlab-Thin.svg") format("svg"), /* Legacy iOS */
    url("./fonts-2/RobotoSlab-Thin.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts-2/RobotoSlab-Thin.woff") format("woff"), /* Modern Browsers */
    url("./fonts-2/RobotoSlab-Thin.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {   
  font-family: "RobotoSlab-Regular";
  src: url("./fonts-2/RobotoSlab-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts-2/RobotoSlab-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts-2/RobotoSlab-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts-2/RobotoSlab-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("./fonts-2/RobotoCondensed-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts-2/RobotoCondensed-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts-2/RobotoCondensed-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts-2/RobotoCondensed-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("./fonts-2/RobotoCondensed-Bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts-2/RobotoCondensed-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts-2/RobotoCondensed-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts-2/RobotoCondensed-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body,
html{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}
body {
	-webkit-font-smoothing: antialiased;
    font-family: 'RobotoSlab-Regular', Fallback, sans-serif;
    font-size: 15px;
    color: #2b2b2b;
    line-height: 26px;
    letter-spacing: .5px;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}
video {
    width: auto;
}
.imag-hhw {position:absolute; bottom: 0; top: 0; left: 0; right: 0; z-index:-20; max-width: 100%; height: auto;}

img {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
    border-style: none;
}
.overlay{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(1,1,1,.55);
    height: 100vh;
}
.logo img{
    width: 16%;
}
.col-12 {position: relative; width: 100%;}
.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
}
.pt-3 {
    padding-top: 1rem!important;
}
.pb-5 {
    padding-bottom: 0!important;
}
.pt-5 {
    padding-top: 0!important;
}
.px-md-0 {padding:0;}
.align-items-center {
    align-items: center!important;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.p-0 {padding: 0!important;}
.rowpb5 {margin:20px;}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.text{
    height: 71vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
.alignment_text{
    /*width: 480px;*/
    margin-left: auto;
    margin-right: auto;
}
.sub_text{
    font-size: 16px;
    font-family: 'RobotoSlab-Light', Fallback, sans-serif;
    margin: 30px auto 6rem auto;
}
.text-white {
    color: #fff!important;
}
.transition, p, ul li i:before, ul li i:after {
    transition: all 0.25s ease-in-out;
}
a, h1, h2, h3, h4, h5, h6, p, span {
    overflow-wrap: break-word;
}
h3 {font-size:1.75rem; line-height:1.2em;}
.small, small {
    font-size: 80%;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.d-block {
    display: block!important;
}
.d-block .text-yellow {text-align:left;}
/********************COUNT DOWN*******************/
ul.count_down {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 15px;
}
ul.count_down li {
    display: inline-block;
    color: white;
    padding: 10px;
    width: 90px;
    text-align: center;
}
ul.count_down li p:nth-child(1) {
    font-size: 55px;
    font-family: 'RobotoSlab-Regular', sans-serif;
    color: rgb(254, 254, 254);
    margin:0;
}
ul.count_down li p:nth-child(2) {
    font-size: 15px;
    font-family: 'RobotoSlab-Regular', sans-serif;
    color: rgb(254, 254, 254);
    line-height: normal;
    margin: 15px 0 0 0;
    letter-spacing: 0;
}
/*************************SOCIAL ICONS*********************/
div.social_icon {margin-left:-12px;}
ul.social-icon {margin: 0!important;padding-inline-start: 0!important;}
ul.social-icon li{
    display: inline-block;
    padding: 9px 0 0 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
ul.social-icon li a{
    color: white;
    font-size: 18px;
}
ul.social-icon li:hover {
    background-color: black;
    border-radius: 50px;
}
ul.social-icon li:hover i{
    color: #222;
}
h1.pu-la {font-family: "RobotoSlab-Light", sans-serif; font-size:3rem; color: rgb(254,254,254); margin-bottom: 3rem; line-height:1.05em;}
label {
    display: inline-block;
    margin: 0;
	cursor: default;
}
.lower{
	position: absolute;
	z-index:10;
	top: 10px;
	right:20px;
	padding: 11px 9px 0 9px;
	background: transparent;
	color: black;
	transform:scale(.8);
}
.lower:hover{
	background: rgba(177,188,188,.33);
	width: 73px;
	height: 73px;
	border-radius: 2px;
}
.lower label span {
    display: block;
    font-family: "RobotoSlab-Regular", sans-serif;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.lower label:hover {
  cursor:pointer;
}
.overlay-lower{
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(1,1,1,.85);
}
.overlay-lower-1 {
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(1,1,1,.85);
}
.overlay-lower label span{
	width: 76px;
	height:84px;
	position: absolute;
	z-index: 12;
	right: 15px;
	top: 20px;	
	z-index: 100;
	cursor:pointer;
	transform:scale(.8);
}
.overlay-lower-1 label span{
	width: 76px;
	height:84px;
	position: absolute;
	z-index: 12;
	right: 0;
	top: 5px;	
	z-index: 100;
	cursor:pointer;
	transform:scale(.8);
}
#lbl { background-image: url('../img/cross.svg'); background-repeat: no-repeat;z-index: 100;}
#lbl-1 { background-image: url('../img/cross.svg'); background-repeat: no-repeat;z-index: 100;}
.overlay-lower nav  {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay-lower ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay-lower ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
}
/*
.overlay-lower ul li a {
    color: white;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-decoration: none;
    text-transform: capitalize;
    transition: color 0.2s ease 0s;
}

.overlay-lower ul li a:hover,
.overlay-lower ul li a:focus {
	color: #bfe00b;
}
*/
.lower~.overlay-hugeinc{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
#op:checked~.overlay-hugeinc{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#op1:checked~.overlay-hugeinc{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav {
	-moz-perspective: 300px;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
input#op{
  display:none;
}
input#op1{
  display:none;
}
#op:checked~.overlay-hugeinc nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#op1:checked~.overlay-hugeinc nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#op:not(:checked)~.overlay-hugeinc nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
#op1:not(:checked)~.overlay-hugeinc nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
img.img-check-lower {width:58px; height: auto;}
img.img-impress {display:inline; height:45px; width:auto; margin:15px 0 2px 5px;}
div.impress-10hoch100 {display:grid; color:rgba(254,254,254,.77); margin: 30px auto 50px; padding-bottom:10px;}
p.impress-10hoch100 {
	display: inline-grid; font-size: .88em; font-family: "RobotoCondensed-Regular", sans-serif; color:rgba(254,254,254,.66); line-height:1.2em; text-align: center; margin:10px 0 0 0; padding:0;
}
div.colophon-10hoch100 {display:grid; margin: 0 auto 10px; text-align:center;}
p.colophon-10hoch100 {
	font-size: .78em; font-family: "RobotoCondensed-Regular", sans-serif; color:rgba(254,254,254,.42); line-height:1.5em; text-align: center; margin:4px 0; padding:0;
}
p.colophon-10hoch100 em {font-style: italic; color:rgba(254,254,254,.5);}
p.colophon-10hoch100 a {color:rgba(254,254,254,.6); text-decoration: underline;}
p.colophon-10hoch100 a:hover {color:rgba(254,254,254,.9);}
img.img-landing-10hoch100 {width:58px; height:auto; margin-bottom:5px;}
img.osl {height: 23px; margin-top: 1px;}
img.ocl {height:30px;}
img.wop {height:22px;}
.ocl-txt {
	font-family:"RobotoCondensed-Regular", Fallback, sans-serif; display: grid; color:rgba(254,254,254,.97); font-size:.5em; line-height:7px; margin:5px 0 0; padding:0;
}
img.lxl {height: 23px; margin-top: 3px;}
img.jxl {height: 21px; margin-top: 3px;}
img.img-cc-x {height:23px; margin:2px -12px 0 10px;}
.cc-x-txt {
	font-family:"RobotoCondensed-Regular", Fallback, sans-serif; display: grid; color:rgba(254,254,254,.97); font-size:.5em; line-height:5px; margin:5px 0 0; padding:0; width:76px;
}
p.sub-sub {
	font-size:.63em; line-height:1em; font-family: "RobotoCondensed-Bold", sans-serif; margin: 0 auto; text-align: left; color: rgba(254,254,254,.7); padding:0;
}
/* here we go */
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}
.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}
.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#lk-html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: transparent;
  font-family: "RobotoSlab-Regular", sans-serif;
  color: rgba(153,197,73, 1);
  line-height:0;
}
.lk-body {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0 0 20px 0;
  transform: translate(-50%, 0);
  background-color: transparent;
  max-width: 1380px;
  width:100%;
  padding: 0 20px;
  margin-block-start:0; margin-block-end:0; margin-inline-start:0px; margin-inline-end:0px;
}
h1.lk, h2.lk {
  color: rgba(153,197,73,1);
}
h1.lk {
  margin: 0;
  display: inline-grid;
  width: 100px;
  position: relative;
}
h1.lk-a {
  margin: 15px 0 0;
  display: inline-grid;
  width: 100px;
  position: relative;
}
h1.lk-1 {
  display: block;
  width: 105px;
  position: relative;
  margin-block-start: 3px;
  margin-block-end: -10px;
  margin-inline-start: 10px;
  margin-inline-end: 0px;
}
h2.lk {
  font-size: 2.2em;
  line-height: 2.2em;
  text-align: center;
  letter-spacing: .1em;
  display: block;
  background-color: transparent;
  padding:.2em;
  margin: 0;
  cursor: pointer;
}
p.lk {
  color: rgba(254,254,254,.95);
  font-family: "RobotoSlab-Light", sans-serif;
  font-size: 1.1rem;
  line-height: 1.37em;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin: 0 0 10px 0;
  z-index: 2;
  padding: 0 3% 30px 3%;
  text-align:center;
}
p.lk-lauft {
  color: rgba(254,254,254,.95);
  font-family: "RobotoSlab-Light", sans-serif;
  font-size: 1.1rem;
  line-height: 1.37em;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin: 0 0 10px 0;
  z-index: 2;
  padding: 0 10vW 30px 10vW;
  text-align:center;
}
span.lk {
  color: rgba(254,254,254,.95);
  font-family: "RobotoSlab-Light", sans-serif;
  font-size: 1.1rem;
  line-height: 1.37em;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin: 0 0 10px 0;
  z-index: 2;
  padding: 0 .5vH .3vH .5vH;
  text-align:center;
}
ul.lk {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
   /*padding-inline-start: 0;
  width:98%;*/
}
ul.lk li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 12px;
  border-top: 1px dotted rgba(254,254,254,.77);
}
ul.lk li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.lk li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.lk li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.lk li:last-of-type {
  padding-bottom: 0;
}
ul.lk li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul.lk li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: rgba(254,254,254,.98);
  width: 10px;
  height: 20px;
}
ul.lk li i:before {
  transform: translate(-4px, 0) rotate(45deg);
}
ul.lk li i:after {
  transform: translate(4px, 0) rotate(-45deg);
}
ul.lk li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin:0;
  z-index: 1;
  opacity: 0;
}
ul.lk li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.lk li input[type=checkbox]:checked ~ i:before {
  transform: translate(6px, 0) rotate(45deg);
}
ul.lk li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
ul.lk li.bord-t-n {border-top:none; padding:0;}
.slider-image.m-t-4 {margin:0; width:100%; max-width:420px;margin:3rem;}
.image-order {max-width:550px!important;}
.main-font.mar-to-20 {margin:10px; font-size:2.22rem; line-height:1.2em; text-align:center;}
a.col-wuki {
	font-family:"RobotoCondensed-Bold", sans-serif; color:rgba(254,254,254,.83)!important; background:rgba(254,254,254,.22); padding:0 3px; border-radius:2px; text-decoration:none;
}
a.col-wuki:hover {font-family:"RobotoCondensed-Bold", sans-serif;color:rgba(20,20,20,.88)!important; background:rgba(254,254,254,.95); text-decoration:none;}
img.responsa {height:76px; width:76px; display:block; margin:0 auto 20px auto;}
.lk.ct {text-align:center; margin-bottom:0; padding-bottom: 16px;}
p span.not-not {font-size:2em; display:inline-block; color:#99c549;}
p span.not-not-r {font-size:2em; color:#99c549; transform:scaleX(-1); display:inline-block;}
.lk.flite-a {font-size:1.1rem; line-height:1.6em; margin: 0 4%; text-align:center;}
span.llite-a {border-bottom:2px dashed rgba(153,197,73,.83); line-height:1.6em;}
img.we-do {height:80px; width:auto; margin:-120px auto 60px auto; opacity:.2; text-align:center; display:block;}
.lk.white {text-align:center; color:rgba(254,254,254,.66);font-family:"RobotoCondensed-Bold", sans-serif; font-size:.85rem;}
img.lgo-whi {height:38px; width:auto; margin:10px 0 5px 0; opacity:.66;}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) .absend {
    background-color: rgba(220,220,220,.6);
}
.text-capitalize {
    text-transform: capitalize!important;
}
.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

hr.white {color:rgba(254,254,254,.9); border:rgba(254,254,254,.9);}
.wi-fuer-l {position:absolute; top:15px; right:20px; z-index:120; cursor:pointer; transform:scale(.8);}
.new-back-upper {position:absolute; z-index:11;}
input [id="msg-nm"], select, textarea {
    padding: 8px 15px;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
}
textarea.form-control {
    height: auto;
}
textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #121212;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background: linear-gradient(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: both;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(118, 118, 118,.88);
    border-image: initial;
    padding: 2px;
}
button.con , input.con  {
    overflow: visible;
}
.con-form-group .border {
    height: 2px;
    display: block;
    position: absolute;
    width: 94%;
    left: 0;
    top: 52px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff; }
.con-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
	font-family: "RobotoCondensed-Regular", sans-serif; 
	color:#fff;
	letter-spacing: .03em;
	height: 58px;
	font-size: 1.5rem;
    line-height: 1.5;
	border: none;
	border-bottom: 2px solid rgba(153,197,73,.95);
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.con-form-control:focus, .con-form-control:valid {
  border-bottom: none; }
.con-form-control:focus + span, .con-form-control:valid + span {
  transform: translateY(-22px) scale(0.8); }
.con-form-control:focus + span + .border, .con-form-control:valid + span + .border {
 transform: scaleX(1); }
.con-form-group textarea {
  padding-top: 10px;
  padding-bottom: 10px;
resize: none;  }
.con-form-group span {
    font-size: 15px;
    color: #00ade6;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text; }
.con-form-group {
  position: relative;
  display: block;
  margin-bottom: 48px; }
button.con {
  border: none;
  width: 162px;
  height: 52px;
  border: 2px solid #fff;
  margin: auto;
  margin-top: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold", sans-serif;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
button.con  span {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
button.con :before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(77,77,77,.66);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
button.con:hover {
    border-color: transparent; }
button.con:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
button.con:hover i {
      -webkit-transform: translateX(4px);
      transform: translateX(4px); }
.con-wrapper {
  min-height: 30vh;
  display: flex;
  align-items: center;
  background: rgba(217,217,217,.33);
  border: 10px solid rgba(200,200,200,.44);
}
.con-inner {
    padding: 27px 20px 37px;
    border: none;
    box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }
/*.con-inner {
  max-width: 768px;
  margin: auto;
  background: rgb(74 75 71 / 88%);
  border: 10px solid rgba(153,197,73,.33);
  padding: 77px 99px 87px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.con-inner label > span {
    position:relative;
    font-family: "RobotoCondensed-Bold", sans-serif;
    font-size: 1.2rem;
    text-align: left;
    text-transform: uppercase;
	margin-left: 17px;
    color: rgba(254,254,254,.99);
}*/
.margin-t-end {margin-block-end: 0;}
.contact-form {
    padding: 20px;
    background: rgba(66,66,66,.7);
    border: 4px solid rgba(133,133,133,.33);
    border-radius: 5px;
	width: 100%;
    max-width: 980px;
    margin: 0 auto
}
.offset-md-1 {padding:0;}
.cont-txt-ct {font-family: "RobotoSlab-Light", sans-serif; font-size: 1.33rem; margin:.5em 0 1em; text-align: center; line-height:1.2em;}
.klasse-ans {width:100%; font-family:'RobotoCondensed-Regular',sans-serif; font-size:1.1em; line-height:1.1em;text-align:center; color:rgba(254,254,254,.33); margin-top:15px;}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #121212;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background: linear-gradient(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: rgba(118, 118, 118,.77);
    border-image: initial;
}
/********************MEDIA QUERIES***************/
@media (min-width: 576px){
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.openr-1h10 {position: fixed; top: 85px; right:30px; font-family: "RobotoCondensed-Regular"; font-size: 1.15em; color:rgba(254,254,254,.8); text-align:right; margin:0; padding:0 4px; background-color:rgba(0,0,0,.95);z-index:10;}
.openr-1h10-a {
    position: fixed;
    top: 60px;
    right: 23px;
    font-family: "RobotoCondensed-Regular";
    font-size: 1.15em;
    color: rgba(254,254,254,.8);
    text-align: right;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px){
.offset-md-1 {
    margin-left: 8.333333%;
}
}
@media (min-width: 768px){
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media screen and (max-width:768px) {
.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom:0;
}
}
@media (min-width: 768px) {
.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
}
@media (min-width: 768px){
.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
@media (min-width: 768px){
.text-md-right {
    text-align: right!important;
}
}
@media (min-width: 768px){
.pt-md-0, .py-md-0 {
    padding-top: 0!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
}
@media (min-width: 768px){
.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
}
@media (max-width: 550px) {
.lk-body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
	top: 10px;
  }
}
@media (min-width: 768px){
.pl-md-0, .px-md-0 {
    padding-left: 0!important;
}
}
@media (min-width: 768px){
.pr-md-0, .px-md-0 {
    padding-right: 0!important;
}
}
@media screen and (max-width:768px){
    ul.count_down li {
        width: 82px;
        padding: 0;
    }
    ul.count_down li p:nth-child(1) {
        font-size: 45px;
    }
	.text{
    height: 83vh;
}
}

a .pe {text-decoration:underline; text-decoration-color:rgba(85,26,139,.88);}
a,a:visited{color:#9243e3}
a:focus,a:hover{text-decoration:underline;color:#703fb4}
a:active{color:#703fb4}
a:visited{color:#665ed0}
a:visited:hover{color:#544bc2}
a:visited:active{color:#4034b0}

.proj-cust {
	width: 100%;
	max-width: 333px;
	margin:0 auto!important;
}
.wrapper-cu {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	display: grid!important;
	max-width: 1020px;
	grid-template-columns: 1fr;   
	grid-template-rows: auto;
	grid-auto-flow: dense;
}	
.wide img {width:100%; max-width:580px; margin:0 auto!important;}
 @media (min-width: 790px) {
 	.wrapper-cu {
 		grid-template-columns: 1fr 1fr;
	}	
	.wide {
 		grid-column: auto / span 2;			
 	}
 }	 
.wrapper-cu li {
	margin: 15px;
	padding:15px;
	display: inline-grid!important;
 	}	
@media (min-width: 790px) {
.wrapper-cu li {
	margin: 0 10px 25px 10px;		
	padding: 0 10px 25px 10px;
	}
}
.pe {font-family:'Roboto', sans-serife; font-size:.95rem; margin:10px auto 0; padding-top:15px; text-align:center; color: rgba(254,254,254,.44); font-weight:400;}
.custo-k {font-size:1.88rem; line-height: 1.2em; font-weight:600; text-align:center; color:#99c549; display:block; margin:40px 0 0; padding:20px 0 0;}
.custo-s {font-size:1.88rem; font-weight:600; text-align:center; color:#99c549; display:block; margin:30px 0 30px; padding:20px 0 30px;}
.bpa-icon {
	display: inline-block;
	vertical-align: middle;
	margin-left:0;
	fill: rgba(85,26,139,.88);
	stroke-width: 0;
	text-decoration: none;
	transform: scale(1.33) rotate(90deg);
}


.sketchy {
  padding: .127em;
  display: inline-block;
  border: .16em solid rgba(102,94,208,.96);
  border-radius: 2.55% 5.66% 4.77% 4.33%/2.07% 1.55% 2.77% 4.03%;
  background: transparent;
  position: relative;
}
.sketchy::before {
  content: "";
  border: .16em solid rgba(153,197,73,.71);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.023) rotate(0.69deg);
  border-radius: 1.33% 1.33% 2.55% 3.77%/2.13% 5.77% 5.33% 3.11%;
}