@font-face {
    font-family: 'droid_sansbold';
    src: url('../Fonts/droidsans-bold-webfont.eot');
    src: url('../Fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('../Fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../Fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../Fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_sansregular';
    src: url('../Fonts/droidsans-webfont.eot');
    src: url('../Fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/droidsans-webfont.woff2') format('woff2'),
         url('../Fonts/droidsans-webfont.woff') format('woff'),
         url('../Fonts/droidsans-webfont.ttf') format('truetype'),
         url('../Fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	/*background: #9d9d9d url("../Images/screen.jpg") no-repeat; */
	background: #9d9d9d;
	color: #454545;
	font-family: 'droid_sansregular';
	font-weight: normal;
	font-size: 14px;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	direction: ltr;
}

/* Default Link Styles */
a {
	color: #00a6eb;
	text-decoration: none;
	line-height: inherit;
}

a:hover, a:focus {
	color: #00a6eb;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Default paragraph styles */
p {
	font-family: inherit;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 10px;
	/*text-rendering: optimizeLegibility;*/
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	/*text-rendering: optimizeLegibility;*/
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1.4em;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover,
h4 a, h4 a:hover,
h5 a, h5 a:hover {
	color: #454545;
}

h1 {
	font-size: 24px;
	color: #454545;
	line-height: 1.4;
	margin-bottom: 13px;
}

h2 {
	font-size: 24px;
	color: #454545;
}

h3 {
	font-size: 22px;
	margin-bottom: 18px;
	color: #454545;
}

h4 {
	font-size: 18px;
	margin-bottom: 23px;
}

h5 {
	font-size: 16px;
	margin-bottom: 7px;
}

h6 {
	font-size: 16px;
}

hr {
	border: dotted #FFF;
	border-width: 1px 0 0;
	clear: both;
	margin: 8px auto 18px;
	height: 0;
	max-width: 1060px;
}

/* Helpful Typography Defaults */
em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: normal;
	line-height: inherit;
    font-family: 'droid_sansbold';
}

small {
	font-size: 60%;
	line-height: inherit;
}


/* Lists */
ul,
ol,
dl {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.25em;
	list-style-position: outside;
	font-family: inherit;
}

ul, ol {
	margin-left: 1em;
}

ul {
	list-style-type: disc;
}

.inline-list {
	list-style: none;
	margin: 0 0 1.0625em -1.375em;
	overflow: hidden;
	padding: 0;
}

.inline-list > li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 20px;
}

/* Misc */
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*Powermail*/

.ticketnummer_p {
	float: left;
	font-weight: bold;
}

.ticketnummer_p .mandatory{
	float: left;
}

.ticketnummer_span{
	width: 100%;
	float: left;
}

.powermail_legend{
	display: none;
}

.tx-powermail h3{
	display: none;
}

.powermail_field{
	border: 1px solid #e0e0e0;
  padding: 7px 5px;
  background: #FFF;
}

.powermail_fieldset{
	border: none;
	padding: 0;
}

.powermail_label{
	font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4;
    width: 100%;
}

.powermail_fieldwrap_text {
  font-size: 18px;
}

.powermail_fieldwrap_radio .fieldset{
	border: none;
}

input.powermail_field.powermail_submit,
input.powermail_field.powermail_reset {
  background: #9d9d9d;
  color: #FFF;
  padding: 0 20px;
  height: 38px;
  border: 0;
  margin-bottom: 16px;
}

input.powermail_field.powermail_submit:hover,
input.powermail_field.powermail_reset:hover {
  background: #009fe3;
}

.powermail_fieldwrap{
	display: grid;
	margin-bottom: 24px;
}

.powermail_textarea{
	max-width: 100%;
	resize: vertical;
}

input.powermail_field,
.powermail_input {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
}

.powermail_fieldwrap_submit {
    display: inline-block;
}

.powermail_fieldwrap_reset {
    display: inline-block;
     float: right;
}


.powermail_radio_outer{
	display: flex;
}

.powermail_radio_inner.powermail_radio_inner_2 {
    margin-left: 90px;
}

legend.powermail_label.powermail_radio_legend {
    margin-bottom: 6px;
}

span.mandatory {
    color: #00a6eb;
}

.powermail_file {
  width: 100%;
}

.cookie.active {
    opacity: 1;
    transform: translateY(0);
}
.cookie {
    background-color: #fff;
    bottom: 0;
    font-size: 0.75rem;
    left: 0;
    opacity: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s;
    will-change: transform;
    z-index: 99999999999;


    display:none;


}

.cookie p {
    margin: 0;
    font-size: 12px;
}

.cookie .js-cookie.js-toggle {
    background-color: #00a6eb;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    float: right;
    margin-left: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
}


.csc-form-22.csc-form-element.csc-form-element-checkbox input {
	width: 5%;
	height: auto;
	float: left;
}


.csc-form-22.csc-form-element.csc-form-element-checkbox label {
	padding-left: 1.5rem;
}


.csc-form-22.csc-form-element.csc-form-element-checkbox {
	padding-bottom: 20px;
}

#footer.active {
  margin-bottom: 45px;
}

 @media screen and (max-width: 1420px)  {
	#footer.active {
		margin-bottom: 60px;
	}
}

 @media screen and (max-width: 940px)  {
	#footer.active {
		margin-bottom: 60px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 600px)  {
	#footer.active {
		margin-bottom: 60px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 520px)  {
	#footer.active {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 410px)  {
	#footer.active {
		margin-bottom: 60px;
		padding-bottom: 75px;
	}
}

@media screen and (max-width: 350px)  {
	#footer.active {
		margin-bottom: 60px;
		padding-bottom: 90px;
	}
}

.csc-form-element-checkbox p {
    float: right;
    width: 93%;
}