
 #default{
	width: 100%;
}
#bild_text{
	width: 100%;
}


/* CSS FRONTEND*/

@media (max-width: 767px) {


	table.responsive-table-sprechzeiten {
		display: block;
		position: relative;
		float: left;
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}

	table.responsive-table-sprechzeiten thead {display: block; float: left;}
	table.responsive-table-sprechzeiten thead tr {
		display: block;
		padding: 0px;
		border-top: 0px solid !important;
		border-bottom: 0px solid !important;
	}

	table.responsive-table-sprechzeiten th {
		display: block;
		padding: 4px 6px 4px 6px !important;
		font-size: 12px;
		color: #FFFFFF;
		line-height: 20px;
		border-bottom: none !important;
	}
	table.responsive-table-sprechzeiten th:last-child {
		border-bottom: 1px solid #aaa !important;
	}

	table.responsive-table-sprechzeiten tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: normal;
	}

	table.responsive-table-sprechzeiten tbody tr {
		display: inline-block;
		margin: 0px !important;
/* EDIT LW, RS		width: 50% !important; */
		border-top: 0px solid !important;
		border-bottom: 0px solid !important;
	}
	table.responsive-table-sprechzeiten tr td[rowspan="2"]{
/* EDIT LW, RS		width: 200% !important; */
		padding: 4px 30px 4px 30px !important;
		vertical-align: middle;
	}
	table.responsive-table-sprechzeiten tr td.rowspan-down{
		opacity: 0;
		visibility: hidden;
	}
	table.responsive-table-sprechzeiten tbody tr:nth-child(2) {margin-left: 0px !important;}

	table.responsive-table-sprechzeiten td {
		display: block;
		padding: 4px 0px !important;
		margin: 0px !important;
		width: auto !important;
		font-size: 12px !important;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden;

		border-bottom: none !important;
		border-left: none !important;
	}
	table.responsive-table-sprechzeiten tbody tr td:last-child {

		border-bottom: 1px solid #aaa !important;
	}

	table.responsive-table-sprechzeiten td p {font-size: 12px !important;}	
	

}
@media (min-width: 768px) {
	table.responsive-table-sprechzeiten tr td.rowspan-down{
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	table.responsive-table-sprechzeiten tr td[rowspan="2"]{
		vertical-align: middle;
	}

}

/*CSS BACKEND*/
#wrapper_sprechzeiten *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#modul_table{
	width: 100%;
	display: table;
	background-color: rgb(245, 245, 245)  !important;
	border-radius: 10px  !important;
	border: 1px solid #D5D5D5 !important;
}
#modul_table .head{
	width: 100%;
	display: table;
	background-color: #777 !important;
}
#modul_table .head>div{
	width: 12.5% !important;
	text-align: center !important;
	font-size: 11px !important;
	font-family: arial !important;
	float: left !important;
	color: #fff !important;
	padding: 15px 0px !important;
}
#modul_table .head>div:first-child{
	max-width: 25px;
}
#modul_table .body{
	width: 100%;
	display: table;
}

#modul_table .body .item{
	width: 100%;
	display: table;
	padding: 5px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#modul_table .body .item>div{
	width: 12.5%;
	float: left;
	text-align: center;
	padding: 5px;
}

#modul_table .col_switch{
	min-width: 170px;
}
#modul_table .body .item>div:first-child{
	max-width: 25px;
	padding-top: 8px;
	font-size: 11px !important;
	font-family: arial !important;
}
#modul_table .body .item:last-child{
	border-bottom: none;
}
#modul_table .body .item input{
	text-align: center;
}
#modul_table .body .item input[type="text"]{
	max-width: 100%;
	width: 100%;
	font-size: 12px;
	height: 22px;
}
#sprechzeit_button{
	border: 1px solid transparent !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	padding: 2px 10px !important;
	border-radius: 10px !important;
	display: inline-block !important;
	margin-right: 5px !important;
	background-color: rgb(209,240,117) !important;
	text-decoration: none !important;
	line-height: 23px !important;
	color: #222 !important;
	height: 34px;
	cursor: pointer;
	float: right;
	margin-top: 15px;
	margin-bottom: 20px;
	width:200px;
}
.modul_sprechzeiten .lw_input_1,.modul_sprechzeiten .lw_input_2,.modul_sprechzeiten .lw_input_3{
	display: none;
}
.modul_sprechzeiten .active{
	display: block;

}
.modul_sprechzeiten .lw_input_3.active{
	width: 25% !important;
}

/*Switch*/

#wrapper_sprechzeiten .switch,#wrapper_sprechzeiten .switch * ,.switch,.switch *{
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-ms-user-select:none
}
#wrapper_sprechzeiten label.switch,label.switch {
	cursor:pointer;
	font-size: 9px;
}

#wrapper_sprechzeiten  label.switch input[type=checkbox],label.switch input[type=checkbox] {
	opacity:0;
	width:0px !important;
	height:0px;
	position: absolute;
}
#wrapper_sprechzeiten  label.switch input[type=checkbox]:checked+.lever,label.switch input[type=checkbox]:checked+.lever {
	/*background-color:rgba(9,102,180,0.7);*/
}
#wrapper_sprechzeiten  label.switch input[type=checkbox]:checked+.lever:after,label.switch input[type=checkbox]:checked+.lever:after {
	/*background-color:rgb(9,102,180);*/
}
#wrapper_sprechzeiten  label.switch .lever, label.switch .lever {
	content:"";
	display:inline-block;
	position:relative;
	width:35px;
	height:15px;
	background-color:#818181;
	border-radius:15px;
	margin-right:9px !important;
	margin-left:7px !important;
	transition:background 0.3s ease;
	vertical-align:middle;
	margin:0px;
}
#wrapper_sprechzeiten  label.switch .lever:after, label.switch .lever:after {
	content:"";
	position:absolute;
	display:inline-block;
	width:21px;
	height:21px;
	background-color:#F1F1F1;
	border-radius:21px;
	box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);
	left:-5px;
	top:-3px;
	transition:left 0.3s ease, background .3s ease, box-shadow 0.1s ease
}

#wrapper_sprechzeiten  label.switch input[type=checkbox]:checked+.lever:after,label.switch input[type=checkbox]:checked+.lever:after {
	left:24px
}
#wrapper_sprechzeiten .switch {
	display: table;
	/* display: inline-block; */
	margin-bottom: 2px;
	margin-top: 2px;

}
#wrapper_sprechzeiten .switch:first-child{
	margin-right: 2px;
}
#wrapper_sprechzeiten{
	display: table;
	width: 100%;
	margin: 30px 0px;
}


.lw-sprechzeit-alert{
	padding: 15px !important;	
	font-size: 14px !important;
	border-radius: 5px !important;
	margin: 0px !important;
	margin-bottom: 15px !important;
	margin-top: 20px !important;
}
.lw-sprechzeit-alert.lw-error{
	background-color: rgba(215, 50, 17, 0.82);	
	color: rgb(255, 255, 255);	
	border: 1px solid rgb(215, 50, 17);
}
.lw-sprechzeit-alert.lw-success{
	background-color: rgba(215, 240, 117, 0.74);
	color: rgb(102, 102, 102);
	border: 1px solid rgb(209, 240, 117);
	
}


/**/

div#tpl_praxisteam_v1 .item-list {
	margin-top: 20px;
	display: table;
	width: 100%;
}

div#tpl_praxisteam_v1 .item-list img{
	border-radius: 10px;
}

div#tpl_praxisteam_v1 .item-list.verwaltung .itemlist.list-mode{
	position: relative;
	float: left;
	width: 33.3333%;
	height: auto;
	margin: 0px 0px 30px 0px;
	margin-bottom: 30px;
	padding: 0px 30px 0px 0px;
}

div#tpl_praxisteam_v1 .item-list.verwaltung .itemlist.list-mode .image{
	float: left;
	width: auto;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

div#tpl_praxisteam_v1 .item-list.verwaltung .itemlist.list-mode .image .flyer{
	position: absolute;
	z-index: 10;
	bottom: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
	padding: 8px 10px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-align: left;
	color: #333;
}
div#tpl_praxisteam_v1 img[class^="img_grafik_"]{
	border-radius: 0px !important;
}
div#tpl_praxisteam_v1 .itemlist img[class^="img_grafik_"]{
	display: none !important;
}
div#tpl_praxisteam_v1 .item-list.verwaltung .itemlist.list-mode .image:hover .flyer{
	opacity: 1;
}

div#tpl_praxisteam_v1 .item-list.verwaltung .itemlist.list-mode .text{
	float: left;
	width: 70%;
	padding-left: 20px;
}

/* Geräte bis 940px */
@media (max-width: 940px) {
	div#tpl_praxisteam_v1 .item-list.verwaltung .itemlist.list-mode .image {	    
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    float: initial !important;
	}
	div#tpl_praxisteam_v1 .item-list.verwaltung .itemlist.list-mode{
		width: 100%;
		padding: 0px;
	}
	div#tpl_praxisteam_v1 .item-list.verwaltung .itemlist.list-mode .text{
		width: 100%;
		padding: 20px 0px 0px 0px;
	}
	
}	



.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
