#contact {padding:100px 0 0 0 !important}

#contact buttonmar {border:1px solid #ccc}

#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 a:hover, #about a:hover, #extras a:hover, #extras3 a:hover {border-bottom:1px solid #92a1ae !important;color:#92a1ae !important;text-decoration:none;}


#contact .form-row label {
    display: none;
}
#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: 1px 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: -3px 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)}

.post-header-enhanced {background-image: url(media/top.jpg)}

.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #f04923;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check .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}
#contact .submit:hover {background-color: #ccc !important}

#contact .submit .fa {margin-right:10px}


#contact label#yform-formular-field-21box {
	display:inline-block;
}

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

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

@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;
}

::placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
}

.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;
}

.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;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}