.contentRightDivOne font, .contentRightDivtwo font{
	font-size: 13px;
}

p ,font{
    font-family:Helvetica;
    font-size: 15px;
    color: #336699;
}

.contentDiv{
    height: auto;
    width: 70%;
    border: 3px solid #EEEEF8;
    -moz-box-shadow: 4px 4px 3px #D3D3DC;
    -webkit-box-shadow: 4px 4px 3px #D3D3DC;
    box-shadow: 4px 4px 3px #D3D3DC;
    background-color: white; 
    overflow: hidden;
    margin: auto;
    float: left;
    margin-bottom: 15px;
}

.contentDivHeader{
    background-color: #EEEEF8;
    height: 18%;
    width: 100%;
    overflow: hidden;
}
.contentDivHeaderText:first-child{
    font-size: 28px;
}
.contentDivHeaderText{
    font-size: 20px;
    text-align: center;
}
.contentRightDiv{
    float: left;
    overflow: hidden;
    width: 50%;
    height: auto;
}
.contentRightDivOne, .contentRightDivTwo{
    border: 1px solid #EEEEF8;
    margin: 3% 0% 3% 0%;
}

.contentRightDivOne p, .contentRightDivTwo p{
    margin: 1% 1% 1% 1%;
}

.flag{
    margin: 0.5% 1% 0% 0.3%;
}
.contentLeftDiv{
    overflow: hidden;
    float: left;
    width: 50%;
    height: auto;
}
.contentLeftDivOne, .contentLeftDivTwo{
    width: 84%;
    margin: 0 auto;
    margin-top: 2%; 
}
.contentLeftDiv .contentLeftDivOne{
    width: 65%;
    border: 1px solid #EEEEF8;
    margin-top: 3%;
}
.technischeDaten{
    padding: 0;
    border-spacing:0px;
    margin: 0 auto;
}

.contentLeftDivOne img {
    display: block;
    margin: auto auto;
}

/* Ab hier fuer Mobileansicht!*/

@media only screen and (max-width: 767px){
    
    .contentDiv{
    width: 100%;
}
    
    .contentRightDiv{
    width: 100%;
}

.contentLeftDiv{
    width: 100%;
}

.contentDivHeader .contentDivHeaderText{
    font-size: 15px;
}
    
}

/* CSS-Code fuer Produkt_Liste.html
 *
 *
 */

.contentDivListe {
    width: 60%;
    height: auto;
    margin: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: blue;
}

.produktInListe {
    width: 75%;
    height: 20%;
    margin-left: 5%;
    margin-bottom: 1%;
    overflow: hidden;
    background-color: green;
}

.produktbildInListe {
    overflow: hidden;
    width: 40%;
    height: 100%;
    background-color: red;
    float: left;
}

.produktbildInListe img {
    width: auto;
    margin-left: 12%;
}

.produktInListeBeschreibung {
    float: left;
    width: 60%;
    height: 100%;
    background-color: yellow;
}

.produktInListeBeschreibung p, .produktInListeBeschreibung h4  {
    
    display: block;
    margin-left: 8%;
    
}

@media only screen and (max-width: 320px){
    
    .contentDivHeader{
        height: 25%;
    }
    
}

@media only screen and (min-width: 1280px) and (max-width: 1280px;){
    
    .contentDivHeader{
        height: 25%;
    }
    
}



