#contact .form-row, #contact .form-check {text-align:left;}
#contact .form-row label {display:none;}
#contact a, #about a, #extras a, #extras3 a  {border-bottom:1px solid #000 !important;}

#contact .form-row label {
    display: none;
	font-size:80%;
}

#contact .form-row input {
	font-size:100% !important;
}
#contact .form-group {
    text-align: left;
	word-break:keep-all;
	padding:0;
}

#contact input:not(.submit):not(#yform-formular-field-19):not(#yform-formular-field-21), #contact textarea {
    display: block;
    width: 100%;
    padding: .25rem .75rem;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ccc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 15px;
}
#contact #yform-formular-field-21 {
    float: left;
	margin: -4px 10px 0 0 !important;
	height:30px;
	width:25px;
}
#contact .formcheckbox {text-align:left;margin:10px 0 20px 0;line-height: 1.3em;font-size:17px;float:left;with:calc(100% - 175px)}

.checkbox label {position:relative}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #ccc;
}

.checkbox input:checked ~ .checkmark {
    background-color: #ccc;
}

.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark::after {
  left: 8px;
  top: 2px;
  width: 9px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact .submit {padding: 8px 16px !important;float:right;margin:15px 0 40px 0;color:#fff}

#formular p {font-size:18px;}

#open1, #open2 {display:inline-block;padding:10px 15px}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.overlay {display:block !important;}

@media (min-width: 576px) {
#contact .form-row label {display:block;}
#contact .form-check, #contact .form-group {text-align:left;}
#contact input:not(.submit):not(#yform-formular-field-19):not(#yform-formular-field-21), #contact textarea {margin-bottom: 10px}
::-webkit-input-placeholder { /* Edge */
  display: #fff;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}
::-moz-placeholder {
  color: #fff !important;
}
}
@media (min-width: 781px) {
	#contact {margin-top: -48px;}
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
