/* NEWSLETTER
------------------------------------------------------------------------ */

.wpcf7 TABLE {
  table-layout: fixed;
  }

.wpcf7 TD {
  padding-left: 0 !important;
  }
  
.wpcf7 TD:first-child {
  color: #170000;
  width: 150px !important;
  }  

.wpcf7-select {
  border: 1px solid #bbbbbb;
  padding: 5px;
  border-radius: 3px !important;
  }

.wpcf7-submit {
  background: #4b0028;
  color: #fff;
  border: none;
  padding: 10px 20px 12px 20px !important;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
  }
  
.wpcf7-submit.unsubscribe {
  background: #ccc;
  margin-left: 2px;
  } 
  
.ajax-loader:nth-child(2){
  display: none !important;
  } 
  
span.wpcf7-list-item {
  margin-left: 0;
  padding: 2px 0;
  clear: both;
  margin: 0;
  cursor: pointer !important;
  }  
  
.wpcf7-list-item:hover LABEL .wpcf7-list-item-label {
  color: #777 !important;
  }  
  
.wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.4em;
  }
  
.wpcf7-checkbox {
  font-size: 13px;
  display: block;
  }  
  
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  cursor: pointer !important;
  }  
  
.wpcf7-checkbox INPUT {
  border: 1px solid #bbb;
  margin: 2px 7px 0 0;
  }
  
.wpcf7-radio {
  display: block;
  margin-bottom: 0px;
  }  
  
.wpcf7-radio .wpcf7-list-item {
  margin-right: 20px;
  cursor: pointer;
  }  
  
FORM #type {
  position: absolute;
  left: -10000px;
  }  

div.wpcf7-validation-errors {
  border: none;
  background: #d54015;
  color: #fff;
  padding: 10px 15px 12px 15px;
  border-radius: 2px;
  margin-bottom: 30px;
  background: #d54015 url(../img/icon-alert.svg) no-repeat 15px center;
  background-size: 32px auto;
  padding-left: 60px;
  }
  
div.wpcf7-response-output {
  margin-left: 0;
  }  
  
div.wpcf7-mail-sent-ok {
  border: none;
  color: #fff;
  padding: 15px 15px 17px 15px;
  border-radius: 2px;
  margin-bottom: 30px;
  background: #63aa55 url(../img/icon-success.svg) no-repeat 20px center;
  background-size: 18px auto;
  padding-left: 50px;
  }
  
span.wpcf7-not-valid-tip {
  color: #d54015;
  font-size: 12px;
  padding: 5px 0;
  }    
  
TBODY.address {
  display: none;
  }  
  
TBODY.address TR:first-child TD {
  padding-top: 20px;
  }   
  
INPUT.wpcf7-form-control {
  padding: 8px 10px;
  border-radius: 3px;
  max-width: 466px;
  }  
  
.wpcf7-textarea {
  border-radius: 3px;
  padding: 10px;
  max-width: 466px;
  }
  
/* VERANSTALTUNG DETAILSEITE
-------------------------------------------------------------------------------------- */  

.single-event .no-location SECTION.location {
  display: none;
  }
  
/* CUSTOM CHECKBOX / RADIO
-------------------------------------------------------------------------------------- */  
  
.icheckbox, .iradio {
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  background: #fff;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.2s;
  background-position: center center;
  margin-bottom: 5px;
  border-radius: 2px;
  }
  
.icheckbox.hover, 
.iradio.hover {
  border-color: #777;
  color: #170000;
  }
  
.icheckbox.checked,
.iradio.checked {
  background: #4b0028 url('../img/icon-check.svg') no-repeat center center;
  border-color: #4b0028;
  background-size: 12px auto;
  }    
  
.iradio {
  border-radius: 50px;
  width: 20px;
  height: 20px;
  } 
  
/* BUCHUNGSFORMULAR
-------------------------------------------------------------------------------------- */     
    
#em-booking .input-checkbox {
  font-size: 11px;
  padding-right: 20px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px !important;
  }
  
#em-booking .input-checkbox LABEL {  
  padding-left: 30px;
  }
  
#em-booking .input-checkbox .icheckbox {  
  position: absolute;
  top: 3px;
  left: 0;
  }  
  
#em-booking P {
  white-space: inherit !important;
  }    
    
#em-booking .em-booking-submit {
  background: #4b0028;
  color: #fff;
  width: 100%;
  border-radius: 2px;
  border: none;
  display: block;
  float: none;
  width: 100% !important;
  height: auto;
  padding: 10px 10px 12px 10px;
  cursor: pointer;
  transition: 0.2s;
  }
  
#em-booking .em-booking-submit:hover {
  background: #c11c03;
  }
  
div.em-booking-message-error {
  border: none;
  }  
  
div.em-booking-message-error P {
  margin: 0 !important;
  font-size: 12px;
  font-weight: bold;
  color: #c11c03;
  }
  
div#em-loading {
  background-image: url('../img/loading-spin.svg');
  }

    
  
  