/*
Theme Name: Oktopussy
Theme URI: http://www.oktopussy.de
Version: 1.0
Author: Dusko Tomov
Author URI: http://www.tomov.de/
*/
/* GLOBAL STYLES
-------------------------------------------------- */

.heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
}

.leadLight {
    font-family: 'Montserrat:light', sans-serif;
    font-weight: 300;
    color: #333;
}

.leadElight {
    font-family: 'Montserrat:thin', sans-serif;
    font-weight: 200;
    color: #333;
}

h1,
.h1 {
    font-size: 11px;
    line-height: 16px;
}

h2,
.h2 {
    font-size: 14px;
    line-height: 16px;
}

h3,
.h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

h4,
.h4 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 24px;
}

h5,
.h5 {
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 36px;
}

hr,
.hr {
    border-top: 1px solid;
    border-color: #000;
    margin: 0px;
    padding: 0px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

body {
    background-image: url(../img/wolke.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    max-width: 100%;
    z-index: 1;
}

#header {
    height: 287px;
    z-index: 1;
}

#kontakt {
    background-color: #00a9ac;
    height: 325px;
    z-index: 1;
}

#advertising {
    margin-bottom: 30px;
}

#footer {
    background-color: #ccc;
    height: 100px;
    z-index: 1;
}

.logo {
    margin-top: 0px;
    margin-bottom: 40px;
}

.header .navi {
    margin-top: 55px;
}

.naviImpressum {
    margin-left: 10px;
}

.header a:link {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.header a:visited {
    text-decoration: none;
    color: inherit;
}

.header a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #4d79a1;
}

.header a:focus {
    outline: none;
}

.heroTXT {
    height: 258px;
    padding-top: 30px;
}

table,
th,
td {
    vertical-align: text-top;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.guenstigHL {
    margin-top: 50px;
}


/* heroTXT
------------------------- */

.zitat {
    margin-top: -10px;
    text-align: center;
}
/* Modal Impressum
------------------------- */

.modal-body {
    background-color: #999;
}

.agb {
    font-size: 0.7em;
    line-height: 1.4em;
    color: #666;
}
/* Carousel Hero
------------------------- */

.carousel img {
    width: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.alert-danger {
    color: red;
}

a:link {
    text-decoration: underline;
    color: #af1d1d;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #900;
}

a:focus {
    outline: none;
}

a.link:link {
    text-decoration: none;
    color: #af1d1d;
}

.space1 {
    margin-top: 10px;
}

.space2 {
    margin-top: 20px;
}

.space3 {
    margin-top: 30px;
}

.space4 {
    margin-top: 40px;
}

.space5 {
    margin-top: 50px;
}

.space6 {
    margin-top: 60px;
}

.space7 {
    margin-top: 70px;
}

.pad3 {
    padding-top: 20px;
}