/*Twitter*/


.twitter-timeline {
		border-radius: 10px;
	}
	
#m3d-twitter-plugin {
		background-color:#777777;
		margin-left: auto;
		margin-right: auto;
		width: 440px;
		height: 600px;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
		padding-bottom: 80px;
		border-radius: 35px;	
		
		-webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.33);
		-moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.33);
		box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.33);
		}
#m3d-twitter {
	padding:15px;
}

#m3d-twitter-plugin img, #m3d-twitter-plugin iframe {
	width: 100%;
	heigh: auto;
	border-radius: 20px;
	overflow: hidden;
}
	
#m3d-twitter-mobile-button{
	background-color: lightgrey;
	width: 40px;
	height: 40px;
	z-index: 999;
	position: relative;
	bottom:-12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 99999px;
	transition: all 0.2s ease;
	}

#m3d-twitter-mobile-button:hover{
	background-color:#23b2e5;
	bottom:-9px;
	width: 45px;
	height: 45px;
	transition: all 0.3s ease;
}

#m3d-twitter-link {
	display: block;
}
#iframebox  {
	background-color:#ffffff;
	border-radius:20px;
	max-height: 484px;
}
#iframebox img {
	width: 100px;
	/* text-align: center; */
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top:25px;
}
#iframebox p{
	font-size:1.05em;
	padding:0 20px;
}
.twitterzustimmung input{
	width: inherit;
    margin-left: 6px;
}
.twitterzustimmung{
    border-radius: 20px;
    color: #000;
    font-weight: 500;
}

/*W I D T H  7 0 0 p x*/

@media only screen and (max-width: 700px) {
	
	#contentwrapper_first .inside {
		padding-left:0;
		padding-right: 0;
	}

	#m3d-twitter {
		padding:20px;
	}
	
	
	#m3d-twitter-plugin  {
		width:90%;
		height: auto;
		padding:0;
		background-color: transparent;
		border-radius: 10px;
	}
	
	#m3d-twitter-plugin img {
		border-radius: 10px;
	}
	
	#m3d-twitter-mobile-button {
		display: none;
	}
	
	#iframebox img{
		width:50px;
	}

}