@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Abel:400,700);

* {
	font-family: "Abel",sans-serif;
	font-size: 16px;
}
body {
	margin:0px;
	background-color:#E4E4E4;
	min-width: 1150px;
}

#logo {
    position: absolute;
    float: left;
    top: -142px;
    width: 250px;
    height: 260px;
    background-image: url("/theme/Portal/img/Logo_400.png");
    background-size: 250px;
	background-repeat: no-repeat;
	z-index:99;
}

a:link, a:visited  {
	color: #73462F;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

#scene{
	display:none;
}

.header {
	height: 150px;
	background-image: url("/theme/Portal/img/alps.jpg");
	background-position: 50% 30%;
	background-size: 100% auto;
}
.banner {
	width: 1100px; 
	height: 270px; 
	margin-bottom: 40px;
}

/* Navigation */
.navbar {
	background-color:#905B40;
	border-bottom:white;
	height:36px;
	margin-bottom: 10px;
}
.navbar-inner {
	width:1100px;
	height:36px;
	margin:auto;
	position:relative;
}

/* Language */
.language_menu {
	width: 1100px;
	margin: auto;
	margin-top:10px;
	text-align: right;
}

.language_menu a.active {
	background-color: #FFFFFF;
	color: #666666;
}
.language_menu a {
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	width: 28px;
	height: 28px;
	font-size: 12px;
	border-radius: 50%;
	background-color: #905B40;
	margin-right: 2px;
}

/* Map */
#enter-full-screen {
	z-index: 99;
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: auto;
}
#exit-full-screen {
	z-index:1000001;
	position:fixed;
	bottom:20px;
	right:10px;
	width:auto;
}
/* Content-Header */
#container {
	width:1100px;
	margin:auto;	
}

/* Footer */
.social {
	width: 1100px;
	margin: auto;
	padding-bottom: 10px;
}

.social i {
	font-size: 25px;
	margin-left: 5px;
}


footer.container {
	width:1100px;
	margin:auto;
	border-top:1px silver solid;
	
}
footer.container ul  {
	padding-left:  0px;
	padding-right: 0px;
	margin-left:  20px;
}
footer.container ul ul {
	padding-left:  0px;
	padding-right: 0px;
	margin-left:   0px;
}
footer.container ul li {
	list-style-type:none;
	float:left;
	padding-right: 40px;
	padding-top:5px;
	margin-bottom: 30px;
}
footer.container ul li:last-child {
	padding-right: 20px;
}
footer.container ul li li {
	float:none;
	margin-bottom: 0px;
	padding-right: 0px;
}
footer.container ul li a {
	color:#A5A5A5;
	text-transform:uppercase;
	font-weight: bold;
}
footer.container ul li li a {
	color:#A5A5A5;
	text-transform:none;
	font-weight: normal;
}

/* Gallery */
.gallery h2 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}
.thumbnail {
	float: left;
	padding-right: 5px;
}

#title {
	margin-left:267px;
	font-size:45px;
	text-transform:uppercase;
	color: #666666;
}

/* Users */
.adopted-span {
	background-color: #E4E4E4;
	padding: 4px 8px;
	margin-right: 3px;
	border: 1px solid #ABABAB;
	white-space: nowrap;
	display: inline-block;
	border-radius: 5px;
	margin-top:8px;
}
.adopted-span:hover {
	background-color: white;
}

/* Content */
#content {
	background-color:white;
	padding:10px;
	box-shadow: 5px 5px 5px 5px silver;
	margin-bottom:30px;
}
#content-1 {
	background-color:white;
	padding:10px;
	box-shadow: 5px 5px 5px 5px silver;
	margin-bottom:30px;
}
#content-1 table {
	width:100%;
}
#content-2 {
	background-color:white;
	padding:10px;
	box-shadow: 5px 5px 5px 5px silver;
	margin-bottom:30px;
}

.content-n-header {
	border-bottom: 1px silver dotted;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-n-header div {
	text-transform: uppercase;
	color: #666666;
	font-size: 24px;
	margin-left: 255px;
}
.content-n-buttons {
	width:0;
	vertical-align: top;
	padding-top: 10px;
}
.content-n-buttons div {
	width:240px;
}
.content-n-list {
	margin-left:12px;
	width:800px;
}

/* Empty-Layout */
.container-empty table{
	width:100%;
	border-collapse: collapse;
}
.container-empty table tr td {
	vertical-align:top;
}
.container-left {
	background-color:white;
	box-shadow: 5px 5px 5px 5px silver;
	padding: 20px;
	margin-right: 20px;
	margin-bottom:20px;
	width:210px;
}
.container-right {
	background-color:white;	
	box-shadow: 5px 5px 5px 5px silver;
	width:800px;
	padding:10px;
	margin-bottom:30px;
}
.container-page {
	background-color:white;	
	box-shadow: 5px 5px 5px 5px silver;
	margin: auto;
	margin-bottom:30px;
}
.container-page section {
	padding:10px;
}

/* List */
.list {
	width:100%;
	margin-bottom:10px;
	color:#666666;
}
.list tr {
	vertical-align:top;
	height:25px;
}
.list tr td p {
	margin:0px;
}
.list tr th {
	text-align:left;
}
.list tr th a {
	color:#444;
	text-decoration:none;
}
.list tr th:hover a {
	color:black;
}
.list-spacer {
	width:250px;
}
tr.list-break-1 {
	height:10px;
}
tr.list-break-2 {
	height:10px;
}
.list-break-1 td {
	border-bottom: 1px dotted silver;
}
.list-index  {
	border-bottom:1px #E1DEDE solid;
}
.list-index  a {
	color:#73462F;
	text-decoration:none;
}
.list-index  a:hover {
	color:black;
}

.list label {
	color: #666666;
}
.list-button {
	text-transform:uppercase;
}
.list-view {
	padding-top:10px;
	padding-bottom:10px;
}
.list-view  div {
	margin-top:-10px;
}
.list-button-clipzone {
	position:relative;
	width:18px;
	height:18px;
	overflow:hidden;
	float:right;
	background-color: #666666;
	margin-left: 6px;
	padding: 2px;
	border-radius: 3px;
}
.list-button-clipzone a img {
	margin:3px;
}
.list-button-edit, .list-button-delete, .list-button-view {
}
.list-button-edit img {
	position:absolute;
	clip: rect(72px, 18px, 88px, 0px);
	top: -72px;
	left: 1px;
}
.list-button-delete img {
	position:absolute;
	clip: rect(0px, 472px, 18px, 455px);
	top: 0px;
	left: -455px;
}
.list-button-view img {
	position: absolute;
	clip: rect(72px, 135px, 88px, 120px);
	top: -72px;
	left: -118px;
}
.list-edit table {
	width: 100%;
}
.list-toggle {
	background: url('/theme/Portal/img/toggle_c.png') 
	no-repeat left; 
	margin: 0; 
	padding: 0 3px 0 258px; 
	cursor: pointer; 
	color:#666666;
	font-size:24px;
	text-transform:uppercase;
}


/* Link-Button */
.button {
	width:100px;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	background-color:#73462F;
	border: 1px #73462F solid;
	padding: 5px;
}
a.button:link, a.button:visited {
	color:white;
}
a.button:hover {
	width:100px;
	text-transform:uppercase;
	color:#73462F;
	background-color:white;
}

/* Link-Button-Left */
.button-left {
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	background-color:#73462F;
	border: 1px #73462F solid;
	padding: 5px;
	display:block;
	text-align:center;
}
a.button-left:link, a.button-left:visited {
	color:white;
}
a.button-left:hover {
	text-transform:uppercase;
	color:#73462F;
	background-color:white;
}
input[type=submit].button-left {
	width:100%;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	background-color:#73462F;
	border: 1px #73462F solid;
	padding: 5px;
	display:block;
	text-align:center;
}
input[type=submit]:hover.button-left {
	text-transform:uppercase;
	color:#73462F;
	background-color:white;
}

/* Link-Button-Left-Info */
.button-left-info {
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	background-color:#666666;
	border: 1px #666666 solid;
	padding: 5px;
	display:block;
	text-align:center;
}
a.button-left-info:link, a.button-left-info:visited {
	color:white;
}
a.button-left-info:hover {
	text-transform:uppercase;
	color:#666666;
	background-color:white;
}
input[type=submit].button-left-info {
	width:100%;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	background-color:#666666;
	border: 1px #666666 solid;
	padding: 5px;
	display:block;
	text-align:center;
}
input[type=submit]:hover.button-left-info {
	text-transform:uppercase;
	color:#73462F;
	background-color:white;
}

/* List-Form */
.list-tooltip {
	border: 1px silver solid;
	padding: 15px;
	background-color: #F3F3F3;
	color: #666666;
}
.list-label {
	width:235px;	
	padding:10px;
	color:#666666;
	text-transform:uppercase;
	text-align:right;
	vertical-align:top;
	font-size:16px;
}
.list-edit .list-label {
	padding-top: 16px;
}
.list-input {
	padding:10px;
	padding-left:0px;
	color: #666666;
}
.list-input p {
	margin: 0px;
}
.list-input input {
	width:100%;
	color:#666666;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px silver solid;
}
.list-input select {
    font-size: 16px;
    font-family: calibri;
    color: #666;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
}
.list-input input:focus, .list-input select:focus {
	border-color: #73462F;
	box-shadow: 0 0 10px #73462F;
}
.list-input input[type="submit"] {
    padding: 4px 8px;
    border: 1px solid #73462F;
    border-radius: 0px;
    text-decoration: none;
    min-width: 0px;
    margin-right: 1px;
    color: #FFF;
	text-transform:uppercase;
    background-color: #73462F;
    text-transform: uppercase;
    width: auto;
}
.list-input input[type="radio"] {
    width:auto;
}
.list-input input[type=submit]:hover {
	width:auto;
	text-transform:uppercase;
	color:#73462F;
	background-color:white;
}
.list-input textarea {
	width:100%;
	font-size:16px;
	font-family:calibri;
}
.list-input select {
	font-size:16px;
	font-family:calibri;
}
.input-search input {    
	width: calc(100% - 10px);
	margin-bottom:10px;
	font-size:16px;
	color:#666666;
	padding: 4px;
	border: 1px silver solid;
}
.input-search input:focus, .input-search select:focus {
	border-color: #73462F;
	box-shadow: 0 0 10px #73462F;
}
.controls fieldset {
	border: 1px silver solid;
	width: 98%;
}

/* Alert */
.alert {
  width:1050px;
  margin:auto;
  text-align:right;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* Paging */
.paging span {
	padding-left:5px;
	padding-right:5px;
}

/* über uns */
section {
	padding-bottom:30px;
	color: #666666;
}
.title {
	padding: 45px 0px 20px;
}
.title h2 {
	font-size: 45px;
	color: #905B40;
	margin:0px;
	text-transform: uppercase;
}
.subtitle h2 {
	font-size: 20px;
	color: #666666;
	text-transform: none;
}
.title, .subtitle, .info {
    text-align: center;
}
.line {
    background-color: #CACACA;
    width: 300px;
    height: 1px;
    text-align: center;
    line-height: 0;
    display: inline-block;
}

.circle.small {
    display: inline-block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
}
.circle.small {
	border-color: #CACACA;
    background: #FFF none repeat scroll 0% 0%;
}
.circle {
    border-radius: 50%;
}
.info {
	padding-bottom: 20px;
}
.box {
	width: 100%;
	border-spacing: 20px;
	border-collapse: separate;
	table-layout: fixed;
	
}
.box tr td {
	text-align: center;
	width:10%;
	border: 1px silver solid;
	padding: 20px;
	vertical-align: top;
	box-shadow: 2px 2px 10px 2px silver;
}
.box tr td div {
	font-size: 24px;
	padding-bottom: 10px;
	color: #905B40;
}
.box-logo {
	width: 100%;
	border-spacing: 20px;
	border-collapse: separate;
	table-layout: fixed;
	
}
.box-logo tr td {
	text-align: center;
	width:10%;
	border: 1px silver solid;
	padding: 20px;
	vertical-align: middle;
	box-shadow: 2px 2px 10px 2px silver;
}
.box-logo tr td div {
	font-size: 24px;
	padding-bottom: 10px;
	color: #905B40;
	width:100%;
}
.box-logo tr td a {
	display:flex;
}
.box-logo tr td img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1);
	opacity: 0.8;
	width:100%;
}
.box-logo tr td img:hover {
	filter: none; /* IE6-9 */
	filter: none; /* Firefox 35+ */
	-webkit-filter: none;
	opacity: 1.0;
}
.parallax-button {
	position: relative;
	top: 110px;
	text-align:center;
	z-index:99;
}
.parallax-button span {
	color: white;
	font-size: 50px;
	border: 2px white solid;
	padding:5px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 8px;
}
.parallax-button span:hover {
	background: rgba(144,91,64,0.6);
}


