/* basiert auf eigene klassen und w3 überschreibende Klassen Version: Cyprien 22.05.2017     */

.meldungrot
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: red;
  display:none;
}

.information
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: #b4142b;
  display:none;
}


.meldunggruen
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: green;
  display:none;
}

.meldunggelb
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: grey;
  text-align: center;
  background-color: yellow;
  display:none;
}

.display-none
{
  display:none !important;
}

.display-block
{
  display:block !important;
}

.w3c-input {
  min-height:34px;
}

.cpk-modal {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    margin-left:auto; 
    margin-right:auto;
}

.cpk-dropdown-content
{
  display:block;
  z-index:1;
  color:#000;
  background-color:#fff;
  position:absolute;
  margin-top:50px;
  width:100%;
  max-width:980px;
}

.w3-theme-d1 {
    background-color: hsl(201, 18%, 42%);
    color: hsl(0, 0%, 100%);
}

.w3-theme-l5 {
    background-color: hsl(200, 18%, 97%);
    color: hsl(0, 0%, 0%);
}

.w3-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    display: block;
    padding: 5px;
    width: 100%;
}

.helpTool {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  width: 40%;
  padding: 10px;
  border: 2px solid #c0c0c0;
  text-align: left;
  z-index:10;
  margin-top: 20px;
}

.cpk-margin
{
	margin-top: 80 !important;	
}

.cpk-container
{
  max-width:1400px; 
  margin-top:80px; 
  min-height:600px;
  margin-left:auto;
  margin-right:auto;
}
.cpk-content
{
  margin:auto; 
  padding-bottom:0px; 
  padding-top:20px;
}


.cpkheight{
height:35;
}
.cpkfelder
{
  font-size:14px;
  height: 35px;
}

.cpk-padding-top-43
{
  padding-top:43px !important;
}

.ckp-background-blue {
    background-color: #2598e1;
    color: #fff;
    text-align: center;
}

.cpk-select {
    font-size: 19px !important;
}

.cpk-table {
    font-size: 14px !important;
}

.cpk-input {
   height:36px; 
   padding-top:8px;
   padding-bottom: 8px;   
}

.kasten{
	height: 70px;
}

.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:middle}



/*						Media						*/	

@media screen and (max-width:1300px)
{

.display-1300-off
{
  display:none !important;
}


}


@media screen and (min-width:1300px) 
{
  .display-1300-off
{
  display:block !important;
}
}

textarea { resize: none; }

.fa-delete-icon{
  font-family: FontAwesome;
  content:"\f2ed";
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 420px;
    background-color: #94958F;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

option{
  font-size:14px;
  padding-top:8px;
  padding-bottom: 8px;   
  font-weight: bold;
}

.uploadHeadline{
    color: #58717E;
    margin-left:30px;
    margin-bottom: 5px;
}


.sharepointiframe{
	width: 100%;
	height: 70%;
	border: 0px;
}

#artikellinkergebnis{
	margin-top: 20px;
}

.artikellinkok,
.artikellinkfehler{
	padding: 15px;
}

.artikellinkok{
	background: green;
}

.artikellinkfehler{
	background: red;
}





/* Dashboard */

#dashboard{
	margin-top: 40px;
}

.dashboardbox{
	padding: 15px;
}

.dashboardcontent{
	padding: 15px;
	min-height: 195px;
	border: 1px solid #c1ccda;
	border-radius: 3px;
}

.dashboardüberschrift{
	font-size: 18px;
}

.dashboardzahl{
	font-size: 30px;
}

.dashboardzusatz{
	padding-top: 15px;
}

.dashboardexport{
	padding: 25px;
}

.dashboardexportbuttonz,
.dashboardexportbuttona,
.dashboardexportbuttonu,
.dashboardexportbuttong{
	padding: 10px 37.5px 10px 37.5px;
	color: #fff;
	border: 0;
	transition: background-color 0.3s ease;
	cursor: pointer;
	text-decoration: none
}

.dashboardexportbuttonz{
	background-color: #1ab394;
}

.dashboardexportbuttona{
	background-color: red;
}

.dashboardexportbuttonu{
	background-color: #0091ff;
}

.dashboardexportbuttong{
	background-color: #1f2d3d;
}

.dashboardexportbuttonz:hover{
	background-color: #299669 !important;
}

.dashboardexportbuttona:hover{
	background-color: #b31515 !important;
}

.dashboardexportbuttonu:hover{
	background-color: #136cb0 !important;
}

.dashboardexportbuttong:hover{
	background-color: #11171c !important;
}


@media screen and (max-width: 1200px){
	
	.kasten{
		height: 122px;
	}
}

@media screen and (max-width: 991px) {
	
	.m4{
		width: 49.999% !important;
	}
}

@media screen and (max-width: 767px) {
	
	.kasten{
		height: unset;
	}
	
	.m4{
		width: 100% !important;
	}
}















