/*
Theme Name:		 Altijd Veilig Senioren
Theme URI:		 http://childtheme-generator.com/
Description:	 Altijd Veilig Senioren is a child theme of Astra, created by ChildTheme-Generator.com
Author:			 Ovas Solutions
Author URI:		 http://childtheme-generator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 vergelijken-alarmknop-ouderen.nl
*/


/*
    Add your custom styles here
*/

.loadingAnimationNoText {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

/* Initial state of loading animation */
.loadingAnimationNoText {
  opacity: 0;
  pointer-events: none;
}

.loadingAnimation {
  background-color: rgba(255, 255, 255, 0.6);
}

.loadingAnimationNoText img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
}

.loadingAnimationNoText .thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 100px 0 0 -200px;
  color: #111;
}

.redirectAnimation {
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.redirectAnimation .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 66%;
  border-radius: 20px;
  background: #e0e0e0;
}

.redirectAnimation .stockphoto {
  width: 100%;
  height: 150px;
  background-image: url(./img/logo-1.png);
  background-size: cover;
  border-radius: 19px 19px 0 0;
}

@media (max-width: 768px) {
  .redirectAnimation .stockphoto {
    width: 100%;
    height: 100px;
    /* kleiner op mobiel */
  }
}

.redirectAnimation .thanks {
  margin: 1rem;
}

.redirectAnimation .loading {
  height: 64px;
  width: 64px;
}

.main-form-block>div {
  min-height: 500px;
}

.cf7mls_next {
  display: none;
}