@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	object-fit: contain;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
avdemo    {
	max-width: 100%;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	object-fit: contain;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
fb_icon    {
	max-width: 100%;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	object-fit: contain;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: auto;
	width: 100%;
	float: left;
	display: block;
	left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;
}
.fluidList video {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-style: none;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
#kopfbereich {
	margin-top: 5px;
	margin-bottom: -20px;
}
#banner {
	max-width: 100%;
}
#navigation {
}
#hauptinhalt {
	background-color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 1em;
	width: 100%;
	height: 350px;
	overflow-y: auto;
}
#fussbereich {
	margin-top: 1em;
	padding-bottom: 171px;
}
#fussbereich a {
	color: #616161;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
html {
	min-height: auto;
	margin-right: 10px;
	overflow-y: auto;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
logo {
	margin-top: 20px;
}
#navigation ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	display: table;
}
#navigation ul li {
	width: 20%;
	display: table-cell;
}
#navigation ul li a {
	display: block;
	text-align: center;
	font-size: 1.1em;
	line-height: 200%;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(92,99,114,0.68) 0%,rgba(64,69,80,0.89) 95.01%,rgba(71,77,89,0.90) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(92,99,114,0.68) 0%,rgba(64,69,80,0.89) 95.01%,rgba(71,77,89,0.90) 100%);
	background-image: -o-linear-gradient(270deg,rgba(92,99,114,0.68) 0%,rgba(64,69,80,0.89) 95.01%,rgba(71,77,89,0.90) 100%);
	background-image: linear-gradient(180deg,rgba(92,99,114,0.68) 0%,rgba(64,69,80,0.89) 95.01%,rgba(71,77,89,0.90) 100%);
	color: rgba(222,222,222,1.00);
	border-left: 2px solid rgba(50,50,50,0.57);
	background-color: #FFFFFF;
}
#navigation ul li:first-child a {
	border-left-style: none;
}
#navigation ul li a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(41,44,51,0.90) 0%,rgba(71,77,89,0.90) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(41,44,51,0.90) 0%,rgba(71,77,89,0.90) 100%);
	background-image: -o-linear-gradient(270deg,rgba(41,44,51,0.90) 0%,rgba(71,77,89,0.90) 100%);
	background-image: linear-gradient(180deg,rgba(41,44,51,0.90) 0%,rgba(71,77,89,0.90) 100%);
	background-color: #4B4949;
}
#navigation ul li a.selected {
	border-bottom: 3px solid #3464FF;
}
h4 strong #avdesign_logo {
	float: right;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#kopfbereich {
	margin-bottom: 0px;
}
#banner {
	max-width: 100%;
}
#navigation {
}
#hauptinhalt {
	width: auto;
	height: 600px;
	overflow-y: auto;
	min-width: 100%;
}
#fussbereich {
	padding-bottom: 316px;
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	width: 88.5%;
	max-width: 960%;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#kopfbereich {
}
#banner {
	max-width: 100%;
}
#navigation {
}
#hauptinhalt {
	width: 100%;
	height: 700px;
	overflow-y: auto;
}
#fussbereich {
	padding-bottom: 50px;
	color: #616161;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
