/* @import url("https://fonts.googleapis.com/css?family=Montserrat:300,600"); */
@import 'fontawesome/css/all.css';

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700|Droid+Sans:700);

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  margin: 0;
}

  tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;

}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
				box-sizing: border-box;
}

body {
				font-size: 14px;
				line-height: 1.5;
				background-color: #FFFFFF;
				font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
				font-feature-settings: "liga", "kern";
				-webkit-font-smoothing: antialiased;
				text-rendering: optimizelegibility;
}

a {
				text-decoration: none;
				color: rgba(0, 0, 0, 0.7);
				transition: color 0.3s;
				font-weight: 300;
}

/*
a:hover, a:active, a:focus, a:visited {
				color: #444444;
}
*/

select::-ms-expand {
				display: none;
}

select:focus::-ms-value {
				background-color: transparent;
}

form {
				max-width: 39em;
				padding: 1rem 2rem;
				overflow: hidden;
}

form fieldset {
				font-weight: 600;
				border: none;
				padding: 0;
}

form fieldset legend {
				text-transform: uppercase;
}

form input[type="hidden"] + .row,
form .row:first-child {
    margin-top: 1.5rem;
}

form .row {
				margin: 2.5rem 0 1.5rem 0;
				position: relative;
}

form .row label {
				color: rgba(0, 0, 0, 0.7);
				line-height: 1;
				font-weight: 600;
				font-size: .75rem;
				text-transform: uppercase;
				position: absolute;
				top: 0;
				left: 0;display: inline-block;
}

form fieldset.captcha .row:first-of-type label {
				position: relative;
}

form input:not([type="checkbox"]):not([type="radio"]),
form textarea,
form select {
				padding: 1.43rem 1.5rem 0.50rem 0;
				border-left: none;
				border-top: none;
				border-right: none;
				border-bottom: 1px solid rgba(0, 0, 0, 0.3);
				transition: border-bottom 0.3s;
				color: black;
				background: transparent;
				outline: none;
				line-height: normal;
				border-radius: 0;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
}

form input:not([type="checkbox"]):not([type="radio"]):focus,
form textarea:focus,
form select:focus {
				border-bottom-color: black;
}

form input,
form textarea {
				width: 100%;
}

form .select-field::after {
				display: block;
				content: "";
				clear: both;
}

form .select-wrapper {
				position: relative;
}

form .select-wrapper select {
				cursor: pointer;
				width: 100%;
				z-index: 2;
}

form .select-wrapper + .select-wrapper {
				margin-right: 0;
}

form .select-wrapper::after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: normal;
				content: "\f078";
				position: absolute;
				right: 0;
				padding: 1rem 0;
				bottom: 0;
				color: rgba(0, 0, 0, 0.7);
				pointer-events: none;
}

form input[type="checkbox"] {
				float: left;
				height: 1.5rem;
}

form input[type="checkbox"] + a {
				line-height: 1.5rem;
				margin-left: .5rem;
}

form input[type="checkbox"] + span {
				line-height: 1.5rem;
				margin-left: .5rem;
}

form .captcha .field > img {
				filter: grayscale(100%);
}

form .pflichtfeldhinweis {
				font-size: 14px;
				margin: 1.5rem 0;
				position: relative;
}

form .pflichtfeldhinweis > .errormsg:first-child {
				display: block;
				position: relative;
				bottom: auto;
				margin-bottom: .25rem;
                transform: none;
}

form .pflichtfeldhinweis > .errormsg:first-child + br {
				display: none;
}

form .mail-copy {
				font-size: 14px;
				margin: 1.5rem 0;
				position: relative;
}

form .mail-copy > .errormsg:first-child {
				display: block;
				position: relative;
				bottom: auto;
				margin-bottom: .25rem;
                transform: none;
}

form .mail-copy > .errormsg:first-child + br {
				display: none;
}

form .buttons {
				margin: 1.5rem 0;
}

form .buttons input[type="submit"] {
				cursor: pointer;
				background-color: black;
				text-transform: uppercase;
				color: white;
				text-align: center;
				letter-spacing: .1428571429rem;
				padding: 1rem 1.5rem;
				border: none;
				width: auto;
}

form .errormsg {
				position: absolute;
				/* color: #AA0000; */
	            color: #AA5588;
				font-size: .75rem;
				left: 0;
                bottom: 0;
                transform: translateY(110%);
				line-height: 1;
				font-weight: 600;
}

.column-2 {
    display: flex;
    justify-content: space-between;
}

.column-2 > div {
    position: relative;
    flex-basis: calc(50% - 2rem);
}



@media (max-width: 400px) {
    .column-2 {
        flex-direction: column;
    }

    .column-2 > div + div {
        margin-top: 40px;
    }
}

.copyright {
	 color: #000000;
	 font-size: 13px;
}
.row input[type="checkbox"] {
				height: calc(0.6rem/16*34);
				width: calc(0.6rem/16*34);
				border: 1px solid #ccc;
				border-radius: .25rem;
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
				transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
				display: block;
				float: left;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				cursor: pointer;
				margin-left: 0px;
				outline: #fff;
}
.row input:checked {
				background: url(check-solid.svg) no-repeat center center;
				background-size: 75%;
}