/*
    Die vorliegende Software ist Eigentum von QENTA Payment CEE GmbH
    und daher vertraulich zu behandeln.
    Jegliche Weitergabe an dritte, in welcher Form auch immer, ist unzulaessig.

    Software & Service Copyright © by
    QENTA Payment CEE GmbH,
    FB-Nr: FN 539960 i, https://www.qenta.com/
*/

body {
  font-family: europa, sans-serif;
}

.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 {
  font-size: 1.1rem;
}

.contact .col2 {
  width: 50%;
  background-color: #fff;
  padding-left: 20px;
}

.container .panel {
  text-align: center;
}

.contact hr {
  width: 80%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.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;
}

.container>.navbar-header a {
  color: #fff;
}

#btnToCheckout {
  vertical-align: middle;
  height: 3em;
}

.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;
}

.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;
}
