﻿@charset "UTF-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Francois+One);






img, a{ border: none;  }


aside, nav, article, figure, footer, section, p, h1, h2, h3  {
	display: block; margin:0; padding:0;
}


body {
	font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;
	background-color:#eee;
	margin: 0;
	padding: 0;
	color:#000;
	text-align:left;
	overflow-x: hidden


}


/*----------------------------------------------------- HEADER -------------------------------------------------*/


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



#top {
	background-color:#fff;
	max-width:1000px;
	height:auto;
	margin:0 auto ;
	position: relative;
	overflow:hidden

	}



.logo {
	float:left;
	margin:2rem 2rem;
	width:300px;
		}


#contact {
	position: absolute;
	height:160px;
	width:300px;
	right:0;
	top:230px;
	z-index: 999;
	display: none
}



.kontakt {
	position:absolute;
	right:-220px;
	margin:2rem 0 0 0;
	width:280px;
	font-size:1rem;
	border-radius:0.35rem 0 0 0.35rem;

	padding:.5rem 1rem;
	box-sizing:border-box;
	background-color:#ccc;
	text-shadow:#fff 0 0 4px;
	transition: all ease-out .5s
		}


.kontakt:hover 	{right:0}

.kontakt i {font-size:1.5rem;}

.k2 {margin:4.2rem 0 0 0}

.k3 {margin:6.4rem 0 0 0}




nav {width: auto; height:auto; }

.navig
	{
	float:left;
	margin:0 0 1.5rem 2rem;
	color:#d90d31;
	line-height:1.5rem;
	font-size:1rem;
	font-weight:400;
	height:auto;

	}


.links {width:20%;}

.rechts {width:20%;}

#hidden-navig {visibility:hidden;  float:left; margin:1.3rem 0 1rem 2rem}










/*
div#info:hover div#submenue {

	display:block;

}

*/

/*----------------------------------------------------- CONTENT -------------------------------------------------*/



#content	{
	width:100%;
	height:auto;


}


main {
	max-width:1000px;
	height:600px;
	margin:0 auto ;
	background:url(../images/umzug-koeln-und-umland.jpg) center -50px no-repeat;
	background-size:100%;
	position: relative
	}


div#submenue {
	position:absolute;
	top:0;
	left:2rem;
	z-index: 999;
	width:450px;
	padding: .25rem .5rem ;
	margin:0;

	height: 7.5rem;
	background-color:rgba(255,255,255,.9);

	visibility: hidden

  }







#under-main {
	width:1000px;
	height:auto;
	position:relative;
	margin:0 auto;
	background-color:#FFF;



	}

.small {display: inline}

.wide {display:none}





#slogan {
	width:600px;
	height:auto;
	margin:0 auto;
	text-align:center;

	}

article

{
	float:right;
	width:70%;
	box-sizing:border-box;
	margin:0 4% 1rem 0;
	padding:0.5rem;
	}

#icon {
	width:4rem;
	height:4rem;
	overflow:hidden;
	float:right;
	margin-top:1rem;

	}

.box {
	border: 4px dashed #cddae4;
	padding:1rem 1.5rem;

	border-radius:0.35rem;
	-webkit-border-radius:0.35rem;
	-moz-border-radius:	0.35rem;
	box-sizing:border-box;

	color:#084577; font-size:1.25rem; line-height:2rem;
	background-color:#eee

	}

.form-box

	{
	float:right;
	width:70%;
	height:auto;
	box-sizing:border-box;
	padding:1rem 1.5rem;
	margin: -2.5rem  4% 0 0;

	box-shadow:#333 0 0 20px;
	-webkit-box-shadow:#333 0 0 20px;
	-moz-box-shadow:#333 0 0 20px;

	border-radius:0.35rem;
	-webkit-border-radius:0.35rem;
	-moz-border-radius:	0.35rem;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,dddddd+50,fafafa+100 */

background: #fafafa; /* Old browsers */

background: -moz-linear-gradient(top,  #fafafa 0%, #dddddd 50%, #fafafa 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #fafafa 0%, #dddddd 50%, #fafafa 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #fafafa 0%, #dddddd 50%, #fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */



		}



select  {
	border:none;
	width:80%;
	box-sizing:border-box;
	border:1px solid #ddd;
	font-size:0.75rem;
	padding:0.25rem 0.5rem;
	margin:0.5rem 0 0.5rem;
	background-color:#fff;
	color:#666;

	border-radius:0.35rem;
	-webkit-border-radius:0.35rem;
	-moz-border-radius:	0.35rem;
	box-shadow:none;

	background-image:url(../images/select-arrow.png);
  	background-position: right;
  	background-repeat: no-repeat;

	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;

		}



aside {
	float:left;
	width:21%;
	height:auto;
	margin:0 0 0 1rem;

	}

#more-info {
	float:right;
	width:93%;
	box-sizing:border-box;
	margin:0.5rem 3.5% 1rem 0;
	padding:0;

	}


.left {

	width:48%;
	height:auto;
	float:left;

	}


.right {

	width:48%;
	height:auto;
	float:right;


	}


.form {
	width:95%;
	box-sizing:border-box;
	border:1px solid #ddd;
	font-size:0.75rem;
	color:#000;
	padding:0.25rem 0.4rem;
	margin: 0.25rem 0 0.3rem;
	background-color:#fff;

	border-radius:0.35rem;
	-webkit-border-radius:0.35rem;
	-moz-border-radius:	0.35rem;
	box-shadow:none;

		}

.short {width:29%; color:#666}

.go {
	-webkit-appearance: none;
	-webkit-border-radius: 0.35rem;
	background-color:#ccc;
	padding:0.19rem 0.4rem;
}

label {color:#666; font-size:0.8rem; margin-right:.5rem; line-height:2rem}

option {color:#666; font-size:0.75rem; margin-right:.5rem}




textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0.35rem;
  font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;
}



::-webkit-input-placeholder {
   color: #666; font-size:0.75rem;

}

:-moz-placeholder { /* Firefox 18- */
   color: #000; font-size:0.75rem;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000; font-size:0.75rem;
}

:-ms-input-placeholder {
   color: #000; font-size:0.75rem;
}




/*----------------------------------------------------- FOOTER -------------------------------------------------*/


footer {
	width:100%;
	height:auto;
	margin-bottom:4rem;

}




#bot {



	box-sizing:border-box;
	max-width:1000px;
	height:auto;
	margin:0 auto;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+31,bbbbbb+100 */

background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 31%, #bbbbbb 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 31%,#bbbbbb 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 31%,#bbbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */




	}




.leistungen {
	box-sizing:border-box;
	width:14.25%;
	height:auto;
	float:left;
	padding:0;
	text-align:center;

	}


.leistungen img  {


	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);


	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;

   transition: all 0.2s linear;
	}

.leistungen img:hover {
	color:#333;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
transition: all 0.2s linear;



	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
transform:scale(1.2);

}



#karte {
	box-sizing:border-box;
	width:90%;
	height:auto;
	float:left;
	padding:0 0 0 2rem;


	}

#subnav {
		width:40%;
		height:auto;
		padding:0.5rem 0 0 0.25rem;
		color:#fff;

		float:left;
		margin:4.5rem 0 0 2rem;

	}

 .xxx a {font-size:.01rem; color: #fff}


#last {
		width:150px;
		height:auto;
		padding:0.5rem 0.25rem 0.25rem;
		background-color:#fff;
		text-align:center;
		float:right;
		margin:2rem 2rem 2rem 0;

		border-radius:0.35rem;
	-webkit-border-radius:0.35rem;
	-moz-border-radius:	0.35rem;
			border:1px solid #fff

		}

iframe {
	border-radius:0.35rem;
	-webkit-border-radius:0.35rem;
	-moz-border-radius:	0.35rem;
	overflow:hidden

	}

/*----------------------------------------------------- TYPO -------------------------------------------------*/

header h1, main h1 {font-size:.75rem; font-weight:400; margin:.5rem  auto 0; width:100%; text-align: center; line-height:1rem; padding:0; font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;}

main h1 {color:rgba(256,256,256,.1); margin:0; padding:0; font-size:.15rem; line-height:0}


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

a:hover {color:#084577}


.navig > a, #submenue a
	{

	text-shadow: none;
	color:#999;

	}

.navig > a:hover, #submenue a:hover
	{
	color:#d90d31;
	}




h1
	{
		font-size:2rem;
		line-height:2.6rem;
		color:#084577;
		font-weight:700;
		margin-top:1.5rem;

	-webkit-hyphens: auto;
 	-moz-hyphens: auto;
 	-ms-hyphens: auto;
 	hyphens: auto;

		}




h2
		{
		font-size:2rem;
		font-family:"Francois One", Times, serif;
		line-height:2.6rem;
		color:#fff;
		font-weight:200;
		text-shadow:#333 0 0 10px;
		}

.mid {
		font-size:1.75rem; color:#fff;
	}



.klein {
		font-size:1.25rem; color:#fff; line-height: 2.5rem
	}


h2 .mid {
		font-size:1.75rem;
	}



h2 .klein {
		font-size:1.25rem;
	}


h2 a {color:#fff}

h2 a:hover {color:#d90d31}


h3
		{
		font-size:1.15rem;
		font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;
		color:#666;
		font-weight:400;
		}


article h2
		{
		font-size:1.25rem;
		line-height: 1.75rem;
		font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;
		color:#666;
		font-weight:400;
		text-shadow: none;
		margin: 1rem 0 0;
		}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

h4 {
	color:#084577;
	font-weight:400;
	font-size:1rem;

}


.price {
	float:left;
	margin:0 0 2rem 0;
	font-size:1.25rem;
	color:#084577;

	padding: 0 0 2rem ;
	border-radius:4px;
	-moz-border-radius:4px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,084577+45,084577+55,dddddd+100

background: #dddddd; /* Old browsers */

/*background: -moz-linear-gradient(top,  #dddddd 0%, #084577 45%, #084577 55%, #dddddd 100%); /* FF3.6-15 */

/*background: -webkit-linear-gradient(top,  #dddddd 0%,#084577 45%,#084577 55%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */

/*background: linear-gradient(to bottom,  #dddddd 0%,#084577 45%,#084577 55%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */


	}

a.blue {

	color: #084577
}



.text {
	float:left;
	color:#666;
	line-height:1.25rem;
	font-size:0.9rem;
	font-weight:400;
	margin:0.5rem 0;

	}



article p {
	color:#666;
	line-height:1.25rem;
	font-size:0.9rem;
	font-weight:400;
	margin:0.5rem 0;

	}




.text a
	{color:#d90d31;}

.text a:hover
	{color:#333;}

#subnav a {
	font-size:0.75rem;
	color:#fff
	}

#subnav a:hover {
	font-size:0.75rem;
	color:#ff0000
	}

#last .text {font-size:0.6rem; line-height:0.75rem; margin:0}

.text-klein {
	font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;
	font-size:0.8rem;
	line-height:1rem;
	margin:0;
	color:#333;
	}

.color {color:#aaa}

p {margin:1rem 0}

hr {

	border-top: 1px  dashed #aaa; width:100%; height:0;
	border-bottom:0;
	}


#mobile {float:right; width:20%; height:auto; margin:0 0 70px 0}


footer p {font-size:0.75rem}




ul {
	 margin:0 0 0.5rem 1rem;
	 padding:0;

	}

li {

	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	}




@media screen and (max-width:999px) {

/*------------------------------------------------- HEADER 800px ----------------------------------------*/

#top {
	max-width:800px;
	}



.logo {
	margin:3rem 2rem 0
		}


.navig
	{
	float:left;
	margin:1rem 0 1rem 2rem;
	line-height:1.4rem;
	font-size:.9rem;
	}



.kontakt {
	margin:.5rem 0 0 0;
			}

.k2 {margin:2.7rem 0 0 0}

.k3 {margin:4.9rem 0 0 0}


/*----------------------------------------------------- CONTENT 800px -------------------------------------------------*/



main {
	max-width:800px;
	height:500px;
	margin:0 auto ;
	background:url(../images/umzug-koeln-und-umland.jpg) center top no-repeat;
	background-size:100%;
	position:relative;
	}

#under-main {
	width:800px;
	height:auto;
	position:relative;
	margin:0 auto;
	background-color:#FFF;
	}


article

{
	float:right;
	width:67%;
	box-sizing:border-box;
	margin:0 3% 1rem 0;
	padding:0.5rem
	}


aside {
	width:23%;
	}



#icon {
	width:4rem;
	height:4rem;
	overflow:hidden;
	float:right;
	margin:1rem ;

	}


div#submenue {
display:none

  }






.form-box

	{
	width:66%;
	padding:0.75rem 1.5rem;
	margin: -2.5rem  4% 0 0;


		}

.short {width:40%; color:#666}


/*----------------------------------------------------- FOOTER 800px -------------------------------------------------*/


#bot {
	max-width:800px;

	}

#karte {
	box-sizing:border-box;
	width:90%;
	height:auto;
	float:left;
	padding:0 0 0 2rem;

	}

footer iframe {width:725px}


#last {
		padding:0.5rem 0.25rem;

}

h1
		{
		font-size:1.8rem;
		font-family: 'Francois One', verdana, arial, tahoma, sans-serif;
		color:#084577;
		font-weight:200;
		}

h3
		{
		font-size:1.25rem;
		font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;
		color:#666;
		font-weight:400;
		}

}





@media screen and (max-width:799px) {

/*----------------------------------------------------- HEADER 600px -------------------------------------------------*/

#contact	{display: block}


header .kontakt {display:none}



#top {
	max-width:600px;

	}



.logo {
	margin:2rem 2rem 0;
	width:230px;
		}




nav {
	height:0;
	overflow:hidden;
	width: 100%;
	margin:0;

	transition: linear .5s;
	-moz-transition: linear .5s;
	-o-transition: linear .5s;
	-webkit-transition: linear  .5s;


 }

#hidden-navig {visibility: visible}

.navig
	{
	float:left;
	margin:0 0 0 1rem;

	line-height:1.9rem;
	font-size:0.9rem;
	font-weight:400;
	width:90%;

	}


.navig a, .navig span
	{
	display:inline-block;
	border-top:1px dashed #aaa;
	width:90%

		}






.links {width:100%; }

.rechts {width:100%; }

#menu_open:target nav  {

	height:24rem;
	transition: linear .5s;
	-moz-transition: linear .5s;
	-o-transition: linear .5s;
	-webkit-transition: linear  .5s;


	}

a.open {display:block}

a.close {display:none}

#menu_open:target a.open {display:none}

#menu_open:target a.close {display:block}

/*----------------------------------------------------- CONTENT 600px -------------------------------------------------*/



main {
	max-width:600px;
	height:360px;
	margin:0 auto ;
	background:url(../images/umzug-koeln-und-umland.jpg) center top no-repeat;
	background-size:100%;
	overflow:hidden
	}

#under-main {
	width:600px;
	height:auto;
	position:relative;
	margin:0 auto;
	background-color:#FFF;


	}


.leistungen {
	box-sizing:border-box;
	width:25%;
	height:auto;
	float: left;
	padding:0;
	margin:.5rem 0;
	text-align:center;
	}




#slogan {
	margin:-1.5rem auto;

	}


aside {
	width:30%;
	padding:1.25rem 0 0

	}

article

{
	width:60%;
	box-sizing:border-box;
	margin:0 2% 1rem 0;
	}

.form-box

	{
	width:94%;
	padding:.5rem 1.5rem 1rem;
	margin: -1.25rem 3% 0 0;

			}

.short {width:40%; color:#666}


/*----------------------------------------------------- FOOTER 600px -------------------------------------------------*/


#bot {
	max-width:600px;

	}

#karte {
	box-sizing:border-box;
	width:90%;
	height:auto;
	float:left;
	padding:0 0 0 2rem;
	}

footer iframe {width:525px;
}


#last {
		padding:0.5rem 0.25rem;

}





h1
		{
		font-size:2rem;
		line-height:2.5rem
		}




h2
		{
		font-size:1.75rem;
		font-family:"Francois One", Times, serif;
		line-height:2.35rem;
		color:#fff;
		font-weight:200;
		text-shadow:#333 0 0 10px;
		}

h2 .mid {
		font-size:1.5rem;
	}

h2 .klein {
		font-size:1rem;
	}






h3
		{
		font-size:1.25rem;
		font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;
		color:#666;
		font-weight:400;
		}



}







@media screen and (max-width:599px) {

	#contact {width:240px}

	.kontakt {
	position:absolute;
	right:-190px;
	margin:0;
	width:240px;
	font-size:1rem;

	padding:.5rem 1rem;
	}


.kontakt:hover 	{right:0}

.kontakt i {font-size:1.3rem;}

.k2 {margin:2rem 0 0 0}

.k3 {margin:4rem 0 0 0}

/*----------------------------------------------------- HEADER 400px -------------------------------------------------*/

#top {
	width:400px;
	}



.logo {
	margin:2rem 2rem 0.5rem;
	width:230px;
		}




/*----------------------------------------------------- CONTENT 400px -------------------------------------------------*/



main {
	width:400px;
	height:240px;
	margin:0 auto ;
	background:url(../images/umzug-koeln-und-umland.jpg) center -50px no-repeat;
	background-size:120%;
	position:relative;
	}

#under-main {
	width:400px;
	height:auto;
	position:relative;
	margin:0 auto;
	background-color:#FFF;


	}




#slogan {
	width:95%;
	margin:-1rem 0;
	padding:0 0.5rem;

	}

aside {
	padding:0;
	float:left;
	width:90%;
	margin:0 0 0 1rem;
	}

.small {display: none}

.wide {display:inline}


article

{
	width:90%;
	float:none;
	box-sizing:border-box;
	margin:0 auto;
	padding-top:1rem;
	}

.form-box

	{
	width:94%;
	padding:.5rem 1.25rem 1rem;
	margin: -1rem 3% 1rem 0;
	}



label { font-size:0.75rem; margin-right:.5rem; line-height:1rem}

.short {width:40%; color:#666}


/*----------------------------------------------------- FOOTER 400px -------------------------------------------------*/

#more-info {
	width:96%;
	margin:0 2% 1rem 2%;





	}


.leistungen {
	box-sizing:border-box;
	width:33%;
	height:auto;
	float: left;
	padding:0;
	margin:.5rem 0;
	text-align:center;
	}

.now {clear: both}

#bot {
	width:400px;

	}

#karte {
	box-sizing:border-box;
	width:90%;
	height:auto;
	float:left;
	padding:0 0 0 1rem;
	}

footer iframe {width:360px;
}


#last {
		margin:1.25rem

}

#subnav {
		margin:2.5rem 0 0 1.25rem;
		line-height:1rem

}



h1
		{
		font-size:2rem;
		margin-top:1rem;
		}




h2
		{
		font-size:2rem;
		margin-top:1rem;
		}

h3
		{
		font-size:1.25rem;
		font-family: 'PT Sans', verdana, arial, tahoma, sans-serif;
		color:#666;
		font-weight:400;
		}

}







@media screen and (-webkit-min-device-pixel-ratio:0) {
  body, html {
    font-size: 112%;
    }
}

.truck-loader {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.truck-loader__text {
  font-weight: 500;
  margin: -30px -30px 0 0;
}












