/** css edv plan GmbH / by toberg */

body{
  color:#444;
  font-family: 'PT Sans', sans-serif; 
  font-size:1.1em; 
line-height:1.5em; 
  margin: 0px !important;
padding:0px;
width:100%;
height:100%;
overflow:hidden;
overflow-y:visible;
background-color: #fff;
}

h100 {
display:none;
}
h0, h1,
.flexslider .caption-text p.caption-title{
float:left;
clear:left;
width:100%;
font-family: 'PT Sans', sans-serif; 
font-size:1.8em; 
line-height:1.1em;
color:#1A75AC;
font-weight: lighter;
margin:0em 0px 1.2em 0px;
}

h2 {
float:left;
clear:left;
width:100%;
font-family: 'PT Sans', sans-serif; 
font-size:1.3em;
line-height:1.1em;
font-weight:normal;
margin:0px 0px 0.5em 0px;
}
h3{
width:100%;
font-family: 'PT Sans', sans-serif; 
font-weight:bold;
margin-top:0px;
 margin-bottom:0.5em;
font-size:1.1em;
line-height:1.1em;
}
h4{
float:left;
clear:left;
width:100%;
font-family: 'PT Sans', sans-serif;   
color:#666;
letter-spacing:0.04em;
font-size:1em;
line-height:1.1em;
margin:0px;
font-weight:normal;
}
h5 {
float:left;
clear:left;
width:100%;
font-family: 'PT Sans', sans-serif; 
margin:0px 0px 0.5em 0px;
font-size:1em;
opacity:0.8;
}

p {
margin:0px 0px 0.8em 0px;
}
p .important {
color:red;
font-size:90%;
margin:0px !important;
}

.frame-ruler-before:before,
.frame-ruler-after:after{
display:none !important;
}
.frame-ruler-before {
float:left;
clear:left;
width:100%;
padding-top:2%;
margin-top:2%;
border-top: 1px solid #5a95a3;
  }
.frame-ruler-after {
float:left;
clear:left;
width:100%;
padding-bottom:2%;
margin-bottom:2%;
border-bottom: 1px solid #5a95a3;
  }
.frame-default {
width:100%;
float:left;
clear:left;
  }
.frame-textbutton a,
p a.frame-textbutton,
.frame-kopfbild .flexslider p a,
.frame-schattenbox p a,
input.powermail_submit,
#mediafly p a.frame-textbutton,
#mediafly .frame-textbutton a{
min-width:200px;
  display: inline-block;
  text-transform: none;
  text-decoration: none !important;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: .8em 20px 0.8em 20px;
  text-shadow: none;
  margin-top: 0.2%;
  margin-bottom: 1%;
  border: none;
  cursor: pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.frame-textbutton h2, 
.frame-textbutton h2, 
.frame-textbutton h3 {
margin:0px !important;
font-size:110% !important;
}


/* links */
a:active,
a:hover{
color:#fff;  
}
a{
text-decoration: none;
}
.align-right,
.text-right {
  text-align:right;  
}

.align-center,
.text-center {
  text-align:center;  
}

.align-justify {
  text-align:justify;  
}

#content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
ul.contentlist,
ul.menulist {
    list-style-type: none;
      padding:0px;
      margin:0px 0px 20px 0px !important;
    }
ul.contentlist li,
ul.menulist li {
 display:block;
    list-style-type: none;
      padding:0px 0px 0px 20px;
      margin:0px 0px 0pt 0px;
    }
ul.contentlist li:before {
content: '●';
margin-right:8px;
margin-left:-20px;
vertical-align:1px;
}
ul.menulist li:before {
content: '►';
font-size:0.8em;
margin-right:6px;
margin-left:-20px;
vertical-align:2px;
}
 
/* structure */ 

#wrapper {
position:relative;
width:100%;
float:left;
clear:left;
}
.headerwrapper {
position:relative;
margin: 0 auto;
max-width:1100px;
height:auto;
}
.header {
position:relative;
float:left;
clear:left;
width:100%;
height:266px;
background-image: url(/fileadmin/wegener/templates/images/aw-kopf.png);
background-repeat: no-repeat;
background-position:center 50px;
}
#container {
position:relative;
margin:0 auto;
max-width:1100px;
}
/* Breite und Float als Einzelseite */
#main #content.section-state10{
float:left;
clear:left;
width:100%;
padding-top:0px;
background-image: url(/fileadmin/wegener/templates/images/aw-bgwrapper.png);
background-repeat: repeat-y;
background-position:center top;
}
.section-content {
float:left;
max-width:750px;
padding-left:310px;
padding-top:1%;
background-image: url(/fileadmin/wegener/templates/images/aw-links.gif);
background-repeat: no-repeat;
background-position:left top;
}
#footer {
position:relative;
    max-width:1100px;
    margin:0 auto;
}
#footer .footercontent {
float:left;
width:98%;
margin-top:10px;
padding-left:1%;
padding-right:1%;
font-size:0.8em;
color:#fff;
background-color:#1A75AC;
    }
#footer a {
color:#fff;
padding:0px;
margin-top:0px;
margin-bottom:0px;
display:inline-block;
}
#footer p {
margin-top:5px;
margin-bottom:5px;
}

/*
  Bildunterschriften
*/

figcaption.image-caption{
  font-size: small;
  padding: 0.4em;
  line-height: 1em;
  font-style: italic;
}
.ce-textpic,
.ce-gallery  {
float:left;
clear:left;
}
.ce-gallery {
margin-top:0.5em !important;
}
/* Images und embeded Objeckte responsove */
#content img, embed, object, video {
  max-width: 100%;
  width:98%;
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#content img, embed, object, video {
        max-width: 100%;
        height: auto;
        width: auto;
    }
}
@media \0screen {
#content img, embed, object, video { 
    width: auto\9; /* for ie 8 */
  }
}
  ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* onepage menu standard ueberschreiben und Grundkonfig Seitenmenue */
nav.einzelseite {
 position:relative;
float:left;
width:100%;
  text-align:center;
  font-size:1em;
  font-variant:normal;
background-color: #1A75AC;
    }
nav.einzelseite.scroller {
top:0px; 
}

.scroller_anchor{
float:left;
width:0px;
top:0px; 
padding:0;
}
/* Tabellenformatierung Element Tabelle */
table.contenttable-0 {
 width:90%; 
text-align:left;
}
table.contenttable-0 td {
min-width:25% !important;
padding-left:1%;
}
table.contenttable-0 tr.tr-odd {
background-color:#eee;
}
table.contenttable-0 {}
/* youtube und maps responsive einbetten */
iframe {
  max-width: 100%;
}

/* Scrollicon Seitenanfang */
.back-to-top {
 position: fixed;
display:block;
width:30px;
height:22px;
z-index:2000;
 bottom:45px;
 right:0px;
 padding:4px;
color:transparent;
background-color: rgba(26,117,172,0.8);
border:2px solid #1A75AC; 
border-radius: 0px 2px 2px 0px;
-moz-border-radius: 0px 2px 2px 0px;
-webkit-border-radius: 2px 0px 0px 2px;
}
.back-to-top img {
width:25px;
margin-left:2px;
  }

