html {
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    background-color: #FFF;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    min-height: 100%;
}

/*
.errors,
.success {
	background-color: #EEE;
	border: 1px solid #DDDAD6;
	box-sizing: border-box;
	display: block;
	padding: 15px;
	width: 100%;
	margin: 18px 0px;
}
.errors {color:#FF0000;}*/
/*.success {color:#006666;}*/
.errors,
.success {
	margin: 10px 0px 18px;
}

.container {
    position: relative;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.content {
	min-height: 300px;
}

@media only screen and (max-width: 1024px){
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px){
	html {
		font-size: 14px;
	}
}

/*------------------------------------*\
    Heading
\*------------------------------------*/
h1 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 1em;
}

h2 {
    font-size: 18px;
    margin: 0 0 0.5em;
}

h3, h4, h5, h6 {
    font-size: inherit;
    margin: 0 0 0.3em;
	font-weight: 600;
}

/*------------------------------------*\
    Text
\*------------------------------------*/
p {
    margin: 0 0 15px;
}

a {
    text-decoration: underline;
    color: #333;
}

a:hover {
    color: #333;
	text-decoration: none;
}

.helpAd-content a,
h2 a, .h2 a,
h3 a, .h3 a {
	text-decoration: none;
}

ul, ol {
	margin-left: 0;
	padding-left: 13px;
}

.checklist {
	padding: 0;
	margin: 0;
}

ul li, .lexicon ul li {
	list-style-image: url('/img/icon/subPageListStyle.png');
}

nav ul li, nav li, .lexicon li, form ul li, 
.presse li, .sx-slider li, .checklist li {
	list-style: none;
}

.checklist li {
	position: relative;
	padding-left: 25px;
	margin-top: 5px;
	box-sizing: border-box;
}

.checklist li:before {
	font-family: 'general_icons';
	content: '\e807';
	position: absolute;
	margin-left: -25px;
	top: 2px;
}

.col-2 li {
	float: left;
	width: 48%;
	margin-left: 4%;
}

.col-2 li:nth-child(odd) {
	margin-left: 0;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
}


/*------------------------------------*\
    Formular
\*------------------------------------*/
input:not([type="radio"]):not([type="checkbox"]),
textarea, select {
	width: 100%;
	color: #444;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 0;
    box-sizing: border-box;
    padding: 12px 20px;
    transition: background 0.2s ease;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

input:not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus {
    background-color: #fff;
}

input[type="file"]:not([type="radio"]):not([type="checkbox"])  {
    border: 0;
    padding: 0;
	text-align: left;
}

textarea {
    min-height: 120px;
}

/*------------------------------------*\
    Edit
\*------------------------------------*/
.show-mobile,
nav.spgr-sidenav .show-mobile {
	display: none;
}

.presse {
	padding: 0;
}

.presse li {
	margin-bottom: 10px;
}

b, optgroup, strong {
    font-weight: 500;
}

@media only screen and (max-width: 768px){
	.show-mobile,
	nav.topnav.additive .show-mobile,
	nav.spgr-sidenav .show-mobile {
		display: block;
	}
	
	.currentLocation .show-mobile {
		display: inline-block;
	}
	
	h1.spgr-social-collection a.show-mobile {
		display: inline-block;
	}
}

/* cookie */
#cookie.show {
    display: block;
}

#cookie {
    background-color: #404040;
    color: #fff;
    display: none;
    transition: background-color 0.5s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500000;
    padding: 16px 0;
    text-align: center;
}

.wrapper-cookie {
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#cookie a {
   	text-decoration: underline;
	color: #fff;
}
#cookie a:hover {
   	text-decoration: none;
}

#cookie .dics_agreed {
    padding: 0 9.5px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #f20000;
    font-weight: bold;
    text-transform: none;
    margin-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#cookie .dics_agreed:hover {
    padding: 0 9.5px;
    color: #fff;
    background-color: #f20000;
    border: 1px solid #f20000;
    font-weight: bold;
    text-transform: none;
    margin-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.offer-btn {
	margin-top: 25px;
}

/* search */
.search-form {
	position: relative;
}
.autocomplete-items {
    position: absolute;
    border: 0;
    -webkit-box-shadow: 1px 15px 30px 1px rgba(0,0,0,.19);
            box-shadow: 1px 15px 30px 1px rgba(0,0,0,.19);
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 45px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
}
.search--emo .autocomplete-items {
	 top: 100%;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d6d3cf;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #1e90ff !important;
    color: #fff;
}

.search-link {
    display: block;
    color: #747476;
    padding: 10px;
	text-decoration: none;
}
.search-link:hover {
     background-color: #EFEFEF !important;
}
.search-description {
    display: inline-block;
    width: 100%;
}

.search--emo {
	height: 75px;
	width: 720px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	z-index: 80;
	transform: translateX(-50%);
	-webkit-box-shadow: 1px 15px 30px 1px rgba(0,0,0,.19);
	box-shadow: 1px 15px 30px 1px rgba(0,0,0,.19);
}

.search--emo input {
	height: 75px;
	border: none !important;
	font-size: 22px;
	color: #242424;
	padding-right: 75px !important;
}
.search--emo input::placeholder {
	font-size: 22px;
	color: #242424;
}

.search--btn {
	height: 65px;
	width: 65px;
	background-color: #333333;
	position: absolute;
	right: 5px;
	top: 5px;
	border: none !important;
	margin-top: 0 !important;
}
.search--btn:hover {
	background-color: #000;
}

.search--btn:before {
	content: '';
	position: absolute;
	left: 14px;
	top: 13px;
	background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ED705CE80-069B-4DD1-B664-0AA70877D1CF%3C/title%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h150v150H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M61.319 111.475c-27.653 0-50.144-22.497-50.144-50.146 0-27.658 22.491-50.155 50.144-50.155 27.661 0 50.152 22.497 50.152 50.155 0 27.65-22.49 50.146-50.152 50.146m47.119-10.928c8.863-10.638 14.209-24.305 14.209-39.218C122.647 27.456 95.197 0 61.319 0 27.45 0 0 27.456 0 61.329c0 33.864 27.45 61.311 61.319 61.311 14.92 0 28.593-5.336 39.232-14.193l39.918 39.92a5.563 5.563 0 0 0 3.948 1.633 5.578 5.578 0 0 0 3.948-1.633 5.588 5.588 0 0 0 0-7.9l-39.927-39.92z' fill='%23ffffff' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 37px;
	width: 37px;
	height: 38px;
}

@media screen and (max-width: 768px) {
	.search--emo {
		height: 40px;
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
		z-index: 200;
		transform: translateX(0);
		margin-top: 30px;
	}
	
	.search--emo input {
		height: 40px;
		padding-right: 45px !important;
	}

	.search--btn {
		height: 36px;
		width: 36px;
		right: 2px;
		top: 2px;
		padding: 0 !important;
	}

	.search--btn:before {
		left: 7px;
		top: 7px;
		background-size: 21px;
		width: 21px;
		height: 22px;
	}

}

.mb-0 {
	margin-bottom: 0 !important;
}