/* Hintergrund schwarz und rot */
.wp-page-749 > .full-wrapper > #main-content {
  background-image: none !important;
	background: black;
}

#bottom-c {
  background-color: #b61f29;
}

/* Navbar Fix visibility */
.uk-navbar.uk-active {
  background: rgba(255, 255, 255, 0.7);
}

.tm-totop-scroller {
	color: rgba(255, 255, 255, 0.7);
}

.tm-totop-scroller:hover, .tm-totop-scroller:focus {
  color: rgba(255, 255, 255, 0.6);
}

/* Titel ausblenden */
.uk-article-title {
	display: none;
}

h1, .uk-article-title {
	color: #FFFFFF !important;
	font-family: interstate-black;
	font-style: italic;
	position: relative;
	z-index: 1;
	line-height: 1 !important;
	font-size: 1.5rem !important;
}

/* Main */
.tm-content {
	padding-top: 10px;
}

.karriere-header {
	width: 100%;
	max-width: 900px;
	margin-bottom: -60px;
}
	
.karriere-header-wrap {
	margin-top: 25px;
}

#main-content ul li {
	color: #FFFFFF;
}

.p-stellen-offen {
	color: #FFFFFF;
}

.p-stellen-offen > .button-bewerben {
	width: 100%;
}

.span-stellen-offen {
	line-height: 2.0;
}

.blitz-rechts {
	position: absolute;
  right: 0;
	width: 250px;
	margin-top: 186px;
}

.blitz-links {
	position: absolute;
  left: 0;
  width: 240px;
  margin-top: -140px;
}

/* Kasten rot */
.tm-content-bottom-c {
	padding-top: 65px;
}

h3, #bottom-c h3 {
	color: #FCBE00;
	font-style: italic;
	font-family: interstate-black;
	font-size: 1.2rem !important;
	margin-top: 22px;
	position: relative;
	z-index: 1;
	line-height: 1 !important;
}

#bottom-c a {
	font-weight: bold;
}

.bild-schalter {
	  width: 150px;
    position: absolute;
    right: 10px;
    top: -87px;
    position: absolute;
}

/* Aufzählungszeichen */
#main-content ul {
	padding-left: 15px;
}

#main-content ul li {
  list-style-type: "— ";
}

#main-content ul li:before {
	display: none 
}

/* Button Bewerben */
.button-bewerben {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	overflow: visible;
	display: inline-block;
	box-sizing: border-box;
	background: #b61f29;
	vertical-align: middle;
	line-height: 1.2;
	min-height: 30px;
	font-family: interstate-black;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	padding: 6px 14px 6px 12px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}

.button-bewerben a {
	color: #FFFFFF;
}

.button-bewerben:hover {
	background: #db2532;
	text-decoration: underline;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.p-button-bewerben {
	margin-top: 35px;
	margin-bottom: 90px;
	position: relative;
	z-index: 1;
}

/* Popup / Modal */
.uk-modal-dialog {
	width: 800px;
	background: #ffcc00;
	padding: 30px;
}

.uk-modal-dialog > h3 {
	color: #000;
	margin-bottom: 0.8em;
}

.uk-close-alt {
    padding: 2px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 1;
		color: #000;
		margin: -20px -20px 0 0 !important;
}

.uk-close-alt:hover, .uk-close-alt:focus {
	color: #000;
}

/* Form */
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 input[type="file"] {
	width: 100%;
	border-style: none;
	margin-top: 2px;
	padding: 10px 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box; 
}

.wpcf7-list-item { 
	margin: 0;
}

.wpcf7-list-item-label a {
	color: #b61f29;
}

.wpcf7 input[type="file"] {
	padding: 0;
}

.wpcf7-spinner {
	margin-right: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

/* Col Layout */
.bewerbung-col {
	display: flex;
  flex-wrap: wrap;
	margin-top: 10px;
}

.bewerbung-col-last {
	margin-top: 0;
}

.bewerbung-col1, .bewerbung-col2 {
  box-sizing: border-box;
}

.bewerbung-col1 {
	padding-right: 10px;
}

.bewerbung-col2 {
	padding-left: 10px;
}

.bewerbung-col-30 {
	flex-basis: 30%;
	width: 30%;
}

.bewerbung-col-50 {
	flex-basis: 50%;
	width: 50%;
}

.bewerbung-col-70 {
	flex-basis: 70%;
	width: 70%;
}

.bewerbung-col-last > .bewerbung-col1 {
	width: 100%;
	flex-basis: 100%;
}

.bewerbung-col-last > .bewerbung-col2 {
	width: 100%;
  flex-basis: 100%;
	padding-left: 0px;
}

.bewerbung-col-absenden {
	text-align: left;
}

.bewerbung-col p {
	margin: 0;
}

/* Mobile */
@media (min-width: 439px) {
	.p-stellen-offen > .button-bewerben {
		width: auto;
	}
	
	.blitz-rechts {
    width: 320px;
    margin-top: 127px;
	}

	.blitz-links {
		width: 300px;
		margin-top: -175px;
	}
}

@media (min-width: 640px) {
	.uk-modal-dialog {
		padding: 80px;
	}

	.bewerbung-col-last > .bewerbung-col1 {
		width: 70%;
		flex-basis: 70%;
	}

	.bewerbung-col-last > .bewerbung-col2 {
		width: 30%;
		flex-basis: 30%;
		padding-left: 10px;
	}
	
	.bewerbung-col-absenden {
		text-align: right;
	}
	
	.uk-close-alt {
		margin: -90px -90px 0 0 !important;
	}
	
	.wpcf7-spinner {
		margin-left: 80px;
	}
	
	.blitz-rechts {
		width: 450px;
    margin-top: 70px;
	}
	
	.blitz-links {
		width: 430px;
		margin-top: -215px;
	}
}

@media (min-width: 768px) {
	#main-content {
		padding: 2% 15% !important;
	}
	
	.tm-bottom-c {
			padding: 12px 15% !important;
	}
	
	h1 {
    font-size: 2rem !important;
  }
	
	h3, #bottom-c h3 {
		font-size: 26px !important;
	}
	
	.karriere-header {
		margin-bottom: -120px;
	}
	
	.karriere-header-wrap {
		margin-top: 0;
	}
	
	.p-button-bewerben {
		margin-bottom: 150px;
	}
	
	.p-button-bewerben-last {
		margin-bottom: 60px;
	}

	.bild-schalter {
		width: 190px;
		right: -80px;
		top: -109px;
	}
	
	.blitz-rechts {
    margin-top: 90px;
	}

	.blitz-links {
		margin-top: -267px;
	}		
}

@media (min-width: 1024px) {
	/* Kasten rot */
	.tm-content-bottom-c {
		padding-top: 40px;
	}
	
	.bild-schalter {
		width: 260px;
    right: -60px;
    top: -143px;
	}
	
	.blitz-rechts {
		width: 40%; /* 650px */
		max-width: 600px;
    margin-top: -90px;
	}

	.blitz-links {
		width: 38%; /* 600px */
		max-width: 570px;
		margin-top: -300px;
	}
}