/*
	Theme Name: Perfekt Markera
	Theme URI: http://perfekt
	Version: 0.1
	Author: markera
	Author URI: http://perfekt
*/

body, html {
    background: #000;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
}
h1 {
    font-weight: 100;
    line-height: 2vw;
}

.impressum {
    position: relative;
    max-width: 700px;
    height: auto;
    margin: 10px auto;

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid #222;
    border-radius: 1px;

    z-index: 10000;
    outline: 0;
}

.impressum-content {
    padding: 30px;
    width: 100%;
    height: auto;

}

.wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
}

#legal {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 48px;

    padding-left: 6px;
    overflow: hidden;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 48px;
    color: #888;
    background: rgba(4, 4, 4, 0.96);
	opacity: 1.0;
}

#legal a.btn {
    height: 32px;
    padding-top: 10px
}

.footer-center {
    text-align: center;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* bootstrap customizing */
/* Impressum Link : */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.btn {
    display: inline-block;
    margin-bottom: 0px;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0px 0px;
    font-size: 12px;
    line-height: 1.32857;
}

a {
    color: #666;
    text-decoration: none;
}

a.btn:hover {
    color: #fff
}

.modal-body {
    font-size: 10px;
    font-family: verdana;
	color: #aaa;
    line-height: 11px;
	font-weight:100;
}

.modal-content {
    background: none repeat scroll 0% 0% rgba(28, 28, 28, 0.99);
}

.modal-header, .modal-footer {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
    color: #888;
}

.modal-footer-nojs {
    margin-top: 0px;
}

.btn, #legal .btn-default {
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 1px 1px rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

.close {
    width: 72px;
    height: 36px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 1px 1px rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Impressum content : */
.modal-body {
    position: relative;
    padding: 40px;
    text-align: justify;
    text-justify: newspaper
}

/* Die Ecken des Dialogs : */
.modal-content {
    border-radius: 2px;
}

/* Breite des Impressums : */
@media (min-width: 768px) {
    .modal-dialog {
        width: 692px;
    }
	body{
		min-height: 50vh;
	}
}
* {
    box-sizing: border-box;
}







