@font-face {
    font-family: "Frutiger-VR-Black-Italic";
    src: url("../../fonts/FrutigerVR-BlackItalic.woff");
}
@font-face {
    font-family: "Frutiger-VR-Bold";
    src: url("../../fonts/FrutigerVR-Bold.woff");
}
@font-face {
    font-family: "Frutiger-VR-Italic";
    src: url("../../fonts/FrutigerVR-Italic.woff");
}
@font-face {
    font-family: "Frutiger-VR-Roman";
    src: url("../../fonts/FrutigerVR-Roman.woff");
}

*  {
    padding: 0;
    margin: 0;
}

body {
  width: 1024px;
  height: 768px;
  font-family: "Frutiger-VR-Roman";
}
img {
  display: block;
}

#header {
    position: relative;
    height: 100px;
    background-color:#fff;
    z-index: 10000;
}
#logo {
    position: relative;
    height: 50px;
    padding: 25px 40px;
}
#logo img {
  width: auto;
  height: 50px;
}
#name {
  position: absolute;
  top: 0px;
  right: 40px;
  height: 100px;
  font-size: 32px;
  font-family: "Frutiger-VR-Bold";
  color: #5a5a5a;
  line-height: 134px;
}
#content {
    position: relative;
    padding: 40px;
    background: url(../images/bg.jpg);
    width: 1024px;
    height: 668px;
    box-sizing: border-box;
}

#content h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-family: "Frutiger-VR-Bold";
    color: #5a5a5a;
}
#content ul {
  margin-bottom: 40px;
}
#content li {
  font-size: 18px;
  line-height: 24px;
  color: #5a5a5a;
  margin-left: 16px;
}
#content .women {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 560px;
  height: 588px;
  background-color: #fff;
}
.women img {
  position: absolute;
  bottom: 0px;
  right: 8px;
  z-index: 1;
}
#content .formular {
  position: absolute;
  width: 260px;
  margin: 32px;
  z-index: 2;
}

#content .text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 344px;
  max-width: 500px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
#content .link {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 14px;
  color: #fff;
}
#content .link a {
  color: #fff;
}

/* Texteingabe */
.eingabe {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: 5px;
    box-sizing: border-box;
    border: 1px solid #666;
}
.videotelefonie {
  background-color: #f60;
  width: 100%;
  max-width: 320px;
  height: 50px;
  margin-bottom: 10px;
  background-image: url("../../svg/forward.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center right;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-indent: 16px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
}
.videotelefonie:active {
    background-color: #b84a01;
    transition: background-color 0.2s;
}

.message{
    position:relative;
    height: 40px;
    font-size: 14px;
}
.success {
    color:green;
}

.invalid,
.error,
.error_message {
    color:red;
}

.link a {
    color: #666;
    font-size: 14px;
}
.link a:hover {
    color: #333;
    transition: color 0.2s;
}

/* Ergebnis */
#ergebnis {
    display:none;
    z-index:9999;
    font-size:14px;
    color:#c00;
}

.margin_bottom {
    margin-bottom: 16px;
}
