@font-face {
  font-family: "Open Sans";
  src: url("css/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("css/Open_Sans/static/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;
  -webkit-font-smoothing: antialiased !important;
}
body,
input,
select,
textarea,
.htmlarea-content-body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.responsive {
  max-width: 100%;
  margin: auto;
}
.container-fluid,
.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.col-sm-4.contactinfo,
.col-sm-8.contactformular {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
footer section,
header {
  padding-right: 0px;
  padding-left: 0px;
}
section,
header .container,
.topbanner {
  max-width: 960px !important;
  width: 100%;
  margin: auto !important;
  background: transparent;
}
section h2,
header h2,
.tab-content h2 {
  font-weight: bold;
  letter-spacing: -0.025rem;
}
section h2,
header h2 {
  color: #fff !important;
}
.tab-content h2 {
  color: #000 !important;
  padding: 1em !important;
}
.container.home .col-sm-4,
.container.home .col-sm-6 {
  padding: 0 0.5em 1.5em 0.5em;
}
.container-fluid,
.container,
footer section,
header {
  width: 100%;
  max-width: 100%;
}
.h1,
h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h3 {
  color: #23b1ec !important;
  font-size: 2.5rem !important;
  font-weight: 200;
  margin: 0 0 1.5rem 10px;
  letter-spacing: -0.025rem;
}
.h4,
h4 {
  font-size: 20px !important;
  font-weight: 900 !important;
}
section h2,
section p,
header h2,
header p,
.tab-content p,
h1,
.h1 {
  max-width: calc(100% - 50px);
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  font-size: 1.6rem;
  line-height: 1.6;
}
.col-sm-12.start {
  background: #23b1ec;
  color: rgba(255, 255, 255, 0.75);
  padding: 0 !important;
}
.col-sm-12.start.error {
  background: #ff0000 !important;
  color: rgba(255, 255, 255, 0.75);
  padding: 0 !important;
}
.col-sm-12.tab {
  background-color: #ffffff;
  padding: 5px 0;
}
.col-sm-12.showcase {
  background-color: #80bb2d;
  color: rgba(255, 255, 255, 0.75);
}
.nav.nav-pills {
  width: 100%;
  background: #23b1ec;
  margin: auto;
  font-size: 1.65rem !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #23b1ec !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.nav-pills > li {
  -moz-transition-property: color, background-color, box-shadow;
  -webkit-transition-property: color, background-color, box-shadow;
  -ms-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  -ms-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -moz-flex-grow: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-grow: 1 !important;
  flex-grow: 1 !important;
  -moz-flex-shrink: 1 !important;
  -webkit-flex-shrink: 1 !important;
  -ms-flex-shrink: 1 !important;
  flex-shrink: 1 !important;
  padding: 0 !important;
  text-align: center;
  height: 4.5rem !important;
  line-height: 4.55rem !important;
  font-weight: 400 !important;
  position: relative !important;
  z-index: 1 !important;
  width: 33.3333333333333%;
}
.impressum.nav-pills > li,
.impressum.nav-pills > li {
  max-width: 50% !important;
  width: 100% !important;
}
#four img {
  width: 100%;
  margin: auto;
  display: block;
}
.tab-content {
  padding: 0 0 0rem 0;
}
.nav-pills > li + li {
  margin-left: 0 !important;
}

.topbanner {
  margin-top: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.container-fluid:before,
.container-fluid:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  display: none !important;
  width: 0;
}
footer p {
  width: 100%;
}
footer ul {
  list-style: none;
  display: inline-flex;
}
footer .text-muted {
  padding-left: 20px;
}
.footer-section-content a:not(.btn),
footer {
  color: #23b1ec;
}
.datenschutz {
  text-align: right;
}
.footer-section {
  width: 100%;
  padding: 10px 0 10px 0;
  font-size: 1.65rem;
}
.scroll-top {
  bottom: 10px !important;
}
.footer-section-content {
  color: #000;
  background-color: #fff;
}
.section.footer-section.footer-section-meta,
.footer-section-meta {
  display: none !important;
}
.logozahl {
  color: #23b1ec;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
}
.navbar-transition .logozahl {
  color: #ff0000;
}
.navbar-transition .c2dlogo,
.c2dlogo a {
  font-size: 3rem;
  padding: 0;
  display: block;
  font-variant: petite-caps;
  font-weight: 900;
  color: #f2f2f2;
}
.c2dlogo a:hover {
  text-decoration: none;
}

.css-arrow,
.scroll-top .scroll-top-icon {
  color: #ff0000;
  font-weight: bolder;
}
.scroll-top {
  background-color: transparent;
}

#kontakt hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid #5d7a82;
  position: absolute;
  left: 0;
  width: 100px;
  opacity: 0.4;
}
#two .col-sm-8 {
}

/*Formular*/
input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
.btn-primary {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
  border: 0;
  border-radius: 1.25rem;
  color: rgba(255, 255, 255, 0.875) !important;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15rem;
  line-height: 2.5em;
  padding: 0 1.5rem 0 1.65rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.form-element-type-textarea textarea {
  max-height: 190px;
  height: 180px;
}
.topbanner figure img {
  min-height: 250px;
}

footer .section {
  background-color: #555555;
  color: #f2f2f2;
}
footer .text-muted {
  padding-left: 0 !important;
}
ul#language_menu.language-menu li {
  padding-right: 40px !important;
}
div.elem-group {
  margin: 40px 0;
}
label {
  display: block;
  font-family: "Aleo";
  padding-bottom: 4px;
  font-size: 1.25em;
}
.form-check-label {
  font-size: 1em !important;
  font-weight: 400 !important;
}
input,
select,
textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: "Aleo";
  width: 90%;
  padding: 8px;
}
textarea {
  height: 160px;
  background: #f2f2f2;
}
button {
  height: 50px;
  background: #80bb2d;
  color: #fff;
  border: 0px solid darkgreen;
  font-size: 1.25em;
  font-family: "Aleo";
  border-radius: 8px;
  cursor: pointer;
}
button:hover {
  border: 1px solid #23b1ec;
}
.miniNav {
  text-align: center;
  padding: 2em;
}
.miniNav a {
  font-size: 2em !important;
  background: #7ab51d;
  color: #fff;
  padding: 0 20px;
}
.container-fluid,
.container,
.section-column,
footer section,
header {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.col-md-12.contact {
  padding: 2em 0;
}
h3 {
  color: #23b1ec !important;
  font-size: 2.5rem !important;
  font-weight: 200;
  margin: 0 0 1.5rem 10px;
  letter-spacing: -0.025rem;
}
.nav.nav-pills {
  width: 100%;
  background: #23b1ec !important;
  margin: auto;
  font-size: 1.6rem !important;
}
li.not {
  background: #23b1ec !important;
}
.nav-pills > li.not.active > a,
.nav-pills > li.not.active > a:focus,
.nav-pills > li.not.active > a:hover {
  color: #ffffff;
  background-color: #23b1ec;
  box-shadow: none !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #23b1ec !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

.nav-pills > li > a {
  border-radius: 0px !important;
  color: #fff !important;
}
.nav > li > a {
  padding: 0 !important;
}
.nav > li > a:hover {
  text-decoration: none !important;
  background-color: transparent !important;
}

#one > header,
#three > header {
  padding: 4rem 0 3rem 0;
}

.nav-pills > li + li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 620px) {
  section h2,
  section p,
  header h2,
  header p,
  .tab-content p,
  h3 {
    width: 91.8%;
    max-width: calc(100% - 60px);
  }
}

@media screen and (min-width: 720px) {
  section h2,
  section p,
  header h2,
  header p,
  .tab-content p,
  h3,
  h1,
  .h1 {
    width: 81.8%;
    max-width: calc(100% - 0px);
    font-size: 1.65rem;
    line-height: 1.65;
  }

  .tab-content h2 {
    padding: 1em 0 0.5em 0 !important;
  }
  .pad15 {
    max-width: 80%;
    margin: auto;
  }
  .nav-pills > li {
    font-weight: 900 !important;
  }
}
@media screen and (max-width: 720px) {
  .tab-content h2 {
    padding: 2em 0 0.4em 0 !important;
    font-size: 2rem !important;
  }
  .pad15 {
    max-width: 100%;
    margin: auto;
  }
  .col-sm-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.topbanner,
.footer {
  padding-left: 1.25rem;
}
.footer,
.footer a {
  color: #f2f2f2;
}

@media screen and (min-width: 960px) {
  .topbanner,
  .footer {
    padding-left: 0;
  }
}

@media screen and (max-width: 959px) {
  body {
    background: #ffffff;
  }
  .topbanner,
  .footer,
  .topbanner a,
  .footer a {
    background: #fff;
    color: #000;
  }
}

@media screen and (min-width: 820px) {
  section h2,
  section p,
  header h2,
  header p,
  .tab-content p,
  h3,
  h1,
  .h1 {
    width: 61.8%;
    max-width: calc(100% - 0px);
  }
  section h2,
  header h2,
  h3 {
    font-size: 3.5rem !important;
  }
  .nav.nav-pills {
    font-size: 2rem !important;
    background: #23b1ec !important;
  }
  .nav-pills > li {
    height: 5.5rem !important;
    line-height: 5.5rem !important;
  }
  .pad15 {
    max-width: 66%;
    margin: auto;
  }
}
.container-fluid,
.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0px !important;
}
#page-footer {
  overflow: hidden;
}

.md-input {
  position: relative;
  margin-bottom: 30px;
}
.md-input .md-form-control {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  display: block;
  border: none;
  border-bottom: 2px solid #23b1ec;
  box-shadow: none;
  width: 100%;
}
.md-input .md-form-control.message {
  margin-top: 50px;
}
.messagelabel {
  top: -25px;
}
.md-input .md-form-control:focus ~ label.messagelabel,
.md-input .md-form-control:valid ~ label.messagelabel {
  top: -22px;
  font-size: 14px;
  color: #183d5d;
}
.md-input label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.md-input .bar:before {
  left: 50%;
}
.md-input .bar:after {
  right: 50%;
}
.md-input .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.md-input .md-form-control:focus ~ label,
.md-input .md-form-control:valid ~ label {
  top: -15px;
  font-size: 14px;
  color: #183d5d;
}
.md-input .bar:before,
.md-input .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #03a9f4;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.md-input .md-form-control:focus ~ .bar:before,
.md-input .md-form-control:focus ~ .bar:after {
  width: 50%;
}
