/*
* media_query.css
* Copyright (c) 2020 Michael Kuphal - all rights reserved
* http://www.michaelkuphal.de
* @projectDescription  media_query.css  file as part as the montreal wordpress theme
* @author Michael Kuphal
* @version 1.0.0
*
*/


/* Larger than 1100px */
@media (min-width: 1100px) {

}

@media (max-width: 1100px) {
	.image_fullwidth .overlay {
	    margin-top:6.5%;
	}
}

/* Larger than tablet */
/* for all states after mobile navigation switch */
@media (max-width: 999px) {
	/*
	.text_with_image.headlineattop .container h1,
	.text_with_image.headlineattop .container h2 {
		margin-top:-30px;
	}
*/
	.image_fullwidth .overlay {
	    margin-top:6%;
	}

	h1 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.2;
	}
	h2, h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.2;
	}


	.breakearlier .columns, .breakearlier .column {
		width: 100% !important;
		float: left;
		box-sizing: border-box;
		margin-left: auto;
	}

	.mobile-site-search-trigger,
	.mobile-menu-trigger {
		display:block;
	}

	.site-header .site-search,
	.top-menu {
		display: none;
	}



	/* Footer */
	.site-footer,
  .sticky-footer-push {
    height: 485px;
  }
  .maxwidth_wrapper {
  	margin: 0 auto -485px; /* footer height */
  }
	.youtube.smaller {
		padding: 0;
	}
	.youtube .videotitle {
		left: 20px;
		top: 19px;
		right: 20px;
	}
	.youtube .videotitle {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.youtube .videoplay {
	  width: 100px;
	  height: 100px;
	  margin-left: -50px;
	  margin-top: -50px;
	}
	.youtube .videoplay::before {
		font-size: 9rem;
	}


	.theme-standard header .social-menu {
    right: 146px;
	}

	/* Footer */
	.site-footer,
  .sticky-footer-push {
    height: 485px;
  }
  .maxwidth_wrapper {
  	margin: 0 auto -485px; /* footer height */
  }

	.header-placeholder {
	    height: 188px;
	}

}

/* Larger than phablet */
@media (max-width: 749px) {
	.text_with_image.headlineattop .container h1,
	.text_with_image.headlineattop .container h2 {
		margin-top: 0px;
	}

	.placeholder3 {
	  height: 0;
	}

	.placeholder1 {
	  height: 5rem;
	}

	.placeholder2 {
	  height: 10rem;
	}

	.mobile-size-full {
		width: 100% !important;
	}
	.image_fullwidth .overlay {
	    position: relative;
			margin-top: 0px;
	}
	.image_fullwidth .overlay .container {
		/* padding-top: 50px; */
		padding-bottom: 50px;
		margin-top: -20%;
	}



	img.alignleft,
	img.alignright {
		float: inherit;
		width: 100%;
		padding: 3rem 0 3.5rem 0;
	}



	.centered_button .button {
    padding: 19px 21px;
	}
	.site-footer h1 {
		font-size: 20px;
		font-size: 2.0rem;
	}


	.breakbefore .columns, .breakbefore .column {
		width: 100% !important;
		float: left;
		box-sizing: border-box;
		margin-left: auto;
	}

.text_2 .columns .column:first-of-type {
	margin-bottom: 7rem;
}

	.text2colums {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.text_with_image .row {
    display: block;
	}
	.text_with_image.image_right .text,
	.text_with_image.image_left .image {
    margin-bottom: 5rem;  /* IMPORTANT ADD TO CONF XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
	}
	.headline.only_right_page .left {
		display: none;
	}

	table td {
	    width: 100%;
	    display: block;
	    padding-left: 0;
	    padding-top: 0;
			height: auto;
	}
	table tr,
	table td {
		height: auto !important;
	}
	table tbody tr td:nth-child(1),
	table tbody tr td:nth-child(2),
	table tbody tr td:nth-child(3),
	table tbody tr td:nth-child(4),
	table tbody tr td:nth-child(5),
	table tbody tr td:nth-child(6),
	table tbody tr td:nth-child(7) {
	    width: 100% !important;
	}
	table tbody tr {
			border-bottom: 1px solid #E1E1E1;
	}
	table tbody tr td:first-of-type {
		margin-top: 6px;
	}
	table tbody tr td {
			border-bottom: none;
	}

	/* Footer */
	.site-footer,
  .sticky-footer-push {
    height: 638px;
  }
  .maxwidth_wrapper {
  	margin: 0 auto -638px; /* footer height */
  }

	.site-footer .footer-left-box-content {
		width: 100%;
	}
	.site-footer .footer-mid-box-content {
		width: 49%;
	}
	.site-footer .footer-right-box-content {
		width: 49%;
	}

	.site-footer .footer-grey-area .subsites .grey-area-diw {
			padding-right: 10px;
	}

	.site-footer .footer-grey-area .subsites .grey-area-diw {
			width: 189px;
	}

	.site-footer .footer-grey-area .subsites .grey-area-ce {
			width: 197px;
	}
	.header-placeholder {
	    height: 147px;
	}

/*
	.button:hover,
	a.button:hover,
	.button,
	a.button,
	.button:focus,
	.newsletter_reg .button:focus,
	.newsletter_reg .button,
	.text_with_image.ongreen .button,
	.text_with_buttons.grey .button_area .button:active,
	.text_with_buttons.grey .button_area .button:hover,
	.text_with_buttons.grey .button_area .button,
	.text_with_buttons .button_area .button:active,
	.text_with_buttons .button_area .button:hover,
	.text_with_buttons .button_area .button {
	  font-size: 1.6rem;
	  padding: 22px 14px;
	}
	*/
}

/* Larger than mobile */
@media (max-width: 549px) {
	.header-placeholder {
	    height: 124px;
	}
	.mobile-site-search-trigger {
	  right: 126px;
	  top: 25px;
	}
	.site-footer .footer-mid-box-content {
		width: 100%;
	}
	.site-footer .footer-right-box-content {
		width: 100%;
	}

	.site-branding-text {
		position: absolute;
		top: 20px;
		left: 30px;
	}
	.site-header .social-menu {
    display: none;
  }

	.mobile-menu-trigger {
		right: 13px;
		top: 12px;
	}
	/* skeleton opt */
	.text_with_image .container,
	.container {
    padding: 0 50px;
  }

	body {
    min-width: 100%;
  }

	.theme-mobile_center .mobile-menu-trigger {
		left: auto;
		margin-left: 0px;
		right: 20px;
	}



	/* Footer */
	.site-footer,
  .sticky-footer-push {
    height: 842px;
  }
  .maxwidth_wrapper {
  	margin: 0 auto -842px; /* footer height */
		overflow: hidden;
  }




	.mobile-menu-holder .mobile-menu-close {
		right: 12px;
		top: 20px;
	}

	.site-footer .footer-grey-area .subsites li {
		width: 100%;
	}
	.site-footer .footer-grey-area .subsites .grey-area-diw {
    margin-bottom: 20px;
	}

}

/* mobile */
@media (max-width: 399px) {


	.mobile-menu-holder .mobile-menu-headline {
	    padding: 0 27px !important;
	}
	.mobile-menu-holder .mobile-menu li {
		padding: 0;
}
	.album_with_spotify .footerbuttons .buy_digital {
		display: block;
		float: none;
		margin-top: 31px;
	}
	.album_with_spotify .footerbuttons {
			text-align: center;
	}



}
