/* @import url('https://fonts.googleapis.com/css2?family=SF+Pro+Display:wght@300;400&display=swap'); */

body {
  background-color: #f7f7f7;
  margin:0;
  
  
}
*{
  font-family: 'SF Pro Display', sans-serif;  
  box-sizing: border-box;
}
.content{
  display: flex;
}
aside{
  background: #dddddd;
  min-height: 100vh;
  width: 270px;
}
main{
  margin: 0px auto;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.container {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  /* padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
}

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

.header{
  background: #dddddd;
  margin: 0 0 30px;
  padding: 20px;
  max-width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-box{
  display: flex;
  gap: 20px;
}

h1 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
.header h1{
  margin: 0;
}

h4.titel {
  margin: 10px 20px;
}

.content-list {
  list-style: none;
  padding: 0;
}
/* li.kachel {
  height: 35px;
} */

/* .content-list li { */
.kachel {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f5f5f5;
  border: thin solid #dddddd;
  border-radius: 5px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

div.kachel{
  justify-content: flex-start;
}

div.foto {
  display: flex;
  flex-direction: column;
}

embed.foto{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  object-fit: cover;
}

.foto a.button {
  margin-bottom: 10px;
}

.btn-settings{
  margin-top: 10px;
  width: 100%;
}

.foto a.button.delete-button {
  margin-bottom: 0;
}

.ueberschrift {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #dddddd;
  color: #333333;
  border: thin solid #bcbcbc;
  border-radius: 5px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

.text-group{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 600px;
}


.content {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}

.meta {
  font-size: 12px;
  color: #999;
}

button, .button, input::file-selector-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #8d8d8d;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  background-color: #436a95;
}

.button{
    margin-bottom: 20px;
}
.button-group {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.button-group-vertical {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 220px;
}

@media screen and (max-width:803px) {
    .button-group{
        flex-direction: row;
        gap: 10px;
    }
}
.button-group .button{
    margin-bottom: 5px;
    max-width: 130px;
    text-align: center;
}

.button.delete-button, .button.edit-button, .btn-datum {
  background-color: #8d8d8d;
  margin-right: 5px;
}
.button.delete-button:hover{
    background-color: #a92633;
  }
.btn-remove{
    background-color: #a92633;
  }
.button.edit-button:hover {
background-color: #436a95;
} 

.btn-add{
  background-color: #436a95;
  } 

.button:hover, input::file-selector-button:hover {
  background-color: #274a6c;
}
a.button {
  text-decoration: none;
  text-align: center;
  }
button.button, a.button{
  display: inline-block;
  /* min-width: 180px; */
}  
a.button-gd{
  width: 100px;
  margin-right: 10px;
  margin-bottom: 0;
}  

a.button.button-gd:last-child {
  margin-right: 0;
}

label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 5px;
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="file"],
textarea,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
input[type="date"], input[type="time"] {
  max-width: 150px;
  min-width: 130px;
}

textarea{
  resize: vertical;
  max-width: 100%;
  min-width: 100%;
  height: 400px;
}

#myRepeatingFields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.datumsFeld{
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 180px;
}

.datumsUhrzeitFeld{
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 320px;
}

.btn-div {
  display: flex;
}

input.datum {
  margin-bottom: 0;
  margin-right: 5px;
  height: 40px;
}


.zeiten{
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  flex-grow: 5;
}
.zeiten div {
  width: 120px;
}
.zeiten input{
  height: 40px;
}
.ort{
  flex: auto;
}

.rot{
  color:#a92633 !important;
}

.center{
  text-align: center;
}

.border{
  border: thin solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
.beschriftung p {
  margin: 0;
}
/* 
input:last-child{
  margin-bottom: 0;
} */

.gd-angebote{
  background-color: #f7f7f7;
}
.gd-angebote-switch{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  flex-basis: 200px;
  flex-shrink: 1;
  justify-content: space-between;
  padding: 10px 20px;
  height: 30px;
  vertical-align: middle;
}

.gd {
display: flex;
column-gap: 20px;
margin-bottom: 20px;
}

.wo-was{
  flex-grow: 15;
}
.wann{
  flex-grow: 1;
}

.btn-register{
  margin-top: 20px;
}