* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #144266;
	background-image:url(../img/bg_stripes.jpg);
}

.primaryContainer {
	float: none;
	clear: none;
	height: auto;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.dtonly {
    display:block;
}

.monly {
    display:none;
}

.box_top {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	border-bottom: 2px solid #FF0000;
	position: relative;
}

.header_left {
	width: 80%;
	margin-right: 20%;
	background-image:url(../img/bg_stripes.jpg);
}


.content {
	width: 70%;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #144266;
	position: relative;
}

.content_blue {
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0px auto 0px auto;
	background-color: #144266;
	border-bottom: 2px solid #FF0000;
	position: relative;
}



.gorgonzola {
	width: 100%;
	height: auto;
	min-height: 50px;
	margin: 0px;
	background-color: #144266;
	position: relative;
    text-align: center;
    Z-index:1;
}

.navigator {
	width: 100%;
	height: 30px;
	float:left;
	clear:none;
	margin: 0px;
	background: #144266;
}

.box_blue {
	width: 100%;
	height: 30px;
	float:left;
	clear:none;
	background-color: #144266;
	margin: auto 0px 0px 0px;
	position: absolute;
	bottom: 0;
}

.left {
	width: 80%;
    float:left;
    clear:both;
    min-height: 30px;
	background:#144266;
}

.right {
	width: 20%;
	float: right;
	background-color: #b2b2b2;
}

.grid_right {
	width: 20%;
	float: left;
	background-color: #b2b2b2;
    position: relative;
}

.footer {
	width: 60%;
	height: 100px;
	float:none;
	clear:none;
	margin: 0px auto 0px auto;
}

.button {
	width: 14.28%;
	height: 30px;
	float:left;
	clear:none;
	margin: 0px ;
	background: #144266;
}

.center {
	width: 71.8%;
	height: auto;
	min-height: 100px;
	float:left;
	clear:none;
	margin: 30px 1% 0px 2.2%;
	background: rgba(251,251, 251, 0.0);
}

#webdesign {
	float: left;
	margin:  auto auto 80px -70px;
	height: auto;
	width: 200px;
	bottom: 0;
	z-index: 10;
	position:absolute;
}

.head {
	width: 99.7%;
	height: auto;
	margin: 0px 0.3% 0px 0px ;
	float: left;
	clear: none;
}

.headmobile {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px ;
	float: left;
	clear: none;
}

#logo {
	width: 20%;
	height: auto;
	margin: auto 0px 0px 0px;
	position:absolute;
	bottom: 0;
	float: right;
	clear: none;
}

#headline {
	width: 100%;
	height: auto;
	margin: -2% 0px 0px 0px;
	float: left;
	clear: none;
}

#img_greybox {
	width: 100%;
	height: auto;
	margin: 0px;
	float: left;
	clear: none;
}
.img_team {
	width: 100%;
	height: auto;
	margin: 0px 0px 30px 0px;
	float: left;
	clear: none;
}

#maps {
	width:100%; 
	height:500px; 
	frameborder:0; 
	scrolling:no; 
	marginheight:0; 
	marginwidth:0;
}


h1{ 
	font-family: Verdana;
	margin: 0px;	 
	color: #f7fcfe;
	font-weight:300; 
	font-size:1em;
}

h2{
	font-family: Verdana;
	font-size: 1.4em;
	margin: 30px 0px 0px 0px;
	font-weight: 400;
	color: #f7fcfe;
}

h3{
	font-family: Verdana;
	margin-top: 4px;	 
	text-align:center;
	color: #666666;
	font-weight:500; 
	font-size:1.1em;

}

h4{
	font-family: Verdana;
	margin: 20px;	 
	color: #144266;
	font-weight:300; 
	font-size:1em;
}

h5{
	font-family: Verdana;
	margin: 20px;	 
	color: #cccccc;
	font-weight:300; 
	font-size:1em;
	text-align:right;
}

h6{
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	float: left;
	font-family: Verdana;
	margin: 0px;
	bottom: 0;	 
	text-align:center;
	color: #f7fcfe;
	font-weight:100; 
	font-size:0.8em;
}		

p {
	font-family: Verdana;
	margin: 20px 20px 20px 0px;	 
	color: #cccccc;
	font-weight:300; 
	font-size:1em;
}

ul,li { 
	font-family: Verdana;
    color: #cccccc;
	font-weight:300; 
	font-size:1em;
    margin: 10px 0px 0px -10px;
}


strong{
	font-weight:600; 
}

td, tr {
	font-family: Verdana;
	margin: 0px;	 
	color: #cccccc;
	font-weight:300; 
	font-size:1em;
}
	

a img { 
	border: none;
}

a:link {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	color: #ff0000;
	text-decoration: none;
}

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

a:active {
	color: #ff0000;
	text-decoration: none; 
}

a:focus {
	color: #ff0000;
	text-decoration: none; 
}

a.special:link {
	color: #f7fcfe;
	text-decoration: none;
}

a.special:visited {
	color: #f7fcfe;
	text-decoration: none;
}

a.special:hover {
	color: #ff0000;
	text-decoration: none;
}

a.special:active {
	color: #ffffff;
	text-decoration: none; 
}

a.special:focus {
	color: #ffffff;
	text-decoration: none; 
	font-weight: 600;
}

.button:hover {
	background: #b2b2b2;
}

.button:active {
	background: #ff0000;
}

.dark {
    background-color: #666;
}


/* fade slider */
.slides {
    position:relative;
	margin: 0px;
	width:100%;
	float:left;
	clear:none;
}

.slides ul {
    list-style:none;
    position:relative;
	margin:-66.6% 0px 0px 0px;
	padding: 0;
	width:100%;
	float:left;
	clear:none;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
	opacity: 0;
	position: absolute;
	

	/* css3 animation */
	-webkit-animation-name: anim_slides;
	-webkit-animation-duration: 24.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_slides;
	-moz-animation-duration: 24.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;

}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
.slides ul li img {
    display:block;
	position:relative;
}

@media only screen and (max-width: 1680px) {
	
.content {
	width: 70%;
}

.footer {
	width: 70%;
}
   
}

@media only screen and (max-width: 1380px) {
	
.content {
	width: 80%;
}


.footer {
	width: 80%;
}

}

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

	
h1{ 
	font-size:1em;
}

h2{
	font-size: 1.1em;
	margin: 20px 0px 0px 0px;
}

h3{
	margin-top: 4px;	 
	font-weight:500; 
	font-size:1em;
}

h4{
	margin: 20px;	 
	font-weight:300; 
	font-size:0.9em;
}

h5{
	margin: 20px;	 
	font-weight:300; 
	font-size:0.9em;
}

h6{
	font-size:0.8em;
}		

p{
	margin: 20px 20px 20px 0px;	 
	font-weight:300; 
	font-size:0.9em;
}
    
ul,li {	 
	font-weight:300; 
	font-size:0.9em;
}

strong{
	font-weight:600; 
}

td, tr {
	font-weight:300; 
	font-size:0.9em;
}
}


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

.content {
	width: 90%;
}

.header_left {
	width: 70%;
	margin-right: 30%;
}

.navigator {
	height: 25px;
}
    

.box_blue {
    width:100%;
	height: 25px;
}

.left {
	width: 70%;
}

.right {
	width: 30%;
}
    
.grid_right {
	width: 30%;
}

.footer {
	width: 80%;
}

.button {
	
	height: 25px;
	float:left;
	clear:none;
	margin: 0px ;
	background: #144266;
}

.center {
	width: 62.8%;
	height: auto;
	min-height: 100px;
	float:left;
	clear:none;
	margin: 30px 1% 0px 2.2%;
	background: rgba(251,251, 251, 0.0);
}

#webdesign {
	float: left;
	margin:  auto auto 80px -70px;
	height: auto;
	width: 200px;
	bottom: 0;
	z-index: 10;
	position:absolute;
}

#header {
	width: 99.7%;
	height: auto;
	margin: 0px 0.3% 0px 0px ;
	float: left;
	clear: none;
}

#logo {
	width: 20%;
	height: auto;
	margin: auto 0px 0px 10%;
	position:absolute;
	bottom: 0;
	float: right;
	clear: both;
}

h1{ 
	font-size:1em;
}

h2{
	font-size: 1.1em;
	margin: 0px 0px 0px 30px;
}

h3{
	margin-top: 4px;	 
	font-weight:500; 
	font-size:0.9em;
}

h4{
	margin: 20px;	 
	font-weight:300; 
	font-size:0.9em;
}

h5{
	margin: 20px;	 
	font-weight:300; 
	font-size:0.9em;
}

h6{
	font-size:0.8em;
}		

p{
	margin: 20px 20px 20px 0px;	 
	font-weight:300; 
	font-size:0.8em;
}

strong{
	font-weight:600; 
}

td, tr {
	font-weight:300; 
	font-size:1em;
}
	


}

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


.content {
	width: 100%;
}
    
    .slides{
        display:none;
    }
    
.box_top {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	border-bottom: 0px solid #FF0000;
	position: relative;
}
    
.left {
	width: 100%;
    float: left;

}
    
.right {
	width: 100%;
    float: left;

}
    
.grid_right {
	width: 100%;
    background-color: #144266;
}
    
#headline {
	width: 100%;
	height: auto;
	margin: 30px 0px 0px 0px;
	float: left;
	clear: none;
}

#webdesign {
	display:none;
}
    
.dtonly {
    display:none;
}

.monly {
    display:block;
}
    
.gorgonzola {
    background-color: #144266;
    width:100%;
    text-align: center;
   
}
    h1{ 
	font-size:1em;
}

h2{
	font-size: 1.1em;
	margin: 20px 0px 0px 30px;
}

h3{
	margin-top: 4px;	 
	font-weight:500; 
	font-size:0.9em;
}

h4{
	color: #f7fcfe;
    margin: 20px;	 
	font-weight:300; 
	font-size:1.2em;
}

h5{
	margin: 20px;	 
	font-weight:300; 
	font-size:0.9em;
}

h6{
	font-size:0.8em;
}		

p{
	margin: 20px 20px 20px 30px;	 
	font-weight:300; 
	font-size:0.8em;
    color: #f7fcfe;
}


ul,li { 
	font-family: Verdana;
    color: #f7fcfe;
	font-weight:300; 
	font-size:0.9em;
    margin: 10px 0px 0px 5px;
}

    
table {
    margin-left: 30px;
    }
}

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


   
}

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


   
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
