body {
    background-color: #ccccff;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #6d84b4;
    font-size: 3em;
}

h2 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color:#6d84b4 ;
    font-size: 2em;
    line-height: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h3 {
    font-family: Tahoma, Verdana, sans-serif;
    color: #39126d;
    font-size: 2em;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

hr {
    height: 1px;
    border: solid;
    border-radius: 4px;
    color: #CCCCFF;
}

.fullscreen {
    display:block;
    width: 100%;
    min-height: 90vh;
    justify-content:center;
    align-items:center;
}

.wrapper{
    display:block;
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

.centrescreen {
    display: block;
    width: 100%;
    max-width:480px;
    margin-left:auto;
    margin-right: auto;
}

.flexcontainer{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}


.tickets{
    display:flex;
    flex-direction: row;
    justify-content:space-evenly;
}

.ticket{
    display:inline-flex;  
    flex-wrap: wrap;
}

.ticket table {
    border: solid;
    margin: 1%;
    width: 48%;
    padding-left: 5px;
    padding-right: 5px;
}

.ticket hr {
    border: 0;
    height: 2px;
    background:#000;
}

.ticketQR{
    width: 100px;
}

.widebox {
    display:inline-block;
    text-align: center;
    vertical-align: text-top;
    border-radius: 12px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wordsbox {
    text-align: justify;
    text-justify: kashida;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 1em;
    color: black;
    padding: 6px 12px 6px 12px;
    margin: 0 0 0 0;
}

.wordsbox li {
    font-weight: bold;
    margin-bottom: 6px;
    color: black;
}

.picturebox {
    position:relative;
    width: 100%;
}

.picturebox img {
    width: 100%;
    border-radius: 12px;
}

.picturebox .fwdbtn {
  position: absolute;
  top: 85%;
  left: 85%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.picturebox .fwdbtn:hover {
  font-size: 36px;
}
.picturebox .bckbtn {
  position: absolute;
  top: 85%;
  left: 15%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.picturebox .bckbtn:hover {
  font-size: 36px;
}


.audiobox {
    display:inline-block;
    text-align: center;
    border-radius: 12px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    height: 60px;
}

audio {
    padding: 0px 0px 0px 0px;
}

.titlebox {
    display:inline-block;
    width: 100%;
    border-radius: 12px;
    border-width: 0px;
    background-image:url('https://kesson.eu/images/kessonbannerbackground.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    font-size: 3em;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    text-align: center;
}

.titlebox img {
    width: 100%;   
    border-radius: 12px;
}

.centrebox {
    display:flexbox;

}

.flexbox {
  display:inline-flex;
  flex-wrap: wrap;
  text-align: justify;
  vertical-align: text-top;
  border-width: 0px;
  background-color: #CCCCFF; 
} 



.flexbox img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    border-radius: 7px;
    padding: 0px 0px 0px 0px;
    height: 60px;
    width: 60px;
    background-color: #CCCCFF;
}

.flexbox button {
    background-color:#CCCCFF;
    width: 70px;
    height: 70px;
    font-size:16px;
    border-radius:11px;
    transition-duration:0.4s;
    border:none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 8px 20px 0 rgba(0,0,0,0.19);
    
}

.flexbox button:hover {
    width: 70px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4), 0 3px 10px 0 rgba(0,0,0,0.4);
}

.flexbox img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    border-radius: 7px;
    padding: 0px 0px 0px 0px;
    height: 60px;
    width: 60px;
    background-color: #CCCCFF;
}

.flexcontainer button {
    background-color:#CCCCFF;
    width: 100%;
    height: 70px;
    font-size:16px;
    border-radius:11px;
    transition-duration:0.4s;
    border:none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 8px 20px 0 rgba(0,0,0,0.19);
    
}

.flexcontainer button:hover {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4), 0 3px 10px 0 rgba(0,0,0,0.4);
}


.Table
    {
        display: table;
    }
.Row
    {
        display: table-row;
    }
.Cell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }
    
.report td {
    text-align:left;
    padding: 2px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-style: solid;
    border-width: 1px;
    border:grey;
}

  
.formlabel {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:1em;
    text-align:left;
    min-width: 300px;
}

.formlabelright {
    display:block;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:1em;
    text-align:left;
    vertical-align: bottom;
    min-width: 240px;
    margin-left: 10px;
    padding-top: 5px;
}

input[type=text], input[type=password], textarea, select{
    width: 100%;
    padding: 3px;
    margin: 0px 0px 6px 0px;
    display: inline-block;
    border: 2px solid #CCCCFF;
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    background-color: white;
    font-size: 1.1em;
    color: black;
}

.small-input{
    width: 60px;
    padding: 3px;
    margin: 0px 0px 6px 0px;
    display: inline-block;
    border: 2px solid #CCCCFF;
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    background-color: white;
    font-size: 1.1em;
    color: black;
}

#captcha {
    margin: 20px 0px 0px 0px;
    border: 2px solid #CCCCFF;
    border-radius: 4px;
}

.widefield {
min-width:100%;    
font-size:1.1em;
border: solid;
border-width: 2px;
border-color: #bab;
border-radius: 4px;
}

.numberfield {
max-width: 100px;
font-size:1.1em;
border: solid;
border-width: 2px;
border-color: #bab;
border-radius: 4px;
}
    
.submits {
font-size: 1.1em;
background: #CCCCFF;
color: white;
height: 30px;
width: 100%;
border: none;
border-radius:4px;
cursor: pointer;
transition-duration:0.4s;
border:none;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.submits:hover {
    width: 98%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4), 0 3px 10px 0 rgba(0,0,0,0.4);
}

audio {
    width: 100%;
    height: 80px;
    margin-top: 12px;
    color: #AFE9C6;
    background: white;
}

.billetbutton {
    background-color:#cec0d3;
    width: 100%;
    max-width:600px;
    height: 60px;
    font-size:24px;
    border-width: 0px;
    border-radius:8px;
    transition-duration:0.4s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

@media (max-width:520px){

.ticket table{
    margin: 0 0 10px 0;
    width: 100%;
}    

.flexbox {
    width: 55px;
}
.flexbox img {
    border-radius: 4px;
    height: 30px;
    width: 30px;
}

.flexbox button {
 /*   background-color:#AFE9C6;*/
    width: 50px;
    height: 50px;
    font-size:14px;
    border-radius:8px;
    border: none;
    transition-duration:0.4s;
/*    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19); */
    
}

.flexbox button:hover {
    width: 50px;
/*    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4), 0 2px 5px 0 rgba(0,0,0,0.4); */
}
}

.eventlisting tr {
    border: 1px solid;
    background-color:#cec0d3;
}

.eventlisting td {
    padding: 3px 12px 3px 12px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:1em;
}

.flexaffiche {
    display:flexbox;
}

.titlebox {
    font-size: 4em;
}