main {
	padding-top: 182px;
}

.floating-header {
  position: fixed;
  top: 0px; width: 100%;
  background: #fff;
  z-index: 100;
}

h1 {
	font-size: 23px;
	border-bottom: 1px solid #6c6c6c;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
}

p {
	line-height: 1.5;
	font-size: 1em;
}

p sup {
	font-size: 0.9em;
}  

a {
	color: #ff0000;
	text-decoration: none;
} 

.align-justify {
	text-align: justify;
}


.align-center {
	text-align: center;
}

.csc-textpic img {
	margin-bottom: 10px;
}

.bg_white {
	min-height: 100px;
}

.bg_gray {
	min-height: 100px;
	background: #f5f5f5;
}

.bg_gray .wrapper, .bg_white .wrapper {
	padding: 15px 0px;
}

.card {
	width: auto;
	min-height: 550px;
	margin: 0px 10px;
	box-shadow: 0px 3px 3px #ccc;
	padding-bottom: 45px;
	position: relative;
	margin-bottom: 20px;
}

.card-presse, .card-termine, .card-stellenangebote {
	width: 100%;
	min-height: 770px;
	margin: 0px 10px;
	box-shadow: 0px 3px 3px #ccc;
	padding-bottom: 45px;
	position: relative;
	margin-bottom: 20px;
}

.card-image img {
	height: auto !important;
	width: 100% !important;
}

.card .csc-textpic-text, .card-presse .tx-wwd-presse, .card-termine .tx-wwd-termine, .card-stellenangebote .tx-wwd-stellenangebote {
	padding: 0px 20px;
}

.card a {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    color: #666;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 40px);
}

.btn_download {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    color: #666;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 40px);
}


.card-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom;
    height: 277px;
    width: 100%;
}

.card-image--presse {
	background: url(/fileadmin/Caritas_Dinslaken/startseite/start_presse.png);
}

.card-image--termine {
	background: url(/fileadmin/Caritas_Dinslaken/startseite/start_termine.png);
}

.card-image--stellenangebote {
	background: url(/fileadmin/Caritas_Dinslaken/startseite/start_stellenangebote.png);
}

.card-presse h3, .card-termine .card-image2 h3, .card-stellenangebote h3 {
    color: #f00000;
    border-bottom: 2px solid #ccc;
    padding-bottom: 6px;
}


.card-presse .item , .card-termine .item, .card-stellenangebote .item {
    color: #6c6c6c;
}

.item h4, .item h4 a {
    margin-bottom: 3px;
	font-size: 1em;
    color: #6c6c6c;
}

.item p, .item p a {
    margin-bottom: 3px;
	font-size: 0.8em;
    color: #6c6c6c;
}


.btn_termine, .btn_presse, .btn_stellenangebote {
	display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    color: #666;
    margin-top: 10px;
    margin-left: 20px;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 40px);
}


/** Presse **/

.presse_list, .termine_list, .stellenangebote_list {
	width: 100%;
	display: table;
}

.presse_list div, .termine_list div, .stellenangebote_list div {
	float: left;
	width: 20%;
	margin-bottom: 20px;
}

.presse_list div a, .termine_list div a, .stellenangebote_list div a { 
	color: #000;
}

.presse_list div a img, .termine_list div a img, .stellenangebote_list div a img { 
	width: 30px;
}


.presse_list div:first-child, .termine_list div:first-child, .stellenangebote_list div:first-child {
	width: 30%;
}

.press_show_image img{
	max-width: 100%;
}


/** Content **/

.col-con-2 {
	width: 100%; 
	height: 100%;
	display: table;
	margin-top: 10px;
	Display: flex;
	-ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.col-con-2 .content {
	float: left;
	width: 65%;
	margin-right: 5%;
	display: table;
}

.col-con-2 .box {
	float: right;
	width: 25%;
	margin: 0px 10px;
	box-shadow: 0px 3px 3px #969595;
	background: #dfdfdf;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 0px !important;
	margin-top: 0px;
}

.col-con-2 .box img {
	width: 120px;
	height: auto;
	float: left;
	text-align: left;
	position: relative;
	left: 0;
}

.col-con-2 .box h4 {
	font-size: 15px;
	margin-top: -20px;
}

.col-con-2 .box img {
	margin-bottom: 10px;
	margin-top: 10px;
}

/**  BTN **/

 .btn_anfahrt {
 	background: url("/fileadmin/templates/img/btn_anfahrt.png") no-repeat transparent;
	margin: 0px;
	width: 250px;
	height: 25px;
	padding-left: 50px;
	padding-top: 3px;
	border: none;
	font-size:12px;
	border-radius: 50px !important;
	text-decoration: none !important;
	cursor:pointer;
	color: #fff;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
 }
  
 .btn_anfahrt:hover {
 	color: #fff;
 }


 .btn_navi {
 	background: url("/fileadmin/templates/img/btn_anfahrt.png") no-repeat transparent;
	margin: 0px;
	width: 200px;
	height: 25px;
	padding-left: 50px;
	padding-top: 3px;
	border: none;
	font-size:12px;
	border-radius: 50px !important;
	text-decoration: none !important;
	cursor:pointer;
	color: #fff;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
 }
  
 .btn_navi:hover {
 	color: #fff;
 }
 
 .csc-menu, .csc-uploads {
	 list-style: none;
	 margin: 0;
	 padding: 0;
 }
 
.csc-menu li,  .csc-uploads li {
	 list-style: none;
	 margin: 0;
	 padding: 0;
 }
 
.csc-menu li a {
	 background: url("/fileadmin/templates/img/btn_anfahrt.png") no-repeat transparent;
	margin: 0px;
	width: 250px;
	height: 26px;
	padding-left: 50px;
	padding-top: 3px;
	border: none;
	font-size:12px;
	border-radius: 50px !important;
	text-decoration: none !important;
	cursor:pointer;
	color: #fff;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: none;
 }
 
.csc-uploads li a {
	 background: url("/fileadmin/templates/img/btn_download.jpg") no-repeat transparent;
	margin: 0px;
	width: 250px;
	height: 26px;
	padding-left: 50px;
	padding-top: 3px;
	border: none;
	font-size:12px;
	border-radius: 50px !important;
	text-decoration: none !important;
	cursor:pointer;
	color: #fff;
	display: block;
	margin-top: 10px;
	text-decoration: none;
 }
 
.intranet {
	 width: 100%;
	 clear: both;
	 display: table;
	 height: auto;
 }
 
 .intranet ul {
	 width: 100%;
	 clear: both;
	 display: block;
	 height: auto;
 }
 
 .intranet .csc-menu li, .intranet .csc-uploads li {
	 float: left;
	 width: 30%;
	 list-style: none;
	 margin: 0;
	 padding: 0;
 }
 
 
.tel{
 text-decoration: none;
 color: #1b73d1 important;
}

.btn_print {
	float: left;
	font-size: 11px;
} 

..btn_print:hover {
	text-decoration: none;
}

.btn_print img{
	width: 20px;
	margin-right: 10px;
} 

#mav_logo {
	width: 270px;
	margin-left: -20px;
}

.tbl_link tr .td-last {
	width: 30%;
} 


.btn_medien {
	display: block;
	width: 250px;
	height: 50px;
	background: url(/fileadmin/Caritas_Dinslaken/icons/medien.png);
	border-radius: 10px;
	border: 1px solid #ccc;
}

.druck_presse {
	float: right;
}

.druck_presse img {
	width: 30px;
	margin-left: 10px;
}

.show_stellenangebot {
	display: table;
	width: 100%;
}

.view_stellenangebot {
	clear: both;
	width: 100%;
}

.view_stellenangebot div {
	float: right;
	width: 80% !important;
	display: table;
}


.view_stellenangebot div div {
	float: left;
	width: 100% !important;
	display: table;
}

.view_stellenangebot div div ul  {
	padding: 10px !important;
}



.view_stellenangebot_details {
	clear: both;
	display: table;
	width: 100%;
}

.view_stellenangebot_label  {
	float: left !important;
	min-width: 15% !important;
	max-width: 15% !important;
	display: table;
}

.view_stellenangebot_label h4, .view_stellenangebot div h4{
	font-size: 14px;
}



.stellenbericht_info {
	display: block;
	clear: both;
	width: 100%;
	display: table;
}

.stellenbericht_info_left {
	float: left;
	width: 100%;
}

.stellenbericht_info_right {
	float: left;
	width: 100%;
	text-align: center;
	display: none;
}

.stellenbericht_info_right img {
	text-align: center;
}

.druck_stellenangebote_header {
	height: 150px;
}

.druck_stellenangebote_header .logo {
	float: left;
	width: 20%;
}

.druck_stellenangebote_header .text {
	float: left;
	width: 50%;
	font-size: 20px;
	padding-top: 30px;	
}



.druck_footer {
 display: none;
}





/*************** */

.single_view_stellenangebote {
	margin: 0;
	position: relative;
	margin-top: 20px;
}

.print_pdf_btn {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.anzeige_stelle {
	width: 700px;
	border: 1px solid #ccc;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}

.anzeige_stelle_kopf {
	display: table;
}

.anzeige_stelle_kopf_logo {
	float: left;
}

.anzeige_stelle_kopf_text {
	float: left;
	width: 60%;
	font-size: 20px;
	margin-left: 40px;
	color: #717171;
	text-align: justify;
	margin-top: 10px;
}

.anzeige_stelle_info_text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.anzeige_stelle_info_text p {
	text-align: justify;
}

.anzeige_stelle_title {
	text-align: center;
	font-size: 20px;
}

.anzeige_stelle_content_pos {
	width: 100%;
	display: table;
	margin-top: 10px;
	margin-bottom: 10px;
}

.anzeige_stelle_content_pos_label {
	float: left;
	width: 20%;
	margin-right: 5%;
}

.anzeige_stelle_content_pos_text {
	float: left;
	width: 75%;
}

.anzeige_stelle_content_pos_text ul li {
	margin-left: -20px;
}

.anzeige_stelle_content {
	margin-top: 20px;
	display: table;
}

.anzeige_stelle_footer {
	margin-top: 20px;
}

.anzeige_stelle_footer_infotext {
	display: table;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.anzeige_stelle_footer_logo {
	text-align: center;
	margin-top: 10px;
}