.adaptive_header{
	
	padding: 15px;
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background: #E1EBF7;
	display: none;
}
.adaptive_header img{
	width: 45px;
    height: 45px;
	background: linear-gradient(90deg, #A1C4FD 0%, #C2E9FB 100%);
	border-radius: 50px;
	padding: 5px;
	box-shadow: 0px 4px 0px 1px #406296;
}
.adaptive_header img:hover{
	box-shadow: 0px 1px 0px 1px #488d9f;
}

header.header{
	
}

.mnu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.mnu a{
	color: inherit;
	text-decoration: none;
}

.mnu li{
	padding: 0px;
	width: auto;
	position: relative;
}

.mnu .button {
	padding: 10px 5px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	min-height: 60px;
	width: 190px;
}

.mnu .parent .button{
	transition: 0.2s;
	position: relative;
}

.mnu .parent.active .button {
	background: linear-gradient(90deg, #13488e 0%, #4a92d9 100%);
	top: 5px;
	box-shadow: none;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
}

.shild {
	overflow: hidden;
	position: absolute;
	position: absolute;
	list-style-type: none;
	padding: 20px;
	text-align: left;
	transition: 0.3s;
	padding: 0px;
	background: linear-gradient(90deg, #13488e 0%, #4a92d9 100%);
	z-index: 1;
	width: 350px;
	/* transform: scale(0); */
	top: calc(100%);
	max-height: 0px;
	border-radius: 0px 0px 8px 8px;
	color: #fff;
	min-width: 350px;
	top: calc(100% + 5px);
}



.shild.active {
	height: auto;
	z-index: 1;
	padding: 20px 0px;
	/* transform: scale(1); */
	max-height: 100vh;
	border-top: 1px solid #335c89;
	margin-top: 10px;
}

.shild li a {
	width: 100%;
	min-width: 100%;
	padding: 10px 10px;
	display: block;
	margin: 3px 0px;
	transition: 0.3s;
	border-radius: 0px;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
}



.shild li a.activePages{
	background-color: #fff;
	color: #000;
}


.button.activePages{
	background: linear-gradient(90deg, #13488e 0%, #4a92d9 100%);
	color: #fff;
	box-shadow: 0px 1px 0px 1px #488d9f;
	top: 6px;
}

.shild li a:hover{
	background-color: #fff;
	color: #000;
}
.shild li a.active {
	background-color: #fff;
	color: #000;
}

.button {
	flex-basis: 200px;
	border-radius: 8px;
	min-height: 40px;
	background: linear-gradient(90deg, #A1C4FD 0%, #C2E9FB 100%);
	box-shadow: 0px 7px 0px 1px #406296;
	transition: 0.1s;
	display: block;
	color: #221354;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	top:0px;
}

/*a.button.pages {
	background: #fff;
	color: #105d8b;
	font-weight: 600;
	box-shadow: 0px 0px 0px 0px #488d9f;
	position: relative;
	width: 110%;
	z-index: 0;
	}*/

	.mnu .big .button {
		width: 350px;
		flex-basis: 350px;
	}

	.mnu li:hover .button{
		box-shadow: 0px 1px 0px 1px #488d9f;
		top: 6px;
	}


	.button:hover {
		box-shadow: 0px 1px 0px 1px #488d9f;
		top:6px;
	}
	.left_mnu{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}

	.left_mnu li:hover a{
		box-shadow: 0px 1px 0px 1px #488d9f;
		top: 6px;
	}

	.header .top{
	}

	.headerfon{

		background: url(../img/headfon.png) no-repeat;
		background-size: 100%;
		background-position: center center;
		filter: brightness(1.1);
	}

	.container.top {
		padding: 0px;
		margin: 0px auto;
		min-height: 270px;
		align-items: flex-start;
		position: relative;
	}


	.animalText{
		width: 400px;
		flex-basis: 400px;
		justify-content: center;
		width: 100%;
		text-align: left;
		padding: 0px 20px;
	}

	.kontakt_header {
		width: 400px;
/*		flex-basis: 400px;*/
		width: 100%;
		padding: 30px 0px;
	}

	.kontakt_header .list{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
	.kontakt_header .list li {
		padding: 5px 10px;
		margin: 5px 0px;
		text-align: right;
		font-size: 20px;
		color: #ffffff;
		text-shadow: 2px 2px 3px #00000075;
	}
	.kontakt_header .list li a{
		color: inherit;
		text-decoration: none;
	}


	.stih {
		position: absolute;
		width: 520px;
		left: 0px;
		top: 25px;
		height: auto;
		/* overflow: hidden; */
	}
	
	.stih .txt {
		position: relative;
		top: 0px;
		font-size: 30px;
		font-family: MarckScript;
		line-height: 31px;
		font-weight: 100;
		text-shadow: 2px 2px 3px #00000075;
	}

	.stih .txt.active {
		position: relative;
		top: -340px;
	}
	.stih .txt p{
		margin: 5px 0px 20px 0px;
		color: #fff;
	}


	.stih .txt h4{
		margin: 0px;
	}


	.headermenu {
		padding: 15px 0px;
		background-color: #fff;
		display: none;
	}

	section.main_menu {
		padding: 10px 0px 30px 0px;
		background: #e1ebf7;
	}
