
/** Font Import IHS-171:[2024-FEB-02/ajm1n23]
===================================*/
@import url("auto/aaa_fonts.css");

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: none;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
	height: 376px !important;
}

#slider_sub_section .bx-wrapper .bx-pager, 
#slider_sub_section .bx-wrapper .bx-controls-auto {
left: 364px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 7px;
	right: 30px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('vhs-assets-css-ad7749cbd99e384cbd1fbfedb7296637.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
background: #BC0444;
text-indent: -9999px;
display: block;
width: 26px;
height: 3px;
margin: 0 2px;
outline: 0;
-moz-border-radius: 5px;
/* -webkit-border-radius: 5px; */
/* border-radius: 5px; */
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url('vhs-assets-css-7d591bdaff32d3c2202a2b2a5845fd47.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('vhs-assets-css-7d591bdaff32d3c2202a2b2a5845fd47.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('vhs-assets-css-7d591bdaff32d3c2202a2b2a5845fd47.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*** General Graduation  start ****/
.general-graduation {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
    width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .general-graduation h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}

div[role=main] .general-graduation h3 a {
	color:#000
}


.general-graduation .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.general-graduation img {
	position: absolute;
	top: -10px;
	right: 11px;
}
.general-graduation p {
	font-size:13px;
}
/*** General Graduation  end ****/
/*** General Conference  start ****/
.general-conference {
	position: relative;
	background: #f3f3f3;
    height: 100%;  
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .general-conference h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.general-conference .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.general-conference img {
	position: absolute;
	top: -15px;
	right: 11px;
}
.general-conference p {
	font-size:13px;
}
/*** General Conference  end ****/
/*** General Prognonose  start ****/
.general-prognose {
	position: relative;
	background: #f3f3f3;
    height: 100%;  
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .general-prognose h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.general-prognose .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.general-prognose img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.general-prognose p {
	font-size:13px;
}
/*** General Prognonose  end ****/
/*** General Awards  start ****/
.general-awards {
	position: relative;
	background: #f3f3f3;
    height: 100%;  
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .general-awards h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.general-awards .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.general-awards img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.general-awards p {
	font-size:13px;
}
/*** General Awards  end ****/
/*** General Presseevent  start ****/
.general-presseevent {
	position: relative;
	background: #f3f3f3;
    height: 100%;  
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .general-presseevent h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.general-presseevent .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.general-presseevent img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.general-presseevent p {
	font-size:13px;
}
/*** General Presseevent  end ****/
/*** General Publication  start ****/
.general-publication {
	position: relative;
	background: #f3f3f3;
    height: 100%;  
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .general-publication h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.general-publication .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.general-publication img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.general-publication p {
	font-size:13px;
}
/*** General Publication  end ****/

/*** Grün Political Science Graduation  start ****/
.political-science-graduation {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
    width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .political-science-graduation h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}

div[role=main] .political-science-graduation h3 a {
	color:#000
}


.political-science-graduation .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.political-science-graduation img {
	position: absolute;
	top: -10px;
	right: 11px;
}
.political-science-graduation p {
	font-size:13px;
}
/*** Grün Political Science Graduation  end ****/
/*** Grün Political Science Conference  start ****/
.political-science-conference {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .political-science-conference h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.political-science-conference .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.political-science-conference img {
	position: absolute;
	top: -15px;
	right: 11px;
}
.political-science-conference p {
	font-size:13px;
}
/*** Grün Political Science Conference  end ****/
/*** Grün Political Science Prognonose  start ****/
.political-science-prognose {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .political-science-prognose h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.political-science-prognose .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.political-science-prognose img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.political-science-prognose p {
	font-size:13px;
}
/*** Grün Political Science Prognonose  end ****/
/*** Grün Political Science Awards  start ****/
.political-science-awards {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .political-science-awards h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.political-science-awards .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.political-science-awards img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.political-science-awards p {
	font-size:13px;
}
/*** Grün Political Science Awards  end ****/
/*** Grün Political Science Presseevent  start ****/
.political-science-presseevent {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .political-science-presseevent h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.political-science-presseevent .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.political-science-presseevent img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.political-science-presseevent p {
	font-size:13px;
}
/*** Grün Political Science Presseevent  end ****/
/*** Grün Political Science Publication  start ****/
.political-science-publication {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .political-science-publication h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.political-science-publication .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.political-science-publication img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.political-science-publication p {
	font-size:13px;
}
/*** Grün Political Science Publication  end ****/

/*** Gelb Sociology Graduation  start ****/
.sociology-graduation {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
    width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .sociology-graduation h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}

div[role=main] .sociology-graduation h3 a {
	color:#000
}


.sociology-graduation .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.sociology-graduation img {
	position: absolute;
	top: -10px;
	right: 11px;
}
.sociology-graduation p {
	font-size:13px;
}
/*** Gelb Sociology Graduation  end ****/
/*** Gelb Sociology Conference  start ****/
.sociology-conference {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .sociology-conference h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.sociology-conference .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.sociology-conference img {
	position: absolute;
	top: -15px;
	right: 11px;
}
.sociology-conference p {
	font-size:13px;
}
/*** Gelb Sociology Conference  end ****/
/*** Gelb Sociology Prognonose  start ****/
.sociology-prognose {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .sociology-prognose h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.sociology-prognose .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.sociology-prognose img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.sociology-prognose p {
	font-size:13px;
}
/*** Gelb Sociology Prognonose  end ****/
/*** Gelb Sociology Awards  start ****/
.sociology-awards {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .sociology-awards h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.sociology-awards .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.sociology-awards img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.sociology-awards p {
	font-size:13px;
}
/*** Gelb Sociology Awards  end ****/
/*** Gelb Sociology Presseevent  start ****/
.sociology-presseevent {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .sociology-presseevent h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.sociology-presseevent .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.sociology-presseevent img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.sociology-presseevent p {
	font-size:13px;
}
/*** Gelb Sociology Presseevent  end ****/
/*** Gelb Sociology Publication  start ****/
.sociology-publication {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .sociology-publication h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.sociology-publication .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.sociology-publication img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.sociology-publication p {
	font-size:13px;
}
/*** Gelb Sociology Publication  end ****/

/*** Hellblau Research & Teaching Graduation  start ****/
.research-teaching-graduation {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
    width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .research-teaching-graduation h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}

div[role=main] .research-teaching-graduation h3 a {
	color:#000
}


.research-teaching-graduation .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.research-teaching-graduation img {
	position: absolute;
	top: -10px;
	right: 11px;
}
.research-teaching-graduation p {
	font-size:13px;
}
/*** Hellblau Research & Teaching Graduation  end ****/
/*** Hellblau Research & Teaching Conference  start ****/
.research-teaching-conference {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .research-teaching-conference h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.research-teaching-conference .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.research-teaching-conference img {
	position: absolute;
	top: -15px;
	right: 11px;
}
.research-teaching-conference p {
	font-size:13px;
}
/*** Hellblau Research & Teaching Conference  end ****/
/*** Hellblau Research & Teaching Prognonose  start ****/
.research-teaching-prognose {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .research-teaching-prognose h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.research-teaching-prognose .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.research-teaching-prognose img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.research-teaching-prognose p {
	font-size:13px;
}
/*** Hellblau Research & Teaching Prognonose  end ****/
/*** Hellblau Research & Teaching Awards  start ****/
.research-teaching-awards {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .research-teaching-awards h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.research-teaching-awards .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.research-teaching-awards img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.research-teaching-awards p {
	font-size:13px;
}
/*** Hellblau Research & Teaching Awards  end ****/
/*** Hellblau Research & Teaching Presseevent  start ****/
.research-teaching-presseevent {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .research-teaching-presseevent h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.research-teaching-presseevent .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.research-teaching-presseevent img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.research-teaching-presseevent p {
	font-size:13px;
}
/*** Hellblau Research & Teaching Presseevent  end ****/
/*** Hellblau Research & Teaching Publication  start ****/
.research-teaching-publication {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .research-teaching-publication h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.research-teaching-publication .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.research-teaching-publication img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.research-teaching-publication p {
	font-size:13px;
}
/*** Hellblau Research & Teaching Publication  end ****/

/*** Blau Applied Economics Graduation  start ****/
.applied-economics-graduation {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
    width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .applied-economics-graduation h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}

div[role=main] .applied-economics-graduation h3 a {
	color:#000
}


.applied-economics-graduation .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.applied-economics-graduation img {
	position: absolute;
	top: -10px;
	right: 11px;
}
.applied-economics-graduation p {
	font-size:13px;
}
/*** Blau Applied Economics Graduation  end ****/
/*** Blau Applied Economics Conference  start ****/
.applied-economics-conference {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .applied-economics-conference h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.applied-economics-conference .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.applied-economics-conference img {
	position: absolute;
	top: -15px;
	right: 11px;
}
.applied-economics-conference p {
	font-size:13px;
}
/*** Blau Applied Economics Conference  end ****/
/*** Blau Applied Economics Prognonose  start ****/
.applied-economics-prognose {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .applied-economics-prognose h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.applied-economics-prognose .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.applied-economics-prognose img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.applied-economics-prognose p {
	font-size:13px;
}
/*** Blau Applied Economics Prognonose  end ****/
/*** Blau Applied Economics Awards  start ****/
.applied-economics-awards {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .applied-economics-awards h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.applied-economics-awards .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.applied-economics-awards img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.applied-economics-awards p {
	font-size:13px;
}
/*** Blau Applied Economics Awards  end ****/
/*** Blau Applied Economics Presseevent  start ****/
.applied-economics-presseevent {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .applied-economics-presseevent h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.applied-economics-presseevent .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.applied-economics-presseevent img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.applied-economics-presseevent p {
	font-size:13px;
}
/*** Blau Applied Economics Presseevent  end ****/
/*** Blau Applied Economics Publication  start ****/
.applied-economics-publication {
	position: relative;
	background: #f3f3f3;
    height: 100%; 
     width: 100%;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    }
div[role=main] .applied-economics-publication h3 {
	font-weight: 600;
	padding-top:0px;
	margin:0;
}
.applied-economics-publication .csc-header {
	padding-top: 7px;
	margin: 20px 0 0 0;
}
.applied-economics-publication img {
	position: absolute;
	top: -11px;
	right: 11px;
}
.applied-economics-publication p {
	font-size:13px;
}
/*** Blau Applied Economics Publication  end ****/

@media print {
 	
 	ul#logo, .bs-docs-sidenav, #topnav, .navbar-form, .navbar, .nav, .printbox, #searchbox, #slider_sub_section, footer, #ep_navbar {
 		display:none;	
 	}

 	 .col-md-9 {
 	 	float:left;
 	 	}
 	 	
 	 a[href]:after {
    content: none !important;
  }
 
 }


/* Responsive
-------------------------------------------------- */
/* Desktop max-width: 320px
------------------------- */
@media (min-width: 240px) and (max-width: 320px){

	#logo > li > a > img {
		width: 100%;
		height: auto;
	}
	
	.bs-docs-sidenav {
		width: 100%;
	}
	
	.bx-wrapper {

	display: none;
	}
	
	/*Slider */
	#slider_section .bx-wrapper .bx-viewport, #slider_sub_section .bx-wrapper .bx-viewport {
		height:auto;
		left:0;	
	}
	
	#slider_sub_section .bx-wrapper .bx-viewport {
		left:0;
	}
	
	#slider_section .rechteck-about-ihs, #slider_sub_section .rechteck-about-ihs {
		background: #BC0444;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;
	}
		
	#slider_section .rechteck-applied-economics, #slider_sub_section .rechteck-applied-economics {
		background: #0D5168;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;	
	}
	
	#slider_section .rechteck-research-teaching, #slider_sub_section .rechteck-research-teaching {
		background: #01759C;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;
	}
	
	#slider_section .rechteck-sociology, #slider_sub_section .rechteck-sociology {
		background: #CDA022;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;
	}
	
	#slider_section .rechteck-political-science, #slider_sub_section .rechteck-political-science {
		background: #436900;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;
	}
	
	
	
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		display:none;
	}
	
	/* Research and Projects */ 
	.applied-economics-magazin {
    	width: 100%;
    }
    p.applied-economics {
		width: 100%;
		}
		
	.political-science-buch {
    	width: 100%;
    }
    
    .applied-economics-online {
    	width: 100%;
    }
    
    .political-science-magazin {
    	width: 100%;
    }
    
    .sociology-magazin {
    	width: 100%;
    }
    
    .research-teaching-online {
   		width: 100%; 
    }
		
		
	/* Peoplesite */
    #wrapper_people {
        /*
		min-width: 240px;
		max-width: 320px;
		*/
	}
    
    
    #columns {
        /*
		-webkit-column-count: 1;
		-moz-column-count: 1;
		*/
	}
	
	#topnav ul.navbar-nav {
        margin: 0 -5px;
		float: left;
	}
		
	.servicenav > li {
		float: left;
	}
	
	.navbar-default .navbar-nav>li.topnav>a {
		color: #BC0444;
		}
		
	.navbar-nav>li.topnav>a {
		float:left;
		font-size: 14px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.nav>li.topnav>a {
		padding: 2px 2px;
	}
	
	/* Searchbox */
	
	#searchbox {
		width:100%;
	}
	
	.navbar-form {
		margin-top: 8px;
		margin-right: 0;
		margin-bottom: 8px;
		margin-left: 0;
		width: 100%;
	}
	
	.input-group, #searchbox .input-group {
		width: 100%;
	}
	
	
	.input-group .form-control, #searchbox .input-group .form-control {
		width: inherit;
	}
	
}







/* Desktop max-width: 480px
------------------------- */
@media (min-width: 320px) and (max-width: 480px){

		.bs-docs-sidenav {
		width: 100%;
	}

	/*.navbar-form {
		display:none;
	}*/
	
	.bx-wrapper {

	display: none;
	}

	.navbar-main {
		display: none;
	}

	nav {
    min-height: inherit;
	}

	.mobilenav select {
		padding: 5px;
		font-size: 16px;
		line-height: 1;
		border: 1px solid #BC0444;
		border-radius: 0;
		height: 34px;
		width: 100%;
   }
	
	.navbar-main {
		display: none;
	}

    .mobilenav {
        display:block;
        text-align:center;
        margin: 0 30px 20px 30px;
    }
	
	.mobilenav select {
		padding: 5px;
		font-size: 16px;
		line-height: 1;
		border: 1px solid #BC0444;
		border-radius: 0;
		height: 34px;
   }
	
	
	#topnav ul.navbar-nav {
		float: left;
        margin: 0 -5px;
	}

	.servicenav > li {
		float: left;
	}
	
	.navbar-default .navbar-nav>li.topnav>a {
		color: #BC0444;
		}
		
	.navbar-nav>li.topnav>a {
		float:left;
		font-size: 14px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.nav>li.topnav>a {
		padding: 2px 2px;
	}	

	/*Slider */
	/* no slider */
	#slider_sub_section {
		display:none;
	}
	#slider_section .bx-wrapper .bx-viewport, #slider_sub_section .bx-wrapper .bx-viewport {
		height:auto;
		left:0;	
	}
	
	#slider_sub_section .bx-wrapper .bx-viewport {
		left:0;
	}
	
	#slider_section .rechteck-about-ihs, #slider_sub_section .rechteck-about-ihs {
		background: #BC0444;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;
	}
		
	#slider_section .rechteck-applied-economics, #slider_sub_section .rechteck-applied-economics {
		background: #0D5168;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;	
	}
	
	#slider_section .rechteck-research-teaching, #slider_sub_section .rechteck-research-teaching {
		background: #01759C;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;
	}
	
	#slider_section .rechteck-sociology, #slider_sub_section .rechteck-sociology {
		background: #CDA022;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;
	}
	
	#slider_section .rechteck-political-science, #slider_sub_section .rechteck-political-science {
		background: #436900;
		position: inherit;
		width: 100%;
		height: auto;
		padding:1px;
	}
	
	
	
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		display:none;
	}
	
	/* Searchbox */
	
	#searchbox {
		width:100%;
	}
	
	.navbar-form {
		width: 100%;
	}
	
	.input-group, #searchbox .input-group {
		width: 100%;
	}
	
	
	.input-group .form-control, #searchbox .input-group .form-control {
		width: inherit;
	}
	
	
	
	
	
	/* Research and Projects */ 
	.applied-economics-magazin {
    	width: 100%;
    }
    p.applied-economics {
		width: 100%;
		}
		
	.political-science-buch {
    	width: 100%;
    }
    
    .applied-economics-online {
    	width: 100%;
    }
    
    .political-science-magazin {
    	width: 100%;
    }
    
    .sociology-magazin {
    	width: 100%;
    }
    
    .research-teaching-online {
   		width: 100%; 
    }
    
    /* Peoplesite */
    
    #wrapper_people {
        /*
		min-width: 480px;
		max-width: 768px;
		*/
	}
    
    
    #columns {
        /*
		-webkit-column-count: 3;
		-moz-column-count: 3;
		*/
	}

    /* Footer */
    .col-md-2 {
		width: 100%;
	}
	
	footer .about-ihs {
		width: 100%;
		}
	
	footer .applied-economics {
		width: 100%;
	}
	
	footer .research-teaching {
		width: 100%;
	}
	
	footer .sociology {
		width: 100%;
	}
	
	footer .political-science {
		width: 100%;
	}
    	
	
	
}











/* Desktop max-width: 1024px
------------------------- */
@media (max-width: 1024px){

	body > div:nth-child(1) > div:nth-child(1) > div > div.navbar > ul > li > a {
    	font-size: 11px;
	}

    #topnav ul.navbar-nav {
        float: left;
        margin: 0 -5px;
    }

    .langmenu a {
		font-size: 10px;
	}
	
	ul#logo {
		overflow: hidden;
	}
	
	#logo li {
		float:left;	
		width: 50%;
	}

	#logo > li > a > img {
    	max-width: 70%;
    	height: auto;
	}

    .input-group {
        margin-top: 15px;
        margin-bottom: 5px;
        width: 100%;
    }

    /*suche */
    .navbar-form {
        margin: 0;
    }

	.input-group .form-control {
    	margin-bottom: 0px;
    	width: 100%;
	}
	
	.col-md-6 {
		30%;
	}
	
	.navbar-main .navbar-nav > li > a {
		font-size: 12px;
    	text-align: center;
    	line-height:15px;
    	
	}
	
	.navbar-main .navbar-nav > li {
		width: 89px;
	}
	
	.bx-wrapper {
		display:none;
	}
	
    /* Footer */
    .col-md-2 {
		width: 100%;
	}
	
	footer .about-ihs {
		width: 100%;
		}
	
	footer .applied-economics {
		width: 100%;
	}
	
	footer .research-teaching {
		width: 100%;
	}
	
	footer .sociology {
		width: 100%;
	}
	
	footer .political-science {
		width: 100%;
	}

    .navbar-main .navbar-nav > li > a {
        height: 90px;
    }

}


@media (max-width: 1199px) {
    footer .csc-header h2 {
        font-size: 18px;
        min-height: 95px;
    }

    footer .about-ihs p,
    footer .applied-economics p,
    footer .research-teaching p,
    footer .sociology p,
    footer .political-science p {
        min-height: 410px;
    }

    .bx-wrapper .bx-viewport {
        height: 310px !important;
    }

    #slider_section h2 {
        font-size: 29px;
        line-height: 1.1;
    }

    #slider_section .rechteck-about-ihs,
    #slider_section .rechteck-applied-economics,
    #slider_section .rechteck-research-teaching,
    #slider_section .rechteck-sociology,
    #slider_section .rechteck-political-science {
        height: 224px;
        background-position: right bottom;
    }

    #month-header {
        font-size: 14px;
        letter-spacing: -1px;
        height: 40px;
    }

    #columns > a {
        width: 50%;
    }

    .navbar-main .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar-main .nav > li > a {
        padding: 15px 10px;
    }

    .input-group .form-control {
        width: 220px;
    }

    #topnav .navbar-nav {
        float: left;
        margin: 0;
    }
}


@media (min-width: 992px) and (max-width: 1199px){
#slider_sub_section .rechteck-about-ihs {
    position: absolute;
    top: 11px;
	right: 15px;
	z-index: 1000;
	width: 345px;
	height: 280px;
    display: block;
	}
	
	.col-md-6-maincontent h3 {
    font-size: 15px;
}
    
}


@media (max-width: 1024px) {
    footer .csc-header h2 {
        font-size: 18px;
        min-height: 95px;
    }

    footer .about-ihs p,
    footer .applied-economics p,
    footer .research-teaching p,
    footer .sociology p,
    footer .political-science p {
        min-height: 0;
    }
}

@media (max-width: 768px) {
    #wrapper_people {
        width: 100%;
        /*
        max-width: 1046px;
        min-width: 638px;
        */
        margin: 30px auto;
        color: #000;
        font-family: 'Open Sans', sans-serif;
    }

    .input-group .form-control {
        width: 100%;
    }

    #logo li {
        float: none;
        width: 100%;
    }

    #logo > li > a > img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .bx-wrapper {

        display: none;
    }

    .navbar-main {
        display: none;
    }

    nav {
        min-height: inherit;
    }

    .mobilenav select {
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 1px solid #BC0444;
        border-radius: 0;
        height: 34px;
        width: 100%;
    }

    .navbar-main {
        display: none;
    }

    .mobilenav {
        display:block;
        text-align:center;
        margin: 0 30px 20px 30px;
    }

    .mobilenav select {
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 1px solid #BC0444;
        border-radius: 0;
        height: 34px;
    }


    #topnav ul.navbar-nav {
        float: left;
        margin: 0 -5px;
    }

    .servicenav > li {
        float: left;
    }

    .navbar-default .navbar-nav>li.topnav>a {
        color: #BC0444;
    }

    .navbar-nav>li.topnav>a {
        float:left;
        font-size: 14px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .nav>li.topnav>a {
        padding: 2px 2px;
    }
    
    
    .pin {
    	width: 47%;
    }

}

@media (max-width: 480px) {
    #columns > a {
        width: 100%;
    }

    #logo > li > a > img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .pin {
    	width: 100%;
    }
}

div[role="main"] h1.header-soc,
div[role="main"] h2.header-soc,
div[role="main"] h3.header-soc,
div[role="main"] h4.header-soc {
	color: #CDA022;
	}
	
div[role="main"] h1.header-applied,
div[role="main"] h2.header-applied,
div[role="main"] h3.header-applied,
div[role="main"] h4.header-applied {
	color: #0D5168;
	}
	
div[role="main"] h1.header-teaching,
div[role="main"] h2.header-teaching,
div[role="main"] h3.header-teaching,
div[role="main"] h4.header-teaching {
	color: #01759C;
	}
	
div[role="main"] h1.header-pol,
div[role="main"] h2.header-pol,
div[role="main"] h3.header-pol,
div[role="main"] h4.header-pol {
	color: #436900;
	}

