/* Basics */
body {
  padding-top: 5rem;
  font-size: 1rem;
}

.main-center {
  padding: 1.5rem 1.5rem;
  text-align: center;
}

.main-left {
  text-align: left;
}

.row {

}

.container-big {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.homecontainer {
  padding-left: 35px;
  padding-right: 35px;
}

.homecontainer button {
  min-width: 150px;
}
.wrikeexternal {
	text-decoration:underline;
	color:black;
	font-size:14px;
}

/* Fonts */
h3 {
    font-size: 16px;
}

.supportTitle, .supportDesignTitle  {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.supportNr {
  font-size: 20px;
  font-weight: bold;
}

.supportText {
  font-size: 15px;
}

.promoTitle {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}

.promoNr {
  padding-top: -30px;
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
}


/* Information-Header */
.info-small {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.info-mid {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}


/* Login-Site */
.loginForm {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.loginForm .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-control {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  background-color: transparent;
}

.form-control:focus {
      border-color: #c2c343;
      box-shadow: 0 0 0 0.2rem rgba(0,0,0,0);
}


/* Table */
.table {
  font-size: 14px;
}

.borderless td, .borderless th {
    border: none;
}


/* Button - Standart*/
.btnround {
	border-radius: 50px;
	letter-spacing: 0.2em;
	font-size: 0.8rem;
	border: 1px solid #000;
	background-color: transparent;
	max-width: 450px;
}

.btn:focus, .btn:hover, .btn.active {
    text-decoration: none;
    background-color: #c2c343;
	border: 1px solid #c2c343;
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,0);
}

input[type="radio"]:checked {
    text-decoration: none;
    background-color: #c2c343;
	border: 1px solid #c2c343;

}

/* Button - Kies */
.kiesBtn .col {
  padding-left: 15px;
  padding-right: 15px;
}

.kiesBtn button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
    width:65px;
}

.kiesBtn button.needrestart {
	background:#e68686;
}
.kiesBtn button.needrestart:hover, .kiesBtn button.needrestart:active, .kiesBtn button.needrestart:focus {
	background:#ff0000;
	border: 1px solid #ff0000;
}

.kiesBtn button.newconsole {
	background:#4c4c4c;
	color:white;
}
.kiesBtn button.newconsole:hover, .kiesBtn button.newconsole:active, .kiesBtn button.newconsole:focus {
	background:#000000;
	border: 1px solid #000000;
}


/* Button - Big */
.btnNew {
  padding: 2rem;
  font-size: 1rem;
  max-width: 300px;
  margin: 0 auto;
}

/* Button - Promotion */
.btnroundGray {
  border-radius: 50px;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  max-width: 450px;
  background-color: #e6e6e6;
}

.btnpromo {
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e6e6e6;
}

.btnpromo:hover, .btnpromo:btn:focus {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,0);
}

/* List - Promotion */
.list-group-item {
  background-color: transparent;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #ced4da;
  padding: .75rem 0rem;
}

/* Screen */
.screenbg {
  background-color: #c2c343;
  border-radius: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.kategorieselect {
	display:none;
}


/* CHECKBOX */
/* Create a custom checkbox */
.checkmark {
    height: 18px;
    width: 18px;
    background-color: #fff;
	border: 1px solid green;
    border-color:#f8204f;
    border-style:solid;
    border-width:2px;
}

input[type=radio] {
    display:none;
}

button.blacked{
  background-color: #000;
  color: #FFF;
}

.material-icons {
  color:#000;
}



/* Link */

.asup {
  color:#000;
  text-decoration: underline;
}

.asup:hover {
  color:#c2c343;
}



/* ----------------------------------- */
/* RESPONSIVE */

@media (max-width: 991px) {
  .kiesBtn button {
      width:56px;
  }
}


@media (max-width: 768px) {
  .filiale {
    display:none;
  }
  .kiesBtn button {
      width:65px;
  }
}

#restaurantdropDownsection{
    display: none;
}

.failPromotion{
    background: #e68686;
    padding: 4px;
}

#spinner{
    display:none;
    width:69px;
    height:89px;
    position:fixed;
    top:50%;
    left:50%;
    padding:2px;
}

