/*
	Theme Name: AKROS
	Description: WordPress Theme
	Version: 3.0
	Author: Amdis Boyd
*/

/*
Akros blau #3A4F5C
Dark Text small #283A44
Light Blue #9bc7ee
Brown Dark #81725E
Brown Mid #C3BBB2
Brown Light #EEEBE5
Grey #878787
Red #C60C30
*/

/*Common*/
html {
  font-family: "Roboto-Light";
  font-size: 26px;
  line-height: 37px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  color: #283a44;
  height: 100%;
}
body,
html,
li,
ul {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fafafa;
  overflow-x: hidden;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
li,
ul {
  list-style-type: none;
  list-style-position: inside;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.spacer {
  display: block;
  width: 100%;
  height: 70px;
  min-height: 70px;
}
hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #eeebe5;
  border: 0px;
  margin-top: 90px;
  margin-bottom: 160px;
}
@media all and (max-width: 768px) {
  html {
    font-size: 13px;
    line-height: 20px;
  }
  hr {
    margin-top: 45px;
    margin-bottom: 80px;
  }
  .spacer {
    height: 35px;
    min-height: 35px;
  }
}
.noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.responsiveimage {
  width: 100%;
  height: auto;
}
.imgeffect {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.imgeffect:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.capitalise {
  text-transform: capitalize;
}
.capitaliseFirst:first-letter {
  text-transform: uppercase !important;
}
nav > .menu-main-container > ul > .capitaliseFirst a:first-letter {
  text-transform: uppercase !important;
}
.mobileNavArea > .menu-main-container > ul > .capitaliseFirst a:first-letter {
  text-transform: uppercase !important;
}
iframe {
  overflow: hidden;
  border-width: 0px;
}
.lightShadow {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(237, 237, 237, 1);
  box-shadow: 0px 0px 9px 0px rgba(237, 237, 237, 1);
}
.orange {
  color: #ff6100;
}

.backtoTopBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 64px;
  height: 33px;
  background-image: url(img/up_arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 91000;
}

/*Standard Typeface*/
h1 {
  display: inline-block;
  width: 100%;
  position: relative;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 80px;
  line-height: 100px;
  font-weight: normal;
  color: #3a4f5c;
}
h1:before {
  content: "";
  position: absolute;
  width: auto;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #c60c30;
}
h2 {
  display: inline-block;
  width: auto !important;
  position: relative;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 60px;
  line-height: 75px;
  font-weight: normal;
  color: #3a4f5c;
}
h2:before {
  content: "";
  position: absolute;
  width: auto;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #c60c30;
}
h3 {
  display: inline-block;
  width: auto !important;
  position: relative;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
  color: #3a4f5c;
}
h3:before {
  content: "";
  position: absolute;
  width: auto;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #c60c30;
}
h4 {
  display: inline-block;
  width: auto !important;
  position: relative;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
  color: #3a4f5c;
}
h5 {
  display: inline-block;
  width: 100%;
  position: relative;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  color: #3a4f5c;
  margin: 0;
  margin-top: 30px;
}
.searchEntry > h5 {
  color: #283a44;
}

p {
  font-family: "Roboto-Light", sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: normal;
}
p a,
a:visited {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 19px;
  line-height: 29px;
  color: #9bc7ee;
  text-decoration: none;
}
p a:hover {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 19px;
  line-height: 29px;
  color: #283a44;
  text-decoration: none;
}
em {
  font-family: "Roboto-Light";
  font-style: italic;
}
b,
strong {
  font-family: "Roboto-Medium";
  font-style: normal;
}
.intro > p {
  font-family: "Roboto-Light", sans-serif;
  font-size: 25px;
  line-height: 37px;
  font-weight: normal;
}
.compCell > p {
  font-family: "Roboto-Light", sans-serif;
  font-size: 25px;
  line-height: 37px;
  font-weight: normal;
}
.intro > p a,
a:visited {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 25px;
  line-height: 37px;
  color: #9bc7ee;
  text-decoration: none;
}
.intro > p a:hover {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 25px;
  line-height: 37px;
  color: #283a44;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 70px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  h2 {
    font-size: 42px;
    line-height: 53px;
  }
  h3 {
    font-size: 28px;
    line-height: 35px;
  }
  h4 {
    font-size: 28px;
    line-height: 35px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  p a,
  a:visited {
    font-size: 13px;
    line-height: 20px;
  }
  p a:hover {
    font-size: 13px;
    line-height: 20px;
  }
  .intro > p {
    font-size: 19px;
    line-height: 29px;
  }
  .compCell > p {
    font-size: 19px;
    line-height: 29px;
  }
}

@media all and (max-width: 500px) {
}

/*Header*/
.logo {
  display: block;
  float: left;
  width: 195px;
  height: 66px;
  background-image: url(img/logo.svg);
  background-repeat: no-repeat;
  background-size: 195px 66px;
  cursor: pointer;
  position: relative;
  z-index: 200000;
}
.mainNavContainer {
  display: block;
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 9998;
  padding-left: 26px;
  padding-right: 26px;
  background-color: #ffffff;
  box-shadow: 0 8px 28px rgba(8, 24, 76, 0.04), 0 0 8px rgba(0, 13, 52, 0.02);
}
.mainNavContainerInnerWrapper {
  display: block;
  width: 100%;
  max-width: 1210px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.topMenuContainer {
  display: block;
  width: 700px;
  height: 18px;
  position: relative;
  float: right;
  z-index: 9999;
  text-align: right;
  top: -10px;
}
.menuBar {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  left: 1.5px;
  z-index: 10000;
}
.fixedspacer {
  display: block;
  width: 100%;
  height: 120px;
  position: relative;
  z-index: -1;
}

.searchBtn {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  background-image: url(img/search_thin_.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  cursor: pointer;
}
.searchBtnOpen {
  background-image: url(img/search_thin.svg);
  background-repeat: no-repeat;
}
.searchBtn:hover {
  background-image: url(img/search_thin.svg);
  background-repeat: no-repeat;
}
.searchBtnForm {
  font-family: "RobotoCondensed-Light";
  color: #283a44;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
  padding: 0px;
  outline: none;
  background: none;
  background-image: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  cursor: pointer;
  width: 65px;
  height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  margin-top: 7px;
}
@supports (-ms-ime-align: auto) {
  .searchBtnForm {
    width: 57px;
  }
}
.searchBtnFormClosed {
  width: 0px;
  margin-left: 0px;
}
.searchBtnFormOpen {
  width: 200px;
  margin-left: 12px;
  border-bottom: 1px solid #878787;
  color: #878787;
}
.searchBtnFormContainer {
  display: inline-block;
  width: auto;
  height: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.searchBtnFormWrapperMob {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 30px;
  width: auto;
  height: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.searchBtnFormContainerMob {
  display: block;
  float: left;
  width: auto;
  height: 20px;
}
.mobileNavsearchBtn {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  background-image: url(img/search_icon_.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  cursor: pointer;
  top: 4px;
  position: relative;
  margin-right: 5px;
}
.mobileNavsearchBtn:hover {
  background-image: url(img/search_icon.svg);
  background-repeat: no-repeat;
}
input[type="text"].searchBtnForm::-webkit-input-placeholder {
  color: #878786;
  opacity: 1;
}
input[type="text"].searchBtnForm:-moz-placeholder {
  color: #878786;
  opacity: 1;
}
input[type="text"].searchBtnForm::-moz-placeholder {
  color: #878786;
  opacity: 1;
}
input[type="text"].searchBtnForm:-ms-input-placeholder {
  color: #878786;
  opacity: 1;
}
input[type="text"].searchBtnForm::-ms-input-placeholder {
  color: #878786;
  opacity: 1;
}
input[type="text"].searchBtnFormOpen::-webkit-input-placeholder {
  color: #283a44;
  opacity: 1;
}
input[type="text"].searchBtnFormOpen:-moz-placeholder {
  color: #878787;
  opacity: 1;
}
input[type="text"].searchBtnFormOpen::-moz-placeholder {
  color: #878787;
  opacity: 1;
}
input[type="text"].searchBtnFormOpen:-ms-input-placeholder {
  color: #878787;
  opacity: 1;
}
input[type="text"].searchBtnFormOpen::-ms-input-placeholder {
  color: #878787;
  opacity: 1;
}

.menuContactBtn a {
  display: inline-block !important;
  font-family: "RobotoCondensed-Regular";
  font-size: 18px;
  margin-left: 15px !important;
  color: #878786 !important;
  line-height: 18px !important;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #878786 !important;
  border-radius: 5px;
  padding: 8px 27px 0px 27px !important;
  cursor: pointer;
  height: 35px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menuContactBtn a:hover {
  background-color: #3a4f5c;
  color: #ffffff !important;
  border: 1px solid #3a4f5c !important;
}

.menuBarSearchContainer {
  display: inline-block;
  height: 41px;
  border: 1px solid #3a4f5c;
  border-radius: 5px;
  padding: 4px 14px 0px 14px;
  margin-left: 15px;
}

@media all and (max-width: 1024px) {
  .topMenuContainer {
    display: block;
    width: 800px;
    height: 40px;
    position: relative;
    float: right;
    z-index: 9999;
    text-align: right;
    top: 0px;
  }
  #sBtn {
    display: none;
  }
  #searchBox {
    display: none;
  }
  #cBtn {
    display: none;
  }
  .searchBtnForm {
    font-size: 18px;
    width: 200px;
    height: 24px;
    margin-left: 5px;
  }
  .searchBtn {
    position: relative;
    top: 2px;
  }
  .searchBtnFormContainer {
    margin-bottom: 30px;
  }
  .mainNavContainer {
    height: 90px;
  }
  .fixedspacer {
    height: 90px;
  }
  .topMenuContainer {
    width: auto;
  }
  .logo {
    width: 154.54px;
    height: 40px;
    background-size: 154.54px 40px;
    margin-top: 0px;
    background-position-x: -18px;
  }
  .menuContactBtn a {
    margin-left: 0px !important;
    margin-top: 30px !important;
    text-align: center;
    height: 48px !important;
  }
}
@media all and (max-width: 900px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 500px) {
  .fixedspacer {
    height: 0px;
  }
  .mainNavContainer {
    position: relative;
  }
  .logo {
    width: 120px;
    height: 31px;
    background-size: 120px 31px;
    background-position-x: -13px;
  }
}

/*Drop Down Menu*/
nav {
  display: block;
  float: right;
  margin-top: 20px;
}
.menu-main-container {
  display: block;
  width: 100%;
  height: auto;
}
nav > .menu-main-container {
  display: inline-block;
  width: auto;
  height: auto;
}

.menu {
  display: block;
  width: auto;
  height: 36px;
  border: 0;
  padding: 0;
  text-align: left;
  position: relative;
  margin: 0 auto;
}
nav > .menu-main-container > ul li {
  display: inline-block;
}
nav > .menu-main-container > ul > li a {
  display: inline-block;
  width: auto;
  height: 42px;
  font-family: "RobotoCondensed-Regular";
  font-size: 21px;
  line-height: 22px;
  color: #3a4f5c;
  margin: 0px;
  border: 0;
  padding: 0;
  text-align: left;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 11px;
}
nav > .menu-main-container > ul > li a:last-of-type {
  padding-right: 0px;
}

nav > .menu-main-container > ul > li > ul {
  display: none;
  position: absolute;
  width: 243px;
  height: auto;
  background: #ffffff;
  padding-bottom: 16px;
  padding-top: 8px;
  border: 1px solid #eeebe5;
  border-radius: 4px;
  overflow: hidden;
}
/*-webkit-transition: max-height 0.5s ease-in;-moz-transition: max-height 0.5s ease-in;transition: max-height 0.5s ease-in;*/

nav > .menu-main-container > ul > li > ul > li > ul {
  background: #fafafa;
  max-height: 0;
  overflow: hidden;
}
nav
  > .menu-main-container
  > ul
  li.menu-item-has-children
  > ul
  li.menu-item-has-children:hover
  > ul {
  animation: menu-stretch 0.5s ease-in 0s 1 normal forwards;
}
@keyframes menu-stretch {
  from {
    max-height: 0;
  }
  to {
    max-height: 500px;
  }
}

nav > .menu-main-container > ul > li > ul > li {
  clear: both;
  display: table;
  text-align: left;
  vertical-align: top;
  height: auto;
  width: auto;
}
nav > .menu-main-container > ul > li:hover > ul {
  display: block;
  animation-name: menu-fold-out;
  animation-duration: 0.3s;
}
@keyframes menu-fold-out {
  from {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg) translateY(-5px);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1) translateY(0px);
    opacity: 1;
  }
}
nav > .menu-main-container > ul > li a:hover {
  color: #878787;
}
nav > .menu-main-container > .menu > .menu-item-has-children:hover a {
  color: #878787;
}
nav > .menu-main-container > ul li:hover.menu-item-has-children > ul li a {
  font-family: "RobotoCondensed-Regular";
  font-size: 17px;
  line-height: 22px;
  height: 30px;
  text-decoration: none;
  color: #3a4f5c !important;
}
nav
  > .menu-main-container
  > ul
  li.menu-item-has-children
  > ul
  li.menu-item-has-children
  > ul
  > li
  a {
  font-family: "RobotoCondensed-Regular";
  font-size: 16px !important;
  line-height: 22px;
  height: auto;
  text-decoration: none;
}
nav
  > .menu-main-container
  > ul
  li:hover.menu-item-has-children
  > ul
  li:hover.menu-item-has-children
  > ul
  > li
  a {
  color: #3a4f5c !important;
}
nav
  > .menu-main-container
  > ul
  li:hover.menu-item-has-children
  > ul
  li:hover.menu-item-has-children
  > ul
  > li
  a:hover {
  color: #878787 !important;
}
nav
  > .menu-main-container
  > ul
  li:hover.menu-item-has-children
  > ul
  li:first-of-type {
  padding-top: 15px;
}
nav
  > .menu-main-container
  > ul
  li:hover.menu-item-has-children
  > ul
  li:last-of-type {
  padding-bottom: 15px;
}
nav
  > .menu-main-container
  > ul
  li:hover.menu-item-has-children
  > ul
  li
  a:hover {
  color: #878787 !important;
}
/*nav > .menu-main-container > .menu > .menu-item-has-children a{padding-right: 10px;}*/
.current_page_item a {
  color: #878787 !important;
}
nav
  > .menu-main-container
  > ul
  li.menu-item-has-children
  > ul
  li.menu-item-has-children {
  position: relative;
}
nav
  > .menu-main-container
  > ul
  li.menu-item-has-children
  > ul
  li.menu-item-has-children
  > a::after {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/mobile_arrow.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  z-index: 9000;
  position: absolute;
  right: -30px;
  top: 5px;
}
nav
  > .menu-main-container
  > ul
  li.menu-item-has-children
  > ul
  li.menu-item-has-children:hover
  > a::after {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/mobile_expanded.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  z-index: 9000;
  position: absolute;
  right: -30px;
  top: 5px;
}
nav
  > .menu-main-container
  > ul
  li.menu-item-has-children
  > ul
  li.menu-item-has-children:hover
  > a {
  color: #878787 !important;
}
nav
  > .menu-main-container
  > ul
  li.menu-item-has-children
  > ul
  li.menu-item-has-children:hover
  > a {
  color: #878787 !important;
}

nav > .menu-main-container > ul > li:nth-last-of-type(2) > a {
  padding-right: 0px !important;
}

@media all and (max-width: 1024px) {
  nav > .menu-main-container > ul > li a {
    padding-left: 15px;
  }
  .topMenuContainer {
    width: auto;
  }
}

/*Mobile Navigation*/
.mobileNavBg {
  display: none;
  position: fixed;
  background-color: rgba(61, 75, 89, 0.95);
  width: 2000px;
  height: 100%;
  left: -100px;
  top: 0px;
  z-index: 999;
}
.mobNavBtn {
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  background-image: url(img/mobile_menu.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: relative;
  cursor: pointer;
  vertical-align: bottom;
}
.mobNavBtn.changed {
  background-image: url(img/mobile_menu_close.svg);
}
.mobileNavArea {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  height: auto;
  padding: 30px;
  clear: both;
  margin-top: 58px;
  z-index: 9900;
}
.mobileNavArea > .menu-main-container > .menu > .menu-item {
  position: relative;
}
.mobileNavArea > .menu-main-container > ul > li.menu-item-has-children::after {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/mobile_arrow.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  z-index: 9000;
  position: absolute;
  right: 0;
  top: 0;
}
.mobileNavArea > .menu-main-container > ul > li.menu-item-has-children:hover {
  cursor: pointer;
}
.mobileNavArea
  > .menu-main-container
  > ul
  > li.menu-item-has-children.changed
  > a {
  color: #878787 !important;
}
.mobileNavArea
  > .menu-main-container
  > ul
  > li.menu-item-has-children.changed::after {
  background-image: url(img/mobile_expanded.svg);
}
.mobileNavArea > .menu-main-container > ul > li > ul {
  display: none;
}
.mobileNavArea > .menu-main-container > ul > li a {
  font-family: "RobotoCondensed-Regular";
  font-size: 20px;
  line-height: 22px;
  color: #283a44;
}
.mobileNavArea .sub-menu li {
  padding-left: 15px !important;
}
.mobileNavArea > .menu-main-container > ul li a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}
.mobileNavArea > .menu-main-container > ul li > ul li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobileNavArea > .menu-main-container > ul li > ul li:last-child a {
  margin-bottom: 30px;
}

.mobileNavArea > .menu-main-container > ul > li > ul {
  position: relative;
}
.mobileNavArea > .menu-main-container > ul > li > ul > li {
  z-index: 9000;
}
.mobileNavArea > .menu-main-container > ul > li > ul > li > ul {
  display: block;
}

.hideDesktop {
  display: none !important;
}
@media all and (max-width: 1024px) {
  #navarea {
    display: none;
  }
  .hideDesktop {
    display: block !important;
  }
  .mobNavBtn {
    display: inline-block;
  }
  .menu {
    height: auto;
  }
  .topMenuContainer {
    display: block;
  }
}

/*Content*/
.pageWrapper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.pageInnerWrapper {
  display: block;
  width: 100%;
  max-width: 1262px;
  padding-left: 26px;
  padding-right: 26px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}
.intro {
  padding-left: 200px;
}
.pageHero {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.pageHeroInner {
  display: block;
  width: 100%;
  max-width: 1262px;
  padding-left: 26px;
  padding-right: 26px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.ctaBtn {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: "Roboto-Light" !important;
  color: #ffffff !important;
  font-size: 19px !important;
  line-height: 24px !important;
  text-align: left;
  background-color: #3a4f5c;
  border: 1px solid #3a4f5c;
  border-radius: 4px;
  padding: 24px 35px 18px 35px;
  cursor: pointer;
  min-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.ctaBtn:visited {
  color: #ffffff !important;
}
.ctaBtn:hover {
  background-color: #ffffff;
  color: #3a4f5c !important;
  font-family: "Roboto-Light" !important;
  font-size: 19px !important;
  line-height: 24px !important;
}
.pageFlexTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.pageFlexCell {
  display: block;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  height: auto;
}
.pageFlexCell > p {
  font-family: "Roboto-Light", sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: normal;
  margin-bottom: 1px;
}
/*
.pageFlexCell > .mailBtn{display:inline-block;width:25px;height:27px;background-image:url(img/email.svg);background-repeat:no-repeat;background-size: 25px 19px;background-position:center;margin-right:20px;}
.pageFlexCell > .mailBtn:hover{background-image:url(img/email_.svg);}
*/
.pageFlexCell > .mailBtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/email_g.svg);
  background-repeat: no-repeat;
  background-size: 18.42px 14px;
  background-position: center;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
}
.pageFlexCell > .mailBtn:hover {
  background-image: url(img/email.svg);
  border: 1px solid #3a4f5c;
}

.pageFlexCell > .xingBtn {
  display: inline-block;
  width: 25px;
  height: 27px;
  background-image: url(img/xing.svg);
  background-repeat: no-repeat;
  background-size: 25px 270px;
  background-position: center;
  margin-right: 20px;
}
.pageFlexCell > .xingBtn:hover {
  background-image: url(img/xing_.svg);
}
.pageFlexCell > .profileImg {
  display: block;
  width: 244px;
  height: 244px;
  border-radius: 50%;
}
.pageFlexTable > .pageFlexCell:first-of-type {
  padding-top: 40px;
  padding-right: 100px;
}
.jobsImg {
  margin-top: 60px;
}
@media all and (max-width: 768px) {
  .intro {
    padding-left: 0px;
  }
  .pageInnerWrapper {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .pageHero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pageInnerWrapper > img {
    width: 100%;
    height: auto;
  }
  .pageInnerWrapper > p img {
    width: 100%;
    height: auto;
  }

  .ctaBtn {
    font-size: 13px;
    line-height: 20px;
    padding: 12px 30px 0px 30px;
    height: 45px;
    min-height: 45px;
  }
  .ctaBtn:hover {
    font-size: 13px;
    line-height: 20px;
  }
  .pageFlexCell > p {
    font-size: 13px;
    line-height: 20px;
  }
  .pageFlexTable {
    flex-direction: column;
  }
  .pageFlexTable > .pageFlexCell:first-of-type {
    padding-top: 20px;
    padding-right: 0px;
  }
  .fixOrder:first-of-type {
    order: 2;
  }
  .fixOrder:last-of-type {
    order: 1;
  }
  .pageFlexCell > .profileImg {
    margin: 0 auto;
  }
  .jobsImg {
    margin-top: 0px;
  }
}

/*Home*/
.counterFlexTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.counterFlexCell {
  display: block;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  height: auto;
  text-align: center;
  padding-left: 37px;
  padding-right: 37px;
}
.counterValue {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 130px;
  font-weight: normal;
  color: #3a4f5c;
  padding-top: 50px;
  display: block;
  padding-bottom: 20px;
}
.counterLine {
  display: block;
  width: 100%;
  height: 2px;
  background: #c60c30;
  margin-top: 35px;
  margin-bottom: 15px;
}
.counterText {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #3a4f5c;
}
.counterWrapper {
  display: block;
  width: 100%;
  height: auto;
}
.homeKunden {
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .counterFlexCell {
    padding-left: 6px;
    padding-right: 6px;
  }
  .counterValue {
    font-size: 42px;
    padding-bottom: 0px;
  }
  .counterText {
    font-size: 16px;
  }
}

/*Geschäftsfelder*/
.compsContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  margin-bottom: 80px;
}
.compsInnerContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #eeebe5;
  border-radius: 5px;
  overflow: hidden;
}
.compsTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  flex-direction: row;
}
.compsCell {
  display: block;
  height: auto;
  position: relative;
  flex: 1 100%;
}
.compsTable > .compsCell:first-of-type {
  min-width: 200px;
  flex: 1 auto;
}
.compsTable > .compsCell:last-of-type {
  flex: 1 auto;
  padding: 40px 130px 40px 0px;
}
.compsCell > h3 {
  margin-bottom: 0px;
  margin-top: 18px;
}
.compsIconContainer {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #c3bbb2;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  border-radius: 50%;
}
.compsIconContainer > i {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  border-radius: 50%;
}

.compsBtn {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: "Roboto-Light";
  color: #ffffff;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  background-color: #3a4f5c;
  border: 1px solid #3a4f5c;
  border-radius: 4px;
  padding: 18px 53px 0px 53px;
  cursor: pointer;
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.compsBtn:visited {
  color: #ffffff;
}
.compsBtn:hover {
  background-color: #ffffff;
  color: #3a4f5c;
}

.compContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  margin-bottom: 80px;
}
.compInnerContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
}
.compTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  flex-direction: row;
}
.compCell {
  display: block;
  height: auto;
  position: relative;
  flex: 1 100%;
}
.compTable > .compCell:first-of-type {
  min-width: 200px;
  flex: 1 auto;
}
.compTable > .compCell:last-of-type {
  flex: 1 auto;
  padding: 40px 0px 40px 0px;
} /*padding:40px 130px 40px 0px;*/
.compHeroInner {
  display: block;
  width: 100%;
  max-width: 852px;
  padding-left: 26px;
  padding-right: 26px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.compHeroInner > h2 {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 80px;
}
.compHeroInner > h2:before {
  bottom: -10px;
}
.compHeroInner > ul {
  display: table;
  margin-bottom: 40px;
}
.compHeroInner > ul > li {
  display: table;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: "Roboto-Light", sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: normal;
}
.compHeroInner > ul > li:last-of-type {
  margin-bottom: 0px;
}
.compHeroInner > ul > li::before {
  display: table-cell;
  position: relative;
  top: 5px;
  width: 36px;
  content: "";
  background-image: url(img/check.svg);
  background-repeat: no-repeat;
  background-size: 21px 18px;
}
.compHeroInner > p > .ctaBtn {
  display: table;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
}

.compHeroInner table {
  width: 100%;
}
.compHeroInner td {
  width: 25%;
  font-family: "Roboto-Light", sans-serif;
  font-size: 19px;
  line-height: 29px;
}

@media all and (max-width: 768px) {
  .compsIconContainer > i {
    font-size: 50px;
  }
  .compsBtn {
    font-size: 19px;
    line-height: 24px;
  }
  .compHeroInner > h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .compHeroInner > ul > li {
    font-size: 13px;
    line-height: 20px;
  }
  .compHeroInner td {
    font-size: 13px;
    line-height: 20px;
  }
  .compsContainer {
    margin-bottom: 40px;
  }
  .compsCell {
    display: block;
    height: auto;
    position: relative;
    flex: none;
  }
  .compsTable > .compsCell:first-of-type {
    display: none;
  }
  .compsTable > .compsCell:last-of-type {
    flex: none;
    padding: 20px;
    width: 100%;
  }
  .compsBtn {
    font-size: 13px;
    line-height: 20px;
    padding: 12px 30px 0px 30px;
    height: 45px;
  }
  .compsBtn:hover {
    font-size: 13px;
    line-height: 20px;
  }
  .compCell {
    display: block;
    height: auto;
    position: relative;
    flex: none;
  }
  .compTable > .compCell:first-of-type {
    display: none;
  }
  .compTable > .compCell:last-of-type {
    flex: none;
    padding: 0px;
    width: 100%;
  }
  .compHeroInner > h2 {
    margin-bottom: 40px;
  }
  .compHeroInner > ul > li::before {
    top: 2px;
    width: 22px;
    background-size: 12px 12px;
  }
}

.leiterContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  top: -110px;
}
.leiterInnerContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #eeebe5;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 200px;
  padding-right: 120px;
}

.leiterTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.leiterCell {
  display: block;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
  height: auto;
  width: 100%;
  padding-top: 40px;
}
.leiterTable > .leiterCell:first-of-type {
  width: 245px;
  min-width: 245px;
  max-width: 245px;
  margin-right: 93px;
  padding-top: 0px;
}
.leiterInfo {
  display: block;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 20px;
  color: #283a44;
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .leiterContainer {
    top: -55px;
    margin-bottom: 55px;
  }
  .leiterInnerContainer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 600px) {
  .leiterContainer {
    margin-bottom: 0px;
  }
  .leiterTable {
    flex: none;
    display: block;
    width: 100%;
  }
  .leiterCell {
    flex: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .leiterTable > .leiterCell:first-of-type {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0px;
    padding-top: 30px;
  }
  .leiterInfo {
    padding-left: 0px;
  }
  .leiterInfo > .contactsBig {
    text-align: center;
  }
  .leiterInfo > .contactsSmall {
    text-align: center;
  }
}

/*Datenschutz*/
.datenschutzHeroInner {
  display: block;
  width: 100%;
  max-width: 852px;
  padding-left: 26px;
  padding-right: 26px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.datenschutzHeroInner > h2 {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 80px;
}
.datenschutzHeroInner > h2:before {
  bottom: -10px;
}
.datenschutzHeroInner > ul {
  display: table;
  margin-bottom: 40px;
}
.datenschutzHeroInner > ul > li {
  display: table;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Roboto-Light", sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: normal;
}
.datenschutzHeroInner > ul > li:last-of-type {
  margin-bottom: 0px;
}
.datenschutzHeroInner > ul > li::before {
  display: table-cell;
  position: relative;
  width: 15px;
  content: "• ";
}

@media all and (max-width: 768px) {
  .datenschutzHeroInner > h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .datenschutzHeroInner > ul > li {
    font-size: 13px;
    line-height: 20px;
  }
  .datenschutzHeroInner > ul > li::before {
    top: 2px;
    width: 22px;
    background-size: 12px 12px;
  }
}

/*Sponsoring*/
.sponsContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  margin-bottom: 80px;
}
.sponsInnerContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
}
.sponsTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  flex-direction: row;
}
.sponsCell {
  display: block;
  height: auto;
  position: relative;
  flex: 1 100%;
}
.sponsTable > .sponsCell:first-of-type {
  min-width: 200px;
  flex: 1 auto;
}
.sponsTable > .sponsCell:last-of-type {
  flex: 1 auto;
}
.sponsCell > p {
  margin-top: 0px;
  font-size: 26px;
  line-height: 37px;
  color: #3a4f5c;
}

@media all and (max-width: 768px) {
  .sponsCell {
    display: block;
    height: auto;
    position: relative;
    flex: none;
  }
  .sponsTable > .sponsCell:first-of-type {
    display: none;
  }
  .sponsTable > .sponsCell:last-of-type {
    flex: none;
    padding: 0px;
    width: 100%;
  }
}

/*Kontakt*/
.contactsFlexTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  margin-bottom: 50px;
  min-width: 880px;
}
.contactsFlexCell {
  display: block;
  -webkit-flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  height: auto;
}

.contactsBig {
  display: block;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
}
.contactsSmall {
  display: block;
  font-family: "Roboto-Light", sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: normal;
}
.contactsBio {
  display: block;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: normal;
  cursor: pointer;
}
.contactsImg {
  display: block;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background: #d8d8d8;
  margin: 0 auto;
}
.contactsInfo {
  display: block;
  vertical-align: top;
  padding-top: 20px;
  color: #283a44;
  width: 245px;
  margin: 0 auto;
}
.contactsFlexTable > .contactsFlexCell:first-of-type {
  padding-right: 0px;
}
.contactsSub {
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 80px;
}
.contactsInfo > a[href^="tel:"] {
  color: #283a44;
  border: 0;
  text-decoration: none;
}

.contactMailBtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/email_g.svg);
  background-repeat: no-repeat;
  background-size: 18.42px 14px;
  background-position: center;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
}
.contactMailBtn:hover {
  background-image: url(img/email.svg);
  border: 1px solid #3a4f5c;
}

@media all and (max-width: 1024px) {
  .contactsFlexTable {
    flex: none;
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 0px;
    min-width: 100%;
  }
  .contactsFlexCell {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contactsImg {
    display: block;
    margin: 0 auto;
  }
  .contactsInfo {
    display: block;
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .contactsBig {
    font-size: 30px;
    line-height: 35px;
  }
  .contactsSmall {
    font-size: 13px;
    line-height: 20px;
  }
  .contactsBio {
    font-size: 13px;
    line-height: 20px;
  }
  .contactsEmpty {
    display: none;
  }
}
.poupBioOverlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: rgba(61, 75, 89, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 90000;
}
.popupBioWrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
.popupBioContainer {
  display: block;
  width: auto;
  max-width: 1003px;
  height: auto;
  position: relative;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #eeebe5;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 96px;
  padding-right: 122px;
  padding-top: 83px;
  padding-bottom: 100px;
  z-index: 110000;
}

.bioTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.bioCell {
  display: block;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
  height: auto;
  width: 100%;
}
.bioTable > .bioCell:first-of-type {
  width: 314px;
  min-width: 314px;
  max-width: 314px;
  padding-right: 53px;
}
.bioInfo {
  display: block;
  vertical-align: top;
  padding-top: 20px;
  color: #283a44;
  width: 100%;
  margin: 0 auto;
}
.bioCell > h3 {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  margin-top: 17px;
  margin-bottom: 40px;
}
@media all and (max-width: 1055px) {
  .popupBioContainer {
    margin-left: 26px;
    margin-right: 26px;
  }
}
@media all and (max-width: 768px) {
  .popupBioContainer {
    padding-left: 48px;
    padding-right: 61px;
    padding-top: 41px;
    padding-bottom: 50px;
  }
  .bioCell > h3 {
    font-size: 28px;
    line-height: 35px;
    margin-top: 8px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .popupBioContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bioTable {
    flex: none;
    display: block;
    width: 100%;
  }
  .bioCell {
    flex: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .bioTable > .bioCell:first-of-type {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .bioInfo > .contactsBig {
    text-align: center;
  }
  .bioInfo > .contactsSmall {
    text-align: center;
  }
  .bioCell > h3 {
    font-size: 24px;
  }
}
/*Search*/
.searchWrapper {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.searchEntry {
  display: block;
  width: 100%;
  height: auto;
  background: none;
  padding: 15px;
}
.searchEntry:hover {
  background: #ffffff;
}
.searchEntry > h2 {
  color: #283a44;
}
.searchEntry:hover > h2 {
  color: #878787;
}
.searchEntry > p {
  font-family: "Roboto-Light", sans-serif;
  font-size: 22px;
  line-height: 34px;
  color: #283a44;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .searchEntry > p {
    font-size: 22px;
    line-height: 34px;
  }
}

/*Social*/
.socialWrapperNews {
  display: block;
  width: 100%;
  height: 35px;
  position: relative;
}
.socialWrapper {
  display: block;
  width: 100%;
  height: 35px;
  position: relative;
}
.pageInnerWrapper > .socialWrapper {
  margin-bottom: 60px;
}
.socialInnerWrapper {
  display: block;
  width: auto;
  height: 35px;
  position: relative;
  float: right;
}
.socialInnerWrapper > a {
  margin-left: 10px;
}
.socialMailBtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/email_g.svg);
  background-repeat: no-repeat;
  background-size: 18.42px 14px;
  background-position: center;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
}
.socialMailBtn:hover {
  background-image: url(img/email.svg);
  border: 1px solid #3a4f5c;
}

.socialXingBtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/xing_g.svg);
  background-repeat: no-repeat;
  background-size: 18.42px 16.37px;
  background-position: center;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
}
.socialXingBtn:hover {
  background-image: url(img/xing.svg);
  border: 1px solid #3a4f5c;
}

.socialLinkedInBtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/linkedin_g.svg);
  background-repeat: no-repeat;
  background-size: 18.42px 16.37px;
  background-position: center;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
}
.socialLinkedInBtn:hover {
  background-image: url(img/linkedin.svg);
  border: 1px solid #3a4f5c;
}

.socialTwitterBtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/twitter_g.svg);
  background-repeat: no-repeat;
  background-size: 18.42px 15.58px;
  background-position: center;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
}
.socialTwitterBtn:hover {
  background-image: url(img/twitter.svg);
  border: 1px solid #3a4f5c;
}

/*Footer*/
.footerWrapper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #c3bbb2;
}
.footerInnerWrapper {
  display: block;
  width: 100%;
  max-width: 1262px;
  padding-left: 26px;
  padding-right: 26px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.footerFlexTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.footerFlexCell {
  display: block;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  height: auto;
  padding-right: 30px;
}
.footerInnerWrapper > h4 {
  margin-bottom: 0px;
  color: #9bc7ee;
}
.footerFlexCell > p {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
}
.footerFlexCell > p > b {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
}
.footerFlexCell > p > a,
.footerFlexCell > p > a:visited {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
}
.footerFlexCell > p > a:hover {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
}

/*Phone Numbers*/
.footerFlexCell > a[href^="tel:"] {
  color: #ffffff;
  border: 0;
  text-decoration: none;
}
.footerFlexCell > a[href^="tel:"]:before {
  visibility: hidden;
}
.footerFlexCell > a[href^="tel:"]:hover:before {
  visibility: hidden;
}
.footerFlexCell > .footerBold > a,
.footerFlexCell > .footerBold > a:visited {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
.footerFlexCell > .footerBold > a:hover {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}

/*Logos*/
.footerLogos {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.footerIso {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(img/iso9001.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  vertical-align: middle;
  margin-right: 30px;
}
.footerEcovadis {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(img/AKROS_Silver_Lable_.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  vertical-align: middle;
  margin-right: 30px;
}
.footerTA {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(img/toparbeitgeber.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  vertical-align: middle;
  margin-right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-width: 768px) {
  .footerIso {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(img/iso9001@2x.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
    vertical-align: middle;
    margin-right: 30px;
  }
  .footerEcovadis {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(img/AKROS_Silver_Lable_@2x.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
    vertical-align: middle;
    margin-right: 30px;
  }
  .footerTA {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(img/toparbeitgeber@2x.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
    vertical-align: middle;
    margin-right: 30px;
  }
}
.footerSMS {
  display: inline-block;
  width: 100px;
  height: 79px;
  background-image: url(img/SMS.png);
  background-repeat: no-repeat;
  background-size: 100px 79px;
  background-position: center center;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-width: 768px) {
  .footerSMS {
    display: inline-block;
    width: 100px;
    height: 79px;
    background-image: url(img/SMS@2x.png);
    background-repeat: no-repeat;
    background-size: 100px 79px;
    background-position: center center;
    vertical-align: middle;
  }
}
.footerSafe {
  display: inline-block;
  width: 100px;
  height:100px;
  background-image: url(img/scaled_sai_partner.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  vertical-align: middle;
	margin-right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-width: 768px) {
  .footerSafe {
    display: inline-block;
    width: 100px;
    height:100px;
    background-image: url(img/scaled_sai_partner@2x.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
    vertical-align: middle;
		margin-right: 30px;
  }
}
@media all and (max-width: 800px) {
	.footerSafe,.footerEcovadis {
		margin-top: 30px;
	}
}
.footerScrum {
  display: inline-block;
  width: 100px;
  height:100px;
  background-image: url(img/scrum_org.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  vertical-align: middle;
	margin-right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-width: 768px) {
  .footerScrum {
    display: inline-block;
    width: 100px;
    height:100px;
    background-image: url(img/scrum_org@2x.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
    vertical-align: middle;
		margin-right: 30px;
  }
}
@media all and (max-width: 800px) {
	.footerScrum {
		margin-top: 30px;
	}
}
.footerKanban {
  display: inline-block;
  width: 100px;
  height:100px;
  background-image: url(img/kanban_university.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  vertical-align: middle;
	margin-right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-width: 768px) {
  .footerKanban {
    display: inline-block;
    width: 100px;
    height:100px;
    background-image: url(img/kanban_university@2x.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
    vertical-align: middle;
		margin-right: 30px;
  }
}
@media all and (max-width: 800px) {
	.footerKanban {
		margin-top: 30px;
	}
}
@media all and (max-width: 1010px) {
  .footerFlexCell > p {
    font-size: 18px;
    line-height: 28px;
  }
  .footerFlexCell > p > b {
    font-size: 20px;
    line-height: 28px;
  }
  .footerFlexCell > p > a,
  .footerFlexCell > p > a:visited {
    font-size: 18px;
    line-height: 28px;
  }
  .footerFlexCell > p > a:hover {
    font-size: 18px;
    line-height: 28px;
  }
  .footerFlexCell > .footerBold > a,
  .footerFlexCell > .footerBold > a:visited {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .footerFlexCell > .footerBold > a:hover {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}

@media all and (max-width: 800px) {
  .footerFlexTable {
    flex: none;
    display: block;
  }
  .footerFlexCell {
    flex: none;
    display: block;
    padding-right: 0px;
    width: 100%;
  }

  .footerFlexCell > p {
    font-size: 24px;
    line-height: 30px;
  }
  .footerFlexCell > p > b {
    font-size: 30px;
    line-height: 30px;
  }
  .footerFlexCell > p > a,
  .footerFlexCell > p > a:visited {
    font-size: 24px;
    line-height: 30px;
  }
  .footerFlexCell > p > a:hover {
    font-size: 24px;
    line-height: 30px;
  }
  .footerFlexCell > .footerBold > a,
  .footerFlexCell > .footerBold > a:visited {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .footerFlexCell > .footerBold > a:hover {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

/*Forms*/
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.formBtn {
  background: none;
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  background-image: url(img/search_button.svg);
  background-repeat: no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
  position: relative;
  border: 0;
  border-radius: 0 !important;
  margin-top: 5px;
  border-left: 1px solid #ddd;
  border-radius: 2px;
}
.formBtn:hover {
  background-image: url(img/search_button_.svg);
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0 !important;
  border-left: 1px solid #ddd;
  border-radius: 2px;
}

.formTextInput {
  display: block;
  float: left;
  width: auto;
  height: 34px;
  background: #ffffff;
  font-family: "Roboto-Light", sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-indent: 10px;
  border: 0;
  border-radius: 0 !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.formContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #eeebe5;
  border-radius: 5px;
  margin-top: 200px;
  padding-left: 45px;
  padding-right: 105px;
  padding-top: 16px;
}
.formContainer > h3 {
  width: 100% !important;
}
.formContainer > h3:before {
  width: 100% !important;
  bottom: -14px;
}
.formWrapper {
  padding-left: 155px;
}
.formTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  margin-bottom: 60px;
  margin-top: 50px;
}
.formTableCell {
  display: block;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  height: auto;
}
.formTable > .formTableCell:first-of-type {
  padding-right: 62px;
}
.formTable > .formTableCell:last-of-type {
  padding-left: 62px;
}

.formFieldTextInput {
  display: inline-block;
  width: 100%;
  height: 39px;
  background: #ffffff;
  font-family: "RobotoCondensed-Light", sans-serif;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  color: #283a44;
  text-indent: 14px;
  border: 0;
  border-radius: 0px;
  margin: 0;
  margin-bottom: 11px;
  border: 1px solid #c6c6c6;
  padding-top: 5px;
}

.formTextInputArea {
  height: 166px;
  text-indent: 0px;
  padding: 10px 14px 14px 14px;
}
.formNote {
  display: block;
  font-family: "Roboto-Light", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #283a44;
}
.formSubmit {
  background: none;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  font-family: "Roboto-Light";
  color: #ffffff;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  background-color: #3a4f5c;
  border: 1px solid #3a4f5c;
  border-radius: 4px;
  padding: 24px 35px 18px 35px;
  cursor: pointer;
  min-height: 60px;
  min-width: 271px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.formSubmit:visited {
  color: #ffffff;
}
.formSubmit:hover {
  background-color: #ffffff;
  color: #3a4f5c;
  font-size: 19px;
  line-height: 24px;
}

#formPopup {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 110000;
}
.poupFormOverlay {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: rgba(61, 75, 89, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

.popupformContainer {
  display: block;
  width: 100%;
  max-width: 1210px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #eeebe5;
  border-radius: 5px;
  margin-top: 100px;
  padding-left: 45px;
  padding-right: 105px;
  padding-top: 16px;
  z-index: 120000;
}
@media all and (max-width: 1262px) {
  .popupformContainer {
    margin-left: 26px;
    margin-right: 26px;
    margin-top: 26px;
    width: auto;
  }
}
.popupformContainer > h3 {
  width: 100% !important;
}
.popupformContainer > h3:before {
  width: 100% !important;
  bottom: -14px;
}
.popupformWrapper {
  padding-left: 0px;
}

.popupCloseContainer {
  display: block;
  position: absolute;
  right: 45px;
  top: 40px;
}
.popupCloseWindow {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 120000;
}
.popupCloseWindow:hover {
  background-image: url(img/close_.svg);
  border: 1px solid #3a4f5c;
}

input[type="text"].formFieldTextInput::-webkit-input-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}
input[type="text"].formFieldTextInput:-moz-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}
input[type="text"].formFieldTextInput::-moz-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}
input[type="text"].formFieldTextInput:-ms-input-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}
input[type="text"].formFieldTextInput::-ms-input-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}

textarea.formTextInputArea::-webkit-input-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}
textarea.formTextInputArea:-moz-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}
textarea.formTextInputArea::-moz-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}
textarea.formTextInputArea:-ms-input-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}
textarea.formTextInputArea::-ms-input-placeholder {
  color: rgba(155, 155, 155, 0.29);
  opacity: 1;
}

.formInputInvalid::-webkit-input-placeholder {
  color: #c60c30 !important;
  opacity: 1;
}
.formInputInvalid:-moz-placeholder {
  color: #c60c30 !important;
  opacity: 1;
}
.formInputInvalid::-moz-placeholder {
  color: #c60c30 !important;
  opacity: 1;
}
.formInputInvalid:-ms-input-placeholder {
  color: #c60c30 !important;
  opacity: 1;
}
.formInputInvalid::-ms-input-placeholder {
  color: #c60c30 !important;
  opacity: 1;
}

.formCheckbox-group {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 40px;
}
.formCheckbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
}
.formCheckbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.formCheckbox_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #283a44;
}
.formCheckbox-radio .formCheckbox_indicator {
  border-radius: 0;
}
.formCheckbox:hover input ~ .formCheckbox_indicator,
.formCheckbox input:focus ~ .formCheckbox_indicator {
  background: #fffff;
}
.formCheckbox input:checked ~ .formCheckbox_indicator {
  background: #283a44;
}
.formCheckbox:hover input:not([disabled]):checked ~ .formCheckbox_indicator,
.formCheckbox input:checked:focus ~ .formCheckbox_indicator {
  background: #283a44;
}
.formCheckbox input:disabled ~ .formCheckbox_indicator {
  background: #ffffff;
  opacity: 0.6;
  pointer-events: none;
}
.formCheckbox_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.formCheckbox input:checked ~ .formCheckbox_indicator:after {
  display: block;
}
.formCheckbox-checkbox .formCheckbox_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.formCheckbox-checkbox input:disabled ~ .formCheckbox_indicator:after {
  border-color: #fffff;
}

.formCheckbox a,
.formCheckbox a:visited {
  color: #283a44;
  text-decoration: none;
}
.formCheckbox a:hover {
  text-decoration: underline;
}

.formCheckboxInvalid {
  border: 1px solid #c60c30 !important;
}

.akrosfilterSelect {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  width: 90%;
}
.akrosfilterSelect select {
  font-family: "Roboto-Light", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #3a4f5c;
  display: inline-block;
  width: 100%;
  height: 48px;
  cursor: pointer;
  padding-left: 15px;
  padding-top: 4px;
  outline: 0;
  border: 0;
  border-radius: 0px;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0 !important;
  border: 1px solid #ddd;
}
.akrosfilterSelect select::-ms-expand {
  display: none;
}
.akrosfilterSelect select:hover,
.akrosfilterSelect select:focus {
  color: #3a4f5c;
  background: #ffffff;
}
.akrosfilterSelect select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.akrosfilterSelect_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #3a4f5c transparent transparent transparent;
  margin-top: 5px;
}
.akrosfilterSelect select:hover ~ .akrosfilterSelect_arrow,
.akrosfilterSelect select:focus ~ .akrosfilterSelect_arrow {
  border-top-color: #3a4f5c;
}
.akrosfilterSelect select:disabled ~ .akrosfilterSelect_arrow {
  border-top-color: #cccccc;
}

@media all and (max-width: 768px) {
  .akrosfilterSelect {
    width: 100%;
  }
  .formContainer {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
  }
  .popupformContainer {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
  }
  .formWrapper {
    padding-left: 0px;
  }
  .formTable {
    flex: none;
    display: block;
    width: auto;
    max-width: 100%;
  }
  .formTableCell {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    margin: 0 auto;
  }
  .formTable > .formTableCell:first-of-type {
    padding-right: 0px;
  }
  .formTable > .formTableCell:last-of-type {
    padding-left: 0px;
  }
  .popupCloseContainer {
    right: 15px;
    top: 15px;
  }
}

/*Sponsoring*/
.sponsoringContent > img {
  display: block;
  margin: 0 auto;
}
.sponsoringContent > hr {
  margin-top: 100px;
  margin-bottom: 60px;
}

/*Academy*/
.academypageContainer {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
  max-width: 1210px;
  margin: 0 auto;
}
.academypageContainer h1 {
  font-family: "RobotoCondensed-Light";
  color: #3a4f5c;
  font-size: 40px;
  line-height: 36px;
  font-weight: 300;
}
.academypageContainerSubTitles {
  display: block;
  font-family: "RobotoCondensed-Light";
  color: #3a4f5c;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.academypageContainer p {
  font-family: "Roboto-Light", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #3a4f5c;
}
.academypageTextContainer {
  display: block;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.academypageRadioContainer {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  position: sticky;
  top: 120px;
  z-index: 1000;
  background-color: #ffffff;
}
.academypageRadioBox {
  display: block;
  height: auto;
  position: relative;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
  margin: 10px 0;
}

@media all and (max-width: 1199px) {
  .academypageRadioContainer {
    flex: none;
    display: block;
    width: 100%;
    position: relative;
    top: 0px;
    padding: 0;
    flex-direction: column;
  }
  .academypageRadioBox {
    flex: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.academyformCloseBtn {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background-image: url(img/x_btn.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  opacity: 0.6;
  margin-top: 25px;
}
.academyformCloseBtn:hover {
  opacity: 1;
}

/*Academy Additions*/
.academypageBar {
  display: block;
  width: 100%;
  height: 50px;
  background: #848484;
  position: fixed;
  top: 105px;
  z-index: 10000;
}
.academypageBarLink {
  display: inline-block;
  float: right;
  width: auto;
  height: 24px;
  font-family: "Roboto-Light", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
  margin-right: 30px;
  margin-top: 12px;
  text-decoration: none;
}
.academypageBarLink:hover {
  color: #ffffff;
  border-bottom: 1px solid #d70929;
}
.academypageBarLink:visited {
  color: #ffffff;
}
.academypageBarLinkSel,
.academypageBarLinkSel:visited {
  border-bottom: 1px solid #d70929;
  text-decoration: none;
}
.academyHeroInner {
  display: block;
  width: 100%;
  max-width: 852px;
  padding-left: 26px;
  padding-right: 26px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.academyHeroInner > h3 {
  left: 50%;
  transform: translateX(-50%);
}

.academyHeroInner > ul > li {
  font-family: "Roboto-Light";
  color: #18242b;
  font-size: 19px;
}
.academyHeroInner > ul {
  display: table;
}
.academyHeroInner > ul > li {
  display: table-row;
}

.academyHeroInner > p > .ctaBtn {
  display: table;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 1199px) {
  .academypageBar {
    display: none;
  }
}

/*Jobs*/
.jobspageContainer {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
  max-width: 1210px;
  margin: 0 auto;
}
.jobspageContainer h1 {
  font-family: "RobotoCondensed-Light";
  color: #3a4f5c;
  font-size: 40px;
  line-height: 36px;
  font-weight: 300;
}
.jobspageContainerSubTitles {
  display: block;
  font-family: "RobotoCondensed-Light";
  color: #3a4f5c;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.jobspageContainer p {
  font-family: "Roboto-Light", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #3a4f5c;
}
.jobspageTextContainer {
  display: block;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.jobspageRadioContainer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 60px;
}
.jobspageRadioBox {
  display: block;
  height: auto;
  position: relative;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}
.nypImg {
  display: block;
  margin: 0 auto;
  width: 327px;
  height: 69px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 1199px) {
  .jobspageRadioContainer {
    flex: none;
    display: block;
    width: 100%;
  }
  .jobspageRadioBox {
    flex: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .jobspageContainer {
    padding-left: 26px;
    padding-right: 26px;
  }
  .nypImg {
    margin-top: 30px;
    margin-bottom: 60px;
    width: 270px;
    height: 57px;
  }
}
/*Fonts*/
@font-face {
  font-family: "Roboto-Light";
  src: url("fonts/Roboto-Light.eot");
  src: local("☺"), url("fonts/Roboto-Light.woff") format("woff"),
    url("fonts/Roboto-Light.ttf") format("truetype"),
    url("fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.eot");
  src: local("☺"), url("fonts/Roboto-Regular.woff") format("woff"),
    url("fonts/Roboto-Regular.ttf") format("truetype"),
    url("fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/Roboto-Medium.eot");
  src: local("☺"), url("fonts/Roboto-Medium.woff") format("woff"),
    url("fonts/Roboto-Medium.ttf") format("truetype"),
    url("fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: local("☺"), url("fonts/Roboto-Bold.woff") format("woff"),
    url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed-Light";
  src: url("fonts/RobotoCondensed-Light.eot");
  src: local("☺"), url("fonts/RobotoCondensed-Light.woff") format("woff"),
    url("fonts/RobotoCondensed-Light.ttf") format("truetype"),
    url("fonts/RobotoCondensed-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("fonts/RobotoCondensed-Regular.eot");
  src: local("☺"), url("fonts/RobotoCondensed-Regular.woff") format("woff"),
    url("fonts/RobotoCondensed-Regular.ttf") format("truetype"),
    url("fonts/RobotoCondensed-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: local("☺"), url("fonts/RobotoCondensed-Bold.woff") format("woff"),
    url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#filterContainer[stuck] {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
  padding-top: 121px;
}
#filterContainer {
  top: -1px;
}
.stickyBarAcademy {
  padding: 0 auto;
  width: 100%;
  max-width: 1262px;
  margin-left: 120px;
}
.academypageFilterWrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding-right: 26px;
  padding-left: 26px;
  max-width: 1262px;
}
.padding-bottom-none {
  padding-bottom: 0;
}

@media all and (max-width: 1199px) {
  .academypageFilterWrapper {
    flex-direction: column;
  }
}
#filterContainer {
  top: -1px;
  padding-top: 121px;
}
.bottomPadding19 {
  padding-bottom: 19px;
}
.topPadding0 {
  padding-top: 0;
}
.topPadding0 > .academyHeroInner > ul {
  font-size: 19px;
  padding: 1em 0;
  display: table;
  border-spacing: 0 16px;
}
.topPadding0 > .academyHeroInner > ul > li {
  font-family: "Roboto-Light", sans-serif;
  font-size: 19px;
  list-style: none;
  display: table-row;
  line-height: normal;
  border-spacing: 0 12px;
}
.topPadding0 > .academyHeroInner > ul > li:not(:last-child) {
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .topPadding0 > .academyHeroInner > ul > li {
    font-family: "Roboto-Light", sans-serif;
    font-size: 13px;
    line-height: 20px;
  }
  .topPadding0 > .academyHeroInner > ul {
    font-size: 13px;
    padding: 1em 0;
  }
  .bottomPadding19 {
    padding-bottom: 13px;
  }
}
.academy-icons {
  display: flex;
  align-items: center;
}
.academy-icon {
  min-width: 30px;
}
@media screen and (min-width: 380px) {
  .academy-icon {
    min-width: 50px;
  }
}
@media screen and (min-width: 900px) {
  .academy-icon {
    min-width: 80px;
  }
}
.academyHeroInner > ul > li:before {
  display: table-cell;
  width: 15px;
  content: "• ";
  color: #18242b;
  font-size: 19px;
  padding-right: 40px;
}
.nowrap {
  flex-shrink: 0;
}
.margin-left-2vw {
  margin-left: 2vw;
}

.margin-left-4vw {
  margin-left: 4vw;
}
.gsfTable {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
	height: auto;
  min-height: 200px;
	
}
.gsfCellInner{display: flex;width:100%;height:200px;
	justify-content: center;
  align-items: center;cursor:pointer;z-index:300;}
.gsfCell {
  display: block;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  height: auto;
	position:relative;
}
.gsfCell h3 {
  display: inline-block;
  width: auto !important;
  position: relative;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  color: #3a4f5c;
	top: 80px;
}
.gsfCell h3:before {
  content: "";
  position: absolute;
  width: auto;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #c60c30;
}
@media all and (max-width: 1024px) {
  .gsfTable {
    display: block;
    height: auto;
    position: relative;
    flex: none;
  }
}