#instaroid,
        #instafeed {
            box-sizing: border-box;
            position: relative;
            width: 100%;
            background: rgba(0, 0, 0, 0.54);
            padding: 5px;
        }
        
        #instafeed {
            background: transparent; 	
        }
        
        #instaroid .img img,
        #instafeed .img img {
            width: 100%;
            opacity: .8;
            transition: .7s;
            z-index: 1;
        }
        
        #instaroid img:first-of-type,
        #instafeed img:first-of-type {
            width: 100%;
            z-index: 1;
        }
        
        #instaroid img:hover,
        #instafeed img:hover {
            transition: .7s;
            opacity: 1;
        }
        
        #instaroid .img {
             float: left; 
            width: 12%;
            margin: 4px 11px;
            position: relative;
        }
        
        #instafeed .img {
                 float: left; 
            width: 20%;
            margin: 4px 11px;
            position: relative;
        }
        
        #instaroid .img:first-of-type {
            float: left; 
            width: 25%;
            margin-top: 5px;
            position: relative;
        }
        
        #instaroid .img .socialname,
        #instafeed .img .socialname {
            display: inline-block;
            background: #0072BC;
            color: #fff;
            text-align: center;
            padding: 5px;
            font-size: 7px;

            font-family: archivo;
			font-weight:900;
            text-transform: uppercase;
            position: absolute;
            bottom: 15px;
            left: 5%;
            z-index: 2;
        }
        
        #instaroid .img .socialname a:link,
        #instaroid .img .socialname a:hover,
        #instaroid .img .socialname a:visited,
        #instaroid .img .socialname a:active,
        #instafeed .img .socialname a:link,
        #instafeed .img .socialname a:hover,
        #instafeed .img .socialname a:visited,
        #instafeed .img .socialname a:active,
        .insta-socialname a:link,
        .insta-socialname a:hover,
        .insta-socialname a:visited,
        .insta-socialname a:active {
            color: #fff !important;
        }
        
        .instapop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: hsla(0, 0%, 0%, 0.5); z-index: 50; opacity:0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; transition: .5s ease-in-out; pointer-events: none; } 
        
        .instapop:target { opacity:1; pointer-events: auto; } 
        
        .instapop > .pop {background: rgba(0, 0, 0, 0.54); width: 820px; position: relative; margin: 3% auto; padding: 25px; z-index: 51; border-radius: 0px; } 
        
        .closeinstapop { position: absolute; right: -5px; top:-5px; width: 100%; height: 100%; z-index: 49; }
        
        .insta-picture > img {
            height: 400px !important;
            width: 400px !important;

        }
        
        .insta-userinfo {
            box-sizing: border-box;
            width: 420px;
            background: rgba(255,255,255,.3);

            margin-bottom: 10px;
                padding: 10px;
        }
        .insta-userpicture img {
            height: 40px !important;
            width: 40px !important;
            margin-top: 10px;
            margin-left: 20px;
   
        }
        
        .insta-socialname {
            display: inline-block;
            background: #0072BC;
            color: rgba(255,255,255,.9);
            text-align: center;
            padding: 5px;
            font-size: 9px;

            font-family: archivo;
            text-transform: uppercase;
            margin-left: 15px;

            position: relative;
            font-weight:900;

                bottom: 15px;
        }
        
        .insta-socialname a:link,
        .insta-socialname a:active,
        .insta-socialname a:visited,
        .insta-socialname a:hover {
            color: var(--allesdunkel);	
        }
        
        .insta-userinfo i {
            position: relative;
            bottom: 15px;
            margin-left: 15px;
        }
        
        .insta-description {
            box-sizing: border-box;
            margin-top: 10px;
             background: var(--hellerhintergrund);

            padding: 10px;
            width: 420px;

            font-family: archivo, sans-serif; font-size: 13px; line-height: 1.2em; color: #454545; text-align: justify; 
        }
        
        .insta-comments {
			position:relative;
			bottom:1px;
            float: right;
            height: 520px;
            width: 390px;
            overflow: auto;
        }
        
        .insta_input {
            width: 84%;
            margin: auto;
            margin-right: 10px;
			margin-top:-1px;
            border: none;

            background: #f1f1f1;
 color: #6b6b6b;
            padding: 11px;

        }
        
        .insta_submit {
            padding: 12px;
            border: none;

            font-family: archivo, sans-serif;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 900;
    
            position: relative;
            bottom: 2px;
            margin-right: 5px;

        }
        
        .insta-comment {
            margin-top: 15px;
        }
        
        .insta_usercomment {
            box-sizing: border-box;
    background: var(--hellerhintergrund);

            padding: 10px 30px;

            font-family:archivo, sans-serif; font-size: 14px; line-height: 1.3em; color: #454545; text-align: justify;
            margin: 2px auto;
        }
        
        .insta_usercomment a:link,
        .insta_usercomment a:active,
        .insta_usercomment a:hover,
        .insta_usercomment a:visited {
            color: #454545;
        }
        
        .insta-tagged {
            box-sizing: border-box;
    background: var(--hellerhintergrund);

            padding: 10px 30px;

            margin: 2px auto;
            font-size: 8px;
  font-weight:900;
            text-transform: uppercase;
            color: #6b6b6b;
        }
        
        .insta-taguser {
            display: inline-block;
            text-transform: uppercase;

            font-size: 8px;
            padding: 5px;
            background: #dedede;
            font-weight: 900;

        }
        
        #instaroid-postbit {
            margin: auto;
            width: 80%;
            margin-bottom: 10px;
        }
        
        .insta-postbit {
            float: left;
            margin: 3px;
        }
        
        .insta-postbit img {
            width: 95px;
            height: 95px;
            opacity: .4;
            transition: .7s;

            z-index: 1;
        }
        
        .insta-postbit img:hover {
            transition: .7s;
            opacity: .7;
        }