/* FRONTEND CSS
*********************************************/
@import url("font-roboto.css");
@import url("font-materialicons.css");
@import url("font-awesome.min.css");

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	background: #F2F4F6;
	font-family: 'Roboto', sans-serif;
	color: #535353;
	font-size: 13pt;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.65em;
	
}

body {
	height: 100%;	
}


/* Aufbau
*********************************************/

#nav {
	max-width: 1000px; 
	margin: 0 auto;
}

div#container {
   	position: relative;
   	min-height: 100%;
   	padding: 0 0 180px 0;
}
header.alt a.logo_main {
	display: none!important;
}
header.reveal a.logo_main {
	position: absolute;
	top: -16px;
	right: 1.5em;
}
#mainwrapper {
	max-width: 1000px;
	padding: 80px 0 150px 0;
	margin: 0 auto 0 auto;
}

.spezial#wrap {
	margin: 40px 2% 80px 2%;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.075);
}

div#hauptbereich_gross {
	padding: 20px 40px 60px 40px;
}
	.spezial#wrap #hauptbereich_gross {
		padding: 20px 40px 20px 40px;
	}
	.item-page {
		padding: 0 40px;
	}


/* Generals
*********************************************/

div.default .jc_jobdetails_value li {
	list-style-type: circle;
}


/* Header
*********************************************/

h1 {
	font-size: 2.2em;
	font-weight: 900;
	color: #c7104d;
	line-height: 48px;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}
h2 {
	font-size: 2.2em;
	font-weight: 900;
	color: #c7104d;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}
h3 {
	font-size: 1.2em!important;
	font-weight: 900;
	color: #444;
	margin: 15px 0 35px 0;
	padding: 0;
	text-align: center;
}
.sep {
    position: relative;
    display: block;
    clear: both;
    margin: 30px auto 50px auto;
    max-width: 100%;
    height: 1px;
    border-top: 1px solid;
    color: #ededed;
}
.sep_dark {
    position: relative;
    display: block;
    clear: both;
    margin: 30px auto 50px auto;
    max-width: 100%;
    height: 1px;
    border-top: 1px solid;
    color: #dedede;
}
.sep:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #c7104d;
    margin-left: -50px;
}
.sep_dark:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #c7104d;
    margin-left: -50px;
}


/* Footer
*********************************************/

footer {
	position: absolute;
    bottom: 0;
	background: #2C2A2B; 
	width: 100%;
}
#footerwrapper {
	position: relative;
	max-width: 1000px;
	padding: 30px 0 50px 0;
	margin: 0 auto 150px auto;
}
#gototop {
	position: absolute;
	top: 13px;
	left: 50%;
	margin: 0 0 0 -14px;
}
#gototop i {
	font-size: 28px;
	transition-property: all;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
#gototop i:hover {
	font-size: 28px;
	transition-property: all;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#footerwrapper a {
	color: #949494;
}
#loginwrapper {
	background: #222021; 
	clear: both;
}
#loginwrapper .moduletable {
	max-width: 970px;
	padding: 30px 15px;
	margin: 0 auto;
}
#copyright {
	position: absolute;
	right: 0;
	color: #757575;
	bottom: -222px;
	padding: 0 10px;
	font-size: 13px;
}
#footerwrapper img {
	height: 12px;
}
.moduletable_nav ul.nav li {
	float: left;
	padding: 0 30px 0 0;
}
.moduletable_nav ul.nav span {
    font-weight: 300;
	color: #5f5f5f;;
}
.moduletable_nav ul.nav-child {
	margin: 10px 0 0 0;
	padding: 0;
}
.moduletable_nav ul.nav-child li {
	float: none;
}
.moduletable_contact {
	float: right;
	color: #949494;
	font-size: 13px;
	line-height: 20px;
	margin: 4px 20px 0 0;
	padding: 0;
}
.moduletable_contact h3 {
	text-align: left;
	color: #5f5f5f;;
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 17px!important;
	font-weight: 300;
}

/* Navigation Administration
*********************************************/

ul.nav a.edit {
	position: absolute;
	top: -5px;
	right: 110px;
}

ul.nav a.edit img {
	height: 18px;
}

div.moduletable_perso {
	background: #3A414A url("../images/gear.png") 97% center no-repeat;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.275);
	font-weight: 500;
	width: 100%;
	height: auto;
	overflow: hidden;
}

div.moduletable_perso ul {
	padding: 0 0 0 20px;
	margin: 0;
}
div.moduletable_perso li {
	float: left;
	margin: 0;
}

div.moduletable_perso li.item-122 {
	background: url("../images/home.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}
div.moduletable_perso li.item-122:hover {
	background: #4b525c url("../images/home.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}
div.moduletable_perso li.item-122.active {
	background: #4b525c url("../images/home.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}

div.moduletable_perso li.item-123 {
	background: url("../images/users.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}

div.moduletable_perso li.item-123:hover {
	background: #4b525c url("../images/users.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}
div.moduletable_perso li.item-123.active {
	background: #4b525c url("../images/users.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}

div.moduletable_perso li.item-125 {
	background: url("../images/set.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}

div.moduletable_perso li.item-125:hover {
	background: #4b525c url("../images/set.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}
div.moduletable_perso li.item-125.active {
	background: #4b525c url("../images/set.png") 23px center no-repeat;
	padding: 16px 30px 16px 50px;
}

div.moduletable_perso a {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: 300;
}

a.link {
	color: #c7104d;
}


/* counter
*********************************************/

.counter_wrapper {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 18px;
	color: #444;
	font-weight: 900;
	padding: 20px 0;
}
.counter {
	font-size: 28px;
	font-weight: 900;
	padding: 10px 0;
	color: #c7104d;
}

/* Pagination
*********************************************/
.pagination li {
	float: left;
    border-radius: 3px;
    display: block;
    border: 1px solid #e7e7e7;
    color: #5e5e5e;
    font-size: 10px !important;
    font-weight: 400;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.095);
    margin: 0 0 0 1px !important;
    padding: 0 9px 0 9px;
    background: #fff;
}
.pagination span {
    color: #c7104d!important;
    font-weight: 900!important;
}
.pagination-next span, 
.pagination-prev span,
.pagination-end span, 
.pagination-start span {
	color: #5e5e5e!important;
    font-size: 10px !important;
    font-weight: 400!important;
}
.pagination ul {
	clear: both;
	margin: 0 0 60px -30px !important;
}

/* Login User
*********************************************/

h3#loginuser {
	max-width: 420px;
	text-transform: uppercase;
	padding: 30px 0 0 0;
	width: 100%;
	height: 80px;
	background: #323A45;
	color: #F1F2F4;
	margin: 5% auto 0 auto;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: -3px 0 20px 1px rgba(0, 0, 0, 0.25);
}

form.well {
	max-width: 420px;
	padding: 35px 40px 40px 40px;
	min-height: 20px;
	margin: 0% auto 0 auto;
	background-color: #F1F2F4 !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 3px 15px 20px 1px rgba(0, 0, 0, 0.25);
}
form.well p {
	margin: 0 0 15px 0;
}

form.well input {
	width: 100%;
	padding: 12px;
	margin: 0 auto 8px auto;
	background: #e7e7e7;
	border: 1px solid #E3E8EE;
	color: #757272;
}

input#remember {
	margin:0 0 0 10px;
	width: 10px;
}

form.well label {
	color: #6a6767;
	font-size: 16px!important;
	padding: 0!important;
	margin: 0;
	background: 0 none!important;
}

form.well button {
	background: #c7104d;
	border-bottom: 4px solid #c7104d;
	color: #F1F2F4;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 2px 0;
	font-weight: 400;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
form.well button:hover {
	background: #fff;
	border-bottom: 4px solid #c7104d;
	color: #444;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 2px 0;
	font-weight: 400;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

ul.nav-tabs {
	max-width: 500px;
	margin: 0 auto;
}

ul.nav-tabs li {
	font-size: 13px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
}
li.item-141 {
	display: none!important;
}
ul.nav-tabs a:hover {
	color: #d66e4a;
}


/* Login Modal
*********************************************/


h3#login {
	text-transform: uppercase;
	padding: 30px 0 0 0;
	width: 100%;
	height: 80px;
	background: #323A45;
	color: #F1F2F4;
	margin: 0;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

form#login-form label {
	padding: 11px 20px;
	margin: 0 4px 8px 0;
	background: #e7e7e7;
}

form#login-form input {
    max-width: 300px;
    padding: 10px 25px;
    margin: 0 auto 8px auto;
    background: #e7e7e7;
    border: 1px solid #E3E8EE;
    color: #757272;
	font-weight: 300;
	font-size: 15px;
}

div#form-login-remember {
	text-align: right;
}

label.control-label {
	font-size: 12px!important;
	padding: 0!important;
	margin: 0;
	background: 0 none!important;
}

div#form-login-submit button {
	background: #c7104d;
	border-bottom: 4px solid #c7104d;
	color: #F1F2F4!important;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 4px 0;
	font-weight: 400;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
div#form-login-submit button:hover {
	background: #fff;
	border-bottom: 4px solid #c7104d;
	color: #444!important;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 4px 0;
	font-weight: 400;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

ul.styled {
	margin: 15px 0 0 0!important;
	padding: 0!important;
}

ul.styled li {
	float: left;
	text-align: left;
	font-size: 12px;
	margin: 0!important;
	padding: 0 15px 0 0!important;
}

ul.styled a {
	color: #7c8081!important;
	text-decoration:  none;
}

/* List
*********************************************/

ul.list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.list li {
	margin: 0 0 10px 50px;
	padding: 0 0 0 5px;
	list-style-type: square;
}

/* Joomla Alerts
*********************************************/

.alert {  
    padding: 12px 35px 12px 24px;  
    margin-bottom: 18px;  
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);  
    background-color: #fcf8e3;  
    border: 1px solid #fbeed5;  
    color: #c09853;  
}  
.alert h4 {  
    margin: 0;  
}  
.alert .close {  
    position: relative;  
    top: 0;  
    right: -17px;  
    line-height: 18px;  
    float:right; 
	cursor: pointer;
	color:#000;
	font-weight: 900;
}  
.alert-success {  
    background-color: #dff0d8;  
    border-color: #d6e9c6;  
    color: #468847;  
}  
.alert-danger,  
.alert-error {  
    background-color: #f2dede;  
    border-color: #eed3d7;  
    color: #b94a48;  
}  
.alert-info {  
    background-color: #d9edf7;  
    border-color: #bce8f1;  
    color: #3a87ad;  
}  
.alert-block {  
    padding-top: 14px;  
    padding-bottom: 14px;  
}  
.alert-block > p,  
.alert-block > ul {  
    margin-bottom: 0;  
}  
.alert-block p + p {  
    margin-top: 5px;  
}


/* XMAP
*********************************************/
#xmap ul.level_0 li {
	font-weight: 900;
	margin: 5px 0 25px 0;
}
#xmap ul.level_1 li {
	background: url("../images/arrow_content.png") left 5px no-repeat;
	background-size: 13px 15px;
	padding: 0 0 0 25px;
	font-weight: 500;
	margin: 5px 0 10px 0;
}
#xmap ul.level_2 li {
	background: url("../images/arrow_content.png") left 5px no-repeat;
	background-size: 13px 15px;
	padding: 0 0 0 25px;
	font-weight: 300;
	margin: 0 0 0 0;
}


/* Content
*********************************************/

div.center {
	text-align: center;
	margin: 30px 0;
}
a.more {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #444;
	padding: 10px 20px 10px 20px;
    border: 1px solid #dedede;
	transition-property: all;
	transition-duration: .7s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
a.more:hover {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #c7104d;
	padding: 10px 20px 10px 20px;
    border: 1px solid #c7104d;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
div.teaser_img_left {
	position: relative;
	float: left;
	margin: 40px 0 40px 0;
	padding: 0;
}
div.teaser_img_right {
	position: relative;
	float: right;
	text-align: right;
	left: 0;
	margin: 40px 0 40px 0;
	padding: 0;
}
div.teaser_img_left img {
	max-width: 400px;
	width: 100%;
	border: 4px solid #d6d6d6;
}
div.teaser_img_right img {
	max-width: 400px;
	width: 100%;
	border: 4px solid #d6d6d6;
}
div.teaser_heading_left {
	position: absolute;
	bottom: -35px;
	right: -100px;
	background: #fff;
	padding: 20px 40px;
	border: 3px solid #d6d6d6;
	font-size: 18px;
	font-weight: 600;
	color: #c7104d;
}
div.teaser_heading_right {
	position: absolute;
	bottom: -35px;
	left: -100px;
	background: #fff;
	padding: 20px 40px;
	border: 3px solid #d6d6d6;
	font-size: 18px;
	font-weight: 600;
	color: #c7104d;
}
ul.col1 li {
	font-weight: 600;
}
ul.col2 li {
	font-weight: 300;
	list-style-type: square;
}


/* Tooltip
*********************************************/
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
visibility: hidden;
	font-size: 13px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.85;
	filter: alpha(opacity=85);
	 visibility: visible;
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 8px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 8px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 8px;
}
.tooltip-inner {
	max-width: 500px;
	padding: 10px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #c7114e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #c7114e;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #c7114e;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #c7114e;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #c7114e;
}

#filter-search {
	vertical-align: top;
}
.input-mini {
	width: 60px;
}

/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}