
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* COMMON SETTINGS */
/* ---------------------------------------------------------------------------------------------------------------------------- */

img {text-decoration: none; border: 0px}

a:link {
    color: rgb(55,2,111);
}

/* visited link */
a:visited {
    color: rgb(55,2,111);
}

/* mouse over link */
a:hover {
    color: rgb(55,2,111);
}

/* selected link */
a:active {
    color: rgb(55,2,111);
}

a:active {
    outline: none;
}


html,body {

   height: 100%;
   width: 100%;

}

#wrapper {
	width:95%;
	max-width:1024px;	

}

#content_box {
   border-radius: 5px;
   width: 95%;
  background: rgb(160,160,160);
   background: rgba(180,180,180,0.4);	
   margin-top:10px;  
   margin-bottom:80px;  
   padding: 20px; 
   font-family: 'Cantarell';
   font-size:16px;
   align:left;
   min-height: 400px;
   position:relative;
   
}

#content_box_small {
   border-radius: 5px;
   width: 95%;
   margin-top:10px;  
   margin-bottom:10px;  
   padding: 10px; 
   font-family: 'Cantarell';
   font-size:0.7em;
   align:left;
   position:relative;
   
}



#content_box_text {
   width: 70%;	
   margin-bottom:1em; 
text-align: justify; 
}


#content_box_text_gelb {
   width: 50%;	
   margin-bottom:1em; 
text-align: justify; 
 font-size:0.8em;
  background: rgb(231,214,233);
   background: rgba(231,214,233);
	padding: 20px; 
}


h1 {
 font-family: 'Cantarell';
 font-size:2em;
 color:	rgb(87,6,98);
 width: 80%;
text-transform: lowercase;
}

h2 {
 font-family: 'Cantarell';
 font-size:25px;
 color:	black;
 font-weight: bold;
 width: 80%;
 margin-bottom:0em; 
 margin-top:0em; 
}


h0 {
 font-family: 'Cantarell';
 font-size:1em;
 font-weight: bold;
 color:	rgb(242,148,0);
 text-transform: uppercase;

}

#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:15px;
}

#ppicture {
	position:absolute;
	top: 2em;
	right:2em;
	width: 17%;
}

.makierstift {
 	color:	rgb(55,2,111);
}


#header {
	background-image: url("/images/top_app.jpg");
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:145px;
}


#top {
	display: block;

}


#top_app {
	display: none;
}

#menu-punkt {
	background-image: url("/images/back_tile.png");
	width:15%;
	height:30px;
	line-height: 13px;
	font-family:Cantarell;
	font-size:14px;
	float:left;
	margin-top: 20px;
	text-align: center;
	vertical-align:middle;
	padding-top: 13px;

}



#menu-abstand {
	width:2%;
	height:40px;
	line-height: 40px;
	font-family:Cantarell;
	font-size:14px;
	float:left;
	margin-top: 20px;
	text-align: center;
	vertical-align:middle;

}



/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */






/* Smartphones (portrait and landscape) ----------- */
/* z.B. Samsung S7 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

#top {
	display: none;
}

#top_app {
	display: block;
}

h1 {
 font-family: 'Cantarell';
 font-size:35px;
}


h2 {
 font-family: 'Cantarell';
 font-size:45px;
 color:	black;
 font-weight: bold;
 width: 80%;
 margin-bottom:0em; 
 margin-top:0em; 
}

#menu-punkt {
	background-image: url("/images/back_tile.png");
	width:47%;
	height:100px;
	line-height: 100px;
	font-family:Cantarell;
	font-size:14px;
	float:left;
	margin-top: 20px;
	margin-right: 5px;
	text-align: center;
	vertical-align:middle;
}


#menu-abstand {
	width:0%;
	height:100px;
	line-height:100px;
	font-family:Cantarell;
	font-size:14px;
	float:left;
	margin-top: 20px;
	text-align: center;
	vertical-align:middle;
}


#content_box_text {
   width: 100%;	
}

#ppicture {
	position:static;
	left:0em;
	width: 60%;
	aling:center;
}

#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:10%;
}

}



/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */






/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

#top {
	display: none;
}

#top_app {
	display: block;
}






#menu-punkt {
	background-image: url("/images/back_tile.png");
	width:47%;
	height:100px;
	line-height: 100px;
	font-family:Cantarell;
	font-size:14px;
	float:left;
	margin-top: 20px;
	margin-right: 5px;
	text-align: center;
	vertical-align:middle;
}


#menu-abstand {
	width:0%;
	height:100px;
	line-height:100px;
	font-family:Cantarell;
	font-size:14px;
	float:left;
	margin-top: 20px;
	text-align: center;
	vertical-align:middle;
}

#content_box_text {
   width: 100%;	
}

#ppicture {
	position:static;
	left:0em;
	width: 60%;
	aling:center;
}

#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:10%;
}

}



/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */







/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {


#menu-punkt {
font-size:11px;
}



#content_box {
   font-size:12px;
  
}

#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:40px;
}


}



/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */







/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

#menu-punkt {
font-size:11px;
}

#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:40px;
}

}


/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */






/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

#menu-punkt {
font-size:11px;
}


}





/* ---------------------------------------------------------------------------------------------------------------------------- */
/* BLACK - SMALL DISPLAYS */
/* ---------------------------------------------------------------------------------------------------------------------------- */
@media only screen 

and (max-width: 400px) {

#MQ1 {
    width:50px;
    height:50px;
    background: black;  
}


#arrow {
height:30%;
}

#content_box {
 font-size:8px;
  
}

#content_box_text_gelb {
width:80%;
}


h1 {
}
#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:15%;
}


}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */











/* ---------------------------------------------------------------------------------------------------------------------------- */
/* GREEN - SMALL DISPLAYS */
/* ---------------------------------------------------------------------------------------------------------------------------- */

@media only screen 
and (min-width : 400px) 
and (max-width: 700px) {


#MQ1 {
    width:50px;
    height:50px;
    background: green;  
}

#arrow {
height:10%;
}

#content_box {
   font-size:10px;
  
}

#content_box_text_gelb {
width:80%;
}


h1 {

}


#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:6%;
}


}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */









/* ---------------------------------------------------------------------------------------------------------------------------- */
/* GREY - DISPLAYS */
/* ---------------------------------------------------------------------------------------------------------------------------- */

@media only screen 
and (min-width : 700px) 
and (max-width: 1000px) {

#MQ1 {
    width:50px;
    height:50px;
    background: grey;  
}

#arrow {
height:10px;
}

#content_box {
   font-size:12px;
  
}

#content_box_text_gelb {
width:80%;
}

h1 {
}

#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:5%;
}


}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */








/* ---------------------------------------------------------------------------------------------------------------------------- */
/* BLUE - DISPLAYS */
/* ---------------------------------------------------------------------------------------------------------------------------- */

/* Desktops and laptops small ----------- */
@media only screen 
and (min-width : 1000px) 
and (max-width: 1024px) {

#arrow {
height:5%;
}

#MQ1 {
    width:50px;
    height:50px;
    background: blue;  
}

#content_box {
   font-size:14px;
  
}

#content_box_text_gelb {
}

h1 {
}


#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:7%;
}


}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */










/* ---------------------------------------------------------------------------------------------------------------------------- */
/* RED - DISPLAYS */
/* ---------------------------------------------------------------------------------------------------------------------------- */

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {


#MQ1 {
    width:50px;
    height:50px;
    background: red;  
}

#arrow {
height:15px;
}

#content_box {
   font-size:16px;
  
}

#backarrow {
	position:absolute;
	bottom: 1em;
	left:1em;
	width:4%;
}

splay:none; 
}



}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */




