@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body{
	color: #fff;
	background-color: #000;
	height: 100%;
	font-family: "Segoe Ui";
}

header{
	color: white;
	width: 100%;
	background-color: black;
}

.logo{
	height: 117px;
	padding: 10px;
}

header span{
	position: relative;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	margin: 15px;
	/*top: 28px;*/
}

header span.nummer{
	position: absolute;
	font-style: inherit;
	background-color: #05569d;
	padding: 5px;
	right: 0px;
	/*margin-top: 0;*/
	font-size: 20px;
	/*top: 42px;*/
}

header .drop_arrow{
	display: inline-block;
	width: 15px;
}

table.preise {
	width: 100%;
	margin: 20px auto;
	background-color: #e6e6e6;
	color: #000;
}

table.topreflex{
	padding: 5px;
	background: white;
	margin: 0 auto;
}

table.topreflex input{
	border: 1px solid black;
}

table.preise th, table.preise td {
	text-align: center;
	padding: 8px;
}

table.preise th{
	text-align: center;
	background-color: #05569d;
	color: white;
}

/*table.preise tbody tr:hover{
	color: white;
	background-color: black;
}*/
table.preise tr:last-child{
	font-size: 10px;
}

table.preise tr:nth-child(even){background-color: #cecece}


.text{
	margin: 0 auto 30px;
	width: 50%;
	min-width: 700px;
}

.text.geld{
	margin: 0 auto 30px;
	width: 40%;
}

.text.center{
	text-align: center;
}

.text.center a{
	color: #05569d;
}

.text.center a:hover{
	color: #fff;
}

.text h4{
	text-align: center;
	margin: 20px 0;
}

.dreieck{
	width: 0;
	height: 0;
	border-bottom: 1000px solid red;
	border-right: 1000px solid transparent;
}


#lasten{
	background: url("lastenblau.jpg");
	background-repeat: no-repeat;
	padding-bottom: calc(100vh - 117px);
	padding-bottom: -moz-calc(100vh - 117px);
	padding-bottom: -webkit-calc(100vh - 117px);
	background-position: center;
	background-size: cover;
}

#start{
	background: url("startblau.jpg");
	background-repeat: no-repeat;
	padding-bottom: calc(100vh - 117px);
	padding-bottom: -moz-calc(100vh - 117px);
	padding-bottom: -webkit-calc(100vh - 117px);
	background-position: top;
	background-size: cover;
}

#kurier{
	background: url("kurierblau.jpg");
	background-repeat: no-repeat;
	padding-bottom: calc(100vh - 117px);
	padding-bottom: -moz-calc(100vh - 117px);
	padding-bottom: -webkit-calc(100vh - 117px);
	background-position: top;
	background-size: cover;
}

#moebel{
	background: url("moebelblau.jpg");
	background-repeat: no-repeat;
	padding-bottom: calc(100vh - 117px);
	padding-bottom: -moz-calc(100vh - 117px);
	padding-bottom: -webkit-calc(100vh - 117px);
	background-position: top;
	background-size: cover;
}

#moebel_klein{
	background: url("moebelblau.jpg");
	background-repeat: no-repeat;
	padding-bottom: 400px;
	background-position: top;
	background-size: cover;
}

#lasten_klein{
	background: url("lastenblau.jpg");
	background-repeat: no-repeat;
	padding-bottom: 400px;
	background-position: top;
	background-size: cover;
}

#kurier_klein{
	background: url("kurierblau.jpg");
	background-repeat: no-repeat;
	padding-bottom: 400px;
	background-position: top;
	background-size: cover;
}

.inhalt{
	overflow: hidden;
	margin-bottom: 30px;
}

.kontakt{
	padding: 10px;
	width: 100%;
	margin: 0px auto;
	display: block;
	color: #fff;
	text-align: center;
}

.kontakt form{
	text-align: center;
}

.kontakt input, .kontakt textarea{
	transition: all 0.5s ease-out;
	border: 2px solid #9c9c9c;
	padding: 10px;
	width: 80%;
	margin: 10px auto;
	display: block;
	color: white;
	font-family: "Segoe Ui";
}

.kontakt input.send{
	background-color: #05569d;
	border: none;
}

.kontakt input:focus, .kontakt textarea:focus{
	border-color: #fff;
}

.kontakt h2{
	text-align: center;
}

.kontaktieren h2{
	padding: 4%;
	width: 90%;
	margin: 30px auto;
	color: white;
	background-color: #05569d;
	text-align: center;
}

.kontaktieren{
	width: 50%;
	border: 3px solid #fff;
	padding: 50px;
	margin: 30px auto;
}

.kontaktnummer{
	text-align: center;
	font-size: 1em;
	display: inline-block;
	padding: 10px;
	border: 1px solid white;
	margin: 5px 5px;
}

.kontaktnummer:nth-child(odd){
}

.warum{
	transition: all 1s ease-out;
	box-sizing: border-box;
	opacity: 0;
	display: block;
	position: relative;
	width: 60%;
	height: 100px;
	background-color: #05569d;
	float: left;
	margin-top: 15px;
	padding: 15px;
	color: white;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymoveleft {
	0%   {left: -100px;}
	100% {left: 0px;}
}

/* Standard syntax */
@keyframes mymoveleft {
	0%   {left: -100px;}
	100% {left: 0px;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymoveright {
	0%   {right: -100px;}
	100% {right: 0px;}
}

/* Standard syntax */
@keyframes mymoveright {
	0%   {right: -100px;}
	100% {right: 0px;}
}

.warum:nth-child(odd){
	float: right;
	text-align: right;
}

.warum:nth-child(odd) .kasten{
	float: left;
}

.warum_text{
	font-size: 25px;
	position: absolute;
	height: 70px;
	display: flex;
	align-items: center
}

.warum:nth-child(odd) .warum_text{
	right: 15px;
}

h1{
	margin: 30px 0;
	font-size: 3em;
	text-align: center;
	color: white;
}

h3{
	position: absolute;
	top: 60%;
	left: 10%;
	font-size: 5em;
	color: white;
}

a {
	color: inherit;
	text-decoration: none;
}

.kasten{
	width: 70px;
	height: 70px;
	/*background-color: white;*/
	float: right;
}

.z{
	top: 0;
	margin: 0;
	color: #05569d;
}

footer{
	border-top: 1px solid #05569d;
	position: absolute;
	text-align: center;
	width: 100%;
	background-color: #000;
	padding: 10px;
	box-sizing: border-box;
}

footer span{
	color: #fff;
	margin: 10px 0;
	display: block;
	width: 100%;
}

footer .impressum{
	display: inline;
	margin: 10px;
}

footer .name{
	font-size: 12px;
	color: #fff;
}

footer img{
	width: 30px;
	margin: 10px;
}

footer .icon{
	margin-bottom: 0;
}

footer .credit{
	font-size: 10px;
	color: black;
}

[type="checkbox"], label {
	display: none;
}

/* declarations for the not-responsove-menu */

nav {
	width: 100%;
	background: #000;
	font-size: 16px;
	position: relative;
	z-index: 1000;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}

nav ul li {
	position: relative;
	float: left;
	list-style: none;
	color: #fff;
	transition: 0.5s;
}

nav ul li a {
	padding: 21px;
}

nav ul li:hover {
	background: #05569d;
	border-color: #05569d;
}

nav ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background-color: #000;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

nav ul ul li {
	float: none;
	width: 200px;
	border: 1px solid;
	border-top: none;
	border-color: #555;
}

nav ul ul li a {
	padding: 10px 20px;

}

/*nav ul ul li:last-child {
border-bottom: none;
}*/

nav ul li:hover > ul {
	top: 100%;
	left: 0;
}

nav ul ul li:hover > ul {
	top: 0;
	left: 200px;
}

/* Declarations for the responsive menu */

@media only screen and (max-width: 700px) {

	nav ul li:hover {
	background: #05569d;
	border: none;
	}

	nav ul ul li {
	border: none;
	}

	.text{
		width: 95%;
		min-width: 0;
	}

	h1{
		font-size: 2em;
	}

	h3{
		font-size: 2.5em;
	}

	.kontaktieren{
		width: 80%;
		padding: 10px;
	}

	.warum{
		width: 80%;
	}

	header span.nummer{
		display: none;
	}

	header{
		text-align: center;
		padding-bottom: 10px;
	}

	#lasten{
		background: url("lastenblau.jpg");
		background-repeat: no-repeat;
		padding-bottom: calc(100vh - 95px);
		padding-bottom: -moz-calc(100vh - 95px);
		padding-bottom: -webkit-calc(100vh - 95px);
		background-position: top;
		background-size: cover;
	}

	#start{
		background: url("startblau.jpg");
		background-repeat: no-repeat;
		padding-bottom: calc(100vh - 95px);
		padding-bottom: -moz-calc(100vh - 95px);
		padding-bottom: -webkit-calc(100vh - 95px);
		background-position: top;
		background-size: cover;
	}

	#kurier{
		background: url("kurierblau.jpg");
		background-repeat: no-repeat;
		padding-bottom: calc(100vh - 95px);
		padding-bottom: -moz-calc(100vh - 95px);
		padding-bottom: -webkit-calc(100vh - 95px);
		background-position: top;
		background-size: cover;
	}

	#moebel{
		background: url("moebelblau.jpg");
		background-repeat: no-repeat;
		padding-bottom: calc(100vh - 95px);
		padding-bottom: -moz-calc(100vh - 95px);
		padding-bottom: -webkit-calc(100vh - 95px);
		background-position: top;
		background-size: cover;
	}

	label.responsive-nav-label {
		position: relative;
		display: block;
		cursor: pointer;
		color: #fff;
	}

	label p{
		font-size: 22px;
	}

	label.responsive-nav-label span {
		margin-right: 10px;  
	}

	nav {
		position: absolute;
		top: -9999px;
		padding: 10px;
	}

	input#responsive-nav[type=checkbox]:checked ~ nav {
		position: relative;
		top: 0;
	}

	nav a:after {
		display: none;
	}
	nav ul{
		display: block;
	}

	nav li {
		float: none !important;
		width: 100% !important;
		border-bottom: none !important; 
	}

	nav li a {
		margin-bottom: 10px !important;
		padding: 10px 20px !important; 
		background: #4a4a4a;
	}

	nav ul li:hover {
		background: none;
	}

	nav ul li a:hover {
		background: #05569d;
	}

	nav ul ul {
		position: relative !important;
		width: 100%;
		left: 0 !important;
		top: 0 !important;
		background: none !important;
		box-shadow: none;
	}

	nav ul ul li {
		padding-left: 30px;
	}

}

@media only screen and (max-width: 1000px) {
	.text{
		width: 90%;
		min-width: 0;
	}
}

@media only screen and (max-width: 900px) {
	h3{
		font-size: 3em;
	}
}


@media only screen and (max-width: 600px) {
	.warum{
		width: 94%;
	}

	h3{
		font-size: 2em;
	}

	table.preise th, table.preise td {
		font-size: 14px;
	}
}

