﻿/*
Theme Name: wfw home
Description: Thank you.
Author: Michid
Template: wfw
Version: 2019.1
*/

#wrapper { flex: none; }
#header { display:none; }

.menu-startseite-container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-startseite {
    width: 100%;
    margin: 20px;
}
.menu li {
  opacity: 1;
}
#menu-startseite li {
	display: inline-block;
	width: 100%;
	background: white;
	text-align: center;
  transition: all .2s ease-out;
  margin: 10px 0;
}
#menu-startseite li:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translate(0, -2px);
}
#menu-startseite li:hover a {
  transform:scale(1.02);
  transform-origin: 50%;
}
#menu-startseite li a {
	display: block;
    text-indent: -9999px;
    padding: 80px 120px;
    background: url(../wfw/img/wohlfuehlwohnen.png) no-repeat center center;
    transition: all .5s ease-out;
    background-size: 60%;
}
#menu-startseite li:last-child a {
    background-image: url(../wfw/img/fmz.png);
    background-size: 40%;
}

.menu-startseite-container {
    opacity: 0;
    -webkit-animation: show-links 0.8s ease-in-out 3s  both;
    animation: show-links 0.8s ease-in-out 3s  both;
}
@-webkit-keyframes show-links {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-links {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#menu-startseite-1 {
    margin: 30px 20px;
    width: 100%;
}
#menu-startseite-1 li {
	display: inline-block;
	width: 48%;
	text-align: left;
}
#menu-startseite-1 li:last-child {
	float:right;
  text-align: right;
}

#menu-startseite-1 li a {
	font-weight: bold;
}
#menu-startseite-1 li a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
   display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4rem;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
	content: '\e800';
	vertical-align: middle;
}


.wp-block-quote  {
  /*justify-content: center;*/
}


@media all and (min-width: 35em) {

  #menu-startseite li a {
      padding: 120px;
      background-size: inherit;
  }
  #menu-startseite li:last-child a {
      background-size: inherit;
  }

}


@media all and (min-width: 62.5em) {
  #menu-startseite {
      margin: 100px 0 0 0;
  }
  #menu-startseite li {
    width: 48%;
    margin: 0;
  }
  #menu-startseite li:last-child {
    float:right;
  }

  #menu-startseite-1 {
      margin: 30px 0;
  }
  #menu-startseite-1 li {
    width: 48%;
    text-align: center;
  }
  #menu-startseite-1 li:last-child {
    float:right;
    text-align: center;
  }

}