/* RESPONSIVE GRID SYSTEM =============================================================================  */
/* BASIC PAGE SETUP ============================================================================= */
button,
input,
select,
textarea {
  font-family: MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
  color: #333;
}

/*  HEADINGS  ============================================================================= */
/*  TYPOGRAPHY  ============================================================================= */
p, dl, address {
  margin-bottom: 1.5em;
  font-size: 1em;
  /* 16 / 16 = 1 */
}

p {
  hyphens: auto;
}

p.introtext {
  font-family: MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
  font-size: 2.5em;
  /* 40 / 16 */
  color: #333;
  line-height: 1.4em;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
}

p.handwritten {
  font-family: HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
  font-size: 1.375em;
  /* 24 / 16 */
  line-height: 1.8em;
  margin-bottom: 0.3em;
  color: #666;
}

p.center {
  text-align: center;
}

.and {
  font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
  font-size: 1.5em;
  /* 24 / 16 */
}

.heart {
  font-family: Pictos;
  font-size: 1.5em;
  /* 24 / 16 */
}

li ul,
li ol {
  margin: 0;
  font-size: 1em;
  /* 16 / 16 = 1 */
}

dl,
dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: normal;
}

b, strong {
  font-weight: bold;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

small {
  font-size: 1em;
  /* 16 / 16 = 1 */
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.subtext {
  color: #666;
}

/* LINKS =============================================================================  */
footer a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* IMAGES ============================================================================= */
img {
  border: 0;
  max-width: 100%;
}

img.floatleft {
  float: left;
  margin: 0 10px 0 0;
}

img.floatright {
  float: right;
  margin: 0 0 0 10px;
}

/*  MAIN LAYOUT	============================================================================= */
#wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

#headcontainer {
  max-width: 960px;
  background-color: #ffffff;
}

header {
  /*clear: both;*/
  height: 70px;
  /*max-height: 70px;*/
  /*width: 80%;*/
  /* 1000px / 1250px */
  font-size: 0.8125em;
  /* 13 / 16 */
  max-width: 92.3em;
  /* 1200px / 13 */
  margin: 0 auto;
  /*padding: 130px 0px 10px 0px;*/
  position: relative;
  color: #000;
  text-align: center;
}

#maincontentcontainer {
  width: 100%;
}

.darkcontainer {
  background: rgba(102, 102, 102, 0.05);
}

.lightcontainer {
  background: rgba(255, 255, 255, 0.25);
}

#maincontent {
  clear: both;
  /*width: 80%;*/
  /* 1000px / 1250px */
  font-size: 0.8125em;
  /* 13 / 16 */
  max-width: 92.3em;
  /* 1200px / 13 */
  margin: 0 auto;
  color: #333;
  line-height: 1.5em;
  position: relative;
}

.maincontent {
  clear: both;
  width: 80%;
  /* 1000px / 1250px */
  font-size: 0.8125em;
  /* 13 / 16 */
  max-width: 92.3em;
  /* 1200px / 13 */
  margin: 0 auto;
  padding: 1em 0px;
  color: #333;
  line-height: 1.5em;
  position: relative;
}

/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  CODE  ============================================================================= */
pre.code {
  padding: 0;
  margin: 0;
  font-family: monospace;
  white-space: pre-wrap;
  font-size: 1.1em;
}

strong.code {
  font-weight: normal;
  font-family: monospace;
  font-size: 1.2em;
}

/*  COLUMNS  ============================================================================= */
.twocolumns {
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  column-count: 2;
  column-gap: 2em;
}

/*  GLOBAL OBJECTS ============================================================================= */
.breaker {
  clear: both;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

/* VENDOR-SPECIFIC ============================================================================= */
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #349edb;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clearfix {
  zoom: 1;
}

::-webkit-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

::-moz-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

::selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

::-webkit-input-placeholder {
  font-size: .875em;
  line-height: 1.4;
}

input:-moz-placeholder {
  font-size: .875em;
  line-height: 1.4;
}

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

p {
  /* http://www.w3.org/TR/css3-text/#hyphenation */
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}

/* html5reset.css - 01/11/2011 */
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;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  text-align: left;
  margin: 1% 0 1% 2.6%;
}

.col:first-child {
  margin-left: 0px;
}

/* all browsers except IE6 and lower */
@media only screen and (max-width: 570px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 48.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 570px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
}

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.1%;
}

.span_1_of_3 {
  width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 570px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
}

html {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

header {
  background-color: #ffffff;
  zoom: 1;
  filter: alpha(opacity=95);
  opacity: 0.95;
}

header #logo {
  float: left;
  margin-left: 20px;
  width: 238px;
  height: 70px;
  /*background-image: url("../img/logo.png");
    background-repeat: no-repeat;*/
}

.white {
  background-color: #ffffff;
  zoom: 1;
  filter: alpha(opacity=95);
  opacity: 0.95;
}

#teaser {
  background-color: #ffffff;
  zoom: 1;
  filter: alpha(opacity=95);
  opacity: 0.95;
  max-width: 960px;
  position: relative;
  margin-top: 20px;
  padding: 20px;
}

.standardpadding {
  padding: 0 20px 0 20px;
}

h1 {
  color: #00a0b4;
  font-size: 1.2em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.h1 {
  color: #00a0b4;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
}

.left {
  text-align: left;
}

h2 {
  color: #00a0b4;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
}

a.fb {
  float: right;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(../img/fb_n.png);
  background-repeat: no-repeat;
}

a.fb:hover {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(../img/fb_o.png);
  background-repeat: no-repeat;
}

a.xing {
  width: 21px;
  height: 20px;
  cursor: pointer;
  background-image: url(../img/xing_n.png);
  background-repeat: no-repeat;
  float: right;
}

a.xing:hover {
  width: 21px;
  height: 20px;
  cursor: pointer;
  background-image: url(../img/xing_o.png);
  background-repeat: no-repeat;
}

.navlist {
  position: absolute;
  margin-right: 20px;
  right: 0;
  bottom: 20px;
}

.navlist ul {
  list-style-type: none;
}

.navlist li {
  display: inline;
  padding-left: 20px;
  cursor: pointer;
}

.navlist li a {
  font-size: 0.9em;
  text-decoration: none;
  color: #666666;
}

.navlist li a:hover {
  color: #00a0b4;
}

.navlist li.selected a {
  color: #00a0b4;
}

a.selected {
  color: #00a0b4;
}

a {
  color: #00a0b4;
  text-decoration: none;
}

a:hover {
  color: #00a0b4;
  text-decoration: underline;
}

a:visited {
  color: #00a0b4;
  text-decoration: none;
}

@media only screen and (max-width: 570px) {
  .navlist {
    position: absolute;
    margin-right: 20px;
    bottom: 5px;
  }
  .navlist ul {
    list-style-type: none;
  }
  .navlist li {
    display: block;
    padding-left: 20px;
    cursor: pointer;
    text-align: right;
    line-height: 0.9em;
  }
  .navlist li a {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 480px) {
  #footercontainer a.fb {
    float: left;
    margin-left: 5px;
  }
  #footercontainer a.xing {
    float: left;
  }
}

@media only screen and (max-width: 380px) {
  .navlist {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 2px;
  }
  .navlist ul {
    list-style-type: none;
  }
  .navlist li {
    display: inline;
    padding-left: 10px;
    cursor: pointer;
    text-align: right;
    line-height: 1.3em;
  }
  .navlist li:first-child {
    padding-left: 20px;
  }
  .navlist li a {
    font-size: 0.72em;
    text-decoration: none;
    color: #666666;
  }
  .navlist li a:hover {
    color: #00a0b4;
  }
  .navlist li.selected a {
    color: #00a0b4;
  }
  header {
    height: 88px;
  }
  .navlist {
    background-color: #F4F3F1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: auto;
    text-align: left;
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=95);
    opacity: 0.95;
  }
}

#footercontainer {
  background-color: #FFFFFF;
  padding: 20px;
}

footer {
  clear: both;
  font-size: 0.7125em;
  /* 13 / 16 */
  margin: 0 auto;
  color: #999;
}

footer a {
  font-size: 0.9em;
  text-decoration: none;
  color: #666666;
}

footer a:hover {
  color: #00a0b4;
}

.whitebordered {
  background: #F6F6F6;
  border: 4px solid white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.justify {
  text-align: justify;
}

#smallTeaser {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
  #smallTeaser {
    display: block;
  }
}

#mediumTeaser {
  display: none;
}

@media only screen and (min-width: 381px) and (max-width: 570px) {
  #mediumTeaser {
    display: block;
  }
}

#bigTeaser {
  display: block;
}

@media only screen and (max-width: 570px) {
  #bigTeaser {
    display: none;
  }
}

ul.listorder li {
  background-image: url(../img/haken.png);
  background-repeat: no-repeat;
  padding-left: 1em;
  vertical-align: top;
  background-position: 0px 5px;
}

ul.listorder {
  list-style-type: none;
}
