﻿@charset "utf-8";

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	}
	
body {
	color:#827876;
	font-family:'Fira Sans',sans-serif;
	font-size:0.95em;
	line-height:1.4em;
	background: #D6D9DD;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#StellenanzeigenSuchwidget {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
}

#StellenanzeigenSuchwidget .imageContainer {
	background: #FFFFFF;
}

#StellenanzeigenSuchwidget img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 15px;
	padding-bottom: 08px;
}

#StellenanzeigenSuchwidget #suchwidgetSuchbox {
	background: #b0dad6;
	padding: 1rem 1.3rem;
}
#suchwidgetFormular #categoryInput {
	display:none;
}

#suchwidgetFormular select, #suchwidgetFormular input[type="text"], #suchwidgetFormular .jobfindbtn {
    width: 100%;
    height: 38px;
    font-size: 18px;
	border: none;
	margin: 10px 0;
}

#suchwidgetFormular select, #suchwidgetFormular input[type="text"] {
	padding: 10px;
	color: #000;
	background-color: #e8f4f3;
	border-radius: 5px;
}

#suchwidgetFormular input[type="text"]#cityInput-x {
    color: #ccc;
    position: absolute;
    z-index: 1;
    background: transparent;
}

#suchwidgetFormular .jobfindbtn {
	background: #fc8b61;
	text-align: center;
	font-weight: 500;
	padding: 9px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	
}

#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);
	}
}
