﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/



.containerCalendar {
    padding-left: 1px;
    font-size: 12px;
    width: 150px;
    min-width: 165px;
    max-width: 165px;
    /*max-width: 100%;*/
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.container_topmargin {
    margin-top: 10px;
}

div.calendarboxMoreChannel,
div.calendarbox,
div.calendarboxwerbung {
    border-top-left-radius: 10pt;
    border-top-right-radius: 2pt;
    border-bottom-right-radius: 10pt;
    border-bottom-left-radius: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 15px;
    border: 2px solid #d1d1d1;
    margin: 2px;
    background-color: #FFFFFF;
}


ul.feature-list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

    ul.feature-list > li > div.feature-list-headline {
        line-height: 140%;
        font-size: 18px;
        font-weight: bold;
        color: #18707f;
    }

.fa-clock-o:before {
    content: "\f017";
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e);
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.schaltzentrale {
    min-height: 350px;
    height: 350px;
    margin-bottom: 20px;
}