/*
Gritt Raabe 2026
layout.css

Seitenlayout

2026 Dirk Pfuhl, www.dirkpfuhl.de


Farbschema

Grünblau (Akzent) #13877b

Typographie
Basis:      16px = 1em
Lineheight: 20px = 1.42857143

vertical ratio: 1.5

h1          3.375 = 48px    lineheight: 60px
h2          2.25 =  28px    lineheight: 40px
h3          1.5 =   21px    lineheight: 25px
h4          1   =   14px    Lineheight: 20px
*/

:root {
  --color-text: #2e043d;
  --color-akzent: #13877b;
  --color-akzent-dunkel: #6720a2;
  --color-hintergrund-weiss: #ffffff;
  --color-hintergrund-1: #faead6;
  --color-hintergrund-2: #f8f8f8;
  --color-hintergrund-3: #faf0de; 
  }
.floatright {
  float: right;
  }
.floatclear {
  clear: both;
  }
a, a:hover, a:focus	{
  text-decoration: none;
	}
a {
  color: var(--color-text);
  }
a:hover {
  color: var(--color-akzent);
  }
a.more-link {
  text-transform: uppercase;
  }
a.more-button	{
  clear: both;
  float: none;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 35px;
  margin-top: 2em;
	background-color: var(--color-akzent);
  background-image: url("../images/icon_right-arrow.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
	border: 0px solid #a10000;
  transition: all 0.2s ease 0s;
	}
a.more-button:hover	{
  color: #ffffff;
  /*padding-left: 20px;*/
  padding-right: 45px;
	}
ul {
	list-style-type: disc;
  list-style-image: url('../images/icon_right-arrow.png');
  padding-left: 30px;
  margin-top: 1.42857143em;
  }
li {
  padding-left: 10px;
  /*margin-bottom: .5em*/
  }
.col-multicolumn {
  column-count: 2;
  column-gap: 60px;
  margin-top: 0px;
  }
.text-center {
  text-align: center;
  }
.background-color-1 {
  background-color: var(--color-hintergrund-1);
  }
.background-color-2 {
  background-color: var(--color-hintergrund-2);
  }
.background-color-3 {
  background-color: var(--color-hintergrund-3);
  }
.background-transparent {
  background-color: transparent;
  }
.padding-box {
  padding-left: 60px;
  padding-right: 60px;
  }
.padding-box-top {
  padding-top: 60px;
  }
.padding-box-bottom {
  padding-bottom: 60px;
  }
.padding-box-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  }
.font-color-white {
  color: #ffffff;
  }
img.alignleft {
  clear: right;
  float: left;
  max-width: 50%;
  height: auto;
  margin-right: 40px;
  margin-bottom: 40px;
  }  
img.alignright {
  clear: left;
  float: right;
  max-width: 50%;
  height: auto;
  margin-left: 40px;
  margin-bottom: 40px;
  } 


/* Typographie */
body, input, textarea {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: var(--color-text);
  }
h1, h2, h3, h4, h5 {
  line-height: 1.33em;
  margin-bottom: 1em;
  }
h1 {
  font-family: 'Barlow', helvetica, arial, sans-serif;
  font-size: 3.375em;
  font-weight: 400;
  color: var(--color-akzent);
  letter-spacing: -1.5px;
  margin-top: 0;
  }
h2 {
  font-family: 'Barlow', helvetica, arial, sans-serif;
  font-size: 2.25em;
  color: var(--color-akzent);
  /*line-height: 40px;*/
  margin-top: 1em;
  }
h3 {
  font-family: 'Barlow', helvetica, arial, sans-serif;
  font-size: 1.5em;
  margin-top: 1em;
  }
div + h3 {
  margin-top: 0;
  }
h4 {
  font-size: 1em;
  /*line-height: 20px;*/
  font-size: 1.5em;
  margin-top: 1em;
  }
.color-white {
  color: #ffffff;
  }
h2.font-irmela {
  color: var(--color-akzent);
  font-size: 4em;
  margin: 0;
  }
p {
  margin-bottom: 30px;
  /*-moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/ 
  }  
html, body {
  width: 100%;
  }
body {
  padding-top: 140px; 
  }

/* Navbar */
#main-nav {
  z-index: 1030;
  height: 140px;
  background-color: var(--color-hintergrund-2);
  }
#main-nav.scrolled {
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.50);
  transition: all .5s ease 0s;
  }
#main-nav .navbar-collapse.show {
  }
#main-nav .logo-brand {
  margin-left: 5rem;
  }
.navbar-brand {
  position: absolute;
  top: 20px;
  left: 150px;
  display: block;
  width: 250px;
  height: 100px;
  text-align: center;
  /*opacity: 0;*/
  transition: all .5s ease 0s;
  }
.show-logo .navbar-brand {
  /*opacity: 1;*/
  }
#main-nav.scrolled .navbar-brand {
  /*opacity: 1;*/
  }
.navbar-main .navbar-nav > li {
  margin-top: 0;
  margin-bottom: 0;
  }
.navbar-main .navbar-nav > li > a {
  position: relative;
  color: #353535;
  font-size: 1.0em;
  font-weight: 400;
  /*text-transform: uppercase;*/
  line-height: 20px;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: transparent;
  }
#menu-menu-main {
  margin-left: 0;
  margin-top: 0;
  }
#navbarSupportedContent {
  margin-right: 150px;
  }
.dropdown-menu {
  padding: 0;
  margin-left: 10px;
  border-radius: 0;
  }
.dropdown-menu > li {
  padding: 0;  
  margin: 0;
  border: none !important;
  }
.dropdown-menu > li > a, .dropdown-menu > li.current-menu-item > a {
  color: #252525;
  font-size: 1.2em;
  line-height: 2em;
  padding: 7px 20px;
  margin: 0;
  background-color: transparent;
  border: none !important;
  }
.dropdown-menu > li > a:hover {
  color: #ffffff !important;
  background-color: var(--color-akzent) !important;
  }
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 25px;
  }
.navbar-toggler {
  position: absolute;
  right: 20px;
  border-color: #000000 !important;
  padding: 14px 12px;
  margin: 10px;
  }
.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%2837, 37, 37, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

/* animierter Unterstrich bei Hover */
.navbar-main ul.navbar-nav .nav-item:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
}
.navbar-main .navbar-nav > .nav-item:hover:after {
    width: 100%;
    background: var(--color-akzent);
} 
  
  /* Banner */
#banner-index {
  position: relative;
  margin-top: 0px;
  }
#banner-index .row {
  }
.banner-text-index, .banner-topic {
  padding-top: 10vh;
  }
.banner-bild-index {
  height: 60vh;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  }
#banner-page {
  padding-top: 0px;
  padding-bottom: 0px;
  }  
.banner-bild-page {
  height: 50vh;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  }
.border-image-top {
  width: 100%;
  height: auto;
  margin-top: -40px;
  }
.border-image-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  margin-left: -.75rem; /* Bootstrap padding des containers */
  box-shadow: none !important;
  }
.border-image-bottom-farbe {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  }
#banner-index .banner-topic-text h2 {
  font-size: 1.8em;
  text-transform: none;
  margin-bottom: 0;
  }  
#banner-page .banner-topic-text h2 {
  font-size: 1.8em;
  text-transform: none;
  margin-bottom: 0;
  }  
.banner-topic-text h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  text-shadow: 0px 0px 15px #000000;
  }  
.banner-topic-text p {
  font-size: 1.4em;
  font-style: italic;
  text-shadow: 0px 0px 15px #000000;
  }  
.page-topic h2 {
  font-size: 2.0em;
  margin-top: 0;
  }
.page-topic h2::after {
  content: '';
  display: block;
  height: 2px;
  width: 60px;
  margin: auto;
  margin-top: 1em;
  background-color: #cb9487;
  }

/* Seiten */
#row-1, #row-2, #row-3, #row-4 {
  position: relative;
  }
.border-top-row {
  border-top: 3px solid var(--color-akzent);
  /*border-top: 3px solid var(--color-hintergrund-3);*/
  }
h2.headline-row {
  padding-left: 10px;
  }
.padding-image-bottom {
  padding-bottom: 170px;
  }
.content {
  }
.content img {
  max-width: 100%;
  height: auto;
  margin-right: 40px;
  margin-bottom: 40px;
  }  
.content img.alignleft {
  clear: right;
  float: left;
  max-width: 50%;
  height: auto;
  margin-right: 40px;
  margin-bottom: 40px;
  }  
.content img.alignright {
  clear: left;
  float: right;
  max-width: 50%;
  height: auto;
  margin-left: 40px;
  margin-bottom: 40px;
  } 
.content-index .content-image {
  text-align: center;
  }
.content-index .content-image img {
  width: 400px;
  }
.content-text p a {
  text-decoration: underline;
  }
.content-text h2:first-of-type {
  margin-top: 0;
  }
.content-text img {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.40);
  }  
.content-image img {
  margin-bottom: 40px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.40);
  }  
/* Teaser */
.teaser-index {
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
.teaser-index h2, .teaser-index h3 {
  color: var(--color-akzent);
  margin-top: 0;
  padding-top: 20px;
  border-top: 3px solid var(--color-akzent);
  }
.teaser-text h2 a, .teaser-text h3 a {
  color: var(--color-akzent);
  }
.teaser-index .teaser-image {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  }
.teaser-index .teaser-text {
  padding: 10px;
  }
.teaser-index .teaser-text h2, .teaser-index .teaser-text h3 {
  font-size: 1.4em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5em;
  }
.teaser-index .teaser-text h2 a {
  }
.teaser-index .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  }
.teaser-index .more-button {
  margin-left: 10px;
  }
.teaser-subpages {
  margin-top: 40px;
  }  
.teaser-image img {
  margin-bottom: 20px;
  }  
.row.teaser {
  margin-bottom: 60px;
  } 
   
/* Single */
h1.image-title {
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
  }
table {
  border-collapse: collapse;
  }
td {
  vertical-align: top;
  }
.exif {
  width: 100%;
  margin: -5px;
  margin-top: 40px;
  padding: 5px;
  background-color: #e5e5e5;
  }
.exif table {
  width: 100%;
  }
tr {
  border-top: 1px solid #ffffff;
  }
.previous-post, .next-post {
  margin-top: 30px;
  }  
.previous-post {
  float: left;
  }  
.next-post {
  float: right;
  }  
.previous-post a, .next-post a {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  /*color: #ffffff;*/
  padding: 7px 14px 5px;
  }  
.previous-post a:hover, .next-post a:hover {
  background-color: #159ac7;
  color: #ffffff;
  }  

/* Tabs */
.tab h2 {
  margin-top: 40px;
  }
#impressionen .gallery-container .gallery-pic {
  /*width: calc( 33% - 20px );*/
  }
#impressionen .gallery-container {
  margin: 0;
  column-count: 3;
  column-gap: 10px;
  }
#impressionen .gallery-pic {
  float: none;
  margin: 0;
  margin-bottom: 10px;
}  
@media (prefers-reduced-motion: reduce) {
  .collapsing {
      transition-property: height, visibility;
      transition-duration: .5s;
  }
}
  
/* Galerie */
.gallery-container {
  clear: both;
  margin: 0;
  }
.gallery-pic {
  float: left;
  max-width: calc( 20% - 10px );
  height: auto;
  margin: 5px;
  text-align: center;
  }
.gallery-image {
  }
.gallery-image img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  }
.gallery-image-alt {
  display: none;
  position: absolute;
  left: 0;
  color: #ffffff;
  padding: 4%;
  width: 100%;
  height: 25%;
  background: #000000; /* Fallback IE 6-8 */
  background: rgba(0, 0, 0, .6);
  border-top: 1px solid #000000;
  bottom: 0;
  }
  
/* Videocontainer bei eingebetteten Medien */
.video-container {
	position: relative;
	padding-bottom: 56.25%;    /* Wert für width: 100% */
	/*padding-bottom: 33.75%;       Wert für width: 60%*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Footer */
.logo_background {
  background-image: url( ../images/logo_temple_of_beauty_by_inessa_lang_80px.png);
  background-repeat: no-repeat;
  background-position: 40px 40px;
  }
footer .font-color-white h2 {
  color: #ffffff;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  }
footer ul {
  margin-top: 0;
  }
#menu-menu-footer-1, #menu-menu-footer-2 {
  list-style-image: url("../images/pfeil.png");
  padding-left: 15px;
  margin-top: 0;
  }  
footer li > a, footer li > a.nav-link, .footer-kontakt a {
  color: var(--color-text);
  text-decoration: none;
  padding: 5px 0px;
  background: none;
  }
footer li > a:hover, footer li > a.nav-link:hover, .footer-kontakt a:hover {
  text-decoration: underline;
  color: var(--color-text);
  }
  
/* Mediaqueries */  
.container {
  max-width: 1200px;
  }
@media (max-width: 1440px) {
  #main-nav .navbar-brand, .navbar-brand {
    left: 15px;
    }
  #navbarSupportedContent {
    margin-right: 15px;
    }
  #banner-index {
    min-height: 440px;
    }
}
@media (max-width: 1200px) {
}

@media (max-width: 1199px) {
  #menu-menu-main {
    text-align: center;
    margin-top: 100px;
    background-color: #fff;
  }
  .dropdown-menu {
    text-align: center;
    margin-left: 0px;
    border: none;
    }
  .dropdown-menu > li > a:hover {
    color: #000000 !important;
    background-color: transparent !important;
    }
  .navbar-main .navbar-nav > li > a {
    color: #000000;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    }
  .navbar-main .navbar-nav .nav-item:hover:after {
    width: 0;
    } 
  .dropdown-menu > li > a, .dropdown-menu > li.current-menu-item > a {
    line-height: 1.5em;
    }
  .dropdown-item {
    white-space: wrap;
    }
  .carousel-caption {
    left: 5%;
    }  
}
@media (max-width: 992px) {
  .navbar-main.main-nav-not-transparent .navbar-nav > li > a,
  .navbar-main .navbar-nav > li > a {
    font-size: 18px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 0px;
    margin-right: 0px;
    }
}
@media (max-width: 768px) {
  #banner-index {
    position: relative;
    min-height: auto;
    margin-top: 0px;
    }
  #banner-index .banner-logo, #banner-index .banner-zeichnung {
    padding-top: 0;
    }
  h2.font-irmela {
    font-size: 2.5em;
    }
  .teaser-text h2 {
    margin-bottom: 0.5em;
    }
  .teaser a.more-button {
    margin-top: 0.5em;
    }
}

@media (max-width: 575px) {
  #banner-index {
    padding-bottom: 50px;
    }
  h1 {
    font-size: 2.375em;
    }
  h2 {
    font-size: 1.8em;
    }
  #banner-page, .banner-topic {
    padding-top: 20px;
    padding-bottom: 20px;
    }
  .banner-bild-index, .banner-bild-page {
    height: 30vh;
    }
}

@media (max-width: 480px) {
}
@media (max-width: 320px) {
  #main-nav.main-nav-not-transparent .navbar-brand, .navbar-brand {
    width: 180px;
    height: 38px;
    }
  .carousel-caption {
    top: 20vh;
    width: 70%;
    } 
  .carousel-caption h2 {
    font-size: 2.0em;
    } 
  h1 {
    font-size: 2.0em;
    word-wrap: break-word;
    }
  h2 {
    font-size: 1.6em;
    }
}
@media only screen and (min-width : 1600px) {
  .container { 
    /*max-width: 1470px;*/ 
    } 
}
@media only screen and (min-width : 1800px) {
  .container { 
    /*max-width: 1570px;*/ 
    } 
}
 