/* CviCRM Custom Code*/
/* Author: Roland Löbel @ 5Knoten Eisenbahnstrasse 66, Leipzig*/
/* Created: 02.06.2022*/
/* Lasz Update by: Chloe Focke */
/* Last Update on: 13.10.2022 */

/* @import url('https://misc.5knoten.de/assets/css/pro/custom.css'); */

/*Custom Code*/

/* Wegblenden des Envelope-Errors bei Newsletter-Anmeldungen */

#main-wrapper .crm-public .error {
  display:none;
  visibility: hidden;
}

/* Added by Chloe on 28-02-2022 */

/* Rules to give the main content a white background */
div.page div#main-content.l-pr.page__row.pr-main{
  background-color: #ffffff;
}

div.page div.l-rw.regions.container.pr-main__rw{
  background-color: #ffffff;
}

/* Rule affects font of labels */
#crm-container.crm-public label{
  letter-spacing: normal;
}

/* Rule affects font of  */
#crm-container.crm-public .crm-container fieldset legend {
  font-size: 1.44em;
  font-weight: 400;
}

#crm-container.crm-public input#current_employer,
#crm-container.crm-public input#phone-3-4,
#crm-container.crm-public select#additional_participants
{
  width: 225px;
}


#crm-container.crm-public select#additional_participants{
  
}
#crm-container.crm-public fieldset label{
  width: auto;
  white-space: normal;
  word-break: normal;
  max-width: 100%;
}

#crm-container.crm-public .content input,
#crm-container.crm-public .content select
{
  margin-left: 0;
}

#crm-container.crm-public .button{
  font: OpenSans;
  background: #ffac00;
  color: #ffffff;
  text-shadow: none;
  border: none;
  border-radius: 1px;
}

#crm-container.crm-public .button:hover{
  background: #efA100;
  color: #777;
}

/* Code for public event pages @wegebund_bootstrap, added by rolandloebel on 2024-05-29*/

#crm-container.crm-public { 
  max-width:1320px;
  margin-left:auto; 
  margin-right:auto;
} 
#crm-container.crm-public .crm-profile legend {
  float:unset;
}

.page-civicrm #crm-container.crm-public .crm-actionlinks-top{
  display:none;
}

.page-civicrm #crm-container.crm-public .participant_role-group {
  display:none;
}

/* ENDE Code for public event pages @wegebund_bootstrap, added by rolandloebel on 2024-05-29*/

#crm-notification-container{
	top: 120px;
	z-index: 10;
}
