
*
{
    margin: 0;
    font-family: sans-serif, arial;
    font-weight: lighter;

}

body
{
    color:#153b6c;
    background:#fefeff;
}

img 
{ 
    width: 100%; 
    height: auto; 
}

h4
{
    font-weight: bold;
}

/* -------------------- Kopfbereich (header) --------------------*/

header
{

    font-size: 50px;
    background-color: #144079;
    color: white;
    text-align: right;
    height: 60px;
}
      
.textHeader
{
    width: 96%;
    height: 100%;
    margin-right: 4%;
    line-height: 60px;
    font-family: 'Black Ops One', cursive;  
    color:#fefeff;

}

.header
{

    height: 100px;
    width: 100%;
    font-size: 20px;

}

a
{
    font-family: sans-serif, arial;
}

a:link 
{ 

    font-weight: lighter; 
    text-decoration: none; 
    color: #323e4d;
}

a:visited 
{ 
    font-weight: lighter; 
    text-decoration: none; 
    color: #323e4d;
}
a:hover, a:focus, a:active
{ 
    transition: all 400ms;
    color:#144079;
}



a.link 
{
    color:#153b6c;
}

a.link :visited
{
    color:#153b6c;
}

a.link:hover, a.link:focus, a.link:active 
{ 
    transition: all 400ms;
    color: #1e71dc;
}

/* -------------------- Navigation im Kopfbereich --------------------*/

nav {

    float: left;
    width: 100%;
    background:#ced5df;
    font-size: 18px;

}


nav ul {
    margin: 0;
    padding: 0;
}


nav li:last-child
{
    display: none;

}

nav a {

    display: block;
    color: #fff;
    text-decoration: none;
}

nav ul li {
    position: relative;
    float: left;
    list-style: none;
    color: #fff;
    transition: 0.5s;
}

nav ul li a {
    padding: 20px;
}


nav ul > li.submenu > a:after {


    position: relative;
    float: right;
    content: '';
    margin-left: 10px;
    margin-top: 5px;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
}


nav ul ul li.submenu > a:after {
    margin-left: auto;
    margin-right: -10px;

}

/* ------------- wichtig für navi aktive Seite ------------ */
nav ul li.active a
{
    /* border-top: 3px solid #fefeff;*/
    color: #144079;
    font-weight: 500;
}

nav ul li.noactive a
{
    /* border-top: 3px solid #fefeff;*/
    color: #323e4c;
    font-weight: 100;
}


nav ul ul {
    position: absolute;
    width: 230px;
    top: -9999px;
    left: -9999px;
    background: #ced5df;

    z-index: 1;
}

nav ul ul li {
    float: none;
    width: 200px;

}

nav ul ul li a {
    padding: 10px 20px;

}

nav ul ul li:last-child {
    border-bottom: none;
}

nav ul li:hover > ul {
    top: 100%;
    left: 0;
}

nav ul ul li:hover > ul {
    top: 0;
    left: 200px;
}

/* 1024 px grÃ¶ÃŸe haben tablets */
@media all and (max-width:1024px) 
{

    nav li:not(:first-child) 
    {
        display: none;

    }

    nav li.icon 
    {
        float: right;
        display: inline-block;

    }
    
    nav ul li.active a
    {
        
        color: #323e4d;
        font-weight: lighter;
    }
    
  
}


/* 1024 px grÃ¶ÃŸe haben tablets */
@media all and (max-width:1024px) {
    nav.responsive 
    {
        
        background-color: #ced5df;
        opacity: 0.8;
        position: relative;
        z-index: 1;

        
    }
    nav.responsive li.icon 
    {
       
        position: absolute;
        right: 0;
        top: 0;
    }

    nav.responsive li 
    {

        float: none;
        display: inline;
        
    }

    nav.responsive li a 
    {
        color: #323e4d !important;
        display: block;
        text-align: left;

    }

    nav ul li:hover {
        background: none;
    }
    
    

    nav ul ul {

        position: relative !important;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
        background: none !important;
        box-shadow: none;


    }

    #myTopnav1 > ul > li > ul > li
    {

        padding: 0;
        margin: 0;
        height: 0px;
        float: none;
        display: table;
        
    }
    

    nav ul ul li 
    {
        padding-left: 20px !important;

    }
    /*
    nav ul ul li.submenu
    {
    height: 5px;
    background-color: red;
    margin: 0;
    padding: 0;
    }
    */
}


@media all and (max-width:1024px) {
    #ausblenden {display:none;}
}

/* -------------------- Hauptteil --------------------*/

.inhalt
{
    width: 94%;
    margin-left: 3%;


}

h1{
    color:#164075;   



}

.haupttext
{
    float: left;
    width: 35%;
    height: 200px;


}

.kontaktformularfeld
{
    float: left;
    margin-left: 5%;
    width: 60%;
    height: 500px;

}

.kontakttextunten
{
    display: flex;
    flex-flow: row wrap;
    float: left;
    width: 30%;
    min-width: 300px;
    margin-left: 3%;
    height: 300px;

}

.teamtext
{
    margin-top: 30px;
    float: left;
    margin-left: 5%;
    width: 60%;
    height: border-box;

}
.bildref{
    display: flex;
    flex-flow: row wrap;
    max-width: 280px;
    margin: 20px;
    float:left;
}

.images
{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 20px;
}



.kontakt-input 
{ 

    padding:6px; 
    font-size:16px; 
    text-align:left; 
    border-radius:0px; 
    border-style:solid; 
    background-color:#ffffff; 
    border-color:#d3d3d3; 
    border-width:0px; 
    box-shadow: 0px 0px 5px 0px rgba(180,180,180,.75); 
    text-shadow:0px 0px 0px rgba(42,42,42,.71); 
    font-weight:normal; 
    font-style:none;  
} 

.kontakt-input:focus { outline:none; } 

hr{
    width:100%;
    float:left;

}

.karrierefeld
{
    margin-top: 30px;
    float: left;
    margin-left: 5%;
    width: 60%;
    height: border-box;

}


.dienstleistung
{
    margin-top: 30px;
    float: left;
    margin-left: 5%;
    width: 60%;
    height: border-box;

}

.dienstleistungklein
{
    display: flex;
    flex-flow: row wrap;
    float: left;
    width: 49%;
    height: 100%;
    margin-left: 1%;


}

@media all and (max-width:1024px) 
{
    .kontakttextunten
    {
        margin-left: 1%;
        margin-right: 1%;
        width: 98%;
        height: auto;
        text-align: center;
    }

    .images
    {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .haupttext
    {
        width: 100%;
        text-align: center;
    }

    .kontaktformularfeld
    {
        width: 100%;
        text-align: center;
    }

    .dienstleistung
    {
        width: 100%;
        margin-top: 30px;
        float: left;
        margin-left: 0%;
        height: border-box;

    }
    .dienstleistungklein
    {
        display: flex;
        flex-flow: row wrap;
        float: left;
        min-width: 300px;
        width: 100%;
        height: 100%;
    }
    .teamtext
    {
        margin-top: 0;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 40px;
        width: 90%;
        text-align: center;

    }

    .bildref
    {
        margin-top: 0;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        text-align: center;

    }

    .karrierefeld
    {
        margin-top: 0px;
        margin-bottom: 40px;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;

    }

    .simpleSlides
    {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;

    }

    .start
    {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        text-align: center;
    }

}




.button 
{
    border: 1px solid #153b6c;
    background: #ced5df;
    background: -webkit-gradient(linear, left top, left bottom, from(#ced5df), to(#ced5df));
    background: -webkit-linear-gradient(top, #ced5df, #ced5df);
    background: -moz-linear-gradient(top, #ced5df, #ced5df);
    background: -ms-linear-gradient(top, #ced5df, #ced5df);
    background: -o-linear-gradient(top, #ced5df, #ced5df);
    background-image: -ms-linear-gradient(top, #ced5df 0%, #ced5df 100%);
    padding: 9.5px 19px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    color: #153b6c;
    font-size: 15px;

    text-decoration: none;
    vertical-align: middle;
}

.button:hover {
    border: 1px solid #0a3c59;

    background: #153b6c;
    background: -webkit-gradient(linear, left top, left bottom, from(#153b6c), to(#153b6c));
    background: -webkit-linear-gradient(top, #153b6c, #153b6c);
    background: -moz-linear-gradient(top, #153b6c, #153b6c);
    background: -ms-linear-gradient(top, #153b6c, #153b6c);
    background: -o-linear-gradient(top, #153b6c, #153b6c);
    background-image: -ms-linear-gradient(top, #153b6c 0%, #153b6c 100%);
    color: #ced5df;
}



.leer
{
    float: left;
    width: 100%;
    height: 20px;
}
/* -------------------- Fussbereich (footer) --------------------*/

footer
{
    background-color:#ced5df;
    width: 100%;
    height: 50px;
    font-size: 18px;
    float: left;
    text-align: center;
    font-family: sans-serif, Arial;
    font-weight: lighter;
    line-height: 50px;
}

.footerlist
{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footerlist ul
{
    padding-left: 0;
    margin-left: 0;


}

.footerlist li
{
    padding-left: 0;
    margin-left: 0;
    display: inline;
    float: left;
    width: 100%;
    list-style: none;
    overflow: hidden;


}


/* -------------------- Animation Startseite --------------------*/



.slides 
{
    display:none;
    width: 100%;
    max-width: 620px;
    margin:1em auto;
}

.animate-top 
{
    display: block;
    position:relative;
    animation:animatetop 1s;
}

@keyframes animatetop 
{ 
    from { top:-300px; opacity: 0 } to { top:0; opacity:1 } 
}

.animate-left 
{
    display: block;
    position:relative;
    animation: animateleft 1s;
}

@keyframes animateleft 
{ 
    from { left: -300px; opacity: 0 } to { left:0; opacity:1 } 
}

