﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    font-family: 'Roboto', sans-serif;
    font-size:1.6em; 
    line-height:1.6em; 
    /* color: rgba(0, 0, 0, 0.7) !important; */
    color:#404050;
}

h1, h2, h3, h4, h5 {
  color:#303040;
}


/* defaults */

a {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size:.8em; 
}

a:hover {
    color: rgba(0, 0, 0, 0.6) !important;
    text-decoration:none; 
}

/* content */
.contentbox {
    padding-left: 25px; 
    padding-right: 25px;
    padding-bottom:25px;  
}


.contentbox img {
    width:200px ;
    height:auto;  
    float:right; 
    margin-left:20px;  
}

@media(max-width:767px) {
    .contentbox img {
        width:100% ;
        height:auto;  
        margin-bottom:15px; 
        margin-left:0px;  
    }

}


/* logo */
.mmlogocontainer {
    background-color: rgba(0, 0, 10, 0.8);
}

.mmlogo {
    padding-top:10px; 
    margin-bottom:-20px; 
    /*
    font-family: Verdana, sans-serif; 
    font-size:.95em; 
    font-weight:100;  

    padding-top:1px; 
    color:white !important;  
    background-image:url("../logos/logo_colorbar.png");
    background-repeat:no-repeat;  
    padding-left:55px; 
    line-height:.7em;   
    */

}
.mmlogo small {
    font-size:.6em; 
    font-weight:100;  
}

/* footer */
.footer {
    margin-top:3em; 
}


/* containers */
.imgcontainer {
    background-color:#f8f8f8;
    margin-bottom:2em; 
}

@media(max-width:767px) {
    .imgcontainer {
        background-image:none !important; 
    }
}



/* title images */

.titleimg {
  padding-top: 6em;  
  font-size:1.3em; 
  font-style:normal;
  font-weight:100;
  height:500px;
}


@media(max-width:767px){
    .titleimg {
      padding-top: 2em;  
      padding-bottom: 2em;
      font-size:1.1em; 
      font-style:normal;
      font-weight:100;
      height:initial; 
    }
}


.titleimg > * {
    color:#404050;
    margin-bottom:1em; 
}

.titleimg h1,.titleimg h2,.titleimg h3 {
  font-size:2em; 
  color:#202030;
}



.bgimg_home {
    color:#606060;
    text-shadow : 0px 0px 20px #ffffff; 
    background-image: url("/assets/images/bg_home.jpg" );
    background-repeat:no-repeat;
    background-position: center center; 
}


.bgimg_coding {
    color:#606060;
    text-shadow : 0px 0px 20px #ffffff; 
    background-image: url("/assets/images/bg_software.jpg" );
    background-repeat:no-repeat;
    background-position: center center; 
}

.bgimg_technologie {
    color:#606060;
    text-shadow : 0px 0px 20px #ffffff; 
    background-image: url("/assets/images/bg_tech.jpg" );
    background-repeat:no-repeat;
    background-position: center center; 
}

.bgimg_seo {
    color:#606060;
    text-shadow : 0px 0px 20px #ffffff; 
    background-image: url("/assets/images/bg_seo.jpg" );
    background-repeat:no-repeat;
    background-position: center center; 
}



.bgimg_datacenter {
    color:#606060;
    text-shadow : 0px 0px 20px #ffffff; 
    background-image: url("/assets/images/bg_service.jpg" );
    background-repeat:no-repeat;
    background-position: center center; 
}


.bgimg_kontakt {
    color:#606060;
    text-shadow : 0px 0px 20px #ffffff; 
    background-image: url("/assets/images/bg_kontakt.jpg" );
    background-repeat:no-repeat;
    background-position: center center; 
}

.bgimg_law {
    color:#606060;
    text-shadow : 0px 0px 20px #ffffff; 
    background-image: url("/assets/images/bg_law.jpg" );
    background-repeat:no-repeat;
    background-position: center center; 
}



.errmsg
{
    color:darkred;
    font-weight:bold;   
}