/* julius-sans-one-regular - latin */



.einstellungen {
			width:350px;
			margin: 20px auto 50px;
			
		}

/*#bildHochladen .button {
	width:100%;
	margin:10px 5px;
	background-color:#990033;
	color:white;
}*/

#result {
		margin-bottom:15px;
		display:none;
	}

button[type='submit'], button[type='button'] {
	background-color: #990033;
	color:white;
	margin: 10px 0px 5px 0px;
	width:100%;
}

button[type='submit']:hover, button[type='button']:hover {
	background-color: white;
	border:1px solid #990033;
	color:#990033;
	margin: 10px 0px 5px 0px;
	width:100%;
}

.dashboardButton .button{
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
}

.dashboardButton a p {
	color:black;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}

.dashboardButton {
	
	cursor: pointer;
	margin-bottom:50px;
}

.loginReg {
	padding-bottom:20px;
	text-align: center;
	min-height: calc(100vh - 300px);
	width:100%;
	
}

form {
	padding:20px 0;
	margin: 0 auto 20px;
	width:350px;
	-webkit-animation: KEYFRAME-NAME 1s;
	-moz-animation:    KEYFRAME-NAME 1s;
	-o-animation:      KEYFRAME-NAME 1s;
	animation:         KEYFRAME-NAME 1s;
}

@-webkit-keyframes KEYFRAME-NAME {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}
@-moz-keyframes KEYFRAME-NAME {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}
@-o-keyframes KEYFRAME-NAME {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes KEYFRAME-NAME {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}
 
.clearfix {
	display:block;
}

/*CHECKBOX*/

.checkbox input[type=checkbox]{
	visibility: hidden;
}

.checkbox {
	font-family: 'Julius Sans One', sans-serif;
	width: 60px;
    height: 26px;
    background: none;
    margin: 8px 0px;
	float:right;
    border-radius: 50px;
	border:1px solid #990033;
    position: relative;
}

.checkbox:before {
    content: 'On';
    position: absolute;
    top: 5px;
    left:5px;
    height: 2px;
    color: #990033;
    font-size: 13px;
}

.checkbox:after {
    
	content: 'Off';
    position: absolute;
    top: 5px;
    left: 30px;
    height: 2px;
    color: #333;
    font-size: 13px;
}

.checkbox label {
    display: inline-block;
    width: 26px;
    height: 19px;
    border-radius: 50px;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top:2px;
    z-index: 1;
    left: 2px;
    background: rgba(164,173,193,1);
}

.checkbox input[type=checkbox]:checked + label {
    left: 30px;
    background: #990033;
}

.angemeldet_bleiben {
	position:absolute;
	letter-spacing:1.1px;
	right:-20px;
	top:1px;
	width:350px;
	font-size:18px;
}

.agb {
	right:-35px;
	
}

.space-between {
	justify-content:space-between;
	font-family: 'Julius Sans One', sans-serif;
}

.abstand {
	height:50px;
}

.methoden {
	margin:auto;
	padding-bottom:50px;
	
}

.methoden h2, form h2 {
	text-align:center;
}


#passwort {
	float:right;
}

/*CHECKBOX END*/

input {
	border: 1px solid #990033;
	border-radius: 0;
	box-sizing: border-box;
	display: inline-block;
	font-size:16px;
	letter-spacing:1.1px;
	color:#990033;
	margin: 8px 0;
	padding: 12px 20px;
	width: 100%;
}

input[type=text], input[type=password], input[type=email], input[type=file] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cr-slider {
	border:none;
}

/*RADIO BUTTONS*/

.radio {
	color:#990033;
	display: inline-block;
	position: relative;
	padding: 2px 0 0 35px;
	margin: 10px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float:left;
}

.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;	
}

/* Create a custom radio button */
.radio_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #990033;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .radio_checkmark {
  background-color: #990033;
	
	
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .radio_checkmark {
  background-color: #990033;
	
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .radio_checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .radio_checkmark:after {
 	top: 4px;
	left: 4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: white;
}

#toggleMenu {
	background:rgba(184,134,11,0.5);
	padding-top:50px;
	text-align: center;
	width:350px;
	z-index:9999;
}
#toggleMenu button {
	margin-bottom: 5px;
	width:350px;
	
}



ul, li {
	list-style-type:none;
	margin:0;
	padding:0;
	
}

.profilMethoden {
	border:1px solid #a5832d;
	background-color:white;
	border-radius: 3px;
	-webkit-box-shadow: 5px 7px 9px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 7px 9px -2px rgba(0,0,0,0.2);
	box-shadow: -5px 7px 9px -2px rgba(0,0,0,0.2); 
	display:inline-block;
	height: 380px;
	margin: 10px;
	padding: 10px 20px;
	position:relative;
	text-align:left;
	transition: all .2s ease-in-out;
	width:350px;
}

.profilMethoden:hover {
	transform: scale(1.05);
}

/*.profilMethoden {
	
	border:1px solid #990033;
	border-radius: 3px;
	display:inline-block;
	height:330px;
	margin: 10px;
    padding: 10px 20px;
	text-align:left;
	width:380px;
	
}
*/
.profilBild {
	border:5px solid rgba(184,134,11, 0.5);
	border-radius: 180px;
	margin-bottom: 20px;

}

.far, .fas{
	font-size: 50px;
	padding:20px 0;
	color:rgba(184,134,11,1);
}

.rot {
	color:#990033;
}

.gruen {
	color:green;
}



.boxShadow {
	border:1px solid #a5832d;
	background-color:white;
	border-radius: 3px;
	-webkit-box-shadow: 5px 7px 9px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 7px 9px -2px rgba(0,0,0,0.2);
	box-shadow: -5px 7px 9px -2px rgba(0,0,0,0.2);
	max-width:1090px;
	padding:50px;
	margin:50px auto;
	text-align:center;
}

#landingpage img {
	border:1px solid rgba(184,134,11,1);
	transition: all .2s ease-in-out;
	width:100%;
	max-width:800px;
	height:auto;
}

#finanzmanager img {
	
	transition: all .2s ease-in-out;
	width:100%;
	max-width:800px;
	height:auto;
}


#landingpage img:hover, #finanzmanager img:hover, #visitenkarte img:hover, #ueber-mich img:hover {
	transform: scale(1.05);
}

#visitenkarte, #finanzmanager, #ueber-mich {
	margin-top:50px;
}

#visitenkarte img {
	width:100%;
	max-width:400px;
	height:auto;
	margin:10px 5px;
	transition: all .2s ease-in-out;
	border:1px solid rgba(184,134,11,1);	
}

#ueber-mich img {
	border:3px solid rgba(184,134,11,1);
	border-radius: 50%;
	transition: all .2s ease-in-out;
}

#terms button {
	margin-left:0;
}


/*MEDIA QUERIES*/

@media screen and (max-width: 1110px) {
  	.boxShadow {
		
		max-width:720px;
		
	}
}

@media screen and (max-width: 550px) {
  	#praxisBildWrapper{
			height:40vh;
	}
	
	.boxShadow {
		border:none;
		background-color:transparent;
		border-radius: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		
		padding:0 15px;
		margin:auto;
	}
	
	#visitenkarte img {
   		margin: 0;
    }
}

