body {
	font-family: 'Mulish', sans-serif;

	padding-top: 20px;
	min-width: 300px;
	background-color: white;
	padding: 0;
	margin: 0 auto;
}

iframe {
	width: 100%;
	height: 560px;
	/*height: 80%;*/
	/*position: absolute;
	/*left: 0;
	top: 0;*/
}

/* clear bootstrap defaults */
h2, h3, h4, h5, h6 {
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	font-weight: bold;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

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

h1 {
	margin: 0;
	line-height: 3em;
	font-size: 3em;
	font-weight: 700;
}

h2 {
	font-size: 2.5em;
}

p {
	line-height: 1.45;
}

form {
	margin: 25px 0;
}

a {
	color: inherit;
	text-decoration: inherit;
}

a:hover {
	color: inherit;
}

.contact-flex {
	display: flex;
	justify-content: space-evenly;
}

#street {
	background-image: url("../assets/street.svg");
	background-repeat: repeat-x;
	background-size: auto 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
}

.video {
	padding-top: 56%;
	position: relative;
	background-color: white;
}

.header {
	width: 100%;
	background-color: white;
}

.title {
	text-align: center;
}

.centered {
	text-align: center;
}

img {
	width: 100%;
}

#doublestreet {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-origin: content-box;
	background-size: 100% 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#doublestreet img {
	margin-left: 50%;
	transform: translateX(-50%);
	object-fit: fill;
	width: 4000px;
}

#doublestreet-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, 
                rgb(255, 255, 255) 10%, 
                rgba(255, 255, 255, 0) 35%,
                rgba(255, 255, 255, 0) 65%,
                rgb(255, 255, 255) 90%
    );
}

#bandwidth-graph {
	width: 70%;
	margin: 0 auto;
}

#bandwidthButton {
	filter: none;
}

.sdcontainer::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	background-color: grey;
	position: relative;
}

.sdcontainer.alt {
	background-color: lightgrey;
}

.textbox {
	padding: 0 60px;
	padding-bottom: 40px;
	/*background-color: yellow;*/
	margin: 0 20px;
	margin: 0 auto;
	max-width: 1000px;
}

#managedwan {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

#managedwan div {
	margin-right: 0;
	padding-right: 0;
}

.textbox.right {
	text-align: right;
}

.textbox.center {
	text-align: center;
}

.textbox.alt {
	padding: 0 60px;
	text-align: right;
	width: 70%;
}

.textbox.float {
	float: right;
	width: 45%;
}

.textbox-heading {
	padding: 10px 60px;
	margin: 0 auto;
	max-width: 1000px;
}

.textbox-heading.alt {
	text-align: right;
}

.tbfloat {
	float: right;
}

.footer {
	background-color: #1D1D1D;
}

@media (max-width: 1120px) {
	.textbox#tbvideo {
		padding: 0;
	}
}

@media (max-width: 940px) {
	body {
		width: 100%;
	}

	h2 {
		font-size: 1.5em;
	}

	.video {
		padding-top: 80%;
	}

	#doublestreet {
		padding-top: 20px;
	}

	#doublestreet .textbox {
		position: relative;
		width: auto;
		text-align: left;
	}

	#doublestreet img {
		height: 300px;
		transform: translateX(-50%) translateY(-10%);
	}

	.textbox.alt {
		padding: 0;
	}

	.textbox {
		padding: 4%;
	}

	.textbox.float {
		padding: 4%;
	}

	.textbox-heading {
		padding: 10px 4%;
	}
}

ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}

ul li a {
	display: block;
	padding: 25px 40px;
	color: #818181;
	transition: .4s;
}

ul li:hover {
	color: #54595F;
}

textarea {
	font: inherit;
	font-style: inherit;
	min-height: 150px;
	height: 150px;
	resize: vertical;
}

.car {
	/*transform: rotate(90deg);*/
	width: 20px;
	position: absolute;
	top: -6px;
	left: -50px;
	animation-name: car1;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transition: 1s;
	padding-right: 100%;
}

.car img {
	transform: rotate(90deg);
}

.construction {
	height: 25px;
	width: auto;
	top: 72px;
	left: 50%;
	position: absolute;
}

.construction2 {
	left: calc(50% + 220px);
}

#car1 {
	top: -6px;
}

#car2 {
	top: 30px;
	animation-delay: 0.5s;
	animation-duration: 12s;
}

#car3 {
	top: 27px;
	animation-delay: 7s;
	animation-duration: 12s;
}

#car4 {
	top: 60px;
	animation-delay: 1s;
	animation-duration: 14s;
}

#car5 {
	top: 64px;
	animation-delay: -7s;
	animation-duration: 14s;
}

@keyframes car1 {
	from {transform: translate(0,0) }
	to {transform: translate(110%, 0) }
}

@keyframes car6 {
	0% { transform: translate(0, 0); }
	/*26% { transform: translate(45%, 0px) }
	28% { transform: translate(48%, -34px) }*/
	65% { transform: translate(110%, 0) }
	100% { transform: translate(110%, 0) }
}

@keyframes car7 {
	0% { transform: translate(0, 0); }
	26% { transform: translate(44%, 0) }
	30% { transform: translate(51%, -34px) }
	65% { transform: translate(110%, -34px) }
	100% { transform: translate(110%, -34px) }
}

@keyframes car8 {
	0% { transform: translate(0, 0); }
	65% { transform: translate(110%, 0px) }
	100% { transform: translate(110%, 0px) }
}

@keyframes car9 {
	0% { transform: translate(0, 0); }
	24% { transform: translate(41%, 0px) }
	28% { transform: translate(47%, -34px) }
	65% { transform: translate(110%, -34px) }
	100% { transform: translate(110%, -34px) }
}

@keyframes car10 {
	0% { transform: translate(0, 0); }
	40% { transform: translate(45%, 0px) }
	44% { transform: translate(48%, -34px) }
	100% { transform: translate(110%, -34px) }
}

#car6 {
	top: 60px;
	top: -8px;
	animation-name: car6;
	animation-duration: 14s;
}

#car7 {
	top: 30px;
	animation-name: car7;
	animation-delay: -12s;
	animation-duration: 14s;
}

#car8 {
	top: 27px;
	animation-name: car8;
	animation-delay: -7s;
	animation-duration: 14s;
}

#car9 {
	top: 64px;
	animation-name: car9;
	animation-delay: -6s;
	animation-duration: 14s;
}

#car10 {
	top: 64px;
	animation-name: car10;
	animation-delay: -2s;
	animation-duration: 14s;
}

/* contact form */
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical
}

button[type=submit] {
	background-color: #009cb3;
	color: #ffffff;
	size: 14pt;
	width: 150px;
	padding: 10px 30px;
	margin: 10px 0;

	border-style: unset;
	border-radius: 4px;
	font-size: 16px;

	cursor: pointer;

	transition: filter 0.3s ease;
}

button[type=submit]:hover {
	filter:brightness(85%);
}

button[type=submit]:active {
	filter:brightness(75%);
}

#submit-div {
	display: flex;
	width: fit-content;
}

.spinner-grow {
	width: 1.5em;
	height: 1.5em;
	margin: auto 15px;
	visibility: hidden;
}

.spinner-grow.visible {
	visibility: hidden;
}

.contact-container {
	width: 92%;
	margin: 0 auto;
	max-width: 1000px;
}

#maut {
	padding: 0 30px;
}

#maut-station {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.maut {
	animation-name: maut;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform-origin: bottom center;
	margin: 0 auto;
	opacity: 0;
}

.maut-bb {
	width: 70px;
	position: absolute;
	bottom: 4px;
	left: 50px;
	transform: translate(-50%);
}

@keyframes maut {
	0% { transform: scale(1.2) translate(0, 40px); opacity: 0; }
	15% { opacity: 1; }
	50% { opacity: 1; }
	90% { opacity: 0; }
	100% { transform: scale(0.2) translate(0, -40px); opacity: 0; }
}

.maut1 {
	width: 7%;
	left: 8%;
	animation-duration: 0s;
}

.maut1 img {
	animation-delay: 0s;
}

.maut2 img {
	animation-delay: 2.5s;
}

.maut3 img {
	animation-delay: 1.5s;
}

.maut4 img {
	animation-delay: 0.5s;
}

.maut5 img {
	animation-delay: 4s;
}

.maut6 img {
	animation-delay: 3s;
}

.maut2 {
	width: 8%;
	left: 16.5%;
}

.maut3 {
	width: 9%;
	left: 26.5%;
}

.maut4 {
	width: 7%;
	left: 47.5%;
	animation-delay: 2s;
}

.maut5 {
	width: 9%;
	left: 69%;
	animation-delay: 0s;
}

.maut6 {
	width: 8%;
	left: 90%;
	animation-delay: 4s;
}

/* quick fix */
@media (min-width: 574px) {
	#cp {
		text-align: right;
	}
}

button {
	background-color: #009cb3;
	color: #ffffff;
	size: 14pt;

	margin: 10px 30px;
	border-style: unset;
	/*border-radius: 8px;*/
	font-size: 16px;

	cursor: pointer;

	transition: filter 0.3s ease;
	transition: width 1s ease;
}

button img {
	user-select: none;
}

button:hover {
	filter:brightness(90%);
}

button:active {
	filter:brightness(80%);
}

#mail-status {
	background-color: #aaaaaa;
	border-radius: 4px;
	padding: 0 10px;
	margin: 0;
	width: fit-content;
	overflow: hidden;

	max-height: 0;
	transition: max-height 0.8s ease,
		padding 0.8s ease,
		margin 0.8s ease;
}

#mail-status.visible {
	max-height: 2em;
	padding: 10px 10px;
	margin: 5px 0;
}

#mail-status.success {
	background-color: #689f38;
}

#mail-status.error {
	background-color: #e53935;
}
