html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul {
  list-style: none;
}
p {
  margin-bottom: 15px;
}
img {
  border: none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right !important;
}
.clear {
  clear: both;
}
/*----------------------------------------------------- Typografie */
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
i.fa,
.fa {
  font-family: FontAwesome, sans-serif;
  font-style: normal;
}
body {
  font-size: 11pt;
  line-height: 16pt;
  font-family: "Open Sans", "Myriad Pro", sans-serif;
  color: #6f6d6d;
}
a:link,
a:visited,
a:active {
  color: #f7a84c;
  text-decoration: none;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #221e1f;
}
h1 {
  font-size: 20px;
  font-weight: 400;
  color: #6f6d6d;
}
h2,
h3 {
  color: #fff;
  font-weight: 400;
}
/*----------------------------------------------------- Classes */
/*----------------------------------------------------- Objects */
.button {
  float: left;
  margin-top: 0px;
  padding: 9px 15px;
  color: #dc7f21 !important;
  border: 1px solid #dc7f21;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.button:hover {
  color: #fff !important;
  background: #f07e20;
  background: -moz-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f07e20), color-stop(50%, #f7a84c), color-stop(100%, #f07e20));
  background: -webkit-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -o-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -ms-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: linear-gradient(to right, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
}
.button:after {
  margin-top: 2px;
  content: "\f0da";
  font-style: normal;
  font-family: FontAwesome, sans-serif;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.button span,
.button:after {
  float: left;
}
.button:hover:after {
  margin-left: 5px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
form p {
  float: left;
}
form label {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
form select,
form textarea,
form input[type="tel"],
form input[type="text"],
form input[type="email"] {
  width: 100%;
  padding: 8px;
  outline: none;
  border: 1px solid #9d9d9d;
  background: #f9f9f8;
}
form select:focus,
form textarea:focus,
form input[type="tel"]:focus,
form input[type="text"]:focus,
form input[type="email"]:focus {
  border: 1px solid #f8af5b;
}
form input[type="submit"] {
  float: right;
  padding: 8px 15px;
  font-size: 14px;
  border: 0;
  outline: none;
  color: #fff;
  background: #f7a84c;
  border-bottom: 1px solid #dc7f21;
  background: #f07e20;
  background: -moz-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f07e20), color-stop(50%, #f7a84c), color-stop(100%, #f07e20));
  background: -webkit-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -o-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -ms-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: linear-gradient(to right, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
}
form input[type="submit"]:hover {
  border-bottom: 0;
  border-top: 1px solid #dc7f21;
}
form textarea {
  max-width: 100%;
  min-height: 150px;
}
form select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form select:not([multiple]) {
  background: #ffffff url("../images/arrow.png") no-repeat 95% 50%;
}
.message {
  width: 100%;
  float: left;
  padding: 10px 15px 9px 15px;
  margin-bottom: 15px;
  font-size: 11pt;
  font-style: italic;
  color: #fff;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.message i {
  float: right;
  margin-top: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.message i:hover {
  margin-top: 5px;
}
.message.errors {
  border-bottom: 2px solid #bb4343;
  background: #c04848;
  background: -moz-linear-gradient(left, #c04848 0%, #cb5656 50%, #c04848 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c04848), color-stop(50%, #cb5656), color-stop(100%, #c04848));
  background: -webkit-linear-gradient(left, #c04848 0%, #cb5656 50%, #c04848 100%);
  background: -o-linear-gradient(left, #c04848 0%, #cb5656 50%, #c04848 100%);
  background: -ms-linear-gradient(left, #c04848 0%, #cb5656 50%, #c04848 100%);
  background: linear-gradient(to right, #c04848 0%, #cb5656 50%, #c04848 100%);
}
.message.success {
  border-bottom: 2px solid #8fba43;
  background: #94bf48;
  background: -moz-linear-gradient(left, #94bf48 0%, #a9cb55 50%, #94bf48 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #94bf48), color-stop(50%, #a9cb55), color-stop(100%, #94bf48));
  background: -webkit-linear-gradient(left, #94bf48 0%, #a9cb55 50%, #94bf48 100%);
  background: -o-linear-gradient(left, #94bf48 0%, #a9cb55 50%, #94bf48 100%);
  background: -ms-linear-gradient(left, #94bf48 0%, #a9cb55 50%, #94bf48 100%);
  background: linear-gradient(to right, #94bf48 0%, #a9cb55 50%, #94bf48 100%);
}
/*----------------------------------------------------- Layout */
html,
body {
  overflow-x: hidden;
  background: #f7a84c;
}
.header {
  float: left;
  padding-top: 20px;
  background: #221e1f;
}
.header a.logo {
  float: left;
  padding: 0;
  margin-bottom: 20px;
}
.header nav {
  position: relative;
  float: left;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
  z-index: 3;
}
.header nav .mobile {
  display: none;
}
.header nav .mobile i {
  float: right;
  font-size: 20px;
  margin-top: 1px;
}
.header nav img {
  float: left;
  margin-right: 75px;
}
.header nav > ul {
  float: right;
  margin-top: 50px;
}
.header nav > ul > li {
  position: relative;
  float: left;
  margin-right: 10px;
}
.header nav > ul > li:last-child {
  margin-right: 0;
}
.header nav > ul > li a {
  float: left;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.header nav > ul > li a span {
  float: left;
}
.header nav > ul > li a span.fa {
  margin: 3px 0 0 5px;
}
.header nav > ul > li a:hover,
.header nav > ul > li a.active {
  color: #dc7f21;
}
.header nav > ul > li ul.children {
  position: absolute;
  top: 40px;
  display: none;
  background: #f07e20;
  background: -moz-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f07e20), color-stop(50%, #f7a84c), color-stop(100%, #f07e20));
  background: -webkit-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -o-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -ms-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: linear-gradient(to right, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
}
.header nav > ul > li ul.children li {
  white-space: nowrap;
}
.header nav > ul > li ul.children li a:hover {
  color: #fff;
}
.header nav > ul > li:hover ul.children {
  display: block;
}
.header .slider {
  position: relative;
  width: 100%;
  height: 333px;
  float: left;
  z-index: 2;
}
.header .slider .img {
  height: 100%;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.header .slider #map {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
  background: url('/assets/images/maps.png') no-repeat center;
  background-size: cover;
}
.header .slider .route {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 220pt;
  padding: 10px;
  text-align: center;
  z-index: 2;
  border: 1px solid #8d8d8e;
  background: rgba(32, 32, 32, 0.3);
}
.header .slider .route #directionPanel {
  float: left;
  width: 100%;
  height: 128pt;
  word-wrap: break-word;
  overflow: scroll;
  background: rgba(32, 32, 32, 0.5);
  display: none;
}
.header .slider .route #directionPanel .adp-placemark {
  background: none;
  border: 0;
}
.header .slider .route #directionPanel * {
  color: #fff !important;
  border: 0;
}
.header .slider .route h2 {
  width: 100%;
  float: left;
  margin-bottom: 7px;
  font-size: 15pt;
  font-style: italic;
  color: #383838;
}
.header .slider .route input {
  width: 100%;
  padding: 10px;
}
.header .slider .route input[type="text"] {
  float: left;
  margin: 3px 0;
}
.header .slider .route input[type="submit"] {
  font-size: 11pt;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
}
.header .bg {
  position: absolute;
  bottom: 0px;
  right: -480px;
  width: 100%;
  height: 476pt;
  padding-right: 100px;
  background: url('../images/sun.png') no-repeat center bottom;
  z-index: 1;
}
.content {
  float: left;
  padding: 25px;
  margin-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.content > div {
  padding: 0;
}
.content > div > h1 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #383838;
}
.content .txt,
.content .book {
  float: left;
  padding-left: 0;
}
.content .txt h1,
.content .book h1 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #383838;
}
.content .txt nav.pages,
.content .book nav.pages {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.content .txt nav.pages ul,
.content .book nav.pages ul {
  position: relative;
  left: 50%;
  float: left;
}
.content .txt nav.pages ul li,
.content .book nav.pages ul li {
  float: left;
  margin-right: 5px;
}
.content .txt nav.pages ul li a,
.content .book nav.pages ul li a {
  padding: 6px 11px;
  color: #6f6d6d;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.content .txt nav.pages ul li a:hover,
.content .book nav.pages ul li a:hover,
.content .txt nav.pages ul li a.active,
.content .book nav.pages ul li a.active {
  color: #fff;
  background: #f7a84c;
}
.content .txt {
  margin-bottom: 45px;
}
.content .txt:last-child,
.content .txt:last-of-type {
  margin-bottom: 0;
}
.content .book {
  float: left;
  padding: 0;
  margin-top: 10px;
}
.content .book .comment {
  float: left;
  margin-bottom: 15px;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #9d9d9d;
}
.content .book .comment .head {
  float: left;
  padding: 0;
  margin-bottom: 8px;
}
.content .book .comment .head .name {
  font-weight: bolder;
  color: #383838;
}
.content .book .comment:last-child,
.content .book .comment:last-of-type {
  border-bottom: 0;
}
.content table {
  width: 100%;
  color: #6f6d6d;
  border-collapse: collapse;
  border-spacing: 0;
  /* Cells in even rows (2,4,6...) are one color */

  /* Cells in odd rows (1,3,5...) are another (excludes header cells)  */

}
.content table td,
.content table th {
  border: 1px solid #cccccc;
  /* No more visible border */

}
.content table th {
  background: #DFDFDF;
  /* Darken header a bit */

  font-weight: bold;
}
.content table td {
  background: #FAFAFA;
  text-align: center;
}
.content table tr:nth-child(even) td {
  background: #F1F1F1;
}
.content table tr:nth-child(odd) td {
  background: #FEFEFE;
}
.content aside {
  height: 100%;
}
.content aside .head {
  padding: 7px 13px;
  margin-bottom: 15px;
  font-size: 13pt;
  color: #fff;
  border-bottom: 1px solid #dc7f21;
  background: #f07e20;
  background: -moz-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f07e20), color-stop(50%, #f7a84c), color-stop(100%, #f07e20));
  background: -webkit-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -o-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: -ms-linear-gradient(left, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  background: linear-gradient(to right, #f07e20 0%, #f7a84c 50%, #f07e20 100%);
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
}
.content aside .head a {
  color: #fff;
}
.content aside .head i {
  float: right;
  margin-top: 4px;
  font-size: 17px;
  vertical-align: middle;
}
.content aside .item {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.content aside .item a.img {
  width: 100%;
  float: left;
  text-align: center;
}
.content aside .item:last-child,
.content aside .item:last-of-type {
  margin-bottom: 0;
}
.content aside .comment {
  float: left;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #9d9d9d;
}
.content aside .comment .name {
  font-weight: 700;
  color: #383838;
}
.content aside .comment:last-child,
.content aside .comment:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.content aside span.fa {
  width: 18px;
  height: 18px;
  float: left;
  padding-top: 3px;
  margin-right: 3px;
  text-align: center;
  color: #f7a84c;
}
.content .alinea_img {
  width: 200px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.content .alinea_img.alignright {
  margin: 0 0 20px 20px;
}
.footer {
  float: left;
  padding: 0;
  margin-bottom: 20px;
  color: #221e1f;
}
.footer a {
  color: #fff;
}
/*----------------------------------------------------- Media Queries */
@media (max-width: 1200px) {
  .header nav li {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .header .logo {
    width: 100%;
    float: left;
    text-align: center;
  }
  .header nav.primary {
    padding: 0;
    margin-top: 15px;
    overflow: hidden;
    background: #f7a84c;
  }
  .header nav.primary .mobile {
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    cursor: pointer;
    color: #fff;
    background: #dc7f21;
  }
  .header nav.primary ul {
    display: none;
    width: 100%;
    float: left;
    margin-top: 0;
    border-top: 1px solid #f7a84c;
  }
  .header nav.primary ul li {
    width: 100%;
    float: left;
    margin: 0;
    background: #dc7f21;
  }
  .header nav.primary ul li a,
  .header nav.primary ul li ul.children a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #f7a84c;
  }
  .header nav.primary ul li a:hover,
  .header nav.primary ul li ul.children a:hover,
  .header nav.primary ul li a.active,
  .header nav.primary ul li ul.children a.active {
    color: #221e1f;
  }
  .header nav.primary ul li ul.children {
    position: static;
    border-top: 0;
  }
  .header nav.primary ul li ul.children li {
    background: #f7a84c;
  }
  .header nav.primary ul li ul.children li a {
    padding-left: 22px;
  }
  .header nav.primary ul li:last-child a {
    border-bottom: 0;
  }
  .content .alinea_img {
    width: 140px;
    margin: 0 0 10px 10px;
  }
  .content aside {
    margin-top: 20px;
    padding: 0;
  }
  footer {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header .container {
    padding: 0;
  }
  .content {
    text-align: justify;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  .header .bg {
    background-image: url('../images/sun@2x.png');
  }
}
.checkbox {
  display: none;
}
.checkbox__label {
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
}
.checkbox__label:last-of-type {
  margin-bottom: 0;
}
.checkbox__box {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background: #dc7f21;
}
.checkbox__text {
  margin-top: 3px;
  font-size: 14px;
}
.checkbox:checked + label.checkbox__label .checkbox__box {
  background: #dc7f21;
  position: relative;
}
.checkbox:checked + label.checkbox__label .checkbox__box:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  background: url('/assets/images/check.png') no-repeat center;
  background-size: 16px 14px;
  height: 14px;
  width: 16px;
}
.checkbox:checked + label.checkbox__label .checkbox__box .form__checkbox__label__box__checked {
  display: block;
}
