body {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
/*
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
*/  
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}


.smalltext {
  font-size: 24px;
}

.smallimage {
  width: 80%;
}
.smallpartner {
  padding: 0;
  margin. 0;
  width: 60%;
}
.smallicon {
  width: 60px;
}




@media (min-width: 1200px) {

.smallpartner {
  width: 80%;
}

}

@media (max-width: 992px) {

.smallpartner {
  width: 70%;
}

}

@media (max-width: 768px) {

.smallpartner {
  width: 70%;
}

}



@media (min-width: 768px) {
  p {
    font-size: 32px;
    line-height: 1.0;
    margin: 0 0 0px;
  }
.smalltext {
  font-size: 26px;
}
.smallimage {
  width: 90%;
}

.smallicon {
  width: 100%;
}
}

@media (max-width: 480px) {
  p {
    font-size: 22px;
    line-height: 1.0;
    margin: 0 0 0px;
  }
.smalltext {
  font-size: 18px;
}
.smallimage {
  width: 70%;
}
.smallpartner {
  width: 70%;
}
.smallicon {
  width: 40px;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
  margin: 0 0 20px;
}
*/
}



@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #b34659;
}

a:focus, a:hover {
  text-decoration: none;
  color: #a01437;
}

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border: 1px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: black;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/abstract-architecture-building-exterior-593158_s.jpg") no-repeat bottom center fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 24px;
    font-weight: bold;

  }


@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 32px;
  }
}

.impressum  {
  width: 100%;
  padding: 100px 0;
  text-align: left;
  color: white;
  background-color: #333333;
}

.impressum p {
  font-size: 16px;
  padding: 0;
margin: 0 0 10px 0;
  }

.impressum h1 {
  font-size: 24px;
  margin: 30px 0 20px 0;
  line-height: 1.5;
}

.impressum h2 {
  font-size: 20px;
margin: 20px 0 10px 0;
  line-height: 1.5;
}

.impressum h3 {
  font-size: 18px;
  margin: 20px 0 0px 0;
    line-height: 1.5;
}

.impressum p.impsmall {
  font-size: 12px;
  padding: 0;
margin: 0 0 10px 0;
  }

@media (min-width: 768px) {
  .impressum .intro-body {
    padding: 70px 0;
	font-size: 14px;
  }
}

@media (max-width: 480px) {
  .impressum .intro-body {
    padding: 50px 0;
	font-size: 12px;
  }
}


.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-section {
  padding-top: 150px;
  padding-bottom: 150px;	
  color: white;
  background: url("../img/architectural-design-architecture-blueprint-239886_w.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section, .contact-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #map {
    height: 400px;
  }
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}


#gallery1, #gallery2 {
  width:100%;
	height: auto;
  }
  
#map, #gallery3 {
  width:100%;
  height: 640px;
  }  

footer {
  padding: 30px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  #map, #gallery3 {
    height: 320px;
  }
  #gallery1, #gallery2 {
    height: auto;
  }
  .masthead {
    height: 100%;
    padding: 200px 0;
  }
  footer {
	padding: 40px 0;
	}

  footer p {
	font-size: 14px;
	}
  .gallery-section1, .gallery-section2 {
    padding-top: 260px;
    padding-bottom: 260px;
  }


}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

div.textbox {
	text-align: center;
	display: flex;
	flex-wrap:wrap;
justify-content:center;
	}

	
div.boxitem {
	text-align: center;
	margin: 20px;
}


div.picbox {
	text-align: center;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
	
div.picitem {
	text-align: center;
	margin: 0px;
}	

