@charset "utf-8";
/* STANDARD STYLE FILES */
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* MAIN LAYOUT */
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
body.layout-default {
  color: #545454;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 300;
  /*background:url("@{base-image-url}layout/bg_main.jpg");*/

}
body.layout-default #maincontainer {
  height: auto !important;
  height: 100%;
  /* IE6: treaded as min-height*/

  min-height: 100%;
  /* real browsers */

  position: relative;
  width: 966px;
  margin: 0 auto;
}
body.layout-default header img.logobar {
  margin: 42px 0 11px 0;
}
body.layout-default header div.headerimage {
  width: 966px;
  height: 166px;
  background: #F2F2F0;
  -ms-box-shadow: 0px 20px 25px;
  -o-box-shadow: 0px 20px 25px;
  -webkit-box-shadow: 0px 20px 25px;
  -moz-box-shadow: 0px 20px 25px;
  box-shadow: 0px 20px 25px;
}
body.layout-default header div.headerimage #headerslider {
  width: 966px;
  height: 166px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.layout-default header div.headerimage #headerslider li {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-delay: .2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
body.layout-default nav#mainnav {
  width: 990px;
  height: 50px;
  position: relative;
  left: -12px;
  background: #C2CFE0;
  -ms-box-shadow: 0px 2px 5px #aaaaaa;
  -o-box-shadow: 0px 2px 5px #aaaaaa;
  -webkit-box-shadow: 0px 2px 5px #aaaaaa;
  -moz-box-shadow: 0px 2px 5px #aaaaaa;
  box-shadow: 0px 2px 5px #aaaaaa;
}
body.layout-default nav#mainnav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

  text-align: center;
}
body.layout-default nav#mainnav ul:before,
body.layout-default nav#mainnav ul:after {
  content: "";
  display: table;
}
body.layout-default nav#mainnav ul:after {
  clear: both;
}
body.layout-default nav#mainnav ul li {
  display: inline-block;
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
}
body.layout-default nav#mainnav ul li a {
  font-size: 1.15em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #326DA5;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.layout-default nav#mainnav ul li a:hover {
  text-decoration: underline;
}
body.layout-default nav#mainnav::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #909AA6 transparent transparent;
}
body.layout-default nav#mainnav::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #909AA6 transparent transparent transparent;
}
body.layout-default section#content {
  background: #EFF3FC;
  padding: 30px 50px;
  -ms-box-shadow: 0px -25px 25px;
  -o-box-shadow: 0px -25px 25px;
  -webkit-box-shadow: 0px -25px 25px;
  -moz-box-shadow: 0px -25px 25px;
  box-shadow: 0px -25px 25px;
}
body.layout-default footer {
  width: 990px;
  height: 94px;
  line-height: 94px;
  position: relative;
  left: -12px;
  background: #C2CFE0;
}
body.layout-default footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #909AA6 transparent;
}
body.layout-default footer::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #909AA6;
}
body.layout-default footer nav#footernav a.link_fb {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -20px;
}
body.layout-default footer nav#footernav a.link_impressum {
  position: absolute;
  right: 50px;
  font-size: 1.15em;
  color: #4A5B79;
  font-weight: bold;
  text-decoration: none;
}
body.layout-default footer nav#footernav a.link_impressum:hover {
  text-decoration: underline;
}
@media all and (max-width: 930px) and (min-width: 0px) {
  
}
@media all and (max-width: 880px) and (min-width: 0px) {
  
}
@media all and (max-width: 480px) and (min-width: 0px) {
  
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  
}
/* RETINA ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  
}
/* Standardstile für Inhalte Boxgrößen Tabellen usw. */
/************************
 TEXT, HEADINGS, LINKS 
************************/
a {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a img {
  border: none;
}
a.link_download {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  padding-left: 75px;
  background: url("../img/links/icon_dl.jpg") no-repeat;
  text-decoration: none;
}
a.link_download:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-family: "adelle", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #4A5B79;
  font-weight: bolder;
  margin: 1.5em 0 1.5em 0;
  letter-spacing: 1px;
}
h1 {
  font-size: 170%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
h1.ribbon {
  color: #fff;
  width: 646px;
  height: 73px;
  margin: 15px auto;
  border: 0px none;
  font-size: 1.7em;
  text-align: center;
  line-height: 65px;
  font-weight: normal;
  background: url("../img/ribbon.jpg");
}
h3.blue {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #D6DDED;
}
h3.upper {
  font-size: 120%;
  text-transform: uppercase;
}
p {
  margin: 1em 0 1em 0;
  line-height: 1.35em;
}
p.grey {
  font-size: 130%;
  font-family: 'adelle';
  font-style: italic;
  font-weight: 100;
  color: #999;
  text-align: center;
}
*::selection {
  color: white;
  background: #02B9C1;
}
*::-moz-selection {
  color: white;
  background: #02B9C1;
}
.white-text-shadow {
  text-shadow: 0px 1px 0px #fff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
span.small {
  font-size: 80%;
}
/************************
 BOXES AND COLUMNS
************************/
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.first {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.cols,
.cols2,
.cols3,
.cols4,
.cols5,
.cols6 {
  padding-bottom: 1.5em;
  overflow: hidden;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.cols:before,
.cols2:before,
.cols3:before,
.cols4:before,
.cols5:before,
.cols6:before,
.cols:after,
.cols2:after,
.cols3:after,
.cols4:after,
.cols5:after,
.cols6:after {
  content: "";
  display: table;
}
.cols:after,
.cols2:after,
.cols3:after,
.cols4:after,
.cols5:after,
.cols6:after {
  clear: both;
}
.col,
.col2,
.col3,
.col4,
.col5 {
  float: left;
  display: inline;
  margin-left: 2%;
}
.col:first-child,
.col2:first-child,
.col3:first-child,
.col4:first-child,
.col5:first-child,
.col6:first-child {
  margin-left: 0 !important;
}
.col {
  width: 49%;
}
.cols3 > .col {
  width: 32%;
}
.cols4 > .col {
  width: 23.5%;
}
.cols5 > .col {
  width: 18.4%;
}
.cols6 > .col {
  width: 15%;
}
.cols3 > .col2 {
  width: 66%;
}
.cols4 > .col2 {
  width: 49%;
}
.cols5 > .col2 {
  width: 38.8%;
}
.cols6 > .col2 {
  width: 32%;
}
.cols4 > .col3 {
  width: 74.5%;
}
.cols5 > .col3 {
  width: 59.2%;
}
.cols6 > .col3 {
  width: 49%;
}
.cols5 > .col4 {
  width: 79.6%;
}
.cols6 > .col4 {
  width: 66%;
}
.cols6 > .col5 {
  width: 83%;
}
/************************
 TABLES
************************/
table {
  border-right: 0;
  clear: both;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
}
th {
  border: 0;
  border-bottom: 2px solid #555;
  text-align: left;
  padding: 4px;
}
th a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}
th a.asc:after {
  content: ' ⇣';
}
th a.desc:after {
  content: ' ⇡';
}
table tr td {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
table tr:nth-child(even) {
  background: #f9f9f9;
}
td.actions {
  text-align: center;
  white-space: nowrap;
}
table td.actions a {
  margin: 0px 6px;
  padding: 2px 5px;
}
/************************
 FORMS
************************/
/************************
 RULES
************************/
hr {
  margin: 55px 10px;
  border: 1px solid #C3C7D0;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
hr.shadow {
  padding: 0;
  margin: 0px;
  width: 203px;
  height: 11px;
  border: 0px none;
  background: url("../img/shadow_hr.jpg") no-repeat;
}
/************************
 SLIDERS
************************/
/************************
 MISC
************************/
/**************************
*****  MEDIA QUERIES  *****
**************************/
@media all and (max-width: 880px) and (min-width: 0px) {
  
}
@media all and (max-width: 770px) and (min-width: 0px) {
  
}
@media all and (max-width: 620px) and (min-width: 0px) {
  
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  
}
/* RETINA ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  
}
/* Alle Styles für unterseiten von Layouts */
/**************************
*********  HOME  **********
**************************/
.home h3 {
  margin-top: 0px;
}
.home p {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.home p:before,
.home p:after {
  content: "";
  display: table;
}
.home p:after {
  clear: both;
}
.home .fb-like-box {
  float: left;
  margin: 0 20px 10px 0;
}
/**************************
***  blickbeziehungen *****
**************************/
ul.galerie {
  margin: 0 auto;
  padding: 0;
  width: 600px;
  list-style: none;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
ul.galerie:before,
ul.galerie:after {
  content: "";
  display: table;
}
ul.galerie:after {
  clear: both;
}
ul.galerie li {
  float: left;
  margin: 10 10px;
}
/**************************
******  HAUSTYPEN  ********
**************************/
ul.haustypen_thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 620px;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
ul.haustypen_thumbs:before,
ul.haustypen_thumbs:after {
  content: "";
  display: table;
}
ul.haustypen_thumbs:after {
  clear: both;
}
ul.haustypen_thumbs li {
  margin: 0 15px 15px 0;
  float: left;
}
ul.haustypen_thumbs li img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.haustypen_thumbs li.fadeout img {
  opacity: .2;
}
ul.haustypen_kurztext {
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
}
ul.haustypen_kurztext li {
  margin: 0 0 26px;
}
ul.haustypen_kurztext li a {
  display: block;
  position: relative;
  padding: 21px 20px;
  background: #C1CEDF;
  line-height: 25px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.haustypen_kurztext li.highlight a {
  left: -14px;
}
div.haustypen_details {
  position: relative;
}
div.haustypen_details .mainimage a {
  display: block;
  position: relative;
}
div.haustypen_details .mainimage a .button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  z-index: 1000;
  top: 20px;
  left: 20px;
  width: 223px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: url("../img/haustypen/button_grundrisse.png") no-repeat;
}
div.haustypen_details .mainimage a img {
  max-width: 100%;
}
div.haustypen_details .mainimage .hidden {
  display: none;
}
div.haustypen_details .beschreibung {
  font-size: 84%;
}
div.haustypen_details .beschreibung p {
  margin-top: 0;
}
/**************************
*********  LINKS  *********
**************************/
ul.links-projekte {
  margin: 70px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.links-projekte li {
  margin: 30px 0;
}
ul.links-projekte li a {
  display: block;
  text-decoration: none;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

  font-size: 150%;
  color: #4A5B79;
  line-height: 120%;
}
ul.links-projekte li a:before,
ul.links-projekte li a:after {
  content: "";
  display: table;
}
ul.links-projekte li a:after {
  clear: both;
}
ul.links-projekte li a .sub {
  font-size: 60%;
  color: #5bc7f6;
}
ul.links-projekte li a img {
  float: left;
  display: block;
  margin-right: 30px;
  position: relative;
  top: -25px;
}
/**************************
*******  KONTAKT  *********
**************************/
form#kontaktformular input[type=text] {
  margin-bottom: 10px;
  padding-left: 8px;
  height: 40px;
  border: 2px solid #106EAE;
}
form#kontaktformular input[name=name] {
  width: 49%;
  float: left;
}
form#kontaktformular input[name=email] {
  width: 49%;
  float: right;
}
form#kontaktformular input[name=thema] {
  width: 100%;
  margin-bottom: 10px;
}
form#kontaktformular textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #106EAE;
  padding-left: 8px;
  padding-top: 8px;
}
form#kontaktformular button#absenden {
  height: 40px;
  background: #C2CFE0;
  border: 0px none;
  padding: 0 15px;
  float: right;
  color: #4A5B79;
  font-weight: bold;
}
/**************************
*****  MEDIA QUERIES  *****
**************************/
@media all and (max-width: 1160px) and (min-width: 0px) {
  
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  
}
/* RETINA ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  
}
/* ADDITIONAL CONTENT STYLES */
/* Preload images */
body:after {
  content: url("../img/lightbox/close.png") url("../img/lightbox/loading.gif") url("../img/lightbox/prev.png") url("../img/lightbox/next.png");
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../img/lightbox/loading.gif") no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../img/lightbox/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../img/lightbox/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../img/lightbox/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Overall Wrapper */
.anythingSlider-default {
  margin: 0 auto;
  /* 45px right & left padding for the arrows, 28px @ bottom for navigation */

  /*padding: 0 45px 28px 45px;*/

}
/* slider window - top & bottom borders, default state */
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
  /* top shadow */

  background: #777777 url(../img/anythingslider/default.png) center -288px repeat-x;
  color: #000;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
  visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
  background: #888;
  color: #000;
}
/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
  background-color: #040;
  color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
  background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
  background-image: none;
  color: #ddd;
}
/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
  border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
  /* background image = top shadow */

  background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
  /* background image removed */

  background: #7C9127;
}
/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
  background-color: #080;
  color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
  background-color: #d00;
  color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
  color: #fff;
}
/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
  top: 50%;
  position: absolute;
  display: block;
}
.anythingSlider-default .arrow a {
  display: block;
  width: 45px;
  height: 140px;
  margin: -70px 0 0 0;
  /* half height of image */

  text-align: center;
  outline: 0;
  background: url(../img/anythingslider/default.png) no-repeat;
}
.anythingSlider-default:hover .back,
.anythingSlider-default:hover .forward {
  opacity: 1;
}
/* back arrow */
.anythingSlider-default .back {
  left: -45px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anythingSlider-default .back a {
  background-position: left top;
}
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover {
  background-position: left -140px;
}
/* forward arrow */
.anythingSlider-default .forward {
  right: -45px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anythingSlider-default .forward a {
  background-position: right top;
}
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover {
  background-position: right -140px;
}
/* Navigation Links */
.anythingSlider-default .anythingControls {
  outline: 0;
  display: none;
}
.anythingSlider-default .anythingControls ul {
  margin: 0;
  padding: 0;
  float: left;
}
.anythingSlider-default .anythingControls ul li {
  display: inline;
}
.anythingSlider-default .anythingControls ul a {
  font: 11px/18px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px 8px;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}
/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
  overflow: hidden;
  float: left;
}
/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
  padding: 2px 5px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  float: right;
  z-index: 100;
  outline: 0;
}
/***********************
  IE8 AND OLDER STYLING
 ***********************/
/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
  top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
  margin: 0;
}
/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
  margin-left: 3px;
}
/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
  margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
  margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
  padding: 3px 0 0 0;
}
/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
  display: block;
  overflow: visible !important;
  position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
  display: block;
  visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
  display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
  background: transparent;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
  float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
  z-index: 1;
}
/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul {
  float: left;
}
/* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a {
  float: right;
}
/* reverse order of nav links */
.anythingSlider.rtl .start-stop {
  /* float: right; */
}
/* move start/stop button - in case you want to switch sides */
/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
  transition-duration: 0s;
  -o-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
