/*
 ##########################################################################
 # Anpassungen bootstrap.css
 ##########################################################################
 */

a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

.bold {
  font-weight: bold;
}

img {
  border: 0;
}

body {
  font-family: "arial";
}

.img-thumbnail {
  border: 1px solid #ffc453;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 0.03em;
}

h2, .h2 {
  font-size: 22px;
}

.lead {
  margin-bottom: 85px;
  font-size: 35px;
  letter-spacing: 0.03em;
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
  max-width: 550px;
  width: 95%;
}

.lead-sogehts {
  margin-bottom: 90px;
  font-size: 35px;
  letter-spacing: 0.03em;
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
  max-width: 700px;
  width: 95%;
}

.lead-wogehts {
  margin-bottom: 135px;
  font-size: 35px;
  letter-spacing: 0.03em;
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
  max-width: 700px;
  width: 95%;
}

.lead-daskostets {
  margin-bottom: 135px;
  font-size: 35px;
  letter-spacing: 0.03em;
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
  max-width: 500px;
  width: 95%;
}

.lead-registrieren {
  margin-bottom: 135px;
  font-size: 35px;
  letter-spacing: 0.03em;
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
  max-width: 650px;
  width: 95%;
}

.text-muted {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.text-muted:hover {
  cursor: pointer;
  color: #57636a;
  transition: all 0.4s ease-in-out;
}
.text-muted2 {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.text-muted2:hover {
  cursor: pointer;
  color: #57636a;
  transition: all 0.4s ease-in-out;
}

.text-muted3 {
  font-size: 11px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.text-muted3:hover {
  cursor: pointer;
  color: #57636a;
  transition: all 0.4s ease-in-out;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px;
  max-width: 900px;
  width: 95%;
}

.page-header2 {
  padding-bottom: 9px;
  margin: 40px 0 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #ffc453;
}
/*
.table > thead > tr > th {
  border-bottom: 2px solid #ffc453;
}
*/
.table > tbody + tbody {
  border-top: 2px solid #ffc453;
}

.table-bordered {
  border: 1px solid #ffc453;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ffc453;
}

@media (max-width: 767px) {
  .table-responsive {
    border: 1px solid #ffc453;
  }
}

legend {
  border-bottom: 1px solid #ffc453;
}

.form-control {
  border: 1px solid #ffc453;
}

.form-control:focus {
  border-color: #ffc453;
}

.nav > li > a {
  padding: 10px 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
  transition: all 0.4s ease-in-out;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #ffc453;
}

.nav-tabs {
  border-bottom: 1px solid #ffc453;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ffc453;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #ffc453;
  border-bottom-color: #ffc453;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ffc453;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ffc453;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffc453;
  }
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ffc453;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ffc453;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffc453;
  }
}

.navbar {
  min-height: 65px;
}

.navbar-collapse {
}

.navbar-fixed-top:hover {
  background-color: #ff9c00;
  transition: all 0.4s ease-in-out;
}

.navbar-brand {
  float: left;
  padding: 19px 18px;
  /* todo : loesche folgende zeilen*/
  font-size: 18px;
  line-height: 20px;
}

.pfeile {
  float: left;
  padding: 20px 29px 0px 0px;
}
.pfeile:hover {
  cursor: pointer;
}

.navbar-toggle {
  margin-top: 24px;
  border: 1px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 31px;
    padding-bottom: 30px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-default {
  background-color: #f29400;
  border-color: #ffc453;
  transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #5e5e5e;
  background-color: #ff9c00;
}

.navbar-default .navbar-toggle {
  border-color: #ffc453;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.pagination > li > a, .pagination > li > span {
  border: 1px solid #ffc453;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  border-color: #ffc453;
}

.thumbnail {
  border: 1px solid #ffc453;
}

.list-group-item {
  border: 1px solid #ffc453;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ffc453;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ffc453;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ffc453;
}

.panel-default {
  border-color: #ffc453;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ffc453;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffc453;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffc453;
}

/*
 ##########################################################################
 #  Eigene Erweiterungen
 ##########################################################################
 */

#footerpfeil {
  float: left;
  width: 60px;
  height: auto;
}

.partnerlinks {
  float: left;
  padding: 20px 20px 0 0px;
}

.rechts {
  float: left;
  padding: 0 0 0 100px;
}

.Kontaktkasten {
  float: left;
  padding: 20px 20px 0px 0px;
}

.clear {
  clear: both;
}

.img {
  /* todo : */
  border: 0;
}
#blend {
  position: relative;
}

#blend img#top:hover {
  cursor: pointer;
  opacity: 0;
}

#blend img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s;
}

.box1 {
  width: 100px;
  margin: 50px 0 0 0;
  float: left;
}

.box2 {
  font-family: arial;
  color: #57636a;
  float: left;
}

.ueberschrift {
  font-family: arial;
  color: #57636a;
  font-weight: bold;
  font-size: 25px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}
.bold-weiss {
  color: #fff;
  font-weight: bold;
}
.bold-orange {
  color: #f29400;
  font-weight: bold;
}
.bold-grau3 {
  color: #57636a;
  font-weight: bold;
  font-size: 11px;
}
.bold-orange-tabelle {
  color: #f29400;
  font-weight: bold;
  font-size: 12px;
}
.bold-grau-tabelle {
  color: #57636a;
  font-weight: bold;
  font-size: 12px;
}

.bold-grau-tabelle:hover {
  color: #333;
  transition: all 0.4s ease-in-out;
}

.bold-grau-tabelle-telefon {
  color: #57636a;
  font-weight: bold;
  font-size: 12px;
}

.bold-grau-tabelle-telefon:hover {
  color: #333;
  transition: all 0.4s ease-in-out;
}

.bold-orange2 {
  color: #f29400;
  font-weight: normal;
  font-size: 11px;
}
.regular-grau2 {
  color: #57636a;
  font-weight: normal;
  font-size: 11px;
}

.regular-grau-telefon {
  color: #57636a;
  font-weight: normal;
  font-size: 11px;
}
.bold-grau4 {
  color: #57636a;
  font-weight: normal;
  font-size: 11px;
}
.grau {
  color: #57636a;
}
.bold-grau {
  color: #57636a;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
}

.bold-grau-Kasten {
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  width: 100%;
  max-width: 550px;
  background-color: #57636a;
  padding: 2px 0 0 5px;
  height: 19px;
  letter-spacing: 0.1em;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.weiss {
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  width: 100%;
}

.regular-grau {
  color: #57636a;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.regular-grau-telefon2 {
  color: #57636a;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.regular-grau-telefon2:hover {
  color: #333;
  transition: all 0.4s ease-in-out;
}

.regular-grau:hover {
  color: #333;
  transition: all 0.4s ease-in-out;
}

.regular-grau5 {
  color: #fff;
  font-weight: normal;
  font-size: 9px;
  display: none;
}

.bold-grau2 {
  color: #57636a;
  font-weight: bold;
  text-align: left;
  font-size: 11px;
}

.aufzaehlung {
  color: #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
}
.aufzaehlung-ende {
  color: #c8c8c8;
  margin-bottom: 30px;
}

.aufzaehlung-links {
  width: 100px;
  float: left;
}
.aufzaehlung-links2 {
  width: 100px;
  float: left;
}
.aufzaehlung-rechts {
  margin-left: 100px;
  max-width: 550px;
}

.aufzaehlung-rechts-tabelle {
  margin-left: 100px;
  max-width: 355px;
}

@media (max-width: 500px) {
  .aufzaehlung-rechts-tabelle {
    margin: 0px;
  }
}

.aufzaehlung-rechts-tabelle2 {
  margin-left: 100px;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .aufzaehlung-rechts-tabelle2 {
    margin-left: 0px;
  }
}

.aufzaehlung-rechts h2 {
  color: #57636a;
}
.aufzaehlung-rechts-tabelle h2 {
  color: #57636a;
}

.aufzaehlung-rechts-tabelle2 h2 {
  color: #57636a;
}

.aufzaehlung-rechts p {
  color: #57636a;
}

.clear {
  clear: both;
}
@media (max-width: 500px) {
  .aufzaehlung-rechts h2 {
    font-size: 22px
  }
}

@media (max-width: 1100px) {
  h1 {
    transition: all 0.4s ease-in-out;
    font-size: 46px
  }
}

@media (max-width: 750px) {
  h1 {
    transition: all 0.4s ease-in-out;
    font-size: 42px
  }
}

@media (max-width: 500px) {
  h1 {
    transition: all 0.4s ease-in-out;
    font-size: 35px
  }
}

@media (max-width: 400px) {
  h1 {
    transition: all 0.4s ease-in-out;
    font-size: 28px
  }
}

@media (max-width: 1100px) {
  .lead {
    transition: all 0.4s ease-in-out;
    margin-bottom: 40px;
    font-size: 32px;
  }
}

@media (max-width: 750px) {
  .lead {
    transition: all 0.4s ease-in-out;
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .lead {
    font-size: 25px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 45px;
  }
}

@media (max-width: 400px) {
  .lead {
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media (max-width: 990px) {
  .lead-sogehts {
    transition: all 0.4s ease-in-out;
    font-size: 35px
  }
}

@media (max-width: 700px) {
  .lead-sogehts {
    font-size: 30px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 130px
  }
}

@media (max-width: 500px) {
  .lead-sogehts {
    transition: all 0.4s ease-in-out;
    font-size: 25px
  }
}

@media (max-width: 990px) {
  .lead-wogehts {
    transition: all 0.4s ease-in-out;
    font-size: 35px
  }
}

@media (max-width: 700px) {
  .lead-wogehts {
    transition: all 0.4s ease-in-out;
    font-size: 30px;
    margin-bottom: 170px
  }
}

@media (max-width: 500px) {
  .lead-wogehts {
    transition: all 0.4s ease-in-out;
    font-size: 25px
  }
}

@media (max-width: 990px) {
  .lead-daskostets {
    transition: all 0.4s ease-in-out;
    font-size: 35px
  }
}

@media (max-width: 700px) {
  .lead-daskostets {
    transition: all 0.4s ease-in-out;
    font-size: 30px;
    margin-bottom: 170px
  }
}

@media (max-width: 500px) {
  .lead-daskostets {
    transition: all 0.4s ease-in-out;
    font-size: 25px
  }
}

@media (max-width: 990px) {
  .lead-registrieren {
    transition: all 0.4s ease-in-out;
    font-size: 35px
  }
}

@media (max-width: 700px) {
  .lead-registrieren {
    font-size: 30px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 150px
  }
}

@media (max-width: 500px) {
  .lead-registrieren {
    transition: all 0.4s ease-in-out;
    font-size: 25px; 
    margin-bottom : 100px;
  }
}

@media (max-width: 750px) {
  .img-sogehts {
    transition: all 0.4s ease-in-out;
    width: 220px
  }
}

@media (max-width: 500px) {
  .img-sogehts {
    transition: all 0.4s ease-in-out;
    width: 200px
  }
}

@media (max-width: 400px) {
  .img-sogehts {
    transition: all 0.4s ease-in-out;
    width: 180px
  }
}

@media (max-width: 700px) {
  .page-header {
    transition: all 0.4s ease-in-out;
    margin: 40px 0 10px;
  }
}

@media (max-width: 500px) {
  .page-header {
    transition: all 0.4s ease-in-out;
    margin: 40px 0 5px;
  }
}

@media (max-width: 650px) {
  .aufzaehlung-links {
    display: none;
  }
}

@media (max-width: 650px) {
  .aufzaehlung-links {
    visibility: hidden;
  }
}

@media (max-width: 680px) {
  .aufzaehlung-links2 {
    display: none;
  }
}

@media (max-width: 680px) {
  .aufzaehlung-links2 {
    visibility: hidden;
  }
}

@media (max-width: 650px) {
  .aufzaehlung-rechts {
    margin: 0px;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .aufzaehlung-rechts-tabelle2 {
    margin: 0px;
  }
}

@media (max-width: 550px) {
  #table-tarif {
    font-size: 70%;
  }
}

@media (max-width: 550px) {
  #table-tarif1 {
    font-size: 70%;
  }
}

@media (max-width: 550px) {
  .bold-grau {
    font-size: 90%;
  }
}

@media (max-width: 450px) {
  .bold-grau2 {
    font-size: 60%;
    line-height: 0.2em;
  }
}

@media (max-width: 450px) {
  .bold-orange-tabelle {
    font-size: 80%;
  }
}

@media (max-width: 450px) {
  .bold-grau-tabelle-telefon {
    display: none;
  }
}

@media (max-width: 450px) {
  .bold-orange2 {
    font-size: 80%;
  }
}

@media (max-width: 450px) {
  .regular-grau2 {
    font-size: 80%;
  }
}

@media (max-width: 450px) {
  .regular-grau5 {
    font-size: 80%;
  }
}

@media (max-width: 450px) {
  .regular-grau2-link {
    font-size: 80%;
  }
}

@media (max-width: 450px) {
  .regular-grau-telefon {
    display: none;
  }
}

@media (max-width: 450px) {
  .regular-grau-telefon2 {
    display: none;
  }
}

@media (max-width: 550px) {
  .bold-grau4 {
    font-size: 80%;
  }
}
@media (max-width: 550px) {
  .bold-grau3 {
    font-size: 80%;
  }
}
@media (max-width: 800px) {
  .partnerlinks {
    font-size: 70%;
    padding: 20px 15px 10px 0px;
  }
}

@media (max-width: 800px) {
  .text-muted3 {
    font-size: 85%;
  }
}

@media (max-width: 900px) {
  .rechts {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 500px) {
  .rechts {
    padding: 0 0 0 0px;
  }
}

#table-tarif {
  border-color: #fff;
  border-collapse: collapse;
  width: 100%;
  max-width: 550px;
}
#table-tarif td {
  padding: 10px 10px 10px 10px;
  background-color: #eee;
  border: 2px solid #fff;
  width: 25%;
}
#table-tarif tr {
  border-bottom: 15px solid #fff;
}

#table-tarif1 {
  border-color: #fff;
  border-collapse: collapse;
  width: 100%;
  max-width: 550px;
}
#table-tarif1 td {
  padding: 8px 8px 8px 8px;
  background-color: #eee;
  border: 2px solid #fff;
  width: 20%;
}
#table-tarif1 tr {
  border-bottom: 15px solid #fff;
}

#table-tarif3 {
  border-color: #fff;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #fff;
  margin-bottom: 15px;
}

#table-tarif3 td {
  padding: 15px 15px 15px 15px;
}
#table-tarif3 tr {
}

.table-tarif2 {
  border-color: #fff;
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%;
  max-width: 550px;
  line-height: 0.9em;
}
.table-tarif2 td {
  padding: 5px 5px 5px 5px;
  background-color: #eee;
  border: 2px solid #fff;
  width: 20%;
}
.table-tarif2 tr {
  text-align: center;
}

#table-tarif4 {
  border-color: #fff;
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%;
  max-width: 550px;
  line-height: 0.9em;
}

#table-tarif4 td {
  padding: 5px 5px 5px 5px;
  border: 2px solid #fff;
  width: 20%;
}

#table-tarif4 tr {
  text-align: center;
}

img.graz {
  display: block;
  width: 150px;
}

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.displayed4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.displayed4:hover {
  cursor: pointer;
}

img.displayed4:hover .regular-grau5 {
  cursor: pointer;
  display: block;
  position: absolute;
  background-color: #f29400;
  padding: 4px;
  margin-top: 4px;
  z-index: 1;
}

img.displayed2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.displayed3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 550px) {
  img.displayed2 {
    display: none;
  }
}

@media (max-width: 500px) {
  img.displayed3 {
    width: 55px;
  }
}

@media (max-width: 400px) {
  img.displayed3 {
    width: 45px;
  }
}

.link {
  color: #f29400;
}

.link:hover {
  color: #57636a;
}

.link2 {
  color: #fff;
}

.link2:hover {
  color: #ccc;
}

.link4 {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}

.link4:hover {
  color: #ccc;
}

.link3 {
  color: #57636a;
}

.link3:hover {
  color: #f29400;
}
.telefon {
  display: none;
  padding: 5px 10px 0 0;
  width: auto;
  float: left;
}

@media (max-width: 450px) {
  .telefon {
    display: block;
  }
}

.telefon2 {
  display: none;
  width: auto;
  padding: 0 0 5px 0;
}

@media (max-width: 450px) {
  .telefon2 {
    display: block;
  }
}

.regular-grau2-link {
  color: #57636a;
  font-weight: bold;
  font-size: 11px;
}

.regular-grau2-link:hover {
  color: #333;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 800px) {
  .hidemobile {
    display: none;
  }
}

