@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);




*{
  font-family: 'Pontano Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1px;
  }

html{
  margin: 0;
  /*min-width: 980px;*/
  }

body{
  margin: 0;
  }
  
a{
  color: #123274;
  
  text-decoration: none;
  }

.bodytext, #unterseite_text ul {
  color: #464646;
  line-height: 28px;
}

#unterseite_text a {
  border-bottom: 1px dotted #123274;
  }

ol { 
  counter-reset: item;
}
ol li { 
  display: block;
  counter-increment: step-counter;
  margin-bottom: 10px;}

ol li:before { 
  content: counters(item, ".") " "; 
  counter-increment: item 
}
  
ul li{
  list-style: none;
}

ol li:before {
  margin-right: 5px;
  font-size: 120%;
  color: #123274;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

h1{ 
  color: #123274;
  font-size: 21px;
}

h2{ 
  color: #123274;
  font-size: 18px;
}

h3{ 
  color: #123274;
  font-size: 16px;
  padding-top: 20px;
}
.body_width{
  width: 960px;
  margin: 0 auto;
  }

header .body_width {
  position: relative;
}
header .body_width a:nth-child(2) {
  color: #fff;
  background-color: #123274;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
}
header .body_width img {
  height: 105px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
nav {
  border-top: 1px solid #efefef;
}
 nav ul{
  padding: 0px;
  /*margin-top: -5px;*/
  }
  
nav li{
  float: left;
  /*margin: 0 30px 10px 0;*/
  }
  
#topnav > li {
  padding: 14px 0;
}
  
nav li a{
  color: #123274;
  font-size: 18px;
  }

#slogan{
  height: 400px;
  clear: both;
  background-image: url("/fileadmin/template/gfx/office.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  }
  
#slogan > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
}

#slogan p{
  color: #fff;
  float: left;
  margin: 70px 240px 10px 60px;
  font-size: 21px;
  line-height: 30px;
  }
  
#slogan img{
  margin-right: 0px;
  height: 400px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  }
  
#welcome{
  padding: 0px 0 40px 0;
  margin-top: -14px;
  }

#welcome h1 {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #123274;
  color: #fff;
  padding: 40px;
  padding-left: calc(50vw - 470px);
}

#welcome img{
  float: left; 
  margin: 4px 10px 0 0;
  height: 18px;
  }
  
#welcome p{
  line-height: 28px;
  margin-top: 40px;
  color: #464646;
  }
  
#leistungen_menu{
  background-color: #efefef;
  height: 294px;
  padding: 40px 0;
}
  
#leistungen_menu img{
  float: left;
  height: 214px;
  }

#leistungen_menu ul li,
.right_part ul li{
  background-image: url(../gfx/smallbox.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  }
  
#leistungen_menu ul{
  float: left;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 20px;
  }
  
#leistungen_menu ul li{
  margin-bottom: 10px;
  }
  
#leistungen_menu a{
  color: #123274;
  }
  
footer{
  clear: both;
  margin-bottom: 20px;
  }
  
footer a{
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
  }

/*----------------------------------*/  
/* --------- Unterseite ------------*/
/*----------------------------------*/  


#headline{
  clear: both;
  background-color: #123274;
  margin-top: 39px;
  margin-bottom: 30px;
  }

#headline p{
  color: #fff;
  font-size: 21px;
  padding-top: 7px;
  }

.left_part{
  float:left;
  width: 500px;
  
  }

.right_part{
  width: 300px;
  float: right;
  margin-right: 50px;
  }

/*
.otherclass a{
  background-color: green;
  color: green;
  }
  
  
.otherclass{
  background: green;
  color: grey;
  }
  
  
.over{
  background-color: purple;
  color: green;
  }
*/

#unterseite_text ul li{
background-image: url(../gfx/smallbox.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
  margin-left: -40px;
}

div#leistungen_menu a{
font-size: 16px;
}


strong,b{
font-weight: bold;
}

sup {
  font-size: 50%;
  font-weight: bold;
  display: inline-block;
  padding-left: 2px;
  color: #123274;
  opacity: 0.75;
}

td p.bodytext, td .bodytext { width: auto !important; }

#unterseite_text td { border-top: 1px solid #ddd; border-right: 1px solid #ddd; padding: 3px 6px; }
#unterseite_text tr td:first-child { border-left: 1px solid #ddd; }
#unterseite_text table tr:last-child td { border-bottom: 1px solid #ddd; }
#unterseite_text table { border-spacing: 0;
    border-collapse: separate;}