/* das CSS-Styling für aquaplus baut auf der responsive 'boilerplate' "Skeleton" auf 

aquaplus Blau #2531a9
aquaplus Grün #69bf1e

*/


/*
* 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: 95%;
 /* max-width: 1200px;*/
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
   /* width: 85%;*/
    padding: 0; }
}

@media (min-width: 900px) {
  .one-third.column { width: 30.6666666667%; }
}



/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; /**/}
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }



  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}



.kategorien{
  display: none;
}


/* 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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: 400;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212121;
  margin:0;
  padding:0;
  border:0;
 }
 

 html, body{
	 height:100%;
  }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .2rem;/**/
  font-weight: 300; 
}
h7 { 
    text-align: center; 

   /* left: 50%;*/
   /* margin-left: -37.5%;*/ 
   /* margin-top:20%;*/
    font-size: 4.0rem; 
    font-weight: 300; 
    line-height: 1.2;  
    letter-spacing: .1rem; 
    color: white; 
   
  }
  h7 a { color: white; text-decoration: none; display: inline-block; border-bottom: 2px solid white; height: 1.09em;}
  h7 a:hover { color: white; text-decoration: none; border: none; }

#introtext{
    width: 75%; 
    position: fixed;/**/ 
     padding-top: 20vh;
    left: 50%;
    margin-left: -37.5%; /
}
h2 { font-size: 2.6rem; line-height: 1.25; letter-spacing: 0rem; font-weight: 300; margin-bottom: 3rem;}

h3 { font-size: 2.4rem; /*line-height: 1.3;*/  letter-spacing: .2rem; color: #2531a9; font-weight: 600; }
#wasser h3{color: #69bf1e;  padding-top: 35px;}


h1 { font-size: 2.4rem; line-height: 1.35; font-weight:400; text-transform: uppercase; height: 2.5em; z-index: 100;}
h5 { font-size: 2.0rem; line-height: 1.1em;  font-weight: 400; text-align: left; margin-top: 3px; margin-bottom: 1em;}
h6 { font-size: 1.5rem; line-height: 2.5em;  letter-spacing: 0; }

h5{color: #69bf1e;}


.noSelect {/*avoid blue bounding box in Chrome around programmatically selected elements*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* Larger than phablet */
@media (min-width: 550px) {
  h7 { font-size: 4.0rem; /*padding-top: 35vh;*/ }
  h2 { font-size: 4.2rem; }
  h3 { 
    padding-bottom: 10px;
    font-size: 4.2rem;
    margin-bottom: 0rem;
  -webkit-margin-before:  0em;
  -webkit-margin-after: 0em; 
  }
  h4 { font-size: 2.4rem; }
  h5 { font-size: 2rem; }
  h6 { font-size: 1.5rem; }

  .kategorie-head h1{
    position: absolute;
    bottom: 2px;
  }
  #kontakt .kategorie-head{
   /* max-height: 180px;*/
  }

}

.imgbox{
	max-width: 500px;
}

p,
.kompetenzen p a {
  margin-top: 0;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0rem;
}

.kompetenzen p a,
.kompetenzen p a:hover {
	color:#212121;
	padding:0;
	text-decoration:underline;
}

#logo {
    width: 100px;
    margin-top: 0;
  }




/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.textlink a {
  color: #212121;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 300;}

.textlink a:hover {
  color: #333EAE;

}
.textlink a:visited {
  color: #212121;
  text-decoration: none;
}

a {
  color: #212121;
}
a:hover {
  text-decoration: underline;
  color: #333EAE;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.row .button {
    margin-top: -6.9em;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 200px;
  margin-left: -100px;
  position: absolute;
  z-index: 101;
/*  margin-top: -6.9em; */
  display: inline-block;
  height: 65px;
  font-size: 1.3rem;
  padding: 0 30px;
  color: white;
  text-align: center;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #69BF1E;
  border-radius: 65px;
  cursor: default;
  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: white;
  background-color: #4FA40E;
  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; }

  @media (min-width: 550px) {
    .button {
      width: 300px;
      margin-left: -150px;
      font-size: 1.3rem;
    }
}
/* 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 #69BF1E;
  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: circle inside; }
ol {
  list-style: decimal 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-bottom: 1rem; }


/* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
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; }


/* 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) {}


/* Style Classes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro {
  background-color: #333EAE;
  height: calc(100vh);
  height:-moz-calc(100vh);
  height:-webkit-calc(100%);
   
/*  text-align: center;*/
}

.intro h7{
  padding-top: 100px;
  font-size: 82pt;
}


#intro_part3 h7{
  font-size: 36pt;
}

.intro-copyright {
  margin-top: 38vh;
  float: right;
  color: white;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
  writing-mode: lr-tb;
  margin-right: -3em;
  margin-bottom: -2.5rem;
  font-size: 1.3rem;
  font-weight: 300;
}

#intro_part1,
#intro_part2,
#intro_part3{
  display: none;
}

#intro_part1{
  float: left;
  padding-left: 0px;
  padding-bottom: 60px;
}
#intro_part2{
  clear: both;
  float : right;
  /*padding-right: 250px;
  padding-bottom: 100px;*/
}

.intro-play {

  font-size: 0.6em;
  font-weight: 100;
}

#intro_part3{
	position: relative;
	top:-115px;
	float:right;

}

#intro_part1 a,
#intro_part2 a,
#intro_part3 a,
.intro-play a,
.intro-logo a {
 

  text-decoration: none;
  border: none;
}

.intro-logo{
 
 padding-left: 250px;/*space from play-button*/
}

#logo_intro{/*the image*/
  width:250px;
  height: 85px;
}

.icon-circle {
  margin-top: 1em;
  position: relative;
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  padding-left: 0.15em;
  padding-top: 0.15em;
  margin-left: -0.1px;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius: 50%;
  border: 0.08em solid #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.icon-circle:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
}

.outro-copyright {
  text-align: center;
  width: 100%;
  margin-top: 6em;
}

.copy-line {
 /* border-bottom: 0.1em solid black;*/
  display: inline-block;
  font-weight: 300;
  font-size: 1.5rem;
  height: 1.5em;
}

.outro-copyright a{
  text-decoration: none;
}

/*
.wir-wrapper {
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
}
*/

.wasser-wrapper,
.kontakt-wrapper{
	padding-top:50px;
}

.wir {
  /*
  background-color: white;
  margin-top: -5vh;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
  padding: 3vw 4vw 4vw 4vw;
  margin-bottom: -5vh;
  */
}

.impressum {
  background-color: white;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
  padding: 3vw 4vw 4vw 4vw;
  margin-bottom: -5vh;
  margin-top: -5vh;
}

.page{
  margin-top: 3em;
 
  padding-top: 3vw;
  padding-right: 4vw;
/*  padding-bottom: 2.2vw;*/
  padding-left: 0.5vw;
}


.kontakt-wrapper .page{
  /*KLUDGE - der Titel hat sonst einen viel zu grossen Abstand vom Inhalt. Ursache trotz langem Suchen nicht gefunden
  margin-bottom: -3.9vw;
  */
}

.kontakt {
  /*margin-top: 4em;*/
 
}


.wir-wrapper,
.kompetenzen-wrapper{
 /* background-color: #fffffff; */
  position: relative;
}

.kompetenzen-shift {
  /* webweber - this causes the category title to overlap the content on wide screens
  margin-top: -5vh;
  margin-bottom: -5vh;
  */
}

.kompetenzen {
  font-size: 1.7rem;
  font-weight: 500;
  color: white;
}

/*
.noDecoration, a:link, a:visited {
    text-decoration: none;
}
*/

/**/

.kategorie-head h1,
.kompetenzen h1,
.kategorie-head a h1,
.kompetenzen a h1{
  /*
aquaplus Blau #2531a9
aquaplus Grün #69bf1e
  */
    color: #ffffff;
    opacity:1;
    
    text-decoration: none!important;;
    padding: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
   
}

a{
   text-decoration: none;
}
.kategorie-detail a{
  text-decoration: underline;
}

.kategorie-head a:focus {
    outline: none!important;
}


.kategorien li a.kategorie-sublink-active{
    color: #69bf1e;
    background-color: #2531a9;
}

.kompetenzen a:hover {
  text-decoration: none;
}

.test a {
   
    padding: 0rem;
    font-size: 1rem;
}

#team-detail a {
  /*
aquaplus Blau #2531a9
aquaplus Grün #69bf1e
  */
    color: #69bf1e;
    background-color: #ffffff;
    opacity:1;    
    text-decoration: none;
    padding: 1rem;
    font-size: 2.0rem;
    font-weight: 500;

}

.stichwortliste li{
  font-size: 1.5rem;
  font-weight: 300;
}

.referenzen li{
  font-size: 1.5rem;
  font-weight: 300;
}

.verweise li a{
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 300;
  color: #212121;
  text-decoration: none;
}

.verweise li a:hover {
  text-decoration: underline;
}

.verweise p {
  display: inline;
}

.imgbox {
  z-index: 2;
  /*text-align: center;*/
    /*webweber: hide the categories until the user clicks the title 
   max-height: 11.8em;
    min-height: 15em; 
    */

    max-height: 180px;
	max-width: 1500px;

    padding-bottom: 20px;

    
  position: relative;
  background-color: white;

  /*
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  */
}

.kategorie-detail {

  width: 96%;
  background-color: white;
  color: #212121;
  padding: 2%;
}

.kategorie-detail ul {
  font-size: 0.8em;
  text-align: left;
}

.kategorie-detail li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #D7D7D7;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.kategorie-bg {
  background-color: white;
  padding: 1.2em 1em 0.5em 1em;

 /* display:none;*/
}

.kategorie-head {
  height:180px;
 
  /*height: 10vw;
  padding: 5vw 0 5vw 0;*/
  background-repeat:no-repeat;
  /*background-position: center center*/
}

@media (min-width: 550px) {
  .kategorie-head {
    /*height: 2vw;*/
  }
}


.kategorien {
  width: 100%;/**/
  text-align: left;
  margin:0;
  padding: 0;
}

.kategorien li {
  list-style: none;
  display: inline;
}

.kategorien li a{
  display: inline-block;
  width: auto;
  cursor: default;
  border-radius: 0em;
  padding: 0.6em 1.3em 0.6em 1.3em;
  background-color: #F7F7F7;
  color: #2531a9;
  text-decoration: none;
  margin: 0em 0.3em 0.8em 0;
  font-size: 0.8em;
}

.kategorien li a:hover {
  background-color: #69bf1e;
  color: #ffffff;
}

.lebensraeume,
.organismen, 
.nutzungen,
.methoden,
.patchwork,
.firma,
.team,
.spezial,
.kontakt {
  background-color: #2531a9;
  background-size: contain;/*cover*/
  background-position: left top;/*center center*/
  background-repeat: repeat;/*no-repeat*/
}



.half-width {
  width: 100%;
}
@media (min-width: 550px) {
  .half-width {
    width: 55%;
  }
}


.text-left {
  float: none;
}

.text-right {
  float: none;
}

@media (min-width: 550px) {
  .text-left {
    float: left;
  }

  .text-right {
    float: right;
  }
}

.mitarbeiter-portrait{
	position: relative;
	width: 73%;		/* desired width */
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 3em;
}
.mitarbeiter-portrait:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.portrait{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .25s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .25s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .25s ease-in-out;
}

@-moz-document url-prefix() {
  .portrait {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  }
  .portrait:hover {
    filter: none;
  }
}

.portrait:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .25s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .25s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .25s ease-in-out;
}

#entire-team {
  display: none;
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

.clear {
  clear: both;
}

.footer-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1.82em;
  background-color: #cccccc;
  height: 55px;
  width: 55px;
  border-radius: 55px;
  font-size: 1.5em;
  color: white;
}

.footer-button:hover {
  background-color: #B7B7B7;
}

.right {
  float: right;
  margin-left: 0.7em;
}

.contact-button {
  margin: 6em 0 2em 0 !important;
  position: relative;
  font-size: 1rem;
  width: 200px;
}

@media (min-width: 550px) {
  .contact-button {
    font-size: 1.3rem;
    width: 300px;
  }
}

.mitarbeiter-titel {
  margin-top: -1.7em;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: .05rem;
  font-weight: 300;
}

.mitarbeiter-bezeichnung {
  color: #9D9D9D;
  font-size: 1.3rem;
  margin-top: -1.7em;
}


#map {
  width: 100%;
  height: 70vh;
  margin: 0;
  padding: 0;
 /* margin-top: 150px;*/
}

#outro {
  width: 100%;
  height: 200px;
  margin-top: 175px;/*vermeidet Overlap mit Google Map*/
}

.footer {
  margin-top: 3em;
  font-size: 1.3em;
}
@media (min-width: 550px) {
  
}


.fa-linkedin, .fa-xing, .fa-youtube, .fa-long-arrow-up{
  font-size: 0.7em !important;
  padding-left: 6px;
  line-height: 0.1em !important;
  vertical-align: middle;
}

.icon {
  font-size: 12pt;
  margin-right: 3px;
  line-height: 0em !important;
}

.navi_main {
    background-color: #ffffff;
    width: 100%;
  }

.ubermenu {
  position: fixed;
  height: 3em;
 /* width: calc(100% - 10vw);;*//*100%*/
  width: 80%;
  max-width: 1500px;
  top: 0;
  background: rgb(255, 255, 255); /* The Fallback */
 /* background: rgba(255, 255, 255, 0.97); */
  z-index: 1001;
  border-bottom: 1px solid #F1F1F1;/**/
  padding-top: 0.9em;
  padding-left: 10vw;
  display: none;

  border-right-style: solid;
  border-right-width: 10vw;
  border-right-color: #ffffff;
}

.ubermenu_inner{
  top:0;
   width: 80%;/*80%*/
}

.ubermenu ul {
  
  /*float: right;*/
  right:0;
  /*
  margin-right: 20vw;
  */
  display: table;
  position: absolute;
  /*
  table-layout: fixed;
    width: 70%;
    */
}

.ubermenu li {
  padding-left: 50px;
  padding-right:5px;
  display: table-cell;
  margin: 0.5em;
  line-height: 2em;
}

.ubermenu li a {
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 400;
  color: #2531a9;
  border: none;
  display: inline-block;
  height: 1.45em;
}

.ubermenu li a:hover {
  text-decoration: none;
   border-bottom: 3px solid #69bf1e;
  
}

.ubermenu li a.arrowsuper:hover{
   border-bottom: 0px;
}

.ubermenu a.ampersand{
  font-weight: 800;
}

.ubermenu a.ampersand:hover{
  text-decoration: none;
}

.ubermenu .link2blog{
  color: #69bf1e;
 } 


.sublink-active {


  background-color: #676767 !important;/*676767*/
  color: #f2f2f2 !important;
}

.bib-foot {
  text-align: center;
  margin-top: 8em;
  margin-bottom: -3em;
}

.bib-link i {
  font-size: 3rem;
  float: left;
  margin-top: -0.3em;
  margin-right: 0.5em;
}

.bib-link a {
  color: white;
}

.bib-link a:hover {
  text-decoration: none;
}

.bib-link .kategorie-head {
  padding: 0;
  margin: 0;
}

@media screen and ( max-height: 645px ){/* iPhone SE  - avoid logo overlapping introtext*/
    #introtext {
      padding-top: 7vh;
  }
    #intro_part1 {
      padding-bottom: 20px;
    }
}




@media (max-width: 855px) {/*670*/




  .hideOnMobile, 
  .intro-copyright{
    display: none;
  }
 
  .mobile-hidden {
    display: none !important;
  }

  #logo_intro {
    width: 150px;
  }

  #intro_part3{
    top:-160px;
    float:right;
  }


  .intro h7 {
    font-size: 42pt;
    margin-top: 0vh; 
  }

  #intro_part2 {
   padding-right: 10px;  /* */
  }

  #intro_part3 {
    top: -100px; /* */
  }

  .intro-logo {
    padding-left: 0px; 
  }

   .ubermenu {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .ubermenu {
    width: 100%;
  }

  .ubermenu ul{
    /*float: right;*/
    padding-right: 5px;
  }

  .ubermenu li {
    margin: 0.1em;
    padding-left: 0px;
  }



 .ubermenu ul > li:first-child { display: none; }

 .kategorie-head{/*Balken Höhe*/
  /*height: 20vh;*/
  height:70px;
 }

  .kategorie-bg {
    padding: 1em 0em 0.5em 0em;
  }

 .container {
    width: 98%;
  }

  .wasser-wrapper, .kontakt-wrapper {
    padding-top: 0px; 
  }

  .mitarbeiter-portrait {
    width: 50%;
    margin-top: 0em;
    margin-top: 1em; 
  }

  .portrait{
     -webkit-filter: grayscale(0%);
  }


}

@media (max-width: 360px) {
  .ubermenu {
     width: 100%;
    }
    #logo {
      width: 60px;
      margin-top: 5px;
    }
    #logo_intro {
     /* display:none;*/
      width: 150px;
    }

    #intro_part3 {
      top: -100px;
    }

    .list_placeholder{
      display: none;
    }
}




