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

:root {
  --primary-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

* {
	box-sizing: border-box;
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family:sans-serif;
	display: flex;
	flex-direction: column;
	height: 100vh;
	background:#f0f3fc;
    color:#4b4247;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}

input,select,textarea,button{
	outline: none!important;
}

input[readonly] {
      background-color: #ccc!important;
	  border: 1px solid #000!important;
}

#materialCanvas{
	max-width:90%;
}

.preisliste{
	position: relative;
	  display: inline-block;
	  text-align: center;
	  margin: 20px;
	  background: #fff;
	  padding: 8px;
	    padding-bottom: 8px;
	  border-radius: 5px;
	  box-shadow: var(--primary-shadow);
	  padding-bottom: 40px;
	  font-size: 14px;
}

.container {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.sidebar {
  width: 300px;
  box-shadow: var(--primary-shadow);
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-content {
	flex: 1;
    display: flex;
    flex-direction: column;
	min-width: 0;
}

.content {
	flex: 1;
    padding: 20px;
    overflow-y: scroll;
}

.main{
	margin: auto;
	max-width:1300px;
}

.sidebarTop{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.logo{
    width:250px;
    height:50px;
    background:url("../images/logo.png") center center no-repeat transparent;
	background-size: contain;
}
.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color:#db0a33;
}

.first{
    font-size: 20px;
    text-align: left;
}

.second{
    font-size: 12px;
    text-align: left;
}

.bold{
    font-weight: bold;
}

.buttons{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.loginSupp{
	border: 0px;
	background: #4bbc60;
	color:#fff;
  	padding: 8px;
  	border-radius: 5px;
	width:90%;
	margin-top:5px;
	margin-bottom:5px;
	cursor: pointer;
}

.steps{
	margin-top:100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.step{
	border: 0px;
	background: #f2f2f2;
  	color: #000;
  	padding: 8px;
  	border-radius: 5px;
	width:90%;
	margin-top:5px;
	margin-bottom:5px;
}

.stepActive{
	background: #4bbc60;
	color:#fff;
}

.stepNumber{
	display: inline-block;
	width:50px;
}

.stepTitle{
	display: inline-block;
	width:190px;
	text-align: left;
}

/** STEP 1 **/
.topBlock{
	background: #4bbc60;
	color:#fff;
	padding:8px;
	padding-left:20px;
	border-radius: 5px;
    box-shadow: var(--primary-shadow);
}

.infoText{
	font-size: 14px;
	margin-top:20px;
	background: #fff;
	color:#000;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	border-radius: 5px;
    box-shadow: var(--primary-shadow);
}

.infoTextBlank{
	margin-top:20px;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
}

.werbematerialienAuswahl{
	display: flex;
	justify-content: center;
}

.option{
	position: relative;
	width:386px;
	display: inline-block;
	margin:20px;
	background: #fff;
	padding:8px;
	border-radius: 5px;
	box-shadow: var(--primary-shadow);
	padding-bottom:40px;
}

.optionTitle{
	padding:16px;
	text-align: center;
	font-weight: bold;
}


.optionInfo{
	padding:16px;
	text-align: center;
	font-size: 14px;
}

.optionButton{
	text-align: center;
	position: absolute;
	bottom:-15px;
	width:386px;
}

.optionButton input[type=submit]{
	border:0px;
	background: #4bbc60;
	color:#fff;
	padding:8px;
	border-radius: 5px;
	width:70%;
	font-weight:bold;
	box-shadow: var(--primary-shadow);
	cursor: pointer;
}

.optionButton input[type=submit]:hover{
	background: #fff;
	color:#4bbc60;
}


/** STEP 2 **/

.divButton{
	border:0px;
	background: #4bbc60;
	color:#fff;
	padding:8px;
	border-radius: 5px;
	width:200px;
	font-weight:bold;
	box-shadow: var(--primary-shadow);
	cursor: pointer;
}
.divButton:hover{
	background: #fff;
	color:#4bbc60;
}

.myCanvasBox{
	margin-top:20px;
	display: flex;
	justify-content: center;
	align-items:center;
}

#myCanvas{
	box-shadow: var(--primary-shadow);
	background:#fff;
	border-radius: 5px;
	width:528px;
	height:528px;
}

.step2Submit{
	margin-top:20px;
	text-align: center;
}

.bookingButton{
	display: inline-block;
	border:0px;
	background: #4bbc60;
	color:#fff;
	padding:8px;
	border-radius: 5px;
	font-weight:bold;
	box-shadow: var(--primary-shadow);
	cursor: pointer;
}

.bookingButton:hover{
	background: #fff;
	color:#4bbc60;
}

#file-selector,
#text-button,
#vorlagen-button{
	display: inline-block;
}

#modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#bild-liste {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    max-height:500px;
 overflow-y: scroll;
}

#bild-liste li {
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  text-align: center;
}

#bild-liste li img {
  width: 200px;
  cursor: pointer;
}

.canvasAndSidebar{
	margin-top:20px;
	display: flex;
	justify-content: space-around;
	align-items: top;
}

.sidebarCanvas{
	padding:20px;
	width:300px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.part{
	margin-top:20px;
	text-align: center;
	border-bottom:1px dotted #999;
	padding-bottom:20px;
}

.image-container {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}
.image-container img{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/** Step 3 **/

.customPrice{
	display:none;
}

.bookingButtonDiv{
    height:35px;
}

.selectLeinwand{
	position: relative;
	margin:10px;
	background:#fff;
	border-radius: 15px;
	box-shadow: 0px 0px 10px -5px #ccc;
}

.inner{
	box-shadow: inset 0px 0px 0px 4px #4bbc60;
}

.selectLeinwandFlex{
	display: flex;
	flex-direction: row;
}

.canvasImage{
	width:60%;
}

.canvasImage{
	width:60%;
}

.canvasImage img{
	border-radius: 10px;
}

.greenButton{
	display: inline-block;
	border:0px;
	background: #4bbc60;
	color:#fff;
	padding:8px;
	border-radius: 5px;
	font-weight:bold;
	box-shadow: var(--primary-shadow);
	cursor: pointer;
}

.greenButton:hover{
	background: #fff;
	color:#4bbc60;
}

.canvasInfo{
	width:40%;
	padding-left:20px;
}

.selectLeinwand label{
	padding:10px;
}

.abSlotPreis{
	position: absolute;
	top:-20px;
	left:-20px;
	background: #4bbc60;
  	color: #fff;
  	padding: 4px;
	border-radius: 100%;
	font-size: 11px;
	height:80px;
	width:80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#rabatt50{
	background: #568dff;
	color: #fff;
	padding: 10px;
	margin-top:10px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.slotRabatt {
    background: #568dff;
    color: #fff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	display: inline-block;
}


.slotRabattX {
    background: #568dff;
    color: #fff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	display: inline-block;
}

.blueRabatt{
	color: #4bbc60;
}

.slotRabatt small{
	font-size: 12px;
}

.hundert{
	font-size: 30px;
	font-weight: bold;
}


.slotRabattValue{
}

.bigCost{
	font-size: 18px;
	font-weight: bold;
}


.allCanvases{
	margin-top:20px;
}

.leinwandHeader{
	margin-top:40px;
	margin-bottom:20px;
}

.qm{
	text-align: right;
}

.qmValue{
	background: #4bbc60;
  	color: #fff;
  	padding: 4px;
	border-radius: 5px;
	font-size: 11px;
}

.leinwandNummer{
	margin-top:20px;
}

.custom-radio-leinwand{
	position:relative;
	display: inline-block;
	width:100%;
	padding:5px;
	cursor: pointer;
	border-radius: 15px;

}

.leinwandbutton{
	display: inline-block;
	width:30px;
	height:30px;
	background:#ececec;
	border-radius:10px;
	margin:10px;
}

.googlePin{
	background:url("../images/googlePin.png") center center no-repeat #ececec;
}

.image{
	background:url("../images/image.png") center center no-repeat #ececec;
}

.selectCalender{
	padding-left:20px;
	padding-right:20px;
	border:0px;
	background:#fff;
	border-radius:10px;
	border: 1px solid #d8dbe2;
}

.selectTimezone{
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	border:0px;
	background:#fff;
	border-radius:10px;
	border: 1px solid #d8dbe2;
}

.small{
	font-size:12px;
}

.active{
	background:#568dff;
	color:#fff;
}

.sidebar.active{
	background:#fff;
	color:#fff;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.lightbox-content img {
  height:500px;
  width:500px;
}

.prev-button,
.next-button,
.close-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  background:#fff;
  border-radius:100%;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
}

.prev-button {
  left: -100px;
}

.next-button {
  right: -100px;
}

.close-button{
	right: -100px;
	top: -40px;
}



/** CALENDER **/

.bookingField{
	margin-top:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#gesamtkostenDiv{
	margin-bottom:20px;
	font-weight:bold;
	font-size:30px;
}

.bookingField .bookingButton{
	display: inline-block;
	border:0px;
	background: #4bbc60;
	color:#fff;
	padding:8px;
	padding-left:160px;
	padding-right:160px;
	border-radius: 5px;
	font-weight:bold;
	box-shadow: var(--primary-shadow);
	cursor: pointer;
}

.bookingField .bookingButton:hover{
	background: #fff;
	color:#4bbc60;
}

.mainCalender{
	font-size: 14px;
}

.calenderHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom:10px;
}

.calenderHeader > div {
  flex: 1;
  margin: 0 10px;
}

.calenderHeader table{
	border-collapse:collapse;
}

.calenderHeader td:last-child{
	padding-left:20px;
}

.calenderTable{
	width:100%;
	border-collapse:collapse;
}

.calenderTable th{
	height:40px;
	padding-left:10px;
	padding-right:10px;
}

.calenderTable td{
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:14px;
}

.calenderTable tr:nth-child(even) {
	background: #fff;
}

.calenderTable tr:nth-child(odd) {
	background: none;
}

.calenderTable tr:nth-child(1) {
	background: #fff!important;
}

.calenderTable tr:nth-child(2) {
	background: #fff!important;
}

.calenderTable tr:nth-child(3) {
	background: none!important;
}

.calenderTable tr td,.calenderTable tr th {
	/*border: 1px solid #e2e2e2;*/
}



.date{
	vertical-align:top;
}

.weekday{
	width:11%;
	vertical-align:bottom;
}

.text{
	width:8%;
}

.button{
	width:7.5%;
}

.slotGreen,.slotRed,.slotBlue{
	display: inline-block;
	height:20px;
	width:20px;
	background:#16bf2e;
	border-radius:4px;
	cursor: pointer;
	margin-top:2px;
	margin-left:2px;
}

.bigSlot{
	display:inline-block;
	height:30px;
	width:30px;
	border-radius:6px;
}

.slotGreen{
	background:#16bf2e;
}

.slotRed{
	background:#ce220b;
}

.slotBlue{
	background: #568dff;
}


#prevBtn,#nextBtn{
	cursor:pointer;
	color:#fff;
	font-size:35px;
	line-height: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	background: #4bbc60;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: var(--primary-shadow);
	cursor: pointer;
}

/** CHECKOUT **/

.userInputCheckoutContent{
	text-align: left;
	margin-top:30px;
	padding:20px;
}

.userInputCheckoutContent label{
	display: inline-block;
	vertical-align: top;
	padding-top:7px;
	width:100px;
}

.userInputCheckoutLeft{
	vertical-align: top;
	display: inline-block;
	width:400px;
	text-align: left;
}

.userInputCheckoutRight{
	vertical-align: top;
	display: inline-block;
	width:500px;
	text-align: left;
}

input[type=text]{
	width:250px;
	height: 35px;
	line-height: 35px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #d8dbe2;
	background:#fff;
	border-radius: 5px;
}

.sidebarCanvas select{
	width:100%;
	height: 35px;
	line-height: 35px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #d8dbe2;
	background:#fff;
	border-radius: 5px;
	margin-bottom:5px;
}

select{
	width:350px;
	height: 35px;
	line-height: 35px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #d8dbe2;
	background:#fff;
	border-radius: 5px;
}

textarea{
	width:350px;
	height: 200px;
	line-height: 20px;
	padding:5px;
	border:1px solid #d8dbe2;
	background:#fff;
	border-radius: 5px;
	resize: none;
}

.belegt{
	display:inline-block;
	padding:20px;
	width:200px;
	max-height:200px;
	overflow:auto;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tooltip {
    position: absolute;
    background-color: #f1f1f1;
    color: #333;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: none;
}

.tooltip.active {
    display: block;
}

.canvasAllContent{
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(500px, 0.5fr));
  	grid-gap: 20px;
}


.canvassides{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.obenNeben{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}

.obenNeben > div{
width:50%;
}

.offerBanner{
	margin-top:20px;
	text-align: center;
}

.offerContent {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 30px;
    padding: 20px;
}

.offerContent > div {
    flex-basis: 50%;
	position: relative;
	text-align: center;
}

.offerContent > div:last-child {
    flex-basis: 100%;
}

@media screen and (max-width: 768px) {
    .offerContent > div {
        flex-basis: 100%;
    }
}

.offerContent label{
	position: relative;
	top:1px;
	  line-height: 1rem;
	  font-size: 1rem;
	  color: #000;
	  padding-left: 0.5rem;
	  padding-right: 0.5rem;
	  background: #fff;
	  border-top: 1px solid #d8dbe2;
	  border-left: 1px solid #d8dbe2;
	  border-right: 1px solid #d8dbe2;
	  border-radius: 5px 5px 0px 0px;
}

.offerContent input[type=text]{
	padding:20px;
	min-width: 300px;
}

.notLable{
	position: relative!important;
	top:0rem!important;
	border:none!important;
	background:none!important;
}

.offerContent select{
	width:300px;
}

.offerContent input[type=submit]{
  border: 0px;
  background: #4bbc60;
  color: #fff;
  padding: 18px;
  border-radius: 5px;
  width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: bold;
}
