﻿html {
    height: 100%;
}

body {
    height: 100%;
    background-image: url(/images/hintergrund.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50px;
    background-attachment: fixed;
}


a {
    color: #EF7F1A;
}

#logo1 {
width: 40%;
margin: 2% 0 0 0;
}

#logo2 {
float: right;
width: 15%;
margin: 2% 0 0 0%;
}


#logo3 {
width: 30%;
margin: 0 35%;

}

#germany {
float: right;
margin: auto 0 10px auto;
}

ul.breadcrumb {
    background: transparent;
}

img.language {
    margin: 14px 10px 0 0;
    border: 1px solid #666;
}

img.trans {
    margin: 14px 10px 0 0;
    border: 1px solid #666;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

img.trans:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.slogan {
    display: inline-block;
    padding: 1% 1%;
    background: white;
    border: 1px solid #ddd;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 18pt;
    color: #444;
    text-transform: uppercase;
    line-height: 100%;
}

.s1 {
    margin: 15% 0 0 0;
}

.s2 {
    margin: 4% 0 0 0;
}

.s3 {
    margin: 4% 0 0 0;
}

.s4 {
    margin: 4% 0 0 0;
}

.orange {
    color: #EF7F1A;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


div.content {
    background: white;
    min-height: 400px;
    padding: 4%; 
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.88;
    filter: alpha(opacity=88);    
}

h1 {
    font-size: 1.7em;
    color: black;
}

h2 {
    font-size: 1.5em;
    color: #777;
    text-align: center;
    line-height: 150%;
    margin: 2em 0 2em 0;
}

h3 {
    font-size: 1.2em;
    color: #666;
}

.content ul {
    font-size: 1.3em;
    list-style-image: url('/images/bul.gif');
    margin-top: 2em;
    margin-bottom: 2em;
}

.content p {
    font-size: 1.3em;
}


.content p.fussnote {
    font-size: 0.9em;
    color: #999;
}

.content li {
    margin: 0.5em 0.8em 0.5em 0;
}

.center {
    text-align: center;
}


.right {
    float: right;
}

.left {
    float: left;
}

p.download {
    margin: 58px 0 0 0;
}

img.punkt {
    vertical-align: middle;
    margin-bottom: 5px;
}


.nobr	{ white-space:nowrap; }



img.d1 {
    width: 100%;
}

img.d2 {
    width: 100%;
}

img.d3 {
    width: 100%;
}


div.dt {
    width: 100%;
}








@media (min-width: 768px) {


img.d1 {
    width: 65%;
}

img.d2 {
    width: 30%;
    float: right;
}

img.d3 {
    width: 35%;
}


div.dt {
    width: 60%;
    float: right;
}



}
