/* =================================================================== */
/*
/*  Main Stylesheet

/*  01. =webfonts
/*  02. =document setup
/*  03. =content styles
/*  04. =footer
/*
/* =================================================================== */

/* 
/* 01. =webfonts
/* =================================================================== */
@import url("fonts.css");
/* @import url("font-awesome/css/font-awesome.min.css");

/* 
/* 02. =document setup
/* =================================================================== */

/* Body 
---------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

html {
	background: #eaeaea url(../images/_elements/_svg/kleckse.svg) repeat center -3%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

body {
	font: 15px/30px "Poppins-Regular", sans-serif;
	font-weight: normal;
	color: #212121;
}

/* links 
---------------------------------------------------------------------- */
a,
a:visited {
    color: #212121;
    padding: 0;
	outline: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    position: relative;
    top: 5px;
    color: #212121;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link:visited {
    text-decoration: underline !important;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3 {
	font-family: "Poppins-Regular", sans-serif;
	color: #212121;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
}

h1 a,
h2 a,
h3 a {
	font-weight: inherit;
}

h1 {
	font-size: 24px;
	line-height: 24px;   
    letter-spacing: 0px;
    position: relative;
    padding: 0;
    min-height: 1px;
}

h2 {
	font-size: 24px;
	line-height: 24px;    
	padding: 0;
    letter-spacing: 0px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

p {
	margin: 10px 0 10px 0;
}

p img {
	margin: 0;
}

/* Lists  
--------------------------------------------------------------------- */
ul,
ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	list-style: none;
	margin-left: 0px;
}

/* 
/* 03. =content styles
/* =================================================================== */
.browserupgrade {
	text-align: center;
	padding: 15px 30px;
	background: white;
}

#content-wrap {
	min-height: 100%;
	padding-top: 4%;
}

@media only screen and (max-width:900px) {
	#content-wrap {
		padding-top: 9%;
	}

}

@media only screen and (max-width:768px) {
	#content-wrap {
		padding-top: 10%;
	}

}

@media only screen and (max-width:600px) {
	#content-wrap {
		min-height: auto;
		padding-top: 60px;
	}

}

@media only screen and (max-width:400px) {
	#content-wrap {
		padding-top: 54px;
	}

}

/* main
------------------------------------------ */
main.row {
	max-width: 90%;
}

main {
	text-align: left;
}

main::after {
	content: "";
	display: block;
	height: 50px;
}

main h1 {
	font: 36px/40px "Poppins-Bold", sans-serif;
	margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

main h2 {
	font: 36px/40px "Poppins-Bold", sans-serif;
	margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

main p {
	font: 36px/40px "Poppins-Regular", sans-serif;
	color: #212121;
	margin-bottom: 18px;
	padding: 0;
    letter-spacing: 0px;
}

main .site-header .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 36px 0;
	padding: 0;
}

main .site-header .logo p {
	display: block;
	margin: 0 14px;
	padding: 0;
	border: none;
	outline: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 800px;
	height: 221px;
	background: url("../images/gaenggalilada.png") no-repeat;
	background-size: contain;
}

.info-text {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
    padding-bottom: 24px;
}

.impressum {
    padding-top: 60px;
}

.impressum-text p {
    text-align: left;
    font: 24px/28px "Poppins-Regular", sans-serif;
}

@media only screen and (max-width:1100px) {
    .impressum-text p {
		font: 24px/28px "Poppins-Regular", sans-serif;
	}
    
}

@media only screen and (max-width:900px) {
	main.row {
		width: 85%;
	}

	main h2, main h1 {
		font: 30px/34px "Poppins-Bold", sans-serif;
	}
    
	main p {
		font: 30px/34px "Poppins-Regular", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 24px 0;
	}

	main .site-header .logo p {
		width: 700px;
		height: 180px;
        margin: 0 14px;
	}
    
}

@media only screen and (max-width:768px) {
	main.row {
		width: 92%;
	}

	main h2, main h1 {
		font: 24px/28px "Poppins-Bold", sans-serif;
	}
    
	main p {
		font: 24px/28px "Poppins-Regular", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 24px 0;
	}
    
    main .site-header .logo p {
		width: 500px;
		height: 140px;
        margin: 0 16px;
	}
    
    .impressum-text p {
		font: 16px/18px "Poppins-Regular", sans-serif;
        letter-spacing: 0px;
	}

}

@media only screen and (max-width:600px) {
	main.row {
		width: 96%;
	}

    main h1, main h2 {
		font: 24px/28px "Poppins-Bold", sans-serif;
	}
    
	main p {
		font: 24px/28px "Poppins-Regular", sans-serif;
	}
    
    main .site-header .logo {
		margin: 0 0 20px 0;
	}
    
    main .site-header .logo p {
		width: 320px;
		height: 89px;
        margin: 0 8px;
	}

    main::after {
		height: 40px;
	}
    
    .impressum {
        padding-top: 60px;
    }
    
    .impressum-text p {
		font: 16px/18px "Poppins-Regular", sans-serif;
        letter-spacing: 0px;
	}

}

@media only screen and (max-width:400px) {
	main.row {
		width: 90%;
	}

    main h1, main h2 {
		font: 24px/28px "Poppins-Bold", sans-serif;
        padding: 0 0;
	}    

	main p {
		font: 24px/28px "Poppins-Regular", sans-serif;
	}
    
    main .site-header .logo {
		margin: 0 0 16px 0;
	}

	main .site-header .logo p {
		width: 280px;
		height: 78px;
        margin: 0 0;
	}

}

@media only screen and (max-width:375px) {
	main h2, main h1 {
		font: 24px/28px "Poppins-Bold", sans-serif;
	}
    
	main p {
		font: 24px/28px "Poppins-Regular", sans-serif;
	}  


}

@media only screen and (max-width:350px) {
	main h2, main h1 {
		font: 24px/28px "Poppins-Bold", sans-serif;
	}  
    
	main p {
		font: 24px/28px "Poppins-Regular", sans-serif;
	}  


}




/* 
/* 04. =footer
/* =================================================================== */
footer {
	clear: both;
	font: 24px/24px "Poppins-Regular", sans-serif;
	background: #000;
	padding: 18px 30px;
	color: #212121;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999992;
}

footer a,
footer a:visited {
	color: #525252;
}

footer a:hover,
footer a:focus {
	color: #fff;
}

@media only screen and (max-width:768px) {
	footer {
		padding-top: 24px;
		text-align: center;
	}

}

@media only screen and (max-width:600px) {
	footer {
		position: static;
		padding-bottom: 30px;
	}

}