﻿
/* CSS – contact.css */
/*reset*/




#container3 {
  position: center;
  height:auto;    
  width:auto;  
  margin-left:50px;
  margin-right: 50px;
  margin-top: 2%; 
  margin-bottom: 400px;  
  font-family: 'Roboto', sans-serif, cursiv;
  font-size: 16px;
  color: white;  
  padding-top: 20px;
  padding-right: 180px;
  padding-left: 180px;
  padding-bottom: 20px;  
  text-align: left;
  overflow: auto;
  background-color:transparent; 
  
}
.main_thumb {
     float: right;
     margin: auto;
background-color: black;
filter:alpha (opacity=100); /* IE */
    opacity:1.0; /* allgemein */
    -moz-opacity:1.0 /* Mozilla */
    -khtml-opacity:1 /* KHTML */
    -opera-opacity:1 /* Opera */      
} 

#container4 {
  position: center;
  height:auto;    
  width:auto;  
  margin-left:50px;
  margin-right: 50px;
  margin-top: 100px; 
  margin-bottom: 400px;
  border: 1px;
  border-style: solid;
  border-radius: 8px;
  border-color: #CCCCCC;
  font-family: 'Roboto', sans-serif, cursiv;
  font-size: 16px;
  color: white;  
  padding-top: 20px;
  padding-right: 180px;
  padding-left: 180px;
  padding-bottom: 20px;
  box-shadow:0px 4px 6px white;
  text-align: left;
  overflow: auto;
background-color: #666666; 
  filter:alpha (opacity=60); /* IE */
    opacity:0.6; /* allgemein */
    -moz-opacity:0.6 /* Mozilla */
    -khtml-opacity:0.6 /* KHTML */
    -opera-opacity:0.6 /* Opera */ 

} 


#container500 {
 display: none;
position: auto;
  height:1px;
  width:1px 
 margin-left:99%;
  margin-right: 99%;
  margin-top: 99%; 
  margin-bottom: 99%;  
}

#container501 {
display: none;
position: auto;
  height:1px;
  width:1px 
 margin-left:99%;
  margin-right: 99%;
  margin-top: 99%; 
  margin-bottom: 99%;  
}

#container502 {
display: none;
position: auto;
  height:1px;
  width:1px 
 margin-left:99%;
  margin-right: 99%;
  margin-top: 99%; 
  margin-bottom: 99%;  
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    #container3 {padding-top: 5px;}
    #container3 {font-size: 5px;}
} 

