/*
* 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

COLORS: 

Blau: #2259a6
Dunkelgrau: #1d1d1b
Schwarz: #000000 

*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
  
  .section	{ padding-bottom: 40px; }
  
  .content { padding-top: 80px; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 84%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                	{ width: 48%; }
  .full.column                		{ width: 100%; margin-left: 0; }
  
  .small			{ width: 80%; margin: 0 auto;}
  
   .section	{ padding-bottom: 0px; }

}


/* 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 :) */
html {
  font-size: 62.5%; }
body {
  font-size: 2.1em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 25px;
  font-weight:  200;
  font-family:"Univers LT W01_45 Light1475944";
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300; 
  color: #2259a6;
  text-transform: uppercase; 
  text-align: center; }
h1 { font-size: 3.6rem; line-height: 1.25; margin: 188px 0 20px 0;}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.6rem; }
}

p {
  margin-top: 0; text-align: center;  }
  
  .smallfont	{ font-size: 17px; line-height: 21px; text-align: center; }


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header				{ position: fixed; z-index: 20000; width: 100%; background-color: #FFFFFF; }
.navi 				{ text-align: left; padding-top: 20px; }
.navi ul			{ }
.navi li			{ list-style: none; display: inline; padding: 16px 16px 0 0px; vertical-align: top; color: #1d1d1b; font-family: 200; text-transform: uppercase;}
.navi li a			{ font-family: 200; text-transform: uppercase; }
.navi li a:hover 	{ cursor: pointer; color: #2259a6; text-decoration: none; }
.navi li.active	a	{ color: #2259a6; }
.navi li.logo 		{ padding-top: 0; }
.navi li.nav		{ display: none; }
.navi li.mob-nav 	{ padding-top: 0px; float:right; }
.navi li.logo img 	{ width: 120px; height: auto; }

.menu-mob			{ background-color: rgba(255,255,255,0.9); position: absolute; z-index: 20000; width: 100%; display: none; border-bottom: 1px solid #2259a6;}
.menu-mob ul		{ }
.menu-mob li		{ display: block; margin-left: 5px;  }
.menu-mob li.nav	{ display: block; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1d1d1b; text-decoration: none; }
a:hover {
  text-decoration: underline;  }
  
  
  .teambox 			{ position: relative; overflow: hidden; margin-bottom: 30px; line-height: 1; }
  .team-txt			{ font-family: "Univers LT W01_45 Light1475944"; color: #FFFFFF; background-color: rgba(34,89,166,0.7); padding: 10px; position: absolute; z-index: 1; text-align: center; bottom: 0; width: 100%; line-height: 1.5em; font-weight: 200;}
  .team-img			{ }


.footer			{ padding: 60px 0 60px 0; }

/* 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; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: outside; }
ol {
  list-style: inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin: 10px 0 10px 0px; 
  text-align: center; 
  list-style:none;
  }
 
ul li ul { margin-top: 0; }
ul li ul li { font-size: 1em; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table { margin: 0 auto;}
th,
td {
  padding: 4px 10px;
  text-align: left; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* 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; }
  
 .i-responsive {
	 width: 100%;
	 max-width: 100%;
	 height: auto;
 }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sliderbox 	{ position: relative; }
.capture	{ background: rgba(35,89,167,0.7); width: 100%; color: #FFFFFF; font-weight: 200; bottom: 0; padding: 0; font-family: "Univers LT W01_45 Light1475944"; font-size: 17px; }
.capture_text { padding: 20px 50px 0 50px; }
.capture p	{ }
.capture li	{ margin: 6px 0; text-align: center; }


#google-maps {
	height: 420px;
	width: 100%;
	}

/* 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.
*/


.trenner		{ padding-top: 0px; }

h1 { text-align: left;margin: 20px 0 20px 0; font-size: 2.8rem; }
.capture	{ float:right; }

.team-txt	{ position: absolute; font-size: 10px; padding: 10px 0; }
.team-txt p	{ margin: 0; padding: 0; }

.slick-prev, .slick-next { top: 38%; }
.slick-prev, .slick-next { background-size: 24px 38px; }

.notop		{ padding-top: 0; margin-top: 0;}
.mrgtop		{ margin-top: 20px; }

body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 22px;
  }

.capture { font-size: 13px; }

.navi li.logo 		{ padding-top: 0; margin-left: 0; }

.nomob			{ display: none; }
.slick-prev, .slick-next  { top: 50%; }

h1	{ text-align: center; }
/* Larger than mobile */
@media (min-width: 400px) {
	.mob-nav 	{ display: inline; }
	.nav		{ display: none; }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.mrgtop		{ margin-top: 188px; }
	h1 { margin: 188px 0 20px 0; }
	.slick-prev, .slick-next { top: 46%; }
	
	body {
	  font-size: 2.1em;
	  line-height: 25px;
	  }
	.capture { font-size: 17px; }
	.navi li.logo 		{ padding-top: 0; margin-left: 20px; }
}

/* Larger than tablet */
@media (min-width: 750px) {
	.slick-prev, .slick-next  { top: 46%; }
	.nomob				{ display: block; }
	.navi 				{ text-align: center;}
	.navi li.mob-nav 	{ display: none; }
	.navi li.nav		{ padding: 30px 0px 0 0px; margin-left: 10px; display: inline; font-size: 11px; line-height: 56px; }
	.navi li.logo 		{ padding-top: 0; }
	h1 					{ text-align: center; font-size: 50px; }
	.capture			{ position: absolute; z-index: 2; clear:both;}
	.slick-prev, .slick-next { background-size: 100% 100%; }
}

@media (min-width: 960px) {
	.navi li.nav		{ padding: 16px 4px 0 4px; display: inline; line-height: 56px; font-size: 14px; margin-left: 16px;}
	.team-txt			{ position: absolute; font-size: 14px; min-height: auto; }
}

/* Larger than desktop */
@media (min-width: 1200px) {
	.navi li.nav		{ padding: 16px 12px 0 12px; display: inline; line-height: 53px; font-size: 17px; }
}

/* Larger than Desktop HD */
@media (min-width: 1400px) {
	.navi li.nav		{ padding: 16px 12px 0 12px; display: inline; line-height: 53px; font-size: 21px; }
}
