﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-top: 20px; /*wenn Bildschirm verkleinert wird, dann ist jumbotron nicht zu weit oben*/
    padding-left: 15px;
    padding-right: 15px;
}

.zwk_jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  /*background:url('../img/zwk-jumbo.png') 75% 0 no-repeat fixed;*/
  background-color: #eeeeee;
}

.zwk_jumbotron h1 {
  line-height: 1;
  color: inherit;  
}

.zwk_jumbotron p {
  line-height: 1.4;
}

.zwk_container .zwk_jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .zwk_jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .zwk_container .zwk_jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .zwk_jumbotron h1 {
    font-size: 63px;
  }
}
#ex1Slider .slider-selection {
	background: #BABABA;
}

.img {
    margin-right: 10px;
}
.logo {
    border: solid;
    border-color: #fdfdfd;
    border-width: .1em;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.nav .breadcrumb {
    margin: 0 7px;
}
@media (min-width: 768px) {
    .nav .breadcrumb {
        float: left;
        margin: 7px 10px;
    }
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
span.glyphicon-plus {
    font-size: 1.8em;
}
span.glyphicon-minus {
    font-size: 1.8em;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px; /*wenn Bildschirm vergrößert wird, dann ist jumbotron nicht zu weit unten*/
    }
    .body-content {
        padding: 0;
    }
}
/*eigene aus Original-css*/
.navbar-inverse .navbar-nav > li > a {
  color: #dddddd;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffd800;
}
.hrgrau {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.pagetitle {margin-top: 1.5em;}
.div-fade {
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera */
    animation: fadein 1s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Opera */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/

/* damit Überschriften und Kontenverlauf bei kleineren Auflösungen gut aussehen */
@media screen and (max-width: 400px) {
    .jumbotron p {
        font-size: 5vw;
    }
    .h4, h4 {
        font-size: 5vw;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-size: 3.5vw;
    }
    .modal-body > div > p {
        font-size: 5vw;
    }
    .well > div {
        font-size: 3.5vw;
    }
    .well > div > h3 {
        font-size: 5vw;
    }
    .respfontsmall {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 1000px){
    .div-to-hide{
        display:none
    }
}

.bg{
    background: url(jumbotron.jpg) no-repeat center center fixed; 
    background-size: cover;
}

hr{
    margin-top:0px
}

div.phonenum_hidden{
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    min-height: 0px !important;
    height: 0px !important;
    opacity:0;
    transition: ease-in-out 0.5s;
    visibility:hidden;
}
div.phonenum_visible{
    min-height: 0px !important;
    height: 130px !important;
    opacity:1;
    transition: ease-in-out 0.5s;
    visibility:visible;
}

.check_hidden {
    opacity: 0;
    display: none;
    cursor: not-allowed;
    pointer-events: none;
}
.check_visible {
    opacity: 1;
    display: block;
}