/*
Theme Name: Amelie Seeland
Theme URI: https://amelie-seeland.de
Author: Julian Spangenberg
Author URI: https://spangenberg-medien.de/
Description: Amelie Seeland is a specific Theme for Amelie Seeland.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: as
*/
#wp-admin-bar-top-secondary {
	margin-top: 0 !important;
}
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	image-rendering: -webkit-optimize-contrast;
	font-size:16px; /*100%*/
	line-height: 1.15;
	margin:0 !important;
}
@media(min-width:2575px){
	html{
		font-size: 22px;
	}
}
@media(min-width:1921px) and (max-width:2575px){
	html{
		font-size: calc(14.137px + 0.305vw);
	}
}
@media(min-width:1301px) and (max-width:1920px){
	html{
		font-size: 20px;
	}
}
@media(min-width:1081px)and (max-width:1300px){
	html {
		font-size:calc(8.182px + 0.909vw);/*font-size:20px;/*125%*/
	}
}
@media(min-width:1081px){
	html .big {
		font-size:1.125em;
	}
	html .rbig {
		font-size:1.25rem;
	}
	html .bigger {
		font-size:1.125em;
	}
	html .small {
		font-size:0.8em;
	}
	html .rsmall {
		font-size:0.8rem;
	}
	html .smaller {
		font-size:0.7em;
	}
	html .small .big {
		font-size:1.25em;
	}
}
@media(min-width:811px) and (max-width:1080px){
	html {
		font-size:calc(10px + 0.741vw);/*font-size:1.851vw;*/
	}
}

@media(min-width:390px) and (max-width:810px){
	html {
		font-size:calc(12.143px + 0.476vw);
	}
}
@media(max-width:809px){
	body {
		line-height: 1.6 !important;
	}
	html .big {
		font-size: 1.125em;
	}
}
@media(max-width:389px){
	html{
		font-size: 14px;
	}
}
/***VARS**/
:root {
	--font: "ams basic", arial, sans-serif;
	--font-display:"ams display",arial,sans-serif;
	--font-head:"ams head",arial,sans-serif;
	--white: 255,255,255;
	--black: 30,30,30;
	--grey: 100,100,100;
}
/**END VAR**/
.rem {
	font-size:1rem;
}
.big {
	font-size:1.25em;
}
.rbig {
	font-size:1.25rem;
}
.bigger {
	font-size:1.125em;
}
.small {
	font-size:0.875em;
}
.rsmall {
	font-size:0.875rem;
}
.smaller {
	font-size:0.75em;
}
.small .big {
	font-size: 1.14286em;
}
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
	outline:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong, .bold {
	font-weight: 700;
}
.stronger, .bolder {
	font-weight:900;
}
.light {
	font-weight:300;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled]:not([readonly]) {
	cursor: default;
	opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="checkbox"], 
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.25em;
	padding: 0;
	font-size: 1em;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}
input[type="checkbox"] ~ *, input[type="radio"] ~ * {
	vertical-align: 0.25em;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}
fieldset > :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/** 3.0 - Typography */
body,
button,
input,
select,
textarea {
	font-family: var(--font);
	font-size: 1rem;
	font-weight:400;
	line-height:1.5;
	color:rgb(var(--black));
}
.ams_head{
	font-family:var(--font-head);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height:1.25;
	text-rendering: optimizeLegibility;
}
h1, .h1 {
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0.5em;
	letter-spacing: 0;
	text-align:center;
}
.site-main h1.noupper, .site-main .h1.noupper {
	text-transform: none;
}
h2, .h2 {
	font-size: calc(1.5em + 1vw); /*2em*/
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-align:center;
}
* + h2, * + .h2 {
	margin-top:1.5em !important; 
}
h1 + h2, h1 + .h2, .h1 + .h2, .h1 + .h2 {
margin-top: -0.4em !important;
}
.hide + h2, .hide + .h2 {
	margin-top:0 !important; 
}
h2 + *, .h2 + * {
	margin-top:1em !important; 
}
.h1 + h2, .h1 + .h2 {
	margin-top:-0.375em !important;
	font-size: calc(1.325em + 1vw);
}
h3, .h3 {
	font-size:1.2em;
	font-weight:800;
}
h3 + *, .h3 + * {
	margin-top:1em !important;
}
* + h3, * + .h3 {
	margin-top:1.5em; 
}
@media(max-width:1920px){
	h2, .h2 {
		font-size: calc(1.5em + 1vw);
	}
}
@media(min-width:811px) and (max-width:1450px){
	h1, .h1 {
		font-size: calc(1.25em + 3.3vw);
	}
}
@media(max-width:810px){

	h1, .h1 {
		font-size: calc(1.25em + 3vw);
	}
	h2, .h2 {
		font-size:1.75em;
	}
	h3, .h3 {
		font-size:1.125em;
	}
}
p {
	margin:0;
}
h1 + p, h2 + p, p + *, ul + *, ol + * {
	margin-top: 1em !important;
}
form p + p {
	margin-top: 0.5em !important;
}
.nowrap {
	white-space:nowrap;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
address {
	font-style: normal;
	margin: 0.5em 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: var(--font);
}
pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}
abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}
mark, ins {
	background: rgba(135, 190, 230, 0.35);
	color: inherit;
	padding: 0.0625em 0.5em;
	text-decoration: none;
	border-radius: 0.663em;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.fleft {
	float:left;
}
.fright, .col.fright {
	float:right;
}
.fcenter {
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}
.dtable {
	display:table;
}
.dcell,
.dtable > * {
	display:table-cell;
	vertical-align: top;
}
.dtable > * {
	display:table-cell;
}
.drow,
.dtable > .drow {
	display:table-row;
}
.dnone, .hide {
	display:none;
}
.inline {
	display:inline;
}
.upper {
	text-transform:uppercase;
	letter-spacing: 0.5px;
}
/*** 4.0 - Elements */
body {
	overflow-x: hidden;
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: rgb(var(--black));
	border: 0;
	height: 1px;
	margin: 2em auto !important;
}
ul,
ol {
	margin: 0 0 0 1.25em;
	padding: 0;
}
ul {
	list-style: square;
	list-style-type: square;
}
ul ul {
	list-style:none;
}
ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 600;
}
dd {
	margin: 0 0 1.75em;
}
ul.clearlist, ol.clearlist {
	margin: 0;
	list-style: none;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
del {
	opacity: 0.8;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #d1d1d1;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
	
}
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 0.4375em;
	border: 1px solid #d1d1d1;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: rgb(var(--grey));
	font-family: var(--font);
	font-weight:400;
	font-size: 1em;
	opacity:0.5;
}
:-moz-placeholder {
	color: rgb(var(--grey));
	font-family: var(--font);
	font-weight:400;
	font-size: 1em;
	opacity:0.5;
}
::-moz-placeholder {
	color: rgb(var(--grey));
	font-family: var(--font);
	font-weight:400;
	font-size: 1em;
	opacity:0.5;
}
:-ms-input-placeholder {
	color: rgb(var(--grey));
	font-family: var(--font);
	font-weight:400;
	font-size: 1em;
	opacity:0.5;
}
/* 5.0 - Forms */
input, select, textarea, button {
	line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: rgb(var(--grey));
	border: 0;
	border-radius: 0.25em;
	color: #fff;
	font-family: var(--font);
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.5em 1.5em 0.5em !important;
	text-transform: none;
	font-size:inherit;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: rgba(var(--black),0.5);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted transparent;
	outline-offset: -4px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"],input[type="checkbox"], input[type="radio"], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgb(var(--white));
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0.25em;
	color: rgb(var(--black));
	padding: 0.625em 1em 0.625em;
	width: 100%;
	font-weight: 400;
	box-shadow: 0 0 0.375em rgba(var(--grey),0.3);
}
input[type="checkbox"]:not(.ac-identifier), input[type="radio"] {
	width: 1.5em;
	height: 1.5em !important;
	padding: 0;
	cursor: pointer;
	position: relative;
}
input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
	content: "\e80f";
	font-family: "web-icon";
	color: rgb(2, 225, 2);
	font-size: 1.5em;
	position: absolute;
	line-height: 1;
	text-shadow: 1px 1px 0px rgb(var(--grey),0.5);
	left: 0.1em;
	top: -0.15em;
}
.select-wrapper {
	position: relative;
}
.select-wrapper::before {
	content: "";
	border: solid 0.75em transparent;
	border-top: solid 1em rgb(223,224,226);
	position: absolute;
	font-size: 0.5em;
	top: 50%;
	right: 1em;
	margin-top: -0.425em;
}
select {
	padding-right: 1.75em !important;
	text-overflow: ellipsis;
}
select option[value=""] {
	color: rgb(223,224,226);
	font-weight: 400;
}
@media(max-width:1300px){
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
		font-size:0.875em;
	}
}
input[readonly]{
	color: rgb(100,100,100);
	outline: 0;
}
input[readonly]::selection{
	background:none;
}
input[type="text"]:not([readonly]):focus,
input[type="email"]:not([readonly]):focus,
input[type="url"]:not([readonly]):focus,
input[type="password"]:not([readonly]):focus,
input[type="search"]:not([readonly]):focus,
input[type="tel"]:not([readonly]):focus,
input[type="number"]:not([readonly]):focus,
textarea:focus {
	background-color: #fff !important;
	color: rgb(var(--grey));
	outline: 0;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 0;
}
.wpcf7-checkbox {
	padding-left: 3em;
	display: inline-block;
	position:relative;
}
.wpcf7-checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 1.5em !important;
	height: 1.5em !important;
	background: rgb(255,255,255);
	border: solid 0.25em transparent;
	border-radius: 0.25em;
	margin-bottom: -0.5em;
	position:absolute;
	top:0;
	left: 0;
}
.small .wpcf7-checkbox input[type="checkbox"] {
	width: 2em !important;
	height: 2em !important;
}
.wpcf7-checkbox input[type="checkbox"]:checked {
background-color:rgba(var(--black),0.5);
}
.wpcf7-checkbox.wpcf7-not-valid input[type="checkbox"] {
border-color:#dc3232;
}
span.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 0;
	right: 0.5em;
	pointer-events: none;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip {
	right: auto;
	left: 0;
	top: 1.25em;
}
.wpcf7-textarea + span.wpcf7-not-valid-tip {
	top: 0.625em;
}
.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: var(--font);
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

/* 6.1 - Links */
a {
	color: inherit;
	text-decoration: none;
	transition: all 250ms ease-in 50ms;
}
a:hover,
a:focus,
a:active {
	opacity: 0.75;
	transition: all 50ms ease 0ms;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
/**	 7.0 - Accessibility */
.screen-reader-text {
	display:none;
}
/**	 8.0 - Alignments */
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
/**	 9.0 - Clearings */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-main > article:before,
.site-main > article:after,
.main-menu:before,
.main-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-main > article:after,
.main-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}
/*** EDIT-LINK ***/
.edit-link:before {
	content:none !important;
}
.edit-link {
	float: right;
	position: relative;
	opacity: 0.2;
	z-index: 100;
	transform: translate(0.75em, -0.5em);
	height:0;
}
.edit-link:hover,
.edit-link:focus {
	opacity:1;
}
.edit-link:hover:before,
.edit-link:focus:before {
	content:'Inhalt bearbeiten';
	background-color:orange;
}
.post-edit-link::before {
	content: "\e81a";
	margin: 0.125em 0 -0.25em;
	position: absolute !important;
	right: 0;
	width: 1.5em;
	text-align: center;
	vertical-align: middle;
	height: 1.5em;
	border-radius: 0.75em;
	transition: background 150ms ease 0s;
	line-height: 1.5;
	font-family: 'web-icon';
}
.post-edit-link:hover::before, 
.post-edit-link:focus::before {
	background: rgb(0,255,0);
	opacity: 1;
}
.post-edit-link > * {
	display:none;
}
.edit-link + * {
	margin-top: 0 !important;
}
.single .page-content > .edit-link  {
	position: absolute;
	right: 2vw;
	margin-top: 1em;
}
.single .alignnone.size-content_wide {
	display: block;
	margin: 0 auto;
	padding: 1em 0;
}
/**	 10.0 - Widgets */

/****************************************
*******	 LAYOUT *************************
*****************************************/
/**	 11.0 - Content */
.site {
	margin:auto;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
.site-main {
	word-wrap: break-word;
	font-size: calc(0.25em + 0.75vw);
}
.site-main .page .content {
	max-width: 65em;
}
.content, .site-main .page .wide-content .content, .wide-content {
	margin: auto;
	max-width: 84em;
	position: relative;
}
.section.small-content > .content{
	max-width: 48rem !important;
}
.section.full > .content,
.section.full-content > .content{
	max-width:none;
}
.col {
	float:left;
	width:100%;
}
.span1-1 {
	width:100%;
}
.span1-2 {
	width:50%;
}
.span1-3 {
	width:33.333%;
}
.span2-3 {
	width:66.666%;
}
.span1-4 {
	width:25%;
}
.span3-4 {
	width:75%;
}
.section::after, 
.box::after, 
.innercol::after, 
.content::after, 
.multicol::after, 
.gallery::after, 
.clear::after{
	content: "";
	clear: both;
	display: table;
	border-spacing: 0;
}
.multicol {
	margin: 0 -0.5rem;
}
.innercol {
	margin: -1rem;
}
div + .innercol {
	margin: 1em -1rem 0em;
}
.multicol > .col > .box {
	margin: 0.5em;
	padding: 2rem;
}
.multicol > .col.shadow > .box,
.innercol > .col.shadow > .box,
.innercol.shadow {
	box-shadow: 0 0 1em rgb(var(--black),0.15);
}
.innercol.shadow {
	margin:0;
	padding:1em;
	position:relative;
	overflow:hidden;
}
.round, .col.round > .box {
	border-radius:1em;
}
.round li figure{
	border-radius: 50% !important;
}
.round-small, .col.round-small > .box {
	border-radius:0.4em;
}
.innercol > .col > .box {
	margin: 0.5em;
	padding: 0.5em;
}
.col.empty > .box,
.col.blanc	> .box,
.parallax .box {
	background-color:transparent;
	box-shadow:none;
	padding:0 !important;
}
.nopadding, .nopadding .box{
	padding:0 !important;
}
.nopadding .multicol > .col > .box,
.nopadding .multicol > .col > .box .wpb_content_element {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.nopadding-top, .nopadding-top .box {
	padding-top:0 !important;
}
.nopadding-bottom, .nopadding-bottom .box {
	padding-bottom:0 !important;
}
.nopadding-left, .nopadding-left .box {
	padding-left:0 !important;
}
.nopadding-right, .nopadding-right .box {
	padding-right:0 !important;
}
.vc_grid.vc_row .vc_grid-item {
	float: left !important;
	min-height: 0;
}
section, .section {
	clear:both;
	max-width: none;
	padding-bottom:2rem;
	padding-top:2rem;
	position:relative;
}
ul.checked,
ul.featured {
	margin-left: 1.5em;
	list-style:none;
}
ul.featured li:before, 
ul.checked li:before {
	content: "\e80f" !important;
	margin-right: 0em !important;
	margin-left: -1.5em !important;
	font-family: "web-icon";
	color: currentColor;
	background: none;
	font-weight: normal !important;
	float:left;
}
ul.featured li::before {
	content: "\e80b" !important;
}
ul.featured li, ul.checked li {
	margin-left: 0.125em !important;
	margin-top:0.25em;
	margin-bottom:0.25em;
	font-size: inherit;
}
ul.featured + *, ul.checked + * {
	margin-top: 2em !important;
}

/** PARALLAX **/
.parallax {
	margin: 0 auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
	overflow:hidden;
	background-size:cover;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding-top: 33.334%;
	max-height:700px;
	min-height:25rem;
}
.parallax .box {
	background-color: rgba(var(--white), 0.5);
	min-height: 3rem;
	margin: 0 auto !important;
	max-width: 1000px;
}
@media (max-width:999px) {
	.parallax {
		background-attachment:scroll;
		background-position:50% 40% !important;
	}
}
.parallax > .content {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0px;
	max-width: none;
	margin: 0 auto !important;
	left: 50%;
	transform: translateX(-50%);
}
.content.wpb_button, .content .wpb_content_element, .content ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0px;
}
/**	 MARKERCOLOR */
.white .h1,
.white.h1 {
	color:rgb(var(--white));
}
.button.info {
	margin: 0 !important;
}
.button.black + .button-info-black {
	margin: 0 0em 0 -2em;
	background-color: rgba(var(--grey),0.8);
	color: rgb(var(--white));
	border: 0em solid transparent;
	font-weight: normal;
	padding: 0.5em 2em 0.5em 4em;
	text-decoration: none;
	border-radius: 1em;
	display: inline-block;
	text-transform: none;
	line-height: 1;
}
.bg_cover {
	background-size: cover;
}

/**	 14.0 - Media Queries */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width:1199px) {
	.site {
		overflow:hidden; 
	}
}

@media (max-width:820px) {
	.content {
		display:block;
	}
	.multicol > .col > .box {
		margin: 0.5em;
		padding: 1rem 2rem;
	}
	.innercol.shadow {
		padding:0;
	}
	.col-left, .col-right, 
	.col.col-left, .col.col-right {
		display:block;
		width:100%;
		padding:0 1.75rem;
		clear:both;
		float:left;
	}
	.col-right {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.col{
		width:100% !important;
		margin:0 !important;
		clear:both;
	}
	section, .section,
	.content-width {
		margin-right:0 !important; 
	}
	.section:first-child {
		padding-top:0rem;
		padding-bottom:3rem;
	}
}
@media (max-width:599px) {
	.empty .gallery {
		margin: 0rem;
	}
}
@media (max-width:464px) {
	.multicol > .col > .box {
		padding: 1rem 1.5rem;
	}
}
/**AMS Spezific**/
