/*v1.1*/

section.subpage {

	display:inline-table;

	margin:0 auto;

 

	width:100%;

	min-height:calc(100vh - 320px);

}

section.subpage.fullwidth section.content{

	width:100%;

	padding-left:0;

}





section.subpage nav.side-nav {

	float:left;

	width:380px;

	margin-bottom:40px;

	display:block;

}

section.subpage nav.side-nav ul.submenu {

	margin-bottom:40px;

	border-radius:9px;

	overflow:hidden;

	display:block;

	width:auto !important;

	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

}

section.subpage .mitgliedwerden {

	position:relative;

	width:100%;

	display:inline-table;

	float:left;

	box-sizing:border-box;

	border-radius:9px;

	background-color:#FF9733;

	background: linear-gradient(-135deg, rgba(142,20,119,1), rgba(255,151,51,1) 100%);

	padding:40px;

	-webkit-box-shadow: 0px 15px 25px 0px rgba(221,113,68,0.45);

	-moz-box-shadow: 0px 15px 25px 0px rgba(221,113,68,0.45);

	box-shadow: 0px 15px 25px 0px rgba(221,113,68,0.45);

	 



}

section.subpage .mitgliedwerden h3 {

	color:#fff;

	font-size:20px;

	font-weight:600;

	padding:0;

	margin:0;

	margin-bottom:40px;

}



section.subpage section.content {

	width:calc(100% - 380px);

	 

	display:inline-table;

	padding-left:50px;

	box-sizing:border-box;

	color:#545454;

	font-size:15px;

	padding-bottom:40px;

	

}



section.subpage section.content h2 {

	font-weight: 700;

    margin: 0;

    padding: 0;

    font-size: 22px;

    line-height: 28px;

    word-break: break-word;

	color:#070E18;

	margin-bottom:20px;

	padding-right: 170px;

}







section.subpage section.content .csc-textpic-imagewrap {

	float:right;

	padding-left:40px;

}

section.subpage section.content .csc-textpic-imagewrap img {

	margin-bottom:20px;

}

section.subpage .btnPdf {

	color:#961C71;

	display:block;

	background:url(../images/icon-pdf1.svg) 0% 0% no-repeat;

	background-size:18px auto;

	font-size:15px;

	font-weight:500;

	padding-left:25px;

}

section.subpage .btnPdf:hover {

	text-decoration:none;

}

 

/*map range select */

section.subpage .form-container.range-select {

	max-width:100%;

	margin-bottom:30px;

	font-size:0;

}



section.subpage .form-container.range-select li.input {

	margin-right:0;

	width:150px;

}


section.subpage .form-container.range-select li.legend-label {
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	width: 100px;
}

section.subpage .form-container.range-select li.input input {

	border-radius:6px 0 0 6px;

	border-right:0;

}

section.subpage .form-container.range-select li.select select {

	border-radius:0px 6px 6px 0;

	

}

section.subpage .form-container.range-select li.select {

	width:200px;

}

section.subpage .form-container.range-select ul li.button {

	height:60px;

	width:150px;

}

section.subpage .form-container.range-select ul li.button .submit {

	margin-top:0;

}

section.subpage .form-container.range-select ul li.button .submit:hover {

	margin-top:-5px;

}



/* // map range select */









/*search page */

section.subpage .form-container.search-page {

	margin-bottom:30px;

}

section.subpage .form-container.search-page, section.subpage .form-container.search-page ul {

	width:100%;

	max-width:100%;

}

section.subpage .form-container.search-page  li.input {

	width:calc(100% - 220px);

}

section.subpage .form-container.search-page  li.button {

	max-width:200px;

	height:auto;

}

section.subpage .form-container.search-page  li.button .submit {

	margin-top:0;

}

 

section.subpage .form-container.search-page ul li.button .submit:hover {

	margin-top:-5px;

}











section.subpage ul.content-list {

	margin:0;

	padding:0;

	 

	padding-left:20px;

}

section.subpage ul.content-list > li  {

	margin-bottom:3px;

}

section.subpage ul.content-list > li > ul {

	margin:20px;

	padding:0; 

}

section.subpage ul.content-list > li > ul > li {

	margin-bottom:3px;

	list-style:none;

}

section.subpage ul.content-list > li > ul > li::before {

	content:"–";

	margin-right:5px;

}







section.subpage .special-header {

	width:100%;

	height:170px;

	border-radius:170px;

	box-sizing:border-box;

	padding-left:70px;

	display:flex;

	position:relative;

	 display: -webkit-box;

      display: -ms-flexbox;

      display: -webkit-flex;

      display: flex;

      -webkit-box-pack: left;

      -ms-flex-pack: left;

      -webkit-justify-content: left;

      justify-content: left;

      -webkit-box-align: center;

      -ms-flex-align: center;

      -webkit-align-items: center;

      align-items: center;

	

	background: linear-gradient(90deg, rgba(245,245,245,1) 50%, rgba(255,255,255,0) 100%);

	margin-bottom:40px;

	transition:box-shadow 0.3s;

}



section.subpage .special-header.list-item:hover {

	transition:box-shadow 0.3s;

	 -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);

    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);

    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);

}

section.subpage .special-header.list-item:hover p, section.subpage .special-header.list-item:hover h2 {

	color:#961C71;

	transition:color 0.3s;

}





section.subpage .special-header.list-item .content {

	width:calc(100% - 170px);

	box-sizing:border-box;

	padding-top:20px;

	padding-right:20px;

	max-height:160px;

	overflow:hidden;

 

	 

}



section.subpage .special-header.list-item.img-left .content {

	margin-left:150px;

}





section.subpage .special-header.list-item .content p {

	text-overflow:ellipsis;

	max-height:80px;

	display:block;

	overflow:hidden;

	transition:color 0.3s;

}









 



section.subpage .special-header > img {

	width:170px;

	height:170px;

	border-radius:170px;

	position:absolute;

	right:0;

	top:0;

}



section.subpage .special-header.list-item.img-left >  img  {

	width:170px;

	height:170px;

	border-radius:170px;

	position:absolute;

	right:auto;

	left:0;

	top:0;

}





 

section.subpage .special-header.list-item .link  {
	 

	box-sizing:border-box;

	position:absolute;

	width:100%;

	height:100%;

	display:block;

	margin-left:-70px;

	border-radius:90px;

	text-decoration: none;

}







section.subpage section.content .special-header h2 {

	margin:0;

}

section.subpage section.content .special-header.list-item h2 {

	transition:color 0.3s;

}







section.subpage .message-block, section.subpage p.infotipp, section.subpage p.attention, section.subpage p.webtipp, section.subpage p span.boxed  {

	width:100%;

	min-height:120px;

	padding-left:160px;

	padding-right:40px;

	padding-top:40px;

	padding-bottom:40px;

	

	margin-bottom:40px;

	display:flex;

	position:relative;

	display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: left;

    -ms-flex-pack: left;

    -webkit-justify-content: left;

    justify-content: left;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

	 

	border-radius:9px;

	box-sizing:border-box;

	

	font-size:16px;

	font-weight:500;

	

}

section.subpage .message-block {
	margin-bottom: 50px;
}

section.subpage .message-block ul li {
	margin-bottom: 10px;
}

section.subpage .message-block ol li {
	margin-bottom: 10px;
}

section.subpage a {

	word-break:break-word;

	color: #961C71;

}

section.subpage a:hover {

	text-decoration:none;

}

section.subpage .message-block div {

	width:100%;

	display:block;

	 

}

section.subpage .message-block p {

	margin-bottom:0;

}



section.subpage .message-block.message, section.subpage p span.boxed {

	background: linear-gradient(45deg, rgba(249,242,241,1), rgba(255,253,251,1)  100%);

	-webkit-box-shadow: 0px 10px 25px 0px rgba(154,110,143,0.1);

    -moz-box-shadow: 0px 10px 25px 0px rgba(154,110,143,0.1);

    box-shadow: 0px 10px 25px 0px rgba(154,110,143,0.1);

	padding-left:40px;

}









section.subpage .message-block.warning, section.subpage p.attention {

	background: linear-gradient(45deg, rgba(255,239,246,1) 10%, rgba(247,241,255,1)  30%);

	-webkit-box-shadow: 0px 10px 25px 0px rgba(136,36,139,0.1);

    -moz-box-shadow: 0px 10px 25px 0px rgba(136,36,139,0.1);

    box-shadow: 0px 10px 25px 0px rgba(136,36,139,0.1);

}

section.subpage .message-block.warning::before, section.subpage p.attention::before {

	content:" ";

	width:160px;

	height:65px;

	display:block;

	position:absolute;

	left:0;

	background:url(../images/icon-warning.svg) 50% 50% no-repeat;

}





section.subpage .message-block.web, section.subpage p.webtipp {

	background: linear-gradient(45deg, rgba(228,240,248,1) 10%, rgba(243,251,255,1)  30%);

	

	-webkit-box-shadow: 0px 10px 25px 0px rgba(38,81,136,0.1);

    -moz-box-shadow: 0px 10px 25px 0px rgba(38,81,136,0.1);

    box-shadow: 0px 10px 25px 0px rgba(38,81,136,0.1);

}

section.subpage .message-block.web::before, section.subpage p.webtipp::before {

	content:" ";

	width:160px;

	height:65px;

	display:block;

	position:absolute;

	left:0;

	background:url(../images/icon-web.svg) 50% 50% no-repeat;

}



section.subpage .message-block.info, section.subpage p.infotipp {

	background: linear-gradient(45deg, rgba(239,255,242,1) 10%, rgba(249,255,252,1)  30%);

	

	-webkit-box-shadow: 0px 10px 25px 0px rgba(0,100,57,0.1);

    -moz-box-shadow: 0px 10px 25px 0px rgba(0,100,57,0.1);

    box-shadow: 0px 10px 25px 0px rgba(0,100,57,0.1);

}

section.subpage .message-block.info::before, section.subpage p.infotipp::before  {

	content:" ";

	width:160px;

	height:65px;

	display:block;

	

	position:absolute;

	left:0;

	background:url(../images/icon-info.svg) 50% 50% no-repeat;

}





section.subpage .image-container {

	text-align:left;

}



section.subpage .image-container img {

	border-radius:9px;

	border:1px solid #E9E9E9;

	margin-bottom:40px;

}



section.subpage p {

	margin:0;

	padding:0;

	margin-bottom:20px;

	font-size:15px;

	line-height:27px;

	word-break:break-word;

}



section.subpage h4 {

	color:#693467;

	font-weight:600;

	font-size:18px;

	margin:0;

	padding:0;

	padding-bottom:20px;

	padding-top:20px;

}

section.subpage strong {

	font-weight:600;

}

section.subpage .author {

	float:right;

	font-style:italic;

	color:#7B7B7B;

	line-height:40px;

	

}

section.subpage .author:before {

	width:40px;

	height:40px;

	background:#E6E6E6 url(../images/icon-author.svg) 50% 50% no-repeat;

	background-size:18px auto;

	display:block;

	content:" ";

	float:left;

	border-radius:50%;

	margin-right:10px;

}

section.subpage .message-block.contact {

	background: linear-gradient(45deg, rgba(250,250,250,1) 10%, rgba(253,246,246,1)  30%);

	-webkit-box-shadow: 0px 10px 25px 0px rgba(136,36,139,0.1);

    -moz-box-shadow: 0px 10px 25px 0px rgba(136,36,139,0.1);

    box-shadow: 0px 10px 25px 0px rgba(136,36,139,0.1);

}

section.subpage .message-block.contact::before {

	content:" ";

	width:160px;

	height:65px;

	display:block;

	position:absolute;

	left:0;

	background:url(../images/icon-user.svg) 50% 50% no-repeat;

}









/*form*/

section.subpage .form-container {

	display: inline-table;

    width: 100%;

	max-width:800px;

    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

	padding:30px;

	background:#fff;

	border-radius:9px;

}



section.subpage .form-container ul {

	margin:0;

	padding:0;

	width:100%;

	/* max-width:700px; */

	display:inline-table;

}

section.subpage .form-container ul.form-horizontal li {

	float:left;

	margin-bottom:0;

	margin-right:10px;

}





section.subpage .form-container ul li {

	list-style:none;

	display:block;

	width:100%;

	position:relative;

	box-sizing:border-box;

	padding:0;

	margin:0;

	font-size:0;

	margin-bottom:10px;

}

section.subpage .form-container ul li label {

	font-size:15px;

}



section.subpage .form-container ul li.input {

	height:60px;

	

	

	

}



section.subpage .form-container ul li.rc-input {

	height:auto;

	padding-top:40px;

}



section.subpage .form-container ul li.input input,

section.subpage .form-container ul li.textarea textarea,

section.subpage .form-container ul li.select select  {

	width:100%;

	height:60px;

	border:1px solid #C1C1C1;

	z-index:1;

	border-radius:6px;

	outline:none;

	font-size:16px;

	padding-left:15px;

	font-family:'Poppins', sans-serif;

	transition:border 0.3s;

	background:#ffffff;

}

section.subpage .form-container ul li.input input:focus,

section.subpage .form-container ul li.textarea textarea:focus,

section.subpage .form-container ul li.select select:focus  {

	transition:border 0.3s;

	border:1px solid #961C71;

}





section.subpage .form-container ul li.textarea textarea {

	height:150px;

	padding-top:17px;

	box-sizing:border-box;

}













section.subpage .form-container ul li.input label,

section.subpage .form-container ul li.textarea label,

section.subpage .form-container ul li.select label,

section.subpage .form-container ul li.rc-input > label {

	position:absolute;

	z-index:1;

	top:18px;

	left:10px;

	height:22px;

	display:block;

	padding-left:5px;

	padding-right:5px;

	background:#fff;

	border-radius:10px;

	color:#818495;

	font-size:15px;

	font-weight:500;

	transition:all 0.3s, font-size 0.3s;

	text-overflow: ellipsis;

	word-break:break-word;

	overflow:hidden;

	padding-right:20px;

}

section.subpage .form-container ul li.powermail_fieldwrap_type_radio {
	padding-top: 0;
}

section.subpage .form-container ul li.powermail_fieldwrap_type_radio  label.powermail_label {
	position: relative;
	padding-top: 0;
	height: auto;
	padding-left: 15px;
	top: 0;
	left: 0;
}

section.subpage .form-container ul li.input label.required::after,

section.subpage .form-container ul li.textarea label.required::after,

section.subpage .form-container ul li.select label.required::after,

section.subpage .form-container ul li.rc-input > label.required::after  {

	content:"*";

	display:block;

	float:right;

	top:0;

	right:0px;

	position:absolute;

	margin-top:5px;

	width:15px;

	height:15px;

	display:block;

	background:#F1DDE3;

	border-radius:50%;

	color:#961C71;

	font-size:18px;

	margin-left:0px;

	line-height:22px;

	text-align:center;

	transition:all 0.3s, font-size 0.3s;

}

	





section.subpage .form-container ul li.input input:focus + label.required::after,

section.subpage .form-container ul li.input.moving-label-ontop input + label.required::after,

section.subpage .form-container ul li.select select:focus + label.required::after,

section.subpage .form-container ul li.select.moving-label-ontop select + label.required::after,

section.subpage .form-container ul li.textarea textarea:focus + label.required::after,

section.subpage .form-container ul li.textarea.moving-label-ontop label.required::after {

	font-size:14px !important;

	height:11px;

	width:11px;

	line-height:17px;

	right:5px;	

	

}

 





section.subpage .form-container ul li.input input:focus + label,

section.subpage .form-container ul li.textarea textarea:focus + label,

section.subpage .form-container ul li.select select:focus + label {

	padding-right:20px;

	top:-9px;

	font-size:13px;

}

section.subpage .form-container ul li.input.moving-label-ontop input + label,

section.subpage .form-container ul li.textarea.moving-label-ontop textarea + label,

section.subpage .form-container ul li.select.moving-label-ontop select + label  {

	color:#818495 !important;

	top:-9px;

	font-size:13px;

}



section.subpage .form-container ul li.button {

	height:90px;

	width:100%;

}



section.subpage .form-container ul li.button .submit {

	height:60px;

	width:100%;

	box-sizing:border-box;

	border-radius:30px;

	border:0;

	

	background: linear-gradient(45deg, rgba(178,62,97,1) 0%, rgba(150,28,113,1)  100%);

	outline:none;

	-webkit-box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.27);

    -moz-box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.27);

    box-shadow: 0px 3px 25px 0px rgba(150,28,113,0.27);

	

	font-family:'Poppins', sans-serif;

	font-size:16px;

	font-weight:600;

	color:#fff;

	margin-top:30px; 

	transition:margin-top 0.3s, box-shadow 0.3s;

}

section.subpage .form-container ul li.button .submit:hover {

	margin-top:25px;

	cursor:pointer;

	-webkit-box-shadow: 0px 13px 35px 0px rgba(150,28,113,0.17);

    -moz-box-shadow: 0px 13px 35px 0px rgba(150,28,113,0.17);

    box-shadow: 0px 13px 35px 0px rgba(150,28,113,0.17);

}





















/*checkboxes/radio */





 

section.subpage .form-container ul.radio-checkbox {

	margin-left:15px;

	margin-top:15px;

	margin-bottom:10px;

}

section.subpage .form-container ul.radio-checkbox.horizontal li {

	float:left;

	width:auto;

	margin-right:30px;

}





ul.radio-checkbox input[type="checkbox"],

ul.radio-checkbox input[type="radio"] {

  position: absolute;

  opacity: 0;

  z-index: -1;

}

ul.radio-checkbox label {

  position: relative;

  display: inline-block;

  padding: 5px 0 0 35px;

  height: 28px;

  line-height: 20px;

  cursor: pointer;

  font-size:16px;

 

}

ul.radio-checkbox label::before,

ul.radio-checkbox label::after {

  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 28px;

  height: 28px;

}

ul.radio-checkbox label::before {

  content: " ";

  border: 2px solid #C1C1C1;

  border-radius: 20%;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

}





/* Checkbox */

ul.radio-checkbox input[type="checkbox"] + label::after {

  content: " ";

  background-image:url(../images/icon-checkmark-white.svg);

  background-repeat:no-repeat;

  background-position:50% 50%;

  color: #FFFFFF;

  line-height: 22px;

  text-align: center;

  font-size:11px;

}

/* Radio */

ul.radio-checkbox input[type="radio"] + label::before {

  border-radius: 50%;

   box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

}

ul.radio-checkbox input[type=radio] + label::after {

  content: " ";

  top: 7px;

  left: 7px;

  width: 14px;

  height: 14px;

  background: #818495;

  border: 0;

  border-radius: 50%;

}

/* :checked */

ul.radio-checkbox input[type="checkbox"]:checked + label::before,

ul.radio-checkbox input[type="radio"]:checked + label::before {

  background: #818495;

  border-color: #818495;

}

ul.radio-checkbox input[type="radio"]:checked + label::before {

	background:transparent;

}



ul.radio-checkbox input[type="checkbox"] + label::after,

ul.radio-checkbox input[type=radio] + label::after {

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

}

ul.radio-checkbox input[type="checkbox"]:checked + label::after,

ul.radio-checkbox input[type=radio]:checked + label::after {

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

/* Transition */

ul.radio-checkbox label::before,

ul.radio-checkbox label::after {

  -webkit-transition: .25s all ease;

  -o-transition: .25s all ease;

  transition: .25s all ease;

}





ul.radio-checkbox input[type="checkbox"]:checked + label,

ul.radio-checkbox input[type="radio"]:checked + label{

	font-weight:500; 

	color:#000000; 

 

}

/*disabled*/

ul.radio-checkbox.disabled label::before {

	border-color:#f0f0f0;

}



ul.radio-checkbox.disabled input[type="checkbox"]:checked + label::before,

ul.radio-checkbox.disabled input[type="radio"]:checked + label::before {

  background: #f0f0f0;

  border-color: #f0f0f0;

}







/*input file*/







.inputfile {

    width: 0.1px;

    height: 0.1px;

    opacity: 0;

    overflow: hidden;

    position: absolute;

    z-index: -1;

}



.inputfile + label {

    max-width: 100%;

    font-size: 16px;

    

    font-weight: 500;

    text-overflow: ellipsis;

    cursor: pointer;

    display: inline-block;

    overflow: hidden;

     

	padding:10px 0 10px 55px ;

	width:100%;

	box-sizing:border-box;

	border-radius:6px;

	min-height:60px;

	line-height:1.5;

    

	color: #f1e5e6;

    background-color: #fff;

	background:#fff url(../images/icon-upload.svg) 20px 50% no-repeat;

	background-size:20px auto;

	border: 1px dashed #C1C1C1;

	font-size:15px;

	color: #818495;

	transition:border 0.3s;

	

}



.no-js .inputfile + label {

    display: none;

}



.inputfile:focus + label,

.inputfile.has-focus + label {

  

	outline:none;

}



 



.inputfile + label svg {

    width: 1em;

    height: 1em;

    vertical-align: middle;

    fill: currentColor;

    margin-top: 4px;

    margin-right: 4px;

}



 



.inputfile-1 + label {

  

}



.inputfile-1:focus + label,

.inputfile-1.has-focus + label,

.inputfile-1 + label:hover {

    

	transition:border 0.3s;

	border:1px solid #961C71;

}



 



























/*			end form controls 			*/

































/*logos*/

section.subpage .logo-containter {

	width:100%;

	display:inline-table;

	box-sizing:border-box;

	padding-top:25px;

	

}

section.subpage .logo-containter .logo-item {

	width:calc(33.3% - 30px);

	min-height:200px;

	display:inline-table;

	box-sizing:border-box;

	float:left;

	background:#ffffff;

	border-radius:9px;

	

	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

	margin-right:45px;

	margin-bottom:45px;

	padding:30px;

	padding-top:0;

}


@media screen and (min-width: 1451px) {

	section.subpage .logo-containter .logo-item:nth-child(3n+3) {

		margin-right:0;	

	}	

}



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

	section.subpage .logo-containter .logo-item {

		width:calc(50% - 30px);
	}

	section.subpage .logo-containter .logo-item:nth-child(2n) {

		margin-right:0;	

	}	


}

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

	section.subpage .logo-containter .logo-item {

		margin-right:0;	

	}

	section.subpage .logo-containter .logo-item {

		width:100%;
	}

}

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

	section.subpage .logo-containter .logo-item {

		width:calc(50% - 30px);
		margin-right: 45px;
	}

	section.subpage .logo-containter .logo-item:nth-child(2n) {

		margin-right:0;	

	}	

}

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

	section.subpage .logo-containter .logo-item {

		margin-right:0;	

	}

	section.subpage .logo-containter .logo-item {

		width:100%;
	}


}





section.subpage .logo-containter .logo-item .logo-image {

	width:100%;

	height:200px;

	 display: -webkit-box;

      display: -ms-flexbox;

      display: -webkit-flex;

      display: flex;

      -webkit-box-pack: center;

      -ms-flex-pack: center;

      -webkit-justify-content: center;

      justify-content: center;

      -webkit-box-align: center;

      -ms-flex-align: center;

      -webkit-align-items: center;

      align-items: center;

}

section.subpage .logo-containter .logo-item .logo-image img {

	max-width:100%;

	max-height:calc(100% - 30px);

}

section.subpage .logo-containter .logo-item .description p {

	font-size:14px;

	line-height:20px;

	letter-spacing:-0.25pt;

	margin-bottom:10px;

}



section.subpage .logo-containter .logo-item .description .link {

	font-size:15px;

	color:#961C71;

	font-weight:600;

	display:inline;

	background:url(../images/arrow-external.svg) 100% 100% no-repeat;

	background-size:17px auto;

	padding-right:20px;

	width:auto;

	box-sizing:border-box;

	word-break:break-word;

}

section.subpage .logo-containter .logo-item .description .link:hover {

	text-decoration:none;

}  







/* //////////// presidents corner /////////////// */



section.subpage .pdf-list {

	width:100%;

	display:inline-table;

	box-sizing:border-box;

	padding-top:25px;

}

section.subpage .pdf-list .year-container {

	width:100%;

	display:inline-table;

	box-sizing:border-box;

	background:#ffffff;

	border-radius:9px;

	

	height:130px;

	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

	

	margin-bottom:40px;

}



section.subpage .pdf-list .year-container div.year {

	display:inline-table;

	width:245px;

	line-height:130px;

	text-align:center;

	font-size:60px;

	font-weight:800;

	color:#242424;

	letter-spacing:-0.5pt;

	float:left;

	border-right:1px solid #D2D2D2;

}



section.subpage .pdf-list ul {

	display:inline-table;

	box-sizing:border-box;

	width:calc(100% - 245px);

	float:left;

	height:130px;

	margin:0;

	padding:0;

	font-size:0;



}

section.subpage .pdf-list ul > li {

	float:left;

	border-right:1px solid #D2D2D2;

	height:130px;

	width:17%;

	box-sizing:border-box;

	list-style:none;

	display:inline-table;

	

}

section.subpage .pdf-list ul > li:nth-child(6) {

	border:0;

	width:15%;

	 

}	

section.subpage .pdf-list ul > li:nth-child(6), section.subpage .pdf-list ul > li:nth-child(6) a {

	border-radius:0 9px 9px 0;

}

section.subpage .pdf-list ul > li.file a {

	display:inline-table;

	height:131px;

	width:100%;

	text-align:center;

	font-size:17px;

}

section.subpage .pdf-list ul > li.file {

	transition:background 0.3s, color 0.3s, box-shadow 0.3s;

}

section.subpage .pdf-list ul > li.file:hover {

	-webkit-box-shadow: 0px 0px 25px 0px rgba(150,28,113,0.5);

    -moz-box-shadow: 0px 0px 25px 0px rgba(150,28,113,0.5);

    box-shadow: 0px 0px 25px 0px rgba(150,28,113,0.5);

	transition:background 0.3s, color 0.3s, box-shadow 0.3s;

}





section.subpage .pdf-list ul > li.file a span {

	display:block;

	font-size:13px;

}

section.subpage .pdf-list ul > li.file a::before {

	display:block;

	content:" ";

	width:100%;

	height:70px;

	background:url(../images/icon-pdf2.svg) 50% 80% no-repeat;

	background-size:33px auto;

	transition:background 0.5s, color 0.3s, box-shadow 0.3s;

}



section.subpage .pdf-list ul > li.file a:hover {

	background:#961C71;

	color:#ffffff;

	transition:background 0.3s, color 0.3s, box-shadow 0.3s;

} 

section.subpage .pdf-list ul > li.file a:hover::before {

	background:url(../images/icon-pdf2-white.svg) 50% 80% no-repeat;

	background-size:33px auto;

}



/*archive*/

section.subpage .pdf-list.archive .year-container {

	height:100px;

	margin-bottom:20px;

}

section.subpage .pdf-list.archive ul {

	height:100px;

}

section.subpage .pdf-list.archive ul > li  {

	height:100px;

}

section.subpage .pdf-list.archive .year-container div.year  {

 

	line-height:100px;

	text-align:center;

	font-size:40px;

	font-weight:500;

	color:#7E7E7E;

}



section.subpage .pdf-list.archive ul > li.file a {

	height:100px;

	font-size:14px;

}

section.subpage .pdf-list.archive ul > li.file a span {

	font-size:12px;

}

section.subpage .pdf-list.archive ul > li.file a::before, section.subpage .pdf-list.archive ul > li.file a:hover::before {

	height:50px;

	background-size:25px 33px;

}































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

	

	section.subpage .pdf-list .year-container {

		height:auto;

		font-size:0;

	}

	

	section.subpage .pdf-list .year-container div.year {

		width:100%;

		float:none;

		border-right:0;

		border-bottom:1px solid #D2D2D2;

		

		

	}

	section.subpage .pdf-list ul {

		width:100%;

		float:none;

		

	}

	

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

		section.subpage .pdf-list ul, section.subpage .pdf-list.archive ul {

			height:auto;

		}

		section.subpage .pdf-list ul li,section.subpage .pdf-list.archive ul li, section.subpage .pdf-list ul li:last-child {

			float:none;

			width:100%;

			height:50px;

			border-bottom:1px solid #D2D2D2;

			border-right:0;

			border-radius:0 0 9px 9px;

		}

		section.subpage .pdf-list ul li, section.subpage .pdf-list ul li:last-child a {

			border-radius:0 0 9px 9px;

		}

		

		

		

		section.subpage .pdf-list ul li:last-child {

			border-bottom:0;

		}

	section.subpage .pdf-list ul > li.file {

		border-radius:0;

	}

	section.subpage .pdf-list ul > li.file:last-child  {

		border-radius:0 0 6px 6px;

	}

	

	section.subpage .pdf-list ul > li.file a, section.subpage .pdf-list.archive ul > li.file a {

		text-align:left;

		height:50px;

		line-height:50px;

	}	

	section.subpage .pdf-list ul > li.file a::before, section.subpage .pdf-list.archive ul > li.file a::before {

		float:left;

		display: block;

		content: " ";

		width: 60px;

		height:50px;

		background-size:20px auto;

		background-position:25px 12px;

	}

	section.subpage .pdf-list ul > li.file a:hover::before, section.subpage .pdf-list.archive ul > li.file a:hover::before {

		 

		background-size:20px auto;

		background-position:25px 12px;

	}

	

	section.subpage .pdf-list ul > li.file a span {

		display:inline;

	}

	

	}

	

	

	

	

}







































/*default data table */





section.subpage div.data-table {

	display:inline-table;

	width:100%;

	border-radius:9px;

	-webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

    -moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

    box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

	overflow:hidden;

	margin-top:20px;

	

	

}

section.subpage div.data-table table {

  border: 0px solid #ccc;

  border-collapse: collapse;

  margin: 0;

  padding: 0;

  width: 100%;

  table-layout: fixed;

  

	border-radius:9px;

}



 



section.subpage div.data-table table tr {

  background-color: #f8f8f8;

  border-bottom: 1px solid #BCBCBC;

  

}

section.subpage div.data-table table tr:last-child {

	border-bottom:0;

}

section.subpage div.data-table table thead tr  {

	border:0;

	background: linear-gradient(45deg, rgba(178,62,97,1) 0%, rgba(239,132,60,1)  100%);

}









section.subpage div.data-table table th,

section.subpage div.data-table table td {

  background:#fff;

  text-align: left;

  padding:20px;

  padding-right:0;

  line-height:20px;

  letter-spacing:-0.5pt;

  font-size:15px;

}

section.subpage div.data-table table td div {

	 

}

section.subpage div.data-table table td div.strong {

	font-weight:600;

}

section.subpage div.data-table table th {

	background:transparent;

	height:80px;

	font-size:16px;

	font-weight:500;

	

	color:#fff;

	

	box-sizing:border-box;

	 border:0;

	 

	 

}



section.subpage div.data-table table th span {

  font-size:14px;

  display:block;

  font-weight:300;



}





section.subpage div.data-table table th.date {

	width:120px;

}



section.subpage div.data-table table th.location {

	width:160px;

}

section.subpage div.data-table table th.title {

	 

}

section.subpage div.data-table table th.price {

	max-width:270px !important;

	

}

section.subpage div.data-table table th.fortbpkt {

	max-width:80px;

	width:80px;

}





/*additional data table*/



section.content .contenttable, #hospital_list table, .ce-table {

	width: 100%;

    border-radius: 9px;

    -webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

    -moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

    box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.05);

	border: 0px solid #ccc;

    border-collapse: collapse;

    margin: 0;

    padding: 0;

    width: 100%;

    table-layout: fixed;

    border-radius: 9px;

	margin-bottom:40px;

}

section.content .contenttable td, #hospital_list table td, .ce-table td {

	background: #fff;

    text-align: left;

    padding: 15px;

    

    line-height: 20px;

    letter-spacing: -0.5pt;

    font-size: 15px;

	border-bottom: 1px solid #ccc;

}



section.content .contenttable tr:first-child td:first-child,

#hospital_list table tr:first-child td:first-child, 

.ce-table tr:first-child td:first-child {

	border-radius:9px 0 0 0;

 

}

section.content .contenttable tr:first-child td:last-child, 

#hospital_list table tr:first-child td:last-child, 

.ce-table tr:first-child td:last-child {

	border-radius:0 9px 0 0;

}



section.content .contenttable tr:last-child td,

#hospital_list table tr:last-child td, 

.ce-table tr:last-child td  {

	border-bottom:0; 

}

section.content .contenttable tr:last-child td:last-child,

#hospital_list table tr:last-child td:last-child, 

.ce-table tr:last-child td:last-child  {

	border-radius:0 0 9px 0;

}

section.content .contenttable tr:last-child td:first-child,

#hospital_list table tr:last-child td:first-child, 

.ce-table tr:last-child td:first-child {

	border-radius:0 0 0 9px;

}



#hospital_list {

	padding-top:20px;

}

.ce-table th, .ce-table td {

	border-top:0 !important;

}







/*komission and prasidium*/



div.frame.frame-default h2 {

	margin-bottom:40px;

	color:#070E18;

}

.tx-bzdstaffdirectory-pi1 {

	display:inline-table;

	

	

}

.tx-bzdstaffdirectory-pi1 .bzd_person {

	display:inline-table;

	width:100%;

	margin-bottom:50px;

}

.tx-bzdstaffdirectory-pi1 .bzd_person .bzd_image {

	width:100px;

	height:100px;

	float:left;

	display:block;

	border-radius:50%;

	overflow:hidden;

	text-align:center;

	

	-webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);

    -moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);

    box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);

}

.tx-bzdstaffdirectory-pi1 .bzd_person .bzd_image img {

	max-height:100%;

	width:100%;

	object-position: 50% 50%; /* default value: image is centered*/

	object-fit: cover;

	

	

}



.tx-bzdstaffdirectory-pi1 .bzd_person .bzd_person_text {

	width:calc(100% - 100px);

	display:block;

	float:left;

	padding-left:35px;

	box-sizing:border-box;

	

}



.tx-bzdstaffdirectory-pi1 .bzd_person .bzd_person_text .bzd_name {

	    font-size: 16px;

    color: #070E18;

    font-weight: 700;

    margin: 0;

    padding: 0;

    margin-bottom: 0px;

}





 





/* Search page */

.tx-indexedsearch-form {

	 

 

}





.tx-indexedsearch-info-sword, .tx-indexedsearch-info-noresult {

	

	    font-weight: 700;

    margin: 0;

    padding: 0;

    font-size: 22px;

    line-height: 28px;

    word-break: break-word;

    color: #070E18;

   padding-top:20px;

	padding-bottom:20px;

}





section.subpage .tx-indexedsearch-info-sword p {

	margin-bottom:0;

	font-weight:normal;

}



/*pagination*/

div.tx-indexedsearch-browsebox {

	/* border:3px double purple; */

	 

	margin-bottom:40px;

}



ul.tx-indexedsearch-browsebox, .page-navigation ul.f3-widget-paginator  {

	display:inline-table;

	margin:0;

	padding:0;

	

	

	  

    display: inline-table;

    box-sizing: border-box;

    background: #ffffff;

    border-radius: 9px;

    height:30px;

    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);

	

}

ul.tx-indexedsearch-browsebox li, .page-navigation ul.f3-widget-paginator li {

	display:inline-table;

	box-sizing:border-box;

	margin:0;

	height:30px;

	line-height:30px;

	padding:0;

	list-style:none;

	float:left;

	

	border-right: 1px solid #D2D2D2;

}



ul.tx-indexedsearch-browsebox li:first-child a, .page-navigation ul.f3-widget-paginator li:first-child a, .page-navigation ul.f3-widget-paginator li:first-child {

	border-radius:9px 0 0 9px;

}

ul.tx-indexedsearch-browsebox li:last-child  a, .page-navigation ul.f3-widget-paginator li:last-child a, .page-navigation ul.f3-widget-paginator li:last-child {

	border-radius:0 9px 9px 0;

}

	 

ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage {

	

 

	

}

ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a, .page-navigation ul.f3-widget-paginator li.current {

	background:#961C71;

	color:#fff;

}



ul.tx-indexedsearch-browsebox li a, .page-navigation ul.f3-widget-paginator li a {

	display:inline-table;

	box-sizing:border-box;

	margin:0;

	height:30px;

	line-height:30px;

	padding:0;

	padding:10px 20px;

	text-decoration:none;

	transition:background 0.3s, color 0.3s, box-shadow 0.3s;

}



ul.tx-indexedsearch-browsebox li a:hover, .page-navigation ul.f3-widget-paginator li a:hover {

	background:#961C71;

	color:#fff;

	-webkit-box-shadow: 0px 0px 25px 0px rgba(150,28,113,0.5);

    -moz-box-shadow: 0px 0px 25px 0px rgba(150,28,113,0.5);

    box-shadow: 0px 0px 25px 0px rgba(150,28,113,0.5);

	transition:background 0.3s, color 0.3s, box-shadow 0.3s;

	

}





ul.tx-indexedsearch-browsebox li:last-child, .page-navigation ul.f3-widget-paginator li:last-child {

	border-right:0;

}




/*pagination Pressemeldungen*/


.news-list-view .article .record.with-image .image-container {
	 
	    display: block;
    float: left;
    width: 104px;
    height: 104px;
    left: 0px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.15);
    overflow: hidden;
    text-align: center;
    margin-right: 35px;
	margin-top:20px;
}
.news-list-view .article .record.with-image .image-container img {
	min-width:104px;
	min-height:104px;
	border:0;
}

.news-list-view .article .record.with-image .content {
	float:left;
	width:calc(100% - 140px);
	display:inline-table;
}

.page-navigation .f3-widget-paginator {
	padding:0;
	width:auto;
	float:left !important;
	height:50px !important;
	margin-bottom:30px !important;
}

.page-navigation ul.f3-widget-paginator li a, .page-navigation ul.f3-widget-paginator li {
	display:inline-table;
}

ul.f3-widget-paginator>li>a, ul.f3-widget-paginator>li.current {
	background:none;
}



ul.f3-widget-paginator li {
	height:50px !important;
	line-height:50px !important;
	text-align:center;
	padding:0 !important;
	margin:0 !important;
	display:block !important;
	min-width:50px;
	box-sizing:border-box;
	float:left !important;
}

ul.f3-widget-paginator li.last.next {
	border-right:0;
}

ul.tx-indexedsearch-browsebox li a, .page-navigation ul.f3-widget-paginator li a {
	height:50px;
	background:none;
	color:#961C71;
}







/*search result item*/

.tx-indexedsearch-res {

	margin-bottom:40px;

	

}

.tx-indexedsearch-res h3 {

	margin-bottom:5px;

}



.tx-indexedsearch-percent {

	font-weight:400;

	padding-left:10px;

	    font-style: italic;

    color: #7B7B7B;

}

.tx-indexedsearch-redMarkup {

	text-decoration:underline;

}



div.search-results .tx-indexedsearch-res:last-child {

	margin-bottom:50px;

	border:0;

}







#tx_indexedsearch a, .tx-indexedsearch-rules, .tx-indexedsearch-info, .tx-indexedsearch-icon {

	display:none;

}





/* ////////////////// subpage responsive ///////////////////*/

































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

	

	

	

	

	

	

section.subpage div.data-table  table {

    border: 0;

  }

  

 section.subpage div.data-table table thead {

    border: none;

    clip: rect(0 0 0 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  

 section.subpage div.data-table  table tr {

    border-bottom: 0px solid #ddd;

    display: block;

    margin-bottom: 20px;

	background:transparent;

  }

  section.subpage div.data-table  table tr td:first-child { 

  border-radius:9px 9px 0 0 ;

  -webkit-box-shadow: 0px -12px 25px 0px rgba(0,0,0,0.05);

    -moz-box-shadow: 0px -12px 25px 0px rgba(0,0,0,0.05);

    box-shadow: 0px -12px 25px 0px rgba(0,0,0,0.05);

  min-height:91px;

  }

  section.subpage div.data-table  table tr td:last-child { 

  border-radius:0 0 9px 9px;

  min-height:91px;

  -webkit-box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.05);

    -moz-box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.05);

    box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.05);

  }

  

 section.subpage div.data-table  table td {

    border-bottom: 1px solid #ddd;

    display: block;

    font-size: 15px;

	padding:20px;

    text-align: left;

  }

  

  section.subpage div.data-table  table td::before {

   

	display:block;

	width:100%;

	margin-bottom:10px;

    content: attr(data-label);

    float: left;

    font-weight: 600;

	font-size:16px;

	color:#000;

     

  }

  

 section.subpage div.data-table  table td:last-child {

    border-bottom: 0;

  }

  

   section.subpage div.data-table  table tr:last-child {

	   margin-bottom:0;

   }













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







	/*map range select */

section.subpage .form-container.range-select {

	max-width:none;

	margin-bottom:30px;

	font-size:0;

	display:inline-table;

}

section.subpage .form-container.range-select li.input {

	margin-right:0;

	width:100%;

	margin-bottom:20px;

}

section.subpage .form-container.range-select li.input input {

	border-radius:6px;

	border: 1px solid #C1C1C1;

	 

	

}

section.subpage .form-container.range-select li.select select {

	border-radius:6px;

	

}

section.subpage .form-container.range-select li.select {

	width:100%;

	margin-bottom:20px;

}

section.subpage .form-container.range-select ul li.button {

	height:60px;

	width:100%;

}





/* // map range select */









	section.subpage nav.side-nav {

		width:100%;

		margin-bottom:15px;

	}

	section.subpage nav.side-nav ul.submenu {

		display:none !important;

	}

	

	section.subpage .mitgliedwerden {

		border-radius:0;

	}



	section.subpage section.content {

		width:100%;

		padding:30px;

	}



	/*form*/

	section.subpage .form-container {

		margin-left:-20px;

		margin-right:-20px;

		width:calc(100% + 40px);

	}

	section.subpage .form-container ul li.input label, 

	section.subpage .form-container ul li.textarea label, 

	section.subpage .form-container ul li.rc-input > label {

		max-width:calc(100% - 20px);

	}





	/*content page*/

	section.subpage .image-container img {

		max-width:100%;

	}

	

	section.subpage .message-block {

		padding-left:100px;		 

		word-break:break-word;


	}



	section.subpage .message-block::before {

		width:100px !important;

	}

	

	section.subpage .special-header {

		padding-left:30px;

		border-radius:0px 85px 85px 0px ;

		height:85px;

		margin-left:-30px;

		width:calc(100% + 30px);

		padding-top:30px;

		padding-bottom:30px;

		display:inline-table;

	}

	section.subpage section.content .special-header h2 {

		max-width:220px;
		padding-right: 0;

		word-break:break-word;

		margin-right:90px;

	}

	

	

	section.subpage .special-header > img {

		max-width:85px;

		max-height:85px;

		top:calc(50% - 42px);

	}

	

	

	

	/*sub*/

	section.subpage .special-header.list-item  {

		height:auto;

		border-radius:0 !important;

		width:calc(100% + 60px);

		margin-bottom:10px;

	 

		

	}

	

	section.subpage .special-header.list-item .link {

		margin-left:-30px;

		margin-top:-30px;

		border-radius:0;

	}

	section.subpage .special-header.list-item .content {

		margin:0;

		/* width:calc(100% - 110px); */

		width:100%;

		/* border:1px solid red; */

		padding:0;

		line-height:22px;

		max-height:100%;

		padding-top:95px;

		padding-right:30px;

		

		

	}

	section.subpage .special-header.list-item .content h2 {

		padding:0;

		margin:0;

		max-width:100%;

		margin-bottom:10px;

		

	}

	section.subpage .special-header.list-item .content p {

		line-height:22px;

		max-height:100%;

		margin-bottom:0;

	}

	

	section.subpage .special-header.list-item > img, section.subpage .special-header.list-item.img-left > img {

		right:auto;

		left:30px;

		top:25px;

	}

	section.subpage .special-header.list-item.img-left .content {

		margin-left:0;

	}

	

	/*search responsive*/

	.tx-indexedsearch-form {

		width:100%;

	}

	section.subpage .form-container.search-page {

		margin-left:30px;

		margin-right:0;

		width:calc(100% - 50px);

	}

	.tx-indexedsearch-info-sword, .tx-indexedsearch-res, .tx-indexedsearch-browsebox  {

		margin-left:30px;

		margin-right:30px;

	}

	

	

	section.subpage .form-container.search-page li.input {

		width:100%;

		margin-bottom:20px;

	}

	section.subpage .form-container.search-page li.button {

		max-width:100%;

	}

	ul.tx-indexedsearch-browsebox {

		padding:10px;

	}

	ul.tx-indexedsearch-browsebox li {

		border-right:0;

	}

	 ul.tx-indexedsearch-browsebox li a {

		 text-decoration:underline;

		 border-radius:9px;

	 }

	  ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a, ul.tx-indexedsearch-browsebox li a:hover, ul.tx-indexedsearch-browsebox li:last-child a, ul.tx-indexedsearch-browsebox li:first-child a {

		 border-radius:9px !important;

	 }



}









}








section.stellenmarkt {
	width:100%;
	height:380px;
	display:inline-table;
	background:url(../images/content-images/teaser-header-bg.jpg) 50% 50% no-repeat;
	border-radius:9px;
	margin-bottom:60px;
	text-align:center;
		-webkit-box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.05);
box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.05);
}

section.stellenmarkt .white-block {
	width:600px;
	height:100%;
	margin:0 auto;
	display:inline-table;
	background-color:rgba(255,255,255,0.36);
	text-align:center;
}

section.stellenmarkt .white-block .logo {
	display:inline-table;
	margin-top:100px;
}

section.stellenmarkt .white-block .link {
	max-width:420px;
	width:100%;
	display:inline-table;
	margin-top:60px;
	font-size:32px;
	font-weight:700;
	color:#FC7800;
	text-decoration:none;
	letter-spacing:-0.25pt;
	line-height:38px;
	position:relative;
	margin-left:-70px;
}

section.stellenmarkt .white-block .link:after {
	width:70px;
	height:55px;
	display:block;
	content:" ";
	background:url(../images/arrow-45-orange.svg) 50% 50% no-repeat;
	background-size:70px auto;
	
	position:absolute;
	top:12px;
	right:-70px;
}

@media screen and (max-width: 650px) {
section.stellenmarkt {
border-radius:0;
margin-bottom:20px;
}
	section.stellenmarkt .white-block {
		width:100%;
		
	}
@media screen and (max-width: 520px) {

	section.stellenmarkt .white-block .logo {
	margin-top:80px;}

section.stellenmarkt .white-block .link {
	max-width:calc(100% - 70px);
	font-size:24px;
	line-height:28px;
	margin-left:0;
	margin-top:40px;
	}
	section.stellenmarkt .white-block .link:after {
	right:0px;
	position:relative;
	text-align:center;
	width:100%;
	background-size:50px auto;

	}
	}

}


.tx-felogin-pi1 .welcome-message {
	margin-bottom: 1.75rem;
}

.media2click-placeholder {
	max-width: 100%;
}


.frame.frame-layout-1 {
	padding-left: 70px;
}

@media screen and (max-width: 1200px) {
	.frame.frame-layout-1 {
		padding-left: 0;
	}	
}