/* Your custom styles */
/* Navigation*/

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v14-latin-regular.woff') format('woff'); /* Modern Browsers */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway/raleway-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v14-latin-700.woff') format('woff'); /* Modern Browsers */
}

/* raleway-700italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'),
	   url('../fonts/raleway/raleway-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v14-latin-700italic.woff') format('woff'); /* Modern Browsers */
}

/* icomoon */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot');
  src:  url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon/icomoon.woff') format('woff'),
    url('../fonts/icomoon/icomoon.svg?#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.icon
{
	list-style-type: none;
}

ul.icon li
{
	text-indent: -1.4em;
}

ul.icon li::before
{
	font-family: icomoon;
	color: #21bbec;
	float: left;
	width: 1.4em;
}

ul.icon li.checkmark::before { content: "\ea10"; }

.icon-checkmark:before {
  content: "\ea10";
}
.icon-backward:before {
  content: "\ea1a";
  color: white;
  font-size: 40px;
  opacity: 0.8; 
}

.icon-backward:hover {
    cursor: pointer;
    }

.icon-backward {
    text-align: center;
    }

.icon-mail4:before {
  content: "\ea86";
  color: #21bbec;
  font-size: 48px;
  opacity: 1.0; 
}

.icon-clock:before {
  content: "\e94e";
  color: #21bbec;
  font-size: 48px;
  opacity: 1.0; 
}

.icon-phone:before {
  content: "\e942";
  color: #21bbec;
  font-size: 48px;
  opacity: 1.0; 
}

/*Primary1 - The Blue*/
.brand-color1 {
	background-color: #21bbec !important; }
.font-color1 {
	color: #21bbec !important; }

/*Primary1s - Another Blue - shade of The Blue from https://maketintsandshades.com/ */
.brand-color1s {
	background-color: #14708e !important; }
.font-color1s {
	color: #14708e !important; }

/*Secondary - The Pink*/
.brand-color2 {
	background-color: #eb6fa6 !important; }

/*Dark grey - Footer background*/
.brand-color3 {
	background-color: #5d686d !important; }

/*Light grey - General background - shade of Dark grey from https://maketintsandshades.com/ */
.brand-color3s {
	background-color: #eff0f0 !important; }
.font-color3s {
	color: #eff0f0 !important; }


h2, h3, h4 {
	color: #eb6fa6;
}

html {
	height: 100%;
}

body {
	background-color: #eff0f0 !important;
	font-family: "Raleway";
	font-size: 1.0rem;
	color: #5d686d;
	font-weight: 400;
	min-height: 100%;
}

.navbar {
    background-color: #fff;
}

.nav-link {
    font-size: 13px;   
}
.top-nav-collapse {
    background-color: #fff;
}

.navbar.navbar-light .brand-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(33, 187, 238, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
	color: #5d686d !important;
	background-color: #fff !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.btn-brand {
	color: #fff !important;
    background-color: #21bbec !important;
}

.view {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-img {
	width: 100%;
	height: 40vh;
	object-fit: cover;
}

.contact-img {
    background-size: cover;
	background-position: top;
	box-sizing: border-box;
	background-origin: content-box;
	background-clip: content-box; /*don't show on the padding*/
}

@media only screen and (max-width: 767px) {
    .contact-img  {
       display: none;
    }
}

.bg-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center !important;
	align-items: center !important;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.bg-text {
	font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
	color: #fff;
	text-align: center;
	flex: 0 0 100%;
}

.bg-text-row{
    height: 120px;
}

@media only screen and (min-width: 576px) {
    .bg-text {
        font-size: 3.5rem;
    }
}

@media only screen and (max-height: 350px) {
    .bg-text-row {
        margin-top: 100px !important;
    }
}

/*.clean::after {
    content: "";
    animation: fade 10s linear infinite alternate;;
    }
    
@-webkit-keyframes fade {
  0% { -webkit-opacity: 1; -webkit-content: "Wir haben Sauberkräfte"; }
  25% { -webkit-opacity: 0;}
  50% { -webkit-opacity: 1; -webkit-content: "Ihre Haushaltshilfe in Berlin"; }
  75% { -webkit-opacity: 0;}
  100% { -webkit-opacity: 1; -webkit-content: "Wir haben Sauberkräfte"; }
}  

@keyframes fade {
  0% { opacity: 1; content: "Wir haben Sauberkräfte"; }
  25% { opacity: 0;}
  50% { opacity: 1; content: "Ihre Haushaltshilfe in Berlin"; }
  75% { opacity: 0;}
  100% { opacity: 1; content: "Wir haben Sauberkräfte"; }
}*/

.btn-white {
	width: 7em;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.0);
    border-color: #fff;
}

.bg-cards {
	background-color: #fff;
}

.navbar .btn-group .dropdown-menu a:hover {
    color: #000 !important;
}
.navbar .btn-group .dropdown-menu a:active {
    color: #fff !important;
}

.flex-center {
    color: #fff;
}

.logowidth {
		max-width: 225px;
		transition: max-width 1.0s;
}

@media only screen and (min-width: 576px) {
    .logowidth {
        max-width: 300px;
		transition: max-width 1.0s;
        }
}

/*@media only screen and (max-width: 768px) {
    .display-3 {
        font-size: 3rem;
        margin-top: 4rem;
    }
    h3 {
        font-size: 1.3rem;
    }
}*/

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

@media (min-width: 576px) {
	.navbar.scrolling-navbar {
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
}

footer.page-footer {
	color: #eff0f0 !important;
	background-color: #5d686d !important;
	font-size: 0.8rem;
}

footer.page-footer .footer-copyright {
	background-color: #4a5357;
	color: #9ea4a7;
	font-size: 0.8rem;
	padding-top: 10.4px;
	padding-bottom: 10.4px;
/*	height: 40px;
	line-height: 40px;*/
}

.textvercenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#scf-contactForm {
    width: 100%;
}

#scf-message-contactForm {
    text-align: center;
    }

.a-contact-form-wrapper {
    width: 90%;
}

@media only screen and (min-width: 768px) {
    .a-contact-form-wrapper {
       width: 60%;
    }
}

.a-contact-form {
    width: 100%;
}

.a-button-wrapper {
    display: flex;
    justify-content: center;
}

.a-field-wrapper {
    margin-bottom: 1rem;
}

.a-field-control {
    display: block;
    text-align: center; 
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #5d686d;
    background-color: #d7d8d8;
    background-clip: padding-box;
    border: 1px solid #d3d3d3;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.a-contact-form input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: #5d686d !important;
}

.a-cookies-bar{
    padding: 10px !important;
    background-color: #fff !important;
    color: #5d686d !important;
    margin-left: 20px !important;
}

@media only screen and (max-width: 620px) {
    .a-cookies-bar {
       margin-left: 20px !important;
    }
}

#cookies-bar .buttons {
    margin-top: 0px !important;
}

.btn-brand:hover, .a-field-control:focus {
  color: #5d686d;
  background-color: #fff;
  outline: 0;
  border: none;
  box-shadow: 0 0 0 0.25rem rgba(33, 187, 236, 0.33);
}

.a-field-control::-moz-placeholder {
  color: #5d686d;
  opacity: 1;
}
.a-field-control::placeholder {
  color: #5d686d;
  opacity: 1;
}

.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -102px
}

.push {
  height: 102px;
}