:root {
	/*font-family*/
	--dallmayer-font-family: Arial, Cambria, serif;
	
	/*colors*
	--dallmayer-text-color-main: black; /*black*/
	--dallmayer-primary-color: #B2071D; /*dark red*/
	--dallmayer-secondary-color: #E7B0AC; /*light red*/
	--dallmayer-tertiary-color-dark: #807875; /*dark grey*/
	--dallmayer-tertiary-color-light: #878787; /*light grey*/
	--dallmayer-white: white; /*white*/
	--dallmayer-background: #f7f7f7; /*grey*/
	--dallmayer-deny-dark: #2596be; /*dark blue*/
	--dallmayer-deny-light: #29AFDE; /*light blue*/
	
	/*font-sizes*/
	--dallmayer-mobile-default-font-size: 18px;
	--dallmayer-mobile-small-font-size: 16px;
	--dallmayer-tablet-default-font-size: 18px;
	--dallmayer-tablet-small-font-size: 16px;
	
	/*transitions*/
	--dallmayer-transition-duration: .6s;
}

body {
	font-family: Arial, Cambria, serif;
	font-size: 18px;
	background-color: var(--dallmayer-background);
	margin: 0;
}
article {
	margin: 2% 15% 4% 15%;
}
.Einschub40px {
	margin-left: 40px;
}
h1, h2, h3 {
	color: var(--dallmayer-primary-color);
}
h1 {
	font-size: 2rem;
	line-height: 3rem;
}
h2 {
	font-size: 1.25rem;
}
h3 {
	font-size: 18px;
}
article img {
	height: 90px;
}
#article-image {
	text-align: right;
}

#dallmayer-back-link {
	margin-left: 15%;
	margin-right: 15%;
}

/*footer*/
#dallmayer-footer {
	display: flex;
	padding-left: 15%;
	padding-right: 15%;
	background-color: var(--dallmayer-white);
	align-items: center;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	color: #333;
	position: relative;
}
#dallmayer-footer-col-1 {
	width: 33.3%;
}
#dallmayer-footer-col-2 {
	width: 33.3%;
}
#dallmayer-footer-col-3 {
	width: 33.3%;
}
#dallmayer-footer-col-2 .style_std {
	padding-left: 12%;
	margin: 0;
}
#dallmayer-footer-col-3-link-1 {
	padding-bottom: 1rem;
}
.style_footer_links {
	line-height: 1.5;
}
#dallmayer-footer-col-1:after {
	content: "";
	background-color: var(--dallmayer-secondary-color);
	position: absolute;
	width: 1px;
	height: 73px;
	left: 36%;
	bottom: 50px;
	display: block;
}

#dallmayer-footer-col-2:after {
	content: "";
	background-color: var(--dallmayer-secondary-color);
	position: absolute;
	width: 1px;
	height: 73px;
	left: 66%;
	bottom: 50px;
	display: block;
}

#dallmayer-footer-col-1 img {
	height: 60px;
}
	
#dallmayer-footer-col-1-subtext {
	width: 80%;
    margin: auto;
    padding-top: 4%;
	text-align: center;
}

.style_std {
    font-size: var(--dallmayer-tablet-default-font-size);
    font-weight: 400;
    box-sizing: border-box;
    text-align: left;
	line-height: 1.4em !important;
}

.style_footer_links, #dallmayer-agb-datenschutz-backlink a, #index a{
	text-decoration: none;
	color: var(--dallmayer-primary-color);
	transition: var(--dallmayer-transition-duration) color;
	font-weight: bold;
}

.style_footer_links:hover, #dallmayer-agb-datenschutz-backlink a:hover, #index a:hover {
    color: var(--dallmayer-secondary-color);
    transition: var(--dallmayer-transition-duration) color;
	text-shadow: none;
}

#dallmayer-agb-datenschutz-title-link {
	text-decoration: none;
	color: var(--dallmayer-tertiary-color-light);
	transition: var(--dallmayer-transition-duration) color;
	font-weight: bold;
}

#dallmayer-agb-datenschutz-title-link:hover {
    color: var(--dallmayer-secondary-color);
    transition: var(--dallmayer-transition-duration) color;
	text-shadow: none;
}

#dallmayer-agb-datenschutz-backlink {
	text-align: center;
}

#index #dallmayer-footer {
	position: absolute;
    bottom: 0;
    width: 70vw 
}

@media only screen and (max-width: 480px) {
	article {
		margin: 2% 5% 4% 5%;
	}
}

@media only screen and (max-width: 1200px) {
	#index #dallmayer-footer {
		bottom: unset;
	}
	#dallmayer-footer {
		flex-direction: column;
	}
	#dallmayer-footer-col-1 {
		width: 100%;
		padding-bottom: 1rem;
		border-bottom: var(--dallmayer-secondary-color) solid 1px;
	}
	#dallmayer-footer-col-2 {
		width: 100%;
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-bottom: var(--dallmayer-secondary-color) solid 1px;
	}
	#dallmayer-footer-col-3 {
		padding-top: 1rem;
		width: 100%;
	}
	#dallmayer-footer-col-2 .style_std {
		text-align: center;
		padding-left: 0;
	}
	#dallmayer-footer {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	#dallmayer-footer-col-1:after {
		display: none;
	}
	#dallmayer-footer-col-2:after {
		display: none;
	}
	#dallmayer-footer-col-1-subtext {
		padding-top: 1rem;
	}
	#dallmayer-footer-col-1 img {
		height: 90px;
	}
	#article-image {
		text-align: center;
		padding-top: 2rem;
	}
}