
/* Alle Aussen- (Margins) und Innenabstände (Paddings) auf 0 setzen, wegen verschiedene darstellung Browser */
* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	text-align: center;
	background-color: #f1f7e1;
	/*background-image: url('../img/background_2025.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;*/
}

.noborder {
	border: none !important;
}

/* *******************
-- start accessibility --
   ******************* */


/* accessibility divs are hidden by default text, screenreaders and such will show these */

.accessibility, hr {

   position: absolute;
   top: -999em;
   left: -999em;
}


/* definition tags are also hidden these are also used for menu links */

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/* *******************
-- schriftformatierung --
   ******************* */
   
/*@font-face {
  font-family: myTitleFont;
  src: url(Yakin.otf);
}

div {
  font-family: myTitleFont;
}*/
   
   
   
* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}  

a {
	text-decoration: none;
	color: #ff671f;
}

a:hover {
	text-decoration: underline;
	color: #ff671f;
}


a.footer-link {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	color: #ff671f;;
	background-color: transparent;
	border-top: none;
	font-weight: 400;
  	font-size: 1rem;
	line-height: 1.1rem;
	text-transform: none;
	text-align: left;
}

a.footer-link:hover {
	text-decoration: underline;
	color: #af95d3;
}


#section-content {
	margin: 0 auto;
  width: 740px;
}


p {
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4rem;
}

p.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

span.price-text {
	font-weight: bold;
	padding-bottom: 5px;
}

span.bla {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px !important;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 60px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 60px;
}

h2.content-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	text-transform: none;
	background-color: #ffffff;
	margin-bottom: 30px;
	text-align: left;
	color: #000000;
}

h3 {
	font-size: 26px;
}


a img {
	border: none;
}

a.nostyle {
	border: none;
	background-color: transparent;
	margin-top: 0px;
	padding-top: 0px;
}

a.text-link {
	color: #ff671f;
	font-weight: 400;
	background-color: #ffffff;
	border-top: none;
	text-transform: none;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
}

a.text-link:hover {
	color: #af95d3;
}


.clearfix {
	clear: both;
}




.delimiter {
	background-color: #000000;
	height: 7px;
	width: 100%;
	margin-bottom: 35px;
	overflow:hidden;
}



div.content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align:left;
	/*background-color: red;
	opacity: 0.5;*/
	z-index: 100;
	overflow:auto;
}

div.content-min-width {
    float: right;
    height: 200px;
    width: 255px;
}

div.content {
	/*top:25%;*/
	position: absolute;

	width: 740px; /* 100% */
	/*min-width:674px;*/
	margin-left:0px;
	/*margin-right:auto;
	margin-top:auto;*/
	z-index:-200;
	text-align:left;
	margin-top: 147px;
	background-color: #ffffff !important;
	padding:15px;
	/*border:1px dashed #333;
	background-color:#eee;*/
	
}

div.container {
	padding: 20px;
	overflow: hidden;
}

div.content-folge {
	position: relative;
	top:0px;
	
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	text-align:left;
	/*padding:15px;
	border:1px dashed #333;
	background-color:#eee;*/
}



div.content-folge-wide {
	position: relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	text-align:left;
}




div.video-border {
	background-color: #000000;
	padding: 7px;
	width: 500px;
	height: 291px;
	margin-bottom: 35px;
	color: #fff;
}

div.video-border p{
	padding: 20px;
}




/*
NAVIGATION ---------------------------------------
*/

div.navigation {
	position: fixed;
	top: 278px;
	width: 215px;
	margin-left: auto;
	margin-top: auto;
	right: 15px;
	text-align: left;
	
}

div.navigation ul {
border-bottom: 2px solid #fff;

}

div.navigation ul li {
	list-style: none;
	border-top: 2px solid #fff;
	
	padding-top: 2px;
}

div.navigation ul li a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 35px;
}

div.navigation ul li a:hover, .navigation ul li a.selected {
	color: #fffff;
}

/*
SUB-NAVIGATION ---------------------------------------
*/

div.navigation ul li ul.sub-navigation{
	padding-left: 35px;
}

div.navigation ul li ul.sub-navigation li{
	list-style: none;
	font-size: 13px;
	padding-top: 2px;
	border-top: 2px dotted #FFFFFF;
}

div.navigation ul li ul.sub-navigation li a{
	padding-left: 0px;
}

div.navigation ul li ul.sub-navigation li a span.sub-navigation-middle{
	font-size: 13px;
}

div.navigation ul li ul.sub-navigation li a span.sub-navigation-small{
	font-size: 13px;
}

#ATCOD-logo {
	background-image: url('../img/atcod_logo_text.png');
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 163px;
	height: 86px;
	top: 25px;
	position: fixed;
	/*margin-left: auto;*/
	left: 100px; 
	/*left: auto;*/
	z-index: -300;
}


#ATCOD-character {
	background-image: url('../img/atcod_logo_ilu.png');
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 234px;
	height: 260px;
    padding-top: 0px;
    top:130px;
	/*left: 80px;*/
	left: 30px;
	position: fixed; 

    z-index: -300;
}



li p {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

li img {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: inherit;
}

img.logo {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
}


  
p.accordeon {
/*color: #38ACFF;*/
color: #cf9ffc;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 1rem;
line-height: 1.2rem;
text-align: left;
padding-left: 5px;
}



.content-body {
	/*position: absolute;*/
	top: 570px;
}


/*
PRODUCTS ---------------------------------------
*/

a div.productbox-preview {
	width: 270px;
	border: 1px solid #ff671f;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

a:hover div.productbox-preview {
	border: 1px solid #af95d3;
}

div.productbox-preview div {
	width: 250px;
	padding: 10px;
}

div.productbox-preview div img {
	width: 250px;
	
}

a div.productbox-preview h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6rem !important;
	padding: 0px 10px 10px 10px;
	/*background-color: #ff671f;*/
	color: #ff671f;
}

a:hover div.productbox-preview h3 {
	/*background-color: #af95d3;*/
	color: #af95d3;
}




/*
FOOTER ---------------------------------------
*/

div.footer {
	padding-bottom: 35px;
}

div.footer p {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}






#section-footer {
	display:none;
}




a.anchor-jump {
	border: 0px;
	padding: 0px;
}





.imageBox {
  position: relative;
  float: left;
}

.imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imageBox:hover .hoverImg {
  display: block;
}
