@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/* ========================
    General
   =========================*/
.dropdown-toggle {
  cursor: default;
}
.archiv-rahmen {
  border: 2px solid #5C97BF;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 10px;
}
.heading {
  text-align: center;
  padding: 50px;
  color: #5C97BF;
  margin-top: 0px !important;
}
.heading-section {
  text-align: center;
  padding: 50px;
  padding-bottom: 0px !important;
  color: #5C97BF;
  margin-top: 0px !important;
  font-size: 40px;
}
.color-blue {
  color: #5C97BF;
}
.margin-bot {
  margin-bottom: 25px;
}
.bg-blue1 {
  background-color: #5C97BF;
}
.bg-blue2 {
  background-color: #4589B0;
}
.bg-grey {
  background-color: #d7d7d8 !important;
}
.bg-grey2 {
  background-color: #ECF0F1;
}
.bg-white {
  background-color: #fdfdfe;
}
.noPad {
  padding-bottom: 0px!important;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  width: 100%;
  height: 100%;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 24px;
  color: #4589B0;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #4589B0;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #4589B0;
}
li{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
body hr {
  color: #3d3d3d;
  border-color: #3d3d3d;
}
html {
  width: 100%;
  height: 100%;
}
.introImage {
  width: 100vw;
  height: 33vh;
  overflow: hidden;
}
.introImage img {
  width: 100vw;
}
.img-left {
  float: left;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
@media and screen (max-width: 767px) {
  img.small-center {
    display: block !important;
    margin: 0 auto!important;
    float: none !important;
  }
}

.small-center{
  margin:10px;
  border-radius:4px;
  max-width:80vw;
}

.mytable td{
  padding:10px;
}

footer{
  margin-top:100px;
}

@media screen and (min-width:992px){
  .schulleitung-box{
    height:350px!important;
    max-height:350px!important;
	}

  .schulleitung-box img{
    height:350px!important;
  }

  .email-link{
    font-size: 12px;
  }
}




.img-wrapper img{
  max-height: 400px !important;
  margin-left:20px;
  margin-bottom:20px;
  float:right;
  border-radius:4px;
}

.pagination ul li{
  display: inline;
  list-style:none;
  margin-right:10px;
  padding:10px;
  border: 1px solid #5C97BF;
  border-radius:4px;
  margin-top:15px;
}

.blog .news-ele{
  margin-bottom:10px;
}

.blog .news-ele .row{
  padding:10px;
}

.blog .news-ele .row .readmore{
  width:none;
  padding: 10px;
  float:right;
  position:absolute;
  bottom: 10px;
  right:30px;
  background-color:#FFF;
}

.news-ele .row .item-image a img{
  border-radius:4px;
  margin-right:10px;
  max-height:270px;
  width:auto;
}

@media screen and (max-width:992px){
  .news-ele .row .item-image a img{
    max-width: 100% !important;
	display:block!important;
	height: auto!important;
  }
}

/* ========================
    Navigation
   =========================*/
.navbar {
  font-family: Montserrat, sans-serif !important;
  margin-bottom: 0;
  background-color: #5C97BF;
  border: 0;
  font-size: 19px !important;
  letter-spacing: 2px;
  max-width: 100vw;
}
@media screen and (min-width: 1077px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    background-color: #5C97BF;
  }
}
.navbar li:hover {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #4589B0;
}
.navbar li a {
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  color: #ECF0F1 !important;
}
.navbar li a:hover {
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  color: #fff!important;
}

.nav-child li a{
  font-family: Lato, sans-serif !important;
  font-size: 13px !important;
}

.nav-child li a:hover{
  font-family: Lato, sans-serif !important;
  font-size: 14px !important;
}

.navbar-brand img {
  margin-top: 10px;
}
.item {
  width: 100%;
  height: 650px;
}
.nav-tabs li a {
  color: #d7d7d8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fdfdfe !important;
  background-color: transparent;
  font-size: 22px!important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  opacity: 1 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.dropdown-menu {
  border: none;
  box-shadow: none;
  background-color: #4589B0;
  padding: 0px;
  right: auto !important;
  margin: 0px;
  border-radius: 0 4px 4px;
}
.dropdown-menu li a {
  color: #d7d7d8 !important;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: #5C97BF !important;
  color: #fff!important;
}
.open .dropdown-toggle {
  color: #fff;
  background-color: transparent !important;
}
.nav-child li {
  list-style: none;
}
.row .col-md-4 {
  float: left;
}
@media (max-width: 1076px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid #5C97BF !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.in {
    overflow-y: visible !important;
    max-height: none;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-nav {
    text-align: center !important;
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center !important;
  }
  .navbar-brand img {
    height: 35px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1077px) {
  #myNavbar ul ul li:last-child .nav-child {
    right: 0px !important;
  }
  .open {
    background-color: #4589B0;
  }
  .navbar-brand img {
    margin-top: 0px;
    max-height: 46px;
  }
  .subdrop {
    left: 212px !important;
  }
  .top-nav-collapse {
    padding: 10px 0;
  }
  .top-nav-color {
    background-color: #5C97BF !important;
  }
  .transparent-home {
    background-color: transparent;
  }
}
@media screen and (min-width: 1077px) {
  .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
  }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0;
  }
  .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
  }
  .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
  }
  .parent:hover {
    border-radius: 4px 4px 0 0 !important;
  }
}
.item-input {
  color: #ECF0F1 !important;
  opacity: 1;
}
.triggerbtn {
  cursor: pointer;
  color: #ECF0F1 !important;
  font-size: 18px;
  margin-bottom: -15px;
  margin-right: 15px;
}
.searchbox {
  display: none;
  width: 150px;
}
.searchbox:focus {
  outline: none;
}
.item-input-wrapper:focus {
  outline: none!important;
}
.search-all:focus {
  outline: none;
}
.search:hover {
  background-color: transparent !important;
}
.search .searchbox {
  font-weight: normal;
  color: #ECF0F1 !important;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ECF0F1 !important;
}
.glyphicon-search{
  padding:10px;
}

@media screen and (max-width:992px){
  /*iframe{
    max-width:90vw !important;
    height:auto !important;
  }*/
  .myframe{
    width:100vw !important;
    height:100vh !important;
  }
}
/* ========================
    Frontpage (Startseite)
    =========================*/
@media screen and (min-width:992px){
    .carousel-inner{
        height:50vh;
    }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  min-height: 20vh;
  min-width: 100%;
  line-height: 1;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

@media screen and (max-width:991px){
  #carousel{
    margin-top:50px;
  }
}

@media and screen (max-width:991px){
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img{
    max-height: none !important;
    width:100% !important;
    height:auto !important;
  }
  .item{
    width:100% !important;
    height:auto !important;
    max-height: none !important;
  }
}


.carousel-inner > .item > img {
   margin: 0 auto;
}

.item {
  height: auto;
  max-height: 650px;
  overflow:hidden;
}

#einleitung {
  position: relative;
  margin-bottom: 20px;
}



#upcoming{
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  #einleitung {
    background-color: #fdfdfe;
  }
  #einleitung .container .row {
    margin-right: 15px;
  }
  #upcoming{
    margin-bottom: 30px;
  }
}
.myevent {
  text-align: center;
  border: 2px solid #5C97BF;
  border-radius: 4px;
  background: #eef4f8;
  margin: 10px;
}

.mod_events_latest_date{
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .events-row {
    margin-right:8px;
  }
}
#content {
  padding-top: 100px;
  padding-bottom: 50px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (min-width: 767px) {
  #content .newsflash {
    margin-top: -100px;
  }
}
#kontakt {
  margin-bottom: -200px;
}
#kontakt .row {
  margin: 0px;
}
#kontakt .row .col-md-6 {
  padding-right: 0px;
  padding-left: 0px;
}
#kontakt .row .m6-2 {
  padding: 20px !important;
}
/* ========================
    News Frontpage
   =========================*/
#news{
  padding-bottom: 30px;
}

.news-ele {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.news-ele .row {
  border: 2px solid #5C97BF;
  border-radius: 4px;
}
.simplerow {
  border: none!important;
}
.news-ele .row-special {
  border-bottom: 0px !important;
  border-radius: 4px 4px 0px 0px!important;
}
.news-ele .row-special .media-image {
  height: 270px;
}
.news-ele .row-drop {
  border-radius: 0px 0px 4px 4px;
  border: 2px solid #5C97BF;
  border-top: 0px !important;
  border-bottom: 2px solid #5C97BF !important;
}
.media-image {
  padding-right: 0px !important;
  padding-left: 0px !important;
  overflow: hidden;
  border-radius: 3px  0px 0px 3px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .media-image .article-image {
    width: 100%;
    height: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .media-image .article-image {
    height: 270px;
    width: auto;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .article-image-lg {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .article-image-lg {
    width: 100%;
    height: auto !important;
  }
}
.media-post {
  max-height: 270px;
  overflow: hidden;
  padding: 5px 20px;
  line-height: 24px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 0px 4px 4px 0px;
}

.media-post .readmore{
  position: absolute;
  bottom: 5px;
  right:10px;
  z-index:1;
  background-color: #fff;
}

.newsflash-title,
.newsflash-title a {
  color: #5C97BF;
  font-size: 20px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.newsflash-title:hover,
.newsflash-title a:hover {
  text-decoration: none;
}


.readmore {
  color: #5C97BF !important;
  display: block;
  font-size: 12px;
  border: 1px solid #5C97BF;
  border-radius: 3px;
  padding: 1px 3px 1px 3px;
}

.readmore::before{
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 15px;
}

.readmore:hover{
  text-decoration: none!important;
  color: #337ab7 !important;
}

.myLink{
  float:right;
  text-transform: uppercase;
  font-size: 14px;
  color: #5C97BF !important;
  border: 1px solid #5C97BF;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
}
.myLink::before{
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 15px;
}
.myLink:hover{
  text-decoration: none!important;
  color: #337ab7;
}
.mycollapse {
  padding: 30px;
}
/* ========================
    Footer
   =========================*/
#footer {
  width: 100%;
  background-color: #5C97BF;
  min-height: 80px;
  color: #ECF0F1;
}
#footer p {
  padding-top: 30px;
  color: #ECF0F1;
}
#footer a {
  color: #ECF0F1;
}
#footer a:hover {
  text-decoration: none;
}
/* ========================
    Events
   =========================*/
@media and screen(min-width:992px){
  .event-first{
    padding-left:0px;
  }
}

.event-top{
  color: #FFFFFF;
  padding:5px;
  background-color:#5C97BF;
  width:100%;
}

.event-body{
  color: #333333;
  padding:10px;
}


.mod_events_latest_content a{
  word-wrap: break-word;
}

.jev_toprow div.previousmonth,
.jev_toprow div.nextmonth {
  background: #5C97BF;
  border: 1px solid #5C97BF;
}
.jev_toprow div.currentmonth {
  border-top: 1px solid #5C97BF;
  border-bottom: 1px solid #5C97BF;
}
.nav-items > div:first-child {
  border-color: #5C97BF;
}
.nav-items > div {
  border-color: #5C97BF;
}
.nav-items > div:last-child {
  border-color: #5C97BF;
}
#jevents_body .nav-items div.active a,
.jev_header2 .active a {
  background-color: #5C97BF;
}
#jevents_body .nav-items > div a:hover,
#jevents_body .nav-items div.active a:hover,
.jev_header2 .active a:hover {
  border-color: #5C97BF;
}
/* ========================
    Intro Bilder
   =========================*/
.bgSchool {
  background-image: url "../img/bgSchool.jpg";
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ========================
    Hovereffect
   =========================*/
.hovereffect {
  width: 100%;
  max-height: 200px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #5C97BF;
  margin-top: 30px;
}
.hovereffect .overlay {
  width: 100%;
  max-height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(120%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hovereffect:hover a,
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.overlay{
  display:none;
}

.hovereffect img:hover + .overlay{
  display:block;
  cursor: pointer;
}

.overlay:hover{
  display:block;
  cursor: pointer;
}
