/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.12.2014, 10:08:18
    Author     : Marcus Lehrmann
*/

/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/maven-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Regular'), local('MavenPro-Regular'),
       url('../../fonts/maven-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/maven-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/maven-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/maven-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/maven-pro-v11-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-500 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/maven-pro-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Medium'), local('MavenPro-Medium'),
       url('../../fonts/maven-pro-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/maven-pro-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/maven-pro-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/maven-pro-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/maven-pro-v11-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-700 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/maven-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Bold'), local('MavenPro-Bold'),
       url('../../fonts/maven-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/maven-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/maven-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/maven-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/maven-pro-v11-latin-700.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-900 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/maven-pro-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Black'), local('MavenPro-Black'),
       url('../../fonts/maven-pro-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/maven-pro-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/maven-pro-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/maven-pro-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/maven-pro-v11-latin-900.svg#MavenPro') format('svg'); /* Legacy iOS */
}


body {
	font-family: 'Maven Pro', sans-serif;
}

.signin {
	overflow-x: hidden;
}

.meldungsbox {
	padding: 10px 10px 15px 10px;
}

.login_fail {
	border: 1px solid red;
}

.logout_ok {
	border: 1px solid rgb(92,184,92);
}

@media all and (max-width: 420px) {
	.panel-signin {
		width: 340px;
	}
}