html {
  position: relative;
  min-height: 100%;
}
body {
/*	font-family: font-family: 'Raleway', sans-serif;*/
  font-family: 'Titillium Web', sans-serif;
  /*text-shadow: 2px 2px 2px #aaa;*/

  margin-bottom: 60px;
	padding: 0;
	background-color: #f7f7f7;
}

/*body, html {
height:100%;
background-color: #f7f7f7;
padding-bottom: 2rem;
}*/
#content { /* Außenrahmen */ 
  padding-top:62px;
	padding-left: 0;
	padding-right: 0;
}
/* workaround modal-open padding issue */
body.modal-open {
    padding-right:0 !important;
}
/* modal-Window */
.modal-header {
    padding-bottom: 5px;
}
.modal-footer {
        padding: 0;
}
.modal-footer .btn-group button {
    height:40px;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border: none;
}
.modal-footer .btn-group:last-child > button {
    border-right: 0;
}
#header-container{
	background-color: #e9e9e9;
	/*background-image: url(../../../images/bg.jpg);*/
	max-height: 416px;
	margin-top: -8px;
	margin-bottom: 60px;
}
/* workaround bs 4 horizontal scrollbar */
.container-fluid {
    margin-left: 0;
    margin-right: 0;
}

.sidebar {
   padding-left:0;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
	margin-top: 1rem;	
  padding-top: 1rem;	
	padding-left: 0;
	padding-right: 0;
  background-color: #e9e9e9;
}
.footer {
	margin: 0;
}
.goup-container{
	opacity: .5;
}
/**********************Checkboxen, Radioboxen ***************************/
.radio,
.checkbox {
  display: none; }
  .radio + span,
  .checkbox + span {
    padding: 0;
    padding-right: 10px; }
  .radio + span:before,
  .checkbox + span:before {
    font-family: FontAwesome;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 10px;
    color: #c8d0da; }
  .radio:checked + span:before,
  .checkbox:checked + span:before {
    color: #59c2e6; }
  .radio:disabled + span:before,
  .checkbox:disabled + span:before {
    opacity: 0.5;
    cursor: not-allowed; }
  .radio:checked:disabled + span:before,
  .checkbox:checked:disabled + span:before {
    color: #c8d0da; }

.checkbox + span:before {
  content: "\f0c8"; }

.checkbox:checked + span:before {
  content: "\f14a"; }

.checkbox.rounded + span:before {
  content: "\f111"; }

.checkbox.rounded:checked + span:before {
  content: "\f058"; }

.radio + span:before {
  content: "\f111"; }

.radio:checked + span:before {
  content: "\f192"; }

.radio.squared + span:before {
  content: "\f0c8"; }

.radio.squared:checked + span:before {
  content: "\f14a"; }

.form-control: -webkit-input-placeholder {
  font-style: italic;
  color: #c8d0da; }
  
.table .checkbox + span {
  margin-bottom: 0; }
.table .checkbox + span:before {
  line-height: 20px; }
/**********************Checkboxen, Radioboxen Ende ***************************/

/*
 * Off Canvas at medium breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 48em) {

  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -33%;
  }

  .row-offcanvas-left.active {
    left: 33%;
  }

  .sidebar-offcanvas {
    background-color:#f6f6f6;
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
  }
}

/*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 34em) {
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -45%;
  }

  .row-offcanvas-left.active {
    left: 45%;
  }
  
  .sidebar-offcanvas {
    width: 45%;
  }
}


/* responsive nav stacked liked 3.x */
@media(max-width:34em) {
    .navbar .navbar-brand {
        float:none;
        display: block;
    }
    .navbar .navbar-nav>.nav-item {
        float: none;
        margin-left: .1rem;
    }
    .navbar .navbar-nav {
        float:none !important;
    }
}

.card {
    overflow:hidden;
}

.card-block .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-block .rotate i {
    color: rgba(20, 20, 20, 0.15);
    position: absolute;
    left: 0;
    left: auto;
    right: -10px;
    bottom: 0;
    display: block;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}