#top {
    width: 100%;
    height: 108px;
    text-align: center;
    background: #fff;
    color: #fff;
    z-index: 11500;
    top: 0;
    position: relative;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
}
#top div {
    font-size: 25px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#top div {
    height: inherit;
}

#top.sticky {
    position: fixed;
    height: 65px;
    background: #fff;
    text-align: left;
}
#top.sticky div {
    font-size: 16px;

}
#top.sticky .topmenu li ul {
    top: 31px;
}

#top.sticky .topmenu a span:last-of-type
{
    top: 60%;
    margin-left: -3px;
    font-size: 11px;
}
#top .topmenu a span:last-of-type
{
    top: 70%;
}
@media screen and (max-width: 800px) and (min-width: 1px) {
    #top.sticky .topmenu a span:last-of-type {
        top: 14px;
        font-size: 10px;
        margin-left: -8px;
    }

    #top .topmenu a span:last-of-type {
        top: 21px;
    }
    
    #top .topmenu li ul,
    #top.sticky .topmenu li ul {
        top: 0;
    }
}

#top #logo {
    position: absolute;
    top: calc(108px - 1.81vw);
    left: 1.81vw;
    /*background-color: #000; */
    /*border-radius: 50%;*/
    width: 10vw;
    min-width: 100px;
    height: 3.63vw;
    min-height: 36.36px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.2vw;
    display: table;
    /*-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3); */
    cursor: pointer;
}

#top #logo div {
    background: url('/design/graphics/logo.png') top right no-repeat;
    /*background-color: #000;*/
    background-size: 90%;
    background-position: center;
    /*border-radius: 50%;  */
    /*border: 0.15vw solid white;   */
    width: 100%;
    height: 100%;
    display: table-cell;
}

#top.sticky #logo {
    top: 16px;
    left: 17px;
    width: 52px;
    height: 19px;
    padding: 2px;
    /*-webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;  */
}

#top.sticky #logo div {
    /*border: 1px solid white;*/
}

@media screen and (max-width: 960px) and (min-width: 799px) {
    #top #logo {
        top: 88px;
        left: 17px;
        padding: 2px;
    }
    #top #logo div {
       /* border: 1px solid white; */
    }
}
@media screen and (max-width: 800px) and (min-width: 1px) {
    #top #logo {
        top: calc(54px - 4vw);
        width: 20vw;
        height: 7.27vw;
       /* -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset; */
        padding: 2px;
        left: 17px;
    }
    #top #logo div {
        /*border: 1px solid white; */
    }
}

#main_container {
    position: relative;
}

#FrontHoldMenu td {
    width: 20%;
}

.playerDialog {
    padding: 0;
}

.playerDialog table {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.buttonlink a {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    background-color: #FFF;
    display: block;
    padding: 3px 0px 2px 0px;
    text-align: center;
}

.buttonlink a:hover {
    border-top: 3px solid #DDD;
    border-bottom: 3px solid #DDD;
    background-color: #FFF;
    display: block;
    padding: 3px 0px 2px 0px;
    text-align: center;
}

a:link, a:visited, a:active {
    font-weight:bold;
        color: #000000;
	text-decoration:none;
}
a:hover {
    font-weight:bold;
        color: #999999;
        text-decoration:none;
}

form {
	padding:10px;

}
form th {
	text-align:left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	padding:5px;
}
.smallForm input[type='text'], .smallForm input[type='password'] {
	margin:5px;
}
.smallForm {
	text-align:center;
}

.comments {
	border-bottom: 1px solid #b1a68e;
	padding:5px;
}
.comments img {
	margin:5px;
}

body
{
    margin: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.view {
	padding-top:10px;
}

a img
{
	border: 0;
}

.largeinput input[type=text], .largeinput input[type=password]
{
	width: 200px;
}

input.prices
{
    border: 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
}


table.move_map
{
    width: 300px;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

table.move_map td
{
    border: 1px solid #ffffff;
}

#imageViewerDialog .knap {
    position: relative;
    height: 300px;
    width: 100px;
    z-index: 100000;
    cursor: pointer;
}

#imageViewerDialog .prev
{
    padding: 130px 30px 130px 0;
}

#imageViewerDialog .next
{
    padding: 130px 0 130px 30px;
}

#imageViewerDialog .knap input {
    margin-top: 150px;
    visibility: hidden;
}

#cartpreview
{
    display: none;
}

#cartpreview i:first-of-type {
    margin-left: -8px;
}

#cartpreview i:last-child {
    margin-left: -11px;
}

.sticky #cartpreview i:first-of-type {
    margin-left: -5px;
}

.sticky #cartpreview i:last-child {
    margin-left: -7px;
}

#cartpreview > div
{
    display: inline;
}

#cartpreview .quantity
{
    border: 1px solid black;
    border-radius: 20px;
    height: 32px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sticky #cartpreview .quantity
{
    line-height: 20px;
    height: 22px;
    width: 20px;
}

#cartpreview .quantity div {
    width: 28px;
}

#cartpreview .price
{
    margin-left: 8px;
    font-weight: bold;
}

#cartpreview .showcart
{
    margin-top: 25px;
    float: none;
    clear: both;
    text-align: center;
}

#cartpreview .showcart a
{
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

#contact-form {
    margin: auto;
    padding: 50px 0;
    width: calc((100vw - 500px) * 0.1 + 500px);
    max-width: 700px;
}
#contact-form > form {
    -webkit-box-shadow: 0px 15px 13px -14px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 15px 13px -14px rgba(0,0,0,0.4);
    box-shadow: 0px 15px 13px -14px rgba(0,0,0,0.4);
    border-radius: 5px;
}
#contact-form form div {
    width: 100%;
    text-align: center;
}

#userlist {
    margin-top: 8%;
}
#userlist div {
    width: fit-content;
    margin: auto;
}
#userlist li {
    display: inline;
    margin: 2px 20px 2px 0;
}
#userlist ul {
    padding: 0;
}

label {
    margin: 0.5em 0 0.2em 0;
}

.row > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-dialog {
    z-index: 15000 !important;
    width: 70% !important;
}

@media screen and (max-width: 520px) and (min-width: 1px) {
    #contact-form {
        width: 100%;
    }

    .ui-dialog {
        width: 100% !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1px) {
    #footer > div {
        text-align: center;
    }

    #footer > div:nth-of-type(2) div span span {
        width: 100% !important;
    }
}

.ui-dialog {
    z-index: 1;
    top: 0; left: 0;
    margin: auto;
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.ui-dialog .ui-dialog-titlebar {
    display: table;
}
.ui-dialog .ui-dialog-content {
    flex: 1;
}

#concrete_pref_container input[type=radio],
#concrete_pref_container input[type=checkbox]
{
    width: 30px;
}

#concrete_pref_container > div > div {
    width: 50%;
    float: left;
}
#concrete_pref_container > div > div:first-of-type,
#concrete_pref_container > div > div:nth-of-type(5){
    width: 100%;
}
#concrete_pref_container > div > div:nth-of-type(2),
#concrete_pref_container > div > div:nth-of-type(4){
    padding-right: 10px;
}
#concrete_pref_container > div > div > div > input,
#concrete_pref_container > div > div > div > label {
    float: left;
}
#concrete_pref_container > div > div > div > input {
    clear: both;
}
#concrete_pref_container > div > div > div > label {
    margin-left: 10px;
}

#cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12000;
    background: rgba(0,0,0,0.7);
}


#cookie-consent div div p {
    color: white;
    padding: 20px;
}

#cookie-consent div div:last-of-type p {
    width: fit-content;
    margin: auto;
    white-space: nowrap;
}

#cookie-consent #accept-all {
    width: 250px;
    height: 50px;
    margin: 10px;
}
#cookie-consent #statistics {
    width: 109px;
    margin: 10px;
    font-size: small;
}
#cookie-consent #obligatory {
    width: 127px;
    margin: 10px 10px 10px 0;
    font-size: small;
    color: darkgray;
}

.content > div > div.row.row {
    margin: 0;
}

.content > div > div.row > div > img,
.content > div > div.row > div > iframe {
    width: calc(100% + 30px);
    margin: -10px -15px;
}