@charset "utf-8";

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	}
	
body {
	color:#827876;
	font-family:"ff-meta-web-pro","Arial",sans-serif;
	font-size:0.95em;
	line-height:1.6em;
	background: #FFF;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#StellenanzeigenSuchwidget {
	width: 280px;
	/*margin: 10rem auto 0;*/
        margin: 0 auto;
	position: relative;
}
#StellenanzeigenSuchwidget a{
	text-decoration: none;
}
#StellenanzeigenSuchwidget .imageContainer {
	background: #fff;
}

#StellenanzeigenSuchwidget img {	
	display: block;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 12px;
	padding-bottom: 13px;
}

#StellenanzeigenSuchwidget #suchwidgetSuchbox {
	background: #D2D5D5;
	padding: 1rem 1.3rem;
}

#suchwidgetFormular select, #suchwidgetFormular input[type="text"], #suchwidgetFormular .jobfindbtn {
    width: 100%;
    height: 39px;
    font-size: 14px;
	border: none;
	margin: 10px 0;
}

#suchwidgetFormular select, #suchwidgetFormular input[type="text"] {
	padding: 10px;
	color: #827876;
	border-radius: 6px;
}

#suchwidgetFormular input[type="text"]#cityInput-x {
    color: #ccc;
    position: absolute;
    z-index: 1;
    background: transparent;
}

#suchwidgetFormular .jobfindbtn {
	background: #FABB00;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	padding: 8px;
	color: #ffffff;
	border-radius: 6px;
	cursor: pointer;
}

#cityinput-container{
	position: relative;
}

.suggestions-container{
	background-color: #ccc;
	position: absolute;
	margin-top: -10px;
	width: 100%;
}

.suggestions-container > div {
	margin-top: 1px;
	padding-left: 5px;
	background-color: #fff;
	cursor: pointer;
}

.suggestions-container > div:hover {
	margin-top: 1px;
	color: #fff;
	background-color: #2b5673;
}

.spinner {
	margin: 5px auto 0;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color:#827876;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
	-webkit-transform: scale(0);
	transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}