@import url('fonts.css');
@import url('bootstrap-icons.css');
@import url('../slick/slick.css');
@import url('../slick/slick-theme.css');
@import url('jquery-ui.min.css');
@import url('jquery-ui.theme.min.css');

:root {
  --primary: #842d2c;
  --secondary2: #333333;
  --secondary: #D0A555;
  --tertiary: #652221;
  --white: #ffffff;
}

html, body {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  height: 100%;
  color: var(--secondary2);
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
  color: var(--secondary);
}

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

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

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

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

strong {
  font-weight: 800;
}

hr {
  margin: 45px 0;
}

.ul {
  list-style-image: url('../img/ul.png');
  line-height: 2;
  padding-left: 30px;
}
.ul li {
  margin-bottom: 15px;
}
.ul-w {
  list-style-image: url('../img/ul-w.png');
}

video {
  height: 450px;
  object-fit: cover;
  border: 5px solid var(--secondary);
  margin: 15px auto;
  display: block;
  transform: rotate(1deg);
  max-width: 380px;
}

/* TWO COLS */
.two-cols {
  -moz-column-width: 600px;
  -moz-column-gap: 30px;
  -webkit-column-width: 600px;
  -webkit-column-gap: 30px; 
  column-width: 600px;
  column-gap: 30px;
}

/* CTA */
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  min-height: 300px;
  background-color: var(--secondary);
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
  text-align: start;
  background-image: url('../img/cta.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.cta::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
  z-index: 1;
  transition: all .25s;
}
.cta .row {
  position: relative;
  z-index: 2;
}
.cta:hover {
  color: var(--white);
}
.cta:hover::after {
  opacity: .35;
}
.cta small {
  color: var(--white);
}
.cta strong {
  font-size: 25px;
}

/* BUTTON */
.btn {
  border-radius: 0;
  border-width: 2px;
  box-shadow: none !important;
  padding: 10px 15px
}

.btn-primary {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.btn-outline-primary {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary:disabled {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.btn-outline-primary:disabled {
  opacity: .75;
}

.btn-outline-secondary {
  border-color: var(--secondary2) !important;
  color: var(--secondary2) !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.active,
.btn-outline-secondary:disabled {
  border-color: var(--secondary2) !important;
  background-color: var(--secondary2) !important;
  color: var(--white) !important;
}
.btn-outline-secondary:disabled {
  opacity: .75;
}

/* BACKGROUND */
.bg-primary {
  background-color: var(--primary) !important;
  color: var(--white);
}
.bg-primary h1,
.bg-primary h2, 
.bg-primary h3,
.bg-primary h4,
.bg-primary p,
.bg-primary a {
  color: var(--white);
}

/* NAV */
.navbar {
  background-color: var(--primary) !important;
  padding-bottom: 0;
  padding-top: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.navbar .container {
  align-items: center;
}
.navbar .nav-item .nav-link {
  padding: 25px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--primary);
  color: var(--white);
  transition: all .25s;
  font-size: 16px;
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link.active {
  background-color: var(--secondary);
  color: var(--white);
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 100%;
  max-width: 220px;
  transition: all .25s;
}
.navbar-toggler {
  border: none !important;
  border-radius: 0 !important;
  padding: 0;
  box-shadow: none !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* HEADER */
.header {
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  position: relative;
  transition: all .25;
  padding: 60px;
}

/* CONTENT */
.section {
  padding: 60px 0;
  display: block;
  position: relative;
}

/* FOOTER */
footer {
  background-color: #111;
  color: var(--white);
  padding: 30px 0;
  font-size: 16px;
}
footer a {
  color: var(--white);
}
footer a:hover {
  color: var(--white);
  opacity: 0.5;
}
footer .links {
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
footer .links a {
  margin-right: 15px;
}
footer .links a:last-child {
  margin-right: 0;
}
footer .copyright {
  text-align: center;
  margin: 0;
  line-height: 1.25;
}
footer .footer-logo {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto 15px auto;
  text-align: center;
}

/* TEXTBOX */
.textbox {
  background-color: var(--secondary);
  background: rgb(208,165,85);
  background: -moz-linear-gradient(45deg, rgba(208,165,85,1) 0%, rgba(244,206,137,1) 40%, rgba(208,165,85,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(208,165,85,1) 0%, rgba(244,206,137,1) 40%, rgba(208,165,85,1) 100%);
  background: linear-gradient(45deg, rgba(208,165,85,1) 0%, rgba(244,206,137,1) 40%, rgba(208,165,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0a555",endColorstr="#d0a555",GradientType=1);
  color: var(--white);
  padding: 45px;
  margin: 30px auto;
  border: 5px solid var(--white);
  box-shadow: 0 0 0 5px var(--secondary);
  width: calc(100% - 50px);
  display: block;
  transform: rotate(-1deg);
}
.textbox .textbox-title {
  color: var(--white);
}

/* IMAGE */
.textimage {
  width: 100%;
  max-width: 380px;
  border: 5px solid var(--secondary);
  margin: 15px auto;
  display: block;
}
.textimage.r1 {
  transform: rotate(-1deg);
}
.textimage.r2 {
  transform: rotate(1deg);
}

/* SLICK */
.slick {
  width: 100%;
  max-width: 900px;
  padding: 30px;
  cursor: grab;
}
.slick-item,
.slick-item h1 {
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  color: var(--white);
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  line-height: 1.25;
  text-transform: uppercase;
}
.slick-item h1 {
  margin-bottom: 15px;
}
.slick-item small {
  color: var(--white);
  font-weight: 300;
  margin-top: 5px;
  font-size: 16px;
  text-transform: none;
}
.slick-item .btn {
  text-shadow: none;
}
.slick-prev {
  left: 0px;
  height: auto;
  width: auto;
  z-index: 2;
}
.slick-prev::before {
  content: '';
  display: block;
  font-size: 0px;
  width: 25px;
  height: 50px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23D0A555" class="bi bi-chevron-compact-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-next {
  right: 0px;
  height: auto;
  width: auto;
  z-index: 2;
}
.slick-next::before {
  content: '';
  display: block;
  font-size:0px;
  width: 25px;
  height: 50px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23D0A555" class="bi bi-chevron-compact-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ACCORDION */
.accordion-item {
  border-bottom-color: var(--tertiary);
  border-radius: 0 !important;
}
.accordion-button,
.accordion-button:focus {
  border-color: var(--secondary);
  box-shadow: none;
  border-radius: 0;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--secondary);
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-body {
  color: var(--secondary2);
}

/* VIDEO ITEM */
.video-item {
  display: block;
  margin-top: 30px;
  cursor: pointer;
  transition: all .25s;
}
.video-item:hover {
  box-shadow: 0 0 10px 0 var(--secondary);
  transform: scale(1.025);
}
.video-item .video-thumbnail {
  width: 100%;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: 5px solid var(--secondary);
}
.video-item .video-thumbnail::after {
  content: '';
  background-image: url('../img/play.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-item .video-text {
  padding: 10px 15px;
  background-color: var(--secondary2);
}

/* FORM */
.form-label {
  font-weight: 600;
}
.form-group {
  margin-bottom: 15px;
}
.form-control,
.form-select {
  border-radius: 0;
  line-height: 2;
}
.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus {
  box-shadow: none;
  outline: none;
  border-color: var(--primary);
}

.form-check-input:checked {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.form-check-input:focus {
  box-shadow: none;
}

#danke {
  display: none;
}

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

.has-error .form-control::-webkit-input-placeholder,
.has-error .form-select::-webkit-input-placeholder {
  color: var(--tertiary);
}
.has-error .form-control:-moz-placeholder,
.has-error .form-select:-moz-placeholder {
  color: var(--tertiary);
}
.has-error .form-control::-moz-placeholder,
.has-error .form-select::-moz-placeholder {
  color: var(--tertiary);
}
.has-error .form-control:-ms-input-placeholder,
.has-error .form-select:-ms-input-placeholder {
  color: var(--tertiary);
}

.form-step {
  display: none;
}
.form-step.active {
  display: block;
}

/* ACCORD */
.accord {
  display: none;
}

/* CARD */
.card {
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
}
.card-h-100 {
  min-height: calc(100% - 30px);
}
.card-img-top {
  border-radius: 0;
  border: 5px solid var(--secondary);
  transform: scale(0.92) rotate(-2.5deg);
  margin-bottom: -30px;
  box-shadow: 0 0 0 5px var(--white);
}
.card-body {
  background-color: var(--secondary);
  background: rgb(208,165,85);
  background: -moz-linear-gradient(45deg, rgba(208,165,85,1) 0%, rgb(224,188,122) 40%, rgba(208,165,85,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(208,165,85,1) 0%, rgb(224, 188, 122) 40%, rgba(208,165,85,1) 100%);
  background: linear-gradient(45deg, rgba(208,165,85,1) 0%, rgb(224, 188, 122) 40%, rgba(208,165,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0a555",endColorstr="#d0a555",GradientType=1);
  padding: 50px 30px 30px 30px;
}
.card-title {
  color: var(--white);
  font-size: 22px;
}
.card-text {
  color: var(--white);
  line-height: 1.5;
  font-size: 16px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}

.bg-primary .card {
  background-color: var(--primary);
}
.bg-primary .card-img-top {
  box-shadow: 0 0 0 5px var(--primary);
}

.slick-testimonials .card {
  margin: 15px 30px;
  width: calc(100% - 60px) !important;
  min-height: 100%;
}
.slick-testimonials .card-body {
  padding: 45px 30px;
  text-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.slick-testimonials .card-body::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 150px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e0bc7a" class="bi bi-quote" viewBox="0 0 16 16"><path d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 220px;
  transform: rotate(-10deg);
  z-index: 1;
  opacity: .5;
}
.slick-testimonials .card-title {
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.slick-testimonials .card-text {
  min-height: 150px;
  position: relative;
  z-index: 2;
}

/* MODAL */
.modal-content {
  border-radius: 0;
}
.modal-header {
  border-radius: 0;
  padding: 30px;
}
.modal-body {
  padding: 30px;
}
.modal-footer {
  border-radius: 0;
  padding: 30px;
}
.modal-title {
  font-size: 20px;
}

/* QUESTIONS */
.question-area {
  display: none;
  margin: 30px auto;
  padding: 30px;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.question-area.active {
  display: block;
}
.question-options {
  margin-bottom: 25px;
}
.question-option {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all .25s;
}
.question-option:hover {
  background-color: #eee;
}
.question-option.active {
  background-color: var(--primary);
  color: var(--white);
}

/* CCM19 */
.ccm-settings-summoner {
  display: none !important;
}

/* MOBIL */
@media (max-width: 1399.98px) {  
  .navbar .nav-item .nav-link,
  .navbar.fixed .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .navbar .navbar-brand img,
  .navbar.fixed .navbar-brand img {
    max-width: 220px;
  }

  /* CARD */
  .card-content {
    min-height: 450px;
  }
}
@media (max-width: 1199.98px) {  
  .navbar .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .navbar .navbar-brand img {
    max-width: 160px;
  }

  /* CARD */
  .card-content {
    min-height: 510px;
  }
}
@media (max-width: 991.98px) {  
  /* NAV */
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .nav-item .nav-link {
    padding: 10px 15px;
  }

  /* TEXTBOX */
  .textbox {
    padding: 15px;
  }

  /* CARD */
  .card-content {
    min-height: auto;
  }

  .header {
    padding: 60px 30px;
  }
  .slick-item h1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) { 
  /* CTA */
  .cta,
  .cta:hover {
    font-size: 20px;
  }
 }
@media (max-width: 575.98px) {  }










