h1 , h2  {

    font-family: CenturyGothic !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 48px !important;

}

#disk ul {
	
	list-style-type: disc !important;
	padding-left: 40px !important;
	
}

div#ui-datepicker-div {
z-index:1000!important;
}




.wps-form {
    width: 100%;
    margin: 0 auto;
}
.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wps-form-row .wpcf7-form-control {
    width: 100%;
}
.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

label {

    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px ! important ;
    font-weight: 700;
    margin-top: 25px ! important ;

}


 textarea{

 
    height: 150px ! important ;


}


.wpcf7-submit{
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 8px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #35363a;
}


/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form-row {
        flex-direction: row;
    }
    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}






/* 




input[type="file"] {
    margin-top: 2px;
    line-height: 1;
    vertical-align: middle;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}


.custom-file-input {
  width: 380px ! important ;
	
}


.custom-file-input::before {
  content: 'Datei auswählen';
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px 3px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 500;
  font-size: 8pt;
	color:#000;
	margin-left: 280px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}






button , input, select, textarea{

    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: block;
    width: 90px;


}

textarea{

 
    height: 150px ! important ;


}

input[type="checkbox"], input[type="radio"] {

    margin: 4px 0 0;
    line-height: normal;
    float: left ! important ;
	width: 30px ! important ;

}




#responsive-form{
    max-width:980px ;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
	display:inline-block ! important ;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.column-half span.wpcf7-list-item {
    display: block;
    margin-top: 2.5px;
}

.column-full span.wpcf7-list-item {
    margin-left:0;
}


@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 8px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}


*/
