body {
  font-family: 'Basel Medium', Sans-Serif;
}
.ccs {
  display: block;
  padding: 20px;
  width: 100%;
}
h2 {
    font-size: 3rem;
    font-weight: 200;
}
.title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: -10px;

}
.ccs .text {
  padding: 5px 0px 5px 0px;
  font-weight: 400;

}
.ccs .text.small{
    font-size: 0.9em;
    font-weight: bold;
    width: 430px;
    height: 125px;
}
.ccs .left {
  float: left;
  padding: 20px;
  width: 750px;
}
img {

  height: auto;
  width: 100%;
}
.ccs .right {
  float: left;
  padding: 20px;
  width: 550px;
}

input {
  font-size: 1em;
  margin: 5px;
  padding: 10px;
  outline: none;
  text-decoration: none;
}
.modal-dialog {
   margin-top: 400px;
   margin-bottom: 200px;
   border-top: 100px;
   position: relative;
   top: 100px;
   right: 20px;
   left: 0;
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;
}
.eventbox {
  display: block;
  margin-left: 0px;
  padding: 10px 20px;
}
.button {
  background-color: black;
  border-radius: 25px;
  border: solid 1px black;
  color: white;
  float: left;
  font-size: 1.0rem;
  font-weight: bold;
  height: auto;
  margin: 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  text-align: center;
  min-width: 200px;
}
.button.selectable {
  background-color: white;
  color: black;
  cursor: pointer;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  margin-right: 0px; /*test*/
  margin-left: 0px; /*test*/
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  opacity: 0;
}



.round input[type="checkbox"]:checked + label {
  background-color: black;
  border-color: black;
}


.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/*input[type=button]:active, input[type=submit]:active, input[type=button]:focus, input[type=submit]:focus {
  background-color: darkblue;
}*/
input[type=text] {
  border-style: solid;
  border-color: lightgrey;
  border-radius: 2px;
}
fieldset {
  border-style: none;
}
@media (max-width:640px) {
  .ccs {
    grid-gap: 10px;
    grid-template-columns: auto;
  }
  .modal-dialog {
    margin-top: 400px;
    margin-bottom: 100px;
	margin-left: 2.2rem;
	margin-right: 2.2rem;  
  }
  .eventbox {
    grid-template-columns: auto;
    width: auto;
  }
}
