@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Roboto:400,300,700);

.btn-sprecherkartei
{
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #FFFFFF;
	font-size: 19px;
	margin: 12px 0 0 0;
	padding: 5px;
	text-transform: uppercase;
    border: 1px solid white;
}
.navbar {
  position: relative;
  z-index: 1000;
  height: auto;
  margin-bottom: 20px;
/*  border: 1px solid transparent; */
  	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c9600+4,e3af1b+96 */
	background: #3c9600; /* Old browsers */
	background: -moz-linear-gradient(left, #3c9600 4%, #e3af1b 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(4%,#3c9600), color-stop(96%,#e3af1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* IE10+ */
	background: linear-gradient(to right, #3c9600 4%,#e3af1b 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9600', endColorstr='#e3af1b',GradientType=1 ); /* IE6-9 */
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.btn-zurueck
{
	margin: 8px;
	color: #3f4c6b;
	background-color: #E3AF1B;
	font-family: 'Lato', san-serif;
	font-size: 19px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.img-thumbnail
{
	max-width: 300px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.panel {
  margin-bottom: 20px;
  background-color: #fffec7;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}

html {
  width: 100%;
}
section {
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 85%;
  padding: 3rem 0;
}

.footer{
    margin: 0 auto;
    padding: 5px;
}

.copyright
{
	margin: 20px;
	float: left;
}

.yellow{
	background-color: #fffec7;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', san-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #555555;
}
h1 {
  font-family: 'Lato', san-serif;
  font-size: 96px;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
#vs {color: #ffffff; font-size: 1.7em}
h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
}
h4 {
  color: #959595;
  font-size: 17.6px;
  font-size: 1.1rem;
}
h5 {
  font-size: 14px;
  font-size: 0.875rem;
}
h6 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
p {
  color: #333333;
  font-family: 'Roboto', san-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
h2 + h4 {
  font-family: 'Roboto', san-serif;
  margin: 0 auto 2%;
  text-align: center;
  width: 60%;
}

.whoabtn {
  background-color: #999999;
  border-radius: 1.5em;
  color: #ffffff;
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .1em;
  padding: .6em 1em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.whoabtn:hover {
  background-color: #333333;
  color: #ffffff;
}
button {
  border: none;
}
header .container {
  padding: 0 0;
}
header .topNav {
  margin: 1em 0 0 0;
  text-align: left;
  z-index: 1030;
}
header a.navbar-brand {
  color: #ffffff;
  font-family: 'Lato', san-serif;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 0 .3em 0 0;
  text-transform: uppercase;
}
header a.navbar-brand span {
  border: solid 0.1em #ffffff;
  color: #ffffff;
  font-family: 'Lato', san-serif;
  font-weight: 700;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-right: .5em;
  padding: .3em .2em .3em .3em;
  text-transform: uppercase;
}
header .loginLink {
  color: #ffffff;
  font-size: 13.6px;
  font-size: 0.85rem;
  margin-top: .4em;
  text-transform: uppercase;
}
header .loginLink:hover {
  color: #eeeeee;
}
.alert {
  display: none;
  border: 0;
  border-radius: 0;
  background-color: #ff3333;
  color: #ffffff;
  margin-top: 1em;
}
.alert-success {
  background-color: #22b573;
  color: #ffffff;
}
.navbar {
  border: none;
  border-radius: 0;
}
.navbar .container {
  padding: 0;
  max-width: 100%;
}
.navbar-collapse {
    width: 100%;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar .navbar-header button i {
  color: #333333;
}
.navbar ul.navbar-nav {
  width: 100%;
  float: none;
  list-style-type: none;
  margin: 0;
  text-align: center;
}
.navbar ul.navbar-nav li {
  display: inline-block;
  float: none;
  padding: 1em 2%;
}
.navbar ul.navbar-nav li a {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #FFFFFF;
  font-size: 19px;
  padding: 0;
  text-transform: uppercase;
}
.navbar ul.navbar-nav li.active a,
.navbar ul.navbar-nav li a:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #3f4c6b;
}
.navBg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c9600+4,e3af1b+96 */
	background: #3c9600; /* Old browsers */
	background: -moz-linear-gradient(left, #3c9600 4%, #e3af1b 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(4%,#3c9600), color-stop(96%,#e3af1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* IE10+ */
	background: linear-gradient(to right, #3c9600 4%,#e3af1b 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9600', endColorstr='#e3af1b',GradientType=1 ); /* IE6-9 */
  /* border-bottom: 0.1em solid #eeeeee; */
  width: 100%;
  z-index: 1034;
}

.navbar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1.5em;
  padding: 0;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  border-radius: 0;
  margin: .3em;
  z-index: 1035;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
@media (max-width: 768px) {
  .navbar-collapse {
    border-top: none;
  }
  .navBg {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-bottom: 0;
  }
  .navbar ul.navbar-nav {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c9600+4,e3af1b+96 */
	background: #3c9600; /* Old browsers */
	background: -moz-linear-gradient(left, #3c9600 4%, #e3af1b 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(4%,#3c9600), color-stop(96%,#e3af1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3c9600 4%,#e3af1b 96%); /* IE10+ */
	background: linear-gradient(to right, #3c9600 4%,#e3af1b 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9600', endColorstr='#e3af1b',GradientType=1 ); /* IE6-9 */
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    color: #ffffff;
  }
}

.tooltip-inner {
  font-size: 13.12px;
  font-size: 0.82rem;
  padding: 1em 1.5em;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
}
html {
  font-size: 100%;
  position: relative;
  min-height: 100%;
}
body {
  background-color: #fffec7;
  font-family: 'Lato', san-serif;
  font-size: 16px;
  letter-spacing: .07em;
  line-height: 1.5;
  margin: 0 0 4em;
  width: 100%;
}
a {
  color: #555555;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
a:hover {
  color: #5197ab;
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0px none;
}
label {
  display: none;
}
.form-control {
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
  vertical-align: middle;
  background-color: #f8f7f6;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.form-control:focus {
  background-color: #999;
  border-color: transparent;
  color: #ffffff;
  outline: 0;
  box-shadow: none;
}
.form-group {
  margin-bottom: 1em;
  position: relative;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.preserveHidden {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.intro {
  background-color: #ffcc00;
  height: 16em;
  background-image: url("../images/silhouette-schmal.png");
  background-size: cover;
  background-repeat: no-repeat;
}
section.intro .introduction {
  margin-top: 3%;
  text-align: center;
}
section.intro h1 {
  color: #ffffff;
  text-shadow: 1px 2px 0 #000000;
  /* margin-bottom: .8em; */
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
section.intro h3 {
  color: #ffffff;
  text-shadow: 1px 2px 0 #000000;
  font-family: 'Roboto', san-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  
  font-variant: small-caps;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
section.intro .whoabtn {
  background-color: #ffffff;
  box-shadow: 2px 2px 0px #000;
  color: #555555;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
section.intro .whoabtn:hover {
  background-color: #333333;
  color: #ffffff;
}
section.intro h6 {
  color: #ffffff;
  margin: 2em auto;
  text-transform: uppercase;
  width: 40%;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
section#work {
  background-color: #ffffff;
}
section#work h2 {
  text-align: center;
}
section#work ul.projects {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section#work ul.projects li {
  margin: 15px 0;
}
section#work ul.projects a img {
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
section#work ul.projects a img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
section#work ul.projects a h5 {
  
  font-weight: 400;
  text-transform: uppercase;
}
section#about {
  background-color: #eee;
  height: 30em;
  overflow: hidden;
  position: relative;
}
section#about .aboutUsImg {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 3%;
}
section#about .aboutUsContent {
  float: right;
  margin-top: 0%;
}
section#about .aboutUsContent h2{
  margin-top: 0%;
}
section#references {
  background-color: #f8f7f6;
}
section#references .container {
  padding: 1em 0;
}
section#references ul.workers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section#references .profile {
  margin: 5% 0 5% 0;
  text-align: center;
}
section#references .profile img {
  margin: 0 auto;
  width: 80%;
  height: 80%;
}
section#references .profile h4 {
  font-weight: 400;
  color: #333333;
  margin-top: .5em;
  text-transform: capitalize;
}
section#references .profile h5 {
  color: #555555;
  margin-top: -0.5em;
  text-transform: uppercase;
}
section#references .profile ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
section#references .profile ul li {
  display: inline-block;
  margin: 0 5%;
}
section#references .kunden ul {
  display: inline-block;
  overflow: hidden;
}
section#references .kunden ul li {
  list-style-type: square;
  float: left;
  margin: 0 3%;
}
section#services {
  background-color: #ffffff;
}
section#services h2 {
  text-align: center;
}
section#services .service {
  margin: 1em 0 2em;
}
section#services .service img {
  margin: 0 auto;
}
section#services .service h3 {
  text-align: center;
}
section#services .service h3 + p {
  text-align: center;
}
section#examples {
  background-color: #f8f7f6;
}
section#examples h2 {
  text-align: center;
}
section#examples h5 {
  font-style: italic;
  text-transform: uppercase;
}
section#examples .examplesBox {
  background-color: #f2f6aa;
  margin: 2em 0;
}
section#examples .examplesTop {
  background-color: #a8de83;
  padding: .1em 1em;
}
section#examples .examplesTop h3 {
  color: #ffffff;
  margin: .5em 0 ;
  text-transform: uppercase;
}
section#examples .examplesTop .popular {
  border-bottom: 0.2em solid #5197ab;
}
section#examples .examplesTop .example sup {
  color: #ffffff;
  font-size: 12.8px;
  font-size: 0.8rem;
}
section#examples .examplesTop .example small {
  font-size: 11.2px;
  font-size: 0.7rem;
  padding-left: .1em;
}
section#examples .examplesBottom ul {
  list-style-type: none;
  margin: 0;
  padding-top: 1em;
  -webkit-padding-start: 1em;
}
section#examples .examplesBottom ul li {
  font-weight: 300;
  padding: .7em 0;
}
section#examples .examplesBottom h6 {
  font-style: italic;
  padding: 1.5em;
}
section#examples .trial {
  margin: 2em 0;
  text-align: center;
}
section#examples .trial h3 {
  color: #555555;
  font-style: italic;
  margin: 0 auto;
}
section#examples .trial h5 {
  margin-bottom: 2em;
}
section#contact #map-canvas {
  height: 30em;
  margin: 0 auto;
  width: 100%;
}
section#contact #map-canvas .gm-style-cc {
  display: none;
}
section#contact .container:first-of-type {
  max-width: 100%;
}
section#contact .row:first-of-type {
  margin-bottom: 2em;
  text-align: center;
}
section#contact .row:last-of-type {
  margin-bottom: 3em;
}
section#contact ul.information {
  list-style-type: none;
  margin: 0 0 15% 0;
}
section#contact ul.information li {
  margin: 0 0 1.5em 0;
}
section#contact ul.information li:before,
section#contact ul.information li:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
section#contact ul.information li:after {
  clear: both;
}
section#contact ul.information li:before,
section#contact ul.information li:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
section#contact ul.information li:after {
  clear: both;
}
section#contact ul.information li i {
  float: left;
  margin-top: .3em;
  width: .5em;
}
section#contact ul.information li i.icon-envelope-alt {
  margin-top: .2em;
}
section#contact ul.information li a {
  float: left;
  font-size: 1rem;
  margin-left: 2.5em;
  text-transform: uppercase;
}
section#contact ul.social {
  list-style-type: none;
  margin: 10% 0 0 0;
}
section#contact ul.social li {
  display: inline-block;
  margin: 0 1rem;
}
section#contact ul.social li:first-of-type {
  margin-left: 0;
}
section#contact ul.social li:last-of-type {
  margin-right: 0;
}
footer {
  background-color: #e3af1b;
  position: absolute;
  left: 0;
  bottom: 0;
  /* height: 4em; */
  width: 100%;
}

@media (min-width: 1450px) {
  section#about .aboutUsImg {
    position: relative;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
  section#about {
    background-color: #eeeeee;
    height: 30em;
    overflow: hidden;
    position: relative;
  }
  section#about .aboutUsImg {
    position: absolute;
    top: 10%;
    left: -25%;
    width: 85%;
  }
  section#about .aboutUsContent {
    float: right;
    margin-top: 2%;
    width: 40%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 80%;
  }
  h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
  h2 + h4 {
    width: 80%;
  }
  section.intro {
    height: 25em;
  }
  section.intro .container {
    padding: 0;
  }
  section.intro .container .row {
    margin-top: 5%;
    text-align: center;
  }
  section.intro .container h6 {
    width: 50%;
  }
  section.intro .container .topNav {
    margin: 2em 0 0 0;
    text-align: left;
    z-index: 100;
  }
  section#work ul.projects li {
    margin-bottom: 2em;
  }
  section#work ul.projects a img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  section#about {
    height: auto;
  }
  section#about .aboutUsImg {
    position: relative;
    top: 0%;
    left: 0%;
  }
  section#about .aboutUsContent {
    float: none;
    margin-top: 0%;
  }
  section#services .service h3 + p {
    margin: 0 auto 10%;
    width: 80%;
  }
  section#contact #map-canvas {
    height: 20em;
    margin: 0 auto;
    max-width: 100%;
  }
  section#contact ul {
    padding: 0;
  }
  section#contact ul.information {
    margin: 15% 0;
  }
