@font-face {
    font-family: kursfont;
    src: url(Ubuntu-Medium.ttf);
}

body{
    font-family: Montserrat, sans-serif;
}

.karten{
    background-color: white;
    max-width: 90%;
    width: 80rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0px 0px 3px #acc77f, 0px 0px 3px #acc77f;
    padding: 15px;
    border-radius: 15px;
}

.vikinput{
    margin-right: 1rem;
}

#fertigkarte{
    font-size: 1.4em;
}

#responsep{
    color: red;
}

.keinlogin{
    background-color: rgb(211, 208, 208);
}

.agbd{
    color: #a0ce4e;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}

.container{
    max-width: 1164px;
}

span[data-bs-toggle="tooltip"]{
    cursor: help;
}

/* Navigation und FooterLinks */
.footerlink, .kursnavlinks{
    color: #a0ce4e;
    text-decoration: none;
    transition: 0.5s all;
}


.signaturewrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width:400px;
  height:200px;
  background-color: white;
  border: 1px solid blue;
}

#fehlerkhform{
    color: red;
    font-weight: bold;
}

#successkhform{
    color: green;
    font-weight: bold;
}

#loginlink:hover{
    color: green;
    text-decoration: underline;
}