#content_wrap #content {
	/*width: 770px;*/
}

div.course_tab {
	display: block;
	float: left;
	width: 115px;
	padding: 5px 10px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	position: relative;
	top: 1px;
	font-weight: bold;
	z-index: 40;
}

div#tab_stud {
	width: 170px;
}

div.course_tab_act {
	display: block;
	float: left;
	width: 115px;
	padding: 5px 10px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-color: #E2E3E3;
	border-bottom: 1px solid  #E2E3E3;
	margin-right: 2px;
	position: relative;
	top: 1px;
	font-weight: bold;
	z-index: 40;
}

div#tab_master {
	width: 70px;
}

div.tabs {
	float: left;
	/*width: 	580px;*/
	display: inline;
	margin:0;
	padding: 0;
}

#content .tx-igstudiengaenge-pi3 #studiengaenge,
#content .tx-igstudiengaenge-pi3 #studiengaenge_table,
#content .tx-igstudiengaenge-pi3 #weiterbildung,
#content .tx-igstudiengaenge-pi3 #weiterbildung_table,
#content .tx-igstudiengaenge-pi3 #master,
#content .tx-igstudiengaenge-pi3 #master_table {
	margin-top: 0;
	clear: both;
	width: 	580px;
}

#content .tx-igstudiengaenge-pi3 #studiengaenge td,
#content .tx-igstudiengaenge-pi3 #master td,
#content .tx-igstudiengaenge-pi3 #weiterbildung td {
	height: 50px;
	border-left: none;
	padding: 5px 10px;
	border-top: 1px solid #CCCCCC;
}

#content .tx-igstudiengaenge-pi3 #studiengaenge .evenRow td,
#content .tx-igstudiengaenge-pi3 #master .evenRow td,
#content .tx-igstudiengaenge-pi3 #weiterbildung .evenRow td {
	background-color: #F2F2F2;
}

#content .tx-igstudiengaenge-pi3 #studiengaenge th,
#content .tx-igstudiengaenge-pi3 #master th,
#content .tx-igstudiengaenge-pi3 #weiterbildung th {
	padding: 5px 10px;
	color: #000;
	background-color: #E2E3E3;
}

.cc_name {
	width: 270px;
}
.cc_degree {
	width: 150px;
	overflow: hidden;
}
.cc_semester {
	width: 120px;
	overflow: hidden;
}


/* SELECTBOX */

.multiselect {
	float: left;
	margin: 1px;
}
.multiselect.last {
	margin-left: 0;
}

.mobileShow {
	display: none;
}




/*
.multiselect.send .selectBox {
	background-color: #006AB3;
	width: 227px;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	padding-top: 16px;
	margin-top: 6px;
	height: 32px;
	cursor: pointer;
}
.multiselect.send .selectBox:after {
	font-family: FontAwesome;
	content:"\f054";
	margin-left: 105px;
    font-weight: lighter;
}
*/

.multiselect.send {
	margin-top: 20px;
	clear: both;
}

.stdb_anzeigen, .stdb_reset {
	display: block;
	color: #fff;
	padding: 8px;
	padding-left: 16px;
	background-color: #006AB3;
	border-radius: 5px;
	cursor: pointer;
	clear: both;
	width: 300px;

}

.stdb_anzeigen:after, .stdb_reset:after {
	font-family: FontAwesome;
	content:"\f054";
	margin-left: 105px;
	font-weight: lighter;
}


.selectBox {
	position: relative;
	height: 48px;
	background-color: #E2E3E3;
	padding-left: 14px;
	padding-right: 14px;
}
.selectBox select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;

	height: 48px;
	width: 227px;
	background-color: #E2E3E3;
	border: none;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	color: #006AB3;
	background: transparent !important;
	border: none !important;
	border:0px;
	outline:0px;
}

.selectBox select::-ms-expand {
	display: none;
}

.selectBox select:after {
	font-family: FontAwesome;
	content:"\f054";
    font-weight: lighter;
}
.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.checkboxes {
	background-color: #E2E3E3;
	font-family: Helvetica;
	color: #006AB3;
	position: absolute;
	z-index: 999;
	width: 255px;
}
.checkbox {
	height: 50px;
	width: 255px;
	padding-top: 2px;
	padding-bottom: 14px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.checkbox:hover {
	background-color: #F5F6F6;
}
.checkbox input {
	/*display: none;*/
}
.checkbox label {
	display: block;
	font-size: 14px;
	margin-left: 18px;
	width: 180px;
}
#checkboxes label {
	display: block;
}
#checkboxes label:hover {
	background-color: #1e90ff;
}


.select_title {
	display: block;
	background-color: #E2E3E3;
	padding: 5px;
	font-weight: bold;
}

.checkbox_cont {
	position: relative;
	padding: 5px;
}

.checkbox_cont label {
	display: block;
	width: 90%;
	font-size: 0.8em;
	line-height: 1.2em;
}

.checkbox_normal {
	position: absolute;
	top: 6px;
	right: 10px;
}

.radio_gesamt {
	position: inherit;
	float: left;
	margin-right: 10px;
}

.radio_cont label {
	display: block;
	width: 90%;
	font-size: 0.8em;
	line-height: 1em;
}

.radio_cont {
	display: block;
	height: 30px;
}

.radio_normal {
	position: absolute;
	top: 4px;
	left: 210px;
}

#studienAuswahl {
	margin-top: 20px;
}


.fakecheck {
	position: absolute;
	top: 10px;
	right: 0px;
	height: 16px;
	width: 16px;
	border: 1px solid #979797;
	background-color: #FFFFFF;
	margin-right: 13px;
}
.fakecheck.act:after {
	font-family: FontAwesome;
	content:"\f00c";
	color: #00b314;
	font-size: 16px;
	font-weight: lighter;
	position: absolute;
	top: -5px;
}
.stdg_reset {
	margin-top: 14px;
	color: #000000;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
    margin-left: 2px;
}
.stdg_reset:before {
	font-family: FontAwesome;
	content: "\f021";
	height: 11.63px;
	width: 12px;
	margin-right: 10px;
    font-weight: lighter;
}

.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #E2E3E3;
	right: 9px;
	color: #006AB3;
}
.arrow.closed {
	top: 16px;
}
.arrow.closed:before {
	font-family: FontAwesome;
	content:"\f078";
    font-weight: lighter;
}
.arrow.opened {
	top: 16px;
}
.arrow.opened:before {
	font-family: FontAwesome;
	content:"\f077";
    font-weight: lighter;
}
div.filter_header {
    height: 22px;
    color: #000000;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 20px;
}

/* ERGEBNISLISTE */

div.result_header {
    height: 22px;
   /* width: 104px;*/
    color: #000000;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
}

.li_arrow .detail_arrow:after {
    font-family: FontAwesome;
    content:"\f054";
	font-weight: lighter;
}

.stdg_ov_more:after {
    font-family: FontAwesome;
    content:"\f054";
	font-weight: lighter;
	padding-left: 10px;
}

.sorter {
    cursor: pointer;
}

.stdg_ov_bg {
	position: fixed !important;
	z-index: 999;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.stdg_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10000;
    top: 20px;
    left: 0;
}
.stdg_ov_outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
}
.stdg_ov_inner{
    width: 800px;
    height: 550px;
    background-color: #fff;
    padding: 20px;
}
.stdg_ov_footer {
    position: relative;
}
div.stdg_ov_more {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #006AB3;
    color: #ffffff;
    width: 200px;
    margin: 0 auto;
    margin-top: -12px;
    cursor: pointer;
    font-size: 14px;
	font-family: Helvetica;
	border-radius: 4px;
}
div.stdg_ov_footer:after {
    position: relative;
    top: -33px;
    left: 100px;
    color: #ffffff;
}
.stdg_ov_header {
    margin-top: 2px;
    margin-bottom: 10px;
}
.stdg_ov_header h2 {
    font-family: Helvetica;
    font-size: 18px;
    float: left;
}
.stdg_ov_header span {
    float: right;
}
span.stdg_ov_close {
    cursor: pointer !important;
    color: #006AB3;
    font-family: Helvetica;
    font-size: 14px;
}
span.stdg_ov_close:after {
    font-family: FontAwesome;
    content:"\f00d";
    font-weight: lighter;
    margin-left: 8px;
}

/* Sonstiges */
.stdg_ov_main {
	height: 440px;
}

.ytframe img {
	max-height: 440px;
	width: 100%;
}

.ytframe{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:90.27198%;
}

.ytframe iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-height: 420px;
}


.media_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
Style list after table refactoring
*/

.result_table {
    margin-block-start: 16px;
}

.result_table .table_header {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}
.result_table .sorter::after {
    font-family: FontAwesome, sans-serif;
    content: "\f0dc";
    font-weight: lighter;
    margin-inline-start: 6px;
}

.result_table .sorter.asc::after {
    font-family: FontAwesome;
    content:"\f0de";
    font-weight: lighter;
}
.result_table .sorter.desc::after {
    font-family: FontAwesome;
    content:"\f0dd";
    font-weight: lighter;
}

.result_table tbody tr {
    transform: translate(0);
    clip-path: inset(0);
    display: flex;
    inline-size: 100vw;
    flex-direction: column;
    border-bottom: 1px solid #C3CACD;
    color: #006AB3;
    cursor: pointer;
    padding-block: 17px;
}

.result_table thead tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.result_table tbody td:first-child {
    font-weight: bold;
}

.result_table tbody tr:hover,
.result_table tbody tr:focus-visible {
    background-color: #e5f0f7;
}

.result_table tbody tr a {
    color: #006AB3;
}

.result_table tbody tr a:hover {
    color: #006AB3;
    text-decoration: none;
}

.result_table tbody td a::after {
    content: '';
    position: absolute;
    inset: 0;
}

@media (min-width: 768px) {
    .result_table tbody tr {
        display: revert;
        inline-size: auto;
    }

    .result_table thead tr {
        display: revert;
    }

    .result_table tbody td {
        inline-size: 25%;
        padding-block: 17px;
    }

    .result_table tbody td:first-child {
        font-weight: initial;
    }
}
