/* Ab 768px Breite */

@media (max-width: 767px) {
    .macroCaption {
      display: none;
    }

    .float-end, .float-start {
      float: none !important;
      text-align: center;
    }

    .header-slide h1 {
        font-size: clamp(1rem, 3.5vh, 3rem) !important;
        margin-bottom: 55px;
    }

    .ratio-16x9 {
        --bs-aspect-ratio: 75%;
    }

    section.produkt-teaser {
        margin-left: 0em !important;
        margin-right: 0em !important;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_bg_container .infobox_textcontent {
    height: auto;
    }


    .augenoptikzapp-mainwebsite-infobox .infobox_header h2
    {
        font-size: 0.7em;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_bg_container .infobox_textcontent p {
        font-size: 0.7em;

    }

    .swiper-container .head h2 {
        font-size: 0.7em;
    }

    .neos-neos-nodetypes-assetlist td, .neos-neos-nodetypes-assetlist .btn-default, .neos-neos-nodetypes-assetlist .btn-default .fa
    {
        font-size: 0.7em;
    }

    /*
    #navbar-collapse
    {
        position: absolute;
        right: 5%;
        top: 80%;
        z-index: 10;
        padding-left: 0;
        padding-right: 0;

    }

    #navbar-collapse ul
       {
        background-color: #FFFFFF;
        -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);

    }

	#navbar-collapse ul li ul
       {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
		background-color: #e9e9e9;
    }


    #navbar-collapse ul li.active span
    {
        display: none;

    }

    #home header .navbar-brand
    {
        position: relative;
        top: 1%;
        left: 1%;
        width: 75%;
    }*/

    footer .footer-meta .meta-info {
    float: none;
    padding-top: 10px;
    }

    /*
    header .navbar-default .navbar-nav > li > a , header .navbar-default .navbar-nav > li.active a{
        font-size: 1.0em;
    }

    header .navbar-default {
        height: auto;
    }

    .navbar-toggle {
        margin-right: 0px;
    }
    */

    .teaser-semitrans-overlay .teaser_title p {
        font-size: 25px;
    }

    .teaser-semitrans-overlay .teaser_text p {
        font-size: 14px;
    }

    .neos-nodetypes-text p,  .neos-neos-nodetypes-textwithimage p {
         font-size: 1.0em;
    }

    #home header .navbar-header {
        text-align: left;
    }

	.obis-bootstrap-twocol   .neos-nodetypes-text p {
		text-align: left !important;
	}

    /*
	.navbar-default {
		border: none;
	}*/

  .carousel-control-prev .carousel-control-prev-arrow {
    position: absolute;
    top: 6.5rem;
  }

  .carousel-control-next .carousel-control-next-arrow {
    position: absolute;
    top: 6.5rem;
  }

  .campaign-image {
    min-height: 350px !important;
    max-height: 350px !important;
    background-image: none !important;
  }


  .campaign-image .references-image img {
    min-height: 350px !important;
    max-height: 350px !important;
    object-fit: cover;
  }

  .carouselReferences .carousel-control-prev {
    left: -5%;
  }


  .carouselReferences .carousel-control-next {
    right: -5%;
  }

  header section#navbar img.logo {
    width: 40vw !important;
    height: auto;
  }

  body > div.cc-revoke.cc-top
  {
    top: unset !important;
    bottom: 10px !important;
    height: fit-content;
  }


  .augenoptikzapp-mainwebsite-carouselheader .slide .carousel-inner {
    top: 106px;
    height: 75vh;
    margin-bottom: 10%;
  }

  .header-slide {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 60vh!important;
  }

  .carousel-indicators {
    bottom: 1vh;
  }

  .augenoptikzapp-mainwebsite-carouselheader .slide .carousel-inner .carousel-item .miniCaption {
    padding: 10px 10px 10px 10px;
    height: auto;
    vertical-align: middle;
    background-color: #00a0b0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  .miniCaption {
    display: inline-block;
  }


  .miniCaption h1.caption-white, .miniCaption h1.caption-black, .miniCaption h1.caption-turquoise {
    font-size: 15px !important;
    line-height: 20px;
    color: #ffffff !important;
    text-align: center ;
    margin: 0;
  }

  .miniCaption h1.caption-white p, .miniCaption h1.caption-black p, .miniCaption h1.caption-turquoise p {
    margin: 0;
  }

  .carousel-item .container.miniCaption {
    max-width: 100% !important;
  }

}

@media (min-width: 768px) {
    .miniCaption {
      display: none;
    }
    .campaign-image {
      min-height: 400px !important;
      max-height: 400px !important;
    }

    .carousel-inner .carousel-item.augenoptikzapp-mainwebsite-carouselcampaignsitem .container-fluid {
      max-height: 400px !important;
    }

    section.produkt-teaser {
        margin-left: 6em !important;
        margin-right: 6em !important;
    }

    #header-slider .content {
        top: 60px;
    }

    #header-slider .swiper-container .head .head-inner,
    #header-slider .swiper-container .content .content-inner {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    #header-slider .swiper-container .head .head-inner
    {
        width: auto;
        margin: auto;
    }

    .augenoptikzapp-mainwebsite-teaserbox .content {
        min-height: 100px;
    }

    .topic-box {
        padding-left: 10%;
    }

    .topic-box .image img {}

    .topic-box .content p {
        font-size: 0.7em;
        line-height: 1.2em;
    }

    .topic-box.one .connector {
        background: url('../img/topic-menu-connect.png') no-repeat;
        width: 135px;
        height: 49px;
        right: -90px;
        top: 40px;
        bottom: auto;
    }

    #home header {
        padding-top: 0px;
        /*min-height: 115px;*/
    }

    header > .banner-image > img {
        display: inline-block;
        max-width: 125%;
        float: right;
    }

    header > .banner-image > .content {
        display: block;
        position: absolute;
        top: 75px;
        left: 0px;
        width: 100%;
        text-align: left;
    }

    header .navbar-default {
        height: 140px;
        border-radius: 0px;
    }

    header .navbar-brand {
        /*max-width: 100%;*/
        /*height: 80px;*/
        /*margin-top: 25px;*/
    }

    header .navbar-default .navbar-nav > li > a {
        /*margin-top: 44px;
        padding: 25px 15px;
        height: 70px;*/
    }

    /*
    header .navbar-nav > li > .dropdown-menu {
        z-index: 9999;
    }

    header .navbar-nav > li.active .connector,
    header .navbar-nav > li.current .connector {
        display: block;
    }*/

    footer .footer-top {
        /*border-top: 1px solid #adadab;*/
    }

    footer .footer-meta .meta-info {
        float: none;
        padding-top: 0px;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_bg_container .infobox_textcontent {
    background-color: rgba(13, 11, 11, 0.65);
    height: auto;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_header h2
	{
        font-size: 0.7em;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_bg_container .infobox_textcontent p {
        font-size: 0.75em;

    }

    .swiper-container .head h2 {
        font-size: 0.7em;
    }

    .neos-neos-nodetypes-assetlist td, .neos-neos-nodetypes-assetlist .btn-default, .neos-neos-nodetypes-assetlist .btn-default .fa
    {
        font-size: 0.8em;
    }

    /*
    header .navbar-default .navbar-nav > li > a , header .navbar-default .navbar-nav > li.active a{
        font-size: 0.8em;
    }

	header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus
	{
		font-size: 0.8em;
	}


    header .navbar-nav > li {
        min-width: auto;
        text-align: center;
    }*/


    .teaser-semitrans-overlay .teaser_title p
    {
        font-size: 18px;
    }

    .teaser-semitrans-overlay .teaser_text p
    {
        font-size: 9px;
    }

    .neos-nodetypes-text p,  .neos-neos-nodetypes-textwithimage p {
         font-size: 1.0em;
    }

    /*
 	#navbar-collapse ul li ul
        {
		background-color: #e9e9e9;
    }*/


}

@media (max-width: 991px) {
    section#navbar {
        background: #ffffffe3;
    }

    .navbar-collapse.show {
        height: auto;
    }

    .navbar-nav {
        margin-top: 2rem !important;
        height: auto;
        overflow-y: scroll;
    }

    .nav-item:hover .nav-link {

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: block;
    }

    .dropdown-toggle::after {
        right: 10px !important;
    }

    .dropdown-item {
        padding-left: 2.3rem;
    }
}

/* Ab 992px Breite */
@media (min-width: 992px) {

    section.produkt-teaser {
        margin-left: 8em !important;
        margin-right: 8em !important;
    }

    body {
        font-size: 13px;
    }

    /*h1 {
        font-size: 48px;
        line-height: 29px;
    }

    h2 {
        font-size: 16px;
        line-height: 18px;
    }*/

    .btn-default {
        font-size: 20px;
        line-height: 40px;
    }

    .btn-default span {
        padding: 0px 20px;
    }

    .btn-default .fa {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .btn-default .fa.fa-phone {
        font-size: 28px;
    }

    #header-slider .content {
        top: 70px;
    }

    #header-slider .swiper-container .head .head-inner,
    #header-slider .swiper-container .content .content-inner {
        width: 970px;
        margin-left: auto;
        margin-right: auto;
    }

    #header-slider .swiper-container .head .head-inner
    {
        width: auto;
        margin: auto;
    }

    .augenoptikzapp-mainwebsite-teaserbox .content {
        min-height: 120px;
    }

    .topic-box {
        margin-bottom: 0px;
    }

    .topic-box.two .connector {
        background: url('../img/topic-menu-connect.png') no-repeat;
        width: 135px;
        height: 49px;
        right: -90px;
        top: 40px;
        bottom: auto;
    }

    .topic-box .image img {

    }

    .topic-box .content p {
        font-size: 0.8em;
        line-height: 1.0em;
    }

    .topic-box .content-bottom {
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    header > .banner-image {
        overflow: auto;
        min-height: 55px;
    }

    header > .banner-image > .head h1 {
        font-size: 22px;
        line-height: 55px;
    }

    header > .banner-image > .content {
        top: 85px;
    }

    header .navbar-default .navbar-nav > li > a {
        font-size: 1.0em;
       /* line-height: 24px;
        height: 74px;
        margin-top: 40px; */
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_bg_container .infobox_textcontent {
        background-color: rgba(13, 11, 11, 0.65);
        height: 100%;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_header h2
    {
        font-size: 0.75em;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_bg_container .infobox_textcontent p {
        font-size: 0.8em;

    }

    .swiper-container .head h2 {
        font-size: 0.8em;
    }

    .neos-neos-nodetypes-assetlist td, .neos-neos-nodetypes-assetlist .btn-default, .neos-neos-nodetypes-assetlist .btn-default .fa
    {
        font-size: 0.9em;
    }

    /*
    header .navbar-default .navbar-nav > li > a , header .navbar-default .navbar-nav > li.active a{
        font-size: 0.9em;
    }

	header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus
	{
		font-size: 0.9em;
	}


    header .navbar-nav > li {
        min-width: 100px;
        text-align: center;
    }
    */

    .teaser-semitrans-overlay .teaser_title p
    {
        font-size: 20px;
    }

    .teaser-semitrans-overlay .teaser_text p
    {
        font-size: 11px;
    }

    .neos-nodetypes-text p,  .neos-neos-nodetypes-textwithimage p {
         font-size: 1.0em;
    }

 	#navbar-collapse ul li ul
        {
		background-color: #e9e9e9;
    }

}

/* Ab 1200px Breite */
@media (min-width: 1200px) {

    section.produkt-teaser {
        margin-left: 12em !important;
        margin-right: 12em !important;
    }

    #header-slider .content {
        top: 150px;
    }

    #header-slider .swiper-container .head .head-inner,
    #header-slider .swiper-container .content .content-inner {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    #header-slider .swiper-container .head .head-inner
    {
        width: auto;
        margin: auto;
    }

    .augenoptikzapp-mainwebsite-teaserbox .content {
        min-height: 100px;
    }

    .topic-box .image {

    }

    .topic-box .content p {
        font-size: 1.0em;
        line-height: 1.5em;
    }

    .topic-box .content-bottom {
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    header > .banner-image > img {
        float: none;
        max-width: 100%;
    }

    header > .banner-image > .content {
        top: 115px;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_bg_container .infobox_textcontent {
        background-color: rgba(13, 11, 11, 0.65);
        height: 100%;
    }


    .augenoptikzapp-mainwebsite-infobox .infobox_header h2
    {
        font-size: 1.0em;
    }

    .augenoptikzapp-mainwebsite-infobox .infobox_bg_container .infobox_textcontent p {
        font-size: 1.0em;

    }

    .swiper-container .head h2 {
        font-size: 1.0em;
    }

    .neos-neos-nodetypes-assetlist td, .neos-neos-nodetypes-assetlist .btn-default, .neos-neos-nodetypes-assetlist .btn-default .fa
    {
        font-size: 1.0em;

    }

    /*
    header .navbar-default .navbar-nav > li > a , header .navbar-default .navbar-nav > li.active a{
        font-size: 1.0em;
    }

	header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus
	{
		font-size: 1.0em;
	}


    header .navbar-nav > li {
        min-width: 150px;
        text-align: center;
    }
    */

    .teaser-semitrans-overlay .teaser_title p
    {
        font-size: 25px;
    }

    .teaser-semitrans-overlay .teaser_text p
    {
        font-size: 14px;
    }

     .neos-nodetypes-text p,  .neos-neos-nodetypes-textwithimage p {
         font-size: 1.0em;
     }

 	#navbar-collapse ul li ul
        {
		background-color: #e9e9e9;
    }


}
