@font-face {
  font-family: Noto;
  src: url('../fonts/noto/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu;
  src: url('../fonts/ubuntu/Ubuntu-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu;
  src: url('../fonts/ubuntu/Ubuntu-Regular.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu;
  src: url('../fonts/ubuntu/Ubuntu-Medium.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu;
  src: url('../fonts/ubuntu/Ubuntu-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: #73726d;
  color: #333333;
  font-family: 'Ubuntu';
  font-weight: 100;
  font-size: 14px;
  line-height: 1.5em;
}
b,
strong,
label {
  font-weight: 300;
}
.btn {
  font-weight: 200;
}
.row {
  margin-top: 30px;
}
.dp_header .row {
  margin-top: 0;
}
.headerbox {
  color: #ffffff;
  background-color: #6eacb5;
  padding: 15px;
  font-size: 33px;
  font-weight: 100;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
}
.headerbox span {
  font-weight: 300;
}
.headerbox-light {
  background-color: #b6d5da;
}
.contentbox {
  background-color: #ffffff;
  padding: 15px;
}
.contentbox a {
  color: #e24b2c;
}
.contentbox a.btn {
  color: #ffffff;
}
.contentbox h2 {
  color: #32312d;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 40px;
}
.contentbox h3 {
  font-size: 120%;
  color: #6eacb5;
}
.contentbox h3 a {
  color: #6eacb5;
}
.contentbox .longtextbutton {
  background-color: #6eacb5;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
}
.contentbox .longtextbutton i {
  display: inline-block;
  width: 40px;
  font-size: 200%;
}
.contentbox a.longtextbutton:hover {
  text-decoration: none;
  background-color: #5eb8c5;
}
.contentbox .longtextbutton + .longtextbutton {
  margin-top: 10px;
}
.contentbox .btnred {
  background-color: #e24b2c;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-size: 130%;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
}
.contentbox .btngreen {
  background-color: #449D44;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 120%;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contentbox .btnred i {
  font-size: 130%;
}
.contentbox .btnred:hover {
  text-decoration: none;
}
.contentbox .btnred-middle {
  width: 400px;
  display: inline-block;
}
.teaser_image {
  position: absolute;
  top: -43px;
  left: 65px;
}
#teaser1 {
  top: -43px;
  left: 65px;
}
.fewo #teaser1 {
  top: 80px;
  left: 65px;
  max-width: 380px;
}
#teaser2 {
  top: 80px;
}
#teaser3 {
  top: 20px;
}
#teaser4 {
  top: 60px;
  left: 30px;
}
#teaser5 {
  top: 30px;
  left: 120px;
}
#teaser6 {
  top: -20px;
  left: 100px;
}
#teaser7 {
  top: 80px;
  left: 100px;
}
#teaser8 {
  top: 50px;
  left: 100px;
}
.index_head {
  height: 382px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: lighter;
}
.index_head .btnred {
  font-size: 20px;
  font-weight: 200;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5em;
}
.index_head .btnred i {
  font-weight: bold;
  margin-left: 20px;
}
.index_head .holder {
  height: 352px;
  background: #a2c5ca;
  background: -moz-linear-gradient(left, #a2c5ca 0%, #c6dfe1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a2c5ca), color-stop(100%, #c6dfe1));
  background: -webkit-linear-gradient(left, #a2c5ca 0%, #c6dfe1 100%);
  background: -o-linear-gradient(left, #a2c5ca 0%, #c6dfe1 100%);
  background: -ms-linear-gradient(left, #a2c5ca 0%, #c6dfe1 100%);
  background: linear-gradient(to right, #a2c5ca 0%, #c6dfe1 100%);
}
.index_head .holder div {
  margin-left: 40%;
  padding-top: 0.5em;
  margin-right: 2em;
}
.index_head .dP_mainMessage {
  text-align: center;
  height: 230px;
  display: block;
  margin: 0;
  padding: 0;
}
.index_head .dP_mainMessage small {
  display: block;
  maring: 0;
  padding: 0;
  line-height: 35px;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .index_head {
    font-size: 35px;
  }
  .index_head .btnred {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
  }
  .index_head .btnred i {
    margin-left: 10px;
  }
  .index_head .holder div {
    margin-left: 50%;
    padding-top: 0.5em;
    margin-right: 0.5em;
  }
  .index_head .dP_mainMessage {
    text-align: center;
    height: 210px;
    display: block;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    font-size: 30px;
  }
  .index_head .dP_mainMessage small {
    display: block;
    maring: 0;
    padding: 0;
    line-height: 30px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .teaser_image {
    max-width: 300px;
  }
  #teaser1 {
    top: 59px;
    left: 55px;
  }
  .fewo #teaser1 {
    top: 80px;
    left: 65px;
    max-width: 280px;
  }
  #teaser4 {
    max-width: 700px;
  }
  #teaser5 {
    left: 50px;
  }
  #teaser6 {
    left: 50px;
  }
  #teaser7 {
    left: 50px;
  }
  #teaser8 {
    left: 50px;
  }
  .index_head {
    font-size: 25px;
  }
  .index_head .holder div {
    font-size: 22px;
    margin-left: 50%;
    padding-top: 0.5em;
    margin-right: 0.5em;
  }
  .index_head .dP_mainMessage {
    text-align: center;
    height: 210px;
    display: block;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    font-size: 30px;
  }
  .index_head .dP_mainMessage small {
    display: block;
    maring: 0;
    padding: 0;
    line-height: 30px;
    font-size: 18px;
  }
}
.teaser_row {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .contentbox .btnred-middle {
    width: auto;
  }
  .teaser_row {
    margin-top: 30px;
  }
  .index_head {
    font-size: 20px;
    height: auto;
  }
  .index_head .btnred {
    display: block;
    float: none;
  }
  .index_head .holder {
    height: auto;
  }
  .index_head .holder div {
    margin-left: 0%;
    margin-top: 0;
    margin-right: 0%;
    padding: 15px;
  }
}
.dp_header {
  background-color: #31302e;
  color: #deddd5;
  height: 107px;
  /* Logo */
}
.dp_header a {
  color: #deddd5;
}
.dp_header a:hover {
  color: #e24b2c;
  text-decoration: none;
}
.dp_header #dp_logo {
  margin-top: 19px;
  float: left;
  position: absolute;
}
.dp_header #dP_fewo_edition_img {
  left: 140px;
  position: absolute;
  top: -30px;
  width: 206px;
  z-index: 0;
}
.dp_header ul.dp_nav {
  margin-top: 64px;
  margin-left: 150px;
  position: absolute;
}
.dp_header ul.dp_nav li.active a {
  color: #e24b2c;
}
.dp_header ul.dp_nav li {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 25px;
  height: 43px;
  font-size: 18px;
  font-weight: 100;
}
.dp_header ul.dp_nav li + li {
  border-left: 1px solid #4a4a47;
}
.dp_header ul.dp_nav2 {
  position: absolute;
  right: 0;
  margin-right: 30px;
}
.dp_header ul.dp_nav2 li.active a {
  color: #e24b2c;
}
.dp_header .dp_social {
  position: absolute;
  right: 0;
  margin-right: 30px;
  margin-top: 73px;
  font-size: 23px;
}
.dp_header .dp_social i {
  margin-left: 2px;
}
.dp_header ul.dp_nav2 li {
  font-family: 'Noto';
  display: inline;
  font-size: 13px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .dp_header #dP_fewo_edition_img {
    display: none;
  }
  .dp_header ul.dp_nav {
    margin-top: 10px;
    margin-left: 130px;
  }
  .dp_header ul.dp_nav li {
    display: block;
    height: auto;
    padding-top: 0;
  }
  .dp_header ul.dp_nav li + li {
    border-left: none;
  }
}
footer {
  margin-top: 80px;
  font-size: 14px;
}
footer h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer ul,
footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .row div {
  padding-left: 30px;
  padding-right: 30px;
}
footer .subfooter {
  margin-top: 50px;
  font-size: 11px;
  background-color: #31302e;
  color: #73726d;
}
.index_hair {
  background-image: url(../images/index_hair.png);
  width: 154px;
  height: 19px;
  margin-left: 166px;
}
.index_3_box .contentbox {
  min-height: 340px;
}
.index_3_box .btnred {
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 20px;
}
.index_news h3 {
  padding-top: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
}
.index_news .contentbox {
  padding-bottom: 0;
}
.index_news .index_news_entry {
  padding-bottom: 15px;
  padding-top: 15px;
}
.index_news h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.index_news .index_news_entry > a {
  font-weight: 300;
}
.index_news i {
  font-weight: bold;
}
.index_news .index_news_entry + .index_news_entry {
  border-left: 1px solid #dddddd;
}
.lead {
  font-size: 17px;
}
.registernow h2 {
  margin-top: 10px;
}
.registernow .btnred {
  margin-bottom: 5px;
}
.dp_tarife .contentbox .lead {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.dp_tarife #teaser_tarife {
  position: absolute;
  top: 279px;
  left: 30px;
}
.dp_tarife .dp_pricebox1 .fa,
.dp_tarife .dp_pricebox2 .fa {
  color: #b6d5da;
  font-size: 30px;
  float: left;
}
.dp_tarife .dp_pricebox2 .fa {
  color: #6eacb5;
}
.dp_tarife .dp_pricebox1 .btnred .fa,
.dp_tarife .dp_pricebox2 .btnred .fa {
  color: #ffffff;
}
.dp_tarife .dp_pricebox1 p,
.dp_tarife .dp_pricebox2 p {
  padding-left: 50px;
}
.dp_tarife .dp_pricebox1 .contentbox + .contentbox,
.dp_tarife .dp_pricebox2 .contentbox + .contentbox {
  border-top: 1px solid #dddddd;
}
.dp_tarife .dp_pricebox2 .headerbox {
  background-color: #6eacb5;
}
.dp_tarife .dp_price {
  font-weight: 100;
  font-size: 80px;
  text-align: center;
  padding: 60px 0 0 0;
  height: 160px;
}
.dp_tarife .dp_price span {
  font-size: 40px;
}
.dp_tarife .dp_price span.price_extra {
  font-weight: 100;
  font-size: 14px;
}
.dp_tarife .dp_tarife_teaser h1,
.dp_tarife .dp_tarife_teaser p {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.5em;
  font-size: 100;
}
.dp_tarife .dp_tarife_teaser h1 {
  font-weight: 300;
  font-size: 50px;
}
.dp_tarife .dp_tarife_teaser span {
  background-color: #e24b2c;
}
.dp_tarife .teaser_div {
  margin-top: 150px;
  height: 400px;
}
.dp_tarife .teaser_div .holder {
  height: 372px;
  background-size: cover;
  background-image: url(../images/bg_teaser.png);
}
.dp_tarife2 .teaser_div {
  margin-top: 0px;
  height: 350px;
}
.dp_tarife2 .teaser_div a {
  color: #ffffff;
  text-decoration: underline;
}
.dp_tarife2 .teaser_div .holder {
  height: 322px;
  margin-top: -20px;
  xbackground-size: cover;
  xbackground-image: url('https://www.imgdeli.com/i/componeo/dipago/bg_teaser.png?o');
  background: linear-gradient(-45deg, #a2c5ca 0%, #b3d1d5 50%, #c6dfe1 100%);
  background: -moz-linear-gradient(-45deg, #a2c5ca 0%, #b3d1d5 50%, #c6dfe1 100%);
  background: -webkit-linear-gradient(-45deg, #a2c5ca 0%, #b3d1d5 50%, #c6dfe1 100%);
  background: -ms-linear-gradient(-45deg, #a2c5ca 0%, #b3d1d5 50%, #c6dfe1 100%);
  background: -o-linear-gradient(-45deg, #a2c5ca 0%, #b3d1d5 50%, #c6dfe1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a2c5ca, endColorstr=#c6dfe1, GradientType=1);
}
.dp_tarife2 .teaser_div .holder div {
  margin-left: 300px;
}
.dp_tarife2 #teaser_tarife {
  top: 17px;
  height: 320px;
}
.dp_tarife2 p.dP_small {
  margin-top: 1em;
  font-size: 17px;
  line-height: 1.3em;
}
.dp_tarife2 .notincluded p,
.dp_tarife2 .notincluded i {
  opacity: 0.5;
}
.dp_tarife2 .notincluded .fa {
  color: red;
}
@media (max-width: 1199px) {
  .dp_tarife .teaser_div {
    height: 330px;
  }
  .dp_tarife .teaser_div .holder {
    height: 300px;
  }
  .dp_tarife #teaser_tarife {
    position: absolute;
    top: 381px;
    left: 30px;
    width: 263px;
  }
}
.dp_heading h1,
.dp_heading p {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.5em;
}
.dp_heading h1 {
  font-weight: 300;
  font-size: 50px;
}
.dp_heading h1 span {
  color: #e24b2c;
}
.dp_heading h1 span.white {
  color: #ffffff;
}
@media (max-width: 991px) {
  .dp_heading h1 {
    font-size: 40px;
  }
  .contentbox h2 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .fa-ul {
    padding-left: 1em;
  }
}
.tastatur {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #eeeeee;
  border-color: #dddddd #bbbbbb #bbbbbb #dddddd;
  border-image: none;
  border-style: solid;
  border-width: 2px;
  padding: 1px 6px;
  white-space: nowrap;
}
#anleitungen img {
  height: 30px;
}
.contentbox .row + .row,
.contentbox .row + a + .row {
  border-top: 1px solid #dddddd;
  padding-top: 50px;
}
.contentbox .row.nobordertop {
  border-top: 0px;
}
.fa-li {
  color: #6eacb5;
}
.dp_design_preview img {
  margin-bottom: 20px;
}
.dp_design_preview .btnred {
  margin-bottom: 60px;
}
.img-shaddow {
  box-shadow: 10px 10px 15px silver;
}
.dp_entdecken h2 {
  font-weight: 100;
  font-size: 26px;
  line-height: 1.5em;
  margin-bottom: 50px;
  margin-top: 0;
}
.dp_entdecken a {
  font-weight: 200;
  font-size: 15px;
}
.contentbox.dp_news_entry {
  margin-bottom: 0;
  padding-bottom: 70px;
}
.contentbox.dp_news_entry + .contentbox.dp_news_entry {
  border-top: 1px solid #dddddd;
  padding-top: 50px;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.dP-tour {
  box-shadow: 0px 0px 28px 0px #AAA9A4;
  margin-bottom: 20px;
}
.dp_register {
  font-size: 15px;
}
.dp_register .col-md-6 .contentbox {
  min-height: 220px;
}
.dp_register .btnred {
  margin: 15px 0 25px;
  font-size: 15px;
  padding: 10px;
}
.dp_register .form-control {
  border-radius: 0;
  height: 42px;
  padding: 10px 12px;
}
.dp_register .form-control:hover,
.dp_register .form-control:focus {
  border-color: #6eacb5;
}
.dp_register .form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(110, 172, 181, 0.6);
}
.dp_tour_modules h2 {
  text-transform: none;
  font-weight: 200;
  margin-bottom: 20px;
}
.dp_tour_modules h2 span {
  font-weight: 100;
}
.btnred:hover {
  background-color: #f43f1a;
}
.btngreen:hover {
  background-color: #33ae33;
}
.form-control {
  border-radius: 0;
}
.dP_anleitung_cp img {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-top: 2em;
}
.dP_anleitung_cp h2 {
  margin-top: 2em;
}
.dP_anleitung_cp p {
  padding-bottom: 20px;
  padding-left: 17px;
}
.dP_anleitung_cp p img {
  float: none;
  margin-bottom: 0em;
  margin-top: 0em;
  margin-right: 1em;
}
.dP_anleitung_cp .row {
  margin-top: 10px;
  min-height: 60px;
}
.dP_anleitung_cp.contentbox .row + .row {
  border-top: none;
  padding-top: 0px;
}
blockquote {
  font-size: 14px;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
.margintop {
  margin-top: 1em;
}
.register label {
  margin-top: 1em;
}
i.ja {
  color: green;
}
i.nein {
  color: red;
}
.noborderbox * {
  box-sizing: content-box;
}
.table-fewo {
  width: auto;
}
.table-fewo td:nth-child(2),
.table-fewo th:nth-child(2),
.table-fewo td:nth-child(3),
.table-fewo th:nth-child(3) {
  text-align: right;
}
.captiondownright {
  caption-side: bottom;
  text-align: right;
}
.top-0 {
  margin-top: 0px !important;
}
.top-5 {
  margin-top: 5px;
}
.top-10 {
  margin-top: 10px;
}
.top-15 {
  margin-top: 15px;
}
.top-20 {
  margin-top: 20px;
}
.top-25 {
  margin-top: 25px;
}
.bottom-0 {
  margin-bottom: 0px;
}
.bottom-5 {
  margin-bottom: 5px;
}
.bottom-10 {
  margin-bottom: 10px;
}
.cc_container {
  height: 160px !important;
  font-family: inherit !important;
  font-size: 16px !important;
}
.cc_container .cc_btn {
  bottom: 15px !important;
  right: 15px;
}
.deviceemulator {
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 60px;
  margin-top: 10px;
  width: 420px;
  height: 760px;
  background-color: #333333;
  overflow: hidden;
  box-shadow: 3px 2px 10px #666666;
  border: 2px solid black;
}
.deviceemulator > iframe {
  overflow-x: hidden;
  border: none;
}
.sm-iconholder {
  margin-top: 15px;
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.sm-iconholder .sm-left {
  margin-top: 5px;
  margin-left: 50px;
}
.sm-iconholder .sm-right {
  margin-top: 5px;
  margin-right: 50px;
}
.emulated-device {
  position: relative;
  width: 420px;
  margin: auto;
  margin-bottom: 15px;
}
#dP-static-nav {
  color: #E5E5DE;
  position: fixed;
  top: 0;
  display: none;
  z-index: 100;
  width: 100%;
  height: 40px;
  background-color: #31302E;
  font-size: 18px;
}
#dP-static-nav #dp_logo2 {
  margin-top: -25px;
  float: left;
  position: absolute;
  width: 50px;
}
#dP-static-nav .btn {
  margin-top: -40px;
  background-color: #F43F1A;
}
#dP-static-nav .message {
  margin-top: 10px;
}
a.hiddenanchor {
  display: block;
  height: 0px;
  width: 0px;
  visibility: hidden;
}
.googleresult {
  background-color: white;
  border: 1px solid #dedede;
  box-shadow: 2px 2px 2px #dedede;
  font-family: arial, sans-serif !important;
  line-height: 1.4;
  padding: 10px;
  text-align: left;
  width: 620px;
  margin: 2em 0 2em 0;
}
.googleresult h3 {
  color: #1a0dab;
  display: block;
  font-family: arial, sans-serif !important;
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.googleresult .link {
  color: #006621;
  font-style: normal;
  height: 17px;
  line-height: 16px;
}
.googleresult .description {
  color: #545454;
  line-height: 1.2;
}
.vorlage {
  height: 384px;
}
