/* Webfont: SohoStd-Bold */
@font-face {
  font-family: 'SohoStd';
  src: url('webfonts/SohoStd-Bold.eot');
  /* IE9 Compat Modes */
  src: url('webfonts/SohoStd-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('webfonts/SohoStd-Bold.woff') format('woff'),
    /* Modern Browsers */
    url('webfonts/SohoStd-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('webfonts/SohoStd-Bold.svg#SohoStd-Bold') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/open-sans-v20-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('webfonts/open-sans-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('webfonts/open-sans-v20-latin-ext_latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('webfonts/open-sans-v20-latin-ext_latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('webfonts/open-sans-v20-latin-ext_latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('webfonts/open-sans-v20-latin-ext_latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/open-sans-v20-latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('webfonts/open-sans-v20-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('webfonts/open-sans-v20-latin-ext_latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('webfonts/open-sans-v20-latin-ext_latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('webfonts/open-sans-v20-latin-ext_latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('webfonts/open-sans-v20-latin-ext_latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* COLOR varIABLES */
:root {
  --hblau: #024C8B;
  --darkgrey: #505050;
  --lightgrey: #eeeeee;
  --midgrey: #8e8e8e;
  --black: #000000;
  --white: #ffffff;
}

.max{
  position:absolute;
  top: 60%;
  left: 3%;
  width: 250px;
  z-index: 9999;
  padding: 20px;
  background:rgba(0, 0, 0, 0.8)
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #024C8B;
  background-color: #fff;
  background-color: var(--white);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  animation: fadein .5s;
  -moz-animation: fadein .5s;
  /* Firefox */
  -webkit-animation: fadein .5s;
  /* Safari and Chrome */
  -o-animation: fadein .5s;
  /* Opera */
  padding-left: 0 env(safe-area-inset-left);
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* HEADER START */

header {
  height: 120px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5000;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

#logoheader {
  display: block;
  float: left;
  width: 20%;
  height: 80px;
}

#logo {
  position: absolute;

  height: 82px;
  margin-left: 3%;
  margin-top: 25px;
  text-decoration: none;
  z-index: 6001;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all .3s;
  transition-timing-function: linear;
  background-image: url('style_img/hadorn-logo.svg');
  background-repeat: no-repeat;
  width: 50%;
  height: 59px;
}

#logo img {
  height: 59px;
  text-decoration: none;
}

a #logo,
a #logo2 {
  text-decoration: none;
}

a #logo:hover,
a #logo2:hover {
  opacity: 0.7;
  color: #505050;
  color: var(--darkgrey);
}

header a {
  color: #fff;
}

header.fixed-header {
  position: fixed;
  top: 0px;
  height: 83px;
  z-index: 7002;
  border-bottom: 1px solid #eee;
  background: #fff;
}

header.fixed-header #logoheader {
  height: 83px;
}

header.fixed-header #logo {
  height: 59px;
  margin-left: 3%;
  margin-top: 10px;
  background-image: url('style_img/hadorn-logo_light.svg');
}

header.fixed-header #logo img {
  width: 270px;
  height: auto;
  text-decoration: none;
}

header.fixed-header a {
  color: #505050;
}


/* HEADER END */

/* NAVIGATION START */

a {
  color: #024C8B;
  text-decoration: underline;
}

a:hover {
  color: #024C8B;
  color: var(--hblau);
}

a img {
  border: none;
  outline: none;
}

/* MOBILE */

.navbar-toggle {
  display: none;
}

.navbar-hide {
  display: block;
}

#mobilenavi {
  display: none;
}

#topnavi>ul>div.topnav_logo {
  display: none;
}

/* TOP NAVIGATION */

.navbar-toggle {
  display: none;
}

.navbar-hide {
  display: block;
}

#mobilenavi {
  display: none;
}

#topnavi>div.topnav_logo {
  display: none;
}

#topnavi {
  position: relative;
  width: 94%;
  display: block;
  cursor: pointer;
  margin-top: 55px;
  margin-left: 3%;
  text-align: left;
  z-index: 5;
  text-transform: uppercase;
}

header.fixed-header #topnavi {
  margin-top: 18px;
}

#topnavi>ul {
  margin: 0px;
  text-align: right;
}

#topnavi>ul.metanavi {
  text-align: right;
  position: absolute;
  right: 3%;
}

#topnavi>ul>li>a {
  text-decoration: none;
  padding: 13px 12px 0px 12px;
  vertical-align: baseline;
  display: inline-block;
  height: 38px;
}

#topnavi a:hover {
  text-decoration: none;
}

li.topnav {
  font-family: 'SohoStd';
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  text-align: right;
  width: auto;
  cursor: pointer;
  font-size: 24px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all .2s;
  transition-timing-function: linear;
  list-style-type: none;
}

li.topnav_spacer {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  text-align: right;
  width: auto;
  cursor: pointer;
  font-size: 30px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all .2s;
  transition-timing-function: linear;
  list-style-type: none;
  width: 20vw;
}

li.meta {
  font-size: 18px;
  text-transform: uppercase;

}

li.topnav:hover {
  background-color: #eeeeee;
  background-color: var(--lightgrey);
  color: #505050;
  color: var(--darkgrey);
}


li.topnav:hover .subnavi,
li.topnav:focus .subnavi {
  display: block;
  z-index: 5000;
  height: auto;
  cursor: pointer;
}

li.topnav_act:hover .subnavi,
li.topnav_act:focus .subnavi {
  display: block;
  z-index: 5000;
  height: auto;
  cursor: pointer;
}

li.topnav_act {
  color: #024C8B;
  color: var(--hblau);
}

li.topnav_act>a {
  background-color: #024C8B;
}

header.fixed-header li.topnav_act>a {
  color: #024C8B;
  color: var(--hblau);
  background-color: transparent;
}



#topnavi>ul>li.topnav:hover>a {
  color: #505050;
  color: var(--darkgrey);
}

#topnavi>ul>li.topnav_act:hover>a {
  color: #fff;
}

header.fixed-header #topnavi>ul>li.topnav_act:hover>a {
  color: #505050;
}

li.topnav_act:hover {
  background-color: #eeeeee;
  background-color: var(--lightgrey);
}

li.topnavadmin {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 15px;
  padding: 5px 0px 0px 0px;
  text-align: right;
  width: auto;
}

li.topnavadmin a span {
  display: none;
}

li.topnavadmin a:hover span {
  background: #000;
  background: var(--black);
  text-align: center;
  color: #fff;
  color: var(--white);
  padding: 10px 20px 10px 5px;
  display: block;
  z-index: 99999;
  left: 0px;
  margin: 0px;
  width: 100%;
  position: fixed;
  top: 0px;
  text-decoration: none;
  opacity: 1;
  text-transform: uppercase;
}


/* SUBNAVIGATION */
.subnavi {
  height: 0px;
  position: absolute;
  padding-bottom: 4px;
  text-align: left;
  display: none;
  line-height: 20px;
  z-index: -5;
  list-style-type: none;
  min-width: 100%;
  right: 0px;
  cursor: pointer;
}

li.subnavidiv {
  text-transform: none;
  color: #505050;
  color: var(--darkgrey);
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 12px 0 12px;
  background-color: #eeeeee;
  background-color: var(--lightgrey);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all .3s;
}

.subnavidiv_abschluss {
  width: 100%;
  height: 10px;
  background-color: #eeeeee;
  background-color: var(--lightgrey);
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
  display: block;
}

li.subnavidiv:hover,
li.subnavidiv:active,
li.subnavidiv:focus {
  color: #fff;
  color: var(--white);
  background-color: #505050;
  background-color: var(--darkgrey);
  cursor: pointer;
}

li.subnavidiv_act {
  text-transform: none;
  color: #024C8B;
  color: var(--hblau);
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #eeeeee;
  background-color: var(--lightgrey);
  padding: 0 12px 0 12px;
  cursor: pointer;
}

/* SIDE NAVIGATION */
#dlnavigation {

  width: 100%;
}

#dlnavigation ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

#dlnavigation li {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24%;
  margin-left: 0px;
  padding-bottom: 30px;
  min-height: 300px;
}

#dlnavigation li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  background-color: #8e8e8e;
  padding: 0px;
  float: left;
  display: block;
}

#dlnavigation li div {
  list-style-type: none;
  float: left;
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  color: var(--white);
  background-color: #8e8e8e;
  text-decoration: none;
  padding: 90px 0px 0px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  width: auto;
}




#dlnavigation a img:hover {
  background-color: #024C8B;
  color: var(--hblau);
}

#dlnavigation a:hover img {
  background-color: #8e8e8e;
}

#dlnavigation a:hover div {
  background-color: #024C8B;
  color: var(--hblau);
}



#startdl {
  position: absolute;
  bottom: 0px;
}

#dlnavigation_s {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

#dlnavigation_s li {
  list-style-type: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 137px;
  margin-left: 0px;
  margin-right: 20px;
  padding-bottom: 20px;
}

#dlnavigation_s li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 137px;
  height: 181px;
  background-color: #8e8e8e;
  padding: 0px;
  float: left;
  display: block;
}

#dlnavigation_s li div {
  list-style-type: none;
  float: left;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  color: var(--white);
  background-color: #8e8e8e;
  text-decoration: none;
  padding: 50px 0px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  width: 250px;
  height: 100px;
}

#dlnavigation_s h2 {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  color: var(--white);
}

#dlnavigation_s a:hover img {
  background-color: #024C8B;
  color: var(--hblau);
  transform: rotate(-5deg);
}

#dlnavigation_s a:hover div {
  background-color: #024C8B;
  color: var(--hblau);
}


#dlsubnavigation ul {
  display: flex;
  flex-flow: row wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
  padding: 30px 0px 0px 0px;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

#dlsubnavigation li {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-right: 1%;
  width: 24.25%;
  margin-left: 0px;
  padding-bottom: 30px;
}

#dlsubnavigation li:nth-child(4n) {
  margin-right: 0%;
}

#dlsubnavigation li.five {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-right: 1%;
  width: 19.2%;
  margin-left: 0px;
  padding-bottom: 30px;

}

#dlsubnavigation li.five:nth-child(5n) {
  margin-right: 0%;
}

#dlsubnavigation a.joblist {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  min-height: 185px;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  color: var(--white);
  background-color: #8e8e8e;
}

#dlsubnavigation a.joblist:hover {
  background-color: #024C8B;
  color: #ffffff;
  color: var(--white);
}

#dlsubnavigation a.joblist span {
  font-family: 'SohoStd';
}

#dlsubnavigation li i {
  font-style: italic;
  color: #8e8e8e;
  color: var(--midgrey);
}


#dlsubnavigation li div.image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 375px;
  background-color: #eeeeee;
  background-color: var(--lightgrey);
  background-position: center;
  background-size: cover;
  padding: 0px;
  clear: both;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all .3s;
}

#dlsubnavigation li div.image:hover {
  opacity: 0.5;
}

#dlsubnavigation li div.icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 240px;
  vertical-align: middle;
  background-color: #8e8e8e;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  clear: both;
  -webkit-transition: all 0.3s;
  transition: all .3s;
}

#dlsubnavigation li div.icon:hover {
  background-color: #024C8B;
  color: var(--hblau);
}

#dlsubnavigation li div.icon::after {
  content: "";
  font-size: 100px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 76, 139, 0);
  color: rgba(255, 255, 255, 0.0);

  clear: both;
  display: block;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid rgba(255, 255, 255, 0.0);
}

#dlsubnavigation li div.icon:hover::after {
  background-color: rgba(2, 76, 139, 0.6);

  height: 100%;
  color: rgba(255, 255, 255, 1)
}

#dlsubnavigation li div.katext {
  color: #024C8B;
}

#dlsubnavigation li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #8e8e8e;
  padding: 0px;
  clear: both;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all .3s;
}



#dlsubnavigation li a div.dltitle {
  list-style-type: none;
  clear: both;
  display: block;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  padding: 20px 0px 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

#dlsubnavigation li a {
  text-decoration: none;
}

#dlsubnavigation a img:hover {
  background-color: #024C8B;
  background: var(--hblau);
  color: #024C8B;
  color: var(--hblau);
}

a.pfeil {
  margin-top: 10px;
  display: block;
  line-height: 20px;
  color: #fff;
  color: var(--white);
  background: var(--midgrey);
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
  width: 50%;
  text-decoration: none;
}


a.pfeil:hover {
  background: #8e8e8e;
  background: var(--hblau);
  color: #fff;
  color: var(--white);
}

a.linkbutton {
  margin-top: 10px;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  color: var(--white);
  background: var(--midgrey);
  font-size: 18px;
  padding: 10px 10px 10px 40px;
  box-sizing: border-box;
  vertical-align: top;
  width: auto;
  clear: both;
  text-decoration: none;
  background-image: url('../bilder/doc1.svg');
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 20px;
}


a.linkbutton:hover {
  background: #8e8e8e;
  background: var(--hblau);
  color: #fff;
  color: var(--white);
  background-image: url('../bilder/doc1.svg');
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 20px;
}


button.mehr {
  background: transparent;
  font-size: 14px;
  color: #024C8B;
  border: 1px solid #024C8B;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
  padding: 7px 10px;
  margin-bottom: 30px;
  margin-top: 10px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

button.mehr:hover {
  background-color: #024C8B;
  color: #fff;
  border: 1px solid #fff;
}

button.zurueck {
  background: transparent;
  font-size: 14px;
  background-color: #024C8B;
  color: #fff;
  border: 1px solid #024C8B;
  box-shadow: none;
  cursor: pointer;
  padding: 7px 10px;
  margin-bottom: 30px;
  margin-top: 10px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

button.zurueck:hover {
  background-color: #fff;
  color: #024C8B;
}

/* SIDE NAVIGATION */
#sidenavigation {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

#sidenavigation li {
  list-style-type: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 50%;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#sidenavigation li a {
  display: block;
  background-color: #5F5649;
  font-size: 14px;
  line-height: 18px;
  color: #F0EFEB;
  height: 69px;
  text-decoration: none;
  padding: 10px 20px 5px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
}

#sidenavigation li a.activeSide {
  display: block;
  background-color: #8e8e8e;
  font-size: 14px;
  line-height: 18px;
  color: #F0EFEB;
  height: 69px;
  text-decoration: none;
  padding: 10px 20px 5px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
}

#sidenavigation li a:hover {
  background-color: #8e8e8e;
}

/* LINKTAGS NAVIGATION */


a.nav2 {
  text-decoration: none;
  padding: 8px 0px 8px 0px;
  width: 100%;
  display: inline-block;
  color: #505050;
  color: var(--darkgrey);
}


a.nav2_act,
header.fixed-header a.nav2_act {
  text-decoration: none;
  padding: 8px 0px 8px 0px;
  width: 100%;
  display: inline-block;
  color: #024C8B;
  color: var(--hblau);
}

a.nav3:before,
a.nav3_act:before {
  content: '- '
}

a.nav3 {
  text-decoration: none;
  padding: 6px 0px 6px 0px;
  width: 100%;
  display: inline-block;
  font-weight: 400;
  text-transform: none;
  color: #505050;
  color: var(--darkgrey);
}

a.nav3_act {
  color: #024C8B;
  color: var(--hblau);
  text-decoration: none;
  padding: 6px 0px 6px 0px;
  width: 100%;
  display: inline-block;
  text-transform: none;
}

a.nav2:hover,
a.nav2:active,
a.nav2:focus,
a.nav3:hover,
a.nav3:active,
a.nav3:focus {
  color: #fff;
  width: 100%;
  display: inline-block;
}

/* KARTE */

div.karte {
  position: absolute;

  z-index: 300;
}

div.karte a {
  display: block;
  text-decoration: none;
  background-color: #024C8B;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  line-height: 1px;
  font-size: 2px;
}

div.karte a:hover {
  background-color: #fff;
}

div.winterthur {
  margin-top: 9%;
  margin-left: 60%;
}

div.singen {
  margin-top: 1.5%;
  margin-left: 63.5%;
}

div.kreuzlingen {
  margin-top: 5%;
  margin-left: 69%;
}

.box {
  padding: 20px;
  background: #8e8e8e;
  color: #fff;
  width: 25%;
}

/* C A L L T O A C T I O N*/
div.cta {
  margin-left: 0%;
  display: inline-block;
  margin-top: 40px;
  clear: both;
  background: #8e8e8e;
  background: var(--midgrey);
  padding: 20px;
  box-sizing: border-box;
  width: 25%;
  vertical-align: top;
  text-align: left;
  color: #fff;
  color: var(--white);
  height: auto;
}

div.cta h4,
div.cta p {
  color: #fff;
  color: var(--white);

}

div.cta a {
  display: inline-block;
  width: auto;
  margin-right: 15px;
  margin-top: 10px;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #024C8B;
  color: var(--hblau);
  color: #fff;
  color: var(--white);
  text-shadow: none;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all .3s;
  transition-timing-function: linear;
}

div.cta div.zweiviertel {
  padding-bottom: 0px;
}

div.cta a:hover {
  color: #024C8B;
  color: var(--hblau);
  background-color: #fff;
  background-color: var(--white);
}

/* NAVIGATION END */

/* STARTSEITE */
.muster {
  display: none;
}

#servicebox_start a {
  text-decoration: none;
}

.starttext {
  position: absolute;
  top: 25vh;
  right: 3%;
  color: #fff;
  color: var(--white);
  text-align: left;
  width: 40%;
  font-family: 'SohoStd';
}

.starttext h3 {
  font-size: 70px;
  line-height: 90px;
  display: block;
  color: #fff;
  padding-bottom: 15px;
  text-shadow: 0.0px 0.0px 0.03em #666;
  width: 100%;
  border: none;
}

/* INHALTE */

#projektcontent {
  margin-top: 180px;
  border: 0px;
  margin-left: 3%;
  width: 94%;
  min-height: 80vh;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;

}

#projektcontent h3 {
  color: #fff;
  border-color: #fff;
}
.whitecontent {
  padding: 0% 3%;
  width: 94%;
  height: 100%;
  background-color: #fff;
  background-color: var(--white);
  display: block;
  padding-top: 4em;
}

.whitecontent::before {
  width: 100%;
}

.whitecontent_abschluss {
  width: 100%;
}


.greycontent {
  padding: 0% 3%;
  width: 94%;
  height: 100%;
  background-color: #eeeeee;
  background-color: var(--lightgrey);
  display: block;

}

.greycontent::before {
  width: 100%;
}

.greycontent_abschluss {
  width: 100%;
}

h1 {
  font-family: 'SohoStd';
  font-size: 70px;
  display: block;
  color: #024C8B;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0em;
  margin-block-start: 0px;
}

h2 {
  font-family: 'SohoStd';
  font-size: 50px;
  display: block;
  color: #024C8B;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  color: #024C8B;
  font-family: 'SohoStd';
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-block-start: 0.7em;
  margin-block-end: 0.2em;
  font-weight: 400;
  border-bottom: 2px solid #024C8B;
}

h4 {
  color: #024C8B;
  font-family: 'SohoStd';
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-block-start: 0em;
  margin-block-end: 0.2em;
  font-weight: 400;
}

#p100 {
  padding-top: 40px;
  padding-left: 3%;
  padding-right: 3%;
  width: 94%;
}

p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

q {
  font-style: italic;
  quotes: "«""»";
}

.lead {
  font-size: 24px;
  line-height: 30px;
  width: 70%;
  margin-bottom: 30px;
}

.drittel img,
.zweidrittel img,
.viertel img,
.zweiviertel img,
.dreiviertel img {
  width: 100%;
}

.drittel_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0px;
  padding-inline-start: 0px;
  margin-block-end: 0px;
}

.drittel {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 32.66%;
  margin-left: 0px;
  margin-block-start: 0px;
  padding-bottom: 40px;
}

.zweidrittel {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 66.33%;
  margin-left: 0px;
  padding-bottom: 40px;
}

.sechstel_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0px;
  padding-inline-start: 0px;
  margin-block-end: 0px;
}

.sechstel {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 15.83%;
  margin-left: 0px;
  margin-block-start: 0px;
  padding-bottom: 40px;
}

.zweisechstel {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 31.66%;
  margin-left: 0px;
  padding-bottom: 40px;
}

.viertel_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0px;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.viertel {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24.25%;
  margin-left: 0px;
  padding-bottom: 40px;
  margin-block-start: 0px;
}

.zweiviertel {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 49.5%;
  margin-left: 0px;
  padding-bottom: 40px;
}

.dreiviertel {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 74.75%;
  margin-left: 0px;
  padding-bottom: 40px;
}

#inhalt {
  margin-top: 130px;
  min-height: calc(100vh - 130px);
  width: 100%;
  clear: both;
  height: auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EEEEEE;
}

#inhalt::after {
  content: "";
  clear: both;
  display: table;
}

.dlimage {
  display: block;
  width: 100%;
  z-index: 0;
  height: 300px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

img.dlslide {
  display: block;
  width: 100%;
  z-index: 0;
  height: auto;
}

.dlslidetitle {
  margin-top: -120px;
  padding-left: 3%;
  top: 40vh;
  color: #fff;
  color: var(--white);
  text-align: left;
  width: 97%;
  z-index: 10;
}

.dlslidetitle h1 {
  font-size: 55px;
  display: inline-block;
  color: #fff;
  color: var(--white);
  padding-bottom: 15px;
  text-shadow: 0.1em 0.1em 0.2em black;
  height: 60x;
}

div.obeneinzug {
  padding-top: 50px !important;
}

div.context {
  display: block;
  box-sizing: border-box;
  width: 60%;
  float: left;
}

div.context img {
  width: 100%;
  height: auto;
}

div.aside,
div.aside2 {
  display: block;
  box-sizing: border-box;
  width: 40%;
  float: left;
  padding-left: 3%;
  text-align: right;
}

.aside2 {
  margin-top: -15px;
}

div.aside img,
div.aside2 img {
  width: 100%;
  height: auto;
  margin-right: 30px;
}

img.icon,
img.icon {
  width: 30%;
  height: auto;
  background-color: #8e8e8e;
}


div.incontext {
  box-sizing: border-box;
  display: block;
  width: 75%;
  float: left;
}

.incontext img {
  width: 100%;
  height: auto;
}

.incontext img.refportrait {
  width: 120px;
  height: auto;
  display: block;
  float: left;
  margin-right: 15px;
}

blockquote {
  font-size: 22px;
  line-height: 32px;
}

div.reflogo {
  border: 1px solid #707070;
  width: 150px;
  display: block;
  float: left;
  margin-right: 20px;
}

div.reflogo a img {
  width: 150px;
}

a img {
  border: none;
  outline: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background: #5F5649;
  border: none;
}

#inhalt ul {
  padding-left: 0px;
}

#inhalt li {
  list-style-type: disc;
  list-style-position: inside;

}

/* SWIPER */
#startheader {
  margin-top: 00px;
  border: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

#projektheader {
  border: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}

#startheaderoff {
  position: relative;
  margin-top: 130px;
  border: 0px;
  min-height: calc(100vh - 130px);
  opacity: 1;
  height: 1px;
  overflow: hidden;
  background-size: cover;
}

#topheader {
  margin-top: 0px;
  border: 0px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}


#topheaderoff {
  position: relative;
  margin-top: 130px;
  border: 0px;
  min-height: calc(100vh - 130px);
  opacity: 1;
  height: 1px;
  overflow: hidden;
  background-size: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -1;
}


.swiper-pagination {
  margin-top: -15px;
  display: none;
}

#slider {
  position: relative;
  border: 0px;
  display: block;
  width: 100%;
}

figure {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* PROJEKT DATENBANK */

.projektuebersicht {
  float: left;
  margin-bottom: 10px;
  line-height: 0px;
  width: 100%;
}

.projektuebersicht a {
  text-decoration: none;
}

.projektuebersicht img {
  width: 100%;
  height: auto;
  border: none;
}

.projektuebersicht div.primagecont {
  height: 200px;
  background-size: cover;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 0%;
}

.projektuebersicht div,
.projektuebersicht a div {
  width: 100%;
  min-height: 150px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  color: #505050;
  color: var(--darkgrey);
  font-size: 24px;
  line-height: 30px;
}

div.dreizeilen {
  min-height: 110px !important;
}

.projektuebersicht div.admin {
  min-height: 120px;
}

.projektuebersicht div p,
.projektuebersicht a div p {
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}

.linkedin {
  height: 25px;
  display: inline-block;
}

.vcard {
  height: 25px;
  display: inline-block;
}

.vcard img,
.linkedin img {
  height: 25px;
  width: auto;
  margin: 7px 7px 0px 0px;
}

.projektuebersicht div a {
  color: #999;
  text-decoration: none;
}

.projektuebersicht div a:hover {
  color: #8e8e8e;
  color: var(--midgrey);
}

.projektuebersicht div.clear {
  width: 270px;
  padding: 0px 0px 0px 0px;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 15px;
  clear: both;
}

.projektuebersicht div.clear input {
  background: #eee;
}

a div.projektuebersicht {
  text-decoration: none;
  border: 0px;
}

a div.projektuebersicht:hover {
  opacity: 0.5;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

div.projektuebersicht a:hover {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

#projektart p span {
  display: inline-block;
}

#projektart p span::after {
  content: ',\00a0';
}

#projektart p span:last-child::after {
  content: '';
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--white);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline-block;
  float: left;
  background-position: cover;
  text-align: center;
  font-size: 18px;
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
}

.swiper-container .projekt {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.swiper-container .swiper-slide a {
  text-decoration: none;
  border: none;
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-pagination {
  margin-top: -15px;
}

.swiper-container .swiper-slide figcaption {
  text-decoration: none;
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
  z-index: 10000;
}

.swiper-button-next,
.swiper-button-prev {

  cursor: pointer;
}

.swiper-button-next {
  right: 2%;
  cursor: pointer;
  top: 50%;
}

.swiper-button-prev {
  left: 2%;
  cursor: pointer;
  top: 50%;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  margin: 0 10px;
  font-size: 13px;
}

#projektdetails {
  margin-left: 0px;
}

#projektdetails h1 {
  margin-top: 0px;
}

#projektdetails p {
  margin: 0px;
}

#projektdetails span {
  font-weight: 400;
  text-transform: uppercase;
}

#projektbeschreibung {
  padding-top: 30px;
  clear: both;
  width: 32vw;
}

#projektbeschreibung span {
  font-weight: 400;
  text-transform: uppercase;
}

#projektnavigation {
  top: 20px;
  left: 10%;
  margin-bottom: 20px;
  text-align: left;
  z-index: 3000;
  width: 100%;
}

#projektnavigation div {
  float: right;
}

#projektnavigation div a.leftbutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23222222'%2F%3E%3C%2Fsvg%3E");
  background-repeat: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  float: left;
  text-decoration: none;
}

#projektnavigation div a.rightbutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23222222'%2F%3E%3C%2Fsvg%3E");
  background-repeat: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  float: left;
  text-decoration: none;
}

#projektnavigation div a.rightbutton:hover,
#projektnavigation div a.leftbutton:hover {
  opacity: 0.5;
}



/* Controlsection */
div.controlsection {
  position: relative;
  width: 100%;
  z-index: 500;
}



/* SUCHE */

div.suche {
  display: inline-block;
  width: 205px;
  margin: 0px 5px 5px 0px;
  z-index: 60;
}

input.search_field {
  height: 40px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #eeeeee;
  background-color: var(--lightgrey);
  border: none;
  padding: 10px;
  color: #8e8e8e;
  color: var(--midgrey);
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 0px;
  width: 165px;
}

input.search_field:focus {
  outline: 0px !important;
  border-bottom: 2px solid var(--midgrey);
  border-top: 2px solid var(--midgrey);
  border-left: 2px solid var(--midgrey);
}

input.email {
  width: 200px;
}

input.email:focus {
  outline: 0px !important;
  border: none;
  background: #fff;
}


input.search_submit {
  vertical-align: bottom;
  height: 40px;
  width: 40px;
  padding: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #8e8e8e;
  border: none;
  color: #fff;
  color: var(--white);
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 0px;
  cursor: pointer;
}

input.search_submit:hover {
  background-color: #505050;
  background-color: var(--darkgrey);
}

input.send_submit {
  vertical-align: bottom;
  height: 40px;
  width: auto;
  padding: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #024C8B;
  border: none;
  color: #fff;
  color: var(--white);
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 0px;
  cursor: pointer;
}

input.send_submit:hover {
  background-color: #505050;
  color: #fff;
  color: var(--white);
}

a.clear_submit {
  position: absolute;
  margin-left: -70px;
  vertical-align: bottom;
  height: 40px;
  width: auto;
  padding: 10px 10px 10px 10px;
  -webkit-appearance: none;
  appearance: none;
  display: none;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 0px;
  cursor: pointer;
  color: #024C8B;
  color: var(--hblau);
  text-decoration: none;
}

a.clear_submit:hover {
  background-color: #024C8B;
  color: #fff;
  width: 30px;
}

a.sehdich {
  display: inline-block;
}

/* PROJEKTFILTER */

div.dropdown {
  cursor: pointer;
  background: transparent;
  text-align: left;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}

div.dropdown .clearer {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: none;
  cursor: pointer;
  text-align: center;
  background: var(--hblau);
  color: #fff;
  color: var(--white);
  padding: 7px 7px 7px 7px !important;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: absolute;
  content: '\276E';
  margin-left: 165px;
  width: 40px;
  margin-top: -45px;
  border-style: none;
  border-left: 2px solid #fff;
}

div.dropdown .sichtbar {
  display: block;
}

div.dropdown .dropdown-lab {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  margin: 0 5px 5px 0;
  cursor: pointer;
  background: #8e8e8e;
  background: var(--midgrey);
  color: #fff;
  color: var(--white);
  padding: 7px 10px !important;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  width: 205px;
}

div.dropdown .dropdown-lab:after {
  position: absolute;
  display: block;
  content: '\276E';
  margin-left: 160px;
  width: 26px;
  margin-top: -34px;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

div.dropdown .dropdown-lab.activ:after {
  margin-left: 122px;
}

div.dropdown .dropdown-lab.down:after {
  margin-top: -17px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

div.dropdown .buttonwrap {
  position: absolute;
  display: none;
  margin-bottom: 10px;
  background: var(--white);
  z-index: 9999;
}

div.dropdown .show {
  display: block;

}

div.dropdown .buttonwrap::after {
  content: ' ';
  clear: both;
}


button.filter2 {
  color: #505050;
  color: var(--darkgrey);
  display: block;
  padding: 7px 10px;
  border: 0;
  cursor: pointer;
  text-align: left;
  scroll-margin-right: 3px;
  background: var(--lightgrey);
  font-size: 16px;
  margin-right: 0px;
  margin-bottom: 5px;
  width: 205px;
  clear: both;

}

/* Controlsection */
div.controlsection {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

fieldset {
  padding: 0px;
  border: 0px;
  width: 100%;
  margin-bottom: 10px;
  margin: 0px;
}




/* CONTROLS FILTER */

#controls {
  cursor: pointer;
  background: transparent;
  text-align: left;
  padding: 0px 0px 0px 0px;
  opacity: 0.95;
  display: inline-block;
  margin-bottom: 18px;
}

#controls>a {
  text-decoration: none;
}

#controls .buttonwrap {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
  background: var(--white);
}

#controls .buttonwrap::after {
  content: ' ';
  clear: both;
}

#controls:hover label {
  cursor: pointer;
}

label {
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 0;
  cursor: pointer;
  padding: 10px;
}

#controls label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  margin: 0 0 0 0;
  cursor: pointer;
  background: #8e8e8e;
  background: var(--midgrey);
  color: #fff;
  color: var(--white);
  padding: 7px 10px !important;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
}

button.separator {
  color: #505050;
  color: var(--darkgrey);
  display: inline-block;
  padding: 10px;
  border: 0;
  cursor: pointer;
  text-align: left;
  scroll-margin-right: 3px;
  background: var(--lightgrey);
  font-size: 16px;
  margin-right: 5px
}


button.filter {
  color: #505050;
  color: var(--darkgrey);
  display: block;
  padding: 7px 10px;
  border: 0;
  cursor: pointer;
  text-align: left;
  scroll-margin-right: 3px;
  background: var(--lightgrey);
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 250px;
}


button.filter:hover {
  background: #8e8e8e;
  background: var(--midgrey);
  color: #fff;
  color: var(--white);
}

button.filler {
  color: #505050;
  color: var(--darkgrey);
  display: inline-block;
  padding: 7px 10px;
  border: 0;
  cursor: pointer;
  text-align: left;
  scroll-margin-right: 3px;
  background: transparent;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 16%;
  height: 0px;
}



button.active {
  font-weight: 400;
}

button.mixitup-control-active {
  background: var(--hblau);
  color: #fff;
  color: var(--white);
}

button:focus {
  outline: 0 none;
}

button+label {
  margin-left: 1em;
}

.container {
  display: flex;
  position: relative;
  font-size: 0.1px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 101%;
  flex-flow: row wrap;
  align-content: stretch;

}

.container::after {
  display: inline-block;
  width: 100%;
}

.container .mix,
.container .gap {
  display: inline-block;
  margin-right: 1%;
  width: 19%;
}




.container .mix {

  float: left;
  margin-bottom: 5px;
  line-height: 0px;
  text-align: left;
}

.container .mix::after {
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.container .mix::before {
  display: inline-block;
}

.container .fail-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.container.fail .fail-message {
  opacity: 1;
  pointer-events: all;
}

.container .fail-message::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.container .fail-message span {
  display: inline-block;
  font-weight: 400;
  color: white;
  font-size: 16px;
  vertical-align: middle;
}

footer {
  background-color: #024C8B;
  padding: 20px 3%;
  color: #fff;
  display: flex;
  align-content: left;
  font-size: 18px;
  line-height: 22px;
}

footer>div {
  width: 23%;
  margin-right: 2%;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
  color: #fff;
}

footer>div.adresse {
  width: 75%;
  text-align: left;
}

footer>div.social {
  width: 25%;
  margin-right: 0%;
  text-align: right;
}

footer>div.newsletter {
  width: 48%;
}

footer>div.impressum {
  width: 25%;
  margin-right: 0%;
  text-align: right;
}

div.social a {
  vertical-align: bottom;
  height: 40px;
  width: 40px;
  padding: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #505050;
  background-color: var(--darkgrey);
  border: none;
  color: #fff;
  color: var(--white);
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 5px;
}

div.social a:hover {
  background-color: #024C8B;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.embed-container iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* KONTAKTFORMULAR */

#kontaktwraper {
  width: 100%;

  display: block;
}

#googleMaps {
  display: inline-block;
  width: 40%;
  float: left;
  padding-left: 2%;
  background-color: transparent;
}

#kontaktformular {
  display: inline-block;
  width: 100%;
  float: left;
  margin-right: 0%;
  padding-right: 2%;
  background-color: transparent;
}

#kontaktformular div {
  width: 45%;
  display: inline-block;
  margin-right: 5%;
  padding-bottom: 10px;
  vertical-align: top;
  font-size: 12px;
  font-style: normal;

}

#kontaktformular div.breit {
  width: 96%;
  display: inline-block;
  margin-right: 5%;
  padding-bottom: 10px;
  vertical-align: top;
  font-size: 12px;
  font-style: normal;
  line-height: 25px;
}

#kontaktformular label {
  background-color: transparent;
  width: 100%;
  padding: 10px 0 5px 0;
  font-style: normal;
  letter-spacing: 0.1px;
  font-size: 20px;
}

#kontaktformular input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 10px;
  color: #8e8e8e;
  color: var(--midgrey);
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 0px;
}

/*
#kontaktformular input:focus {
  background-color: #8e8e8e;
}
*/
#kontaktformular input[type="email"]:required:focus:invalid {
  background-color: #FFD8CA;
}

#kontaktformular input[type="email"]:required:focus:valid {
  background-color: #CCFF99;
}

#kontaktformular input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all .3s;
  transition-timing-function: linear;
}

#kontaktformular input[type="text"]:focus {
  background-color: #8e8e8e;
  outline: none;
  color: #fff;
}

#kontaktformular input[type="radio"] {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  padding: 5px;
  color: #fff;
  font-size: 14px;
}

input[type="radio"].rot {
  background-color: #c11932;
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

input[type="radio"].rot:checked {
  border: 2px solid #f9f9f9;
  outline: 2px solid #000;
}

input[type="radio"].grau {
  background-color: #6d6d61;
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

input[type="radio"].grau:checked {
  border: 2px solid #f9f9f9;
  outline: 2px solid #000;
}

#kontaktformular input:focus {
  background-color: #fff;
}

#kontaktformular textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #fff;
  height: 80px;
  padding: 5px;
  color: #8e8e8e;
  color: var(--midgrey);
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 0px;
  border: none;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all .3s;
  transition-timing-function: linear;
  min-height: 200px;
}

#kontaktformular textarea:focus {
  background-color: #8e8e8e;
  color: #fff;
}

#kontaktformular input.button {
  -webkit-appearance: none;
  appearance: none;
  width: auto;
  padding: 10px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 20px;
  cursor: pointer;
  background: var(--hblau);
  color: #fff;
  color: var(--white);
  border: none;
}

#kontaktformular input.button:hover {
  background: var(--midgrey);
}

#kontaktformular select {
  font-size: 14px;
  width: 100%;
  background: #ddd;
  color: #fff;
  border: 0px solid #fff;
  box-shadow: 0;
  padding: 5px 5px 5px 5px;
  font-weight: 400;
  cursor: pointer;

}

#kontaktformular select option {
  font-size: 14px;
}

input.senden {
  cursor: pointer;
}

input.send {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #000;
  background-color: #d4001c;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

input.kill {
  font-weight: 700;
  width: auto;
  display: inline-block;
  padding: 4px 8px;
  cursor: pointer;
  background: #d4001c;
  color: #fff;
  border: 1px solid #d4001c;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 6px;
}

input.kill:hover {
  background: #a5001c;
  border: 1px solid #a5001c;
}

.alert {
  color: var(--hblau);
}