@media (min-width: 1000px) {
    :root {
        --schrift: 12px;
      }
    .home-container {
        grid-template-columns: repeat(4, 1fr);
    }
    .Spalte1{
        float: left;
        width: 46%;
        height: 82%;
        padding-bottom:20px;
        padding-left:20px;
        padding-right:20px;
        margin-bottom: 20px;
        border: 1px solid #7f7f88;
        
    }
    .Spalte2{
        float: right;
        width: 46%;
        height: 82%;
        padding-bottom:20px;
        padding-left:20px;
        padding-right:20px;
        margin-bottom: 20px;
        border: 1px solid #7f7f88;
    }
    .SpalteCombined {
        clear: both;
        width: 100%;
        height: auto;
      }
      .clearfix::after {
        content: "";
        display: table;
        clear: both;
      }      
    .round-btn {
        width: 40px;
        height: 20px;        
      }
    .full-width-btn {
        font-size: 24px;
    }
    .detailInput{
        width: 300px;
        height: 20px;
    }
    .video-button-container {
        display: flex;
        flex-direction: column;
        align-items: left;
    }
    .pidFilter{
        width: 200px;
        height: 20px;

    }
        .status {
        height:20px;
        width: 4px;
    }
  
}
  
  .Sidebar {
	position:fixed;
	width:20em;
	height: 100%;
	overflow:hidden;
	background-color: #343a40;
	-webkit-transform: translateZ(0);
	visibility: visible;
	-webkit-backface-visibility: hidden;
}

.SidebarSmall {
	position:fixed;
	width:100px;
	height: 100%;
	overflow:hidden;
	background-color: #343a40;
	-webkit-transform: translateZ(0);
	visibility: visible;
	-webkit-backface-visibility: hidden;
}

.SideMainButton {
	position:relative;
	border: none;
	background-color: #343a40;
	color: #afafaf;
	font-weight: bold;
	width:100%;
	height:50px;
	border-bottom:0.5px solid #41474f;
	text-align:left;
	padding-left: 100px;

}

.SideIcon {
  position: absolute;
  top:15px;
  left:40px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  overflow:hidden;
}

.LoginButton {
	position:fixed;
	color: #afafaf;
	width:100px;
	right:0px;
	top:180px;
	background-color: #343a40;
	outline:none;
	border: none;
}

.SidebarSize {
	position:fixed;
	color: #afafaf;
	width:100px;
	top:10px;
	right:0px;
	background-color: #343a40;
	outline:none;
	border: none;
}
.SidebarSize:hover {
	position:fixed;
	color: #007bff;
	width:100px;
	top:10px;
	right:0px;
	background-color: #343a40;
	outline:none;
	border: none;
}
.LoginButton:hover {
	background-color: #007bff;
}

.UserLogin {
	width:100%;
	height:200px;
	overflow:hidden;
	background-image: url('/images/UserHintergrund.jpg');
	background-size: cover;
}

.UserProfielbild {
  position:fixed;
  top: 50px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #343a40;
  background-size:cover;
  overflow:hidden;
}

.Content {
	position:relative;
	width:calc(100% - 20em);
	left:20em;
    height:100%;
}
.ContentBig {
	position:relative;
	width:calc(100% - 100px);
	left:100px;
    height:100%;
}
