/**
 * @file
 * Visual styles for Bartik's forms.
 */
 
 
 .form-item-field-message-subject label {
	 display: none;	 
 }
 
.contact-message-feedback-form input.form-text,
.contact-message-feedback-form input.form-email,
.contact-message-feedback-form textarea.form-textarea,
.contact-message-website-feedback-german-form input.form-text,
.contact-message-website-feedback-german-form input.form-email,
.contact-message-website-feedback-german-form textarea.form-textarea,
.contact-message-landing-form-german-mobile-form input.form-text,
.contact-message-landing-form-german-mobile-form input.form-email,
.contact-message-landing-form-german-mobile-form textarea.form-textarea,
.contact-message-landing-form-form input.form-text,
.contact-message-landing-form-form input.form-email,
.contact-message-landing-form-form textarea.form-textarea
{
	 padding-left: 23px;
	 padding-top: 12px;
	 padding-bottom: 12px;
 }

.contact-message-landing-form-german-mobile-form label {
	display: none;
}
 
.contact-message-landing-form-german-mobile-form input.form-text,
.contact-message-landing-form-german-mobile-form input.form-email,
.contact-message-landing-form-german-mobile-form textarea.form-textarea,
 .contact-message-landing-form-form input.form-text,
 .contact-message-landing-form-form input.form-email,
 .contact-message-landing-form-form textarea.form-textarea{
	 border: 1px solid #0D3E67;
	 color:  #0D3E67;
	 border-radius: 12px !important;
 }
 
#contact-message-landing-form-form input,
#contact-message-landing-form-form textarea{
 	border-radius: 10px;	
}
 
  .contact-message-landing-form-form label{
	  display: none;
  }
 

 
 .form-item-lang-dropdown-select{
    display: inline-block;
    background: url(/themes/merlesheppard_custom/images/icons/select-arrow-down.png) no-repeat right center;
    height: 29px;
	width: 100px;
    overflow: hidden;
	border: none;
	margin: 0;
}

 .form-item-lang-dropdown-select option{
	 background-color: #0D3E67;
 }
#edit-field-message-subject,
#edit-field-betreffdernachricht{
	display: inline-block;
    background: url(/themes/merlesheppard_custom/images/icons/select-arrow-down.png) no-repeat;
    height: 44px;
	width: 100%;
    overflow: hidden;
	border-color: #1cc1de;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	/* color: #ffffff80;
	color: rgba(255,255,255,0.501); */
	color: #ffffff;
	background-position: 91% 50%;
}

.home-third ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff;
}
.home-third :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff;
   opacity:  1;
}
.home-third ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ffffff;
   opacity:  1;
}
.home-third :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff;
}
.home-third ::-ms-input-placeholder { /* Microsoft Edge */
   color: #ffffff;
}

.home-third ::placeholder { /* Most modern browsers support this now. */
   color: #ffffff;
}

#contact-message-feedback-form select,
#contact-message-landing-form select,
#contact-message-website-feedback-german-form select,
#block-contactblock-4 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


#contact-message-feedback-form option,
#contact-message-website-feedback-german-form option
 {
    background-color: #0D3E66;
}

#block-languagedropdownswitcher select.form-select{
	border: none;
}

/* Password field. */
.password-field {
  margin: 0;
}

/* Form elements. */
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 1em 0;
  min-width: 0;
}
/**
 * We've temporarily added this Firefox specific rule here to fix fieldset
 * widths.
 * @todo remove once this Mozilla bug is fixed.
 * See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
 */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
details,
fieldset,
.filter-wrapper {
  border-radius: 4px;
}
.filter-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
}
.filter-wrapper .form-item label {
  margin-right: 10px; /* LTR */
}
[dir="rtl"] .filter-wrapper .form-item label {
  margin-left: 10px;
  margin-right: 0;
}
summary {
  background: #dbdbdb;
  color: #3b3b3b;
  text-shadow: 0 1px 0 #fff;
}
details summary a {
  color: #3b3b3b;
}
details summary a:hover,
details summary a:active,
details summary a:focus {
  color: #000;
}
details .details-description {
  font-style: italic;
}
label {
  display: table;
  font-weight: bold;
}
label[for] {
  cursor: pointer;
}
input,
textarea,
select {
  font-family: 'Lato', sans-serif;
}
input {
  margin: 2px 0;
  padding: 4px;
  /* Keep form elements from overflowing their containers. */
  max-width: 100%;
  box-sizing: border-box;
}
input,
textarea {
  font-size: 0.929em;
}

/**
 * Make the font slightly bigger in mobile
 * @todo: check the correct font-size
 */
@media screen and (max-width: 60em) { /* 920px */
  input,
  textarea {
    font-size: 16px;
  }
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-file,
input.form-number,
input.form-color,
textarea.form-textarea,
select.form-select {
  /* border: 1px solid #ccc;
  color: #3b3b3b; */
  
  border-radius: 30px;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

#contact-message-landing-form-form--2 input.form-text,
#contact-message-landing-form-form--2 input.form-tel,
#contact-message-landing-form-form--2 input.form-email,
#contact-message-landing-form-form--2 input.form-url,
#contact-message-landing-form-form--2 input.form-search,
#contact-message-landing-form-form--2 input.form-file,
#contact-message-landing-form-form--2 input.form-number,
#contact-message-landing-form-form--2 input.form-color,
#contact-message-landing-form-form--2 textarea.form-textarea,
#contact-message-landing-form-form--2 select.form-select {

  border-radius: 12px;	
}

#user-login-form input.form-text{
	border: 2px solid #0D3E67;
	color: #0D3E67;
}
#contact-message-feedback-form .form-submit{
	padding: 12px;
	border-radius: 30px;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
[dir="rtl"] .password-suggestions ul li {
  margin-right: 1.2em;
  margin-left: 0;
}
.form-item label,
.form-wrapper .label {
  font-size: 0.929em;
}
.form-wrapper .field-multiple-table .label {
  font-size: inherit;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px; /* LTR */
}
[dir="rtl"] .form-type-radio label,
[dir="rtl"] .form-type-checkbox label {
  margin-right: 4px;
  margin-left: 0;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px; /* LTR */
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-right: 2px;
  margin-left: 0;
}
.form-actions {
  padding-top: 10px;
}

/* Node Form */
#edit-body {
  margin-bottom: 2em;
}
.node-form label,
.node-form .description,
.node-form .form-wrapper .label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.node-form .form-wrapper .field-multiple-table .label {
  font-family: inherit;
}
.node-form .form-wrapper {
  margin-bottom: 2em;
}

/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Disabled form elements */
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled label {
  color: #717171;
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
  width: 120px;
}
[dir="rtl"] .comment-form label {
  float: right;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
[dir="rtl"] .comment-form .form-type-checkbox,
[dir="rtl"] .comment-form .form-radios,
[dir="rtl"] .comment-form .form-item .description {
  margin-left: 0;
  margin-right: 120px;
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.layout-no-sidebars .comment-form .form-text {
  width: 800px;
}
.layout-one-sidebar .comment-form .form-text {
  width: 500px;
}
.layout-two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
.comment-form .form-textarea {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form details.filter-wrapper .details-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form details.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}
[dir="rtl"] #edit-actions input {
  margin-left: 0.6em;
  margin-right: 0;
}

/* Form error styles. */
.form-item textarea.error + .cke {
  border: 2px solid red;
}

/* Form error message styles. */
.form-item--error-message {
  color: #e32700;
}

/**
 * Improve form element usability on narrow devices.
 */
@media all and (max-width: 600px) {
  .form-actions .button {
    float: none;
    margin: 10px 0 0;
    padding-bottom: 6px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .js .dropbutton .dropbutton-action > input, .js .dropbutton .dropbutton-action > a, .js .dropbutton .dropbutton-action > button {
    text-align: center;
    padding-left: 3em;
  }
}
