@import url('https://fonts.googleapis.com/css?family=Signika:400, 700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400, 700, 700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');

@font-face { "Serpentine"; src: url("css/serpentine.ttf"); format("truetype"); }
@font-face { font-family: Serpentine; src: local("Serpentine"), local("SerpentineDBol"), url("css/serpentine.ttf"); }

@media {
	body {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    color: #333;
    font-size: 15px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
	}

	#div_signcontract{ width: 99%; }
	.popupHeader{ margin: 10px; }
	
	.fileinput-button {
	 position: relative;
	 overflow: hidden;
	 float: left;
	 margin-right: 4px;
	}

	.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
	}
	
	
	a:link, a:visited, a:hover, a:active {
    color: #0000DD;
    text-decoration: none;
    font-weight: 500;
	}
	
	table {
	border-spacing: 0px;
	font-family: 'Roboto Condensed';
	font-size: 21px;
	}
		
	th {
	vertical-align: top;
	line-height: 35px;
	background-color: #888888;
	font-weight: normal;
	font-size: 24px; 
	color: #FFF;
	}
	
	form#Loginform tr {
	line-height: 35px;
	}
	
	form#Loginform td {
	padding: 5px;
	}
	
	.linie-oben {
	border-top: 1px solid #888888;
	}

	.text-kuerzen{
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	}
	
	.vcenter {
    display: inline-block;
    position: absolute;
    min-width: 400px;
    height: auto;
    top: 30%;
    left: 45%;
    margin-top: -15px;
    margin-left: -150px;
	}
	
	.form-useredit {
	font-family: 'Roboto Condensed';
	font-size: 15px;
	height: 33px;
	width: 90%;
	color: #666;
	background: #F5F5F5;
	border: 1px solid #888888; */
	}
	
	.form-usersubmit {
	font-family: 'Roboto Condensed';
	font-size: 15px;
	height: 33px;
	width: 90%;
	color: #fff;
	background: #000099;
	border: 2px solid #FFFFFF;
	}
	
 	.edit_checkbox {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance: none;
	width: 22px;
	height: 22px;
	background: #F5F5F5;
	border: 2px solid #000099;
	vertical-align: middle;
	}
	
	.edit_checkbox: checked {
	border: 3px solid #fff;
	}
	
 	.form-username {
	font-family: 'Roboto Condensed';
	font-size: 21px;
	height: 35px;
	width: 90%;
	background: #F5F5F5;
	border: 1px solid #888888;
	}
	
	input[type="radio"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
 	width: 33px;
	height: 33px;
	background: #F5F5F5;
	border: 1px solid #888888;
	vertical-align: middle;
	}
	
	input[type="radio"]:checked {
	border: 5px solid #007700;
	background: #007700;
	}
	
	input[type="checkbox"] {
	-moz-appearance: None;
	-webkit-appearance: none;
	width: 33px;
	height: 33px;
	border: 1px solid #888888;
	}
	
	input[type="checkbox"]:checked {
	border: 5px solid #FFFFFF;
	background: #007700;
	}

	.submit_footer {
	font-family: 'Roboto Condensed';
    font-size: 15px;
 	border: none;
 	background-color: #fff;
 	color: #0000CC;
 	padding: 0;
 	margin: 0;
 	width: auto;
	}
	
	.submit_footer: hover {
 	text-decoration: underline;
	}
	
	.hinweisbutton {
	border: 2px solid #0000FF;
	border-radius: 5px;
	font-size: 15px;
	color: #0000DD;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	min-width: 200px;
	min-height: 500px;
	/* top right bottom left */
	padding: 5px 10px 5px 10px;
	margin-left: 10px;
	margin-top: 5px;
	}
	
	.retourebutton {
	border: 2px solid #FF2525;
	border-radius: 5px;
	font-size: 15px;
	color: #FF2525;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	width: 80px;
	height: 45px;
   	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
    hyphens: auto; 
	padding: 10px 10px 5px 10px;
	margin-left: 10px;
	margin-top: 5px;
	}

	.LinkButton {
	background: none!important;
	border: none;
	padding: 0!important;
	
	/* optional */
	/* font-family: arial, sans-serif; */
	/* input has OS specific font-family */
	/* color: #069; */
	/* text-decoration: underline; */
	cursor: pointer;
}
}

@media only screen and (max-width: 960px) {

	body {
	max-width: 960px;
    font-family: Arial;
    font-size: 15px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
	}
	
	a:link, a:visited, a:hover, a:active {
    color: #0000CC;
	}
	
	.hinweisbutton {
	border: 1px solid #0000FF;
	border-radius: 5px;

	font-size: 13px;
	font-weight: 500;
	
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	width: 100px;
	padding: 1px 2px 1px 2px;
	}
} 