.control-gruppe {
  margin-bottom: 0;
  color:#000000;
  
  font-weight: 400;
  font-size:15px;
}

::-webkit-input-placeholder { 
  color: #000000;
  font-size:15px;
}
::-moz-placeholder { 
  color: #000000;
  font-size:15px;
}
:-ms-input-placeholder { 
  color: #000000;
  font-size:15px;
}
:-moz-placeholder { 
   color: #000000;
  font-size:15px;
}


.eingabefeld
{
	width:100%;
	background-color:#ffffff;
	border:1px solid #000000;
	color:#000000;
	
	font-weight: 400;
	font-size:15px;
	padding-top: 3px;
	padding-left: 8px;
}




.eingabefeld
{
	height:40px;
}

.feld400_1, .eingabefeld_1
{
	height:240px;
}

.textgroesse-form
{
	color:#000000;
	font-weight: 400;
	font-size:15px;
}



.kontaktcheckbox
{
	-webkit-appearance: none;
	-moz-appearance: none;
 	appearance: none;
	width:24px;
	height:24px;

	background-color:#ECEDED;
	border:1px solid #000000;
	display:inline-block;
	
}

.kontaktcheckbox-bewerbung
{
	-webkit-appearance: none;
	-moz-appearance: none;
 	appearance: none;
	width:24px;
	height:24px;

	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	display:inline-block;
	
}

.kontaktcheckbox:checked
{
	background-color:#ECEDED;
}


.kontaktcheckbox:checked:after {
	content: '\2714';
	font-size: 25px;
	position:relative;
	top: -6px;
	color: #AF0917;

}

.kontaktcheckbox-newsletter:checked:after {
	content: '\2714';
	font-size: 30px;
	position: absolute;
	top: -3px;
	left:6px;
	color: #000000;
}

.kontaktcheckbox-bewerbung:checked:after {
	content: '\2714';
	font-size: 25px;
	position: absolute;
	top: 0px;
	color: #000000;
}


.form-container
{
    width:100%;
    max-width:1180px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    display:block;
    background:#ffffff;
    padding-left:80px;
    padding-right:80px;
    padding-top:60px;
    padding-bottom:60px;
    color:#000000;
    font-weight:700;
    font-size:18px;
}



.feldfehler
{
	background-color:#ff801e!important;
}

#kontaktmessages
{
    color:#ff801e;
}

.kontaktcheckbox-anmeldung-zeile
{
    position:relative;
    width:100%;
    height:auto;
    margin-top:6px;
}

.kontaktcheckbox-anmeldung-zeile-bezeichnung
{
    position:absolute;
    top:3px;
    left:35px;
    font-size:17px;
    font-weight:400;
    line-height:1;
    color:#000000;
}

.kontaktcheckbox-auswahl
{
	height:24px;
	width:24px;
	position:relative;
}

.kontaktcheckbox-anmeldung-auswahl
{
	-webkit-appearance: none;
	-moz-appearance: none;
 	appearance: none;
	width:24px;
	height:24px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	display:inline-block;
	
}

.kontaktcheckbox-anmeldung-auswahl:checked:after {
	content: '\2714';
	font-size: 30px;
	position: absolute;
	top: -4px;
	left:4px;
	color: #000000;
    line-height:1;
}

.sende-button
{
    width:200px;
    height:40px;
    background:#ffffff;
    display:block;
    padding-top:3px;
    margin-left:auto;
    margin-right:0px;
    transition: all .3s;
}

.sende-button:hover
{
    background:#000000 ;
    color:#000000;
    border:#ffffff;
    border-radius:20px; 
}


.sende-button-inner
{
    padding-top:2px;
    border: 1px solid #000000;
    color:#000000;
    background:rgba(255, 255, 255, 1);
    display:block;    
    font-size: 14px;
    line-height:1;
    transition: all .5s;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:194px;
    height:34px;
    cursor:pointer;
    font-weight:700;
}

.sende-button:hover .sende-button-inner
{
    background: #000000;
    color:#ffffff;
    border-color:#ffffff;
    border-radius:17px; 
}

.hinweistext
{
    font-size:14px;
    font-weight:400;
    text-align:left;
    color:#000000;
}


@media (max-width: 991px) 
{
    .kontaktcheckbox-anmeldung-zeile-bezeichnung
    {
         top:-4px;
    }

    
    .sende-button
    {
        margin-left:auto;
        margin-right:auto;
    }

}

@media (max-width: 679px) 
{
    .form-container
    {
        padding-left:15px;
        padding-right:15px;
        padding-top:30px;
        padding-bottom:30px;
    }

}

@media (max-width: 413px) 
{
    .form-container
    {
        font-size:16px;
    }
    
      .kontaktcheckbox-anmeldung-zeile-bezeichnung
    {
         top:-2px;
    }
    .kontaktcheckbox-anmeldung-zeile-bezeichnung
    {
        font-size:14px;
    }

}
	