/* @import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700); */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

body,
html {
    height: 100%;
    width: 100%;
}

.seite {
    min-height: 100%;
    width: 100%;
    background: black top center fixed;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0);
}

#p1 {
    height: 100% !important;
}

h2 {
    color: rgba(2, 44, 93, 1);
    font-size: 36px;
    font-size: 35px;
    margin-left: 31px;
    margin-bottom: -20px;
    line-height: 38px;
}

.handle {
    display: none;
}

.moveText {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 38px;
    position: absolute;
    top: 50%;
    width: 900px;
    height: 200px;
    margin-top: -50px;
    left: -2000px;
    font-weight: normal;
}

.moveText .top {
    color: #B01B3E;
    display: block;
    font-size: 55px;
}

.moveText .bottom {
    color: #02336A;
    display: block;
    margin-top: -10px;
    margin-left: 70px;
}

.underline {
    width: 0px;
    height: 2px;
    background-color: #B01B3E;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.small .underline {
    bottom: 4px;
}

#logo {
    cursor: pointer;
}

.active {
    font-weight: bold;
    /*border-bottom:2px solid #CE143D;*/
}

.p1 {
    background-image: url(m1.jpg)
}

.p2 {
    background-image: url(m2.jpg)
}

.p3 {
    background-image: url(m3.jpg)
}

.p4 {
    background-image: url(m4bg.jpg)
}

.p5 {
    background-image: url(m5.jpg)
}

.p6 {
    background-image: url(m6.jpg)
}

#container {
    height: 100%;
    width: 100%;
}

.hilight {
    width: 100%;
    height: auto;
    padding: 10px;
    min-height: 140px;
    color: white;
    color: rgba(2, 44, 93, 1);
    text-shadow: none !important;
}

.philo {
    background-color: rgba(2, 44, 93, 0.9);
    border-radius: 20px;
    margin: 30px 0;
    position: relative;
}

.hilight h2 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-size: 23px;
    margin-bottom: auto;
    margin-left: 0;
    text-shadow: none !important;
}

.philo h2 {
    position: absolute;
    top: -38px;
    text-align: left;
    margin-bottom: auto;
    text-transform: uppercase;
    font-size: 34px;
    margin-left: 0;
}

.philo p {
    font-size: 22px !important;
    text-align: center;
    color: white !important;
}

.hilight p a {
    display: inline-block;
    padding: 2px;
    border-bottom: solid 1px #B01B3E;
    color: white;
}

.hilight p a:hover {
    background-color: #B01B3E;
}

.hilight h2 strong {
    color: #B01B3E;
}

#header {
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    height: 130px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

#header.small {
    height: 50px !important;
}

.inhalt {
    width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

#logo {
    background: url(logo.png);
    height: 100px;
    width: 258px;
    position: absolute;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80%;
    top: 10%;
}

#menue {
    width: 640px;
    height: 28px;
    font-size: 15px;
    position: absolute;
    top: 80px;
    right: -42px;
}

#header .inhalt {
    overflow: hidden;
}

.small #menue {
    top: 20px;
    right: 115px;
    right:47px;
    font-size: 13px;
}
.small #menue a {
    margin-right: 5px !important;
}

.small #logo {
    left: 50px;
    top: 10%;
    margin-bottom: 5px;
}

a {
    color: white;
    text-decoration: none;
}

#menue a {
    color: #022c5d;
    display: inline-block;
    line-height: 24px;
    height: 100%;
    width: auto;
    margin-right: 15px;
    padding-left: 7px;
    padding-right: 7px;
    text-transform: uppercase;
}

#flaggen {
    width: 76px;
    height: 23px;
    position: absolute;
    top: 9px;
    right: 32px;
    right:10px;
    z-index: 99999;
}

#flaggen a {
    border: none;
    text-decoration: none;
    float: left;
    opacity: 0.7;
}

#flaggen a:hover {
    opacity: 1;
}

.small #flaggen {
    top: 34px;
    right: 130px;
}

h1 {
    color: #B01B3E;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.content {
    margin-top: 150px;
    margin-top: 70px;
    padding: 20px;
}

.p1 .content {
    margin-top: 0;
}

.content p,
.content ul,
.unterdiv p {
    font-size: 15px;
    color: #1C3A6E;
    font-weight: normal;
}

.content p,
.unterdiv p {
    width: 90%;
    margin: 20px;
    margin-left: 31px;
}

ul {
    margin: 20px;
    margin-left: 51px;
}

li {
    font-weight: bold;
}

.content a {
    display: inline;
    padding: 0;
    color: #B01B3E;
    font-weight: bold;
}

#untermenue {
    height: 20px;
    width: 250px;
    position: absolute;
    top: -22px;
    left: 7px;
    line-height: 20px;
    font-size: 12px;
    color: #B01B3E;
    text-transform: uppercase;
    display: none;
}

#untermenue span {
    margin-right: 10px;
    cursor: pointer;
}

#untermenue span:hover {
    font-weight: bold;
}

.unterdiv {
    position: absolute;
    height: 100%;
    width: 100%;
}

.unterdiv h1 {
    position: absolute;
    top: 350px;
    left: 150px;
}

.unterdiv p,
.unterdiv .mitarbeiter {
    position: absolute;
    top: 420px;
    left: 150px;
}

.person {
    width: 200px;
    height: 300px;
    float: left;
    margin-right: 25px;
    background-color: rgba(120, 120, 120, 0.8);
    margin-bottom: 20px;
}

#u1 {
    left: 0;
    top: 0;
}

#u2 {
    left: 100%;
    top: 0;
}

#u3 {
    left: 100%;
    top: 0;
}

#logo a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.sortiment {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin: 50px 0;
}

.produkt {
    text-shadow: none !important;
    display: inline-block !important;
    padding: 10px;
    width: auto;
    min-height: 50px;
    height: auto;
    background-color: #B01B3E;
    color: white;
    font-weight: bold;
    margin-right: 2px;
    margin-bottom: 4px !important;
    font-size: 19px;
}

.philosophie span {
    display: inline-block;
    text-shadow: none !important;
    display: inline-block !important;
    padding: 10px 25px !important;
    width: auto;
    min-height: 50px;
    height: auto;
    background-color: #B01B3E;
    color: white;
    font-weight: bold;
    margin-right: 2px;
    margin-bottom: -15px !important;
    font-size: 18px;
}

.philosophie {
    text-align: center;
    margin-bottom: 40px;
}

.philosophie h2 {
    color: rgba(2, 44, 93, 1);
    font-size: 36px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.philosophie span a {
    color: white;
}

.ztop {
    z-index: 9999 !important;
    margin-left: 130px !important;
}

.handle {
    width: 180px;
    left: -1px;
    border-radius: 10px 10px 0 0;
    height: 40px;
    position: absolute;
    top: -40px;
    background-color: #ddd;
    border: solid 1px rgba(50, 50, 50, 0.1);
    border-bottom: none;
    color: #aaa;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.mitfonfax {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
    font-weight: 100;
    position: absolute;
    left: 25px;
    bottom: 55px;
}

.mitmail {
    font-size: 13px;
    margin-top: 3px;
    font-weight: normal !important;
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.detail img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.mitname {
    font-size: 22px;
    color: #B01B3E;
    font-weight: 500;
}

.mitberuf {
    font-size: 15px;
    color: #022C5D;
    margin-bottom: 0px;
    position: relative;
    top: -1px;
    font-weight: bold;
}

.detail .overlay {
    width: 100%;
    height: 40%;
    overflow: hidden;
    bottom: 0;
    position: absolute;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 12px !important;
    display: none;
}

.overlay span {
    display: block;
    width: 100%;
}

.persons {
    background: url(visitenkarte50.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 330px;
    height: 205px;
    margin-right: 26px;
    margin-bottom: 20px;
    float: left;
    padding: 24px;
    position: relative;
    border: solid 1px rgba(150, 150, 150, 0);
    padding-top: 20px;
}

.lagerp {
    margin-bottom: 50px;
}

.persons span {
    display: inline-block;
    width: 100%;
}

.persons .detail {
    width: 100%;
    height: 100%;
    position: relative;
}

.empty .detail {
    background-color: transparent !important;
}

#mitarbeiter {
    width: 100%;
    height: auto;
    padding-left: 100px;
}

#mitarbeiter:after {
    content: "";
    display: table;
    clear: both;
}

.gmapinfo {
    width: 200px;
    height: 100px;
    color: #58585a;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 11pt;
    font-weight: bold;
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 5px;
}

.gmapinfo img {
    float: left;
    padding-right: 13px;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 120px;
}

.mapinfotxt {
    width: 100%;
    padding-top: 4px;
}

.mapinfotxt strong {
    color: #B01B3E;
}

#gmaps {
    width: 100%;
    height: 500px;
    background-color: #B01B3E;
    margin-top: 170px;
    margin-bottom: 150px;
    border: solid 7px rgba(255, 255, 255, 0.7);
}

.shortcut {
    display: block;
    color: white;
    width: 100%;
    line-height: 20px;
    height: 20px;
    text-align: center;
    padding-left: 20px;
}

.shortcut a {
    text-shadow: none;
    font-size: 21px;
}

.kontaktform {
    width: 700px;
    height: auto;
    padding: 30px;
    margin: 0px auto;
    margin-bottom: 170px;
}

label {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #B01B3E;
    font-weight: 100;
    margin-bottom: 0;
    padding-left: 20px;
}

.kontaktform input,
textarea {
    width: 100%;
    border: none;
    color: blue;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 5px;
    padding-left: 15px;
    color: gray;
    color: rgba(2, 44, 93, 1);
    background-color: rgba(2, 44, 93, 0.8);
    background-color: rgba(189, 189, 189, 0.8);
    margin-bottom: 10px;
    text-shadow: none;
    border-radius: 10px;
}

.kontaktform textarea {
    height: 300px;
}

#ksend {
    width: 100%;
    background-color: #B01B3E;
    text-align: center;
    height: 60px;
    line-height: 50px;
    color: white;
    text-transform: uppercase;
}

.trenner {
    width: 100%;
    float: left;
    height: 60px;
}

.lagerp .mitname {
    font-size: 13px;
}

.lagerp .mitmail {
    margin-top: -5px;
}

h2 .mailto {
    cursor: pointer;
}