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

@import url('websitefonts.css');

body {
	/*font-family: Open Sans,sans-serif;
	font-family: 'Sofia Sans', sans-serif;*/
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
	margin: 0;
	padding: 0 !important;
	color:#333;
}

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

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

not(.schmuckbanner) p {	margin: 0 0 30px;}

h2, h3, h4 {
	/*! text-transform: uppercase; */
	line-height: 150% !important;
}

h4 {
	font-size:20px;
	/*! font-weight: bold; */
}

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

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

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

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


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


#redim-cookiehint-modal {
  z-index: 999999;
}

/***Maps***/



.leaflet-popup-content a {
  border: 1px solid #95C121;
  border-radius: 100px;
  padding: 5px 10px;
  display: block;
  text-align:center;
  width: auto;
  text-transform: uppercase;
  transition: all linear 0.5s;
 background: #95C121;
  color:#fff !important;
	text-decoration:none;
	font-weight:400;
}


.leaflet-popup-content a:hover {
  background: #fff;
  color:#95C121 !important;
  text-decoration: none;
}


.leaflet-popup-content h4 {
	font-size:13px;
}


.leaflet-popup-content h4:first-line {
	font-size: 142%;
}


/***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;
}

/***Praxis-Gallery***/

.praxisrundgang  {

}


.praxisrundgang  .flexslider {
	overflow:hidden;
	height: 600px;
}


.praxisrundgang  .flexslider img{
	/*! height: 100vh; */
	max-height: 100%;
	width: 100% !important;
	object-fit: cover;
}

.praxisrundgang .flex-direction-nav {
}

.praxisrundgang .flex-direction-nav a {
  display:flex;
	align-items: center;
	justify-content: center;
  background: rgba(255,255,255,0.8) !important;
  border-radius: 100px;
	font-weight:900;	
	color:#666;
	text-indent:unset;
	
	}


.praxisrundgang .flex-direction-nav a:hover, .praxisrundgang .flex-direction-nav a:focus {
	text-decoration: none;
	background: rgba(153,204,100,0.9) !important;
}




.praxisrundgang .flex-direction-nav a i {
	text-align: center;
	color:rgba(153,204,100,0.9);
	position: relative;
	font-size: 20px;
	display: block;
	z-index:9999;
	}


.praxisrundgang .flex-direction-nav a:hover i {
	text-align: center;
	color:rgba(255,255,255,0.9);
	}

.praxisrundgang .flex-direction-nav a::before {

	}

.praxisrundgang .flex-control-paging {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
}


.flex-control-paging li a {
	width: 14px !important;
	height: 14px !important;
   background: rgba(255,255,255,0.9) !important;
	 box-shadow: none !important;
}


.flex-control-paging li a.flex-active {
    background: #c0c !important;
}


.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: 0px 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:#fff;
	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: 15px;
	width: 20%;
	color: #fff;
	transition: all linear 0.5s;
	position: relative;
  display: flex;
  align-items: center;
}

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

.toggle-topnavi {
	display: none;
	}


#header .header_title img {
	width: 120px;
	display: block;
  display: flex;
  align-items: center;
	margin-right: 30px;
}

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


#header .header_title div  {
	 display: flex;
  align-items: center;
}

#header .header_title svg .st0 {	
	stroke: rgba(255,255,255,1); /*#9c0*/
	stroke-width: 5px;
	transition: all linear 0.5s;
	}


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


#header.sticky .header_title svg .st0 {
	 stroke: rgba(153,204,0,1); /*#9c0*/
	 fill:#fff;
	}

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

#header .header_title p {
	font-size: 15px;
	display: inline-block;
	color: rgba(0,0,0,0);
	white-space: nowrap;
	text-transform: uppercase;
	transition: all linear 0.5s;
	margin: 0;
	padding: 10px 0;

}


#header .header_title p:first-line {
	/*font-family: 'Leckerli One', cursive;
	font-size: 150%;
	text-transform: uppercase;*/
			font-size: 200%;
}

#header.sticky .header_title  p {
	color: #95C121  !important;
	margin:0;
}

#header.sticky .header_title  p:first-line  {

}

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

.topnav .navbar-toggler {
	display: none;
}

.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: #fff;
	padding: 0px 15px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all linear 0.5s;
	letter-spacing: 0.5px;
	display: block;
}

#header.sticky .topnav li a {
	color: #666;
}


#header .topnav li.active a, #header .topnav li a.active  {
	color:#95C121 !important;
}

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

#header.sticky li a:hover, #header li a:hover {
	color: #95C121;
	background:transparent;
}


#header li a:focus {
	background:transparent;
}

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


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

.progress-bar {
  height: 3px;
  background: #95C121;
  width: 0%;
  position: absolute;
}


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

.headergallery {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	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;
	overflow: hidden;
}


.headergallery h1 {
	font-size:35px;  
	letter-spacing: 1px;
	text-justify:inter-character;
	text-align: justify;
}

.headergallery h1:first-line {
	font-size:31.5px;
	color: #9c0; ;
}


.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:#95C121 !important;
	font-size:20px;
	width: 60px;
	line-height: 40px;
	padding: 10px;
	margin-bottom: 10px;
	width: 400px;
	font-weight: 400 !important;
	text-decoration: none;
	border: 0px solid #eee;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.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: #95C121 !important;
	width: 350px;
	border: 0px solid #95C121;
	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 #666140;
}

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

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

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: 100vh;
	position: absolute;
	z-index: 9;
  /*! background: linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.3) 25%,transparent 50%,rgba(0,0,0,.3) 75%,rgba(0,0,0,.35)); */
	top: 0;
}

.praxisgallery .camera_wrap {
  height: 100vh !important;;
}
	
.headergallery figure {
	width:100%;
	min-height:100vh;
	margin: 0;
	/*! background: #999; */
	display: block;
	overflow: hidden;
}
	
	
.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:100vh !important;
	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%;
	width:100%;
	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(255,255,255,0.3);
	border-radius: 100%;
	padding: 15px 10px 10px;
	width: 300px;
	height:300px;
	top:50%;
	left:50%;
	filter:blur(50px);
	transform: translate(-50%,-50%);
	backdrop-filter: blur(10px);
}



.headergallery figcaption .custom_logo_hdl p {
	font-size: 20px;
	margin: 30px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: rgba(255,255,255,0.6);
}

.headergallery figcaption .custom_logo_hdl p:first-line {
	font-size: 230%;
	letter-spacing:1px;
	text-transform: none;
	font-family: 'Leckerli One', cursive;
}


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


.praxisgallery .flex-control-nav, .praxisgallery .flex-control-paging  {
	display: none;
}


.termin-btn, .termin-btn:focus {
  display: block;
  padding: 10px;
  background: #8db800;
  text-decoration: none;
  box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
  position: absolute;
	z-index: 99999;
  border-radius: 100%;
  box-sizing: border-box;
  width: 135px;
  height: 135px;
  margin: -25px 0px 20px 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  transition: all linear 0.5s;
	top: 160px;
	left: 60px;
	transform: rotate(10deg);
	transition: all linear 0.5s;
}

.termin-btn:hover {
  color: #fff;
  background: #663300;
	text-decoration: none;
	transform: rotate(-10deg);
}

.termin-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  content:"\f073";
  display: block;
  font-size: 35px;
  margin: 10px 0px 10px;
}

.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: rgb(86, 185, 204);
	color:#fff;
	align-items: center;
	justify-items: center;
}


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

.yellow-bg {
	background: #ffcc00;
}

.orange-bg {
	background: #ff9900;
}

.cyan-bg {
	background: #00ddff;
}

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


.green-bg {
	background: #00dd00;
}

.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%;
}




#part5.content-sec div.content-pic-box img {
	object-fit:none !important;
}

#part5.content-sec div.content-pic-box {
	background: #C3DDDC;
}

.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 {
	letter-spacing: 1px;
	font-size: 35px;
	line-height: 150%;
	font-weight: 800;
	margin: 0px 0px 10px;
	color: #95C121;
	/*! text-transform: uppercase; */
}

div.content-text-box h3 {
	letter-spacing: 3px;
	font-size: 20px;
	line-height: 150%;
	font-weight: 800;
	margin: 0px 0px 50px;
	color: inherit;
	text-transform: uppercase;
}

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: 900px;
	width: 100%;
}


.content-sec-2 div a:not(.flex-next, .flex-prev) {
	color: #666 !important;
	text-decoration: underline;
	font-weight: 600;
}

.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(49% at 50% 50%);
	height: auto;
}

.content-pic-box-round::after {
	content:" ";
	display:block;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 9;
	bottom: 15px;
	right: 20px;
	background-image:url(/straubenhardt/images/logo_hiermann_wahl.svg);
		background-size:contain;
	background-repeat: no-repeat;
}


.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%;
}

.schmuckbanner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right; 
}

.col-2 {
	display:grid;
	grid-template-columns: repeat(2, auto);
	align-content: start;
	justify-content: start;
	max-width: 1024px;
}


.col-2 > div {
  text-align: left;
	height: 100%;
	margin: 0 30px;
}


.col-2 > div img {
	display: block;
  text-align: center;
	border-radius: 100%;
	width: 250px;
	height: 100%;
	margin: 0  30px;
}


.col-2 > div h3 {
	position: relative;
	display: flex;
	align-items: center;
  text-align: center;
	color:#95C121;
	font-size: 25px;
	  pointer-events: all;
  cursor: pointer;
}


.col-2 > div h3::after {
	color:#95C121;
	font-size: 25px;
	content: '\f067';
	margin-left: 10px;
  background: transparent;
  font-size: 30px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
}


.col-2 > div.show h3::after {
	content: '\f068';
}

.cv_body {
	opacity: 0;
	height:0;
	transform: scaleY(0);
	transition: opacity linear 0.5s;
}


.show .cv_body {
	opacity: 1;
	height:auto;
	transform: scaleY(1);
}

/*** Aufklapp-Bullets ***/


.accordion-item {
 text-align: left;
	
}

.accordion-item, .accordion-group  {
	height: auto !important;
	border: 2px solid #666;
	margin: 10px 0px;
	border-radius: 5px;
}


.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
  pointer-events: all;
	color:#666;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 50px 10px 10px;
	width: 100%;
	font-size: 18px !important;
	font-weight: 600;
	margin: 0px 0px;
	text-decoration: none;
	transition: all linear 0.5s;
	text-align: left;
}

.accordion-button:hover  {
	color:#fff !important;
	background: #95C121 !important;
}


.accordion-button[aria-expanded="false"] {
	color:#666;
	background: transparent;
}

.accordion-button[aria-expanded="true"] {
	background: #ddd !important;
}

.accordion-button[aria-expanded="true"]:hover  {
	color:#666 !important;
	background: #ccc !important;
}


.accordion-button::after {	
	content: '\f067';
	position: absolute;
	right: 10px;
	background:transparent;
	font-size:25px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	pointer-events: all;
	cursor: pointer;
}

.accordion-button[aria-expanded="true"]::after {
	content: '\f068';
	color:#666;
	background:transparent;
}


.accordion-item:hover .accordion-button {
	text-decoration: none !important;
}

.accordion-button:hover::after, .accordion-button:focus::after {
	background:transparent;
}


.accordion-button:focus{background: transparent;}

.accordion-item h2 {
	background: #fff;
	color:#666;
	margin: 0px 0px 0px !important;
	padding: 0px 0px;
		transition: all linear 0.5s;
}

.accordion-item:hover h2 {
	
}


.accordion-item  .accordion-collapse, .accordion-item .accordion-collapse .accordion-body *  {
	/*! color:#fff; */
	pointer-events: none;
	transform: scaleY(0);
	transform-origin:top;
	height:0;
  opacity: 0;
	transition: all linear 0.5s;
	padding:0;
	margin:0;
}


.accordion-item  .accordion-body ul {
	margin: 0 20px !important;
}

.accordion-item  .accordion-body a {
	pointer-events: all !important;
}

.accordion-item .accordion-collapse.show, .accordion-item .accordion-collapse.show .accordion-body *  {
	  opacity: 1;	
	  padding: 10px;
		transform: scaleY(1);
		height:auto;
	  /*! margin-bottom:25px; */
}



.acc-arrow {display: none !important;}


/*Vita*/

.vita {
	cursor:pointer;
}

.vita h2 {

}



.toggle-vita {
	color:#333;
	border:1px solid #333;
	border-radius: 100px;
	padding: 5px;
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	pointer-events: all;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all linear 0.5s;
}

.toggle-vita:hover {
	color:#fff;
	background:#333;
}

.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:#95C121;
	  box-sizing: border-box;
}

.footer-header {
	text-align: center;
		margin: 0 0 30px;
}

.footer-header p {
	font-size:14px;
	color: #eee;
	margin: 0 0 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}



.footer-header .custom_logo_hdl p:first-line {
	font-size: 148%;
	letter-spacing: 1.5px;
}

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

footer img {
	max-width: 300px;
	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;
		color: inherit !important;
}

footer a:hover, footer a:focus {
text-decoration: underline;
	color: inherit !important;
}


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:#95C121;
	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:1440px) {
	
	
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);
	z-index: 9;
}
	
	
#header.sticky .topnav.show ul {
	background: rgba(255,255,255,0.99);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}

	
#header .topnav.show ul li {
	display: block;
}
	
#header .topnav.show ul li a {
	color:#666;
	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: 5px;
	width:50px;
	background: #95C121;
	border-radius: 100px;
	transform: rotate();
	transition: all linear 0.75s;
	display: block;
	position:absolute;
	right: 0px;
	transform-origin: center;
}
	
.sticky .menu-line {
	background: #95C121;
}
	
.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  {
		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:100% !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:26px;
}
	
		.headergallery figcaption h1:first-line{
    font-size:100%;
}
	
	
		.headergallery figcaption h2{
    font-size:18px;
}
	
	
.infobox-footer-inner {
    padding: 10%;
}
	
	
}

@media screen and (max-width:700px) {
	
		.col-2 {
  display: grid;
  grid-template-columns: repeat(1, auto);
  align-content: start;
  justify-content: start;
  max-width: 1024px;
}
	
			.col-2 > div h3 {
				text-align: center;
				justify-content: center;
}
	
				.col-2 > div img {
				margin:auto
}
	
}

@media screen and (max-width:480px) {
	
	
			.headergallery figcaption h1{
    font-size:14px;
}
	
		.headergallery figcaption h1:first-line{
    font-size:100%;
}
	
	
	li, p, a, td {
	font-size: 15px;
}
	
	
	#header .header_title p, 	#header .header_title p:first-line {
	  font-size: 12px;
		white-space: pre-wrap;
}
	
		#header .header_title p:nth-of-type(2){
	  display: none;
}
	
	#header .header_title a {
  margin: 0;
}
	
.footernavi-mobile {
	position: fixed;
	z-index: 9999999;
	width:100%;
	bottom:0;
	display: block;
	text-align: center;
	background:#ddd;
}
	
.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:#95C121;
	 padding: 0px 20px;
	font-size:30px;
}	

	
.termin-btn, .termin-btn:focus {
	left: -10px;
	bottom: 30px;
	top: unset;
	transform: scale(0.8) rotate(10deg);
}
	
	#header .topnav.show ul {
    top: 122px;
}
	
	.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 .custom_logo_hdl p {
		/*! padding-left:60px; */
    font-size: 8px;
}
	
.headergallery figcaption {
	  width: 350px !important;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}
	
	
	.headergallery figcaption .custom_logo_hdl p {
		margin: 10px 0;
    font-size: 14px;
}
	
	
	.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;
  }
	
	
.praxisrundgang .flexslider {
    height: 300px;
}	
	
.praxisrundgang .flexslider img {
    max-height: 300px;
}
	
	.vita h2 {
		font-size: 20px;
}
	
		.vita h3 {
		font-size: 16px;
}
	
}


@media screen and (max-width:420px) {
	
	
#header .header_title img {
	width: 50px;
}

	
	.accordion-button {
  font-size: 18px !important;
}
	
	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: 24px;
}	
	
	div.content-text-box p {
    font-size: 15px;
}
	
.praxisrundgang .flexslider {
    height: 250px;
}	
	
.praxisrundgang .flexslider img {
    max-height: 250px;
}

.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; */
}
	
div.content-text-box h3 {
	letter-spacing: 1px;
	font-size: 18px;
}
	
		.vita h2 {
		font-size: 16px;
}
	
		.vita h3 {
		font-size: 14px;
}
	
	
	.vita p {
		font-size: 13px;
}


	
}