@font-face {   
 font-family: 'downlink';
 src: url(schriftart/Downlink.ttf)
}


body {
    background: -ms-linear-gradient(top, #424242, #DF0101);
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#DF0101));
    background: -moz-linear-gradient(top,  #424242, #DF0101);
    
}    
#website {
    margin: auto;
    min-width: 900px; 
    max-width: 1200px; 
    
    
}
#header {
    margin: auto;
    position: relative;
    text-align: left;
    min-width: 900px;
    max-width: 1200px;
    height: 220px;
       
}
.headertext{
    margin: auto;
    position: relative;
    text-align: center;
    min-width: 900px;
    max-width: 1200px;
    height: 75px;
    font-size: 70px;
    color: #424242;
    background: -ms-linear-gradient(top, #eeeeee, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: -moz-linear-gradient(top,  #eeeeee,  #ffffff);
    font-family: downlink;
    
}
.headerbar{
    margin: auto;
    position: relative;
    text-align: center;
    min-width: 900px;
    max-width: 1200px;
    height: 5px;
    background-color: #B40404;

}
.headertext2{
    margin: auto;
    position: relative;
    text-align: center;
    min-width: 900px;
    max-width: 1200px;
    font-size: 45px;
    color: #FFFFFF;
    background: -ms-linear-gradient(top, #424242, #616161);
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#616161));
    background: -moz-linear-gradient(top,  #424242,  #616161);
    font-family: downlink;
}
.headertext3{
    margin: auto;
    position: relative;
    text-align: center;
    min-width: 900px;
    max-width: 1200px;
    font-size: 30px;
    color: #424242;
    background: -ms-linear-gradient(top, #FFFFFF, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eeeeee));
    background: -moz-linear-gradient(top,  #FFFFFF,  #eeeeee);
    font-family: downlink;
}
.headertext4{
    margin: auto;
    position: relative;
    text-align: center;
    min-width: 900px;
    max-width: 1200px;
    font-size: 30px;
    color: #424242;
    background: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    background: -moz-linear-gradient(top,  #eeeeee,  #cccccc);
    font-family: downlink;
}

   
#navi {
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 1px;
    margin-bottom: 5px;

    background: -ms-linear-gradient(top, #cccccc, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
    background: -moz-linear-gradient(top,  #cccccc,  #eeeeee);
}

.startseite {
  
    
} 
 
.abschleppdienst {
    
    
}

.werkstatt {
     
    
}

.kontakt {
       
    
}
  
#bild1 {
    float: left;
    width: 64%;
    height: 600px;
    background-image: url(images/Bergung800x600.jpg);
    background-repeat: no-repeat;
    
}
 
 #bild2 {
    float: left;
    width: 36%;
    height: 600px;
    background-image: url(images/Kran600.jpg);
    background-repeat: no-repeat;
   
    

}
  
#adress {
    text-align: center;
    float: left;
    width: 100%;
    height: 100px;
    margin-top: 5px;
    background: -ms-linear-gradient(top, #FFFFFF, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#dddddd));
    background: -moz-linear-gradient(top,  #FFFFFF,  #dddddd);
    
}
.adress1{
    text-align: center;
    padding-top: 5px;
    font-size: 30px;
    font-family: downlink;
    
}
.adress2{
    text-align: center;
    color: #B40404;
    font-size: 30px;
    font-family: downlink;

}


#mainleft {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    width: 55%;
    height: 720px;
    float: left;
    background: -ms-linear-gradient(top, #dddddd, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
    background: -moz-linear-gradient(top,  #dddddd, #ffffff);
    
}
.text1{
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-family: Segoe UI;
    font-weight: bold;
}
.text2{
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-family: segoe ui;
}

#mainright {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    width: 45%;
    height: 720px;
    float: left;
    background: -ms-linear-gradient(top, #dddddd, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
    background: -moz-linear-gradient(top,  #dddddd, #ffffff);
}
.text1{
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-family: segoe ui;
    font-weight: bold;
}
.text2{
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-family: segoe ui;
}


    
#footer1 {
    width: 24%;
    height: 160px;
    margin-top: 5px;
    float: left;
    display: flex;
    justify-content: center; 
    align-items: center;
    background: -ms-linear-gradient(top, #D0D0D0,  #808080);
    background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#808080));
    background: -moz-linear-gradient(top,  #D0D0D0,  #808080);
}

#footer2 {
    width: 21%;
    height: 160px;
    margin-top: 5px;
    float: left;
    margin-left: 1px;
    background: -ms-linear-gradient(top, #D0D0D0,  #808080);
    background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#808080));
    background: -moz-linear-gradient(top,  #D0D0D0,  #808080);
}
.footer2text {
    padding-left: 12px;
    font-size: 16px;
    font-family: Segoe UI;
}
#footer3 {
    width: 21%;
    height: 160px;
    margin-top: 5px;
    float: left;
    margin-left: 1px;
    background: -ms-linear-gradient(top, #D0D0D0,  #808080);
    background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#808080));
    background: -moz-linear-gradient(top,  #D0D0D0,  #808080);
    
}
.ansprechpartner {
    padding-left: 12px;
    font-size: 16px;
    font-family: Segoe UI;
    padding-top: 3px;
}
.ansprechpartner a {
    color: #000000;
    text-decoration: underline;
}
.ansprechpartner a:hover {
    color: #FF0000;
    text-decoration: underline;
}
.datenschutz {
    padding-left: 12px;
    font-size: 16px;
    font-family: Segoe UI;
}
.datenschutz a {
    color: #000000;
    text-decoration: underline;
}
.datenschutz a:hover {
    color: #FF0000;
    text-decoration: underline;
}.impressum {
    padding-left: 12px;
    font-size: 16px;
    font-family: Segoe UI;
}
.impressum a {
    color: #000000;
    text-decoration: underline;
}
.impressum a:hover {
    color: #FF0000;
    text-decoration: underline;
}
#footer4 {
    width: 21%;
    height: 160px;
    margin-top: 5px;
    float: left;
    margin-left: 1px;
    background: -ms-linear-gradient(top, #D0D0D0,  #808080);
    background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#808080));
    background: -moz-linear-gradient(top,  #D0D0D0,  #808080);
}
.footer4text {
    padding-left: 12px;
    font-family: Segoe UI;
    font-size: 16px;
}

#footer5 {
    width: 12.6%;
    height: 160px;
    margin-top: 5px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -ms-linear-gradient(top, #D0D0D0,  #808080);
    background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#808080));
    background: -moz-linear-gradient(top,  #D0D0D0,  #808080);
    
}














