body {
  font-family: 'Montserrat', sans-serif;
}

.notification {
  display: none;
}

.pagination {
  font-size: 120%;
}

.pagination li {
  margin-left: 5px;
  padding: 5px;
  background-color: #fcf8e3;
}

.pagination li a {
  padding: 10px;
}

.shake {
  position: relative;
  animation-name: shake;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes shake {
  0% {
    left: 0px;
  }
  3% {
    left: 7px;
  }
  6% {
    left: 0px;
  }
  9% {
    left: 5px;
  }
  12% {
    left: 0px;
  }
  15% {
    left: 3px;
  }
  18% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}

.btn-1 {
  background-color: rgba(243, 200, 7, 0.89);
  border: 1px solid rgba(185, 185, 185, 0.89);
  background: linear-gradient(#fc3, #f91);
  color: black;
  font-weight: 600;
  font-size: 140%;
  margin-bottom: 20px;
}

.btn-1:hover {
  background-color: rgba(235, 195, 17, 0.904);
  background: linear-gradient(to top, #fc3, #f91);
  border: 1px solid #dbb716;
  color: black;
}

.btn-1:active {
  background-color: rgba(235, 195, 17, 0.904);
  border: 1px solid #dbb716;
  color: black;
}

.btn-ts {
  display: inline-block;
  padding: 8px 15px;
  background-color: #bc5ac1;
  color: white;
  font-size: 90%;
}

.btn-ts:hover {
  background-color: #873ba6;
  color: white;
}

#mainNav li a {
  color: black;
  font-size: 120%;
}

#mainNav li a:hover {
  color: #a6a6a6;
}

.logo-image {
  width: 220px;
}

#search {
  margin-left: auto;
}

#search select {
  background-color: #e2e2e2;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: unset;
}

#search input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#search-toggler {
  margin-left: auto;
  margin-right: 5px;
  padding: 9px 14px;
  border: none;
}

#cart-toggler {
  border: none;
  margin-right: 5px;
}

.cart-toggler-div {
  position: relative;
  color: #ffd001;
}

.cart-toggler-div .cart-circle {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: -7px;
}

@media (min-width: 576px) {
  .cart-toggler-div {
    display: none;
  }
}

/*
Warenkorb button
 */
.btn-cart {
  background-color: rgba(243, 200, 7, 0);
  border: 1px solid rgba(185, 185, 185, 0.89);
  background: linear-gradient(rgba(255, 204, 51, 0), rgba(255, 152, 17, 0));
  color: white;
  font-weight: 600;
  font-size: 100%;
  margin-left: 20px;
}

.btn-cart:hover {
  background-color: rgba(235, 195, 17, 0.904);
  background: linear-gradient(to top, #fc3, #f91);
  border: 1px solid #dbb716;
  color: black;
}

.btn-cart:active {
  background-color: rgba(235, 195, 17, 0.904);
  border: 1px solid #dbb716;
  color: black;
}

.cart-div {
  position: relative;
  display: inline-block;
  color: #ffd001;
}

@media (max-width: 576px) {
  .cart-div {
    display: none;
  }
}

.cart-circle {
  display: inline-block;
  position: absolute;
  right: -5px;
  top: -5px;
}

.login-container {
  margin-top: 100px;
}

.login-container h1 {
  margin-bottom: 30px;
  text-align: center;
}

.login-container p {
  text-align: center;
  margin-bottom: 50px;
}

footer {
  background-color: #f4eaff;
  padding-top: 30px;
}

footer a {
  color: black;
}

.footer-bottom {
  background-color: #e1dddd;
  padding: 10px 0;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .footer-bottom {
    text-align: center;
    clear: right;
  }
}

.footer-bottom a {
  float: right;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 576px) {
  .footer-bottom a {
    float: none;
  }
}

.footer-links {
  font-size: 110%;
  text-align: center;
}

.footer-links span {
  color: #b9b5b5;
}

.register-container h1 {
  margin-top: 30px;
  text-align: center;
}

.register-container p {
  text-align: center;
}

.register-wrapper {
  margin-bottom: 50px;
  background-color: white;
  padding:20px;
  box-shadow: 1px 3px 3px grey;
}

.btn-register {
  width: 100%;
  padding: 10px 50px;
  background-color: #bc5ac1;
  color: white;
  font-size: 150%;
}

.btn-register:hover {
  background-color: #873ba6;
}

.login-container {
  margin-top: 100px;
}

.login-container h1 {
  margin-bottom: 30px;
  text-align: center;
}

.login-container p {
  text-align: center;
  margin-bottom: 50px;
}

#domainDropdown:before {
  content: none;
}

#domainDeleteForm {
  padding-left: 23px;
}

#domainDeleteForm:hover {
  background-color: rgba(244, 234, 255, 0.5);
}

#domainDeleteForm button {
  background: none !important;
  color: inherit;
  cursor: pointer;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.upgrade-banner{
  background-color:rgb(255,241,16);color:rgb(66,66,66);padding:20px 10px;
  text-align: center;
}

.upgrade-banner a{
  border:1px solid #007bff; text-align: right; padding: 10px 16px;
  display:inline-block;
}

@media(min-width:768px){
  .upgrade-banner a{
     float:right;margin-top:-10px;
  }

  .upgrade-banner{
    text-align: left;
  }
}
