/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 17:57:14 */
@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-image:url("http://deutschkurs.pro/wp-content/uploads/2025/07/DiccA1.png");
	height:auto;
	background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	align-items: center;
}

.Conten{
	width: auto;
	height: 100%;
	margin-left: 20%;
	margin-right: 20%;
	background-color:rgba(154,249,221,0.70);
	text-align: center;
	color:#80800;
}
.Text1{
	text-align:center;
		
}

.container1{
    align-items: center;
	text-align: center;
	}

th,td {
	border: 0px ;
	border-spacing: 0;
	opacity:1.0;
}
ul {
	display: flex;
	text-align: center;
}
li {
	list-style: none;
	margin: 0 20px;
	}
.BtnA1 {
	font-size: 20px;
	padding: 0 0 0 20px;
	}
.BtnA1 {
	font-family:Grand Aventure;
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	background:#55D718;
	width: 105px;
	height: 60px;
	display: flex;
	align-items:center;
	border-radius: 10px;
	transform-style: preserve-3d;
	transform: rotate(-30deg) skewY(25deg);
	box-shadow: 10px 10px 10px #000000;
	transition: time;
	position: relative;
	}

.BtnA1:hover {
	transform: rotate(-30deg) skewY(25deg) translate(20px -15px 15px);
	box-shadow: 10px 10px 10px #000000;
	color: white;
	background-color: #3b5998;
	}
.BtnA1:hover:nth-child(1) .BtnA1:before{
	background-color: #3b5998;
}
.BtnA1:hover:nth-child(1) .BtnA1:after{
	background-color: #3b5998;
}
