/* *** gte 1024 ***/
@media screen and (min-width: 1024px) {
    #tablet_alle_rechte{
        display: none;
    }
    #main_container_gruen{
    	display: block;
        position: absolute;
        box-sizing: border-box;
        
        width: 900px;
        height: 460px;
        
        left: 50%;
        margin-left: -450px;
        top: 50%;
        margin-top: -230px;
        
        border: 10px solid #ffffff;
        
        background-color: #e4f4d9;
        
        background-image: url(../img/desktop/content_bg_gruen.jpg);
        background-position: 0px 43px;
        background-repeat: no-repeat;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #dr_iur{
     	display: block;
        position: absolute;
        box-sizing: border-box;
        
        left: 170px;
        top: 49px;
        
        font-family: "times New Roman", serif;
        color: #e1e7df;
        font-size: 35px;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #hans_henzen{
     	display: block;
        position: absolute;
        box-sizing: border-box;
        
        left: 224px;
        top: 52px;
        
        font-family: "Times New Roman", serif;
        color: #e1e7df;
        font-size: 95px;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #desktop_alle_rechte{
    	display: block;
        position: absolute;
        box-sizing: border-box;
        
        top: 162px;
        left: 224px;
        width: 640px;
        
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
        color: #e1e7df;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #home_inhalt_container{
    	display: block;
        position: relative;
        box-sizing: border-box;
        
        width: 880px;
        height: 189px;
        
        top: 232px;
        
        padding-left: 170px;
        padding-top: 27px;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    
}
/* *** gte 768 ***/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #desktop_alle_rechte{
        display: none;
    }
    #main_container_gruen{
    	display: block;
        position: absolute;
        box-sizing: border-box;
        
        width: 768px;
        height: 904px;
        
        left: 50%;
        margin-left: -384px;
        top: 0px;
        
        border: 10px solid #ffffff;
        
        background-color: #e4f4d9;
        
        background-image: url(../img/tablet/content_bg_gruen.jpg);
        background-size: 748px auto;
        background-position: 0px 51px;
        background-repeat: no-repeat;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #dr_iur{
     	display: block;
        position: absolute;
        box-sizing: border-box;
        
        left: 91px;
        top: 88px;
        
        font-family: "times New Roman", serif;
        color: #e1e7df;
        font-size: 35px;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #hans_henzen{
     	display: block;
        position: absolute;
        box-sizing: border-box;
        
        left: 144px;
        top: 91px;
        
        font-family: "Times New Roman", serif;
        color: #e1e7df;
        font-size: 95px;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #home_inhalt_container{
    	display: block;
        position: relative;
        box-sizing: border-box;
        
        width: 748px;
        height: 189px;
        
        top: 668px;
        
        padding-left: 90px;
        padding-top: 27px;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #tablet_alle_rechte{
    	display: block;
        position: absolute;
        box-sizing: border-box;
        
        width: 320px;
        left: 144px;
        
        margin-top: 215px;
        margin-left: 220px;
        
        font-weight: normal;
        font-size: 15px;
        line-height: 1.5;
        font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
        color: #e1e7df;
        
        behavior: url(../_pie_2/PIE.htc);
    }
}
/* *** gte 320 ***/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #desktop_alle_rechte, #tablet_alle_rechte {
        display: none;
    }
    #main_container_gruen{
    	display: block;
        position: absolute;
        box-sizing: border-box;
        
        width: 100%;
        height: 500px;
        
        border: 10px solid #ffffff;
        
        background-color: #e4f4d9;
        
        background-image: url(../img/smartphone/content_bg_gruen.jpg);
        background-size: 100% auto;
        background-position: 0px 81px;
        background-repeat: no-repeat;
        
        behavior: url(../_pie_2/PIE.htc);
    }
    #dr_iur{
     	display: none;
    }
    #hans_henzen{
     	display: none;
    }
    #home_inhalt_container{
    	display: block;
        position: relative;
        box-sizing: border-box;
        
        width: 100%;
        height: 189px;
        
        top: 322px;
        
        padding-left: 10px;
        padding-top: 27px;
        
        behavior: url(../_pie_2/PIE.htc);
    }
}
