/*
	Template Name 	: Minimal Coming Soon HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #d6249f;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.comming-soon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
	padding: 40px 0;
	display: flex;
	align-items: top;
}

.coming-soon-box{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}

.logo{
	text-align: center;
}

.logo img{
	width: 500px;
	margin-bottom: 10px;
	transition: all 0.4s linear;
}

.logo p{
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.08em;
	font-weight: 300;
}

.social-link{
	text-align: center;
	margin: 20px auto 0;
}

.social-link a{
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	margin: 0 4px;
	transition: all 0.4s linear;
}
.social-link a.disabled{
cursor: not-allowed;
pointer-events: none;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.social-link a:hover{
	background: #fff;
	color: #133d67;
}

.open{
	max-width: 746px;
	margin: 20px 0;
}

.open p{
	color: #fff;
	font-size: 16px;;
	vertical-align:middle;
	letter-spacing: 0.02em;
	font-weight: 600;
    line-height: 40px;

}
.closed{
	max-width: 746px;
	margin: 20px 0;
}

p#open_or_closed.closed{
	color: rgba(255,255,255,0.5);
}

p#open_or_closed.closed::before {
	font-family: "FontAwesome"; content: "\f017";
	color: #b51217;
	height: 30px;
	vertical-align: middle;
	margin-right:8px;
	font-size: 28px;
}

p#open_or_closed.open{
	color: #fff;
}

p#open_or_closed.open::before {
	font-family: "FontAwesome"; content: "\f017";
	color: #1fbd00;
	height: 30px;
	vertical-align: middle;
	margin-right:8px;
	font-size: 28px;
}

.linklist{
	max-width: 746px;
	margin: 20px auto 0;
}

.linklist p{
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}

.impressum{
	max-width: 746px;
	margin: 40px auto 0;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}

.impressum a{
	color: rgba(255,255,255,0.5);
	transition: all 0.4s linear;
}

.impressum a:hover{
	color: rgba(255,255,255,1);
}

.new-btn{
	display: inline-block;
	margin-left: -5px;
	padding: 8px 16px;
	width: 100%;
	border: 2px solid #fff;
	background: rgba(255,255,255,0.3);
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.02em;
	font-weight: 500;
	outline: 0;
	transition: all 0.3s linear;
}
.new-btn-einezeile{
	display: inline-block;
	margin-left: -5px;
	padding: 16px 16px;
	width: 100%;
	border: 2px solid #fff;
	background: rgba(255,255,255,0.3);
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.02em;
	font-weight: 500;
	outline: 0;
	transition: all 0.3s linear;
}

.new-btn .fa{
	margin-right: 10px;
}

.new-btn:hover{
		background: #fff;
	color: #133d67;
}


/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:981px){
	
	.logo img{
		width: 450px;
	}

	.social-link a{
		width: 36px;
		height: 36px;
		padding-top: 6px;
		font-size: 16px;
	}
}

@media only screen and (max-width:568px){

	.logo img{
		width: 350px;
	}
	

	
	.comming-soon {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-height: 100%;
		  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
	}
}

@media only screen and (max-width:480px){
	
	.logo img{
		width: 250px;
	}
	
	.logo h1{
		font-size: 30px;
	}
	
	.logo p{
		font-size: 10px;
	}
	
	
	.newsletter p{
		font-size: 12px;
	}
	
	
}

@media only screen and (max-width:360px){
	
}