@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-image: url(../images/hexbgdark.png);
	background-color: #1A1A1A;
	background-attachment: fixed;
	margin-top: 3em;
}

p,
a,
ul,
ol {
	font-family: 'Ubuntu Mono', monospace;
	font-size: 1.2em;
}

nav li a,
nav li a:visited {
	font-size: 1.2em;
	text-decoration: none;
	color: rgb(26, 26, 26);
}

nav li a:hover,
a:active {
	color: rgb(204, 204, 204);
	text-shadow:
		-1px -1px 0 rgb(100, 100, 100),
		1px -1px 0 rgb(100, 100, 100),
		-1px 1px 0 rgb(100, 100, 100),
		1px 1px 0 rgb(100, 100, 100);
}

.logoJirweb img {
	height: 2em;
	width: auto;
	float: left;
	position: relative;
	margin: 0.35em;
}

.services td {
	padding: 0.2em;
	font-family: 'Ubuntu Mono', monospace;
	font-size: 1.15em;
}

img {
	width: 100%;
	height: auto;
}

img.hochformat {
	height: auto;
	width: auto;
}

figure.box-shot {
	margin: 0 auto;
	padding: 1em;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.benefits .features ol {
	font-size: 1em;
}

.benefits .features li {
	margin-bottom: 0.5em;
}

.features ol>li {
	font-weight: bold;
}

.features ul {
	font-size: 0.9em;
}

.features li {
	margin: 0.5em;
}

.minimizing {
	font-weight: bold;
}

.cta {
	text-align: center;
	line-height: 1.5em;
}

/* # Referenzen Slider #  */
@keyframes slide {
	form {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.logos {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.logos-slide {
	display: inline-block;
	padding: 2em 0em;
	margin-bottom: -1em;
	animation: 35s slide infinite linear;
}

.logos-slide img {
	height: 3.5em;
	width: auto;
	margin: 0em 1.5em;
}

figcaption {
	font-family: 'Ubuntu Mono', monospace;
	font-style: italic;
	font-size: 0.9em;
}

a.weiter {
	float: right;
	margin-bottom: 1em;
	padding: 0.7em;
	border: solid 1px;
	border-radius: 0.5em;
	text-decoration: none;
}

/* # Referenzen Slider # */

a.button {
	float: left;
	margin-bottom: 1em;
	padding: .7em;
	border: solid 1px;
	border-radius: .5em;
	text-decoration: none;
	background-color: rgb(255, 255, 255);
}

a.button:active,
a.button:hover {
	background-color: rgb(110, 110, 110)
}

/* HEADER */
h1 {
	font-family: 'Lobster', cursive;
	position: relative;
	top: 2em;
	width: 80%;
	margin: 0 auto;
	border-radius: 0.5em;
	background: rgba(204, 204, 204, 0.7);
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
	padding: 0.5em;
	font-size: 1.2em;
	text-align: center;
	text-shadow: #FFF 1px 1px;
}

header nav {
	position: fixed;
	top: 0;
	height: 3em;
	border-top: 1px solid rgb(100, 100, 100);
	border-bottom: 1px solid rgb(26, 26, 26);

	background: rgba(26, 26, 26, 1);
	background: -moz-linear-gradient(bottom, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(26, 26, 26, 0.5)), color-stop(100%, rgba(100, 100, 100, 0.1)));
	background: -webkit-linear-gradient(bottom, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: -o-linear-gradient(bottom, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: -ms-linear-gradient(bottom, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: linear-gradient(to top, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	z-index: 3;
}

.header-image {
	height: 10em;
}

.startseite {
	background: url(../images/Jirko-Weber-IT-Service.png) top center no-repeat;
}

.impressum {
	background: url(../images/Impressum_Jirko_Weber_IT-Service.png) center center no-repeat;
	background-size: 100% 100%;
}

.datenschutz {
	background: url(../images/datenschutz-jirweb.png) center center no-repeat;
	background-size: 100% 100%;
}

.AnyDesk {
	position: absolute;
	float: left;
	margin-top: 0.5em;
	margin-left: 0.5em;
}

.AnyDesk img {
	width: 40%;
}

/* ENDE HEADER */

.content {
	background-color: rgb(204, 204, 204);
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1.0rem;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

.content h2 {
	font-family: 'Ubuntu Mono', monospace;
	font-size: 2em;
	margin: 0.5em 0em;
}

.content h3 {
	font-family: 'Ubuntu Mono', monospace;
	font-size: 1.3em;
}

section:last-of-type .content:last-of-type {
	margin-bottom: 4em;
}

/* Kontakt */
/* .contact {
    padding-top: 1em;
    text-align: center;
}

.contact h3 {
    margin-bottom: -0.5em;
}

.contact a:link, .contact a:visited, .contact a:hover, .contact a:active {
	text-decoration: none;
    color: #1A1A1A;
    font-size: 2em;
    font-family: monospace;
} */
/* ENDE Kontakt */

/* NEWSLETTER */
article.newsletter {
	margin-bottom: 1.5em;
}

form.nl-form {
	padding: 0.7em;
	border: solid 1px rgb(210, 210, 210);
	border-radius: 0.5em;
	text-align: center;
}

form.nl-form h4 {
	background: rgb(220, 220, 220);
	padding: 1em;
	margin: 0;
	width: 100%;
	font-size: 0.9em;
}

form.nl-form input[type="text"] {
	margin-bottom: 0.5em;
	border-radius: 0.3em;
}

/* ENDE NEWSLETTER */

/* DATENSCHUTZ */
section#datenschutz article {
	margin-bottom: 4em;
}

/* ENDE DATENSCHUTZ */

/* IMPRESSUM */
section#impressum article {
	margin-bottom: 4em;
}

/* ENDE IMPRESSUM */

/* Fussbereich */
footer {
	display: block;
	position: fixed;
	bottom: 0;
	height: 3em;
	border-top: 1px solid rgb(100, 100, 100);
	border-bottom: 1px solid rgb(26, 26, 16);

	background: rgba(26, 26, 26, 1);
	background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26, 26, 26, 0.5)), color-stop(100%, rgba(100, 100, 100, 0.1)));
	background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: -o-linear-gradient(top, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: -ms-linear-gradient(top, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(26, 26, 26, 0.5) 0%, rgba(100, 100, 100, 0.1) 100%);

	z-index: 10001;
}

footer nav ul {
	margin-bottom: 0;
}

/* ENDE Fussbereich */

/* Raster */
/* maximale Breite der Inhalte */
.wrapper {
	max-width: 75rem;
	margin: 0 auto;
}

/* vertikale colorierte Zeile */
.row {
	background-color: rgb(204, 204, 204);
	width: 100%;
	float: left;
}

/* horizontale Spalten */
.column {
	float: left;
}

@media screen and (max-width: 37.5em) {

	/* 2 spaltiges Raster im kleinsten Layout */
	.small-1 {
		width: 50%;
	}

	.small-2 {
		width: 100%;
	}
}

@media screen and (min-width: 37.5em) {

	/* 12 spaltiges Raster im groessten Layout */
	.large-1 {
		width: 8.333333%;
	}

	.large-2 {
		width: 16.666666%;
	}

	.large-3 {
		width: 25%;
	}

	.large-4 {
		width: 33.333333%;
	}

	.large-5 {
		width: 41.666666%;
	}

	.large-6 {
		width: 50%;
	}

	.large-7 {
		width: 58.333333%;
	}

	.large-8 {
		width: 66.666666%;
	}

	.large-9 {
		width: 75%;
	}

	.large-10 {
		width: 83.333333%;
	}

	.large-11 {
		width: 91.666666%;
	}

	.large-12 {
		width: 100%;
	}
}

/* ENDE Raster*/

/* Hamburger-Icon verstecken */
.hamburger-menu {
	display: none;
}

/* Stile für Bildschirme über 600px */
@media screen and (min-width: 600px) {
	.AnyDesk img {
		width: 50%;
	}

	h1 {
		font-size: 1.5em;
	}
}


/* Stile für Bildschirme unter 1024px */
@media screen and (max-width: 1024px) {

	/* Hamburger-Icon anzeigen */
	.hamburger-menu {
		display: block;
		float: right;
		margin-right: 1em;
		margin-top: 0.5em;
	}

	nav ul.navbar-nav {
		display: none;
		width: 100%;
		/* Volle Breite des Bildschirms */
		margin: 0;
		/* Entfernt Margin */
		padding: 0;
		/* Entfernt Padding */
		background-color: #FFF;
		/* Hintergrundfarbe */
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		/* Leichter Schatten für Tiefe */
		position: absolute;
		top: 100%;
		/* Positioniert direkt unter dem Hamburger-Icon */
		left: 0;
		z-index: 1000;
		/* Stellt sicher, dass das Menü über anderen Elementen liegt */
	}

	/* Stil für jeden Menüpunkt im Head */
	nav ul.navbar-nav li {
		border-bottom: 1px solid #EEE;
		/* Weißer Rand unter jedem Menüpunkt */
		text-align: center;
		/* Mittige Ausrichtung des Textes */
		background-color: rgb(204, 204, 204);
		height: 3em;
		padding-top: 0.8em;
	}

	/* Stil für das sichtbare Menü */
	nav ul.navbar-nav.active {
		display: block;
		/* Zeigt das Menü an */
	}

	nav ul.footer-nav {
		list-style: none;
		float: right;
		margin-top: 0.1em;
		margin-bottom: 0.1em;
	}

	nav ul.footer-nav li {
		float: left;
		padding: 0.5em;
		margin-right: 0.5em;
	}

	.logos::before,
	.logos::after {
		position: absolute;
		top: 0;
		width: 50px;
		height: 100%;
		content: "";
		z-index: 2;
	}

	.logos::before {
		left: 0;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(204, 204, 204));
	}

	.logos::after {
		right: 0;
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(204, 204, 204));
	}

	.content h2 {
		font-size: 1.4em;
		font-weight: 700;
	}
}

/* Stile für Bildschirme über 1024px */
@media screen and (min-width: 1024px) {
	nav ul {
		float: right;
		list-style: none;
		margin-top: 0.1em;
	}

	nav li {
		float: left;
		padding: 0.5em;
		margin-right: 0.5em;
	}

	p,
	a,
	ul,
	ol {
		font-size: 1em;
	}

	figure {
		width: 50%;
		margin: 0 25%;
	}

	.logos:hover .logos-slide {
		animation-play-state: paused;
	}

	.logos::before,
	.logos::after {
		position: absolute;
		top: 0;
		width: 250px;
		height: 100%;
		content: "";
		z-index: 2;
	}

	.logos::before {
		left: 0;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(204, 204, 204));
	}

	.logos::after {
		right: 0;
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(204, 204, 204));
	}

	.AnyDesk img {
		width: 75%;
	}

	h1 {
		font-size: 1.7em;
	}

	figure.box-shot {
		width: 40%;
	}

	.benefits .features ol {
		font-size: 1.2em;
	}

	.benefits .features li {
		margin-bottom: 0.7em;
	}
}

/* Mailarchivierung */
#mailstore legend {
	padding: 20px;
	text-align: center;
}

#mailstore label {
	margin-top: 0.5rem;
}

#mailstore input {
	height: 2em;
	width: 95%;
	margin-top: 0.2em;
	padding-left: 0.5rem;
	border: none;
	border-radius: .5em;
}

#mailstore input:focus {
	outline: 0;
	border: 1px solid #95D2DF;
}

#mailstore .confirm {
	display: inline-block;
	vertical-align: middle;
}

#mailstore input[type=checkbox] {
	width: 1.1rem;
	height: 1.1rem;

}

#mailstore button#submit {
	height: 2em;
	width: 100%;
	margin-top: 0.2em;
	padding-left: 0.5rem;
	border: none;
	border-radius: .5em;
	-webkit-box-shadow: inset 0 1px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}

label.confirmmail,
input.confirmmail {
	display: block;
	visibility: hidden;
	top: 500rem;
}

label.confirmmail {
	display: none;
}

#mailstore #conditions {
	margin: 0;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

#mailstore #conditions li {
	padding: 0.25rem;
}

#mailstore .noinput {
	background-color: rgba(200, 200, 200, 0.5);
	-webkit-box-shadow: inset 0 0px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0px 5px 1px rgba(0, 0, 0, 0.3);
	text-align: right;
	margin-bottom: 0.75rem;
}

#mailstore button[type="submit"] {
	height: 3rem;
	margin: 1rem auto 1rem auto;
	box-shadow: inset 0px 39px 0px -24px #e67a73;
	background-color: #e4685d;
	border-radius: 6px;
	border: 1px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Ubuntu Mono', monospace;
	font-size: 15px;
	padding: 6px 15px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #b23e35;
}

#mailstore button[type="submit"]:hover {
	background-color: #eb675e;
}

#mailstore button[type="submit"]:active {
	position: relative;
	top: 1px;
}

section#order-mail-archive article {
	margin-bottom: 4em;
}

/* ENDE Mailarchivierung */