/*
 Theme Name:   Privatpraxis Karin Wirsum
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Juliane de Vries - Webentwicklung ju:like
 Author URI:   https://ju-like.de
 Template:     generatepress
 Version:      0.1
*/

* {
	font-family: 'Tinos';
}
.desktop-spirale {
	position: relative;
	bottom: -120px;
}
/* Handy*/
.coming-soon {
		background-color: rgba(255, 255, 255, 0.8);
		padding: 5px;
		border-radius: 50px;
		width: 100%;
		height: auto;
		position: relative;
	}
	.page-id-24 h1, .page-id-24 h2 {
		font-size: 24px;
	}
	.page-id-24 h3 {
		font-size: 16px;
	}
	.page-id-24 p {
		font-size: 16px;
	}
@media screen and (min-width: 768px) {
	.coming-soon {
		background-color: rgba(255, 255, 255, 0.8);
		padding: 42px;
		border-radius: 0px 50px 50px 0px;
		width: 600px;
		height: auto;
		position: relative;
	}
	.page-id-24 h1, .page-id-24 h2 {
		font-size: 32px;
	}
	.page-id-24 h3 {
		font-size: 20px;
	}
	.page-id-24 p {
		font-size: 20px;
	}
}

.site-footer p {
  text-align: center;
  font-size: 16px;
	margin-bottom:0px;
}
