@charset "UTF-8";
/*! © 2015 grafik.design.werbung. BERND RUDEK */
* {
  margin: 0;
  padding: 0;
  border: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

img {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

html {
  font-size: 10px;
  background: #fff; }

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Istok Web", sans-serif;
  color: #3e3e3e; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem; }

#wrapper {
  height: 100%;
  min-height: 100%; }

#header {
  margin-bottom: 11px;
  text-align: center;
  overflow: visible;
  position: relative; }
  #header .mod_navigation {
    overflow: visible; }
  #header > .inside {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px; }

#footer {
  overflow: hidden; }

#logo {
  margin-top: 22px;
  margin-bottom: 13.2px;
  text-align: center;
  display: inline-block; }
  #logo img {
    max-width: 220px; }

#header .linie {
  border-top: 7.33333px solid #0075be;
  border-top: 11px solid #e2e2e2; }

#hero-img {
  position: relative; }

#header nav li,
#footer nav li {
  display: inline-block;
  float: none; }
  #header nav li a,
  #header nav li strong,
  #footer nav li a, #footer nav li strong {
    padding-right: 12px;
    color: #6f6f6f;
    font-weight: 300; }
  #header nav li a:hover,
  #footer nav li a:hover {
    color: #69b5e5; }
  #header nav li strong,
  #footer nav li strong {
    color: #0075be; }

/** nav li alignment **/
#header nav ul {
  text-align: left; }
  #header nav ul li {
    display: inline-block;
    float: none; }
  #header nav ul li.trail > a {
    color: #0075be; }
  #header nav ul li.last {
    float: right;
    position: relative; }
    #header nav ul li.last a,
    #header nav ul li.last span {
      padding-right: 0; }
  #header nav ul ul.level_2 {
    display: none;
    position: absolute;
    white-space: nowrap;
    top: 23px;
    right: 0;
    z-index: 999;
    background: white;
    padding: 5px 15px;
    border: 1px solid #ccc; }
    #header nav ul ul.level_2 li {
      display: block;
      float: none; }

#footer nav, #footer p {
  padding-top: 11px; }

#footer {
  margin-bottom: 66px; }

#footer p {
  text-align: right;
  color: #0075be; }

#content {
  padding-bottom: 22px; }

.trenner {
  height: 11px;
  margin-top: 0;
  margin-bottom: 0; }

.trennlinie {
  background-color: #0075be;
  height: 1px; }

.fa {
  margin-right: 5px; }

a, p a {
  color: #0075be;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

a:hover {
  color: #69b5e5; }

a:active {
  color: #0075be; }

body.start nav li a.start {
  color: #0075be !important; }

.slogan {
  text-transform: uppercase;
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
  color: #fff;
  display: none !important;
  visibility: hidden !important; }

.start .slogan,
.error .slogan {
  display: block !important;
  visibility: visible !important; }

h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 55px;
  line-height: 5.5rem;
  letter-spacing: -1px;
  color: #fff;
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif; }

h2 {
  font-variant: small-caps;
  color: #6f6f6f;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  letter-spacing: 1px;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 22px;
  margin-bottom: 22px;
  line-height: 33px; }

.chrome h2 {
  font-variant: normal;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem; }

.firefox h2 {
  font-size: 23px;
  font-size: 2.3rem; }

h2 span {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0; }

h3 {
  margin-bottom: 11px; }

p {
  color: #6f6f6f;
  margin-bottom: 22px;
  -webkit-hyphens: no-hyphens;
  -moz-hyphens: no-hyphens;
  -o-hyphens: no-hyphens;
  hyphens: no-hyphens; }

strong {
  color: #3e3e3e; }

.team .team-text h3,
.team .team-text p.phone {
  margin-bottom: 0; }

img {
  opacity: .85; }

/*
.start img {
	opacity: 1;
}
*/
.team .team-img {
  margin-bottom: 7.33333px; }
  .team .team-img img {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .team .team-img img:hover {
      opacity: 1; }

.toggler {
  color: #0075be;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.toggler:hover, .toggler:active {
  cursor: pointer;
  color: #69b5e5; }

.togglebox {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 22px;
  margin-bottom: 22px; }
  .togglebox .box {
    border: 1px solid #6f6f6f;
    padding: 11px;
    display: block;
    text-align: center;
    margin: 0 5%; }
  .togglebox .fa-chevron-down {
    width: 100%;
    text-align: center; }

.wissenswertes .togglebox {
  padding: 22px 22px 0 22px; }

input, textarea {
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 22px;
  line-height: 2.2rem;
  border: 1px solid #6f6f6f !important; }
  input:focus, textarea:focus {
    border: 1px solid #69b5e5 !important;
    color: #0075be !important; }
  input:hover, textarea:hover {
    border: 1px solid #69b5e5 !important; }

input, .checkbox_container {
  margin-bottom: 7.33333px; }

textarea {
  padding: 3px 6px !important;
  height: auto;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

input[type="submit"],
button[type="submit"] {
  background: none !important;
  border: 1px solid #0075be !important;
  color: #0075be;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 0; }
  input[type="submit"]:hover,
  button[type="submit"]:hover {
    border: 1px solid #69b5e5 !important;
    color: #69b5e5; }

p.error {
  margin: 0;
  color: #940909; }

::-webkit-input-placeholder {
  color: #6f6f6f;
  font-weight: 300; }

::-moz-placeholder {
  color: #6f6f6f;
  font-weight: 300; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #6f6f6f;
  font-weight: 300; }

/* ie */
input:-moz-placeholder {
  color: #6f6f6f;
  font-weight: 300; }

.toggler h2 {
  color: #0075be;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .toggler h2:hover {
    color: #69b5e5; }

.slicknav_menu {
  display: none; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.ce_image.logo .image_container {
  position: relative;
  padding-bottom: 53.333%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.ce_image.logo img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto; }

.ce_image.logo:focus img,
.ce_image.logo:hover img {
  bottom: auto;
  left: 0;
  top: 0; }

.ce_image.logo.last {
  margin-bottom: 44px; }

@media (min-width: 1921px) {
  #logo {
    margin-top: 88px;
    margin-bottom: 22px; }
  #content {
    padding-bottom: 110px; } }

@media (min-width: 768px) and (max-width: 979px) {
  .historie .mod_article.grid9,
  .wissenswertes .mod_article.grid9 {
    width: 74%; }
  .historie .mod_article.grid9 .grid3 {
    width: 31%; }
  .historie .mod_article.grid9 .grid6 {
    width: 63%; }
  .historie .mod_article.grid9 .grid9 {
    width: 98%; } }

@media (min-width: 767px) {
  /** nav li alignment **/
  #header nav ul li:focus ul.level_2,
  #header nav ul li:hover ul.level_2 {
    display: block; } }

@media (max-width: 767px) {
  #header #navbar {
    display: none; }
  #logo {
    text-align: center; }
    #logo img {
      max-width: 40%; }
  h1 {
    font-size: 30px;
    font-size: 3rem; }
  .slicknav_menu {
    display: block;
    background: #e2e2e2; }
  #footer p {
    text-align: left; }
  .ce_form {
    border-top: 1px solid #0075be;
    padding-top: 33px;
    margin-top: 11px; }
  .ce_image.logo {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto; }
  .ce_image.logo img {
    bottom: auto;
    left: 0;
    top: 0; } }

@media (max-width: 978px) {
  /** nav li alignment **/
  #header nav ul li.last {
    float: none; } }

@media (max-width: 978px) {
  /** nav li alignment **/
  #header nav ul.level_1 > li.last {
    border-left: 1px solid #adadad;
    padding-left: 20px; }
  #header nav ul.level_2 {
    left: 0;
    right: auto !important; } }

/* crif buergel */
.price-panel {
  border: 1px solid #cccccc;
  padding: 0;
  margin-bottom: 22px;
  -webkit-transition: border 600ms ease;
  -moz-transition: border 600ms ease;
  transition: border 600ms ease; }
  .price-panel:hover {
    border: 1px solid #0075be; }
  .price-panel .panel-header {
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center; }
    .price-panel .panel-header p {
      margin-bottom: 0; }
  .price-panel .note {
    background: #ffe1d2;
    color: #ae290e;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 0; }
  .price-panel .panel-body {
    padding-top: 22px; }
  .price-panel > *:not(figure) {
    padding-left: 10px;
    padding-right: 10px; }
  .price-panel figure a {
    display: block;
    line-height: 0;
    font-size: 0;
    height: auto; }
  .price-panel h1 {
    margin-top: 0;
    font-size: 2em;
    line-height: 1.25em; }
  .price-panel li {
    display: flex;
    align-items: flex-start; }
    .price-panel li .fa {
      padding-top: 2px; }
    .price-panel li .fa-check {
      color: #9ed068; }
    .price-panel li .fa-download {
      color: #0075be; }
    .price-panel li p {
      margin-bottom: 6px; }
  .price-panel .panel-btn {
    display: block;
    text-align: center;
    margin-bottom: 22px;
    color: #3e3e3e;
    padding: 10px 5px 7px 5px; }
  .price-panel .price {
    margin-bottom: 0; }
  .price-panel .price,
  .price-panel .more {
    font-size: 1.3em;
    font-weight: bold; }

#mietzertifikat .panel-header,
#mietzertifikat .panel-btn {
  background: #dff4fa; }

#mietzertifikat .panel-btn:focus,
#mietzertifikat .panel-btn:hover,
#mietzertifikat .panel-btn:active {
  background: #96d0e2; }

#sicurnet .panel-header,
#sicurnet .panel-btn {
  background: #ddf7f9; }

#sicurnet .panel-btn:focus,
#sicurnet .panel-btn:hover,
#sicurnet .panel-btn:active {
  background: #a5e3e7; }

#smallbusiness .panel-header,
#smallbusiness .panel-btn {
  background: #eaf3f1; }

#smallbusiness .panel-btn:focus,
#smallbusiness .panel-btn:hover,
#smallbusiness .panel-btn:active {
  background: #a5e0d7; }

/* partner social proof */
.kundenstimme h3 {
  max-width: 85%;
  font-weight: bold;
  padding: 25px;
  border: 1px solid #0075be;
  color: #0075be;
  border-radius: 25px; }

.kundenstimme:nth-child(odd) h3 {
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-left: auto; }

.kundenstimme:nth-child(odd) p {
  text-align: right; }

.kundenstimme:nth-child(even) h3 {
  border-bottom-left-radius: 0; }

.kundenstimme:nth-child(even) p {
  text-align: left; }

/* news */
.mod_newslist figure,
.mod_newsarchive figure {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px; }

.mod_newslist h2,
.mod_newsarchive h2 {
  margin-bottom: 0; }

.mod_newslist h2 span,
.mod_newsarchive h2 span {
  font-size: 1em !important; }

.mod_newslist > div,
.mod_newsarchive > div {
  border: 1px solid #0075be;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
  background: white; }

p.back {
  margin-left: 10px;
  margin-right: 10px; }
