﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Fira Sans', Helvetica, Arial sans-serif; font-size: 10pt; line-height: 14pt;
}
body { background: #999; }
.sheet { background: #fff; margin: 50px auto; min-height: 40em; box-shadow: 0 5px 50px rgb(0 0 0 / 30%); position: relative; padding: 24mm; width: 80em; box-sizing: border-box; font-family: 'Fira Sans', Helvetica, Arial sans-serif; }
.sheet h1 { font-size: 2em; color: #13768B; font-weight: normal; }
.sheet p { font-size: 1.2em; }
select { font-size: 1.2em; padding: 4px; min-height: 3em; cursor: pointer; background: #e6f1f0; width: 100%; max-width: 500px; font-weight: normal; border: 0px; padding-left: 8px; border: 1px solid #13768B; border-radius: 3px; }
.selectsmall { font-size: 16px; padding: 4px; min-height: 2.5em; cursor: pointer; background: #e6f1f0; width: 100%; max-width: 500px; font-weight: normal; border: 0px; padding-left: 8px; border: 1px solid #13768B; border-radius: 3px;  font-family: 'Fira Sans', Helvetica, Arial sans-serif; }
.intro { padding-top: 0.5em; padding-bottom: 0em; }
.intro p { line-height: 1.5em; }
.intro h2 { color: #13768B; font-weight: 600; font-size: 1.7em; margin-bottom: 0px; padding-bottom: 0px; }
.content { padding-top: 1.5em; padding-bottom: 0em; }
.content h2 { color: #13768B; font-weight: 600; font-size: 1.7em; margin-bottom: 0px; padding-bottom: 0px; }
.sheetbottom { margin-top: 2em; padding-top: 0.5em; padding-bottom: 0em; }
.button { font-size: 1.2em; padding: 4px; min-height: 4em; font-weight: 500; cursor: pointer; background: #13768B; color: #fff; border: 0px; width: 100%; max-width: 350px;  font-family: 'Fira Sans', Helvetica, Arial sans-serif; }
.smallbutton { font-size: 1.2em; padding: 4px; min-height: 3em; font-weight: 500; cursor: pointer; background: #13768B; color: #fff; border: 0px; width: 100%; max-width: 350px;  font-family: 'Fira Sans', Helvetica, Arial sans-serif; }
.textbox { cursor: auto !important; font-family: 'Fira Sans', Helvetica, Arial sans-serif; }
.button:hover { opacity: 0.7; }
.blue { background: #13768B; }
.red { background: #D90915; }
.lightred { background: #D90915; }
.lightgrey { color: #000; background: #e6f1f0; }
.white { background: #fff; border: 1px dashed #555; color: #000; }
.transparent { background: transparent; color: #000; text-decoration: none; }
.smallbutton { width: 100%; max-width: auto; min-height: 2.5em; font-size: 1.1em; }
.alignleft { text-align: left; }
.adressright { text-align: left; float: right; }
.formline { display: block; font-size: 1.2em; font-family: 'Fira Sans', Helvetica, Arial sans-serif; line-height: 1.3em; }
.line-height-2em { line-height: 2em; }
form { margin-top: 2em; }
.formline label { display: block; margin-bottom: 4px; color: #444; }
.formline .email { line-height: 1.5em; }
.labelbold { font-weight: bold; }
.formline .textbox { display: block; border: 0px; width: 100%; max-width: 500px; font-size: 1.1em; padding: 8px; cursor: pointer; background: #e6f1f0; width: 100%; max-width: 500px; margin-bottom: 15px; padding-top: 6px; padding-left: 10px; }
.hidden { display: none; }
.full { max-width: 100% !important; }

.progress-bar {
  display: flex;
  margin-bottom: 2em;
  justify-content: space-between;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
 
.step {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #efefef;
}
 
.step:after {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 22px;
  width: 225px;
  height: 6px;
  content: '';
  background-color: #efefef;
}
 
.step:before {
  color: #2e2e2e;
  position: absolute;
  top: 40px;
}
 
.step:last-child:after {
  content: none;
}

.step.active {
  background-color: #13768B;
}
.step.active:after {
  background-color: #13768B;
}
.step.active:before {
  color: #e3f2f0;
}
.step.active + .step {
  background-color: #13768B;
}
.step.active + .step:before {
  color: #13768B;
} 
.step:nth-child(1):before {
  content: 'Musterbrief wählen';
  font-weight: normal;
  color: #13768B;
}
.step:nth-child(2):before {
  right: -40px;
  content: 'Absenderadresse hinterlegen';
  font-weight: normal;
  color: #13768B;
}
.step:nth-child(3):before {
  right: -40px;
  content: 'Empfängeradresse hinterlegen';
  font-weight: normal;
  color: #13768B;
}
.step:nth-child(4):before {
  right: -20px;
  content: 'Inhalte anpassen';
  font-weight: normal;
  color: #13768B;
}
.step:nth-child(5):before {
  right: 0;
  content: 'Fertig';
  font-weight: normal;
  color: #13768B;
}
.inactive { background-color: #efefef; }
.progress-bar { overflow: hidden; height: 85px; }


.sheet #brief_vorschau p { font-size: 16px !important; margin-bottom: 25px; line-height: 25px; }
.sheet #brief_vorschau h2 { font-size: 19px; line-height: 30px; }
.changelink { color: #13768B; text-decoration: underline; margin-top: 5px; cursor: pointer; font-size: 13px; text-transform: uppercase; }
.redlink { color: #13768B; text-decoration: underline; margin-top: 5px; cursor: pointer; font-weight: normal; }

#footer_copy { font-size: 9px !important; display: block; width: 100%; }
#footer_copy p { font-size: 9px !important; }

#briefoptionen { margin-bottom: 25px; }
.checkboxline { margin-bottom: 4px; outline: none; }
.checkboxline label { margin-bottom: 4px; cursor: pointer; outline: none; }
.checkbox { cursor: pointer; outline: none; }
label { outline: none; }

.actionImage { display: block; margin-bottom: 25px; }

.select2-selection__rendered {
    line-height: 60px !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding-left: 25px !important;
}
.select2-container .select2-selection--single {
    height: 60px !important;
}
.select2-selection__arrow {
    height: 59px !important;
}
footer { display: block; background: #13768B; width: 100%; }
.footerLink { color: #fff !important; text-decoration: none; font-size: 16px; margin-bottom: 0px; display: inline-flex; width: auto; }
.footerLink:hover { color: #fff !important; text-decoration: underline; }
.innerFooterPanel { color: #fff; padding: 60px; max-width: 950px; margin: 0 auto; width: 100%; }
.innerFooterPanel { text-align: right; }
.sheet { min-height: 80vh !important; }

/* admin styles */
.send2mail:hover { background: #339999 !important; opacity: 1 !important; }
.line_blue { background: #e6f1f0; }
.line_white { background: #fff; }
.adminlist h2 { color: #13768B; font-weight: 600; font-size: 1.7em; margin-bottom: 25px; padding-bottom: 0px; }
.listitem { clear: both; font-size: 16px !important; font-family: 'Fira Sans', Helvetica, Arial sans-serif; line-height: 1.3em; display: block; border: 0px; width: 100%; max-width: 500px; font-size: 1.1em; cursor: pointer; width: 100%; max-width: 100%; }
.listitem:hover { background: #13768B !important; color: #fff !important; }
.listitem a { text-decoration: none; color: #000; display: block; padding: 8px; margin-bottom: 0px; padding-top: 8px; padding-bottom: 8px; padding-left: 10px; }
.listitem a:hover { text-decoration: none; color: #fff; }
.listitem:hover a { color: #fff; }
.plusicon { background: #13768B; color: #fff; width: 30px; height: 25px; text-align: center; border-radius: 50%; padding-top: 7px; font-size: 40px; cursor: pointer; }
.listitem .activestate { position: absolute; right: 15px; top: 10px; }
.listitem { position: relative; }
#headerlogo { position: absolute; top: 30px; right: 80px; }
.logoks { width: 180px; height: 96px; }
.sheet { margin-top: 0px; }
.editlink { color: #D90915; }
h1, h2 { font-weight: 500 !important; }
#backButton { margin-right: 1rem; }

#admintopmenu a { font-size: 19px !important; }
#admintopmenu { border-bottom: 1px solid #13768B; }

#footer { font-size: 1.5rem; color: #fff; position: relative; }
#footer button { cursor: pointer; }
#footer strong { font-weight: 500; }
#footer a { font-size: 1em; color: #fff; text-decoration: none; }
#footer li a { font-size: 1.2em; color: #fff; text-decoration: none; }
#footer .footer-nav { padding: 2rem 0; padding-bottom: 0; }
#footer nav { display: inline-flex; }
#footer .copyright li a:before { content: '|'; margin-right: .5rem; }
#footer .copyright li a { margin-left: 10px; }
#footer .col-sm { margin-bottom: 2rem; }
#footer .copyright-nav { padding: 0; margin: 0; display: flex; font-size: 1rem; }
#footer .copyright { font-size: .7em; color: #fff; padding-bottom: 1em; }
#footer .col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }
#footer .copyright-nav { padding: 0; margin: 0; display: flex; }
#footer nav ul { list-style: none !important; }
#footer .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { width: 100%; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; }
#footer .col { font-size: 1.2rem; flex-basis: 0; flex-grow: 1; max-width: 100%; }
#footer form { margin: 0px !important; }
#footer .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: 0px; margin-left: 0px; }
#footer .container-md, #footer .container-sm, #footer .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
#footer input { padding: 0.5rem; font-size: 1rem; }
#footer p { margin: 0px; margin-top: 3px; }
#socialmedia { margin-top: 2rem; }
#footer #donationBlock p { margin-top: 1rem; }
#footer strong { font-weight: 500; }
#footer .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
#footer .col-sm:last-child { padding-left: 0rem; }
#footer .container-fluid { max-width: 1070px; padding: 0px; line-height: 2rem; }
#footer { padding-top: 4rem; line-height: 2.5rem; }
#footer .cr_form-input { min-width: 180px !important; }
#footer #innerSocialMedia a { vertical-align: middle; }

@media (min-width: 1301px) {
  #brief_vorschau {	max-width: calc(100% - 190px); width: 100%; }
  .sheet h1 { margin-top: 4rem; display: block; }  
}

@media (max-width: 1300px) {
  #footer .col-sm { padding-left: 0rem; }
  #footer .row { display: block; width: 100%; }
  #footer .col-sm { display: block; width: 100%; }
  .sheet { margin: 0px; }
  html,body { background: #fff; padding: 0px; margin: 0px; width: 100%; max-width: 100%; font-size: 18px; }
  .privacyInfo { font-size: 1.2rem; line-height: 1.75rem !important; }
  select { font-size: 1.25rem; font-weight: 500; line-height: 1.75rem !important; width: 100%; max-width: 100%; }
  .sheet { padding: 0px; width: 100% !important; max-width: calc(100% - 0px); box-shadow: none !important; padding: 30px !important; min-height: 100vh !important; }  
  footer { margin-top: 5rem; }
  .innerFooterPanel { max-width: 100%; }
  .progress-bar { justify-content: flex-start !important; width: 100%; max-width: 100%; }
  .step:after { width: 20%; }
  .innerFooterPanel { width: 100%; max-width: calc(100% - 120px); }
  .intro h2 { line-height: 1.25em; }
  .button { max-width: 100%; width: 100%; margin-bottom: 0.5rem; }
  .progress-bar { display: none; }
  #headerlogo { position: relative; top: 0px; right: 0px; margin-bottom: 4rem; }
  .sheetbottom { display: inline-flex; width: 100%; }
  .formline .textbox { font-size: 1.25rem; width: 100%; max-width: calc(100% - 18px) !important; font-weight: 500; }
  .intro p { line-height: 1.5em; }
  #myEditableDiv { width: 100%; max-width: calc(100% - 20px); }
  .selectsmall { font-size: 1rem; font-weight: 500; }
  #brief_vorschau { box-shadow: none !important; padding: 1rem !important; padding-bottom: 2.5rem !important; margin-bottom: 1rem !important; }
  #empfaengeradresse { width: 220px !important; }
  #brief_vorschau .editlink { font-size: 0.8rem; display: inline-block; margin-top: 0.5rem; text-decoration: none !important; background: #D90915; color: #fff; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; padding-bottom: 0.35rem; }
  #footer { padding-left: 2rem; max-width: 100%; width: calc(100% - 2rem); }
  #donationBlock { padding-right: 2rem; width: calc(100% - 2rem); max-width: 100%; }
  #footer #designedby { margin-left: 15px; margin-top: 20px; margin-bottom: 10px !important; width: 100% !important; float: none !important; font-size: 1rem !important; margin-left: 0px !important; margin-top: 1rem; margin-bottom: 2rem; display: block !important; }
}