/*
	
	
	
	URL of website: https://www.jzfilm.de
	
	last modification: 06-12-2024 [dd-mm-yyyy]
	
	
	
	CSS code created by: Luca Gueli (https://www.lucagueli.info)
	
	CSS code partially inspired by and based on: W3Schools tutorials and templates (https://www.w3schools.com)
	
	
	
	Copyright notice for content of this website (except Google Fonts and Font Awesome icons):
	
	You are not allowed to (re-)use, edit and/or distribute any of the content - such as texts, images, or other media files - without prior permission by the copyright holder.
	
	The copyright holder is: Copyright (c) 2021 - 2024 JZ Filmproduktion. All rights reserved.
	
	
	
	Copyright notice for CSS code of this document:
	
	You can (re-)use, edit and/or distribute the CSS code without any prior permission :)
	
	There is no copyright holder :D
	
	
	
	Copyright notice for Google Fonts:
	
	This website makes use of the free Google Fonts library (https://fonts.google.com).
	
	All Google Fonts are property of the respective copyright holder(s).
	
	
	
	Copyright notice for Font Awesome icons:
	
	This website makes use of the free Font Awesome library (https://www.fontawesome.com).
	
	All Font Awesome icons are property of the respective copyright holder(s).
	
	
	
*/


/* notwendig?? */
.team-photo-slides	{
			
			display: none;
			
			}



@media screen and (max-width: 600px)	{
					
					div.team-photo-grid	{
								
								display: none;
								
								}
					
					}

@media screen and (min-width: 601px)	{
					
					div#team-photo-slideshow	{
									
									display: none;
									
									}
					
					}