/*======================================
Theme Name: Patenonkel
Description: Theme for Patenonkel.info
Version: 0.0.1
Author: ORoeder
Template: onepress
Text Domain: onepress-child
======================================*/

.comm-box-1, .comm-box-2{
	border: 1px solid #18ab29;
	width: 200px;
	text-align: center;
	border-radius:10px;
	float: left;
}

.entry-content > [class*="comm-box-2"]:not(:last-child) {
    margin-left: 10px;
}

.comm-link{
	background-color:#44c767;
	border-radius:10px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:2px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	margin-bottom: 10px;
	margin-top: 20px:
}

@media screen and (max-width: 768px){
	.comm-box-2{
		display: none;
	}
}
.comm-link:hover {
	background-color:#5cbf2a;
	text-decoration:none;
	color:#ffffff;
}
.comm-link:active {
	position:relative;
	top:1px;
}

.comm-box-1 img, .comm-box-2 img{
	margin: 10px;
}