/* Theme Name:  Responsive Child Theme
Theme URI:      http://www.dipeq.de/
Description:    Responsive Child Theme
Author:         Sebastian Zech	
Author URI:     http://www.dipeq.de/
Template:       responsive
Version:        1.0.0 */
@import url("../responsive/style.css");

.entry-title
{
  display:none;
}



#body
{
//    background-color:#123456;
}

#header
{
    width: 960px; 
    margin: auto;
    position:fixed;
    top:0px;
    width:100%;
/* Header in den Vordergrund (Hintergrundfarbe muss sein, sonst ist der Header transparent): */
    z-index:2;
    background-color: #f0ede6;
    height:165px;
}

.menu a
{
font-size: 22px;
font-weight: 500;
border-left:none;
padding: 0;
}

#logo
{
/* Zum Platzieren des Logos auf der rechten Seite: */
    text-align:right;
    width:100%;
/* Abstand Logo vom Nav und Top: */
    margin-top:10px;
    margin-bottom:10px;
}

#FooterNavBackground
{
  height: 30px;
  top: 10px;
}

#MainNavBackground{
  height: 45px;
  top: 120px;
  position: relative;
  max-width:100%;
}

#placingForNav
{
    margin:auto;
    width:900px;
}

#placingForLogo
{
    margin:auto; 
    max-width:890px;
}

.NavBackground
{
  max-width:100%;
  margin: auto;
  width:100%; //1250px;
  margin: auto;

background: #f0ede6; /* Old browsers */
background: -moz-linear-gradient(left,  #F0EDE6 0%, #434750 14%, #434750 85%, #F0EDE6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F0EDE6), color-stop(14%,#434750), color-stop(85%,#434750), color-stop(100%,#F0EDE6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #F0EDE6 0%,#434750 14%,#434750 85%,#F0EDE6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #F0EDE6 0%,#434750 14%,#434750 85%,#F0EDE6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #F0EDE6 0%,#434750 14%,#434750 85%,#F0EDE6 100%); /* IE10+ */
background: linear-gradient(to right,  #F0EDE6 0%,#434750 14%,#434750 85%,#F0EDE6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0EDE6', endColorstr='#F0EDE6',GradientType=1 ); /* IE6-9 */
}

.menu
{
    background-color:transparent;
    background-image: none;

}

.menu a 
{
    background-color:transparent;
}

.menu .current_page_item a, .menu .current-menu-item a 
{
  color: #F3752C; //E97038;
  background-color:transparent;
}

#menu-header-menu
{
//    background-color:red; //#DDDD00;
}

#platzhalter
{
    height:140px;
}

#content-full
{
  font-size:16px;
  margin-top:40px;
  font-family:Segoe UI, Arial, sans-serif;
}

#containerForImages
{
   width:900px;
   height:160px;
   margin:auto;
}

#container
{
    z-index:0;
    max-width:900px;
    padding:0;
}

#wrapper
{
    background-color: #F0EDE6;
    border-style: none;
    max-width:900px;
    padding:0;
    margin-top:140px;
    margin-bottom:80px;
}

#TheTopFooterWrapper
{
    height: 65px;
    background-color: #F0EDE6;
}

#footer-wrapper
{
  margin:auto;
  max-width:900px;
}

#footer { 
    max-width: 100%; /* WICHTIG!! */
    padding: 0 0;
    /* Folgende Zeilen für die Fixierung: */
    position:fixed;
    bottom:0px;
    height:95px;
    width:100%;
    background-color: transparent;
}

.col-540 {
   // background-color: #434750;
    text-align:center;
   // max-width: 100%;
    width: 100%;
    margin:auto;
}



.footer-menu {
    margin: 5px; 
}

#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-menu .current_page_item a, .footer-menu .current-menu-item a {
  color: #F3752C!important;
}

#footer a {
    color: #FFFFFF;
}

.footerLink
{
   	color:#555555!important;
	font-weight: bolder;
}

.menu {
    text-align:center
}

.menu li {
    display:inline-block;
    float:none;
    margin-left: -5px;
}

.menu li li {
    display:block;
    text-align:left
}

.menu-item{
  width: 20%;
}

th, td, table {
  border: medium none;
}

h1 {
  font-size: 1.5em;
}

.footer-menu li a
{
  border-left:none;
  font-size:13px;
}

/* Sonst werden die Elemente im Footer-Menu beim Verkleinern des Fensters verschoben: */
/*.grid, .grid-right {
  float:right;
}*/

.wp-image-189:hover {
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}

.bildwechsel
{
    position:relative;
    height:150px;
    width:300px;
    margin:0 auto;
    float:left;
}

/* Folgendes MUSS sein, damit die Bilder übereinander liegen: */
.bildwechsel img {
  position:absolute;
  left:0;
  top:0;
}

/* Zum Einblenden des allerobersten Bildes (große Schrift): */
.bildwechsel img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/* Bei Überfahren mit der Maus wird das alleroberste Bild (Große Schrift) eingeblendet: */
.bildwechsel img.toptop:hover {
  opacity:1;
}

/* Initial-Zustand des aller-obersten Bildes (Große Schrift) ist komplett Durchsichtig: */
.toptop
{
 opacity:0;
}

.top1{
    -webkit-animation: firstOpacityChange 2s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation: firstOpacityChange 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.top2{
    -webkit-animation: firstOpacityChange 2s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation: firstOpacityChange 2s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

.top3{
    -webkit-animation: firstOpacityChange 2s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation: firstOpacityChange 2s;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes firstOpacityChange {
    from {opacity: 1;}
    to {opacity: 0;}
}

/* Standard syntax */
@keyframes firstOpacityChange {
    from {opacity: 1;}
    to {opacity: 0;}
}

.leftAndRightOrangeBar
{
    /*position:relative; 
    top: 120px;*/
    background-color:black;
    width:100%;
    height:5px;
}

#leftOrangeBar
{
    float:left;
    width:200px;
    background-color:red;
}

#rightOrangeBar
{
    float:right;
    width:200px;
    background-color:green;
}

#belowNav
{
    /*background-color:#F3752C;*/
    height:5px;
    width:100%;

    background: #F3752C; /* Old browsers */
    background: -moz-linear-gradient(left,  #F0EDE6 0%, #F3752C 14%, #F3752C 85%, #F0EDE6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F0EDE6), color-stop(14%,#F3752C), color-stop(85%,#F3752C), color-stop(100%,#F0EDE6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #F0EDE6 0%, #F3752C 14%, #F3752C 85%, #F0EDE6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #F0EDE6 0%, #F3752C 14%, #F3752C 85%, #F0EDE6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #F0EDE6 0%, #F3752C 14%, #F3752C 85%, #F0EDE6 100%); /* IE10+ */
    background: linear-gradient(to right,  #F0EDE6 0%, #F3752C 14%, #F3752C 85%, #F0EDE6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0EDE6', endColorstr='#F0EDE6',GradientType=1 ); /* IE6-9 */
}


#obererBalken
{
    max-width:100%; 
    height:30px;"
background: -moz-linear-gradient(top,  rgba(240,237,230,1) 0%, rgba(240,237,230,1) 33%, rgba(240,237,230,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,237,230,1)), color-stop(33%,rgba(240,237,230,1)), color-stop(100%,rgba(240,237,230,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,237,230,1) 0%,rgba(240,237,230,1) 33%,rgba(240,237,230,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,237,230,1) 0%,rgba(240,237,230,1) 33%,rgba(240,237,230,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,237,230,1) 0%,rgba(240,237,230,1) 33%,rgba(240,237,230,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,237,230,1) 0%,rgba(240,237,230,1) 33%,rgba(240,237,230,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ede6', endColorstr='#00f0ede6',GradientType=0 ); /* IE6-9 */
}

#untererBalken
{
    top: 0px;
    max-width:100%; 
    position:relative; 
    height:30px;"
background: -moz-linear-gradient(top,  rgba(240,237,230,0) 0%, rgba(240,237,230,1) 66%, rgba(240,237,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,237,230,0)), color-stop(66%,rgba(240,237,230,1)), color-stop(100%,rgba(240,237,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,237,230,0) 0%,rgba(240,237,230,1) 66%,rgba(240,237,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,237,230,0) 0%,rgba(240,237,230,1) 66%,rgba(240,237,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,237,230,0) 0%,rgba(240,237,230,1) 66%,rgba(240,237,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,237,230,0) 0%,rgba(240,237,230,1) 66%,rgba(240,237,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0ede6', endColorstr='#f0ede6',GradientType=0 ); /* IE6-9 */
}


/* Erstes Bild unter Home (KWK-Anlage): */
.wp-image-375
{
    margin-right:40px;
    margin-left:60px;
}

#attachment_366
{
    margin-right:80px;
    margin-left:20px;
    margin-top:35px;
}

.wp-caption
{
    background-color:transparent;
    padding:0;
}
.wp-caption p.wp-caption-text
{
    font-weight:bolder;
}

#attachment_437
{
    margin-right:80px;
    margin-bottom: 40px;
    margin-top: 10px;
    border: none;
    height: 250px;
}

.watermark
{
    opacity: 0.3
}

.ImageWrapper
{
    text-align:center;
}

.BlocksatzLinks
{
	 width:600px;
	margin-right:300px;
}

.BlocksatzRechts
{
	 width:600px;
	margin-left:300px;
}

.copyright
{
    width:45%;
    margin:0;
}

.scroll-top
{
    width:10%;
    margin:0;
}

.powered
{
    width:45%;
    margin:0;
}

#ersterAbsatzHome
{
	width:400px;
}

@media screen and (max-width: 980px) {
.grid, .grid-right {
 float: left; 
max-width:900px;
}



@media screen and (max-width: 920px) 
{
	#produkteBild3
	{
		display:none;
	}

	#BlocksatzLinks
	{
		width:100%;
	}
}

@media screen and (max-width: 620px) 
{
	#produkteBild2
	{
		display:none;
	}
}



@media screen and (max-width: 650px) {
	#MainNavBackground
	{
		display:none;
	}
	.menu li
	{
		display:block;
	}
}


