
body {
  font-family: 'Basel Medium', Sans-Serif;
}

.ccs {
  display: block;
    padding: 20px 20px 5px 20px;
  width: 100%;

}
h2 {
    font-size: 3rem;
    font-weight: 200;
}
.logo {

  height: 40vh;
  width: 7.334vh;
  right: 2rem;
  float: right;
  position: fixed;
  top: 32%;
}
.title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: -10px;

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

}
.ccs .text_info {
  padding: 10px 20px 40px 40px;
  font-weight: 400;
  max-width: 730px;
  line-height: 1.25em;
  font-size: 1.4rem;
  font-feature-settings: "onum";
  }
.ccs .text_info_h {
  padding: 70px 20px 40px 40px;
  font-weight: 400;
  max-width: 730px;
  font-size: 2rem;
  line-height: 1.25em;
  font-feature-settings: "onum";
  }
.ccs .footer {
  position: relative;
  bottom: 0;

  font-size: 1.4rem;
  width: 750px;
  padding-left: 30px;
  text-align: left;


}

.ccs .footer .foot_box {
  width: auto;
  float: left;



}

.ccs .foot_box .foot_item {
  padding-left: 18px;
  float: left;

}
.ccs .text.small{
    font-size: 0.9em;
    font-weight: bold;
    width: 430px;
    height: 125px;
    padding-right: 2rem;
}
.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-bottom: 200px;
   border-top: 100px;

   position: relative;
   top: 100px;
   right: 0;
   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;
}
/*test*/
.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"]:required:invalid, input:focus:invalid {
  /* insert your own styles for invalid form input */
   /*background-color: darkblue;
  border-color: darkblue;
  -moz-box-shadow: none;
}*/


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


.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
/*test*/
/*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:1040px) {
  .css .right{
  margin-right: 300px;
  }

}
@media (max-width:640px) {
  .logo{
  height: 33vh;
  width: 6.0588vh;
  }
  .ccs {
    grid-gap: 10px;
    grid-template-columns: auto;
    padding-left: 2px;
  }

  .css .left{
  padding-left: 2px;

  }
  .css .right{
  padding-left: 2px;

  }
  .ccs .footer {
  padding-left: 10px;
  width: 320px;
  }
  .modal-dialog {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .modal {
    padding-right: 0px;
  }
  .ccs .text_info {
  padding-left: 20px;
  }
  .ccs .text_info_h {
  padding-left: 20px;
  }
  .eventbox {
    grid-template-columns: auto;
    width: auto;
  }
}
/* add on a */
@font-face{
font-family:Basel Medium;
src:url(../fonts/Basel-Medium.eot);
src:url(../fonts/Basel-Medium.woff2) format("woff2"),
url(Basel-Medium.woff) format("woff");
font-weight:400;font-style:normal}html{font-size:14.5px;
-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%
}
body{
background:#fff!important;font-family:Basel Medium,Arial,sans-serif;
font-weight:200
}
body .ccs .left,body .ccs .right,body .ccs .text.small{
max-width:100%
}
body .ccs .title{
font-size:3rem;line-height:4rem;
font-weight:200
}
@media screen and (max-width:460px){
    body .ccs .title{
    font-size:1.7rem;
    line-height:2.2rem;font-weight:200
    }
}
body .ccs .title+.text{
margin-top:20px
}
body .ccs .text,body .ccs .title+.text{
font-size:1.2rem;
line-height:1.2em;font-weight:200
}
body .ccs .text.small{
height:auto;
margin-bottom:25px;
font-size:1.4rem;
line-height:1.25em;
font-weight:200
}
body .ccs .text~div{
padding-bottom:0!important;
margin-top:20px
}
body .ccs .right{
margin-bottom:50px;
padding-right:4.5rem;
margin-right: 90px;
}
@media screen and (max-width:460px){
  body .ccs .right{
  padding-right:2rem
  }
}
body .ccs .button{
font-size:1.1rem;
line-height:1.1em;
font-weight:200;
padding:12px 15px 10px
}
@media screen and (max-width:640px){
    body .ccs .button{
    margin:5px 10px 5px 5px
    }
}
body img{max-width:100%}
/* add on a end*/
/* +x*/
@media (max-width:860px) {
  .ccs .text_info {
  padding-right: 40px;
  }

  .ccs .left {
  padding-right: 25px;
  }
  .logo {
  right: 0.2rem;
  }
  .ccs .text .small{

  padding-right: 2rem;
  }
}
