/* cmsms stylesheet: screen modified: Dienstag, 19. November 2019 20:23:22 */
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.mobile {
    display:none;
}

body {
	background: #F0EADA;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-style: normal;
	color: #3C3D2F;
	padding:0;
	margin: 0;
	
}

#logo {
    text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 100px;
}

#logo img { width: 250px; height: auto }

#fb {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 0 0 15px;
	position: absolute;
	top: 385px;
}

/* 	#########################################################################################
	#
	#	CONTAINERS
	#
	#########################################################################################
*/


#groundLayer {
	width: 802px;
	height: 460px;
	margin-left: auto;
	margin-right: auto;

}

#container {
	width: 800px;
	height: 450px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	background: url(https://www.auenland-agentur.ch/images/background.jpg) top left no-repeat;
}

#groundLayer > #container {
	height: 450px;
}

#navigationContainer {
	width: 198px;
	height: 430px;
	float: left;
	position: relative;
}

#bildContainer {
	width: 300px;
	height: 450px;
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #000;
  position: relative;
}

#bildContainer img:not(.slide-image) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#bildTable {
	height: 450px;
	border: 0;
	padding: 0;
	margin: 0;
}

#bildContainer td {
	vertical-align: middle;
}

#textContainer {
	float: left;
	width: 270px;
	height: 415px;
	position: relative;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
	padding: 15px;
	padding-top: 20px;
}

#container > #textContainer {
	padding-top: 10px;
	height: 425px;
}


#welcomeContainer {
	height: 100%;
	width: 100%;
}

#welcomeContainerTable {
	height: 100%;
	width: 100%;
}

#welcomeContainerTable td {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

#welcomeContainerTable table {
	width: 200px;
}


#multiplayerButton {
	position: absolute;
	left: 150px;
	top: 425px;
}


/* 	#########################################################################################
	#
	#	NAVIGATION
	#
	#########################################################################################
*/

#navigationContainer {
	font-size: 11px;
	text-align:left;
	margin-top:15px;
}

#navigationContainer ul {
	list-style: none;
	margin:0;
	padding:0;
	width:95px;
}

#navigationContainer ul li {
    display:block;
    height: 20px;
}



#navigationContainer ul ul li {
    display:block;
    height:auto;
}

#navigationContainer ul li a {
    font-weight:bold;
    text-decoration:none;
    padding: 4px 0px 4px 15px;
    display:block;
}

#navigationContainer ul li a:hover {
    color:#fff;
    background:#000;
}

#navigationContainer ul li ul {
    border-left:1px solid #000;
    display:none;
    position:relative;
    left:95px;
    top:-20px;
    width:102px;
}



#navigationContainer ul li:hover ul {
    display:block;
}

#navigationContainer ul ul li a {
    font-weight:normal;
}

#lang_menu {
    clear:both;
    width:800px;
    margin:0 auto 0;
    text-align:right;
    padding-bottom:10px;
}

#lang_menu ul {
    list-style:none;
    padding:0;
    margin:0;
}

#lang_menu ul li {
    display:inline;
    margin-right:10px;
}

#lang_menu ul a {
    text-decoration:underline;
    font-weight:bold;
    color:#60604d;
    font-size:10px;
}

#lang_menu ul li.active a {
    color:#000;
    text-decoration:none;
}



/* 	#########################################################################################
	#
	#	BASICS
	#
	#########################################################################################
*/

img {
	border: 0;
}

h1 {
	color: #60604D;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

a {
	color: black;
}

#textContainer ul {
    padding-left: 25px;
}


/* 	#########################################################################################
	#
	#	CLASSES
	#
	#########################################################################################
*/

.fancybox {
    background: #7b746d;
    color: #f7f3c6;
	padding: 2px 4px;
	margin: 0 6px 5px 0;
	cursor: pointer;
	border-radius: 2px;
	display: inline-block;
}

a.fancybox { text-decoration: none; font-weight: bold; }

.cleaner {
	clear: both;
}

.button {
	background: black;
	color: white;
	width: 100px;
	height: 20px;
	padding-top: 5px;
	cursor: pointer;
	text-align: center;
}

.button.over {
	background: #888888;
}

.button a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	font-size: 9px;
	color: #60604D;
}

.footer a {
	color: #60604D;
}

a.bold {
	font-weight: bold;
}

#startbuttons {
width: 300px;
margin: -15px auto;
padding: 0 100px 0 0;
}

#strich {
border-right: 1px solid black;
height: 40px;
width: 1px;
float: left;
margin: 0 0 0 28px;
}

#promoagentur-active, #kuenstleragentur-active {
float: left;
padding: 5px 7px;
margin: 6px 0 0 0;
font-size: 13px;
letter-spacing: 1px;
font-weight: bold;
display: inline;
background: black;
border-radius: 2px;
text-decoration: none;
color: white;
}

#promoagentur a, #kuenstleragentur a {
float: left;
padding: 5px 7px;
margin: 6px 0 0 0;
font-size: 13px;
letter-spacing: 1px;
font-weight: bold;
display: inline;
background: #7b746d;
border-radius: 2px;
text-decoration: none;
color: #F0EADA;
}

#kuenstleragentur a, #kuenstleragentur-active {
    float: right;
}

.hand {
  margin-top: 2rem;
  margin-left: 2rem;
}

.hand a {
  text-decoration: none;
  font-family: 'Dawning of a New Day', cursive;
  font-size: 2rem;
  opacity: 0.6;
}

.hand a:hover {
  opacity: 0.9;
}

#referezen {
  height: 350px;
  width: auto;
  display: block;
  margin: 0 auto;
}
