/* =============================================================================
   Schriften
   ========================================================================== */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metrophobic';
    src: url('../fonts/metrophobic-webfont.eot');
    src: url('../fonts/metrophobic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metrophobic-webfont.woff') format('woff'),
         url('../fonts/metrophobic-webfont.ttf') format('truetype'),
         url('../fonts/metrophobic-webfont.svg#metrophobicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}   
   
@font-face {
	font-family: 'icons';
	src:url('../fonts/icons.eot');
	src:url('../fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icons.svg#icons') format('svg'),
		url('../fonts/icons.woff') format('woff'),
		url('../fonts/icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e600";
}
.icon-maps:before {
	content: "\e601";
}
.icon-mail:before {
	content: "\e602";
}
.icon-lamp:before {
	content: "\e603";
}
.icon-google:before {
	content: "\e604";
}
.icon-facebook:before {
	content: "\e605";
}
.icon-buy:before {
	content: "\e606";
}
.icon-woman:before {
	content: "\e607";
}
.icon-man:before {
	content: "\e608";
}
.icon-menu:before {
	content: "\e609";
}
.icon-arrow-down:before {
	content: "\e60a";
}
.icon-close:before {
	content: "\e60b";
}

/* =============================================================================
   Grundaufbau
   ========================================================================== */
html, body#home {
    height: 100%;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f5f5f5;
    z-index: 10;
}

#main {
    position: absolute;
    top: 656px;
    width: 100%;
	padding: 60px 0 0 0; 
    z-index: 2;
    background-color: #f5f5f5;
}

#home #main {
    top: 100%;
}

footer {
    margin-top: 20px;
    padding: 40px 0 20px 0;
    color: #fff;
    background-color: #992228;
}

div.cover {
    width: 100%;
    height: 500px;
    margin-top: 156px;
    background: #f5f5f5 url(../img/cover_2.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 1;
}

#home div.cover {
    position: fixed;
    top: 0;
    height: 100%;
    margin-top: 0;
    background-image: url(../img/cover.jpg);
}

div#imprint {
    background-image: url(../img/cover_3.jpg);
}

div.red-teaser {
    position: relative;
    height: 100%;
    margin: auto;
}

div.red-teaser div {
    height: 100%;
}

div.red-teaser div.teaser {
	position: absolute;
    right: 0;
	bottom: 0;
    height: auto;
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 20px;
	color: #fff;
	background-color: rgba(153, 34, 40, 0.8);
    z-index: 2;
}

div.teaser {
    position: relative;
    margin-bottom: 60px;
    padding: 40px;
    background-color: #fff;
}

div.teaser-image {
    margin: -40px;
    overflow: hidden;
}

div.teaser-image-right {
    margin-left: 0;
    height: 100%;
}

div.teaser-image-top {
	margin-bottom: 35px;
	position: relative; 
	background: #fff; 
}

div.teaser-image img {
	width: 100%;
}

div.teaser-image-right img {
	height: 385px;
    width: auto !important;
}

.teaser-image-top:after { 
	pointer-events: none; 
	content: " "; 
	position: absolute;
	bottom: 0; 
	left: 50%; 
	height: 0; 
	width: 0;   
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0); 
	border-bottom-color: #fff; 
	border-width: 20px; 
	margin-left: -20px;
}

div.wrapper {
    min-height: 121px;
    margin-bottom: 20px;
}

div.bubble {
	position: relative;
	min-height: 195px; 
	margin-bottom: 40px;
	background: #fff; 
}

.bubble:after {
	pointer-events: none; 
	content: " ";
	position: absolute;
	top: 100%; 
	left: 50%;  
	height: 0; 
	width: 0;  
	border: solid transparent; 
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #fff; 
	border-width: 20px; 
	margin-left: -20px;
}

.bubble-profile {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto 40px auto;
}

div.hidden-content {
	display: none;
}

div.teaser-excerpt p:last-child {
    margin-bottom: 30px;
}

.icon-close {
    cursor: pointer;
    font-size: 1em;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #189B97;
}

.icon-close:hover,
.icon-close:focus {
    background-color: #992228;
}

/* =============================================================================
   Widget
   ========================================================================== */
div#main .container {
    position: relative;
}

div.specials .col-xs-12, 
div.specials .col-sm-6 {
    position: static;
}

div.widget {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 9999;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}

div.widget .teaser-image {
    float: left;
    width: 50%;
    height: 518px;
    margin: -40px;
    margin-right: 40px;
}

div.widget .teaser-image img{
    width: auto;
    height: 100%;
}

div.widget  .teaser-image-top:after {
    display: none;
}

div.widget  div.wrapper {
    width: 50%;
    float: left;
}

div.widget .excerpt {
    display: none;
}

div.widget p:last-child {
    margin-bottom: 0;
}

div.widget a.button {
    font-family: 'icons';
    font-size: 1.6em;
    content: "\e606";
    position: absolute;
    right: 40px;
    bottom: 40px;
}

div.widget .icon-close {
    display: block;
}
  
/* =============================================================================
   Überschriften
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: Metrophobic, 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 25px 0;
    line-height: 1.2;
}

h1 {
	font-size: 2.250em;
}

h2 {
	font-size: 2.000em;
}

h3 {
	font-size: 1.500em;
    line-height: 1;
}

div.cover div.teaser h1 {
    margin-bottom: 10px;
}  
/* =============================================================================
   Texte, Bilder, Links
   ========================================================================== */
p {
    margin: 0 0 30px 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #189b97;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a.button {
	white-space: nowrap;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background-color: #189b97;
}

a.button:hover,
a.button:focus {
	text-decoration: none;
	background-color: #992228;
}

footer p,
footer p:last-child {
    margin-bottom: 20px;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #fff;
}

div#logo-container {
	position: absolute;
    z-index: 1000;
}

a#logo {
	position: relative;
	display: block;
	padding: 10px 20px 5px 20px;
	background-color: #992228;
}

a#logo:before,
a#logo:after {
	content: " ";
	position: absolute; 
	top: 100%; 
	border: solid transparent; 
}

a#logo:before { 
	left: 0;
	border-style: solid;
	border-width: 20px 70px 0 0;
	border-color: #992228 transparent transparent transparent; 
}

a#logo:after { 
	right: 0;
	border-style: solid;
	border-width: 0 70px 20px 0;
	border-color: transparent #992228 transparent transparent;
}

div.social-media {
    float: right;
    margin-bottom: 20px;
}

div.social-media a {
    font-size: 3.2em;
}

div.social-media a:hover,
div.social-media a:focus {
    text-decoration: none;
}   
   
/* =============================================================================
   Listen
   ========================================================================== */
ul {
	padding-left: 20px;
    list-style-type: none;
    list-style-image: url(../img/square.png);
} 

ul li {
    line-height: 1.6;
}   

/* =============================================================================
   Tabellen
   ========================================================================== */
table {
	width: 100%;
}

td {
	padding: 20px 0;
	border-bottom: 1px solid rgba(86, 86, 86, 0.1);
}

tr:first-child td {
	padding-top: 0;
}

tr:last-child td {
	padding-bottom: 0;
	border: none;
}

td a.button {
	float: right;
	margin-left: 20px;
}   

/* =============================================================================
   Hauptnavigation
   ========================================================================== */
nav ul {
	font-family: Metrophobic;
	font-size: 1.125em;
	text-transform: uppercase;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

nav#main-nav .navbar-toggle,
nav#main-nav {
    margin: 0;
	background-color: #189b97;
    border: 0;
}

nav#main-nav ul {
	float: left;
	margin-left: 180px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid #008e8a;
}

nav#main-nav ul li {
	float: left;
}

nav#main-nav ul li a {
	position: relative;
	display: block;
	padding: 9px 40px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid #008e8a;
}

nav#main-nav ul li a.active,
nav#main-nav ul li a:hover,
nav#main-nav ul li a:focus {
	text-decoration: none;
	background-color: #992228;
}

nav#main-nav ul li a.active:after {
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(153, 34, 40, 0); 
	border-top-color: #992228; 
	border-width: 10px; 
	margin-left: -10px;
}

nav#main-nav .navbar-header {
    -webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.2);
    box-shadow:inset 0 0 15px 1px rgba(0,0,0,0.1);
}

nav#main-nav span {
    font-size: 2em;
    display: block;
    text-align: center;
}

nav#main-nav button:focus,
nav#main-nav button {
    text-align: right;
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 20px 15px 20px;
    color: #fff;
    border: 0;
    outline: 0;
}

nav#main-nav button > span {
    display: inline-block;
    text-shadow: 0 0 3px #00716e;
}

nav#main-nav button span#menu {
    font-size: 2.250em;
    text-transform: uppercase;
}
   
/* =============================================================================
   Servicenavigation
   ========================================================================== */

nav.languages {
	position: relative;
	margin-bottom: 40px;
	z-index: 9999;
}

nav.languages ul li {
	float: left;
}

nav.languages ul li a,
nav.languages ul li.open a {
	display: block;
	width: 40px;
	height: 40px;
    padding: 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #189b97;	
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

nav.languages ul li.active a,
nav.languages ul li a:hover,
nav.languages ul li a:focus {
	text-decoration: none;
	background-color: #992228;
}

.nav-tabs > li > a,
.nav-tabs > li.open > a,
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	background-color: #189b97;
	border: none;
	right: 37px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

nav.languages ul li.dropdown > a {
    width: 20px;
}

nav.languages ul.dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 1500;
}

nav.languages ul.dropdown-menu li {
	display: none;
    font-size: 1.286em;
}

nav.languages ul li.open ul.dropdown-menu li,					
nav.languages ul.dropdown-menu li.active {
    display: block;
}

nav.languages ul.dropdown-menu li a {
    border-left: 1px solid #fff;
}

/* =============================================================================
   Mediaqueries
   ========================================================================== */
@media screen and (max-width: 1179px) {
    tr td:first-child {
        max-width: 70px;
    }
    
    div.teaser-image-right img {
        height: 453px;
    }
    
    div.bubble {
        min-height: 240px;
    }
    
    div.widget {
        min-height: 464px;
    }
    
    div.widget .teaser-image {
        display: none;
        float: none;
        width: 100%;
    }
    
    div.widget div.wrapper {
        float: none;
        width: auto;
    }
    
    
    tr td:first-child {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 991px) {
    div#logo-container {
        top: -125px;
        -webkit-transition: top 0.6s ease-out;
        -moz-transition: top 0.6s ease-out; 
        -o-transition: top 0.6s ease-out;
        transition: top 0.6s ease-out; 
    }
    
    div#logo-container:hover {
        top: 0;
    }
    
    div.teaser-image-right {
        margin-left: -40px;
        margin-right: -40px;
        margin-bottom: 40px;
    }
    
    div.teaser-image-right img {
        width: 100%;
        height: auto;
    }
    
    div.bubble {
        min-height: 322px;
    }
    
    tr td:first-child {
        font-size: 1em;
        max-width: none;
    }
    
    nav#main-nav ul {
        margin-left: 0;
    }
    
    nav#main-nav ul li a {
        padding: 9px 36px;
    }
    
    div.widget {
        min-height: 475px;
    }
}

@media screen and (max-width: 767px) {
    div.teaser {
        padding: 20px;
    }
    
    div.teaser-image {
        margin: -20px;
    }
    
    div.teaser-image-right,
    div.teaser-image-top {
        margin-bottom: 20px;
    }
    
    div.teaser-image-right img {
        width: 100% !important;
        height: auto;
    }
    
    div.wrapper,
    div.bubble {
        min-height: 0;
    }
    
    header {
        position: relative;
    }
    
    div#logo-container {
        top: 0; 
    }
    
    #home div.cover {
        display: none;
    }
    
    div.cover {
        height: auto;
        margin-top: 0;
        background: none !important;
    }
    
    .bubble-profile,
    div.teaser {
        margin-bottom: 20px;
    }
    
    div.bubble {
        margin-bottom: 30px;
    }
    
    div.red-teaser {
        height: auto;
        margin-top: 40px;
    }
    
    div.red-teaser div.teaser {
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }
    
    #home div#main,
    div#main {
        position: relative;
        top: 0;
        padding: 25px 0 0 0;
    }
    
    nav#main-nav ul {
        float: none;
        margin: 30px -40px 0 -40px;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-top: 1px solid #008e8a;
    }
    
    nav#main-nav ul li {
        float: none;
    }
    
    nav#main-nav ul li a {
        display: block;
        padding: 15px 20px;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid #008e8a;
    }
    
    nav#main-nav ul li a.active:after {
        display: none;
    }
    
    nav#main-nav ul li a span {
        float: left;
        margin-top: -8px;
        margin-right: 10px;
    }
    
    h1, h2, h3, h4, h5, h6 {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
    div.cover div.teaser h1 {
        margin-top: 0;
    }
    
    div.widget {
        position: relative;
        left: 0;
        width: 100%;
        min-height: 0;
        overflow: hidden;
    }
    
    div.widget a.button {
        position: static;
        float: right;
    }
}

@media screen and (max-width: 480px) {    
    footer div.col-xs-6 {
        width: 100%;
    }
    
    div.social-media {
        float: none;
    }
    
    td a.button {
        margin-left: 0;
    }
}

@media screen and (max-width: 360px) {
    span#menu {
        visibility: hidden;
    }
}