/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Netzgaenger working on Elegant Themes
Author URI: https://www.netz-gaenger.de
Template: Divi
Version: 1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

@media(min-width: 641px) {
	.uk-overflow-hidden {
		overflow: hidden;
	}

	.urkunde {
		display: inline-block;
		position: fixed;
		left: -3em;
		bottom: 25vh;
		max-width: 17em;
		z-index: 10;
		-webkit-transition: all 0.50s ease-in-out;
		-moz-transition: all 0.50s ease-in-out;
		-o-transition: all 0.50s ease-in-out;
		-ms-transition: all 0.50s ease-in-out;
		transition: all 0.50s ease-in-out;
	}
	.urkunde img {
		transform: rotate(12deg);
		width: 65%;
		-webkit-transition: all 0.50s ease-in-out;
		-moz-transition: all 0.50s ease-in-out;
		-o-transition: all 0.50s ease-in-out;
		-ms-transition: all 0.50s ease-in-out;
		transition: all 0.50s ease-in-out;
	}
	.urkunde img:hover {
		transform: rotate(-5deg);
		width: 100%;
	}
	.zoomin {
		display: none
	}
}
	
@media(max-width: 640px) {
	.urkunde,
	.urkunde img {
		display: none
	}
	
	.zoomin {
		transform: rotate(12deg);		
		-webkit-transition: all 0.50s ease-in-out;
		-moz-transition: all 0.50s ease-in-out;
		-o-transition: all 0.50s ease-in-out;
		-ms-transition: all 0.50s ease-in-out;
		transition: all 0.50s ease-in-out;
		left: -4em;
		display: inline-block;
		position: fixed;
		bottom: 15vh;
		width: 8em;
		z-index: 10;
	}
	.zoomin img {
		
	}
    .zoomIn {
		transform: rotate(-12deg);
		-webkit-transition: all 0.50s ease-in-out;
		-moz-transition: all 0.50s ease-in-out;
		-o-transition: all 0.50s ease-in-out;
		-ms-transition: all 0.50s ease-in-out;
		transition: all 0.50s ease-in-out;
		left: -4em;
		display: inline-block;
		position: fixed;
		bottom: 15vh;
		width: 22em;
		z-index: 10;
	}
	.zoomIn img {
		
	}
}
