/*
Theme Name: tettenweis
Author: Lindenvalley GmbH
Version: 1.0
*/
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
html{
	margin-top:0 !important;
}
@font-face {
    font-family: 'SegoePrint';
	src: url('fonts/SegoePrint.eot?SegoePrint') format('eot'),
	     url('fonts/SegoePrint.woff') format('woff'),
	     url('fonts/SegoePrint.ttf')  format('truetype'),
	     url('fonts/SegoePrint.svg#SegoePrint') format('svg');
    font-weight: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
input,textarea{
  outline: 0;
}
input[type=submit]{
  cursor: pointer;
}
body {
    min-width: 980px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#4b4b4d;
    line-height: 1.6;
    background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1{
  color: #a90123;
  font-size: 1.500em;
  font-weight: bold;
  margin-bottom: 15px;
}
h2{
  color:#242425;
  font-size: 1.500em;
  font-weight: bold;
  margin-bottom: 22px;
}
h3{
  color:#242425;
  font-size: 1.167em;
  font-weight: bold;
  margin-bottom: 24px;
}
a{
	color:#B30024;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    margin: 0 0 20px;
}
td{
    padding: 5px;
}
a img {
	border: none;
}
.left{
  float: left;
}
.right{
  float:right;
}
.clear{
  clear: both;
}
textarea{
  overflow: auto;
  resize: vertical;
}
.center{
  width: 976px;
  margin: 0 auto;
}
#header {
    position: relative;
}
section p {
    margin-bottom: 10px;
}
.type-post{
  padding-bottom: 10px;
}

.top-line{
  line-height: 60px;
  height: 57px;
  background: #b30024;
  font-family: 'SegoePrint';
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  min-width: 1004px;
}
.top-line-inner{
  width: 976px;
  margin: 0 auto;
  text-align: right;
}
.top-line-inner p{
  margin: 0;
  padding: 0;
  padding-right: 23px;
  word-spacing: -2px;
}
.top-block{
    margin-top: -200px;
}

.grey-line{
  min-height: 88px;
  background: #d8d8d8;
  /*position: absolute;
  left: 0;
  top: 242px;
  top: 20.2em;
  width: 100%;*/
  margin-bottom: 27px;
}
#wrapper {
  position: relative;
}
.border-block{
  width: 976px;
  margin: 0 auto;
  border-left: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  height: 100%;
}
.main-border-block{
  width: 976px;
  margin: 0 auto;
  border-left: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  background: url(images/main-bg.gif) repeat-y;
}

.white-block{
  height: 33px;
  background: #fff;
}

.double-line{
  /*position: absolute;
  left: 0;
  top: 478px;*/
  height: 7px;
  width: 100%;
  margin-bottom: -42px;
  background: url(images/menu-header.gif) repeat-x center;
}
.logo {
  margin-bottom: 23px;
  float: left;
  margin-top: 17px;
  margin-left: 2px;
  line-height: normal;
}
.home-slider{
  width: 592px;
  height: 358px;
  margin-right: 20px;
  margin-top: 16px;
  margin-bottom: 11px;
}
.contact-block, .work-time{
  color:#4b4b4d;
  font-weight: bold;
  margin-left: 29px;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-size: 1em;
  position: relative;
  z-index: 1;
  padding: 9px 0;
}
.contact-block a, .work-time a{
    color:#4b4b4d;
}
.menu-header{
  position: relative;
  z-index: 1;
}
.menu-header .menu{
  float: right;
  margin-right: -25px;
}
.menu-header li{
  position:relative;
}

.menu-header .menu > li{
  text-align: center;
  height: 69px;
  float: left;
  min-width: 140px;
  background: #f4f4f4;
  border-radius:15px;
  margin-left: 10px;
  border:1px solid #a5a5a5;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.menu-header .menu > li > a{
  color: #b30024;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  display: table-cell;
  padding: 0 0.2em;
  line-height: 22px;
  min-width: 134px;
  height: 69px;
  outline: none;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.lt-ie8 .menu-header .menu > li > a{
    padding-top: 10px;
    vertical-align: top;
    display: block;
    height: 59px;
}
.menu-header .menu > li:hover, .menu-header .menu > .current-menu-ancestor, .menu-header .menu > li.active{
  background: #b30024;
}
.menu-header .menu > li:hover > a, .menu-header .menu > .current-menu-ancestor > a, .menu-header .menu > li.active > a{
  color: #f4f4f4;
}
.sub-menu{
  width: 209px;
  background: #b60a2d;
  border:1px solid #b30024;
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 0;
  text-align: left;
  display: none;
}
.sub-menu.block{
  display: block;
}

.menu-header li:hover > .sub-menu{
    display: block;
}

.sub-menu li.parent{
    background: url(images/indicator.png) no-repeat right center;
}
.sub-menu .sub-menu{
  left: 100%;
  top: 0;
}
.sub-menu li{
  border-top: 1px solid #b30024;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.sub-menu li:hover, .sub-menu li.current-menu-ancestor, .sub-menu li.current-menu-item{
  background-color: #b30024;
}

.sub-menu li:first-child{
  border-top:none;
}
.sub-menu a{
    line-height: 35px;
    display: block;
    padding:0 7px;
    color:#fbfaf9;
    text-decoration: none;
    font-size: 1em;
}
.menu-footer ul{
  height: 1.2em;
  margin-bottom: 13px;
}

.menu-footer li{
    float: left;
    height: 1em;
    line-height: 1em;
    border-left:1px solid #f2e4e5;
    padding: 0 5px;
}
.menu-footer li:first-child{
  border: 0;
  padding-left: 0;
}

.menu-footer a{
  color: #fbfaf9;
  font-size: 1em;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}
.menu-footer .current_page_item a{
    text-decoration: underline
}

.footer .widget_search{
  position: relative;
  width: 212px;
}
.search-field{
    background: url(images/search-field.png) no-repeat;
    width: 178px;
    height: 34px;
    border:0;
    padding: 0 17px;
    color:#666666;
    float: left;
    font-size: 12px;
    overflow: hidden;
}
.lt-ie9 .search-field{
  line-height: 34px;
}

.searchsubmit{
  position: absolute;
  right: 6px;
  top: 6px;
  width: 21px;
  height: 21px;
  border:0;
  background: transparent;
  color: transparent;
  font-size: 0;
}
aside{
  width: 229px;
  padding-top: 60px;
  float: left;
  margin-left: 23px;
}
.widget-title{
  font-family: 'SegoePrint';
  color:#b30024;
  text-align: center;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.7em;
  text-shadow:0 0 5px rgba(0,0,0,0.55);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.textwidget, .widgets .widget-container li {
    line-height: 1.95em;
}
.widgets > li{
    border-radius:15px;
    border:1px solid #a5a5a5;
    padding: 12px 27px;
    min-height: 144px;
    margin-bottom: 10px;
}
.widgets > li.widget_search{
   padding: 13px 7px;
   min-height: 34px;
}
#main{
  font-size: 1em;
}

section{
  margin-left: 276px;
  /*line-height: 2.4em;*/
  line-height: 1.8;
  padding: 34px 57px 135px;
  position: relative;
}
.footer{
  background: #b30024;
  min-width: 1004px;
  border-top:1px solid #f1d1d6;
  height: 96px;
}
.footer-block{
  margin: -1px 13px 0 0;
  height: 48px;
  background: #ffffff;
  border-bottom:1px solid #f8e8eb;
  float: right;
  width: 673px;
}
.menu-footer {
  padding-top: 20px;
  padding-left: 22px;
}
.footer-letters{
    color: #fbfaf9;
    font-size: 10px;
    line-height: 34px;
    padding-left: 5px;
    padding-right: 16px;
}
.footer-letters a{
  color: #fff;
  text-decoration: none;
}

.footer-letters a.on{
    cursor: pointer;
}

.footer-letters a.on:active, .footer-letters a.off{
  opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
a.big-letter{
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  padding-right: 9px;
  font-size: 14px;
}
.cycloneslider {
  position: relative;
  height: 100%;
}
.cycloneslider-slides {
  position: relative;
  overflow: hidden;
  height: 100%;
  border:2px solid #FFFFFF;
}
.widgets .widget-container li li {
    padding-left: 10px;
}
#comments label{
    float: left;
    width: 8em;
}
#respond {
  float: left;
  width: 100%;
}
#respond p{
  clear: both;
}
#searchform {
    position: relative;
}