

#header p { margin-bottom: 10px; margin-top: 10px; }
#header .mail_link a { color: #025d8c; }

.active { font-weight: unset !important; }

h1 {
	font-family: sans-serif,arial;
	margin-bottom: 2px;
	font-size: 2.5em;
}

.ce_text h1 {
    margin-top: 51px;
    margin-bottom: 20px;
}

h2 { 
	font-family: sans-serif,arial;
	font-size: 2em;
	padding-top: 25px;
	padding-bottom: 20px;
	color: #303030;
}

h3 { 
	font-family: sans-serif,arial;
	margin-top: 2.5em;
}

a { color: #333; text-decoration: none; }

#main a { color: #0084c7;}

.ce_text a { color:  #0084c7;}

p, .slider-control a, .ce_comments .widget label {
    font-family: sans-serif, arial;
    font-size: 14px;
    color: #333;
	line-height: 20px;
}

.error p {  color: red; }

code strong { color: #727272; }

#cookiebar {
	line-height: 1.2;
	padding: 8px 9px;
	font-size: 12px;
	display: inline-flex;
}

#cookiebar button {
    background-color: #fff;
    color: #333;
}

.slider-control a { text-decoration: underline; color: #0084c7;}

down vote
Please add this css code



input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input:not([type]), textarea, input[type="button"], input {
		 -moz-border-radius: 0px !important;
		 -webkit-border-radius: 0px !important;
		 border-radius: 0px !important;
		 line-height: 28px;
}

span.captcha_text { padding-left: 5px; }



.ce_text ul {
    list-style-type: disc !important;
    margin-left: 16px;
}

.ce_text ul p {
	 padding-left: 20px;
}

.datenschutz p {
	overflow-x: unset;
}

.ce_form { min-width: 270px; }

.ce_form input { width: 270px !important;}

.ce_form button {
    float: right;
    position: relative;
    line-height: 24px;
    -moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

#ctrl_5 {
    width: 36px !important;
    margin-top: 2px;
}

textarea, select[multiple], select[size] {
    height: 188px;
}

#cboxClose:hover { background-position: bottom center !important; }

#cboxNext:hover { background-position: bottom right !important; }

#cboxPrevious:hover { background-position: bottom left !important; }

#main .inside {
	background-color: white;
	padding-bottom: 50px;
	padding-left: 5%;
	padding-right: 5%;
}

#main .mod_article {
	padding-left: 5%;
	padding-right: 5%;
padding-top: 10px;
padding-bottom: 50px;
border-bottom: 1px;
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color: gainsboro;
}

#main .mod_article.last { border-bottom: 0px; border-style: none; }

.ce_image.block, .ce_gallery {
    max-width: 500px;
    padding-top: 50px;
	float: left;
}

.contact_block {
    width: 250px ;
	float: left;
}


.ce_text.first.last.block {
    padding-left: 0px;
}

.ce_text.block { padding-left: 50px; }

.slider_default { padding-top: 0px; }

.slider-control .slider-menu { top: -29px; font-size: 70px; }

.custom_slider_img {
    max-width: 500px;
    padding-top: 55px;
    float: left;
}

.content-slider .custom_slider {
    overflow: hidden;
    padding-left: 50px;
}

.content-slider .ce_text.block {
    padding-left: 0px;
}

.slider-control {
    height: 40px;
    position: relative;
    margin-top: 20px;
    
}

.slider-control .slider-menu b {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 50px;
}

.slider-control .slider-menu b.active {
    font-size: 70px;
    position: relative;
    top: 4px;
    line-height: 40px;
}

.content-slider table {width: 500px; }

.first_custom_text { min-height: 297px;}

.ubersicht h2 {
    padding-top: 28px;
}

.comment {
    border-bottom: solid;
    border-width: 1px;
    border-bottom-color: gainsboro;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.comment_default .info {
    font-weight: bold;
}

.ce_comments .widget label {
    margin-top: 20px;
}

.ce_comments .captcha_text {
    padding-left: 0px;
    position: relative;
    top: 4px;
}

.ce_comments button {
    line-height: 24px;
}

#cookiebar button {
    height: 18px;
    line-height: 18px;
}


img.checkmark {
    padding-bottom: 10px;
    padding-right: 10px !important;
    float: left !important;
}

.drei-spalten-container {
	padding-top: 50px !important;
}

.drei-spalten {
    background: #e6e6e6;
    padding: 25px !important;
    margin: 20px 0;
    width: unset !important;
}

.ce_text.drei-spalten h2 {
    text-align: left !important;
    margin-top: 0px;
    padding-top: 10px;
    color: #20454e;
}

.ce_text.drei-spalten p {
    text-align: justify !important;
}

.curriculum-vitae strong {
	display: block;
}

.curriculum-vitae h2 {
    margin-top: 0px;
    padding-top: 0px;
}

@media screen and (min-width: 1170px){
	.drei-spalten-first {
	   margin-left: 0px !important;
	}
	
	.drei-spalten {
		width: 26% !important;
    	display: inline-table;
    	margin: 0px 10px;
    	height: 140px;

	}
	
	.ubersicht .drei-spalten {
		  height: 230px;
	}
}



@media screen and (max-width: 1024px){
	
	.ce_text.block, .custom_slider { padding-left: 0px; width: 100% }
}

@media screen and (max-width: 805px){
	body { background-position-y: 100px; 
	background-attachment: scroll;	
	}
}

@media screen and (max-width: 600px){
	.ce_comments .checkbox { margin-left: 1px; }
	#main .mod_article { padding-bottom: 50px; }
	#main .inside { padding-left: 8px; padding-right: 8px; }
	.ce_image.block, .slider_default { max-width: 100%; }
	.slider-control .slider-menu {	font-size: 20px; top: 10px;}
	.slider-wrapper img {
    max-width: 100%;
    float: none;
    padding-right: 0;
	}
	h1 { font-size: 2em; }
	h2 { font-size: 1.5em; line-height: 1.2em;}
	.form_block .block {border-bottom: 1px;
		border-top: solid;
		border-top-width: 1px;
		border-top-color: gainsboro;
		width: 100%; 
		margin-top: 30px;
	}
	.ce_form button { float: none; position: relative; top: 10px; }
	
	.custom_slider_img {
    max-width: 100%;
    float: none;
	}

	.content-slider .custom_slider {
    padding-left: 0px;
	}

	.slider-control .slider-menu b {
    margin-left: 2px;
    margin-right: 2px;
        position: relative;
        top: -14px;
    font-size: 35px;
	}

	.slider-control .slider-menu b.active {
    font-size: 50px;
        position: relative;
        top: -10px;

    line-height: 30px;
	}

	.content-slider table {width: 100%; }

}

	.row_1.row_last.odd.col_0.col_first.col_last {
    padding-top: 11px;
	}


@media screen and (max-width: 355px){
	#header p  { font-size: 12px; }
	
}

#article-33 {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}