.appicon{
    width: 30%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.appicon img{
    width: 100%;
    height: auto;
}

.apptext{
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: normal;
    font-size: 130%;
    color: #888a78;
}


.apptext:after{
    border: none !important;
}

.burgeradd{
    width: 100%;
    text-align: center;
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 40px;
}

#menuToggle{
    display: block;
    position: absolute;
	top: 20px;
    right: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

ul{
	margin: 0;
	padding: 0;
}
	
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;  
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 30px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  background: #9d9d9c;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFFFFF;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: fixed;
    width: 100vw;
    margin: 0;
    padding: 2.5vw;
    padding-top: 50px;
    background: #1b1c1d;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    height: calc(100vh - 100px) !important;
    font-size: 22px;
    top: 0px;
    right: 0px;
    overflow-y: scroll;
    padding-bottom: 50px;
}

#menu li{
    padding: 0px 35px;
    font-size: 25px;
    color: #FFFFFF;
    text-align: left;
	background-image: none;
	width: 100%;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 0.95;
  text-align: center;
}

.klikka:active ~ ul{
  transform: scale(1.0, 1.0);
  opacity: 0.95;
      
}

#menu a{
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    font-family: 'Roboto Condensed', sans-serif !important;
}

#menu a:hover{
  color: #AEA171;
}





@media only screen and (max-width: 1400px){

	#content {
    	width: 90vw;
    	margin-left: 5vw;
	}
	
	#content-left {
    	width: calc(90vw - 300px);
	}
	
	#naviscreen {
    	margin-left: 5vw;
    	width: 90vw;
	}
	
	.sf-menu li {
    	border-bottom: 6px solid;
    	width: 8vw !important;
	}
	
	#footerskyline{
		background-position: -10vw;
	}

}


@media only screen and (max-width: 1048px){
    #naviscreen {
        display: none;
    }
    
    .articlelistContent {
        width: 100%;
    }
    
    .articlelistMore {
        float: left;
    }
    
    #navimobile{
        display: unset;
    }
    #skyline{
        display: none;
    }
    .topper {
        transition: all 0.3s;
        width: 100%;
        height: 70px;
    }
    #logo-mobil img{
		height: 100px;
        margin-top: 0px;
    }
    #logo-mobil{
        z-index: 1000;
		margin-left: 5%;
    }
    
    .nivo-caption h2{
        font-size: 5vw !important;
        text-align: center;
        margin: 0 !important;
    }
    
    #content {
        width: 94vw;
        margin-left: 3vw;
        margin-top: 75px;
    }
    #content-left {
        top: 0px;
        width: 100%;
		margin-bottom: 0;
	    min-height: unset;
		height: auto;
    }
    #content-right{
        display: inline-block;
		width: 100%;
		height: auto;
    }
	
	#content-right h6{
		width: calc(100% - 30px);
	}
	
	#content-right p {
    	font-size: 125%;
	}
    .articulate-area {
        text-align: center;
    }
    
    .twonewsItem {
        width: 100%;
    }
    
    h1{
        margin: 20px 0px 20px 0px !important;
        text-align: left;
    }
    
    h4 {
        width: auto;
    }
    
    #standardtext {
        width: 100%;
        font-size: 125%;
    }
    #textsizer {
        display: block;
        margin-bottom: 5px;
    }
    
    #secondevider{
        display: none;
    }
    .bwcontrast #logo-mobil img{
        filter: grayscale(1) contrast(2);
    }
    #footer {
        height: unset;
    }
    
    .nivo-caption{
        position: unset !important;
        text-align: center;
        padding: 3% !important;
        line-height: 1.5;
    }
    
    #onefoot {
        width: 90vw;
        margin-left: 5vw;
        margin-top: 20px;
    }
    #twofoot {
        width: 90vw;
        margin-left: 5vw;
    }
    #threefoot {
        width: 90vw;
        margin-left: 5vw;
    }
    #fourfoot {
        width: 90vw;
        margin-left: 5vw;
    }
    #fivefoot {
        width: 90vw;
        margin-left: 5vw;
    }
    #nivowrapper {
        width: 100%;
    }
    .newsItem {
        width: 100%;
    }
    .newsItem h2 {
        height: unset;
        font-size: 7vw !important;
    }
	
	.newsItem h2 p{
        height: unset;
        font-size: 7vw !important;
    }
    .newsItem img {
        float: unset;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 5px;
    }
    h5 {
        font-size: 25px !important;
        text-align: left;
        hyphens: auto;
        margin: 0;
    }
    #logoBottom{
        
    }
    
    .newstxtthree {
        font-size: 100%;
        line-height: 1.65;
    }
    
    .preadmore {
         width: 100%;
        text-align: left;
        padding-top: 20px;
    }
    
    .newsItem p a, .newsItem p a:visited {
        font-size: 4vw;
        font-weight: bold;
    }
	
	#footerskyline{
		background-image: url(../images/footerskyline-center.png);
    	background-size: auto 100px;
    	background-position: center;
	}
    
}

@media only screen and (max-width: 720px){

	#content-left img{
		width: 100%;
		height: auto;
	}
	
	.dink-bild-rechts {
		display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}

.dink-bild-rechts img {
    width: 100%;
    height: auto;
}

.dink-bild-links {
display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}

.dink-bild-mitte {
display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}

.dink-bild-mitte img{
display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}

.dink-bild-rechts-unterschrift {
display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}

.dink-bild-rechts-unterschrift img {
display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}

.dink-bild-links-unterschrift {
display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}

.dink-bild-mitte-unterschrift {
display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}

.dink-bild-mitte-unterschrift img{
display: table-caption;
    	float: left;
    	margin-right: 0px;
		width: 100%;
}
		

}