/* CONTENTS */

/* kontakt.html */
input, textarea {
	background: #ccc;
	background: rgba(0,0,0,0.15);
	border: 0;
	line-height: 1.8em;
	border-radius: 0px;
}

input:hover {
	background: #7f9b6b;
	color: #fff; 
}
input:active,
input:focus {
	color: #333;
}

.icon-link {
	font-size: 240%;
	line-height: 260%;
	color: #222;
}

.icon-link:hover {
	color: #f56e00;
}

.video-link img {
	position: relative;
	top: 14px;
	left: 5px;
	opacity: 0.3;
}

.video-link:hover img, .video-link img:hover {
	opacity: 1.0;
}

.video-link-next-to-button {
	position: relative;
	left: 4px;
	top: -4px;
}
.video-link-next-to-link {
	position: relative;
	left: 0px;
	top: -6px;
}
.video-link-next-to-button img, .video-link-next-to-link img {
	position: absolute;
	top: 0;
	left: 0;
}

.video-link-next-to-widget {
	float: right;
	top: -20px;
	margin-bottom: -20px;
	position: relative;
	margin-right: 26px;
	line-height: 48px;
}

form li {
	padding: 3px 0 3px 0;
	width: 100%;
}

textarea,
select,
input[type="text"],
input[type="number"] {
	width: 40%;
	box-sizing: border-box;
	padding: 3px 10px 4px 7px;
	font-size: 0.9em;
}
.Question .Inner select {
    display: block;
    margin-left: 50px;
    margin-top: 5px;
}
input[type="text"].Text.Short, input[type="number"].Text.Short {
    margin-left: 15px !important;
    display: inline;
    width: 7%;
    padding: 3px 0 4px 7px;
}
input[type="text"].Text {
    display: block;
    margin-left: 50px !important;
    margin-top: 15px !important;
}
input[type="text"], input[type="number"] {
	padding: 0 10px 0 7px;
	line-height: 1.8em;
	min-height: 20px;
}

form .desc {
	line-height: 1.8em;
	width: 18%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

textarea {
	max-width: 40%;
}

.form-radio,
.form-check {
	width: 40%;
	display: inline-block;
}
.radio-wrap,
.check-wrap {
	display: inline-block;
	box-sizing: border-box;
}

.form-radio input[type="radio"],
.form-check input[type="checkbox"] {
	margin: 0 10px 0 0;
	display: inline-block;
	background: none;
}

.form-radio label,
.form-check label {
	width:80%;
	display: inline-block;
}
/* kontakt.html end */

/* index.html */
.teaser-wrap {
	width: 46%;
}
.teaser-wrap p {
	font-size: 1.2em;
	line-height: 1.46em ;
	color: #5b5b5b;
	margin: 6px 0;
}

span.score-icon,
span.start-icon {
	width:42px;
	height: 42px;
	background: url(/portal/images/media/start-icon.png) no-repeat;
	display: inline-block;
	background-size: cover;
	margin: 0 20px 0 0;
	position: relative;
	top: 9px;
}

span.score-icon {
	background: url(/portal/images/media/score-icon.png) no-repeat;
	background-size: cover;	
}

img.start {
	position: absolute;
	width: 53%;
	right: 0px;
	bottom: 0px;
}

.taneingabe {
	margin-top: 15px;
	height: 74px;
}

.taneingabe span.score-icon {
	float: left;
}

.taneingabe table {
}

.taneingabe table td {
	height: 40px;
	vertical-align: middle;
	font-size: 200%;
	padding: 0;
	margin: 0;
}

.taneingabe form input {
	height: 30px;
	margin-left: 5px;
	padding: 0 8px;
	width: 96%;
	line-height: 30px;
}

.taneingabe form input[type="submit"] {
	width: 29px;
	height: 29px;
	background: url(/portal/images/icons/test-intro_submit.png);
	background-size: 29px 29px;
	cursor: pointer;
}

.stempelwrap {
	overflow: visible;
}

.stempel {
	position: absolute;
	top: 10%;
	right: 10%;
	opacity: 1;
	pointer-events: none;
	overflow: hidden;
	
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-animation: stempel 500ms ease;
	-moz-animation:    stempel 500ms ease;
	-o-animation:      stempel 500ms ease;
	animation:         stempel 500ms ease;
	
	width: 171px;
	height: 172px;
	
	z-index: 0;
}

.ie9 .stempel {
	display: none !important;
}
/* chrome v4.0 / safari v4.0 / opera v15.0 */
@-webkit-keyframes stempel {
	0% {top: 300px; right: 70%; opacity: 0; width: 1710px; height: 2720px;z-index: 999;}
	90% {top: 10%;}
	95% {right: 10%; opacity: 1; width: 171px; height: 172px;}	
	100% {opacity: 1;z-index:0;}
}
/* firefox v5.0 */
@-moz-keyframes stempel {
	0% {top: 300px; right: 70%; opacity: 0; width: 1710px; height: 2720px;z-index: 999;}
	90% {top: 10%;}
	95% {right: 10%; opacity: 1; width: 171px; height: 172px;}	
	100% {opacity: 1;z-index:0;}
}
/* opera v12.0 */
@-o-keyframes stempel {
	0% {top: 300px; right: 70%; opacity: 0; width: 1710px; height: 2720px;z-index: 999;}
	90% {top: 10%;}
	95% {right: 10%; opacity: 1; width: 171px; height: 172px;}	
	100% {opacity: 1;z-index:0;}
}
/* ie10.0 / firefox 16.0 */
@keyframes stempel {
	0% {top: 300px; right: 70%; opacity: 0; width: 1710px; height: 2720px;z-index: 999;}
	90% {top: 10%;}	
	95% {right: 10%; opacity: 1; width: 171px; height: 172px;}
	100% {opacity: 1;z-index:0;}
}

/* index.html end */


/* mein_profil.html */
body.profil .l-side,
body.profil .r-side {
	width: 50%;
	padding: 0 25px 0 0;
}
body.profil .r-side {
	padding: 0 0 0 25px;
}

span.info-icon {
	width: 20px;
	height: 20px;
	background: url(/portal/images/media/info-icon.png) no-repeat;
	background-size: cover;
	display: inline-table;
	margin: 0 7px 0 0;	
}
.interests {
	margin: 10px 0 0 0;
}
.interests .interest-line {
	margin: 6px 0 0 0;
}
.interests .interest-line .bar {
	display: inline-block;
	background: #e5e5e5;
	height: 20px;
	line-height: 20px;
	width: 93%;
	width: calc(100% - 47px);
	position: relative;
	overflow: hidden;
}
.skills .interests .interest-line .bar {
    width: calc(100% - 53px);
}
.interests .interest-line .bar .average,
.interests .x-ground .average {
	width: 60%;
	height: 100%;
	margin: 0 auto;
	background: #cecece;
}
.interests .interest-line .bar .bar-inner {
	background: #f6b27b;
	background: rgba(247,139,51,0.4);
	color: #222;
	position: absolute;
	height: 100%;
	top: 0px;
	padding: 1px 0 1px 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.interests .interest-line .bar .bar-label {
    position: absolute;
    padding-left: 4px;
    z-index: 1;
}
.interests .x-ground {
	width: calc(100% - 47px);
	margin: 0 0 0 30px;
	box-sizing: border-box;
	position: relative
}
.interests .x-ground div.legend {
	width: 30px;
	position: absolute;
	text-align: center;
	margin: 3px 0 0 -15px;	
}
.interests .x-ground div.zero {left: 0%;}
.interests .x-ground div.twenty {left: 20%;}
.interests .x-ground div.fourty {left: 40%;}
.interests .x-ground div.sixty {left: 60%;}
.interests .x-ground div.eighty {left: 80%;}
.interests .x-ground div.hundred {
	left: 100%;
	margin-left: -23px;
}
.interests .x-ground div.legend-text {
	text-align: center;
	font-size: 0.74em;
	line-height: 1.1em;
}
.interests .x-ground .average {
	height: 10px;
	margin: 9px auto 3px auto;
}
span.duration-icon {
	width: 27px;
	height: 27px;
	background: url(/portal/images/media/20min-icon.png) no-repeat;
	background-size: cover;
	display: inline-table;	
	margin: 0 9px 0 0;
}
span.duration-icon.thirty-min {
	background: url(/portal/images/media/30min-icon.png) no-repeat;
	background-size: cover;
}
.skills p {
	display: inline-block;
	width: 91%;
}
.skills p a {
	float: right;
}
.skills p a button.next {
	margin-top: 0;
}
/* mein_profil.html end */

/* test */
#test .teaser-wrap {
	width: 46%;
	float: left;
}

#test .test-intro {
	margin-top: 10px;
	line-height: 30px;
}

#test .test-intro table {
	width: auto;
	background: none;
}

#test .test-intro table tr {
	background: none !important;
}

#test .test-intro table td {
	padding-right: 10px;
	vertical-align: middle;
	height: 60px;
}
#test .test-intro input, #test .test-intro button.submit {
	padding: 3px 10px 4px 7px;
	height: 30px;
	box-sizing: border-box;
	width: 100%;
}
#test .test-intro button.submit {
	width: 29px;
	height: 29px;
	background: url(/portal/images/icons/test-intro_submit.png);
	background-size: 29px 29px;
	cursor: pointer;
    border: 0 none;
    position: relative;
    top: -2px;
}
#test .test-intro input[type="submit"]:hover,
.taneingabe input[type="submit"]:hover,
#test .test-intro button.submit:hover {
	background: url(/portal/images/icons/test-intro_submit_act.png);
	background-size: 29px 29px;
}
#test img.test-intro {
	width: 40%;
	float: right;
}

#test table.test td.active{
	background-color: #598a34;
}
#test table.test {
	border-collapse: collapse;
	width: 100%;
    border-bottom: 2px solid #d9d9d9;
}
#test table.test th{
	text-align: left !important;
	font-size: 110%;
}
#test table.test td, #test table th {
	border-right: 2px solid white;
	border-bottom: 1px solid #fff;
	padding: 6px 10px 6px 10px;
	margin: -1px;
}

#test table.test tr:nth-child(even){
	background: #d9d9d9;
}
#test table.test tr:nth-child(odd), #test .content-div, .content-div{
	background: #f2f2f2;
}
/* Width of first td */
#test table.test td {
	text-align: center;
	width: 10%;
	cursor: pointer;
}

#test table.test td.hoverMe:hover {
	background-color: #666;
}
#test table.test td.active,
#test table.test td.label,
#test table.test td.labelTop {
	pointer-events: none;
}

#test table.test td.label {
	width: 50%;
	text-align: left;
}

.PausePage .bar {
    background-color: #E5E5E5;
}
.PausePage .bar .inner {
    background: #f6b27b;
    background: rgba(247,139,51,0.4);
    display: block;
    height: 18px;
    position: absolute;
}
.PausePage .bar .text {
    /*font-weight: 600;
    color: #e46803;*/
    text-align: left;
}

.do_test_pause.next.back {
	font-size: 0.7em;
	margin: 3px;
	background-color: #769360;
}
.menuline form .do_test_pause.next.back {
	float: left;
}

.do_test_pause.next.back:hover {
    background-color: #B5C5A9;
}
.label_pause {
    float: left;
    margin: 4px 10px 4px 10px;
    color: #B5C5A9;
}

#test table.test tr {
	height: 28px;
	border-bottom: 1px solid #fff;
}

#test table.test td, #test table.test th {
	padding: 0 2px;
	border-right: 2px solid #fff;
}

#test main .next.test_pause, #test main .SendBar input[type="submit"] {
    float: none;
    margin: 15px auto;
    text-align: center;
}
#test main .next, #test main .SendBar.SendBarRight input[type="submit"]  {
    float: right;
}

#test main .next.lft, main input[type="submit"].next.lft {
	float: none;
}

#test .selectable {
	color: transparent;
}
#test table.test tr.isForced td, #test table.test tr.isForced th, input.isForced, select.isForced, div.isForced {
    background-color: #faa !important;
    border: 1px solid #F73B00;
}
.Answers > table {
	width: 100%;
}
.Answers td {
	text-align: center;
}
.Answers td table {
	margin-right: 10px;
	display: inline;
}
/* test end*/

.smallText {
    font-size: 0.7em;
}

#feedbackform {
    width: 507px;
}
.closefbwindow {
    font-size: 0.9em;
    left: 470px;
    margin-left: -30px;
    position: absolute;
    top: 9px;
}
#feedbackiframe {
    overflow:hidden;
    height: 345px;
    width: 495px;
    margin-bottom:10px;
    margin-left: 6px;
}

/* profil_gewichtung.html */
#gewichten .r-side {
	margin-top: 38px;
}

#gewichten .next {
	background: #2a5808;
}

#gewichten .next:hover {
	background: #e46803;
}

.content-div{
	height: 319px;
	width: 25%;
	float: left;
	display: block;
   top: 0;
   -webkit-user-select: none;
   position: relative;
   box-sizing: border-box;
}

#explanations {
    margin-left: 10px;
    width: 22.5%;
    opacity: 0.0;
    padding: 20px;
}

#center{
	 margin-right: 0.5%;
	 margin-left: 0.5%;
}
.content-div div, .content-div h3{
	text-align: center;
	padding: 7px 10px 6px 10px;
	margin: 4px;
	font-size: 1.25em;
	cursor: move;
}
#left.content-div h3{
	color: #eeb88d;
}
#center.content-div h3{
	color: #f78b33;
}
#right.content-div h3{
	color: #f56f03;
}
#r-side-content{
	width: 100%;
	min-height: 300px;
	display: block;
	margin-top: -34px;
}
.dragCell{
}
#r-side-content-head, #r-side-content-main, #r-side-content-footer{
	margin-top: 20px;
}
#r-side-content-main .next,#r-side-content-main .back{
	margin-top: 5px;
}

/* .uwichtig */
#left > div{
	background: #eeb88d;
}
#left > div:hover{
	background: #f6c69d;
}
/* .wichtig */
#center > div{
	background: #f78b33;
}
#center > div:hover{
	background: #ff9b4b;
}
/* .swichtig */
#right > div{
	background: #f56f03;
}
#right > div:hover{
	background: #ff8522;
}

.ghost {
	color: rgba(51, 51, 51, 0) !important;
	background: #e5e5e5 !important;
}

.drag-note-min,
.drag-note-max {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	opacity: 0;
	display: none;
	padding: 0.5em;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	bottom: 0;
}
.drag-note-max {
	padding-top: 0.4em;
}
/* mein_profil_gewichtung.html end */ 


/* Studienfachempfehlungen */
li.st-gang {
	background: #e5e5e5;
	background: rgba(0,0,0,0.1);
	width: 100%;
	margin: 0 0 3px 0;
	display: table;
	position: relative;
	cursor: pointer;
}

li.st-gang.open {
	cursor: default;
}

li.st-gang:hover {
	background: #e5e5e5;
	background: rgba(0,0,0,0.15);
}
li.st-gang.list-head,
li.st-gang.list-head .r-side,
li.st-gang.list-head .l-side {
	background: 0;
	color: #777;
	padding-bottom: 0;
}
li.st-gang.list-head .l-side {
	padding-left: 95px;
}
li.st-gang.list-head{
}
li.st-gang .l-side {
	width: 66.666%;
	box-sizing: border-box;
	list-style: none;
	padding: 9px;
	display: table-cell;
	float: none;
}
li.st-gang .r-side {
	width: 33.333%;
	box-sizing: border-box;
	background: #d9d9d9;
	background: rgba(0,0,0,0.1); 
	padding: 9px 21px;
	display: table-cell;
	float: none;
}
li.st-gang .r-side > p {
    overflow: hidden;
    width: 15em;
}
li.st-gang .l-side li {
	padding: 4px 0;
	margin: 0 0 0 86px;
}

li.st-gang.open .l-side li {
	background: 0 !important;
	margin: 0 0 0 86px;
	clear: both;
	padding: 0 0 5px 0;
}
article main .legend li  {
	font-size: 0.85em;
}
article main li span.list-legend{
	width: 25px;
	height: 18px;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	margin: 1px 4px 0 0;
	padding-top: 1px;
}
article main li span.list-legend a {
    color: #fff;
}

article main li span.list-legend.i {
	background: #94ab83;
}
article main li span.list-legend.pv {
	background: #f7b783;
}
article main li span.list-legend.de {
	background: #bdbdbd;
}
article main li span.list-legend.i:hover {
	background: #62804b;
}
article main li span.list-legend.pv:hover {
	background: #c07f49;
}
article main li span.list-legend.de:hover {
	background: #939393;
}

article main li .list-legend span {
	margin: 0 1px 0 0;
	font-size: 1.04em;
}
article main .r-side .l-side li > span {
    display: inline;
    width: auto;
    height: auto;
}
article main .r-side .l-side li > span.longinfo {
    color: #888;
}
article main .r-side .l-side .list-open {
	background: url(/portal/images/icons/open-list.png) no-repeat;
	background-size: cover;
	position: absolute;
	margin-top: 2px;
	width: 27px;
	height: 19px;
}
article main .r-side li > div.list-legend {
	float: left;
	margin: 0 0 5px -86px;
	position: relative;
	top: -2px;
}
article main .r-side ul.list-legend {
	display: inline-table;
}
article main .r-side div.bar {
	width: 33%;
	height: 13px;
	background: #aaa;
	background: rgba(0,0,0,0.14);
	display: inline-block;
	margin: 0 22px 0 0;
	position: relative;
	top: 2px;
}
article main .r-side div.bar .bar-inner {
	height: 100%;
	background: #347901;
}
article main p {
	margin: 8px 0 0 2px;
}
article main .st-gang.open .l-side li > span.longinfo {
	display: inline;
}

article main .st-gang.open .list-open,
article main .st-gang .list-legend,
article main .st-gang .l-side li > span.longinfo,
li.st-gang:not(.open) .l-side li.hiddenInShortInfo {
	display: none;
}
article main .st-gang.open .list-legend,
article main .st-gang.open .l-side span.list-legend:not(.list-open),
article main .st-gang.open .r-side .list-legend{
	display: inline-table;
}

.navover, #sessionRenewWindow {
	position: absolute;
	background: #fafafa;
	background: rgba(240,240,240,0.9);
	z-index: 2;
	border: 1px solid #aaa;
	margin: 0 0 0 20%;
	padding: 5px 4px 4px 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	width: 58%;
	box-sizing: border-box;
}
#feedbackform {
	z-index: 3;
}
.navover p, #sessionRenewWindow p {
	margin: 3px;
}

#sessionRenewWindow {
    z-index: 3;
    margin: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
}
#sessionRenewWindow button {
    display: inline;
    float: none;
}

.close {
	float: right;
	margin: 3px 0 5px 5px;
	text-align: center;
}

.close a {
	padding: 4px 10px;
	background: #ccc;
}
.close a:hover {
	color: #fff;
	background: #999;
}
/* mein-profil_studiengaenge.html end */

.break {
    clear: both;
    height: 20px;
}

.fTestCta {
	line-height: 2.6em;
}

.contact--tan-notice {
	display: inline-block;
	width: 40%;
}
.feedback--tan-notice {
	display: inline-block;
	width: 70%;
	padding-left: 7px;
}


/* CONTENTS end*/


@media (max-width:1024px){

	.Answers img {
		height: auto;
		width: 90%;
	}
}

@media (max-width:840px){
	.video-link-next-to-button {
		top: -6px;
		left: 2px;
	}
}

@media (max-width:760px){	
	body.profil .l-side,
	body.profil .r-side {
		width: 100%;
		padding: 0 0 30px 0;
	}

	body.startseite .teaser-wrap {
		width: 100%;
	}

	img.start {
		/*width: 40%;*/
		display: none !important;
	}

    #feedbackform {
        width: 100%;
        margin: 0;
    }
    #feedbackform iframe {
        width: 95%;
        height: 355px;
    }

    body.empfehlung article main .st-gang .r-side div.bar {
        top: 8px;
        float: right;
    }
    body.empfehlung article main .st-gang .r-side .list-legend {
        top: 3px;
        position: relative;
        margin-right: 2px;
    }
    body.empfehlung article main .st-gang .r-side div.clearer {
        clear: none;
    }
    body.empfehlung article main .st-gang .r-side > p {
        padding-left: 0;
        margin-left: 0;
        font-weight: 600;
    }
    body.empfehlung article main > div > div.l-side {
        margin-bottom: 15px;
    }

}

@media (max-width:670px){
	.stempel {
		display: none;
	}
	
	#test .teaser-wrap {
		width: 100%;
	}
	
	#test img.test-intro {
		width: 70%;
		float: none;
	}
	
	article main {
		padding: 10px 0px 25px 0px;
		display: block;
		min-height: 150px;
		font-size: 1.14em;
		line-height: 1.34em;
	}
	
	article main .r-side {
		width: 75%;
	}
	
	article main .l-side {
		width: 25%;
	}
	
	li.st-gang .l-side {
		padding: 3px;
	}
	li.st-gang .l-side ul {
		margin-left: 0.5em;
	}
	
	li.st-gang .l-side li {
		margin-left: 32px;
	}
	
	li.st-gang  .r-side {
		padding: 3px;
		padding-bottom: 1.6em;
	}
	body.empfehlung article main .st-gang .r-side > p {
		overflow: hidden;
		margin-top: 0.4em;
		padding-left: 0.4em;
	}
	body.empfehlung article main .st-gang.open .r-side > p {
		width: 10em;
	}
}


@media (max-width:414px){
	#gewichten h3 {
		font-size: 90%;
	}
	
	#gewichten .content-div div {
		font-size: 90%;
		padding: 7px 2px 6px 2px;
	}
	
	article main{
		padding: 10px 0;
	}
	
	article main .l-side,
	article main .r-side {
		float: none !important;
		width: 100% !important;
		display: block;
	}
	article main .l-side {
		float: right !important;
		width: 100% !important;
	}
	article main .r-side {
		float: right !important;
		width: 100% !important;
	}
	.dropdown-subnav-wrap a{
		padding: 5px 5px 2px 5px;
	}
	.dropdown-subnav-wrap a.active {
		background: #f67e29;
		color: #fff;
		font-weight: bold;
	}
		
	li.st-gang.list-head,
	.dropdown-submenu ul.sub-nav,
	.dropdown-submenu ul.legend,
	span.list-open{
		display: none;
	}
	.dropdown-subnav-wrap {
		display: inline-table;
	}
	
	.dropdown-submenu ul.sub-nav.open,
	.dropdown-submenu ul.legend.open {
		display: block;
		border-top: 3px solid #f67e29;
		border-bottom: 3px solid #f67e29;
		padding:9px 5px;
	}
	article main .st-gang .l-side {
		margin-top: 0;
	}
	.r-side .st-gang .r-side {
		background: 0;
	}
	.r-side .r-side .list-legend {
		float: right;
	}
	.st-gang:not(.open) .l-side ul li {
		margin: 0 0 0 0;
	}
	
}
