/**
 * ADMIN MENU
 */
#admin-menu {
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
  height: 30px;
  padding: 6px 0 4px 0;
}

/**/
body.admin-menu .page-head {
  top: 40px;
}
body.admin-menu .page-body-container {
  padding-top: 105px;
}

/**/
body.adminimal-menu div#admin-menu {
  background-color: #2C2C2C !important;
  border-bottom: 0 solid #0074BD;
  font-family: "HelveticaNeueW02-55Roma" !important;
}




/**
 * BACK TO TOP
 */
#backtotop {
  background: rgb(0,121,193) url("../img/icon-ui/icon-direction/icon-direction-lrg-right-ffffff.svg") center center no-repeat;
  background-size: 15px auto; 
  border-radius: 50%;
  bottom: 10px;
  left: auto;
  right: 15px;
  height: 30px;
  opacity: 1.0;

    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 30px;
}


/* @media */
@media screen and (min-width:768px) {
  #backtotop {
    background-size: 20px auto; 
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
  }
}




/**
 * COLORBOX
 */
.field-type-image a.colorbox {
  display: block;
  position: relative;
}
.field-type-image a.colorbox::after {
  background: url("../img/icon-ui/icon-image/icon-image-zoom-4A4A4A.svg") center center no-repeat;
  bottom: 10px;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 10px;
  width: 40px;
  z-index: 1;
}




/**
 * DISPLAY EFFECTS - GROUP ACCORDION
 */
.display-effects-group-accordion .view-grouping-header a {
  padding-left: 35px;
}
.display-effects-group-accordion .view-grouping-header a::before {
  height: 24px;
  left: 6px;
  top: 8px;
  width: 24px;
}
.display-effects-group-accordion .view-grouping-content h4 {
  font-family: "HelveticaNeueW02-65Medi";
  font-weight: normal;
  margin-left: 0;
}




/**
 * PROFILE
 */
.profile {
  background-color: #F1F3F4;
  box-sizing: border-box;
  clear: both;
  margin: 30px auto;
  max-width: 700px;
  padding: 30px;
}
.profile h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}
.profile dd {
  margin: 0 0 1em 0;
}




/**
 * EU COOKIE COMPLIANCE
 */
#sliding-popup.sliding-popup-bottom {
  background: rgba(7,121,191,0.8) !important;
}

/**/
#sliding-popup .popup-content {
  font-family: "HelveticaNeueW02-55Roma";
  font-size: 1em;
  font-weight: normal;
  overflow: hidden;
  padding: 15px 0;
}

/**/
#sliding-popup .popup-content #popup-text {
  float: none;
  font-size: 1em;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 15px;
  text-align: center;
  width: auto;
}
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  font-family: "HelveticaNeueW02-55Roma";
  font-size: 1em;
  font-weight: normal;
  display: block;
  overflow: hidden;
}

/**/
#sliding-popup .popup-content button.find-more-button,
#sliding-popup .popup-content button.find-more-button:hover {
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
}

/**/
#sliding-popup .popup-content #popup-buttons {
  float: none;
  margin: 15px auto 0 auto;
  max-width: 700px;
  padding: 0 15px;
  text-align: center;
  width: auto;
}
#sliding-popup .popup-content #popup-buttons button {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #0079C1 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "HelveticaNeueW02-55Roma";
  font-size: 1em;
  font-weight: normal;
  margin: 0 15px;
  padding: 8px 15px;
  text-shadow: none;
}
#sliding-popup .popup-content #popup-buttons button.agree-button:hover {
  background: #FFFFFF;
}
#sliding-popup .popup-content #popup-buttons button:active {
  /*
  position: relative;
  top: 1px;
  */
}




/**
 * FLEXSLIDER - USED FOR FIELD COLLECTIONS (PROJECT)
 */
.flexslider {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 ;
  position: relative;
}


/**/
.flexslider .slides > li {
  position: static !important;
  z-index: 0 !important;
}


/**/
.flex-control-nav {
  /*
  bottom: -40px;
  position: absolute;
  text-align: center;
  width: 100%;
  */
  border: 1px solid red;
  bottom: auto;
  display: none;
  left: 15px;
  padding: 14px;
  top: 15px;  
  width: auto;
}
.flex-control-nav li {}


/**/
.flex-control-paging {
  height: 16px;
  overflow: hidden;
}
.flex-control-paging li a {
  background: #FFFFFF;
  border: 1px dashed orange;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  text-indent: -9999px;
  width: 14px;
}
.flex-control-paging li a:hover {
  background: #0079C1;
}
.flex-control-paging li a.flex-active {
  background: #0079C1;
}

/**/
.flex-direction-nav {
  /*
  display: block !important;
  top: 50%;
  height: 60px !important;
  margin-top: -30px;
  opcacity: 1 !important;
  position: absolute;
  width: 100%;
  */
}
.flex-direction-nav a {
  cursor: pointer;
  display: block !important;
  height: 60px;
  margin: -30px 0 0 0 !important;
  opacity: 0.8;
  text-indent: -9999px;
  text-shadow: none;
  width: 45px;
}

.flex-direction-nav a:before {
  display: none;
}

/**/
.flex-direction-nav a.flex-prev {
  left: 0 !important;
}
.flex-direction-nav a.flex-next {
  right: 0 !important;
  text-align: left;
}

/**/
.flex-direction-nav a.flex-prev {
  background: #4A4A4A url("../img/icon-ui/icon-direction/icon-direction-lrg-right-ffffff.svg") center center no-repeat;
  background-size: 30px auto;
  transform: rotate(180deg);
}
.flex-direction-nav a.flex-next {
  background: #4A4A4A url("../img/icon-ui/icon-direction/icon-direction-lrg-right-ffffff.svg") center center no-repeat;
  background-size: 30px auto;
}

/**/
body.node-type-microsite.front .flexslider .flex-viewport {
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

/* @media */
@media screen and (min-width:768px) {
  /*
  .flex-direction-nav a {
    margin: 0;
    top: auto;
  }
  */
}

/* @media */
@media screen and (min-width:1024px) {
  /*
  .flex-control-nav {
    bottom: 0;
    padding: 10px;
    position: relative;
  }
  */
}


/**/
.field-name-field-service-visual .flex-direction-nav {}

/**/
.view-contact-person .flex-direction-nav a,
.field-name-field-service-col-contact-person .flex-direction-nav a {
  top: 140px !important;
}




/**
 * flexslider-1 for desktop
 */
#flexslider-1 {
  height: 100%;
}

#flexslider-1 .flex-viewport ul,
#flexslider-1 .flex-viewport ul,
#flexslider-1 .flex-viewport ul li, 
#flexslider-1 .flex-viewport ul li article {
  height: 100%;
}
/**/
#flexslider-1 .flex-viewport,
#flexslider-1 .flex-viewport ul.slides {
  /*height: inherit;*/
}

/**/
#flexslider-1.flexslider .slides .field-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/**/
#flexslider-1.flexslider .slides .field-item img {
  opacity: 0;
}




/**
 * PANELS
 */

/* FRONT */
body.node-type-microsite.front .panel-col-b12 {
  overflow: hidden;
}


/* SITEMAP */
body.page-node-1918 .panel-col-b6-c6 {
  padding: 15px;
}
body.page-node-1918 .panel-col-b6-c6 .block {
  margin-bottom: 30px;
}

/* @media */
@media screen and (min-width:1024px) {
  body.page-node-1918 .panel-col-b6-c6 {
    padding: 60px;
  }
  body.page-node-1918 .panel-col-b6-c6 .panel-col {
    width: 48%;
  }
}




/**
 * SLICK SLIDER - DEFAULT SLIDESHOW
 */
.slick--slider {
  position: relative;
}


/**/
.slide__content {}


/**/
nav.slick__arrow {}
nav.slick__arrow button {
  border: 2px solid #0079C1;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 40px;
}
nav.slick__arrow button.slick-prev {
  background: #FFFFFF url("../img/angle-left.png") 0px center no-repeat;
  background-size: 32px auto;
  left: 10px;
}
nav.slick__arrow button.slick-next {
  background: #FFFFFF url("../img/angle-right.png") 3px center no-repeat;
  background-size: 32px auto;
  right: 10px;
}


/* dots = pager */
ul.slick-dots {
  bottom: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
}
ul.slick-dots li {
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 3px;
  text-indent: -9999px;
  width: 14px;
}
ul.slick-dots li.slick-active {
  background: #0079C1;
}


/**/
body.front .slick-list {
  border-radius: 6px;
  overflow: hidden;
}

/**/
body.node-type-microsite .slick--slider {
  margin-bottom: 40px;
}


/* @media */
@media screen and (max-width:767px) {
  ul.slick-dots {
    bottom: 0;
    padding-top: 10px;
    position: relative;
  }
}



/**
 * SOFTWARE DOWNLOAD
 */
#software-download-login-form .form-item {
  float: none;
}

/* @media */
@media screen and (min-width:767px) {
  #software-download-login-form .form-item {
    float: left;
  }
}
