*{
	padding: 0;
	margin: 0 ;

	outline:none;
}

.body{
	background:#efefef;
}
.main-div{
	position:relative;
	width:1000px;
	height:auto;
	margin:0 auto;
	
}
.main-div-add1{
	position:relative;
	width:0px;
	height:1550px;
	float:left;
	background:transparent;
}

.main-div-qoute-menu{
	position:relative;
	width:1000px;
	height:auto;
	padding-top:20px;
	float:left;
	background:white;
	border-radius:12px;
}
.main-div-qoute-login-error{
	position:relative;
	width:980px;
	margin-left:8px;
	border-radius:12px;
	border:2px solid #000000;
	cursor:pointer;
	height:70px;
	margin-top:10px;
	background:#FBC259;
}
.main-div-qoute-login-error:hover {
  transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.menu-login-error-text{
	position:absolute;
	z-index:99;
	color:#ffffff;
	top:15px;
	left:15px;
	font-size:24px;
	text-shadow: 2px 2px 4px black;
	font-family:Architects Daughter;
}

.main-div-qoute-menu-inspiration{
	position:relative;
	width:980px;
	margin-left:8px;
	margin-top:10px;
	border-radius:12px;
	border:2px solid #000000;
	cursor:pointer;
	height:300px;
	background-image: url('https://sprueche-app.s3.eu-central-1.amazonaws.com/web_inspiration.png');
}
.main-div-qoute-menu-inspiration:hover {
  transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.menu-inspiration-text{
	position:absolute;
	z-index:99;
	color:#ffffff;
	font-size:24px;
	text-shadow: 2px 2px 4px black;
	font-family:Architects Daughter;
	bottom:20px;
	left:20px;
}
.main-div-qoute-menu-luck{
	position:relative;
	width:980px;
	margin-left:8px;
	border-radius:12px;
	border:2px solid #000000;
	cursor:pointer;
	height:300px;
	margin-top:10px;
	background-image: url('https://sprueche-app.s3.eu-central-1.amazonaws.com/web_luck.png');
}
.main-div-qoute-menu-luck:hover {
  transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.main-div-qoute-menu-motivation{
	position:relative;
	width:980px;
	margin-left:8px;
	border-radius:12px;
	border:2px solid #000000;
	cursor:pointer;
	height:300px;
	margin-top:10px;
	background-image: url('https://sprueche-app.s3.eu-central-1.amazonaws.com/web_motivation.png');
}
.main-div-qoute-menu-motivation:hover {
  transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.main-div-qoute-menu-romatic{
	position:relative;
	width:980px;
	margin-left:8px;
	border-radius:12px;
	border:2px solid #000000;
	cursor:pointer;
	height:300px;
	margin-top:10px;
	background-image: url('https://sprueche-app.s3.eu-central-1.amazonaws.com/web_love.png');
}
.main-div-qoute-menu-romatic:hover {
  transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.main-div-qoute-menu-promi{
	position:relative;
	width:980px;
	margin-left:8px;
	border-radius:12px;
	border:2px solid #000000;
	cursor:pointer;
	height:300px;
	margin-top:10px;
	background-image: url('https://sprueche-app.s3.eu-central-1.amazonaws.com/web_inspiration.png');
}
.main-div-qoute-menu-promi:hover {
  transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.main-div-add2{
	position:relative;
	width:0px;
	height:1550px;
	float:left;
	background:transparent;
}

.headline2{
	position:relative;
	color:#000000;
	text-align:center;
	font-size:50px;
	margin-top:90px;
	font-family:Italianno;
}
.text-div-img{
	position:relative;
	width:1000px;
	object-fit: contain;
	
}
.text-div-img-text{
	position:relative;
	width:750px;
	margin:20px auto;
	font-size:27px;
	font-family:Caveat;
}
.headline3{
	position:relative;
	color:#000000;
	text-align:center;
	font-size:50px;
	margin-top:90px;
	font-family:Italianno;
}
.text-div-img-text2{
	position:relative;
	width:650px;
	margin:20px auto;
	font-size:27px;
	font-family:Caveat;
}
.bottom-navigation{
	position: relative;
	margin-top:80px;
    bottom: 0;
	width:100%;
	height:160px;
	background:#005f73;
}
.bottom-navigation-div{
	position: relative;
	padding-top:30px;
	margin:auto;
	width:500px;
	height:auto;
	background:#005f73;
}
.bottom-navigation-text{
	position:relative;
	color:#ffffff;
	width:250px;
	float:left;
	text-align:center;
	font-size:24px;
	font-family:Caveat;
}
.bottom-navigation-text2{
	position:relative;
	color:#ffffff;
	width:250px;
	float:left;
	text-align:center;
	font-size:24px;
	font-family:Caveat;
}
.bottom-navigation-text-link{
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
}
.bottom-navigation-text-link:hover{
	text-decoration: underline;
}

.cd-title {
  position: relative;

  text-align: center;
}
.cd-title h1 {

}


.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

.cd-headline {
  font-size:50px;
  
  line-height: 1.2;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left:5px;
  padding-right:5px;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}


/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical pulsating cursor bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #ffb91d;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}


