/* global */


* {
    margin:0;
    padding: 0;
}

html, body {
    height: 100%;
}

html {
    display: block;
}
    
body {
    margin: 0 auto;
    padding: 0em;
    max-width: 1300px;
    line-height: 1.6em;
    color: #777;
    background-color: #fff;
    margin-top: 0px;
    font-weight: 400;
    font-family: 'Century Gothic', verdana, sans-serif;
/*  background-image: url(http://linda-radkau.de/MM/images/bg_image.jpg);
    background-size:cover;  */
}    
    
  
#wrapper {
	max-width: 1300px;
    min-height:100%;
	margin: 0 auto;
	background-color: #fff;	
}
 
header {
    overflow: hidden;    
}


#nav_main {
    height: 80px;
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
}

#nav_main .nav_logo {
    display: inline-block; 
    float: left;
    text-align:center;
    margin-right: 5px;
    padding: 15px 0px 0px 0px;
    width: 330px;
    height: 60px;
    background-color: #fff;
}

#nav_main ul {
    display: block; 
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 15px;
    list-style: none;
/*     width: auto;   */
    max-width: 100%;
    min-width:1svw;
    background-color: #fff;
    float: right;
/*  box-shadow: 0 7px 7px -8px #d3d5d6;
	z-index: 50;    
    position: absolute;     */
}

#nav_main ul li {
    display: inline-block;
    padding: 7px 5px 3px 5px;
    margin-right: 2px;
    width: auto;
    background-color: #fff;
    text-align: center;
}

#nav_main ul li.active {
    margin-bottom: 10px;
}

#nav_main ul li a {
    text-decoration: none;
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    font-size: 14px;
} 


#nav_main ul li a:link {
    color: #5b6061 ;
}
#nav_main ul li a:visited {
    color: #5b6061;
}
#nav_main ul li a:hover {
    color: #b99668;
}
#nav_main ul li a:active {
    color: #b99668 ;
}




.footer {
    background-color: #d8d1c6;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
}

.footer ul {
    display: block;
    text-align: center;
    vertical-align: top;
    padding: 25px;
}

.footer ul li p {
    text-decoration: none;
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 15px;    
    color: #5b6061 ;
}

.footer ul li {
    display: inline-block;
    padding: 7px 5px 3px 5px;
    margin-right: 20px;
    width: auto;
    background-color: #d8d1c6;
    text-align: center;
}

.footer ul li a {
    text-decoration: none;
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.footer ul li a:link {
    color: #5b6061 ;
}
.footer ul li a:visited {
    color: #5b6061;
}
.footer ul li a:hover {
    color: #b99668;
}
.footer ul li a:active {
    color: #b99668 ;
}


ul {
    display: inline-block;
    list-style-type: none;
}

h1 {
	font-family: 'Century Gothic', sans-serif;
	font-weight: normal;    
    letter-spacing: 0.01em;
    color: #ad1457;   
    font-size: 28px;
    text-transform: uppercase;      
}


h3 {
    font-family: 'Century Gothic', sans-serif;
	font-weight: 600px;    
    letter-spacing: 0.01em;
    color: #b99668;   
    font-size: 18px;  
}



h2 {
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #c7bbab;     
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: 0.01em;    
}


h5 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 0px;
    color: #b99668;   
}


.section_text p {
    text-align: center;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #555;   
    margin-bottom: 25px;
}

.img_big {
	max-width: 100%;
    min-width:1svw;
    display: block;
}


     
        
        
        /* STARTSEITE content: section CONTACT ----------------------------------------------------*/


* {
    margin: 0;
    padding:0;
}

html, body {
    height: 100%;    
}


.container {
    height: 100%;
    background: url("bg_image.jpg");
    
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.container span {
/*  height: 100%;   */
    color: #fff;
    font-size: 3vw;
    font-family: arial;
    text-align:center;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#start_contact img {
	max-width: 100%;
    min-width:1svw;
    display: block;
}


#start_contact .contact_content {
    width: 100%;
	background-color: #f4f3f2;   
    padding-top: 60px;
    padding-bottom: 50px;
    height: auto;
    overflow: hidden;
}

#start_contact .contact_content .half {
    display: block;
    margin: 0 auto;
    width: 100%;
}    

    
#start_contact .half img {
    display: inline-block;
    float: left;
    margin: 0 auto;
    margin-left: 55px;
    vertical-align: top;
    max-width: 20%;
}

#start_contact .contact_content .half .half_text {
    display: inline-block;
    float: right;
    margin: 0 auto;
    width: 55%;
    padding-left: 20%;
    vertical-align: top;
}

#start_contact .contact_content .half .half_text  .section_text {
	max-width: 500px;
	text-align: left;
    color: #666;
	line-height: 1.5em;

}

#start_contact .contact_content .half .half_text .section_text p  {
	text-align: left;
    color: #666;
	line-height: 1.5em;
    font-size: 16px;
    letter-spacing: 0.2;
}

#start_contact .contact_content .half .half_text .section_text h3  {
	text-align: left;
    color: #666;
	line-height: 1.5em;
    font-size: 16px;
    letter-spacing: 0.2;
}


#start_contact .contact_content .half .half_text .section_text h2  {
	text-align: left;
	line-height: 1.5em;
    font-size: 30px;
    color: #ab9e92;
    padding-bottom: 15px;
}


#start_contact .contact_content .contact-daten {
	width: 500px;
	text-align: left;
    color: #555;
	line-height: 1.5em;
    font-size: 15px;
    font-weight: 400;
	vertical-align: top;
    padding: 0 0 40px 0;    
    margin-left:150px;
}

#start_contact .contact_content .contact-daten a {
	width: 500px;
	text-align: left;
    color: #555;
	line-height: 1.5em;
    font-size: 15px;
    font-weight: 400;
	vertical-align: top;
    padding: 0 0 40px 0;    
}

#start_contact .contact_content .contact-daten a:link {
    color: #777;
}

#start_contact .contact_content .contact-daten a:visited {
    color: #777;
}

#start_contact .contact_content .contact-daten a:hover {
    color: #226be7;
}

#start_contact .contact_content .contact-daten a:active {
    color: #777;
}









#start_contact .contact_content .social_networks {
	text-align: left;
    color: #777;
	line-height: 1.5em;
    font-size: 14px;
    font-weight: 400;    
	width: 500px;
    vertical-align: top;
    padding: 0;    
    margin-left:150px;    
}

#start_contact .contact_content .social_networks ul {
	display: block;
	text-align: left;
	line-height: 1.5em;
    font-size: 14px;
   	margin: 0;
   	list-style-type: none;
   	padding: 0;
}

#start_contact .contact_content .social_networks ul li {
	display: inline-block;
	padding-right: 20px;
    background-color:#fff;
}

#start_contact .contact_content .half .half_text .social_networks ul li img.icon_service {
	display: inline-block;
    margin-left: 0px;
    width: auto;
}








/*
 formular ------------------------------------------------------------ 

#start_contact .contact_content .form {
	width: 500px;
	text-align: left;
    padding-bottom: 90px;
}	



 --------------   content: section CONTACT (Formular) ------------------

#start_contact .contact_content .contact_form {
	display: block;
	float: left;
	margin: 0 auto;
    text-align: left;
	vertical-align: top;
    border-top: 1px solid #f2f2f2;
}


.contact-form input:not(.cta), .contact-form textarea {
    display: block;
    font-weight: normal;
    margin: 20px 0;
    padding: 0px 10px 0 10px;
    text-align: left;
}

.contact-form .input-name, .contact-form .input-email {
    display: inline-block;  
    padding: 0;
}

.contact-form .cta cta-blue {
    border-top: 1px solid #f2f2f2;
    display: block;
    font-size: 14px;
    font-weight: normal;    
}



caption, th, td, input, textarea, select, option, legend, fieldset {
    font-size-adjust: 0.5;
    margin: 0;
	text-align: left;
}

input, select, button, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
    transition: all 0.3s ease 0s;
    height: 45px;
    width: 280px;
    text-align: center;   
}
    
button {
    background-color: #c0c0b7; 
}
 

*/


/* LEISTUNGEN - section #leistungen -------------------*/




#leistungen img {
	max-width: 100%;
    min-width:1svw;
    display: block;
}

#leistungen .teaser_text p {
    padding: 40px 20px 0px 20px;
    margin: auto;
    color: #ab9e92;
}


#leistungen .teaser_text ul {
	padding: 0px;
	text-align: center;
	width: 95%;
}

#leistungen .teaser_text ul li {
	display: inline-block;
	text-align: left;
	width: 225px;
	padding: 20px 20px 20px 20px;
	margin: 10px;
}

#leistungen .teaser_text ul li p {
    text-align: left;
	margin: auto;
    color: #777;
    padding: 0px 0px 10px 0px;    
}


#leistungen .teaser {
    margin-top: 0px;
    background-color: #FFFFFF;
    height: auto;  
}

#leistungen .teaser h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}


#leistungen .teaser p {
    display: block;
    margin: 10px auto 0px 20px;
    padding: 10px 0px 20px 0px;
    width:80%;
    margin: 0 auto;
    text-align: center;
}

#leistungen .teaser ul {
    display: block;
    margin: 10px auto;
    text-align: center;
    padding: 7% 0px 4% 0px;
    width: 100%;
    background-color: #f6f6f6;    
}







/* -----------------------------------   Popups - Beschreibung Leistungsphasen -------- */


body {
    margin: 0px auto;
    height: 100vh;
    font-family: "century gothic", sans-serif;
}



.center {
/*  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  */
    padding-bottom:20px;
} 


.center a {
    padding: 5px 20px 8px 20px;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

#popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.25);
    display: none;
}

#popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 10px 20px;
    background:#eee;
}

#popup a.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size:20px;
    font-weight:600;
    text-decoration:none;
}

#popup:target {
    display: block;
}








 
#leistungen ul li {
    text-align: left;      
}   
        
#leistungen .teaser ul li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 400px;
    height: auto;
    background: #f6f6f6;
    margin: 0px 20px 20px 20px;
}


#leistungen ul li .icon_service {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding-top: 8px;
    background-color: #f1f1f1;
}

#leistungen ul li .teaser_text {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 10px;
}


#leistungen ul li .teaser_text h3 {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5px;
    text-align: left;
    margin: 0px;
    font-weight: 600;
    font-size: 16px;   
	color: #b99668;   
}


#leistungen ul li .teaser_text p {
    margin: 0px; 
    font-family: 'Century Gothic', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    font-size: 0.95em;
    line-height: 23px;
    font-weight: 400;
    color: #555;
    letter-spacing: 0.01em;    
   	border-top: solid 1px #d4d4d4;
/*   	width: 380px; */
    text-align: left;    
}



#leistungen .leistungsphasen {
    display: block;
    padding-bottom: 10px;
/*    text-align: center;  */
    background-color:#fafaf8;
}

#leistungen .leistungsphasen ul {
    display: block;
    margin: 10px auto;
    padding-bottom: 50px;
    text-align: center;
    width: 90%;
}

#leistungen .leistungsphasen ul li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px 20px 20px;
    padding: 10px 5px;
/*    text-align: center;  */
    width: 330px;
    background-color: #F6F6F6;    
}

#leistungen .leistungsphasen ul li p {
    padding: 0px 20px 10px 20px;
    text-align: left;
    font-size: 0.95em;
    width: 90%;
}    

#leistungen .leistungsphasen p {
	width: 100%;
    text-align: center;  
    padding-top: 30px;
}



#leistungen .leistungsphasen ul li h3 {
	vertical-align: top;
    padding-left:20px;
    text-align: left;
    margin: 0px;
    font-weight: 600;
    font-size: 16px;   
	color: #b99668; 
}

#leistungen .leistungsphasen h5 {
    text-align: left;   
    padding-left:20px;
    margin: 0px;
    color: #b99668; 
}



/* ----------------------------------------------  Accordion */


#leistungen .accordion {
    margin: 0 auto;
    max-width: 600px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    font-family: century gothic, verdana, sans-serif;
    background: #F1F1F1;   
    margin-bottom: 8%;
}


#leistungen .accordion_label,
#leistungen .accordion_content {
    padding: 15px 20px;
}

#leistungen .accordion_label {
    display: block;
    color: #b99668;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.1pt;    
    cursor: pointer;
    position: relative;
    transform: background 0.1s;
    border-bottom: solid 3px #FFFFFF;     
}

#leistungen .accordion_label:hover {
    background: #e6e5e4;   
}

#leistungen .accordion_label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 12px;
    height: 6px;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:%23b9966899;" /></svg>');
    background-size: contain;
}

#leistungen .accordion_content {
    background: #FFFFFF;
    line-height: 1.6;
    font-size: 0.95em;
    letter-spacing: 0.1pt;
    display: none;
    padding: 15px 20px 25px 20px;        
}

#leistungen .accordion_content p {
    text-align:left;
    padding-top: 0px;
}

#leistungen .accordion_input {
    display: none;
}

#leistungen .accordion_input:checked ~ .accordion_content {
    display: block;
}

#leistungen .accordion_input:checked ~ .accordion_label::after {
    transform: translateY(-50%) rotate(0.5turn);
}

    
    
    
    





/* STARTSEITE content: section PROJECTS ----------------------------------------------------*/


#start_projects {
    background: #fff;
}

#start_projects h2 {
	padding-top: 10px;
    color: #c7bbab;
}


#start_projects p {
color: #777; 
}



#start_projects .teaser_projects ul {
    display: block;
    text-align: center;
    padding-right: 30px;
    padding-bottom: 60px;
    margin: 0;
}

#start_projects .teaser_projects ul li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    max-width: 500px;
    background: #ffffff;
    margin: 10px 30px 20px 30px;
/*  box-shadow: 0px 10px 10px -6px #999;   */
}


#start_projects .teaser_projects ul li a {
  	transition: background-color 0.5s ease;
    font-weight: 300;
    background-color: #303031;
    display: block;
}


#start_projects .teaser_projects ul li a img {
    transition: all 0.6s ease 0s;
    display: block;
}    

#start_projects .teaser_projects ul li a img:hover {
  	color: #303031;
  	opacity: 0.75;
  	
}

#start_projects .teaser_projects ul li a img:hover {
    transition: all 0.5s ease 0s;
}



#start_projects .teaser_projects ul li .teaser_text {
    display: block;
    vertical-align: top;
    padding: 5px 10px 30px 30px;
    text-align: left;
    background-color: #f5f3ef;
/*  border-bottom: solid 1px #ddd;    */
}

#start_projects .teaser_projects ul li .teaser_text h3 {
    text-align: left;
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3px;      
    color: #666560;  
    padding-bottom: 10px;    
}

#start_projects .teaser_projects ul li .teaser_text p {
    text-align: left;
    padding: 0; 
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 5px;
    color: #92928c;    
}



/* --------------------------------------------------------------------------------------
   content - Projektseite                                                 content */

#start_projects  img {
    max-width: 100%;

}











/* content IMPRESSUM -----------------------------------------   */


#impressum .section_text {
    display: block;
    width: 0 auto;
    text-align:center;
}

#impressum .section_text p {
    text-align:center;
    width: 70%;    
    padding: 0 15%;
}

#impressum .section_text h2 {
    padding-top: 40px;
}

#impressum .section_text a {
	width: 500px;
	text-align: left;
    color: #555;
	line-height: 1.5em;
    font-size: 15px;
    font-weight: 400;
	vertical-align: top;
    padding: 0 0 40px 0;  
}

#impressum .section_text a:link {
    color: #777;
}

#impressum .section_text a:visited {
    color: #777;
}

#impressum .section_text a:hover {
    color: #b99668;
}

#impressum .section_text a:active {
    color: #777;
}





/* --------------------------------------------------------------------------------------
   content - PROFIL                                                         content */



#profil .profil p {
    text-align:center;
    width: 70%;    
    padding: 0 15%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #d0ccc2;    
}


#profil .foto_textbox {
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 50px auto 20px auto;    
    background-color: #f4f3f2;
    border-bottom: solid 1px #f2efeb;        
}


#profil .foto_textbox .foto {
    display: inline-block;
    float: left;
    
}

#profil .foto_textbox .textbox {
    display: inline-block;
    max-width: 640px;
    background-color: #f4f3f2; 
    padding: 0 1em 20px 1em;
}

#profil .foto_textbox .textbox p {
    vertical-align: center;
    text-align: left;
}

#profil .foto_textbox .textbox h4 {
    text-align: left;
    font-size: 1.4em;
    color: #c7bbab;
    letter-spacing: 0.2pt;
    font-weight:300;
    padding-top: 50px;
    padding-bottom:20px;
}


#profil .cv_bulletpoints {
    text-align:left;  
    line-height:2.4em;
    vertical-align: top;
    padding-left: 15%;
    padding-right:15%;
    padding-bottom: 40px;
    width: 80%;
}

#profil .cv_bulletpoints h4 {
    text-align: center;
    font-size: 1.4em;
    color: #c7bbab;
    letter-spacing: 0.2pt;
    font-weight:300;
    padding-top: 50px;
    padding-right: 25px;
    margin-right: 67px;
}

#profil .cv_bulletpoints ul{
    display: block;
    margin-bottom: 50px;
}


#profil .cv_bulletpoints ul li .teaser_text {
    display:block;    
    border-bottom: solid 1px #d7ccc8;    
    line-height:3em;
}

#profil .cv_bulletpoints ul li .teaser_text img {
    display:inline-block; 
    vertical-align:top;
    padding-top: 15px;    
}

#profil .cv_bulletpoints ul li .teaser_text p {
    display:inline-block;  
    padding-left: 20px;
    width: 80%;
}






#profil .quali h4 {
    text-align: center;
    font-size: 1.4em;
    color: #c7bbab;
    letter-spacing: 0.2pt;
    font-weight:300;
    padding-top: 50px;
    padding-bottom: 40px;
}

#profil .quali {
    display:block;
    text-align:center;
    height: 550px;
    padding: 0px 60px 60px 60px;
    background-color: #fff;
    margin-bottom: 60px;
}

#profil .quali .half_text {
    display:inline-block; 
    width: 40%;
    text-align:left;   
    vertical-align: top;
    float: left;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 60px;
    border-right: solid 1px #d0ccc2;
}




#profil .quali .half_bulletpoints {
    display:inline-block;     
    width: 40%;
    text-align:left;  
    line-height:2.4em;
    vertical-align: top;
    padding-left: 40px;
}


#profil .quali .half_bulletpoints ul li .teaser_text {
    display:block;   
    width: 121%;
}

#profil .quali .half_bulletpoints ul li .teaser_text img {
    display:inline-block; 
    vertical-align:top;
    padding-top:15px;    
}

#profil .quali .half_bulletpoints ul li .teaser_text p {
    display:inline-block;  
    padding-left: 20px;
}




#profil .cv ul {
    display: block;
}

#profil .cv ul li {
    display: block;
    border-bottom: solid 1px #d7ccc8;    
    vertical-align: baseline;
}

#profil .cv {
    width: 100%;
    text-align: left;
    margin-left: 10px;
}


/*
#profil .cv ul li .cv_date {
    display: inline-block;
    margin-right:20px;
    text-align:right;
    color: #b99668;
}

#profil .cv ul li .cv_date p {
    text-align: right;
}

#profil .cv ul li .cv_work {
    display:inline-block;     
    text-align:left;  
    line-height:1.3em;
    vertical-align: top;
}
*/


#profil .cv .qualifikation {
    width: 100%;
    text-align:center;
    margin-bottom: 7%;
}

#profil .cv .qualifikation table {
    width: 100%;
    font-size:1em;

}

#profil .cv .qualifikation table tbody{
    width: 900px;
}

#profil .cv tr {
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:15px;
}

#profil .cv th {
    display:inline-block;
    width: 10%;
    border-bottom: solid 1px #f8f5f3;    
    color: #b99668;    
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:5px;
    text-align: left;
}

#profil .cv td {
    width: 750px;
    display:inline-block;
    border-bottom: solid 1px #f8f5f3;    
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:10px;
    text-align: left;
}


#profil h4 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #c7bbab;
    letter-spacing: 0.2pt;
    font-weight:300;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 25px;
    margin-right: 67px;
}

#profil .publikationen {
    background-color: #f8f5f3; 
    height: 450px;
}

#profil .publikationen h5 {
    color: #c7bbab; 
    font-size:11pt; 
    line-height: 1pt;
}


#profil .publikationen ul {
    display: block;
    width: 80%;
    padding-left:15%;
    padding-right:15%;
}


#profil .publikationen ul li{
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-right:10px;
}

#profil .publikationen ul li .teaser_artikel {
    display: block;
    text-align:top;    
    width: 390px;
}


#profil .publikationen ul li .teaser_artikel .teaser_artikel_text a:link {
    color: #777;
}

#profil .publikationen ul li .teaser_artikel .teaser_artikel_text a:visited {
    color: #777;
}

#profil .publikationen ul li .teaser_artikel .teaser_artikel_text a:hover {
    color: #b99668;
}

#profil .publikationen ul li .teaser_artikel .teaser_artikel_text a:active {
    color: #777;
}




#profil .publikationen ul li .teaser_artikel .teaser_artikel_thumb {
    display: inline-block;
}
    
#profil .publikationen ul li .teaser_artikel .teaser_artikel_text {
    display: inline-block;
    vertical-align:top;
    padding-top:20px;
}


#profil .publikationen .pub_portrait img {
    display: block;
    text-align:top;
    float: right;
    width: 30%;
}


#profil .publikationen img {
    float: right;
}






/* content KONTAKT   -----------------------------------------   */



#contact {

}

#contact .contact_content {
    color: #666;
    font-size: 12pt;
}

#contact .contact_content ul {
    display: block;
    text-align: center;
}

#contact .contact_content ul li {
    display: inline-block;
    text-align: center;
    padding-top: 60px;
    vertical-align: top;
    width: 250px;
    height: 170px;
    background: #f6f6f6;
    margin: 30px 20px 30px 20px;    
}

#contact .contact_content ul li p{
    text-align: center;
}


#contact .contact_content ul li .contact_name {
    color: #666;
    font-size: 12pt;
}


#contact .contact_content ul li .contact_adress {
    color: #666;
    font-size: 12pt;
}

#contact .contact_content ul li .contact_tel {
    color: #666;
    font-size: 12pt;
}

#contact .contact_content ul li .contact_mail {
    color: #666;
    font-size: 12pt;
}

#contact .contact_content ul li .contact_mail a {
    font-size: 12pt;
}



#contact .contact_content .contact_mail a:link {
    color: #777;
}

#contact .contact_content .contact_mail a:visited {
    color: #777;
}

#contact .contact_content .contact_mail a:hover {
    color: #b99668;
}

#contact .contact_content .contact_mail a:active {
    color: #777;
}



#contact .contact_content .social_networks {

    font-size: 12pt;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    padding: 50px;
}

#contact .contact_content .social_networks ul li {
    font-size: 12pt;
    display: inline-block;
    height: 40px;
    margin-top: 0px;
    padding-top: 15px;
    width:50px;
    background-color: #fff;
}

#contact .contact_content .social_networks ul p {
    color: #666;
    font-size: 12pt;
    display: block;
    margin: 0;
    padding-bottom: 15px;
}

#contact .contact_content .social_networks ul li a {
    font-size: 12pt;
    margin: 0;
    display: inline-block;
}


