/*
 * Globals
 */

/* Links */

a,
a:focus,
a:hover {
   color: floralwhite;
}

/* Custom default button */
.btn-default{
    margin-top: 5px;
}
.btn-default:hover,
.btn-default:focus {

    color: #333;
    text-shadow: none; /* Prevent inheritence from `body` */
    background-color: #fefff3;
    border: 1px solid #fff;
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 620px) {
    /* Styles */

    body {
        height: 100%;
        width: 100%;
        background: url(DSC02365_port.jpg) no-repeat fixed center center / cover ;

        /* background: #FB5A09  no-repeat center center fixed; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: contain; /* komplettes Bild ohne Verzerrung, aber mit Rand */
        background-size: 100% 100%; /* Vollbild, aber verzerrt */

    }


    .cover-heading{

        font-family: 'Droid Serif', serif;
    }




    #headerlogo{
        visibility: hidden;
        margin-bottom: -50px;
        margin-left: 20px;
        transform: scale(0.6);

        -webkit-filter: brightness(1.1) drop-shadow(4px 4px 20px black) opacity(0.7);
        filter: brightness(1.1) drop-shadow(4px 4px 20px black) opacity(0.7);
    }






}

/*
 * Base structure
 */
@media (min-width: 620px) {
    html,
    body {
        height: 100%;
        width: 100%;
        background: url(CIMG3026.jpg) no-repeat fixed center center / cover ;

        /* background: #FB5A09  no-repeat center center fixed; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: contain; /* komplettes Bild ohne Verzerrung, aber mit Rand */
        background-size: 100% 100%; /* Vollbild, aber verzerrt */


    }

    .logoheader{
        margin-bottom: -40px;
        padding-right: 60px;
    }
    #headerlogo{
        visibility: hidden;
        margin-top: -40px;
        margin-right: -50px;
        transform: scale(0.4);
        -webkit-filter: brightness(1.1) drop-shadow(4px 4px 20px black) opacity(0.7);
        filter: brightness(1.1) drop-shadow(4px 4px 20px black) opacity(0.7);
    }

    .cover-heading{

        display: inline-block;
        font-family: 'Droid Serif', serif;
    }


    #main{
        margin-top: 290px;
    }



}

body {



    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper  {

    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,1);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.logoheader,
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
}
.cover-heading{

    font-family: 'Droid Serif', serif;
}

/*
 * Header
 */
.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fefff3;
}

.masthead-nav > li {
    display: inline-block;
}
.masthead-nav > li + li {
    margin-left: 20px;
}
.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff; /* IE8 proofing */
    color: #fefff3;
    border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fefff3;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
        font-family: 'Droid Serif', serif;
        text-shadow: 2px 2px 5px #000000;
    }
    .masthead-nav {
        float: right;
    }
}


/*
 * Cover
 */

.cover {
    padding: 0 20px;
}
.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
    text-align: center;
    color: #999; /* IE8 proofing */
    color: rgba(251, 244, 255, 0.50);
}



@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .logoheader,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,

    .cover-container {
        width: 700px;
    }


    .row{
    height : 100%;
        width: 100%;
        font-size: 15px;
        position: relative;
        margin-top: 120px;
        margin-bottom: 300px;
    }

}


.bs-glyphicons li {
float: left;
    width: 25%;
    height: 90px;
    padding: 10px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    background-color: rgba(174, 115, 58, 0.24);
    border: 1px solid #000000;
}
.glyphlist{
    list-style: none;
    padding-left: 0;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.logo{

    display: inline-block;
    transform: scale(0.9);
    -webkit-filter: brightness(1.1) drop-shadow(4px 4px 20px black) opacity(0.7);
    filter: brightness(1.1) drop-shadow(4px 4px 20px black) opacity(0.7);
}

.row:before{



}
.row{

    font-size: 15px;
    position: relative;
    margin-top: 120px;
    margin-bottom: 300px;
}
.bio{


    padding: 40px;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.80)), color-stop(100%,rgba(0,0,0,.40))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,.40) 100%); /* Chrome10+,Safari5.1+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}


.textblock{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.80)), color-stop(100%,rgba(0,0,0,.40))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,.40) 100%); /* Chrome10+,Safari5.1+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}



.contact{
    visibility: hidden;
}


