﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.huhatter {
    height: 1500px;
    background-image: url('../images/paper.png');
    background-repeat: repeat;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-3 {
    text-align: justify;
}

.LiteralCenter {
    text-align:center;
}

.LiteralRight {
    text-align: center;
}

.LiteralLeft {
    text-align: center;
}

.navbar-inverse {
    background-color: #010164;
    border-color: #080808;
}

.imgbanner {
    box-shadow: 5px 5px 5px #808080;
    width:200px;
    height:60px;
}

.divinfo {
    position:fixed;
    border-radius: 30px;
    background: url(../images/paper.png);
    background-position: left top;
    background-repeat: repeat;
    width: 400px;
    height: 95px;
    margin: -355px 0px 0px 370px;
    color: blue;
    text-align: center;
    box-shadow: 5px 5px 5px #808080;
}

.divflag {
    position: fixed;
    margin: 10px 0px 0px 10px; /* Top Right Bottom Left*/
    border-radius: 5px;
    background: url(../images/paper.png);
    background-position: left top;
    background-repeat: repeat;
    width: 200px;
    height: 30px;
    color: blue;
    /*box-shadow: 5px 5px 5px #808080;*/
    align-items:initial;
}

.ptitle {
    font-size: 30px;
    line-height: 1.1;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.ptitle1 {
    font-size: 30px;
    line-height: 1.1;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}


.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/images/flags.png) no-repeat;
}

.flag.flag-de {
        background-position: 0 0
}

.flag.flag-hu {
        background-position: 0 -32px
    }

.flag.flag-gb {
        background-position: -32px 0
    }


/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.login-card-pos {
    margin-top: 50px;
    margin-left: 40%;
    width:250px;
    background-color: antiquewhite;
    border: 1px solid;
    border-radius: 15px 50px 30px;
    border-color: blue;
    padding: 45px;
    box-shadow: 5px 10px 8px 10px #888888;
}

.login-card-header-font-style {
    font-weight: bold;
    margin-bottom:15px;
}

.login-post-button-pos {
    margin-top: 10px;
}

.drt-positioning {
    position:absolute;
    margin-top:40px;
    margin-left:10px;
}


