/* start */

@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "Proxima NovaExtraCondensedW02Lt";
  src: url("Fonts/5597445/bfc1803f-ee7a-413b-a72b-1cfe97dadae2.eot?#iefix");
  src: url("Fonts/5597445/bfc1803f-ee7a-413b-a72b-1cfe97dadae2.eot?#iefix") format("eot"),
    url("Fonts/5597445/1a7ed801-ccea-415e-b021-b709b0225edf.woff2") format("woff2"),
    url("Fonts/5597445/76b9680a-59a1-4c46-96a3-772d32c1dc07.woff") format("woff"),
    url("Fonts/5597445/073bf261-366f-4ce7-8a0c-55a9831a70ee.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova Extra CondensedW02";
  src: url("Fonts/5597487/72e5cbe7-fe5a-458d-8779-88ed75aad06a.eot?#iefix");
  src: url("Fonts/5597487/72e5cbe7-fe5a-458d-8779-88ed75aad06a.eot?#iefix") format("eot"),
    url("Fonts/5597487/f4cf67a0-3ebf-45c6-952b-4915b874ba04.woff2") format("woff2"),
    url("Fonts/5597487/ce71878b-a01f-4704-a081-202154397491.woff") format("woff"),
    url("Fonts/5597487/26e0a6ab-41b1-40bb-9741-2413fbb5daac.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima NovaExtraCondensedW02Md";
  src: url("Fonts/5597996/d9934540-7998-45df-ad52-d192c6cd74e4.eot?#iefix");
  src: url("Fonts/5597996/d9934540-7998-45df-ad52-d192c6cd74e4.eot?#iefix") format("eot"),
    url("Fonts/5597996/65265363-6dc3-4174-99d7-adabd245604f.woff2") format("woff2"),
    url("Fonts/5597996/06d8abf7-91a1-460a-ae08-4d79f886cc91.woff") format("woff"),
    url("Fonts/5597996/ec010256-8859-4394-b458-b374362fc445.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova Condensed W02 Md";
  src: url("Fonts/5597968/6aba8ff9-a1cc-4c43-a552-7acc8a2f00b3.eot?#iefix");
  src: url("Fonts/5597968/6aba8ff9-a1cc-4c43-a552-7acc8a2f00b3.eot?#iefix") format("eot"),
    url("Fonts/5597968/5dfc6448-4993-4817-b8e8-b4cfc45b7632.woff2") format("woff2"),
    url("Fonts/5597968/a26b3d66-3f90-458f-97ab-97e36dac88cf.woff") format("woff"),
    url("Fonts/5597968/74a74379-aa9a-4c49-851d-2e1caabbcaf1.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova Condensed W02 Lt";
  src: url("Fonts/5598197/4bc00f89-a995-4bcd-b4bc-96f8ba0f8420.eot?#iefix");
  src: url("Fonts/5598197/4bc00f89-a995-4bcd-b4bc-96f8ba0f8420.eot?#iefix") format("eot"),
    url("Fonts/5598197/28017645-0059-4d0a-8808-3886e52558df.woff2") format("woff2"),
    url("Fonts/5598197/d0e47820-87e2-4e82-8828-210df963e150.woff") format("woff"),
    url("Fonts/5598197/83522eed-6603-4cc1-b8b9-a4069d59c87a.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
}

body {
  font-family: "Proxima Nova Condensed W02 Lt", Arial Narrow, sans-serif;
  margin: 0;
  position: relative;
  color: rgba(0, 0, 0);
}

main {
  display: block;
  margin: 0 auto;
  padding: 0 0 2em 0;
}

@media (min-width: 58em) {
  main {
    padding-bottom: 3em;
  }
}

.maintext,
.taetigkeitsfelder {
  max-width: 60em;
  margin: 0 auto;
  padding: 0 1em;
}

@media (min-width: 58em) {
  .maintext {
    padding: 0 3em;
  }
}

@media (min-width: 58em) {
  .leistungen {
    padding: 0 1em;
  }
}

@media (min-width: 58em) {
  #taetigkeitsfelder_iconbereich {
    padding: 0 0.5em;
  }
}

.taetigkeitsfelder {
  margin-top: 4em;
}

@media (min-width: 58em) {
  .taetigkeitsfelder {
    margin-top: 8em;
  }
}

.extra {
  background-color: rgba(70, 83, 93, 0.05);
  padding-bottom: 2em;
}

img {
  max-width: 100%;
  height: auto;
}

footer {
  font-family: "Proxima Nova Condensed W02 Md", Arial Narrow, sans-serif;
  background-color: rgb(70, 86, 98);
  font-size: 1em;
  line-height: 1.5;
}

.wrapper-footer-items {
  margin: 0 auto;
  padding: 3em 3em;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
}

@media (min-width: 58em) {
  .wrapper-footer-items {
    justify-content: space-around;
  }
}

.footer-items {
  align-items: flex-end;
  padding: 1em;
  border-left: 6px solid rgba(255, 255, 255, 0.03);
  display: flex;
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding: 1em 3em;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
}

.footer-bottom p {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

/*--------------------------------------------
--  typografie 
-----------------------------------------------  */

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.team {
  font-family: "Proxima NovaExtraCondensedW02Lt", Arial Narrow, sans-serif;
  text-transform: uppercase;
}

h4,
h5,
h6,
.btn {
  font-family: "Proxima NovaExtraCondensedW02Md", Arial Narrow, sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 3em;
  font-weight: 300;
}

@media (min-width: 35em) {
  h1 {
    font-size: 4em;
  }
}

@media (min-width: 50em) {
  h1 {
    font-size: 6.5em;
  }
}
h1.start {
  margin-top: 0.3em;
}
h2 {
  font-size: 3.5em;
  font-weight: 300;
}

@media (min-width: 50em) {
  h2 {
    font-size: 4.5em;
  }
}

h3 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 3em;
}

@media (min-width: 35em) {
  h3 {
    font-size: 2.5em;
    margin-top: 2em;
  }
}

h4 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 2em;
}

h5 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.marginalie {
  font-size: 0.8em;
}
.sz {
  text-transform: lowercase;
}

.btn {
  font-size: 1.35em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.team {
  font-size: 1.3em;
  letter-spacing: 0.05em;
}

p {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5;
  hyphens: auto;
}
p.small-text {
  font-size: 1.1em;
}
i {
  font-style: italic;
}

.projekte {
  font-family: "Proxima Nova Extra CondensedW02", Arial Narrow, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  padding: 1em 0;
}

@media (max-width: 650px) {
  .projekte {
    font-size: 3.2vw;
  }
}

.line {
  border-top: rgba(119, 153, 168, 0.67) 1px solid;
  padding: 0.5em 0;
}

.strong {
  font-family: "Proxima NovaExtraCondensedW02Md", Arial Narrow, sans-serif;
  letter-spacing: 1px;
}
strong {
  font-family: "Proxima NovaExtraCondensedW02Md", Arial Narrow, sans-serif;
  letter-spacing: 1px;
}
.color {
  color: rgba(119, 153, 168, 0.67);
}

a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: rgba(119, 153, 168);
  font-family: "Proxima Nova Condensed W02 Md";
}

footer a {
  color: rgba(255, 255, 255, 0.9);
}

footer a:focus,
footer a:hover,
footer a:active {
  color: rgba(255, 255, 255, 0.6);
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

footer .uppercase {
  font-family: "Proxima Nova Extra CondensedW02", Arial Narrow, sans-serif;
}

.klammer {
  color: #7799a8;
  font-weight: 300;
  font-size: 1.5em;
}

.stellenangebot,
.datenschutz {
  padding: 0 2em;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5;
}

.stellenangebot li,
.datenschutz li {
  list-style-type: circle;
}

ol {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5;
}

.space {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.space-bottom {
  padding-bottom: 2em;
}
.top-no-space {
  margin-top: 0;
}
.klima-txt {
  margin-top: 0;
  color: #fff;
}

.klima-head {
  color: #fff;
  margin-bottom: 0;
  margin-top: 1em;
}

/*----------------------------------------------   
--Elemente
-----------------------------------------------  */
.sect-header-without-image .logo {
  height: 12em;
  width: auto;
  margin-top: 1.5em;
}

@media (min-width: 1300px) {
  .sect-header-without-image .logo {
    height: 22em;
  }
}

.sect-header-without-image nav {
  float: left;
}

.logo {
  height: 14em;
  width: auto;
  padding: 1em;
}

@media (min-width: 35em) {
  .logo {
    height: 18em;
    width: auto;
    padding: 1em;
  }
}

@media (min-width: 50em) {
  .logo {
    height: 20em;
    width: auto;
    padding: 1em;
  }
}

.scrolldown {
  color: #fff;
  text-decoration: none;
}

a {
  text-decoration: none;
}

a.scrolldown:hover {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.bild-im-text {
  width: 100%;
  height: auto;
}

.leistungen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  align-items: baseline;
  padding: 4em 0 8em 0;
}

.leistungen img {
  max-width: 5em;
  height: auto;
}

.leistungen figure {
  margin: 2em;
  height: auto;
  width: 15em;
  text-align: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.leistungen figcaption {
  font-size: 1em;
  font-family: "Proxima Nova Condensed W02 Md";
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgb(0, 0, 0);
  padding-top: 1em;
}

.leistungsuebersicht {
  height: auto;
  width: 3em;
}

.projektuebersicht,
.maintext_wide {
  max-width: 85em;
  margin: 0 auto;
  padding: 2%;
}

/*-- noch ändern?!--*/
figure .projekte {
  display: inline-block;
  margin: 0 3% 3% 0;
  width: 100%;
}

@media (min-width: 26em) {
  figure .projekte {
    width: 46%;
  }
}

@media (min-width: 40em) {
  figure .projekte {
    width: 29%;
  }
}

@media (min-width: 58em) {
  figure .projekte {
    width: 21%;
  }
}

.projekte img {
  max-width: 100%;
}

.projekte figcaption {
  font-family: "ProximaNovaSExtraCondensedW02L", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  padding: 1em 0;
}

/*--------------------------------
---Galerie Selection Start---
---------------------------------*/

/* padding BETWEEN each column */

.row > .column {
  padding: 0 4% 4% 0;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  display: none;
  /* Hide columns by default */
}

/* Clear floats after rows */
.row:after,
.entwurf {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  padding: 0;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttonsContainer */
.BtnContainer {
  margin-bottom: 3em;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 11px 13px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: white;
  border: rgba(119, 153, 168, 0.5) 1px solid;
  color: #000;
}

/* Add a color on mouse-over */
.btn:hover {
  color: rgba(119, 153, 168, 0.8);
}

/* Add a color to the active button */
.btn.active {
  color: rgb(77, 121, 141);
}

/* Responsive layout - makes a three column-layout */
@media screen and (min-width: 46em) {
  .column {
    width: 33%;
  }
}

/* Responsive layout - makes a four columns */
@media screen and (min-width: 64em) {
  .column {
    width: 25%;
  }
}

/*---Galerie-Ende---*/

.entwurf {
  max-width: 100%;
}

.skizzen_viertel,
.skizzen_drittel {
  width: 50%;
  float: left;
}

@media (min-width: 58em) {
  .skizzen_viertel {
    width: 25%;
  }
}

@media (min-width: 58em) {
  .skizzen_drittel {
    width: 33%;
  }
}

.skizzen_halb {
  max-width: 50em;
  width: 100%;
}

.galerie img {
  padding: 0 3% 3% 0;
}

/*----------------------------------------------   
--ohne Slider/Unterseiten
-----------------------------------------------  */
.sect-header-without-image {
  width: 100%;
  height: 10em;
  margin: 0 auto;
  text-align: right;
  padding: 0 2%;
}

@media (max-width: 1300px) {
  .sect-header-without-image .v-center {
    border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  }
}

.sect-headerimage {
  width: 100%;
  height: 70vh;
  margin: 0 auto;
  text-align: right;
  color: rgba(0, 0, 0, 0.9);
}

.sect-headerimage .image-bg {
  height: 70vh !important;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgb(90, 112, 126);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

#karriere {
  background-image: url(../img/karriere2-sm.jpg);
}

@media (min-width: 58em) {
  #karriere {
    background-image: url(../img/karriere2.jpg);
  }
}

#kontakt {
  background-image: url(../img/kontakt-sm.jpg);
}

@media (min-width: 58em) {
  #kontakt {
    background-image: url(../img/kontakt.jpg);
  }
}

#TL {
  background-image: url(../img/tischmann_loh_header-sm.jpg);
}

@media (min-width: 58em) {
  #TL {
    background-image: url(../img/tischmann_loh_header.jpg);
  }
}

#leistungen {
  background-image: url(../img/leistungen_header-sm.jpg);
}

@media (min-width: 58em) {
  #leistungen {
    background-image: url(../img/leistungen_header.jpg);
  }
}

#staedtebau_img {
  background-image: url(../img/leistungen_mondscheinweg_header.jpg);
}

@media (min-width: 58em) {
  #staedtebau_img {
    background-image: url(../img/leistungen_mondscheinweg_header.jpg);
  }
}

#regionalplanung_img {
  background-image: url(../img/leistungen/regionalplanung/sm_leistungen_regionalpl_header.jpg);
}

@media (min-width: 58em) {
  #regionalplanung_img {
    background-image: url(../img/leistungen/regionalplanung/leistungen_regionalpl_header.jpg);
  }
}

#stadtDorfentw_img {
  background-image: url(../img/leistungen/smStadtDorfentwicklung/sm_leistungen_stadtDorfentw_header.jpg);
}

@media (min-width: 58em) {
  #stadtDorfentw_img {
    background-image: url(../img/leistungen/smStadtDorfentwicklung/leistungen_stadtDorfentw_header.jpg);
  }
}

#satzungen_img {
  background-image: url(../img/leistungen/satzungen/sm_leistungen_satzungen_header.jpg);
}

@media (min-width: 58em) {
  #satzungen_img {
    background-image: url(../img/leistungen/satzungen/leistungen_satzungen_header.jpg);
  }
}

.sect-headerimage .v-center {
  position: relative;
  padding: 0 5%;
}

.logo-normal {
  float: right;
}

/*----------------------------------------------   
--Banner/header
-----------------------------------------------  */
.sect-banner {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  /*-- ganzer Bildschirm --*/
  height: 100vh;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

/*-- overlay dunkel --*/
.sect-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(18, 38, 52, 0.5);
  z-index: 0;
}

/*-- vertikal zentriert --*/
.sect-banner .v-center {
  vertical-align: middle;
  position: relative;
  z-index: 4;
  padding: 0 5%;
}

/*-- Text Slider --*/
.sect-banner .v-center h1 {
  -webkit-animation: fade-in ease-in-out 2s 0.5s both;
  -moz-animation: fade-in ease-in-out 2s 0.5s both;
  animation: fade-in ease-in-out 2s 0.5s both;
}

.sect-banner .v-center h3 {
  -webkit-animation: fade-in ease-in-out 2s 1s both;
  -moz-animation: fade-in ease-in-out 2s 1s both;
  animation: fade-in ease-in-out 2s 1s both;
}

.sect-banner ul.kf-slider li {
  height: 100vh !important;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-out 9s infinite both;
  -moz-animation: fade-out 9s infinite both;
  animation: fade-out 9s infinite both;
  background-image: url(../img/banner-1-sm.jpg);
}

@media (min-width: 58em) {
  .sect-banner ul.kf-slider li {
    background-image: url(../img/banner-1.jpg);
  }
}

.sect-banner ul.kf-slider li:nth-child(2) {
  background-image: url(../img/banner-2-sm.jpg);
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

@media (min-width: 58em) {
  .sect-banner ul.kf-slider li:nth-child(2) {
    background-image: url(../img/banner-2.jpg);
  }
}

.sect-banner ul.kf-slider li:nth-child(3) {
  background-image: url(../img/banner-3-sm.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

@media (min-width: 58em) {
  .sect-banner ul.kf-slider li:nth-child(3) {
    background-image: url(../img/banner-3.jpg);
  }
}

/*----------------------------------------------   
--Fade ins
-----------------------------------------------  */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*----------------------------------------------   
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }
}

@keyframes fade-out {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }
}

/*----------------------------------------------   
--Nav
-----------------------------------------------  */

.navMain ul {
  display: block;
}

.openbtn {
  display: block;
  padding: 2em 0 0 0;
  margin-left: 1em;
  text-align: left;
  cursor: pointer;
  width: 2em;
}

@media (min-width: 40em) {
  .openbtn {
    padding: 6em 0 0 0;
    margin-left: 0em;
  }
}

.hell {
  color: #fff;
}

.dunkel {
  color: #000;
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.8s;
  /* 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 */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a,
#current {
  padding: 8px;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  /* Display block instead of inline */
  transition: 0.2s;
  /* Transition effects on hover (color) */
}

.navMain ul li a:hover,
.navMain ul li a:focus {
  border-bottom: 0px;
  letter-spacing: 0.09em;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  padding: 1em 1em;
  font-size: 4em;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/
