select{
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    margin: 10px; 
    width: 200px;
    border-radius:4px;border:1px solid black; 
}
#dropdown{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
body{
    background-color: #339199;
}

button{
  margin: 10px;
  
}

.block label { 
  display: inline-block; 
  width: 140px; 
  text-align: left; 
}

.edit{
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin: 0;
  padding: 0;
}

.tabelle,
.tabelle th, 
.tabelle td, 
.tabelle tr{

    border-collapse: collapse;
    font-size: 20px;
    margin-right: 30px;
}

.tabelle th{
  border: 1px solid black;
  background: #58aff7;
}

.tabelle td{
  border: 1px solid black;
  background: white;
}


.tabelle{
  display: inline-table;
  margin-bottom: 10px;
}

img{
  height: 20px;
}

.Port_Anzahl{
  margin-left: 19px;
  margin-bottom: 25px;
  margin-top: 10px;
}

tr:nth-child(even) th{
    margin: 200px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  height: 30%;
}
  
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-weight: bold;
}
  
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.trigger {
  background: none;
  border: none;
  margin-top: 5px;
}

p[name=warning] {    
  display: inline;
  color: darkred;
  font-size: 25px;
}


.bgreen {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 17px;
  border: 0px solid #568530;
  border-radius: 40px;
  background: #8ddb4f;
  background: -webkit-gradient(linear, left top, left bottom, from(#8ddb4f), to(#568530));
  background: -moz-linear-gradient(top, #8ddb4f, #568530);
  background: linear-gradient(to bottom, #8ddb4f, #568530);
  -webkit-box-shadow: #94e453 0px 0px 5px 0px;
  -moz-box-shadow: #94e453 0px 0px 5px 0px;
  box-shadow: #94e453 0px 0px 5px 0px;
  text-shadow: #3e5f23 1px 1px 1px;
  font: normal normal bold 10px arial;
  color: #ffffff;
  text-decoration: none;
}
.bgreen:hover,
.bgreen:focus {
  border: 0px solid #7bbe45;
  background: #a9ff5f;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9ff5f), to(#67a03a));
  background: -moz-linear-gradient(top, #a9ff5f, #67a03a);
  background: linear-gradient(to bottom, #a9ff5f, #67a03a);
  color: #ffffff;
  text-decoration: none;
}
.bgreen:active {
  background: #568530;
  background: -webkit-gradient(linear, left top, left bottom, from(#568530), to(#568530));
  background: -moz-linear-gradient(top, #568530, #568530);
  background: linear-gradient(to bottom, #568530, #568530);
}

.bred {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 17px;
  border: 0px solid #aa0305;
  border-radius: 40px;
  background: #ff060a;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff060a), to(#aa0305));
  background: -moz-linear-gradient(top, #ff060a, #aa0305);
  background: linear-gradient(to bottom, #ff060a, #aa0305);
  -webkit-box-shadow: #ff070c 0px 0px 5px 0px;
  -moz-box-shadow: #ff070c 0px 0px 5px 0px;
  box-shadow: #ff070c 0px 0px 5px 0px;
  text-shadow: #640203 1px 1px 1px;
  font: normal normal bold 10px arial;
  color: #ffffff;
  text-decoration: none;
}
.bred:hover,
.bred:focus {
  border: 0px solid #c80406;
  background: #ff070c;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff070c), to(#cc0406));
  background: -moz-linear-gradient(top, #ff070c, #cc0406);
  background: linear-gradient(to bottom, #ff070c, #cc0406);
  color: #ffffff;
  text-decoration: none;
}
.bred:active {
  background: #aa0305;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa0305), to(#aa0305));
  background: -moz-linear-gradient(top, #aa0305, #aa0305);
  background: linear-gradient(to bottom, #aa0305, #aa0305);
}

.bblue {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 17px;
  border: 1px solid #3e7bad;
  border-radius: 40px;
  background: #65c9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#65c9ff), to(#3e7bad));
  background: -moz-linear-gradient(top, #65c9ff, #3e7bad);
  background: linear-gradient(to bottom, #65c9ff, #3e7bad);
  -webkit-box-shadow: #6ad2ff 0px 0px 5px 0px;
  -moz-box-shadow: #6ad2ff 0px 0px 5px 0px;
  box-shadow: #6ad2ff 0px 0px 5px 0px;
  text-shadow: #2c587c 1px 1px 1px;
  font: normal normal bold 10px arial;
  color: #ffffff;
  text-decoration: none;
}
.bblue:hover,
.bblue:focus {
  border: 0px solid #58aff7;
  background: #79f1ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#79f1ff), to(#4a94d0));
  background: -moz-linear-gradient(top, #79f1ff, #4a94d0);
  background: linear-gradient(to bottom, #79f1ff, #4a94d0);
  color: #ffffff;
  text-decoration: none;
}
.bblue:active {
  background: #3e7bad;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e7bad), to(#3e7bad));
  background: -moz-linear-gradient(top, #3e7bad, #3e7bad);
  background: linear-gradient(to bottom, #3e7bad, #3e7bad);
}

#topdown{
  background: none;
  border: none;
  cursor: pointer;

}

.fa-unlink{
  font-size: 16px;
}

.fa-link{
  font-size: 16px;
}




