@font-face{
    font-family: 'romp_proregular';
    src: url('../fonts/romppro-webfont.eot');
    src: url('../fonts/romppro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/romppro-webfont.woff') format('woff'),
         url('../fonts/romppro-webfont.ttf')  format('truetype'),
         url('../fonts/romppro-webfont.svg#romp_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}  


@font-face {
 font-family: 'SpeedyCasual';
 src: url('../fonts/SpeedyCasual.eot');
 src: url('../fonts/SpeedyCasual.eot?#iefix') format('embedded-opentype'),
 url('../fonts/SpeedyCasual.woff') format('woff'),
 url('../fonts/SpeedyCasual.ttf') format('truetype');
 }

html{
  }

body{
  font-family: 'SpeedyCasual';
  font-size:1.3em;
  background: url(../img/papier.jpg) top left repeat;
  
}

header{
  margin-bottom:50px;
  z-index: 1;
}

header img{
  margin: 0 auto;
  width:100%;
  height:auto;
}

article img{
  width:100%;
 height:auto;
}
h1, h2, h3, h4 {
font-family: 'romp_proregular';   
font-weight:normal;
margin: 0px;
}

a {
color: #e30613;
text-decoration: none;	
	}

h1 {
  font-size: 3.8em;	
}
	
p {
margin: 0;
}

.red {
color: #e30613;
}
.big {
  font-size: 2.5em;
}

.bigger {
	
	font-size: 5.5em;
	}
	
.small {
  font-size: 2em;
		
}

.subhead {
  color: #e30613;
  font-size: 0.80em;
}

.m{
  text-align:center; 
}
.bg {
  background:url(../img/bg_spalte.png) repeat-x;
  /* padding: 2px; */
}	

#main-nav{
  margin: 10px 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index:2;
}
#main-nav.fixed {
  position: fixed;
  top:350px;
  left:50px;
}
#main-nav ul li {
  list-style: none;
  margin-bottom:5px;
 }
#main-nav li a {
  text-decoration:none;
}
#main-nav li a:hover{
  text-decoration:none;
}

space {
	margin-top: 50px;
	}

section {
  border:1px solid transparent;
  margin: 0;
}
.hidden{
  display:none;
}
.klicker{
  cursor:pointer;
}
.ml20{
  margin-left:20px;
}
.mr20{
  margin-right:20px;
}
.mt40{
  margin-top:40px;
}
.mt20{
  margin-top:20px;
}
.mtb10{
  margin: 10px 0 10px 0;
}
.mtb20{
  margin: 20px 0 20px 0;
}
.mtn{
	margin-top: -30px;
	}
#footer{
  padding:0;
  min-height:45px;
}
#footer  a{
  color:black;
  text-decoration:none;
}

/* -------- Tooltips Navi ------- */

#tooltip_container {
  font-family: 'romp_proregular'; 
  color:black;
  position: absolute;
  display: none;
  padding: 5px;
  background: url(../img/papier.jpg);
}

.tooltip-source-html { display: none; }

.tooltip-html{}

.cl{
  /* color:#f7daa4; */
  color:red;
  font-weight:bolder;
}

.pl{
  /* adapt in mediequeries */ 
  padding-left:40px;
}

.brd-r{
 padding-right: 20px;
 border-image-source: url(../img/testBorder.png);
 border-image-width: 5px;
 border-image-repeat:repeat;
 border-image-slice: 50 50 0 0; 
}
.light-blue-gradient{
  padding:5px;
  border-bottom: 3px solid rgba(255,255,255,0.75);
  background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(191,231,226,0.45) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(191,231,226,0.45)));
  background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(191,231,226,0.45) 100%);
  background: -o-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(191,231,226,0.45) 100%);
  background: -ms-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(191,231,226,0.45) 100%);
  background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(191,231,226,0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#73bfe7e2',GradientType=0 );
}

.sample-work{
  display:none;
}
#mobile-nav{
  display:none;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 20px 20px;
  background: url(../img/nach-oben.png) no-repeat;
}
#scrollUp:hover{

  background: url(../img/nach-oben-rot.png) no-repeat;
}

/* ----------- Mobile Menu Select Box ---------- */

.select-wrapper select { 
    moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* background-color: rgba(71,123,129,.70); */
    background-color: transparent;
    border-radius: 5px;
    /* box-shadow: inset 0 0 10px #444; */
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    width: 100%;
    color: black;
    border:thin solid red;
    font-size: 24px;
    font-weight:bolder;
}


/* ----------- #Media Queries ----------- */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 #main-nav{
   display:none;
 }
  
 #mobile-nav{
   display:block;
 }
}

/* iphone 5 portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) 
and (orientation : portrait) { 
 #main-nav{
   display:none;
 }
  
 #mobile-nav{
   display:block;
 }

} 
/* 320px breit, kleine Phones */

 @media only screen and (min-device-width: 320px) and (max-width: 320px){ 
   #main-nav{ 
     display:none; 
   } 
   #mobile-nav{ 
   display:block;
 }
 #tooltip_container{
 }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
 #main-nav{
   display:none;
 }
 #mobile-nav{
   display:block;
 }
 #tooltip_container{
 }
 img.xing {
  height: 104px;
  width: 220px;
	
}
 }



/* small tablets 600 * 800 */
@media only screen and (min-device-width:600px) and (max-width:800px){
  #main-nav{
    display:none;
  }
  #mobile-nav{
   display:block;
  }

}
/* ipad quer */
@media only screen and (min-device-width:768px)  and (max-width: 1024px)
{
  /* geht leider nicht mehr mit der normale Nav. 
    #main-nav.fixed {
      position: fixed;
      top:250px;
      left:0;
    }
 *** */
 #main-nav{
   display:none;
 }
 #mobile-nav{
  display:block;
 }
}
