﻿body {
	font-family: 'Roboto', sans-serif;
	background-color: #FFFFFF;
	background: #FFFFFF;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	/*line-height: 1.7em;*/ /*Don't set this bad boy --> cuts of the g and other stuff*/
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #EDEDED;
	border: 0px solid #ccc;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/*#region 1.0 main html tags*/
h1, .heading1 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 2.7em;
	color: #1D5B9D;
	font-family: 'Roboto-Light';
	font-weight: 100 !important;
	text-transform: uppercase;
}

h2, .heading2 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 2.7em;
	color: #333;
	font-family: 'Roboto-Light';
	font-weight: 100 !important;
	text-transform: uppercase;
}

h3, .heading3 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 1.6em;
	color: #92999E;
	font-family: 'Roboto-Light';
	font-weight: 300 !important;
}

h4, .heading4 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 1.6em;
	color: #333;
	font-family: 'Roboto-Light';
	font-weight: 300 !important;
}

h5, .heading5 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 1.6em;
	color: #1D5B9D;
	font-family: 'Roboto-Light';
	font-weight: 100 !important;
	text-transform: none !important;
}

p {
	font-size: 12px;
	color: #333;
}

i, .italic {
	font-style: italic;
}

strong, b, .strong {
	font-weight: bold;
}

.glyphicon {
	padding: 0px !important;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

table tr td {
	border: 0px;
	padding-bottom: 10px;
	/*padding-top: 10px;*/
	/*border-top: 1px dotted #ddd;*/
}
/*Damit Checkboxen nicht riesig sind. In neueren Versionen behoben*/
table tr td img {
	height: 20px;
	width: 30px;
}


/*#endregion 1.0 main html tags*/
/*#region *2.0 TCF STYLES */
.TCFontStyleNormal {
	/*use to default: do not inherit!*/
}

.TCFontStyleBold {
	font-weight: bold;
}

.TCFontStyleItalic {
	font-style: italic;
}

.TCFontStyleUnderline {
	text-decoration: underline;
}

.TCFontStyleStrikeout {
	text-decoration: line-through;
}

.TCFontStyleUnderline.TCFontStyleStrikeout {
	text-decoration: underline line-through;
}

.TCTableViewAlignmentInLine {
	display: inline-block;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*#endregion 2.0 TCF STYLES */

/*#region *3.0 Font Style */
/*<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet">*/
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url('../../../fonts/Roboto-Italic_extension.woff2') format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url('../../../fonts/Roboto-Italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../../../fonts/Roboto-Bold-Italic_extension.woff2') format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../../../fonts/Roboto-Bold-Italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url('../../../fonts/Roboto-Regular_extension.woff2') format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url('../../../fonts/Roboto-Regular.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../../../fonts/Roboto-Bold_extension.woff2') format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../../../fonts/Roboto-Bold.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*Extension*/

@font-face {
	font-family: 'Roboto-Black';
	src: url('../../../fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-BlackItalic';
	src: url('../../../fonts/Roboto-BlackItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../../../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('../../../fonts/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Italic';
	src: url('../../../fonts/Roboto-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../../../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-LightItalic';
	src: url('../../../fonts/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../../../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-MediumItalic';
	src: url('../../../fonts/Roboto-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../../../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Thin';
	src: url('../../../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-ThinItalic';
	src: url('../../../fonts/Roboto-ThinItalic.ttf') format('truetype');
}
/*#endregion 3.0 Font Style*/


