@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&display=swap');

body {
	font-family: Open Sans,sans-serif;
	margin: 0;
	padding: 0;
	color:#333;
}

body, section, div, p, a {
	box-sizing: border-box;
	color: inherit;
}

li, p, a, td {
	font-size: 15px;
	font-weight: 400;
	line-height: 180%;
}

h2, h3, h4 {
	font-family: 'Oxanium', cursive;
	text-transform: uppercase;
}

sup {font-size:70%; line-height:0;}

strong {font-weight: 700; letter-spacing:1px;}

table {
	border-spacing: 0;
  border-collapse: collapse;
}

.schmuckfonts {
	font-family: 'Over the Rainbow', cursive;	
}


span.schmuckfonts {font-size:130%; line-height: 220%; letter-spacing: 1px;}


/***COOKIEHINT***/

.cc-window {
	z-index: 99999 !important;
	top: unset !important;
	bottom: 50px !important;
	left: 50px !important;
  /*transform: translate(-50%,-50%) !important;*/
	width: 90% !important;
	max-width: 300px !important;
	color: rgb(255, 255, 255) !important;
	background: rgba(100,100,100,1) !important;
	backdrop-filter: blur(10px);
	box-shadow: 0 0 100px rgba(0,0,0,0.3);
}

.cc-message {
	margin:30px !important;
}

.cc-message p a {
	display:block !important;
	text-align:right;
	margin: 0px 0px -10px !important;
}

.cc-btn {
	color:#fff !important;
	background: #555 !important;
}
.cc-link {
    color: rgb(0, 0, 0) !important;
	padding: 0 !important;
}

.cc-bottom {/* bottom: unset !important; */}

.cc-window .toggle-footer {
	text-decoration: underline;
}

.cc-compliance {
	 padding: 20px;
}

.cc-compliance a {
	color:#555 !important;
	background: #fff !important;
}

/***END-COOKIEHINT***/

.praxisrundgang  {
	overflow:hidden;
}

.praxisrundgang .owl-dots {
  position: absolute;
	bottom: 10px; 
	left: 50%;
	transform: translateX(-50%);
}

.praxisrundgang .owl-dot span {
	width:15px;
	height: 15px;
	border-radius: 100px;
	display:block;
	margin: 0 5px;
	border: 0px solid #999;
	background:#fff;
}

.praxisrundgang .owl-dot.active span {
	background:#909;
}

.praxisrundgang .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.praxisrundgang .owl-nav {
 width: 100%;
}

.praxisrundgang .owl-prev::before, .praxisrundgang .owl-next::before {
	position: absolute;
	display:block;
	color:#909;
	font-size:25px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: rgba(255,255,255,0.5);
	border-radius: 100px;
	padding:10px 15px;
	line-height: 25px;
	text-align:center;
	transition: all linear 0.5s;
}

.praxisrundgang .owl-nav button span {
	display:none;
}

.praxisrundgang .owl-prev::before {
	content:"\f053";
	left:-50px;
}

.praxisrundgang:hover .owl-prev::before {
	left:20px;
}

.praxisrundgang .owl-next::before {
	content:"\f054";
	right:-50px;
}

.praxisrundgang:hover .owl-next::before {
	right:20px;
}

.corona-btn {
	display: block;
	position: absolute;
	z-index: 9999;
	top:50px;
	left: 50px;
	width:200px;
	height:200px;
	line-height: 120%;
	font-weight: bold !important;
	background: rgba(0,0204,204,1);
	text-decoration: none;
	color: #fff;
	padding: 20px 10px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	border: 10px double #fff;
	transform: rotate(-10deg) scale(0.9);
	transition: all linear 0.5s;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.corona-btn:hover {
	transform: rotate(10deg) scale(1.2);
}

.corona-btn svg {
	display: block;
	width: 50px;
	margin: 10px auto;
}


header#header {
	position: fixed;
	z-index: 999999;
	width:100%;
	/*! padding: 20px 0; */
	background:rgba(255,255,255,0.0);
	transition: all linear 0.5s;
	top: 0;
	box-sizing: border-box;
	border: 0px solid rgba(255,255,255,0.0);
	height: auto;
}

.header-inner {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#header a {	text-decoration: none;}

#header > div {

}

#header.sticky {
	background:rgba(255,255,255,1);
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
	border: 0px solid rgba(255,255,255,0.5);
	/*! height: 200px; */
}


#header .header_title {
	padding-left: 25px;
	width: 40%;
	color: #fff;
	transition: all linear 0.5s;
	position: relative;
  display: flex;
  align-items: center;
}

#header .header_title a {
  display: flex;
  align-items: center;
	padding: 6px 0; 
}

.toggle-topnavi {
	display: none;
	}

#header .header_title svg {	
	  width:80px;
	  padding: 10px 0;
	  transition: all linear 0.5s;
	}


#header .header_title svg .st0 {	
		stroke: rgba(255,255,255,1);
	  transition: all linear 0.5s;
	}


#header.sticky .header_title svg {
	  margin-right:20px;
	}


#header.sticky .header_title svg .st0 {
		stroke: rgba(255,255,255,1);
	 fill:#99cc00;
	}

#header.sticky .header_title {
	color: #333;
}

#header .header_title h1 {
	font-size: 13px;
	display: inline-block;
	color: rgba(0,0,0,0);
	white-space: nowrap;
	text-transform: uppercase;
	transition: all linear 0.5s;
}


#header .header_title h1::first-line {
	font-family: 'Oxanium', cursive;
	font-size: 185%;
}

#header.sticky .header_title h1 {
	color: #99cc00;
}

#header .topnav {
	width:60%;
	text-align: right;
	padding-right: 30px;
	box-sizing: border-box;
}

.header_logo { 
	width: 100px;
	margin: auto;
	box-sizing: border-box;
}

#header .header_logo svg {
	max-width: 80px;
	fill: #fff;
	display: block;
	transition: all linear 0.5s;
}

#header.sticky .header_logo svg {
	fill: #333;
}

#header .topnav ul, .sidenav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#header .topnav li {
	display: inline-block;
}


#header .topnav li a {
	color: rgba(255,255,255,0.99);
	padding: 0px 15px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all linear 0.5s;
	letter-spacing: 0.5px;
	display: block;
	font-family: 'Oxanium', cursive;
}


#header .topnav li.active a, #header .topnav li a.active  {
	color:#99cc00 !important;
}

#header.sticky li a {
	color: #333;
}

#header.sticky li a:hover {
	color: #999;
}


.progress-container {
  width: 100%;
  height: 3px;
  background: rgba(200,200,200,0);
}


#header.sticky .progress-container {
   background: rgba(200,200,200,0.5);
}

.progress-bar {
  height: 3px;
  background: #9c0;
  width: 0%;
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.headergallery {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	min-height:100vh;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.siegel_start {
	position: absolute;
	z-index:9;
	right:10px;
	bottom: 10px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.siegel_start a {
	text-decoration: none;
}

.siegel_start ul {
	list-style: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background:rgba(255,255,255,0.0);
	margin: 0;
	padding: 0;
}

.siegel_start ul li {
	display:inline-block;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	background:#fff;
	overflow:hidden;
	transform: scale(1);
	margin: 0 10px;
	background:rgba(255,255,255,0.5);
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.1)
}

.siegel_start ul li:nth-of-type(3) {
	background:rgba(255,255,255,1);
}


.siegel_start ul li img {
	max-width: 100%;
}

.sidenav {
	position: fixed;
	top:50%;
	right:0px;
	transform: translateY(-50%);
	z-index: 99999;
	pointer-events: none;
}


.sidenav li  {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	background: rgba(255,255,255,1);
	position: relative;
	transform: translateX(340px);
	transition: all linear 0.5s;
	pointer-events: all;
}

.sidenav li:hover  {
	background: rgba(255,255,255,1);
		transform: translateX(0px);
}


.sidenav li a {
	display:block;
	color:#909;
	font-size:20px;
	width: 60px;
	line-height: 40px;
	padding: 10px;
	margin-bottom: 10px;
	width: 400px;
	font-weight: 400 !important;
	text-decoration: none;
	border: 1px solid #ddd;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.sidenav_info {
	position: relative;
	margin-top:-30px;
	transform: translateX(60px);
	background: rgba(255,255,255,1);
	position:absolute;
	opacity:1;
	transition: all linear 0.5s;
	border-bottom-left-radius: 30px;
	padding: 30px 20px 30px 20px;
	pointer-events: none;
	color:#909;
	width: 350px;
	border: 1px solid #ddd;
	z-index: -1;
}


.sidenav_info p {
	font-weight: 400 !important;
}


.sidenav_info table  {
	width:100%;
}


.sidenav_info table td  {
	padding: 2px;
	vertical-align: top;
	border-top: 1px solid #909;
}

.sidenav_info table td:nth-of-type(1) {
	width: 40%;
}

.sidenav_info table td:nth-of-type(2)  {
	width: 50%;
}

li:hover .sidenav_info {
	opacity:1;
}

.sidenav li i {
	font-size:30px;
	padding: 5px 30px 5px 5px;
}

.sidenav li a:hover {
	background: rgba(255,255,255,1);
}

.sidenav li:nth-of-type(3){
	z-index: 1;
	pointer-events: all;
}


.praxisgallery::before {
	display: block;
  content: "";
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 9;
  background: linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.1) 25%,transparent 50%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.35));
}
	
.headergallery figure {
	width:100%;
	min-height:100vh;
	margin: 0;
}
	
	
.headergallery figure .praxis-carousel {
 position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
	/*! background:#f0f; */
}


.headergallery .owl-item {
	top:0;
	left:0;
	height: 100vh;

}

.headergallery figure .praxisgallery .item {
	width: 100%;
	height:100%;
}
	
.headergallery figure .praxisgallery img {
	width: 100%;
	height:100%;
	font-family: "object-fit: cover;";
  -o-object-position: top center;
  object-position: top center;
	object-fit: cover;
	/*! display: block; */
}

.headergallery figcaption {
	position: absolute;
	z-index: 999;
	background: rgba(150,150,150,0.0);
	border-radius: 100%;
	color: #fff;
	text-align: center;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}


.headergallery figcaption img {
	width: 280px;
}


.headergallery figcaption svg {
	max-width: 280px;
}

.headergallery figcaption svg .st0 {
	stroke: rgba(255,255,255,0.6) !important;
	stroke-width: 5px;
}

/**/
.headergallery figcaption::before {
	display:block;
	content: '';
	position: absolute;
	z-index: -1;
	background: rgba(0,0,0,0.2);
	border-radius: 100%;
	padding: 15px 10px 10px;
	width: 300px;
	height:300px;
	top:50%;
	left:50%;
	filter:blur(50px);
	transform: translate(-50%,-50%);
}



.headergallery figcaption h1 {
	font-size: 22px;
	margin: 30px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px; 
}

.headergallery figcaption h1:first-line {
	font-size: 172%;
	letter-spacing:1px;
}


.headergallery figcaption h2 {
	white-space: nowrap;
	font-size: 33px;
	font-weight: 600;
}

.arr_down {
	border-radius: 100px;
	padding: 10px 20px;
	background: rgba(255,255,255,0.0);
	position: absolute;
	z-index: 9;
	margin:0;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all linear 0.5s;
}

.arr_down:hover {
	background: rgba(0,0,0,0.0);
	color: #333;
}

.arr_down i {
	position: absolute;
	display: block;
	text-align: center;
	border-radius: 100px;
	font-size: 50px;
	left:50%;
	transform: translateX(-50%);
	padding: 0px 0 0 0px;
	animation-name: example;
  animation-duration: 1s;
	animation-direction:alternate-reverse; 
	animation-iteration-count: infinite;
}

@keyframes example {
  from {margin-top:0px}
  to {margin-top: 15px;}
}


.digital-claim {
	display: block;
	position: absolute;
	z-index: 9999;
	top:30px;
	left: 50px;
	width:200px;
	height:200px;
	line-height: 120%;
	font-weight: bold !important;
	background: #00cccc;
	text-decoration: none;
	color: #fff;
	padding: 50px 20px;
	font-size:20px;
	border-radius: 100%;
	text-align: center;
	border: 10px double #fff;
	cursor: pointer;
	transform: rotate(-10deg) scale(0.8);
	transition: all linear 0.5s;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}


.digital-claim:hover {
	transform: rotate(10deg) scale(1.2);
}


.content-sec {
	position: relative;
	display: flex;
	width:100%;
	padding: 0px;
	margin: 0;	
	min-height: 100vh;
	height:auto;
	background: rgba(50,50,50,1);
	color:#fff;
	align-items: center;
	justify-items: center;
}


.content-sec:nth-of-type(2n) {
	flex-direction:row;
}

.yellow-bg {
	background: #ffcc00;
}

.blue-bg {
	background: #0099dd;
}

.pink-bg {
	background: #dd3388;
}

.grey-bg {
	background: #666;
}

.content-sec > div {
	position: relative;
	width: 50%;
  min-height:100%;
	height: auto;
  display: inline-block;
	transition: all linear 0.5s;
}



.content-sec div.content-pic-box img {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
  object-position: top center;
	object-fit: cover;
	height: 100%;
}


.content-sec div.content-pic-box.long  {
	overflow: hidden;
}


.content-sec div.content-pic-box.long img {
  top:0;
	left: 50%;
	transform: translate(-50%,0);
	height: 1200px;
}


div.content-pic-box {
	position: absolute;
	left: 50%;
	/*! background: #ccc; */
}

.content-sec:nth-of-type(2n) div.content-pic-box {
	left: 0;
}




div.content-text-box {
	padding: 50px 100px 50px 60px;
	line-height: 180%;
	color: #fff; 
	box-sizing: border-box;
	right: 0%;
}

.content-sec:nth-of-type(2n) div.content-text-box {
	left: 50%;
}





div.content-text-box h2 {
	font-family: 'Oxanium', cursive;
	letter-spacing: 3px;
	font-size: 25px;
	line-height: 150%;
	font-weight: 800;
	margin: 0px 0px 50px;
	color: inherit;
	text-transform: uppercase;
}

div.content-text-box h3 {

}

div.content-text-box p {
	/*! font-weight: 300; */
	line-height: 180%;
	color: inherit;
	/*! text-align: justify; */
	text-justify: auto;
}


.content-sec table {
	width: 100%;
}


.content-sec table td {
	vertical-align: top;
	border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	padding: 5px 2px;
}


.content-sec table td:nth-of-type(1) {
	width: 40%;
}

.content-sec table td:nth-of-type(2) {
	width: 60%;
}



/**/

.content-sec-2 {
	position: relative;
	display: flex;
	text-align: center;
	padding: 100px 0px;
	margin: auto;
	align-items: center;
	justify-items: center;
	flex-flow: column;

}


.content-sec-2 div {
}


.content-sec-2 div.content-text-box {
	color: #666; 
	max-width: 1080px;
	width: 100%;
}

.content-pic-box-round {
	position: relative;
	display: flex;
	width: 320px;
	height:320px;
	overflow: hidden;
	text-align: center;
	margin: auto;
	border-radius: 100%;
	border: 1px solid #999;
	/*! left: -10px; */
}

.content-pic-box-round img {
	display: block;
	width: 100%;
	border-radius: 100%;
  margin: auto;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	clip-path: circle(45% at 50% 50%);
}


.content-text-box-2 {
	margin: auto;
	padding: 20px;
}

.content-sec-wide {
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 100px 0px;
	background:#fff;
}


.content-sec-wide .content-faq.content-2sp {
	padding: 0 80px;
	width: 50%;
}


.content-sec-wide .content-faq {
	max-width: 1024px;
	width: 100%;
}


/*** Aufklapp-Bullets ***/


.bullet_info {
  margin: 0 0 10px;
	overflow: hidden;
	height: 80px;
	border: 1px solid #fff;
	transition: border linear 0.5s;
}

.bullet_info.expanded {
		height: auto;
	overflow:visible;
	border: 1px solid #ddd;
}

.bullet_info h4 {
	position: relative;
	display: block;
  pointer-events: all;
	color:#666;
	cursor: pointer;
	border: 0px solid #ccc;
	padding: 20px 30px 20px 20px;
	font-weight: 600;
	margin: 0px 0px;
		height: 40px;
	background:#eee;
	transition: all linear 0.5s;
}

.bullet_info.expanded h4 {
}

.bullet_info h4::after {
	position: absolute;
	transform: translateY(-50%);
	top:50%;
	right: 10px;
	content: '\f055';
	color: #00ccaa;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	pointer-events: all;
	cursor: pointer;
}

.bullet_info h4:hover {
	background:#ddd;
}

.bullet_info.expanded h4::after {
	content: '\f056';
}

.bullet_info .bullet_text {
	color:#666;
	padding: 10px 30px 20px;
	pointer-events: none;
  opacity: 0;
	transition: all linear 0.5s;
}

.bullet_info.expanded .bullet_text {
	  opacity: 1;
}


/*Vita*/

.vita {
	cursor:pointer;
}

.vita h2 {

}



.toggle-vita {
	display: block;
	pointer-events: all;
}

.toggle-vita::after {
	content: '\f055';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
}


.vita.expanded .toggle-vita::after {
	content: '\f056';
}

.vita strong {
	font-weight:700;
}

.vita-content {
	pointer-events: none !important;
	margin-top: 20px;
	text-align: left;
	opacity: 0;
	height:0;
	max-width:800px;
	transform: translateY(-40px);
	transition: transform linear 0.5s, opacity linear 0.5s;
	animation-direction:alternate;
}

.vita-content ul {
	padding:0;
	margin:0;
	list-style: none;
}

.vita-content ul li {
	padding:0;
	margin: 0 0 20px;
}

.vita.expanded .vita-content {
	transform: translateY(0px);
	opacity: 1;
	height:auto;
}

/*FOOTER*/

.googleMaps iframe {
	width:100%;
}

footer {
	  margin:-5px 0 0;
		padding: 30px 50px 50px;
		background: rgba(100,100,100,1);
	  box-sizing: border-box;
}

.footer-header {
	text-align: center;
}

.footer-header h4 {
	font-size:13px;
	color: #ccc;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}



.footer-header h4:first-line {
	font-family: 'Oxanium', cursive;
	font-size: 220%;
	letter-spacing: 1.5px;
}

.footer-inner {
	display: flex;
	align-items:flex-end;
	width:100%;
	color: #fff;
	flex: 1 auto;
	flex-flow: wrap;
	justify-content: center;
}

footer img {
	width: 150px;
	margin: auto;
	display: block;
	padding: 20px;
}


footer div.footer-content {
  width: 20%;	
	text-align: center;
	background: rgba(0,0,0,0.0);
	margin: 0 20px;
}


footer a {
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}


footer div.footer-content h4 i {
	font-size: 30px;
	font-style:normal;
	line-height: 0;
}

.toggle-footer {
	padding: 0px 0;
	pointer-events: all;
	cursor:pointer;
}

.toggle-footer:hover {
	text-decoration: underline;
}


.infobox-footer {
	position: fixed;
	z-index: 999999;
	top: 10%; 
	left:50%;
	transform: translate(-50%,110%);
	width: 100%;
	height: 100vh;
	overflow:hidden;
	color: #fff;
	background:rgba(150,150,150,0.99) no-repeat;
	transition: all linear 0.5s;
}

.infobox-footer.show {
	z-index:9999999;
	top:50%;
	transform: translate(-50%,-50%);
}



.infobox-footer-inner {
	width: 100%;
	height: 100vh;
	padding: 10% 20%;
	overflow-y: scroll;
	scrollbar-width: auto;          /* "auto" or "thin" */
  scrollbar-color: #333 #eee;   /* scroll thumb and track */
	text-align: justify;
	text-justify: inter-word;
}

.close_info {
	position: absolute;
	top:30px;
	right: 30px;
  width: 50px; 
  height: 50px; 
	pointer-events:all;
	cursor: pointer;
	transform:rotate(0deg);
	transform-origin:center;
	transition: all linear 0.5s;
	padding-top:22px;
}


.close_info::before {
	border: 1px solid #fff;
	display: block;
	content: " ";
	transform: rotate(-45deg);
	transform-origin: center;
	width:50px;
}


.close_info::after {
	border: 1px solid #fff;
	display: block;
	content: " ";
	transform: rotate(45deg);
	transform-origin:center;
	width:50px;
}

.close_info:hover {
	transform:rotate(90deg);
}


.totop-footer {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	font-size:50px;
	line-height:100%;
	color:#666;
	bottom: 0px;
	left:50%;
	transform: translateX(-50%);
	background:#fff;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	z-index: 99999;
	transition: all linear 0.5s;
}


.totop-footer.show {
 	opacity: 1;
	pointer-events: all;
}


.totop-footer::before {
	display: block;
	content: '\f077';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding:0 10px;
}

.totop-footer i {
	display: none;
}



.footernavi-mobile {
	display: none;
}

@media screen and (max-width:1366px) {
	
	#header .topnav li a {
		padding: 0px 10px;
	}
	
.anima_siegel li {
	margin: 30px;
}
	
}


@media screen and (max-width:1280px) {
	
  .headergallery figure figcaption {
	   transform: translateX(-50%) translateY(-50%) scale(0.7);
  }
	
	#header .topnav  {

}
	
	
	div.content-text-box h2 {
    font-size: 26px;
}
	
	
	.corona-btn {
		 top:20px;
	   left: 30px;
	   transform: rotate(-10deg) scale(0.7);
  }

	.corona-btn:hover {
		transform: rotate(10deg) scale(1.0);
	}
	
	
	.sidenav {
		right: -45px; 
		 transform: translateY(-50%) scale(0.8);
	}
	
  .sidenav li  {
	transform: translateX(340px);
  }
	
  .sidenav li a {
	width: 400px;
  }
	
	.siegel_start {
    right: 0px;
    bottom: 5px;
		transform: scale(0.8);
  }
	
	.digital-claim {
	 top:10px;
	 left: 10px;
	 transform: rotate(-10deg) scale(0.7);
}

	.digital-claim:hover {
		transform: rotate(10deg) scale(1);
	}

	
	
}


@media screen and (max-width:1200px) {
	
	#header .topnav li a {
		padding: 0px 9px;
	}
	
	div.content-text-box h2 {
	font-size: 20px;
}
	
}


@media screen and (max-width:1112px) {
	
	
header#header {
    background: rgba(255,255,255,0.);
}
	
.header_title svg {
	width:80px;
	display:inline-block;
	padding: 5px 0px;
	fill:#fff;
	transition: all linear 0.5s;
	}
	
.sticky .header_title svg {
	fill:#000;
	}
	
.header_title h1 {
	display:inline-block;
	}
	
.header_logo {
	display: none;
}	
	
#header .topnav ul {
	display: none;
}
	
	
#header .topnav.show ul {
	display: block;
	position: absolute;
	top:100px;
	left:0;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,0.99);
	backdrop-filter: blur(10px);
}
	
	
#header.sticky .topnav.show ul {
	background: rgba(255,255,255,0.99);
}

	
#header .topnav.show ul li {
	display: block;
}
	
#header .topnav.show ul li a {
	color:#000;
	padding: 20px 0 !important;
}
	
#header .topnav.show ul li a:hover {
	color:#000;
	background: rgba(200,200,200,0.9);
}
	
#header .topnav.show ul li a:hover {
	background: rgba(200,200,200,0.9);
}
	
.toggle-topnavi{
	padding: 0px;
	position: absolute;
	right: 10px;
	pointer-events: all;
	cursor: pointer;
	top: 50%;
	transform:translate(-50%,-50%);
	width: 60px;
	height: 40px;
	display: block;
	/*! z-index: 9999999999 !important; */
}

.menu-line {
	height: 3px;
	width:50px;
	background: #fff;
	border-radius: 100px;
	transform: rotate();
	transition: all linear 0.75s;
	display: block;
	position:absolute;
	right: 0px;
	transform-origin: top;
}
	
.sticky .menu-line {
	background: #333;
}
	
.toggle-topnavi .menu-line:nth-of-type(1) {
	top: 0px;
}

.toggle-topnavi .menu-line:nth-of-type(2) {
	top: 20px;
}

.toggle-topnavi .menu-line:nth-of-type(3) {
  top: 40px;
}


.toggle-topnavi.show .menu-line:nth-of-type(1) {
	transform: translateY(20px) rotate(-45deg);
}

.toggle-topnavi.show .menu-line:nth-of-type(2) {
	opacity: 0;
}

.toggle-topnavi.show .menu-line:nth-of-type(3) {
	transform: translateY(-20px) rotate(45deg);
}

	.content-sec  {
		height: auto;
  }
	
	
	div.content-text-box {
    padding: 30px 40px;
  }
	
	
	.content-sec div.content-pic-box {
    height: 650px;
  }
	
	.content-sec div.content-pic-box img {
		object-fit:cover;
    height: 100%;
  }
	
	div.content-text-box {
    padding: 50px 50px;
}
	
div.content-text-box h2 {
   font-size: 25px;
}
	
	div.content-text-box p {
   font-size: 14px;
}
	

	
}


@media screen and (max-width:1024px) {
	
		#header .header_title {
    width: 60%;
  }
	
	.headergallery figcaption h2 {
    font-size: 27px;
}
	
	.content-sec {
    flex-flow:column;
    padding: 0px 0 30px;
    min-height: 100px;
}
	
	.content-sec:nth-of-type(2n) {
    flex-direction:column;
}
	
	.content-sec-wide {
		display: block;
	}
	
 .content-sec-wide > div,  .content-sec-wide > .content-faq.content-2sp, .content-sec > div {
		position: relative;
		left:0 !important;
    width: 100%;
		height: auto;
		padding:30px 20px;
  }
	
	.content-sec div.content-pic-box  {
    height: 600px;
  }
	
		.content-sec div.content-pic-box img,	.content-sec div.content-pic-box.long img  {
    max-height: 100% !important;
		height: 100% !important;
  }
	
}


@media screen and (max-width:992px) {
	
		#header .header_title {
    width: 60%;
  }
	


}




@media screen and (max-width:834px) {
	
	
}


@media screen and (max-width:768px) {
	
#header	.header_title  {
		width:80% !important;
		padding-left: 10px;
		}
	
	
	.header_title svg {
		width: 70px !important;;
		display:inline-block;
		padding: 5px 0;
		fill:#fff;
		transition: all linear 0.5s;
	}
	
	#header .header_title h1 {
    font-size: 12px;
		line-height: 180%;
}
	
	#header .header_title h1::first-line {
    font-size: 165%;
}
	
	.headergallery figcaption h2 {
    font-size: 26px;
}
	
#header .topnav.show ul {
    top: 82px;
}
	
	
	.corona-btn {
		 top:5px;
	   left: 5px;
	   transform: rotate(-10deg) scale(0.6);
  }

	.corona-btn:hover {
		transform: rotate(10deg) scale(0.9);
	}
	
.siegel_start {
	display: none;
}
	
	div.content-text-box h2 {
    font-size: 20px;
}
	
footer {
  padding-bottom: 100px;
}	
	
footer div.footer-content {
  width: 100% !important;
}
		
	
}


@media (orientation: landscape) and (max-width:740px) { 
	
	
#header .topnav.show ul {
    height: 275px; 
	 overflow-y: scroll;
}
	
}


@media screen and (max-width:740px) {
	
	.content-sec div.content-pic-box  {
    height: 350px;
  }
	
		.headergallery figcaption h1{
    font-size:15px;
}
	
		.headergallery figcaption h1:first-line{
    font-size:173%;
}
	
	
		.headergallery figcaption h2{
    font-size:18px;
}
	
	
.infobox-footer-inner {
    padding: 10%;
}
	
}


@media screen and (max-width:480px) {
	
	
	li, p, a, td {
	font-size: 13px;
}
	
	
	#header .topnav.show ul {
    top: 62px;
}
	
	.header_title svg {
		position: absolute;
		width:50px !important;
		display:inline-block;
		padding: 15px 15px 15px 0;
		fill:#fff;
		transition: all linear 0.5s;
	}
	
	#header .header_title h1 {
		padding-left:60px;
    font-size: 12px;
}
	
.headergallery figcaption {
  
}
	
	
	
	.corona-btn {
	   left:-20px;
	   top: -20px;
	   transform: rotate(-10deg) scale(0.55);
	}
	
	
	.corona-btn:hover {
	   transform: rotate(10deg) scale(0.75);
	}
	
	.close_info {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
}
	
	.close_info::before {
		width:40px;
	}


	.close_info::after {
		width:40px;
	}

		.content-sec > div {
			width: 100%;
			height: 100%;
			padding: 30px 60px !important;
			min-height: 300px;
	}
	
		.content-sec div.content-pic-box {
			height: 300px;
	}

	
	.bullet_info h4 {
    font-size: 15px;
}
	
		.digital-claim {
	 top:0px;
	 left: 0px;
	 transform: rotate(-10deg) scale(0.55);
}

	.digital-claim:hover {
		transform: rotate(10deg) scale(0.75);
	}
	
	div.content-text-box {
			padding: 30px 30px 50px 30px;
	}
	
	.content-sec div.content-pic-box img {
		object-fit:cover;
    height: 300px;
  }
	
	.vita h2 {
		font-size: 20px;
}
	
		.vita h3 {
		font-size: 16px;
}
	
}


@media screen and (max-width:420px) {
	
	
	header#header {
		/*! padding: 5px 0; */
	}	
	
#header	.header_title  {
		padding-left: 10px; 
	}	

	
	.header_title svg {
    padding: 5px 0;
}
	
	#header .header_title h1 {
		padding-top: 10px;
		padding-left:60px;
    font-size: 8px;
		line-height: 180%;
}
	
	#header .header_title h1::first-line {
    font-size: 165%;
}	

	
	.arr_down {
		bottom: 110px;
    font-size: 13px;
		padding:5px 10px;
}
	
.arr_down span {
		display:none;
}
	
	.arr_down i {
    padding: 0px 0 0 5px;
}
	
#header .topnav.show ul {
    top: 60px;
}	
	
.toggle-topnavi {
	  right:5px;
	  width:30px;
    height: 30px;
}	
	
.menu-line {
	height:2px;
	width:40px;
}
	
.toggle-topnavi .menu-line:nth-of-type(1) {
	top: 0px;
}

.toggle-topnavi .menu-line:nth-of-type(2) {
	top: 15px;
}

.toggle-topnavi .menu-line:nth-of-type(3) {
  top: 30px;
}


.toggle-topnavi.show .menu-line:nth-of-type(1) {
	transform: translateY(15px) rotate(-45deg);
}

.toggle-topnavi.show .menu-line:nth-of-type(2) {
	opacity: 0;
}

.toggle-topnavi.show .menu-line:nth-of-type(3) {
	transform: translateY(-15px) rotate(45deg);
}
	
	.content-sec > div {
			padding: 30px 30px !important;
	}
	
	div.content-text-box h2 {
    font-size: 18px;
}	
	
	div.content-text-box p {
    font-size: 13px;
}

.praxisrundgang .owl-dots {
	transform: translateX(-50%) scale(0.7);
	bottom: 1px;
}
	
	.bullet_info h4 {
    padding: 10px 30px 20px 10px;
}
	
.sidenav, .totop-footer {
	display: none;
}
	
	
.content-pic-box-round {
    /*! left: -30px; */
}
	
	
		.vita h2 {
		font-size: 16px;
}
	
		.vita h3 {
		font-size: 14px;
}
	
	
	.vita p {
		font-size: 13px;
}

.footernavi-mobile {
	position: fixed;
	z-index: 9999999;
	width:100%;
	bottom:0;
	display: block;
	text-align: center;
	background:rgba(200,200,200,0.9);
}
	
.footernavi-mobile ul {
	 list-style: none;
	 margin:0;
	 padding:0;
}
	
.footernavi-mobile ul li {
	 display: inline-block;
}

	
.footernavi-mobile ul li a {
	 display: block;
	 color:#fff;
	 padding: 5px 10px;
	font-size:25px;
}
	
}