/* card-connect-modell - QR-GetIt - GLOBAL
 * @copyright       Copyright 2017, Ivan Tott
 * @link            http://www.card-connect.de
 * @package         key-card-connect
 * @version         v0.0.1
 * @lastmodified    $Date: 2019-01-01 14:50:00 +0100 (Di, 01 Jan 2019) $
 * @modified by		  Ivan Tott
 * @global items
 *                  background: #ffffff
*/

* {
    box-sizing: border-box;
}

.row::after, .row_head::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 5px;
}

/* @media only screen and (min-width: 1400px) { */ /*1400px 1224px 1268px 1100px 768px*/
  /* For desktop: */
/* @media only screen and (min-width: 1100px) { */ /*768px 700px 45em 1100px 600px*/
    /* For tablets: */

@media only screen and (min-width: 50em) { /*1600px 1400px 1224px 1268px 1100px 768px*/
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  #container-detail-1 {
    margin: 1em;
  }
}

@media only screen and (max-width: 50em) { /*768px 700px 45em 1100px 600px*/
  .col-m-1 {width: 8.33%;}
  .col-m-2 {width: 16.66%;}
  .col-m-3 {width: 25%;}
  .col-m-4 {width: 33.33%;}
  .col-m-5 {width: 41.66%;}
  .col-m-6 {width: 50%;}
  .col-m-7 {width: 58.33%;}
  .col-m-8 {width: 66.66%;}
  .col-m-9 {width: 75%;}
  .col-m-10 {width: 83.33%;}
  .col-m-11 {width: 91.66%;}
  .col-m-12 {width: 100%;}

  .row_head{
    display: none;
  }

  #container-detail-1 {
    margin: 0em;
  }
}

html {
  font-family: "Lucida Sans", sans-serif;
  background-color: #6e6e6e;
  color: #F5ECCE;
}

a:link.link-format,
a:visited.link-format,
a:hover.link-format,
a:active.link-format {
  color: #ffffff;
  text-decoration: none;
}

h1 {text-align: center;}
h1.sc_title{text-align: inherit;}

#header {
  background-color: #ffffff;
  color: #6e6e6e;
  padding: 15px;
}

input {
  margin-top: 0.5em;
  padding: 0.3em 0.3em 0.3em 0.3em;
  width: 100%;
  height: 3em;
}

input[type="button"] {
  padding: 1.0em;
  background-color: #ffffff;
  color: #000000;
  border: none;
  font-weight: bold;
}

input[type="checkbox"] {
  position:relative;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
  background-color: #ffffff;
}

textarea {
  margin-top: 0.5em;
  width: 100%;
  height: 4em;
}

 #sc_msgtxt{
  background-color: #F5ECCE;
}

.row,
.row_head {
  margin: 0em 0em 1em 0em;
  border: none;
}

iframe {
  width: 39em;
  height: 20em;
}

#footer {
  margin-top: 4em;
  color: #F5ECCE;
}

#sc_output_customer{
  height: 6em;
  color: #000000;
  text-align: center;

}

.listField{
  line-height: 3em;
}

/* speechbubble */
.cont-msg {
  width: 300px;
  margin: 50px auto;
  border-radius: 15px;
  background: #00bfb6;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  font-family: arial;
  position: relative;
}

.cont-msg:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #00bfb6;
  border-top: 15px solid #00bfb6;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}


/*
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #265a88;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #265a88;
}
*/
input[button]{
  background-color: #6e6e6e;
  color: #ffffff;
}

#container-head-2,
#container-head-3 {
  margin-top: 2em;
  text-decoration: underline;
}


/*
  groups
*/

/* site-angebot */
/*
#container-head-1,
#container-head-2,
#container-head-3,
#container-head-4
{
	margin-top:1em;
	padding:0.5em;
	background-color: #9ACD32;
	color:#ffffff;
  font-weight:bold;
	cursor: pointer;
}

#container-head-1 span,
#container-head-2 span,
#container-head-3 span,
#container-head-4 span
{
  padding:0.0em 0.3em 0.0em 0.3em;
	border:2px solid #ffffff;
  border-radius: 50%;
}

#container-detail-1,
#container-detail-2,
#container-detail-3,
#container-detail-4
{
  padding:0.5em;
	border:none;
*/
	/* border:0.1em solid #9ACD32; */
/* } */
/* /site-angebot */

/*
  /groups
*/
