/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/layout.css);
@import url(eigene.css);

/* EIGENE
---------------------------------------------------------------------------------------------------*/
#footer .spruch { float:left; }
#footer .top-menu { float:right; margin-right:50px !important; top:8px }

#footer .facebook { float:right; margin-right:-155px !important; top:50px; }
#footer .facebook ul { list-style-type:none; margin-top:-8px; }
#footer .facebook li { float:left; width: 90px; }

/* Spacing
----------------------------------------------------------------------------------------------------*/

#breadcrumbs,
#content,
.module { margin: 5px; }

#toolbar,
#header,
#footer { margin: 0 5px; }

#top-a { padding: 0px 0; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Blocks */
#block-toolbar { padding: 5px 0; }

#block-main,
#block-bottom,
#block-footer { padding: 15px 0; }

#block-main { padding-bottom: 20px; }

/* Widths */
.wrapper.max-width80 { max-width: 80%; }
.wrapper.max-width100 { max-width: 100%; }

/* Header */
#menubar { float: right; }

#logo { height: 80px; }
#logo > img {
  width: auto;
  max-height: 100%;
}
#logo p { margin-top:0; }

#block-main,
#block-bottom,
#block-footer { position: relative; }

/* Footer */
#footer { text-align: left; }

#footer,
#toolbar {
  font-size: 12px;
  line-height: 26px;
  color: #666666;
}

/* ToTop Scroller */

body { overflow: hidden; }

#totop-scroller {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
}

#totop-scroller:hover { background-position: 0 -30px; }
#totop-scroller:active { background-position: 0 -60px; }


/**** MENUE BEARBEITUNG 09-2016 ****/
#menubar {margin-right:5%;}
