@charset "UTF-8";
/* CSS Document */
.rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: center;
}
.rslides_tabs li a {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
}
.rslides_tabs li.rslides_here a {
  background: #333 !important;
}
.ccm-block-page-list-title a {
  color: #5e5f5f;
  font-weight: 800;
  text-align: center;
  display: block;
  text-decoration: none;
}
.borkenKaefer {
  position: relative;
  margin-bottom: 2rem;
}
.ccm-block-page-list-page-entry-text {
  font-family: Nunito;
  padding: 0 1rem;
  text-align: center;
}
#page-wrapper .btn.btn-primary {
  background: #ce9345;
  border: 0;
  border-radius: 20px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Nunito;
  letter-spacing: 1px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: 'EB Garamond', serif;
}
#header {
  display: flex;
  background: #ffffff;
  padding: 0;
  justify-content: center;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  -moz-transition: top 1s ease-in-out;
  -webkit-transition: top 1s ease-in-out;
  -ms-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
  height: 153px;
}
.headBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headBox img {
  float: right;
  margin-top: 6px;
}
.headCol.midHead {
  display: flex;
  align-items: center;
}
#header img#logo {
  position: absolute;
  left: 20px;
  height: 80px;
  padding: 10px 0 10px;
}
#header .nav {
  display: flex;
  font-size: 1rem;
  z-index: 2;
  align-items: flex-end;
  margin: 0 10px 0px 0;
  -moz-transition: right 1s ease-in-out;
  -webkit-transition: right 1s ease-in-out;
  -ms-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
}
#header .nav li {
  margin: 5px;
  list-style: none;
}
#header .nav li a {
  padding: 5px 5px 3px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ce9345;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
}
#header .nav li a:hover,
#header li.nav-selected a {
  color: #999999;
}
#header ul.nav li ul {
  position: absolute;
  background: #000;
  display: none;
}
#header ul.nav li:hover ul {
  display: block;
}
#main {
  padding-top: 153px;
}
#topSearchBox {
  width: 350px;
  height: 75px;
  position: absolute;
  right: 0;
}
.ccm-image-slider-container {
  margin-bottom: 20px;
  box-shadow: 0px 3px 12px #2a2a28;
}
#topSearch {
  width: 310px;
  margin-right: 20px;
  max-width: 330px;
  border-radius: 20px;
  margin-top: 30px;
  border: 2px solid #3d3d3d;
  padding: 8px;
  background: #a5a5a5;
  background: -moz-linear-gradient(top, #a5a5a5 0%, #000000 61%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a5a5), color-stop(61%, #000000));
  background: -webkit-linear-gradient(top, #a5a5a5 0%, #000000 61%);
  background: -o-linear-gradient(top, #a5a5a5 0%, #000000 61%);
  background: -ms-linear-gradient(top, #a5a5a5 0%, #000000 61%);
  background: linear-gradient(to bottom, #a5a5a5 0%, #000000 61%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#000000', GradientType=0);
  height: 27px !important;
  display: flex;
  justify-content: center;
}
#topSearch .query {
  color: #000;
  width: 250px;
  margin-right: 15px;
  border: 0px;
  height: 25px;
  border-radius: 13px;
  padding-left: 10px;
  max-width: 100%;
  box-shadow: 0px 1px 6px #505050 inset;
  float: left;
}
#topSearch .submit {
  height: 25px;
  padding-bottom: 6px;
  width: 25px;
  border: 0px;
  background: url('/application/themes/images/red-check.png') 0px 0px no-repeat;
}
.colorType,
.colorType a {
  color: #ce9345 !important;
  text-decoration: none;
}
#main p.greenType {
  color: #ce9345;
  font-family: Nunito, sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
#main p,
.col2 .column h2 {
  text-align: center;
  margin: 6px 6%;
  font-size: 19px;
}
#main img.ccm-image-block {
  width: 100%;
  height: auto;
}
#main img {
  max-width: 100%;
  height: auto;
}
#main .headLiner {
  box-shadow: 0px -2px 5px #333333 inset, 0px 2px 5px #ffffff inset;
  -moz-box-shadow: 0px -2px 5px #333333 inset, 0px 2px 5px #ffffff inset;
  background: #ce9345;
  margin: 60px 0 0;
  color: #fff;
  font-family: Nunito, sans-serif;
  text-transform: uppercase;
  padding: 10px 0 8px;
  font-weight: 600;
  font-size: 1.3rem;
}
a.greenButton {
  -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  background: #ce9345;
  color: #fff;
  text-decoration: none;
  font-family: Nunito, sans-serif;
  padding: 8px 20px 6px;
}
#main .column img.ccm-image-block {
  box-shadow: none !important;
  max-width: 100%;
  width: auto;
}
.column {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.col2left {
  display: flex;
  width: 80vw;
  margin: 30px auto;
  flex-wrap: wrap;
}
.col2right {
  display: flex;
  width: 80vw;
  margin: 30px auto;
  flex-wrap: wrap;
}
.col2 {
  display: flex;
  width: 80vw;
  margin: 30px auto;
  flex-wrap: wrap;
}
.col2 .column {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.column h2 {
  text-align: center;
  font-family: Nunito, sans-serif;
  color: #5e5e5e;
  text-transform: uppercase;
  font-weight: 800;
}
.column h1 {
  font-size: 2rem;
  text-align: center;
  font-family: Nunito, sans-serif;
  color: #5e5e5e;
  text-transform: uppercase;
  font-weight: 800;
}
#main .column p {
  font-family: Nunito;
  font-weight: 100;
  font-size: 16px;
}
.ccm-block-page-list-page-entry-text {
  font-family: Nunito;
}
#main .column .testimonial,
#main .column .testimonial-author {
  text-align: left;
  font-weight: 100;
  margin: 0;
  width: 100%;
}
.testimonial-author {
  font-size: 85% !important;
  padding-top: 10px;
}
.column a {
  text-decoration: none;
  color: #ce9345;
}
.vidCover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  z-index: 99;
  background-size: cover;
}
.videBix {
  position: relative;
}
#footer {
  display: flex;
  background: #ffffff;
  justify-content: space-between;
}
#footer {
  font-family: Nunito;
  color: #ce9345;
}
.form-group.captcha {
  display: none;
}
#footer h2 {
  color: green;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
}
#footer p,
#footer a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
#footer a {
  color: #ce9345;
  text-decoration: none;
}
#footer a:hover {
  color: #ce9345;
}
#footLeft p,
#footLeft a {
  text-align: left;
  font-size: 14px !important;
  display: block;
  line-height: 23px !important;
}
#footRight p,
#footRight a {
  text-align: left;
  font-size: 14px !important;
  display: block;
  line-height: 23px !important;
}
#footer > div {
  padding: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20vw;
  box-sizing: border-box;
}
div#footCenter {
  width: 100vw;
}
.mouseType {
  font-size: 12px !important;
  line-height: 14px !important;
  margin-top: 10px !important;
}
#footCenter h3 {
  color: #ce9345;
  text-align: center;
}
.ccm-block-social-links {
  display: flex;
  justify-content: center;
}
#main .ccm-block-social-links ul {
  -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  background: #ce9345;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px 6px;
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
#main .ccm-block-social-links ul li {
  margin: 0 10px;
}
#main .ccm-block-social-links ul li a {
  color: #fff;
  font-size: 26px;
}
#mobMen {
  color: #ce9345;
  position: absolute;
  right: 2vw;
  height: 100%;
  align-items: center;
  font-size: 30px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
@media (max-width: 830px) {
  #mobMen {
    display: flex;
  }
  #header .nav {
    display: flex;
    font-size: 1rem;
    height: 77vh;
    width: 40vw;
    right: -60vw;
    z-index: 2;
    align-items: flex-start;
    margin: 0;
    position: absolute;
    flex-direction: column;
    background: #ffffff;
    padding: 0vh 10vw 10vh;
    top: 153px;
  }
  #header.openz .nav {
    right: 0;
  }
  #header img#logo {
    position: relative;
  }
  #page-wrapper {
    overflow-x: hidden;
  }
}
@media (max-width: 830px) {
  #footer {
    flex-direction: column;
  }
  #footer > div {
    width: 100vw;
    align-items: center;
  }
  div#footCenter {
    order: -1;
    width: 100vw;
  }
  .column {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .col2left {
    width: 80vw;
    flex-direction: column;
  }
  .col2right {
    width: 80vw;
    flex-direction: column-reverse;
  }
}
