/*
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 : 10.11.2015, 14:08:17
    Author     : philipbodenbach
*/
body {
  font-family:Arial;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size: cover;
  background-color: black;
  color:black;
}
h1,h2,h3,h4,h5,h6{
    color:black;
}
h1{
    font-size:48px;
}
h3{
    font-size:22px;
}
.colorbg-bl h4{
    color:white;
}
h4{
    font-size:23.5px;
}
.vert-align-mid{
    display:table-cell;
    vertical-align: middle;
}
.modal-dialog {
    width: 435px;
    margin: 30px auto;
}
.container-fluid,.container{
    max-width: 800px;
} 
.colorbg-wh{
    background-color: white;
    color:black;
}
.colorbg-bl{
    background-color: black;
    color:white;
}
.pad-section {
    padding: 25px 0;
}
.pad-section{
    font-size:18px;
}
.page-header{
    border:0;
    
}
.colorbg-bl a{
    font-weight:bold;
    color:white;
}
.colorbg-bl a:hover{
    font-decoration:underline;
    color:white;
}
.colorbg-bl a:focus{
    font-decoration:none;
}
a:focus { 
    outline: none; 
}
a:hover{
    color:#343434;   
}
.thumbnail{
    background-color:gray;
    border-color:gray;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: gray;
}
.modal-content{
    background-color:gray;
}
.modal-header{
    border-bottom: 0px;
}
.navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
}
.nav > li.ico > a{
    padding: 15px 2px;
}

.embed-responsive{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0px solid #DDD;
    border-radius: 4px;
    transition: border 0.2s ease-in-out 0s;
}
#footer .pad-section{
    color:white;
    font-size:14px;
    background-color:black;
}