/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 400;
	color: #121212 !important;
	font-size: 1.60rem;
	opacity: 1;
	letter-spacing: 0.00em;
	transition: color 0.3s ease;
}

textarea::-webkit-input-placeholder {
	line-height: 40px;
}

::-moz-placeholder {
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 400;
	color: #121212 !important;
	font-size: 1.60rem;
	opacity: 1;
	letter-spacing: 0.00em;
	transition: color 0.3s ease;
}

textarea::-moz-placeholder {
	line-height: 40px;
}

*:-moz-placeholder {
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 400;
	color: #121212 !important;
	font-size: 1.60rem;
	opacity: 1;
	letter-spacing: 0.00em;
	transition: color 0.3s ease;
}

textarea:-ms-input-placeholder {
	line-height: 40px;
}

:-o-input-placeholder {
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 400;
	color: #121212 !important;
	font-size: 1.60rem;
	opacity: 1;
	letter-spacing: 0.00em;
	transition: color 0.3s ease;
}

textarea:-o-input-placeholder {
	line-height: 40px;
}

.ui-selectmenu-menu .ui-menu > li div.ui-menu-item-wrapper {
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 400;
	color: #121212;
	opacity: 1;
	letter-spacing: 0.00em;
	transition: color 0.3s ease, background-color 0.2s ease;
}

.wpcf7-form-control-wrap.focus ::-webkit-input-placeholder {
	color: #121212 !important;
}

.wpcf7-form-control-wrap.focus ::-moz-placeholder {
	color: #121212 !important;
}

.wpcf7-form-control-wrap.focus *:-moz-placeholder {
	color: #121212 !important;
}

.wpcf7-form-control-wrap.focus :-o-input-placeholder {
	color: #121212 !important;
}

::-webkit-selection {
	background-color: rgba(34, 34, 34, .99);
	color: #C7C7C7;
	opacity: 1;
}

::-moz-selection {
	background-color: rgba(34, 34, 34, .99);
	color: #C7C7C7;
	opacity: 1;
}

::-o-selection {
	background-color: rgba(34, 34, 34, .99);
	color: #C7C7C7;
	opacity: 1;
}

::selection {
	background-color: rgba(34, 34, 34, .99);
	color: #C7C7C7;
	opacity: 1;
}

.custom .content-column.full_width.cta ::-webkit-selection,
.custom .content-column.full_width.leistungen ::-webkit-selection,
.custom .content-column.full_width.cta-formular ::-webkit-selection {
	background-color: rgba(34, 34, 34, .99);
}

.custom .content-column.full_width.cta ::-moz-selection,
.custom .content-column.full_width.leistungen ::-moz-selection,
.custom .content-column.full_width.cta-formular ::-moz-selection {
	background-color: rgba(34, 34, 34, .99);
}

.custom .content-column.full_width.cta ::-o-selection,
.custom .content-column.full_width.leistungen ::-o-selection,
.custom .content-column.full_width.cta-formular ::-o-selection {
	background-color: rgba(34, 34, 34, .99);
}

.custom .content-column.full_width.cta ::selection,
.custom .content-column.full_width.leistungen ::selection,
.custom .content-column.full_width.cta-formular ::selection {
	background-color: rgba(34, 34, 34, .99);
}

/* CSS Hacks */

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.wpcf7 p.honigschmeichler {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
}

.wpcf7 input {
	background-color: transparent;
}

form * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

form p.unform {
	padding-bottom: 20px;
}

.custom .formularhinweis {
	padding-bottom: 0;
}

.custom .formularhinweis p {
	padding-bottom: 20px;
}

a.button,
button,
input,
textarea {
	vertical-align: baseline;
}

input,
textarea {
	border: 0 none;
	background-image: none !important;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="file"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	color: #121212 !important;
	border-width: 0 0 1px;
	border-style: solid;
	border-color:#121212 !important;
	height: 56px;
	padding: 0 10px 2px 30px !important;
	position: relative;
	z-index: 1;
	width: 100%;
	z-index: 1;
	background-color: transparent !important;
	display: block;
}

textarea {
	height: 168px;
	padding: 5px 10px 2px 30px !important;
	line-height: 1.6 !important;
	resize: none;
	overflow: auto;
	vertical-align: top;
}

span.wpcf7-form-control-wrap {
	opacity: 0;
}

@keyframes seco_formfields_appear {
	from {
		opacity: 0;
	} to {
		opacity: 1;
	}
}

span.wpcf7-form-control-wrap {
	animation-name: seco_formfields_appear;
	animation-duration: 0.3s;
	animation-delay: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	font-family: 'Shadows Into Light Two', cursive;
	font-style: normal;
	font-weight: 400;
	color: #121212 !important;
	-webkit-text-fill-color: #121212 !important;
	background-color: transparent !important;
	background-image: none;
	box-shadow: 0 0 0 1000px transparent inset !important;
	transition: background-color 100000.0s;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
span.wpcf7-form-control-wrap.focus input:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
span.wpcf7-form-control-wrap.focus textarea:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
span.wpcf7-form-control-wrap.focus select:-webkit-autofill {
	color: #121212 !important;
	-webkit-text-fill-color: #121212 !important;
}

.wpcf7-form-control-wrap.focus input[type="text"],
.wpcf7-form-control-wrap.focus input[type="email"],
.wpcf7-form-control-wrap.focus input[type="tel"],
.wpcf7-form-control-wrap.focus input[type="search"],
.wpcf7-form-control-wrap.focus input[type="password"],
.wpcf7-form-control-wrap.focus input[type="file"],
.wpcf7-form-control-wrap.focus select,
.wpcf7-form-control-wrap.focus textarea {
	color: #F2F2F2 !important;
	border-color: #F2F2F2 !important;
	background-color: #ABABAB !important;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
select:hover,
textarea:hover {
}

/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
	color: #121212 !important;
	border-color: #FFFFFF !important;
	background-color: #DA0000 !important;
} */

select option {
	height: 30px;
	padding: 10px 0 10px 10px;
}

select option {
}

select option:hover,
select option:checked,
select option[selected="selected"] {
	color: #FFFFFF;
}

select option:hover {
}

a.button,
button.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 100%;
	height: 56px;
	line-height: 56px !important;
	color: #121212 !important;
	font-weight: 400;
	padding: 0 10px !important;
	outline: 0;
	cursor: pointer;
	border-width: 1px !important;
	border-style: solid;
	border-color: #ffcd29 !important;
	background-color: #ffcd29;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 6px !important;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.button.more::before,
.button.more::after,
.button.send::before,
.button.send::after {
	content: '';
	font-family: 'Ionicons';
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	position: absolute;
	z-index: 0;
	transition: opacity 0.3s ease, top 0.3s ease, top 0.3s ease, right 0.3s ease;
}

.button.more::after,
.button.send::after {
	display: none;
}

.button.more.right::before,
.button.more.right::after {
	content: '\f119';
	font-size: 40px;
}

.button.more.down::before,
.button.more.down::after {
	content: '\f118';
	font-size: 40px;
}

.button.send::before,
.button.send::after {
	content: '\f376';
	font-size: 28px;
}

.wpcf7 .submit-button {
	position: relative;
}

div.wpcf7 .submit-button .wpcf7-spinner {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 11px;
	left: 0;
	margin: 0 10px 0 11px;
	opacity: 1;
	border-radius: 50%;
	background-color: #FFB264;
}

div.wpcf7 .submit-button .wpcf7-spinner::before {
	background-color: #121212;
	transform-origin: 13px 13px;
}

.wpcf7 div input,
.wpcf7 div select,
.wpcf7 div textarea {
	margin: 0 !important;
	position: relative;
	z-index: 1;
}

.wpcf7 .required {
	background-color: #e30000;
	display: block;
	font-size: 0;
	right: 0;
	line-height: 0;
	position: absolute;
	z-index: 2;
	text-indent: -9999px;
	bottom: 20px;
	width: 42px;
	height: 1px;
	border-left: 2px solid #FFFFFF;
}

.wpcf7 .half-left,
.wpcf7 .half-right,
.wpcf7 .full {
	display: block;
	padding-bottom: 20px;
	position: relative;
}

.wpcf7 .half-left,
.wpcf7 .half-right {
	text-align: left;
	width: 50%;
}

.wpcf7 .half-left {
	float: left;
}

.wpcf7 .half-right {
	float: right;
}

span.wpcf7-form-control-wrap {
	width: 100%;
	position: relative;
	display: block;
	min-height: 40px;
	background-color: transparent;
}

span.wpcf7-form-control-wrap::before {
	content: '';
	width: 30px;
	height: 56px;
	font-family: 'Ionicons';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	line-height: 58px;
	text-align: center;
	display: block;
	transition: color 0.2s ease;
}

span.wpcf7-form-control-wrap::before {

}

span.wpcf7-form-control-wrap::after {
	font-size: 24px;
	right: 15px;
}

span.wpcf7-form-control-wrap[data-name="your-preselection"]::before {
	content: '\f024';
}

span.wpcf7-form-control-wrap[data-name="your-company"]::before {
	content: '\f1ad';
}

span.wpcf7-form-control-wrap[data-name="your-first-name"]::before,
span.wpcf7-form-control-wrap[data-name="your-surname"]::before,
span.wpcf7-form-control-wrap[data-name="your-name"]::before {
	content: '\f345';
	font-size: 21px;
}

span.wpcf7-form-control-wrap[data-name="your-email"]::before {
	content: '\f322';
	font-size: 18px;
}

span.wpcf7-form-control-wrap[data-name="your-password"]::before {
	content: '\f31d';
	font-size: 20px;
}

span.wpcf7-form-control-wrap[data-name="your-tel"]::before {
	content: '\f2ac';
	font-size: 22px;
}

span.wpcf7-form-control-wrap[data-name="your-street"]::before,
span.wpcf7-form-control-wrap[data-name="your-city"]::before {
	content: '\f334';
	font-size: 21px;
}

span.wpcf7-form-control-wrap[data-name="your-message"]::before {
	content: '\f2b6';
	font-size: 21px;
	/* top: 8px; */
}

span.wpcf7-form-control-wrap.your-button {
	overflow: hidden;
}

.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 span.error {
	color: #e30000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 4;
	overflow: hidden;
	text-indent: -10000px;
	border: 1px solid #e30000 !important;
	background-color: #EAB8C3;
	cursor: pointer;
}

.wpcf7 span.wpcf7-not-valid-tip::before,
.wpcf7 span.error::before {
	content: '\f406';
	font-family: 'Ionicons';
	font-size: 32px;
	color: #e30000 !important;
	font-weight: 300;
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50%;
	text-indent: 0;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
}

.custom .wpcf7 form .wpcf7-response-output {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
	visibility: hidden;
	transition: height 0.3s ease, visibility 0.3s ease;
}

.custom .wpcf7 form.invalid .wpcf7-response-output,
.custom .wpcf7 form.failed .wpcf7-response-output,
.custom .wpcf7 form.unaccepted .wpcf7-response-output {
	display: grid;
	align-items: center;
	height: auto;
	min-height: 54px;
	padding: 10px 40px;
	margin: 0 0 20px;
	text-align: center;
	color: #e30000;
	font-size: 1.6rem;
	font-weight: 400;
	border: 1px solid #e30000;
	background-color: #EAB8C3;
	visibility: visible;
	position: relative;
	z-index: 1;
}

.custom .wpcf7 form .wpcf7-response-output:before,
.custom .wpcf7 form .wpcf7-response-output:after {
	content: '';
	font-family: 'Ionicons';
	font-size: 26px;
	color: #DA0000;
	text-indent: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}

.custom .wpcf7 form .wpcf7-response-output:before {
	left: 15px;
}

.custom .wpcf7 form .wpcf7-response-output:after {
	right: 15px;
}

.custom .wpcf7 form.invalid .wpcf7-response-output:before,
.custom .wpcf7 form.failed .wpcf7-response-output:before,
.custom .wpcf7 form.unaccepted .wpcf7-response-output:before,
.custom .wpcf7 form.invalid .wpcf7-response-output:after,
.custom .wpcf7 form.failed .wpcf7-response-output:after,
.custom .wpcf7 form.unaccepted .wpcf7-response-output:after {
	content: '\f276';
}

.custom .wpcf7 form.sent .wpcf7-response-output {
	display: grid;
	align-items: center;
	height: auto;
	min-height: 54px;
	padding: 10px 40px;
	margin: 0 0 20px;
	text-align: center;
	color: #DA0000;
	font-size: 1.6rem;
	font-weight: 400;
	border: 1px solid #149614;
	background-color: #D1EBCC;
	visibility: visible;
	position: relative;
	z-index: 1;
}

.custom .wpcf7 form.sent .wpcf7-response-output:before,
.custom .wpcf7 form.sent .wpcf7-response-output:after {
	content: '\f2bb';
	font-family: 'Ionicons';
	font-size: 26px;
	color: #149714;
	text-indent: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}

.custom .wpcf7 form.sent .wpcf7-response-output:before {
	left: 15px;
}

.custom .wpcf7 form.sent .wpcf7-response-output:after {
	right: 15px;
}

/* ----------------------- 		Media Queries	   ------------------------ */

/* ------------------------------------------------------------------------ */
/* General Definitions										                */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 480px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {

	/* ------------------------------------------------------------------------ */

}

/* ------------------------------------------------------------------------ */
/* Size height below 480px (Landscape)									    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 29.9375em) and (max-width: 47.9375em) and (orientation: landscape) {

	/* ------------------------------------------------------------------------ */

}

/* ------------------------------------------------------------------------ */
/* Size width from 480px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 480px (Portrait)											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height from 480px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 640px												    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 640px (Portrait)									    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 640px (Landscape)									    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 39.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 768px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 768px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 768px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 47.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 768px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 768px (Portrait)											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height from 768px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 48em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1024px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) {
	.button.more::before,
	.button.send::before {
		top: 0px;
		right: 0px;
	}

	.wpcf7 .half-left,
	.wpcf7 .half-right {
		width: 100%;
		float: none;
	}

	.wpcf7 .half-left .required {
		right: 0 !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width below 1024px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 1024px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 768px to 1024px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1024px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) {
	.container.content a.button:hover,
	.container.content a.button:focus,
	.container.content a.button:active,
	button.button:hover,
	button.button:focus,
	button.button:active,
	input[type="submit"]:hover,
	input[type="submit"]:focus,
	input[type="submit"]:active,
	input[type="button"]:hover,
	input[type="button"]:focus,
	input[type="button"]:active {
		color: #ffcd29 !important;
		border-color: #121212 !important;
		background-color: #121212 !important;
	}

	.button.more.down::before {
		opacity: 1;
		top: 0px;
		right: 0px;
	}

	.button.more.down::after {
		display: block;
		opacity: 0;
		top: -54px;
		right: 0px;
	}

	.button.more.down:hover::before,
	.button.more.down:focus::before,
	.button.more.down:active::before {
		opacity: 0;
		top: 54px;
		right: 0px;
	}

	.button.more.down:hover::after,
	.button.more.down:focus::after,
	.button.more.down:active::after {
		opacity: 1;
		top: 0px;
		right: 0px;
	}

	.button.more.right::before,
	.button.send::before {
		opacity: 1;
		top: 0px;
		right: 0px;
	}

	.button.more.right::after,
	.button.send::after {
		display: block;
		opacity: 0;
		top: 0px;
		right: 54px;
	}

	.button.more.right:hover::before,
	.button.more.right:focus::before,
	.button.more.right:active::before,
	.button.send:hover::before,
	.button.send:focus::before,
	.button.send:active::before {
		opacity: 0;
		top: 0px;
		right: -54px;
	}

	.button.more.right:hover::after,
	.button.more.right:focus::after,
	.button.more.right:active::after,
	.button.send:hover::after,
	.button.send:focus::after,
	.button.send:active::after {
		opacity: 1;
		top: 0px;
		right: 0px;
	}

	.wpcf7 .half-left {
		padding-right: 20px;
	}

	.wpcf7 .half-right {
		padding-left: 20px;
	}

	.wpcf7 .half-left .required {
		right: 20px !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1024px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height from 1024px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1024px to 1280px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1280px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1280px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 1280px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1280px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1440px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1440px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1280px to 1600px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1600px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1600px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1440px to 1920px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) and (max-width: 119.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1600px to 1920px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) and (max-width: 119.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1920px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 120em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1920px to 2400px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 120em) and (max-width: 149.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 2400px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 150em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2880px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 180em) {
}