
/* ====================================================   GLOBAL DEFINITION   ==================================================== */

@font-face {
    font-family: 'Tauri';
    font-style: normal;
    font-weight: 400;
    src: local('Tauri Regular'), local('Tauri-Regular'), url(http://themes.googleusercontent.com/static/fonts/tauri/v2/33NkxyDp8MBgQpwno_A-zw.woff) format('woff');
}

* {
    margin: 0;
    padding: 0;
}

html {
    padding: 5px 2%;
}

body {
    width: 1200px;
    margin: 0 auto; 
    font: normal .75em Arial, sans-serif;
    color: #474747; 
    background: url('../img/design/hintergrund.png') no-repeat;
    background-size: 1000px;
    background-position: top right; 
    background-attachment: fixed;
}

a {
    color:#f05a28;               Orange
    font-weight: bold;
}
a:hover, a:focus {
    color: #8F8F90;              Helgrau
}

a.more {
    float: right;
}
a.more:after {
    content: " > "; 
    display: inline-block; 
    height: 1em; 
    padding: 0 .5em 0.5em 0.5em;
    border-radius: 1em;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(21,117,170,1) 80%);
    margin-left: 10px;
}
footer a {
    color: #8F8F90;
}

a.more:hover, footer a:hover {
    color: #4A4A4A;                Dunkelgrau
    text-decoration: none;
}

p {
    line-height: 1.6em;
    margin: 20px 0;
}

h1 {
    font: bold 1.875em Tauri, serif;
    color:#1575aa;                      Ozeanblau
}
h2 { 
    font-size: 1.875em;
    font-weight: normal;
    color: #1575aa; 
    padding: 10px 5px;
    border-bottom: 1px solid #1575aa;
}
h2.img {
    padding-left: 40px;
    background: left center no-repeat scroll;
}
.img.about {
    background-image: url('../img/icon-about.png')
}
.img.cash {
    background-image: url('../img/icon-cash.png')
}
.img.group {
    background-image: url('../img/icon-group.png')
}
h3 {
    font: normal 1.50em Tauri, serif;
    color: #4c4c4c; 
    margin: 20px 0;
}

img, a img {
    border: 0 none;
}

ul.bullets  {
    margin: 30px 0 0 13px;
    color: #1575aa;
}
ul.bullets li {
    width: 100%; 
    font-size: 1.10em; 
    font-weight: bold; 
    padding-left: 5px;
    line-height: 2.0em;
    color: #FFA128;                  Orange
}
ul.bullets li span	{
    color: #474747;
}


dl {
    margin-bottom: 50px;
    clear: left;
}
 
dt {	
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px; 
    width: 90px;
}
 
dd {
    margin: 2px 0;
    padding: 5px 0;
}

#mitte {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
} 
#rechts {
    float: right;
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-left: 20px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
} 
#rechts-mitte {
    float: right;
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
} 
#links {
    float: left;
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
}
#links-mitte {
    float: left;
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
}
#rechts-160 {
    float: right;
    width: 100%;
    max-width: 160px;
    height: auto;
    margin-left: 20px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
} 
#rechts-mitte-160 {
    float: right;
    width: 100%;
    max-width: 160px;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
} 
#links-160 {
    float: left;
    width: 100%;
    max-width: 160px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
}
#links-mitte-160 {
    float: left;
    width: 100%;
    max-width: 160px;
    height: auto;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
}
#responsive {
    width: 100%;
    max-width: 700px;
    height: auto;
    background: #ffffff;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 20px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
}
#responsive-rechts {
    float: right;
    width: 100%;
    max-width: 380px;
    height: auto;
    background: #ffffff;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
}
#responsive-links {
    float: left;
    width: 100%;
    max-width: 380px;
    height: auto;
    background: #ffffff;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.76);
}
.responsive-video {
	position: relative;
	padding-bottom: 56%; /* 16/9 Video */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-video iframe,  
.responsive-video object,  
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ====================================================  HEADER   ==================================================== */

header {
    width: 100%;
    height: 170px;
    background: url('#') no-repeat center bottom #fffffff;
    background-size: contain; border: 1px solid #ffffff;
}

#logo	{
    float: left;
    margin: 10px 0 0 20px;
    padding: 50px 0 70px 230px;
    background: url('../img/design/logo.png') no-repeat left;
    background-size: 220px;
    text-decoration: none;
}

#navlink {
    display:none;
    float: right;
    text-decoration: none;
    font-size: 1.875em;
    font-weight: bold;
    padding: 10px; 
    margin: 30px 30px 0 0;
}


/* ====================================================   CONTENT   ==================================================== */

main	{
    display: block;
    position: relative;
    width: 100%
}

article {
    float: left;
    background: transparent;
    border: 1px #1575aa solid;
    margin-top: 70px;
    width: 96%; 
    padding: 20px 2%;
}
section {
    float: left;
    width: 74%;
}
section2 {
    float: left;
    width: 100%;
}
section.spalte {
    float: left;
    width:33%;
    padding:20px 2%;
    min-height: 220px;
}
grid.spalte {
    float: left;
    width:31%;
    padding:10px 10px;
    min-height: 450px;
}
section.spalte h2	{
    border-bottom: 0 none;
}


aside {
    float: right;
    width: 23%;
    max-height: 350px;
}
aside ul {
    line-height: 1.6em;
    list-style: none outside none;
    padding: 1em 0 1em 5px;
    clear: left;
}
aside p {
    margin-bottom: 50px;
}
aside p:last-child {
    margin-bottom: 20px;
}
/* ====================================================  NAV   ==================================================== */

nav	{ 
	float: left; 
	width: 100%;  
	list-style-type: none; 
	box-shadow: 0 10px 5px 0 rgba(0,0,0,0.45);
	position: absolute;
	top: -11px; left:0%;
	display: block;
	text-align: center;
	margin: 0 auto 30px;
}
nav ul {
    float: left; 
    width: 100%; 
    list-style-type: none;
    background-image: linear-gradient(#1575aa, #ffffff, #1575aa);
}
nav ul li {
    float: left; 
}
nav ul li:first-child {
    margin-left: 2%;
}
nav ul li a 	{
    float: left;
    padding: 16px 0 16px 16px;
    color: #000000;
    text-decoration: none;
}
nav ul li a:after {
    content:"";
    color: #000000;
    margin-left: 20px;
} 
nav li a:hover, nav li a:focus {
    color: #ffffff;
    background-image: linear-gradient(#ffffff, #1575aa, #ffffff);
}


/* ====================================================   FOOTER   ==================================================== */

footer {
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    color: #989898
}
footer ul {
    float: left;
    margin-left: 22px;
    list-style-type: none;
}
footer ul li	 {
    display: inline-block;
    border-left: 1px solid #989898;
}
footer ul li:first-child	 {
    border: 0 none;
}
footer ul li a {
    padding: 0 8px;
}
footer p {
    float: right;
    margin-right: 30px;
    margin-top: 0;
    padding-top: 0;
    text-align: right;
}

/* 2-Spaltenlayout mit breiterem aside */
@media screen and (max-width: 950px) {
    body {width:100%;
    background-size: 100%;
    background-position: top 150px right;}    
    section {width:58%;}
    section.spalte,grid, 
    aside {width:29%;}
}

/* 1-Spaltenlayout mit Navigation unten*/
@media screen and (max-width: 620px) {
    section, 
    section.spalte, 
    aside {
        float: none;
        width: 96%;
    }

    header {
        height: 130px; 
    }
    #navlink {
        display:block;
    }

    article {
        margin-top: 16px; 
    }
    nav {
        position:relative;
    }
    nav ul {
        display: block; 
        background: transparent;
        margin: 3em 0 2em;
    }
    nav ul li{
        width: 90%;
        margin: 5px 2%;
    }
    nav ul li a{
        width: 90%;
        background-image: linear-gradient(#1575aa, #ffffff, #1575aa);
        margin: 5px 5%; 
        border-radius: 10px;
    }
    nav ul li a:after {
        display:none;
    } 
    grid.spalte {
    width:100%;
    padding:10px 0px 0px 10px;
    }
}





