/* 
    Document   : page1.css
    Created on : 15.02.2013, 09:46:47
    Author     : klausheuer
    Description:
        Stylesheet for Responsive Design 
*/

body {
    background-color: #f6f6f6;
    background-image: none;
    font-family: Georgia, serif;
    font-size: 12px;
    line-height: 19px;
    color: #525252;
   
}

a {
    color: #525252;
}
/* this is the fake class for google */
h1#header {
    line-height: 0;
    text-indent: -9999px;
}
/* Start Responsive otimaton */
img, embed, object, video {
  max-width: 100%;
  height: auto;
  width: auto;
}
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: none;
}
.csc-textpic-imagewrap figure{
    display: inline !important;
}
/* END responsive optimation */

.hide-desktop {
    display: none ;
}
img, #logo {
    height: auto;
    max-width: 100%;
    width: auto;
}
/* Sections *********************************/
.wrapper {
    margin: auto;
    max-width:990px;
    width: 98%;
    overflow: hidden;
}

#languageselect {
    float: right;
}
#languageselect ul li{
    float: right;
    padding: 0 10px;
}
#languageselect ul li a {
    text-decoration: none;
}
#logo {
    border: none;
    margin: 60px auto 34px 280px;
}


#header {
    max-width: 980px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 0;
}

#stage {
    max-width: 980px;
    margin: 0 auto;
    background-color: #fff;
    clear: both;
}

#footer {
    max-width: 980px;
    min-height: 80px;
    margin-top: 15px;
    background-color: #efefef;
}


/* Sub Sections Header *********************/

#header  img{
  width:100%; 
  max-width: 980px;  
  z-index:0; 
 
}

.headerContent {
    width: 100%;
    max-width: 980px;    
    display: block;
    z-index:1; 
  
}

/* Col Wrapper and Cols*********************/
.sliderwrap {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    display: block;
    height: 100%;
}
.contentwrap {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    display: block;
    height: 100%;
    border-top: 1px solid #ededed;
}

.wrap1col {
	/*
    background-image: url("../images/contentbg-1col.png");
    background-size: contain;
    */
    background-image: none;
}

.wrap2cols {
    /*
    background-image: url("../images/contentbg-2cols-66-33.png");
    background-size: contain;
    */
    background-image: none;
}
.wrap2colsContentRight {
    /* 
    background-image: url("../images/contentbg-2cols-33-66.png");
    background-size: contain;
    */
    background-image: none;
}

.wrap3cols {
    /*
    background-image: url("../images/contentbg-3cols.png");
    background-size: contain;
    */
    background-image: none;
}

.clearafter:after { content: ''; display: block; clear: both; }


.onecol {
    width: 100%;
    float: left;
    text-align: left !important;
    margin: 0px;
}
/*two col 66 33 template */
.twocol-main{
    float: left;    
    width: 65%;
    text-align: left !important;
    margin: 0px;
}
.twocol-right{
    float: right;    
    width: 31%;
    margin: 0px;
    margin-left: 2%;
    text-align: left !important;
}
/*two col 33 66 template */
.twocol-main-right{
    float: right;    
    width: 78%;
    text-align: left !important;
    margin: 0px;
    margin-left: 2%;
}


.twocol-left{
    float: left;    
    width: 20%;
    margin: 0px;
    
    text-align: left !important;
}



.threecol {
    width: 33.33%;
    float: left;
    text-align: left !important;
    margin: 0px;
    margin-left: 0%;
}
.colinside {
    margin: 20px 20px 20px 20px;
}
.colinside p {
    text-align: left;
}
.content {
    width: 66%;
    display: inline-block;
    padding: 1%;
    border-right: 1px solid #e4e5f0; 
}

.sidebar {
    width: 28%;
    float: right;
    display: inline-block;
    padding: 1%;
}

/* Sub Sections Footer *********************/

.footer-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 1%;

}
.footer-inner p, .footer-inner h1, .footer-inner h2, .footer-inner h3{
    font-size: 95%;
}
.footer-left {
    width: 31%;
    float:left;
    margin-left: 1%;
}
.footer-center, .footer-right {
    width: 31%;
    float:left;
    margin-left: 3%;
}

/* Menüs *************************************/




/* Elemente *********************************/
.csc-textpic-intext-right .csc-textpic-image {
    float: right;
    margin: 15px 0 0 20px;
    /* width: 45%; */
}


/* Typografie ******************************/

h1, h2 {
    font-size: 21px;
    font-weight: bold;
    color: #535222;
    margin: 10px 0 15px 0;
}
h2 {
    font-size: 16px;
    margin: 10px 0 5px 0;
}
p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}
.sidebar p {
    font-size: 90%;
}


b, strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

a.button {
    background: #E6E6E6;
    border: 1px solid #D3D3D3;
    text-decoration: none;
    font-size: 90% !important;
    padding: 0.1em 1em !important;
    border-radius: 4px;
    display: inline-block;
    
}
a.button:hover {
    background: #555;
   color: #fff;
    
}

/* MEDIA-Querys siehe ---> MOD */


.hidden {
    display: none;
}