/* Copyright (C) YOOtheme GmbH, h */

/*
 * Custom Style Sheet - Use this file to style your content
 */
body
	{
	font-family: "Trebuchet MS", "Arial";
	background: url(/images/Hintergrund/Fotolia_67034029_Web_klein.jpg) no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	}

h1, h2, h3, h4, h5, h6 {
  	font-family: "Trebuchet MS", "Arial" !important;
	}

body A
	{
	text-decoration: none;
	color: #000000;
	}

.wrapper { max-width: 756px; }

#headerbar .module {
  text-align: center;
  float: none;
  max-width: 100%;
}

#header {
  margin-left: 0;
  margin-right: 0;
}

#main {
  display: none;
}

.impressum #main {
  display: block;
}

span.nowrap {
  padding: 0;
  white-space: nowrap;
}

.menu-dropdown li.level1 {
  margin-right: 0;
}

.wiltext {
	font-family: "Trebuchet MS", "Arial";
	background: rgba(232, 214, 170, 0.8);
	color: black;
	//position: absolute;
	width: 100%;
  	
}

.wiltext * {
  padding: 5px;
}

.wiltext h1, .wiltext h2, .wiltext h3 {
  margin-top: 0;
  margin-bottom: 0;  
  padding-top: 16px;
  font-size: 18px;
  line-height: 20px;
}

.wiltext a[href]{
  text-decoration: underline;
}

.wilbottom {
bottom: 0;  
}


.wrapper
{
/* background-color: white;
opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.80;*/
background: rgba(255, 255, 255, 0.8);
}

#menubar
{
/*opacity: 1.0; filter: alpha(opacity=100); -moz-opacity: 1.0;
background-color: white;*/
background: rgba(255, 255, 255, 1);
color: black;
text-align: center;
}

.menu-dropdown li.active .level1
{
color: black;
background: url(/images/LogoSprachenSocialMedia/Navigation.jpg) no-repeat;
padding-left: 5px;
}

.menu-dropdown a.level1, .menu-dropdown span.level1 { border: none; }
.menu-dropdown li.level1:hover .level1, .menu-dropdown li.remain .level1 { color: red; }

.mod-box {
	//background: rgba(232, 214, 170, 0.8);
	position: relative;
	padding: 0;
	margin: 15px;
	//max-height: 370px;
  border: 0;
}

.full, .half, .quarter {
  position: relative;
}

.full {
  /*margin: 1% 0 1% 1.6%;*/
  /*background-color: #663300;*/
}

.quarter, .half {
  background-repeat: no-repeat;
  /*min-height: 170px;*/
  /*background-color: #663300;*/
}

img.bkgr {
  width: 100%;
  vertical-align: top;
}

.foregroundbox {
  position: absolute;
  bottom: 1.6%;
  height: 50%;
  width: 98.4%;/* 100% - margin-left - margin-right = 49.2 - 1.6 -1.6 = 46*/
  margin-left: 0.8%;
  margin-right: 0.8%;
  z-index: 20;
}

@media (max-width: 360px){
	.foregroundbox {
 		overflow: scroll;
	}
}


.foregroundbox.fullHeight {
  height: 97.4%;/* 100% - 0.8% - .foregroundbox:bottom*/
}

.textbox {
  position: block;
}

.bottomBox {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 5px;		/* Match the padding */
  width: 100%;
}

img.infoIcon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  margin-right: 0.8%;
  margin-top: 0.8%;
}

.hidden {
  display: none;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/* Slideshow */
.orbit-container .orbit-slides-container > * .orbit-caption
{
padding: 0;
background: transparent;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
display: flex;
padding: 2px;
}

.orbit-container ul, .orbit-container li { list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0;
	}

.orbit-slide-number { display: none; }

/* Slideshow won't auto start without this line: */
.orbit-container .orbit-timer { display:none!important}

/* Vertical CSS content slide image / text */
.slcontainer {
position:relative;
overflow:hidden;
width:348px;
height:160px;
}
.slcontainer .textbox {
position:absolute;
top:0;
left:0;
width:348px;
height:160px;
margin-left:358px;
}
.slcontainer:hover .textbox {
margin-left:0;
}
.slcontainer img {
margin-left:0;
}
.slcontainer:hover img {
margin-left:-358px;
}
.slcontainer img, .textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
