/* CUSTOMIZE GENERAL
-------------------------------------------------- */
hr {
    margin-top: 10px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
}
html, body {
  height: -moz-calc(100% - 55px);
    height: -webkit-calc(100% - 55px);
    height: calc(100% - 55px);
}
h1, h2 {
	color: rgb(242,36,36);
}
.ce-bodytext ul {
    padding-left: 20px;
}
.wrapper {
  min-height: 100%;
  margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
  height: 60px; /* '.push' must be the same height as 'footer' */
}
.gridelement>div>div {
  margin-bottom:30px;
}

.ce-below .ce-row {
  margin-bottom:30px;
}
.ce-above .ce-gallery {
  margin-bottom: 15px;
}
.ce-below .ce-gallery {
  margin-top:  50px;
}
.fiftyfifty h2 {
  margin-top: 0px;
}
a {
  color:#777;
}
a:hover {
  color:rgb(242,36,36);
  text-decoration: none;
  text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
    
}
.h1, h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 35px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .h1, h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 52px;
  }
}
.h2, h2 {
    margin-bottom: 30px;
    margin-top: 40px;
}


/* CUSTOMIZE HEADER
-------------------------------------------------- */
.header {
  height: 90px;
  border-radius: 0px;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
}
.header .navbar-header{
  background-color: #ffffff;
  z-index: 15;
  position: relative;
}
.header.navbar {
  margin-bottom: 0px; 
  background-color: white;
    border: none;
}
.navbar-toggle {
  float:left;
}
.navbar-brand {
  float: right; 
  margin-top: 8px;
}
.header .navbar-brand img {
  height: 40px;
  margin-top: 10px;
}
.fixed .header {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
@media (min-width: 479px) {
  .header {
    height: 109px;
  }
  .header .navbar-brand img {
    height: 50px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
    .header {
    height: 120px;
  }
  .header .navbar-brand img {
    height: 65px;
	margin-top: 15px
  }
}

/* CUSTOMIZE CONTENT
-------------------------------------------------- */
.carousel ~ .content {
  margin-top: 0px;
}
.carousel {
  margin-top: 90px;
}
@media (min-width: 479px) {
  .carousel {
    margin-top: 110px;
  }
}
.content {
  margin-bottom: 40px;
  margin-top: 160px;
}
.content a.internal-link {
    font-weight: bold;
}
.content a.external-link {
    font-weight: bold;
}
.content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.map {
  height: 350px;
}
.threethirds .map {
  height: 250px;
}
.iw-red {
  background-color: rgb(242,36,36) !important;
}
.mapsInfo {
  color: rgb(255,255,255);
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.mapsInfo h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
}
.mapContainer {
  animation-duration: 4s;
  transition: opacity 0.3s ease-in-out;
}
.mapContainer:hover {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 200;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  background-color: rgba(0,0,0,0.2);
}
.mapContainer:hover .map {
  height: 80% !important;
  width: 80% !important;
    top: 10%;
    left: 10%;
}


/* CUSTOMIZE FOOTER
-------------------------------------------------- */
.footer {
  min-height: 60px;
    background-color: #666;
    color: #fff;
  padding-top: 15px;
  font-size: 16px;
}
.footer .container {
  padding: 0;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: rgb(242,36,36);
}
.footerRight div, .footerRight p {
  display: inline-block;
}


/* CUSTOMIZE NAVBAR
-------------------------------------------------- */
.navbar-toggle {
    margin-top: 45px;
    margin-right: 5px;
  border: none;
}
@media (min-width: 479px) {
  .navbar-toggle {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  .navbar-toggle {
    margin-top: 65px;
  }
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgb(255,255,255);
}
.navbar-default .navbar-nav>li>a {
  color:rgb(255,255,255);
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
}



tr.slidein.in {
  display: table-row;
}
tbody.slidein.in {
  display: table-row-group;
}
.sliding {
  position: relative;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .75s;
       -o-transition-duration: .75s;
          transition-duration: .75s;
  -webkit-transition-property: margin-left, width;
       -o-transition-property: margin-left, width;
          transition-property: margin-left, width;
}
.navbar-slidein {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  position: relative;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: margin-left, width, left;
       -o-transition-property: margin-left, width, left;
          transition-property: margin-left, width, left;
}
.navbar-slidein.in {
  overflow-y: auto;
  display: block;
}
@media (min-width: 768px) {
  .navbar-slidein {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-slidein.slidein {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-slidein.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-slidein,
  .navbar-static-top .navbar-slidein,
  .navbar-fixed-bottom .navbar-slidein {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .container>.navbar-slidein {
  margin-top: 0px !important;
  }
}
.navbar-fixed-top .navbar-slidein,
.navbar-fixed-bottom .navbar-slidein {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-slidein,
  .navbar-fixed-bottom .navbar-slidein {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-slidein,
.container-fluid > .navbar-slidein {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-slidein,
  .container-fluid > .navbar-slidein {
    margin-right: 0;
    margin-left: 0;
  }
}
.container>.navbar-slidein {
  position: relative;;
  overflow-x: scroll;
    left: calc(-90vw - 30px);
    width: 90vw;
  height: 900px;
}
.container>.navbar-slidein.in {
    margin-right: -15px;
    margin-left: -15px;
    left: 0px;
    /* width: inherit; */
}
.container>.navbar-slidein[aria-expanded="false"] {
    display:none;
}
.nav>li {
    border-bottom: 1px solid rgb(255,255,255);
}
.navbar-nav {
    margin: 0px -15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: rgb(242,36,36);
}
.navbar-slidein {
  position: relative;
    background-color: #777;
  z-index: 10;
  box-shadow: 0px 0px 14px 0px rgba(51,51,51,1);
}
.navbar-toggle.slideind .icon-bar {
  width: 30px;
  transition: all 0.2s;
}
.navbar-toggle.slideind .top-bar {
  transform: rotate(0);
}
.navbar-toggle.slideind .middle-bar {
  opacity: 1;
}
.navbar-toggle.slideind .bottom-bar {
  transform: rotate(0);
}
.navbar-toggle .icon-bar {
  width: 30px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 15px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
  background-size: cover;
  background-position: 50% 50%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=75);
    opacity: .75;
}
.carousel-control span.glyphicon {
  display: none;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: url('/fileadmin/youhey/templates/default/images/arrow_right.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
}
.carousel-control.left {
    background-image: url('/fileadmin/youhey/templates/default/images/arrow_left.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
}


/* CUSTOMIZE DATEILISTE
-------------------------------------------------- */
.ce-uploads {
  list-style: none;
  padding-left: 0px;
}
.ce-uploads li {
  padding: 4px 8px;
}
.ce-uploads li:nth-child(even) {
  background-color: #DFDFDF;
}
.ce-uploads img {
  display: inline-block;
}
.ce-uploads div {
  display: inline-block;
  font-size: 16px
}
.ce-uploads .ce-uploads-filesize {
  vertical-align: 20%;
  font-size: 12px;
  margin-left: 5px;
}

/* CUSTOMIZE FORM
-------------------------------------------------- */
.csc-form-element label {
  display: none;
}
.csc-form-element input {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
}
.csc-form-element input[type="submit"] {
  border: none;
  background-color: #777;
  color: #fff;
}
.csc-form-element textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
}


/* CUSTOMIZE BIGGER THAN 767
-------------------------------------------------- */
@media (min-width:768px) {
	.container>.navbar-slidein {
		left: 0px;
		margin-top: 54px;
		/* margin-left: 160px; */
		background-color: rgb(255,255,255);
	}
	.navbar-header {
		float: right;
	}
  .container>.navbar-slidein[aria-expanded="false"] {
    display:block;
  }
  .navbar-default .navbar-nav {
    font-size: 18px;
  }
  .navbar-default .navbar-nav>li>a{
    background-color: transparent;
  }
  .navbar-default .navbar-nav>.active>a {
    background-color: transparent;
  }
  .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
  }
  .nav>li>a {
    padding: 10px 8px;
  }
  .navbar-default .navbar-nav>li>a {
    color:#777;
  }
  .nav>li {
    border-bottom: none;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.current>a, .navbar-default .navbar-nav>.current>a:focus, .navbar-default .navbar-nav>.current>a:hover {
    color: rgb(242,36,36);
  }
  .container>.navbar-slidein {
    width: auto;
  }
  .carousel-control {
    background-color: rgba(0,0,0,0);
  }
  .carousel .item {
    height: 500px;
  }
  .carousel {
    height: 500px;
  }
}
@media (min-width:992px) {
  .container>.navbar-slidein {
    margin-top: 69px;
    /* margin-left: 190px; */
  }
}

/* CUSTOMIZE BIGGER THAN 992
-------------------------------------------------- */
@media (min-width:992px) {
  .navbar-default .navbar-nav {
    font-size: 24px;
  }
  .nav>li>a {
    padding: 10px 15px;
  }
}

/* BOOTSTRAP FIFTHS GRID
-------------------------------------------------- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* BOOTSTRAP SIXTHS GRID
-------------------------------------------------- */
.col-xs-6ths,
.col-sm-6ths,
.col-md-6ths,
.col-lg-6ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-6ths {
    width: 16.666666%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-6ths {
        width: 16.666666%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-6ths {
        width: 16.666666%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-6ths {
        width: 16.666666%;
        float: left;
    }
}