body{
	background: #F1F1F1;
	font-family: 'Source Sans Pro', sans-serif;

}
body *{	box-sizing: border-box;
}
#container{
}
#logo{
	margin: 50px auto;
	display: block;
	width: 150px;

}
.content{
	background: #fff;
	box-shadow: 0px 0px 30px #ccc;
	padding: 40px;
  width: 100%;
  max-width: 900px;  
  margin: 0px auto 20px;
  position: relative;
  z-index: 1;


}
.content.cw700{max-width: 700px;}
.centercontent{text-align: center;}

nav{background: #fff; width: 100%; max-width: 900px; margin: 0 auto; z-index: 2; position: relative;}
nav ul{margin: 0px; display: flex; list-style: none;padding: 0px;}
nav ul li{  flex-grow: 1;}
nav ul li a{text-align: center; width: 100%; padding: 20px; display: block; background: #123F6D; color: #fff; text-decoration: none;}
nav ul li a.active{color: #123F6D; background: #fff;}

h1,h2,h3,h4{margin: 0px 0px 10px 0px; color: #123F6D;}
form .formcontent{display: flex; flex-wrap: wrap; justify-content: space-between;}

.floating-input{
  display: block;
  margin: 10px 0px;
  padding: 10px 0px;
}
.w12{
	width: 11.5%;
}
.w25{
  width: 24%;
}
.w40{
	width: 39%;
}
.w50{
	width: 49%;
}
.w80{
  width: 79%;
}
.w100{
	width: 100%;
}

.floating-input label{
  position: absolute;
  font-family: Roboto, arial, sans-serif;
  color: #123F6D;
  font-size: 14px;
  margin-top: -30px;
  transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);;
  cursor: text;
  margin-left: 0;
  display: block;
}

.floating-input input,
.floating-input select{
  border: none;
  border-bottom: 1px solid #757575;
  outline: none;
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}

/* ERROR */
.floating-input input.error{
    border-bottom: 1px solid red;
}
.validation_error_message{
    color: red; 
    font-size: 10px;

}
.floating-input select{
	height: 35px;
}
.floating-input-important input,
.floating-input-important select,
.idcheck-kunde select{
background: #ececec;
    height: 43px;
    margin: 9px 0px;
    border: none;
    border-radius: 0px;
    width: 100%;
    padding: 5px;
        font-size: 1.2em;
}

.floating-input input:valid+label,
.floating-input input.readonly+label{
  margin-top: -50px !important;
  font-size: 12px !important;
  color: #555555 !important;
}
.floating-input input.readonly,
.floating-input input.readonly + label{color: #ccc !important;}

.floating-input input:focus{
  border-bottom: 1px solid #2A9AF2;
  box-shadow: 0px 1px 0px 0px #2A9AF2;
}

.floating-input input:focus + label{
  margin-top: -50px !important;
  color: #2A9AF2 !important;
  font-size: 12px !important;
}
.form-btn {
    background: #123F6D;
    display: block;
    width: 100%;
        margin: 10px 0px;
    padding: 10px 10px;
        border: none;
    color: #ffffff;
    text-decoration: none;

}


.list_id_row .fa-check-square{color: green;}
.list_id_row .fa-square{color: #f5d252;}

.list_id_row .fa-window-close{color: red; margin-left:20px; }

.id_feld{background: #f2f2f2; padding: 5px 10px; display: inline-block; font-size: 23px; font-weight: bold; min-width: 150px;}
.id_feld.active0{color: #ccc;}

/* ABFRAGE */
#abfrage{display: flex;}
#abfrage>*{flex-grow: 1;}
.list_id_row.noav{color:red;}
.list_id_row.av{color: green;}
.abfragedata{font-family: 'Ubuntu Mono', monospace; background: rgb(231, 231, 231); padding: 20px;
}
/* */

.list_id_row{font-size: 30px; border-bottom: 1px dotted #ccc; padding-bottom: 5px; margin-bottom: 5px; display: flex;     justify-content: space-between;}
.list_id_row form#idneuzuweisen{font-size: 15px; flex-grow: 1; padding: 10px;}
.list_id_row form#idloeschen a{color: #333;}
.list_id_row_unternehmen{flex-grow: 1;font-size: 14px; color: #333;  padding: 10px;}
.kundenliste-row{display: flex; color: #123F6D; font-size: 1.2em; border-bottom: 1px dotted #ccc; padding-bottom: 10px; margin-bottom: 10px;}
.kundenliste-row.label{color: #ccc; font-size: 15px;}
.kundenliste-row>div{  flex-grow: 1;}
.kundenliste-row-unternehmen,
.kundenliste-row-email,
.kundenliste-row-edit{
  width: 30%;
}
.kundenliste-row-edit a{text-align: right; color: #ccc; display: block;}

input[readonly]{
 pointer-events:none; opacity: 0.4;
}

footer{text-align: center; padding-bottom: 30px;}
footer a{color: #333;}



@media screen and (max-width: 800px) {
  .w12,.w25,.w40,.w50,.w80,.w100{
    width: 100%;
  }
}
