
/*
Print-CSS for https://iti.tugraz.at
Author: Florian Dietrich
Date: 2024-03-07
*/

/* @media print { } */

#ext-topmenu,
#ext-menu,
#ext-content-right,
#ext-content-right-top,
#ext-footer,
#cookie-consent-popup {
	display: none;
}

/* Avoid page breaks directly after a heading */

h1, h2, h3, h4, h5 {
	page-break-after: avoid;
}

 /* Show URL of links

.bodytext a::after {
	content: " (" attr(href) ")";
} */

/* Content manipulation */

#ext-content {
    margin:1% auto 0 auto;
}

#ext-content-full {
    margin: 0 0 1% 0;
}

#ext-content-middle {
    display:table-cell;
    width: 99%;
    vertical-align:top;
    float: left;
}

#ext-content-middle-bbox {
	margin: auto;
    width: 95%;
	padding: 1%;
}

/* Header manipulation */

#ext-header-title::before {
   content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 60 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.22493,0,0,1.22492,0,0)'%3E%3Cg transform='matrix(0.2304,0,0,0.2304,0,0)'%3E%3Cpath d='M170.078,34.444L160.126,34.444L160.126,0L147.179,0L147.179,34.444L122.97,34.444L122.97,8.604L136.146,8.604L136.146,0L96.874,0L96.874,8.604L110.051,8.604L110.051,34.444L85.87,34.444L85.87,0L72.922,0L72.922,34.444L62.423,34.444L62.423,0L0,0L0,170.079L170.078,170.079L170.078,34.444Z' style='fill:rgb(0,112,167);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(0.888491,0,0,1.00696,0,0)'%3E%3Cg transform='matrix(1,0,0,1.66667,4.33423,8.09303)'%3E%3Crect x='-4.334' y='-4.856' width='67.53' height='59.585' style='fill:rgb(188,255,0);fill-opacity:0;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");   width:50px;
   display:inline-block;
   float:left;
} 

#ext-header #ext-header-title-text {
	display:inline-block;
	margin:0;
	padding:0.5% 0;
	text-align:left;
	font-size:13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	width:200px;
}

#ext-header-logo-right {
	display:table-cell;
	float:right;
}

#ext-header-tulogo-claim {
	display:inline-block;
}