/* Author     : Werbe- und Media- Agentur I. C. Konrad */


#logo {
    position: fixed;
    top: 5px;
    left: 20px;
    width:0px;
}

#logo img {
    width: 0%;
}
#logo_short {
    position: fixed;
    top: 45%;
    left: 2%;
}

#logo_short img {
    width: 100%;
}

.parallax-window {
    min-height: 480px;
    background: transparent;
}

#main-content {
    z-index: 1;
    padding-top: 50px;
    overflow: hidden;
}

#content {
	background: #f6f6f5;
	padding-right: 7%;
}

#sep-under-banner {
    margin-top: -90px;
}

#banner img {
    width: 100%;
    margin-top: 0px;
}


.page-header {
    border: 0;
    margin: 20px 0 10px;
}

#footer {
    background: #f6f6f5;
    min-height: 250px;
    padding-top: 30px;
        padding-bottom: 30px;
}
#breadcrumbs {
    background: #f4f4f3;
    min-height: 30px;
    padding-top: 10px;
    font-size:12px;
}

div.mod-languages ul,
.container ul.lang-inline {
    margin: 0;
    float: left;
    margin-left: 30px;
}

ul.lang-inline li a img {
    line-height: 30px;
    margin-top: 10px;
}

.toogle-box {
    position: relative;
    color: #333;;
    min-height: 10%;
    cursor:pointer;
}


.toogle-box p{
	padding:10px;
	font-size:15px;
	line-height:18px;
	 -ms-hyphens: auto;
    -webkit-hyphens: auto;
     hyphens: auto;
     color:#ccc;
}
.toogle-box a, a:hover, a:active{
color:#aaa;
  text-decoration:none;
}

.toogle-box .toggle-headline{
	padding: 0px;
	 color:#fff;
}

.toogle-box h4 {
  font-size: 17px;
  color: #333;
  font-weight: 100;
  padding:10px;
  margin:0;

}

.toogle-box .img-responsive {
   width: 100%;
   max-width:500px;
}

.toogle-box .toggle-description {
   display: none;
}

.toogle-box:hover h4{
	padding-top:80px;
	color:#fff;
}

.toogle-box:hover .img-responsive {
   width:100%;
   max-width:500px;
}

.toogle-box:hover .toggle-image {
  position: absolute;
  z-index: 100;
}

.toogle-box:hover .img-placeholder {
   display: block;
}

.toogle-box:hover .toggle-description {
  display: block;
}


.toogle-box:hover .toggle-placholder {
 position: absolute;
 top: 80px;
 z-index: 101;
 background-image: url("../img/bogenhintergrund.png");
 background-position: center top;
 background-repeat: no-repeat;
 background-size: 100% auto;
 max-width:500px;
}
.span4{
float:left;
width:31%;
margin-right:2%;
}

.ankerhuelle{
position:relative;
}
.anker{
position:absolute;
top:-100px;
}
.noanker{
position:relative;
}


@media (min-width: 1999px) {
 .toogle-box {
    	min-height: 350px;
   }
   .toogle-box:hover .toggle-placholder {
 		top: 150px;
	}
}

@media (min-width: 1200px) {
 .toogle-box {
    	min-height: 250px;
   }
   .toogle-box:hover .toggle-placholder {
 		top: 70px;
	}
}

@media (min-width: 1199px) {
	.toogle-box {
    	min-height: 350px;
    	}
	.toogle-box:hover .toggle-placholder {
		top: 90px;
	}
}

@media (max-width: 991px) {
	.toogle-box {
		min-height: 450px;
	}
	.toogle-box:hover .toggle-placholder {
		top: 170px;
	}
	
	.toogle-box:hover h4{
		padding-top:120px;
		color:#fff;
	}

.span4{
	float:left;
		width:100%;
		margin-right:0%;
	}
}
@media (max-width: 760px) {
	.toogle-box {
		min-height: 400px;
	}
	.toogle-box:hover .toggle-placholder {
		top: 150px;
	}
	
	.toogle-box:hover h4{
		padding-top:120px;
		color:#fff;
	}

.span4{
	float:left;
		width:100%;
		margin-right:0%;
	}
}

@media (max-width: 568px) {
	.toogle-box {
		min-height: 350px;
	}
	.toogle-box:hover .toggle-placholder {
		top: 90px;
	}
	
	.toogle-box:hover h4{
		padding-top:70px;
		color:#fff;
	}

.span4{
	float:left;
		width:100%;
		margin-right:0%;
	}
}
