@font-face {
    font-family: 'KristenITC';
    src: url('webfonts/KristenITC-Regular.eot');
    src: url('webfonts/KristenITC-Regular.eot?#iefix') format('embedded-opentype'),
         url('webfonts/KristenITC-Regular.woff') format('woff'),
         url('webfonts/KristenITC-Regular.ttf') format('truetype'),
         url('webfonts/KristenITC-Regular.svg#UbuntuLight') format('svg');
}



@media print {
#header {display:none;}
#navbar {display:none;}
#service {display:none;}
#rootline {display:none;}
#menu-links {display:none;}
}


@media screen {

/* vertikalen Scrollbar erzwingen */
html {overflow-y: scroll;}

body {
 font-family: 'KristenITC', Helvetica, Arial, sans-serif;
 font-size:18px;
 line-height: 1.6;
 color:#000;
 min-height: 101%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4!important;
}

p {margin: 0 0 15px;}

a {
    color: #008039;
    text-decoration: none;
}
a:hover, a:focus{
    color: #d42e0b;
    text-decoration: none;
}

h4, .h4 {
    font-size: 20px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}
td, th {
    padding: 10px 10px 0;
}


.container {position: relative;}

#skiplink {
    color: white;
    left: -1000em;
    position: absolute;
    width:100%
}
#skiplink a {
    color: white;
}
.pfrechts {
 border-style:solid;
 height: 0;
 width: 0;
 border-width:4px;
 border-right-width:0;
 border-color:transparent transparent transparent white;
 content: " ";
 display: inline-block;
 margin-left: 2px;
}

#inhalt h1 {
  margin-top: 0;
  padding-top: 20px;

}

.table-cell {
 display: table-cell;
 float:none;
}

/* Spalten gleich hoch machen, siehe http://www.debacher.de/wiki/Spaltenlayout_mit_Bootstrap
   es gehört noch flex-direction: column in der Media-Query f. kleine Schirme dazu                   */

.equalheight {
  display: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  }

 .equal {
  flex: 0 0 1;
 }

#header {
 padding: 0;
 background-color: #fff;
}

#headerimage {
 height: 140px;
 margin-left: -15px;
 margin-right: -15px;
 background-position: left top;
}

/* Navigationslink - Stellenangebote Stylinng */
.navbar-nav > li:last-child {
  overflow: hidden;
}
.navbar-default {
  //overflow: hidden;
}
.navbar-nav > li > a[href*="zukunft"]{
  background: #D32E0B;
  color: white !important;
  line-height: 70px !important;
  rotate:5deg;
  font-size:18px;
  top:15px;
  padding: 0 20px 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  filter: drop-shadow(1px 0px 2px #585858);
  transition: 0.5s;
  /*border-style: solid;
  border-width: 1px;
  border-color: #088039;
  border-radius: 2px;*/
}
.navbar-nav > li > a[href*="zukunft"]:hover{
  background: #D32E0B;
  color: white !important;
  line-height: 70px !important;
  rotate:0deg;
  top:15px;
  padding: 0 20px 30px 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  filter: drop-shadow(1px 0px 2px #585858);
  rotate: none;
  top: 0px;
}
.navbar-nav > li > a[href*="zukunft"]:focus{
  background: #D32E0B;}
.creative {
  color: #D32E0B;
}

#logo {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0px;
  display: inline-block;
}

#inhalt {
 background-color: white;
}

#inhaltTop {
  padding-bottom: 30px;
}
#Start #inhaltTop {
  padding-bottom: 0px;
}

#inhaltTop .frame header {
  padding: 1em 0 0;
}

#Start #inhaltTop{overflow: hidden;}
/***NOTIZZETTEL***/
#Start #inhaltTop .col-md-7 .frame {
  background: transparent url("/fileadmin/user_upload/notizzettel.png") no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(-5deg);
    box-shadow: 1px 2px 15px #797979;
  text-align: center;
  position: absolute;
  top: 130px;
  bottom: 0px;
  height: 400px;
  width: 600px;
  padding: 70px 0 0;
}
/***NOTIZZETTEL ENDE***/
#Start #inhaltTop .col-md-7 .frame header {
  color: #d42e0b;
}
#Start #inhaltTop .col-md-7 .frame p {
  font-size: 24px !important;
  line-height: 30px !important;
}
#Start #inhaltTop .col-md-7 .frame h1 {
    line-height: 55px !important;
    font-size: 40px !important;
}

#Start #inhaltMain {
 background-color: #ebebeb;
 padding: 30px 0;
}
#inhaltMain {
 background-color: #ebebeb;
 padding: 0;
}

#inhaltBottom {padding: 30px 0}
#inhaltBottom .col-md-3 .frame{
  background: rgb(255, 255, 255) url("/fileadmin/user_upload/bg_links_schulen.png") no-repeat scroll 50% 0% / 100% auto;
  height: 270px;
  font-size: 34px;
  text-align: center;
  color: #000;
}
#inhaltBottom .col-md-3 a {
  padding: 35px 25px;
  height: 270px;
  color: inherit;
  display: block;

}
#inhaltBottom .col-md-3 .frame p {
  position: relative;
  top: 20%;
}
#inhaltBottom .col-md-3 a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#inhaltBottom .col-md-3 .frame a:hover{
  color: #d42e0b;
  text-decoration: none;
}


#inhaltFooterTop {
  padding: 2em 0px 1em;
  background-color: #ebebeb;
}
#inhaltFooterTop h4{
  line-height: 30px;
  padding-left: 10px;
  margin: 20px 0;
}

#spalte-rechts {
 background-color: #ffffff;
 -webkit-order:3;
 order:3;
}

#spalte-links {
 background-color: #ffffff;
 -webkit-order:1;
 order:1;
}

#footer {
 background-color:#008039;
 color: white;
 height: 70px;
 border: 0;
  margin: 0;
}
#footer a {color: #dedede}
#footer a:hover,#footer a:focus {color: #fff}

#footer .col-md-12 {
 padding: 0 !important;
}

.flexslider {
    background: transparent;
    border: 0;
    position: relative;
    zoom: 1;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
}
.flexslider .frame header {
    padding-top: 1em;
}

.ce-gallery.ce-border figure {
    padding: 1em;
}

.ce-intext.ce-right .ce-gallery.ce-border {margin-left:30px;}
.ce-intext.ce-left .ce-gallery.ce-border {margin-right:30px;}


.ce-gallery.ce-border img {
    border: 15px solid #fff;
    padding: 0px;
    box-shadow: 1px 5px 15px 0px RGBA(0, 0, 0, 0.5);
    min-width: 400px;
    height: inherit;
}

#Abitur .ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
}

.cc_banner-wrapper .cc_container .cc_btn {margin-bottom: 25px;}
.cc_banner-wrapper .cc_container .cc_message {
    line-height: inherit;
}

.recaptcha {display: inline-block;}

.tx-go-maps-ext {margin-left: -15px;}

#Akteure #inhaltTop .col-md-4 .frame {border-bottom: 1px solid #ccc;}
#Akteure #inhaltTop .col-md-4 .frame header {min-height: 85px;}
#Akteure #inhaltTop .col-md-4 .frame header h2 {margin-bottom: 10px;}

.frame-type-menu_sitemap_pages > ul > li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    margin-right: 2em;
}


.news-single .teaser-text {
    font-size: 18px;
    color: #000;
}
.news-single .article .news-img-wrap {
    float: inherit;
    width: inherit;
    margin: 0;
    margin-bottom: 21px;
}
.news .news-list-view .article .news-img-wrap img {
    border: 15px solid #fff;
    padding: 0px;
    box-shadow: 1px 5px 15px 0px RGBA(0, 0, 0, 0.5);
    min-width: 300px;
    height: inherit;
}

.news .article {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc !important;
    margin-top: 10px;
}
.news .footer >*{
    display: block;
}
.news .footer span {
    border-right: 0;
}
.news .footer .news-list-date {
    display: block;
    color: #a8a8a8;
}
.news .footer .news-list-category {
    display: none;
}

.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li,
li.contact-btn{
    min-width: initial !important;
    max-width: 50px !important;
    height: 50px;
    margin-right: 1rem;
    margin-bottom: 0;
}
.shariff li, .shariff li a,
li.contact-btn, li.contact-btn a{
    height: 50px !important;
    border-radius: 7px;
}
.shariff li .fab, .shariff li .far, .shariff li .fas,
li.contact-btn .fas, li.contact-btn .fab {
    width: 50px !important;
    line-height: 50px !important;
    font-size: 30px !important;
}
.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text,
.shariff .orientation-horizontal.button-style-standard li .share_count {
    display: none !important;
}

.contact-btn-horizontal {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
li.contact-btn{
    width: auto;
    float: left;
}
li.contact-btn.phone a {
    background-color: #d42e0b;
    transform: scaleX(-1);
    opacity: 0.9;
}
li.contact-btn.phone a:hover {
    opacity: 1;
}
li.contact-btn.mail a {
    background-color: #999;
}
li.contact-btn.mail a:hover {
    background-color: #a8a8a8;
}
li.contact-btn.whatsapp a {
    background-color: #5cbe4a;
}
li.contact-btn.whatsapp a:hover {
    background-color: #34af23;
}
li.contact-btn a {
    color: #fff;
    position: relative;
    display: block;
}
li.contact-btn .fas,
li.contact-btn .fab{
    text-align: center;
    vertical-align: middle;
}


/* Accordion */

.panel-default > .panel-heading {
    color: #000;
    background-color: #EBEBEB;
    border-color: #ccc;
    padding: 15px 20px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    color: inherit;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {border: 0;}
.panel-body {
    padding: 20px;
}
.panel-body .frame header,
.panel-body .pagetitle {display: none;}
.panel-body .row .frame header {display: block !important; padding: 0 !important;}
.panel-body .frame header {display: none;}

.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default {
    border-color: #CDCDCD;
}

/* ##################################
** ### DCE boxUD mit runden Ecken ###
** ##################################
*/
.boxUD {
 background-attachment: scroll;
 background-clip: border-box;
 background-color: transparent;
 background-image: none;
 background-origin: padding-box;
 background-position: 0 0;
 background-repeat: repeat;
 background-size: auto auto;
 display: block;
 font-weight: normal;
 margin-bottom: 1em;
}

.boxUDContent {
 display:block;
 background:#eee;
 border:1px solid #aaa;
 border-radius: 10px;
 padding:0.5em;
}

.boxUD h1 {
 margin-top: 12px;
}



/* ############## rootline und service mit bootstrap ######### */
.breadcrumb,
.footer-menu{
 background-color: transparent;
 border-radius: 0;
 list-style: outside none none;
 margin-bottom: 0;
 padding-bottom: 20px;
 padding-top: 20px;
 padding-left: 0px;
}

#rootline {
 margin-left: -15px;
 margin-right: -15px;
 padding-left: 4px;
 text-align: left;
 font-size: 13px;
 background-color: #ff0000;
}

#rootline a {
 color: white;
}

#service {
 margin-left: -15px;
 margin-right: -15px;
 background-color:#ff6600;
 padding-right: 4px;
 font-size:13px;
 text-align: right;
}

#service a {
 color: white;
}

#service #jump   {
  float: left;
  left: 24px;
  position: relative;
  padding-top: 4px;
  display: none;
}

#service #jump a span.caret {
 float: none;
}


.footer-menu > li {
 display: inline-block;
 padding: 0 3em 0 0;
}

/*.breadcrumb > li + li:before,
.footer-menu > li + li:before {
 color: white;
 content: "|";
}*/

.footer-menu > li > a {
 color: #fff;
}

#rootline .breadcrumb > li + li::before {
    content: "";
    padding: 0 0 0 2px;
}

.footer-menu > li:last-child {
    float: right;
    padding: 0 0 0 1em;
}
.footer-menu > li:last-child::before {
    position: absolute;
    top: 15px;
    margin-left: -80px;
    width: 75px;
    height: 48px;
    content: "";
    background: transparent url("/fileadmin/user_upload/icon_projekte.png") no-repeat scroll 50% 50% / contain;
    opacity: 0.85;
}

/* ################ menue-links ################# */

#menu-links {
 padding-top: 15px;
 padding-bottom: 10px;
 width:100%;
}

#menu-links li {
 background-color: #99ffff;
}

.nav-stacked li a:hover {
  text-decoration:underline;
}

.ebene1 {
 font-size: 13px;
}

.nav-stacked li.ebene2 {
 margin-left: 15px;
 font-size: 11px;
}

.nav-stacked li.ebene3 {
 margin-left:30px;
 font-size: 9px;
}

/* die kleinen Pfeile */
a span.caret {
 float: right;
}

a span.caret.white {
 color: white;
}


/* ############# neues Dropdown-Menu ################## */

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 20px;
  border: 0 !important;
}

.navbar-nav {height: 100px;}

.navbar-default .navbar-collapse {padding: 0;}


/*.navbar-nav li:first-child > a {
  width: 85px;
  height: 100px;
  padding: 0px;
  margin: 0px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}*/

.navbar-nav > li:first-child:after {
  position: absolute;
  top: 30px;
  left: -17px;
  width: 45px;
  height: 40px;
  color: #000;
  content: "";
  text-align: center;
  background: transparent url("/fileadmin/user_upload/home.png") no-repeat scroll 50% 50% / contain;
}
.navbar-nav > li:first-child:hover:after {
  background: transparent url("/fileadmin/user_upload/home-hover.png") no-repeat scroll 50% 50% / contain;
}
.navbar-nav > li:first-child:hover > a{
  color: #d42e0b;
}

.navbar-nav > li > a {
  line-height: 90px;
  font-size: 20px;
  padding: 7px 30px 7px 30px;
}

.navbar-header {
  padding-left:10px;
  padding-right:10px;
}

.navbar-default .navbar-brand {
  height: 26px;
  display: none;
  color: white;
}

.navbar-default {
 background-color: #ebebeb;
 height: 105px;
}

.navbar-default .navbar-nav > li > a {color: #000;}
.navbar-default .navbar-nav > li:nth-child(2):hover > a {color: #d42e0b;}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: #d42e0b;
 text-decoration: none;
}

.navbar-default .navbar-toggle {
 border-color: #000;
}

.navbar-nav {
 display: inline-block;
 float: none;
 height: 100px;
}

.navbar-nav a.active {

}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}

.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 }

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

li.dropdown > a.dropdown-toggle:hover {
  text-decoration: none;
}

/* Anpassungen von U.D. für die Lightbox magnific-popup */
.mfp-figure figure {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.mfp-image-holder .mfp-close {
 color: #000;
 font-size: 40px;
 cursor: pointer;
 padding-right: 10px;
}

.mfp-title {
    color: #000;
    padding-left: 10px;
}
.mfp-counter {
    color: #000;
    padding-right: 20px;
}

.udgalerie .thumb {
 padding: 5px;
}

.udgalerie .thumb img {
  margin-right: auto;
  margin-left: auto;
}

}


/* ############## responsive ######### */


@media (max-width: 1199px) {
  .ce-gallery img {width:100%; height: inherit;}
  .ce-gallery.ce-border img {min-width: inherit;}

}

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-default {padding: 0 15px}

  #Start #inhaltTop .ce-gallery figure {height:470px;}
  #Start #inhaltTop .ce-gallery figure img {width:100%; height:auto;}

  #Start #inhaltTop .col-md-7 .frame {padding: 8em 0 0;}
  #Start #inhaltTop .col-md-7 .frame >* {padding: 0px 4em;}

  #inhaltBottom .col-md-3 .frame {font-size:3vw;}

  .navbar-nav > li > a {
    padding: 7px 15px 7px 25px;
  }
}

@media (max-width: 979px) {
  .container {
    width: 98% !important;
}
  .row{display: flex;flex-direction: column;}
  /***NOTIZZETTEL***/
    #Start #inhaltTop .col-md-7{display:flex; flex-direction: column; align-items: center; width:100%;height:450px;order:2;}
  #Start #inhaltTop .col-md-7 .frame {
  background: transparent url("/fileadmin/user_upload/notizzettel.png") no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(0deg);
    box-shadow: 1px 2px 15px #797979;
  text-align: center;
  position: absolute;
  top: 130px;
  bottom: 0px;
  height: 400px;
  width: 90%;
  padding: 30px 0 0;
}
  #Start #inhaltTop .col-md-5 {width: 100%; order:1;}

  #inhaltBottom .col-md-3 {width: 50%; float: left;}
  #inhaltBottom .col-md-3 .frame {
    background: rgb(255, 255, 255) url("/fileadmin/user_upload/bg_links_schulen.png") no-repeat scroll 50% 0% / 90% auto;
    height: 40vw;
    font-size: 5vw;
    text-align: center;
    color: #000;
    padding-bottom: 7vw;
}
  #inhaltBottom .col-md-3 a {
    padding: 7vw 8vw;;
    height: 40vw;
}
  #inhaltFooterTop .col-md-4,
  #inhaltFooterTop .col-md-8 {width: 100%;}

  #inhaltFooterTop h4 {padding-left: 0;}

  #logo img {
    width: 175px;
  }

  .ce-intext .ce-gallery{
    margin-left: 0 !important;
    float: inherit;
    display: flex;
    width: 100%;
  }
  #inhaltFooterTop .col-md-4 .ce-intext .ce-gallery {
    margin-left: 0 !important;
    float: left;
    display: inline-block;
    width: inherit;
  }
  .ce-gallery.ce-border img {
    min-width: inherit;
    border: 0.6em solid #fff;
  }
  .news-single .article .news-img-wrap {
    float: inherit;
    width: inherit;
    margin: 0;
    margin-bottom: 21px;
  }
  .news .article .news-img-wrap img {
    max-width: 170px;
  }
  fieldset {
    width: 100%;
    padding: 0;
    padding-right: 2em;
    margin: 0;
    border: 0;
    float: inherit;
  }
}

@media (min-width: 768px) and (max-width: 979px){
.navbar-nav > li > a {
  padding: 7px 0px 7px 22px;
  font-size: 18px;
}
.navbar-nav > li:first-child:after {
    width: 40px;
}
}

@media (max-width: 767px) {

#logo {
  left: 15px;
  width: 200px;
}

.navbar-default {
    background-color: #ebebeb;
    height: auto;
}
.navbar-nav  {
    display: inline-block;
    height: inherit;
    margin: 80px 0 20px;
    width: 100%;
}
.navbar-default .navbar-toggle .icon-bar {
   background-color: #000;
}
.navbar-nav > li > a {
    padding: 0 20px;
}
.navbar-nav > li:first-child:after {display: none;}
.navbar-nav > li > a {
    padding: 5px 20px;
    line-height: normal;
}
.dropdown-menu {
   display: block;
   position: relative;
   top: 0;
   right:20px;
   left: 20px;
   width: 95%;
  margin-bottom: 10px;
}


  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }
   #rootline {
     display: none;
   }

  .equal {
    width: 100%;
 }
  .equalheight {
    -webkit-flex-direction: column;
    flex-direction: column;
 }
  #hauptinhalt {
  -webkit-order:0;
  order:0;
}
  #service {
  font-size: 16px;
}
  #service #jump  {
  display: inherit;
}

  #Start #inhaltTop {
    margin: 50px 0 0;
}
  #Start #inhaltTop .ce-gallery figure img {width:100%; height:auto;}
  #footer {height: auto;}
  .footer-menu > li {
    display: inline-block;
    padding: 0 0 10px 0px;
    width: 50%;
}
  .frame table {word-break: break-word;}
  .panel-default > .panel-heading {
    padding: 15px 10px;
  }
  .panel-title {
    font-size: 22px;
    padding-right: 20px;
  }
  .glyphicon {
    right: -20px;
  }
}


@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
  }
}


@media (max-width: 480px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
  .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
  .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 7px;
    padding-left: 7px;
}
}

/*--------------------------------------------------------------------------------------*/
