@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:focus {
  outline: none;
}

a {
  color: #cf5b15;
}

a:hover,
nav ul li.active li a:hover {
  color: #cf5b15;
}

html,
body {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #534847;
  line-height: 140%;
  padding: 0 15px;
}

#main-menu {
  display: none;
}

nav#mobile {
  background-color: #cf5b15;
  display: block;
}

nav#mobile a {
  color: #fff;
  text-decortion: none;
}

/*
Top black bar that holds the toggle button
*/

nav#mobile #toggle-bar {
  line-height: 50px;
  height: 50px;
  display: block;
  border-top: 1px solid #cf5b15;
  border-bottom: 1px solid #cf5b15;
  border-bottom: 2px solid white;
}

/*
Toggle button #1 ("Menu")
*/

nav#mobile strong a {
  margin-left: 30px;
  padding: 10px 0;
  text-decoration: none;
}

/*
Toggle button #2 ("Navicon")
*/

ul#mmenu {
  margin-bottom: 0;
}

nav#mobile .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 7px 8px;
  margin-top: 11px;
  background-color: transparent;
  border: none;
}

nav#mobile .icon-bar {
  background-color: #fff;
}

nav#mobile .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 2px;
}

/*
The dropdown menu
*/

nav#mobile ul li {
  clear: both;
  list-style: none;
}

nav#mobile ul li a {
  display: block;
  background-color: #fff;
  text-transform: uppercase;
  margin: 1px 0;
  margin-top: 0;
  padding: 6px 0 6px 30px;
  color: #111;
}

nav#mobile ul ul {
  font-size: small;
}

nav#mobile ul ul li {
  margin-left: 30px;
}

nav#mobile ul ul a {
  background-color: #fff;
  padding-left: 8px;
}

nav#mobile ul ul a:before {
  content: "2192";
  padding-right: 8px;
}

body.page1 .container {
  display: none;
}

body.page1 #loader {
  background: url("/site/templates/images/loader-plain.jpg") no-repeat scroll center center transparent;
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 115;
  border: 20px solid white;
  cursor: pointer;
  display: none;
}

#animated-logo {
  display: none;
}

body.page1 #animated-logo {
  display: block;
}

#loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#loader #animated-logo {
  width: 125px;
  height: 160px;
  margin: auto;
  position: relative;
  top: 50%;
  margin-top: -80px;
  background: url("/site/templates/images/logo-slogan.png") no-repeat bottom left;
}

#animated-logo #inner,
#animated-logo #outer {
  height: 68px;
  width: 69px;
  position: absolute;
  top: 0px;
  left: 30px;
  -webkit-transition: all 1.5s ease-in-out 2s;
  -moz-transition: all 1.5s ease-in-out 2s;
  -o-transition: all 1.5s ease-in-out 2s;
  -ms-transition: all 1.5s ease-in-out 2s;
}

#animated-logo #inner {
  background: url("/site/templates/images/logo-inner.png");
  z-index: 2;
}

#animated-logo #outer {
  background: url("/site/templates/images/logo-outer.png");
  z-index: 1;
}

#animated-logo #inner.animated {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

#animated-logo #outer.animated {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
}

p.credit a {
  color: #534847;
  text-decoration: none;
}

p {
  font-size: 13px;
  color: #534847;
  line-height: 140%;
  margin: 0.83em 0;
}

h1,
h2 {
  font-size: 15px;
  color: #cf5b15;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

h2 {
  font-size: 13px;
  text-align: left;
}

h1 a {
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

#logo {
  text-align: center;
  margin: 50px 0px;
}

#logo img {
  width: 129px;
  height: 95px;
}

.indent {
  padding-left: 50px;
}

.clearfix:after {
  content: "";
  display: table;
}

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#wrap {
}

#wrap:after {
  content: "";
  display: block;
}

.container {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: auto;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.align-center {
  margin: auto;
}

nav ul {
  margin-top: 0px;
  padding: 0px;
  line-height: 160%;
}

ul.submenu {
  padding: 0px;
  margin: 5px 0px;
}

nav ul li a {
  color: #534847;
  display: block;
}

nav ul li.active li {
  line-height: 140%;
  margin-bottom: 4px;
}

nav ul li.active a {
  color: #cf5b15;
}

nav ul li.active li a {
  color: black;
  text-transform: none;
  font-size: 11px;
  padding-right: 15px;
}

nav ul li.active li.active a {
  color: #cf5b15;
}

nav ul li a {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  line-height: 150%;
}

.col-content .block,
.col-content .typo3-messages {
  background: #efebe7;
  /*color: #cf5b15;*/
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 140%;
  margin: 0px;
  clear: both;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 20px;
}

.block ul li {
  font-size: 13px;
}

.message-body {
  text-align: center;
}

.align-right {
  text-align: right;
}

#c2 p {
  font-size: 16px;
  color: #cf5b15;
}

span.highlight {
  color: #cf5b15;
}

.block a {
  text-decoration: none;
}

.block a:hover {
  text-decoration: underline;
}

.pager {
  display: none;
}

.pager a img {
  opacity: 0.5;
}

.pager a.active img,
.pager a:hover img {
  opacity: 1;
}

div.button {
  text-align: right;
  padding-right: 10px;
}

.tx-mwimmo .property-child {
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.tx-mwimmo .property-child__title {
  grid-column: 1;
  grid-row: 1 / 4;
}

.tx-mwimmo .property-child__facts {
  grid-column: 2;
  grid-row: 1;
}

.tx-mwimmo .property-child__synopsis {
  grid-column: 2;
  grid-row: 2;
  padding-top: 7px;
  padding-bottom: 20px;
}

.tx-mwimmo .property-child__footer {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.tx-mwimmo .property-child__request {
  font-size: 15px;
  margin-left: auto;
}

@media screen and (max-width: 959px) {
  .tx-mwimmo .property-child {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .tx-mwimmo .property-child__title,
  .tx-mwimmo .property-child__facts,
  .tx-mwimmo .property-child__synopsis,
  .tx-mwimmo .property-child__footer {
    grid-column: 1;
    grid-row: auto;
  }
}

a.button-plus {
  display: inline-block;
  text-align: left;
  border-radius: 5px;
  padding: 2px 10px;
}

a.button-plus span {
  display: inline-block;
  background: #db8552;
  border-radius: 100%;
  color: white;
  padding: 0 5px;
  margin-right: 5px;
}

a.button-plus:hover span {
  text-decoration: none;
  background: #cf5b15;
}

footer p {
  text-align: center;
  font-size: 10px;
}

div.back {
  padding-top: 10px;
  text-align: center;
}

table.tx_eislimmo {
  width: 600px;
}

/* stylesContent */
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 2px;
}

/* form Styles */

.tx-powermail .powermail_legend {
  display: none;
}

.tx-powermail .powermail_field {
  width: 50%;
}

.tx-powermail .powermail_radio_legend {
  display: block;
  font-size: 14px;
  border: none;
}

.tx-powermail .powermail_select {
  width: 20%;
}

.tx-powermail .powermail_label {
  color: black;
  width: 150px;
}

.tx-powermail textarea {
  resize: none;
  height: 150px;
}

.tx-powermail .powermail_fieldset {
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  /*border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
  padding: 2em;
  background: none;
  border: none;
}
.tx-powermail .btn-default {
  margin-left: 150px;
  margin-top: 1em;
}

.tx-powermail .powermail_radio_outer {
  padding-left: 0.5em;
  width: 400px;
  border: none;
}
.tx-powermail .powermail_radio_inner {
  display: inline-block;
}

ul.synopsis {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}

ul.synopsis ul li {
  padding: 0px;
  margin: 0px;
}

ul.synopsis li a {
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  background: url(/site/templates/images/icons/icon-pdf.png) no-repeat left center;
}

span.h {
  display: none;
}

label {
  display: inline-block;
  width: 150px;
  color: #534847;
  font-size: 12px;
  text-transform: uppercase;
}

label.required:after {
  content: "*";
  color: red;
}

label.error {
  text-transform: none;
  color: red;
}

.row {
  margin-bottom: 5px;
}

input,
textarea {
  width: 100%;
}

input[type="submit"] {
  margin-left: 0;
}

@media screen and (min-width: 960px) {
  .container {
    width: 960px;
    max-width: 960px;
  }

  .col {
    float: left;
  }

  .col-left,
  .col-right {
    width: 180px;
  }

  .col-left {
    text-align: right;
    padding-right: 25px;
  }

  .col-right {
    text-align: left;
    padding-left: 25px;
  }

  .col-content {
    width: 600px;
  }

  #main-menu {
    display: block;
  }

  nav#mobile {
    display: none;
  }

  nav#mobile #toggle-bar {
    display: none;
  }

  .pager {
    display: block;
    margin-top: 0;
    position: absolute;
    margin-left: 625px;
  }

  .pager a {
    display: block;
    margin-bottom: 5px;
  }

  footer p {
    text-align: right;
    font-size: 10px;
  }

  div.back {
    text-align: left;
  }

  input,
  textarea {
    width: 400px;
  }

  input[type="submit"] {
    margin-left: 155px;
  }

  a.button-plus {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/site/templates/images/icons/icon-plus16.png) no-repeat bottom;
    text-indent: -9999px;
    text-align: left;
  }

  a.button-plus:hover {
    background-color: transparent;
    background-position: top;
  }
}

.tx-mwimmo table {
  border-collapse: separate;
  border-spacing: 10px;
}

.tx-mwimmo table th {
  font-weight: bold;
}

.tx-mwimmo table td {
  vertical-align: top;
}

.csc-textpic-image img {
  max-width: 100%;
  height: auto;
}
