/* LOGIN PAGE */

@media (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
}

.btn-sm {
	padding: 5px 15px;
}

.login-col {
  min-height: 375px;
  background: url(/static/mitgliederbereich/loginSeite/login_bg.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
}

.login-heading {
  font-size: 130%;
  font-weight: bold;
  margin: 10px 0;
}

.quote .quote-icon {
  font-size: 200%;
  color: #004e87;
}

.quote .quote-text {
  font-size: 125%;
}

.quote .quote-divider {
  background-color: #004e87;
  width: 100px;
  height: 3px;
}

.green-list {
  padding-left: 15px;
  list-style-image: url(https://www.haendlerbund.de/images/icons/check-green20.png);
}

.grey-box > div {
  background-color: #f5f5f5;
  padding: 10px;
  width: 100%;
}

.grey-box p {
  margin-top: 10px;
}

.grey-box {
  display: flex;
}

.grey-box .box-heading {
  font-weight: bold;
  margin-left: 10px;
  font-size: 130%;
}

.loginPassVergessen {
  padding: 5px;
  font-size: 11px;
}

#pwLink {
  color: #999;
}

#pwLink:hover {
  color: #417cab;
  text-decoration: none;
}

#username,
#passwort {
  width: 150px;
}
.cf_label {
  margin-right: 10px;
}

body {
  font-family: arial;
  font-size: 12px;
  margin-top: 0px;
}

#loginBox {
  position: static;
  margin: auto;
	margin-top:25px;
  margin-bottom:25px;
  width: 240px;
  padding: 0px 20px 15px 20px;

  background-color: #f5f5f5;
  background: transparent\9;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
  zoom: 1;
  box-shadow: 3px 3px 5px silver;
  border: 1px solid silver;
}
#loginBox h1 {
  font-size: 16px;
  font-family: arial !important;
  letter-spacing: 2px;
  padding-top: 10px;
  font-weight: normal;
}
#loginBox input {
  width: 100%;
  padding: 5px;
  border: 1px solid silver;
  outline: none;
  -webkit-appearance: none;
  display: block;
  box-sizing: border-box;
}
#loginBox a {
  color: #558dbf;
}
#loginBox a:hover {
  color: #00294d;
}
#startHead {
  display: block;
  margin: 0 auto;
}
/* JS ERROR-CONFIG */
.errorClass {

}

.btn-primary {
  background-color: #004e87;
}

.btn-primary:hover {
	background-color: #003154;
	box-shadow: none !important;
	border-color: #0062cc;
}

/* pakete übersicht vertikal */

.package-option-1 {
  border-color: #6fa7db;
}

.package-option-1 .single-package-header {
  background: #6fa7db;
}

.package-option-1 .book-button {
  color: #6fa7db;
}

.package-option-1 .book-button:active,
.package-option-1 .book-button:focus,
.package-option-1 .book-button:hover {
  color: #fff;
  background: #6fa7db;
}

.package-option-2 {
  border-color: #47ae4c;
}

.package-option-2 .single-package-header {
  background: #47ae4c;
}

.package-option-2 .book-button {
  color: #47ae4c;
}

.package-option-2 .book-button:active,
.package-option-2 .book-button:focus,
.package-option-2 .book-button:hover {
  color: #fff;
  background: #47ae4c;
}

.package-option-3 {
  border-color: #f6a100;
}

.package-option-3 .single-package-header {
  background: #f6a100;
}

.package-option-3 .book-button {
  color: #f6a100;
}

.package-option-3 .book-button:active,
.package-option-3 .book-button:focus,
.package-option-3 .book-button:hover {
  color: #fff;
  background: #f6a100;
}

.package-option-4 {
  border-color: #126666;
}

.package-option-4 .single-package-header {
  background: #126666;
}

.package-option-4 .book-button {
  color: #126666;
}

.package-option-4 .book-button:active,
.package-option-4 .book-button:focus,
.package-option-4 .book-button:hover {
  color: #fff;
  background: #126666;
}

.option-vertical {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 35px solid #eee;
  padding: 30px 15px 15px;
}

.option-vertical.option-1 {
  border-top: 5px solid #6fa7db;
}

.option-vertical.option-2 {
  border-top: 5px solid #47ae4c;
}

.option-vertical.option-3 {
  border-top: 5px solid #f6a100;
}

.option-vertical.option-4 {
  border-top: 5px solid #126666;
}

.option-vertical-title {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.4;
}

.option-vertical-list {
  padding-left: 0 !important;
  margin: 25px 0 !important;
}

.option-vertical-list li {
  list-style: none;
  margin-bottom: 15px;
}

.option-vertical-btn {
  display: block;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 4px;
  padding: 8px 0;
  color: #fff;
}

.option-vertical-btn.option-1 {
  background-color: #6fa7db;
}

.option-vertical-btn.option-2 {
  background-color: #47ae4c;
}

.option-vertical-btn.option-3 {
  background-color: #f6a100;
}

.option-vertical-btn.option-4 {
  background-color: #126666;
}

.option-vertical-col {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .option-vertical-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .option-vertical-row:before {
    display: none;
  }

  .option-vertical-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  .option-vertical {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}

.option-vertical-btn:focus,
.option-vertical-btn:hover {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35) inset;
  color: #fff;
}

.option-display {
  position: relative;
}

.option-info {
  background: rgba(230, 230, 230, 1);
  background: radial-gradient(
    ellipse at center,
    rgba(230, 230, 230, 1) 0,
    rgba(233, 233, 233, 1) 100%
  );
  border-top-left-radius: 8px;
  border-bottom-right-radius: 16px;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 90px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 1;
}

.option-info-btn {
  height: 25px;
  width: 25px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: -12.5px;
  right: 2.5px;
  cursor: pointer;
}

.option-info-btn-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.option-info-btn-wrapper span:first-child {
  width: 11px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}

.option-info-btn-wrapper span:last-child {
  width: 11px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 2px;
}

.option-info-name {
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-size: 18px;
}

.option-info-price {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 16px;
  width: 100%;
  text-align: right;
  padding-bottom: 5px;
  margin-right: 10px;
  border-bottom-right-radius: 16px;
}

.option-info-price:after {
  content: "";
  width: 180px;
  display: block;
  position: absolute;
  bottom: 14px;
  z-index: -1;
  background-color: currentColor;
  left: 0;
  right: 0;
  transform: rotate(-8deg);
  height: 34px;
  border-top: 4px solid #fff;
  -webkit-backface-visibility: hidden;
  padding: 1px;
  -webkit-background-clip: content-box;
}

.option-info-price:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 44px;
  z-index: 1;
  left: -10px;
  right: 0;
  transform: rotate(-8deg);
  height: 2px;
  -webkit-box-shadow: 10px 8px 7px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 8px 7px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 10px 8px 7px 0 rgba(0, 0, 0, 0.75);
}

.option-info-price > span {
  padding-right: 10px;
  color: #fff;
}

.option-1 .option-info-name {
  color: #6fa7db;
}

.option-1 .option-info-price {
  background-color: #6fa7db;
  color: #6fa7db;
}

.option-2 .option-info-name {
  color: #47ae4c;
}

.option-2 .option-info-price {
  background-color: #47ae4c;
  color: #47ae4c;
}

.option-3 .option-info-name {
  color: #f6a100;
}

.option-3 .option-info-price {
  background-color: #f6a100;
  color: #f6a100;
}

.option-4 .option-info-name {
  color: #066;
}

.option-4 .option-info-price {
  background-color: #066;
  color: #066;
}

/* END: pakete übersicht vertikal */


@media (min-width: 576px) {
  #loginBox {
    margin: 0;
    margin-top:25px;
    margin-bottom:25px;
    background: rgba(255, 255, 255, 0.6);
  }
}


