﻿/*
 Theme Name: OnePress Child
 Theme URI: 
 Description: Mein OnePress Child
 Author: Michaela Schogger
 Author URI: 
 Template: onepress
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: [Your Theme Tags]
 */


/*
Deine Änderungen beginnen hier! Nimm !important to overwrite styles if needed. */

#maps iframe {
	margin:auto;
	max-width:100%;
	max-height:100%;
	border:0;
}

.uboxen
{
	width: 50%;
	float: left;
	margin: auto;
	padding:0.9vw 0vw 0vw 0vw;
}

.main {
float:left;}

.boxen {padding:0.9vw 0vw 0vw 0vw; width:50%; float:left;}
.boxen img {height:5em; display:block; margin:auto;}
.boxen p {font-size:0.8em; text-align:center;}



@media screen and (max-width: 767px){
	.uboxen {float:none; width:100%;}
	.boxen {float:none; width:100%;}
}}
