* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a, a:focus, span[data-href] {
	color: #0054b9;
	text-decoration: underline;
	cursor: pointer;
}
a .text-muted {
	text-decoration: none;
}
a:hover, span[data-href]:hover {
	color: #c00;
	text-decoration: none;
}
a, img {
	border: none;
}
a, input:focus, button:focus, textarea:focus, select:focus {
	outline: none;
}
button {
	cursor: pointer;
}
html {
	font-size: 15px;
}
body {
	color: #333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	background: #fafafa;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1, h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}
h2 {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
h1 span, h2 span {
	text-decoration: underline;
}
ul {
	list-style-position: inside;
}
p {
	margin-bottom: 0.25rem;
}
address {
	margin: 0;
}
.cl {
	clear: both;
}
.cla:after {
	content: '';
	clear: both;
	display: table;
}
.wrapper {
	background: #fafafa;
}
.clone {
	position: absolute;
	z-index: -1;
}
.over-hide {
	overflow-x: hidden;
}
.text-center {
	text-align: center;
}

.ya-share2 {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -119px;
	width: 28px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	background: #3d6889;
	padding: 0.66rem 0;
	box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.11);
}
.header .logo {
	text-align: center;
}
.header .logo:after {
	content: 'Schweiz';
	display: block;
	color: #fff;
	font-size: 12px;
}

.search-box {
	text-align: center;
}
.search-box input[type=text] {
	width: 33rem;
	height: 2.5rem;
	max-width: 80%;
	border: 1px solid #fff;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	padding: 0 0.66rem;
	color: #999;
	font-size: 1.1rem;
	margin: 0.55rem;
}
.search-box button {
	width: 8rem;
	height: 2.5rem;
	border: 2px solid #fff;
	border-radius: 2px;
	background: none;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.search-box button:hover {
	border-color: #fff;
	background: #fff;
	color: #3d6889;
}
.search-page .search-box {
	padding: 1rem 0;
	background: #3d6889;
	color: #fff;
}
/* google search form */
body .gsc-search-box-tools .gsc-search-box .gsc-input {
	outline-color: #3d6889;
}
body .gsc-search-box-tools .gsc-search-box .gsc-input:focus {
	box-shadow: none;
}
body .gsc-search-button-v2, body .gsc-search-button-v2:hover, body .gsc-search-button-v2:focus {
	border-color: #3d6889;
	background: #3d6889;
}

/* sidebar
-----------------------------------------------------------------------------*/
.sidebar {
	overflow: hidden;
}
.nav {
	padding: 0.66rem 0 0.66rem 1.32rem;
	border-left: 0.2rem solid #3d6889;
	margin-bottom: 0.66rem;
}
.nav ul {
	margin-bottom: 0;
}
.nav li {
	list-style: none;
	margin: 0.2rem 0;
}
.nav li a {
	color: #3d6889;
	font-size: 1.2rem;
	line-height: 1.7rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.nav li a:hover {
	opacity: 0.8;
}


/* index
-----------------------------------------------------------------------------*/
.main-box {
	padding-top: 3.3rem;
}
.main-box h1 {
	margin-bottom: 0.66rem;
}

.page-desc {
	padding: 0.66rem;
	margin-bottom: 1.32rem;
	background: #eee;
}
.page-desc.p-box {
	margin-top: 0.66rem;
}
.page-desc-scroll {
	max-height: 15rem;
	overflow-y: auto;
}

.map-box {
	height: 20rem;
	margin-bottom: 1.66rem;
}

.category-list a {
	text-decoration: none;
}

.companies-list {
	padding-top: 1.66rem;
}
.companies-list .row {
	margin-bottom: 0.33rem;
}
.companies-list .name {
	font-size: 1.1rem;
}
.pagination {
	list-style: none;
	text-align: center;
	margin-top: 2.66rem;
}
.pagination > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.33rem;
}
.pagination > li a {
	display: block;
	padding: 0 0.5rem;
	border-bottom: 2px solid transparent;
	font-size: 1.1rem;
	line-height: 1.7rem;
	font-weight: 600;
	text-decoration: none;
}
.pagination > li a:hover, .pagination > li.active a {
	color: #c00;
	border-color: #c00;
}


.main-box .desc {
	padding-top: 1rem;
}
.desc-section {
	padding: 2.66rem 0;
}
.desc-section h2 {
	text-align: center;
}


/* job box
-----------------------------------------------------------------------------*/
.job-list li {
	position: relative;
}
.job-list li .job-item {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5rem;
	font-size: 0.8rem;
	z-index: 1;
	display: none;
}
.job-list li a:hover + .job-item {
	display: block;
}
.job-list li .job-item p {
	margin-bottom: 0.125rem;
}

/* plus-section
-----------------------------------------------------------------------------*/
.plus-section {
	padding: 2rem 0 3.3rem;
	text-align: center;
}
.plus-section .item {
	padding: 0 0.66rem 1.66rem;
}
.plus-section .item .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.plus-section .icon.i-1 { background-image: url('../images/ico-1.png'); }
.plus-section .icon.i-2 { background-image: url('../images/ico-2.png'); }
.plus-section .icon.i-3 { background-image: url('../images/ico-3.png'); }
.plus-section .icon.i-4 { background-image: url('../images/ico-4.png'); }
.plus-section .icon.i-5 { background-image: url('../images/ico-5.png'); }
.plus-section .icon.i-6 { background-image: url('../images/ico-6.png'); }


/* partners-section
-----------------------------------------------------------------------------*/
.partners-section {
	padding-top: 3.33rem;
	text-align: center;
}
.partners-section img {
	margin: 0.66rem;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url('../images/grayscale.svg#greyscale');
	filter: gray;
}
.partners-section img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin-top: 3.33rem;
	padding: 1.33rem 0;
	background: #f1f2f3;
	font-size: 1rem;
	text-align: center;
}
.footer a {
	text-decoration: none;
}

.adv {
	padding: 0.66rem 0;
}

/* media
-----------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
	.header, .nav, .footer {
		text-align: center;
	}
	.companies-list .city {
		font-size: 90%;
		font-style: italic;
	}
	.responds-box {
		overflow-x: hidden;
	}
}