@import url("reset.css");

/* pt-serif-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-serif-v18-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-serif-italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'PT Serif';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/pt-serif-v18-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-serif-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-serif-v18-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-serif-700italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'PT Serif';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/pt-serif-v18-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-700italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {

	font-family: 'PT Sans';
	font-size: 16px;
	line-height: 26px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

h1 {

	font-family: 'PT Serif';
	font-size: 35px;
	line-height: 45px;
	font-style: italic;
	color: #1d277a
}

.top-btn{
	position: fixed;
	right: 15px;
	bottom: 50px;
}

.top-btn img{
	width: 45px;
}
h1 span {
	font-style: normal;
	font-weight: 700;
	color: #ffbb00;
	font-size: 20px;
	line-height: 30px;
}

h2 {

	font-family: 'PT Serif';
	font-size: 35px;
	line-height: 45px;
	font-style: italic;
	color: #1d277a;
	padding-bottom: 20px;
}

h2 span {
	font-style: normal;
	font-weight: 700;
	color: #ffbb00;
	font-size: 20px;
	line-height: 30px;
}

nav {
	background: #f5f5f5;
	position: fixed;
	padding: 20px 10%;
	width: 100%;
	color: #ffbb00;
	top: 0;
	z-index: 999;
}

nav ul {
	display: flex;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #222222;
	text-decoration: none;
}

nav ul .button {
	background: #ffbb00;
	padding: 5px 20px;
	border-radius: 10px;
	color: #fff;
	margin-top: -10px;
}

span {
	font-style: italic;
	font-weight: 700;
}

.flex {
	display: flex;
	align-items: center;
	column-gap: 80px;
}

header .col1 {
	padding-left: 10%;
	width: 50%;
	background: url(../images/logo-wasserzeichen-ursula-pabsch.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}

header .col2 {
	width: 50%;
}

header .col2 img {
	border-bottom-left-radius: 50px;
}

.button {
	background: #1d277a;
	padding: 5px 20px;
	display: inline-block;
	margin-top: 20px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-style: italic;
	text-decoration: none;
}


.button-gelb {
	background: #ffbb00;
	padding: 5px 20px;
	display: inline-block;
	margin-top: 20px;
	border-radius: 10px;
	color: #fff;
	font-style: italic;
	text-decoration: none;
}


.logo {
	margin-bottom: 30px;
}

.blue {
	color: #1d277a;
	font-weight: 700;
	font-style: italic;
}

.sidenav {
	position: fixed;
	right: 10px;
	top: 30vh;
	z-index: 9;
}

.sidenav a {
	background: #ffbb00;
	display: block;
	margin-bottom: 20px;
	width: 50px;
	height: 50px;
	padding-top: 15px;
	padding-left: 12px;
	border-radius: 100vh;
}

#begleitung {
	padding: 100px 10%;
	text-align: center;
}

#begleitung .col1 {
	width: 40%;
}

#begleitung .col1 img {
	width: 100%;
	max-width: 500px;
	padding-top: 50px;
}

#begleitung .col2 {
	text-align: left;
	width: 60%;
}

#case-management {
	background: #f5f5f5;
	padding: 100px 10% 200px 10%;
}

.col {
	width: 50%;
}

#case-management .box {
	text-align: center;
	background: #1d277a;
	margin-top: 80px;
	padding: 30px;
	color: #fff;
	width: 25%;
}

#case-management .boxes {
	position: absolute;
	width: 80%;
}

#case-management .box {
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	z-index: 99;
}


#case-management .box:nth-child(even) {
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.logo-button {
	position: absolute;
	margin-top: -70px;
	margin-left: -30px;
}

#case-management .box h3 {
	padding-top: 30px;
	font-weight: 700;
	font-size: 18px;
}

#case-management .box p {
	padding-bottom: 20px;
}

#case-management .box .btn {
	background: #fff;
	border-radius: 10px;
	padding: 5px 20px;
	position: absolute;
	margin-top: 10px;
	margin-left: -60px;
	color: #ffbb00;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}

 .btn {
	background: #ffbb00;
	border-radius: 10px;
	padding: 5px 20px;
	color: #1d277a;
	 margin-top: 20px;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	 display: inline-block
}

.parallax {
	background: url(../images/sonnenuntergang.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 300px 10% 50px 10%;
}

.parallax .button-gelb {
	display: block;
	width: 480px;
	font-size: 20px;
	padding: 10px 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#familien {
	padding: 100px 10%;
}

strong {
	font-weight: 700;
}

.dropdown {
	display: none;
}

#familien .box {
	background: #f5f5f5;
	font-style: italic;
	margin-top: 40px;
	padding: 30px;
	border-radius: 20px;
}

#familien .bild {
	width: 100%;
	max-width: 600px;
}

.icon {
	position: absolute;
	left: 45%;
	margin-top: -50px;
}

.video {
	position: absolute;
}


#familien .button {
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 400px;
	text-align: center;
	margin-top: 50px;
}

#zukunft {
	background: #1d277a;
	padding: 100px 10%;
	color: #fff;
	background-image: url(../images/logo-wasserzeichen-ursula-pabsch.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
}

#zukunft h2 {
	color: #fff;
	text-align: center;
}

#zukunft .col img {
	width: 100%;
	max-width: 400px;
}

.angebot {
	color: #fff;
	margin-top: 20px;
	display: block;
	text-decoration: none;
}

.angebot:after {
	content: url(../images/pfeil.png);
	padding-left: 20px;
}

.border {
	width: 100%;
	height: 1px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}

#ueber-mich .col1 {
	width: 50%;
}

#ueber-mich .col1 img {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 40px;
	border-bottom-right-radius: 60px;
	object-fit: contain;
	object-position: center;
}

#ueber-mich .col2 img{
	width: 100px;
}

#ueber-mich .col2 .flex a{
	color: #2f377e;
	text-decoration: none;
}

#ueber-mich .col2 .flex{
	margin-top: 30px;
}

#ueber-mich{
	padding: 100px 10%;
}

#ueber-mich .col2 {
	width: 50%;
}

#ueber-mich .col2 .flex {
	column-gap: 40px;
	margin-bottom: 30px;
}

#impressum{
	padding: 100px 10%;
}

#impressum a{
	color: #ffbb00;
	text-decoration: none;
}

.gelb {
	color: #ffbb00
}

#kontakt {
	background: #f5f5f5;
	padding: 150px 10%;
	margin-top: -50px;
}

#kontakt a {
	color: #1d277a;
	text-decoration: none;
}

#kontakt iframe {
	width: 100%;
	min-height: 550px;
}

.dse {
	background: #1d277a;
	position: fixed;
	bottom: 0;
	padding: 5px 10%;
	width: 100%;
}

.dse a {
	color: #ffbb00;
	padding-right: 20px;
	color: #ffbb00;
	text-decoration: none;
}

.boxes .flex {
	column-gap: 40px;
}

		.modaloverlay h3 {
			color: #1d277a;
			font-size: 30px;
			line-height: 40px;
		}

		.modaloverlay {
			background: rgba(0, 0, 0, 0.8);
			bottom: 0;
			left: 0;
			opacity: 0;
			pointer-events: none;
			position: fixed;
			right: 0;
			top: 0;
			text-align: left;
			z-index: 99999;
			display: none;
		}

		.modaloverlay:target {
			display: block;
			opacity: 1;
			pointer-events: auto;
			z-index: 9999;
		}

		.modaloverlay .modals {
			background-color: white;
			position: relative;
			padding: 3em;
			overflow-y: scroll;
			height: 55vh;
			margin-left: 5%;
			z-index: 9999;
			width: 60%;
			margin-top: 15vh;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

		.modals h3 {
			color: #1d277a;
			font-size: 30px;
			line-height: 40px;
		}

		.modals p {
			font-size: 16px;
			font-family: 'Roboto';
			line-height: 23px;
			color: #5f5f5f;
			margin-top: 10px;
		}

.modals ul{
	list-style-image: url(../images/stichpunkte.png);
	margin: 20px;
	padding-right: 10px;
	color: #4a4a4a;
}



		.modaloverlay a {
			color: #000;
			text-decoration: none;
		}

		.modaloverlay .close {
			background-color: #1d277a;
			color: white;
			font-size: 24px;
			padding: 8px 12px;
			position: absolute;
			right: 0;
			text-align: center;
			text-decoration: none;
			top: 0;
			z-index: 1;
		}

.boxes .flex {
    align-items: stretch;
}

.height{
	height: 200px;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1320px){
	.height {
    height: 250px;
}
}

@media screen and (max-width: 1000px) {
	.flex {
		display: block;
	}
	
	.height{
		height: auto;
	}

	.boxes {
		position: inherit;
		width: 100%;
	}

	#case-management .box {
		margin-top: 50px;
		width: 100%;

	}

	.boxes .flex {
		display: block;
	}

	#case-management .boxes {
		position: inherit;
		width: 100%;
	}

	header .col2 {
		display: none;
	}

	header .col1 {
		padding: 100px 10%;
		width: 100%;
		background: url(../images/logo-wasserzeichen-ursula-pabsch.png);
	}

	#begleitung .col2 {
		width: 100%;
		margin-top: 30px;
	}

	.col {
		width: 100%;
	}

	#familien .bild {
		max-width: 500px;
		margin-top: 30px;
	}

	.video {
		margin-top: 30px;
	}

	#zukunft h2 {
		text-align: left;
	}

	    #ueber-mich .col1 {
        display: block;
        width: 100%;
    }
	#ueber-mich .col1 img {
    width: 100%;
    min-height: 300px;
    border-radius: 60px;
    height: 350px;
    width: 80%;
		margin-left: 0px;
		margin-right: 0px;
    margin-top: 100px;
}

	#ueber-mich .col2 {
		width: 100%;
		padding: 50px 10% 100px 10%;
	}

	#ueber-mich .col2 .flex {
		display: flex !important;
	}

	#kontakt {
		background: #f5f5f5;
		padding: 100px 10%;
		margin-top: 0px;
	}

	#zukunft .col img {
		max-width: 300px;
	}
	
	#impressum .col{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 750px) {
	nav {
		display: none;
	}
	
			.modaloverlay .modals {
			background-color: white;
			position: relative;
			padding: 2em;
			overflow-y: scroll;
			height: 75vh;
			margin-left: 5%;
			z-index: 9999;
			width: 80%;
			margin-top: 10vh;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}


	.dropbtn {
		background-color: #1d277a;
		color: white;
		padding: 10px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: fixed;
		top: 0px;
		right: 0px;
		display: inline-block;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(47, 47, 47, 0.9);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown a:hover {
		background-color: rgba(29, 39, 122, 0.28);
	}

	.show {
		display: block;
	}

	.sidenav a {
		width: 40px;
		height: 40px;
		padding-top: 10px;
		padding-left: 10px;
	}

	.sidenav {
		right: 3px;
		top: 80px;
	}

	.video {
		margin-top: 30px;
		right: 5%;
	}
		.parallax .button-gelb {
		width: 200px;
	}
		#begleitung .col1 {
		width: 100%;
			max-width: 300px;
	}

	/*CSS*/
}

@media screen and (max-width: 480px) {
	h1 span {
		font-size: 14px;
	}

	h1 {
		font-size: 35px;
		line-height: 45px;
	}


	#ueber-mich .col2  img{
		width: 70px;
	}
    #ueber-mich .col2 .flex {
		column-gap: 20px;
    }

	#ueber-mich .col2 .flex {
		display: block;
	}

	h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.dse a {
		font-size: 15px;
	}
}
