@charset "UTF-8";


@font-face {
    font-family: 'Rubik-Bold';
    src: url('/templates/spielzeugdemoankauf/font/Rubik-Bold.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('/templates/spielzeugdemoankauf/font/Rubik-Regular.ttf') format('truetype'); 
}





* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f2ece5;
	font-family: 'Rubik-Regular';
}

@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .menu li{
        float: left;
    }
    .hamb{
        display: none;
    }
	.footer-top {
		display: flex;
		list-style: none;
	}
	.footer-top>div {
		margin: 10px auto 10px auto !important;
	}
	.footer-top>div:nth-child(1) {
		margin: auto !important;
	}
	.nav-label {
		width: 12% !important;
	}
	.navigation-row-input>nav>ul {
		display: flex !important;
	}
	.navigation-row-input>nav>ul>li {
		text-align: center;
	}
	.navigation-row-input>nav>ul>li>a {
		line-height: 3 !important;
		text-align: center;
		padding: 0px 15px;
	}
	
	.navigation-row-input2>nav>ul>li {
		margin: 0px 40px 20px 0px;
		height: 90px;
		border-radius: 15px;
		background-color: #fff;
		width: 100%;
		filter: drop-shadow(3px 3px 4px gray);
		list-style: none;
	}
	
	.navigation-row-input2>nav>ul>li>a {
		width: 100%;
		height: 100%;
		display: flex;
		font-weight: 600;
		text-decoration: none;
		color: #dd8024;
	}
	
	.navigation-row-input2 p {
		margin: 35px 20px;
		font-size: 20px;
	}
	
	.navigation-row-input2 img {
		width: 60px;
		height: 60px;
		object-fit: contain;
		margin: 15px;
	}
	.navigation-row {
		display: flex;
		margin: 0 !important;
	}
	.nav-label + input:checked {
	background-color: #354f52 !important;
	}
	.home-search-box {
	}
	.search-block {
		width: 100% !important;
	}
	.search-instructions {
		width: 100% !important;
	}
	.search-instructions>input, .search-instructions>label {
		display: none !important;
	}
	.instructions-boxes {
		display: flex !important;
		margin-top: 20px;
	}
	.instructions-boxes>div:nth-child(1) {
		padding-top: 20px !important;
		width: 30%;
		border-top-left-radius: 13px;
		border-bottom-left-radius: 13px;
	}
	.instructions-boxes>div:nth-child(2) {
		padding-top: 20px !important;
		width: 30%;
	}
	.instructions-boxes>div:nth-child(3) {
		padding-top: 20px !important;
		width: 30%;
		border-bottom-left-radius: 0px !important;
		border-top-right-radius: 13px;
	}
	.example-gadgets {
		display: flex;
		margin-top: 0px !important;
	}
	.example-gadgets>div {
		width: 30%;
		margin-top: 0px;
	}
	.example-box-phone img {
		margin-top: 80px;
	}
	.example-box-tablet img {
		margin-top: 80px;
	}
	.example-box-laptop img {
		margin-top: 70px;
	}
	
	.side-navigation {
		width: 50%;
	}
	.main-content {
		width: 80%;
		padding-top: 20px!important
	}
	.navigation-row2>label {
		width: 100%;
		display: none;
	}
	.nav-label + input + div {
		display: block !important;
		width: 100% !important;
		margin: 20px auto;
		border-radius: 15px;
	}
	.nav-label {
		display: none !important;
	}
	.navigation-row {
		width: 100% !important;
		filter: drop-shadow(3px 3px 4px gray);
	}
	.navigation-row-input>nav>ul>li {
		margin: auto;
	}
}

@media (min-width: 768px) {
	.footer-top {
		display: flex;
		list-style: none;
	}
	.footer-top>div {
		margin: 10px auto 10px auto !important;
	}
	.footer-top>div:nth-child(1) {
		margin: auto !important;
	}
	.start-recommendations>div {
		display: flex;
		margin-top: 20px;
		justify-content: space-between;
	}
	.start-recommendations>div>div {
		width: 25%;
	}
	.start-banner>div {
		background-image: url("/templates/spielzeugdemoankauf/images/lego_spielzeug_banner_big.png") !important;
	}
}

.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #d9e0e1;
    overflow: hidden;
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}

.hamb-line {
    background: #354f52;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} 

.hamb-line::before,
.hamb-line::after{
    background: #4e5d80;
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 7px !important;
}
.hamb-line::after{
    top: -7px !important;
}

.side-menu {
    display: none;
}
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

#nav-row {
	display: none;
}

.side-navigation {
	width: 20%;
	margin-top: 20px;
}
.main {
	width: 95%;
	margin: auto;
	margin-top: 100px;
}

.main2 {
	margin-top: 0px !important;
}

.main-content {
	width: 95%;
	background-color: #fff;
	filter: drop-shadow(3px 3px 4px gray);
	color: #5c6571;
	margin: 20px 0px 40px auto;
	border-radius: 18px;
	padding: 30px;
	box-sizing: border-box;
}

.home-search-box {
	display: flex;
}

.navigation-row-input {
	background-color: #dd8024;
}
.navigation-row-input>nav>ul {
	list-style: none;
}
.navigation-row-input>nav>ul>li>a {
	text-decoration: none;
	line-height: 5;
	color: #fff;
	margin-left: 40px;
}


.header a{
    text-decoration: none;
	text-align: center;
	color: #5c6571;
}
.header>a {
	font-size: 30px;
	font-weight: 700;
	line-height: 0.8;
	text-align: center;
	height: 100%;
	margin-top: 40px;
	margin-left: 50px;
	color: #5c6571;
}
.login-register-button {
	margin-left: 50px;
	margin-top: 10px;
	color: #5c6571;
}
.cart-button {
	margin-top: 10px;
	color: #5c6571;
}
.header ul{
    list-style: none;
	color: #5c6571;
}
.header{
	height: 120px;
	border-radius: 18px;
	width: 95%;
	margin: auto;
}
.logo{
    display: inline-block;
    color: #5c6571;
    font-size: 25px !important;
    margin-left: 30px !important;
}
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
}
.menu a{
    display: block;
    padding: 15px;
    color: #fff;
	font-weight: 600;
	background-color: #80b3d1;
	border-radius: 15px;
	margin: 25px 10px 0px 10px;
}
.menu a:hover{
    background-color: #6194B2 !important;
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}

.hamb-line {
    background: #354f52;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} 

.hamb-line::after{
    background: #4e5d80;
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 7px !important;
}
.hamb-line::after{
    top: -7px !important;
}

.side-menu {
    display: none;
}
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}
@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .menu li{
        float: left;
    }
    .menu a:hover{
        background-color: transparent;
    }
    .hamb{
        display: none;
    }
}







.search-block {
	
}
.search-block h1 {
	margin: 10px 10px 10px 0px;
}
.search-block p {
	font-size: 13px;
}
.home-search-input {
	padding-bottom: 5px;
	margin: 20px 0px;
	display: flex;
}
.home-search-input img {
	width: 13%;
	filter: drop-shadow(3px 3px 50px);
}
.home-search-input>input {
	border-radius: 15px;
	border: none;
	color: #fff;
	filter: drop-shadow(3px 3px 4px gray);
	font-size: 16px;
	font-weight: 300;
	width: 90%;
	padding: 15px 10px;
	font-family: 'Rubik-Regular';
}
.barcode-and-more {
	margin: 30px 0px;
}
.search-barcode {
	color: #fff;
	text-decoration: none;
	background-color: #dd8024;
	padding: 10px 40px;
	font-weight: 600;
	border-radius: 15px;
	filter: drop-shadow(3px 3px 4px gray);
	margin-left: 20px;
	border: none;
}
.search-barcode:hover {
	cursor: pointer;
}
.search-barcode>p {
	margin: 0;
}
.search-more-articles>a {
	color: #fff;
	text-decoration: none;
	background-color: #dd8024;
	padding: 10px 40px;
	font-weight: 600;
	border-radius: 15px;
	filter: drop-shadow(3px 3px 4px gray);
	border: none;
}
.search-more-articles>a:hover {
	text-decoration: underline;
}
.collapse{
  	cursor: pointer;
 	display: block;
	padding: 10px;
	width: 95%;
	margin: 20px auto auto auto;
	background-color: #fff;
	border-radius: 14px;
	filter: drop-shadow(3px 3px 4px gray);
}
.collapse>span {
	float: right;
	
}
.collapse + input{
  	display: none; 
}
.collapse + input + div{
  	justify-content: space-between;
}
.collapse + input:checked + div{
  	display:block;
}
.instructions-boxes>div {
}
.instructions-boxes>div>p {
	font-size: 13px;
}







.start-banner>div {
	width: 95%;
	margin: 20px 0px 40px auto;
	border-radius: 25px;
	filter: drop-shadow(3px 3px 4px gray);
	background-image: url("/templates/spielzeugdemoankauf/images/lego_spielzeug_banner_big.png"); 
	background-size: 100%;
	height: 400px;
	background-repeat: no-repeat;
}






.start-recommendations {
	width: 95%;
	margin: 20px 0px 40px auto;
}
.start-recommendations h2 {
	color: #5c6571;
	margin-top: 50px;
}
.start-recommendations>div>div {
	background-color: #fff;
	padding: 40px;
	border-radius: 18px; 
	filter: drop-shadow(3px 3px 4px gray);
	text-align: center;
	justify-content: space-between
}
.start-recommendations>div>div>p:nth-child(1) {
	font-weight: 600;
	font-size: 20px;
	color: #5c6571;
	margin-bottom: 20px;
	text-align: left !important;
}
.start-recommendations>div>div>p:nth-child(3) {
	text-align: center;
	color: #80b3d1;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}
.start-recommendations a {
	text-decoration: none;
	background-color: #dd8024;
	color: #fff;
	padding: 10px 50px;
	border-radius: 14px;
	filter: drop-shadow(3px 3px 4px gray);
	
}
.start-recommendations img {
	width: 100%;
	margin: auto;
}





.footer {
	background-color: #6691a8;
	color: #fff;
	padding: 20px;
}
.footer-top {
	margin-bottom: 40px;
	list-style: none;
}
.footer-top img {
	width: 100%;
	margin-bottom: 20px;
}
.footer-top>div {
	width: 200px;
	margin: auto;
}
.footer-top h4 {
	font-size: 20px;
	margin-top: 30px;
}
.footer-top a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 20px 0px;
}
.footer-top a:hover {
	text-decoration: underline;
}
.footer-bottom {
	border-top: solid 2px;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 12px;
}




div#rightC {
	background-color: #fff !important;
	border-radius: 15px;
	padding: 30px;
	filter: drop-shadow(3px 3px 4px gray);
	margin-bottom: 40px;
	color: #5c6571;
	width: 80%;
}

div#rightC h1 {
	margin-bottom: 10px;
	color: #5c6571;
}


.esearch>form {
	padding-bottom: 5px;
	width: 95%;
	position: relative;
	margin: auto;
}

.search-block .esearch>form {
	margin: 0;
}

.esearch>form>input {
	border: none;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	padding: 15px 60px 15px 15px;
	font-family: 'Rubik-Regular';
	color: #5c6571;
	border-radius: 15px;
	filter: drop-shadow(3px 3px 4px gray);
	box-sizing: border-box;
}


.esearch img {
	width: 30px;
	z-index: 99;
	filter: drop-shadow(1px 1px 70px);
	right: 20px;
	top: 10px;
	position: absolute;
}

.esearch>input>input:placeholder {
	color: #5c6571;
}

#leftC {
	margin-right: 30px;
}

#navstart {
	display: block !important;
	width: 100%;
}

#navstart ul {
	list-style: none;
}

#navstart a {
	line-height: 5;
	padding: 8px 100px 30px 40px;
    height: 100%;
    display: flex;
    font-weight: 600;
    text-decoration: none;
    color: #dd8024;
}

#navstart li {
	margin: 0px 40px 20px 0px;
    height: 90px;
    border-radius: 15px;
    background-color: #fff;
    width: 100%;
    filter: drop-shadow(3px 3px 4px #808080);
    list-style: none;
}

.more {
	color: #fff;
	text-decoration: none;
	background-color: #a0b9ff;
	padding: 10px 40px;
	font-weight: 600;
	border-radius: 12px;
	filter: drop-shadow(3px 3px 4px gray);
	border: none;
	margin-left: 40px;
}

.start {
	display: flex;
	margin-bottom: 50px;
}

#LoginForm fieldset {
	border: none;
}

#LoginForm label {
	display: block;
}

#LoginForm input {
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	padding: 10px;
	border-radius: 10px;
	width: 50%;
	margin: 10px 0px 20px 0px;
}

#LoginForm select {
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	padding: 10px;
	border-radius: 10px;
	width: 30%;
	margin: 10px 0px 20px 0px;
}

.next {
	padding: 10px 20px;
	background-color: #dd8024;
	color: #fff;
	border-radius: 15px;
	text-decoration: none;
	border: none;
	margin-top: 10px;
	float: right;
}

#LoginForm h2 {
	margin: 40px 0px 10px 0px;
}

#LoginForm .box {
	margin-bottom: 20px;
}

#ContactForm fieldset {
	border: none;
}

#ContactForm label {
	display: block;
}

#ContactForm input {
	width: 50%;
	padding: 10px;
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 10px;
	font-family: 'Rubik-Regular';
	margin: 10px 0px 20px 0px;
}

#ContactForm select {
	width: 30%;
	padding: 10px;
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 10px;
	font-family: 'Rubik-Regular';
	margin: 10px 0px 20px 0px;
}

#ContactForm textarea {
	width: 30%;
	padding: 10px;
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 10px;
	font-family: 'Rubik-Regular';
	margin: 10px 0px 20px 0px;
}

.ContentImprint dt {
	line-height: 2;
	font-family: 'Poppins-Bold';
}

.ContentImprint h2 {
	margin: 20px 0px 10px 0px;
}

.ContentImprint dd {
	line-height: 2; 
}

#pic-src ul {
	list-style: none;
}

.back {
	padding: 10px;
	color: #fff;
	background-color: #80b3d1;
	border-radius: 15px;
	text-decoration: none;
	float: left;
}

.buttons {
	margin-top: 25px;
}

.voucher {
	margin: 50px 0px;
}

.voucher fieldset {
	border: none;
}

.voucher label {
	display: block;
}

.voucher input {
	width: 40%;
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	padding: 10px;
	margin: 20px 0px;
	border-radius: 15px;
}

.voucher a {
	padding: 10px;
	color: #fff;
	background-color: #80b3d1;
	border-radius: 15px;
	text-decoration: none;
}

.cost {
	margin: 20px 0px;
}

.cost .dt {
	font-family: 'Rubik-Bold';
}

.total {
	font-size: 20px;
	font-family: 'Rubik-Bold';
}

#search {
	width: 100%;
}


.amazon img {
	max-width: 100%;
}

.amazon {
	display: flex;
	filter: drop-shadow(3px 3px 4px gray);
	background-color: #fff;
	border-radius: 15px;
	margin: 20px 0px;
	padding: 20px;
	align-items: center;
	height: 250px !important;
}

.pic {
	width: 20%;
	margin: 0px 20px;
}

.cart {
    background-color: #dd8024;
    color: #fff;
    padding: 10px 30px;
    border-radius: 15px;
    text-decoration: none;
}

.facts {
	line-height: 1.5;
	margin-bottom: 25px;
}

.picture {
	width: 20%;
}

.morepics li {
	list-style: none;
}

.product {
	display: flex;
}

.facts dt {
	font-family: 'Rubik-Bold';
	margin-top: 10px;
}

.price {
	margin: 10px 0px 20px 0px;
}

.price-product {
	font-size: 20px;
	font-family: 'Rubik-Bold';
}

.ProcessPurchaseForm li {
	list-style: none;
	line-height: 2;
}

.headl {
	font-family: 'Rubik-Bold';
	margin-top: 20px;
	margin-bottom: 10px;
}

.col-xs-12 {
	margin-top: 20px;
}

.col-xs-12 label {
	display: block;
	margin: 10px 0px;
}

.testAmount {
	width: 80px;
	padding: 10px;
	border: solid 2px #80b3d1;
	border-radius: 15px;
	margin: 20px 0px;
}

.picture img{
	width: 100%;
}

.beschreibung h2 {
	font-size: 20px;
	margin: 10px 0px !important;
}

.description ul {
	list-style: none;
}

.prod {
	background-color: #fff;
	padding: 20px;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 15px;
	margin: 20px 0px;
	display: flex;
}

.condition li {
	line-height: 1.5;
	list-style: none;
}

.menge input {
	border: solid 2px #80b3d1;
	padding: 10px;
	width: 50px;
	font-family: 'Rubik-Regular';
}

.trash {
	height: 30px;
	color: #80b3d1;
}

.name a {
	font-family: 'Rubik-Bold';
	font-size: 20px;
	color: #5c6571;
	text-decoration: none;
}

.allprice {
	font-family: 'Rubik-Bold';
	font-size: 20px;
	margin-top: 10px;
}

#cart fieldset {
	border: none;
	background-color: #fff;
	filter: drop-shadow(3px 3px 4px gray);
	padding: 20px;
	margin: 10px 0px 20px 0px;
	border-radius: 15px;
}

#cart label {
	display: block;
	margin: 20px 0px 5px 0px;
}

#cart input {
	border: none;
	background-color: #fff;
	filter: drop-shadow(3px 3px 4px gray);
	padding: 10px;
	width: 50%;
	border-radius: 10px;
	font-family: 'Rubik-Regular';
}

#cart select {
	border: none;
	background-color: #fff;
	filter: drop-shadow(3px 3px 4px gray);
	padding: 10px;
	width: 30%;
	border-radius: 10px;
	font-family: 'Rubik-Regular';
}


#payment li {
    list-style: none;
}

.addr {
	line-height: 1.5;
}

.box h2 {
	margin-top: 20px;
}

.fieldset textarea {
    border: none;
    filter: drop-shadow(3px 3px 4px #808080);
    border-radius: 10px;
    height: 100px;
    width: 50%;
    padding: 20px;
    margin-top: 10px;
    font-family: 'Rubik-Regular';
    font-size: 15px;
}

.agb input {
	width: 20px !important;
}

.agb p {
	margin: 10px 0px;
}

.cart-thanks {
	text-align: center;
	width: 50%;
	margin: auto;
}

.cart-thanks header {
	margin-top: 50px;
}

.stan-controls a {
    text-decoration: none;
    color: #dd8024;
}
.stan-controls li {
    margin: 0px 50px 0px 0px;
    list-style: none;
    background-color: #fff;
    padding: 10px;
    filter: drop-shadow(3px 3px 4px gray);
    border-radius: 10px;
    border: solid 2px #dd8024;
}

.stan-controls {
    display: flex;
}

.stan-controls li.active {
    font-family: 'Rubik-Bold';
}

.stan-controls li:hover {
    cursor: pointer;
    background-color: #eee;
}

.orders .first {
	border-left: solid 2px #dd8024;
	border-bottom: solid 2px #dd8024;
	border-top: solid 2px #dd8024;
	padding: 10px 0px 10px 10px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.orders .price {
	border-top: solid 2px #dd8024;
	border-bottom: solid 2px #dd8024;
}

.orders .last {
	border-right: solid 2px #dd8024;
	border-bottom: solid 2px #dd8024;
	border-top: solid 2px #dd8024;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}

.orders .last>a {
	background-color: #dd8024;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 13px;
	margin: 0px 10px;
}

.orders {
	width: 50%;
}

.prod img {
    width: 100%;
}

.footer-top-products li {
    list-style: none;
}

#search h1 {
    color: #dd8024;
    margin: 20px;
}


#ProductListNavi a.active {
    font-family: 'Rubik-Bold';
}

#ProductListNavi a {
    background-color: #dd8024;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 13px;
}

.input-error {
    border: solid 1.5px red !important;
}

.search-block p {
    margin-bottom: 20px;
}

.pwvergessen {
    color: #80b3d1;
    text-decoration: none;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-family: 'Rubik-Bold';
}

.product-detail {
	width: 80%;
}

.data {
	display: flex;
	justify-content: space-around;
}

.menge-price-cart {
	width: 30%;
}

.description {
	width: 95% !important;
	margin-top: 30px !important;
	margin-left: 20px;
}

.amazon .data {
    display: block;
    margin-left: 20px;
}

#product img {
    max-width: 100%;
}

.amazon img {
    max-height: 230px;
}

#product .pic {
    width: 20% !important;
    text-align: center;
}

.data-info {
    width: 60%;
}

.description li {
    font-size: 20px;
    font-family: 'Rubik-Bold';
}

.beschreibung h2 {
    font-size: 16px;
    margin: 10px 0px !important;
    font-family: 'Rubik-Regular' !important;
}

.error-box {
    background-color: #fff;
    width: 30%;
    margin: auto;
    border-radius: 15px;
    padding: 30px 0px;
    filter: drop-shadow(3px 3px 4px #808080);
    margin-top: 50px;
    position: fixed;
    z-index: 99;
    left: 50%;
    margin-left: -15%;
    top: 200px;
    text-align: center;
    font-family: 'Rubik-Bold';
    line-height: 1.5;
    font-size: 20px;
	color: #5c6571;
}

.error-box li {
	list-style: none;
}

.pw-vergessen-form label {
    margin: 0 !important;
}

.footer-top-contact p {
    line-height: 3;
}

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

#ContactForm .next {
    float: none;
}

#LoginForm .next {
    float: none;
}

.pw-vergessen-form input {
    margin-top: 10px;
}

.konto-nav {
    margin: 20px 0px;
}

AdressForm .next {
    float: none;
}

#wkhint {
    box-sizing: border-box;
    top: 100px;
    width: 50%;
    position: fixed;
    z-index: 9999 !important;
    background-color: #fff;
    text-align: center;
    filter: drop-shadow(3px 3px 4px gray);
    left: 50%;
    margin-left: -25%;
    padding: 30px;
    border-radius: 15px;
}
