/*
                  Custom Stylesheet for herco.ch
                  Copyright: ViDYO GmbH - Created: 06.08.2019
*/
/* ================================================================
                  FONTS
================================================================ */
@font-face {
  font-family: 'Sukhumvit';
  /*src: url('/assets/fonts/SukhumvitSet-Bold.ttf');*/
  src: url('/assets/fonts/SukhumvitSet-Light.ttf');
  /*src: url('/assets/fonts/SukhumvitSet-SemiBold.ttf');*/
}

@font-face {
  font-family: 'SukhumvitSemiBold';
  /*src: url('/assets/fonts/SukhumvitSet-Bold.ttf');
  /*src: url('/assets/fonts/SukhumvitSet-Light.ttf');*/
  src: url('/assets/fonts/SukhumvitSet-SemiBold.ttf');
}

@font-face {
  font-family: 'SukhumvitBold';
  src: url('/assets/fonts/SukhumvitSet-Bold.ttf');
  /*src: url('/assets/fonts/SukhumvitSet-Light.ttf');
  src: url('/assets/fonts/SukhumvitSet-SemiBold.ttf');*/
}

/* ================================================================
                  ALLGEMEIN
================================================================ */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1440px;
}

::selection {
  background: rgba(1, 55, 115, 0.5);
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: lighter;
}

.uk-container-large {
  max-width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SukhumvitBold', 'Roboto', sans-serif;
  font-weight: bold;
  color: #000000;
  margin-top: 0px;
  font-weight: bold;
}

em {
  color: #000000;
}

h2 {
  font-size: 3rem;
  line-height: 3.333rem;
}

h2>p {
  margin: 0px;
}

h3 {
  font-size: 1.888rem;
}

h4 {
  font-size: 1.333rem;
}

p, li {
  color: #000000;
}

b, strong {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

a {
  color: black;
}

a {
  color: rgba(0, 0, 0, 0.7);
}

a:hover, a:focus, a:active {
  color: rgba(0, 0, 0, 1);
}

section {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}

section.color-2 {
  background: #F7FAFC;
}

section.color-3 {
  background: #013773;
}

section.color-3 *, section.color-4 * {
  color: white !important;
}

section.color-4 {
  background: black;
}

section:first-of-type {
  padding-top: 130px;
}

section:last-of-type {
  padding-bottom: 130px;
}

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

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

/* -------------- BUTTON --------------- */
.btn {
  font-size: 1.333rem;
  letter-spacing: 0.1333rem;
  transition: 0.2s;
  color: black;
  font-family: 'Sukhumvit', 'Roboto', sans-serif;
}

.btn.invert {
  color: white;
}

.btn.back {
  letter-spacing: 0.1666rem;
}

a.btn:hover {
  letter-spacing: 0.1666rem;
  text-decoration: none;
  color: black;
}

a.btn.back:hover {
  letter-spacing: 0.1333rem;
}

a.btn.invert:hover {
  color: white;
}

.btn svg {
  width: 18px;
  transition: 0.2s;
  margin-left: 2px;
}

.btn.back svg {
  margin-left: 0px;
}

.btn:hover svg {
  margin-left: 5px;
}

.btn.back:hover svg {
  margin-left: 0px;
}

.btn svg * {
  stroke: #013773 !important;
}
/*
.content-wrapper {
  min-height: 100vh;
  min-height: calc(100vh - 154px);
}*/

.uk-tooltip {
  font-size: 1rem;
  background: white;
  color: black;
  box-shadow: 0px 2px 5px rgba(20, 20, 20, 0.2);
  padding: 5px 10px;
}

.texteingabe {
  padding-bottom: 15px;
}

/* ================================================================
                  NAVIGATION
================================================================ */
/* -------------- HEADER --------------- */
.nav-wrapper {
  padding-top: 50px;
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  transition: padding 0.4s cubic-bezier(0.277, 0.03, 0.06, 1.277), padding-bottom 0.4s cubic-bezier(0.277, 0.03, 0.06, 1.277), background 0.1s 0s;
}

body.nav-active .nav-wrapper {
  background: white;
  transition: background 0s 0.3s;
}

.nav-wrapper.scroll {
  padding: 10px 0px;
  background: white;
}

.uk-logo {
  justify-content: left;
  min-height: auto;
}

.uk-logo img {
  max-width: 225px;
}

body.nav-active {
  overflow: hidden;
}

.bildmodul img {
  min-width: 100%;
}

/* -------------- NAV-BUTTON --------------- */
.nav-icons {
  text-align: right;
}

.nav-icons a, .nav-icons-mobile a {
  position: relative;
  width: 64px;
  height: 64px;
  border: solid white 2px;
  display: inline-block;
  margin-left: 10px;
  box-sizing: border-box;
  transition: 0.2s border-color cubic-bezier(0.152, 0.01, 0.03, 1.252);
  margin-top: 6px;
}

.nav-icons-mobile {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  transition: 0.2s;
}

.nav-icons-mobile.fadedin {
  opacity: 1;
  transition: 0.1s 0.4s;
}

.nav-icons-mobile a {
  margin-left: 0px;
  margin-right: 10px;
}

.nav-icons-mobile a:last-of-type {
  margin-right: 0px;
}

.nav-icons a svg, .nav-icons-mobile a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.nav-active .nav-icons a, .nav-wrapper.scroll .nav-icons a, .nav-icons-mobile a {
  border: solid #013773 2px !important;
}

.nav-icons-mobile .shop-button {
  display: none;
}

.shopping-cart-icon {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.nav-icons-mobile .shopping-cart-icon {
  stroke: #013773;
}

.nav-wrapper .nav-icons a svg path, .nav-wrapper .nav-icons a svg circle {
  transition: 0.2s cubic-bezier(0.152, 0.01, 0.03, 1.252);
}

body.nav-active .nav-icons a svg path, body.nav-active .nav-icons a svg circle, .nav-wrapper.scroll .nav-icons a svg path, .nav-wrapper.scroll .nav-icons a svg circle {
  stroke: #013773;
}

.nav-icons a.nav-button {
  background: #013773;
  padding: 18px;
}

.nav-icons a.nav-button span {
  background: #013773;
  height: 2px;
  background: white;
  display: block;
  margin-bottom: 7px;
  border-radius: 2px;
  transition: 0.2s cubic-bezier(0.152, 0.01, 0.03, 1.252);
}

.nav-icons a.nav-button span:nth-of-type(1) {
  width: 25px;
  margin-top: 2px;
}

.nav-icons a.nav-button span:nth-of-type(2) {
  width: 17px;
}

.nav-icons a.nav-button span:nth-of-type(3) {
  width: 22px;
}

.nav-icons a.nav-button:hover span:nth-of-type(1) {
  width: 25px;
  margin-top: 2px;
}

.nav-icons a.nav-button:hover span:nth-of-type(2) {
  width: 25px;
}

.nav-icons a.nav-button:hover span:nth-of-type(3) {
  width: 25px;
}

body.nav-active .nav-icons a.nav-button span:nth-of-type(1) {
  width: 15px;
  transform-origin: top right;
  transform: rotate(-45deg) translateY(13px);
}

body.nav-active .nav-icons a.nav-button span:nth-of-type(2) {
  width: 25px;
}

body.nav-active .nav-icons a.nav-button span:nth-of-type(3) {
  width: 15px;
  transform-origin: bottom right;
  transform: rotate(45deg) translateY(-13px);
}

/* -------------- LANG-BUTTON --------------- */
.lang-button.active {
  display: none;
}

.lang-button {
  position: relative;
}

.lang-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 1.25rem;
  color: white;
  margin-top: 2px;
  transition: 0.2s;
}

body.nav-active .nav-icons .lang-button span, .nav-wrapper.scroll .nav-icons .lang-button span, .nav-icons-mobile .lang-button span {
  color: #013773 !important;
}

.lang-ic {
  font-family: 'Sukhumvit', 'Roboto', sans-serif;
  font-weight: bold;
}

/* -------------- FULLSCREEN NAVIGATION --------------- */
.mainnav {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: white;
  overflow-y: auto;
  box-sizing: border-box;
  width: 100%;
}

.mainnav>div {
  position: relative;
  padding-top: 100px;
  min-height: calc(100vh - 100px);
}

.mainnav .fullscreen-nav {
  display: inline-table;
  position: relative;
  padding-right: 60px;
  border-right: 2px solid white;
  transition: border-right 0.2s;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 75px;
  margin-bottom: 75px;
}

.fullscreen-nav.dropdown {
  border-right: 2px solid black;
}

.fullscreen-nav li.active>.dropdown-parent, .fullscreen-nav li.uk-active>a {
  color: #013773;
}

.fullscreen-nav>li {
  list-style: none;
  font-family: 'SukhumvitBold', 'Roboto', Arial, sans-serif;
  font-size: 3rem;
  font-weight: bold;
}

.fullscreen-nav>li a {
  text-decoration: none;
  color: #000000;
  transition: 0.2s;
}

.fullscreen-nav>li a:hover, .fullscreen-nav>li a:focus, .fullscreen-nav>li a:active {
  color: #808080
}

.fullscreen-nav>li .navbar-dropdown {
  display: none;
}

.navbar-dropdown-nav {
  position: absolute;
  left: 100%;
  padding-left: 40px;
  padding-top: 20px;
  list-style: none;
  top: 0;
}

.fullscreen-nav .dropdown-parent:hover .arrow-left, .fullscreen-nav .dropdown-parent:focus .arrow-left, .fullscreen-nav .dropdown-parent:active .arrow-left {
  stroke: #808080;
}

.fullscreen-nav li.active>.dropdown-parent .arrow-left, .fullscreen-nav li.uk-active>a .arrow-left {
  stroke: #013773;
}

.fullscreen-nav .dropdown-parent svg {
  margin-left: 10px;
  margin-top: -3px;
}

.arrow-left {
  fill: none;
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 3px;
  transition: 0.2s;
  margin-left: 15px;
}

.mail-button .a {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.tel-button .a {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  transition: 0.2s;
}

body.nav-active .tel-button .a, .nav-wrapper.scroll .tel-button .a, body.nav-active .mail-button .a, .nav-wrapper.scroll .mail-button .a {
  stroke: #013773 !important;
}

a.tel-button, a.mail-button {
  display: inline-block;
}

/*body.nav-active .tel-button, body.nav-active .mail-button {
	display: inline-block;
}*/
/* -------------- INFORMATIONEN NAVIGATION --------------- */
.infos-nav {
  position: relative;
  margin-bottom: 40px;
}

.infos-header.infos-nav .info-wrapper>div {
  background: #F7FAFC;
  border-bottom: 2px solid #013773;
  transition: 0.2s;
}

.infos-header.infos-nav .info-wrapper * {
  color: black;
  text-shadow: none;
}

.infos-header.infos-nav .btn {
  color: black;
}

/* ================================================================
                  PAGE HEADER
================================================================ */
.page-header, .page-header .page-preload {
  min-height: 350px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.page-header .page-preload {
  width: 100%;
  z-index: -1;
}

.header-spinner svg circle {
  stroke: white !important;
}

/* ================================================================
                  SLIDER
================================================================ */
.uk-slideshow-items {
  min-height: 700px !important;
  height: 100vh;
  background: #e1edf5
}

.uk-slideshow-items>li {}

.uk-slideshow-items .preview {
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

/* -------------- CAPTION --------------- */
.slider .slider-caption {
  position: relative;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  transition: top 0.2s;
}

body.ferien-active .slider .slider-caption {
  top: calc(50% - 60px);
}

.slider .slider-caption h2 {
  font-size: 4.333rem;
  line-height: 4.444rem;
}

.slider .slider-caption .arrow-left {
  stroke: #013773;
}

/* -------------- INFORMATIONEN SLIDER --------------- */
.infos-slider {
  position: absolute;
  bottom: 30px;
  width: 100%;
  transition: bottom 0.2s;
}

body.ferien-active .infos-header {
  bottom: 70px;
  transition: bottom 0s;
}

.infos-header .info-wrapper {
  display: inline-block;
  text-decoration: none;
}

.infos-header .info-wrapper>div {
  background: rgba(247, 250, 252, 0.4);
  background: rgba(206, 215, 230, 0.4);
  padding: 20px;
  border-bottom: 2px solid #013773;
  transition: 0.2s;
}

.infos-header .info-wrapper * {
  margin: 0px;
  color: white;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5)
}

.infos-header .info-wrapper h4 {
  margin-bottom: 5px;
}

.infos-header .btn {
  margin-bottom: 5px;
  font-size: 1rem;
  color: white;
  padding: 15px 20px 0px 20px;
  display: block;
}

.infos-slider .btn {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.infos-header .btn {
  margin-bottom: 5px;
  font-size: 1rem;
  color: white;
  padding: 15px 20px 0px 20px;
  display: block;
}

.infos-header .btn svg {
  width: 10px;
  margin-left: 5px;
}

.infos-header .info-wrapper:hover+.btn {
  letter-spacing: 0.1666rem;
  text-decoration: none;
}

.infos-header .info-wrapper:hover+.btn svg {
  margin-left: 5px;
}

/* -------------- FERIEN --------------- */
.info-ferien {
  position: absolute;
  bottom: 0px;
  background: #013773;
  width: 100%;
  padding: 10px 0px;
  overflow: hidden;
  transition: 0.2s;
}

.info-ferien.closed {
  height: 0px;
  padding: 0px 0px;
}

.info-ferien .uk-container {
  position: relative;
}

.info-ferien * {
  color: white;
}

.info-ferien .large-text {
  font-family: 'SukhumvitBold', 'Roboto', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.333rem;
}

.info-ferien .ferien-close {
  position: absolute;
  right: 0px;
  cursor: pointer;
  margin-right: 40px;
}

/* -------------- MOBILE FERIEN --------------- */
.info-ferien.ferien-mobile {
  position: relative;
  padding: 15px 0;
}

.info-ferien.ferien-mobile>div>div>div {
  margin: 0px;
}

/* ================================================================
                  NEWS SLIDER - HOME
================================================================ */
.news-slider.uk-slider-container {
  overflow: inherit;
}

.news-slider.uk-slider-container:hover, .news-slider .uk-panel>a:hover {
  cursor: grab;
}

.news-slider.uk-slider-container:active, .news-slider .uk-panel>a:active {
  cursor: grabbing;
}

.news-slider .inner-wrapper * {
  color: black;
}

.news-slider>ul>li {
  display: grid;
}

.news-slider>ul>li>div {
  position: relative;
}

.news-slider .inner-wrapper {
  padding: 30px 0;
  border-bottom: 2px solid #013773;
}

.news-slider .inner-wrapper h3 {
  margin-bottom: 10px;
}

.news-slider li .btn svg {
  margin-top: -3px;
}

.news-slider li:hover .btn {
  letter-spacing: 0.1666rem;
  text-decoration: none;
}

.news-slider li:hover .btn svg {
  margin-left: 5px;
}

.news-slider .view-more {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  color: #013773;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s;
}

.news-slider li:hover .view-more {
  opacity: 1;
}

.news-slider .uk-slidenav {
  transition: 0.4s ease-in-out;
}

.news-slider .uk-slidenav.uk-invisible {
  opacity: 0;
  visibility: visible !important;
}

.news-slider .uk-slidenav.uk-slidenav-next.uk-invisible {
  right: -80px;
}

.news-slider .uk-slidenav.uk-slidenav-previous.uk-invisible {
  left: -80px;
}

.news-slider .uk-slidenav-next {
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding: 25px;
  border-radius: 50% 0 0 50%;
  right: -60px;
}

.news-slider .uk-slidenav-previous {
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding: 25px;
  border-radius: 0 50% 50% 0;
  left: -60px;
}

.news-slider .uk-slidenav polyline {
  color: #013773;
}

/* ================================================================
                  NEWS DETAIL
================================================================ */
.news-detail-header {
  background: #013773;
  padding-bottom: 0px;
}

.news-detail-header h1 {
  padding: 80px 0px 20px 0px;
  color: white;
}

.news-detail-header-bottom {
  background: #F7FAFC;
  height: 20px;
  width: 100%;
}

.news-detail {
  padding-top: 70px;
}

.text-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.news-detail p {
  font-size: 1.15rem;
}

.news-detail .btn.download {
  display: block;
  background: #F7FAFC;
  padding: 20px;
  margin-top: 30px;
}

.news-detail .btn.download span {
  float: right;
  margin-top: 4px;
}

.news-detail .btn.download:hover svg {
  margin-left: 2px;
}

.news-back {
  border-top: 2px solid #013773;
}

.galerie-active+.news-back {
  margin-top: 40px;
}

.news-back a {
  padding: 15px 0;
  display: block;
}

.news-back svg {
  transform: rotateY(180deg);
  margin-top: -4px;
  margin-right: 5px;
}

/* ================================================================
                  KONTAKT FORMULAR
================================================================ */
/* -------------- LABEL --------------- */
/*.checkbox label {
	color: #999;
	position: inherit;
	pointer-events: all;
	left: 10px;
	top: 7px;
	transition: all 0.2s ease;
}
.checkbox label .uk-checkbox {
  margin-right: 6px;
  color: black;
}
.uk-checkbox:checked, .uk-checkbox:focus, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color: black;
}
.form-group.date {
  margin-left: -15px;
}
.form-group.date label {
  position: inherit;
  padding-left: 15px;
  margin-top: 0px;
}*/
#Formular {
  margin-top: -15px;
}

#rex-yform>form>div>div {
  position: relative;
}

label {
  color: black;
  font-weight: normal;
  font-size: 1.333rem;
  letter-spacing: 0.1333rem;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  display: none;
}



div.checkbox>label {
  position: inherit;
  transform: none;
  pointer-events: all;
	display: block;
}

select.form-control.uk-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/media/dropdown.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
}

select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}

.form-group *::placeholder, select.uk-select {
  color: black;
  font-weight: normal;
  font-size: 1.333rem;
  letter-spacing: 0.1333rem;
}

#yform-formular .control-label {
  position: inherit;
  pointer-events: all;
}

.form-check-group {
  border-bottom: 1px solid black;
  padding-bottom: 30px;
}

.uk-input:focus~.control-label, .uk-input.used~label {
  top: 41px;
  transform: scale(.75);
  transform-origin: left;
  left: 15px;
  letter-spacing: 0.1666rem;
  /* font-size: 14px; */
}

input.uk-input, select.uk-select {
  border: none;
  background: #F7FAFC !important;
  padding: 15px;
  height: auto !important;
  color: black;
}

textarea.uk-textarea {
  border: none;
  background: #F7FAFC !important;
  padding: 15px;
  color: black;
  min-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 250px;
}

.contact-send button {
  display: block;
  width: 100%;
  padding: 15px;
  outline: none;
  background: #013773;
  color: white;
  cursor: pointer;
  border: none !important;
}

.contact-send button:hover {
  letter-spacing: 0.166rem;
}

.contact-send svg {
  margin-top: -4px;
}

.contact-send svg * {
  stroke: white !important;
}

.uk-alert-danger ul {
  padding-left: 10px;
}

.uk-alert-danger li {
  list-style: none;
  margin: 5px 0;
}

.uk-alert-success {
  background: #F7FAFC;
  color: black;
  padding: 15px 20px;
}

.uk-alert-success * {
  margin: 0px;
}

.uk-alert-success h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* ================================================================
                  NEWSLETTER
================================================================ */
.newsletter-form.newsletter-login {
  margin-top: 0px;
}

.newsletter-form.newsletter-login form>p {
  display: none;
}

/* -------------- CHECKBOX --------------- */
.checkbox_label {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkbox_label span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox_label .svg-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 7px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #013773;
  transition: all 0.2s ease;
}

.checkbox_label .svg-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate(-50%, -50%);
  width: 15px;
}

.checkbox_label .svg-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e9f0f5;
  display: block;
  transform: scale(0);
  opacity: 0.8;
  border-radius: 50%;
}

.checkbox_label:hover .svg-wrapper {
  border-color: #013773;
}

.inp-cbx:checked+.checkbox_label .svg-wrapper {
  background: #013773;
  border-color: #013773;
  animation: wave 0.4s ease;
}

.inp-cbx:checked+.checkbox_label .svg-wrapper svg {
  stroke-dashoffset: 0;
}

.inp-cbx:checked+.checkbox_label .svg-wrapper:before {
  transform: scale(2.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.label_svg {
  width: 50px;
}

.label_text {
  flex: 1;
  min-width: 1px;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

/* ================================================================
                  GALERIE
================================================================ */
.uk-lightbox {
  background: rgba(255, 255, 255, 0.97)
}

.uk-lightbox-toolbar {
  color: black;
  font-size: 2rem;
}

.uk-lightbox-toolbar, .uk-lightbox-button {
  background: none;
}

.uk-lightbox-toolbar-icon {
  background: #013773;
  padding: 20px;
  width: 60px;
  margin: 5px;
}

.uk-lightbox-toolbar-icon svg {
  width: 40px;
}

.uk-lightbox-button svg {
  width: 60px;
}

.uk-lightbox-button svg polyline {
  stroke: black !important;
}

/* ================================================================
                  GESCHICHTE
================================================================ */
.uk-accordion>li>a {
  background: #F7FAFC;
  padding: 30px;
}

section:not(.color-1) .uk-accordion>li>a {
  background: white;
}

.uk-accordion>li {
  transition: 0.1s;
}

.uk-accordion>li.uk-open {
  box-shadow: 0px 0px 7px rgba(247, 250, 252, 1)
}

.uk-accordion>li>a>h4 {
  margin-bottom: 0px;
}

.uk-accordion-content {
  padding: 30px;
  margin-top: 0px;
}

/* ================================================================
                  FOOTER
================================================================ */
.footer-bottom {
  background: #013773;
  padding: 40px 0;
}

.footer-bottom * {
  color: white;
}

.footer-bottom a {
  text-decoration: underline;
}

.footer-bottom a:hover {
  color: white;
}

footer {
  height: 20px;
  background: #F7FAFC;
}

.footer-bottom svg {
  transform: rotate(-90deg);
  transition: 0.2s;
}

.footer-bottom svg path {
  stroke: white;
  stroke-width: 2px;
}

.footer-bottom .totop {
  padding: 13px 0px;
  display: inline-block;
  transition: 0.2s;
}

.footer-bottom .totop:hover svg {
  transform: translateY(-3px) rotate(-90deg);
}

/* ================================================================
                  RESPONSIVE
================================================================ */
/* -------------- TABLET / LANDSCAPE --------------- */
@media (max-width: 1439px) {
  .nav-wrapper {
    padding-top: 40px;
  }
}

@media (max-width: 959px) {
  .nav-wrapper {
    padding-top: 30px;
  }

  .navbar-dropdown-nav {
    position: inherit;
    left: 0%;
    padding-left: 30px;
    padding-top: 0px;
    list-style: none;
    top: 0;
    border-left: 2px solid transparent;
    overflow: hidden;
  }

  body.nav-active .navbar-dropdown-nav {
    border-left: 2px solid black;
  }

  .mainnav .fullscreen-nav {
    padding-right: 0px;
  }

  .fullscreen-nav.dropdown {
    border-right: none;
  }

  .mainnav .fullscreen-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .fullscreen-nav>li {
    transition: height 0s 0.4s;
    height: 60px;
    overflow: hidden;
    font-size: 2.25rem;
  }

  .fullscreen-nav.dropdown>li:not(.active) {
    color: white;
    height: 0px;
    transition: height 0.2s;
  }

  .fullscreen-nav>li.active {
    overflow: visible;
    display: contents !important;
  }

  section {
    padding-top: 70px;
  }

  .infos-header .info-wrapper {
    display: block;
  }

  body.ferien-active .infos-header {
    bottom: 0px;
  }

  .infos-slider {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }

  .infos-header .info-wrapper>div {
    background: #F7FAFC;
  }

  .infos-header .info-wrapper * {
    margin: 0px;
    color: black;
    text-shadow: none;
  }

  .slider .slider-caption {
    top: calc(50% + 40px);
  }

  body.ferien-active .slider .slider-caption {
    top: calc(50% + 40px);
  }

  .uk-slideshow-items {
    min-height: 500px !important;
  }

  .infos-header .btn, .infos-header .btn:hover {
    color: black !important;
    text-shadow: none;
  }

  .nav-icons a.mail-button {
    display: none !important;
  }

  .infos-header.infos-nav>div>div:not(:first-of-type) {
    margin-top: 30px;
  }

  section {
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
  }

  section:first-of-type {
    padding-top: 90px;
  }

  section:last-of-type {
    padding-bottom: 90px;
  }

  .uk-lightbox-button svg {
    width: 30px;
  }
}

/* -------------- SMARTPHONE --------------- */
@media (max-width: 639px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  section:first-of-type {
    padding-top: 60px;
  }

  section:last-of-type {
    padding-bottom: 60px;
  }

  h2 {
    font-size: 2.333rem;
    line-height: 2.666rem;
  }

  .nav-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body {
    font-size: 16px;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-bottom *+.uk-grid-margin {
    margin-top: 15px;
  }

  body:not(.nav-active) .lang-button {
    display: none;
  }

  .slider .slider-caption h2 {
    font-size: 3rem;
    line-height: 3.333rem;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)
  }

  .nav-icons a.tel-button, .nav-icons a.lang-button {
    display: none !important;
  }

  .content-wrapper {
    min-height: calc(100vh - 238px);
  }

  .uk-lightbox-button svg {
    width: 20px;
  }

  .uk-lightbox-button {
    margin: 10px;
  }

  .page-header {
    min-height: 295px;
  }

  .news-slider li:hover .view-more {
    opacity: 0;
  }

  .news-slider .uk-slidenav-next {
    background: rgba(255, 255, 255, 0.75);
    margin: 0;
    padding: 25px;
    border-radius: 50% 0 0 50%;
    right: -15px;
  }

  .news-slider .uk-slidenav-previous {
    background: rgba(255, 255, 255, 0.75);
    margin: 0;
    padding: 25px;
    border-radius: 0 50% 50% 0;
    left: -15px;
  }
}

/* -------------- KLEINES SMARTPHONE --------------- */
@media (max-width: 409px) {
  .nav-icons a.shop-button {
    display: none;
  }

  .nav-icons-mobile .shop-button {
    display: inline-block;
  }
}

/* -------------- IPHONE 5 --------------- */
@media (max-width: 329px) {
  .uk-logo img {
    max-width: 200px;
  }

  .nav-icons a, .nav-icons-mobile a {
    width: 56px;
    height: 56px;
  }

  .nav-icons a.nav-button {
    padding: 14px;
  }
}



/* ANPASSUNG 2023 im Rahmen des CMS Update */

    .form-group {
        padding: 0.5rem 0;
        position: relative;
    }
    label{
        //display: none; 
    }
	form p {
		display: none;
	}

	.consent_manager-cookiegroups label {
		display: block;
	}