@media (max-width: 768px) {
  .alignleft {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
		
		
		.sprachsiegel-wrapper {

    width: 100% !important;
   
}
		
}

@media (max-width: 768px) {
  /* CSS für kleinere Bildschirme */
		.allesiegel-wrapper {

     width: 100% !important; 
  
}
		
		#pageheader{
		display:none;
		}
		
		
		.ksp-layer {
background-color: #e7be26;
		padding:5%;
		font-weight:300 !important
}
		
		
		
}


.snip1445 {
  cursor: pointer;
}


.skiptranslate {
border:0px solid red !important;
}

#google_translate_element {
		margin-top:51px;
		margin-left:20px
		}

.sl1bg {
  background: #E7BE26;
  line-height: 30px;
  font-weight: 600;
  padding: 9px;
		color:#1f2a44;
  font-size: 27px;
}

.sl2bg {
  background: #E7BE26;
  line-height: 30px;
  padding: 9px;
  font-size: 20px;
				color:#1f2a44;
  font-weight: 400;
}

.sliderclass.kt_desktop_slider.clearfix.home-sliderclass {
   background: #ecebe7;
}

#topbar.topbarclass {
    background: #1F2A44;
}


@media (max-width: 768px) {
.columnb {
 
    margin-left: 0% !important;
		margin-top:5%;
		} 
		
		.rowsta .menu {
    padding-top: 0px !important;
}

}


.snip1445 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;


}

.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1445 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1445 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1445 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1445 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.snip1445 h2,
.snip1445 h4 {
  margin: 0;
  text-transform: uppercase;
}

.snip1445 h2 {
  font-weight: 400;
}

.snip1445 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}

.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.figuretext {
  background: #1E5AA8;
  line-height: 30px;
  font-weight: 400;
  padding: 9px;
  font-size: 16px;
}




.nopad {

    margin-left: -15px;
    margin-right: -50px;
}

.utitel {
		margin-top:1px;
  padding-left:10px;
		padding-right:70px;
}


.kad-header-flex.kad-header-height .menu-item {
  border:1px solid #2059aa;
}
 

.uta-course-table-wrapper {
  
		margin-bottom:20px;
}


@media (max-width: 600px) {
  .uta-course-table th,
  .uta-course-table td {
    font-size: 14px;
    padding: 10px;
  }
}


.rowsta .menu {
padding-top:60px;
}

/* Entfernt ALLE Aufzählungspunkte */
.rowsta .menu ul,
.rowsta .menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Gestaltet das Sub-Menü */
.rowsta .menu ul.sub-menu {
  padding-left: 0;
  margin: 0;
}

/* Gestaltet jeden Menüpunkt als Block mit Linie oben */
.rowsta .menu ul.sub-menu li {
  border-top: 1px solid #ccc; /* horizontale Linie */
  padding: 16px 0; /* Abstand oben/unten */
  width: 150%;
}

/* Entfernt Linie beim ersten Element */
.rowsta .menu ul.sub-menu li:first-child {
  border-top: none;
}

/* Der Link soll den ganzen Bereich ausfüllen */
.rowsta .menu ul.sub-menu li a {
  display: block;
  width: 100%;
  padding-left: 20px; /* Einrückung für verschachtelte Menüs */
  text-decoration: none;
  color: #333;
}

/* Optional: Hover-Effekt */
.rowsta .menu ul.sub-menu li a:hover {
  background-color: #f7f7f7;
  color: #0073aa;
}

body:not(.home) #inner-wrap.wrap.clearfix.contentclass.hfeed {
  background-color: #f1f1f1;
}


.rowsta .menu > ul {
  list-style: none !important;
  padding-left: 0;
}


.columnb {
background-color:white;
		margin-left:7%;
}

.entry-title {
  font-size:25px;
}

.sprachsiegel-wrapper {
  display:flex;
		justify-content:space-between;
		width:120%;
		align-items:baseline;

		margin-bottom:30px
}

.sprachsiegel-item {
  width:80px;
}


.allesiegel-wrapper {
  display:flex;
		justify-content:space-between;
		width:150%;
		align-items:baseline;

		margin-bottom:30px
}

.page_head_title.top-contain-title.entry-title {
  display:none;
}

@media (max-width: 768px) {
  .kad-mobile-site-tagline {
    display: block;
    max-width: 190px;
    white-space: normal;
    line-height: 1.25;

  }
}

#mobile-logo .kad-mobile-site-title {
    font-family: "Source Sans Pro";
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    color: #444444;
    font-size: 18px;
    padding-left: 4%;
}