/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

Body
{
    background-image: url(/Portals/0/images/Werkstattbilder/GWerkstatt4-1.JPG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #000;
}

@media only screen and (max-width: 600px) {
  body {
    background-repeat: repeat-y;
  }
}

main {
 	background: rgb(255, 255, 255, 0.85); 
}

.containerContent {
  width: 1115px
}

.container-fluid {
 	margin-top: 40px; 
}

.navbar .brand {
    max-width: 215px
}

#dnn_dnnLOGO_imgLogo {
     border: 0;
	 margin: -20px 0px -50px 0px;
}

#breadcrumb {
    border-bottom: 0px;
    visibility: hidden;
}

.makeBox {
  padding: 5px;
  width: 25%;
  height: 250px;
  line-height: 200px;
}

.makeBox3 {
  padding: 5px;
  width: 33%;
  height: 250px;
  line-height: 200px;
}

.makeImage {
  width: 250px;
  height: 150px;
}

.makeImage img {
   margin: auto;
   vertical-align: middle; 
   display: inline-block;
}

H1  {
  font-size: 24px
}

H2  {
  font-size: 22px
}

H3  {
  font-size: 20px
}

H4  {
  font-size: 18px
}

H5, DT  {
  font-size: 16px
}

H6  {
  font-size: 14px
}

#login .loginGroup a {
  color: #333;
}














