* {box-sizing: border-box;}

body {
	background-color: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
    margin:0;
    padding:0; 
}
div.wrapper {
    max-width:960px;
    margin: 0 auto;
    background-color: #fff;
}

h1, h2, h3  {
    color: rgb(0, 38, 119);
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}

/* HEADER */
header{
    background-color:#fff;
} 

footer{
    background-color:rgb(0, 38, 119);
    color:#ccc;
	}
header h2 {
    color: #fff;
}
header img.logo {
    max-width: 400px;
    fill:red;
}
header div.headeradresse {
    display:none;
    margin-top: 26px;
    line-height: 1.4em;
    font-size: 1.25em;
}
header a,
footer a,
header a:visited,
footer a:visited {
    color: #ccc;
	text-decoration: none;
}
footer a:hover {
    color: #fff;
	text-decoration: none;
}

header, footer,main{
    padding:20px; 
    margin:0;  
}
footer {
    padding:16px 20px 6px 20px; 
    margin:0;  
}
div.navbar-header {
    background-color:rgb(0, 38, 119);
}

/* Navigation *************/

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color:rgb(0, 38, 119);

    margin-top:-1px;
    width:100%;
}
.navbar-nav {
    margin: 0px 0px 0px -15px;
}
.navbar-nav ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0px transparent solid;
}
.navbar-nav a,
.navbar-nav a:visited {
	color: #ccc!important;
	text-decoration: none;
    display: block;
    padding: 10px 20px;
    font-size: 1.2em;
}
.navbar-nav a:hover{
    background:#2050b2!important;
    color: #fff!important;
}


.selected{
    background:#103d96;
    }
/* Inhalt   */
main {
  position: relative;
}
article {
    min-height: 400px;
}
div.start {
    margin-top:1em;
}
p {
	line-height: 180%;
}
.glyphicon {
    float:right;
}
.new{
    position: absolute;
    top: 20px;
    right: 20px;
}
.new img{
    width: 100px;
}
.kundenliste {
    margin: 0 12px;
}
/* Anim Typewriter ******************************/
.line-1{
    position: relative;
    top: 50%;  
    width: 100%;
    margin: 0;
    border-right: 2px solid rgba(255,255,255,.75);
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-70%);    
}
.line-2{  
    width: 100%;
    animation-delay: 5s;
    margin: 0;
    border-right: 2px solid rgba(255,255,255,.75);
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-70%);    
}
.line-3{  
    width: 100%;
    animation-delay: 8s;
    margin: 0;
    border-right: 2px solid rgba(255,255,255,.75);
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-70%); 
}
.line-4{ 
    width: 100%;
    animation-delay: 10s;
    margin: 0;
    border-right: 2px solid rgba(255,255,255,.75);
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-70%);
}

/* Animation */
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
.anim-typewriter2 {
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
    animation-delay: 3s;
}
.anim-typewriter3 {
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
    animation-delay: 6s;
}
.anim-typewriter4 {
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
    animation-delay: 12s;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 100%;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

/* Accordion **********************************/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #88B04B;
    border-color: transparent;
}
.list-group-item {
    border-radius: 0px!important;
}
/* Carousel */
.carousel {
    position: relative;
    max-width: 700px;
}

/* Media Queries */

@media screen and (min-width : 600px) {
    body{
    background-color:#eeeeee;
    }
    header a,
    header a:visited{
    color: #F3F9C7;
    }
}

@media screen and (min-width : 980px) {
    body {
	background-color: #eeeeee;
    }
    /*
    .container{
        border: 1px solid #000;
        min-width: 980px;
        max-width: 1200px;
        margin: 0 auto;
    }
    header a,
    header a:visited{
    color: #D7FFFE;
    }
    nav li {
    display: inline-block;
        margin-left:-4px;
    }
    nav li:first-child {
        display: inline-block;
        margin-left:0px;
    }
    .new img{
        width: 200px;
    }
    */

}
*/