/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 auto;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For mobile devices up to 480px */
@media (max-width: 430px) {
  html {
  font-size: 40.5%; }
  .container {
    width: 90%;
    padding: 0; }
  .column,
  .columns {
    margin-bottom: 5%; }
  .four.columns { width: 100%; }
  .six.columns { width: 100%; }
  .eight.columns { width: 100%; }
  .twelve.columns { width: 100%; margin-left: 0;}
}

@media (min-width: 431px) {
  html {
  font-size: 55.5%; }
  .container {
    width: 92%; }
  .column,
  .columns {
    margin-right: 2%;
    margin-left: 0%; 
    margin-bottom: 2%; }
  .column:first-child,
  .columns:first-child {
    margin-right: 2%;
    margin-left: 0%; }
  .four.columns { width: 48%; }
  .six.columns { width: 48%; }
  .eight.columns { width: 48%; }
  .twelve.columns { width: 100%; margin-left: 0; }
}

/* For devices larger tablet portrait */
@media (min-width: 1025px) {
  html {
  font-size: 55.5%; }
  .container {
    width: 92%}
  .column,
  .columns {
    margin-right: 2%;
    margin-left: 0%; 
    margin-bottom: 2%; }
  .column:first-child,
  .columns:first-child {
    margin-right: 2%;
    margin-left: 0%; }
  .column:last-child,
  .columns:last-child {
    margin-right: 0%;
    margin-left: 0%; }
  .four.columns { width: 31%; }
  .six.columns { width: 49%; }
  .eight.columns { width: 65%; }
  .twelve.columns { width: 100%; margin-left: 0; }
}

/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
  font-family: "HelveticaNeueLTProBold";
  src: url("/css/fonts/HelveticaNeueLTProBd.woff") format('woff');
  font-weight: bold;
  font-display: fallback;
}

@font-face {
  font-family: "HelveticaNeueLTProRoman";
  src: url("/css/fonts/HelveticaNeueLTProRoman.woff") format('woff');
  font-display: fallback;
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

body {
  font-size: 2.3em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.3;
  font-family: "HelveticaNeueLTProBold", "HelveticaNeueLTProRoman", "Helvetica", "Arial", sans-serif;
  color: #545454; 
  font-weight: 200;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeueLTProBold";
  margin-top: 0;
  font-weight: bold; 
  margin-bottom: 1.5rem;
  line-height:1;}
h1 { font-size: 5.0rem; }
h2 { font-size: 3.6rem; }
h3 { font-size: 3.0rem; }
h4 { font-size: 2.4rem; }
h5 { font-size: 1.8rem; }
h6 { font-size: 1.5rem; }

p, li {
  font-family: "HelveticaNeueLTProRoman";
  margin-top: 1.5rem; 
  line-height: 1.5}

strong {
  font-family: "HelveticaNeueLTProBold";
  font-weight: bold;
}

section {
  margin-bottom: 5.0rem;
}

.highlight {
  color: #094D92;
}

.uppercase {
  text-transform: uppercase;
}

.intro {
  font-size: 2.6rem;
}

.breadcrumb {
  color: #8B8B8B;
  font-size: 1.6em;
  text-decoration: none;
}

.breadcrumb:hover {
  color: #1E96FC;
  text-decoration: underline;
}

.subline {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 0.6;
  font-family: "HelveticaNeueLTProRoman", "Helvetica", "Arial", sans-serif;
  color: #545454; 
}

.bc-divider {
  font-size: 1.6em;
  margin-left: 5px;
  margin-right: 5px;
}

/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {}
.paging {
  font-size: 3.2rem;
  text-decoration: none;
  margin-right: 1.8rem;
}
.paging:hover {}
.active{
  font-size: 4.2rem;
}

/* Thumbnail Zoom 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.zoom {
  transition: all .8s ease;
  vertical-align: middle;
}
.zoom:hover {
  transform: scale(1.05);
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #072AC8; 
  text-decoration:none;
}


a:hover {
  color: #1E96FC; 
  cursor: hand;
}

/* Lists
__________________________________________________ */
li {
  line-height: 1.5;
}

/* Navigation
__________________________________________________ */

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, 1); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  text-transform: lowercase;
  line-height: 30px;
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  font-weight:bold;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay small {
  font-size: 24px;
  font-weight: normal;
  line-height: 18px;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #A2D6F9;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
/*input[type="checkbox"],*/
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

@media (prefers-color-scheme: dark) {
  /* CSS Code wenn Dark Mode aktiv */ 
	body {
  		font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
  		line-height: 1.3;
  		font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  		color: #FFFFFF;
  		background-color:#222222; 
	}
	.highlight {
  		color: #C0C0C0;
	}
	a {
  		color: #C0C0C0; 
  }
  label .menu {
      background-color: #222222;
  }
  label .hamburger {
      background-color: #FFFFFF;
  }
  label .hamburger:after, label .hamburger:before {
      background-color: #FFFFFF;
  }
  label ul {
      background-color: #222222;
  }
  path { 
    fill: white; 
  }

  .overlay {
    background-color: rgb(34,34,34); /* Black fallback color */
    background-color: rgba(34,34,34, 1); /* Black w/opacity */
  }
}
