/* copyright (c) 2013-2014 Jürgen Keil

No part of this software may be reproduced transmitted
transcribed by any means without prior written permission of
Jürgen Keil.
For more information please contact kontakt@juergenkeil.de.

*/
/* 
    Created on : 12.07.2014, 17:43:59
    Author     : jjk
*/
@-ms-viewport       {
    width: device-width;
}


body {
    color:#777;
    margin 80px 0px 0px 0px;
    background-color: transparent;
    padding-bottom: 0px;
    padding-top: 80px;
    font-family: 'Text', Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.backgroundImg{
    left:0;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image:
	linear-gradient(90deg, hsl(0,0%,60%)  0%,
	hsl(0,0%,100%) 20%,
	hsl(0,0%,95%) 80%,
	hsl(0,0%,70%)100%);

}
a:hover {
    color: gray !important;
    text-decoration: none;
}

a:visited {
    color: #90191e;
    text-decoration: none;
}
a:link {
    color: #90191e;
    text-decoration: underline;
}
a:active
{
    color: #90191e;
    text-decoration:none;
}


/*
Navigation dropdown menu
*/
@media (min-width: 768px) {
    .navbar
    {
	font-family: 'Menue', Arial, Helvetica, sans-serif;
	font-size: 1.5vw;
	background-color: #90191e;
	min-height: 40px !important;
	overflow: hidden;
	border-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .navbar  {
	font-family: 'Menue', Arial, Helvetica, sans-serif;
	background-color: #90191e;
    }
    .nav {
	columns: 2;
	column-gap: 0px;
    }

}
.navbar-brand a:hover {
    color: lightgrey !important;
    text-decoration: none;
}

.navbar-brand a:visited {
    color: white;
    text-decoration: none;
}
.navbar-brand a:link {
    color: white;
    text-decoration: none;
}
.navbar-brand a:active
{
    color: white;
    text-decoration:none;
}

.logo    {
    color:grey;
    margin:0 0 80px 0;
    padding:10px 10px 20px 10px;
    font:40px/40px 'LiberationSansBold',Arial,helvetica ,sans-serif;
}
.logo> a
{
    text-decoration:none;
}
.logo>img
{
    border:0px;
}


h1{
    font-size: 1.5em;
    text-align: center;
    color: grey;
    text-transform: uppercase;
    letter-spacing: 0.34em;
    padding:	0em 0 1em 0;
    line-height: 1.5em;
}
div.headline{
    font-size: 1.5em;
    text-align: center;
    color: #90191e;
    letter-spacing: 0.32em;
    padding:	0em 0 1em 0;
    line-height: 1.5em;
}
h2{
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1em 0 1em 0;

}
p{
    padding: 1em 0 0.5em 0;
    line-height: 1.5em;
}
.footer{
    background-color: #90191e;
}
.footer p{
    color: white;
}

.footer a:hover {
    color: lightgrey !important;
    text-decoration: none;
}

.footer a:visited {
    color: white;
    text-decoration: none;
}
.footer a:link {
    color: white;
    text-decoration: none;
}
.footer a:active
{
    color: white;
    text-decoration:none;
}

/* start center images */
.img-center {
    margin:0 auto;
}
/* end center images */

.modal-header{
    background-color: #90191e !important;
}
.modal-header span{
    color: white;
}
.modal-footer{
    background-color: #90191e !important;
}
@media (min-width:1200px){
    .modal-lg {
	width: 1120px;
    }
}
