* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 12px;
  font-family: 'Gillius ADF No2', sans-serif;
}
/*
------------
Edit styles
------------
*/
.ccm-area-block-list,
.ccm-area-drag-area {
  min-height: 50px;
}
.ccm-area-block-list .block,
.ccm-area-drag-area .block {
  width: 100%;
}
.ccm-area-drag-area {
  width: 100%;
}
.ui-dialog {
  top: 50% !important;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@font-face {
  font-family: 'Gillius ADF No2 Bold Cond';
  font-style: normal;
  font-weight: normal;
  src: local('fonts/Gillius ADF No2 Bold Cond'), url('/application/themes/oet_theme/css/fonts/GilliusADFNo2-BoldCond2.woff') format('woff');
}
@font-face {
  font-family: 'Gillius ADF No2';
  font-style: normal;
  font-weight: normal;
  src: local('fonts/Gillius ADF No2'), url('/application/themes/oet_theme/css/fonts/GilliusADFNo2-Regular2.woff') format('woff');
}
@font-face {
  font-family: 'Gillius ADF Bold Cond';
  font-style: normal;
  font-weight: normal;
  src: local('fonts/Gillius ADF Bold Cond'), url('/application/themes/oet_theme/css/fonts/GilliusADF-BoldCond2.woff') format('woff');
}
@font-face {
  font-family: 'Gillius ADF Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('fonts/Gillius ADF Condensed'), url('/application/themes/oet_theme/css/fonts/GilliusADF-Cond2.woff') format('woff');
}
#sfx-main {
  /*
    --------------
    Text styles
    --------------
    */
}
#sfx-main a {
  color: #6cb2bd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main a:hover {
  text-decoration: none;
  color: #338a9f;
}
#sfx-main a.button {
  display: inline-block;
  margin-left: 15px;
  width: 200px;
  padding: 5px 8px;
  background-color: #6cb2bd;
  color: #fff;
}
#sfx-main a.button:hover {
  color: #fff;
  background-color: #338a9f;
}
#sfx-main p {
  font-size: 1rem;
  font-family: 'Gillius ADF No2', sans-serif;
}
#sfx-main p b,
#sfx-main p strong {
  font-family: 'Gillius ADF No2 Bold Cond', sans-serif;
}
#sfx-main .teaser {
  font-size: 1.3rem;
  font-family: 'Gillius ADF No2 Bold Cond', sans-serif;
}
#sfx-main .teaser p {
  font-size: 1em;
  font-family: 'Gillius ADF No2 Bold Cond', sans-serif;
}
#sfx-main .teaser-smaller {
  font-size: 1.1rem;
  font-family: 'Gillius ADF No2', sans-serif;
}
#sfx-main .teaser-smaller p {
  font-size: 1em;
  font-family: 'Gillius ADF No2', sans-serif;
}
#sfx-main .big-slogan {
  line-height: 1.3em;
  font-size: 6.8vw;
  text-transform: uppercase;
  display: inline-block;
}
#sfx-main .big-slogan p {
  display: inline;
  background-color: rgba(255, 255, 255, 0.7);
}
#sfx-main h1,
#sfx-main h2,
#sfx-main h3,
#sfx-main h4,
#sfx-main h5,
#sfx-main h6 {
  font-family: 'Gillius ADF No2 Bold Cond', sans-serif;
}
#sfx-main h1 p,
#sfx-main h2 p,
#sfx-main h3 p,
#sfx-main h4 p,
#sfx-main h5 p,
#sfx-main h6 p {
  font-size: 1em;
}
#sfx-main h2 {
  text-transform: uppercase;
}
#sfx-main h3 {
  font-size: 1.2rem;
  padding-left: 2.2rem;
  position: relative;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#sfx-main h3:before {
  content: '';
  background-image: url('/application/themes/oet_theme/css/OB_solo.svg');
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
#sfx-main h4 {
  font-size: 1.1rem;
}
#sfx-main .clear {
  clear: both;
  width: 100%;
}
#sfx-main img.ccm-image-block {
  max-width: 100%;
  height: auto !important;
}
#sfx-main #logo {
  width: 60%;
  display: block;
}
#sfx-main #logo svg {
  width: 100%;
}
#sfx-main #menu {
  width: 400px;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
}
#sfx-main .content-right {
  margin-left: 400px;
}
#sfx-main #menu {
  padding-bottom: 100px;
}
#sfx-main #menu .nav:not(:last-child) li {
  width: 100%;
  /*&:last-child {
                    margin-top:15px;
                    -webkit-transform: rotate(-3deg);
                    transform: rotate(-3deg);
                }*/
}
#sfx-main #menu .nav:not(:last-child) li a {
  display: block;
  text-align: right;
  background-color: #6cb2bd;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 0.9rem;
  margin-bottom: 0.9rem;
  font-family: 'Gillius ADF No2 Bold Cond', sans-serif;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main #menu .nav:not(:last-child) li a:hover,
#sfx-main #menu .nav:not(:last-child) li a.nav-selected {
  background-color: #338a9f;
}
#sfx-main .menu-toggle {
  display: none;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sfx-main .menu-toggle div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main .menu-toggle div:nth-child(2) {
  top: 6px;
}
#sfx-main .menu-toggle div:nth-child(3) {
  top: 12px;
}
#sfx-main .menu-toggle.open div:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sfx-main .menu-toggle.open div:nth-child(2) {
  display: none;
}
#sfx-main .menu-toggle.open div:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sfx-main #sub-menu {
  font-size: 1.2rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-family: 'Gillius ADF No2 Bold Cond', sans-serif;
}
#sfx-main #sub-menu ul {
  display: block;
}
#sfx-main #sub-menu ul li {
  display: block;
}
#sfx-main #sub-menu ul li a {
  font-size: 1em;
  display: block;
}
/*
-------------
Image styles
-------------
*/
#sfx-main .image-full-width {
  background-size: cover;
  background-position: bottom;
  min-height: 35vw;
  background-repeat: no-repeat;
}
#sfx-main .page-196 .image-full-width {
  background-position: bottom left;
}
#sfx-main .front-image .image-full-width {
  background-size: 110%;
  background-position: bottom;
  height: 83vh;
}
#sfx-main .page-template-smallheader-onecolumn .image-full-width {
  background-position: top;
}
#sfx-main {
  padding-bottom: 180px;
  min-height: 100vh;
  position: relative;
}
#sfx-main .footer-container {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding-top: 45px;
}
/*
------------------
Media Queries / Mobile Styles
------------------
*/
@media (min-width: 2000px) {
  #sfx-main .teaser {
    font-size: 1.5rem;
  }
  #sfx-main p {
    font-size: 1.2rem;
  }
  #sfx-main h3 {
    font-size: 2.4em;
    padding-left: 2.5rem;
  }
  #sfx-main h3:before {
    width: 2rem;
    height: 2rem;
    top: 0rem;
  }
  #sfx-main #menu {
    width: 580px;
  }
  #sfx-main .content-right {
    margin-left: 580px;
  }
  #sfx-main #menu .nav:not(:last-child) li a {
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
  }
}
@media (min-width: 2100px) {
  html {
    font-size: 18px;
  }
  #sfx-main #menu {
    width: 780px;
  }
  #sfx-main .content-right {
    margin-left: 780px;
  }
}
@media (min-width: 2550px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  #sfx-main #menu {
    width: 280px;
  }
  #sfx-main .content-right {
    margin-left: 280px;
  }
  #sfx-main h3 {
    margin-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  #sfx-main .front-image .image-full-width {
    height: 85vh;
  }
  #sfx-main .big-slogan {
    font-size: 12vw;
  }
  #sfx-main #menu {
    width: 100vw;
    height: 60px;
    position: fixed;
    top: 0;
    background-color: #f3f1f1;
    z-index: 5;
  }
  #sfx-main #menu .menu-container {
    left: -100vw;
    top: 0;
    display: block;
    position: absolute;
    background-color: #fff;
    position: relative;
    padding-top: 130px;
    padding-right: 20vw;
    width: 100vw;
    height: 100vh;
    min-width: 200px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 5;
  }
  #sfx-main #menu .menu-container.open {
    left: 0;
  }
  #sfx-main #menu #logo {
    width: 250px;
  }
  #sfx-main #menu #logo_quer {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 200px;
    z-index: 1;
  }
  #sfx-main .menu-toggle {
    display: block;
    cursor: pointer;
    z-index: 10;
  }
  #sfx-main .content-right {
    margin-left: 0px;
    margin-top: 103px;
  }
}
