html {
box-sizing: border-box;
}

a,.button{-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}

a:focus,.button:focus,button:focus{text-decoration:none;outline:none}
a:focus{color:#fff;text-decoration:none}
a:focus,a:hover,.portfolio-cat a:hover,.footer -menu li a:hover{text-decoration:none;color:#FF0000}
a,button{color:#000000;outline:medium none}

.line-button{color:#000001;font-size:16px;font-weight:400;display:inline-block;position:relative;padding-right:5px;padding-bottom:2px}
.line-button::before{position:absolute;content:"";background:#FFFFF1;width:100%;height:1px;bottom:0;left:0}
.line-button:hover{color:#FF0000}
.line-button:hover::before{background:#FFFFF1}

.line-button_w{color:#FFFFFF;font-size:16px;font-weight:400;display:inline-block;position:relative;padding-right:5px;padding-bottom:2px}
.line-button_w::before{position:absolute;content:"";background:#000000;width:100%;height:1px;bottom:0;left:0}
.line-button_w:hover{color:#FFFF00}
.line-button_w:hover::before{background:#000000}

.button-area .border-top-generic{padding:70px 15px;border-top:1px dotted #eee}.button-group-area
.genric-btn{margin-right:5px;margin-top:5px}.button-group-area
.genric-btn:last-child{margin-right:0}
.genric-btn{display:inline-block;outline:none;line-height:25px;padding:0 10px;font-size:.8em;text-align:center;text-decoration:none;font-weight:500;cursor:pointer;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}
.genric-btn:focus{outline:none}
.genric-btn.e-large{padding:0 40px;line-height:50px}.genric-btn.large{line-height:45px}
.genric-btn.medium{line-height:30px}
.genric-btn.small{line-height:20px}
.genric-btn.radius{border-radius:3px}
.genric-btn.circle{border-radius:5px}
.genric-btn.arrow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.genric-btn.arrow span{margin-left:5px}
.genric-btn.default{color:#FFFFF9;background:#808080;border:1px solid transparent}
.genric-btn.default:hover{color:#808080;border:1px solid #808080;background:#fff}
.genric-btn.default-border{color:#808080;border:1px solid #808080;background:#fff}
.genric-btn.default-border:hover{color:#FFFFF9;background:#808080;border:1px solid transparent}
.genric-btn.primary{color:#FFFFF9;background:#808080;border:1px solid transparent}
.genric-btn.primary:hover{color:#c0c0c0;border:1px solid #808080;background:#fff}
.genric-btn.primary-border{color:#c0c0c0;border:1px solid #808080;background:#fff}
.genric-btn.primary-border:hover{color:#FFFFF9;background:#808080;border:1px solid transparent}
.genric-btn.success{color:#FFFFF9;background:#00C600;border:1px solid transparent}
.genric-btn.success:hover{color:#00C600;border:1px solid #00C600;background:#fff}
.genric-btn.success-border{color:#00C600;border:1px solid #00C600;background:#fff}
.genric-btn.success-border:hover{color:#FFFFF9;background:#00C600;border:1px solid transparent}
.genric-btn.info{color:#FFFFF9;background:#38a4ff;border:1px solid transparent}
.genric-btn.info:hover{color:#38a4ff;border:1px solid #38a4ff;background:#fff}
.genric-btn.info-border{color:#38a4ff;border:1px solid #38a4ff;background:#fff}
.genric-btn.info-border:hover{color:#FFFFF9;background:#38a4ff;border:1px solid transparent}
.genric-btn.warning{color:#FFFFF9;background:#FCB103;border:1px solid transparent}
.genric-btn.warning:hover{color:#FCB103;border:1px solid #FCB103;background:#fff}
.genric-btn.warning-border{color:#FCB103;border:1px solid #FCB103;background:#fff}
.genric-btn.warning-border:hover{color:#FFFFF9;background:#FCB103;border:1px solid transparent}
.genric-btn.danger{color:#FFFFF9;background:#f44a40;border:1px solid transparent}
.genric-btn.danger:hover{color:#f44a40;border:1px solid #f44a40;background:#fff}
.genric-btn.danger-border{color:#f44a40;border:1px solid #f44a40;background:#fff}
.genric-btn.danger-border:hover{color:#FFFFF9;background:#f44a40;border:1px solid transparent}
.genric-btn.link{color:#415094;background:#f9f9ff;text-decoration:none;border:1px solid transparent}
.genric-btn.link:hover{color:#415094;border:1px solid #f9f9ff;background:#fff}
.genric-btn.link-border{color:#415094;border:1px solid #f9f9ff;background:#fff;text-decoration:none}
.genric-btn.link-border:hover{color:#415094;background:#f9f9ff;border:1px solid transparent}
.genric-btn.disable{color:#222,0.3;background:#f9f9ff;border:1px solid transparent;cursor:not-allowed}
.generic-blockquote{padding:3px 3px 3px 10px;background:#f9f9ff;border-left:1px solid #0A8BF5}

pre {
text-align:left;
white-space:pre-line;
font-family: "Raleway", sans-serif;
font-size:1em;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}


/* Box */
.box {
border-radius: 0.375em;
border: solid 1px rgba(210, 215, 217, 0.75);
margin-bottom: 0.3em;
padding: 1em;
text-align: left;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.boxfront {
border-radius: 0.375em;
border: solid 1px rgba(210, 215, 217, 0.75);
background-color: #F8F8F8;
padding: 1em;
text-align: left;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.boxanm {
background-color: #F3F3F3;
border-radius: 2em;
border: solid 2px #008600;
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.boximp {
background-color: #F3F3F3;
border-radius: 2em;
border: solid 2px #BB0000;
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}


.boxblau {
background-color: #F3F3F3;
border-radius: 2em;
border: solid 2px #0000BB;
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.boxgruen {
background-color: #F3F3F3;
border-radius: 2em;
border: solid 2px #06990A;
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.boxrot {
background-color: #F3F3F3;
border-radius: 2em;
border: solid 2px #FF0000;
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.boxgelb {
background-color: #F3F3F3;
border-radius: 2em;
border: solid 2px #FFFF00;
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}


.boxmer {
background-color: #F3F3F3;
border-radius: 2em;
border: solid 2px #0000BB;
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}


.boxred {
border-radius: 2em;
border: solid 2px rgba(230, 0, 0, 0.75);
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}


.boxgreen {
background-color: #E7F2F7;
border-radius: 2em;
border: solid 3px #0058B0;
margin-bottom: 1em;
padding: 1em;
text-align: left;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.small {
text-align:left;
font-family: "Roboto", sans-serif;
font-size:0.8em;
}

.xsmall {
text-align:left;
font-family: "Roboto", sans-serif;
font-size:0.7em;
}


.darkred {
font-family: "Roboto", sans-serif;
color: #9B0000;
}


.blue {
font-family: "Roboto", sans-serif;
color: #0000FF;
}



.orange {
font-family: "Roboto", sans-serif;
color: #E0865F;
}

.white {
font-family: "Roboto", sans-serif;
color: #FFFFFF;
}

.red {
font-family: "Roboto", sans-serif;
color: #FF0000;
}

.green {
font-family: "Roboto", sans-serif;
color: green;
}

yellow {
font-family: "Roboto", sans-serif;
color: #F4F400;
}


.gelb {
font-family: "Roboto", sans-serif;
color: yellow;
}

.lila {
font-family: "Roboto", sans-serif;
color: #7f007d;
}

.grau {
font-family: "Roboto", sans-serif;
color: #C0C0C0;
}

.black {
font-family: "Roboto", sans-serif;
color: #000000;
}


/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(210, 215, 217, 0.75);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(230, 235, 237, 0.25);
			}

		table td {
			padding: 0.2em 0.2em;
			font-size: 0.9em;
			line-height: 1.5;
		}

		table th {
			color: #3d4449;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(210, 215, 217, 0.75);
		}

		table tfoot {
			border-top: solid 2px rgba(210, 215, 217, 0.75);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(210, 215, 217, 0.75);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		width: 5%;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 0.375em;
		border: 0;
		box-shadow: inset 0 0 0 1px #004080;
		color: #004080 !important;
		cursor: pointer;
		display: inline-block;
		font-family: "Roboto Slab", serif;
		font-size: 0.8em;
		font-weight: 200;
		height: 2em;
		letter-spacing: 0.045em;
		line-height: 0.5em;
		padding: 1em;
		text-align: center;
		text-decoration: none;
		text-trans: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(245, 106, 106, 0.05);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(245, 106, 106, 0.15);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1em;
			height: 3.65em;
			line-height: 3.65em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #f56a6a;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #f67878;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #f45c5c;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
		pointer-events: none;
		opacity: 0.25;
		}

.zentriert {
text-align: center;
}

/*  input */

	input[type="text"] {
		-webkit-appearance: none;
		/* display: block; */
		width: 30%;
		border-radius: 8px;
		border: solid 1px #eee;
	}


	input[type="checkbox"],
	input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
	text-decoration: none;
	color: #7f888f;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

	input[type="checkbox"] + label:before,
	input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

	input[type="checkbox"] + label:before,
	input[type="radio"] + label:before {
	background: #ffffff;
	border-radius: 0.375em;
	border: solid 1px rgba(210, 215, 217, 0.75);
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
	background: #3d4449;
	border-color: #3d4449;
	color: #ffffff;
	content: '\f00c';
}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
	border-color: #f56a6a;
	box-shadow: 0 0 0 1px #f56a6a;
}

	input[type="checkbox"] + label:before {
	border-radius: 0.375em;
}

	input[type="radio"] + label:before {
	border-radius: 100%;

}