/* normalize.css 2011-07-06T20:20 UTC //github.com/jonathantneal/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}html{cursor:default;font-size:100%;overflow-y:scroll;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,form,input,button,select,textarea{font-size:100%;margin:0}a,a:active,a:hover{outline:none}a:focus{outline:thin dotted}abbr{_border-bottom:expression(this.title ? '1px dotted':'none')}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#FF0;color:#000}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}nav ul{list-style:none}audio[controls],canvas,video{display:inline-block;*display:inline}audio{display:none;_display:expression(this.controls ? 'inline':'none');*zoom:1}audio[controls]{display:inline-block}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}legend{*margin-left:-7px}button,input,select,textarea{-webkit-appearance:none;border-radius:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;_overflow:expression(this.type == 'button|reset|submit' ? 'visible':'')}button,input[type="button"],input[type="reset"],input[type="submit"]{overflow:visible}input[type="checkbox"],input[type="radio"]{box-sizing:border-box}input[type="search"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media  (min-width:769px), (min-aspect-ratio: 1001/1000) {/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
/*
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
*/
		font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; background: url(../images/nav_left.png) no-repeat 0 5px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; background: url(../images/nav_right.png) no-repeat 25px 5px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-size: 40px; display: inline-block; }
.flex-direction-nav a.flex-next:before  {  }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}}
/* source-sans-pro-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/source-sans-pro-v21-latin-200.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/source-sans-pro-v21-latin-200italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-200italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


body, input, textarea {
	font-family: 'Lato', sans-serif;
	font-family: 'Merriweather', serif;
    font-family: 'Source Sans Pro', verdana, sans;

	font-size: 1em;
}

/* *** MARKUP *** */

html
{
overflow-x: hidden;
margin: 0;
padding: 0;
}

body
{
overflow-x: hidden;
margin: 0;
padding:0;
}

h1, h2, h3
{

}





h1
{
color: #888;
font-size: 1.75em;
line-height: 1.2em;
text-transform: uppercase;

font-weight: 300;
margin: 0 0 0.25em 0;
text-align:left;

}

h2
{
color: #808080;
font-size: 1.15em;
line-height: 1.25em;
text-transform: uppercase;
font-weight:300;
margin: 0.25em 0 0.1em 0;
text-align:left;
}

p
{
margin: 0 0 1em 0;
}

form, label, input, textarea
{
display: block;
}

form
{
clear: both;
width: 100%;

margin: 1em 0 0 0;
}

fieldset
{
background: none;
border: none;
padding: 0;
}

legend
{
display: none;
}

input, textarea
{
border: none;
width: 96%;
padding: 0.25em;
margin: 0 0 0.5em 0;

background: #f0f0f0;
background: rgba(255,255,255,0.5);

}

input
{

}


textarea
	{
	height: 4em;
	}


label
{
margin: 0 0 0.25em 0;
color: #6c6b60;
}

input[type=submit], .button
{
display: inline-block;
width: auto;
border: none;
color: #888;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0.5em 0 0 0;

padding: 0.3em 0.75em 0.3em 0.75em;
cursor: pointer;
font-size: 0.9em;
}

.button
{
margin: 0;
padding: 0.5em 1em 0.5em 1em;
font-size: 1.5em;
}

input[type=submit]:hover, .button:hover
{
background: #eaeaea;
background: rgba(255,255,255,0.8);
color: #000;
}

iframe
{
border: none;
}
/* *** ENDE MARKUP *** */



img
{
	-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;


}html
{
overflow: hidden;
}

body
{
background: #f0f0f0;

}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.container 
{
width: 100%;
height: 100%;

margin: auto;
position: relative;
overflow: auto;

}


.header_container
{
position:relative;

width: 92%;
left: 4%;

height:60px;
}

.content_container
{
position:absolute;
bottom: 40px;
top: 90px;
overflow: hidden;

width: 92%;
left: 4%;

}

.logo
{
position: absolute;
left: 1em;
bottom: -15px;
display: inline-block;
opacity: 1;
} 

.logo img
{
width:200px;
height:auto;

}


.nav
{


width:24.3em;

position:absolute;
right: 0;
bottom: 0;
display: block;

margin: 0 0 0 0;
padding:0;

text-align: right;

}

.nav li
{
display: block;
float:left;

text-align: center;
position: relative;

margin: 0 0.25em 0 0.25em;
padding: 0 0.75em 0 0.75em;

list-style-type: none;

font-size: 0.85em;
}

.nav li a
{

padding: 0 0 0 0;
text-decoration: none;

text-transform: uppercase;

line-height: 1.5em;
color: #404040;
color: #666;

}

.nav li:hover, ul.nav li.mainmenu_active
{
background: #f0f0f0;
background-color: rgba(255,255,255,.75);

}

.nav li:hover
{

}



.nav li a:hover
{
color: #000000;
}





.nav li ul
{
display: none;
position: absolute;
top: 1.4em;
left: 0;
margin: 0;
padding: 0.5em 0.5em 0.25em 0.5em;
overflow: hidden;
background: #fafafa;
text-align: left;
}

.nav li:hover ul 
{
display: block;
}

.nav li ul li
{

margin: 0 0 0.5em 0;
}

.nav li ul li a
{

}



.footer_container
{
position:absolute;
bottom:0;left:0;

width:100%;

padding: 1em 0 0.7em 0;
font-size:0.85em;
overflow:auto;
background-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 30%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3) 100%);
}
.content_inner
{
display:none;
width:24em;
height: 98%;

position: absolute;
top: 0;
right:0;
overflow:hidden;

padding-left:2em;

}

.content_inner p
{
font-size: 0.9em;
margin: 0 0 1em 0;
}


.content_item
{
width:29.33%;

margin: 0 0% 1% 1%;
float: left;

padding: 1%;
}

.content_itemFirst
{
height:100%;
width:97%;
}


.content_item2
{
height:70px;
}


.content_col1
{
width: 100%;
}

.content_col2
{
width:61.66%;
height: 100%;
margin: 0 0 0 1%;
}

.content_contactform
{


}




.page_imprint .content_item2
{
height: 120px;
}



.footer_container a
{
text-decoration: none;
margin: 0 0 0 0;
padding: 0 0.5em 0 0.5em;

}

.footer_container ul
{
margin:0 4% 0 0;float:right;
}

.footer_container ul.copyright
{
margin:0 0 0 1em;
float:left;
}

.footer_container ul li
{
display: inline-block;


margin: 0 0.25em 0 0.25em;
padding: 0;

list-style-type: none;

text-transform: uppercase;
}

.footer_container ul.footer_contact
{
text-align:center;float:none;
text-transform: none;
}


.tmlightbox
{
position: relative;
display: none;

width: 1320px;
height: 742px;

background: #fff;


padding: 0;
border: 10px solid #fff;
}

#contentLightbox
{
border:none;margin:0;padding:0;
}


.closeLB
{
position:absolute;top:-0.5em;right:0.25em;font-weight:600;text-decoration:none;
padding: 0.5em;
color: #666;
}

.closeLB:hover
{
color: #cc4040;
}



.btn_more
{
display:none;
position:absolute;
top:25%;
left:0;
}

.btn_less
{
display: none;
position: absolute;
width: 24px;
top:32%;
right:1%;

}



.btn_small_fb
{
display:block;
background:#3b5998;
color:#fff;
text-transform:lowercase;

font-weight:600;
text-decoration: none;
}

ul.imprint li a
{
color: #666;
}






.eventBox
{
margin: 2em 0 2em 0;
padding: 1em;

font-size: 0.9em;
background: #e0e0e0;
background-color: rgba(255,255,255,.4);
}


.eventBox h2
{
font-size: 1.2em;
}

.eventBox h4
{
	font-size: 1em;
	margin: 0.25em 0 0.5em 0;
}

.eventBox p
{
margin: 1em 0 0 0;
}

.hpcheck
{
display: none;
}


.content_container a
{
color: #666;
}

.hidden
{
display: none;
}

/* sprites */
.btn_email{ background-position: 0 0; width: 40px; height: 30px; } 
.icon_sold{ background-position: 0 -80px; width: 140px; height: 140px; } 
.icon_video{ background-position: 0 -270px; width: 80px; height: 80px; } 
.nav_bottom{ background-position: 0 -400px; width: 29px; height: 15px; } 
.nav_left{ background-position: 0 -465px; width: 15px; height: 29px; } 
.nav_right{ background-position: 0 -544px; width: 15px; height: 29px; } 
.nav_top{ background-position: 0 -623px; width: 29px; height: 15px; } 
.teaser_pdf{ background-position: 0 -688px; width: 64px; height: 77px; } 
.teaser_zip{ background-position: 0 -815px; width: 64px; height: 77px; } 


/* END sprites */

.btn_top
{
display: none;
}


.datenschutz
{
display: none;
}@media (max-width:768px)
{
 html,body
 {
 height: auto;
 overflow: auto;
 }
 
 body
 {
 overflow: auto;
margin: 4%;
background: #eaeaea;
 }
 
 p
{
color: #000;

}
 .container
 {
 position:static;
 min-height:0;
 width:auto;
 height:auto;
 overflow: auto;

 
 }
 
  .header_container
  {
  width: auto;
  height: auto;
  
  position: static;
  
  margin: 0.5em 0 1em 0;
  padding: 0;
  
  }
  
  .logo
  {
  position: static;
  display: block;
  text-align: center;
  }

	  
  .nav
  {
  z-index:9999;
  position:static;
  display: block;
  
  width: 100%;
  height: auto;
  margin: 1.25em 0 0 0;
  padding:0 0 0 0;
 
  text-align: center;
  clear: both;

  overflow: auto;
	
  }

	.nav li
	{
	
	margin: 0 0.25em 0 0.25em;
	padding: 0 0.35em 0 0.35em;
	font-size: 0.8em;

	}
  
  .content_container
  {
  width: 100%;
  height: auto;
  position: static;
  
  overflow:auto;

  padding: 0;
  margin: 0;

  }
    
  .content_inner
  {
  left: 0;
  width: 100%;
  position:static;

  text-align:left;
  overflow: auto;
  margin: 0 0 0 0;
  
  padding: 0;
  }

 
  
 

  
  .content_item, .content_itemFirst, content_col1
   {
    clear: both;
    display: block;
    width: 100%;
	
	
    margin: 1% 0 1% 0;

	background: none;
    padding: 0%;
	
   }
   
   .content_item2, .content_box, .eventBox, .page_imprint .content_item2
   {
   clear: both;
   float: none;
   display: block;
		background: #ffffff;
        padding: 2%;
		height: auto;
		
		display:block;
		width: 95%;
		
		margin: 0 1% 3% 0;
		box-shadow: 2px 2px 1px #ddd;
	}
	
	.content_item2, .content_item
	{
	min-height: 67px;
	
	}
	
	.content-video
	{
	margin: 0 1% 3% 0;
	box-shadow: 2px 2px 1px #ddd;
	border: none;
	padding: 0;
	width:99%;
	height: 173px;
	background-size: 100% auto;
	overflow: hidden;
	}	
	
		
	.content-video-lightbox
	{


	}
	
	.concact_open
	{
	display: none;
	}
	
	.concact_close
	{
	display: block;
	}
	
	.contact-form
	{
	display:block;
	width: 96%;
	}
	
	input, textarea
	{
	width: 99%;

	border: 1px solid #ccc;
	padding: 2%;
	}
	
	textarea
	{
	height: 10em;
	}
	
	input[type=submit], .button
	{
	border: 1px solid #ccc;
	color: #888;
	margin: 0.5em 0 0 0;
	padding: 0.5em 1em 0.45em 1em;

	}
	
	input[type=submit]:hover
	{
	background:#eee;
	}

  .btn_more, .btn_less
	{
	display: none;
	
	width:0; height:0;
	overflow:hidden;
	}
	
	
	.teaser_about
	{
	display: block;
	width: 104.2%;
	height: auto;
	margin: 1em 0 1em -2.1%;
	}
	
	.about-slogan
	{
   clear: both;
   float: none;
   display: block;
		background: #ffffff;
        padding: 2% 6.5% 2% 6.5%;
		height: auto;
		
		display:block;
		width: 86%;
		
		margin: 0 1% 3% 0;
		box-shadow: 2px 2px 1px #ddd;
	
	}
	
	p.about-slogan-latin
	{
	font-size:1.1em;
	margin: 0 0 0.5em 0;
	}
	
	.about-slogan-japan
	{
	width:80%;
	}
  
  .footer_container
  {
  width: auto;
  position:static;
  margin: 1em 0 0.5em 0;
  padding: 0;  
  
  font-size:0.8em;
  overflow:auto;

  background: none;
  } 
  
  .footer_container ul
	{
	margin: 0;
	}

	
	.footer_container ul.copyright
	{
	margin:0 0 0 0;
	padding: 0;
	}

		.footer_contact
		{
		position: static;
		clear: both;
		display: block;
		padding: 0 0 0 0;
		margin: 0;
		padding: 1em 0 0 0;
		overflow: auto;
		font-size: 0.9em;

		
		}
		
		.footer_contact li
		{
		margin: 0;
		padding:0;
		float: none;
		}

		

	.btn_top
	{
	display: none;

	position: fixed;
	bottom: 3%;
	right: 41%;
	width: 3em;
	height: 1.25em;

	padding: 0.35em 0.5em 0.3em 0.5em;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	font-size: 0.9em;
	border-radius: 0.2em;
	background: url(../images/sprites.png) no-repeat 0 0;
	background-position: -16% -678px;

	background-color: #bfbfbf;
	background-color: rgba(0,0,0,.5);
	
	box-shadow: 2px 2px 4px rgba(0,0,0,.25);
	}

	.btn_top span { display: none; }
	}		
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-width:768px)
{

	.nav li
	{
	padding: 0 0.45em 0 0.45em;
	font-size: 0.9em;

	}
}
