* { margin:0; padding:0; font-family: Helvetica, Arial;}

body, #wrapper, header, nav, ul, li { margin:0; padding:0;}

body {
 background: #000f56;   
}
h1 {
    line-height:30px;
    text-align: center;
    font-family: open_sanslight, Helvetica, Arial;
    font-size: 40px;
    color: #ffd9b3;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 20px 0 50px 0;
}

#eingang h1.big {
    color: #ffd9b3;
}

#garten h1.big {
    color: #ffffcc;
}

#sonstiges h1.big {
    color: #ffd9b3;
}

.pic {
    display:none;
    }

p.teasertext {;
    text-align:left;
	padding: 20px 0 40px 0;
    color: #ddd;
    line-height:20px;
    font-family: open_sanslight;
	}

p.impressum {;
    text-align:center;
	padding: 20px 0 40px 0;
    color: #ddd;
    line-height:20px;
    font-family: open_sanslight;
	}

a {
	font-family: '1942_report1942_report';
	}
	
a:hover {
	color: #ffb14b;
	}

#wrapper {
	margin: 0 auto;
	max-width: 1400px;
	width:100%;
    text-align: center;	
	line-height: 0;
	}

.bannerbild {
	max-width: 1400px;
	width:100%;
	position:relative;		
	}

.bannerbild_klein {
	display: none;
	}

.rechts {
	width: 60px;
	float:right;
	}

#container_1 {
  background: url(../pics/back-eingang.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    line-height: 0;
    max-width: 1400px;
	width:100%;
	position:relative;
    text-align: center;
    }


#container_2 {
  background: url(../pics/back-garten.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    line-height: 0;
    max-width: 1400px;
	width:100%;
	position:relative;
    text-align: center;
    }

#container_3 {
  background: url(../pics/back-sonstiges.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    line-height: 0;
    max-width: 1400px;
	width:100%;
	position:relative;
    text-align: center;
    }

#container_4 {
  background: url(../pics/back-impressum.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    line-height: 0;
    max-width: 1400px;
	width:100%;
	position:relative;
    text-align: center;
    }

#infolink_1    {
	position:absolute;
    top:0;
	max-width: 400px;
	width:100%;
	height:20%;
	margin: 0 auto;
	background-color: #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    -moz-box-shadow: -10px -10px 10px #fdfdfd ,
                10px 10px 10px #000;
    -webkit-box-shadow: -10px -10px 10px #fdfdfd ,
                10px 10px 10px #000;
    box-shadow: -4px -4px 8px #fdfdfd,
                5px 5px 8px #000;
	}

#eingang, #garten, #sonstiges {
    position: relative;
    top:0%;
    max-width: 1000px;
	width:70%;
	margin: 0 auto;
	padding-top: 0;
	text-align: center;	
	background: transparent;
	}
	
#teaser_1, #teaser_2, #teaser_3, #teaser_4, #teaser_5, #teaser_6, #teaser_7, #teaser_8, #teaser_9, #teaser_10  {
	max-width: 600px;
	width: 42.86%;
	padding: 0;
	}

#teaser_3, #teaser_9, #teaser_10 {
    padding: 0 0 10% 0;
}
	
.left {
	float:left;
	}

.right {
    float:right;
	}

.mittig {
    float:none;
    text-align: center;
    margin: 0 auto;
}
	
.teaserbild {
	max-width: 600px;
	width: 100%;
	}
	


nav, .navbar-toggle{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


nav{
    position: fixed;
    z-index: 10;
    background: rgba(100, 40, 250, 0.60);
    max-width: 1400px;
    width: 100%;
    min-height: 40px;
    text-align: center;
    display: table;
    color: white;
}

.nav-hide{
    display: none;
}

.klein {display:none;}



nav ul{
	display:block;
	list-style: none; 
    vertical-align: middle;
	text-align: center;
}

nav ul li{
       line-height: 3em;
       display: inline;	
}

nav ul li a{
    font-size: 1.7em;
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    padding: 0 20px 0 0;
}

.navbar-toggle{
    position: fixed;
    
    top: 15px;
    width: 40px;
    height: 40px;
    z-index: 20;
    cursor: pointer;
}

.bar1, .bar2, .bar3{
    width: 90%;
    height: 5px;
    margin-bottom: 5px;
    background-color: #ccc;
    -webkit-transition: all 0.4s ease-in-out;
    /* Safari */
    transition: all 0.4s ease-in-out;
}

.kreuz1 {
  	position: absolute;
    width: 90%;
    height: 5px;
	top: 10px !important;
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg); 
    background-color: #3aabdb;
}

.kreuz3 {
	position: absolute;
    width: 90%;
    height: 5px;
	top: 10px !important;
	-webkit-transform: rotate(-225deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-225deg); 
    background-color: #3aabdb;
}

.kreuz2{
    background-color: transparent;
}

.navbar-on .bar1, .navbar-on .bar2, .navbar-on .bar3 {
    background-color: #ccc;
}

.navbar-on .bar1{
	position: absolute;
	top: 0px !important;
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);
}

.navbar-on .bar3{
	position: absolute;
	top: 20px !important;
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);
}


.navbar-on .bar2{	
    position: absolute;
	top: 10px !important;
    margin-bottom: 5px !important;
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);;
}
  
.anker{
    color: #000; 
    padding:0;
    float:right;
    }

.abstand {
    height:700px;
    max-width:1400px;
    width:100%;
    background: url(../pics/back-impressum.jpg) no-repeat top center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

    }


    
.bleibe{
      overflow: hidden;
      position: fixed;
      top: 80%;
      margin-left:-12%;
      width: 10%;
    }

@media screen and (max-width: 768px) {
        
.rechts {
	width: 40px;
	}

.bar1, .bar2, .bar3{
    width: 60%;
    height: 4px;
}
    
.kreuz1 {
    width: 60%;
    height: 4px;
	top: 8px !important;
}

.kreuz3 {
	position: absolute;
    width: 60%;
    height: 4px;
	top: 8px !important;
}
    
.navbar-on .bar3{
	position: absolute;
	top: 16px !important;
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);
}

.navbar-on .bar2{	
    position: absolute;
	top: 8px !important;
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);;
}
	
ul {
	padding: 1% 0 1% 0;
	}
	
li {
	display: block !important;
	padding: 0 0 0 0%;
	line-height: 150% !important;
	}
    
.big {display:none;}
    
.show {
   visibility: hidden; 
}
    
.hide {
   visibility:visible; 
}
    
.klein {display:block;}
    
#garten h1 {
    color: #ffffcc !important;
}
		
}

@media screen and (max-width: 600px) {
       
h1 {
    line-height:30px;
    text-align: center;
    font-size: 38px;
    color: orange;
    letter-spacing: 0.1em;
    padding: 20px 0 18px 0;
}
    
.pic {
    max-width: 373px;
    width: 100%;
        display:block;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    }
    
    h1.klein {
        display:none;
    }
    
p.teasertext {;
display:none;
	}
    
#teaser_1, #teaser_2, #teaser_3, #teaser_4, #teaser_5, #teaser_6, #teaser_7, #teaser_8, #teaser_9, #teaser_10 {
	max-width: 600px;
	width: 100%;
    float: none;
	padding: 20px 0 20px 0;
	}
	
ul {
	padding: 1% 0 1% 0;
	}
	
li {
	display: block !important;
	padding: 0 0 0 0%;
	line-height: 150% !important;
	}
    

		
}
