h1 {
	margin-bottom: 0;
   font-size: 45px;
}

h2 {
	margin-top: 0;
   font-weight: 300;
   font-size: 35px;
   color: #666;
}

.title-bar {
	width: 100%;
	background: #000;
	min-height: 70px;
	content: '';
}

.poweredby {
	color: #c5c5c5;
	font-size: 12px;
}

.title-bar__inner {
	min-height: 70px;
	padding: 8px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
}

.title-bar__logo {
	width: 142px;
	height: 33px;
}

.title-bar__cs-logo {
	width: 322.5px;
	height: 27.5px;
}

form#signature-generator {
	display: flex;
	flex-wrap: wrap;
}

form h2 {
	flex-basis: 1;
	max-width: 100%;
	min-width: 100%;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 10px;
	margin-top: 20px;
}

.form-width-100 {
	flex-basis: 1;
	max-width: 100%;
	min-width: 100%;
	display: inline-block;
	margin: 10px 0;
	padding: 0 10px;
}

.form-width-50 {
	flex-basis: 0.5;
	max-width: 50%;
	min-width: 50%;
	display: inline-block;
	margin: 10px 0;
	padding: 0 10px;
}

.form-width-25 {
	flex-basis: 0.25;
	max-width: 25%;
	min-width: 25%;
	display: inline-block;
	margin: 10px 0;
	padding: 0 10px;
}

form label, form p.label {
	display: block;
	margin-bottom: 5px;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #000;
}

form input, form input option {
	font-family: "Inter", sans-serif;
}

form input[type="text"] {
	font-size: 16px;
	padding: 8px 12px;
	width: 100%;
	outline: none;
	order-style: solid;
	background: #f2f2f2;
   border: none;
   border-bottom: 2px solid #e0e0e0;
	transition: border-color 0.2s ease;
}

form input[type="text"]:focus {
   border-color: #618db6;
}

form input[type="text"].parsley-error {
	background: #f4baba;
	border-color: #f59f9f;
}

form input[type="text"].parsley-success {
	background: #d1f4b9;
	border-color: #b0f581;
}

form select {
	width: 100%;
	font-size: 16px;
	padding: 5px;
	line-height: 150%;
	background: #f2f2f2;
	border-bottom: 2px solid #e0e0e0;
}

form select.parsley-error {
	background: #f4baba;
	border-color: #f59f9f;
}

form select.parsley-success {
	background: #d1f4b9;
	border-color: #b0f581;
}

input.toggle {
	opacity: 0;
   width: 0;
   height: 0;
}

.switch {
	position: relative;
	width: 60px;
	height: 59px;
	display: inline-block;
}

.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #2196F3;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

form .radio-wrap label {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

button {
	padding: 10px 30px;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: "Inter", sans-serif;
	border: none;
	outline: none;
	cursor: pointer;
	transition: background 0.2s ease-in-out;
}

button:hover {
	background: #333;
}

#output-row {
	border: 5px solid #ebebeb;
	padding: 30px 50px 50px 50px;
	margin: 50px 0;
}

#signatureOutputDe, #signatureOutputEn {
    font-family: "Arial", sans-serif !important;
    font-size: 10pt;
}

#signatureOutputDe p, #signatureOutputEn p {
    font-family: "Arial", sans-serif !important;
    font-size: 10pt;
    margin-bottom: 10pt !important;
	 color: #000;
}

#signatureOutputDe p strong, #signatureOutputEn p strong {
    font-family: "Arial", sans-serif !important;
    font-size: 10pt;
    margin-bottom: 10pt !important;
    font-weight: bold;
}

#signatureOutputDe a, #signatureOutputEn a {
    color: #225181 !important;
}

#copyButtonGerman, #copyButtonEnglish {
    display: none;
}

#copyButtonGerman.active, #copyButtonEnglish.active {
    display: inline-block;
}

.logo-web, .logo-win {
    display: none;
}

.logo-web.active, .logo-win.active {
    display: inline-block;
}

#instructions {
    display: none;
}

#instructions.active {
    display: block;
}

#instructions h2 {
	margin-bottom: 10px;
}

#instructions p {
	margin: 10px 0 10px 0;
}

#instructions img {
	max-width: 100%;
	height: auto;
	margin: 10px;
}

#instructions .divider {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #c8c8c8;
	margin: 20px 0;
}

.vc_message_box {
	background: #a5e367;
	padding: 20px;
	margin-bottom: 40px;
}

.vc_message_box p {
	text-align: center;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.form-width-50 {
		max-width: 100%;
		min-width: 100%;
	}

	.form-width-25 {
		max-width: 50%;
		min-width: 50%;
	}
}
