body .sp-dsgvo-framework input[type=text],
body .sp-dsgvo-framework input[type=email] {
  padding: 10px;
  height: auto;
  margin-bottom: 20px !important;
}

body .sp-dsgvo-framework input[type=text]:focus,
body .sp-dsgvo-framework input[type=email]:focus {
	border-color: #d1d1d1;
}

body .sp-dsgvo-framework input {
  box-sizing: border-box !important;
}

body .sp-dsgvo-framework input[type=submit] {
  border:none;
  height: auto;
}

body .sp-dsgvo-framework select {
	width: auto;
	height: auto;
}
body .sp-dsgvo-framework select:focus {
    background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14"…h fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>);
    border-color: #d1d1d1;
}
body .sp-dsgvo-framework label {
	font-size: 15px;
  margin-bottom: 0;
}

body .sp-dsgvo-framework br {
	display: none;
}

body .sp-dsgvo-framework a {
	color: #3b8ced;
}
body .sp-dsgvo-framework p {
	margin-bottom: 10px;
}

body .sp-dsgvo-framework input[type=submit] {
  background-color: #3b8ced;
  line-height: 3;
}

body .sp-dsgvo-framework table {
  margin-bottom: 10px;
}

body #cn-notice-text {
  display: block;
  margin-bottom: 10px;
}

body.cookies-not-accepted {
  margin-bottom: 110px;
}