*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

/* Beginn Navbar*/
.navbar{
display: flex;
align-items:center;
padding:20px;
}
nav{
flex:1;
text-align:left;
position: fixed;
top: 60px;
left: 70%;
z-index: 10;
}
nav ul{
	position: absolute;
	top: 50%;
	left: 80%;
	transform: translate(-50%, -50%);
	margin:0;
	padding: 20px;
	background: rgba(255,255,255,0.05);
	display: flex;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);

}
nav ul li{
	list-style: none;
	text-align: center;
	display: block;
	border-right: 1px solid rgba(0,0,0,0.2);
}
nav ul li:last-child{
	border-right: none;
}
nav ul li a{
	text-decoration: none;
	padding: 0 50px;
	display: block;
}
nav ul li a .navIcon{
	width: 40px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto 10px;
}
nav ul li a .navIcon .fa{
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 34px;
	transition: 0.5s;
	color: #000;
}
nav ul li a .navIcon .fa:last-child{
	color: #ff523b; 
}
nav ul li a:hover .navIcon .fa{
	transform: translateY(-100%);
}
nav ul li a .navName{
	position: relative;
	height: 20px;
	width: 100%;
	display: block;
	overflow: hidden;
}
nav ul li a .navName span{
	display: block;
	position: relative;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	transition: 0.5s;
}
nav ul li a .navName span:before{
	content: attr(data-text);
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ff523b;
}
nav ul li a:hover .navName span{
	transform: translateY(20px);
}

a{
text-decoration: none;
color: #555;
}
p{
color: #555;
}
.container{
max-width: 1300px;
margin: auto;
padding-left: 25px;
padding-right. 25px;
}

/* ende Navbar*/
.row{
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-around;
}
.col-2{
flex-basis: 50%;
min-width: 300px
padding: 50px 0;
margin-bottom: 50px;
}
/*
.col-2 img{max-width: 40%;
padding: 50px 0;
}
*/
.col-2 h1{
font-size: 50px;
line-height: 60px;
margin: 25px 0;
}
.btn{
display: inline-block;
background: #ff523b;
color: #fff;
padding: 8px 30px;
margin: 30px 0;
border-radius: 30px;
transition: background 0.5s;
}
.btn:hover{
	background: #563434;
}
.header{
	background: radial-gradient(#fff,#ffd6d6);
}
.header .row{
	margin-top: 70px;
}
.categories{
	margin: 70px 0;
}
.col-3{

	flex-basis: 30%;
	min-width: 250px;
	margin-bottom: 30px;
}
.col-3 img{
width: 100%;
}
.small-container{
/*
border: 5px solid red;
*/
max-width: 1080px;
margin: auto;
padding-left: 25px;
padding-right: 25px;
}
.col-4{
flex-basis: 25%;
padding: 10px;
min-width: 200px;
margin-bottom: 50px;
transition: transform 0.5s;
}
.col-4 img{
max-height: 200px;
}
.titel{
text-align: center;
margin: 0 auto 80px;
position: relative;
line-height: 60px;
color: #555;
}
.titel::after{
content: '';
background: #ff523b;
width: 80px;
height: 5px;
border-radius: 5px;
position: absolute;
bottom: 0;
left:50%;
transform: translateX(-50%);
}
h4{
color: #555;
font-weigt: normal;
}
.col-4 p{
font-size: 14px;
}
.rating .fa{
color: #ff523b;
}
.col-4:hover{
transform: translateY(-5px);
}
.offer{
background: radial-gradient(#fff,#ffd6d6);
margin-top: 80px;
padding: 30px 0;
}
.col-2 .offer-img{
padding: 50px;
}
small{
color: #555;
}


/* Drehendes Buch Oben*/
section{
display: flex;
justify-content: center;
align-items:center;
transform-style: preserve-3d;
perspective: 1000px;
}
section .book{
position: relative;
width: 400px;
height: 400px;
box-shadow: 20px 20px 20px rgba(0,0,0,0.2);
transform-style: preserve-3d;
transition: 0.5s;
}

section .book:hover{
transform: rotateY(35deg);
box-shadow: 0px 20px 20px rgba(0,0,0,0.2);
}
section .book:active{
transform: rotateY(180deg);
}
section .book:before{
content: '';
position: absolute;
width: 60px;
height: 100%;
transform-origin: left;
background: url(img/MandalaMalbuchGoldRuecken.png);
background-size: 60px 400px;
background-position: center;
transform: rotateY(90deg);
}
section .book:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
transform-origin: center;
background: url(img/MandalaMalbuchGoldRueckseite.png);
background-size: 400px 400px;
background-position: center;
transform: rotateY(180deg) translateZ(60px);
}
section .book img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

/* Download Bonus Bereich*/

.downloads{
display: flex;
justify-content: center;
align-items:center;
min-height: 100vh;
background: linear-gardient(to bottom, #f1f4f9, #dff1ff);
}
.downloads .color{
position:absolute;
filter:blur(150px);
}
.downloads .color:nth-child(1)
{
top: 150px;
width: 600px;
height: 600px;
background: #ff359b;
}
.downloads .color:nth-child(2)
{
bottom: 50px;
left: 100px;
width: 500px;
height: 500px;
background: #fffd87;
}
.downloads .color:nth-child(3)
{
bottom: 50px;
right: 100px;
width: 300px;
height: 300px;
background: #00d2ff;
}
.boxDownload{
	position: relative;
}
.boxDownload .square{

	position: absolute;
	backdrop-filter: blur(5px);
	box-shadow: 0 25px 45px rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
	animation: animate 10s linear infinite;
	animation-delay: calc(-1s * var(--i));

}
@keyframes animate{
	0%, 100%{
	transform: translateY(-40px);
	}
	50%{
	transform: translateY(40px);
	}
}
.boxDownload .square:nth-child(1){
	top:-50px;
	right: -60px;
	width: 100px;
	height: 100px;
}
.boxDownload .square:nth-child(2){
	top: 150px;
	left: -100px;
	width: 120px;
	height: 120px;
	z-index: 2;
}
.boxDownload .square:nth-child(3){
	bottom: 50px;
	right: -60px;
	width: 80px;
	height: 80px;
	z-index: 2;
}
.boxDownload .square:nth-child(4){
	bottom: -80px;
	left: 100px;
	width: 50px;
	height: 50px;
}
.boxDownload .square:nth-child(5){
	top: -80px;
	left: 140px;
	width: 60px;
	height: 60px;
}
.boxDownload .square img{
	margin-top: 10px;
	height: 95px;
	width: 95px;
}
.containerDownload{
	position:relative;
	width: 400px;
	min-height: 400px;
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
	display: flex;
	justify-content : center;
	align-items: center;
	backdrop-filter: blur(5px);
	box-shadow: 0 25px 45px rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.form{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 40px;
}
.form h2{
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.form h2::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 80px;
	height: 4px;
	background: #fff;
}
.form .inputBox{
	width: 100%;
	margin-top: 20px;
}
.form .inputBox input{
	width: 100%;
	background: rgba(255,255,255,0.2);
	border: none;
	outline: none;
	padding: 10px 20px;
	border-radius: 35px;
	border: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 16px;
	Letter-spacing: 1px;
	color: #fff;
	box-shadow: 0 5px 15px rbga(0,0,0,0.05);
}
.form .inputBox input::placeholder{
color: #fff;
}
.form .inputBox input[type='submit']{
	background: #fff;
	color: #666;
	max-width: 200px;
	cursor: pointer;
	margin-bottom: 20px;
	font-weight: 600;
}

/* Download Download Bereich*/

.downloadSection{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

}
.downloadSection::before{

}
.downloadSection::after{

}
.downloadContainer{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0;
}
.downloadContainer .downloadCard{
	position: relative;
	width: 300px;
	height: 400px;
	background: rgba(255,255,255,0.05);
	margin: 20px;
	box-shadow: 0 15px 5px rgba(0,0,0,0.2);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
}
.downloadContainer .downloadCard .downloadContent{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0.5;
	transition: 0.5s;

}

.downloadContainer .downloadCard:hover .downloadContent{
	opacity: 1;
	transform: translateY(-20px);
}

.downloadContainer .downloadCard .downloadContent .imgBx{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid rgba(0,0,0,0.25);
}
.downloadContainer .downloadCard .downloadContent .imgBx img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.downloadContainer .downloadCard .downloadContent .downloadContentBx h3{
	color: #000;
	text-transform: uppercase;
	Letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 10px;
	Line-height: 1.1em;

}
.downloadContainer .downloadCard .downloadContent .downloadContentBx h3 span{
	font-size: 12px;
	font-weight: 300;
	text-transform: initial;

}
.downloadContainer .downloadCard .sci{
	position: absolute;
	bottom: 50px;
	display: flex;
}
.downloadContainer .downloadCard .sci li{
	list-style: none;
	margin: 0 10px;
	transform: translateY(10px);
	transition: 0.5s;
	opacity: 0;
	transition-delay: calc(0.1s * var(--i));
}
.downloadContainer .downloadCard:hover .sci li{
	transform:translateY(0px);
	opacity: 1;
}

.downloadContainer .downloadCard .sci li a{
	color: #000;
	font-size: 24px;
}
.downloadContainer .downloadCard .sci li img{
	width: 25px;
}

/*   Footer   */


.footer{
	background: #303036;
	color: #d3d3d3;
	height: 300px;
	position: relative;
}

.footer .footer-content{
	display: flex;
}

.footer .footer-content .single-footer{
	flex: 1;
	border: 1px sold white;
	padding:25px;
	margin-left: 25px;
} 

.footer .footer-content .single-footer h2{
	color: white;
	margin-bottom: 15px;
}

.footer .footer-content .single-footer ul a{
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
	transition: all .3s;

}

.footer .footer-content .single-footer ul a:hover{
	color: white;
	margin-left: 15px;
	transition: all .3s;
}

.footer .footer-content .single-footer .text-input{
	background: #272727;
	color: #bebdbd;
	margin-bottom: 10px;
	line-height: 1.5rem;
	padding: .9rem 1.4rem;
	border-radius: 35px;
	border: none;
	outline: none;
}
.footer .footer-content .single-footer .text-input:focus{
	background: #1a1a1a;
}

.footer .footer-content .single-footer .newsletter-btn{
	border-radius: 35px;
	padding: .7rem 1.3rem;
	background: #005255;
	line-height: 1.3rem;

}

.footer .footer-Copyright{
	background: #343a40;
	color: #686868;
	height: 50px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 20px;
}