/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
  position: relative;
  width: 100%;
  min-height:650px;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; 
  background:url(../img-harald-siegle-berlin/hg-html.jpg) bottom center repeat;
  border-bottom: #1036c1 4px solid;
border-top: #1036c1 4px solid;



  }
 
 .bild {border-bottom:5px #C01D34 solid;} 
 
.column,
.columns {
  width: 28%;
  margin:1%;
  float: left;
  box-sizing: border-box; }
 
 .row {padding-left:20px;} 


/* For devices larger than 400px */
@media (min-width: 400px) {
	h1 { font-size: 1.5em !important;  color:white !important; margin:4px;}
 .container {
    width: 100%;
    padding: 0; }
.six.columns                    { 
	width: 30%; 
        }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
		h1 { font-size: 1.5em !important;  color:white !important; margin:4px;}

  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
	
  .six.columns   { max-width: 12.3%;     
 /* margin:5px 20px 5px 20px;*/
       }
	   
  /* Offsets */

  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }


}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

body {background:#595959;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {width:100%;
height:auto;
}

#bildhg {background:#c01d34;
color:white;
text-align:center;
letter-spacing:0.75pt;
text-shadow:5px 5px 2px #000;
font-weight:300;
border-radius:10px;
padding-bottom:5px;
-webkit-box-shadow: 5px 7px 5px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 5px 8px 5px 0px rgba(0,0,0,0.65);
box-shadow: 5px 8px 5px 0px rgba(0,0,0,0.65);
}

.datenschutz {text-align:center;padding:1%; color:white;}
.datenschutz a {color:white; font-family: 'Raleway';font-weight:300;text-decoration:none;}


/* Über die erste Angabe (10px) rutscht der Textschatten nach rechts und über die nächste Angabe (11px) rutscht der Textschatten nach unten. */

.clear {clear:both;
}
.titel {background:#595959;
text-align:center;
width:100%;
border-top: #c01d34 3px solid;

}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400; 
  letter-spacing:0.75pt;
  }

.weiss {color:white;
text-decoration:none;
}  
  
 h1 { font-size: 2em !important;  color:white; margin:3px;}
 /* iPhone 6 in portrait & landscape
 */
 
 @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	h1 { 
font-size: 1.2em !important;  color:white; margin:3px;}
	}

/* iPhone 6 in portrait & landscape
 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
h1 { 
font-size: 1.5em !important;
.row #bildhg {margin-right:2% !important;
}
}

/* iPhone 6 in landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
h1 { 
font-size: 1.2em !important;
}


p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }





/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }




/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
