
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.col,
[class^="col-"] {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}


.col { flex: 1 0 0%; }

.col-1  { flex: 0 0 8.333333%;  max-width: 8.333333%; }
.col-2  { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3  { flex: 0 0 25%;        max-width: 25%; }
.col-4  { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5  { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6  { flex: 0 0 50%;        max-width: 50%; }
.col-7  { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8  { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9  { flex: 0 0 75%;        max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%;       max-width: 100%; }


@media (min-width: 576px) {
  .col-sm-1  { flex: 0 0 8.333333%;  max-width: 8.333333%; }
  .col-sm-2  { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3  { flex: 0 0 25%;        max-width: 25%; }
  .col-sm-4  { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5  { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6  { flex: 0 0 50%;        max-width: 50%; }
  .col-sm-7  { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8  { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9  { flex: 0 0 75%;        max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { flex: 0 0 100%;       max-width: 100%; }
}

@media (min-width: 768px) {
  .col-md-1  { flex: 0 0 8.333333%;  max-width: 8.333333%; }
  .col-md-2  { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3  { flex: 0 0 25%;        max-width: 25%; }
  .col-md-4  { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5  { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6  { flex: 0 0 50%;        max-width: 50%; }
  .col-md-7  { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8  { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9  { flex: 0 0 75%;        max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { flex: 0 0 100%;       max-width: 100%; }
}

/* Padding Y */
.py-0  { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1  { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2  { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3  { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4  { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5  { padding-top: 3rem !important; padding-bottom: 3rem !important; }

/* Margin Y  */
.my-0  { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1  { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2  { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3  { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4  { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5  { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.mb-0  { margin-bottom: 0 !important; }
.mb-1  { margin-bottom: 0.25rem !important; }
.mb-2  { margin-bottom: 0.5rem !important; }
.mb-3  { margin-bottom: 1rem !important; }
.mb-4  { margin-bottom: 1.5rem !important; }
.mb-5  { margin-bottom: 3rem !important; }

.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #212529;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}


select.form-control {
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
	

	.page-id-1197 .elementor-element-7f0e429.gototop {
		top:0 !important;
	}
	
	.woocommerce-product-gallery {
		display:none !important;
	}
	.woocommerce div.product div.summary {
		width:100%;
		float:none;
		clear:both;
	}
	
	.design-layer {
		z-index: 888 !important;
	}
	#customDesignLayer {
		z-index: 999 !important;
	}

	.preview-layer {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.preview-layer.base-image {
		position:relative;
	}
	
	.kotylion-preview {
		position: relative;
		width: 500px;
		height: auto;
		margin: auto;
	}

	.kotylion-preview img {
		width: 100%;
		height: auto;
	}
	
	.calc-price-info {
		display:none;
	}
	
	.entry-summary p.price {
		display:none;
	}
	
	/* ------------- */

	.draggable-resizable {
		border: 2px dashed #999;
	}


	.image-grid {
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  gap: 20px;
	  max-width: 800px;
	}
	.image-grid div {
	  text-align: center;
	}
	.image-grid img {
	  max-width: 100%;
	  height: auto;
	}
	
	html.page-id-1197 .elementor-element-7f0e429.gototop {
		top:15px !important;
	}

	.model-grid {
		display: grid;
		grid-template-columns: repeat(8, 1fr); /* 8 równych kolumn */
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.model-grid, .model-grid * {
		box-sizing: border-box !important;
	}
	
	.model-grid > div {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 220px;
		text-align: center;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 8px;
		background-color: #f9f9f9;
		cursor: pointer;
		min-width: 0; /* Zapobiega "rozpychaniu" gridu */
		overflow: hidden;
	}

	.model-grid > div:hover {
		opacity: 0.8;
	}

	.model-grid img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		flex-shrink: 0;
	}

	.model-grid p {
		margin-top: auto;
		font-weight: bold;
		color:#000;
		font-size:14px;
	}


	.ccc-title {
		padding-bottom:30px;
	}

	.band-text-info {
		display:none;
		position: relative;
		top: -81px;
		left: 102%;
		cursor: pointer;
		width: 25px;
		line-height: 120%;
		height: 25px;
		border:2px solid #000;
		text-align: center;
		font-weight: bold;
	}

	.band-text-modal {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.band-text-modal-content {
		position: relative;
		background: #fff;
		padding: 0px !important;
		border-radius: 10px;
		max-height: 80vh;
		max-width: 90%;
		overflow-y: auto;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

	.band-text-modal-content img {
		max-width: 600px !important;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.close-modal {
		position: absolute;
		top: 0px;
		right: 10px;
		background: none;
		color: #000;
		border: none;
		padding: 10px;
		cursor: pointer;
		font-size: 42px;
		line-height: 1;
	}


	.variation-Band1Content,
	.variation-Band2Content,
	.variation-Band3Content,
	.variation-Band4Content,
	.variation-Band5Content,
	.variation-Band6Content,
	.variation-Band7Content,
	.variation-Band8Content,
	.variation-Band9Content,
	.variation-CustomDesignFile,
	.variation-Merged_image,
	.variation-UnitPrice,
	.variation-TextPrice,
	.variation-BasePrice,
	.woocommerce-checkout .wc-block-components-product-metadata__description,
	.woocommerce-cart .wc-block-components-product-metadata__description,
	.wc-block-components-product-details__band1-content,
	.wc-block-components-product-details__band2-content,
	.wc-block-components-product-details__band3-content,
	.wc-block-components-product-details__band4-content,
	.wc-block-components-product-details__band5-content,
	.wc-block-components-product-details__band6-content,
	.wc-block-components-product-details__band7-content,
	.wc-block-components-product-details__band8-content,
	.wc-block-components-product-details__band9-content,
	.wc-block-components-product-details__custom-design-file,
	.wc-block-components-product-details__merged-image,
	.wc-block-components-product-details__unit-price,
	.wc-block-components-product-details__text-price,
	.wc-block-components-product-details__base-price,
	.woocommerce-checkout .wc-block-components-product-metadata__description,
	.wc-block-components-product-details__custom-design-file-parameters,
	.woocommerce-cart .wc-block-components-product-metadata__description {
		display:none !important;
	}

	.calc-price-info,
	.konfigurator-text {
		font-size:1em;
	}
	
	#kotylion-form input,
	#kotylion-form select {
		font-size:1.3rem;
	}
	
	#kotylionPreview .preview-band-text,
	#kotylionPreview img {
		user-select: none;
		-webkit-user-drag: none;
	}
	
	
.draggable-resizable-wrapper {
    position: absolute;
    left: 120px; top: 120px;
    width: 200px;
    /* height nie ustawiaj z defaultu */
    z-index:888;
}
.draggable-resizable-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.draggable-resizable { pointer-events: none; }
.resize-handle {
    width: 12px; height: 12px;
    background: #fff;
    border: 2px solid #36f;
    position: absolute; z-index: 2; border-radius: 2px;
    cursor: pointer;
}
.resize-handle-tl { top: -8px; left: -8px; cursor: nwse-resize !important; z-index:999;}
.resize-handle-tr { top: -8px; right: -8px; cursor: nesw-resize !important; z-index:999;}
.resize-handle-bl { bottom: -8px; left: -8px; cursor: nesw-resize !important; z-index:999;}
.resize-handle-br { bottom: -8px; right: -8px; cursor: nwse-resize !important; z-index:999;}
.rotate-handle {
    width: 16px; height: 16px;
    background: #ffc;
    border: 2px solid #fa3;
    border-radius: 50%;
    position: absolute;
    top: -30px; left: 50%; margin-left: -8px;
    cursor: grab; z-index: 3;
}	



.additional-costs-list,
.page-id-1197 .cart *,
.page-id-1197 .woocommerce-product-details__short-description h2,
.page-id-1197 .woocommerce-product-details__short-description h3,
.page-id-1197 .woocommerce-product-details__short-description p {
	color:#000;
	font-size:1.4rem;
	font-weight:400;
	font-family:ubuntu;
}



.page-id-1197 h2.product_title,
.page-id-1197 .woocommerce-product-details__short-description h2,
.page-id-1197 .woocommerce-product-details__short-description h3 {
	font-size:2rem;
	font-weight:600;
}

.page-id-1197 h2.product_title {
	font-family:ubuntu !important;
	font-size:3rem !important;
	font-weight:600 !important;
	color:#000 !important;
	padding-left:6px;
}


.page-id-1197 .product_meta {
	display:none !important;
}

.cotillion-configurator input,
.cotillion-configurator select,
.cotillion-configurator option,
.cotillion-configurator label {
	font-size:1.4rem;
	color:#000;
	font-weight:400;
	font-family:ubuntu;
}


.cotillion-configurator label {
	font-weight:600;
	font-size:1.3rem;
}


.band-text-icon {
	color:#000;
	font-size:14px;
	font-family:ubuntu;
	bottom:3px;
	position:relative;
}

#customDesignUploadInfo {
	color:#000;
	font-family:ubuntu;
	font-size:10px;
	font-weight:400;
	margin-top:4px;
	line-height:130%;
}


#repeatOrder {
	bottom:-5px;
	position:relative;
}


.price-table-cotillion {
	margin-bottom:0px;
}

.cc-fisrt-row-costs {
	position:relative;
	margin-top:-40px;
}

.additional-costs-list ul,
.additional-costs-list li {
	display:block;
	padding:0 !important;
	margin:0 !important;
}

h3.hideifmodelempty {
	font-size:1.5rem !important;
}

.additional-costs-list h3 {
	margin-bottom:5px;
	margin-top:20px;
	font-size:1.5rem !important;
}

.additional-costs-list p,
.additional-costs-list li {
	font-size:1.3rem !important;
	line-height:160% !important;
}

.price-table-cotillion td {
	font-size:1.3rem;
	line-height:160%;
	color:#000;
	font-family:ubuntu;
	border:1px solid #e76652;
}

.price-table-cotillion th {
	font-size:1.2rem;
	line-height:160%;
	font-family:ubuntu;
	text-transform:none;
	border:1px solid #e76652;
	border-top:1px solid #fff;
}

.price-table-cotillion tr:last-child td {
	border-bottom:1px solid #fff;
}

.price-table-cotillion th:first-child,
.price-table-cotillion td:first-child {
	border-left:1px solid #fff;
}


.price-table-cotillion th:last-child,
.price-table-cotillion td:last-child {
	border-right:1px solid #fff;
}

.price-table-cotillion {
	margin-top:30px;
	margin-bottom:0px;
	max-width:90%;
}

.calc-price-info p {
	line-height:130%;
}

.woocommerce div.product form.cart {
	border:0px;
}

.d-none {
  display: none !important;
}


label.color-request-checkbox {
	font-weight:400;
}


.choices__list--single {
	font-size:1.3rem;
	font-family:ubuntu;
	line-height:160%;
	color:#000;
	font-weight:400;
}

.choices__list--dropdown .choices__list {
	background:#f9f9f9;
	font-size:1.3rem;
	font-family:ubuntu;
	line-height:160%;
	color:#000;
	font-weight:400;
}

.choices__list--dropdown .choices__list > div {
	margin-bottom:0px;
	padding:5px 10px;
}

.choices__list--dropdown .choices__list > div:hover {
	background:#efefef;
}

.subtext { display:block; font-size:11px; color:#555; line-height:110%; }

.gold-1c-info {
	font-family:ubuntu;
	padding-bottom:15px;
	font-size:16px;
	line-height:120%;
}

label#inhaltlabel {
	font-weight:400;
	font-size:11px;
}
.choices {
	margin-bottom: 5px;
}

#customDesignUploadInfo {
	margin-bottom:15px;
}

@media (min-width: 1200px) {
label[for="modelSelect"] {
	position: relative;
	left: -55px;
	bottom: -30px;
}
label[for="rosetteMitteColor"] {
	position: relative;
	left: -55px;
	bottom: -30px;
}
}

@media (max-width: 991px) {
	.model-grid {
	  grid-template-columns: repeat(2, 1fr);
	}
}


@media (max-width: 575px) {
	#kotylionPreview {
		transform:scale(0.6);
		transform-origin: bottom left;
	}
}


/* text positions -------------------- */

.preview-band-text.font-Montserrat { font-family: 'Montserrat', sans-serif;}
.preview-band-text.font-Playfair { font-family: 'Playfair', sans-serif;}

.preview-band-text {
  position: absolute;
  z-index: 99;
  transform-origin: bottom left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#ffc643;
  font-weight:bold;
}



.model-Achim.band-1{
	width: 50%;
	height: 6.58%;

	left: 35%;
	bottom: 15.5%;
	transform: rotate(283deg);
}

.model-Achim.band-2{
	width: 50%;
	height: 6.58%;

	left: 56%;
	bottom: 15.5%;
	transform: rotate(269deg);
}
.model-Achim.band-3 {
	width: 50%;
	height: 6.58%;
  
	left: 74.2%;
	bottom: 16.5%;
	transform: rotate(259deg);
}

.model-Berlin.band-1{
	width: 80%;
	height: 6.58%;
	left: 36%;
	bottom: 12.5%;
	transform: rotate(279deg);
}
.model-Berlin.band-2{
	width: 80%;
	height: 6.58%;
	left: 61%;
	bottom: 13%;
	transform: rotate(267deg);
}
.model-Berlin.band-3 {
	width: 80%;
	height: 6.58%;
	left: 78%;
	bottom: 13%;
	transform: rotate(261deg);
}


.model-Bremen.band-1 {
	width: 50%;
	height: 6.58%;
	left: 44%;
	bottom: 12%;
	transform: rotate(276deg);
}
.model-Bremen.band-2 {
	width: 50%;
	height: 6.58%;
	left: 71.2%;
	bottom: 13%;
	transform: rotate(260deg);
}





.model-Elmlohe.band-4{
	width: 40%;
	height: 6.58%;
	left: 61.5%;
	bottom: 35%;
	transform: rotate(267deg);
}

.model-Elmlohe.band-3{
	width: 80%;
	height: 6.58%;
	left: 81%;
	bottom: 7%;
	transform: rotate(260deg);
}

.model-Elmlohe.band-2 {
	width: 40%;
	height: 6.58%;
	left: 57%;
	bottom: 7%;
	transform: rotate(270deg);
}

.model-Elmlohe.band-1 {
	width: 80%;
	height: 6.58%;
	left: 37%;
	bottom: 7%;
	transform: rotate(280deg);
}




.model-Goldika2.band-1{
	width: 60%;
	height: 6.58%;
	left: 26%;
	bottom: 12%;
	transform: rotate(287deg);
}

.model-Goldika2.band-3 {
	width: 60%;
	height: 6.58%;
	left: 78%;
	bottom: 13%;
	transform: rotate(256deg);
}

.model-Goldika2.band-2{
	width: 60%;
	height: 6.58%;
	left: 54%;
	bottom: 12%;
	transform: rotate(270deg);
}




.model-Goldika3.band-1 {
	width: 65%;
	height: 6.58%;
	left: 35%;
	bottom: 9%;
	transform: rotate(279deg);
}
.model-Goldika3.band-2 {
	width: 40%;
	height: 6.58%;
	left: 55.5%;
	bottom: 9%;
	transform: rotate(269deg);
}
.model-Goldika3.band-3{
	width: 65%;
	height: 6.58%;
	left: 78%;
	bottom: 11%;
	transform: rotate(259deg);
}
.model-Goldika3.band-4{
	width: 40%;
	height: 6.58%;
	left: 54%;
	bottom: 39%;
	transform: rotate(270deg);
}



.model-Goldika4.band-1 {
	width: 60%;
	height: 6.58%;
	left: 35%;
	bottom: 9%;
	transform: rotate(279deg);
}
.model-Goldika4.band-2 {
	width: 40%;
	height: 6.58%;
	left: 53.2%;
	bottom: 9%;
	transform: rotate(270deg);
}
.model-Goldika4.band-3{
	width: 60%;
	height: 6.58%;
	left: 71%;
	bottom: 11%;
	transform: rotate(260deg);
}
.model-Goldika4.band-4{
	width: 40%;
	height: 6.58%;
	left: 54%;
	bottom: 39%;
	transform: rotate(268deg);
}


.model-Hamburg.band-1{
	width: 80%;
	height: 6.58%;
	left: 36%;
	bottom: 14%;
	transform: rotate(278deg);
}
.model-Hamburg.band-2{
	width: 80%;
	height: 6.58%;
	left: 55.5%;
	bottom: 14%;
	transform: rotate(268deg);
}
.model-Hamburg.band-3 {
	width: 80%;
	height: 6.58%;
	left: 73.5%;
	bottom: 15.5%;
	transform: rotate(262deg);
}


.model-Hannover.band-1 {
	width: 50%;
	height: 6.58%;
	left: 38%;
	bottom: 9%;
	transform: rotate(278deg);
}
.model-Hannover.band-2 {
	width: 30%;
	height: 6.58%;
	left: 55%;
	bottom: 8%;
	transform: rotate(270deg);
}
.model-Hannover.band-3{
	width: 50%;
	height: 6.58%;
	left: 71%;
	bottom: 11%;
	transform: rotate(262deg);
}
.model-Hannover.band-4{
	width: 50%;
	height: 6.58%;
	left: 55%;
	bottom: 30%;
	transform: rotate(270deg);
}


.model-Monte.band-5{
	width: 50%;
	height: 6.58%;
	left: 54.8%;
	bottom: 35%;
	transform: rotate(269deg);
}
.model-Monte.band-2 {
	width: 40%;
	height: 6.58%;
	left: 50%;
	bottom: 9%;
	transform: rotate(270deg);
}
.model-Monte.band-3 {
	width: 40%;
	height: 6.58%;
	left: 63%;
	bottom: 10%;
	transform: rotate(263deg);
}
.model-Monte.band-4{
	width: 50%;
	height: 6.58%;
	left: 74%;
	bottom: 11%;
	transform: rotate(261deg);
}
.model-Monte.band-1 {
	width: 50%;
	height: 6.58%;
	left: 34%;
	bottom: 9%;
	transform: rotate(278deg);
}



.model-Muenster.band-1{
	width: 60%;
	height: 6.58%;
	left: 39%;
	bottom: 14%;
	transform: rotate(276deg);
}

.model-Muenster.band-2{
	width: 60%;
	height: 6.58%;
	left: 55%;
	bottom: 14%;
	transform: rotate(268deg);
}

.model-Muenster.band-3 {
	width: 60%;
	height: 6.58%;
	left: 70%;
	bottom: 15%;
	transform: rotate(263deg);
}



.model-PaperMaxi.band-1 {
	width: 50%;
	height: 6.58%;
	left: 40.5%;
	bottom: 15.5%;
	transform: rotate(281deg);
}

.model-PaperMaxi.band-2 {
	width: 50%;
	height: 6.58%;
	left: 71.2%;
	bottom: 16.5%;
	transform: rotate(258.3deg);
}



.model-PaperMini.band-1 {
	width: 45%;
	height: 6.58%;
	left: 40%;
	bottom: 15.5%;
	transform: rotate(279deg);
}

.model-PaperMini.band-2 {
	width: 45%;
	height: 6.58%;
	left: 68.5%;
	bottom: 17.5%;
	transform: rotate(257deg);
}



.model-Potsdam.band-1{
	width: 70%;
	height: 6.58%;
	left: 38%;
	bottom: 7.5%;
	transform: rotate(277deg);
}
.model-Potsdam.band-2{
	width: 70%;
	height: 6.58%;
	left: 57%;
	bottom: 8%;
	transform: rotate(267deg);
}
.model-Potsdam.band-3 {
	width: 70%;
	height: 6.58%;
	left: 71.5%;
	bottom: 9%;
	transform: rotate(261deg);
}



.model-Vechta.band-1 {
	width: 55%;
	height: 6.58%;
	left: 43%;
	bottom: 15.5%;
	transform: rotate(276deg);
}
.model-Vechta.band-2 {
	width: 55%;
	height: 6.58%;
	left: 73%;
	bottom: 19%;
	transform: rotate(255deg);
}



.model-Verden.band-1 {
	width: 55%;
	height: 6.58%;
	left: 40.5%;
	bottom: 15.5%;
	transform: rotate(278deg);
}
.model-Verden.band-2 {
	width: 55%;
	height: 6.58%;
	left: 69%;
	bottom: 18%;
	transform: rotate(259deg);
}

