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

/* ##############################################################
   #                                                           	#
   #  Copyright (c)                                             #  
   #                                                            #
   #  Jenko Sternberg Design GmbH                               #
   #  www.dorfdesigner.eu                                       #
   #                                                            # 
   #  Alle Rechte vorbehalten.                                  #
   #  Unberechtigte Kopie und Weiterverwendung nicht gestattet. #    
   #                                                            #
   ##############################################################*/
   
/* COLUMNS ------------------------------ */   

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1%;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
	width: 91.53%;
}
.span_10_of_12 {
	width: 83.06%;
}
.span_9_of_12 {
	width: 74.6%;
}
.span_8_of_12 {
	width: 66.13%;
}
.span_7_of_12 {
	width: 57.66%;
}
.span_6_of_12 {
	width: 49.2%;
}
.span_5_of_12 {
	width: 40.73%;
}
.span_4_of_12 {
	width: 32.26%;
}
.span_3_of_12 {
	width: 23.8%;
}
.span_2_of_12 {
	width: 15.33%;
}
.span_1_of_12 {
	width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 640px) {
.col {
	margin: 1% 0 1% 0%;
}
.span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%;
}
}
/* END COLUMNS ------------------------------ */   
   
   
body {
	padding: 0;
	margin: 0;
	font-size: 100%;
	color: #333;
	line-height: 1;
	text-align: left;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
}
a {
	text-decoration: none;
	color: #009ee3;
}
a:hover {
	opacity: 0.7;
}
b, strong {
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 30px;
	font-weight: 700;
	color: #3e417c;
}
h2 {
	font-size: 26px;
	font-weight: 300;
	color: #333;
}
.container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: 85px;
	text-align: center;
	padding: 0px 0;
	float: left;
	position: fixed;
	z-index: 999;
	background: #009ee3 url("../img/lasttrans_logo_top_bg.png") no-repeat scroll center bottom;
}
#top a {
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.063em;
	padding: 35px 25px 0px 0;
	margin: 0;
	float: left;
}
#top a:first-child {
	padding-left: 5px;
}
#top a:last-child {
	padding-right: 0;
	float: right;
}
.logo a {
	opacity: 1;
}
#top .section {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
#top .col {
	margin: 0;
}
.container section {
	padding: 30px 20px;
	clear: left;
}
.logo {
	text-align: center;
	float: left;
	position: absolute;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 456px;
}
.logo img {
	margin: 0 auto;
	width: 100%;
	max-width: 456px;
	box-shadow: 0px 1px 2px 0px #404040;
	-moz-box-shadow: 0px 1px 2px 0px #404040;
	-webkit-box-shadow: 0px 1px 2px 0px #404040;
}

.topbutton {
	bottom: 10px;
	/*display: none;*/
	position: fixed;
	right: 10px;
	z-index: 1000;
}
/* STARTBANNER ----------------*/

#banner_wrapper {
	background: #fff url("../img/startbanner.jpg") no-repeat scroll center top / 100% auto;
	color: #fff;
	float: left;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
#banner_wrapper p {
	font-size: 61px;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 700;
	margin: 300px 0 20px 0;
	text-shadow: 1px 1px 2px #404040;
	filter: dropshadow(color=#404040, offx= 1, offy=1);
	line-height: 0.9em;
}
#banner_wrapper span {
	font-size: 32px;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.schnellkontakt {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	padding: 15px;
	margin: 45px auto 50px auto;
	width: 80%;
}
#banner_wrapper .schnellkontakt p, #banner_wrapper .schnellkontakt p a {
	font-weight: 400;
	font-size: 19px;
	color: #009EE3;
	padding: 0;
	margin: 0px auto;
	display: inline;
}
#banner_wrapper .schnellkontakt span, #banner_wrapper .schnellkontakt span a {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin: 0 20px 0 8px;
    text-transform: none;
}
.pfeil, .pfeil a {
    margin-right: 0 !important;
}
/* END STARTBANNER ----------------*/
#leistungen, #unternehmen, #kontakt, #maps {
	padding: 40px 0;
}
.kante {
	height: 88px;
}
.kante img {
	height: 90px;
	width: 100%;
	max-width: 1160px;
}
/* LEISTUNGEN ----------------*/

#leistungen h1 {
	margin-bottom: 100px;
}
#leistungen figure, #kontakt figure{
	margin: 20px auto;
	padding: 0;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	background-color: #333;
	position: relative;
}
#leistungen figure {
	width: 252px;
	height: 252px;
}
#kontakt figure{
	width: 252px;
	height: 60px;
}
#leistungen figure img, #kontakt figure img {
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	opacity: 0.7;
	margin: 0;
	padding: 0;
}
#leistungen figure img.icon {
	left: 35%;
	opacity: 1;
	position: absolute;
	top: 38%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#leistungen h2, #kontakt h2 {
	top: 80%;
	background-color: #009ee3;
	padding: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0;
}
#leistungen p, #kontakt article p {
	text-align: center;
	padding:0px 10px;
}
.separator img {
	width: 100%;
	max-width: 1160px;
	margin-top: 50px;
}
/* END LEISTUNGEN ----------------*/



/* UNTERNEHMEN ----------------*/

#unternehmen section h1 {
	padding-left: 20px;
}
#unternehmen section {
	padding: 30px 0px;
}
#unternehmen_basic {
	display: none;
	padding: 30px 20px;
}
#galleryunternehmen_hype_container {
	min-height: 615px;
	margin: 0 auto;
}
/* END UNTERNEHMEN ----------------*/



/* KONTAKT ----------------*/

#kontakt_lasttrans {
	background-color: #f8f8f8;
	padding-bottom: 85px;
}
#kontakt figure {
	background: transparent;
}
#kontakt figure img {
	opacity: 1;
}
/* END KONTAKT ----------------*/

/* MAPS ----------------*/

#maps h2 span {
	color: #009EE3;
}
#maps iframe {
	width: 100%;
	max-width: 510px;
}
#maps {
	padding-bottom: 80px;
}
/* END MAPS ----------------*/

.hinweistext p {
    padding: 0 20px;
}

/* TEXTSEITEN ----------------*/

#inhalt{
	padding-top:200px;
}

/* END TEXTSEITEN ----------------*/


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

footer {
	background: #009ee3;
	color: #fff;
	margin-top:50px;
}
footer .container {
    background-image: url("../img/lasttrans_logo_footer.png"), url("../img/xxl_logo_footer.png");
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
	min-height: 260px; 
}
footer a {
	color: #fff;
	margin-right: 60px;
}
footer .col:last-child {
	text-align: right;
}

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


@media only screen and (max-width: 1400px) {
#banner_wrapper p {
	margin-top: 220px;
}
}
 @media only screen and (max-width: 1280px) {
#banner_wrapper p {
	font-size: 45px;
}
#banner_wrapper span {
	font-size: 26px;
}
#banner_wrapper .schnellkontakt p, #banner_wrapper .schnellkontakt span, #banner_wrapper .schnellkontakt a {
	font-size: 17px !important;
}
}
 @media only screen and (max-width: 1024px) {
	
#top {
	position: none;
	position: unset;
	background-image: none;
}
#top .col.span_6_of_12 {
	display: none;
}
#top .col.span_3_of_12 {
	width: 50%;
}
#top a, #top a:first-child, #top a:last-child {
	width: 45%;
	float: left;
	margin: 0 auto;
}
.logo {
	position: unset;
	position: none;
}
#inhalt{
	padding-top:0px;
}
#galleryunternehmen_hype_container{
	min-height:unset;
	min-height:none;
}
        
 /* IE11 Hack ----------*/
 _:-ms-fullscreen, :root .logo, _:-ms-fullscreen, :root #top {
 position: relative;
}
/* End IE11 Hack ----------*/
        
.logo img {
	box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
}
#banner_wrapper p {
	margin-top: 50px;
}
#banner_wrapper .schnellkontakt span, #banner_wrapper .schnellkontakt span a {
	margin: 0 10px 0 10px;
}
#banner_wrapper .schnellkontakt p, #banner_wrapper .schnellkontakt span, #banner_wrapper .schnellkontakt a {
	font-size: 15px !important;
}
}
 @media only screen and (max-width: 800px) {
p {
	font-size: 15px;
}
h2 {
	font-size: 20px;
}
#banner_wrapper .schnellkontakt p {
	display: block;
	width: 95%;
	margin: 30px;
	text-align: left;
}
#top .col.span_3_of_12 {
	width: 95%;
}
#top a, #top a:first-child, #top a:last-child {
	width: 95%;
}
#top {
	height: auto;
	padding-bottom: 20px;
}
#banner_wrapper {
	background: #fff url("../img/startbanner.jpg") no-repeat scroll center top / cover;
}
.schnellkontakt {
	margin: 50px auto 50px;
}
#leistungen figure, #leistungen figure img, #kontakt figure img {
	width: 180px;
	height: 180px;
}
#kontakt figure{
	width: 180px;
	height: 60px;
}
#leistungen h2 {
	font-size: 90%;
}
#leistungen img.icon {
	width: auto;
	height: 50px;
}
footer .container {
    background-position: left top, right bottom;
}
#banner_wrapper p {
	font-size: 38px;
}
}
@media only screen and (max-width: 640px) {
#leistungen figure, #leistungen figure img, #kontakt figure img {
	width: 252px;
	height: 252px;
}
#kontakt figure{
	width: 252px;
	height: 60px;
}
#leistungen h2 {
	font-size: 120%;
}
#leistungen img.icon {
	width: auto;
	height: 70px;
}
footer a {
	margin-top: 60px;
	width: 100%;
	text-align: left;
	float: left;
}
.topbutton {
	display: block;
}
.logo {
	text-align: left;
	width:100%;
	max-width:300px;
}
.logo img {
	max-width: 300px;
}
#galleryunternehmen_hype_container, #galleryunternehmenen_hype_container {
	display: none;
}
#unternehmen_basic {
	display: block;
}
#leistungen, #unternehmen, #kontakt, #maps {
	padding: 15px 0;
}
#leistungen h1 {
    margin-bottom: 50px;
}
.container section {
    clear: left;
    padding: 20px 15px;
}
#unternehmen section {
    padding: 15px 0;
}
}


