﻿@charset "utf-8";
/* CSS Document */

/*=====================================================================================*/
/* GLOBAL */
/*=====================================================================================*/

*{
  margin: 0;
  padding: 0;
}

#cboxTitle{
  background: url('../images/logo_davinci_lightbox.jpg') top 5px right 35px no-repeat #ffffff;  
  height: 40px;
  padding: 10px;
}

.clear{
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  line-height: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  line-height: 100%;
  background: #e7e7e8;
  color: #000000;
}


img, embed, object, video{
  height: auto;
  max-width: 100%;
  width: 100%;
}

iframe {
  height: 12000px;
  max-width: 100%;
  width: 100%;
}


.textfeld p{
	text-align:center;
	margin-top:30px;
}
.fachberatung{
	color: #eee;
	background-color: #000;
	font-size: 140%;
	text-align: center;
	text-transform: uppcase;
	border: 1px solid black;
	padding-top: 10px;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.bbs{
	color: #eee;
	background-color: #000;
	font-size: 140%;
	text-align: center;
	text-transform: uppcase;
	padding-top: 10px;
	padding-bottom: 11px;
}

.nullpad {
	padding: 0px 0px 0px 0px;
}

.nrw {
	padding: 8px 8px 8px 8px;
}

.tpad {
	padding: 25px 20px 20px 20px;
}

.fs100 {
	font-size: 100%;
	line-height: 100%;
}

.fs130 {
	font-size: 130%;
	line-height: 120%;
}

.fs150 {
	font-size: 150%;
	line-height: 130%;
}

.trenner {
	border-width: 1px 0px 0px;
	border-color: #888;
}

.kasten {
	border: 1px solid;
	border-color: #888;
}

.ml30 {
	margin-left: 30px;
}


.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}

.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

.video-js-box {
  height: auto!important;
  max-width: 100%;
  width: 100%!important;
}



a{
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  border: none;
  outline:none; 
  font-size: 100%;
  line-height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover{
  outline: none;
  text-decoration: none;
  color: #000000;
}

a:focus{
  outline: none;
  color: #000000;
}

a img{
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  border: none;
}

h1, h3{
  font-size: 220%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 140%;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 180%;
  line-height: 150%;
  margin-bottom: 10px;
  font-weight: normal;
}

.content p{
  font-family: 'Open Sans', sans-serif;
  font-size: 130%;
  line-height: 180%;
  color: #000000;
  margin: 0 0 20px 0;
}

.content .internal-link{
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  background: #000000;
  color: #ffffff;
}

.content .internal-link:hover{
  background: #1b1b1b;
}

.content .external-link-new-window, .content .mail, .content .external-link{
  font-weight: bold;
  text-decoration: underline;
}

.content .external-link-new-window:hover, .content .mail:hover, .content .external-link:hover{
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}

/* tt_content Text mit Bild / Bild Element ===========================================*/
.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-left .csc-textpic-imagewrap,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{
  width: 40%;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{
  float: left;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap figure,
.csc-textpic-intext-left .csc-textpic-imagewrap figure{
  padding: 0 20px 0 0;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure,
.csc-textpic-intext-right .csc-textpic-imagewrap figure{
  padding: 0 0 0 20px;
}

.csc-textpic-intext-right .csc-textpic-text,
.csc-textpic-intext-left .csc-textpic-text,
.csc-textpic-intext-right-nowrap .csc-textpic-text,
.csc-textpic-intext-left-nowrap .csc-textpic-text{
  width: 60%;
  float: right;
  margin-top: -6px;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text{
  float: right;
}

.csc-textpic-image figcaption {
  min-height: 40px;
}

div.csc-textpic.csc-textpic-center.csc-textpic-above .csc-textpic-imagewrap figure,
div.csc-textpic.csc-textpic-center.csc-textpic-above figure.csc-textpic-imagewrap {
  width: 100%;
  display: block;
}


/* Liste =======================================================================*/
.content .contentList{
  margin: 0 0 20px 0;
}

.content .contentList li{
  font-family: 'Open Sans', sans-serif;
  font-size: 130%;
  line-height: 180%;
  padding: 0.5% 0 0.5% 0;
  margin-left:1em; 
  padding-left:1em
}


/* Tabelle =======================================================================*/
.contenttable{
  font-size: 130%;
  line-height: 180%;
  display: block;
}

.contenttable thead{
  background: #004e8e;
  color: #ffffff;
  text-align: left;
}

.contenttable thead th{
  padding: 5px;
  vertical-align: top;
}

.contenttable .td-0{
  width: 30%;
  font-weight: bold;
}

.contenttable .tr-odd td{  
  padding: 5px;
  vertical-align: top;
}

.contenttable .tr-even td{
  background: #e7e7e8;
  padding: 5px;
  vertical-align: top;
}

/* Google-Map=====================================================================================*/
#map-canvas{
  width: 100%;
  height: 386px;
  margin: 0 0 40px;
} 


/* World Map ===========================================================*/
#map{
  height: 400px;
  margin-bottom: 40px;
  border: 1px solid #000000;
}


/* SITEMAP=======================================================================================*/
.csc-sitemap ul{
  list-style: none;
}

.csc-sitemap ul li{
  float: left;
  width: 25%;
  margin-bottom: 30px;
}

.csc-sitemap ul li a{
  font-size: 130%;
  line-height: 180%;
  display: block;
  margin: 0 10px 0 0;
  padding: 5px;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

.csc-sitemap ul li ul li a{
  font-weight: normal;
}


.csc-sitemap ul li a:hover{
  background: #000000;
  color: #ffffff;
}

.csc-sitemap ul li ul{
  width: 100%;
}

.csc-sitemap ul li ul li{
  float: none;
  width: 100%;
  margin-bottom: 0;
}


/* Kontaktformular =======================================================================*/

#kontaktformular, #rueckrufform{
  margin-top: 30px;
  font-size: 130%;
  line-height: 100%;
  margin-bottom: 30px;
}

#kontaktformular .row .line{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b2b2b2;
}

.Tx-Formhandler .mailFormField {
  margin-bottom: 5px;
  position: relative;
}

.Tx-Formhandler .type-check {
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid #b2b2b2;
}

.mailFormField p {
  font-size: 90%;
  font-weight: normal;
  color: #7f7f7f;
}

.Tx-Formhandler label {
  font-size: 120%;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: block;
}

.Tx-Formhandler .type-check label {
  font-size: 100%;
  display: block;
  float: left;
  padding: 8px 0 0 0;
  margin-bottom: 15px;
}

.Tx-Formhandler .mailFormField input,
.Tx-Formhandler .mailFormField #sender_aufmerksam,
.Tx-Formhandler .mailFormField #sender_anrede,
.Tx-Formhandler .mailFormField #nachricht {
  float: right;
  width: 100%;
  border: 1px solid #c5c5c7;
  padding: 20px;
  background: #e7e7e8;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 20px;
}

.Tx-Formhandler .mailFormField #sender_aufmerksam option,
.Tx-Formhandler .mailFormField #sender_anrede option{

}

.Tx-Formhandler .mailFormField #nachricht{
  margin-bottom: 40px;
}

.Tx-Formhandler .type-check input {
  display: block;
  float: left;
  margin: 9px 20px 0 0;
}

.Tx-Formhandler .mailFormField .formhandler-ajax-validation-result{
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  display: block;
}

.Tx-Formhandler .mailFormField .success, .Tx-Formhandler .mailFormField .error, .Tx-Formhandler .mailFormField .loading{
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
  display: block;
}

.Tx-Formhandler .mailFormField .submit{
  text-decoration: none;
  padding: 15px;
  background: #d25400;
  color: #ffffff;
  border: none;
}

#rueckrufform .mailFormField .submit{
  width: 200px;
  float: none;
}

.textaligncenter{
  text-align: center;
}


/*=====================================================================================*/
/* FREE CONTENT ELEMENTE */
/*=====================================================================================*/

/* Wallpaper =======================================================================*/
.line-black{
	border-bottom: 1px solid #000;
	width: 100%;
}

.wallpaper-container{
	padding-top: 30px;
	padding-bottom: 30px;
}

.wallpaper-container img{
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}


.wallpaper-container .line-black{
	margin-top: 30px;
}

.wallpaper-container .wallpaper-items{
	list-style: none;
	float: left;
}

.wallpaper-container .wallpaper-items li{
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}

.wallpaper-container .wallpaper-items li a{
	display: block;
	padding: 10px 14px;
	background: #b2b2b2;
	color: #000;
}

.wallpaper-container .wallpaper-items li a:hover{
	background: #000;
	color: #fff;
}




/* Klappbox =======================================================================*/
.layout-100, .uiAccordion {  
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  margin-top:-20px;
}

.layout-100 h2, .uiAccordion .acc-trigger h2{  
  cursor: pointer;
  margin: 0;
  padding: 20px 0 20px 0;
  background: url('../images/icon_plus.jpg') center right no-repeat;
}

.layout-100 .contentAccordionInhalt, .uiAccordion .acc-container{
  padding-top: 10px;  
  padding-bottom: 20px;
  display: none;
}

.layout-100 .trigger_active, .uiAccordion .ui-accordion-header-active h2{
  background: url('../images/icon_minus.jpg') center right no-repeat;
}

/*Tabelle Blau =======================================================================*/
#c2227 .contenttable .tr-even td {
    background: #2a529c;
    color: #fff;
}

/*Box Grey =======================================================================*/
.box-grey{
  text-align: center;
  background: #e7e7e8;
  padding: 30px;
  margin: 30px 0;
}

.box-grey p{
  font-size: 2em;
}




/*=====================================================================================*/
/* Aufl�sung gr��er 1400px*/
/*=====================================================================================*/

/* SEITENAUFBAU =======================================================================*/
.wrapHead{
  background: #ffffff;
}

.wrapContent{
  background: #ffffff;
}

.templateStartseite{  
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
}

.templateSubnavi, .templateFullSize{  
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
  float: left;
  width: 100%;
}

.wrapFooter{
  width: 100%;
  background: #e7e7e8;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
  padding-bottom: 0;  
}

/* HEAD =======================================================================*/
.head .row{
  padding: 0 0 20px 0;  
}

.wrapLogo a{
  width: 100%;
  padding: 8px 0 8px 0;
  display: block;
}

.wrapLogo a img{
  margin-bottom: 0px;
}

.headNavi{
  margin: 44px 0 25px 0;
  float: right;
  list-style: none;
  border-left: 1px solid #88898d;
}

.headNavi li{
  float: left;
  border-right: 1px solid #88898d;

}

.headNavi li a, .headNavi li span{
  text-transform: uppercase;
  color: #88898d;
  font-size: 115%;
  display: block;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
}

.headNavi li span{
  line-height: 100%;
  opacity: 0.2;
}

.headNavi li a:hover{
  color: #ffffff;
  background: #88898d;
}

/* MAIN NAVIGATION ====================================================================*/
.mobileMenu{
  display: none;
}

.openMobile {
  float: right;
  display: block;
  padding: 20px 0 20px 20px;
  margin-top: 30px;
  outline: none;
}

.openMobile:hover {
  color: #000000;
}

.openMobile span{
  display: block;
  font-size: 180%;
  padding: 15px 0 0 0;
  float: left;
}

.openMobile .glyphicon{
  width: auto;
  font-size: 360%;
  padding: 0 0 0 20px;
  float: left;
}



.mainNavi{
  width: 100%;
  float: left;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;  
}

.mainNavi ul{
  float: right;
  list-style: none;
}

.mainNavi ul li{
  float: left;
  position: relative;
}

.mainNavi ul li a{
  text-transform: uppercase;
  font-size: 140%;
  display: block;
  margin: 4px 0 4px 0;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  border-right: 1px solid #000000;
}

.mainNavi ul li a:hover, .mainNavi ul li .mainAktiv, .mainNavi ul li .mainHover{
  color: #ffffff;
  background: #000000;
  margin: 0;
  padding: 8px 10px 8px 10px;
}

.mainNavi ul .mainLast a{
  border-right: none;    
}

/* DROP DOWN MEN� ===================================================================*/
.mainNavi ul .mainSecondLast ul, .mainNavi ul .mainLast ul{
  right: 0px;
}

.mainNavi ul li ul{
  display: none;
  position: absolute;
  list-style: none;
  width: 200px;
  z-index: 5;
  background: #000000;
  padding: 0;
}

.mainNavi ul li ul li{
  float: none;
}

.mainNavi ul li ul li a{
  text-transform: none;
  font-size: 140%;
  color: #ffffff;
  display: block;
  border: none;
  margin: 0;
  padding: 15px;
}

.mainNavi ul li ul li a:hover{
  background: #1b1b1b;
  margin: 0;
  padding: 15px;
}

.mainNavi ul .mainSecondLast ul a, .mainNavi ul .mainLast ul a{
  text-align: right;
}

/* SUB-NAVIGATION =====================================================================*/
.subnavi{
  list-style: none;
  border-top: 1px solid #000000;
  padding-bottom: 20px;
}

.subnavi li{
  border-bottom: 1px solid #000000;
}

.subnavi li a{
  font-size: 140%;
  color: #88898d;
  display: block;
  border: none;
  margin: 0;
  padding: 10px;
  text-decoration: none;
}

.subnavi li a:hover, .subnavi li .subAktiv{
  background: #000000;
  color: #ffffff;
}

/* FOOTER =============================================================================*/
.footer .footerTop{
  border-bottom: 1px solid #88898d;
  padding-top: 20px;
}

.footer .footerBottom{
  padding-bottom: 40px;
}


/* Sitemap ===========================================*/
.sitemapFooter{
  list-style:none;
  margin: 0 0 40px 0;
}

.sitemapFooter .sitemapFirst a, .sitemapFooter .sitemapFirst span{
  text-transform: uppercase;
  color: #5a5a5b;
  font-size: 130%;
  display: block;
  padding: 8px;
  text-decoration: none;  
}

.sitemapFooter li a{
  color: #88898d;
  font-size: 130%;
  line-height: 110%;
  display: block;
  padding: 8px;
  text-decoration: none;
}

.sitemapFooter li a:hover{
  color: #ffffff;
  background: #88898d;  
}

/* Footer Navi ===========================================*/
.wrapFacebook{
  float: right;
  width: 255px;
}

.facebookButton{
  float: right;
  color: #ffffff;
  font-size: 130%;
  margin-top: 35px;
  display: block;
  padding: 10px 10px 10px 40px;
  background: url(../images/facebook_icon.jpg) bottom left no-repeat #5a5a5b;
}

.facebookButton:hover{
  background: url(../images/facebook_icon_ro.jpg) bottom left no-repeat #000000;
  color: #ffffff;
}

.facebook-text{
  float: left;
  display: block;
  color: #88898d;
  font-size: 130%;
  margin-top: 48px;
  margin-right: 15px;
}

.imprint{
  float: left;
  color: #88898d;
  font-size: 130%;
  margin-top: 20px;
}

.naviFooter{
  display: none;
  margin-top: 40px;
  float: right;
  list-style: none;
  border-left: 1px solid #88898d;
}

.naviFooter li{
  float: left;
  border-right: 1px solid #88898d;  
}

.naviFooter li a{
  color: #88898d;  
  font-size: 130%;
  display: block;
  padding: 8px 15px 8px 15px;
  text-decoration: none;  
}

.naviFooter li a:hover{
  color: #ffffff;
  background: #88898d;  
}

.tx-dd-download{
  width: 100%;
  float: left;
}

.tx-dd-download .dd_item{
  width: 100%;
  border-top: 1px solid #000000;
}

.tx-dd-download .dd_item .dd_item_inner{
  border-bottom: 1px solid #000000;
  padding: 10px 0 10px 0;
}

.tx-dd-download .dd_item .dd_item_inner .title span{
  display: block;
  padding: 10px 0 10px 0;
  font-size: 130%;
  line-height: 100%;
}

.tx-dd-download .dd_item .dd_item_inner .fileinfos img{
  width: 16px;
  margin: 8px 0 0 0;
  float: left;
}

.tx-dd-download .dd_item .dd_item_inner .fileinfos p{
  padding: 10px;
  font-size: 130%;
  line-height: 100%;
  margin: 0;
  float: left;
}

.tx-dd-download .dd_item .dd_item_inner .dlbutton a{  
  text-decoration: none;
  padding: 10px;
  background: #000000;
  color: #ffffff;
  font-size: 130%;
  float: right;
}

/*Startseite Hinweis =====================================================================================*/
#c844{
  background: #E7E7E8;
  border-top: 1px solid #000000;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}

/*Landingpages =====================================================================================*/



#c725, #c751, #c739, #c762, #c773, #c784, #c795, #c817, #c828, #c839, #c806, #c1427{
  margin-top: -130px;  
}

.content .bestellen{
  padding: 20px!important;
  margin-top: 20px;
  font-size: 120%;
  background: #d25400;
}

.content .bestellen:hover{
  background: #e88c39;
}

.kundenstimme{
  margin: 30px 0 30px 0;
  padding: 40px 0 10px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.aktionsbox{
  background: #e7e7e8;
  padding: 40px 40px 20px 40px;
  margin-bottom: 20px;
  text-align: center;
}


#c713 .article .teaser-text,
#c746 .article .teaser-text,
#c735 .article .teaser-text,
#c757 .article .teaser-text,
#c768 .article .teaser-text,
#c779 .article .teaser-text,
#c790 .article .teaser-text,
#c812 .article .teaser-text,
#c823 .article .teaser-text,
#c834 .article .teaser-text,
#c801 .article .teaser-text,
#c1422 .article .teaser-text{
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}

/*--- Scrollbox ---*/
.layout-200{
  height: 190px;
  font-size: 0.9em;
}

.layout-300{
  font-size: 0.9em;
}

.layout-200 p, .layout-200 h2, .layout-300 p, .layout-300 h2{
  color: #aeadad;
}


#page-111 a.internal-link{
  background: #d25400;
  font-size: 1.3em;
}

#page-111 .box-grey a.internal-link{
  background: #d25400;
  font-size: 0.85em;
}


/*=====================================================================================*/
/* Aufl�sung ab 1200px*/
/*=====================================================================================*/

@media (max-width: 1200px)
{
  

}

/*=====================================================================================*/
/* Aufl�sung ab 992px*/
/*=====================================================================================*/

@media (max-width: 992px)
{

.mainNavi ul{
  display: none;
}

.mainNavi{
  border-top: none;
}

.wrapHeadNavi{
  display: none;
}

.subnavi{
  display: none;
}

.footerTop{
  display: none;
}
  
.mobileMenu {
  display: block;
}

.naviFooter{
  display: block;
}

/* SITEMAP=======================================================================================*/
.csc-sitemap ul li{
  width: 50%;
}

/*=====================================================================================*/
/* Aufl�sung ab 768px*/
/*=====================================================================================*/

@media (max-width: 768px)
{

/* tt_content Text mit Bild / Bild Element ===========================================*/
.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-left .csc-textpic-imagewrap,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{
  width: 100%;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap figure{
  padding: 0 0 0 0;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure{
  padding: 0 0 0 0;
}

.csc-textpic-intext-right .csc-textpic-text,
.csc-textpic-intext-left .csc-textpic-text,
.csc-textpic-intext-right-nowrap .csc-textpic-text,
.csc-textpic-intext-left-nowrap .csc-textpic-text{
  width: 100%;
}

/* Footer Navi ===========================================*/
.imprint{
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
}

.wrapFacebook{
  margin: auto;
  width: 255px;
  float: none;
}


.naviFooter{
  margin-top: 30px;
  float: none;
  list-style: none;
  border-bottom: 1px solid #88898d;
  border-left: none;
}

.naviFooter li{
  float: none;
  border-top: 1px solid #88898d;
  border-right: none;
}

.naviFooter li a{
  color: #88898d;  
  font-size: 130%;
  display: block;
  padding: 15px;
  text-decoration: none;
  text-align: center;
}

.naviFooter li a:hover{
  color: #ffffff;
  background: #88898d;  
}

}



}


/*=====================================================================================*/
/* Aufl�sung ab 480px*/
/*=====================================================================================*/

@media (max-width: 480px)
{
  
.openMobile {
  margin-top: 20px;
}

/* SITEMAP=======================================================================================*/
.csc-sitemap ul li{
  width: 100%;
}



}


/*=====================================================================================*/
/* Aufl�sung ab 340px*/
/*=====================================================================================*/

@media (max-width: 340px)
{
  
.wrapLogo{
  width: 100%;
}

.wrapLogo a{
  padding-bottom: 0px;
}

.mobileMenu{
  width: 100%;  
}


}








