﻿/*Campus-Logo*/
.headerLogo {
	/*Getauscht Thomas Groß 26.10.2017*/
	background-image: url(images/HeaderRight.png); /* fallback bg-image */
	/*Eingefügt Thomas Groß 16.10.2017*/
	background-image: url(images/HeaderRight_freigestellt.png), -webkit-gradient(linear, left top, left bottom, from(#000d3c), to(#1e3169));
	background-image: url(images/HeaderRight_freigestellt.png), -webkit-linear-gradient(top, #000d3c, #1e3169);
	background-image: url(images/HeaderRight_freigestellt.png),    -moz-linear-gradient(#000d3c, #1e3169);
	background-image: url(images/HeaderRight_freigestellt.png),      -o-linear-gradient(#000d3c, #1e3169);
	background-image: url(images/HeaderRight_freigestellt.png),         linear-gradient(#000d3c, #1e3169);
	/**/
	background-repeat: no-repeat;
	background-position: center;
}

/* KU-Logo */

.headerKULogo {
	background-image: url(images/logo.png); /*fallback*/
	background-image: url(images/logo_freigestellt.png), -webkit-gradient(linear, left top, left bottom, from(#000d3c), to(#1e3169));
	background-image: url(images/logo_freigestellt.png), -webkit-linear-gradient(top, #000d3c, #1e3169);
	background-image: url(images/logo_freigestellt.png),    -moz-linear-gradient(#000d3c, #1e3169);
	background-image: url(images/logo_freigestellt.png),      -o-linear-gradient(#000d3c, #1e3169);
	background-image: url(images/logo_freigestellt.png),         linear-gradient(#000d3c, #1e3169);
	background-repeat: no-repeat;
	background-position: center;
}
/**/

/* headerTitleContainer nur noch gradient Thomas Groß 15.11.2017 */
.headerTitleContainer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000d3c), to(#1e3169));
	background-image: -webkit-linear-gradient(top, #000d3c, #1e3169);
	background-image:    -moz-linear-gradient(#000d3c, #1e3169);
	background-image:      -o-linear-gradient(#000d3c, #1e3169);
	background-image:         linear-gradient(#000d3c, #1e3169);
	background-color: #000d3c;/*#7d26cd;*/
	background-repeat: no-repeat;
	background-position: center;
}

/*Sprachflaggen*/
/*Eingefügt Thomas Groß 07.11.2017*/
.lang-flag {
	vertical-align: -16%;
	width: 1.8rem;
	height: 1.3rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.lang-flag[id*='IdLanguage=218'] {
	background-image: url(images/icons/flagGerman.png); /*fallback*/
	background-image: url(images/icons/flagGerman.svg);
}

.lang-flag[id*='IdLanguage=133'] {
	background-image: url(images/icons/flagEnglish.png); /*fallback*/
	background-image: url(images/icons/flagEnglish.svg);
}
/**/

/*.sidebar .topic-inhalt {
	background-image: url(images/KU_Siegel_grau_angeschnitten.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 10%;
}*/

.homeLink:before {
	content: url(images/icons/home.png); /*fallback*/
	/*Eingefügt Thomas Groß 24.10.2017*/
	content: url(images/icons/home.svg);
	/**/
	vertical-align: -20%;
	margin-right: 4px;
}

.buttonIcon {
	vertical-align: -20%;
	padding: 0.9rem;
	margin-right: 0.1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.printIcon {
	background-image: url(images/icons/print.png);
	background-image: url(images/icons/print.svg);
}

.logoutIcon {
	background-image: url(images/icons/logout.png);/*fallback*/
	background-image: url(images/icons/logout.svg);
}
.loginIcon {
	background-image: url(images/icons/login.png);/*fallback*/
	background-image: url(images/icons/login.svg);
}

/*IE (10+) und Edge Support eingefügt Thomas Groß 26.10.2017 (wer einen IE vor IE10 benutzt, ist selber Schuld)*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.homeIcon {content: url(images/icons/home.png); /*fallback*/}
	.printIcon {content: url(images/icons/print.png); /*fallback*/}
	.loginLink[href$='Logoff.aspx']:before {content: url(images/icons/logout.png);/*fallback*/}
	.loginLink[href$='Login.aspx']:before {content: url(images/icons/login.png);/*fallback*/}
}

@supports (-ms-accelerator:true) {
	.homeIcon:before {content: url(images/icons/home.png); /*fallback*/}
	.printIcon {content: url(images/icons/print.png); /*fallback*/}
	.loginLink[href$='Logoff.aspx']:before {content: url(images/icons/logout.png);/*fallback*/}
	.loginLink[href$='Login.aspx']:before {content: url(images/icons/login.png);/*fallback*/}
}
/**/

/*Kleine Logos*/
@media screen and (max-width: 860px) {
	/*Campus-Logo*/
	.headerLogo {
		/*Getauscht Thomas Groß 26.10.2017*/
		background-image: url(images/HeaderRight_freigestellt_sm.png); /* fallback bg-image */
		/*Eingefügt Thomas Groß 16.10.2017*/
		background-image: url(images/HeaderRight_freigestellt.svg), -webkit-gradient(linear, left top, left bottom, from(#000d3c), to(#1e3169));
		background-image: url(images/HeaderRight_freigestellt.svg), -webkit-linear-gradient(top, #000d3c, #1e3169);
		background-image: url(images/HeaderRight_freigestellt.svg),    -moz-linear-gradient(#000d3c, #1e3169);
		background-image: url(images/HeaderRight_freigestellt.svg),      -o-linear-gradient(#000d3c, #1e3169);
		background-image: url(images/HeaderRight_freigestellt.svg),         linear-gradient(#000d3c, #1e3169);
	}

	/* KU-Logo */
	.headerKULogo {
		background-image: url(images/logo_freigestellt_sm.png); /*fallback*/
		background-image: url(images/logo_freigestellt.svg), -webkit-gradient(linear, left top, left bottom, from(#000d3c), to(#1e3169));
		background-image: url(images/logo_freigestellt.svg), -webkit-linear-gradient(top, #000d3c, #1e3169);
		background-image: url(images/logo_freigestellt.svg),    -moz-linear-gradient(#000d3c, #1e3169);
		background-image: url(images/logo_freigestellt.svg),      -o-linear-gradient(#000d3c, #1e3169);
		background-image: url(images/logo_freigestellt.svg),         linear-gradient(#000d3c, #1e3169);
	}
	/**/
	
	/*.sidebar .topic-inhalt {
		background-size: 15%;
	}*/
}