#kontakt div{transition: .3s all ease}
#kontakt{
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	position: fixed;
	top:-100vh;
	left: 0;
	/* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(222,224,224,1) 100%); */
	background: linear-gradient(180deg, #f4f4f4, #b6b6b6 100%);
	/* backdrop-filter: blur(6px); */
	z-index: 999999;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;	
	transition: 1s all ease;
	opacity: 0;
}	
#kontakt .close, .modal_close{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top:20px;
	background: url(close.png) no-repeat center ;
	background-size: contain;
	cursor: pointer;
	opacity: .6;
}
#kontakt .close:hover{opacity: 1;}

#kontakt .inner{
	display: block;
	max-width: 1000px;
	min-width: 400px;
	
	border-radius: 30px;
	border: 3px solid #eb740c;
	padding: 3%;
	text-align: center;
	/*box-shadow: 0 0 40px 10px lightgrey;*/
	/*background: #fff;*/
}

#kontakt a, #kontakt button{display: block; padding: 10px 20px;box-sizing: border-box; border-radius: 20px; text-align-last: left; width: 80%; margin: 0 auto; color: white; transition: .24s all;border:2px solid lightgrey; margin-bottom: 30px;}
#kontakt a:hover{color:white!important;}
#kontakt a div{display: inline-block; text-align-last: left;}
#kontakt h3{padding-bottom: 40px;}
#kontakt p{padding: 0; font-size: 20px!important; font-weight: bold; margin: 0; text-transform: uppercase; letter-spacing: 1px; line-height: 20px; opacity: .9;}
#kontakt p.line{font-size: 12px!important; font-style: normal; margin: 0; padding: 0; font-weight: 400; word-wrap: normal; overflow-y: hidden; letter-spacing: 0;}
#kontakt .icon img{width: 80%;height: 80%; letter-spacing: -1; }
#kontakt .icon {width: 56px; display: inline-block;margin-right:12px; border-right: 1px solid rgba(255,255,255,.2)}
#kontakt .text {display: inline-block;}

#kontakt input[type=text]{
padding: 10px; 
height: 50px;
border-radius: 8px; 
border: 2px solid #6420C0; 
box-shadow: lightgrey  0 0 20px 0;
margin: 0 auto;
transform: skewX(-14deg);
width: 80%;
display: inline-block;
font-size: 2rem;
margin-bottom: 20px;
box-sizing: border-box;
}

/*COLORS*/
.call1{background: linear-gradient(0deg, rgba(3,100,100,1) 0%, rgba(88,201,11,1) 100%);
box-shadow: 0 0 10px 1px #1BA264}
.call1:hover{box-shadow:0 0 30px 4px #1BA264}

.call2{background: linear-gradient(0deg, rgba(50,54,128,1) 0%, rgba(32,138,194,1) 100%);
box-shadow: 0 0 10px 1px #0A54B0}
.call2:hover{box-shadow:0 0 30px 4px #0A54B0}

.call3{background: linear-gradient(180deg, #f27a11 0%, #c54302 100%);
box-shadow: 0 0 10px 1px #eb740c}
.call3:hover{box-shadow:0 0 30px 4px #eb740c}


.opened{top: 0vh !important; opacity: 1!important;}
#kontakt .cancel{
	background: lightgrey; color:#202020!important;
	font-size: 12px; text-align: center; transform: skewX(0deg)!important;
	width: 200px;
	max-width: 50%;
	box-shadow: 0 0 0 grey;
	text-align: center!important;
    display: flex!important;
    justify-content: center!important;
    margin-top: 40px;
    position: relative;
    bottom: -30px;
} 

#kontakt .cancel:hover{box-shadow: 0 0 30px grey; color: #202020 !important;;}

#kontakt span.info{font-size: 11px; max-width: 400px; padding-bottom: 40px; display: block; margin-top: -20px;}

@media (max-width: 1024px) {
  #kontakt .inner{border-color: transparent};
}
