/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}



body {
  margin: 0;
font-size:100%;
color:#1e1e1e;
font-family: 'Lato', sans-serif;
background-image: linear-gradient(#99cccc,#CBE5E5)
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
}

a{
text-decoration:none;
color:#1e1e1e;
}

.blue{color:#0354CC;}

/*Text*/

p {
font-family: 'Lato', sans-serif;
font-size: 1.3em;
font-weight:300;
line-height:1.3em;
letter-spacing:0.01em;
}

.subheadline {
padding-left:20px; 
}

li {
font-family: 'Lato', sans-serif;
font-size: 1.3em;
font-weight:300;
line-height:1.4em;
letter-spacing:0.01em;
}

h1{
  font-size:2em;
font-weight: 700;
color:#f5f5f5;
}

.large{
  font-size:2.6em;
font-weight: 900;
color:#1e1e1e;
}

h2{
font-size:2em;   
font-weight:700;
color:#1e1e1e;
line-height:1.4em;
letter-spacing:0.01em;
padding-left:20px; 
}

.subheadline {
padding-left:20px; 
}

h3{
font-size:1.5em;   
font-weight:700;
color:#1e1e1e;
line-height:1.4em;
margin-bottom: -0.5em;
letter-spacing:0.01em;
}

* {
  box-sizing:border-box;
}



/*Segmente*/

.containerkey {
  padding: 20px 64px;
  margin: 0 auto;
  align-items: center;
}

.container2 {
}

.container {
  padding: 20px 64px;
  max-width: 1200px;
  margin: 0 auto;
}

.containerspark {
  background-image: url(testbilder/sparkcanvas-audi-denwerkstatt.jpg);
  background-size: 100%;
}



.layer{
  background-color: rgba(153,204,204,0.7);
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-100 {
  float: left;
  width: 100%;
  padding: 20px;
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.column-50 {
  float: left;
  width: 50%;
  padding: 20px;
}

.column-50c {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
}

/*Interactionselemente*/

.button {
  border: none;
  color: white;
  padding: 14px 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  font-weight:300;
  line-height:1.4em;
  letter-spacing:0.01em;
  cursor: pointer;
  background-color: #0354CC;
  border-radius: 2px;
}

/*Bilder*/

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.outline {
  border: solid #ccc 1px;
  border-radius: 2px;
}



.icon {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;


}

background-image{
  width:100px;
  height:auto;
}

/*Header*/

.header {
  overflow: hidden;
  background-color:rgb(250,250,250);
  padding:20px 64px; 
}

.header a {
  float: left;
  text-align: center;
  padding: 12px;

}

.header a.logo {
  min-width: 300px;
}

.header-right {
  float: right;
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  font-weight:300;
  line-height:1.4em;
  letter-spacing:0.01em;
  padding-top: 16px;
  
}

/*Footer*/



.footer {
    position: relative;
    padding:20px;
    width: 100%;
    background-color: #fff;
    color: #1e1e1e;
    text-align: center;
}

/*Mobil*/

@media screen and (max-width: 1000px) and (orientation : portrait)  {
  .column-66,
  .column-50,
  .column-50c,
  .column-33 {
    width: 100%;
    
  }

  p h1 h2 h3 {text-align: center;}
  ul li {text-align: left;}

  .subheadline {text-align: center;}
 

  img {
    margin: auto;
  }

 

  /*HeaderMobile*/

  .header a {
    float: none;
    display: inline-block;
    text-align: left;
  }
  .header-right {
    float: none;
  }

  .button {
  padding: 1em;
  
}
body {
  
font-size:200%;
}

}


@media only screen and (min-device-width : 1400px) and (orientation : portrait) {
  .container {
  padding: 20px 200px;
}
}


@media only screen and (max-device-width : 667px) and (orientation : portrait) {

