﻿/* rubik-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/rubik-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/rubik-v28-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* anton-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/anton-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
	font-family: Rubik, Verdana, sans-serif;
	font-size: 18px;
}
.wrap {
	height: 100%;
	min-height: 100%;
	max-width: 390px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
h1 {
	font-size: 2.5rem;
	font-family: Anton, Verdana, sans-serif;
	margin-bottom: .3em;
}
.h1 {
	font-size: 2rem;
}
.subtitle {
	font-size: 1.2rem;
	letter-spacing: .17rem;
}
header, main, footer {
	margin: 0 20px;
}
header, main {
	padding-bottom: 80px;
}
.red {
	color: #7c0000;
}
.referenzen {
	margin: 50px 0;
	font-weight: 700;
}
a {
	color: #7c0000;
	text-decoration: none;
}
a:hover {
	text-decoration: hover;
}
button {
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	color: #7c0000;
	border: 2px solid #7c0000;
	border-radius: 0;
	font-weight: 700;
	cursor: pointer;
}

/* The Modal (background) */
body.script .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
body.script .modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
body.script .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

body.script .close:hover,
body.script .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
body.noscript .modal {
	margin: 0 20px;
}
body.noscript .close,
body.noscript button {
	display: none;
}
 
