@import url("reset.css");

/* open-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: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 24px;
	color: #535353
}

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


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

#mySidenav a {
  position: fixed;
  right: -240px;
  transition: 0.3s;
  padding: 15px;
  width: 300px;
  text-decoration: none;
	line-height: 22px;
  color: white;
  border-radius: 5px 0px 0px 5px;
}

#mySidenav img{
	height: 40px;
	margin-right: 20px;
}

#mySidenav a:hover {
  right: 0;
}

#about {
  top: 220px;
  background-color: #3a5472;
	display: flex;
}

#blog {
  top: 300px;
  background-color: #3a5472;
	display: flex;
}


.modaloverlay h3 {
	font-size: 25px !important;
	padding-bottom: 20px;
	text-align: center;
	text-transform: inherit;
	line-height: 35px;
}

.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: 75vh;
	margin-left: 5%;
	z-index: 9999;
	width: 60%;
	margin-top: 15vh;
	border-radius: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modals h3 {
	color: #719ac9;
	text-align: left
}

.modals p {
	font-size: 16px;
	line-height: 23px;
	color: #5f5f5f;
	text-align: left;
}

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

.modals ul{
	list-style: disc;
	margin-left: 20px;
}

.modaloverlay .close {
	background-color: #719ac9;
	color: white;
	border-radius: 100vh;
	font-size: 24px;
	padding: 8px 12px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-decoration: none;
	top: 5px;
	z-index: 1;
}

header {

	background: url(../images/bg-holz.jpg);
	padding: 0px 10%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 150px;    
}

nav {
	display: flex;
	align-items: center;
	background: #719ac9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 5%;
	justify-content: space-between;
	z-index: 2;
}

h1 {
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 45px;
	line-height: 55px;
	color: #719ac9;
}

h2 {
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 35px;
	line-height: 45px;
	color: #719ac9;
}

h3 {
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #719ac9;
}

.italic{
	font-style: italic;
}

.accordion {
	background-color: #d5e1e7;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	border-radius: 10px;
	transition: 0.4s;
	margin-top: 20px;
	font-weight: 700;
}

#leistungen .flex {
	display: flex;
	column-gap: 50px;
}

#leistungen .col{
	width: 50%;
}

#links{
	padding: 100px 10%;
	background: #507095;
	color: #fff;
}

.link{
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid;
	border-color: #fff;
}

.link a{
	color: #a4cbf7;
	text-decoration: none;
}

#links h2{
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}

.active,
.accordion:hover {
	background-color: #719ac9;
	color: #fff;
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.dropdown .active:after,
nav .active:after {
	content: none;
}

.active:after {
	content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	font-size: 15px;
	transition: max-height 0.2s ease-out;
}

.panel p {
	padding: 20px 0px;
}

strong {
	font-weight: 700;
}

.logo {
	width: 250px;
}

nav ul {
	display: flex;
	justify-content: center;
}

nav ul li {
	margin-left: 15px;
	margin-right: 15px;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
}

.kontaktieren img {
	padding: 0px 5px;
	height: 30px;
}

.active:before {
	content: url(../images/pfote-icon.png);
	margin-right: 10px;
}

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

.claim {
	width: 50%;
}

header .headerbild {
	width: 50%;
}

#dsa-stoerer strong{
	color: #719ac9;
	font-size: 20px;
	
}

#dsa-stoerer{
	background: url(../images/bg-holz.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	top: 20vh!important;
	font-size: 15px;
	z-index: 999px;
	position: fixed!important;
}



#close-dsa-stoerer{
	color: #719ac9
}

.button {
	background: #719ac9;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
	text-decoration: none;
	color: #fff;
}

#ueber-uns {
	display: flex;
	background: #d5e1e7;
	padding: 100px 10%;
	height: auto;
}

#ueber-uns .box{
	position: absolute;
	margin-top: 500px;
	background: #fff;
	max-width: 300px;
	width: 100%;
	border-radius: 20px;
	padding: 20px;
}

#ueber-uns .col {
	width: 50%;
	display: flex;
}


.multiple-items .flex{
	column-gap: 30px;
	align-items: flex-start;
}


.dropdown {
	display: none;
}

#ueber-uns .col img {
	height: 600px;
	width: 100%;
	margin-left: auto;
	border-radius: 30px;
	margin-right: auto;
	display: block;
	max-width: 400px;
	object-fit: cover;
}

.popup {
	padding: 10px;
	display: block;
	display: block;
	margin-top: 20px;
	background: #fff;
	border-radius: 10px;
	color: #719ac9;
	text-decoration: none;
	font-weight: 700;
	width: 300px;
	text-align: center;
}

#ueber-uns .col2 {
	width: 50%;
	padding-left: 5%;
	padding-top: 70px;
}

b {
	font-weight: 700;
	color: #719ac9;
	font-size: 18px;
	line-height: 30px;
}

#leistungen {
	background: url(../images/bg-holz.jpg);
	padding: 150px 10% 100px 10%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#leistungen h2 {
	text-align: center;
}

#leistungen .box {
	border: 3px solid;
	border-color: #719ac9;
	padding: 30px;
	border-radius: 30px;
	margin-left: 4%;
	width: 85%;
	margin-top: 60px;
	margin-bottom: 50px;
}

#leistungen .box img {
	position: absolute;
	margin-top: -80px;
	margin-left: -50px;
	width: 80px;
}

#leistungen .button {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	display: block;
	text-align: center;
	margin-top: 60px;
}

#neuigkeiten {
	display: flex;
	padding: 0px 10%;
	align-items: center;
	color: #fff;
	background: #719ac9;
	column-gap: 50px;
}

#neuigkeiten h2 {
	color: #fff;
}

#neuigkeiten .button {
	background: #fff;
	color: #719ac9;
}

#neuigkeiten .col {
	width: 50%;
}

#neuigkeiten img {
	margin-top: -100px;
	width: 100%;
}

#praxis {
	background: url(../images/bg-holz.jpg);
	padding: 100px 10%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	column-gap: 30px;
	align-items: flex-start;
}


#unterseite {
	display: flex;
	padding: 100px 10%;
	column-gap: 50px;
	align-items: center;
	background: url(../images/pfoten-links.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#unterseite .col {
	width: 50%;
}

#unterseite .col img {
	width: 100%;
}

#unterseite img {
	border-radius: 15px;
}

#unterseite .galerie {
	display: flex;

}

#unterseite .galerie div {
	width: 25%;
}

#unterseite .galerie img {
	width: 100%;
	padding: 10px;
	object-fit: cover;
	height: 400px;
	display: block;
}

#praxis img {
	width: 30%;
	object-fit: cover;
	border-radius: 30px;
}


#praxis .box {
	border: 3px solid;
	border-color: #719ac9;
	padding: 40px;
	border-radius: 30px;
	align-items: flex-start;
}

#kontakt {
	background: #d5e1e7;
	padding: 100px 10%;
	display: flex;
	column-gap: 40px;
	align-items: center;
}

#kontakt h3 {
	padding-bottom: 10px;
	padding-top: 30px;
}

#kontakt .col {
	width: 50%;
}

#kontakt iframe {
	width: 100%;
	height: 600px;
}

.dse {
	background: #719ac9;
	padding: 10px 10%;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

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

#kontakt a {
	color: #719ac9;
	text-decoration: none;
}

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

@media screen and (max-width: 1370px) {
	.kontaktieren img {
		height: 20px;
	}

	.logo {
		width: 180px;
	}

	nav ul li a {
		font-size: 13px;
	}

	#ueber-uns .col img {

		width: 90%;
		margin: inherit;
	}



	#ueber-uns .col2 {
		padding-left: 0%;
		padding-top: 0px;
	}
	
	.modaloverlay .modals {
	background-color: white;
	position: relative;
	padding: 2em;
	overflow-y: scroll;
	height: 75vh;
	margin-left: 5%;
	z-index: 9999;
	width: 95%;
	margin-top: 15vh;
	border-radius: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width: 1180px) {
	#neuigkeiten {
		padding: 100px 10%;
		display: block;
	}
  
	#neuigkeiten .col {
		width: 100%;
	}
	.kontaktieren img {
    padding: 0px 2px;
}

	#praxis img:first-child {
		display: none;
	}

	#neuigkeiten img {
		display: none;
	}

	h3 {
		font-size: 16px;
		line-height: 21px;
	}
	#mySidenav img {
    height: 30px;
    margin-right: 20px;
}
	#mySidenav a {
    right: -255px;
    padding: 9px;
}
	#blog {
    top: 280px;
    background-color: #3a5472;
    display: flex
;
}
	
	#mySidenav a{font-size: 14px;
	line-height: 18px;}
}

@media screen and (max-width: 1080px) {
	nav ul {
		display: none;
	}

	#unterseite {
		display: block;
	}

	#unterseite .col {
		width: 100%;
	}



	#unterseite .col img {
		max-width: 400px;
		margin-bottom: 50px;
	}

	nav {
		justify-content: space-between
	}
#leistungen .col{
	width: 100%;
}

	#leistungen .flex {
		display: block;
		column-gap: 0px;
	}

	#leistungen .flex .col {
		width: 100%;
	}


	.dropbtn {
		background-color: transparent;
		color: white;
		padding: 0px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

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

	nav {
		padding: 20px 14% 20px 5%;
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(113, 154, 201, 0.94);
		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: #719ac9;
	}

	.show {
		display: block;
	}

	.content-header {
		display: block;
		padding: 100px 10%;
	}

	header .headerbild {
		display: none;
	}

	.claim {
		width: 100%;
	}

	header {
		padding: 0px;
	}

	#ueber-uns {
		height: auto;
	}

	#unterseite .galerie img {
		margin-bottom: 0px;
		height: 200px;
	}
		#dsa-stoerer{
	background: url(../images/bg-holz.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	top: 10vh!important;
		width: 75%!important;
	position: fixed!important;
}
}

@media screen and (max-width: 780px) {
	#ueber-uns {
		display: block;
	}

	#ueber-uns .col img {

		height: 400px;
	}
	



	    .dropbtn {
        font-size: 25px;
        margin-top: 10px;
    }
	    .kontaktieren img {
        padding: 0px 0px;
    }
	
#ueber-uns .box{
	display: none
}
	#ueber-uns .col {
		width: 100%;
		margin-bottom: 30px;
		;
	}

	#ueber-uns .col2 {
		width: 100%;
		padding-left: 0%;
	}

	#praxis {
		display: block;
	}

	#praxis img {
		width: 100%;
		max-width: 250px;
		margin-bottom: 40px;
	}

	#kontakt {
		display: block;
	}

	#kontakt .col {
		width: 100%;
		margin-bottom: 40px;
	}



	#praxis .box {
		padding: 20px;
	}

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

	nav {
		padding: 20px 14% 20px 5%;
	}

	.logo {
		width: 160px;
	}

	#unterseite .galerie {
		display: block;
	}

	#unterseite .galerie div {
		width: 100%;
	}



	#unterseite .galerie img {

		margin-left: auto;
		margin-right: auto;
	}
	
	    #mySidenav img {
        height: 25px;
        margin-right: 20px;
    }
	    #mySidenav a {
        font-size: 12px;
        line-height: 14px;
    }
	    #mySidenav a {
        right: -265px;
        padding: 7px;
    }
	#blog {
        top: 168px;
        background-color: #3a5472;
        display: flex
;
    }

}
