﻿/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 05-05-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Granite Glass
** ================================================================ */

/*@media only screen and (orientation: landscape) and (min-width: 768px) {*/
/*@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {*/

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-device-width: 480px) and (orientation: landscape) {
    .hide-on-landscape {
        display: none;
    }
}

@media only screen and (min-device-width: 480px) and (orientation: portrait) {
    .hide-on-portrait {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (orientation: landscape) {
    /*#homeContent {
        background: url('Images/Style/HomeBackground.png') no-repeat left 25px;
        clear: both;
        position: relative;
        min-height: 463px;
        height: 463px;
        border: 0 none;
        padding-top: 30px;
    }*/

    #homeContent .navigation {
        border: 0 solid red;
        position: absolute;
        top: 220px;
        left: 350px;
        width: 325px;
        height: 189px;
        color: #EBEBEB;
        text-align: left;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (min-device-width: 480px) and (orientation: portrait) {
    .navigation {
        float: left;
        position: absolute;
        top: -30px;
        margin: 0;
        padding: 0;
        border: 1px solid red;
    }
}

@media only screen and (min-device-width: 480px) and (orientation: landscape) {
    .navigation {
        float: left;
        position: absolute;
        top: -150px;
        margin: 0;
        padding: 0;
        padding-left: 100px;
        border: 1px solid red;
    }
}

.navbar {
    background-color: #303027;
}


@media only screen and (min-width: 768px) {
    .container-fluid {
        padding-left: 0;
    }

    .navbar {
        position: static;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 5px;
    }

    .nav > li > a {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .container-fluid {
        padding-left: 0;
        padding-top: 10px;
    }

    .navbar-toggle {
        padding-top: 15px;
    }

    .nav > li {
        padding-left: 15px;
    }

        .nav > li > a {
            text-align: left;
            color: #9d9d9d;
        }

    .dropdown-menu {
        margin-left: 25px;
    }
}

.dropdown-menu {
    background-color: #303027;
}

    .dropdown-menu > li > a {
        color: #9d9d9d;
    }

.navbar-brand {
    padding: 0;
    width: 200px;
}

.logo-image {
    background: url('Images/Logos/Golfwärts.png') center no-repeat;
    background-size: contain;
}

/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html {
    font-size: 76%;
}

body {
    background: #303027;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
    color: #2C7427;
    margin: 0;
    font-weight: normal;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}

h1 {
    font-size: 1.8em;
    margin: 25px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

h2 {
    font-size: 1.8em;
    margin: 25px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

h3 {
    font-size: 1.6em;
    margin: 25px 0 15px;
}

h4 {
    font-size: 1.4em;
    margin: 20px 0 10px;
}

h5 {
    font-size: 1.2em;
    margin: 20px 0 5px;
}

h6 {
    font-size: 1em;
    margin: 20px 0 0;
}

/* text */
p {
    margin: 15px 0;
    text-align: justify;
}

acronym {
    cursor: help;
}

pre, code, blockquote {
    margin: 15px 0;
    border: 1px dashed #ddd;
    padding: 15px;
    display: block;
    color: #666;
}

blockquote {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #ddd;
    padding: 0 15px 0 15px;
    background-color: #eee;
    min-height: 60px;
}

* html blockquote {
    height: 60px;
}

/* links */
a {
    text-decoration: underline;
    color: #2C7427;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

    a img {
        border: 0 none;
    }

/* images */
img {
    border: 10px solid #ddd;
    padding: 1px;
    background-color: #fff;
}

a:hover img {
    border-color: #eee;
}

img.right {
    margin: 0 0 20px 20px;
}

img.left {
    margin: 0 20px 20px 0;
}

/* lists */
ul, ol, dl {
    margin: 15px 0 15px 20px;
    padding: 0;
}

ul {
    list-style-type: disc;
}

    ul ul, ol ol {
        margin-top: 0;
        margin-bottom: 0;
    }

ol {
    margin-left: 25px;
}

dl {
    margin-left: 0;
}

    dl dt {
        font-weight: bold;
        margin-top: 15px;
    }

    dl dd {
        margin: 0;
    }

    dl dt, li {
        color: #2C7427;
    }

        li span {
            color: #333;
        }

/* tables */
table {
    margin: 15px 0;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    table th, table td {
        padding: 10px 15px;
        text-align: left;
    }

    table thead th {
        font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
        background-color: #2C7427;
        color: #fff;
        font-weight: normal;
        font-size: 1.1em;
        border: 1px solid #099;
    }

    table tbody th {
        background-color: #ddd;
    }

    table tbody th, table tbody td {
        border-top: 1px solid #ddd;
    }

/* forms */
form {
    border: 1px solid #ddd;
    padding: 0;
    margin: 25px 0;
}

    form fieldset {
        border: 0;
        padding: 10px 25px 15px;
        margin: 0;
    }

        form fieldset legend {
            display: none;
        }

    form p {
        height: 1%;
    }

        form p:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

        form p label {
            font-size: 1em;
            color: #333;
            float: left;
            display: block;
            width: 30%;
            margin-right: 20px;
            font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

        form p input, form p select, form p textarea {
            font-size: 1em;
            color: #333;
            border: 1px solid #ddd;
            padding: 8px;
            background-color: #eee;
            width: 55%;
            font-family: Tahoma, Arial, Helvetica, sans-serif;
        }

        form p select {
            width: 57.5%;
        }

    form ul.fieldlist {
        margin: -30px 0 10px 33%;
        padding: 0;
        list-style-type: none;
    }

        form ul.fieldlist li {
            color: #333;
            padding: 0 30px 5px 0;
            white-space: nowrap;
        }

    form input.btn, a.btn {
        width: auto;
        overflow: visible;
        border: 0;
        padding: 8px 10px;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

        a.btn:hover {
            background-color: #ccc;
            color: #333;
        }

/* horizontal rule */
hr {
    border: 0;
    height: 1px;
    background-color: #ddd;
    color: #ddd;
    margin: 30px 0 0;
}

/* classes */
.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

/* list of links */
ul.links {
    list-style-type: none;
    margin-left: 0;
}

    ul.links li {
        margin: 5px 0;
    }

        ul.links li a img {
            border: 0 none Transparent;
        }

/* list of images */
ul.images {
    margin-left: -15px;
    margin-bottom: 0;
    padding: 15px 0 0;
    list-style-type: none;
    height: 1%;
    width: 104%;
}

* html ul.images {
    width: 100%;
}

    ul.images:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
    }

    ul.images li {
        float: left;
        margin: 0;
        padding: 0 0 15px 15px;
    }

        ul.images li img {
            vertical-align: middle;
        }

.emailLink a {
    text-decoration: underline;
}

    .emailLink a:hover {
        text-decoration: none;
    }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
    margin: 0 auto;
    padding: 1px;
    border: 0 solid yellow;
    overflow: hidden;
}

@media only screen and (min-width : 768px) {
    #container {
        width: 1024px;
    }
}

/*------------------------------------------------------------*
**  Left Column
**------------------------------------------------------------*/
#leftColumn {
    float: left;
    width: 200px;
    min-height: 670px;
    color: White;
    background: #303027 url('Images/Style/background.png') repeat-y right top;
    border: 1px solid green;
    font-size: 115%;
}

    #leftColumn #navigation {
        border: 0 solid red;
        position: absolute;
        top: 240px;
        /*left: 350px;*/
        width: 325px;
        height: 189px;
        color: #EBEBEB;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    #leftColumn ul {
        list-style: none;
        margin: 15px 0 15px 0;
    }

    #leftColumn #navigation li {
        margin-top: 20px;
    }


.leftLinks {
    float: left;
    background-color: transparent;
    border: 0 none;
    margin-top: 72px;
    padding-left: 10px;
}

    .leftLinks img {
        background-color: transparent;
        border: 0 none;
    }

/*------------------------------------------------------------*
**  Center Column
**------------------------------------------------------------*/
#centerColumn {
    float: right;
    margin-left: 0;
    width: 820px;
    min-width: 820px;
    border: 1px solid cyan;
}

@media only screen and (max-width : 768px) {
    #centerColumn {
        float: left;
    }
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
    float: left;
    background: #303027;
    height: 135px;
    width: 100%;
    color: White;
    text-align: left;
    border: 1px solid red;
    position: relative;
    padding-bottom: 25px;
}

/*------------------------------------------------------------*
**  Header Logo
**------------------------------------------------------------*/
#logo {
    width: 375px;
    height: 160px;
    margin-top: -12px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid red;
    cursor: pointer;
}

/*------------------------------------------------------------*
** Menu   
**------------------------------------------------------------*/
div #menu {
    margin-top: 25px;
    margin-left: 75px;
    text-align: left;
    width: 265px;
    border: 1px solid red;
}

/*------------------------------------------------------------*
**  HomeContent
**------------------------------------------------------------*/
#homeContent {
    background: url('Images/Style/HomeBackground.png') no-repeat left 25px;
    clear: both;
    position: relative;
    min-height: 463px;
    height: 463px;
    border: 0 none;
    padding-top: 30px;
}

    #homeContent img {
        border: 0 solid green;
        background-color: transparent;
    }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
    background-color: #fff;
    text-align: left;
}

    #content div:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    #content #main {
        width: 630px;
        float: left;
        background: url('Images/Style/main_.png') no-repeat 100% 0;
        padding: 1px 15px 15px 15px;
        min-height: 490px;
    }

    #content #sub {
        width: 190px;
        float: right;
        padding: 0 0 0 20px;
    }

        #content #sub h2 {
            font-size: 1.6em;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    #content #mainFull {
        display: table;
    }

@media only screen and (max-width : 768px) {
    #homeContent {
        background: none; /*url('Images/Style/HomeBackgroundSmallFoto.png') no-repeat left 25px;*/
        /*clear: both;
        position: relative;
        min-height: 463px;
        height: 463px;
        border: 0 none;
        padding-top: 30px;*/
    }

    #content {
        margin-top: 0;
    }

    h1 {
        font-size: 1.6em;
        margin: 25px 0 10px 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    h3 {
        font-size: 1.2em;
        margin: 0 0 10px 0;
    }

    p {
        margin: 0;
    }

    #content #main {
        background: none;
        float: none;
        width: 360px;
        padding: 1px 10px 15px 15px;
    }

    #content #sub {
        visibility: hidden;
    }
}


/* -------------------------------------------------
/* Preisliste
/* -----------------------------------------------*/
.preise {
    width: 100%;
}

    .preise td {
        padding: 5px;
    }

    .preise .col1 {
        width: 250px;
    }

    .preise .col2 {
        width: 120px;
    }

.col3 td {
    width: 150px;
}

@media only screen and (max-width : 768px) {
    .preise .col1 {
        width: 188px;
    }

    .preise .col2 {
        width: 85px;
    }

    .col3 td {
        width: 150px;
    }
}

/* -------------------------------------------------
/* Events
/* -----------------------------------------------*/
.events table {
    width: 100%;
}

.events td {
    white-space: nowrap;
}

/* -------------------------------------------------
/* Kontakt
/* -----------------------------------------------*/
.kontakt {
    display: table;
    margin-top: 15px;
    white-space: nowrap;
}

    .kontakt .row {
        display: table-row;
    }

        .kontakt .row div {
            display: table-cell;
        }

    .kontakt .label {
        display: table-cell;
        font-weight: bold;
        width: 85px;
    }

/* -------------------------------------------------
/* Google Analytics 
/* -----------------------------------------------*/
#googleAnalytics {
    clear: both;
    font-size: 0.85em;
    text-align: justify;
}

    #googleAnalytics h4 {
        margin-top: 35px;
        margin-bottom: 15px;
    }

/* -------------------------------------------------
/* Styles for validation helpers
/* -----------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* -------------------------------------------------
/* Styles for editor and display helpers
/* -----------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* -------------------------------------------------
/* Styles for text alignment
/* -----------------------------------------------*/
.leftAlign {
    text-align: left;
}

.rightAlign {
    text-align: right;
}
