@import"reset.css";@import"skeleton.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

body { 
	position:relative;
	font-family:'Raleway', Arial, sans-serif;
	font-weight:500;
	font-size:16px;
	line-height:24px;
	color:#22305f;
	background-color:#ffffff;
	margin-top:0px; }

img.fill { width:100%;}
	
b { font-weight:700; }

.p0 {padding:0px;}
p, 
.p1	{padding-bottom:5px;}
.p2	{padding-bottom:10px;}
.p3	{padding-bottom:15px;}
.p4	{padding-bottom:20px;}
.p5	{padding-bottom:25px;}


a {color:#22305f;}
a:hover {color:#0066cc;}

.icon  {
	float:left;
	margin-right:5px; }

.aleft		{text-align:left;}
.acenter	{text-align:center;}
.ajustify	{text-align:justify;}
.aright		{text-align:right;}
.pleft		{float:left;}
.pright		{float:right;}

h1 {
	font-size:32px;
	line-height:38px;
	text-transform:uppercase;
	font-weight:400;
	padding-bottom:9px;}
h2 {
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
	font-weight:400;
	padding-bottom:6px;}
h3 {
	font-size:36px;
	line-height:40px;
	font-weight:500;
	padding-bottom:3px;}


.container_12 img {
	max-width:100%; }

.lblueBack {
	color:#ffffff;
	background-color:#0971ce;}
.blueBack {
	color:#ffffff;
	background-color:#22305f;}
.lblueBack a ,
.blueBack a {
	color:#ffffff;}
.bb1 {
	border-bottom:10px solid #96c11f; }


/* Header */

#logo { display:block; text-align:center; }

body.fixHeader #header {
	position:fixed;
	z-index:1000;
	width:100%;
	margin-top:0px;
	padding-bottom:5px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 5px 5px 0px #999;
	-moz-box-shadow: 0px 5px 5px 0px #999;
	box-shadow: 0px 5px 5px 0px #999; }
body.fixHeader .logo {
	max-width:280px; }

/* Content */

#content {
	padding-top:10px;}

.slides {
	position:relative;
	z-index:10;
	float:left;
	width:100%; }
.slide img {
	width:100%;
	display:block;}
.slide h3 {
	position:relative;
	top:-60px;
	z-index:100;
	display:block;
	width:100%;
	padding:10px 0px 10px 0px;
	background-image:url(../img/back_ccc.png);
	text-align:center;}

.slides .slidesjs-pagination {position: relative; float:right; margin-top:5px; margin-right:10px; z-index:1099; overflow:hidden;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.slides .slidesjs-pagination li {font-size:0px;line-height:0;margin:2px; display:block; float:left; text-indent:-5000px;}
.slides .slidesjs-pagination li a {height:6px;width:18px; background:url(../img/pagination-rect.png) -18px 0 no-repeat;display:block;}
.slides .slidesjs-pagination li.current a,
.slides .slidesjs-pagination li a:hover  {background:url(../img/pagination-rect.png) -36px 0 no-repeat;}
.slides .slidesjs-pagination li a.active,
.slides .slidesjs-pagination li a.active:hover {background:url(../img/pagination-rect.png) 0 0 no-repeat;}

table.tariffe { 
	width:100%;
    margin-bottom: 10px;}
table.tariffe tr {
	border-bottom:#FFF 1px solid;}
table.tariffe th,
table.tariffe td {
	padding:2px 0px 2px 0px; }

.oversize {
	position:relative;
	text-align:center;
	width:100%;}
.oversize img {
	width:100%;}
.oversize h3 {
	position: relative; 
	margin-top: -300px;
	margin-bottom:220px;
	color:#ffffff; }

#map  {
	width:100%;
	height:500px; }
#map img {
	max-width:none;
	display:block;}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 6px 8px 6px 8px;
	width:100%;}
select {
	padding: 5px 6px 5px 6px;}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #003366; }

label {
  display: block;
  font-weight: 400;
  margin-bottom: .1rem;
  margin-top: .5rem; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin:5px;
  width:25px;
  height:25px; }
label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }

fieldset div{
  padding-top:10px; }


/* Back to top button */
#back-top {
	z-index:100;
	position: fixed;
	bottom: 100px;
	right: 10px;}
#back-top a {
	width: 40px;
	height: 40px;
	display: block;
	opacity:0.6;}
#back-top a:hover {
	opacity:1;}


/* Footer */
#footer {
	color:#fff;
	background-color:#22305f; }
#footer a {color:#ffffff; text-decoration:none;}
#footer a:hover {color:#ffffff;  text-decoration:underline;}
#footer img.logo {
	float:left;
	margin-right:15px; }





@media only screen and (min-width: 1900px) {

	#hero {position:relative;width:1900px;margin:0 auto;padding:0;}

}


@media only screen and (min-width: 1199px) {

	
}


@media only screen and (min-width: 768px) and (max-width: 995px) {

	body { 
		font-size:14px;
		line-height:22px; }
	h1 {
		font-size:26px;
		line-height:30px;}
	h2 {
		font-size:20px;
		line-height:24px}
	h3 {
		font-size:26px;
		line-height:26px;}
	.slide h3 {
		top:-46px; }
	.oversize h3 {
		margin-top: -200px;
		margin-bottom:150px; }

}


@media only screen and (max-width: 767px) {



}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	body { 
		font-size:14px;
		line-height:22px; }
	h1 {
		font-size:22px;
		line-height:26px;}
	h2 {
		font-size:18px;
		line-height:22px}
	h3 {
		font-size:20px;
		line-height:24px;}
	.slide h3 {
		top:-40px; }
	.oversize h3 {
		margin-top: -150px;
		margin-bottom:100px; }
}

@media only screen and (max-width: 479px) {

	body { 
		font-size:14px;
		line-height:22px; }
	h1 {
		font-size:20px;
		line-height:24px;}
	h2 {
		font-weight:500;
		font-size:16px;
		line-height:20px}
	h3 {
		font-weight:700;
		font-size:15px;
		line-height:20px;}
	.slide h3 {
		top:-40px; }
	.oversize h3 {
		margin-top: -100px;
		margin-bottom:60px; }

}
