/*
Theme Name: Lilienzauber
Author: Viktoria Schröter
Author URI: https://www.papilla.at
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/



@font-face {
    font-family: 'CaviarDreams';
    src: url('caviar_dreams/caviardreams.woff2') format('woff2'),
         url('caviar_dreams/caviardreams.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Healoogi';
    src: url('healoogi/Healoogi.otf') format('otf'),
         url('healoogi/Healoogi.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

b {
	font-weight: bold;
}

body.home::before {
  content: " ";
background: url(assets/Streifen-bunt.png);
width: 100vw;
height: 2rem;
position: absolute;
top: 0rem;
}

.logo {
	width: 200px;
  padding-right: 3rem;
  padding-top: 4rem;
}
.logo-container {
  text-align: right;
}

@keyframes smaller {
    100% {
    	height: 100%;
    	width: 100%;
    	padding-left: 6rem;
    }
}


body {
	font-family: CaviarDreams;
	margin: 0;
  background-color: #E9E3D8;
}

body.page-template-beitrag main, body.page-template-rezepte main, body.page-template-beitraege main{
  margin: 4rem;
}

.page-template-beitrag a, .page-template-rezepte a {
  text-decoration: none;
  color:#505642;
}

nav ul li {
  float: left;
  list-style-type: none;
  margin: 0rem 1rem;

}

nav ul li a {
  text-decoration: none;
  color: #505642;
}

nav {

  position: absolute;
  top: 6em;

}


ol li {
	color: #c1c9cf;
}

ol {
	font-size: 1.4rem;
	padding-left: 12rem;
}


.appearing-list.animate li:nth-of-type(1) {
  animation: fadein 1s forwards 0s;
}

.appearing-list.animate li:nth-of-type(2) {
  animation: fadein 1s forwards 0.5s;
}

.appearing-list.animate li:nth-of-type(3) {
  animation: fadein 1s forwards 1s;
}
.appearing-list.animate li:nth-of-type(4) {
  animation: fadein 1s forwards 1.5s;
}
.appearing-list.animate li:nth-of-type(5) {
  animation: fadein 1s forwards 2s;
}
.appearing-list.animate li:nth-of-type(6) {
  animation: fadein 1s forwards 2.5s;
}

.post-date {

  font-size: .75rem;
}

.float-box h3 {
	color: white;
	background-color: #99A5AF;
	padding: 2rem 3rem;
	width: 40vw;
	float: right;
	position: relative;
	top: -7rem;
	font-size: 1.2rem;
	border-radius: 0 100px;
}

.float-box {
	background-color: #c1c9cf;
	margin: 8rem 0 2rem 0;
	padding: 2rem;
}
.clear {
	clear: both;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  76% {
    color: #e0e4e7;
  }
  100% {
    color: white;
  }
}

.centered {
	text-align: center;
}



.content a {
	background-color: #D2BBA6;
	text-decoration: none;
	padding: .5rem 2rem;
	color: white;
	margin-top: 1rem;
	display: inline-block;
}

.background-content {
	margin: 2rem 10rem;
	//background-color: #D2BBA6;
	border-radius: 0 100px;
	rotate: -3deg;
	padding: 2rem;
	position: relative;
	text-align: center;
}

.brown-rectangle ul li:nth-of-type(1)::marker {
  color: #E77C2C;
}

.brown-rectangle ul li:nth-of-type(2)::marker {
  color: #C4D760;
}

.brown-rectangle ul li:nth-of-type(3)::marker {
  color: #CD3858;
}

.brown-rectangle ul li:nth-of-type(4)::marker {
  color: #34BCE1;
}

.brown-rectangle ul li:nth-of-type(5)::marker {
  color: #995D97;
}

.brown-rectangle ul li:nth-of-type(6)::marker {
  color: #FAD121;
}


.background-content p, .background-content ul {
	rotate: 3deg;
}

div.name {
  position: absolute;
  top: 22rem;
  right: 22rem;
  text-align:right;
  font-family: Healoogi;
  color: #505642;
}

div.name p {
  margin: 0;
  font-size: 1.5rem;
}

div.name small {
  font-family: CaviarDreams;
  font-size:1.2rem;
}

.rectangle-container .circle-image, .rectangle-container .wp-block-template-part {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.aboutme {
  display: flex;
  justify-content: space-between;
  background-color: #013653;
  color: white;
  align-items: stretch;
  border-radius: 2rem 2rem 0 0;
}

.aboutme .title {
  font-size: 2rem;
}

.aboutme img {
height: 750px;
border-radius:2rem 0 0 0;

}

.aboutme .info-p {
  width: 75%;
  padding: 4rem;
}

.button-container {
  display: flex;
  justify-content: space-evenly;
}

.aboutme .info-p button {
  background-color: white;
  border-radius: 1.5rem;
  padding: .75rem;
  border: none;

}

.aboutme .info-p button a {
  color: #013653;
  text-decoration: none;
}

.aboutme .info-p button.more {
border: 2px solid white;
background-color: transparent;
color: white;
}

.aboutme .info-p button.more a{
  color: white;
  text-decoration: none;
}

.brown-rectangle {
  display: flex;
  justify-content: center;
  margin-top: -6rem;
  margin-left: -10rem;
  margin-bottom: 4rem;
}

.brown-rectangle .info-p {
  background-color: #D3C8B7;
  padding: 2rem 6rem 2rem 2rem;
  color: #505642;
}

.brown-rectangle .info-p .title {
  font-family: Healoogi;
}

.brown-rectangle .info-p {
  line-height: 2rem;
}



.circle-image {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 !important;
}

.circle-image img {
  display: inline;
  margin: 0 auto;
  width: 100%;
  height: auto;
}




.statement {
	font-size: 2.5rem;
  font-family: "Healoogi";
	display: inline-block;
	text-align: right;
  color: #505642;
  line-height: 1.5 !important;
  margin-top: -3rem;
  margin-left: -12rem;
}

.rectangle-container {
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 1100px) {
  .rectangle {
  	width: 15rem;
  	height: 20rem;
  }

  .rectangle img {
  	width: 150px;
  	top: 40px;
  }

  .inner-rectangle {
  	width: 14rem;
  	height: 19rem;
  }

  	@keyframes slide {
    	100% { left: 5vw; }
	}

	.statement {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}

	.float-box {
		margin-top: 0rem;
		//padding-top: 0rem;
	}
}

@media screen and (max-width: 950px) {
	ol {
		position: relative;
		margin-bottom: 0;
		padding-left: 2rem;
	}


}

@media screen and (max-width: 807px) {
	ol {
		position: relative;
		//top: -4rem;
		margin-bottom: 0;
	}

	.float-box {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 750px) {

  .logo {
    width: 200px;
  }
	.rectangle {
		clear: both;
		margin: 0 3rem;

		float: none !important;
		left: 50%;
		transform: translateX(-50%);
	}



	@keyframes slide {
    	100% {
    		left: 50%;
			transform: translateX(-50%);
			margin: 0;
    	}
	}

	.statement-container {
		clear: both;
		max-width: 100vw;
		margin: 0;
	}

	.float-box {
		margin-top: 17rem;
		padding-bottom: 0;
	}

	.float-box h3 {
		width: 15rem;
		margin-right: -0.25rem;
	}

	ol {
		margin-bottom: 0;
		position: relative;
		//top: -4rem;
		padding-left: 5rem;
	}





}


@media screen and (max-width: 570px) {

  .logo {
    width: 150px;
    text-align: center;
    padding: 0;
    margin:2rem 0;
  }

  .statement {
    font-size: 2rem;
    margin-left: 0;
  }


.rectangle-container {
  display: block;
}

.rectangle-container .circle-image {
  margin-left: 1rem !important;
  width: 200px;
  height: 200px;
}

.brown-rectangle {
  display: block;
  margin-top: -3rem;
  margin-left: 0;
}

.brown-rectangle .info-p {
  padding-top: 6rem;
}

div.name {
  position: relative;
  top: -28rem;
  right: 1rem;
}

div.name p {
  font-size: 1.2rem;
}

div.name small {
  font-size: 1rem;
}

div.aboutme {
  display: block;
}

div.aboutme div.info-p {
  width: unset;
  padding: 1.5rem;
}

div.aboutme img {
  object-fit: cover;
  max-width:100vw;
  border-radius: 2rem 2rem 0 0;
  display: block;
  height: 25rem;
}

button {
  padding: .5rem;
  margin: .5rem;
}

footer p span {
  display: block;
}


  nav {
    position:static;

  }

  nav ul li {
    float: none;
  }
	ol {
		top: -4rem;
	}

	.float-box h3 {
		float: none !important;
		left: 50%;
		transform: translateX(-50%);
	}

	.logo-container {
		text-align: center;
	}
}

	@keyframes top {
    100% {
    	width: 200px;
    	position: relative;
    	top: 0;
    }
    }

    @keyframes smaller {
    100% {
    	height: 100%;
    	display: block;
    	padding: 0;
    }
}


}

.centered-p {
		padding: 0 1rem;
}

footer {
	color: #505642;
	padding-top: 2rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}

footer a {
  color: #505642;
  text-decoration:none;
}


.info-p .title{
  font-family: Healoogi;

}




 
