

/*
Theme Name: Ari
Theme URI: http://www.elmastudio.de/wordpress-themes/ari/
Description: Ari is a minimalistic, flexible three-column blog theme. The theme uses CSS3 media queries for its responsive layout and is therefore optimized for tablet pcs and smart phones (the theme switches to a two-column layout when viewed on a horizontal iPad screen, and to a one-column layout on iPhones). You can also choose a dark color scheme and the backgound-, text- and link-colors can be customized in the theme options page.
Author: Elmastudio
Author URI: http://www.elmastudio.de/wordpress-themes/
Version: 1.1
Version: 1.1
Tags: white, dark, three-columns, left-sidebar, right-sidebar, flexible-width, custom-colors, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready
License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/


/* Reset
--------------------------------------------- */
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, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
ul {
  list-style: none;
}
ol{
  margin-left:18px;
}
ol.lower-roman li {
  list-style-type: lower-roman !important;
  }
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
dd {
    padding: 10px 0 20px 0;
    line-height: 23px;
}


@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Droid400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Droid700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/DroidSerif400italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/DroidSerif700italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidSerif400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidSerif700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





/* General Structure and Styles
--------------------------------------------- */
body {
  font-family:'Droid Sans', arial, sans-serif;
/*  font-family:'PT Sans', arial, sans-serif;*/
  color: #4C4C4C;
  background-color:#fff;
}
#header {
  background:#983435;
  background:url(../gfx/hand.gif);
  height:130px;
}

#page-249 #header {
	background: #3a6fba ;
}

#header img {
  max-width: 100%;
  height: auto;
}
#wrap {
  max-width: 1280px;
  margin: 40px auto 0 auto;
  padding:0;
  z-index: 0;
}
#sidebar-primary {
  width:18%;
  padding:0 2% 0 2%;
  margin:12px 0px 60px 0px;
  float:left;
}
#main {
  width:78%;
  /*margin-top:15px;*/
  float:right;
}
#content {
  width:67%;
  margin:0px 0px 30px 0px;
  padding:12px 2% 0px 2%;
  float:left;
}
#sidebar-secondary {
  width:23%;
  padding:0 2% 0 2%;
  margin:40px 0px 60px 0px;
  float:right;
}
#footer {
  padding: 0px 0px 30px 0px;
  clear: both;
  font-size: 12px;
  overflow:hidden;
}
/* Alignment
--------------------------------------------- */
.alignleft {
  display: inline;
  float:left;
  margin-right: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}
/* Headings
--------------------------------------------- */
#content .frame-default h1 {
  padding:0px 0px 20px 0px;
  font-size: 24px;
  font-weight:normal;
  line-height:28px;
  color:#660000;
}
#content h2 {
  padding:0px 0px 28px 0px;
  font-size: 24px;
  font-weight:normal;
  line-height:26px;
  color:#660000;
}

#content h3 {
  padding:10px 0px 12px 0px;
  font-size: 16px;
  line-height:24px;
  font-weight:normal;
  color:#660000;
}
#content h4 {
  padding:10px 0px 10px 0px;
  font-size: 15px;
  line-height:21px;
  color:#660000;
}
#content h5 {
  padding:10px 0px 8px 0px;
  font-size: 14px;
  line-height:20px;
  color:#660000;
}
#content h6 {
  padding:10px 0px 5px 0px;
  font-size: 13px;
  line-height:19px;
  color:#660000;
}

/* Links
--------------------------------------------- */
#content h2 a {
  color:#4C4C4C;color:#660000;
}
a, #content h2 a:hover{
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
/* --- Link Colors --- */
a, ul.sidebar li.widget_text a {
  color:#660000;
  text-decoration:underline;
}
#searchsubmit:hover, form#commentform p.form-submit input#submit:hover, input.wpcf7-submit:hover  {
  background:#88C34B;color:#660000;
}
.tx-indexedsearch legend{
  display:none;
}
.tx-indexedsearch-info{
  display:none;
}

/* Lists
--------------------------------------------- */
#content #page ul, #content .frame-default ul {
  padding:0px 0px 0px 25px;
}
#content .frame-default ul ul {
  padding:10px 0px 0px 25px;
}
#content .frame-default ol {
  padding: 0px 0px 0px 5px;
  margin-bottom:10px;
}
#content .frame-type-menu_abstract ul {
  list-style:none;
  padding:0;
}
#content #page ul li, #content .frame-default ul li {
  padding:0px 0px 10px 0px;
  line-height:21px;
  list-style: square !important;
}
#content #page ol li, #content .frame-default ol li {
  padding:0px 0px 10px 0px;
  line-height:21px;
  list-style: decimal;
}
#content .frame-default.frame-type-menu_abstract ul li {
  list-style: none !important;
}

#content  #page ol ol li, #content .frame-default ol li ol li {
  list-style: upper-alpha !important;
}
#content  #page ol ol ol li, #content .frame-default ol li ol ol li{
  list-style: lower-roman !important;
}
#sidebar-secondary li {
  margin-bottom: 15px;
}

.frame-layout-1 p{
  margin-left:1em;text-indent:-1em;
}
.frame-layout-1 blockquote p{
  margin-left:0em;text-indent:0em;
}
.frame-layout-1 p:first-word{
    font-weight:bold;
}
.frame-layout-1 blockquote p:first-line{
    font-weight:normal;
}
.frame-layout-1 p a{
    font-weight:normal;
}
.frame-layout-1 blockquote p{
  font-size:12px !important;
  margin-bottom:30px !important;
  line-height:21px !important;
  border-left:3px solid #983435;
  padding:0 0 0 6px !important;
  margin:0 !important;
}
 #content blockquote {
  margin:-10px 0px 20px 0px !important;
  padding:0px 0px 0px 16px;
  /* background:url(images/blockquote-border.jpg) 0 0 repeat-y; */
  font-family:'Droid Serif',  Times, serif;
  line-height:21px;
  font-style:italic;
}
.ce-gallery img {
    max-width: 100%;
    height: auto;
  }
.frame-type-menu_section > ul > li > a{
  display:none;
}
/* Sidebars
--------------------------------------------- */
#sidebar-primary h3, #sidebar-secondary  h3{
  padding:0px 0px 15px 0px;
  font-size: 12px;
  font-weight:bold;
  text-transform:uppercase;
  color:#660000;
}
#sidebar-primary .frame-default p.meta, #sidebar-secondary .frame-default p.meta, #sidebar-secondary .frame-default p.csc-frame-frame2{
  margin:10px 0px 0px 0px;
  padding:5px 0px 0px 0px;
  font-size:12px;
  line-height:19px;
  clear:both;
}
#sidebar-primary .frame-default, #sidebar-secondary .frame-default {
  margin:0px 0px 17px 0px;
  padding:0px 0px 13px 0px;
  border-bottom:1px dotted #4C4C4C;
  overflow:hidden;
  line-height:19px;
  font-size:12px;
}
#sidebar-primary .frame-default .frame-default, #sidebar-secondary .frame-default .frame-default {
  margin:0;
  padding:0;
  border-bottom:none;
}

.mobile-menu {
  display: none;
}



/* Sidebar Primary
--------------------------------------------- */
/* --- Theme Logo --- */
#header .logo  {
  overflow:hidden;
  max-width: 1280px;
  margin:auto;
  padding:7px 0 0 42px;
  color:#e2e2e2;
  position: relative;
}
#header .logo h1 {
  padding:12px 0px 5px 0px;
  font-size:28px;
  font-weight:normal;
  line-height:30px;
  letter-spacing:-1px;
  word-spacing:-2px;
}
#header .logo h1 a{
  color:#ebebeb;
  text-decoration:none;

}
#header .logo h1 a:hover {
  text-decoration:none;
}
#header .logo p {
  font-family:'Droid Serif',  Times, serif;
  font-style:italic;
  font-size:13px;
  line-height:1.4em;
}
#header .logo img {
  max-width:100%;
  margin:0;
  padding:0;
}
#sprache {
  float: right;
  padding-right: 160px;
}
#sprache a {
  color: white;
}


/* Sidebar Secondary
--------------------------------------------- */
#sidebar-secondary{
  padding-top:30px;
}

/* --- Text Widget --- */
ul.sidebar li.widget_text img {
  margin:3px 10px 0px 0px;
  float:left;
}
/* --- Custom Menu Widget --- */
ul.sub-menu {
  margin: 0px 0px 0px 15px;
}
ul.sidebar li.widget_categories ul li.cat-item ul.children {
  margin:0px 0px 0px 15px;
}
/* --- Pages Widget --- */
ul.sidebar li.widget_pages ul li.page_item ul.children {
  margin:0px 0px 0px 15px;
}
/* --- Search Widget --- */
.search-input {
  max-width: 75%;
  width: 75%;
  margin:0px 0px 4px 0px;
  font-size:12px;
  float:left;
}
#searchsubmit {
  margin:0px 0px 0px 4px;
  float:left;
  border:none;
  cursor:pointer;
}
ul.menue{
  margin-bottom:40px;
  font-size:14px;
}
ul.menue a{
  text-decoration:none;
  display:block;
}
ul.menue a:hover{
  text-decoration:underline;
}
ul.menue a.aktiv{
  font-weight: bold;
}
ul.menue li{
  margin-bottom:15px;
  padding-bottom:10px;
  border-bottom:1px dotted #4C4C4C;
}
ul.menue ul{
  margin-top:10px;
}
ul.menue li li{
  margin-bottom:12px;
  border-bottom:none;
  padding-bottom:0px;
}

/* Posts
--------------------------------------------- */
#content .frame-default, #content .frame-layout-1 {
  padding:0px 0px 1px 0px;
  margin:0px 0px 15px 0px;
  border-bottom:1px dotted #4C4C4C;
}
#content .frame-default p, #content .frame-layout-1 p, #content .frame-default li {
  padding:0px 0px 15px 0px;
  font-size: 14px;
  line-height:23px;
}


#content table {
  margin:10px 0px 30px 0px;
}
#content table tr {
  border-bottom:1px solid #4C4C4C;
}
#content table tr th {
  padding: 10px 20px 10px 20px;
  border-top:1px solid #4C4C4C;
  border-left:1px solid #4C4C4C;
  border-right:1px solid #4C4C4C;
}
#content table tr td {
  padding: 10px 20px 10px 20px;
  border-left:1px solid #4C4C4C;
  border-right:1px solid #4C4C4C;
}
#content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#content object,
#content embed,
#content iframe {
  display: block;
  max-width: 100%;
  margin: 3px 0 10px 0;
}
#content .frame-default p.meta{
  margin:0px 0px 5px 0px;
  padding:5px 0px 5px 0px;
  font-size:12px;
  line-height:19px;
  clear:both;
}





/* Footer
--------------------------------------------- */

#footer p {
  line-height:19px;
}
#footer a{
  color:#4C4C4C;
}



/* Responsiveness
--------------------------------------------- */


@media screen and (max-width: 870px) {
#wrap {
  max-width: 770px;
  margin: 25px auto 0 auto;
  padding: 0px 15px 0px 15px;
  overflow:hidden;
}
#header .logo {
    padding: 7px 0 0 20px;
}
#sidebar-primary {
  width:21%;
  padding:10px 0px 0px 0px;
}
#main {
  width: 75%;
  float:right;
  overflow:hidden;
}
#content {
  width: 88.5%;
  margin:0px 0px 50px 0px;
  padding:0px 0px 0px 30px;
  float:none;
}
#sidebar-secondary {
  width: 88.5%;
  margin:0px 0px 50px 0px;
  padding:10px 0px 0px 30px;
  float:none;
  overflow:hidden;
}
#footer {
  float:none;
  overflow:hidden;
}
#footer p {
  padding-left:29%;
}
}

@media screen and (max-width: 620px) {
#wrap {
  max-width: 620px;
  margin: 25px auto 0 auto;
  padding: 0px 10px 0px 10px;
  overflow:hidden;
  position:relative;
}
#header .logo {
    padding: 7px 0 0 10px;
}
#sidebar-primary {
  width: auto;
  position:relative;
  float: none;
  clear: both;
}
#sidebar-primary ul li.widget_social_links ul li {
  float:left;
}
#main {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
}
#content {
  width: auto;
  margin:0px 0px 50px 0px;
  padding:0;
  float: none;
  clear: both;
}
#sidebar-secondary {
  width: auto;
  padding:0px;
  margin:0px 0px 50px 0px;
  float: none;
  clear: both;
}
#content img.wp-post-image {
  width: 100px;
  margin: 3px 10px 5px 0 !important;
}
/* --- Secondary Sidebar Widgets --- */
#sidebar-secondary ul.sidebar li.widget-container {
  width:100%;
  margin:0px 20px 30px 0px;
  padding:0px 0px 10px 0px;
  float:left;
  border-bottom:1px dotted #4C4C4C;
  overflow:hidden;
}
form#searchform {
  width:90%;
}
#sidebar-secondary ul .search-input {
  width:60%;
  margin:0px 0px 4px 0px;
  padding:2px 3px 3px 3px;
  border:1px solid #999;
  font-size:12px;
}
#content h2 {
  padding:0px 0px 20px 0px;
  font-size: 17px;
  line-height:24px;
}
#content .frame-default p {
  padding:0px 0px 15px 0px;
  font-size: 13px;
  line-height:22px;
}
#content p.previous {
  float:left;
  font-size:13px;
}
#content p.next {
  float:right;
  font-size:13px;
}
/* --- Comments Reply --- */
#content .frame-default #comments-content #respond h3#reply-title {
  padding:80px 0px 3px 0px;
  border-bottom:1px dotted #4C4C4C;
  font-size:16px;
  clear:both;
}
a#cancel-comment-reply-link {
  display:block;
  padding:0;
  float:none;
  font-size:12px;
}
#footer p{
  padding-left:0;
}
#sprache {
  float: left;
  padding-top: 20px;
}
.mobile-menu {
  display: block;
}
.menue {
  display: none;
}
select {
    border: 1px dotted #4C4C4C;
    font-size: 1em;
    height: 41px;
    line-height: 1.6em;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    color: #660000;
  cursor: pointer;
}
}

/* FLOATS CLEARING
--------------------------------------------- */
.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0
}

#content img{
  max-width: 100%;
  height: auto;
  width: auto;
}

/* Projektseiten */

#page-249 #content .frame-default h1, #page-249 #content h2, #page-249 #content h3, #page-249 a, #page-249 ul.sidebar li.widget_text a {
	color: #4160A0;
}


