<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width: 960px) {

    .desktop { display: none; }
    .mobile { display: block; }

    
#mobileMenuButton {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-top: 10px;
  position: fixed;
  z-index: 1000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; 
    background-color:#58BDC0;
    background-image:url(../images/mobilMenuButton.png);
    background-position:center;
    background-repeat:no-repeat;
      background-size: 80%;
-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
}




h1
{
    width:100%;
}

#bottomBorder
{
    display:block;
}


#leftSide {
  height: 195px;
  margin: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: solid 5px #58BDC0;
  overflow: hidden;
}

#logo {
    background-color: #1A181C;
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
}
    #logo img {
        width: 100%;
    }

#logo .address {
font-size: 13px;
  position: relative;
  top: 5px;
  width: 50%;
  text-align: right;
  right: 10px;
  float: right;
}

#logo &gt; a
{
  position: relative;
  width: 47%;
  height: 165px;
  display: inline-block;
  margin-top: 65px;
  float: left;
  z-index:10;
  max-width: 200px;
}
/*
#logo img {
    width: 190px;
    top: 0px;
    margin: 0;
    float: left;
}
    */
#logo .address .companyName
{
    color:#fff;
}
#logo .address .normalAdress 
{
    color:#fff;
}

#logo .address a
{
    color:#fff;
}

#logo .address strong
{
    color:#fff;
    font-weight: bold;
    float:left;
}

#logo .right
{
    color:#fff;
}

#logo .address .normalAdress
{
    margin-bottom:0px;
}

#navigation {
  background-color: #1A181C;
  height: auto;
  position: fixed;
  top: 60px;
  width: 230px;
  z-index: 100000;
  left: -230px;
-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
}

#navigation ul {
  background-color: #fff;
  padding-right: 0px;
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  padding-bottom: 15px;
}


#navigation ul li{
   display: block;
  float: none;
  line-height: 34px;
  padding-left: 30px;
  width: 100%;
  text-align: left;
}


#contentWrapper {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%;
	height: auto;
	padding-left: 0px; /*Breite leftSide*/
	padding-top: 0px; /*Höhe navigation*/
	z-index: 10;
		
}

#content {
	padding-top: 210px;
    padding-left:10px;
    padding-right:10px;
    width:100%;
}

.floatingBox 
{
    width:100%;
}

.floatingBox.firstBox {
    margin-top:50px;
}

/*.foto
{
    width:50%;
    max-width:340px;
}*/

.borderLeftSide
{
    padding-right:10px;
}



}
</pre></body></html>