@import url(/_c/normalize.css);

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
	   url('/_m/_f/open-sans-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/_m/_f/open-sans-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
	   url('/_m/_f/open-sans-v28-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/_m/_f/open-sans-v28-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(''),
	   url('/_m/_f/open-sans-v28-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/_m/_f/open-sans-v28-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
	   url('/_m/_f/open-sans-v28-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/_m/_f/open-sans-v28-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



.gpr input:-webkit-autofill,
.search input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}
*, *:before, *:after {
	box-sizing:border-box;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*user-select: none;*/
}

body, html{
	padding:0;
	margin:0;
	width:100%;
	
	min-width:320px;
	min-height:100%;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-variant-ligatures: none;font-variant-ligatures: none;

}

body{
	 font-family: 'Open Sans';

	--blau:#19313F;
	--hellblau:#386D8C;
	
	
	margin:0 auto;
	
	min-height:100vh;
	color:#000;
	position: relative;
	
}
/*body:before{
	display:block;
	content:'';
	width:100%;
	height:calc(120px + 6rem);
	background-image:url(/_m/_j/stones.jpg);

	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	margin-bottom: auto;
}*/

.header{
	display:block;
	position: relative;
	width:100%;
	height:calc(120px + 6rem);
	background-image:url(/_m/_j/stones.jpg);

	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	margin-bottom: auto;
}
.banner{
	padding:1rem;
	text-align: center;
}
.banner > *{
	margin: 0;
}
.banner .close{

}
.banner .content{

}



.editor,.grid{
	padding:2rem 1rem;
}
main{
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	max-width:1366px;
	max-width:1600px;
	margin: 0 auto;
	min-height: 50vh;
}

a, .i a{
	color:var(--dr-link-color);
	position: relative;
	text-decoration: underline;
}
a:hover, .i a:hover{
	text-decoration: underline;
}



.contact button{
	display:inline-block;
	bottom:1rem;
	background:var(--dr-sub-color);
	color:#FFF;
	padding:0.4rem 1.5rem;
	width: auto;
	text-align: center;
	font-weight:bold;
	font-size: 1rem;
	margin-right: auto;
	margin-left: auto;
	border-radius: 1rem;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 7px 13px -3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
}
.contact fieldset{
	border: none;
}
label[for^="contact"]{
	display: inline-flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.contact input[type="checkbox"]{
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
}



.lang-url{
	width:40px;height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 3px solid var(--dr-link-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	margin-right:1rem;
	pointer-events: none;
}

a.clicked:after{
	opacity: 0.0;
	-ms-transform: translate(-50%, -50%) scale(1.0);
	-webkit-transform: translate(-50%, -50%) scale(1.0);
	transform: translate(-50%, -50%) scale(1.0);
	-ms-transition: all 500ms cubic-bezier(.57,.21,.69,1.25);
	-webkit-transition: all 500ms cubic-bezier(.57,.21,.69,1.25);
	transition: all 500ms cubic-bezier(.57,.21,.69,1.25);
}
a:after {
	content: url(/_m/_p/circle.png);
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 1.0;
	-webkit-transform: translate(-50%, -50%) scale(0.0);
	-ms-transform: translate(-50%, -50%) scale(0.0);
	transform: translate(-50%, -50%) scale(0.0);
	-webkit-transition: all 0ms;
	-ms-transition: all 0ms;
	transition: all 0ms;
}


nav{
	transition:all 200ms ease-in;
	margin: 0 auto;
	display:flex;
	overflow-x:auto;
	overflow-y:hidden;
	display:flex;
	white-space: nowrap;
	align-items:baseline;
	text-align: center;
	flex-grow: 0;
	padding:0.5em;


	
}




nav,
.max-hoehe .text{
  scrollbar-color: var(--dr-main-color) #dee1e6;
}
nav::-webkit-scrollbar,
.max-hoehe .text::-webkit-scrollbar {
  height: 1rem;
  border-radius: 0.5rem;
}
nav::-webkit-scrollbar-thumb,
.max-hoehe .text::-webkit-scrollbar-thumb{
  background: var(--dr-main-color);
   border-radius: 0.5rem;
  border: 5px solid #dee1e6;
  border: 5px solid #dee1e6;
}
nav::-webkit-scrollbar-track,
.max-hoehe .text::-webkit-scrollbar-track {
  background: #dee1e6;
   border-radius: 0.5rem;
}

.max-hoehe{
	min-height: 50vh;
	/*height: 100%;
	overflow: auto;*/
	align-self: stretch;
	position: relative;
}
.max-hoehe .text{
	position: absolute;
	height: 100%;
	overflow: auto;

}



nav a.active,
nav a:hover{
	color: var(--dr-highlight-color);
	text-decoration: underline;
}


/*nav > div:last-child:before,*/
nav > a:last-child:after{
	content:'';
	width:1rem;
	height:1em;
	display:block;
	flex-shrink:0;
	flex-grow:0;
}




nav a{
	display: inline-block;
	cursor:pointer;
	text-decoration: none;
	transition:color 150ms ease-in;
	padding:0.25em 0.5em;
	font-weight: bold;
}


nav a.active,
nav a:hover{
	color: var(--dr-highlight-color);
	text-decoration: underline;
}


.main-cat{
	position: relative;
}

.sub-cats{
	display: flex;
	flex-direction: column;
}
.sub-cats.show{
	z-index: 9999;
}







section{
	min-height:calc(50vh - 4rem);
	margin-bottom:4em;
	overflow-x:visible;
	width:100%;
}




section > h3{
	color:var(--dr-main-color);
	font-size: 2rem;
	text-transform: uppercase;
	transition:all 150ms;
}





.txt p, .editor p, .editor ul, .editor ol{
	margin:0;
}




.grid h1,
.grid h2,
.grid h3,
.grid h4,
.grid strong,
.grid b,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor strong,
.editor b{
	color:var(--dr-main-color);
}





.stones{
	width:100%;
	height:4rem;
}
.stones img{
	width:100%;
	height:100%;
	display: block;
	   object-fit: cover;
	   object-position: 50% 0%;
}

.stones{
	filter: invert(.2);
}




/* STARTSEITE STARTSEITE STARTSEITE STARTSEITE STARTSEITE STARTSEITE */
.entry{
	width:100%;
	position: relative;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.entry span.location{
	position:absolute;
	bottom: 100%;
	right: 0;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: bold;
	display: block;
	background-color: transparent;
	z-index: 1;
	text-shadow: 0px 0px 8px var(--dr-main-color);
   text-align: center;
}

.logo {
	display: block;
	height: 88px;
	position: absolute;
	left:50%;
	top: 0.5rem;
	aspect-ratio: 1 / 1;
	z-index: 3;
	background-image: url(/_m/_s/outlinedFont.svg);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transform:translate(-50%, 0) rotateY(0deg) rotate(0);
	cursor: pointer;
	transition: all 200ms ease-in-out;
}

.logo:hover{
	transform:translate(-50%, 0) rotateY(0) rotate(360deg);
}

.logo{
	animation: spinHorizontal 2s cubic-bezier(0.68, -0.6, 0.32, 1.1);
}

.logo a{
	display: block;
	width: 100%;
	height: 100%;
}

@keyframes spinHorizontal {
  0% { 
	transform:translate(-50%, 0) rotateY(0deg) rotate(0) scale(1); 
  }
  /*50%{
	transform:translate(-50%, 0) rotateY(180deg) rotate(180deg) scale(0.9);
  }*/
  100% {
	transform:translate(-50%, 0) rotateY(360deg) rotate(360deg) scale(1);
  }
}


.asklepios {
	display: none;
	height: 140px;
	width: 88px;
	position: absolute;
	top:0;
	transform:translateY(calc( -100% + 2rem ));
	left:1rem;
	z-index: -1;
	background-image: url(/_m/_s/asklepios.svg);
	background-size:auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	
}


.entry span{	
	display:inline-block;
	width:100%;
	text-transform: uppercase;
	text-align: right;
	color:#FFF;
	font-size:1.5rem;
	font-weight: bold;
	display:block;
	padding-right:1rem;
	background-color: var(--dr-main-color);
}
.entry > span.title{
	background-color:var(--dr-main-color);
	color:#FFF;
}
.entry .name{
	background-color: transparent;
	color:var(--dr-main-color);
}


.zusatz{
padding-top: 2rem;	
}


.zusatz,.opening{
	width:100%;
}
.opening{
	border: 1px solid var(--dr-main-color);
	padding: 0.5em;
	border-radius:22.5px;
	border-radius:1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.opening > div:first-of-type{
	margin-top: 0.5em;
}
.opening > div:last-of-type{
	margin-bottom: 0.5em;
}
.solid{
	height:1px;
	background-color:var(--blau);
	display:none;
}

.today > .day{
	background:var(--dr-main-color);
	padding:0 0.5rem;
}
div.today{
	background-color:var(--dr-sub-color);
	color:#FFF;
	font-weight:bold;
	padding-right:0.5rem;
}
.opening > div{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}
.day{
	font-weight: bold;
}
.time > *{
	margin: 0;
	font-weight: bold;
}














/* DOKTOR DOKTOR DOKTOR DOKTOR DOKTOR DOKTOR DOKTOR DOKTOR DOKTOR DOKTOR */
section[data-which="doktor"]{
	/*border-bottom:0.5rem solid var(--hellblau);*/
	overflow-y: hidden;
	padding-bottom:0;
}


section[data-which="doktor"] h3{
	width:100%;
	margin-bottom:2rem;
}
section[data-which="doktor"] .container{
	display:flex;
	flex-direction: column-reverse;
}
section[data-which="doktor"] .txt{
	position: relative;
	max-height:50vh;
	padding:0 1rem 2rem 1rem;
	overflow-y:auto;
	margin-bottom:1rem;
}

section[data-which="doktor"] img{
	display: inline-block;
	width:60%;
	height: auto;
	align-self: center;
}





/* TEAM TEAM TEAM TEAM TEAM TEAM TEAM TEAM TEAM TEAM TEAM TEAM TEAM TEAM TEAM */
.i[data-include="team"]{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-member{
	width:calc(50% - 1.5rem);
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom:3rem;
}
.t-m-img {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.t-m-img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.t-m-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.team-member .txt p{
	color:var(--blau);
}




/* Impresuum Kontat map Impresuum Kontat map Impresuum Kontat map Impresuum Kontat map*/
.map {
	width:100%;
	
	text-align: right;
}

.map img {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
}
.map a{
	color:grey;
	font-size:0.8rem;
}




section[data-which="kontakt"]{
	margin-bottom:50vh;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.i-k{
	font-weight:700;
}
.i-k p{
	margin:0;
}


form{
	display:flex;
	flex-direction: column;
	width:100%;
}
label{
	font-weight:700;
	font-size:1rem;
	color:var(--blau);
}
input:not([type="checkbox"]),textarea{
	width:100%;
	margin-bottom:1rem;
}
textarea{
	min-height:4rem;
	resize: none;
}




section[data-which="kontakt"] h3{
	
	width:100%;
	text-transform: uppercase;
}
.i-k h3{
	color:var(--hellblau);
}


.loader,.u-a{
	display: none;
}
.u-a{
	position:fixed;
	z-index:9999;
	left:50%;top:50%;
	width:320px;
	padding:3rem;
	color:#000;
	background-color:rgba(255,255,255,1.0);

	font-weight:400;
	font-size: 1;
	font-weight:bold;
	text-align:center;
	display:none;
	align-items: center;
	justify-content: center;
	transform:translate(-50%,-50%);
	border:2px solid var(--blau);
	color:var(--blau);
	border-radius:4px;

	border-radius: 1rem;
	border: 3px solid var(--dr-main-color);

	color:#FFF;
	background-color:var(--dr-main-color);
	outline:3px solid var(--dr-highlight-color);
	outline-offset: -8px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}
.u-a.alert{
	display:flex;
}


 .loader{
	display:flex;
	position:fixed;
	top:0;left:-110%;
	width:100%;height:100%;
	z-index:100000;
	align-items: center;
	justify-content: center;
	opacity:.0;
	transition:all 300ms ease;
	transition:left 0ms 350ms,opacity 350ms ease;
 }	
 .loader.loading{
	left:0;
	opacity:1.0;
	transition:left 0ms ease,opacity 350ms ease;
 }

.templates{
	display:none;
}



a.praxis{
	display:inline-block;
	position:fixed;
	
	bottom:1rem;
	background:var(--dr-other-color);
	color:#FFF;
	padding:0.7rem 1rem;
	width: auto;
	text-align: center;
	font-weight:bold;
	font-size:1.4rem;
	right: 1rem;
	
	border-radius: 1.1rem;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
a.praxis:hover{
	background-color: var(--dr-highlight-color);
}


.pu{
	width:100%;
	height:100%;
	padding:0.5rem;
	position:fixed;
	z-index:8888;
	top:0;left:-100%;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:rgba(255,255,255,0.8);
}
.pu.active{
	left:0;
}



.pu .container{
	width:100%;
	height:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color:#FFF;
	border-radius:0.5rem;
	border:4px solid var(--blau);
	max-width:1024px;
}
.pu .close{
	
	color:red;
	font-weight:bold;
	font-size:1rem;
	padding:1rem;
	text-transform:uppercase;
	cursor:pointer;
}
.pu .container-2{
	flex:1;
	overflow-y: scroll;
	width:100%;
	padding:0 2rem 2rem 2rem;
}





footer{
	width:100%;
	padding:2rem 2rem 8rem 2rem;
	
	display:flex;
	flex-direction: column;
	background-color: var(--dr-main-color);
}
footer a{
	color:#FFF!important;
	margin: 0 0 1em 0;
	font-size: 16px;
}



body[data-which="downloads"] .i a{
	padding:1rem;
	border:1px solid var(--hellblau);
	border-radius:0.5rem;
}






.ql-align-justify{
	text-align: justify;
	text-justify: inter-word;
}
.ql-align-left{
	text-align: left;
}
.ql-align-center{
	text-align: center;
}
.ql-align-right{
	text-align: right;
}

.ql-indent-1{
	padding-left:2em;
}
.ql-indent-1:before{
	left:2em;
}



.ql-indent-2{
	padding-left:4em;
}
.ql-indent-2:before{
	left:4em;
}

.ql-indent-3{
	padding-left:6em;
}
.ql-indent-3:before{
	left:6em;
}

.ql-indent-4{
	padding-left:8em;
}
.ql-indent-4:before{
	left:8em;
}


ul{
	padding:0;
	list-style-type: none;
}
ul li{
	position: relative;
	padding-left:1em;
}

ul li:before{
	content:'';
	display: inline-block;
	width:6px;height:6px;
	background-color:var(--hellblau);
	border-radius: 50%;
	position:absolute;
	top:0.5em;
	left:1em;
	transform:translateX(-200%);
}

.text{
	width:100%;
}





.i.rand-unten{
	border-bottom:1px solid var(--dr-main-color);
}








/*+++++ KLEDERING GESCHLOSSEN - CUSTOM CODE */

body[data-dom="arztpraxiskledering.at"] .banner,
body[data-dom="arztpraxiskledering.at"] .entry,
body[data-dom="arztpraxiskledering.at"] .cm-nav,
body[data-dom="arztpraxiskledering.at"] footer,
body[data-dom="dr-zederbauer.at"] a.praxis{
	display:none;
	visibility: hidden;
}







