/*
*  CSS vereinfachtes Standard-Layout
*/

.CXHeaderA::before {
    content: ' ';
    background-color: #fff;
    background: url('/formcycle/form/includes/ressource?mid=855&name=Vogtlandlogo.png') no-repeat, 
        url('/formcycle/form/includes/ressource?mid=855&name=logo_wappen_schriftzug.png') no-repeat;
    background-position: top left, top 9px right;
    background-size: 75px, auto 32px;
    background-origin: content-box;
    display: block;
    height: 75px;
    padding-bottom: 10px; 
    padding-top: 10px;
}

@media only screen and (max-width: 500px) {
    .CXHeaderA::before {
        height: 35px;
        background: url('/formcycle/form/includes/ressource?mid=855&name=Vogtlandlogo.png') no-repeat, 
        url('/formcycle/form/includes/ressource?mid=855&name=logo_wappen_schriftzug.png') no-repeat;
        background-position: top left 60px, top 9px right 60px;
        background-size: 35px, auto 15px;
        background-origin: content-box;
    }
}

.XFCheader,
 .xfc-template-body .XFCheader {
  border:none;
    margin: 0 auto; 
  min-width: 250px; 
  max-width: 790px; 
  padding: 20px 60px;
  border-bottom: 1px solid #CCCCCC; 
  background-color: white;
  font-family: leitfaden, Segoe UI, system-ui, Calibri, Arial;
 }

.xfc-template {
  width: 100%; 
  height:100%; 
  font-family: leitfaden, Segoe UI, system-ui, Calibri, Arial; 
  font-size: 14px; 
  background-color: white;
  }
  
.xfc-template-body {
  width: 100%; 
height:100%; 
font-family: leitfaden, Segoe UI, system-ui, Calibri, Arial; 
font-size:14px;
background-color: #EDEDED; 
margin: 0;
}
 
 .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

 .alert-danger {
   font-weight: bold;
  color: #f70f0b;
  background-color: #fa9a0015;
  border-color: #f5b1bc;
}

 .lra-button {
  background-color: #006639;
  color: white;
  font:bold 133% leitfaden, Segoe UI, system-ui, Calibri, Arial;
  border-radius: 6px;
  padding: 10px 16px;
  cursor:pointer;
  vertical-align: middle;
  text-align: center;
  font-size:16px;
}

 .lra-button:hover {
    background-color: #ffffff;
    color: #006639; 
    border: thin groove #006639;
 }

 .lra-links a {
  text-decoration: none;
  font-weight: bold;
  color: #006639;
  font-size: 110%;
}

 a, 
 .xm-item-div span a {
  text-decoration: none;
  color:#fff;
}

.abschluss-h1 {
    font-size:32px;
    font-weight: 500;
    font-family: leitfaden, Segoe UI, system-ui, Calibri, Arial;
    color: #000;
    padding: 0 0 10px;
}

.abschluss-h2 {
    font-size:24px;
    font-weight: 500;
    font-family: leitfaden, Segoe UI, system-ui, Calibri, Arial;
    color: #000;
}