﻿.dtzTextbox
{
    height: 60px;
    width: 300px;
    margin-top: 10px;

}

.dtzLoginButton
{
    margin-top: 10px;
}

.loginContainer
{
    margin-left: 27%;
    margin-right: 40%;
    margin-top: -320px;
}

.logo
{
    position: absolute;
    right: -70%;

}

.dtzButtonImpressum
{
    clear: both;
    float:right;
    right: 100%;
    overflow: hidden;
}

.dx-texteditor.dx-state-hover
{
    border-color: #e6b9c1;
}

.dx-texteditor.dx-state-focused
{
    border-color: #AD1832;
}

.blurredbg{
    background: rgba(34,34,34,0.5);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    margin-right: 25%;
    margin-left: 5%;
    background-position: center top;
    background-size: 1080px auto;
    padding: 200px 0px 180px 100px;
    border-radius: 0px 0px 10px 10px;
    width: 80%;
    margin-top: -36px;
}

.dx-button-has-text .dx-button-content {
    padding: 10px 10px 10px;
}


.dropdown {
    position: relative;
    display: inline-block;
    padding: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    color:black;
    right:-10px;
}

.langBtn:hover {
    background-color:#d3d3d3;
    text-transform:uppercase;

}

.dropdown:hover .dropdown-content {
    display: block;

}
