@font-face {
  font-family: OpenSans;
  src: url('fonts/OpenSans-Light.ttf');
}
@font-face {
  font-family: LatinModernMonoCaps;
  src: url('fonts/lmmonocaps10-regular.otf');
}
@font-face {
  font-family: UnifrakturMaguntia;
  src: url('fonts/UnifrakturMaguntia.ttf');
}
body {
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  color: gray;
  background: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
ul.leistungen li {

}
.fraktur {
  font-family: "UnifrakturMaguntia", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nonfraktur {
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
  font-weight: 300;
}
ul.refs li ul li {
  padding-bottom: 0px;
}
ul.refs li {
  padding-bottom: 35px;
}
.industry {
  font-family: "LatinModernMonoCaps", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ref_fullheader {
  font-weight: bold;
  text-decoration: underline;
}
.ref_header {
  font-size: 1em;
 // text-shadow: 1px 1px 3px yellow;
  text-decoration: underline;
}
.ref_customer {
  font-size: 0.8em;
  font-weight: bold;
}
.open {
  font-family: "LatinModernMonoCaps", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  text-shadow: 0.5px 0.5px 1px darkcyan;
}
.navbar-brand {
  font-size: 22px;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.starter-template {
  margin-top: 250px;
}
.starter-template .content {
  margin-left: 10px;
}
.starter-template .content h1 {
  margin-top: 10px;
  font-size: 60px;
  font-size: 4vw;
}
.starter-template .content h1 .smaller {
  font-size: 40px;
  color: #f2b7bd;
}
.starter-template .content .lead {
  font-size: 25px;
  color: #f2b7bd;
}
.starter-template .content .lead .font-normal {
  color: #ffffff;
}
.starter-template .links {
  float: right;
  right: 0;
  margin-top: 125px;
}
.starter-template .links ul {
  display: block;
  padding: 0;
  margin: 0;
}
.starter-template .links ul li {
  list-style: none;
  display: inline;
  margin: 0 10px;
}
.starter-template .links ul li:first-child {
  margin-left: 0;
}
.starter-template .links ul li:last-child {
  margin-right: 0;
}
.starter-template .links ul li.current-version {
  color: #f2b7bd;
  font-weight: 400;
}
.starter-template .links ul li a {
  color: #ffffff;
}
.starter-template .links ul li a:hover {
  text-decoration: underline;
}
.starter-template .links ul li .icon-muted {
  color: #eb8b95;
  margin-right: 5px;
}
.starter-template .links ul li:hover .icon-muted {
  color: #ffffff;
}
.starter-template .copyright {
  margin-top: 10px;
  font-size: 0.9em;
  color: #f2b7bd;
  text-transform: lowercase;
  float: right;
  right: 0;
}
@media (max-width: 1199px) {
  .starter-template .content h1 {
    font-size: 45px;
  }
  .starter-template .content h1 .smaller {
    font-size: 30px;
  }
  .starter-template .content .lead {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .starter-template {
    margin-top: 0;
  }
  .starter-template .logo {
    margin: 40px auto;
  }
  .starter-template .content {
    margin-left: 0;
    text-align: center;
  }
  .starter-template .content h1 {
    margin-bottom: 20px;
  }
  .starter-template .links {
    float: none;
    text-align: center;
    margin-top: 60px;
  }
  .starter-template .copyright {
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .starter-template .content h1 .smaller {
    font-size: 25px;
    display: block;
  }
  .starter-template .content .lead {
    font-size: 16px;
  }
  .starter-template .links {
    margin-top: 40px;
  }
  .starter-template .links ul li {
    display: block;
    margin: 0;
  }
  .starter-template .links ul li .icon-muted {
    display: none;
  }
  .starter-template .copyright {
    margin-top: 20px;
  }
}

/* custom */
/* general styles */
	html, body {
	  height: 100%;
	  width: 100%;
	}
	 
	/* padded section */
	.pad-section {
	   padding: 50px 0;
	}
	.pad-section img {
	  width: 100%;
	}
	 
	/* vertical-centered text */
	.text-vcenter {
	  display: table-cell;
	  text-align: center;
	  vertical-align: middle;
	}
	.text-vcenter h1 {
	  font-size: 4.5em;
	  font-size: 4vw;
	  font-weight: 700;
	  margin: 0;
	  padding: 0;
	}
	 
	/* additional sections */
	#home {
	  background: url(images/home.jpg) no-repeat center center fixed;
	  display: table;
	  height: 100%;
	  position: relative;
	  width: 100%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	 
	#about {
	}
	 
	#services {
	  background-color: #306d9f;
	  color: #ffffff;
	}
	#services .icon {
	  display: inline-block;
	  font-size: 60px;
	  height: 140px;
	  line-height: 140px;
	  text-align: center;
	  vertical-align: middle;
	  width: 140px;
	}
    #services .icon-analysis {
      background: url(images/chart-100.png) no-repeat center center;
    }
    #services .icon-work {
      background: url(images/work-100.png) no-repeat center center;
    }
    #services .icon-linux {
      background: url(images/linux-100.png) no-repeat center center;
    }
	#information {
	  background: url(images/entspannt.jpg) no-repeat center center fixed;
	  display: table;
	  height: 800px;
	  position: relative;
	  width: 100%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	#information .panel {
	  opacity: 0.85;
	}
	 
	#google_map {
	  height: 500px;
	}
	 
	footer {
	  padding: 20px 0;
	  top: 75px;
	  position: relative;
	}
	footer .glyphicon {
	color: #333333;
	  font-size: 60px;
	}
	footer .glyphicon:hover {
	  color: #306d9f;
	}

#home h1, #information h1, #home h2, #home h3 {
	color: white;
	text-shadow: 2px 2px black;
}

#information h1 {
	font-size:	4vh;
}

.text-bg-dark {
	background: rgba(0, 0, 0, 0.4);
	display: inline-block;
	padding: 20px;
}

#information .text-bg-dark {
	width	: 60%;
}

@media (max-width: 767px) {
}

.icon-top {
	height: 100%;
	float: left;
	margin: 7px;
}

.icon-top img {
	height: 100%;
}

.text-top {
	float: left;
	color:	gray;
	padding: 15px;
	font-size: 18px;
	height: 50px;
}

.photo-left {
	width: 20%;
}

#about {
	background-color: white;
	padding: 0;
}

.container-right {
	width: 50%;
	float: left;
}

.photo-right {
	float: left;
	width: 20%;
}

.detail-header {
	display: table;
	position: relative;
    width: 100%;
	height: 300px;
	background-color: #306d9f;
	top: 100px;
	color: white;
	padding: 20px;
	text-align: center;
}
.detail-header-content {
	display: box;
    width: 60%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.detail-header-content div {
	float: left;
	margin: 15px;
}

.detail-container {
	display: inline;
	position: relative;
	top: 120px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.detail-content {
        display: box;
	/*width: 60%;*/
	max-width: 1024px;
	margin: 10px;
	padding: 10px;
	border: 1px solid lightgray;
	color: black;
	margin-left: auto;
	margin-right: auto;
}

.detail-content div {
	float: left;
	margin: 15px;
}
mya::before {
    content: "hallo-spambot";
}

mya::after {
    content: "\0040" "stoffels.it (bitte entfernen";
}
phone {
    color: transparent;
}

/*
     FILE ARCHIVED ON 10:29:01 Jan 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:39:28 May 09, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.resolve: 139.708 (2)
  load_resource: 114.319
  LoadShardBlock: 165.152 (3)
  exclusion.robots.policy: 0.203
  RedisCDXSource: 18.253
  esindex: 0.016
  PetaboxLoader3.datanode: 133.595 (4)
  CDXLines.iter: 15.384 (3)
  captures_list: 202.717
  exclusion.robots: 0.218
*/
