/* 

font-family: 'Montserrat', 700, sans-serif;
API docs
CSS Document */
@font-face {
    font-family: LiberationMono;
    src: url( "font/LiberationMono/LiberationMono-Regular.ttf") /* TTF file for CSS3 browsers */
}

Download all

/*cookies*/

  body {
      background: #eee;
      font-size: 16px;
	 
    }

body { overflow-x:hidden; }

	#footer-cookie,
 	 #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #000000;
      color: #ffffff;
    }
    
    #footer-cookie a {
      color: #FFFFFF;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }

/*cookies ende*/



a:hover {
        
        background-color: none;
        text-decoration: none;
}
a:link {
      
        text-decoration: none;
}

html {
        scroll-behavior: smooth;
      }

a.white:link {color: #FFFFFF; }
a.white:visited {color: #FFFFFF; }
a.white:hover {color: #DBDBDB; }
a.white:focus {color: #FFFFFF; }
a.white:active {color: #FFFFFF; }

a.grey:link {color: #FFFFFF; }
a.grey:visited {color: #FFFFFF; }
a.grey:hover {color: #000000; }
a.grey:focus {color: #FFFFFF; }
a.grey:active {color: #000000; }

a.black:link {color: #000000; }
a.black:visited {color: #000000; }
a.black:hover {color: #FFFFFF; }
a.black:focus {color: #000000; }
a.black:active {color: #FFFFFF; }


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#background-video {
  	height: 100vh;
  	width: 100vw;
  	object-fit: cover;
	position: absolute;
 	top: 0;
	left: 0;
	z-index: -3;
}

#spacer {
	height: 100vh;
	vertical-align: middle;
}

.extra { 
    display: none;
}

p:hover .extra {
    display: inline-block;
}


#pfeil {
	 position: absolute;
    bottom: 4vw;
}


#padder1 {
	padding: 4vw;
	
}

#padder {
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 1vw;
}

#toppadder{
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 4vw;
}

.container {
  position: relative;
	float: left;
	margin-bottom: 1vh;
	justify-content: flex-start;
}


.image {
    width: 33.33%;
    height: auto;
	vertical-align: middle;
}

.image1 {
    width: 33.33%;
    height: auto;
	vertical-align: middle;
}

@media (max-width: 700px) {
	.image {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	.image1 {
		display: none;
	}
	
}

@media only screen and (max-width : 667px) {
	.image {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	.image1 {
		display: none;
	}
	
}

.overlayer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.3);
}

.container:hover .overlayer {
  opacity: 0;
}

.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


#inhalt {
	width: 100%;
	max-width: 1500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}



#footer {
	background-color: rgba(0, 0, 0, 1);
	width: 100%;
	height: 3px;
}


/*Random Collage */

.containerer{
  position:relative;
  padding: 30px 7vw;
}
.random-collage{
  background-image: url("../../www.robertkirschner.de/index/pic/me/collage/collageBW.jpg");
  background-size:cover;
  position: relative;
  overflow:hidden;
  height:600px;
  width:900px;
  margin:0 auto;
}

@media(max-width: 992px){
  .random-collage{
    width: 600px;
    height: 300px;
  }
}

.random-collage a {
        position:absolute;
        width: 25%;
        height: auto;
        filter: grayscale(100%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.random-collage a:hover {
   filter: grayscale(0%);
 }

.random-collage a img{
  width:100%;
  height: auto;
}


.random-collage:after {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url('https://s3-us-west-2.amazonaws.com/asap-mob/asap-texture.png');
  background-size:cover;
  opacity:0.8;
}

/*Bottom Group*/
  /*Ant*/
  .random-collage a.mem-1{
    bottom:-50px;
    left:0;
    z-index:2;
  }

  /*Illz*/
  .random-collage a.mem-4{
    bottom:-20px;
    left:25%;
    z-index:2;
  }

  /*Bari*/
  .random-collage a.mem-2{
    bottom:-20px;
    left:45%;
    z-index:3;
    width:30%;
  }

  /*Nast*/
  .random-collage a.mem-7{
    bottom:-30px;
    left:60%;
    z-index:3;
    width:40%;
  }

/*Middle Group*/
  /*Lou Banga*/
  .random-collage a.mem-5{
    top:15%;
    left:0;
    z-index:1;
  }

  /*Tyy*/
  .random-collage a.mem-11{
    top:20%;
    left:15%;
    z-index:1;
    width:30%;
  }

  /*Rocky*/
  .random-collage a.mem-9{
    top:20%;
    left:35%;
    z-index:2;
    width:33%;
  }

  /*Melo*/
  .random-collage a.mem-6{
    top:29%;
    left:60%;
    z-index:3;
  }

  /*Relli*/
  .random-collage a.mem-8{
    top:20%;
    left:71%;
    z-index:2;
  }

/*Top Group*/
  /*Ferg*/
  .random-collage a.mem-3{
    top:2%;
    left:35%;
    z-index:2;
    width:30%;
  }

  /*Twelvyy*/
  .random-collage a.mem-10{
    top:5%;
    left:60%;
    z-index:1;
    width:35%;
  }
/*Random Collage ENDE */