﻿/* 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;
  font-family: 'Poppins';
}
@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;
  background-color:#EBF2E8!important;
   border-radius: 10px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.form-control {
    background-color: #79beb36b;
}


.top_margin {
    margin-top:45px;
}

.elementCard {
  height:100%;
  padding-left: 0px;
  padding-right:0px;
  /*width:195px;*/
    border-radius: 10px 10px 0px 0px;
  box-shadow: 4px 9px 11px 0px rgba(11, 12, 12, 0.4);
  font-family: 'Poppins';
  cursor: pointer;
  /*margin:8px*/;
}

.elementCard img {
  width:100%;
  height:50%!important;
  border-radius: 9px 9px 0px 0px;
  height:auto;
}

.elementCard .cardVisibility {
  margin: 2px 5px 2px 5px;
  font-size:11px;
  text-align: right;
  color:gray;
}

.elementCard .cardTitle {
  margin: 10px;
  font-weight: bold;
  text-align:center;
}

.elementCard .cardInfos {
  margin: 10px;
  color:gray;
  font-size: 11px;
  position: absolute;
  bottom: 0;
}

.cardBtn {
    display: block;
    border: none;
    background-color:#214341!important;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 4px 9px 11px 0px rgba(11, 12, 12, 0.4);
    font-family: 'Poppins';
    color: #fff;
}

.colorPlate_main {
    padding:15px;
    background-color:#214341!important;
    color:#EBF2E8!important;
    border-radius: 25px;
}

.colorPlate_second {
    background-color:#79BEB3!important;
    color:#214341!important;
}

.colorPlate_white {
    background-color:#EBF2E8!important;
}

.colorPlate_gray {
    background-color:#62625E!important;
}

.colorPlate_third {
    background-color:#6E8573!important;
}

.question_btn {
    margin: 5px;
}

.question_btn:first-child {
    margin-left: 0px;
}

.navPlate li {
    background-color: #214341;
}

    .navPlate li:hover {
        background-color: #647b7a;
    }

.navPlate li:first-child {
    border-radius: 0px 0px 0px 25px;
}

.navPlate li:last-child {
    border-radius: 0px 25px 0px 0px;
}

/* Überschreiben von bootstrap werten */
.btn-primary {
    border-color: #214341;
    background-color: #214341;
}

.btn-primary:hover {
    background-color: #647b7a;
    border-color: #647b7a;
}

.btn-primary:disabled {
    border-color: #4d6866;
    background-color: #4d6866;
}

a {
    color:#214341;
}

.custom-file-input ~ .custom-file-label::after {
    color: #fff;
    background-color: #60988f;
}
/* Überschreiben von bootstrap werten ENDE */



/* -- Create Trash Overlay -- */

.trashOverlay {
    cursor: pointer;
    z-index: 25;
    max-width: 2rem;
    position: absolute;
    left: 15.5rem;
}
