/*
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 : 04.05.2017, 14:02:42
    Author     : Filip Pova
*/


/* exo-2-regular - latin */

@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/exo-2-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/exo-2-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/exo-2-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/exo-2-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/exo-2-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/exo-2-v20-latin-regular.svg#Exo2') format('svg');
    /* Legacy iOS */
}


/* exo-2-600 - latin */

@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/exo-2-v20-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/exo-2-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/exo-2-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/exo-2-v20-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/exo-2-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/exo-2-v20-latin-600.svg#Exo2') format('svg');
    /* Legacy iOS */
}

body {
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background-image: url(../../bilder/layout/bg-top.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    font-size: 16px;
    line-height: 20px;
    color: white;
}

#kontaktLine {
    position: relative;
    margin: 10px auto 0 auto;
    max-width: 900px;
    height: 40px;
    text-align: center;
    padding: 0px;
}

#header {
    clear: both;
    position: relative;
    text-align: left;
    /* Seiteninhalt wieder links ausrichten */
    margin: 0px auto 0 auto;
    /* standardkonforme horizontale Zentrierung */
    padding-top: 30px;
    min-width: 400px;
    max-width: 900px;
    height: 100px;
    overflow: hidden;
    /* border: 1px white solid; */
}

#team {
    position: relative;
    text-align: left;
    /* Seiteninhalt wieder links ausrichten */
    margin: 0px auto 0 auto;
    /* standardkonforme horizontale Zentrierung */
    padding-top: 30px;
    min-width: 400px;
    max-width: 720px;
    min-height: 300px;
    overflow: hidden;
    /* border: 1px white solid; */
}

#content {
    position: relative;
    text-align: left;
    /* Seiteninhalt wieder links ausrichten */
    margin: 0px auto 0 auto;
    /* standardkonforme horizontale Zentrierung */
    padding-top: 30px;
    min-width: 400px;
    max-width: 900px;
    min-height: 300px;
    overflow: hidden;
    /* border: 1px white solid; */
}

.footer {
    height: 50px;
    text-align: center;
    background-image: url(../../bilder/layout/bg-bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
}

h1,
h2,
h3,
h4,
a,
p,
font,
ul,
li,
td,
textarea {
    font-size: 1em;
    color: white !important;
    line-height: 1.5em;
}

li {
    color: white;
}

p.pMedium {
    font-weight: 400;
    font-size: 1em;
    color: white;
    line-height: 1.5em
}

p.pLarg {
    font-weight: 400;
    font-size: 1.25em;
    color: white;
    line-height: 1.5em
}

p.pMediumGV {
    font-family: 'Great Vibes', cursive;
    font-size: 2em;
    color: white;
    line-height: 2em;
    color: #bfa762;
}

.telefon {
    color: white !important;
}

.telefon:hover {
    color: white !important;
}

img {
    width: 100%
}

a {
    color: white !important;
}

a:hover {
    color: white !important;
}

a.aMedium:link {
    font-size: 1em;
    color: white;
    background-color: inherit;
    line-height: 1.5em;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
}

a.aMedium:visited {
    font-size: 1em;
    color: white;
    background-color: inherit;
    line-height: 1.5em;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
}

a.aMedium:hover {
    font-size: 1em;
    color: #bfa762;
    background-color: inherit;
    line-height: 1.5em;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
}

a.aMedium:active {
    font-size: 1em;
    color: white;
    background-color: inherit;
    line-height: 1.5em;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
}

a.aImpresseum:link {
    font-size: 1.250em;
    color: #bfa762;
    background-color: inherit;
    line-height: 1.5em;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

a.aImpresseum:visited {
    font-size: 1.250em;
    color: #bfa762;
    background-color: inherit;
    line-height: 1.5em;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

a.aImpresseum:hover {
    font-size: 1.250em;
    color: #bfa762;
    background-color: inherit;
    line-height: 1.5em;
    text-decoration: underline;
    background-color: transparent;
    font-weight: 600;
}

a.aImpresseum:active {
    font-size: 1.250em;
    color: #bfa762;
    background-color: inherit;
    line-height: 1.5em;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}