    @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital@0;1&display=swap');

html, body {
    scroll-behavior: smooth;
    background-color: #313131;
}

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

body {
    font-family: 'lato', serif;
    margin: 0 auto;
    background-image: url("../assets/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


#start {
    position: static;
    background-color: rgba(0, 0, 0, 0.425); 
    color: white;
    padding-top: 200px;
}

#text {
    text-align: center;
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 400px;
}

#text > h1 {
    font-size: 70px;
    margin: 0px auto 15px auto;
}

#text > h5 {
    margin: 0px auto;
    font-size: 22px;
    max-width: 550px;
}

nav {
    text-decoration: none;
    width: 100%;
    position: fixed !important;
    transition: 300ms;
    background-color: white;
    z-index: 5;
    border-radius: 0px 0px 0px 20px;
    box-shadow: 2px 2px 10px black;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

nav > div {
    display: flex;
    flex-wrap: wrap;
    margin-left: 300px;
}

nav > div > a {
    transition: 300ms;
    padding: 20px;
    height: 55px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 0px 0px 20px 20px;
    color: #63acff;
    font-weight: bold;
}

#logonav {
    transition: 400ms;
    height: 120px;
    position: absolute;
    right: 200px;
    padding: 20px;
    margin: 5px;
    top: -10px;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 5px 5px black;
    padding-bottom: 2px;
}

#logonav:hover {
    transition: 400ms;
    transform: translate3d(0, -14px, 0);
}

nav > div > a:hover {
    transition: 300ms;
    background-color: #2e2e31;
    color: rgb(255, 255, 255);
    transform: translate3d(0, -10px, 0);
    background-color: rgb(111, 145, 255);
    box-shadow: 2px 2px 10px black;
}



.menuopen, .navclose {
    display: none;
}



/* ############## Footer ############### */

footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    width: 100%;
    background-color: #313131;
    color: white;
}

footer > span   {
    margin: 10px 50px;
    border-left: 2px solid white;
    padding: 20px;
}

footer > img {
    height: 90px;
}

/* ########## Footer social ########## */


social, social > a {
    font-size: 30px;
    color: white;
}

social a > i {
    transition: 300ms;
}

social i:hover {
    transition: 300ms;
    
}

social i::before {
    transition: 150ms;
}

social i:hover::before {
    transition: 150ms;
    transform: translate3d(0px, -10px, 0px);
}

.fb:hover {
    color: #3787ff;
}

.yt:hover {
    color: rgb(189, 62, 62);
}

.insta:hover {
    color: rgb(255, 35, 255);
}

.inf:hover {
    color: whitesmoke;
}

.twitter:hover {
    color: deepskyblue;
}

.gplus:hover {
    color: red;
}

social > a {
    text-decoration: none;
}




/* ############## Main ############### */

main {
    background-color: rgb(255, 255, 255);
    width: 100%;
    color: black;
}

#main {
    background-color: rgb(255, 255, 255);
    width: 100%;
    color: black;
}

#main article > span {
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin-top: 100px;
}

#offertmain > span {
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin-top: 100px;
}

.offertsmain {
    background-color: #ffffff;
}

#animation {
    all: initial;
}


/* ############### Oferta ################ */

#oferta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#oferta h1 {
    font-size: 30px;
}

.offerts {
    cursor: pointer;
    transition: 600ms;
    max-width: 260px;
    text-align: center;
    padding: 10px;
    margin: 20px;
    border-right: 2px solid rgb(91, 148, 255);
    border-left: 2px solid rgb(91, 148, 255);
    border-radius: 20px;
    color: rgb(91, 148, 255);
}



/* ######### zysk box ########## */



#zysk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #ffffff;
}

#textzysk {
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin-top: 100px;
}

#oferta h1 {
    font-size: 30px;
}

.zyskbox {
    cursor: pointer;
    transition: 600ms;
    max-width: 250px;
    text-align: center;
    padding: 10px;
    margin: 20px;
    color: rgb(91, 148, 255);
    border-top: 2px solid rgb(91, 148, 255);
    border-bottom: 2px solid rgb(91, 148, 255);
    border-radius: 20px;
}

/* ################# Technologie ##################### */

#cms {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

#cms > span {
    font-size: 35px; 
    color: white;
}

#cms > div span {
    max-width: 430px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

#cms > * {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    z-index: 3;
}

#cms > div:nth-child(5) {
    border: 2px solid black;
    border-radius: 20px;
    box-shadow: 10px 10px 20px blaCK;
    margin-bottom: 100px;
    background-color: white;
}

#cms > div:nth-child(5) > img {
    width: 255px;
}

#cms video {
    position: absolute;
    top: -1;
    left: -1;
    min-width: 110%;
    min-height: 110%;
    z-index: 1 !important;
    overflow: hidden;
}



/*################ FAQ ################# */


#faq {
    padding: 100px;
}

@import "https://fonts.googleapis.com/css?family=Montserrat:400,400i,700";

#faq div {
    width:603px;
    color:#464646;
    border: 1px solid silver;
}

#faq details {
    transition: 300ms;
}

#faq details:hover {
    transition: 300ms;
    color: rgb(91, 148, 255);
}

#faq summary:hover {
    transition: 300ms;
    transform: translateX(50px);
    width: 550px;
}

#faq p, #faq summary {
    background:#fff
}

#faq summary {
    transition: 300ms;
    padding:20px;
    width:599px;
    font-size:19px;
    z-index:1;
    border-bottom:2px solid silver;
    cursor:pointer
}

#faq p {
    width:680px;
    margin:-2px -20px 0;
    padding:30px;
    font-size:15px;
    line-height:1.5;
    border:1px solid rgb(79, 176, 255);
    text-align: justify;
    transform: translateX(-20px);
    z-index:2;
    box-shadow:0 0 30px -12px #000
}

#faq details[open] p {
    animation:det .4s
}

@keyframes det {
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}

#faq button {
    float:right;
    background:#0288d1;
    border:0;
    padding:11px;
    margin:-6px -6px 0 0;
    color:#fff;
    border-radius:4px;
    cursor:pointer
}

#faq button:hover {
    background:#01579b
}

#faqcontent {
    margin-top: 50px !important;
}



/* ############ TeamWork ########### */


#teamwork {
    display: flex !important;
    max-width: 1700px;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
}

#teamwork p {
    font-size: 20px;
    padding: 5px;
    margin: 0px;
}

.p1 {
    font-size: 30px !important;
    font-weight: bold;
    color: #0288d1;
    text-align: start;
}

#teamwork div > span {
    border: 5px solid rgb(113, 215, 255);
    border-bottom: none;
    border-radius: 100px;
    margin: 10px;
    width: 500px;
    padding: 20px 22px 26px 27px;
}

#teamwork > div:last-child {
    margin-bottom: 100px;
}

#teamwork span > p, #teamwork span {
    display: block ;
}



.teamworkleft, .teamworkright {
    width: 60%;
}

.teamworkleft {
    display: flex;
    justify-content: flex-end;
}

.teamworkright {
    justify-content: flex;
    align-items: flex-start;
}









/* ################# Animations  ###################*/


.SlideFromLeft {
    animation: 0.8s ease-out 0s 1 slideInFromLeft;
}
.SlideFromRight {
    animation: 0.8s ease-out 0s 1 slideInFromRight;
}



.hover_inside:hover {
    color: rgb(255, 255, 255);
    transition: 600ms;
    box-shadow: inset 0 0 0 400px #63acff;
}

.hover_down:hover {
    transition: 600ms;
    box-shadow: inset 0 400px 0 0 #63acff;
    color: rgb(255, 255, 255);
}

.hover_up:hover {
    transition: 600ms;
    box-shadow: inset 0 -400px 0 0 #63acff;
    color: rgb(255, 255, 255);
}
  
  
.hover_right:hover {
    transition: 600ms;
    box-shadow: inset 400px 0 0 0 #63acff;
    color: rgb(255, 255, 255);
}
  
.hover_left:hover {
    transition: 600ms;
    box-shadow: inset 0 -400px  #63acff;
    color: rgb(255, 255, 255);
}
  
.hover_diagonal:hover {
    transition: 600ms;
    box-shadow: inset 400px 400px 0 0 #63acff;
    color: rgb(255, 255, 255);
}

.hover_diagonal2:hover {
    transition: 600ms;
    box-shadow: inset -400px -400px 0 0 #63acff;
    color: rgb(255, 255, 255);
}


@keyframes slideInFromLef {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
}

@keyframes MenuSlide {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}




/* Buttons Main */




.button0:hover {
	box-shadow: 20px 5px 0 rgb(119, 156, 255), -20px -5px 0 rgb(119, 156, 255);
	color: rgb(111, 145, 255);
}

.button0:focus {
	outline: none;
}

.button0 {
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
		  -webkit-tap-highlight-color: transparent;
}

.button0 {
	margin: 30px;
	border-radius: 20px;
	width: 200px;
	height: 50px;
	cursor: pointer;
	font-size: 19px;
	font-weight: bold;
	color: black;
	background: white;
	border: 2px solid rgb(119, 156, 255);
	box-shadow: 5px 5px 0 rgb(119, 156, 255),
		-5px -5px 0 rgb(119, 156, 255),
		-5px 5px 0 rgb(119, 156, 255),
		5px -5px 0 rgb(119, 156, 255);
	transition: 400ms ease-in-out;
}

#upbutton {
    cursor: pointer !important;
}













/* Global */

.flexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}




/* scroll */


 ::-webkit-scrollbar {
        transition: 300ms;
        background: #2fa5ff;
        width: 5px;
    }
    ::-webkit-scrollbar-track {
        border-left: 3px solid rgba(114, 140, 255, 0);
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background-color: #000000;
        -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
    }
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(39, 169, 255);
        -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgb(114, 140, 255);
    }







#upbutton {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 250%;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    color: #63acff;
    background-color: #3b97ff;
    border-radius: 0px 200px 200px 0px;
    border: 1px solid rgb(0, 0, 0);
    width: 100px;
    height: 50px;
    transform: translateX(-50px);
    transition: 300ms;
}

.upbuttonanim {
    animation: 1.8s ease-out 0s 1 upbutton;
}

#upbutton:hover {
    transition: 300ms;
    transform: translateX(-30px);
    color: #9aff9f;
}


@keyframes upbutton {
    0% {
      transform: translateX(-200%);
    }
    50% {
        transform: translateX(20%);
    }
    100% {
        transform: translateX(-50px);
    }
}












/* ############ Preloader ########### */

.preloader {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.preloader > img {
    z-index: 999999;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    transform: translate(-50%, -50%);
}





.znikam {
    overflow: hidden;
}


.visible {
    display: none !important;
}

















/* 
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
*/














@media screen and (max-width: 992px) {
    @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital@0;1&display=swap');

    html, body {
        scroll-behavior: smooth;
    }

    html {
        min-width: 100% !important;
        background-image: url("../assets/bg.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
    }

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

    body {
        max-width: 100% !important;
        font-family: 'lato', serif;
        margin: 0 auto;
    }



    #start {
        position: static;
        background-color: rgba(0, 0, 0, 0.425); 
        color: white;
        padding-top: 50px;
    }

    #text > div > a > button {
        margin-top: 20px !important;
    }

    #text {
        text-align: center;
        padding: 50px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    #text > h1 {
        font-size: 30px;
        margin: 0px auto 15px auto;
    }

    #text > h5 {
        margin: 0px auto;
        font-size: 20px;
        max-width: 550px;
    }

    nav {
        position: relative;
        transform: translateY(-200%);
    }

    nav div {
        margin-left: 10px;
        padding: 30px;
    }

    nav div a {
        width: 100%;
        margin: 10px;
        text-align: center;
    }

    nav div a:hover {
        background-color: rgba(0, 0, 0, 0) !important;
        box-shadow: none;
        color: #004981;
    }
    

    .slide {
        transform: translateY(0%) !important;
    }

    .menuopen, .navclose {
        background-color: #b7e6ff;
        border: 2px solid #004981;
        z-index: 99999999999;
    }
    
    .menuopen {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        border-radius: 50px;
        padding: 17px 20px;
        position: fixed;
    }

    .navclose {
        display: block;
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%);
        border-radius: 50px;
        padding: 20px;
    }

    #logonav {
        display: none;
    }





    /* ############## Footer ############### */

    footer {
        display: flex;
        flex-wrap: wrap;
        min-height: 100px;
        background-color: #1f1f1f;
        padding: 50px;
    }

    footer span   {
        margin: 0 auto;
        border: none;
    }

    footer > img {
        display: none;
    }




    /* ############## Main ############### */

    main {
        background-color: rgb(255, 255, 255);
        width: 100%;
        color: black;
    }

    #main {
        background-color: rgb(255, 255, 255);
        width: 100%;
        color: black;
    }

    #main article > span {
        display: flex;
        justify-content: center;
        font-size: 50px;
        margin-top: 100px;
    }



    #offertmain > span {
        display: flex;
        justify-content: center;
        font-size: 50px;
        margin-top: 100px;
    }

    .offertsmain {
        background-color: #ffffff;
    }

    #animation {
        all: initial;
    }


    /* ############### Oferta ################ */

    #oferta {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    #oferta > div > h1 {
        color: black;
        font-size: medium;
    }

    .offerts {
        font-size: smaller;
        cursor: pointer;
        transition: 600ms;
        max-width: 160px;
        text-align: center;
        padding: 10px;
        margin: 20px;
        border-right: 2px solid rgb(91, 148, 255);
        border-left: 2px solid rgb(91, 148, 255);
        border-radius: 20px;
        color: rgb(91, 148, 255);
    }



    /* ######### zysk box ########## */



    #zysk {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: #ffffff;
        text-align: center;
    }

    #textzysk {
        display: flex;
        justify-content: center;
        font-size:  large;
        margin-top: 100px;
    }

    #zysk > div > h1 {
        font-size: 10px;
        color: black;
    }


    #oferta > div > img, #zysk > div > img {
        width: 100px;
    }

    .zyskbox {
        font-size: 10px;
        cursor: pointer;
        transition: 600ms;
        max-width: 150px;
        text-align: center;
        padding: 10px;
        margin: 20px;
        color: rgb(91, 148, 255);
        border-top: 2px solid rgb(91, 148, 255);
        border-bottom: 2px solid rgb(91, 148, 255);
        border-radius: 20px;
    }

    /* ################# Technologie ##################### */

    #cms {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        overflow: hidden;
    }

    #cms > div:nth-child(5) > span > h1 {
        margin: 0px auto 20px auto;
    }

    #cms > span {
        font-size: 35px; 
        color: white;
    }

    #cms img {
        padding-top: 50px;
        width: 130px !important;
        height: 150px !important;
        margin: 0 auto;
    }

    #cms > div span {
        max-width: 530px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    #cms > * {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        z-index: 3;
    }

    #cms > div:nth-child(5) {
        border: 2px solid black;
        border-radius: 20px;
        box-shadow: 10px 10px 20px blaCK;
        margin-bottom: 100px;
        background-color: white;
    }

    #cms > div:nth-child(5) > img {
        width: 255px;
    }

    #cms video {
        position: absolute;
        top: -1;
        left: -1;
        min-width: 110%;
        min-height: 110%;
        z-index: 1 !important;
        overflow: hidden;
    }



    /*################ FAQ ################# */


    #faq {
        display: none;
    }
    



    /* ############ TeamWork ########### */

    * {
        text-align: center;
    }

    
    #teamwork *{
        display: none;
    }


    /* Buttons Main */




    .button0:hover {
    	box-shadow: 20px 5px 0 rgb(119, 156, 255), -20px -5px 0 rgb(119, 156, 255);
    	color: rgb(111, 145, 255);
    }

    .button0:focus {
    	outline: none;
    }

    .button0 {
    	-webkit-touch-callout: none;
    	  -webkit-user-select: none;
    	   -khtml-user-select: none;
    		 -moz-user-select: none;
    		  -ms-user-select: none;
    			  user-select: none;
    		  -webkit-tap-highlight-color: transparent;
    }


    #text > div > a:nth-child(3) > button {
        display: none;
    }

    #text > div > a:nth-child(5) > button {
        display: none;
    }

    .button0 {
    	margin: 10px;
        margin-top: 50px;
    	border-radius: 5px;
    	max-width: 200px;
    	height: 40px;
    	cursor: pointer;
    	font-size: 16px;
    	font-weight: bold;
    	color: black;
    	background: white;
    	border: 2px solid rgb(119, 156, 255);
    	box-shadow: 5px 5px 0 rgb(119, 156, 255),
    		-5px -5px 0 rgb(119, 156, 255),
    		-5px 5px 0 rgb(119, 156, 255),
    		5px -5px 0 rgb(119, 156, 255);
    	transition: 400ms ease-in-out;
    }


}



.cookie-popup {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    right: 50px;
    bottom: 50px;
    box-shadow: 0 0 0.825rem 0 rgba(0,0,0, .915);
    opacity: 1;
    border-radius: 20px;
    padding: 15px;
    z-index: 9999;
    animation: 1.2s ease-out 0s 1 slideInFromRight;
}


.cookie-popup--short {
    right: none;
    width: 21.875rem; 
    background-color: #ddeeff;
}

.cookies {
    margin: 5px;
}

.cookie-popup-actions {
    flex: 1;
    text-align: right;
}

.cookie-popup-actions button {
  color: rgb(66, 132, 255);
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0;
  cursor: pointer;
}

.cookie-popup-actions button:hover {
  text-decoration: underline;
}