﻿/* Stylesheet fuer FOEKUHEI Gottmadingen - Responsive VErsion
* Datum: 11.10.2016
*
*
* Kapietl:
* ----------------------
* 1. Body Kalibrierung
* 2. Standard configs
* 3. Gerüst
* 4. Inhalt-Layout
* 5. Navigation
* 6. Link-gestaltung


/*==================================================================
* Kapitel 1:
  ==================================================================
*//*Layout Reset*/
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
input, submit{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/*==================================================================
Kapitel 2: Standard configs
==================================================================*/
a img{
    border: none;
}
.clear{
    clear: both;
}
body {
    background-color: #fff;
    background-position: top center;
    background-attachment:fixed;   
    color: #000;
    font-family: Helvetica;
    font-size: 15px;
    line-height: 20px;
    overflow-y: scroll;
    background-image: url("/include/designs/sga/images/bg_webseite_gassner.jpg");
    background-size: 100%;
}
p {
    padding-top: 20px;
}
/*==================================================================
Kapitel 3: Gerüst
==================================================================*/
#design{
    width: 100%;
}

#logo{
    padding-bottom: 20px;
}
#contentwrapper{
    width: 100%;

}
#content{
    width: 500px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

/*==================================================================
Kapitel 3: Schrift Stile
==================================================================*/
h1{
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 30px;
}
h2{
    padding-top: 20px;
    padding-bottom: 6px;
    font-size: 22px;
    color: #7b7b7b;
}
h5{
    font-size: 20px;
    padding-bottom: 15px;
    padding-left: 50px;
}
h6{
    font-size: 20px;
    padding-bottom: 15px;
    padding-left: 75px;
}
ol{
    padding-left: 25px;
}
ul {
    padding-left: 25px;
    padding-top: 10px;
}

.right h1{
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
.right p{
    padding: 0;
}
.eventdatum{
    font-size: 13px;
    color: #7b7b7b;
}

.back-top{
    padding-bottom: 25px;
    padding-top: 35px;
}

.newsout img{
    width: 100%;
}
.projekt{
    float: left;
    width: 30%;
    padding-right: 2%;
}
.projekt img{
    width: 100%;
}

.experimentelle{
    float: left;
    width: 30%;
    padding-top: 0;
    padding-right: 2%;
    padding-bottom: 2%;
}
.experimentelle img{
    width: 100%;
   height: 280px;
}
.border{
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.border img{
    width: 100%;
}
.borderexperimentelle{
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.borderexperimentelle img{
    width: 100%;
}
.exp-background img{
    width: 100%;
    height: 288px;
}
/*==================================================================
Input
==================================================================*/
.login input{
    border: none;
    background-color: #d7d7d7;
    padding: 10px;
    color: black;
    font-size: 13px;
}

.login .loginbutton:hover{
    color: #a0231a;
    text-decoration: underline;
}
.login .loginbutton:visited{
    color: black;
    text-decoration: none;
}

.login .register{
    border: none;
    background-color: #d7d7d7;
    padding: 10px;
    color: #a0231a;
    font-size: 13px;
}

.kontakt{
    padding-bottom: 40px;
}

.inputfields input{
    border: none;
    background-color: #d7d7d7;
    padding: 10px;
    color: black;
}
.inputfields textarea{
    border: none;
    background-color: #d7d7d7;
    padding: 10px;
    color: black;
    font-size: 13px;
}
.inputfields select{
    border: none;
    background-color: #d7d7d7;
    padding: 10px;
    color: black;
}

.inputfields .send:hover{
    color: #a0231a;
    text-decoration: underline;
}
.inputfields .send:visited{
    color: black;
    text-decoration: none;
}

/*==================================================================
Kapitel 3: Link Gestaltung
==================================================================*/
/*Content Links */
#content a{
    color: #a0231a;
    text-decoration: none;
}	
#content a:link{
    color: #a0231a;
    text-decoration: none;
}
#content a:visited{
    color: #a0231a;
    text-decoration: none;
}
#content a:hover{
    color: #a0231a;
    text-decoration: underline;
}

/*==================================================================
* Kapitel 7: Navigation 
==================================================================*/
.navigation{
    font-size: 15px;
    letter-spacing: 1px;
    border:none;
    border:0px;
    background-position: 0 0; 
}
.navigation ul{
list-style:none;
margin:0;
padding-left: 0px;
}
.navigation li{
    float:left;
}
.navigation li:last-child {
    float:left;
    border:none; 
}
.navigation li a{
    color: #7b7b7b;
    border-right: 1px solid #7b7b7b;
    display:block;
    margin:0px;
    text-align:center;
    text-decoration:none; 
    padding-left:10px; 
    padding-right:10px; 
}
.navigation li a img{
    padding-top: 0px;
}
.navigation li a:hover, .navigation ul li:hover a{
    color: #000;
    border-right: 1px solid #000;
}
.aktiv{
    color: #7b7b7b;
}
/*---------------------------------
erste dropdown ebene 
---------------------------------*/
.navigation li ul{
    background-color: #d7d7d7;
    border-right: none;
    display:none;
    padding:0px;
    margin-top: 10px;
    margin:0px;
    border:0px;
    position:absolute;
    z-index:200;
    height: 29px;
}
.navigation li:hover ul{
    background-color: #d7d7d7;
    display:block;
    height: 30px;
}
.navigation li li {
    background-color: #d7d7d7;
    width: 100%;
    display:block;
    float:none;
    margin:0px;
    text-decoration: none;
    text-align: left;
}
.navigation li:hover li a{
    background-color: #d7d7d7;
    border-right: none;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 10px;
    height: 20px;
    padding-bottom: 10px;
    text-decoration:none;
}
.navigation li ul a{
    background-color: #d7d7d7;
    display:block;
    font-style: normal;
    margin:0px;
    text-align: left;
    text-decoration:none; 
}
.navigation li ul a:hover, .navigation li ul li:hover a{
    background-color: #232222;
    color:#ffffff;
}


/*==================================================================
* Kapitel 10: Ilch Standard Klassen
==================================================================*/
#main_col{
    width: 250px;
    margin: auto;
    padding: 10px;
}
.Chead{
    background-color: #d7d7d7;
    color: #000;
    margin: auto;
    padding: 10px;
}
.Cheadticket{
    background-color: #d7d7d7;
    color: #000;
    margin: auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.Chead th{
    padding: 10px;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
    color: #000;
    padding: 10px;
}

.Callg
{
    background-color: #EFEFEF;
    color: #000000;
    padding: 10px;
}

.Callg td
{
  color: #000000;
  padding: 10px;
}

.Cnorm {
  background-color: #DDDDDD;
  padding: 10px;
}
.Cnormticket {
  background-color: #DDDDDD;
  padding: 10px;
  text-align: center;
}
.Cmiteticket {
  background-color: #eeeeec;/*#B4C6D8;*/
  padding: 10px;
  text-align: center;
  
}
.Cmite {
  background-color: #eeeeec;/*#B4C6D8;*/
  padding: 10px;
}
.Cdark {
  background-color: #729FCF;
  padding: 10px;
}