@charset "UTF-8";


html {
	height: 100%;
	position: relative;
}

body {
	-webkit-text-size-adjust: none;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.2rem;
	color: #000;
	background-color: #e94e1b;
	height: 100%;
	margin: 0;
	padding: 0;
	transition: background-color 0.2s ease;
	position: relative;
}

img {
	width: 100%;
}

.logo_ce {
	margin: 0 auto;
	padding-top: 8vw;
	max-width: 100px;
}


#claim {
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	font-weight: 300;
}

.button {
	position: relative;
	background-color: #ffffff42;
	border: none;
	color: white;
	padding: 4px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	left: 50%;
	margin-left: -49px;
	margin-top: 50px;

}



/* Keep footer at bottom */
* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

.main_container {
	min-height: 100vh;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 100px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #e94e1b;
	text-align: center;
}

/* end of keep footer at bottom */



/* CONTAINER */

.content_text {
	max-width: 100vw;
	margin: 0 40px;
}

.footer_start {
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 50%;
	margin-left: -120px;
	color: #fff;
}



/* FONTS */

h1 {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 100;
	font-size: 2rem;
	line-height: 2.7rem;
	margin-bottom: 20px;
	padding: 0;
}

h2 {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	line-height: 1.8rem;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 100;
	font-size: 0.8rem;
	line-height: 26px;
	margin: 0;
	padding: 0;
}


p {
	line-height: 1.3em;
}

.centered {
	text-align: center;
}





.legal {
	padding: 10px 0 30px;
}

.legal a {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 0 2px;
}

a {
	text-decoration: none;
	color: #000000;
}

.spacer_top {
	padding-top: 140px;
}

.spacer_bottom {
	padding-bottom: 50px;
}

h1.spacer_top.datenschutz_mob {
	display: none
}

footer h4 {
	padding-top: 50px;
	color: #3d3d3d;
	font-weight: 300;
}

footer a {
	color: #3d3d3d;
}

.white {
	color: #fff;
}

.white a {
	color: #fff;
}

.font_background {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 2px;
}


.link_active {
	opacity: 0.4;
}

.blackish {
	background-color: rgba(0, 0, 0, 0.2);
}




/* BACK TO TOP */

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 40px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0) url(../images/arrow_up_black.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 4;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 0.8;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: rgba(222, 115, 170, 0.85);
	opacity: 1;
}