@import url(custom.css);
body {
  font-size: .875rem;
  font-family: 'Montserrat',Georgia,'Times New Roman',Times,serif;

}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  color: var(--custombodycolor);
}

label{
  color: var(--custombodycolor) !important;
}

.btn-close{
  background-color: var(--custombodycolor);
}

.btn-anmelden{
  background-color: var(--primarycolor);
  color: var(--custombodycolor);
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background-color: var(--customcolorbgbright) !important;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

@media (max-width: 1200px){
  .card-fahrzeuguebergabe{
    width: 100% !important;
    }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: var(--custombodycolor);
  /*font-family: Montserrat,Georgia,'Times New Roman',Times,serif;*/
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: var(--primarycolor);
  text-shadow: 4px 4px 20px #0f24e4db;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */


.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
	top: 0.55rem;
	right: 2.5rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.header-logo{
  vertical-align: bottom;
}

.title{
  font-size:20px;
}

.header-nav{
  display: block;
  width: 80%;
}
.header-nav a{
  text-decoration: none;
  color: var(--custombodycolor);
  font-size: 20px;
  margin-left: 3%;
}

.p-white{
  padding-top:20px;
  color: var(--custombodycolor);
}

.accordion-login{
  width: 50%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

/* Style für Index-Buttons */
.text-right {
  text-align: right !important;
}

.text-left{
  text-align: left !important;
}

.media-body.text-right {
	width: 100%;
}
.media-body.text-left {
	width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	/*font-family: Montserrat,Georgia,'Times New Roman',Times,serif; */
	font-weight: 400;
	line-height: 1.2;
	color: inherit;
}

/* Auto-Icon */
.icon-car::before{
  content: "\f1b9";
}

.table thead th {
	border-top: none !important;
}

.table thead tr {
  color: #9899ac;
}

.table tbody tr {
  color: var(--custombodycolor);
}

table th {
  width: auto !important;
}

.modal-dialog{
  max-width: 1300px !important;
}

.modal-content{
  background-color: var(--customcolorbgdark) !important;
  border: 3px solid white;
}

.table tbody tr:hover{
  color: var(--primarycolor);
  cursor: pointer;
}

.btn-primary{
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  color:#000000;
}

.fahrzeugimport label{
  color: #fff;
}

.fahrzeugimportcard .card-body{
  min-height: 370px;
}

.card{
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2) !important;
}

/* Widget Fahrzeugkatalog */
.widget {
  border: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.07);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  background: var(--customcolorbgbright);
  padding: 20px;
  display: block;
}

.widget-blog-cover {
  overflow: hidden;
  padding-top: 60%;
}

.widget-blog-cover, .widget-stat-header {
  position: relative;
  border-radius: 5px 5px 0 0;
  margin: -20px -20px 20px;
}

.animation-grow-hover, .widget-blog .widget-blog-cover img {
  transition: all .1s ease-in-out;
}

.widget-blog-cover img:hover{
  max-width: 110%;
  min-height: 110%;
  margin-left: -5%;
  margin-top: -5%;    
}

.widget-blog-cover img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  min-height: 100%;
}

.widget-blog-author {
  margin: -20px -20px 0;
  padding: 10px 20px;
}

.widget-blog-author-image {
  float: left;
  margin-top: -30px;
  padding: 5px;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  background: var(--customcolorbgdark);
  position: relative;
}

.widget-blog-author-image img {
  max-width: 100%;
  border-radius: 70px;
}

.text-muted {
  color: #aab3ba;
}
.f-s-11 {
  font-size: 11px!important;
}
.m-0 {
  margin: 0!important;
}

.keycarlist{
  background-color: var(--customcolorbgdark);
  color: #fff;
  font-family: Montserrat,Georgia,'Times New Roman',Times,serif !important;
}

.card-fahrzeuguebergabe{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.card-spielersuche{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  height:200px;
}


/* Damit Mobile-Ansicht nicht verbuggt ist ;-) */
@media only screen and (max-width: 767px) {
  .header-nav{
    display: none !important;
  }
  .sidebar{ /* Zur Probe drinnen */
    top:0rem !important;
  }
  #steamid {
    font-size: calc(0.8rem + .6vw);
  }
  .card-spielersuche{
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 810px){
  .header-nav a{
    font-size:18px !important;
  }
  #steamid{
    font-size: calc(1.1rem + .6vw);
  }
}

.accordion.width {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
}

.accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
}

.accordion.width .card .card-header {
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}

.collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0;
}

.spielersucheueberschriftright{
  text-align: right;
  cursor: pointer;
}

.spielersucheueberschriftleft{
  text-align: left;
  cursor: pointer;
}

.spielersuchenotactive{
  opacity: 0.2;
}

.spielersucheactive hr{
  color: var(--primarycolor);
  opacity: 1;
}

.hr-active{
  color: var(--primarycolor);
  opacity: 1;
}

.displaynone{
  display: none !important;
}

.akten-einsicht {
	min-height: 610px;
}

/* Cards für Spielersuche Akten-Einsicht */

a,
a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

#aktedauer{
padding: .375rem .75rem !important;
}

.hidden{
  display: none;
}

.input-group-text{
  color: var(--custombodycolor) !important;
  background-color: var(--customcolorbgbright) !important;
}

#spielerbearbeiten {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--primarycolor); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  opacity: 0.5;
}

#wunschkennzeichen {
  width: 20%;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 101;
	border: none;
	outline: none;
	background-color: var(--primarycolor);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
	opacity: 0.5;
}
#wunschkennzeichenspeichern {
  width: 20%;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 101;
	border: none;
	outline: none;
	background-color: green;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
	opacity: 0.5;
}

#kennzeichensuchezumdatensatz{
  width: 100%;
  background-color: var(--customcolorbgbright);
  color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
	opacity: 0.5;
  border: none;
	outline: none;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2) !important;
}
#kennzeichensuchezumdatensatz:hover{
  color: #fff;
  transition: 0.2s;
  opacity: 1;
}


#spielerbearbeiten:hover{
  color: #000;
  transition: 0.2s;
  opacity: 1;
}
#wunschkennzeichen:hover{
  color: #000;
  transition: 0.2s;
  opacity: 1;
}

.alert-log{
  color: var(--custombodycolor);
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66) !important;
  background-color: var(--customcolorbgbright);
  border: none;
  margin-bottom: 1px;
}

.nav-tabs .nav-link{
  color: var(--custombodycolor);
  border: none;
}

.tab-content{
  padding-left: 0 !important;
}

.nav.nav-tabs .nav-item .nav-link.active {
	background-color: var(--customcolorbgbright) !important;
	color: var(--custombodycolor);
}


.btn-del-fahrzeugkatalog {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.cars-overview:hover{
  background-color: var(--primarycolor);
  transition: 1s;
  cursor: pointer;
  color: black;
}

.co-active{
  background-color: var(--primarycolor);
  color: black;
}


/* Fahrzeug-Cards Spielersuche */

#team .card {
    border: none;
    
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    /*background: white; */
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
   /* -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); */
}

.frontside,
.backside {
    width: 100% !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: var(--primarycolor) !important;
}

/* Erstmal deaktiviert, damit das Bild rechteckig wird 
.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
} */

.spancarkat{
  color: var(--custombodycolor);
}


/* Akten-Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: var(--custombodycolor);
}
.postcard.dark {
  /*background-color: #2b0202;*/
  background-color: #1A1A1A;
}
.postcard.light {
  background-color: #e1e5ea;
}
.postcard .t-dark {
  color: #2b0202;
}
.postcard a {
  color: inherit;
}
.postcard h1,
.postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .fahrzeugcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

.accordion-item{
  border: 1px solid #0f24e4db !important;
}

.accordion-button{
  background-color: var(--customcolorbgdark) !important;
  color: var(--custombodycolor) !important;
}

.accordion-button:not(.collapsed) {
	color: var(--custombodycolor) !important;
	background-color: var(--customcolorbgbright) !important;
}

.accordion-body{
  background-color: var(--customcolorbgbright) !important;
  color: var(--custombodycolor) !important;
}
.accordion-body form label {
	color: var(--custombodycolor) !important;
}

.accordion-body .form-control{
  color: var(--custombodycolor) !important;
  background-color: var(--customcolorbgdark) !important;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .fahrzeugcard__img {
    max-width: 790px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:hover .fahrzeugcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    /*background: #2b0202;*/
    background: #1A1A1A;
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}
/* COLORS */

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: var(--primarycolor);
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(43, 2, 2, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(43, 2, 2, 0.1), transparent 50%);
}


@media screen and (min-width: 769px) {

  .blue::before {
    background-image: linear-gradient(-80deg, rgba(43, 2, 2, 0.1), transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(43, 2, 2, 0.1), transparent 50%);
  }
}

.btn-primary:hover{
  background-color: var(--secondarycolor) !important;
  border-color: var(--secondarycolor) !important;
}
.btn-primary:active{
  background-color: var(--secondarycolor) !important;
  border-color: var(--secondarycolor) !important;
}
.btn-primary:focus{
  background-color: var(--secondarycolor) !important;
  border-color: var(--secondarycolor) !important;
}

form .form-control {
  color: #fff !important;
	background-color: #111 !important;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: var(--primarycolor) !important;
	box-shadow: 0 0 0 .25rem #0f24e44f;
}

.texttotalmoney{
  width: 85% !important;
}

.kennzeicheninput{
  width: 85%;
  line-height: 1;
}

.row-inventory{
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}

#inventory-item{
  text-transform: capitalize;
}

.mittig {
	margin-left: auto;
	margin-right: auto;
}

.row-inventory strong{
  color: var(--primarycolor);
}

.online-true{
  background-color: rgb(60, 179, 113);
}

.online-false{
  background-color: #001affdb;
}

@media screen and (max-width: 992px) {
.row-inventory{
  width: 100% !important;
}
.accordion-login{
  width: 100% !important;
}
}

@media screen and (max-width: 600px) {
.row-inventory h3{
  font-size:16px !important;
}
}

.card.card-itemsearch:hover {
	background-color: var(--secondarycolor);
	cursor: pointer;
	transition: ease-in 500ms;
}

#kennzeichen-spielersuche{
  cursor: pointer;
}
#kennzeichen-spielersuche:hover{
  color: var(--primarycolor);
  transition: 250ms;
}