@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
}

#qrcode canvas {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}

.img-frame {
  padding: 15px;
  background: white; 
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
  border-radius: 5px;
  max-width: 200px;
  margin: 0 auto;
}

.img-frame canvas {
  width: 100%!important;
}

.img-frame img {

  display: block;
  margin: 0 auto;
}

.modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.shortcode {
  display: inline-block; 
  margin-left: 5px;
  font-family: monospace;
  font-weight: bold;
}

@media (min-width: 768px){
.modal-dialog {
    margin: 5px auto;
}
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.options-button-box{
  text-align: -moz-center;
  margin-bottom: 1rem;
}

.optionen,
.verwaltung {
  border: 1px solid #0097c4;
  padding: 1rem 0;
  background-color: #0097c4;
  color: white;
  font-weight: 650;
  width: 150px;
  border-radius: 5px;
}
.optionen:hover{
  cursor: pointer;
}

#button-addon2{
  background-color: #0097c4;
  color: white;
}

.optionsbox-1, 
.optionsbox-2, 
.optionsbox-3{
  border: 1px solid #0097c4;
  padding: 3rem;
  margin: 2rem 0;
  text-align: center;
  min-height: 200px;
}
.input-group{
  display: flex;
  margin-top: 1rem;
}

.optionen-auswahl {
  margin-bottom: 1.5rem;
  background-color: #f4f4f4;
  width: 100%;
  display: block;
  height: auto;
  border-radius: 5px;
}
.veranstaltungen-auswahl select{
  width: 260px;
  text-align: center;
  padding: 1rem;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.auswahl{
  background-color: #0097c4;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border: none;
}

.hide{
  display: none;
}

.show{
  display: flex;
}

#verwaltung {
  display: none;
}

.row-wrapper {
  display: flex;
  flex-direction: row;
  width: 70%;
  align-items: center;
  margin-bottom: 1rem;
}

.listlocation {
  width: 150px;
  text-align: left;
}

.datum {
  flex-grow: 1;
}