/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.03.2017, 15:42:14
    Author     : mathi
*/


body {
    padding-top: 70px;
    /*background-image:  url('../_infoDataMedia/relief.png');*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#main-container{
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
}

.navbar-default{
    background-color: rgb(126,192,119);
}
.navbar{
    border: none;
    font-size: 16px;
    color: black;
    box-shadow: 1px 2px #cccccc;
}

.navbar-default .navbar-nav li a {
    color:black;
    font-weight: bold;
}


.row{
    margin-left: 0px;
    margin-right: 0px;
}

p, tbody{
    font-size: 18px;
    font-family: Calibri, Georgia;
}

footer{
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    display: block;
    line-height: 50px;
}

thead{
    font-size: 18px;
}

td, th{
    padding: 16px !important;
}

.important-text {
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 19px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

img {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.well h2{
    margin-top: 10px;
}

.well {
    box-shadow: none;
    padding: 16px;
    background-color: #f2f2f2;
    border: 2px solid #1f871f;
}

#contact-form{
    margin-left: 10px;
}
address{
    font-size: 15px;
}
#about{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}
