/* CSS Document */


/*

 heimbuechel red = #e0253f 

*/

body {
    font-size: 19px;
    line-height: 29px;
}

/* Default red color:      */ 
/* rgba(224, 37, 63, 1.0)  */ 


#duration { display: none ; }

h2, h3 {text-align: center ; } 
h3 { font-weight: 400 ;} 

h2.vertical {
   -ms-writing-mode: none ;  
   writing-mode: none ; 
    
   /* text-orientation : upright ; 
      transform:rotate(180deg);*/   
    padding: 0 ; 
    margin: 50px auto  0 auto;
    color: #333;
    text-shadow: 2px 1px 0px #eee ;
}

/* iPad Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .slogan { margin-top: 105px; }
    .slogan h2 { line-height: 61px; }     
    h2.vertical {
       -ms-writing-mode: none ;  
       writing-mode: none ; 
    }
}

@media (min-device-width: 768px) and (orientation : landscape ) {
    .slogan { margin-top: 55px; }
    .slogan h2 { } 
    h2.vertical {
       -ms-writing-mode: vertical-rl ;  
       writing-mode: vertical-rl; 
    }

}


/* iPhone landscape and iPad portrait */
@media only screen and (max-device-width: 480px) and (max-device-width: 640px) and (orientation : landscape ) {
   .banner .logo  img {  width: 39%;  }
}

@media only screen and (max-width: 767px) {
    p { font-size: 17px; line-height: 1.5 ; }
    .slogan { margin-top: 55px; }
    .slogan h2 {
        font-size: 38px;
        line-height: 38px;
        font-weight: 400;        
    }
      
}

/*
  This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X
  2340x1080 pixels at 476ppi */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) 
    and (orientation : landscape )
{
        .banner .logo  img {  width: 39%;  }
}

.slogan h2 { padding: 0 ; margin: 0 ; text-transform: none ; font-size: 61px ; text-shadow: 2px 1px 0px #333 ; }

h2.heading__color {
    color: #333333;
    text-shadow: 2px 2px 0px white ;    
}

#footer h2,
#footer h3 {text-align: left ;}

ol, ul { list-style: none; }

h3 { text-shadow: 2px 1px 0px white;  }

h3,
strong,
.member-text,
.address-title,
.contact-phone li span ,
.social-contact li a:hover 
{ color: #e0253f ; text-transform: none ;  }


.contact-phone li span {
    font-size: 1em ; 
    line-height: inherit ;
    color: #eb4f1e;
    display: inline-block;
    position: relative;
    left: -10px;   
    top: 0;
}

@media only screen and (max-width: 767px) {
    .slogan h2 { font-size: 31px ;  }    
    h3 {
        font-size: 28px;
        line-height: 34px;
    }
}


h3 { margin-bottom: 16px ; }

#testimonials { background: rgba(235, 79, 30, 0.8) ; }
#homex {
  padding: 0 ;
  position: relative;
  text-align: center;
}

#homex .bg-image {
	width: 100% ; 
	height: 100% ; 
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 0 ; 
	background-size: cover; 
	background-position: 50% 50% ;
}

#homex .logo {
    margin:  300px auto 0 auto ;
    padding: 0 ; 
    width: 60%  ;    
}

@media (max-width: 767px) {
    #homex .logo {
        margin:  300px auto 0 auto ;
        width: 90%  ;    
    }
}


.banner {width: 100%; }
    .banner .logo {
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0 auto;
        left: 0;
        padding: 6px 0;
        background-color: rgba(29, 29, 29, 0.9) ; 

    }



@media (min-width: 1640px) {
    #homex .logo {
        margin:  500px auto 0 auto ;
        padding: 0 ; 
        width: 70%  ;    
    }
}


#homex .logo img {
    width: 100%  ;    
}

#home .logo {
    margin: 601px 0 106px 0; 
}

.logo a {
    padding-top: 40px;
    width: 350px;
    height: 350px;
    font-size: 60px;
    line-height: 70px;
    forn-weight: normal;
    letter-spacing: normal;
    padding-top: 104px;
    color: #333; 
  }
.logo_bg {  background-color: #eee; opacity: 0.7 ; padding: 5px 15px; }

#home p, #homex p { color: white ; }

h3.lowercase { text-transform: lowercase ;}

.social-contact li a:hover {
    background: #eee ;
    border-color: #eee ;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.social-contact li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  padding: 5px ;
    width: auto ;
    height: auto ; 
    border: none ; 
    
}

.team-list { padding-top: 0 ; }
.thumbnail { padding: 0 ; border: none ; border-radius: 0 ; margin-bottom: 0 ;  }
.team-subtext { float: left ; width: 100% ;padding: 5px 0 ; color: #333 ; font-size: 15px ; line-height: 21px ; background-color: #eee ;  }
.team-subtext .email { float: left; width: 100% ;  }

.mt-32 { margin-top: 32px ; }

.box-1,
.box-1__active {    
    /* background: rgba(224, 37, 63, 0.8); */
    background: #3d642d ;
    
}
.box-1:hover  {    
    /*background: rgba(224, 37, 63, 0.8); */
    background: #3d642d ;
}

.box-1 a::after {  }

.box-1 a:hover, 
.box-1 a:focus {
    color: inherit;
    text-decoration: none ;
}


.blockquote blockquote { position: relative ;}
.blockquote blockquote span { position: absolute; top: 150px;  }

.blockquote img { margin-right: 30px ;}
.testimonial-img { border-radius: 50% ;}

.teaser { text-align: center ;  font-size: 21px ; font-style: italic ; border: none ;
margin: 16px 0;
padding: 16px;  }

#footer { text-align: left; }
#footer h3 { text-transform: none ; font-size: 22px; color: #eee ; text-shadow: none ; }

ul.footer-menu { padding: 0 ; }
.footer-menu li { display: block ; padding: 5px 0 ; }
.footer-menu li a { text-decoration: none; }
.footer-menu li:hover { background-color: #eee; color: #333 ;  }


/* Navigation 2 und 3 Ebene 
========================================================*/

.aside-panel { padding: 0 0 0 25px ;}
.aside-panel .menu { padding-left: 15px;}
.aside-panel .menu li { }

.aside-panel .menu li ul { padding-left: 0 ;}
.aside-panel .menu li li { padding-left: 25px ; line-height: 25px ;  }

@media only screen and (max-width: 767px) {
  .aside-panel {
    padding: 0 0 0 40px;
    width: 240px;
  }
}



.aside-panel .menu li a:hover,
.aside-menu li a:hover ,
.remove-panel:hover ,
.aside-panel .menu .active-menu-item a
{ color: rgb(224, 37, 63) ; } 

.menu-switcher-panel { width: 50px ; padding: 0 ; }
.aside-menu  { padding: 0 0 0 5px ; margin: 0px ; top: 172px ; color: rgb(224, 37, 63) ;  }


.aside-menu li { padding-bottom: 20px ; }
.aside-menu .active-menu-item a { background-color: rgb(224, 37, 63) ; border-color: rgb(224, 37, 63) ; }
.aside-menu li a { height: 13px ; width: 13px ;  }
.aside-menu li ul { margin: 20px 0 -20px 0 ; padding: 0 0 0 20px;}
.aside-menu li li { padding: 0 0 15px 0  ;}
.aside-menu li li a { border-radius: 50% ; height: 10px ; width: 10px ;}

.navbar-toggle { left: 0px ;  }
.navbar-toggle .icon-bar { width: 32px; }


.thumb-text { padding: 0 0 5px 0 ; }
.member-description { top: 0 ; left: 0 ; font-size: 14px ; bottom: inherit ; padding: 15px 0 ; }
.team-link { font-size: 15px ; text-decoration: none ; color: rgb(51,51,51) ; font-weight: 400 ;  }
.member-text { font-weight: normal; font-size: 14px  }

.social-contact {width: auto ; }
.social-contact li {margin-left: -30px ; }


@media (min-width: 768px) {    
    .navbar-toggle {    
        display: block; left: 10px ;
    }
}

.owl-item { float: left ; padding: 0 15px ; }

.owl-nav .owl-prev,
.owl-nav .owl-next { position: absolute; top: 35%;
    border: none;
    background-color: #e0253f ;
    font-size: 60px;
     padding: 0 5px 10px 5px; 
}
.owl-nav .owl-prev  { left: 0 } 
.owl-nav .owl-next  { right: 0 }

.owl-dots { width: 100%;  float: left;}


/* contact  section
========================================================*/
@media (min-width: 768px) {
    #contacts,
    #kommunikation, #konzept, #redaktion, #leichtesprache ,#lektorat, #barrierefreiheit, #gestaltung {
      background-size: cover ;  }
}

#contacts .owl-carousel .owl-item img {
    display: block;
    width: 50%;
    text-align: center;
    margin: auto;
}

#contacts  h3.title { text-shadow: none ; font-size: 28px ; line-height: 30px ; font-weight: 500; margin-top: 0 ; padding-top: 0 ; padding-bottom: 0; color: white ; }

.contact-phone li span { color: rgb(224, 37, 63) ; }



.btn-default { background-color: rgb(224, 37, 63) ; } 
.btn-default:hover { background-color: rgba(224, 37, 63 , 1 ) }


/* Ressorts section
========================================================*/

#ressorts {
  background: #e9e9e9 url(/vorlagen/assets/images/heimbuechel-bg.jpg)  50% 50% ;
  background-size: cover ;    
  background-position-x: 0px;
  background-position-y: 0px;    
  padding: 28px 0 70px 0;
  text-align: center;
  /* color: #eee ;*/ 
  font-weight: 300;
}
.ressorts-indent {
  padding: 0 50px;
}

.ressorts-text-block { background-color: #eee;
color: #333;
padding: 16px 32px;
opacity: 0.5; }

@keyframes fadeInDown {

  100% {
    opacity: 0.9; /* 1 */
  }
}


@media only screen and (max-width: 767px) {
  .ressorts-indent {
    padding: 0 10px;
  }
  #ressorts h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 479px) {
  #references h3 {
    font-size: 30px;
    line-height: 32px;
  }
  #ressorts h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

/* Referenzen section
========================================================*/

#references {
  background: #e9e9e9 ; /*url(/vorlagen/assets/images/heimbuechel-bg.jpg)  50% 50% ; */
  background-size: cover ;    
  background-position-x: 0px;
  background-position-y: 0px;    
  padding: 28px 0 70px 0;
  text-align: left ;
  color: #333 ;
  font-weight: 400;
}
.references-indent {
  padding: 0 50px;
}

.references li { list-style: square ; }

#references a  span { color: white ; }


@media only screen and (max-width: 767px) {
  .references-indent {
    padding: 0 10px;
  }
  #references h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 479px) {
  #references h3 {
    font-size: 30px;
    line-height: 32px;
  }
  #references h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
/* STATISTICS section
========================================================*/
#statistics {
  background: url('/img/statistics-bg.jpg') 0 0;
  background-size:cover ;
  text-align: center;
  padding: 34px 0 70px 0;
}
.statistics-indent {
  padding: 0 60px;
  font-weight: 300;
}
.box-1 {
  background: rgba(33, 33, 33, 1.0);
  text-align: center;
  padding: 55px 0 25px 0;
  margin-top: 34px;
  min-height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.skill-number {
  font-size: 65px;
  line-height: 71px;
  font-weight: 300;
  color: #fff;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.skill-title {
  font-size: 17px;
  line-height: 31px;
  color: #fff;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  padding-top: 14px;
  /*word-wrap: break-word ;*/
}
.box-1__active {
  background: rgba(224, 37, 63, 1.0) ;
}
@media only screen and (max-width: 979px) {
  .skill-title {
    font-size: 15px;
  }
  .statistics-indent {
    padding: 0px;
  }
  .box-1 {
    padding: 55px 10px 25px 10px;
    min-height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .box-1 {
    min-height: 240px;
  }
}


/* MODAL from bootstrap */

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #333 ; 
  font-size: 34px;
  line-height: 40px; 
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.foundry-modal {
    background-color: #eee;
    padding: 32px;
}

.remove-panel:hover {
    color:  rgb(224, 37, 63) ; 
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.remove-panel {
    font-size: 56px;
    line-height: 60px;
    margin-top: 60px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.close-modal { margin: 0 ; float: right ; }


.modal-body { }
.modal-body h2 { color: #666 ; }
.modal-body p { margin: 16px 0 ; }
