/**
 * Custom Styles for yLABS Homepage
 */
/** Color scheme:
 *				base color	accent1		accent2		complement	grey
 * 	base:		#F19518		#FF9400		#FF9300		#AE8A59		#26231E
 *	brighter:	#F15918		#FF4C00					#AE7359		#26211E
 *	lighter:	#F1BC18		#FFC000		#FFC000		#AE9959		#26241E
 * Palette URL: http://paletton.com/#uid=50J0u0ksPuf6v4NfylORXCL++vX
 */
html, body {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

body {
  min-height: 100vh; }

#spacer {
  height: 50px; }

#marketing,
#packages {
  background-color: #F19518;
  overflow: hidden; }

#benefits {
  margin-bottom: 2em; }

#footer {
  background-color: #000000;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-top: 0.5em;
  color: #dededd; 
  flex-shrink: 0; }

 #footer h3 {
    font-weight: 100;
    padding-bottom: 0.25em;
    border-bottom: 1px dotted #dededd;
    text-transform: uppercase; }
 #footer a,
 #footer a:hover,
 #footer a:focus {
    color: #AE8A59; }

/* compare cards */
#compare-cards {
  padding-top: 2em;
  text-align: center; }
  #compare-cards .border-radius-wrapper {
    border-radius: 6px; }
  #compare-cards .top-item {
    top: -2em; }
  @media (max-width: 768px) {
    #compare-cards .top-item {
      top: 0em; } }
  #compare-cards .padding-wrapper {
    padding: 18px;
    text-align: center; }
  #compare-cards .padding-wrapper h2 {
      color: #F19518;
      font-weight: bolder; }
  #compare-cards .border-wrapper {
    background-color: #ffffff;
    border: 1px solid #dededd;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
    padding-bottom: 1em; }
  #compare-cards .border-wrapper ul {
      list-style-type: none;
      margin-bottom: 2em;
      padding: 0; }
  #compare-cards .border-wrapper ul.first li {
      font-weight: bold; }
  #compare-cards .border-wrapper ul li:last-child {
      border-bottom: medium none; }
  #compare-cards .border-wrapper ul li {
      white-space: normal;
      border-bottom: 1px solid #dededd;
      font-size: 1.2em;
      line-height: 1.7;
      overflow-x: hidden;
      padding: 0.5em 0;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap; }
  #compare-cards .header-wrapper {
    background-color: #e7e7e7; }

/* Website Links */
#content a,
#content a:link,
#content a:visited {
  background-color: transparent;
  border-bottom: 1px dotted #000000;
  color: #000000; }
#content a:hover,
#content a:active,
#content a:focus {
  background-color: #F19518;
  border-bottom: 1px dotted #000000;
  color: #000000;
  text-decoration: none; }
#content a[href^='http://'], #content a[href^='http://']:hover,
#content a[href^="https://"]:hover,
#content a[href^='http://']:active,
#content a[href^="https://"]:active,
#content a[href^='http://']:focus,
#content a[href^="https://"]:focus,
#content a[href^="https://"],
#content a[href^='http://']:hover,
#content a[href^="https://"]:hover,
#content a[href^='http://']:active,
#content a[href^="https://"]:active,
#content a[href^='http://']:focus,
#content a[href^="https://"]:focus {
  background-image: url("../images/external.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 15px; }
#content a[href^='http://']:hover,
#content a[href^="https://"]:hover,
#content a[href^='http://']:hover,
#content a[href^="https://"]:hover,
#content a[href^='http://']:active,
#content a[href^="https://"]:active,
#content a[href^='http://']:active,
#content a[href^="https://"]:active,
#content a[href^='http://']:focus,
#content a[href^="https://"]:focus,
#content a[href^='http://']:focus,
#content a[href^="https://"]:focus {
  background-image: url("../images/external_hover.png"); }
#content a[href*='ylabs'] {
  background: none;
  padding-right: 0px; }

table {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 30px 0; }

th {
  font-weight: bold;
  background: #f5f5f5;
  padding: 5px; }

td {
  padding: 5px;
  border: 1px solid #f0f0f0; }

/* Carousel */
.carousel-caption {
  text-align: justify;
  background-color: rgba(38, 36, 30, 0.6);
  padding: 0px 10px 5px 10px; }

.carousel-inner > .item > img {
  width: 1170px; }

/* navbar */
.navbar {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: none; }

.navbar-nav .nav-item {
  padding: 0 .9rem; }

@media (min-width: 922px) {
  .navbar-nav .nav-item + .nav-item {
    border-left: 1px solid rgba(0,0,0,.08); } }

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 1.05rem;
  padding: 0.6rem 0.25rem;
  border-bottom: 2px solid transparent; }

.navbar-nav .nav-link:not(.btn):hover,
.navbar-nav .nav-link:not(.btn):active {
  border-bottom-color: #f19518; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.dropdown-item:active {
  background-color: #F19518 !important; }

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover,
.navbar-nav .nav-item.active {
  background-color: #F19518;
  background-image: -webkit-linear-gradient(top, #FF9300 0, #F19518 100%);
  background-image: -o-linear-gradient(top, #FF9300 0, #F19518 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9300), to(#F19518));
  background-image: linear-gradient(to bottom, #FF9300 0, #F19518 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9300', endColorstr='#F19518', GradientType=0);
  background-repeat: repeat-x;
  color: #000000; }

/* */

h1 {
  margin-top: 20px;
  margin-bottom: 20px; }

.package {
  background-color: #F1BC18;
  border: 1px solid #000000; }

.imgbg-circle {
  border-radius: 90px;
  background-color: #e7e7e7;
  display: block;
  height: 120px;
  margin: 0 auto 20px;
  text-align: center;
  vertical-align: middle;
  transition: opacity 0.2s linear 0s;
  width: 120px; }

.imgbg-circle i {
  font-size: 400%;
  color: #F19518;
  padding-top: 28px; }

a {
  color: #26231E;
  text-decoration: none; }

a.no-underline {
  border-bottom: 0px; }

a:hover,
a:focus {
  color: #AE7359; }

.ycolor {
  color: #F19518; }

html {
  scroll-padding-top: 72px; }

/* ============================================
   GEMEINSAME FORMULAR-BASIS
   Gilt für alle Grav-Formulare mit class="... panel panel-default"
   (aktuell: #form-order, #form-widerruf)
   ============================================ */
.panel.panel-default {
  max-width: 680px;
  margin: 2rem auto;
  border: 1px solid #e0ddd8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 1.75rem;
}

.panel.panel-default .form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.15rem;
}

.panel.panel-default .control-label {
  width: 100%;
  max-width: none;
  flex: none;
  text-align: left;
  padding: 0;
  margin-bottom: 0.4rem;
  white-space: normal;
}

.panel.panel-default .form-field > div[class*="col-"] {
  width: 100%;
  max-width: none;
  flex: none;
  padding: 0;
}

.panel.panel-default label {
  font-weight: 500;
  color: #26231E;
  margin-bottom: 0.3rem;
}

.panel.panel-default .form-control {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0.55rem 0.75rem;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.panel.panel-default .form-control:focus {
  border-color: #F19518;
  box-shadow: 0 0 0 3px rgba(241, 149, 24, 0.15);
  outline: none;
}

.panel.panel-default textarea.form-control {
  min-height: 5rem;
  resize: vertical;
}

.panel.panel-default .form-spacer p {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.panel.panel-default .form-spacer a {
  color: #F19518;
  border-bottom: 1px dotted #F19518;
}

/* Fieldsets */
.panel.panel-default fieldset {
  border: 1px solid #e0ddd8;
  border-radius: 6px;
  padding: 1.25rem 1.5rem 1.5rem;
  margin-bottom: 1.75rem;
}

.panel.panel-default fieldset:last-of-type {
  margin-bottom: 0;
  background-color: #fdf6ec;
  border-color: #F1BC18;
}

.panel.panel-default legend {
  width: auto;
  padding: 0 0.6rem;
  margin-left: -0.6rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #26231E;
  border-bottom: none;
  float: none;
}

.panel.panel-default legend::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #F19518;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* Checkbox-Felder */
.panel.panel-default [data-grav-field="checkbox"] {
  margin-bottom: 0.9rem;
}

.panel.panel-default .form-input-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.panel.panel-default .form-input-wrapper input[type="checkbox"] {
  margin-top: 0.25rem;
  width: 1.15rem;
  height: 1.15rem;
  accent-color: #F19518;
  flex-shrink: 0;
  cursor: pointer;
}

.panel.panel-default .form-input-wrapper label {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  color: #26231E;
  cursor: pointer;
  margin-bottom: 0;
}

.panel.panel-default .form-input-wrapper a {
  color: #F19518;
  border-bottom: 1px dotted #F19518;
}

/* Radio-Gruppen */
.panel.panel-default .radio label {
  font-weight: 400;
  display: inline;
}

/* Buttons */
.panel.panel-default .buttons {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.panel.panel-default button[type="submit"] {
  background-color: #F19518;
  border: none;
  padding: 0.7rem 1.85rem;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 4px;
  color: #ffffff;
  transition: background-color 0.2s ease;
}

.panel.panel-default button[type="submit"]:hover {
  background-color: #FF9300;
}

.panel.panel-default .required {
  color: #d9534f;
}


/* ============================================
   FORMULARSPEZIFISCHE AUSNAHMEN
   Nur hier eintragen, wenn ein Formular vom
   gemeinsamen Standard abweichen soll.
   ============================================ */
