body {
    margin: 0px;
    padding: 0px;
    background-image: url("tib_background_visual.png");
    /*background-position: left bottom;*/
    min-height: 500px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: left bottom;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4b4b4b;
    background-color: #fff;
}


a {
  color: #af1414;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
.btn-primary {
    color: #fafafa;
    background-color: #af1414;
    border-color: #af1414;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary:hover {
    color: #fafafa;
    background-color: #810f0f;
    border-color: #780e0e;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}


.body-container{
    margin-top: 20px;
}
.transparenz {
    background-color: white;
    filter: alpha(opacity = 95);
    -ms-filter: "alpha(opacity = 95)";
    opacity: .90;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    max-width: 1170px;    
}
.text-right {
    text-align: right;
}

p.tib_hinweis {
    font-size: 1.5rem;
    font-weight: bold;
}

.logo-area {
    padding: 20px 0px 30px 20px;
}
img#tib_logo {
    width: 350px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
 }
.content-container{
    padding: 0 80px 0 80px;
}
.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.footer a {
    color: #4b4b4b;
    text-decoration: none;
}
.footer a:hover {
    color: #4b4b4b;
    text-decoration: underline;
}
@media (max-width: 768px){
 .content-container{
    padding: 0 10px 0 10px;
}   
}