* {
    margin: 0;
    padding: 0;
}

body,html {
    height: 100%;
}

body {
    color: #252525;
    padding: 0;
    line-height: 1.6rem;
  -webkit-font-feature-settings: "lnum"; 
-moz-font-feature-settings: "lnum"; 
font-feature-settings: "lnum"; 
   font-weight: 400;
font-size: 14px;
font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  overflow-x: hidden;
}


@media (min-width: 1921px) {
  body {
    font-size: 20px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

body.contentpane {
    width: auto;
    margin: 10px;
    text-align: left;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style: none;
}

a.logo img {
      width: 162px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: normal;
}

h1 {
    font-weight: 300;
}

h2 {
font-size: 28px;
    font-weight: 300;
margin-bottom: 1em;
}

h3 {
font-size: 28px;
line-height: 3rem;
        font-weight: 300;
    margin-bottom: 1em;
}

h4 {
      font-size: 32px;
      line-height: 45px;
    font-weight: 300;
}

h5 {
    font-size: 24px;
    font-weight: 300;
}


.blue-bg h5 {
    border-bottom: 1px solid rgba(142, 142, 142, 0.23);
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #106b94;
    font-size: 1.4em;
    border-top: 1px solid rgba(142, 142, 142, 0.23);
}


h6 {
  
  font-size: 20px;
  font-weight: 600;
}    

strong {
    font-weight: 600;
}

fieldset {
    border: none;
    margin-bottom: 10px;
}

label {
    display: block;
}

input[type="text"], select, textarea, input[type="password"] {
    background-color: rgba(250,250,250,0.21);
    border: 1px solid rgb(191, 191, 191);
padding: 10px !important;
    margin-bottom: 0px !important;
    border-radius: 2px;
    width: 380px;
    box-shadow: 0px 5px 15px #f1f1f1 inset;
}

select option {
    color: #444 !important;
}


input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
        border: 1px solid #4EAAD3 !important;
    background-color: #fff;
}

.componentheading,.contentheading {
    color: #262626;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.bg-blue {
      background-color: #0B2969;
}

.tx-white {
  color:#fff;
}

.tx-white i {
  color:#fff;
}

#home-first .bg-blue i.fa {
    padding-right: 5px;
    font-size: 1.6em;
    width: 44px;
    float: left;
}

#system-message {
    background-color: rgba(255,255,255,0.79);
    border: 11px solid rgba(255,255,255,0.78);
    border-radius: 10px;
    padding: 12px;
    right: 0;
    width: 300px;
    margin-top: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

.reset {
    background-color: rgba(255,255,255,0.79);
    border: 11px solid rgba(255,255,255,0.78);
    border-radius: 10px;
    padding: 12px;
    right: 0;
    width: 300px;
    margin-top: 100px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

html[xmlns] .clearfix {
    display: block;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix:before,.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

#jf-wrapper {
    overflow: hidden;
    position: relative;
}

.wrap {
    clear: both;
    width: 100%;
}

.main {
    margin: 0 auto;
    position: relative;
}

/* HEADER */
/* .home #jf-header {
  display:none;
} */
#jf-header {
height: 96px;
    position: fixed;
    top: -2px;
    z-index: 99;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
    background-color: #fff;
   /* transition: background .2s linear 0; */
    width: 100%;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

#jf-header.transparent {
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}



@media (max-width: 1024px) {
  
.box-6 {
background-position: 400px 320px;
background-repeat: no-repeat;
background-size: 150px;
display: inline-block;
position:relative;
padding: 1.5em;
position: relative;
min-height: 500px;
border: 1px solid #f0f0f0;
background-color: #fbfbfb;
margin: 1em;
  text-align: left;
  width: 100%;
box-shadow: 0 3px 8px #a7a7a733;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}  

  #jf-header .main {
    position: relative;
    width: 90%;
}
  
  .headertop div.content {
   width: 400px;
  margin: 0px auto;
}
  
  
  .prfamily-img {
    position: relative;
    display: block;
  }
  
}
  
@media (min-width:1025px) {

.box-6 {
background-position: 400px 320px;
background-repeat: no-repeat;
background-size: 150px;
display: inline-block;
position:relative;
padding: 4em;
position: relative;
min-height: 500px;
border: 1px solid #f0f0f0;
background-color: #fbfbfb;
margin: 1em;
  text-align: left;
  width: 100%;
box-shadow: 0 3px 8px #a7a7a733;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
font-size: 1rem;
}

  #jf-header .main {
    position: relative;
    width: 1100px;
}
  
  .headertop div.content {
  width: 500px;
  margin: 0px auto;
}
  
    .prfamily-img {
    position: absolute;
    right: 0;
    top: 30%;
    display: block;
    z-index: 1;
    overflow: hidden;
  }
  
}


@media (max-width: 1600px) {
  
  .complex-img {
        opacity: 0.1;
  }
  
}


@media (min-width: 1601px) {
    .prfamily-img {
    right: 0em;
}
  
}

#jf-header h1#logo {
    font-weight: 400;
    margin-top: -7px;
}


#logo img {
    width: 120px;
    opacity: 0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

#jf-header h1#logo a {
    color: #555;
    display: block;
    font-size: 40px;
    line-height: normal;
}

#jf-header h1#logo a:hover {
    text-decoration: none;
}

#jf-mainnav {
    float: right;
    position: relative;
    margin-top: 10px;
}

#jf-mainnav div {
    float: right;
    display: inline-block;
    position: relative;
    top: 9px;
}


/* FOOTER */
#jf-footer {
    color: #424242;
    position: relative;
    background-color: #fbfbfb;
    text-align: left;
}

#jf-footer  i.zmdi {
padding-right: 10px;
color: #a0adb8;
}

#jf-footer .main {
    width: 100%;
}

#jf-footer h5 {
    font-size: 1.2em;
    font-weight: 700;
    color: #6e767d;
}

#jf-footer .main-inner1 {
    position: relative;
    width: 100%;
    z-index: 0;
}


.footerbottom a {
  color: #424242 !important;
}


/* Mobile Menu */
#jf-menu,a.gotomenu {
    display: none;
}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media (min-width: 768px) and (max-width: 959px) {
  
    #jf-footer {
        font-size: 18px;
    }

    #jf-footer .main-inner1 {
        padding: 135px 0 0;
        bottom: 30px;
    }




}



/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media (min-width: 480px) and (max-width: 767px) {
    .colspan2 {
        width: 100% !important;
    }

    .colspan3 {
        width: 100% !important;
    }

}


/* === BST MOD == */
#jf-header h1 {
    margin: 0;
}

#jf-wrapper a:focus,#jf-wrapper a:hover {
    text-decoration: none;
}



hr.blue {
    width: 40px;
    border-top: 2px solid #00a1e3;
    border-bottom: 2px solid #00a1e3;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    padding: 0;
}

hr.eper {
    width: 40px;
    border-top: 2px solid #e05d5d;
    border-bottom: 2px solid #e05d5d;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    padding: 0;
}

hr.black {
    width: 40px;
    border-top: 2px solid #595959;
    border-bottom: 2px solid #595959;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}



.woims-down {
    -webkit-animation: down 2s infinite;
/* Chrome, Safari, Opera */
    animation: down 2s infinite;
}

@-webkit-keyframes down {
    from {
        opacity: .5;
        bottom: 60px;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: .5;
        bottom: 20px;
    }
}

/* Standard syntax */
@keyframes down {
    from {
        opacity: .5;
        bottom: 60px;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: .5;
        bottom: 20px;
    }
}


#jf-footer a {
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    text-decoration: none;
}

#jf-footer a:hover {
color: #b1ab63;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}



@media (min-width: 768px) {
    .website_optimierung_sub_box {
        padding: 5% 0;
        top: 10%;
        transform: translate(-50%,0px);
        position: absolute;
        left: 50%;
        width: 70%;
        text-align: center;
        z-index: 3;
    }
  
      .website_optimierung_sub_box_black {
    padding: 28% 0 0 0;
    color: #fff;
    bottom: 0;
    transform: translate(-50%,0px);
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 3;
    background-color: rgba(27, 27, 27, 0.58);
    }

    .website_optimierung_sub_box_left {
        top: 8%;
        color: #fff;
        position: absolute;
        left: 8%;
        text-align: right;
        width: 35%;
        color: #626262;
    }

    .website_optimierung_sub_box_right {
    padding: 11% 4%;
    top: 0;
    /*! color: #fff; */
    position: absolute;
    right: 0;
    text-align: left;
    width: 53%;
    height: 100%;
    z-index: 1;
    }
}

@media (max-width: 767px) {
  
  .tab1__content > li .content__wrapper {
    padding: 15px !important;
}
  
  
 #jf-footer {
        padding: 25px;
  }
  
    .modern .row img:first-child {
        position: relative;
    }

  
        .website_optimierung_sub_box_black {
        padding: 8% 0;
        top: 10%;
        transform: translate(-50%,0px);
        position: absolute;
        left: 50%;
        width: 70%;
        text-align: center;
        z-index: 3;
    }
  
    .website_optimierung_sub_box {
        width: 100%;
        padding: 20px 25px;
        position: relative;
        top: 10%;
        right: 1%;
        text-align: center;
        color: #000 !important;
        left: 50%;
        transform: translate(-50%,0);
    }

    .website_optimierung_sub_box_left,.website_optimierung_sub_box_right {
        width: 100%;
        padding: 20px 25px;
        position: relative !important;
        top: 10%;
        right: 1%;
        text-align: left;
        background-color: rgb(29, 44, 80);
    }
}



.fullscreen-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    /*! height: 100vh; */
    /*! position: absolute; */
    display: block;
    z-index: -1;
    opacity: 1;
  background-color: #646464;
}

.fullscreen-bg__video {
    position: relative;
    width: 100%;
    top: -1px;
}

.about-us-bg {
    margin: 0px auto;
    color: #FFF;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.about-uss-bg {
    background-color: #2f2f2f;
    background-position: bottom;
    background-repeat: no-repeat;
    background: url(/images/banner.jpg) no-repeat;
    background-size: 100%;
    color:#fff;
    padding-bottom: 35px;
    padding-top: 15px;
    background-size: cover;
    background-position: center center;
    text-shadow: 0px 2px 4px #000;
}


.button:hover {
    cursor: pointer;
    color: #FFF;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    display: inline-block;
}

.button {
    color: #FFF;
    padding: 14px 22px;
    min-width: 160px;
    text-align: left;
    margin: 3px 0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    display: inline-block;
    border: 0 none;
    text-decoration: none !important;
    font-weight: 300;
    letter-spacing: 0.5px;
  font-size: 18px;
}

.button.blue {
    background-color: #4EAAD3;
    color: #fff !important;
}

.button.blue:hover {
    background-color: #1c3577;
  color: #fff !important;
}

.button.default {
    font-size: 22px;
}

.button.default:hover {
    background-color: rgba(228,228,228,0.18);
}

.button.darkblue {
    background-color: #1c3577;
}

.button.darkblue:hover {
    background-color: #1c3577;
}

.button.white {
    background-color: #fff;
    color: #444;
}


.button.white:hover {
    background-color: #fff;
    color: #444;
}


/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
padding: 15px 40px 15px 25px !important;
}
.hvr-icon-forward:before {
  content: '\f2fb';
  position: absolute;
    right: 0.8em;
        padding-top: 0px;
    font-size: 21px;
  font-family: Material-Design-Iconic-Font;
  -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;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}



.hvr-icon-forward2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward2:before {

  content: "\f2fb";
  position: absolute;
  right: 1em;
  padding: 10px 0px 0 0;
  font-family: Material-Design-Iconic-Font;
  -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;
}
.hvr-icon-forward2:hover:before, .hvr-icon-forward2:focus:before, .hvr-icon-forward2:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}




.hvr-icon-forward-block {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward-block:before {
      top: 1.5em;
  content: "\f2fb";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: Material-Design-Iconic-Font;
  -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;
}
.hvr-icon-forward-block:hover:before, .hvr-icon-forward-block:focus:before, .hvr-icon-forward-block:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}


/* BUTTONS END */

/* LOADSCREEN */



div#load_screen {
    background: #fff;
    opacity: .9;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 7500ms ease-in-out;
    -moz-transition: all 7500ms ease-in-out;
    -ms-transition: all 7500ms ease-in-out;
    -o-transition: all 7500ms ease-in-out;
    transition: all 7500ms ease-in-out;
    overflow: hidden;
}

div#load_screen > div#loading {
    color: #FFF;
    width: 120px;
    height: 24px;
    margin: 300px auto;
    -webkit-transition: all 7500ms ease-in-out;
    -moz-transition: all 7500ms ease-in-out;
    -ms-transition: all 7500ms ease-in-out;
    -o-transition: all 7500ms ease-in-out;
    transition: all 7500ms ease-in-out;
}

.spinner {
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -.83em 0 -.4em #ffffff,0 -.83em 0 -.42em #ffffff,0 -.83em 0 -.44em #ffffff,0 -.83em 0 -.46em #ffffff,0 -.83em 0 -.477em #fff;
    }

    5%,95% {
        box-shadow: 0 -.83em 0 -.4em #ffffff,0 -.83em 0 -.42em #ffffff,0 -.83em 0 -.44em #ffffff,0 -.83em 0 -.46em #ffffff,0 -.83em 0 -.477em #fff;
    }

    10%,59% {
        box-shadow: 0 -.83em 0 -.4em #ffffff,-.087em -.825em 0 -.42em #ffffff,-.173em -.812em 0 -.44em #ffffff,-.256em -.789em 0 -.46em #ffffff,-.297em -.775em 0 -.477em #fff;
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em #ffffff,-.338em -.758em 0 -.42em #ffffff,-.555em -.617em 0 -.44em #ffffff,-.671em -.488em 0 -.46em #ffffff,-.749em -.34em 0 -.477em #fff;
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em #ffffff,-.377em -.74em 0 -.42em #ffffff,-.645em -.522em 0 -.44em #ffffff,-.775em -.297em 0 -.46em #ffffff,-.82em -.09em 0 -.477em #fff;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em #ffffff,0 -.83em 0 -.42em #ffffff,0 -.83em 0 -.44em #ffffff,0 -.83em 0 -.46em #ffffff,0 -.83em 0 -.477em #fff;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -.83em 0 -.4em #ffffff,0 -.83em 0 -.42em #ffffff,0 -.83em 0 -.44em #ffffff,0 -.83em 0 -.46em #ffffff,0 -.83em 0 -.477em #fff;
    }

    5%,95% {
        box-shadow: 0 -.83em 0 -.4em #ffffff,0 -.83em 0 -.42em #ffffff,0 -.83em 0 -.44em #ffffff,0 -.83em 0 -.46em #ffffff,0 -.83em 0 -.477em #fff;
    }

    10%,59% {
        box-shadow: 0 -.83em 0 -.4em #ffffff,-.087em -.825em 0 -.42em #ffffff,-.173em -.812em 0 -.44em #ffffff,-.256em -.789em 0 -.46em #ffffff,-.297em -.775em 0 -.477em #fff;
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em #ffffff,-.338em -.758em 0 -.42em #ffffff,-.555em -.617em 0 -.44em #ffffff,-.671em -.488em 0 -.46em #ffffff,-.749em -.34em 0 -.477em #fff;
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em #ffffff,-.377em -.74em 0 -.42em #ffffff,-.645em -.522em 0 -.44em #ffffff,-.775em -.297em 0 -.46em #ffffff,-.82em -.09em 0 -.477em #fff;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em #ffffff,0 -.83em 0 -.42em #ffffff,0 -.83em 0 -.44em #ffffff,0 -.83em 0 -.46em #ffffff,0 -.83em 0 -.477em #fff;
    }
}


.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #0e5090;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,70%,100% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1);
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,70%,100% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1);
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1);
    }
}

.subsite_header {
    text-align: center;
    padding: 12% 0 6%;
    color: #fff;
    background-color: #303030;
    border-bottom: 10px solid #42c321;
}

.mainmenu_row a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.mainmenu_row a:hover img {
    opacity: 1;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.mainmenu_row a img {
    opacity: .55;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}



button.rsform-submit-button {
    text-decoration: none;
    padding: 10px 30px;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

button.rsform-submit-button:hover {
    text-decoration: none;
    padding: 10px 30px;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}



hr.grey {
    width: 90%;
    margin: 0 auto;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}


label.formControlLabel {
    padding-top: 15px;
}



.loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    top: 55%;
}




@media only screen and (min-width: 1170px) {
    #google-container {
        height: 600px;
    }
}


div.custom {
      background-size: cover;
  -webkit-background-size: cover;
      background-position: center;
      -webkit-background-position: center;
}

div.fixed {
      background-attachment: fixed;
      -webkit-background-attachment: fixed;
}


.menu-item {
      color: #fff;
    display: inline-block;
padding: 0px 4px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.23);
    margin-bottom: 5px;
    border-radius: 2px;
}

.menu-item a:hover {
cursor:pointer;
    
  color: #ff0000;
        -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.menu-item a {
  color: #252525;
      padding: 0 8px;
	   border: 1px solid rgba(95, 95, 95, 0);
        -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  display: block;
  text-decoration:none;
}


hr.red {
      width: 80px;
    border-top: 2px solid #a11009;
    border-bottom: 2px solid #a11009;
  border-right:0;
  border-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    padding: 0;
}

.flags {
      position: absolute;
    right: 15px;
    top: 15px;
}


h6.greyred {
      background-color: #424242;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #ff0000;
}

.footer-img {
      font-size: 12px !important;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
}




a.logo {
      display: inline-block;
    padding: 11px 0;
}

.headertop a {
text-decoration: none;
color: #F5F5F5;
}

.headertop {
  background-color: #6e767d;
color: #fff;
font-weight: 600;
font-size: 12px;
height: 27px;
}

#jf-mainnav {
  text-decoration: none;
color: #0B2969;
font-weight: 500;
letter-spacing: 0.5px;
margin-right: 22px;
font-size: 16px;
}

div.formCaption {
      margin-left: 9%;
    width: 35% !important;
    margin-right: 3%;
}

.main-row {
  padding-bottom: 25%;
    padding-top: 6%;
}

div[itemprop="articleBody"] div.container a {
  color:#444;
}

img.icon-button {
    border: 1px solid rgba(0, 0, 0, 0.42);
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.11);
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

img.icon-button:hover {
  background-color: rgba(255, 255, 255, 0.36);
      border: 1px solid rgb(255, 255, 255);
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}


#wrapper {
      overflow: hidden;
    position: relative;
}

div.mobil-subheader-title {
    background-color: #ee3124;
    border-radius: 3px;
    margin: 20px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.28);
  padding: 15px 0;
  color:#fff;
  font-weight: 600;
}

div.mobil-subheader-title img {
      width: 140px;
}

div#mobil-megakran i.fa {
    color: #fff;
    background-color: #b5190e;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.28);
}

$squarew: 15px;
$squareh: 15px;
$squaremargin: 5px;
$loaderw: $squarew * 3 + $squaremargin *2;
$loaderh: $squareh * 3 + $squaremargin *2;
$delayenter: 0.3s;
$topenter: -10px;

@mixin transition($value) {
  -webkit-transition: $value ;
   -moz-transition: $value ;
          transition: $value ;
}

@mixin delay( $delay ) {
  -webkit-animation-delay: $delay;
   -moz-animation-delay: $delay;
  animation-delay: $delay;
}
@-webkit-keyframes enter{
  0%   { 
    opacity: 0;
    top: $topenter;
  }
  5%   { 
    opacity: 1;
    top: 0px;
  }
  50.9% { 
    opacity: 1;
    top: 0px;
  }
  55.9% { 
    opacity: 0;
    top: - $topenter;
  }
}
@keyframes enter{
  0%   { 
    opacity: 0;
    top: $topenter;
  }
  5%   { 
    opacity: 1;
    top: 0px;
  }
  50.9% { 
    opacity: 1;
    top: 0px;
  }
  55.9% { 
    opacity: 0;
    top: - $topenter;
  }
}
@-moz-keyframes enter{
  0%   { 
    opacity: 0;
    top: $topenter;
  }
  5%   { 
    opacity: 1;
    top: 0px;
  }
  50.9% { 
    opacity: 1;
    top: 0px;
  }
  55.9% { 
    opacity: 0;
    top: - $topenter;
  }
}


.loader{
  position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, 0);
}

.enter{
  top: 0px;
  opacity: 1;
}
.square:nth-child(1){
  @include delay(6 * $delayenter);
}
.square:nth-child(2){
 @include delay(7 * $delayenter);
}
.square:nth-child(3){
  @include delay(8 * $delayenter);
  background: #ff0000;
}
.square:nth-child(4){
  @include delay(3 * $delayenter);
}
.square:nth-child(5){
  @include delay(4 * $delayenter);
}
.square:nth-child(6){
  @include delay(5 * $delayenter);
}
.square:nth-child(7){
  }
.square:nth-child(8){
  @include delay(1 * $delayenter);
}
.square:nth-child(9){
  @include delay(2 * $delayenter);
}
.clear{
  clear: both;
 }
.last{
   margin-right:0;
}


ul#desktop {
      font-size: 13px;
    line-height: 20px;
}

.red-block {
      background-color: #ee3124;
    color: #fff;
    padding: 40px;
}

.formResponsive input[type="checkbox"] {
  margin-top: 9px !important;
}


.formResponsive input.rsform-calendar-button {
    margin-bottom: 3px;
    padding: 8px;
    margin-left: 5px;
    background: #ddd;
}



div.ba-gallery p:last-of-type {
  display:none;
}

/* NAVIGATION */

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
#cd-main-content {
  position: relative;
  height: 32px;
  overflow: hidden;
  background-color: #ee3124;
      width: 120px;
      margin: 0px auto;
  /* slightly visible only when we resize this element */
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#cd-main-content.move-out {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.no-js #cd-main-content {
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
}

#cd-intro {
  position: relative;
}
#cd-intro h1 {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
}
@media only screen and (min-width: 768px) {

}
.no-js #cd-intro {
  height: 640px;
}


.cd-header {

}

@media only screen and (max-width: 420px) {
  .cd-header {

  }
}



.cd-blurred-bg {
  /* we use jQuery to apply a mask to this element - CSS clip property */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: url("../img/bg-img.jpg") no-repeat center center; */
  background-size: cover;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.no-js .cd-blurred-bg {
  display: none;
}

.cd-menu-trigger {
    display: block;
    background-color: #4EAAD3;
padding: 8px 26px;
    /* position: absolute; */
    margin-top: -8px;
    margin-left: 6px;
}
.cd-menu-trigger span {
  /* hamburger icon */
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: white;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.cd-menu-trigger span::before, .cd-menu-trigger span::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-menu-trigger span::before {
  top: -6px;
}
.cd-menu-trigger span::after {
  bottom: -6px;
}
.no-touch .cd-menu-trigger:hover span::before {
  top: -8px;
}
.no-touch .cd-menu-trigger:hover span::after {
  bottom: -8px;
}

@media only screen and (min-width: 1170px) {

  #main-nav {
    padding: 4% 0;
  }
      
  
}



#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
        -webkit-background-position: right top;
background-size: 600px 366px;
    -webkit-background-size: 600px 366px;
    background-position: right bottom;
  background-color: rgba(255, 255, 255, 0.93);
   background-image: url(../../../images/menulenyilo-4.png);
    background-repeat: no-repeat;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /* we move this element off the canvas */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 250;
}
#main-nav ul {
  height: 100%;
}
#main-nav li {
  height: 10%;
}

#main-nav ul#desktop li a {
  height: 100%;
}

#main-nav ul#mobile li a {
  position: relative;
  display: block;
  padding: 0 10%;
  height: 100%;
  border-bottom: 1px solid #dfdbec;
  color: #3a393f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
#main-nav li a span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#main-nav li:last-child a {
  border-bottom: none;
}
#main-nav .cd-close-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #4EAAD3;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#main-nav .cd-close-menu::before, #main-nav .cd-close-menu::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #FFF;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .cd-close-menu::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .cd-close-menu::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.no-touch #main-nav .cd-close-menu:hover::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.no-touch #main-nav .cd-close-menu:hover::after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
#main-nav.is-visible {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js #main-nav {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js #main-nav .cd-close-menu {
  display: none;
}

.cd-shadow-layer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s 0s;
  -moz-transition: visibility 0s 0.5s, opacity 0.5s 0s;
  transition: visibility 0s 0.5s, opacity 0.5s 0s;
}
.cd-shadow-layer.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

#main-nav h6 {
      padding: 15px 0;
}

#main-nav a {
  text-decoration: none;
  font-size: 16px;
line-height: 22px;
        -webkit-transition: all 750ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out;
}

#main-nav a:hover {
      -webkit-transition: all 750ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out;
}



.leftwing {
    text-align: left;
    padding: 0;
    display: inline-block;
    right: 0;
    background-color: #030d2b;
    padding: 6px 32px;
    border-radius: 0 0 0 27px;
    float: left;
    width: 200px;
	}

div.leftwing:hover,
div.rightwing:hover {
      background-color: #334775;
          -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.leftwing,
.rightwing {
        -webkit-transition: all 1400ms ease-in-out;
    -moz-transition: all 1400ms ease-in-out;
    -ms-transition: all 1400ms ease-in-out;
    -o-transition: all 1400ms ease-in-out;
    transition: all 1400ms ease-in-out;
}

.center {
    display: inline-block;
    float: left;
      background-color: #fff;
      border-radius: 0 0 2px 2px;
      box-shadow: 0 0 10px rgba(3, 13, 43, 0.25);
}

.rightwing {
    text-align: center;
    padding: 0;
    display: inline-block;
    background-color: #030d2b;
    /* padding: 6px 32px; */
    border-radius: 0 0 27px 0;
    float: left;
    width: 200px;
    font-family: Arial, sans-serif;
    padding: 7px;
}

div.center img {
      width: 240px;
    padding: 12px;
}

#headercontent {
  position: absolute;
  left: 50%;
}

#headercontent-inset {
  position: relative;
  left: -50%;
}

/* NAV ENDS */



/* FLOW */

div.chart-wrapper h1 {
  color: #bc0433;
  font-weight: bold;
  font-size: 100px;
  margin-top: 300px;
  text-align: center;
}

div.chart-wrapper span {
  font-size: 80px;
  color: #bc0433;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: 50px;
}

.chart-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.chart-flow {
  margin-bottom: 100px;
  list-style: none;
      color: #fff;
}

.chart-flow h4 {
  font-weight: 600;
    font-family: Arial,sans-serif;
  font-size: 25px;
  margin-bottom: 15px;
}
.chart-flow > li {
  position: relative;
  width: 350px;
  height: 200px;
  float: left;
  clear: right;
  text-align: center;
}
@media (max-width: 1000px) {
  .chart-flow > li {
    margin: 0 auto;
    float: none;
    margin-bottom: 150px;
  }
}
.chart-flow > li .icon {
width: 65px;
    height: 65px;
    background: transparent;
    border-radius: 50%;
    margin-left: 79%;
    padding: 15px;
    z-index: 2;
    position: relative;
}
@media (max-width: 1000px) {
  .chart-flow > li .icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.chart-flow > li .bar {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 22em;
    width: 4px;
    right: -36%;
    top: -3.1em;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-59deg);
}
@media (max-width: 1000px) {
  .chart-flow > li .bar {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: relative;
    height: 8.5em;
    margin-top: 40px;
    margin: 0 auto;
    right: 0;
    top: 1em;
  }
}
.chart-flow > li .progress-bar {
  width: 100%;
  background: rgb(121, 145, 167);
}
.chart-flow > li .progres-active {
  height: 100%;
}
.chart-flow > li:nth-child(2n) {
  float: right;
  clear: left;
}
@media (max-width: 1000px) {
  .chart-flow > li:nth-child(2n) {
    margin: 0 auto;
    float: none;
    margin-bottom: 150px;
  }
}
.chart-flow > li:nth-child(2n) .icon {
  margin-left: -10%;
}
@media (max-width: 1000px) {
  .chart-flow > li:nth-child(2n) .icon {
    margin: 0 auto;
  }
}
.chart-flow > li:nth-child(2n) .bar {
    left: -46%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media (max-width: 1000px) {
  .chart-flow > li:nth-child(2n) .bar {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes height {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes height {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

.chart-gradient-bg {
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(69, 90, 130) 40%, rgb(3,13,43) 100%);
background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(69, 90, 130) 40%,rgb(3,13,43) 100%);
background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(69, 90, 130) 40%,rgb(3,13,43) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#030d2b',GradientType=0 ); 
      padding-bottom: 1em;
      padding-top: 8em;
}


.chart-flow p {
      font-size: 0.9em;
    margin: 10px 0;
}

/* FLOW END */


div.footertop {
      padding: 3em 0 12em 0;
}

div.footercenter {
      padding: 2em 0;
}

div.footerbottom {
      background: rgb(255, 255, 255);
 padding: 3em 0;
    color: #212121;
    border-top: 6px solid #b7b7b7;
}


.p-110 {
      padding: 11em 0;
}


.p-70 {
      padding: 7em 0;
}

.p-60 {
      padding: 6em 0;
}

.p-50 {
      padding: 5em 0;
}

.p-40 {
      padding: 4em 0;
}

/* BLOCKS START */


#blocks .red-brick,
#blocks .red-brick2,
#blocks .red-brick-large {
    display: inline-block;
 background-color: #4EAAD3;
  position: relative;
        -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

#blocks .red-brick:hover,
#blocks .red-brick2:hover,
#blocks .red-brick-large:hover {
    display: inline-block;
 background-color: #2C94C3;
  position: relative;
        -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}


#blocks .red-brick:hover::after {
    font: normal normal normal 6px/1 Material-Design-Iconic-Font;
    font-size: 12px;
    content: '\f054';
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    /* background-color: #0c2263; */
    padding: 6px 7px 5px 8px;
    opacity: 1;
      -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#blocks .red-brick:after {
      opacity: 0;
      -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


#blocks .red-brick-largex {
  width: 99.8%;
      margin: 1px 0;
}

#blocks .red-brick-large {
  width: 40%;
}

#blocks .red-brick {
  width: 24%;
}


/* #blocks .red-brick2 {
      width: 31%;
} */



#blocks .red-brick a,
#blocks .red-brick2 a {
    text-align: left;
  box-shadow: 0 6px 41px rgba(0, 0, 0, 0.05);
    /* border: 1px solid rgba(95, 95, 95, 0); */
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    display: block;
    text-decoration: none;
}


#blocks .red-brick {
    background-size: cover;
    background-position: center;
}


#blocks .red-brick a  {
        background: rgba(255, 255, 255, 0.81);
}

#blocks .red-brick.color2 a  {
  background: rgba(3, 13, 43, 0.66);
}

#blocks .red-brick2 a {
        -webkit-transition: all 1400ms ease-in-out;
    -moz-transition: all 1400ms ease-in-out;
    -ms-transition: all 1400ms ease-in-out;
    -o-transition: all 1400ms ease-in-out;
    transition: all 1400ms ease-in-out;
}

#blocks .red-brick a:hover {
    background: rgba(37, 37, 37, 0.09);
        box-shadow: 0 0px 9px rgba(25, 50, 109, 0.61);
}

#blocks .red-brick2 a:hover {
        -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#blocks .red-brick a:hover p,
#blocks .red-brick a:hover img {
  opacity: 0;
      -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#blocks .red-brick a p,
#blocks .red-brick a img {
      -webkit-transition: all 1400ms ease-in-out;
    -moz-transition: all 1400ms ease-in-out;
    -ms-transition: all 1400ms ease-in-out;
    -o-transition: all 1400ms ease-in-out;
    transition: all 1400ms ease-in-out;
}


#blocks .red-brick-large a,
#blocks .red-brick-largex a {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  background: rgb(34, 53, 105);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: block;
    text-decoration: none;
}


#blocks .red-brick-large a:hover,
#blocks .red-brick-largex a:hover {
  cursor:pointer;
  background: rgb(34, 53, 105);
        -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


#blocks .red-brick a  {
         padding: 30px;
    vertical-align: middle;
    display: table-cell;
    width: 375px;
    height: 150px;
    overflow: hidden;
}

#blocks .red-brick2 a  {
    padding: 10px;
    height: 160px;
    vertical-align: bottom;
    display: table-cell;
    width: 165px;
}

#blocks .red-brick-large a {
      padding: 15px 10px;
}

#blocks .red-brick-largex a {
      padding: 9px 10px;
}


#blocks .red-brick-largex p {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    font-weight: 300;
    color: #fff;
}

#blocks .red-brick p,
#blocks .red-brick-large p {
line-height: 16px;
    display: inline-block;
    padding: 7px;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    color: #0a3861;
}

#blocks .red-brick.color2 p {
      color: #ffffff !important;
}

#blocks .red-brick2 p {
    color: #ffffff;
    line-height: 20px;
    display: inline-block;
    padding: 7px 0;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
}

#blocks .bricks-bg {
    background-position: left top;
    background-repeat: no-repeat;
    padding: 80px 0;
}


#blocks img {
      width: 25px;
}





div.container-header {
      padding: 4em 6em 1em 6em;
    color: #bdbdbd;
        background: rgb(34, 53, 105);
    background: -moz-linear-gradient(45deg, rgb(34, 53, 105) 0%, rgb(121, 145, 167) 58%);
    background: -webkit-linear-gradient(45deg, rgb(34, 53, 105) 0%,rgb(121, 145, 167) 58%);
    background: linear-gradient(45deg, rgb(34, 53, 105) 0%,rgb(121, 145, 167) 58%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094494', endColorstr='#7991a7',GradientType=1 );
      border-bottom: 2px solid #ffed05;
}


.p-20 {
  padding: 6em 0 ;
}


.smallimage img {
 /*  width: 32.8%;
    margin-top: 4px;  */
        width: 100%;
}



div.ba-gllry p:last-of-type {
    display: none;
}


.bg-dblue {
      color: #fff;
    background-color: #030d2b;
    padding: 8% 0;
}




/* SIDEPANEL */

body.overflow-hidden {
    overflow: hidden;
}

div#overlay {
  height: 0;
}


.cd-team.mobile li {
    display: inline-block;
}


/* -------------------------------- 

Main components 

-------------------------------- */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* the main element slides to the left when the author bio is visible
main.slide-out {
  
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
} */

body.overflow-hidden .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-800px);
    -moz-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    -o-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}

.cd-section {
  text-align: left;
}
.cd-section .cd-container {
  /* this modifies the .cd-container default max-width */

}
.cd-section h2 {
}
.cd-section p {
}
@media only screen and (min-width: 768px) {
  .cd-section {
  }
  .cd-section p {
  }
}
@media only screen and (min-width: 1200px) {
  .cd-section {
  }
  .cd-section h2 {
  }
  .cd-section p {
  }
}



.cd-placeholder-1 {
  background: #222;
  color: #fff;
}

.cd-placeholder-2 {
  background: #222;
}


.cd-team .cd-container {
  max-width: 1200px;
      text-align: left;
}
.cd-team h2 {
  color: #fafafa;
}

.no-touch .cd-team li:hover {
}
.no-touch .cd-team li:hover .cd-img-overlay {
  opacity: 1;
}
.cd-team figure {
  position: relative;
}
.cd-team img {
}
.cd-team .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(92, 75, 81, 0.9);
  opacity: 0;
  border-radius: .25em .25em 0 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-team .cd-img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
}
.cd-team .cd-member-info {
  height: 80px;
  background: #FFF;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  border-radius: 0 0 .25em .25em;
}
.cd-team .cd-member-info span {
  display: block;
  font-weight: normal;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  .cd-team li {
    display: inline-block;
  }
  .cd-team li:nth-child(3n) {
    margin-right: 0;
  }
}

.cd-member-bio {
  position: fixed;
  top: 0;
  z-index: 101 !important;
  right: 0;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  z-index: 1;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
  position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
 
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.cd-member-bio img {
  display: block;
}
.cd-member-bio .cd-bio-content {
  padding: 1em;
    color: #222;
}

.cd-member-bio .cd-bio-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0;
  line-height: 1.4;
    color: #222;
}
@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
  .cd-member-bio .cd-bio-content p {
    line-height: 1.6;
    margin: 2em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 800px;
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px);
  }
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em 2em 0 4em;
    /* we move the content up so the title is over the color gradient 
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); */
  }
  .cd-member-bio .cd-bio-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .cd-member-bio .cd-bio-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-member-bio-close {
width: 56px;
    height: 56px;
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: url("/img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 102;
  display: none;
    background-color: #4EAAD3;
    padding: 7px;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 0px;
    top: 0px;
  }
}

.cd-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(132, 132, 132, 0.71);
    cursor: pointer;
    display: none;
    z-index: 101;
}

/* -------------------------------- 

xkeyframes 

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

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

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

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}



/* SIDEPANEL ENDS */


#jf-footer i.fa {
    font-size: 1.8em;
    padding-right: 18px;
    color: #f96700;
}

#jf-contact {
   /*   background: url(../../../images/form_bg.jpg); */
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
}


.blue-box {
      background-color: #334775;
    color: #fff;
    padding-left: 30px !important;
      padding-right: 30px !important;
      padding: 30px;
    line-height: 2.3em;
    border-radius: 2px;
}

.career-blue {
  text-align: center;
}

.career-blue i.fa {
      font-size: 33px;
    opacity: 0.3;
}

.career-blue .col-sm-4 {
      text-align: center;
    padding: 80px 0;
  border-right: 1px solid #1b2238;
}

.career-blue .col-sm-4:last-child {
border-right: 0px !important;
}


/* TABS */


nav.tabs0 {
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}


.text-color {
      color: #4eaad3;
  transition-duration: .5s;
}


.tab0wrapper {
  max-width: 1020px;
  margin: 0 auto;
}

.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.tabs > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #646567;
}
.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 5px 5px 0 0;
}
.tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.tabs > li.active {
  color: #50555a;
}
.tabs > li.active:before {
  transition-duration: .5s;
  background-color: #ececec;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  background-color: #ececec;
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
.tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 45px 40px 40px 40px;
}

.content__wrapper h2 {
    font-family: 'SegoeUI', Arial,sans-serif;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 2em;
}
.content__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.colors {
  text-align: center;
  padding-top: 20px;
}
.colors > li {
  list-style: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  transition-duration: .2s;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.colors > li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-bottom: 10px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.colors > li.active-color {
  -webkit-transform: scale(1.2) translateY(-10px);
  transform: scale(1.2) translateY(-10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 20px solid rgba(0, 0, 0, 0.15);
}
.colors > li:nth-child(1) {
  background-color: #2ecc71;
}
.colors > li:nth-child(2) {
  background-color: #D64A4B;
}
.colors > li:nth-child(3) {
  background-color: #8e44ad;
}
.colors > li:nth-child(4) {
  background-color: #46a1de;
}
.colors > li:nth-child(5) {
  background-color: #bdc3c7;
}

/* TABS END */

div.potkocsi-ikon {
  margin: 0px auto;
  text-align:center;
}

div.potkocsi-ikon div.icon1 {
  display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.44);
    padding: 22px;
    background: rgba(221, 221, 221, 0.1);
}

div.potkocsi-ikon div.icon1 img {
      padding-bottom: 12px;
}


.smallimage2 img,
a.smallimage2 {
      display: inline-block;
      margin-right: 3px;
    margin-top: 2px;
}


div.vh100 {
  height: 100vh;
    overflow: hidden;
}

a.smallimage {
    max-height: 145px;
    overflow: hidden;
    float: left;
    position: relative;
    width: 32.8%;
    margin-right: 2px;
    min-height: 117px;
    margin-top: 2px;
}

div.partners {
text-align: center;
    position: relative;
    display: block;
    width: 80%;
    margin: 0px auto;
}
div.partners div {
    display: inline-block;
    margin: 8px;
    width: 15%;
    padding: 13px;
    text-align: center;
}

.bg-orange {
      background-color: #f96700;
}


/* loading */

@keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-wedges {
  position: relative;
}
.lds-wedges > div > div {
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
  -webkit-animation: lds-wedges 2s linear infinite;
  animation: lds-wedges 2s linear infinite;
  opacity: 0.8;
}
.lds-wedges > div > div > div {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 70px 0 0 0;
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
}
.lds-wedges > div div:nth-child(1) > div {
  background: #f35325;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(1) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.lds-wedges > div div:nth-child(2) > div {
  background: #81bc06;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(2) {
  -webkit-animation-duration: 0.666666666666667s;
  animation-duration: 0.666666666666667s;
}
.lds-wedges > div div:nth-child(3) > div {
  background: #ffba08;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(3) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.lds-wedges > div div:nth-child(4) > div {
  background: #05a6f0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(4) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.lds-wedges {
  width: 101px !important;
  height: 101px !important;
  -webkit-transform: translate(-50.5px, -50.5px) scale(0.505) translate(50.5px, 50.5px);
  transform: translate(-50.5px, -50.5px) scale(0.505) translate(50.5px, 50.5px);
}

/* loading ends */

.brick-lg {
      width: 64.8% !important;
}

.brick-lg a {
      width: 300px !important;
}

.red-brick2:before {
    content: "\f054";
  position: absolute;
        right: 0.8em;
    color: rgb(9, 103, 142);
        padding-top: 2px;
    font-size: 11px;
  font-family: Material-Design-Iconic-Font;
  -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;
}

.red-brick2:hover:before, .red-brick2:focus:before, .red-brick2:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}




.mobile-block:before,
.mobile-block-large:before {
    content: "\f054";
  position: absolute;
        right: 0.8em;
    color: rgb(9, 103, 142);
        padding-top: 2px;
    font-size: 11px;
  font-family: Material-Design-Iconic-Font;
  -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;
}

.mobile-block:hover:before, .mobile-block:focus:before, .mobile-block:active:before,
.mobile-block-large:hover:before, .mobile-block-large:focus:before, .mobile-block-large:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}



.headertop .menu a {
      padding: 12px 15px;
  color: #313131 !important;
    background-color: #f7f7f7;
}

nav#main-nav i.fa {
    color: #4EAAD3;
    font-size: 15px;
    text-align: center;
    width: 16px;
    margin-right: 7px;
}

nav#main-nav h5 {
      font-size: 1.2em;
    font-weight: 700;
    color: #4EAAD3;
}


/* LOGIN */

.login-grey,
form#user-registration,
form#member-registration,
form.form-validate,
form#login-form{

    width: 390px;
    margin: 0px auto;
    background-color: #dedede;
    padding: 25px;
    margin-top: 10%;
    margin-bottom: 5%;
    color: #252525;
  
}

ul.nav-stacked {
      text-align: center;
}

.login-grey input,
form#user-registration input,
div.login input,
form#member-registration input,
form.form-validate input,
form#login-form input{    width: 100%;padding:9px 10px;border-radius:2px;color:#000;background-color: #fff;}
.login-grey input#modlgn-remember,
div.login input#remember{margin-left:10px;width:21px;}

.login-grey #form-login-remember label,
div.login .control-label label,
form#member-registration label,
form#login-form label{float:left;}

.login-grey #form-login-submit button,
form#user-registration button[type="submit"],
div.login button[type="submit"],
form#member-registration button[type="submit"],
form.form-validate button[type="submit"],
form#login-form button[type="submit"]{
  
background-color: #4EAAD3;
    color: #fff;
    color: #FFF;
    padding: 14px 22px;
    width: 160px;
    text-align: center;
    margin: 0px auto;
    margin-top: 2em;
    position: relative;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    display: block;
    border: 0 none;
    text-decoration: none !important;
    font-weight: 300;
    letter-spacing: 0.5px;

}
.login-grey ul.unstyled li a,
form#member-registration a.btn,
form#login-form li a,
form#login-form a.btn{color:#BBB;font-size:13px;text-decoration:none;}
form#member-registration label#jform_spacer-lbl,
form#login-form label#jform_spacer-lbl{font-size:10px;float:none;}
.login-grey div#form-login-submit div.controls,
div.login div#form-login-submit div.controls,
form#member-registration div.controls,
form#login-form div.controls{text-align:center;margin:20px 0px;}
.login-grey div#control-group,
form#login-form div#control-group{margin:10px 0px;}
a.close{display:none;}
body.view-login ul li a{text-align:center;color:#ddd;font-size:12px;}
form#login-form input#modlgn-remember{width:10px;margin-left:10px;}

/* Login ends */


div.overview-table div p.title {
         border-bottom: 3px solid #4eaad3;
       font-size: 1.5em;
    line-height: 1.3em;
      font-family: 'SegoeUI', Arial,sans-serif;
}

div.overview-table {
  text-align: center;
}

div.overview-table div p {
      padding: 10px;
    text-align: center;
}

/* TABS2 */


ul.tab1__content .content__wrapper h2 {
      text-align: left;
}

nav.tabs1 {
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #252525;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}


.text-color {
      color: #4eaad3;
  transition-duration: .5s;
}


.tab1wrapper {
  /* min-width: 1020px; */
  /* max-width: 1360px; */
  margin: 0 auto;
}

.tabs1 {
  display: inline-block;
  table-layout: fixed;
  /* max-width: 200px; */
  width: 35%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-right: 1px solid #4eaad3;
}
.tabs1 > li {
  transition-duration: .25s;
  display: block;
  list-style: none;
  text-align: right;
  padding: 20px 35px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.tabs1 > li:before {
    z-index: -1;
    top: 20px;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    transition-duration: .25s;
    content: "\f054";
    position: absolute;
    right: 14px;
    font-size: 14px;
    color: #4eaad3;
    font-family: FontAwesome;
}
.tabs1 > li:hover:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.tabs1 > li.active {
color: #4eaad3;
    border-right: 5px solid #4eaad3;
}

.tabs1 > li.active:before {
    opacity: 0;
  
  transition-duration: .5s;
  /* background-color: #ececec; */
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab1__content {
  /* background-color: #ececec; */
  position: relative;
  width: 65%;
  /* border-radius: 5px; */
  float: right;
  /* height: 100% !important; */
}
.tab1__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
.tab1__content > li .content__wrapper {
text-align: left;
    border-radius: 5px;
    width: 100%;
    padding: 45px 70px 40px 70px;
    height: 100%;
    line-height: 2em;
}


.colors1 {
  text-align: center;
  padding-top: 20px;
}
.colors1 > li {
  list-style: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  transition-duration: .2s;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.colors1 > li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-bottom: 10px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.colors1 > li.active-color {
  -webkit-transform: scale(1.2) translateY(-10px);
  transform: scale(1.2) translateY(-10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 20px solid rgba(0, 0, 0, 0.15);
}
.colors1 > li:nth-child(1) {
  background-color: #2ecc71;
}

/* TABS2 END */


.requests img {
      border: 4px solid #fff;
    padding: 10px;
}

.sprocket-strips-s-container {
      text-align: center;
}



/* ---------- MOBIL ----------- */

#mobil-woims {
}

#mobil-woims div.mobile-blocks {
      margin: 15px 5px;
}

#mobil-woims div.mobile-blocks div.mobile-block {
background-color: #4EAAD3;
    color: #fff;
    display: inline-block;
    text-align: center;
    /* padding: 20px 10px; */
    /* min-height: 140px; */
    margin: 3px 1px;
    width: 48%;
  position: relative;
}

#mobil-woims div.mobile-blocks div.mobile-block-large {
    background-color: #4EAAD3;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 20px 10px;
      min-height: 140px;
    margin: 3px 1px;
    width: 98%;
  position:relative;
}

#mobil-woims div.mobile-blocks div.mobile-block:hover {
    background-color: #3086ad;
    color: #fff;
}


#mobil-woims div.mobile-blocks a {
    color: #ffffff;
    text-decoration: none;
    padding: 20px 10px;
    display: inline-block;
    width: 100%;
}

#mobil-woims div.mobile-blocks a:hover {
      color: #fff;
  text-decoration:none;
}


#mobil-woims div.mobile-blocks div.mobile-block i {
      display: block;
    margin: 0px auto;
    font-size: 2.5em;
    padding-bottom: 10px;
}

.grid.large {
  max-width: 100% !important;
}

.grid.large figure {
      max-width: 32.8% !important;
}

#mobil-woims div.mobile-blocks div.orange {
  background-color: #f96700 !important;
}

div.orange:before {
      color: rgb(255, 255, 255);
}


#main-nav ul.prods li a {
      border-left: 2px solid rgb(78, 170, 211);
    padding-left: 8px;
    display: block;
    margin-bottom: 5px;
}

#main-nav ul#desktop li a:hover {
      margin-left: 3px;
    color: #4eaad3;
}


div.complex-box {
    float: left;
    position: relative;
    border-right: 2px solid #4eaad3;
    margin: 0.5em 0;
    width: 90%;
    padding: 1em;
  border-bottom: 2px solid #4eaad3
}

ul.complex-list h6 {
      margin-bottom: 8px;
    margin-top: 12px;
}


div.complex-box:before {
content: "";
position: absolute;
right: -51px;
top: 134px;
width: 0;
height: 0;
border-left: 50px solid #4eaad3;
border-top: 0px solid transparent;
border-bottom: 1px solid transparent;
}

/* search */

div.mod_search287 input[type="search"]{width:auto;color:#000;}
div.mod_search287 input[type="search"]{width:260px !important;padding:12px 10px;}

div.mod_search121 input[type="search"]{width:auto;color:#000;}
div.mod_search121 input[type="search"]{width:260px !important;padding: 9px 10px;
margin-right: 7px;}


label.element-invisible{display:none !important;}

form#searchForm{float:left;border:2px solid #D2D2D2;padding:20px;width: 33%;font-size:12px;}

dl.search-results{width: 65%;float:right;}
dt.result-title a{color:#000;font-size:16px;font-weight:400;border:1px solid #ddd;padding:7px 20px;background-color:#f8f8f8;}
.pagination ul li{display:inline-block;margin:0 7px;font-size:11px;}
.pagination ul li a,
.pagination ul li a:hover,
.pagination ul li a:focus{color:#7a7a7a;}
.pagination{width:100%;position:absolute;margin-top:-45px;}
.result-created,
.result-category{display:none;}
.result-text{font-size:12px;margin:10px 0px;}
dt.result-title a:hover{color:#000 !important;}


div.mod_search119 input[type="search"] {
    max-width: 399px !important;
    padding: 18px;
  width: 100%;
}

div.mod_search121 input.button {
        background-color: #4EAAD3;
    color: #fff !important;
}

div.mod_search119 button {
      background-color: #4EAAD3;
    color: #fff !important;
      color: #FFF;
    padding: 14px 22px;
    min-width: 160px;
    text-align: left;
    margin: 3px 0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    display: inline-block;
    border: 0 none;
    text-decoration: none !important;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 18px;
}


div.mod_search119 {
padding-bottom: 6em;
text-align: center;
margin-top: 0 !important;
  
}

p.hvr-blob {
  margin-top: 0px;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

p.hvr-blob:hover {
  margin-top: -5px;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.sprocket-strips-s-text {
    display: inline-block !important; 
}

.sprocket-strips-s-content {
    text-align: left;
    z-index: 2;
    margin-bottom: 10px;
    padding: 1em;
        padding-top: 1em;
    min-height: 569px !important;
    display: block;
    position: relative;
    padding-top: 245px !important;
}

div.spr-image {
    height: 245px !important;
}


div.logout button {
    color: #FFF;
    padding: 14px 22px;
    min-width: 160px;
    text-align: left;
    margin: 3px 0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    display: inline-block;
    border: 0 none;
    text-decoration: none !important;
    font-weight: 300;
    letter-spacing: 0.5px;
  font-size: 18px;
    background-color: #4EAAD3;
    color: #fff !important;
}

div.logout .control-group {
  text-align: center;
  margin-bottom: 20px;
}


.bg-image-server {
  background-image: url(../../../images/server-room-konsys.jpg);

background-size: cover;

background-repeat: no-repeat;
}

.modul-text-1 {
  position: absolute;
  top: 34px;
  left: 200px;
  color: #e39020;
  font-weight: 600;
}
.modul-text-2 {
  position: absolute;
  top: 114px;
left: 384px;
  color: #9bbb59;
  font-weight: 600;
}
.modul-text-3 {
  position: absolute;
  top: 173px;
left: 387px;
  color: #5a7016;
  font-weight: 600;
}
.modul-text-4 {
  position: absolute;
  bottom: 148px;
  left: 53px;
  color: #18414c;
  font-weight: 600;
}
.modul-text-5 {
  position: absolute;
  top: 173px;
  left: 19px;
  color: #3b6374;
  font-weight: 600;
}
.modul-text-6 {
  position: absolute;
  top: 113px;
  left: 19px;
  color: #45c4db;
  font-weight: 600;
}

#jf-contact .sprocket-strips-s-title {
    margin-top: 1em;
}




.btn {
flex: 1 1 auto;
margin: 5px 0;
padding: 11px 35px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
border-radius: 4px;
display: inline-block;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
 }

/* Demo Stuff End -> */

/* <- Magic Stuff Start */

.btn:hover {
  background-position: right center; /* change the direction of the change here */
}

.btn-1 {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.btn-2 {
  background-image: linear-gradient(to right, #062C84 0%, #104EDD 51%, #062C84 100%);
}

.btn-3 {
  background-image:  linear-gradient(to right, #bcbdbf 0%, #7c858d 51%, #a2adb7 100%);
}

.btn-4 {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.btn-5 {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

/* Magic Stuff End -> */

.tx-center {
  text-align:center;
}

.bg-center {
  background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
}



.scroll {
position: absolute;
left: 50%;
bottom: 0;
height: 0;
width: 0;
border-left: 90px solid transparent;
border-right: 90px solid transparent;
border-bottom: 80px solid #0B2969;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.scroll:before {
content: '';
position: absolute;
top: 45px;
left: 50%;
height: 20px;
width: 30px;
margin-top: -5px;
margin-left: -15px;
background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#fff));
background: linear-gradient(top left, #e84c00, #c10040);
-webkit-clip-path: polygon(15% 0, 50% 60%, 85% 0, 100% 20%, 50% 100%, 0 20%);
clip-path: polygon(15% 0, 50% 60%, 85% 0, 100% 20%, 50% 100%, 0 20%);
-webkit-animation: bounce 2s ease infinite;
animation: bounce 2s ease infinite;
}

@keyframes bounce {
  50% {
    transform:
      scale(.75)
      translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}


.website_optimierung_content {
  position: relative;
}

.box-6 .btn {
position:absolute;
bottom: 3em;
}

.box-6.icon-1 {
background-image: url(../../../images/icon-1.png);
}

.box-6.icon-2 {
background-image: url(../../../images/icon-2.png);
}

.box-6.icon-3 {
background-image: url(../../../images/icon-3.png);
}

.box-6.icon-4 {
background-image: url(../../../images/icon-4.png);
}

.box-6.icon-5 {
background-image: url(../../../images/icon-5.png);
}

.box-6.icon-6 {
background-image: url(../../../images/icon-6.png);
}




.box-6:hover {
border: 1px solid  #cec778;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.mainstuff ul li:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
content: '\f2fb';
text-rendering: auto;
color: #6e767d;
font-size: 18px;
margin-right: 5px;
}

.mainstuff ul li {
  line-height: 30px;
}

.mainstuff h5 {
  margin-bottom: 1em;
}

#jf-mainnav p a {
  font-weight: 600;
font-size: 14px;
color: #373737;
}


/* slide */

.slideshow-container {
  position: relative;
  top: -25px;
background-color: rgba(72, 61, 35, 0.83);
}


.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.slideshow .item .img-fill{
  height:100vh;
}

.slideshow .item .img-fill .info{
position: absolute;
width: 50%;
height: 100%;
top: 25%;
text-align: center;
color: #fff;
left: 28%;
}

.slideshow .item .img-fill .info h1 {
  font-size: 4em;
}

.slideshow .item .img-fill .info p {
  padding: 1em 0;
font-size: 1.2rem;
}


.slideshow .item .img-fill .info p.h4title  {
 font-size: 32px;
line-height: 1em;
}

.slideshow .item .info > div{
  display:inline-block!important;
}

.slideshow .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background: #6e767d;
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px Material-Design-Iconic-Font;
  color:#FFF;
  z-index:5;
}

.slideshow .NextArrow:before{content:'\f2fb';}

.slideshow .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background: #6e767d;
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px Material-Design-Iconic-Font;
  color:#FFF;
  z-index:5;
}

.slideshow .PrevArrow:before{content:'\f2fa';}

.slideshow .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.slideshow .slick-dots li button{display:none;}
.slideshow .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#B6944C;
  position:absolute;
  left:0px;
  bottom:0px;
}

.slideshow .slick-dots li.slick-active{
  width:100%;
  -webkit-animation:ProgressDots 6s both;
          animation:ProgressDots 6s both;
}

.slideshow .item h3{
  font-size: 1.6rem;
  text-transform:uppercase;
  color:#B6944C;
  -webkit-animation:fadeIn 1s both;
          animation:fadeIn 1s both;
  margin:0;
  padding:0;
}

.slideshow .item.slick-active h3{
  -webkit-animation:fadeIn 1s both 1s;
          animation:fadeIn 1s both 1s;
}


.slideshow .item img{
  -webkit-animation:fadeIn 1s both;
          animation:fadeIn 1s both;
}

.slideshow .item.slick-active img{
  -webkit-animation:fadeIn 1s both;
          animation:fadeIn 1s both;
}


@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;width: 100%;}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height: 90vh;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

p.menuitems {
float: left;
}

p.menuitems a {
font-weight: 600;
font-size: 14px;
padding: 7px 0;
color: #4b4c45;
border-bottom: 2px solid #fff;
margin: 0 10px;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}


p.menuitems a:hover {
border-bottom: 2px solid #cec778;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}



@media print {
 
.slideshow-container {
display: none;
}

}


.slidebg-1 {
background-image: url(../../../images/commercialisti-ungheria-karma.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.slidebg-2 {
background-image: url(../../../images/commercialisti-ungheria-karma.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.partners2 .zmdi {
color: #cfcfcf;
}

.mobileheader {
background: linear-gradient(to right, #cec778 0%, #b1ab63 51%, #cec778 100%);
padding: 4em 1rem;
text-align: center;
color: #fff;
font-size: 1rem;
}


.cookie {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 1rem 10%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
}
@media (max-width: 32rem) {
  .cookie {
    text-align: center;
  }
}
.cookie .cookie__message {
  padding: 0.2rem 0;
  margin: 0;
  display: inline-block;
}
@media (max-width: 64rem) {
  .cookie .cookie__message {
    width: 100%;
  }
}
.cookie .cookie__accept,
.cookie .cookie__decline,
.cookie .cookie__link {
  padding: 0.2rem 0.8rem;
  border: 0;
  background: white;
  margin: 0 0.5rem;
  transition: background 150ms ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.cookie .cookie__accept:focus,
.cookie .cookie__decline:focus,
.cookie .cookie__link:focus {
  outline: none;
}
@media (max-width: 64rem) {
  .cookie .cookie__accept,
  .cookie .cookie__decline,
  .cookie .cookie__link {
    margin: 0.5rem 1rem 0.5rem 0;
  }
}
@media (max-width: 32rem) {
  .cookie .cookie__accept,
  .cookie .cookie__decline,
  .cookie .cookie__link {
    width: 100%;
  }
}
.cookie .cookie__accept {
  background: #222;
  color: #fff;
}
.cookie .cookie__accept:hover, .cookie .cookie__accept:focus {
  background: #222;
}
.cookie .cookie__accept:active {
  background: #222;
}
.cookie .cookie__link {
  color: #3498db;
  background: none;
  padding: 0.2rem 0;
  margin: 0;
}
@media (max-width: 64rem) {
  .cookie .cookie__link {
    margin: 0.5rem 0;
  }
}
.cookie .cookie__link:hover, .cookie .cookie__link:focus {
  text-decoration: underline;
}
@media (max-width: 32rem) {
  .cookie .cookie__link {
    width: 100%;
    text-align: center;
  }
}


.bordered-box {
width: 65%;
color: #fff;
padding: 1em;
margin: 0px auto;
border-radius: 316px;
margin-top: 5em;
margin-bottom: 5em;
background-image: linear-gradient(-755deg, #8b8f97 0%, #c7c9ca 50%, #87919a 100%);
box-shadow: 0 0px 14px #0000001a;
}

.bordered-box div {
display: table-cell;
vertical-align: middle;
}

.bordered-box .text {
padding-left: 2em;
font-size: 1.8rem;
}

.bordered-box  h6 {
font-size: 3rem;
}

#jf-footer h4 {
font-size: 14px !important;
line-height: 24px;
}

.padding-0 {
padding: 0;
  padding-right: 0px;
  padding-left: 0px;
}