@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:700, 400);

/* DIGITAL-CONNECTOR.com */
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 15px;
  color: #514747;
  line-height: 19px;
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: 4px solid #47639e;
  text-decoration: none;
}

#headstripe-ct {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  background: #fff;
  width: 100%;
  text-align: center;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

#head-ct {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Banner */
#banner {
  padding: 6em 0em 6em;
}

#banner {
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  padding: 15em 0em 15em;
  text-align: center;
}

#banner :last-child {
  margin-bottom: 0;
}

#map {
  padding: 0;
  margin: 0;
  with: 100%;
  height: 30px;
}

/* Logo und Navigation*/

.logo {
  width: 300px;
  margin: 0;
  padding: 15px 0 0 15px;
}

.topnav {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  padding: 35px 25px 0 0;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 1px 0 #151515;
}

.topnav-link {
  color: #fff;
  padding-bottom: 2px;
  text-decoration: none;
}

.topnav-link:not(.language) {
  padding: 0 10px;
}

.topnav-link:not(.language) + .topnav-link.language::before {
  content: "|";
  padding-right: 15px;
  color: #fff !important;
}

.topnav-link:hover,
.topnav-link.active {
  color: #ff0000;
  padding-bottom: 2px;
  text-decoration: none;
}

/* 3er Box */
.box {
  border: solid 1px rgba(144, 144, 144, 0.25);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.button {
  width: 201px;
  height: 40px;
  background: url(/img/button.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  text-align: center;
  margin: 25px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 16px;
}

.button:hover {
  opacity: 0.8;
}

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

.button a:hover {
  color: #fff;
  text-decoration: none;
}

/* Content-MAIN-CT */
#content-main-ct {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 25px 0;
}

/* Content 01 */
#content01-ct {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

#content01 {
  margin: 0px auto;
  width: 980px;
}

/* Content 02 */
#content02-ct {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: #f4f4f4;
}

#content02 {
  margin: 0px auto;
  width: 980px;
}

/* Footer */
#footer-ct {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 70px 0;
  background: #443e3a;
  height: 204px;
  /*-webkit-box-shadow: 0 0 8px 2px #969696;
    box-shadow: 0 0 8px 2px #969696;*/
}

#footer {
  margin: 0px auto;
  width: 980px;
  color: #fff;
  text-shadow: 1px 1px 0 #151515;
}

.footernav-ct {
  float: right;
  width: 204px;
  padding: 22px 0 0 0;
}

.footernav {
  color: #c3c8d2;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.footernav:not(.language) {
  display: block;
}

.footernav:hover {
  color: #ff0000;
  text-decoration: none;
}

.footernav.active {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #ff0000;
  text-decoration: none;
}

.footernav.active:hover {
  color: #ff0000;
  text-decoration: none;
}

#footer h1 {
  font-size: 22px;
  color: #fff;
  padding: 0 0 20px 0;
  letter-spacing: 1px;
}

.footerblock01 {
  float: left;
  width: 50%;
  padding: 0;
}

.footerblock03 {
  float: left;
  width: 50%;
  padding: 16px 0 0 0;
}

.footerblock04 {
  float: right;
  width: 50%;
  padding: 0 0 0 0;
}

/*.footer-line-dotted {float:left; width:154px; height:80px; margin-top:37px; background:url(../img/line-dotted.gif) top center repeat-y;}*/

/* Formulare */

#contactform {
}

.formular {
  color: #333;
  border: 1px solid #cccccc;
  padding: 3px 2px 2px 2px;
}

.formular:hover {
  background: #eaeaea;
}

.contact-label {
  width: 90px;
}

.contact-input input {
  width: 160px;
}

.contact-input select {
  padding-top: 3px;
  color: #333;
  border: 1px solid #cccccc;
}

.formularbutton {
  color: #fff !important;
  font-size: 14px;
  line-height: 22px;
  margin-top: 17px;
  padding: 6px 4px 6px 4px;
  border: 0;
  text-transform: uppercase;
  background: #020c38;
  cursor: pointer;
}

.formularbutton:hover {
  color: #ebebeb !important;
}

#contactform textarea {
  padding: 4px;
  margin-top: 5px;
}

.error {
  font-size: 14px;
  color: #c30926;
  line-height: 16px;
}

.erfolg {
  font-size: 16px;
  color: #029a1b;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 35px;
}

/* Default */

img {
  border: 0;
}

b,
strong {
  font-weight: 600;
}

h1 {
  font-size: 40px;
  color: #514747;
  padding: 0 0 15px 0;
  letter-spacing: 1px;
  line-height: 44px;
}

h2 {
  font-size: 22px;
  color: #514747;
  padding: 0 0 22px 0;
  letter-spacing: 1px;
  line-height: 23px;
}

h3 {
  font-size: 16px;
  color: #514747;
  padding: 0 0 4px 0;
  letter-spacing: 1px;
  line-height: 18px;
}

a {
  color: #c3c8d2;
  text-decoration: none;
}

a:hover {
  color: #7ba5ff;
  text-decoration: none;
}
