/* GLOBAL */
* {
    font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
}
body,
td,
th {

	font-size  : 16px;
	padding    : 0;
	margin     : 0;
}

body {
	color     : #292B2B;
	background: #fff;
	margin    : auto;
}

a {
	text-decoration: none;
	color          : #1e8ccb;
	font-weight    : bold;
    transition: all .3s ease-in-out;
}

h1{font-size: 2rem;}
h2{font-size:1.85rem;}
h3{font-size:1.75rem;}
h4{font-size:1.5rem}
h5{font-size:1.25rem;}
.clear {
    clear: both;
}
.page-slider {
    margin-top: 40px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.page-slider p {
    text-align: center;
}

.page-slider img {
    margin: auto;
}

.page-slider .slick-prev:before,.page-slider .slick-next:before {
    color: black;
    font-size: 40px;
}



.navigations {
    display: none;
    z-index: 99999;
    background: #762D92;
    position: absolute;
    top: 100px;
    color: white;
    right: 0;
    padding: 30px 60px 35px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition: all .5s ease-in-out;
}
.navigations.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .5s ease-in-out;
}
.navigations a {
    color: white;
    padding: 5px 0;
    display: inline-block;
    font-size: .85rem;
}
.navigations ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}
.navigations nav+ a:first-child {
    margin-bottom: 10px;
}
.navigations nav ul + a {
    margin-top: 10px;
}
.navigations li a {
    font-weight: normal;
}

.cta {
    background-color: #FE6835;
    color: #fff;
    padding: 8px 41px;
    max-width: 200px;
    display: block;
    border: 1px solid transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
    transition: all .4s ease-in-out;
}

.cta:hover {
    color: #FE6835;
    background-color: #fff;
    border: 1px solid #FE6835;
}

.cta-aqua {
    background-color: #4bc4ce;
}
.cta-aqua:hover {
    color: #4bc4ce;
    border-color: #4bc4ce;
}
.cta-green {
    background-color:  #add143;
}
.cta-green:hover {
    color:  #add143;
    border-color:  #add143;
}
.main {
    max-width: 1260px;
	margin    : auto;
}

.header {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 1rem 3rem;
    
    max-width: 1260px;
    margin: auto;
    box-sizing: border-box;
    height: 100px;
}

.menu-toggle {
    border: 0;
    border-radius: 50%;
    background-color: #762D92;
    padding: 20px;
    cursor: pointer;
}

.header__navs {
        display: flex;
    align-items: center;
}

/* MENUE */
.menu-toggle {
    border: 0;
    border-radius: 50%;
    background-color: #762D92;
    padding: 20px 10px;
    cursor: pointer;
    position: relative;
}

.menu-toggle .anim {
   width: 20px;
   height: 20px;
   z-index: -1;
   background: rgba(255, 255, 255, .2);
   border-radius: 50%;
   position: absolute;
   top: 50%;
   left: 50%;
   opacity: 1;
  
}

.menu-toggle .toggle-items .toggle-item {
   position: relative;
   left: 0;
   float: left;
   width: 5px;
   height: 5px;
   background: #fff;
   margin: 0 2px;
   border-radius: 50%;
   transition: 400ms cubic-bezier(.55, 0, .1, 1);
   -webkit-transition: 400ms cubic-bezier(.55, 0, .1, 1);
   -ms-transition: 400ms cubic-bezier(.55, 0, .1, 1);
}

.menu-toggle.active .toggle-items .toggle-item:first-child {
   left: 10px;
}

.menu-toggle.active .toggle-items .toggle-item:last-child {
   left: -10px;
}

.menu-toggle .toggle-active {
   width: 50px;
   height: 50px;
   z-index: 2;
   border-radius: 50%;
   position: absolute;
   top: 50%;
   left: 50%;
   opacity: 1;
   transform: translate(-50%, -50%) scale(0) rotate(270deg);
   -webkit-transform: translate(-50%, -50%) scale(0) rotate(270deg);
   -ms-transform: translate(-50%, -50%) scale(0) rotate(270deg);
   transition: 400ms cubic-bezier(.55, 0, .1, 1);
   -webkit-transition: 400ms cubic-bezier(.55, 0, .1, 1);
   -ms-transition: 400ms cubic-bezier(.55, 0, .1, 1);
}

.menu-toggle .toggle-active:before,
.menu-toggle .toggle-active:after {
   content: "";
   background: white;
   z-index: 2;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
}

.menu-toggle.active .toggle-active:before,
.menu-toggle.active .toggle-active:after {
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%) rotate(45deg);
   -ms-transform: translate(-50%, -50%);
}

.menu-toggle .toggle-active:before {
   width: 20px;
   height: 4px;
}

.menu-toggle .toggle-active:after {
   width: 4px;
   height: 20px;
}

.menu-toggle.active .toggle-active {
   transform: translate(-50%, -50%) scale(1) rotate(90deg);
   -webkit-transform: translate(-50%, -50%) scale(1) rotate(90deg);
   -ms-transform: translate(-50%, -50%) scale(1) rotate(90deg);
}



/* END MENU */

.block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

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

.block:nth-child(1) {
    background-color: #002953;
    color: white;
}

.ball {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 30px;
    transition: width .3s ease-in-out,height .3s ease-in-out, margin .3s ease-in-out;
    translateY: -100px;
    background-color: #f26522;
}

.ball-container:first-child .ball {
    background-color: #add143;
}

.ball-container:nth-child(3) .ball{
    background-color: #4bc4ce;
}

.ball:hover {
    width: 260px;
    height: 260px;
    transition: width .3s ease-in-out,height .3s ease-in-out, margin .3s ease-in-out;
    margin: 0;
}


.ball:hover + p {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s linear,visibility .5s linear;
}

.ball-container p {
    margin: 0;
    transition: opacity .5s linear,visibility .5s linear;
}

.ball-container {text-align: center;font-weight: bold;font-size: 1rem;}

.ball-container .hidden-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    /*transition: opacity .2s ease-out,visibility .2s ease-out, transform .4s ease-out;*/
    /*z-index: -2;*/
}

.ball:hover .hidden-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .4s ease-in,visibility .4s ease-in, transform .4s ease-in;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ball:hover .hidden-content img {
    width: 60px;
}
.hidden-content h4 {
    margin: 5px 0;
}

.hidden-content a {
    border: 1px solid transparent;
    background: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #002953;
}

.hidden-content p {
    font-size: .85rem;
    margin: 5px 0;
    color: #002953;
}

.ball__cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}

.ball:hover .ball__cover-img {
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*height: 0;*/
    /*width: 0;*/
    /*transform: translateY(10px);*/
    /*transition: all .4s ease-in-out;*/
    display: none;
}

.--fullwidth {
    width: 50%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #f9a99a;
    border: 1px solid white;
    box-sizing: border-box;
    color: #fff;
    padding: 4rem 0;
    position: relative;
}

.product .--fullwidth > img {
        position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.block.value > div,
.block.data > div{
    opacity: 0;
    padding: 5px 0;
}

.block.data {
    background-color: #efefef;
}
.block.value .block__content,
.block.data .block__content {
    max-width: 600px;
    margin: auto;
}
.block.value .block__content h1{
    margin-top: 0;
}
.block.value .block__content h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
}

.block.product {
    padding: 0;
}
.block.product > div {
    opacity: 0; 
}
.block.product h3 {
    text-align: center;
    padding: 0 15px;
    margin: 0;
}

/* REGULAR PAGES */

.pageHeader {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 350px;
}

.pageHeader h1 {
    font-size: 4rem;
    color: white;
    margin: 0;
    max-width: 700px;
    text-align: center;
    
    line-height: 1;
    margin-bottom: 10px;
}

.pageHeader h2 {
    margin: 0;
    color: white;
    font-size: 2rem;
}
.pageHeader.headerIconContainer {
    flex-direction: row;
}
.pageHeader.headerIconContainer h1 {
        display: flex;
    justify-content: center;
    align-items: center;
    max-width: unset;
}

.pageHeader.headerIconContainer h1 > img {
    padding-right: 10px;
}

#page h3 {
    color: #002953;
    margin-bottom: 5px;
}

#page .pageMain {
    margin: auto;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}


.pageMain .content {
    flex: 1;
    max-width: 1050px;
    margin: 0 auto;
    line-height: 1.5;
}

.pageMain .content img {
    object-fit: contain;
}

.pageSide {
    padding: 10px 35px 10px 15px;
    color: black;
    min-height: 200px;
    min-width: 215px;
    margin-right:auto;
    text-transform: uppercase;
}

.pageSide h5 {
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    font-weight: 600;
}

.pageSide a {
    color: black;
    position:relative;
    display: inline-block;
    font-weight: 400;
}

.pageSide a.current {
    color: #762D92;
}

.pageSide a:hover {
    color: #762D92;
}

/*.pageSide a:after {*/
/*  display: block;*/
/*  content: '';*/
/*  border-bottom: solid 2px #762D92;  */
/*  transform: scaleX(0);  */
/*  transition: transform 250ms ease-in-out;*/
/*  transform-origin:100% 50%*/
/*}*/
/*.pageSide a:hover:after { */
/*  transform: scaleX(1);*/
/*  transform-origin:0 50%;*/
/*}*/

.pageSide ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

.pageSide li {
    margin: 10px 0;
        border-bottom: 1px solid;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;
}

.pageMain h5 {
    margin: 0;
}

.lg-row {
    padding: 0 10px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.lg-row p {
    margin: 0;
}
.lg-row:nth-child(1) {
    margin-top: 50px;
}
.lg-row:last-child {
    margin-bottom: 50px;
    border-bottom: 0;    
    display: flex;
    justify-content: space-around;
}


.lg-row__content img {
    float: left;
    margin: 0 10px 10px 0;
}

.lg-row__content p {
    flex: 1;
}
.lg-row .cta {
    margin: 25px auto;
}

.lg-row__col-6 {
    width: 46%;
    display: inline-block;
    padding: 0 15px;
    margin-top: 16px;
}

.lg-row__col-6:first-child {
    border-right: 2px solid rgba(0,0,0,0.1);
}

.lg-row__col-6 h3 {
    margin-top: 5px;
}

.wds {
    padding: 0 30px;
}

.wds > div {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.wds__cta-content{
    flex: 1;
}
.wds > div:last-child {
    margin-bottom: 60px;
}

.wds h3 {
    margin-top: 0;
}

.wds h5 {
    color: #65768A;
}

.about-us__content {
    display: flex;
    align-items: end;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

.about-us .brain-gear-container {
    align-self: baseline;
}

.about-us__text {
    padding: 0 10px;
    flex: 1;
}

.about-us__text p {
    margin-top: 0;
}

.about-us__text a {
    font-weight: bold;
    color: #E15F38;
}
.about-us__text a:hover {
    color: #692E8D;
}
.about-us__cta {
    color: #692E8D;
    font-size: 1.5rem;
    display: inline-block;
    margin-top: 20px;
}

.contact {
    display: flex;
    padding: 70px 5px;
    flex-wrap: wrap;
}

.contact h3 {
    margin: 0;
    font-size: 2rem;
}

.contact__side {
    min-width: 200px;
}
.contact__content {
    flex: 1;
}
.contact__content input,
.contact__content textarea {
    width: 50%;
    padding: 10px;
    font-weight: bold;
    border: 0;
    background-color: #efefef;
}

.privacy-policy {
    width: 50%
}

.contact__content input::-webkit-input-placeholder,
.contact__content textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

.contact__content [type="submit"] {
    background-color: purple;
    color: white;
    font-weight: bold;
    width: 100px;
    cursor: pointer;
}

.g-recaptcha {
    margin: 5px 0 15px 0;
}

footer {
    background-color: #002953;
    color: white;
    text-align: center;
    padding: 50px;
}

.footer__top {
    line-height: 1.5;
}

.footer__bottom {
    display: flex;
    max-width: 800px;
    justify-content: center;
    margin: auto;
    padding: 30px 0;
}

.footer__bottom a {
    padding: 0 8px;
    color: #E15F38;
}

.footer__bottom a:hover {
    color: white;  transition: all .3s ease-in-out;

}


@media (max-width: 576px) {
    body,html {
    font-size: 12px;
}
    #slide-prev-btn,
    #slide-next-btn {
        display: none;
    }
    .pageHeader.headerIconContainer h1 {
        flex-direction: column;
    }
    .block.product {
        flex-direction: column;
    }
    
    .block.product > div {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .brain-gear-container svg {
        max-width: 100%;
    }
    
    .pageSide {
        margin: auto;
    }
    
    .wds {
        padding:0 10px;
    }
    
    .contact__content input, .contact__content textarea {
        width: 100%;
    }
    
    .privacy-policy {
        width: 100%;
    }
    
}
