/* FARBEN
rot: #780000
braun:#C6B8AB;*/


:root{
  --rot: #780000;  
  --braun: #C6B8AB;
  --hellbraun: #c6b8ab;  /*navbar*/
  
}
/*--------Zentriertes Modal-----------------------*/
.centered {
 position: absolute;
 top: 120px;
  left: auto; 
 margin-right: 15px;
  background-color: rgba(255,255,255,0.95);
    box-shadow: 0 0 5px;
  z-index: 25000;
    color:#000;
  border: 2px solid #780000;
  padding: 30px 20px;
text-align: center;

}
.centered p {
  line-height:2.8rem;
}

/*--------------------MODAL neu----------------------------------*/
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /*width: 80%;*/
  max-width: 800px;
  z-index: 1001;
  text-align: center;
  position: relative;
  padding: 30px;
}
.close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index:1000;
}
.modal .ce-gallery img {
  display: block;
  margin: 10px auto 20px;
  max-width: 800px;
  height: auto;
  border:none;
}

#modal-overlay { display: none; }
#modal-overlay.is-open { display: block; }

.bg_white{
  background-color:#fff;
}

.modal h2{
  color: #780000;
  font-size: 1.5rem;
}
/*---------------------*/


#content_breit .centered h2{
color: #780000;
line-height: 1.8;
font-weight: normal;
font-size: 22px;
}
button.close {
  color:#000;
  font-size:2.5rem;
}

body {
  color: #4a473f;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.row {
  margin-left:0;
  margin-right:0;
}

figure{
text-align: center;
margin-bottom: 10px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.align-center {
  text-align:center;
  }

img {
  height:auto;
  max-width:100%;
}

h1 {
  color: #780000; 
  font-weight: bold;
  margin-bottom: 15px;
  margin-top:40px;
  font-size: 1.75rem;
}

h2 {
  font-size:16px;
  margin: 20px 0 15px 0;
  padding: 0;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

h3.left_h3 {
  margin-bottom: 0;

}
.left p {
  text-align:center;
}

/* für teaser kasten ueber termeer*/
h4 {
  font-size: 12px;
  text-align: center;
  margin-top: 0;
}

div.glyphicon {
  float:left;
  padding-right:5px;
    }

.glyphicon.glyphicon-earphone {    
    color: #780000;
    font-size:26px;     
    }
.important {
  color: #780000;
  font-weight:bold;
  }

/*-------------------------- NAV TOP */
.loewe {
  margin: 5px 0 0 10px;
 
}

.schrift {
  margin: 83px 30px 0 20px;
}

/*--------------------------- NAVIGATION */

.navbar{
  margin-bottom: 0;
}
.navbar-static-top {
  z-index:50;
}

a.navbar-brand {
  display: none;
}

.navbar-light {
  border-bottom: solid 5px #54463b;
  background-color: #c6b8ab !important;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
  background-color: #c6b8ab;
}

.navbar-light .navbar-brand {
  color: #54463b;
}

.navbar-light .navbar-collapse, .navbar-light .navbar-form {
  background-color: #c6b8ab;
  color: #54463b;
}

.navbar-nav>li {
  font-size:  16px;
}
a:focus {
  outline: 0;
}
.dropdown-menu {
--bs-dropdown-link-active-bg: #780000;
--bs-dropdown-color: #fff;  
}
.navbar-light .navbar-nav>li>a {
   color: #54463b;
   transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.navbar-light .navbar-nav .dropdown-menu.show > li > a {
  color: #54463b;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.navbar-light .navbar-nav .dropdown-menu.show > li > a.active{
  color:#fff;
  padding-left: 1.5rem;
}
.navbar-nav .nav-link.active {
  color: #fff;
  background-color:#780000;
  border-right: 1px solid #54463b;
}
.navbar-light .navbar-nav > li.dropdown.active > a.nav-link.dropdown-toggle{
  color:#fff;
}
.navbar-light .navbar-nav>li>a.nav-link:hover, .navbar-light .navbar-nav>li>a.nav-link:focus {
  color: #fff;
  background-color:#780000;
  border-right: 1px solid #54463b;
}

.navbar-light .navbar-nav>.open>a, .navbar-light .navbar-nav>.open>a:hover, .navbar-light .navbar-nav>.open>a:focus {
   color: #fff;
  background-color:#780000;
}

.navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:hover, .navbar-light .navbar-nav>.active>a:focus {
  background-color: #780000;
  border-right: 1px solid #54463b;
}




/*------------------------------------toggler button--------------*/
header.header .navbar-toggler { right: 0;  top: -7rem;}
.navbar-toggler {background-color: var(--rot)!important; border: var(--bs-border-width) solid var(--rot)!important; color:var(--rot);}

.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }



/*--------------------------- HEADER IMAGE */


.theme-bar.slider-wrapper {
  border:none;
}
/*---------------------Carousel---------------------*/
/* Fade transition for carousel items */
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*--------------------------- HOME TEASER KASTEN*/
.left, .center, .right {
   padding: 10px;   
}

.col-md-4 .left, .col-md-4 .center, col-md4 .right {
  width:20%;
}

.right h3, .center h3, .left h3, .right h1 {
  text-align: center;
  margin-top: 10px;
}


.left img, .center img, .right img {
  width: 67px;
  margin: 0 auto;
}

.left {
  background-color: #c3c4c6;
  margin: 0 0 10px 0;
}

.center {
  background-color: #dbdde3;
  margin: 0 0 10px 0;
}
.center table {
    margin: 0 auto;
    width: 62%;
  background-color: transparent !important;
}
.center table tr{
  border: none;
}
.table{
  --bs-table-bg: transparent;
  border-color: transparent;
}

.right {
  background-color: #f0f0f2;
  padding:10px 20px;
}
.right h1 {
  background-image:url(../../images/aktuelles.png);
  background-repeat:no-repeat;
  background-position:center top;
  padding-top:74px;
  font-size:16px;
  margin-top:0;
  color:#4a473f;
}

/*----------------------------btn-Coliquioflex-----------------------------------*/
#coliquioflex {
  position: fixed; 
  background-color: #fff;
  border: 2px solid #f0ad4e;
  border-radius: 6px;
  padding: 20px;
  width:230px;
  right:66px;
  bottom:100px;
  z-index:1000;
}
#coliquioflex .teaser-image {
  text-align:center;
  margin-bottom: 10px;
  }
.button-col {
  text-align:center;
  }
.close {
  opacity:0.5;
  }
  
.close a:hover{
  text-decoration:none;
  }
  

/*--------------------------- CONTENT / INHALT */
#content_breit {
  margin-top: 20px;
  max-width: 1140px;
}

#content_breit h2 {
  font-weight: bold;
}
#content_breit h3 {
  font-size:16px;
  margin:0 0 10px 0;
}
#content_breit ul {
  list-style-type: none;
  /*padding: 0;
  margin: 0;*/
}
#content_breit ul li {
  margin-bottom:0.75rem;
  list-style-image: url(../../images/pfeil.png);
  list-style-position:outside;
}

#content_breit a{
  margin-bottom:7px;
  color:#780000;
  text-decoration:none;
  outline:none;
}

#content_breit div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  /*margin-top:50px;*/
  margin-right:30px;
}

#home #content_breit div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-top:0;
  margin-right:0;
}

.button {
  width:180px;
  text-align:center;
  background: rgb(245, 167, 43);
  padding:5px;
  border-radius:5px;
  margin-left:50px;
  }
.button p, .button p a {
  margin-bottom:0;
  }
.button:hover {
  background: rgba(245, 167, 43, 0.8);
  }
/*--------------------------- News---------------------------- */
#home .news .list-group-item { 
  padding: 0; 
  background-color: transparent;  
  border: none;
}
#home .news .col-md-3{
  display: none;
}
#home .news .col-md-9{
  width: 100%;
  padding:0;
}

.news-list-item .col-md-9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home #content_breit a.btn-primary {
  color: var(--rot);
  padding: 0;
  margin-top: 0.5rem;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
#content_breit .news-list-item .col-md-9 a.btn-primary {
  width: 200px;
}
#home #content_breit a.btn-primary:hover{
  background-color: transparent;
  border-color: transparent;
}
#content_breit .news h3 {
  text-align:left;
  font-size:18px;
}
#home #content_breit .news h3 {
  font-size:16px;
  text-align:center;
  }
#home #content_breit .news h3 a{
  color: #4a473f;
  }
#home .news .article .news-img-wrap {
  display:none;
}
#home .news .extra{
  display: none;
}

#home .news-single .article .news-img-wrap {
  display:inline;
}

#content_breit .news.news-single h3 {
  color: #780000;
  margin-top:40px;
  }

.news p {
  text-align:left;   
}
#home .news p {
margin-bottom:0;
font-size:13px; 
}
.news .article .news-img-wrap {
  margin:0;
}
.news .article .news-img-wrap a {
  margin-left:20px;
  margin-right:10px;
}
#content_breit .news a.more {
  margin-top:0;
  text-decoration:underline;
  }
.news .footer span {
  display:none;
}
.facebook {
  display:none;
}
/*---------------------------Formular-------------------------*/
.form-horizontal .control-label {
  text-align:left;
  
}


.formular {
  font-weight:bold;
  font-size:12px;
  padding-top:7px;
}
.form-control {
  box-shadow:0 1px 1px rgba(198, 184, 171, 0.075) inset;
}
.form-control:focus {
  border-color:#C6B8AB;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(198, 184, 171, 0.6)
  
}
.btn-primary {
   background-color: #780000; 
    border-color: #780000;
  
}
#content_breit a.btn-primary{
  color:#fff;
  padding: 10px 30px;
  margin-top: 1rem;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #780000; 
    border-color: #780000;
}
legend {
font-size: 14px;
font-weight: bold;
}
/*---------------------------Formular - Ende---------------------*/

/*--------------------------- GOOGLE MAPS RESPONSIVE */
.responsiveContainer {
position: relative;
padding-bottom: 56%;
height: 0;
overflow: hidden;
  margin-top: 20px;
}

.responsiveContainer iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*-----------------------------------Studien----------------------------*/
.border {
  border: 1px dotted #C6B8AB;
  padding: 10px;
  }
#content_breit .border h3{
  color:#780000;
  font-weight:normal;
  margin-bottom:8px;
  }
 .border p {
   margin-bottom: 14px; 
  }
.border h2{
  color:#780000;
  }
/*--------------------------- FOOTER */

footer {
  background-color:#C6B8AB;
  border-top: solid 1px #780000; 
  margin-top: 20px;
  padding-top: 10px;
}
footer h3 {
  color:#780000;
}

.impressum {
  width: auto; 
  float: left;
}

footer a, footer a:visited {
  color: #780000;
}

.impressum a:hover {
  color: #780000;
  text-decoration: none;
}

.anschrift {
  float: right;
  width: auto;
 
}

.anschrift {
  display: none;
}
@media (max-width: 767px) {
   .schrift {
    width: 44%;
    margin: 26px 0 13px 10px;
}
  .loewe_small{
    width: 20%;
  } 
  
}
@media (min-width: 577px) and (max-width: 767px) {
  .loewe_small{
    width: 30%;
  } 
  .schrift {
  width: 50%;
  }
#carousel-slider{
  margin-top: 158px;
}  
  
}



@media (min-width: 400px) and (max-width: 767px) { 
    
}
@media  (max-width: 399px) { 
 
  h1{
    font-size: calc(1.375rem + 1.5vw);
  }
  #carousel-slider{
  margin-top: 93px;
}  
.center table {  
  width: 90%;
}
  
}


@media (max-width: 991px) {
  .navbar-light .navbar-nav > li > a {
  padding-left: 1rem;
  }
  
  
}
@media (min-width: 768px) {
/*---- NAVIGATION*/

.centered {
 position: absolute;
 top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
}
.navbar-nav {
  float: none;
}

.navbar.bg-light{
  background-color: #c6b8ab !important;
}
.col-md-6  {
  width: 45%;
}

/*-- Nav top */




/*-- HEADER IMAGE */

#header {
  margin-top: 110px;
  display: inline;
}

/*--HOME TEASER KASTEN*/

.right, .center, .left {
  height: 255px;
  font-size: 13px;
}

.right , .center{
  margin-bottom: 10px;
}

.left {
  margin-top: 0;
}
}

/* -------------------------------- Andere Tablets */

@media (min-width: 768px) and (max-width: 991px) {
  
  #carousel-slider{
    margin-top: 165px;
  }

.loewe {
  margin: 42px 3px 0 0;
  margin-left: 1%;
}
.schrift { 
  margin: 10px 20px 0 20px;
}  
 .gsd-crossfade-inner {
  width: 100%;
  height: 262px !important;
} 
 .right, .center, .left {
    height: 320px;
 }

.center table {
    width: 90%;
}
  .right{
    padding: 10px;
  }

}
@media (min-width: 992px){
  #carousel-slider{
    margin-top:176px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {

.navbar-light .navbar-nav >li.nav-item >a.nav-link{
 padding: 108px 8px 27px;
 font-size:  15px;
}
.center table {
    width: 67%;
}
}

@media (min-width: 1201px) and (max-width: 1513px) {

.navbar-light .navbar-nav >li.nav-item >a.nav-link{
 padding: 108px 16px 27px;
 font-size:  15px;
}

}

/* -------------------------------- PC Version */

@media (min-width: 1514px) {

/*-- Nav Top */
.loewe {
  margin: 5px 0 0 10%;
}

/* -- Navigation */
.navbar-expand-lg .navbar-nav >li.nav-item >a.nav-link {
  padding: 108px 15px 27px;
  font-size: 16px;
}

/*--Teaser Kasten Home*/

.right, .center, .left {
  height: 280px;
  font-size: 13px;
  width:30%;
  
}
.left, .center {
  margin-right:5%;
}

td {
  padding: 2px;
}

}

