/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Eike Adler
 Author URI:   https://www.adler-webentwicklung.de/
 Template:     generatepress
 Version:      0.1
*/
/*Allgemein*/


a:hover {
	letter-spacing: 1px;
}


@media screen and (max-width: 1366px) {
	
iframe {

  width: 1100px;
  height: 460px;

}

}

@media screen and (max-width: 1260px) {

iframe {

  width: 1000px;
  height: 480px;

}

}

@media screen and (max-width: 1112px) {
	
iframe {

  width: 900px;
  height: 470px;

}

}

@media screen and (max-width: 1024px) {
	
iframe {

  width: 790px;
  height: 440px;

}

}


@media screen and (max-width: 980px) {
	
iframe {

  width: 730px;
  height: 420px;

}

}

@media screen and (max-width: 767px) {
	
iframe {

  width: 630px;
  height: 320px;

}

}

@media screen and (max-width: 600px) {
	
iframe {

  width: 480px;
  height: 300px;

}

}

@media screen and (max-width: 520px) {
	
iframe {

  width: 400px;
  height: 280px;

}

}




@media screen and (max-width: 440px) {
	
iframe {

  width: 320px;
  height: 240px;

}

}  


@media screen and (max-width: 360px) {
	
iframe {

  width: 240px;
  height: 220px;

}

}


@media screen and (max-width: 320px) {
	
iframe {

  width: 200px;
  height: 180px;

}

}



