html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

body {
  background: #1d1d1b;
  position: relative;
}

* {
  box-sizing: border-box; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

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

.hide {
  display: none; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */ }

.right {
  float: right !important; }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

.font-regular, body, html, header nav ul > li > a, main .start .jumbotron > p, main .box .text p, footer .address p,
footer .openinghours p, footer .address a,
footer .openinghours a, footer .bottom-nav ul > li > a, footer .copyright {
  font-family: 'Open Sans', sans-serif;
  font-style: normal; }

.open-sans-regular, main .box .text .button {
  font-family: 'Ropa Sans', sans-serif;
  font-style: normal;
  font-weight: 400; }

.open-sans-bold, main .start .jumbotron > h1 {
  font-family: 'Ropa Sans', sans-serif;
  font-style: normal;
  font-weight: 600; }

.open-sans-extra-bold, main .box .text h2 {
  font-family: 'Ropa Sans', sans-serif;
  font-style: normal;
  font-weight: 800; }

html {
  line-height: 1.5;
  color: #3b3d40; }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14.5px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0; }

.underline {
  border-bottom: 1px solid #000;
  padding-bottom: 4px; }

a {
  text-decoration: none;
  color: #1e2022;
  cursor: pointer; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?sdbsg3");
  src: url("../fonts/icomoon.eot?sdbsg3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?sdbsg3") format("truetype"), url("../fonts/icomoon.woff?sdbsg3") format("woff"), url("../fonts/icomoon.svg?sdbsg3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e903"; }

.icon-phone:before {
  content: "\e902"; }

.icon-mail:before {
  content: "\e901"; }

.icon-facebook-official:before {
  content: "\e900"; }

header nav {
  padding-top: 30px;
  width: 100%;
  height: 122px; }
  header nav .logo {
    width: 256px;
    height: 93px;
    display: inline-block;
    background: url(../images/planisar-logo_weiss.png) no-repeat;
    background-size: contain; }
  header nav ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    text-align: right; }
    header nav ul > li {
      display: inline-block;
      text-align: center;
      list-style-type: none;
      padding: 0;
      height: 23px;
      vertical-align: middle; }
      header nav ul > li > a {
        padding: 0 10px;
        font-size: 17px;
        color: #ffffff; }
        header nav ul > li > a.icon-mail, header nav ul > li > a.icon-facebook {
          font-size: 22px; }
        header nav ul > li > a:hover, header nav ul > li > a:active, header nav ul > li > a.active {
          color: #d9d9d9; }
  @media only screen and (max-width: 992px) {
    header nav {
      padding-top: 24px; }
      header nav .logo {
        height: 60px; } }
  @media only screen and (max-width: 600px) {
    header nav {
      padding-top: 21px; }
      header nav .logo {
        height: 45px; } }
		
.gebauedetechniker {
	width: 330px;
    height: 150px;
    display: inline-block;
    background: url(../images/wir-sind-die-gebaeudetechniker.png) no-repeat;
    background-size: contain; }

.background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #141212;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .background .image {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/main-bg.jpg) no-repeat;
    background-position: center; }
  @media only screen and (max-width: 992px) {
    .background {
      height: 100%; }
      .background .image {
        height: 100%%;
        position: absolute;
        right: 0;
        bottom: 0;
        background-size: cover; } }
  @media only screen and (max-width: 600px) {
    .background {
      height: 100%; }
      .background .image {
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        background-size: cover; } }

main .start {
  width: 100%; }
  main .start .jumbotron {
    padding-top: 100px;
    text-align: center;
    color: #ffffff; }
    main .start .jumbotron > h1 {
      font-size: 52px;
      margin: 0 0 22px 0;
      letter-spacing: 15px; }
    main .start .jumbotron > p {
      font-size: 22px;
      margin: 0 0 10px 0;
      letter-spacing: 7px; }
  @media only screen and (max-width: 992px) {
    main .start {
      /*height: 574px;*/ }
      main .start .jumbotron {
        padding-top: 180px; } }
  @media only screen and (max-width: 600px) {
    main .start {
     }
      main .start .jumbotron {
        padding-top: 0; }
		
		main .start .jumbotron > h1 {
		font-size: 42px;
		margin: 0 0 22px 0;
		letter-spacing: 7px; }
        main .start .jumbotron > p {
          font-size: 18px; } }


.container {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%; }

  

.twocol {
	margin:0 auto;
	width:520px;
	text-align:left;
}

.twocol > li {
	display:inline-block;
	vertical-align:top;
	width:50%;
	line-height:22px;
}


.twocol > li .fas {
	display:inline-black;
	vertical-align:top;
	margin-right:7px;
	margin-top:1px;
	line-height:22px;
}

.footer {
	position:relative;
	display:block;
	padding:90px 0 40px 0;
	height:20px;
}

.footer > .gebauedetechniker {
	position:absolute;
	top:-35px;
	left:60px;
}

.footer > p {
	color:#fff;
	margin:0;
	text-align:center;
}

.text {	
	padding:0 20px;
}
 
  
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
	}
	
   
}

@media only screen and (max-width: 1460px) {
	.footer > .gebauedetechniker {
		display:none;
   } 
}


@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
	
	}
	
	
}

@media only screen and (max-width: 820px) {
	.footer > .gebauedetechniker {
		display:none;
   } 
   
   .twocol {
	width:100%;
	
   }
   
   .twocol > li {
	   display:block;
	   text-align:center;
	   width:100%;
   }
   
   .footer {
	 padding-top:20px;
	 padding-bottom:60px;

   }
}


.btn {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.orange {
  background-color: #e67e22;
  box-shadow: 0px 5px 0px 0px #CD6509;
}

.orange:hover {
  background-color: #FF983C;
}

.gruen {
  background-color: #7eba27;
  box-shadow: 0px 5px 0px 0px #5b8719;
}

.gruen:hover {
  background-color: #9bd642;
}


.yellow {
  background-color: #f1c40f;
  box-shadow: 0px 5px 0px 0px #D8AB00;
}

.yellow:hover {
  background-color: #FFDE29;
}

