@charset "utf-8";
/* CSS Document */

.content_container{
	width:100%;
	background-size:cover;
}

.content_container .content_content{
	font-size:16px;
	color:#12102c;
	position:relative;
}

.content_container .content_content h1{
	font-weight:300;
	color:#11102b;
	font-size:32px;
	font-family:"Exo", sans-serif;
	margin-top:0px;
}

.content_container .content_content h2{
	font-size:29px;
	font-weight:300;
	margin:0px;
}

.menu_container .menu_content .side_menu_item{
	float:left;
	height:390px;
	width:33.33%;
	background-size:cover !important;
	position:relative;
	transition:all ease-in-out 0.3s;
	overflow:hidden;
}

.menu_container .menu_content .side_menu_item .overlay{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:0px 0px;
	color:#fff;
	font-size:16px;	
	box-sizing:border-box;
}

.menu_container .menu_content .side_menu_item .overlay .title{
	font-size:16px;
	font-weight:600;
	padding:10px 40px;
	background-color:rgba(204,153,153,0.9);
	transition:all ease-in-out 0.3s;
	position:relative;
}

.menu_container .menu_content .side_menu_item .overlay .title::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(/images/news_more_icon.png) center right 20px no-repeat;
  opacity: 1;
  top:0px;
  left:0px;
  transition:all ease-in-out 0.3s;
}

.menu_container .menu_content .side_menu_item:nth-child(2n) .overlay .title{
	background-color:rgba(40,40,40,0.9);
}

.menu_container .menu_content .side_menu_item .overlay .desc{
	height:10px;
	width:100%;
	overflow:hidden;
	transition:all ease-in-out 0.3s;
	box-sizing:border-box;
	color:#292741;
}

.menu_container .menu_content .side_menu_item .overlay .desc a{
	font-size:14px;
	font-weight:700;
	color:#292741;
	text-decoration:none;
	display:block;
	margin-top:10px;
}

.menu_container .menu_content .side_menu_item:hover .overlay .desc,
.menu_container .menu_content .side_menu_item.hover .overlay .desc{
	height:180px;
	background-color:rgba(255,255,255,0.6);
	padding:30px 15px 50px 30px;
}

.menu_container .menu_content .side_menu_item.hover .overlay .title::before {
	opacity:0 !important;
}

.professor_container{
	width:100%;
	padding:50px 0px;
}

.calendar_container{
	background-color:#f4f3f3;
}

.professor_container .professor_content,
.calendar_container .calendar_content{
	width:1170px;
	margin:auto;
}

.calendar_container .calendar_content{
	background-color:#fff;
}

.professor_container .professor_content .custom_slider{
	height:auto;
}

.professor_container .professor_content .custom_slider .slider_menu{
	width:305px;
	float:left;
}

.professor_container .professor_content .custom_slider .slider_menu a{
	font-size:16px;
	color:#282828;
	text-decoration:none;
	display:block;
	margin-bottom:10px;
}

.professor_container .professor_content .custom_slider .slider_menu a.sel{
	font-weight:600;
}

.professor_container .professor_content .custom_slider .slider_content{
	width:865px;
	float:left;
	height:265px;
	overflow:hidden;
	position:relative;
}

.professor_container .professor_content .custom_slider .slider_content .professors{
	position:absolute;
	top:0px;
	left:0px;
}

.professor_container .professor_content .custom_slider .slider_content .professors .professor_item{
	height:265px;
}

.professor_container .professor_content .custom_slider .slider_content .image{
	float:left;
	width:185px;
}

.professor_container .professor_content .custom_slider .slider_content .content{
	float:left;
	width:680px;
}

.professor_container .professor_content .custom_slider .slider_content .content h2{
	font-size:16px;
	color:#d7203a;
	margin:0px;
}

.calendar_container .calendar_content .calendar .buttons{
	width:1170px !important;
	margin-top:-70px;
	position:absolute;
}

.calendar_container .calendar_content .calendar .buttons a{
	display:block;
	float:left;
	text-align:center;
	padding:20px 0px;
	position:relative;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	background-color:#4a485f;
	margin-top:12px;
}

.calendar_container .calendar_content .calendar .buttons a:nth-child(2n){
	background-color:#111111;
}

.calendar_container .calendar_content .calendar .buttons a.sel{
	background-color:#cb8893;
	color:#fff;
	border:1px solid #a86a3d;
	font-weight:600 !important;
	margin-top:0px;
	padding:25px 0px;
}

.calendar_container .calendar_content .calendar .buttons a .arrow_button{
	position:absolute;
	bottom:-40px;
	width:100%;
	left:0px;
	display:none;
}

.calendar_container .calendar_content .calendar .buttons a.sel .arrow_button{
	display:block;
}

.calendar_container .calendar_content .calendar .calendar_content{
	display:none;
	margin-top:70px;
	padding-top:30px;
	padding-bottom:50px;
}

.calendar_container .calendar_content .calendar .calendar_content .overflow{
	height:380px;
	overflow:hidden;
}

.calendar_container .calendar_content .calendar .calendar_content .overflow_open img{
	transition:all ease-in-out 0.3s;
}

.calendar_container .calendar_content .calendar .calendar_content .overflow_open.sel img{
	transform:rotate(180deg);
}

.calendar_container .calendar_content .calendar .calendar_content.sel{
	display:block;
}

.partners_content h2{
	font-size:20px;
	font-weight:600;
	color:#2d2b2e;
	font-family:"Exo", sans-serif;
	border-bottom:2px solid #e9e9e9;
	margin:0px;
	height:19px;
}

.partners_content h2 span{
	display:inline-block;
	padding-right:25px;
}

.content_container .content_content hr{
	border:none;
	border-top:2px solid #dcdcdc;
}

h1{
	color:#11102b;
	font-size:32px;
	margin:0px;
	font-weight:800;
	font-family:"Exo", sans-serif;
}

h1 span{
	font-weight:400;
}

table.termins{
	font-size:15px;
}