/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/




.kt-topbar-left {
  display: none;
}

.sboxflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.symbolbox {
  background: #06203d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  margin-right: 5.1%;
  margin-top: 5.1%;
  padding-bottom: 1%;
}

.symbolbox:hover {
  background: #0B3C73;
  cursor: pointer;
}

.symboltitle {
  color: white;
  font-size: 1.1em;
  margin-bottom: 8%;
  margin-top: 6%;
  text-align: center;
}

/* FLOATING SIDEBAR */

.floatm ul {
  clear: both;
  position: fixed;
  display: block;
  list-style-type: none;
  right: 0;
  top: 10%;
  -webkit-animation: slideright 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideright 1s forwards;
  animation-delay: 1.5s;
  z-index: 5000;
}

@-webkit-keyframes slideright {
  100% {
    right: 0;
  }
}

@keyframes slideright {
  100% {
    right: 0;
  }
}

.floatm li {
  margin-bottom: 20px;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  width: 150px;
  height: 120px;
  background-color: #cebd8c;
  -webkit-transition: width .5s, background-color .1s;
  -o-transition: width .5s, background-color .1s;
  transition: width .5s, background-color .1s;
}

.floatm a {
  font-size: 17px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  color: #F5F5DC;
  font-weight: 700;
}

.floatm li:hover {
  background: #0B3C73;
  color: #fff;
  cursor: pointer;
}



.teamflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}



.invi {
  visibility: hidden;
}

.teamname {
  font-weight: 600;
  margin-top: 20px;
		font-size:18px;
		margin-bottom:5px;
}

.teamposition {
font-weight:600;
		line-height:21px;

}



.container.kad-topbar-height.topbar-flex a {
  color: black;
  text-transform: none;
}

.symbolbox2 {
  background: #06203d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3%;
  padding-bottom: 1.5%;
}

.symboltitle h1 {
  color: white;
  font-size: 1.5em;
  text-align: center;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: #ebe5d1;
  border-bottom: 1px solid grey;
}

.wpcf7-form-control.wpcf7-textarea {
  background: #ebe5d1;
  height: 150px;
  border-bottom: 1px solid grey;
}






.kt-accordion>.panel {
    border-bottom: 0px solid #06203d;
		 border-top: 0px solid #06203d;
		 border-left: 0px solid #06203d;
		 border-right: 0px solid #06203d;
		
    padding: 0px;
    margin-bottom: 4px;
}

.inhalt {
    list-style: none;
		margin-left:-15px;
}




ul.inhalt li:first-child {
/*  color: red !important;*/
}


.page-header {
position: relative;
}

.page-header .page_head_title.top-contain-title.entry-title {
  position: absolute;
		bottom:25px;
		color: #102340 !important;
}

.accordion-toggle.collapsed h5{
font-size:16px;
		line-height:24px;
  margin-left:30px
}

.accordion-toggle.collapsed {
		margin-top:30px;

}

.formflex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between
}

.formspalte {
  width:60%
}

.ascend-mobile-logo {
  padding-top:8px;
		padding-bottom:8px;
}

@media only screen and (max-width: 988px) {


  .floatm li {
    display: none !important;
  }

  .formflex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
		 -webkit-box-orient:vertical !important;
		 -webkit-box-direction:normal !important;
		     -ms-flex-direction:column !important;
		         flex-direction:column !important;
}

		.bildspalte {
 -webkit-box-ordinal-group:2;
     -ms-flex-order:1;
         order:1; 
}
		.formspalte {
 -webkit-box-ordinal-group:3;
     -ms-flex-order:2;
         order:2; 
				width:95%;
}
		
		 
}

.custom-navbar {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-pack:distribute;
		    justify-content:space-around;
	width:100%;
    clear: both;
  position: fixed;
 
  list-style-type: none;
  left:0px;
		right:0px;
  bottom: 0px;
 
  z-index: 5000;
		background: #cebd8c;
				padding-top:1%;
		padding-bottom:1%;
				font-size:18px;
}



.custom-navbar a{
	color: #06203d;
}



@media only screen and (min-width: 989px) {


  .custom-navbar {
    display: none;
  }




}

h3 {
  padding-bottom: 10px; /* Ändern Sie den Wert nach Bedarf */

}


.ascend-logo {
  padding-top:5px;
		padding-bottom:5px;
}

.responsive-table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.responsive-table th,
.responsive-table td {
  text-align: center;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.responsive-table th {
  
}

@media (max-width: 600px) {
  .responsive-table {
    border: 0;
  }

  .responsive-table caption {
    font-size: 1.3em;
  }

  .responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsive-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .responsive-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  .responsive-table td:last-child {
    border-bottom: 0;
  }
}

.symbolbox img{
  width:120px;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width:60%;
		margin-top:10px;
		margin-bottom:20px;
}

@media only screen and (max-width: 954px) {
.sboxflex {

		flex-direction:column;
}
		.teamflex {
  flex-direction:column;
}

}



.teammate {
  margin-right:15px;
		width:242px;
}

.sf-menu a {
  color: #06203d !important;
}

.teambeschreib {
  line-height:19px;
}