:root {
  --accent-color: #00dbbe;
  --bg-gray-1: #4b4b4b;
  --bg-light-1: #f5f6f8;
  --bg-light-2: #F1F6F9;
  --bg-dark-1: #131419;
  --bg-dark-2: #1E2027;
  --bg-dark-3: #0D0D12;
  --bg-dark-4: #0A0A0F;
  --font-light: rgb(197, 197, 197);
  --font-dark: #454545;
  --font-orange: #ff5b3d;
  --font-neon-yellow: #edff28;
  --preloader-image: url('../images/logo/logo-lieblingsfotos-mitframe-white.svg');
}

.preloader__progress {
  height: 25rem;
  width: 25rem;
}
@media (max-width: 767px) {
  .preloader__progress {
    height: 60%;
    width: 60%;
  }
}

.header__logo div, .header__logo img {
    width: 50%;
}

body {
  line-height: 1.6;
}

.container-wide-pr-custom {
  padding-left: 5%;
  padding-right: 0%;
}

@media (max-width: 991px) {
  .container-wide-pr-custom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.navList li a {
  font-weight: 600;
}
.navList li a.active {color: var(--accent-color);}

.navList li:nth-child(1) a:hover,
.navList li:nth-child(1) a:first-of-type:hover,
.navList li:nth-child(1) a.active,
.navList li:nth-child(1) a:hover::after {color: #00dbbe;}

.navList li:nth-child(5) a:hover,
.navList li:nth-child(5) a:first-of-type:hover,
.navList li:nth-child(5) a.active,
.navList li:nth-child(5) a:hover::after {color: #edff28;}

/*.navList li:nth-child(3) a:hover,
.navList li:nth-child(3) a.active {color: #00dbbe;}

.navList li:nth-child(4) a:hover,
.navList li:nth-child(4) a:first-of-type:hover,
.navList li:nth-child(4) a.active,
.navList li:nth-child(4) a:hover::after {color: #00dbbe;}

.navList li:nth-child(5) a:hover,
.navList li:nth-child(5) a.active {color: #00dbbe;}*/



.nav__info__content > *:last-child {
  margin-top: 0.25rem;
}
.text-accent-color {
  color: var(--accent-color);
}
.text-orange {
  color: var(--font-orange);
}
.text-neon-yellow {
  color: var(--font-neon-yellow);
}
.bg-gray-1 {
  background-color: var(--bg-gray-1);
}

.bg-gray-2 {
  background-color: var(--bg-gray-2);
}

.bg-gray-3 {
  background-color: var(--bg-gray-3);
}

.bg-gray-4 {
  background-color: var(--bg-gray-4);
}

.size-4xl {
  width: 7rem !important;
  height: 7rem !important;
}
.size-5xl {
  width: 8rem !important;
  height: 8rem !important;
}

@media (min-width: 1230px) {
  .xl\:text-center {
    text-align: center;
  }
  .xl\:text-right {
    text-align: right;
  }
  .xl\:text-left {
    text-align: left;
  }
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    margin: 22px 0 22px 0;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

/* 04. Buttons */
.button.-sm {
  text-transform: none;
}
.button.-md {
  text-transform: none;
}
.button.-lg {
  text-transform: none;
}

/* Background */
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}

/* 06. Typography */
h1, h2, h3, h5, h6 {
  line-height: 1.2;
  letter-spacing: -0.03em;
}
h1 {
  letter-spacing: -0.035em;
}
h4 {
  line-height: 1.4;
  letter-spacing: -0.02em;
}
h6 {
  margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 600;
  /*color: black;*/
}

.h1 {
  font-size: var(--text-6xl);
  letter-spacing: -0.035em;
}

.h2 {
  font-size: var(--text-5xl);
}

.h3 {
  font-size: var(--text-4xl) !important;
}
@media (max-width: 991px) {
  .h3 {
    font-size: var(--text-3xl);
  }
}

.h4 {
  line-height: 1.4;
  font-size: var(--text-3xl);
}

.h5 {
  font-size: var(--text-2xl) !important;
}

.h6 {
  font-size: var(--text-xl);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }
  .sm\:text-sm {
    font-size: var(--text-sm);
  }
  .sm\:text-base {
    font-size: var(--text-base);
  }
  .sm\:text-lg {
    font-size: var(--text-lg);
  }
  .sm\:text-xl {
    font-size: var(--text-xl);
  }
  .sm\:text-2xl {
    font-size: var(--text-2xl);
  }
  .sm\:text-3xl {
    font-size: var(--text-3xl);
  }
  .sm\:text-4xl {
    font-size: var(--text-4xl);
  }
  .sm\:text-5xl {
    font-size: var(--text-5xl);
  }
  .sm\:text-6xl {
    font-size: var(--text-6xl);
  }
}
.ml--05 {
  margin-left: -5px;
}
.mt--10 {
    margin-top: -10px;
}
.pt-120 {
  padding-top: 7.5rem
}
.pt-160 {
  padding-top: 10rem
}
.inherit {
  display: inherit;
}
.leading-md-lg {
  line-height: 1.35 !important;
}
.leading-xss {
    line-height: 1.05 !important;
}
.leading-xxs {
    line-height: 1.0 !important;
}
.leading-xxxs {
    line-height: 0.95 !important;
}

/* 15.3. Navigation list */
.navList li a {
  letter-spacing: -0.04em;
}


/* 23. Contact */
.contact-form.-type-1 label .form__error {
  color: var(--accent-color);
}
.contact-form.-type-1 input.-error,
.contact-form.-type-1 textarea.-error {
  border-color: var(--accent-color) !important;
}

/*--------------------------------------------------
	24. Section heading
---------------------------------------------------*/
@media (max-width: 767px) {
  .sectionHeading.-sm .sectionHeading__title {
    font-size: 1.95rem;
    line-height: 1.1;
    margin-bottom: 1.1rem;
  }
}
.sectionHeading.-sm .sectionHeading__title {
  letter-spacing: -0.018em;
}

/* 27. UI elements */
.ui-element__scroll {
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
}


.sliderMain.-type-2 .slider__img.-cover-dark-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.sliderMain.-type-2 .slider__img.-cover-dark-2::after {
    background-color: rgba(0, 0, 0, 0.5);
}
.sliderMain.-type-2 .slider__img.-cover-dark-3::after {
    background-color: rgba(0, 0, 0, 0.4);
}
.sliderMain.-type-2 .slider__img.-cover-dark-4::after {
    background-color: rgba(0, 0, 0, 0.3);
}

/* 30. Main slider type-1 */
.sliderMain.-type-1 .sliderMain__title {
  line-height: 0.95;
}
.sliderMain.-type-2.bottom .slider__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 8rem;
}
.sliderMain__img.-cover-dark-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sliderMain__img.-cover-dark-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sliderMain__img.-cover-dark-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.sliderMain__img.-cover-dark-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}


/* 33. Masthead base */
.masthead.-type-1 .masthead__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.masthead__img.-cover-dark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.masthead__img.-cover-dark-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.masthead__img.-cover-dark-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.masthead__img.-cover-dark-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.masthead__img.-cover-dark-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------
	35. Masthead type-1
---------------------------------------------------*/
.masthead.-type-1.bottom {
  overflow: visible;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  width: 100%;
  padding-bottom: 8rem;
}

.masthead.-type-1 .masthead__title {
  line-height: 1.02;
}
.masthead.-type-work-1 .masthead__title {
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.sliderMain.-type-1.bottom .container-fluid {
  overflow: visible;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  width: 100%;
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
.sliderMain.-type-1.bottom .container-fluid.lg\:flex-center {
  overflow: visible;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding-bottom: 0rem;
  }
}
.sliderMain.-type-2 .slider__title {
  display: block;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-size: 5vw;
}

/* ImageGalerie */
.gslide-image img {
    max-height: 70vh;
}
@media (min-width: 769px) {
.gslide-image img {
    max-height: 70vh;
    }
}
/* Checkbox */
/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 40px!important;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 1.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
  background-color: var(--accent-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-checkbox:after {
  left: 8px;
  top: 0px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.container-checkbox label.error{
	margin-top: 10px;
}

form textarea[name="nachricht"] {
	height: 23.05rem;
}

#cookieInfo{
	position: fixed;
	width: 100%;
	color: #ccc;	
	background: rgba(19, 20, 25, 0.9);
	z-index: 9999;
	bottom: 0;
}

#cookieContent{
	padding:10px;
	font-size:12px;
}

#cookieContent a.small{
	margin: 0;
	padding: 6px 11px;
	font-size: 12px;
} 

input.hideMe {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
.footer .footer__bottom.-line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer.bg-dark-1 .footer__bottom.-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer__bottom .social__item{
	color: #000;
}
.footer.bg-dark-1 .footer__bottom p{
	color: var(--font-light);
}
.footer.bg-dark-1 .footer__bottom .social__item{
	color: #FFF;
}
.footer .footer__bottom .social__item:hover,
.footer.bg-dark-1 .footer__bottom .social__item:hover{
  color: var(--accent-color);
}
.footer.bg-gray-1 .footer__bottom.-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer.bg-gray-1 .footer__bottom p{
	color: var(--font-light);
}
.footer.bg-gray-1 .footer__bottom .social__item{
	color: #FFF;
}
.footer .footer__bottom .social__item:hover,
.footer.bg-gray-1 .footer__bottom .social__item:hover{
  color: var(--accent-color);
}