/**
 * @file
 * Visual styles for Globales Lernen forms.
 */
.form-item,
.form-actions {
  margin: 20px 0;
}
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,
textarea,
select.form-select,
select {
  color: #53514D;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  outline: none;
  border: none;
}

.webform-submission-form input.form-text,
.webform-submission-form input.form-tel,
.webform-submission-form input.form-email,
.webform-submission-form input.form-url,
.webform-submission-form input.form-search,
.webform-submission-form input.form-file,
.webform-submission-form input.form-number,
.webform-submission-form input.form-color,
.webform-submission-form textarea.form-textarea,
.webform-submission-form textarea,
.webform-submission-form select.form-select,
.webform-submission-form select {
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  width: 100%;
}


body.node-nid-18601 .webform-submission-form input.form-text, 
body.node-nid-18601 .webform-submission-form input.form-tel, 
body.node-nid-18601 .webform-submission-form input.form-email, 
body.node-nid-18601 .webform-submission-form input.form-url, 
body.node-nid-18601 .webform-submission-form input.form-search, 
body.node-nid-18601 .webform-submission-form input.form-file, 
body.node-nid-18601 .webform-submission-form input.form-number, 
body.node-nid-18601 .webform-submission-form input.form-color, 
body.node-nid-18601 .webform-submission-form textarea.form-textarea, 
body.node-nid-18601 .webform-submission-form textarea, 
body.node-nid-18601 .webform-submission-form select.form-select, 
body.node-nid-18601 .webform-submission-form select {
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: none;
    width: 100%;
    border: 1px solid #53514D;
}


.form-left {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-top: 0px;
}

.form-right {
    float: left;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 0px;
}

.form-item--error-message {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #D86692;
    font-family: Inter;
    font-style: normal;
    margin: 15px 0px;
    width: 100%!important;
    display: inline-block;
}

.form-item--error textarea,
.form-item--error input {
    border: 1px solid #d76691!important;
}

.form-item--error-message strong {
    font-weight: 500;
}

.form-item--error-message:before {
    display: none;
}

.col2 .fieldset-wrapper {
    column-count: 2;
}

.col2 legend {
    margin-bottom: 13px;
}

.col2 .js-form-item {
    margin-top: 0px;
    margin-bottom: 0.8em;
}

.col3 .fieldset-wrapper {
    column-count: 3;
}

.col3 legend {
    margin-bottom: 13px;
}

.col3 .js-form-item {
    margin-top: 0px;
    margin-bottom: 0.8em;
}

.col4 .fieldset-wrapper {
    column-count: 4;
}

.col4 legend {
    margin-bottom: 13px;
}

.col4 .js-form-item {
    margin-top: 0px;
    margin-bottom: 0.8em;
}


.col7 legend {
    margin-bottom: 13px;
}

.col7 .js-form-item {
    margin-top: 0px;
    margin-bottom: 0.8em;
}

.col7 .js-form-item.form-item.js-form-type-radio {
    width: 14%;
    float: left;
}

div.mgtm {
    margin-top: -7px;
}

div.mgbm {
    margin-bottom: -10px;
}

fieldset#edit-themen--wrapper {
    height: 460px;
    overflow-y: scroll;
    width: 100%;
}

.webform-submission-form legend {
    border: 0px !important;
}

table input.form-text {
  background: #fff;
  color: #1e1e1e;
}
select.form-select,
select {
  margin: 10px 0;
}

h3.iconh3.edudate,
h3.iconh3.topic,
h3.iconh3.mediatype,
h3.iconh3.subject,
h3.iconh3.country,
h3.iconh3.sdg,
h3.iconh3.auth,
h3.iconh3.edu {
    font-size: 16px;
    color: #53514D;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 32px;
}

h3.iconh3.edudate:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 22px;
    top: -1px;
    left: 0;
    background-image: url(../../images/date.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

h3.iconh3.edu:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 22px;
    top: -1px;
    left: 0;
    background-image: url(../../images/target-big.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

h3.iconh3.topic:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../../images/topic-big.svg);
    background-size: 100% auto;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
}

h3.iconh3.mediatype:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../../images/media-big.svg);
    background-size: 100% auto;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
}

h3.iconh3.subject:before {
  content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../../images/subject-big.svg);
    background-size: 100% auto;
    width: 22px;
    height: 17px;
    background-repeat: no-repeat;
}

h3.iconh3.country:before {
   content: "";
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(../../images/country-big.svg);
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

h3.iconh3.sdg:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(../../images/sdg-big.svg);
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

h3.iconh3.auth:before {
content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../../images/author-big.svg);
    background-size: 100% auto;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
}

.webform-submission-form span.fieldset-legend {
    color: #53514D;
    text-transform: none;
}

form.webform-submission-upload-formular-form .js-form-item.form-item.js-form-type-managed-file label.button.button-action.webform-file-button {
    border: 1px dashed #D86692;
    text-align: center;
    display: inline-block;
    width: 560px;
    height: 220px;
    color: #D86692;
    float: left;
    margin-right: 50px;
}

form.webform-submission-upload-formular-form .js-form-item.form-item.js-form-type-managed-file label.button.button-action.webform-file-button:before {
    content: "";
    width: 181px;
    height: 160px;
    background: url(../../images/fileupload.svg);
    display: block;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
}

form.webform-submission-upload-formular-form .js-form-item.form-item.js-form-type-managed-file .description {
    display: none;
}

form.webform-submission-upload-formular-form .js-form-item.form-item.js-form-type-managed-file .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
    width: calc(100% - 611px);
    float: right;
}

form.webform-submission-upload-formular-form .js-form-item.form-item.js-form-type-managed-file {
    display: inline-block;
    width: 100%;
    margin-top: -15px;
}

details#captcha {
    border: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0px;
}

details#captcha .details-wrapper {
    padding: 0px;
}

details#captcha summary,
details#captcha .details-description {
    display:none;
}

.webform-submission-upload-formular-form span.fieldset-legend.js-form-required.form-required:after,
.webform-submission-upload-formular-form .mgbm.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-titel.form-item-titel label:after,
.webform-submission-upload-formular-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-captcha-response.form-item-captcha-response label:after,
.webform-submission-upload-formular-form fieldset.captcha.captcha-type-challenge--math legend:after {
    display: none;
}

span.pstar {
    font-size: 16px;
}

/*webkit specific rules for select list*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select.form-select,
  select {
    background-image: url("../../images/angle-down-black.png");
    background-image: linear-gradient(transparent, transparent), url("../../images/angle-down-black.svg");
    background-size: 20px 20px; background-repeat: no-repeat; background-position: 98.5% 50%;
  }
}

/*forms @light-gray-regions*/
.light-gray-region input.form-text,
.light-gray-region input.form-tel,
.light-gray-region input.form-email,
.light-gray-region input.form-url,
.light-gray-region input.form-search,
.light-gray-region input.form-file,
.light-gray-region input.form-number,
.light-gray-region input.form-color,
.light-gray-region textarea.form-textarea,
.light-gray-region textarea,
.light-gray-region select.form-select,
.light-gray-region select {
  background-color: #ffffff;
}

/*inline form elements*/
.container-inline:not(.block) {
  margin: 15px 0;
}
.container-inline input.form-text,
.container-inline input.form-tel,
.container-inline input.form-email,
.container-inline input.form-url,
.container-inline input.form-search,
.container-inline input.form-file,
.container-inline input.form-number,
.container-inline input.form-color {
  width: auto;
  margin-right: 5px;
  line-height: 1;
}
.container-inline input[type="submit"] {
  margin: 0;
}
@media (max-width: 767px) {
  .container-inline .form-actions {
    margin: 10px 0;
    display: block;
  }
  .container-inline .form-submit {
    margin-top: 5px;
  }
  .container-inline input.form-text,
  .container-inline input.form-tel,
  .container-inline input.form-email,
  .container-inline input.form-url,
  .container-inline input.form-search,
  .container-inline input.form-file,
  .container-inline input.form-number,
  .container-inline input.form-color {
    width: 100%;
  }

  .col4 .fieldset-wrapper,
  .col2 .fieldset-wrapper,  
  .col3 .fieldset-wrapper {
    column-count: 1;
  }
  .col7 .js-form-item.form-item.js-form-type-radio {
    width: 100%;
  }

}

/*forms style 2*/
.form-style-2 input.form-text,
.form-style-2 input.form-tel,
.form-style-2 input.form-email,
.form-style-2 input.form-url,
.form-style-2 input.form-search,
.form-style-2 input.form-file,
.form-style-2 input.form-number,
.form-style-2 input.form-color,
.form-style-2 textarea.form-textarea,
.form-style-2 textarea,
.contact-message-alternative-form input.form-text,
.contact-message-alternative-form input.form-tel,
.contact-message-alternative-form input.form-email,
.contact-message-alternative-form input.form-url,
.contact-message-alternative-form input.form-search,
.contact-message-alternative-form input.form-file,
.contact-message-alternative-form input.form-number,
.contact-message-alternative-form input.form-color,
.contact-message-alternative-form textarea.form-textarea,
.contact-message-alternative-form textarea {
  background: transparent;
  font-size: 15px;
  color: #1e1e1e;
  padding: 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #c2c2c2;
}
.form-style-2 .colored-region input.form-text,
.form-style-2 .colored-region input.form-tel,
.form-style-2 .colored-region input.form-email,
.form-style-2 .colored-region input.form-url,
.form-style-2 .colored-region input.form-search,
.form-style-2 .colored-region input.form-file,
.form-style-2 .colored-region input.form-number,
.form-style-2 .colored-region input.form-color,
.form-style-2 .colored-region textarea.form-textarea,
.form-style-2 .colored-region textarea,
.colored-region .contact-message-alternative-form input.form-text,
.colored-region .contact-message-alternative-form input.form-tel,
.colored-region .contact-message-alternative-form input.form-email,
.colored-region .contact-message-alternative-form input.form-url,
.colored-region .contact-message-alternative-form input.form-search,
.colored-region .contact-message-alternative-form input.form-file,
.colored-region .contact-message-alternative-form input.form-number,
.colored-region .contact-message-alternative-form input.form-color,
.colored-region .contact-message-alternative-form textarea.form-textarea,
.colored-region .contact-message-alternative-form textarea {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

/*textarea*/
textarea.form-textarea,
textarea {
  resize: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
label {
  display: block;
}
.label {
  color: #1e1e1e;
}
.colored-region .label {
  color: #ffffff;
}

/*fieldset*/
fieldset {
  border: 1px solid #dddddd;
  padding: 0.5em;
  margin: 20px 0 35px;
}
fieldset legend {
  border: 1px solid #dddddd;
  display: inline-block;
  width: auto;
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 10px;
}
.colored-region fieldset legend {
  color: #ffffff;
}

/*checkboxes and radios*/
input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 3px;
}

/*form placeholder*/
.webform-submission-form  ::-webkit-input-placeholder {
  color: #53514D!important;
  opacity: 0.6!important;
}
.webform-submission-form :-moz-placeholder {
  color: #53514D!important;
  opacity: 0.6!important;
}
.webform-submission-form ::-moz-placeholder {
  color: #53514D!important;
  opacity: 0.6!important;
}
.webform-submission-form :-ms-input-placeholder {
  color: #53514D!important;
  opacity: 0.6!important;
}


.region-search-area div.views-exposed-form ::-webkit-input-placeholder {
  color: #fff!important;
  opacity: 1!important;
}
.region-search-area div.views-exposed-form :-moz-placeholder {
  color: #fff!important;
  opacity: 1!important;
}
.region-search-area div.views-exposed-form ::-moz-placeholder {
  color: #fff!important;
  opacity: 1!important;
}
.region-search-area div.views-exposed-form :-ms-input-placeholder {
  color: #fff!important;
  opacity: 1!important;
}
