.newform {
	background: white;
	margin: 20px 20%;
	padding: 5% 10%;
	color: black;
	text-align: left;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
}

.newform .siehtmannicht {
	display: none;
}

.newform .span1 {
	float: left;
	width: 120px;
}

/* Form-Elemente */

.newform select,
.newform textarea,
.newform input[type="text"],
.newform input[type="password"],
.newform input[type="datetime"],
.newform input[type="datetime-local"],
.newform input[type="date"],
.newform input[type="month"],
.newform input[type="time"],
.newform input[type="week"],
.newform input[type="number"],
.newform input[type="email"],
.newform input[type="url"],
.newform input[type="search"],
.newform input[type="tel"],
.newform input[type="color"],
.newform .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.newform input,
.newform textarea,
.newform .uneditable-input {
  width: 206px;
}

.newform textarea {
  height: auto;
}

.newform textarea,
.newform input[type="text"],
.newform input[type="password"],
.newform input[type="datetime"],
.newform input[type="datetime-local"],
.newform input[type="date"],
.newform input[type="month"],
.newform input[type="time"],
.newform input[type="week"],
.newform input[type="number"],
.newform input[type="email"],
.newform input[type="url"],
.newform input[type="search"],
.newform input[type="tel"],
.newform input[type="color"],
.newform .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.newform textarea:focus,
.newform input[type="text"]:focus,
.newform input[type="password"]:focus,
.newform input[type="datetime"]:focus,
.newform input[type="datetime-local"]:focus,
.newform input[type="date"]:focus,
.newform input[type="month"]:focus,
.newform input[type="time"]:focus,
.newform input[type="week"]:focus,
.newform input[type="number"]:focus,
.newform input[type="email"]:focus,
.newform input[type="url"]:focus,
.newform input[type="search"]:focus,
.newform input[type="tel"]:focus,
.newform input[type="color"]:focus,
.newform .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.newform input[type="radio"],
.newform input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

.newform input[type="file"],
.newform input[type="image"],
.newform input[type="submit"],
.newform input[type="reset"],
.newform input[type="button"],
.newform input[type="radio"],
.newform input[type="checkbox"] {
  width: auto;
}

.newform select,
.newform input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

.newform select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.newform select[multiple],
.newform select[size] {
  height: auto;
}

.newform select:focus,
.newform input[type="file"]:focus,
.newform input[type="radio"]:focus,
.newform input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.newform .uneditable-input,
.newform .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.newform .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.newform .uneditable-textarea {
  width: auto;
  height: auto;
}

.newform input:-moz-placeholder,
.newform textarea:-moz-placeholder {
  color: #999999;
}

.newform input:-ms-input-placeholder,
.newform textarea:-ms-input-placeholder {
  color: #999999;
}

.newform input::-webkit-input-placeholder,
.newform textarea::-webkit-input-placeholder {
  color: #999999;
}

.newform .radio,
.newform .checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.newform .radio input[type="radio"],
.newform .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.newform .controls > .radio:first-child,
.newform .controls > .checkbox:first-child {
  padding-top: 5px;
}

.newform .radio.inline,
.newform .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.newform .radio.inline + .radio.inline,
.newform .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.newform .input-mini {
  width: 60px;
}

.newform .input-small {
  width: 90px;
}

.newform .input-medium {
  width: 150px;
}

.newform .input-large {
  width: 210px;
}

.newform .input-xlarge {
  width: 270px;
}

.newform .input-xxlarge {
  width: 530px;
}

.newform input.error,
.newform select.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.newform input.error:focus,
.newform select.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}


/* Alert-Boxen */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/* buttons */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.newform a {
  font-family: Arial, sans;
}

@media (max-width: 979px) {

	.newform {
		margin: 20px 10%;
	}
	
}

@media (max-width: 767px) {

	.newform {
		margin: 20px 5%;
		padding: 5% 5%
	}
	
}

@media (max-width: 500px) {

	.newform {
		margin: 20px -10px 20px -30px;
		padding: 5% 5%
	}
	
}
