/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.07.2018, 16:21:04
    Author     : Tarik
    muss spaeter in style.css uebertragen werden.
*/

/* Mitarbeiterkacheln */
.employee_group_headline {
    background-color: #003563;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    margin: 10px 0;

}

.center-block {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;

}

.center-block h3{
	text-align:left;
    text-align:center;
}

.employee_name_headline {
    /*font-size: 20px;*/
	font-size: 14px;
    padding: 0;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.employee_position {
    margin: 0 0 10px 0;
    /*font-size: 17px;*/
	font-size: 11px;
}

/* Mitarbeiter Detailseite */
.employee_detail_header {
    /*background-color: #AABBCB;*/
	background-color: #003563;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.employee_detail_header h2 {
    font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
}

.employee_detail_header h3 {
    /*font-size: 22px;*/
	font-size: 14px;
	color: #FFFFFF; 
}

.employee_detail_portrait {
	/*background-color: #AABBCB;*/
	background-color: #003563;
    padding: 0px!important;

}

.employee_detail_portrait img {
    width: 100%;
}

.employee_detail_portrait2 {
	/*background-color: #AABBCB;*/
	background-color: #dee5eb;
    padding: 0px!important;

}

.employee_detail_portrait2 img {
    width: 100%;
}

.employee_detail_content {
    padding-top: 15px;
    padding-right: 15px;
}

.employee_detail_publications {
    color: #003563;
}

.employee_detail_publications h3, .employee_detail_single_pub {
    border-bottom: 1px solid #003563;
    padding: 10px 5px;
    font-size: 21px;
}

.employee_detail_publications_image{
	padding-left:0px;
	padding-right:0px;
}

.employee_detail_publications_text h1{
	font-size: 14px;
	font-weight:bold;
}

.employee_detail_publications_text h2{
	font-size: 12px;
}
.employee_detail_publications_row{
	padding-bottom:15px;
}

.employee_detail_single_pub {
    font-size: 17px;
    line-height: 26px;
}

.employee_detail_single_pub a {
    display: inline-block;
    float: right;
}

/* Clearfix */
.employee_detail_single_pub:after {
    content: "";
    display: table;
    clear: both;
}

.employee_detail_single_pub a img {
    margin-top: -5px;
}

.employee_detail_aside {
    background-color: #DEE5EB;
    padding-top: 15px;
}

.employee_detail_last_row {
    margin-bottom: 40px;
}

/* Call to action */
.calltoaction_container {
    padding-right: 0;
    padding-left: 0;
    min-height: 525px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFFFFF;
}

.calltoaction_container img {
    margin-top: 30px;
}

.calltoaction_container h2 {
    margin: 30px auto 30px auto;
    max-width: 500px;
    font-size: 45px;
    color: white;
}

.calltoaction_container a.btn {
    padding: 10px 50px;
    border-radius: 0;
}