.smartphone { display: none; }


@media only screen and (max-width : 1200px) { 
  #menue h2 { font-size: 2.4em; }
	.nav li a {
    font-size: 1.4em;
    letter-spacing: 0px;
    padding: 13px 3px 11px 3px;
    margin: 0px 4px 0px 4px;
	}
}

@media only screen and (max-width : 1023px) {
  body { font-size: 95%; }
  
  .iconlinks {
    margin-top: 25px; margin-right: 10px;
  }
  .iconlinks a {
    width: 30px;
    height: 33px;
    background-position: 50% 50%; 
    background-size: cover;  
  }
  
  .iconlinks a:first-child {
    margin-bottom: 14px;
  }
  
  #topmenu {
    margin-top: 30px; 
    margin-right: 10px;
  }
  
  .nav li a {
    height: 20px; 
    font-size: 1.5em;
  }
  
  #menue h2 { font-size: 2.2em; }
}





@media only screen and (max-width : 879px) {

  .iconlinks {
    margin-top: 25px; margin-right: 10px;
  }
  .iconlinks a {
    width: 30px;
    height: 33px;
  }
  
  .iconlinks a:first-child {
    margin-bottom: 14px;
  }
  
  
  #topmenu {
    margin-top: 35px; 
  }
  
  .nav li a {
    padding: 13px 3px 8px 3px;
    margin: 0px 4px 0px 4px;
		
		height: 18px; 
    font-size: 1.1em;
  }
  
  .comptable th, .comptable td  {
    text-align: center;
    height: 60px;
  }

  .comptable td {
    padding: 2px;
    font-size: 0.8em;
  }

	.rstop .rstoptitle { font-size: 14px; }
	
  a.gmlink {
    width: 90px;
    height: 24px;
    padding-top: 8px;
    border-radius: 5px;
  }
  a.gmlink:hover {
    box-shadow: -2px -2px 5px #181818 inset, 2px 2px 5px #181818 inset;
    width: 88px;
    height: 22px;
    padding-left: 2px;
    padding-top: 10px;
  }

  #menue h2 { font-size: 2.0em; }
}






@media only screen and (max-width : 760px) {
  .screen 	{display: none;}
	.smartphone { display: block; }
	
	h1, h2, h3 , #flytitle { font-size: 18pt; }
	
	.tricol { margin-bottom: 20px; }
	
	.tricol .tcol {
		display: block;
		margin: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	 
	
	#foomenue .itemtitle { height: auto;	}
	#foomenusuppdr { margin: 0;}
	#foomenusuppdr h3 { margin-bottom: 0.2em; }
	
  
  .title, .wtitle, .pwtitle  {
    width: 80%;
    padding: 2%;
  }
  .wtitle, .pwtitle  {
    width: 90%;
  }
  
  #titlestrip {
    margin-bottom: 5%; 
    height: 95px; 
    padding: 0px 20px; 
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
  }
  
  #logodiv {
    top: -10px; 
    left: 5px; 
  }
  
  #logo {
    height: 115px;
  }
  
  .nav li a {
    padding: 10px 3px 5px 3px;
    height: 23px; 
    font-size: 1.2em;
  }
  
  
  #menue h2 { font-size: 1.8em; }
	
	.rstop { width: 26%; margin-right: 15px;}
}






@media only screen and (max-width : 570px) {
  body, input, textarea { font-size: 80%; }
  
  input[type="text"], input[type="email"], textarea, select {
      border-radius: 2px;
      margin-bottom: 2px;
      padding: 2px;
  }

  input[type="text"], input[type="email"] {
      line-height: 16px;
      height: 16px;
  }

  input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
     box-shadow: 0 0 2px rgba(95, 169, 212, 0.8);
  }

  h1,h2 { margin: 2px 0px 4px 0px; }
  h3 { margin: 2px 0px 3px 0px; }
  
  .navicon {
    width: 3.1em;
  }
  
  .navicon:before {
    top: .69rem;
  }
  #toptitle {height: 55%; }
  
 
  #footer {
    padding: 30px 0px;
  }
  
  #fcontent a {
    margin-right: 10px;
  }
  
  #up {
    bottom: 10px;
  }

  
  #rightcontent { width: 305px; }

  #rightcontenttop, #fbbox { padding: 5px 8px; }
  #rightcontenttop { 
    margin-top: 40px;
    margin-bottom: 15px;
  }

  #fbbox { 
    height: 220px; 
  }
  
  /** NAVIGATION TOP MENU **/
  #smenu label { 
    padding: 3.5% 4.5%;
  }
  
  #topmenu {
    margin-top: 30px; 
    margin-right: 10px;
  }
  
  .nav {
    height: 30px;
  }
  
  .nav li a {
    padding: 3px 3px 8px 3px;
    height: 18px; 
  }
  /** NAVIGATION TOP MENU - ENDE **/


  /** ICON-LINKS **/
  .iconlinks {
    margin-top: 15px; margin-right: 10px;
  }
  .iconlinks a {
    width: 25px;
    height: 28px;
  }
  
  .iconlinks a:first-child {
    margin-bottom: 10px;
  }
  
  
  /** Table für CSV Daten **/
  .comptable th, .comptable td  {
    text-align: center;
    height: 60px;
  }

  .comptable td {
    padding: 2px;
    font-size: 0.7em;
  }
	
	.rstop .rstoptitle { font-size: 12	px; }

  a.gmlink {
    width: 65px;
    height: 22px;
    padding-top: 8px;
    border-radius: 5px;
  }
  a.gmlink:hover {
    box-shadow: -2px -2px 5px #181818 inset, 2px 2px 5px #181818 inset;
    width: 63px;
    height: 20px;
    padding-left: 2px;
    padding-top: 10px;
  }
  /** Table für CSV Daten ENDE **/
  
  
  
  
}




@media only screen and (max-width : 460px) {
	h1, h2, h3 , #flytitle { font-size: 14pt; }
	
  .wtitle, .pwtitle  {width: 95%; }
  
  .comptable td {
    font-size: 0.6em;
  }
  
  a.gmlink {
    width: 60px;
    height: 18px;
    padding-top: 6px;
    border-radius: 5px;
  }
  a.gmlink:hover {
    width: 58px;
    height: 16px;
    padding-left: 2px;
    padding-top: 8px;
  }
  
  #menue h2 { font-size: 1.5em; }
}



