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

html {
    overflow-x: hidden;
}

body{
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #333;
}

* {
  margin:0;
  padding:0;
}

a {
  color: #0079bc;;
  text-decoration: none;
  border-bottom: 1px solid #0079bc;
}

a:hover, a:focus, a:active {
  color: #aaa;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}

table a {
    color:#333;
    text-decoration: none;
}

table a:hover, a:focus, a:active {
    color: #0079bc;
    border-bottom: none;
    cursor: default;
}

h1 {
  margin-bottom: 0.6em;
}
h2, h3, p {
  margin-bottom: 0.4em;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
}

.grid-parent {
    padding-left: 0;
    padding-right: 0;
}

.container.grid-container {
    width: auto;
}

.container.grid-container {
    max-width: 1320px;
}

.content-wrapper {
  padding: 40px 30px;  
}

.content-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.row {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}

.col-3,
.col-9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 10px 15px;
    z-index: auto;
}
.col-9 {
    width: 72%;
   /* z-index: 100; */
}
.col-3 {
    min-width: 295px;
    width: 28%;
    /* z-index: 1;*/
}

.content-bottom .col-3 span {
    line-height: 1;
    padding: 7px 10px;
    display: inline-block;
}

.content-bottom .col-3 p {
    margin: 0;
    padding: 0.25em 0;
}

.content-bottom .col-9 {
    /*z-index: 1!important;*/
}

.content-bottom .col-9 p a.cb-link {
    /*z-index: 110!important;*/
}

.txt-l-through {
    text-decoration: line-through;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: rgba(0, 0, 0, 0.13);
}

.b-1 {
    border: 1px solid #333;
}

.bg-blue {
    background: #deedf5;
}

.bg-red {
    background: #ffb0b0;
}

.c-red {
    color: #ff3a00;
    font-weight: bold;
}

.c-blue {
    color: #1e8bb8;
    font-weight: bold;
}

.c-grey {
    color: #999999;
    font-weight: bold;
}

.w-100 {
    text-align: center;
    width: 146px;
}

.w-30 {
    text-align: center;
    width: 32px;
}

@media screen and (max-width: 620px) {
  .content-header {
    flex-direction: column;
  } 
}

.content-title {
  flex: 0 1 48%;
}

.content-kal {
  flex: 0 1 48%;
  justify-content: flex-end;
  display: flex;
}
@media screen and (max-width: 620px) {
  .content-kal {
    justify-content: flex-start;
  }
}
.content-kal form {
  line-height: 32px!important;
  margin-right: 5px;
}
.content-kal form input {
    height: 30px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 6px 8px;
    font-weight: 600;
}
.content-kal select {
    height: 30px;
    padding: 6px 24px 6px 8px;
    border: 1px solid #aaa;
    border-radius: 4px;
}


/* kal nav style überschreiben damit rechtsbündig */
.timing_nav {
  justify-content: flex-end !important;
}

.content-tab-scroll {
  /*position: relative;
	top: 0;
	left: 0;*/
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.content-bottom {
  margin: 5.5em 0 2em 0;
}

/* Tabellen styles */
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

/* Tabelle Styles */
table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  vertical-align: top;
}
th {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600!important;
  line-height: 1.2;
  min-width: 60px;
  text-align: center;
  position: relative;
  padding: 10px 10px 24px
}

.special_day {
    display: block;
    font-size: 0.6em;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

th .day {
  font-size: 0.8em;
  font-weight: 300!important;
}

tbody tr {
  border-bottom: 1px solid #333 !important;
}

td {
  padding: 7px 15px;
  /*background-color: rgba(255, 255, 255, 0.5);*/
}

.today {
    background-color: rgba(0, 0, 0, 0.13);
}

th.today {
    background-color: #0068A5;
}

.church-event {
    background-color: #DEEDF5;
}

.reserved {
    background-color: #ffb0b0;
}

.ampm {
  color: #999999 !important;
}

/* ausrichtung text */
th:nth-child(1),
td:nth-child(1) {
  text-align: left;
}

th:nth-child(1),
td label {
  font-size: 1.1em;
  font-weight: 600 !important;
  width: 320px;
}

th:nth-child(1) {
  font-size: 1.1em;
  font-weight: 600 !important;
}

tr:nth-child(even) td {
  text-align: center !important;
}

thead th {
  background-color: #0079bc;
}

/* hover und so */
tbody tr td:hover {
/*   background-color: rgba(0,121,188,0.1); */
  /*cursor: pointer;*/
}
/*tbody td {
  position: relative;
}
tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(0,121,188,0.05);
  z-index: -1;
}*/
/* end Tabellen style */



/******************* tooltip *********************/
.has_tooltip {
    display:inline;
    cursor: pointer;
}



.tooltip-wrapper {
    position: absolute;
    visibility: hidden;
}

.has_tooltip:hover .tooltip-wrapper {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.tooltip {
    background-color:#5AB1E5;
    border-radius:8px;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    box-sizing:border-box;
    color:#fff;
    font-size:13px;
    font-weight:normal;
    left: 140px;
    padding:10px 20px;
    text-align: left;
    transform:translate(-226px, 16px);
    display: block;
    height: auto;
    position: relative;
    text-align: left;
    width: 300px;
    z-index: 99;
}

.tooltip i {
    bottom:100%;
    height:12px;
    left:50%;
    margin-left:-12px;
    overflow:hidden;
    position:absolute;
    width:24px;
}

.tooltip i::after {
    background-color:#5AB1E5;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    content:'';
    height:12px;
    left:148px;
    position:absolute;
    transform:translate(-50%,50%) rotate(45deg);
    width:12px;
}

.tooltip:after {
    border-bottom: 8px solid #5AB1E5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 148px;
    margin-left: -8px;
    position: absolute;
    width: 0;
}

#ajax_content > tr > td:last-child .tooltip {
    transform:translate(-314px, 16px);
}

#ajax_content > tr > td:last-child .tooltip i::after {
    left:236px;
}

#ajax_content > tr > td:last-child .tooltip:after {
    left: 236px;
}
