/*Laenderspezifische CSS Regeln*/
/*#search_block_top {
	width: 120px;
}
*/
#order #center_column {
	float: none;
	width: 100%;
}
#order #sidebar {
	width: 0;
	display: none;
}
#contact-footer .contact-info-wrap {
  background-color: #fff;
  padding: 15px;
}
#contact-footer .contact-info {
  font-size: 14px;
  font-weight: 600;
}

/* Live Chat */

.msg-container {
  z-index: 9999999999;
}

/* Saferpay */

#HOOK_PAYMENT {
  position: relative;
  margin: 0 -15px;
}
/*.saferpaycw-payment-form {
  height: 220px;
  position: relative;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}*/
#HOOK_PAYMENT > .four {
  position: static;
}
#HOOK_PAYMENT > .four:nth-child(6) {
  clear: both;
}
.payment-method:nth-child(2n+1) {
  clear: both;
}
.saferpaycw-payment-form {
  height: auto;
  padding: 1rem 1.5rem;
  border: none;
  background: #f6f6f6;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.saferpaycw-payment-form:hover {
  border-color: #aaa;
  background-color: #efefef;
}
.saferpaycw-payment-form .submit {
  margin: 0;
}
.saferpaycw-payment-form .submit .button-pay {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px;
  margin: 0;
  width: 100%;
  background-color: #f36f21;
  visibility: hidden;
  z-index: 99;
}
.saferpaycw-payment-form .submit .button-pay:hover {
  background-color: #e7621d;
}
.saferpaycw-payment-form input.button {
  text-transform: none;
}
.saferpaycw-payment-form .payment-method-name {
  padding-top: 0;
  margin-bottom: 10px;
  background-position: left center !important;
}
.saferpaycw-payment-return-table {
  width: 100%;
}
.saferpaycw-payment-return-table th {
  width: 200px;
  text-align: left;
}
form.saferpaycw-alias-form {
  display: none;
  padding-top: 15px;
  clear: both;
}
.selected form.saferpaycw-alias-form {
  display: block;
}
form.saferpaycw-alias-form label {
  font-size: 11px;
}
p.payment_module {
  clear: both;
}
input[name="select-paymentmethod"] {
  float: left;
  display: block;
  margin-right: 5px !important;
}
input[name="select-paymentmethod"] + label {
  vertical-align: middle;
  float: left;
  width: calc(100% - 25px);
}
input[name="select-paymentmethod"] + label .method-title {
  float: left;
  padding-left: 10px;
  font-weight: 600;
  font-size: 18px;
  width: calc(100% - 95px);
}
input[name="select-paymentmethod"] + label .img-wrap {
  width: 95px;
  height: 50px;
  float: left;
}
input[name="select-paymentmethod"] + label img {
  max-width: 100%;
}

body[id*="module-saferpaycw"] .saferpaycw-payment-form {
  background-color: #f8f8f8;
}
body[id*="module-saferpaycw"] .saferpaycw-payment-form .submit .button-pay {
  position: static;
  visibility: visible;
  width: auto;
  margin-top: 10px;
}
body[id*="module-saferpaycw"] input[name="select-paymentmethod"] {
  display: none;
}


@media (min-width: 768px) and (max-width: 1200px) {
  #HOOK_PAYMENT > .four {
    width: 50%;
  }
  #HOOK_PAYMENT > .four:nth-child(8) {
    clear: both;
  }
}
@media (min-width: 768px) {
  #HOOK_PAYMENT {
    padding: 50px 0 0 0;
  }
  form.saferpaycw-alias-form label {
    font-size: 14px;
  }
  .saferpaycw-payment-form .submit .button-pay {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 15px;
    margin: 0;
    width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  .saferpaycw-payment-form {
    padding: 1.5rem;
  }
}

#authentication fieldset,
#address fieldset {
  border: 1px solid #ccc;
  background: transparent;
  padding: 30px;
}
#create-account_form fieldset,
#authentication .box {
  padding: 30px;
  background: #F5F5F5;
  border: none;
}
#authentication .box > *:first-child {
  margin-top: 0;
}
#address form h3,
#authentication form h3,
#authentication .box h3 {
  font-size: 24px;
}
#login_form fieldset > p,
#create-account_form h3 + p {
  font-size: 18px;
  color: #165fa6;
}
#login_form p.text {
  margin: 15px 0 30px;
}
#login_form p.text input {
  padding: 8px 10px !important;
  height: 30px !important;
  line-height: 30px !important;
}
#login_form #SubmitLogin {
  background: #f36f21;
  display: block;
  width: 100%;
  padding: 12px 20px 13px 20px;
  margin: 40px 0 !important;
}
#login_form #SubmitLogin:hover,
#login_form #SubmitLogin:active {
  background: #e7621d;
}
#login_form p.lost_password {
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#login_form p.lost_password a {
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #787878;
  border-bottom: 1px solid #787878;
}
a.button.button-black {
  background: #666666;
  color: #FFF;
}
#create-account_form a.button {
  display: block;
  width: 100%;
  padding: 12px 20px 13px 20px;
  margin-top: 40px;
}
a.button.button-black:hover,
a.button.button-black:active {
  background: #555555;
}
#account-creation_form .cart_navigation {
  margin-top: 30px;
}
.social-login {
  border-left: 1px solid #ccc;
  padding-left: 50px;
  margin-top: 18px;
  margin-bottom: 60px;
}
#fbpsc.Account_Registration {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
#fbpsc .btn-connect.btn-social {
  display: block;
  width: 100%;
  margin: 0 0 10px 0 !important;
}
#fbpsc .btn-connect:last-child {
  margin-bottom: 0 !important;
}
#fbpsc.Login_Form {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
#fbpsc.Login_Form .btn-mini-fbpsc,
#fbpsc.Login_Form .btn-connect {
  margin: 0 5px 0 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
#fbpsc.Login_Form .btn-connect .fa {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
}
#fbpsc.Login_Form .btn-connect .btn-title-connect {
  display: none;
}

/* osteraktion */

#easter-egg {
  position: fixed;
  bottom: -50px;
  left: 5%;
  z-index: 999;
  transition: all 400ms ease-in;
}
#easter-egg a {
  display: block;
}
#easter-egg.initial {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-duration: 2.4s;
  animation-delay: 10s;
  animation-iteration-count: 4;
  animation-fill-mode: both;
}
#easter-egg.show {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 20px;
}
#easter-egg svg {
  width: 300px;
  height: auto;
  padding-top: 40px;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 5s;
  animation-fill-mode: both;
}
#easter-egg svg #text {
  opacity: 0;
  transition: opacity 400ms ease-in 500ms;
}
#easter-egg:hover svg #text {
  opacity: 1;
}
#easter-egg svg #hand {
  opacity: 0;
  transition: opacity 400ms ease-in 1000ms;
}
#easter-egg:hover svg #hand {
  opacity: 1;
}

#easter-egg:hover svg #hand #Path[fill="#1A1A1A"] {
  animation-name: click;
  animation-duration: 0.6s;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -50px;
    opacity: 1;
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: 50px;
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: 0px;
  }

  90% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: -30px;
  }
}

@keyframes click {
  from {
    fill: #1A1A1A;
  }

  50% {
    fill: #FFFFFF;
  }

  to {
    fill: #1A1A1A;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
