 #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;
	}
	
}	



