body {
  font-family: europa, sans-serif !important;
}

.container>.navbar-header a h1{
  color: #fff;
}

.navbar-brand {
  margin: 0;
}

.navbar-brand img {
  max-width: 110px;
}

.payment-info .form-group {
  margin: 1em 0;
}

.payment-info label {
  margin: 0;
}

table.paypal {
  max-width: 500px;
}

.panel-body {
  font-weight: bold;
}

.contact .button {
  background-color: #d33c35;
  color: #fff;
  border: 1px solid transparent;
  margin: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1.75rem;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: all;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-origin: border-box;
  line-height: 3rem;
  width: 350px;
  margin-top: 10px;
}

.contact .items-block {
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact .button:focus,
.contact .button:hover {
  background-color: transparent;
  color: #d33c35;
  border: 1px solid #d33c35;
}


.contact li {
  line-height: 1.7;
}

.container {
  margin-top: 3em;
}


#btnToCheckout {
  vertical-align: middle;
  height: 3em;
}

.payment-type-link{
  
  color:rgb(60,62,64);
}
.payment-type-link:hover{
  color:#425466;
}

.selection-payment-type{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
  font-size: 1.56rem;
}

.card{
  border:0px !important;
}

.payment-item > div {
  background: #f7f7f7;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.btn-primary{
  background-color: #174065 !important;
  border-color: #174065 !important;
}

.btn-secondary{
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}

.alert{
  width:max-content;
}


.qenta-logo{
  position: fixed;
  top:0;
  right: 1em;
  width: 6.5em;
  height: 2em;
  padding-top:1rem;
  position: fixed;
  z-index: 1000;
}

@media only screen and (max-width: 576px){
  .navbar-flags{
    right: 2.45em;
  }
} 
.navbar-flags{
  position:absolute;
  right: 8.3em;
  top: .3em;
}

.navbar-flags > a > img{
  height:16px;
}

.container>.navbar-header {
  top: 0;
  position: fixed;
  background-color: #174065;
  width: 100vw;
  left: 0;
  font-size: 2em;
  height: 2.5em;
  padding-left: 1em;
  /* background-image: url('https://qenta-cee.at/wp-content/uploads/2020/10/RZ-Logo-QENTA-CMYK-invertiert.svg');
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 6.5em; */
  z-index: 999;
}