.FFDINWebBold { 
    font-family: FFDINWebBold;
    font-weight: normal;
    font-style: normal;
}
.FFDINWebMedium { 
    font-family: FFDINWebMedium;
    font-weight: normal;
    font-style: normal;
}
.FFDINWeb { 
    font-family: FFDINWeb;
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0;
	padding:0;
	border: 0;
	background-color: #fff;
    font-family: FFDINWeb;	
    overflow: hidden;
}

b,strong { 
    font-family: FFDINWebBold;
    font-weight: normal;
    font-style: normal;
}

#loader {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: rgba(0,0,0,0.7);
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: all;
	display: none;
}

html.showloader #loader {
	display: flex;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #d6092f;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #d6092f transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.template-whitepages {
	padding-left: 270px;
	padding-right: 50px;
	padding-top: 70px;
	overflow: auto;
	height: calc(100vh - 111px);
}

.frame-type-felogin_login {
	max-width: 50%;
}

.frame-type-felogin_login fieldset {
	margin:0;
	padding:0;
	border:0;
}

.frame-type-felogin_login fieldset legend {
	display: none;
}

.frame-type-felogin_login h3 {
	margin:0 0 10px 0;
	border-bottom:2px solid #000;
	padding-bottom: 15px;
	font-family: FFDINWebBold;
	font-size: 20px;	
}

.frame-type-felogin_login label {
	display: inline-block;
	flex:0 0 150px;
	text-transform:uppercase;
	font-size: 16px; 
	
}

.frame-type-felogin_login div.row  {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

.frame-type-felogin_login div.row_submit {
	text-align: right;
	padding-top: 40px;
}

.frame-type-felogin_login input[type=text],
.frame-type-felogin_login input[type=password] {
	padding:3px;
	flex:1 1 auto;
	border: 0;
}

.frame-type-felogin_login input[type=submit] {
	border: navajowhite;
	appearance: none;
	background: #d6092f;
	padding: 10px 40px 10px 20px;
	color: #fff;
	font-size: 16px;
}

.fe-forgotpasswordlink a {
	color:#d6092f;
}





#mischsystem-register {
	max-width: 50%;
}

#mischsystem-register h3 {
	margin:0 0 10px 0;
	border-bottom:2px solid #000;
	padding-bottom: 15px;
	font-family: FFDINWebBold;
	font-size: 20px;	
}

#mischsystem-register h3 span {
    font-family: FFDINWeb;
    text-transform: uppercase;
    font-size: 15px; 
}

#mischsystem-register label {
	display: inline-block;
	flex:0 0 250px;
	text-transform:uppercase;
	font-size: 16px; 
	
}

#mischsystem-register div.row  {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

#mischsystem-register div.row_submit {
	text-align: right;
	padding-top: 40px;
	border-bottom: 0;
	justify-content: end;
}

#mischsystem-register .field {
	width: 100%;
}

#mischsystem-register input[type=email],
#mischsystem-register input[type=text],
#mischsystem-register input[type=password] {
	padding:5px;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

#mischsystem-register input[type=submit] {
	border: navajowhite;
	appearance: none;
	background: #d6092f;
	padding: 10px 40px 10px 20px;
	color: #fff;
	font-size: 16px;
}

#mischsystem-register p {
	line-height: 1.5em;
}

#mischsystem-register p a {
	color:#d6092f;
	text-transform: uppercase; 
}


#mischsystem-deletekonto {
	max-width: 50%;
	display: flex;
}

#mischsystem-deletekonto .infotext {
	padding-bottom: 40px;
}

#mischsystem-deletekonto .options {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#mischsystem-deletekonto h3 {
	margin:0 0 10px 0;
	padding-bottom: 15px;
	font-family: FFDINWebBold;
	font-size: 20px;	
}

#mischsystem-deletekonto p {
	line-height: 1.5em;
}


#mischsystem-deletekonto a {
	display: inline-block;
	border: navajowhite;
	appearance: none;
	background: #d6092f;
	padding: 10px 40px 10px 20px;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	text-decoration: none;
	white-space: nowrap;
}


@media only screen and (max-width: 767px) {
	.template-whitepages {
		padding-left: 30px;
		padding-right: 30px;
	}

	#mischsystem-register {
		max-width: initial;
	}

	#mischsystem-deletekonto {
		max-width: initial;
		display: flex;
		flex-direction: column;
	}

	#mischsystem-deletekonto a {
		margin-left: 0;
	}

	.frame-type-felogin_login {
		max-width: initial;
	}

	.frame-type-felogin_login input[type="text"], .frame-type-felogin_login input[type="password"] {
		width: 100%;
	}		
}