html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  height: 100%;
  background-color: white !important;
  font-weight: 500;
  font-family: "Cinzel", sans-serif; }

#header-top-area {
  height: 70px;
  text-align: center; }
  #header-top-area img {
    margin-top: 25px; }

#header-low-area {
  height: 40px;
  text-align: center; }

.menu {
  width: 100%;
  height: 40px;
  position: relative;
  text-align: center; }
  .menu ul {
    padding: 0px;
    position: relative;
    height: 40px;
    display: inline-block; }
    .menu ul li {
      color: white;
      margin-right: 30px;
      height: 40px;
      float: left; }
      .menu ul li a {
        text-decoration: none !important;
        color: white;
        font-size: 12px;
        font-family: "Cinzel", sans-serif;
        display: inline-block;
        height: 40px;
        line-height: 40px; }
    .menu ul li:last-child {
      margin-right: 0px; }

.responsivemenuicon {
  color: white;
  height: 40px;
  float: right; }
  .responsivemenuicon a {
    color: white;
    text-decoration: none !important;
    font-size: 12px;
    display: inline-block;
    height: 40px;
    line-height: 40px; }
  .responsivemenuicon a:active {
    text-decoration: none !important;
    color: white; }
  .responsivemenuicon a:visited {
    text-decoration: none !important;
    color: white; }
  .responsivemenuicon a:hover {
    text-decoration: none !important;
    color: white; }
  .responsivemenuicon a:focus {
    text-decoration: none !important;
    color: white; }

.responsivemenu {
  width: 100%;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .responsivemenu ul {
    padding: 0px;
    width: 100%; }
    .responsivemenu ul li {
      color: white;
      height: 40px;
      float: none;
      width: 100%;
      list-style: none; }
      .responsivemenu ul li a {
        text-decoration: none !important;
        color: white;
        font-size: 12px;
        font-family: "Cinzel", sans-serif;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 100%; }

#header-res-menu {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  background-color: rgba(175, 151, 104, 0.7);
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }

.max-res {
  max-height: 0px !important; }

.go-up {
  -webkit-transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

#footer {
  background-color: #4d4d4f;
  padding-top: 50px;
  padding-bottom: 25px; }

.footermenu {
  margin-bottom: 38px; }
  .footermenu ul {
    padding: 0px;
    padding-left: 15px; }
    .footermenu ul li {
      float: left;
      margin-right: 30px;
      color: #b29a6b; }
      .footermenu ul li a {
        text-decoration: none;
        color: #b29a6b;
        font-family: "Cinzel", sans-serif;
        font-size: 9px; }
    .footermenu ul li:last-child {
      margin-right: 0px; }

.footerwriting {
  color: #9e9e9e;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  margin-bottom: 85px; }

.footercopy {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  margin-left: 15px;
  color: #d9d9d9; }

.caglogo {
  float: right;
  margin-right: 20px; }

.footerresponsivemenuicon {
  color: #b29a6b;
  height: 40px;
  float: right;
  width: 100%;
  position: relative;
  z-index: 2; }
  .footerresponsivemenuicon a {
    color: #b29a6b;
    text-decoration: none !important;
    font-size: 12px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right; }
  .footerresponsivemenuicon a:active {
    text-decoration: none !important;
    color: #b29a6b; }
  .footerresponsivemenuicon a:visited {
    text-decoration: none !important;
    color: #b29a6b; }
  .footerresponsivemenuicon a:hover {
    text-decoration: none !important;
    color: #b29a6b; }
  .footerresponsivemenuicon a:focus {
    text-decoration: none !important;
    color: #b29a6b; }

.footer-res-menu {
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .footer-res-menu ul {
    padding: 0px;
    width: 100%; }
    .footer-res-menu ul li {
      color: white;
      height: 40px;
      float: none;
      width: 100%;
      list-style: none;
      display: inline-block; }
      .footer-res-menu ul li a {
        text-decoration: none !important;
        color: #b29a6b;
        font-size: 12px;
        font-family: "Cinzel", sans-serif;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 100%; }

.footer-res-menu-area {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }

.max-res-footer {
  max-height: 40px !important; }

.go-up {
  -webkit-transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

#showcase-area {
  height: calc(15vw + 300px);
  padding: 0px;
  z-index: 60000;
  position: relative; }

#home-info-area {
  background-color: #af9768;
  text-align: center; }

.home-info-logo-area {
  background-image: url("../images/whitewindow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  height: 52px;
  margin-top: 33px;
  margin-bottom: 33px; }
  .home-info-logo-area p {
    line-height: 52px;
    font-family: "Cinzel", sans-serif;
    font-size: 30px;
    color: #4d4d4f;
    padding-left: 20px;
    padding-right: 20px; }

.home-info-writing {
  width: 80%;
  max-width: 800px;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px; }
  .home-info-writing p {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 200; }

#home-mid-area {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 45px; }

.home-info-box {
  text-align: left !important; }

.home-info-header {
  margin-bottom: 38px;
  font-family: "Cinzel", sans-serif;
  font-size: 18px;
  color: #4d4d4f; }

.home-info-writing-mid {
  font-size: 10px;
  color: #4d4d4f;
  font-weight: lighter;
  font-family: "Montserrat", sans-serif; }

.home-info-date {
  color: #9d9fa2;
  font-size: 12px;
  font-style: italic;
  font-family: "Montserrat", sans-serif; }

.home-info-link {
  font-size: 10px;
  color: #b29a6b;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px; }
  .home-info-link a {
    color: #b29a6b !important;
    text-decoration: none !important;
    border-bottom: 1px solid #b29a6b; }

.home-info-margin {
  margin-bottom: 27px; }

.showcase {
  position: absolute;
  top: 0px;
  z-index: -1;
  height: calc(15vw + 300px);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

.showcase-low {
  opacity: 0 !important; }

#inner-content-greybg {
  background-color: #eeeeee;
  padding-top: 50px;
  padding-bottom: 50px; }

.inner-content-header {
  width: 325px;
  max-width: 80%;
  text-align: center;
  background-image: url("../images/content-header-window.png");
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 50px;
  font-size: 30px;
  font-family: "Cinzel", sans-serif;
  padding-bottom: 70px;
  margin-left: 15px; }

.inner-content-writing {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px; }
  .inner-content-writing p {
    font-size: 12px;
    font-weight: 200; }

.inner-content-picture-area {
  background-color: #a69064;
  width: 100%;
  height: 276px;
  padding-top: 5px;
  max-width: 220px;
  float: right; }

.inner-content-picture {
  background-color: white;
  height: 230px;
  margin-left: 1%;
  width: 98%; }

.inner-content-picture-name {
  line-height: 44px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14px;
  font-family: "Cinzel", sans-serif; }
  .inner-content-picture-name a {
    color: white !important;
    text-decoration: none !important; }
    .inner-content-picture-name a img {
      margin-left: 10px; }

.backtohome-button {
  line-height: 60px;
  height: 60px;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200; }
  .backtohome-button a {
    text-decoration: none !important;
    color: black !important;
    display: inline-block;
    height: 100%; }
  .backtohome-button img {
    margin-top: -2px;
    margin-right: 5px; }

.practice-item {
  width: 100%; }

.practice-item-header {
  min-height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  margin-bottom: 5px; }
  .practice-item-header a {
    text-decoration: none !important;
    color: black !important; }

.practice-item-line {
  background-image: url("../images/practices-long-line.png");
  height: 35px;
  background-repeat: repeat-x;
  background-position: center; }

.practice-item-button {
  height: 35px;
  line-height: 35px;
  text-align: center; }
  .practice-item-button a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center; }
    .practice-item-button a img {
      margin-top: -2px; }

.practice-button-closed {
  display: none !important; }

.practice-item-writing-area {
  max-height: 350px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in;
  -moz-transition: max-height 1s ease-in;
  -ms-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in; }

.practice-closed {
  max-height: 0px; }

.practice-item-writing {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a69064;
  padding-left: 7%;
  color: white;
  padding-right: 7%;
  margin-bottom: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.practice-up {
  -webkit-transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

.sectors-content-area {
  padding-bottom: 30px; }

.sectors-headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 25px;
  line-height: 15px; }

.sectors-writing {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 12px; }

.sector-row {
  padding-bottom: 49px; }

.sectors-picture-bg {
  margin-top: 40px;
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.sectors-picture {
  padding-bottom: 30px;
  width: 100%; }

.formRows {
  clear: both;
  padding-bottom: 1px;
  margin-bottom: 20px; }
  .formRows input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a69064;
    color: black;
    font-size: 12px;
    float: right;
    width: calc( 100% - 100px);
    outline: none;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200; }
  .formRows label {
    width: 100px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200; }
  .formRows textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a69064;
    color: black;
    font-size: 12px;
    float: right;
    width: calc( 100% - 100px);
    padding-bottom: 5px;
    outline: none;
    height: 100px;
    resize: none;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200; }

.contact-submit-button {
  background-color: #4d4d4f !important;
  line-height: 30px !important;
  width: 140px !important;
  text-align: center !important;
  font-size: 8px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 200 !important;
  color: white !important;
  outline: none;
  border: none;
  margin-left: 100px;
  margin-top: 20px; }

#google-map-area {
  height: 302px;
  border: 3px solid #a69064; }

.contact-adres {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 200;
  padding-bottom: 50px; }

.contact-headline {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 50px; }

.contact-form {
  padding-bottom: 42px; }

.google-map-box {
  padding-bottom: 42px; }

.contact-alert-area {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  margin-bottom: 20px; }

.grecaptcha-badge {
  display: none; }
