/* tlicious.de static site - combined CSS */

/* Fonts */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/DroidSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/DroidSans-Bold.woff2') format('woff2');
}

/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul { list-style:none; }

blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins { background-color:#fdfc9b; text-decoration:none; }
mark { background-color:#fdfc9b; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

hr {
  height:1px;
  background: #9f9f9f;
  margin: 7px 0;
  border: none;
  clear: both;
  float: none;
  width: 100%;
}

input, select { vertical-align:middle; }
select { border-radius: 4px; border: 1px solid #ACACAC; padding: 3px 4px; }

.clear { clear: both; }
.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  text-indent: -9999px;
  height: 0;
}
.remove-margin { margin-right: 0 !important; }

fieldset { border: 1px solid #ccc; margin: 0 0 1.4615em; padding: 1.5385em; }

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}
th, tr, td { vertical-align: middle; }
.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

/* Body & Structure */
body {
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.5em;
  color: #333;
  font-family: 'Droid Sans', arial, serif;
}

a {
  text-decoration: none;
  color: #ff3399;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:visited { color: #ff3399; }
a:hover { text-decoration: underline; color: #3b3638; }
a:visited:hover { color: #3b3638; }

p { margin: 0 0 0.8em; }
strong { font-weight: 700; }
em { font-style: italic; }

#wrap {
  width: 920px;
  padding: 0 40px 35px;
  background: #FFF;
  margin: 0 auto;
  border-top: 3px solid #3b3638;
}
#main { padding: 30px 0 0; }

/* Headings */
h1, h2, h3, h4 {
  color: #000;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
}
h1 { font-size: 24px; margin-bottom: 20px; line-height: 1.2em; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h2, h3 { margin-top: 12px; margin-bottom: 8px; }
h1 a, h2 a, h3 a, h4 a { color: #000; }

/* Header */
#header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #EEE;
  z-index: 2;
}
#logo { float: left; padding: 20px 15px 20px 0px; }
#sitename { float: left; padding: 20px 0; }
#sitename h2, #sitename h1 { margin: 0; line-height: 1.2em; font-size: 24px; font-weight: bold; }
#sitename h2 a, #sitename h1 a { color: #222; text-decoration: none; }
#sitename h2 a:hover, #sitename h1 a:hover { color: #3b3638; }
#sitename p { font-weight: normal; color: #666; font-size: 12px; }

/* Navigation */
#navigation {
  position: absolute;
  height: 48px;
  top: 0px;
  right: 0px;
  font-size: 1em;
}
#navigation a {
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#main-menu .menu,
#main-menu .menu * { margin: 0; padding: 0; list-style: none; }
#main-menu .menu { line-height: 1.0; }
#main-menu .menu ul { position: absolute; top: -999em; width: 10em; }
#main-menu .menu ul li { width: 100%; }
#main-menu .menu li:hover { visibility: inherit; }
#main-menu .menu li { float: left; position: relative; }
#main-menu .menu a { display: block; position: relative; }
#main-menu .menu li:hover ul { left: 0; top: 4em; z-index: 99; }
#main-menu ul.menu li:hover li ul { top: -999em; }
#main-menu ul.menu li li:hover ul { left: 10em; top: 0; }
#main-menu ul.menu li li:hover li ul { top: -999em; }
#main-menu ul.menu li li li:hover ul { left: 10em; top: 0; }
#main-menu .menu { float: left; margin-bottom: 1em; }
#main-menu .menu a {
  color: #666;
  padding: 1.5em 15px;
  text-decoration: none;
}
#main-menu .menu a.active,
#main-menu .menu ul a.active { color: #FFF !important; background: #3b3638; }
#main-menu .menu a.active-trail { color: #FFF !important; background: #3b3638; }
#main-menu .menu a:focus,
#main-menu .menu a:hover,
#main-menu .menu a:active { color: #FFF; background: #ff3399; }
#main-menu .menu ul a:focus,
#main-menu .menu ul a:hover,
#main-menu .menu ul a:active { background: #ff3399; }
#main-menu .menu li ul { border-right: 1px solid #ECECEE; }
#main-menu .menu li li { background: #FFF; border-bottom: 1px solid #ECECEE; }
#main-menu .menu li li li { background: #FFF; }
#main-menu .menu ul a { padding: .75em 1.2em; }

/* Slider */
#slider {
  position: relative;
  width: 930px;
  height: 350px;
  margin-bottom: 40px;
  z-index: 1;
}
.main_view { float: left; position: relative; }
.window { overflow: hidden; position: relative; width:930px; height:320px; }
.image_reel { position: absolute; top: 0; left: 0; }
.image_reel img { float: left; }
.paging {
  padding: 5px 0 15px 0;
  text-align: center;
  background:url(../images/slide-shadow.png) center -7px no-repeat;
  z-index: 100;
}
.paging a {
  text-indent:-9999px;
  background:url(../images/slide-nav-button.png) no-repeat center;
  width:14px;
  height:14px;
  display:inline-block;
  margin: 4px;
  border:none;
  outline:none;
}
.paging a.active { background:url(../images/slide-nav-button-hover.png) no-repeat center; border:none; outline:none; }
.paging a:hover { font-weight: bold; border:none; outline:none; }
.desc {
  width:930px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: url(../images/30w087b.png);
  color: #fff;
  font-size: 1.7em;
  padding: 10px;
  border-radius: 0 0 3px 0;
}
.desc p { margin: 0; }

/* Main content layout */
body.sidebar-first #post-content {
  float: left;
  margin: 0;
  padding: 0;
  width: 620px;
}
#post-content { display: inline; margin: 0; }
#post-content h1 { margin-bottom: 0px; }
.page-title { margin-bottom: 10px !important; }
#breadcrumbs {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  font-size: 11px;
  margin-bottom: 20px;
}

/* Nodes */
.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

/* Sidebar */
#sidebar { float: right; width: 260px; }
#sidebar .block { margin-bottom: 30px; }
#sidebar .block h2 {
  color: #666;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Copyright */
#copyright {
  border-top: 1px solid #EEE;
  padding-top: 18px;
  margin-top:10px;
  font-size: 12px;
}
.credits { float: right; }

/* Submitted / Links */
.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}
.links { color: #000; margin-top: 10px; font-size: 14px; list-style: none; padding: 0; clear: both; }
.links li a {
  background: #d3d1d1;
  padding: 4px 5px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}
.links li a:hover { color: #fe4141; }

.content ul, .content ol { padding-left:20px; }
.content table { background: #ececec; border: 1px solid #bbbbbb; }
.content th { background: #dbdbdb; padding: 5px 4px; text-shadow: 1px 1px #fff; border-right: 1px solid #c8c7c7; }
.content td { background: #ebebeb; color: #747474; text-align: left; padding-left: 4px; border-right: 1px solid #c8c7c7; border-bottom: 1px solid #c8c7c7; }

/* Forms */
.form-submit {
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 5px;
  cursor: pointer;
  background: #ff3399;
  border: 1px solid #ff3399;
  color: #fff;
  padding: 4px 6px;
  text-shadow: 1px 1px 1px #300033;
  margin-right: 4px;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-submit:hover { background: #3b3638; }
input.form-checkbox, input.form-radio { vertical-align: baseline; }
.form-text { border-radius: 3px; border: 1px solid #acacac; padding: 4px 5px; }

/* Item lists & pager */
.item-list ul { margin: 0; padding: 0 0 0 1.5385em; }
.item-list ul li { margin: 0; padding: 0; }
ul.menu li { margin: 0; padding: 0; }
ul.inline { clear: both; }
ul.inline li { margin: 0; padding: 0; }

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
  display: inline-block;
  padding: 3px 7px;
}
.item-list .pager { list-style: none; padding: 0; margin: 20px 0; }
.item-list .pager li a { color: #333; }
.item-list .pager li a:hover { background: #ff3399; color: #fff; text-decoration: none; }
.item-list .pager li:hover { background: #ff3399; }
.item-list .pager li:hover a { color: #fff; }
.item-list .pager li.pager-current { background: #3b3638; color: #fff; }

/* Tags */
.field-name-field-tags { margin: 0 0 10px 0; clear: both; }
.field-type-image img { margin: 0 10px 10px 0; float: left; }
.field-name-field-tags a {
  display: inline-block;
  background: url(../images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  color: #6c6c6c;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}
.field-name-field-tags a:hover { color: #fe4141; }
.field-name-field-tags .field-item { margin: 0 1em 0 0; }
.field-name-field-tags div { display: inline; }
#main .field-label { color: #000; clear: both; }

/* Tag Cloud */
.wrapper.tagclouds { text-align: justify; margin-right: 1em; }
.tagclouds.level1 { font-size: 1em; }
.tagclouds.level2 { font-size: 1.2em; }
.tagclouds.level3 { font-size: 1.4em; }
.tagclouds.level4 { font-size: 1.6em; }
.tagclouds.level5 { font-size: 1.8em; }
.tagclouds.level6 { font-size: 2em; }
.tagclouds-term { margin: 0 4px; display: inline-block; }
#block-tagclouds-1.block-tagclouds a { color: #5d5d5e; }
#block-tagclouds-1.block-tagclouds a:hover { color: #a3a5a6; }

/* Favorites */
#block-statistics-popular.block.block-statistics a { color: #5d5d5e; }
#block-statistics-popular.block.block-statistics a:hover { color: #a3a5a6; }

/* Utility */
.element-invisible { position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px; }
.element-hidden { display: none; }

/* Teaser image size constraint */
.node-teaser .field-type-image img {
  max-width: 220px;
  height: auto;
}

/* Single article page */
.node-full .field-type-image img {
  max-width: 100%;
  height: auto;
  float: none;
  display: block;
  margin: 0 0 15px 0;
}

/* Responsive safety */
@media (max-width: 1000px) {
  #wrap { width: auto; max-width: 920px; padding: 0 20px 35px; box-sizing: border-box; }
  #slider, .window, .image_reel { width: 100%; }
  body.sidebar-first #post-content { width: 100%; float: none; }
  #sidebar { float: none; width: 100%; margin-top: 30px; }
}
