body{
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: black;
    background-color: #dedede;
	margin: 0px;
	-webkit-appearance: none;
}

.navbar {
    height: 120px;
    max-width: 1440px;
    background-color: white;
    margin: 0 auto;
    z-index: 5;
    margin-top:0px;
}


.menu{
	margin:45px;
    float:right;
}

.admin{
	display:inline;
	top:20px;
	position:absolute;
}


.plan_select{
	background: transparent;
    outline: none;
    border: none;
    border-bottom:1px solid grey;
    font-size: 1em;
    font-weight: bold;
}

.logo {
	width:auto;
	height:120px;
	margin-left:30px;
	opacity:1;
	display: inline;
}

.wunsch_label{
	width: 200px;
    padding-top: 10px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 10px;
    border:1px solid lightgrey;
}

.wunsch_label:hover {
	background:#E6E6E6;
	transition: all 0.4s ease;
}


.content{
    max-width: 1440px;
    background-color: white;
    margin: 0 auto;
    position:relative;
    overflow: auto;
}

.tm-block-title{
	cursor:pointer;
}


.plan_termin {
	border-left: 1px solid black;
	padding-left: 10px;

	margin-top: 25px;
	
}

#links {
    display: inline-block;
    width: 70%;
}

#rechts {
	float:right;
    width: 30%;
    display: inline-block;
}

.content-box{
	background-color: #ededed;
    box-shadow: 0px 13px 0px -4px #dddddd;
    padding:20px;
    margin:20px;
    overflow: auto;
}


.switch {
  background: #f8f9fa;
  margin: 0 auto;
  border-radius: 0.75rem;
}

.buttonbackground {
  background-color:#ccc;
  width: 5rem;
  height: 2.5rem;          /* = width/2 */
  border-radius: 1.25rem;  /* = height/2 */
  box-shadow:
    0 2px 2px rgba(0,0,0,0.5) inset,
    0 -2px 0px rgba(255,255,255,0.5) inset;
  position: relative;
  margin: 0.5rem auto;
  display:inline-block;
}

.switch {
  display:none;
  top:0.15rem;
}
.buttonslider {
  background:#ddd;
  width:2.7rem;
  height:2.7rem;
  border-radius:50%;
  border:1px solid #aaa;
  position: absolute;
  left:0;
  top:-0.15rem;
  box-shadow: 0 4px 3px rgba(0,0,0,0.3);
  display:inline-block;
    transition: all 0.2s ease;
}
/* (IDs) ersetzen! */

.switch:checked + label .buttonbackground {
  background-color:#64b464;
}
.switch:checked + label .buttonslider {
  left: 2.5rem;         /* = buttonbackground-width / 2 */
  background:#eee;
}
.switch + label .buttonbackground:hover {
  cursor:pointer;
}


.a_btn2 {
    background: #eee; 
    max-height:30px;
      line-height: 30px;
  text-align: center;
    height:30px;
    margin:2px;
    width: 48%;
    max-width: 48%;
    color: black;
    cursor: pointer;
    display: inline-block;
}

.a_btn2:hover {
    background: #ddd; 
    color: #d5002c;
}


.a_btn3 {
	background: #8A0808;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 100;
	padding: 12px;
	border: solid #337FED 0px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	width:110px;
}

.a_btn3:hover {
	border: solid #337FED 0px;
	background: #760000;
	background-image: -webkit-linear-gradient(top, #760000, #F63D3D);
	background-image: -moz-linear-gradient(top, #760000, #F63D3D);
	background-image: -ms-linear-gradient(top, #760000, #F63D3D);
	background-image: -o-linear-gradient(top, #760000, #F63D3D);
	background-image: linear-gradient(to bottom, #760000, #F63D3D);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}


#user_select {
	
	overflow-y:hidden;
	background: transparent;
	border: none;
	border-right: 1px grey solid; 
	margin-right: 20px;
	padding-right: 10px;
	
}

#user_select:focus {
	
outline:none!important;
	
}


.menu_btn {
    background: #eee; 
    padding: 1em;
    color: black;
    text-decoration: none;
}

.menu_btn:hover {
    background: #ddd; 
    padding: 1em;
    transition: all 0.9s ease;
}

#Adressbuch_table tr:hover {
    background-color: #eee;
}

.content_kachel{
    width: 48%;
    background: purple;
    padding: 20px;
    position:absolute;
    display:inline-block;

}

.content_box{
	position: relative;	
}


.user_list_btn {
    width: 80%;
    border: none;
}

.user_list_btn:hover {
   background-color: #eee;
}


.calender_table {
	border: none;
	text-align: right;
	width:95%;
	background-color:white;
}


.calender_table_body {
	background-color:white;
	border:0px solid white;
}

.calender_table_body td{
	padding-left:20px;
	padding-top:20px;
}

.calender_table_body td:hover{
	padding-left:20px;
	padding-top:20px;
	background:#E5E5E5;
	cursor:pointer;
	border-radius: 10%;
	transition: all 0.2s ease;
}

.calender_termin {
  color: #d5002c;
}

.calender_heute{
	font-weight: bold;
}

.calender_selects_div{
	background:#8A0808;
	padding:20px;
}

.calender_select {
    background-color: #8A0808;
    font-size:25px;
    color:white;
    text-decoration:bold;
    width:auto;
	border:none;
    outline:none;
    cursor:pointer;
}


.calender_option{
	background-color:white;
	color: #8A0808;
	font-size:12px;
	width:auto;
}

.calender_option:hover{
	background-color:#8A0808;
	color: white;
}

.calender_wrapper{
	background-color:white;
	max-width:400px;
}

.calender_infos_tag{
background-color: white;
padding:20px;
}

#tag_details{
	text-align: left;
	min-height:60px;
	padding-left:10px;
	padding-right:10px;
}

#tag_p{
	font-weight:bold;
	font-size:90px;
	color:black;
	margin-bottom:0px;
	margin-top:0px;
}

#monat_jahr_p{
	font-size:20px;
	color:grey;
	margin-top:0px;
	margin-bottom:0px;
}

#tagname_p{
	font-size:30px;
	color:black;
	margin-top:0px;
}

.delete_termin_btn:hover {
	color:red;
}



.delete_termin_btn{
	padding:10px;
}

.termin_detail:hover{
	text-decoration: underline;
	cursor:pointer;
}

.termin_detail_detail {
	background:white;
	margin-bottom:0px;
	display: none;
}

.fa-plus-circle{
	color:#717171;
	font-size:40px;
	cursor:pointer;
}

.table_list{
	border: 1px solid grey;
	margin-right: 1px;
	cursor:pointer;
}

.table_list tr:not(.table_list_messe_select):hover{
	background:lightgrey;
}

.table_list_messe_select {
	background: #d5002c;
	color: white;
	font-weight: bold;
}

textarea { 
    resize: none;
    overflow: auto;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#calender_normal{
	display:block;
}

@media (max-width: 1333px){

#links {
    width: 100%;
}

#calender_normal{
	display:none;
}

#rechts {
	float:left;
    width: 100%
}

#calender_div {
	display:none;
}

}


@media (max-width: 1199px) {
  .tm-col-bigadmin {
    width: 49.65%;
  }
}

@media (max-width: 991px) {
  .tm-col-big-admin {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 633px) {
  .tm-col-big-admin {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 574px) {
  .tm-col-big-admin {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .tm-col-big-admin {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 424px) {
  .tm-col-big-admin {
    width: 100%;
    height: auto;
  }
}

@media print{
 .navbar, #header_img, .tm-block-title, #impress_Datenschutz, button {display:none!important;overflow:hidden}

  #messdienerplan_div {display:block;overflow:hidden;}
  .content-box {
  	box-shadow: none!important;overflow:hidden;
  }
}