.agentwicklung .row1 .row {
	margin-bottom: 8px !important
}

.agentwicklung  #inhalt, .agentwicklung .inhalt {
	padding: 0px;
	min-height: 0px;
}

.fleft .csc-default::after {
	height:0px !important; 
}

#table-adressen th.keyw,
#table-adressen th:nth-child(3), 
#table-adressen td:nth-child(3), 
#table-adressen td:nth-child(5),
#table-adressen td:nth-child(6)  {
    display:none; 
}

.table.table-striped.display.dataTable.no-footer.fixedHeader-floating th:nth-child(3),
.table.table-striped.display.dataTable.no-footer.fixedHeader-floating th:nth-child(5),
.table.table-striped.display.dataTable.no-footer.fixedHeader-floating th:nth-child(6),
.table.table-striped.display.dataTable.no-footer.fixedHeader-floating .keyw {
    display:none
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 15px 5px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	 background-color: #f5f5f5;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	 background-color: transparent; 
}

table.dataTable.hover tbody tr, 
table.dataTable.display tbody tr {
    transition: all 0.4s ease;
}

table.dataTable.hover tbody tr:hover, 
table.dataTable.display tbody tr:hover {
	background-color: #dae5ec !important;
}

table.dataTable td {
    min-height:1px; 
}
 
#table-adressen_length, 
#table-adressen_paginate {
    display:none; 
}


.table.table-striped.display.dataTable.no-footer.fixedHeader-floating {
	position: fixed;
    background-color: #fff;
}


#table-adressen,
.table.table-striped.display.dataTable.no-footer.fixedHeader-floating {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:16px; 
    color:rgb(31, 31, 31);
}

.content a {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none !important;
    color:rgb(31, 31, 31) !important; 
}

.title {
	font-weight: 700 !important;
	margin-left: 20px;
	position: relative;
 }

 .title .fa {
     margin-left:-20px;
	 position:absolute;
	 top:4px; 
 }

.title span {
	display:inline-block;
	line-height:120%;
	margin-bottom:5px; 
	font-size:17px; 
	transition: all 0.3s ease;
}

.subtitle {
	margin-left: 20px;
	position:relative;
}

.arrow {
	position:relative;
	height:30px;
}

.arrow:after {
	content: " ";
	position: absolute;
	width: 30px;
	height: 32px;
	background: url('../images/arrow-right-regular.svg');
	background-repeat:no-repeat;
	bottom:-15px;
	left: 22px; 
	opacity:0; 
	color:#2B5E98;
	transition: all 0.6s ease;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

#table-adressen tr:hover .arrow:after {
	opacity:1; 
}

#table-adressen tr:hover .title span {
	color:#2B5E98;
}

#table-adressen_info {
	font-size:17px;
	margin-top:15px; 
}


/* FILTER CHECKBOXEN */
.chcontainer {
	display: block;
	float:left;
	position: relative;
	padding-left: 32px;
	width: 33% !important;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	font-family: 'Source Sans Pro', sans-serif;
    font-size:18px; 
	color: rgb(33, 33, 33);
	font-weight:700; 
  }
  
    /* Hide the browser's default checkbox */
  .chcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ccc;
  }
  
  /* On mouse-over, add a grey background color */
  .chcontainer:hover input~.checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .chcontainer input:checked~.checkmark {
	background-color: #008AD2;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .chcontainer input:checked~.checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .chcontainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 8px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

.fititle {
	font-weight:700; 
	margin-bottom:8px; 
	color:#000;
}

#table-adressen_filter  .input-sm {
	border-radius: 0px;
	min-width: 300px;
	font-size:15px; 
}




/* MODAL WINDOW - PUBLIKATIONEN */
.modal-backdrop {
	background-color: #fff;
}

.modal-backdrop.in {
	opacity: .85;
	filter: alpha(opacity=85);
}

.modal-dialog {
	right: auto;
	left: 50%;
	width: 100%;
    max-width:1160px;
	padding-top: 30px;
	padding-bottom: 30px;
}

button.close {
	position: absolute;
	top: 5px;
	right: 15px;
}

.close {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #000 !important;
	opacity: .2;
	filter: alpha(opacity=20);
}

.modal-body {
	padding: 30px;
	background-color: #f3f3f3;
}

.modal-body p {
	font-family: 'Source Sans Pro', sans-serif;
    font-size:19px; 
	color: rgb(33, 33, 33);
}

.modal-body table td {
	font-family: 'Source Sans Pro', sans-serif;
    font-size:19px; 
	color: rgb(33, 33, 33);
}

.modal-body h1 {
	font-size:32px;
	font-weight:600;
	margin-bottom:15px;
}

.modal-body h2 {
	font-size:22px;
	font-weight:700;
	color:#2B5E98;
}

.modal-body .csc-header-n1 + h2 {
	color: rgb(33, 33, 33);
	font-size:23px;
	font-weight:400;
}

.modal-body .fazit p {
	background-color: #DAE5EC;
	padding: 20px;
}

.modal-body  .csc-textpic-caption {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px; 
	line-height: 120%;
}

.entw-tabelle table th, .entw-tabelle table td {
	padding: 3px 0px;
	font-family: 'Source Sans Pro', sans-serif;
    font-size:19px; 
	color: rgb(33, 33, 33);
}

.entw-tabelle-gruen table th, .entw-tabelle-gruen table td {
	padding: 7px !important;
}

.modal-body .contenttable {
	width:100%
}

.modal-body .contenttable td {
	border-bottom:1px dotted #000;
}

#mprint {
	 display:none;  
}

.agentwicklung #content a {
	text-decoration:none !important;
}


#c342 .row {
	margin-bottom:0px; 
}

#c342 .csc-default:after {
	height: 0px !important;
}

.modal-body a {
	color:#000;
	text-decoration:underline;
}

.modal-body a:hover {
	color:#2B5E98;
}
.impressum {
	margin-top:10px;
}

.modal-body .impressum p {
	font-size:17px !important; 
	line-height:130%; 
}

.closebottom {
	position:absolute;
	right:15px;
	bottom:15px; 
}

.modal-body em.fal {
	margin-right:7px; 
}

.agentwicklung .modal-body li {
    color: rgb(33, 33, 33);
}


/* Highlight Search */
table.dataTable span.highlight {
	background-color: #FFFF88;
	border-radius: 0.28571429rem;
  }
  
  table.dataTable span.column_highlight {
	background-color: #ffcc99;
	border-radius: 0.28571429rem;
  }




@media screen and  (max-width: 860px) { 
	.dataTable td:nth-child(4),
	.dataTable th:nth-child(4) {	   
		display:none; 
	}
 }


@media screen and  (max-width: 767px) { 
	.modal-body h1 {
		font-size: 30px;
	}

	.entw-tabelle table th, 
	.entw-tabelle table td,
	.modal-body p  {
			font-size: 18px;
	}
}


@media screen and  (max-width: 600px) { 
	.modal-body {
		padding: 10px;
	}

	.modal-body h1 {
		font-size: 28px;
	}

	.modal-body h2 {
		font-size: 21px;
	}

	.modal-body .csc-header-n1 + h2 {
		font-size: 21px;
	}

	.entw-tabelle table th, 
	.entw-tabelle table td,
	.modal-body p  {
			font-size: 17px;
	}

	.marginbottom {
		margin-bottom: 24px;
	}
}
 

@media screen and  (max-width: 560px) { 
   .dataTable td:nth-child(2), .dataTable td:nth-child(4),
   .dataTable th:nth-child(2), .dataTable th:nth-child(4) {	   
	   display:none; 
   }

.entw-tabelle-gruen table{
	width:100%;
}

.entw-tabelle-gruen table thead{
	display:none; 
}

.entw-tabelle-gruen  table td{
	display:block !important;
	width:100%;
}

.entw-tabelle-gruen table tr {
	display:block !important;
	margin-bottom:20px;
}

}


@media screen and  (max-width: 480px) { 
	.chcontainer {
		width: 50% !important;
		font-weight: 500;
	}

	.modal-dialog {
		padding: 0px !important;
	}

	.modal-content {
		border:0px;
		border-radius: 0px;
		outline: 0;
		-webkit-box-shadow:0 ;

	}

 }
 
