﻿html, select, input {
    font-family: Arial;
	font-size: 11px; 
}
/*WWC hat den Wert von font-size geaendert und danach zurückgeändert,8px*/

/************ font-size ************/

.form-text-notice { 
	font-size: 0.9em;
}

/* obsolete control overwrite */
.EditDialog_FieldTitle {
    font-size: 1em;
}

h4, .form-text-title {
    font-size: 1.1em;
}

h3, .detail-title, .alerttitle {
    font-size: 1.3em;
}

h2 {
	font-size: 1.6em;
}

/* wwc hat den Wert geaendert, frühe war 1.8em */
h1, .headerTitle, .headerSubtitle {
    font-size: 0.01em;
}


/************ font-style / font-weight / text-decoration  ************/

h2 {
    font-style: italic;
}

.headerTitle, .topic-title, .form-text-lable, .registeredName, .EditDialog_FieldTitle,
a.linkButton, .form-button, .form-buttonLogIn, th a, th, .result-paging a, .result-paging span, .form-button-nospace,
.language-picker span, .language-picker a  {
    font-weight: bold;
}

a.linkButton, .form-button, .form-buttonLogIn, th a, .result-paging a, .result-paging span, .form-button-nospace {
    text-decoration: none;
}

/* obsolete control overwrite */
.language-picker span, .language-picker a {
    text-decoration: none !important;
}

h6 {
	text-decoration: underline;
}


/************ alignement / padding ************/

th { 
	vertical-align: top;
	text-align: left;
}

.form-datefield, .topic-title, input.form-radio {
    vertical-align: middle;
}

/* headline and title paddings */

h1 {
    margin-bottom: 12px;
}
h2 {
	padding: 12px 0;
}
h3, .detail-title, .alerttitle {
    padding: 12px 0 6px 0;
}
h4, .form-text-title {
    padding: 6px 0 12px;
}
h5, .form-text-failure {
	font-weight: bold;
}


/************ varia ************/


/* set br height between the webparts to 0 */
.WebPart-TwoColumn-1 br, .WebPart-TwoColumn-2 br {
    line-height: 0;
}
/* restore lineheight for brs in content */
.WebPart-Large br, .WebPart-Standard br, .WebPart-Adaptive br, .WebPart-Small br, .WebPart-Full br, .WebPart-Empty br {
    line-height: 12px;
}

a.linkButton, .form-button, .form-buttonLogIn, th a, .result-paging a, .form-button-nospace {
    cursor: pointer;
}

img {
	border: 0;
}

.break {
	display: run-in;
	clear: both;
	width: 100%;
	height: 20px;
}

.topic-title span {
    white-space: normal !important;
}

#ctl00_admintool {
    display: none !important;
}

/* NEU */
html {
	font-size: 81.25%;
	font-family: Helvetica, Arial, sans-serif !important;
}

select, input, button {
	font-family: Helvetica, Arial;
	font-size: 1rem;
}

h1, .headerTitle, .headerSubtitle {
	font-size: 1.8rem;
}

.lang-nolink {
	font-weight: bold;
}

.linkButton a {
	text-decoration: none;
	font-weight: bold;
}

/*Eingefügt Thomas Groß 25.05.2018*/
.registerButton {
	font-weight:bold;
	text-decoration:none;
}

.registerButton.disabled {
	color: red;
	font-weight:normal;
}
/**/

#lnkExamAppDate { font-weight:normal;}

#MachineName { 
	color: #ffffff;
	font-size: 11px;
}

/*Studiengangsverzeichnisbaum Modultitel*/
.ctl00_WebPartManager1_gwpBrn_VorlesungsverzeichnisBaum1_Brn_VorlesungsverzeichnisBaum1_tvVorlesungsverzeichnis_2.ctl00_WebPartManager1_gwpBrn_VorlesungsverzeichnisBaum1_Brn_VorlesungsverzeichnisBaum1_tvVorlesungsverzeichnis_6 a {
	text-decoration: underline;
}

@media screen and (max-width: 625px) {
	html {
		font-size: 87.50%;
	}
}