.btn.btn-npm {
  background: #bc5d05;
  color: #dfdfdf;
  text-transform: uppercase;
  border-color: #b25804;
  transition: all 0.234s ease-in;
  box-shadow: 0px 0px 0px #fba555; }

.btn.btn-npm:hover, .btn.btn-npm:focus, .btn.btn-npm:active {
  background: #ee7606;
  color: white;
  text-transform: uppercase;
  border-color: #ee7606;
  box-shadow: 0px 3px 10px #fba555; }

body.formular-template-default .steps {
  display: none; }

body.formular-template-default .counter {
  display: none; }

body.formular-template-default .row {
  padding: 0;
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
  padding-bottom: 190px; }

body.formular-template-default .row.animated {
  position: relative;
  visibility: visible;
  display: block; }

body.formular-template-default .row.animated.fadeIn {
  height: auto; }

body.formular-template-default .row.animated.fadeOut {
  height: 0;
  padding-bottom: 0; }

body.formular-template-default .row > div {
  padding-top: 0px;
  padding-bottom: 0px; }

body.formular-template-default {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

body.formular-template-default #page {
  flex: 1; }

body.formular-template-default footer {
  background: #d6d6d6;
  border-bottom: 2px solid #2d2d2d;
  display: flex;
  justify-content: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px; }

.botommer {
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 0; }

body.formular-template-default progress {
  line-height: 0; }

body.formular-template-default progress[value]::-webkit-progress-value {
  height: 6px;
  background: #00cc1f !important;
  transition: all 0.2s linear; }

body.formular-template-default progress[value]::-webkit-progress-bar {
  height: 6px;
  background: #ffffff !important; }

body.formular-template-default .btn {
  text-transform: none !important;
  font-size: 18px;
  font-weight: 400;
  border-color: #2d2d2d;
  text-align: center;
  width: 100%;
  flex: 1;
  margin-right: 10px;
  margin-left: 0px; }

body.formular-template-default footer .btn {
  visibility: hidden; }

body.formular-template-default footer .btn.animated {
  visibility: visible; }

body.formular-template-default .btn:hover, body.formular-template-default .btn:active, body.formular-template-default .btn:focus {
  border-color: #f8f8f8;
  color: #2d2d2d;
  background: #f8f8f8; }

body.formular-template-default .btn.btn-primary:hover, body.formular-template-default .btn.btn-primary:active, body.formular-template-default .btn.btn-primary:focus {
  border-color: #00cc1f !important;
  background: #00cc1f !important;
  color: #fff; }

body.formular-template-default .btn.btn-primary {
  border-color: #ffffff;
  text-align: center; }

body.formular-template-default footer .btn.btn-primary.animated {
  visibility: visible; }

.formular-template-default .navbar {
  display: flex;
  justify-content: center;
  height: 77px;
  background: #f3f3f3;
  border-bottom: 1px solid #d2d2d2; }

@media (min-width: 768px) {
  .formular-template-default .navbar {
    height: 77px; }
  body.formular-template-default footer {
    padding-top: 20px;
    padding-bottom: 20px; }
  body.formular-template-default .btn {
    width: auto;
    display: inline-block;
    flex: 0;
    padding-left: 80px;
    padding-right: 80px; }
  body.formular-template-default .btn.btn-primary {
    padding-left: 80px;
    padding-right: 80px; } }

.logo-header-combo-formular {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row; }

.logo-header-combo-formular h1 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 !important;
  margin-left: 15px !important;
  flex: 1; }

.logo-header-combo-formular h1 {
  position: absolute;
  right: 20px; }

.logo-header-combo-formular h1 span {
  font-weight: 900; }

.logo-header-combo-formular img.hide-md {
  width: 100%;
  position: absolute;
  max-width: 130px;
  height: auto;
  left: 20px; }

.logo-header-combo-formular img.show-md {
  width: 100%;
  position: absolute;
  max-width: 30px;
  height: auto;
  left: 20px; }

.formular-template-default h3 {
  font-size: 20px !important;
  font-weight: 500 !important; }

.formular label.form-checkbox, .formular label.form-radio {
  font-size: 14px;
  font-weight: 300; }

.formular label.form-radio {
  font-size: 14px;
  font-weight: 300;
  line-height: 0.9rem; }

@media (min-width: 800px) {
  .logo-header-combo-formular h3 {
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-top: 0px; }
  .formular label.form-checkbox {
    font-size: 18px;
    line-height: 0.9rem; }
  .formular label.form-radio {
    font-size: 18px;
    line-height: 0.9rem; } }

.formular .form-group {
  font-size: 30px !important;
  font-weight: 700 !important; }

.formular .form-group:not(.filer):not(.adder) {
  border-bottom: 1px solid #ddd; }

.formular .form-checkbox, .formular .form-radio {
  border: 1px solid #ddd;
  border-bottom: 0px solid #ddd;
  padding: 20px !important;
  padding-left: 50px !important;
  margin: 0; }

.formular .label {
  color: #ccc;
  background: #fff;
  margin-bottom: 15px;
  margin-top: 30px; }

.formular textarea {
  border: 1px solid #ddd;
  height: 200px; }

.fileContainer {
  overflow: hidden;
  position: relative; }

.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0; }

/* Example stylistic flourishes */
.fileContainer {
  background: #009e18;
  border-radius: 0;
  padding: 0;
  font-size: 0.8rem;
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 0.2s linear;
  color: #fff !important;
  white-space: nowrap;
  line-height: 40px; }

.fileContainer:hover {
  background: #00cc1f; }

.fileContainer i {
  position: relative;
  margin-right: 15px; }

.fileContainer [type=file] {
  cursor: pointer; }

.layout_dateiupload .form-group:not(.adder) {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  padding-top: 20px;
  width: 100%;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  width: 100%;
  margin-top: 20px; }

.form-group.adder {
  margin-top: 30px; }

.pointerchen_outer {
  width: 100%; }

.pointerchen {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-around;
  margin-top: 20px;
  align-items: center; }

.pointerchen .image_uploaded, .pointerchen .remove {
  flex: 1;
  width: 50%; }

.pointerchen .remove {
  flex: 1;
  width: 50%;
  text-align: right; }

.remover {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: #F8F8F8;
  position: relative;
  cursor: pointer;
  float: right;
  color: #ef5350;
  transition: all 0.2s; }

.remover:after {
  position: absolute;
  content: '';
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 0%;
  left: 0%;
  transform: scale(1.1);
  border: 2px solid #ef5350;
  text-align: center;
  line-height: 50px;
  background: #ef5350;
  z-index: -1;
  transition: all 0.7s; }

.remover:hover {
  background: #ef5350;
  color: #fff; }

.remover:hover i {
  color: #fff; }

.remover:hover:after {
  transform: scale(1.5);
  opacity: 0; }

.remover i {
  color: #ef5350; }

.formular .form-checkbox .form-icon, .formular .form-radio .form-icon {
  background: #fff;
  height: .8rem;
  left: 20px;
  top: 50%;
  width: .8rem;
  transform: translate(0, -50%); }

.velocityyy {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.image_uploaded {
  width: 50%; }

.image_uploaded img {
  width: auto !important;
  max-height: 200px !important; }

.filerchen {
  padding-bottom: 100px; }

/*

.add_more {
  width: auto;
  padding:0;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 0.8rem;
  background: #03A9F4;
  border:0px solid white;
  color:#fff !important;
  cursor: pointer;
  margin:0 auto;
  transition: all 0.2s;
}




.add_more i {
  position: relative;
  margin-right: 15px;



}


.add_more:hover {
  background: #1976D2;
}

*/
.add_more {
  width: auto;
  padding: 0;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 0.8rem;
  border: 0px solid white;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.2s; }

.add_more i {
  position: relative;
  margin-right: 15px; }

.add_more_outer, .upload_outer {
  visibility: hidden; }

.upload_outer {
  width: 0;
  overflow: hidden; }

body.formular-template-default .footer-center {
  display: none;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  body.formular-template-default .footer-center {
    display: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

.footer-center.start.display, .footer-center.form.display {
  display: flex; }

.upload_outer {
  position: relative; }

.add_more_outer.flipInX, .upload_outer.flipInX {
  visibility: visible; }

.punkte {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px; }

.punktos {
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 20px;
  align-items: center;
  align-content: flex-start; }

.punktos strong {
  font-weight: 500; }

.punktos div {
  flex: 1; }

.punktos img {
  min-width: 140px; }

.punktos p {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px; }

.layout_start_block h3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; }

.inhalt_start {
  text-align: center; }

.form-checkbox.hide {
  display: none; }

.fas.fa-plus.bearter {
  position: absolute;
  left: 20px; }

.formular label.form-checkbox:hover {
  transition: background 0.2s ease;
  background: #f9f9f9; }

.berater_linie_1, .berater_linie_2, .berater_linie_3 {
  display: none;
  background: #fcfcfc; }

.berater_linie_1.show, .berater_linie_2.show, .berater_linie_3.show {
  display: block; }

.output#output {
  padding: 30px;
  color: #2d2d2d;
  background: #f8f8f8;
  width: 100%;
  max-width: 100%;
  text-align: left;
  visibility: visible;
  margin-top: 20px; }

.btn.dankebutt {
  margin-top: 15px;
  margin-bottom: 30px; }

.card {
  margin-bottom: 30px; }

.label {
  padding: 0; }

@media (min-width: 768px) {
  .modal-container {
    max-height: 90vh; }
  .punktos p {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px; }
  .punktos {
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top: 20px;
    align-items: center;
    align-content: flex-start; } }
