@charset 'UTF-8';

/*
	 General
*/

html,
div,
p,
table,
form,
tbody,
body {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

/*
	Body
*/

body {
  font-family: arial, verdana, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

/* 
	 Paragraph 
*/

p {
  /*max-width:780px;*/
  margin-top: 2px;
  margin-bottom: 2px;
}

/* 
	 Header
*/

h1,
h1 a.plain {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

h2 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* 
	 Links 
*/

a {
  text-decoration: none;
  color: #535557;
  font-weight: bold;
  padding-left: 11px;
}

a:hover {
  color: #ff3b00;
}

form {
  padding: 5px;
  text-align: justify;
}

/*
	Form
*/

div.enqHint {
  background-color: white;
  padding: 5px;
  text-align: justify;
  margin-bottom: 2rem;
  border: solid #000;
  border-width: 1px;
}

.contact2,
.contact5 {
  margin-bottom: 1rem;
}

label {
  display: block;
}

p.hint {
  margin-bottom: 2px;
}

legend {
  font-weight: bold;
  position: relative;
}

/*
	Dateianhang Formular
*/

#attachments {
  /*width:720px;*/
  text-align: justify;
}

div.subjectDiv {
  width: 100%;
  margin-bottom: 10px;
}

/*
	Textarea
 */

div.enqiryText {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.enqiryText textarea {
  width: 100%;
  border: solid 1px #dcdcdc;
  height: 100px;
  box-sizing: border-box;
  /*height:150px;
    overflow:auto;
    resize:vertical;*/
}

div.fieldsetCap {
  width: 100%;
}

div.fieldsetCap > txtInput {
  width: 50%;
  margin: 5px;
}

div.subjectDiv2 {
  width: 100%;
}

/*
	Input
*/

input {
  width: 100%;
  height: 29px;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

#uploaded_file {
  /*width:20em;*/
}

#subject {
  /*width:34em;*/
}

/*Style f?r Absenden-Button*/

div.submitButton {
  text-align: center;
  margin-top: 10px;
}

form input[type="submit"] {
  width: 150px;
  height: 35px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4d6f89;
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}

/*Style f?r Texteingabefelder */

input[type="text"] {
  border: solid 1px #dcdcdc;
  /*transition:box-shadow 0.3s, border 0.3s;*/
}

input[type="text"]:focus,
input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 1px 1px #969696;
}

/*Style f?r E-Mail-Eingabefelder */

input[type="email"]:focus,
input[type="email"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 1px 1px #969696;
}

/*Style f?r Phone-Eingabefelder */

input[type="phone"] {
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}

input[type="phone"]:focus,
input[type="phone"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 1px 1px #969696;
}

fieldset {
  border: 1px solid #000000;
  background: white;
}

fieldset.main {
  max-width: 1000px;
  margin: auto;
}

select {
  /*-webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;*/
  border: solid 1px #000000;
  /*border-radius:0;*/
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  width: 100%;
}

/* style all input elements with a required attribute */

:invalid:not(form),
.required > .chosen-single {
  border: 1px solid red !important;
}

span {
  font-weight: bold;
}

/*
#############
NEW STYLES 
#############
*/

/* form specific formatting */

.form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-group .col {
  flex-direction: column;
  flex: 1;
  margin-bottom: 0.75rem;
  margin-left: 1rem;
}

.form-group .col:first-child {
  margin-left: 0;
}

.form-group label {
  flex: none;
  display: block;
}

.form-group .input-control {
  flex: 1 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .form-group {
    flex-direction: column;
  }
  .form-group .col {
    flex: none;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .form-group .input-control {
    margin-top: 2px;
  }
}
