
#wrap1, #Home, #Leistungen, #Angebote, #Oeffnungszeiten, #Kontakt, #Impressum, #DSGVO {
  transition: all 0.5s linear;
}

.text-schatten {
	text-shadow: 1px 1px 1px #111;
	color: #ffb000;
}

.shadow-unten {
-webkit-box-shadow: 0px 10px 10px -7px #2C2C2C; 
box-shadow: 0px 10px 10px -7px #2C2C2C;
}

.pulse {
	animation: pulse 3s ease-in 0s 5 normal forwards;
  }
  @keyframes pulse {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0.1;
	}
}

.animX {
  animation: animX 4.5s ease 1;
 }
@keyframes animX {
	0% {
    transform: scaleX(-1);
	opacity: 0;
  }
	15% {
    transform: scaleX(-1);
	opacity: 0.1;
  }
	100% {
    transform: scaleX(1);
	opacity: 1;
  }
}


.modal-login {		
	color: #636363;
}
.modal-login .modal-content {
	padding: 20px;
	padding-bottom: 0px;
	border-radius: 5px;
	border: orange solid 6px;
}
.modal-login .modal-header {
	border-bottom: none;   
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
	border-color: #70c5c0;
}
 /*
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
*/
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
	margin: 0 -20px 0 -20px;
	border-radius: 5px;
	font-size: 16px;
}
.modal-login .modal-footer a {
	color: #aaa;
}		
.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	z-index: 9;
	background: #212529;
	border: orange solid 6px;
	padding: 8px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login .modal-dialog {
	margin-top: 80px;
}
/*
.modal-login .btn, .modal-login .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #45aba6 !important;
	outline: none;
}
*/
.modal.modal-zoom.fade:not(.show) .modal-dialog {
  transform: scale(0.1);
}
