.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
	font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: 300;
	margin:0px;
	padding:0px;
}

a {
	text-decoration: none;
	color: #1A579E;
	cursor:pointer;
}

a:hover {
	color:dodgerblue;
}

h1 {
	line-height:30px;
}

h2 {
	line-height:30px;
}


.button01 {
	position:absolute;
	padding:15px 25px;
	color:#000;
	background-color:#FDD01E;
	border:none;
	bottom:60px;
	font-size:20px;
	cursor:pointer;
}

.button01:hover {
	background-color:#FFDF63;
}


.button02 {
	padding:15px 25px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	background-color:#1A579E;
	border:none;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.button02:hover {
	background-color:#317CD3;
}

.bestellbutton {
	width:100%;
	max-width:550px;
	height:150px;
	text-align:center;
	margin:auto;
	background-image:url('../images/Bestellbutton_1600px.png');
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	cursor:pointer;
	transition: transform .5s;
}


.welcome2024-grid-2-1 {
	display:grid;
	grid-template-columns: auto 250px;
	grid-gap:25px;
}

.krapfencounter {
	width:250px;
	height:250px;
	text-align:center;
	background-image:url('../images/krapfen_250px.png');
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
	overflow: hidden;
	
}


.bestellbutton:hover {
	filter:brightness(1.2);
	transform: scale(1.1);
}

.blacklink {
	color: black;
}

.blacklink:hover {
	color: #222;
}


.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: .5;
	color: red;
  }
}


.mobile {
	display: none;
}

.mobile-ib {
	display: none;
}

.menubar {
	display:table;
	width:100%;
	text-align: left;
	background-color:antiquewhite;
}

.menupoint {
	position:relative;
	display:inline-block;
	margin:10px;
}


.totalwidthcontainer {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	position:relative;
}

.order-summary {
	display:grid;
	grid-template-columns: calc(16.66% - 1px) calc(16.66% - 1px) calc(16.66% - 1px) calc(16.66% - 1px) calc(16.66% - 1px) auto;
	text-align: center;
	grid-gap: 1px;
}

.order-listitem-grid-block {
	display:grid;
	grid-template-columns: 50px auto 110px 115px 165px 130px;
	text-align: left;
	grid-gap: 1px;
	background-color:whitesmoke;
	height:40px;
	margin-bottom:2px;
	border-radius:5px;
}

.order-header {
	margin-bottom:-10px;
}


.order-single-addresses {
	display:grid;
	grid-template-columns: calc(50% - 9px) calc(50% - 9px);
	grid-gap:18px;
	line-height:18px;
}

.order-details {
	display:grid;
	align-items: center;
	grid-template-columns: 50px 150px auto 100px 100px 100px;
	height:140px;
	padding:0px;
	background-color:whitesmoke;
	grid-gap:2px;
	margin-bottom:5px;
}

.order-details-small {
	display:grid;
	align-items: center;
	grid-template-columns: 50px 150px auto 100px 100px 100px;
	height:70px;
	padding:0px;
	background-color:whitesmoke;
	grid-gap:2px;
	margin-bottom:5px;
}

.inherit-inline-block {
	display:inherit;
}


.order-products {
	display:grid;
	grid-template-columns: calc(25% - 14px) calc(25% - 14px) calc(25% - 14px) calc(25% - 14px);
	grid-gap:18px;
}

.g3-grid-3-1 {
	display:grid;
	grid-template-columns: calc(33% - 14px) calc(33% - 14px) calc(33% - 14px);
	grid-gap:12px;
	padding:30px 0px;
	margin:auto;
	text-align:center;
}

.g4-grid-4-2-1 {
	display:grid;
	grid-template-columns: calc(25% - 14px) calc(25% - 14px) calc(25% - 14px) calc(25% - 14px);
	grid-gap:12px;
	padding:30px 0px;
	margin:auto;
	text-align:center;
}

.fw-g4-grid-4-2-1 {
	display:grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap:0px;
	padding:30px 0px;
	margin:auto;
	text-align:center;
}

.fw-g4-grid-10-4-2 {
	max-width:1600px;
	display:grid;
	grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
	grid-gap:0px;
	padding:10px;
	margin:auto;
	text-align:center;
}

@media screen and (max-width: 1200px) {
	.totalwidthcontainer {
		width: 95%;
	}
	
	.g4-grid-4-2-1 {
		grid-template-columns: calc(50% - 14px) calc(50% - 14px);
	}
	
	.fw-g4-grid-4-2-1 {
		grid-template-columns: 50% 50%;
	}
	
	.fw-g4-grid-10-4-2 {
		grid-template-columns: 25% 25% 25% 25%;
	}
}

@media screen and (max-width: 900px) {
	.totalwidthcontainer {
		width: 95%;
	}
	.order-products {
		width:100%;
		grid-template-columns: calc(50% - 8px) calc(50% - 8px);
		margin:auto;
	}
	

	.g4-grid-4-2-1 {
		grid-template-columns: calc(50% - 14px) calc(50% - 14px);
	}
	
	.fw-g4-grid-4-2-1 {
		grid-template-columns: 50% 50%;
	}
	
	.fw-g4-grid-10-4-2 {
		grid-template-columns: 25% 25% 25% 25%;
	}
		
}


@media screen and (max-width: 600px) {
	.totalwidthcontainer {
		width: 95%;
	}
	
	
	.order-summary {
		display:grid;
		grid-template-columns: calc(50% - 1px) calc(50% - 1px);
		text-align: center;
		grid-gap: 1px;
	}
	
	.order-listitem-grid-block {
		display:block;
		text-align: center;
		background-color:whitesmoke;
		height:auto;
		margin-bottom:2px;
		padding: 15px 5px;
		line-height:26px;
	}

	.order-header {
		margin-bottom:0px;
		display: none;
	}

	.order-single-addresses {
		display:grid;
		grid-template-columns: 100%;
		grid-gap:18px;
	}
	
	.order-details {
		display:block;
		align-items: center;
		grid-template-columns: 50px 150px auto 100px 100px 100px;
		height:auto;
		padding:15px 0px;
		background-color:whitesmoke;
		grid-gap:2px;
		margin-bottom:5px;
		text-align:left;
	}
	
	.order-details-small {
		display:block;
		align-items: center;
		grid-template-columns: 50px 70px auto 100px 100px 100px;
		height:auto;
		padding:15px 0px;
		background-color:whitesmoke;
		grid-gap:2px;
		margin-bottom:5px;
		text-align:left;
	}
	
	.inherit-inline-block {
		display:inline-block;
		margin: 5px 0px;
	}
	
	.order-products {
		width:100%;
		grid-template-columns: 100%;
		margin:auto;
	}
	
	
	.mobile {
		display: block;
	}
	
	.mobile-ib {
		display: inline-block;
	}
	
	
	.menubar {
		display:none;
		position:absolute;
		z-index: 10;
		height: 100%;
		width:100%;
		text-align: left;
		background-color:antiquewhite;
	}
	
	.menupoint {
		position:relative;
		display:block;
		margin:20px;
	}
	
	.g3-grid-3-1 {
		grid-template-columns: calc(100% - 10px);
	}
	
	.g4-grid-4-2-1 {
		grid-template-columns: calc(100% - 14px);
	}
	
	.fw-g4-grid-4-2-1 {
		grid-template-columns: 100%;
	}
	
	.fw-g4-grid-10-4-2 {
		grid-template-columns: 50% 50%;
	}
	
	.welcome2024-grid-2-1 {
		grid-template-columns: 100%;

	}
	
}
