@media (orientation: portrait) {
    .landscape {
        visibility: hidden;
    }
}

@media (orientation: landscape) {
    .portrait {    
        visibility: hidden;
    }
}
/* Smaller screen / tablet+phone / 480px to 759px */
@media (max-width: 995px) {
	.landscape {
        visibility: hidden;
    }
	.portrait {    
        visibility: visible;
    }
	.logo {
		max-width: 150px !important;
		margin-left: 10px !important;
		margin-top:10px !important;
	}
	.infobild {
		margin-left:0px !important;
		margin-top: 15% !important;
		max-width: 65% !important;
	}

}

.igel {
        padding-top:0px !important;
        padding-bottom:0px !important;
        padding-left:2em;
        /*padding-right:3.2em;*/
        border-bottom: 0px !important;
        margin-left:-8vh; 
      }
	  
.igel1 {
        padding-top:0px !important;
        padding-bottom:0px !important;
        padding-left:2em;
        /*padding-right:3.2em;*/
        border-bottom: 0px !important;
        margin-left:-9vh; 
      }

.fullMenu {
    right:0px; 
    height: 100%;
    max-width: 259px; 
    width: 20%; 
    position:fixed; 
    background-image: url('../img/back_side01.png'); 
    background-repeat: vertically; 
}

.fullMenuItem {
    margin-left:5px; 
    right:0px;
}

.fullMenuItem.out {
    margin-top:-50px;
}

.fullMenuItemButton {
    height: 4vh; 
    width: 100%; 
}

.fullMenuPortrait{
/*    bottom:0px; */
    width: 100%; 
    height: 50px; 
    position:fixed;
	bottom: 20px; 
	left: 20px;
}

.fullMenuItemPortrait {
    float: left;
}

.loadingScreenDiv {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FFFFFFaa;
}

.loadingScreenImage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    margin-top: -46px;
}

.loadingScreenProgressbar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: 40px;
    width: 250px;
    height: 10px;
    background-color: #999999;
}

.loadingScreenProgressbar.progress {
    background-color: rgba(255, 0, 13, 0.9);
}