/* CSS Document */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  src: url("fonts/Open-Sans-300/Open-Sans-300.eot");
  src: url("fonts/Open-Sans-300/Open-Sans-300.eot?#iefix") format("embedded-opentype"), local("Open Sans Light"), local("Open-Sans-300"), url("fonts/Open-Sans-300/Open-Sans-300.woff2") format("woff2"), url("fonts/Open-Sans-300/Open-Sans-300.woff") format("woff"), url("fonts/Open-Sans-300/Open-Sans-300.ttf") format("truetype"), url("fonts/Open-Sans-300/Open-Sans-300.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("fonts/Open-Sans-regular/Open-Sans-regular.eot");
  src: url("fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix") format("embedded-opentype"), local("Open Sans"), local("Open-Sans-regular"), url("fonts/Open-Sans-regular/Open-Sans-regular.woff2") format("woff2"), url("fonts/Open-Sans-regular/Open-Sans-regular.woff") format("woff"), url("fonts/Open-Sans-regular/Open-Sans-regular.ttf") format("truetype"), url("fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url("fonts/Open-Sans-700/Open-Sans-700.eot");
  src: url("fonts/Open-Sans-700/Open-Sans-700.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold"), local("Open-Sans-700"), url("fonts/Open-Sans-700/Open-Sans-700.woff2") format("woff2"), url("fonts/Open-Sans-700/Open-Sans-700.woff") format("woff"), url("fonts/Open-Sans-700/Open-Sans-700.ttf") format("truetype"), url("fonts/Open-Sans-700/Open-Sans-700.svg#OpenSans") format("svg"); }

html {
  height: 100%;
  min-height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff6ed;
  font: 16px/24px "Open Sans", sans-serif !important;
  font-weight: normal;
  font-display: swap; }

#navigation {
  z-index: 999 !important;
  padding: 0;
  background: rgba(255, 246, 237, 0.8) !important; }

.is-sticky #navigation {
  z-index: 999 !important;
  background: rgba(255, 246, 237, 0.9) !important;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000; }

.gek-nav {
  width: 100% !important;
  z-index: 999999999 !important;
  position: relative; }

.headertop {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  display: block;
  padding: 10px 25px 10px 10px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 0.9rem; }

.headertop a {
  color: #fff6ed;
  padding: 0 10px; }

.logo {
  width: 130px; }

.logo img {
  width: 100%; }

.headerbild {
  height: 40vh;
  background-color: #CCC;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }

.slider {
  position: relative;
  max-width: 100%;
  overflow: hidden; }

.slogan {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 998;
  color: #FFF; }

.slogan .h1fontsize {
  color: #FFF !important; }

.sp-thumbnails-container {
  position: absolute !important;
  top: 25%;
  left: 75% !important; }

.sp-thumbnail img {
  border: 1px solid #FFF !important; }

.content {
  margin: 2.5rem 0; }

.footer {
  background-color: #8a1024;
  color: #ec9d9d;
  padding: 2.5rem 0; }

/*shadows & Anim */
.shadow3 {
  -moz-box-shadow: 0px 0px 3px #000;
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
  z-index: 999999; }

.shadow8,
.gek-button:hover {
  -moz-box-shadow: 0px 0px 8px #000;
  -webkit-box-shadow: 0px 0px 8px #000;
  box-shadow: 0px 0px 8px #000; }

.text-shadow,
.copyrightlink {
  text-shadow: 0px 0px 3px #000; }

.gek-anim {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

/*bigfont*/
h1,
.h1fontsize,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  color: #8a1024;
  display: block;
  font-weight: 300; }

.subheadline {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 700 !important;
  color: #8a1024;
  text-transform: uppercase; }

.no-textshadow {
  text-shadow: none !important; }

#impressum h2,
#impressum h3,
#impressum h4,
#impressum h5,
#impressum h6 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  color: #000;
  display: block;
  font-weight: 300; }

.big {
  font-size: 1.5rem; }

.headline-divider,
.headline-divider-left {
  width: 30%;
  border-bottom: 1px solid #8a1024;
  margin: 0 auto 2rem auto; }

.divider-white .headline-divider,
.divider-white .headline-divider-left {
  border-bottom: 1px solid #FFF !important; }

.headline-divider-left {
  margin: 0 0 2rem 0 !important; }

.divider-transformx {
  -moz-transform: translate(8rem, 0px);
  -webkit-transform: translate(-8rem, 0px);
  -ms-transform: translate(-8rem, 0px);
  transform: translate(-8rem, 0px); }

/*list styles *********************/
ul.ulcheck {
  list-style-type: none;
  margin: 0;
  padding-left: 32px;
  font-weight: 500;
  text-align: left; }

ul.ulcheck li {
  margin-bottom: 10px; }

ul.ulcheck li:before {
  font-family: 'icons';
  content: '\22';
  margin: 0 12px 0 -32px;
  font-size: 1.5rem !important; }

ul.ulcheck span {
  padding: 5px 0;
  display: block;
  font-weight: 300; }

ul.ulfarbig li:before,
ul.ulfarbig li {
  color: #003b5a !important; }

/*globals***************/
.pos-abs {
  position: absolute; }

.pos-rel {
  position: relative; }

.z-high-99 {
  z-index: 99; }

.fullwidth {
  width: 100%; }

img.width100 {
  width: 100%;
  height: auto; }

img.width90 {
  width: 90%;
  height: auto; }

img.width80 {
  width: 90%;
  height: auto; }

img.width50 {
  width: 50%;
  height: auto; }

.opacity9 {
  opacity: 0.9; }

.no-marg-bottom {
  margin-bottom: 0; }

.margin-top-2-5 {
  margin-top: 2.5rem; }

/*text-colors*/
/*footernav*/
ul.submenu {
  list-style-type: none;
  margin: 0px;
  padding: 5px 0 0 0; }

ul.submenu .zwo {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 5px 0 0 0; }

.footer ul.submenu li {
  margin: 0;
  padding: 2px 0; }

.footer ul.submenu a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #666; }

.footer ul.submenu a:hover,
.footer ul.submenu a.active {
  color: #8a1024; }

.footer ul.submenu li a i.fa {
  display: block;
  float: left;
  padding: 0;
  text-indent: -13px; }

.footer div.submenu {
  text-align: left;
  width: auto;
  margin-bottom: 2rem; }

.footer .submenu a {
  width: auto;
  text-decoration: none;
  padding: 0 1rem 0 0;
  display: inline-block;
  color: #ec9d9d;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.footer .submenu a:hover {
  color: #FFF;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.footer h2 {
  color: #ec9d9d;
  text-transform: normal;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  padding: 0; }

.footerheadline {
  font-size: 1.3rem;
  font-weight: bold;
  color: #8a1024;
  text-transform: uppercase; }

/*overwrites */
.dropdown-toggle::after {
  display: none; }

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border-radius: 0;
  border: 0px;
  z-index: 99999999999999 !important; }

.navbar {
  min-height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
  padding-top: 5px; }

.navbar-phone-nr {
  margin: 0;
  padding: 0; }

.danke-left {
  padding-top: -2rem;
  text-align: center;
  padding-bottom: 2rem; }

.danke-left .icon-rounded {
  border: 1px solid #FFF;
  position: relative;
  top: -3rem;
  background: #3c763d;
  float: none; }

.danke-left h2 {
  color: #3c763d;
  margin-top: -2rem; }

.danke-left i {
  color: #FFF; }

.bildnachweis {
  font-size: 0.8em;
  line-height: 1.1rem;
  text-align: center;
  padding: 0 0 0 0rem; }

.bildnachweis p {
  margin: 0.5rem; }

.bildnachweis a {
  color: #666; }

.bildnachweis a:hover {
  color: #8a1024; }

.footercopyright {
  display: block;
  float: left; }

.footercopyright a {
  color: #666; }

.footercopyright img {
  opacity: 0.3;
  width: 20px;
  height: auto; }

.navbar-toggleable-md,
.navbar {
  padding: 0 !important; }

.navbar-nav {
  margin: 0 0 0 15px !important; }

.nav-link,
.nav-link.dropdown-toggle {
  padding: 0.8rem 0.8rem !important;
  text-transform: normal;
  font-size: 1rem;
  color: #333;
  /* border:1px solid #003b5a; */
  /* border-left:0; */
  font-weight: 700; }

.is-sticky .nav-link,
.is-sticky .nav-link.dropdown-toggle {
  color: #333; }

.nav-link:hover,
.nav-link.dropdown-toggle:hover,
.nav-link.active,
.nav-item.active .dropdown-toggle,
.nav-item.dropdown.show,
.nav-item.dropdown.show a.nav-link {
  color: #8a1024;
  font-weight: 900; }

/*navlink animation */
.nav-item {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  margin-left: 1px;
  margin-right: 1px; }

.nav-item:after,
.nav-item.active:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -o-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease; }

.nav-item:hover:after,
.nav-item.active:after {
  width: 100%;
  background-color: #8a1024; }

.dropdown-menu {
  background-color: #8a1024; }

.dropdown-menu a.dropdown-item {
  color: #FFF;
  padding: 10px 15px;
  border-bottom: 1px solid #FFF; }

.dropdown-menu a.dropdown-item::before {
  content: "\E80C";
  font-family: icons;
  font-size: 0.7rem;
  padding: 0 10px 0 5px;
  position: relative;
  top: -2px; }

.dropdown-menu a.last {
  border-bottom: 0 !important; }

a.dropdown-item.active,
.dropdown-item:active,
a.dropdown-item:hover {
  background: #FFF;
  color: #8a1024 !important;
  padding: 10px 15px;
  border-bottom: 1px solid #8a1024; }

.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  position: absolute;
  top: 51px;
  left: 0px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
  z-index: 999999999999999 !important; }

/*navbar hack */
@media (max-width: 1024px) and (orientation: landscape) {
  .navbar {
    float: none;
    margin: 0 !important; }
  .navbar-nav {
    margin: 0 !important;
    background: #FFF; } }

/*desktop and lg **************************/
/*vorher992*/
@media (min-width: 1025px) {
  .pos-abs-logo {
    position: absolute; }
  .logo img {
    padding: 10px;
    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
    background: #fff6ed !important; }
  /*smartphone **************/ }

@media (min-width: 1025px) and (max-width: 767px) {
  .logo {
    width: 90px; }
  .logo img {
    width: 100%; }
  #navigation {
    padding: 0; } }

@media (min-width: 1025px) {
  /*tablets **********/ }

@media (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    width: 110px; }
  .logo img {
    width: 100%; } }

@media (min-width: 1025px) {
  /*tablet landscape */
  /*up to 1280 tablet & smartphone */ }

@media (min-width: 1025px) and (max-width: 1280px) {
  .sp-thumbnails-container {
    display: none; }
  h1,
  .h1fontsize,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.3rem;
    line-height: 1.7rem; }
  .subheadline {
    font-size: 1.2rem;
    line-height: 1.4rem; } }

@media (min-width: 1025px) {
  /*input label with animation */
  .input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0;
    /*max-width: 350px;
  width: calc(100% - 2em);*/
    vertical-align: top; }
  .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #333;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */ }
  textarea .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #333;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
    height: 5rem !important; }
  .input__field:focus {
    outline: none; }
  .input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .input__label-content {
    position: relative;
    display: block;
    padding: 0.2em 0;
    width: 100%; }
  .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none; }
  .icon {
    color: #ddd;
    font-size: 150%; }
  /* Individual styles */
  /* Jiro */
  .input--jiro {
    margin-top: 2em;
    width: 100%; }
  .input__field--jiro {
    padding: 0.85em 0.5em;
    width: 100%;
    background: transparent;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-weight: 600;
    letter-spacing: 0.05rem;
    font-family: inherit; }
  .input__label--jiro {
    position: absolute;
    left: 0;
    padding: 0 0.85em;
    width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none;
    -webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    -ms-transition: all;
    background: rgba(204, 204, 204, 0.2); }
  .input__label-content--jiro {
    -webkit-transition: -webkit-transform 0.5s 0.5s;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    -o-transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
  .input__label--jiro::before,
  .input__label--jiro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .has-error ~ .input__label--jiro::before {
    border-top: 1px solid #CC0000; }
  .has-error ~ .input__label--jiro .input__label-content--jiro,
  .invalidValue {
    color: #CC0000 !important; }
  .input__label--jiro::before {
    border-top: 1px solid #666;
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .input__label--jiro::after {
    z-index: -1;
    background: white;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }
  .input__field--jiro:focus,
  .input--filled .input__field--jiro {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .input__field--jiro + .input__label--jiro .input__label-content--jiro,
  .input--filled .input__label-content--jiro {
    -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: all 500ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    -o-transition: all 500ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: all 500ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    color: #666;
    font-weight: bold;
    font-size: 100%; }
  .input__field--jiro:focus + .input__label--jiro .input__label-content--jiro,
  .input--filled .input__label-content--jiro {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    font-weight: normal;
    font-size: 80%;
    color: #666; }
  .input__field--jiro:focus + .input__label--jiro::before,
  .input--filled .input__label--jiro::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .input__field--jiro:focus + .input__label--jiro::before,
  .input--filled .input__label--jiro::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .input__field--jiro:focus + .input__label--jiro::after,
  .input--filled .input__label--jiro::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .input--filled .input__label--jiro .input__label-content--jiro,
  .input--filled .input__label-content--jiro {
    font-weight: normal;
    font-size: 80%;
    color: #666 !important; }
  /*animated checkboxes******************/
  .datenschutztext {
    margin: 1.5rem; }
  .gek-checkboxtitle {
    display: block;
    height: 4rem; }
  .gek-checkbox {
    padding-left: 0;
    text-align: left;
    float: left;
    margin: 10px 20px 0 0; }
  .gek-checkbox label:hover {
    cursor: pointer; }
  .gek-checkbox label:after,
  .radio label:after {
    content: '';
    display: table;
    clear: both; }
  .gek-checkbox .cr,
  .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #333;
    width: 1rem;
    height: 1rem;
    float: left;
    margin-right: 0em;
    margin-bottom: 0;
    margin-top: 0.6rem; }
  .has-error ~ .cr {
    border: 1px solid #8a1024; }
  .radio .cr {
    border-radius: 50%; }
  .gek-checkbox .cr .cr-icon,
  .radio .cr .cr-icon {
    position: absolute;
    font-size: 1.0rem;
    line-height: 0;
    top: -5%;
    left: -30%; }
  .radio .cr .cr-icon {
    margin-left: 0.04em;
    color: #003b5a; }
  .gek-checkbox label input[type="checkbox"],
  .radio label input[type="radio"] {
    display: none; }
  .gek-checkbox label input[type="checkbox"] + .cr > .cr-icon,
  .radio label input[type="radio"] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotate(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
  .gek-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
  .radio label input[type="radio"]:checked + .cr > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  .gek-checkbox label input[type="checkbox"]:disabled + .cr,
  .radio label input[type="radio"]:disabled + .cr {
    opacity: .5; }
  .gek-checkboxtitle {
    width: 100%;
    display: block;
    line-height: 0.9em;
    margin: 0px 0 10px 0; }
  i.cr-icon {
    color: #c00;
    font-size: 3em; }
  /*scroll to op */
  .cd-container {
    width: 100%; }
  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }
  .cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(204, 0, 0, 0.9) url(img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all .3s 0s, visibility 0s .3s;
    -moz-transition: all .3s 0s, visibility 0s .3s;
    -o-transition: all .3s 0s, visibility 0s .3s;
    transition: all .3s 0s, visibility 0s .3s; }
  .cd-top:hover,
  .cd-top.cd-fade-out:hover {
    background: #cc0000 url(img/cd-top-arrow.svg) no-repeat center 50%;
    -moz-box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    -webkit-transition: all .3s 0s, visibility 0s .3s;
    -moz-transition: all .3s 0s, visibility 0s .3s;
    -o-transition: all .3s 0s, visibility 0s .3s;
    transition: all .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible,
  .cd-top.cd-fade-out,
  .no-touch .cd-top:hover {
    -webkit-transition: all .3s 0s, all 0s 0s;
    -moz-transition: all .3s 0s, all 0s 0s;
    -o-transition: all .3s 0s, all 0s 0s;
    transition: all .3s 0s, all 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .8; }
  .no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1; } }

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1025px) and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }

@media (min-width: 1025px) {
  #lightgallery {
    width: 100%; }
  .photo {
    border: 1px solid #CCC;
    float: left;
    margin: 15px 0 0 0;
    width: 100%;
    max-width: 100%;
    position: relative; }
  .photo:hover {
    cursor: pointer; }
  .photo img {
    padding: 2px;
    max-width: 100%;
    width: 100%; }
  .photo span {
    background: url(img/zoom.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0; }
  .phototitle {
    font-size: 0.8em;
    line-height: 0.9em;
    margin-top: 5px;
    display: inline-block;
    height: 20px; }
  .photoouter div[class^="col-"] {
    float: left; }
  /* responsive nav stacked liked 3.x */ }

@media (min-width: 1025px) and (max-width: 48em) {
  .navbar .navbar-nav > .nav-item {
    float: none;
    margin-left: 0rem; }
  .navbar .navbar-nav {
    float: none !important;
    margin-top: 0.5rem; }
  .navbar .collapse.in,
  .navbar .collapsing {
    clear: both; } }

@media (min-width: 1025px) {
  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: 0; }
  .navbar-toggler,
  .navbar-toggler:focus {
    display: inline-block;
    position: relative;
    border: 0px solid #000;
    border-radius: 0;
    top: 12px;
    position: absolute;
    right: 0;
    outline: 1px solid -webkit-focus-ring-color;
    outline-color: #333;
    border-radius: 0px !important; }
  .navbar-toggler span {
    display: block;
    background-color: #000;
    height: 2px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1; }
  .navbar-toggler span:nth-child(1),
  .navbar-toggler span:nth-child(3) {
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9; }
  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent; }
  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    top: 9px;
    left: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9; } }
