/*@import "presets/defaults.less";*/


html{
	height: 100%;
	min-height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-color: #ffffff;
	font-family: "acumin-variable",sans-serif;
	/*z-index: 0;
	background-attachment: scroll;
	background-repeat: repeat-y;*/
}
.darkgreen{
	background-color: #518038;
}
h1{
	font-family: "Josephsophia",sans-serif;
	text-align: center;
	font-size: 100px;
	margin-top:65px;
	margin-bottom:50px;
	line-height:90%;
	color: #84af86;
}
a, a:active, a:visited, a:link{
	color: white;
}
#homeintro{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	min-width: 100%;
	z-index: 1000;
	background: white;
	text-align: center;
	
	background: url('/application/themes/therapiedog/img/logo_therapie-dog.png'), white;
	/*width: 100%;
	height: auto;
	max-width: 650px;*/
	background-repeat: no-repeat, no-repeat;
	background-size: 25% auto, cover;
	background-position: center 30px; 
	text-align: center;
	text-align: -webkit-center;
	
}
.introtxtgr{
	font-family: "Josephsophia",sans-serif;
	margin-top: 400px; 
	color: #84af86;
	font-size: 80px;
	width: 70%;
	line-height: 90%;
}
.introtxtkl{
	margin-top: 50px;
	font-family: "acumin-pro",sans-serif;
	color: #52665b; 
	font-size: 25px;
	font-weight: 200;
}
#schutz{
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	z-index: 3000;
	background-color: rgba(0,0,0,0.3);	
}
#schutz > div{
	position: absolute;
	height: auto;
	width: 100%;
	bottom: 0;
	background-color: black;
	z-index:3020;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, sans-serif;
	line-height: 130%;
	text-align: center;
	font-size: 20px;
}
#schutz a{
	color: white;
	font-family: Arial, sans-serif;
}
.dsask{
	display: grid;
	padding-left: 30%;
	padding-right: 30%;
	padding-top: 30px;
	grid-template-columns: 1fr 1fr;
}
.dsask div{
	display: block;
}
.dsask div:hover{
	cursor: pointer;
}
#homeham{
	width: 50px;
	height: 34px;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	display: grid;
	background-color: transparent;
	grid-template-rows: 1fr 3fr 1fr 3fr 1fr;
	cursor: pointer;
}
#homeham div:nth-child(odd){
	background-color: #84af86;
	border-radius: 5px;
}
#header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	display: grid;
	background-color: white;
	border-bottom: 1px solid #6d3d2a;
	height: 216px;
}
#logosmall {
	text-align: center;
}
#logosmall a{
	display: inline-block;
	margin-top:10px;
	margin-bottom:32px;	
}
#logosmall a div{
	background: url('/application/themes/therapiedog/img/logo_therapie-dog_177.png');
	width:177px;
	height: 120px;
	background-size: cover;
}
#logosmall:hover{
	cursor: pointer;
}
#main{
	min-height: 100%;
	display: grid;
	grid-template-rows: auto 58px;
}
#content{
	display: grid;
	margin-top: 216px;
}
article{
	padding-bottom: 80px;
	text-align: center;
	font-family: "acumin-pro", Arial;
	color:  #52665b; 
	font-size: 30px;
	line-height: 130%;
	font-weight: 200;
}
article p, article p .normal, article ul li{
	font-weight: 100;
	font-style: normal;
	font-size: 30px;
	line-height: 140%;
	-webkit-hyphens: auto;
	hyphens: auto;
}
article p a:active, article p a:link, article p a:visited, article ul li a:active, article ul li a:link, article ul li a:visited{
	color: #52665b; 
}
article img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
footer{
	background-color: white;
	color:white;
	text-transform: uppercase;
	height: 160px;
	display: grid;
	font-weight: 100;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.11em;
}
footer>div:nth-child(3){
	display: grid;
	text-transform: none;
	height: 100%;
	width: 100%;
	grid-template-columns: 49% 23.5% auto;
	font-family: "acumin-variable",sans-serif;
	background-color: #84af86;
	hyphens: auto; -webkit-hyphens: auto;
}
footer>div:nth-child(3) .titel{
	text-transform: uppercase;
	font-size:28px;
	letter-spacing: 0.03em;
	font-style: italic;
}
footer>div:nth-child(3) .footerklein{
	font-size:15px;
	font-weight: 200;
	font-family: "acumin-pro",sans-serif;
	letter-spacing: 0.04em;
	padding-top: 10px;
	line-height: 130%;
	
}
footer>div:nth-child(3) > div {
	padding: 10px 10px 20px 10px;
	
}
footer>div:nth-child(3) div input[type="text"]{
	appearance: none;
	font-family: "acumin-variable",sans-serif;
	font-size: 20px;
	padding: 14px 18px;
	font-style: italic;
	color: #84af86;
	width: 100%;
	border: black 2px solid;
	background-color: white;
	box-sizing: border-box;
}
footer>div:nth-child(3) div input[type="button"]{
	appearance: none;
	font-family: "acumin-variable",sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px;
	font-style: italic;
	color: white;
	border: white 2px solid;
	background-color: #84af86;
	margin-left: 8px;
	font-weight: 400;
}
footer>div:nth-child(3) div input[type="button"]:hover{
	cursor: pointer;
}
footer>div:nth-child(3) div input[type="text"]::placeholder{
	color:#84af86;
	/*opacity: 1;*/
}
footer>div:nth-child(3) .newsletter{
	display: grid;
	grid-template-columns: auto 7px 32%;
	padding-top: 37px;
}

#header, #content, footer{
	grid-template-columns: 20px 1fr minmax(auto, 1200px) 1fr 20px;
}
.fields{
	display: grid;
	justify-items: center;
	column-gap: 20px;
}
.form-group{
	display: grid;
	grid-template-columns: 1fr 4fr;
	max-width: 70%;
	column-gap: 15px;
}
.captcha div{
	padding-left: 0;
	width: 100%;
}
@media screen and (max-width: 1600px) {
	.introtxtgr{
		margin-top: 350px;
	}
}

@media screen and (max-width: 1300px) {
	.introtxtgr{
		margin-top: 300px;
	}
}
@media screen and (max-width: 1300px) {
	#content{
		/*margin-top: 160px;*/
		grid-template-columns: 0px 1fr minmax(auto, 1200px) 1fr 0px;
	}
}
@media screen and (max-width: 1100px) {
	#homeintro{
		background-size: 30% auto, cover;
	}
	.introtxtgr{
		margin-top: 300px;
		font-size: 90px;
		width: 80%;
		line-height: 80%;
	}
}

@media screen and (max-width: 1000px) {
	.dsask{
		padding-left: 20%;
		padding-right: 20%;
		/*padding-top: 30px;
		grid-template-columns: 1fr 1fr;*/
	}
}
@media screen and (max-width: 900px) {
	#homeintro{
		background-size: 35% auto, cover;
	}
	.introtxtgr{
		font-size: 70px;
	}
}
@media screen and (max-width: 800px) {
	footer div:nth-child(3){
		grid-template-columns: 1fr 1fr;
	}
	footer>div:nth-child(3) div:nth-child(1){
		display: block;
		grid-column: 1 / 3;
		order:1;
	}
}
@media screen and (max-width: 700px) {
	#logosmall{
		text-align: unset;
	}
	#logosmall a{
		margin-top: 10px;
		margin-left: 20px;
		float: left;
	}
	h1{
		font-size: 90px;
		line-height: 90%;
	}
	article p, h1{
		padding-left: 16px;
		padding-right: 16px;
	}
	#header{
		height: 150px;
		border-bottom: 0;
	}
	#content{
		margin-top: 150px;
		border-bottom: 0;
	}
	
}
@media screen and (max-width: 600px) {
	.dsask{
		padding-left: 10%;
		padding-right: 10%;
	}
	#homeintro{
		background-size: 50% auto, cover;
	}
}
@media screen and (max-width: 490px) {
	#logosmall a div{
		width:118px;
		height: 80px;
	}
	#header{
		height: 110px;
	}
	#header, #content, footer{
		grid-template-columns: 0px 0px 100% 0px 0px;
	}
	#content{
		margin-top:110px;
	}
	#homeintro{
		background-size: 50% auto, cover;
		background-position: center 100px;
	}
	.introtxtgr{
		margin-top: 250px;
		font-size: 50px;
		width: 90%;
		line-height: 70%;
	}
	.introtxtkl{
		margin-top: 30px;
		font-size: 20px;
		width: 80%;
	}
	h1{
		font-size: 60px;
		margin-bottom:34px;
	}
	article p{
		font-size:20px;
		line-height: 150%;
	}
	footer>div:nth-child(3) .newsletter{
		grid-template-columns: auto 7px 40%;
	}
	footer>div:nth-child(3) div input[type="text"]{
		font-size: 16px;
	}
	
}

