@import url('fontawesome.min.css');
@import url('bootstrap-icons.min.css');
@import url('vegas.min.css');
@import url('lightbox.min.css');
@import url('../slick/slick.css');
@import url('../slick/slick-theme.css');

:root {
  --bs-primary: #cea456;
  --bs-secondary: #222222;
  --bs-fontsize: 105%;
}

html {
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif, 'Arial';
  font-size: var(--bs-fontsize);
  font-weight: 300;
  line-height: 1.8;
  height: 100%;
  color: var(--bs-secondary);
}

/* TYPOGRAPHY */
h1, .h1 {
  font-size: calc(var(--bs-fontsize) + 25px);
}
h2, .h2 {
  font-size: calc(var(--bs-fontsize) + 20px);
}
h3, .h3 {
  font-size: calc(var(--bs-fontsize) + 15px);
}
h4, .h4 {
  font-size: calc(var(--bs-fontsize) + 10px);
}
h5, .h5 {
  font-size: calc(var(--bs-fontsize) + 5px);
}
h6, .h6 {
  font-size: calc(var(--bs-fontsize) + 0px);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 30px 0;
  font-weight: 300;
  color: var(--bs-primary);
  text-transform: uppercase;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  margin-top: 15px;
  margin-left: 15px;
}

.h_line::after {
  content: '';
  display: block;
  width: 180px;
  height: 7px;
  background-image: url('../img/h_line.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 7px;
  margin: 30px 0 0 0;
}

p {
  margin: 15px 0;
  text-align: justify;
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .25s;
}
a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}

small {
  display: block;
  font-size: 65%;
  text-transform: none;
  color: var(--bs-secondary);
}

b, strong, .fw-bold {
  font-weight: 600;
}

hr {
  margin: 30px 0;
  border-color: #666;
  border-width: 2px;
  opacity: 0.15;
}

.link {
  color: var(--bs-primary);
  padding: 0 0 0 15px;
  border-left: 1px solid var(--bs-primary);
  text-decoration: none;
  font-size: calc(var(--bs-fontsize) + 5px);
  display: inline-block;
  transition: all .25s;
}
.link:hover {
  padding: 0 0 0 25px;
}
.link-sm {
  font-size: var(--bs-fontsize);
}

ul.ul li {
  color: var(--bs-secondary);
  list-style-image: url('../img/ul.png');
}
.splice-bg-secondary ul.ul li {
  color: var(--bs-white);
}

/* IMAGES */
.img-content {
  max-width: 420px;
}

.float-start {
  margin: 0 30px 15px 0;
}
.float-end {
  margin: 0 0 15px 30px;
}

/* CCM19 */
.ccm-settings-summoner {
  display: none !important;
}
.ccm-settings-summoner--icon {
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important;
}
.ccm-settings-summoner {
  width: 50px !important;
  height: 50px !important;
  left: 0 !important;
  bottom: 0 !important;
}
.ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
  box-shadow: none !important;
}
.ccm-root .ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
  animation: none !important;
}

/* BUTTONS */
.btn {
  border-radius: 0;
  border: none;
  padding: 10px 15px;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.btn-primary:hover {
  background-color: #a08043 !important;
  color: var(--bs-white) !important;
}

.btn-secondary {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
}
.btn-secondary:hover {
  background-color: #111111 !important;
  color: var(--bs-white) !important;
}

/* BACKGROUND */
.bg-secondary {
  background-color: var(--bs-secondary) !important;
}
.bg-secondary .link-list-item,
.bg-secondary .link-list-item small,
.bg-secondary a:hover {
  color: var(--bs-white);
}

/* SUBNAV */
.subnav {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 150;
  display: none;
}
.subnav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-primary);
  border-right: none;
  color: var(--bs-primary);
  margin-bottom: 5px;
}

/* INFOLINE */
.infoline {
  display: block;
  position: relative;
  padding: 15px;
  background-color: var(--bs-white);
}
.infoline .infoline-logo {
  max-width: 200px;
}
.infoline .infoline-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size:  calc(var(--bs-fontsize) + 5px);
}
.infoline i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 100%;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  margin-right: 15px;
}

/* HEADER */
.header {
  display: block;
  overflow: hidden;
  margin-bottom: -2.5px;
}
.header .container-fluid {
  padding: 0;
  width: calc(100% + 5px);
  margin-left: -2.5px;
}
.header-fader {
  display: block;
  position: relative;
}
.header-fader-item {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px !important;
}
.grid-item {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 180px;
  background-color: #eee;
  border: 2.5px solid var(--bs-white);
}
.grid-item-2 {
  min-height: 360px;
}
.grid-item-3 {
  min-height: 270px;
}

/* NAV */
.navbar {
  background-color: var(--bs-primary) !important;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px 0;
}
.nav-link {
  display: block;
  padding: 10px 15px !important;
  color: var(--bs-white);
  font-weight: 600;
  border: 1px solid transparent;
  margin-right: 5px;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--bs-white) !important;
  border: 1px solid var(--bs-white);
}
.nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar-nav {
  width: 100%;
}
.nav-item {
  width: 100%;
  text-align: center;
}

.navbar-brand img {
  max-width: 120px;
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  margin-left: auto;
  color: var(--bs-white);
  box-shadow: none !important;
  transition: all .25s;
  padding: 0;
}
.navbar-toggler:hover {
  color: var(--bs-secondary);
}

.dropdown-menu {
  border-radius: 0;
  min-width: 220px;
  padding: 0;
  border-color: var(--bs-white);
  box-shadow: 2px 2px 5px 0 rgba(33,33,33,0.25);
  z-index: 750;
}
.dropdown-item {
  color: var(--bs-secondary);
}
.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

/* SECTION */
.section {
  display: block;
  position: relative;
  padding: 60px 0;
  margin-bottom: 15px;
}

section.splice {
	padding: 0;
}

section.splice.splice-bg-secondary p,
section.splice.splice-bg-secondary small {
  color: var(--bs-white);
}
section.splice.splice-bg-secondary a {
  color: var(--bs-primary);
}
section.splice.splice-bg-secondary .link-list-item {
  color: var(--bs-white);
}
section.splice.splice-bg-secondary a:hover {
  color: var(--bs-white);
}

section.splice.text-l-img-r::before {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	left: 0;
  width: 66%;
  z-index: 1;
  background-color: var(--bs-white);
}
section.splice.text-l-img-r.splice-bg-secondary::before {
	background-color: var(--bs-secondary);
}
section.splice.text-l-img-r::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 0;
  width: 34%;
  z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.splice.text-r-img-l::before {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 0;
  width: 66%;
  z-index: 1;
  background-color: var(--bs-white);
}
section.splice.text-r-img-l.splice-bg-secondary::before {
	background-color: var(--bs-secondary);
}
section.splice.text-r-img-l::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	left: 0;
  width: 34%;
  z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.splice.text-l-img-r .section-text {
	padding: 75px 30px 75px 0;
	position: relative;
	z-index: 2;
}
section.splice.text-r-img-l .section-text {
	padding: 75px 0 75px 30px;
	position: relative;
	z-index: 2;
}

section.splice#section_splice_1::after {
	background-image: url("../img/section/section_splice_1.jpg");
}
section.splice#section_splice_2::after {
	background-image: url("../img/section/section_splice_2.jpg");
}
section.splice#section_splice_3::after {
	background-image: url("../img/section/section_splice_3.jpg");
}
section.splice#section_splice_4::after {
	background-image: url("../img/section/section_splice_4.jpg");
}
section.splice#section_splice_5::after {
	background-image: url("../img/section/section_splice_5.jpg");
}
section.splice#section_splice_6::after {
	background-image: url("../img/section/section_splice_6.jpg");
}
section.splice#section_splice_7::after {
	background-image: url("../img/section/section_splice_7.jpg");
}
section.splice#section_splice_8::after {
	background-image: url("../img/section/section_splice_8.jpg");
}
section.splice#section_splice_9::after {
	background-image: url("../img/section/section_splice_9.jpg");
}
section.splice#section_splice_10::after {
	background-image: url("../img/section/section_splice_10.jpg");
}

/* FOOTER */
.footer {
  display: block;
  position: relative;
  padding: 60px 0;
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  background-image: url('../img/footer_bg.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  line-height: 1.5;
}
.footer a:hover {
  color: var(--bs-white);
}
.footer i {
  display: inline-block;
  width: 25px;
}
.footer small {
  color: var(--bs-white);
  font-size: 16px;
}

/* CARD */
.card {
  border-radius: 0;
  border: none;
  margin-bottom: 15px;
  border: 1px solid var(--bs-secondary);
}
.card-logo {
  max-width: 220px;
  padding: 15px;
}
.card-img-top {
  border-radius: 0;
  height: 220px;
  object-fit: cover;
}
.card-title {
  font-size: var(--bs-fontsize);
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
}
.card-title small {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
}
.card-body {
  padding: 15px;
}
.card-text {
  font-size: 100%;
  line-height: 1.5;
}
.card-price {
  display: block;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
.card-price small {
  display: inline-block;
  text-decoration: line-through;
  font-weight: 400;
}
.card-caption {
  display: block;
  padding: 5px 10px;
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  font-size: 12px;
  margin-bottom: 0;
}
.card-caption a:hover {
  color: var(--bs-primary);
  opacity: 0.75;
}

.card-inline {
	padding: 0;
  border: 1px solid transparent;
}
.card-inline .card-title {
	margin-top: 0;
}
.card-inline .card-body {
	padding: 20px;
}
.card-inline .card-img {
	display: block;
	position: relative;
	border-radius: 0;
	min-width: 320px;
	min-height: 245px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a.card-inline:hover {
	transform: scale(0.975);
  border-color: var(--bs-primary);
}

/* slick */
.slick-arrow {
  display: block;
  width: 45px;
  height: 45px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  background-color: var(--bs-white);
  z-index: 1;
  border: 1px solid var(--bs-primary);
  transition: all .25s;
}
.slick-prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23cea456" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/></svg>');
  left: -1px;
  bottom: -50px;
  top: auto;
  transform: none;
}
.slick-prev:hover,
.slick-prev:focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23222222" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/></svg>');
  background-color: var(--bs-white);
}
.slick-prev:before {
  display: none;
}
.slick-next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23cea456" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  right: -1px;
  bottom: -50px;
  top: auto;
  transform: none;
}
.slick-next:hover,
.slick-next:focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23222222" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-color: var(--bs-white);
}
.slick-next:before {
  display: none;
}

/* LINK LIST */
.link-list {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.link-list-item {
  display: block;
  color: var(--bs-secondary);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255,255,255,0.15);
}
.link-list-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.link-list-item small {
  font-weight: 400;
  font-size: 75%;
  margin-left: 10px;
}
a.link-list-item:hover {
  opacity: 0.5;
  padding-left: 15px;
}

/* MEMBERS */
.members-list {
  display: block;
  position: relative;
  padding-bottom: 0;
  margin: 30px 0;
  border: 1px solid var(--bs-primary);
}
.members-list-item {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px;
  transform: scale(0.95);
}

/* OFFER */
.offer-list {
  display: block;
  position: relative;
  margin: 30px 0;
  border: 1px solid var(--bs-primary);
}
.offer-list .card {
  transform: scale(0.95);
  margin: 0;
}

/* PROFILE */
.profile {
  display: block;
  position: relative;
}
.profile .profile-header {
  display: block;
  position: relative;
  min-height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0;
}
.profile .profile-image {
  display: block;
  margin: 15px 0;
  width: 100%;
  max-width: 220px;
}
.profile .profile-infos {
  text-align: start;
}
.profile .profile-infos i {
  display: inline-block;
  width: 25px;
}

/* GALLERY */
.gallery-item {
  display: block;
  position: relative;
  min-height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .25s;
  margin-bottom: 30px;
}
.gallery-item:hover {
  border: 1px solid var(--bs-primary);
  transform: scale(0.95);
}
.gallery-caption {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  font-size: 75%;
  font-weight: 400;
  padding: 5px 10px;
  text-align: center;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

/* FORM */
.form-group {
  margin-bottom: 15px;
}
.form-control,
.form-select {
  border-radius: 0;
  border-color: var(--bs-secondary);
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
.form-check-input {
  border-color: var(--bs-secondary);
}
.form-check-input:checked {
  border-color: var(--bs-secondary);
  background-color: var(--bs-primary);
}
.form-check-input:focus {
  border-color: var(--bs-secondary);
  box-shadow: none !important;
}

.has-error label,
.has-error .form-label,
.has-error .help-block {
  color: var(--bs-danger);
}
.has-error .form-control,
.has-error .form-select {
  border-color: var(--bs-danger);
}

#danke {
  display: none;
}

/* LIGHTBOX */
.lightbox .lb-image {
  border: none !important;
  border-radius: 0 !important;
}

/* CTA */
.cta {
  display: block;
  padding: 30px 15px;
  text-align: center;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.25;
}

/* PAGINATION */
.item3c-pagination-a:hover,
.item3c-pagination-a.active {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

/* MOBIL */
@media (max-width: 1399.98px) { 
  /* HEADER */
  .grid-item {
    min-height: 150px;
  }
  .grid-item-2 {
    min-height: 300px;
  }
  .grid-item-3 {
    min-height: 225px;
  }

  /* GALLERY */
  .gallery-item  {
    min-height: 180px;
  }
}
@media (max-width: 1199.98px) {  
  /* IMAGES */
  .img-content {
    max-width: 320px;
  }

	/* SECTION */
	.section {
		padding: 60px 0;
	}
	
  section.splice.text-l-img-r,
  section.splice.text-r-img-l {
    background-color: var(--bs-white);
  }
  section.splice.text-l-img-r.splice-bg-secondary,
  section.splice.text-r-img-l.splice-bg-secondary {
    background-color: var(--bs-secondary);
  }
  
  section.splice.text-l-img-r::before,
  section.splice.text-r-img-l::before {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    z-index: 1;
    background-color: var(--bs-white);
    display: block;
  }
  
  section.splice.text-r-img-l::after,
  section.splice.text-l-img-r::after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    z-index: 1;
    min-height: 350px;
    display: block;
  }
  
  section.splice.text-l-img-r .section-text,
  section.splice.text-r-img-l .section-text {
    padding: 60px 0;
  }

  /* GALLERY */
  .gallery-item  {
    min-height: 140px;
  }
}
@media (max-width: 991.98px) {  
  /* IMAGES */
  .img-content {
    max-width: 100%;
  }
  .float-start,
  .float-end {
    margin: 0 0 30px 0;
    float: none;
  }

  /* SUBNAV */
  .subnav {
    display: block;
  }

  /* NAV */
  .navbar {
    margin: 0;
  }
  .nav-item {
    text-align: start;
  }
  .nav-link {
    margin-right: 0;
    margin-bottom: 5px;
    padding: 5px 15px !important;
  }
  .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
  .navbar-collapse {
    margin-top: 15px;
  }

	/* SECTION */
	.section,
	section.splice.text-l-img-r .section-text,
  section.splice.text-r-img-l .section-text {
    padding: 30px 0;
  }

  /* PROFILE */
  .profile .profile-header {
    min-height: 320px;
  }

  /* GALLERY */
  .gallery-item  {
    min-height: 220px;
  }
}
@media (max-width: 767.98px) { 
  /* HEADER */
  .header-fader-item {
    min-height: 280px !important;
  }

  /* PROFILE */
  .profile .profile-header {
    min-height: 220px;
  }

  /* GALLERY */
  .gallery-item  {
    min-height: 180px;
  }
 }
@media (max-width: 575.98px) {
  /* HEADER */
  .header-fader-item {
    min-height: 220px !important;
  }

  /* GALLERY */
  .gallery-item  {
    min-height: 140px;
  }
}