@media (orientation: landscape) and (max-device-width: 1260px) {}

@media (max-device-width : 1600px) {
  .container {
  	width: 100%;
    padding: 0 8vw;
	}
  #logo {
  	width: 200px;
	}
  #logo img {
  	width: 200px;
		height:auto;
	}
  #monstera {
  	width: 230px;
    height: 278px;
		left: initial;
  	right: calc(175px + 8vw);
	}
	#monstera img {
    width: 230px;
  	height: auto;
	}
  #topmenu li a, #topmenu li a:visited {
  	padding: 0.5em 0.7em;
	}
  #topmenu li.current-menu-item::after {
	  top: -60px;
	  right: -47px;
	  width: 80px;
	  height: 80px;
  	background-size: 80px;
	}
  h1 {
  	font-size: 48px;
	}
  h2 {
  	font-size: 32px;
	}
  h3 {
  	font-size: 24px;
	}
  #texty {
	  padding: 0 12vw;
	}
  #footer .container {
  	width: 100%;
	  height: 265px;
	}
  #zamioculcas {
  	width: 300px;
  	background-size: 300px;
	}
  #footer .links {
  	width: calc(50% - 150px);
  	padding-top: 100px;
	}
}

@media (max-device-width : 1260px) {
  .container {
    padding: 0 5vw;
	}
  #logo {
  	width: 150px;
	}
  #logo img {
  	width: 150px;
		height:auto;
	}
  #monstera {
  	width: 177px;
    height: 214px;
    top: -8px;
    right: calc(132px + 5vw);
	}
	#monstera img {
    width: 177px;
  	height: auto;
	}
  #topmenu li a, #topmenu li a:visited {
  	padding: 0.5em 0.7em;
	}
  #topmenu li.current-menu-item::after {
    top: -45px;
    right: -37px;
    width: 65px;
    height: 65px;
    background-size: 65px;
  }
	h1 {
  	font-size: 46px;
	}
  h2 {
  	font-size: 31px;
	}
  h3 {
  	font-size: 23px;
	}
	#texty {
    padding: 0 5vw;
  }
  #box {
  	margin-right:3em;
	}
  #footer .container {
    height: 175px;
	}
  #footer .links {
    width: calc(50% - 100px);
    padding-top: 55px;
	}
  #zamioculcas {
    width: 200px;
    background-size: 200px;
	}
}


/** ----------------------------------------- SCREEN SIZE: tablets landscape / very old desktop --------------------*/
@media (max-device-width : 1024px) {
	#topmenu {
    border-top: none;
    display: block;
	}
	#topmenu li {
    display:none;
  }
  #closebtn.responsive {
	  display: block;
	  position: absolute;
	  top: 35px;
	  right: 40px;
	  padding: 0;
	  z-index: 9999999;
	}
  #closebtn.responsive img {
    width:35px;
  }
  #topmenu li.icon {
    display: inline-block;
		margin:0;
  }
  #topmenu li.icon img {
    vertical-align: middle;
		width: 35px;
    line-height: 1em;
  }
  #topmenu li.icon a, #topmenu li.icon a:visited {
  	padding: 0;
	}
  #topmenu li.icon a:hover {
		background:none;
	}
  #topmenu a, #topmenu a:visited {
    line-height:2em;
  }
  #topmenu.responsive {
    position: absolute;
    overflow-x:auto;
		background:var(--tyrkys);
    text-align:center;
		width: 90%;
		z-index:999;
    top: 0;
    padding:0 0 1em 0;
  }
  #topmenu.responsive li a, #topmenu.responsive li a:visited {
    height:auto;
	}
  #topmenu li.close, #topmenu li.icon {
  	text-align:right;
	}
  #topmenu.responsive li.close a {
		text-align:right;
	}
  #topmenu.responsive li {
    display: block;
  }
  #topmenu.responsive li.menu-item a {
    min-width: 250px;
		margin: 0;
	}
  #topmenu li.current-menu-item a, #topmenu li.current-menu-item a:visited {
  	background: #fff;
  	color: var(--modra);
	}
  #topmenu.responsive li.current-menu-item::after {
    display:none;
	}
  #topmenu.responsive li a {
    display: inline-block;
    padding: 0.5em 1em;
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0;
	}
  #topmenu.responsive li.icon {
    display:none;
  }
  #texty {
    padding: 0;
  }
	#box {
  	margin: 2em 5em 2em 0;
  	padding: 0.5em 3em 0.5em 2em;
	}
  #footer .container {
    flex-wrap: wrap;
		height:auto;
	}
  #footer .links {
		width:100%;
    padding-top: 0;
    text-align: center;
	}
	#left_links {
    margin: 2em 0 0.5em 0;
	}
  #zamioculcas {
		order:3;
    width:100%;
    height: 177px;
	}
}

@media (max-device-width : 800px) {
  #logo,
  #logo img {
  	width: 120px;
	}
  #monstera {
  	width: 140px;
    height: 170px;
		left: initial;
  	right: calc(106px + 5vw);
	}
	#monstera img {
    width: 140px;
  	height: auto;
	}
  #topmenu li a, #topmenu li a:visited {
  	padding: 0.5em 0.7em;
	}
  #topmenu li.current-menu-item::after {
	  top: -60px;
	  right: -47px;
	  width: 80px;
	  height: 80px;
  	background-size: 80px;
	}
  h1 {
  	font-size: 41px;
    hyphens: manual;
    margin-bottom: 0.7em;
	}
  h1 br.docasny {
		display:none;
	}
  h2 {
  	font-size: 30px;
	}
  #texty ul {
	  margin-left:2em;
	}
  #box {
    margin: 0 4em 2em 0;
    padding: 0.5em 2em;
	}
  #box::after {
	  bottom: -30px;
	  right: -90px;
	  width: 120px;
	  height: 120px;
	}
  #footer .container {
	  height: 265px;
	}
}

@media (max-device-width : 680px) {
	#box {
		margin:0;
	}
	#box::after {
    bottom: initial;
    top: -60px;
    right: -16px;
    width: 100px;
    height: 100px;
  }
	.wpcf7-form {
    width: 100%;
	}
  #cookies-alert {
  	padding: 1em;
	}
}

/* ----------------------------------------- SCREEN SIZE: phone landscape / tablets portrait --------------------*/
@media (max-device-width : 600px) {
  h1 {
  	font-size: 37px;
	}
  h2 {
  	font-size: 28px;
	}
	.wpcf7 {
  	width: 100%;
	}
  #cookies-alert {
  	padding: 1.5em 1em 2em 1em;
	}
	#cookies-settings .group p,
	.buttons {
  	padding-left: 0;
	}
}

@media (max-device-width : 480px) {
  h1 {
  	font-size: 34px;
    margin-bottom: 0.5em;
	}
  h2 {
  	font-size: 26px;
	}
  #box {
    margin: 0;
    padding: 0.3em 1.2em;
	}
	#cookies-settings .group p {
	  padding-left: 0;
	}
  #cookies-alert .button {
	  border:none;
		margin: 0 15px 10px 0;
    padding: 7px;
		display: inline-block;
	}
  .switch, .switch-item {
	  display: block;
	}
  .buttons {
  	padding-left: 0;
    line-height: 2em;
	}
  #cookies-settings .button {
	  margin: 0 15px 10px 0;
	  padding: 5px 10px;
		display:inline-block;
	}
  #cookies-settings h2 {
  	margin: 0.5em 0;
	}
  .wpcf7-form {
    padding: 0;
  }
}

/* ----------------------------------------- SCREEN SIZE: phone portrait --------------------*/
@media (max-device-width : 380px) {
  h1 {
  	font-size: 32px;
	}
  h2 {
  	font-size: 25px;
	}
}
