.kontakt_container{ position:relative; }

.label{
	margin-bottom:0px;
    font-size:18px;
}

.cheader{ margin-bottom:38px; }

.cformouter{
    width:50%;
    display:inline-block;
    margin-top:unset;
}

.kontakt_pflichtfeld{
    position:absolute;
    font-size:18px;
    right:0px;
    top:-10px;
}

.kontakt_senden{
    position:absolute;
    font-size:15px;
    left:0px;
    top:0px;
    border:none;
    width:90px;
	text-align:center;
	cursor:pointer;
}

.text_area{
    width:100%;
	height:160px;
	border:2px solid #666666;
	margin-bottom:8px;
	font-size:16px;
	resize: none;
	transition: all 0.2s ease-out;
}

.kontakt_bottom_wrapper{
	margin-top:8px;
	position:relative;
	width:100%;
    margin-bottom:70px;
}

.text_input{
    width:100%;
	height:30px;
	border:2px solid #666666;
	margin-bottom:20px;
	font-size:16px;
	transition: all 0.2s ease-out;
}

.cdownload{
    background-color:#b8b8b8;
    border:none;
    font-size:12px;
    margin:0px;
    height:25px;
    cursor:pointer;
    width:90px;
	text-align:center;
    padding-top:3px;
}



.cpageleft{
    width:46%;
    display:inline-block;
    margin-right:3%;
    vertical-align:top;
}

@media only screen and (max-width: 576px) {
    .cpageleft{ width:100%; }
    
    .cformouter{
        width:calc(100% - 25px);
        margin-top:0px;
    }
    
    .cheader{ margin-bottom:15px; }
    .wrapper{
        margin-bottom:40px;
    }
}