/*
Theme Name: BAG
Author: Ingo Thiel
Author URI: http://ithiel.de
Description: Das BAG Theme ist eine Eigenentwicklung fuer die BAG
Version: 1.0.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, two-columns, right-sidebar, custom-menu, header-pic
*/


/* Fonts */

@font-face {
  font-family: 'RespublikaFY-Regular';
  src: url('fonts/respublikafyregular.eot');
  src: url('fonts/respublikafyregular.eot?#iefix') format('embedded-opentype'),
  url('fonts/respublikafyregular.woff') format('woff'),
  url('fonts/respublikafyregular.ttf') format('truetype'),
  url('fonts/respublikafyregular.svg#respublikafyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RespublikaFY-Italic';
  src: url('fonts/respublikafyitalic.eot');
  src: url('fonts/respublikafyitalic.eot?#iefix') format('embedded-opentype'),
  url('fonts/respublikafyitalic.woff') format('woff'),
  url('fonts/respublikafyitalic.ttf') format('truetype'),
  url('fonts/respublikafyitalic.svg#respublikafyitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RespublikaFY-Bold';
  src: url('fonts/respublikafybold.eot');
  src: url('fonts/respublikafybold.eot?#iefix') format('embedded-opentype'),
  url('fonts/respublikafybold.woff') format('woff'),
  url('fonts/respublikafybold.ttf') format('truetype'),
  url('fonts/respublikafybold.svg#respublikafybold') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* --------------------------------------------------
----------------------------------------------------

allgemein

----------------------------------------------------
----------------------------------------------------*/

* {
margin: 0;
pading: 0;
}

html, body {
height: 100%;
}

body {
  background: none;
  margin: 0;
  padding: 0;
  font-family: 'RespublikaFY-Regular', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, blockquote, a,
em, font, img, strong, ol,
ul, li, form, label, table, tbody, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-align: left;
}

:focus {
  outline: 0;
}

#cleaner {
  clear: both;
  height: 1px;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: 100%;
  overflow:auto;
}

* html #wrapper {
height: 100%;
}

/* --------------------------------------------------
----------------------------------------------------

Header

----------------------------------------------------
----------------------------------------------------*/

img { max-width: 100%; height: auto }

#header-wrapper {
  margin: 0 auto;
  padding: 0;
  height: 215px;
  background: url(images/head-h01.png) repeat-x;
}

#header {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  height: 215px;
  background: none;
}

#headlogo {
  height: 116px;
  float: left;
}

#headlogo img {
  width: 95%;
}


.header-logo {
  padding: 26px 0px 10px 13px;
  float:left;
}

#imprint {
	display: none;
}

#contserv {
	display: none;
}


#header-service {
	display: none;
}



div#margin form#searchform input#s {
	display: none;
}

div#margin form#searchform input#search_submit {
	display: none;
}

div#margin form#searchform {
}

/* --------------------------------------------------
----------------------------------------------------

Content

----------------------------------------------------
----------------------------------------------------*/

#sidecontainer {
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

#content {
  background-color: #fff;
  background-color: rgba(255,255,255,0.7);
  margin: 7px 0 20px 0;
  padding: 5%;
  float: left;
  width: 90%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#margin {
	display: none;
}

/* partial opacity hack: configuration */  
.opacity {   
}

/* Content */  

#content-forum a:link,
#content a:link,
#content-forum a:visited,
#content a:visited {
  color: #7C7C7B;
  text-decoration: none;
}

#content-forum a:focus,
#content a:focus,
#content-forum a:hover,
#content a:hover,
#content-forum a:active,
#content a:active {
  color: #ff9000;
}

#content-forum p a:link,
#content p a:link,
#content-forum p a:visited,
#content p a:visited {
  text-decoration: underline;
}

#content-forum p a:focus,
#content p a:focus,
#content-forum p a:hover,
#content p a:hover,
#content-forum p a:active,
#content p a:active {
  }

#content-forum p,
#content p {
    color: #000;
    font: 16px/18px 'RespublikaFY-Regular',sans-serif;
    padding: 6px 0;
}

#content-forum h1,
#content h1 {
    color: #000;
    font: 26px/28px 'Gudea', Arial, sans-serif; font-weight: 700;
    padding: 12px 0;
}

#content-forum h2,
#content h2 {
    color: #000;
    font: 20px/22px 'Gudea', Arial, sans-serif; font-weight: 700;
    padding: 9px 0;
}

#content-forum h3,
#content h3 {
    color: #000;
    font: 18px/20px 'Gudea', Arial, sans-serif; font-weight: 700;
    padding: 6px 0;
}

#content h6 {
    color: #000;
    font: 12px/14px 'Gudea', Arial, sans-serif; font-weight: 700;
    padding: 12px 0;
}

#content-forum blockquote p,
#content blockquote p {
  font: normal 16px/18px 'RespublikaFY-Regular', sans-serif;
  padding: 12px 25px;
}

#content-forum ul,
#content ul {
  padding: 6px 0px 6px 20px;
}

#content-forum ul li,
#content ul li {
  padding: 6px 0px 6px 6px;
  font: normal 16px/18px 'RespublikaFY-Regular', sans-serif;
}

#content-forum ol,
#content ol {
  padding: 6px 0px 6px 20px;
}

#content-forum ol li,
#content ol li {
  padding: 6px 0px 6px 6px;
  font: normal 16px/18px 'RespublikaFY-Regular', sans-serif;
}

#content-forum hr,
#content hr {
  clear: both;
  background: url(images/hr-content.png) no-repeat center top;
  height: 29px;
  border: none !important;
  margin:15px 73px 15px 0;
}

.content-serv {
  color: #000;
  margin-right:10px;
}

#content-service {
  float: left;
}

#content-service a:link,
#content-service a:visited {

}

#content-service a:focus,
#content-service a:hover,
#content-service a:active {
}

#csprint {
	display: none;
}

#csprint a:link,
#csprint a:visited {

}

#csprint a:focus,
#csprint a:hover,
#csprint a:active {
}

.service-print {
}

/* Bilder */

#marginal div.csc-textpic-center img {
    border-radius: 10px;
    float: left;
}

#content-forum div.csc-textpic-imagewrap img,
#content div.csc-textpic-imagewrap img {
    border-radius: 5px;
    border: 2px solid #fff;
    margin: 10px 0 5px 0!important;
}

dd.csc-textpic-caption {
    padding: 0!important;
    margin: 0!important;
}

#content-forum caption.csc-textpic-caption,
#content caption.csc-textpic-caption {
    font: 13px/15px 'RespublikaFY-Regular',sans-serif;
}

div#content img.alignleft.size-thumbnail,
div#content div.entry p a img.alignleft.size-medium {
    border-radius: 5px;
    border: 2px solid #fff;
    margin: 0 20px 5px 0!important;
    float: left;
}

div#content img.alignright.size-thumbnail,
div#content div.entry p a img.size-medium.alignright {
    border-radius: 5px;
    border: 2px solid #fff;
    margin: 0 0 5px 20px!important;
    float: right;
}

div#content div.entry .wp-caption.alignright {
    border-radius: 5px;
    border: 2px solid #fff;
    margin: 0 0 5px 20px!important;
    float: right;
}

div#content div.entry .wp-caption.alignleft {
    border-radius: 5px;
    border: 2px solid #fff;
    margin: 0 20px 5px 0!important;
    float: left;
}

div#content .wp-caption-text {
    color: #000;
    font: 12px/14px 'Gudea', Arial, sans-serif; font-weight: 700;
}

div#content img.size-full {
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 0 0 20px 0important;
}

/* Filelist */

div.navigation ul {
	display: none;
}

div.navigation ul li {
	display: none;
}

#footer {
	display: none;
}


#navi {
	display: none;
}

/* hide the checkbox and the label */

input#responsive-nav,
label.responsive-nav-label {
	display: none;
}

/* declarations for the not-responsove-menu */

nav {
	display: none;
}