/*
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
*/
@font-face {
  font-family: pedebe Light;
  src: local("pedebe Light"),
       local("pedebe Light"),
       url(../font/pedebe.ttf);
}

body {
  font-family:Arial;
  background-image: url(../img/bg_full.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size: cover;
  background-color: #464646;
}
h1,h2,h3,h4,h5,h6{
    font-family: pedebe Light;
}
.modal-dialog {
    width: 608px;
    margin: 30px auto;
}
.container-fluid,.container{
    max-width: 500px;
} 
.page-header{
    border:0;
}

a:hover{
    color:#343434;   
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #343434;
}
.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;
}