/*!---------- Bootstrap CSS ----------*/
@media (min-width: 990px) and (max-width: 1265px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 990px) and (max-width: 1265px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 990px) and (max-width: 1265px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 990px) and (max-width: 1265px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}






/*!---------- 1. GLOBAL STYLES ----------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 28px;
  font-family: "p22-underground", "europa", Helvetica, Arial, sans-serif;
  color: #444444;
  overflow-x: hidden;

}

/*!---------- 28. BLOG ----------*/	

.masonry-item {
  max-width: 100%;
height: 400px;
}


/*!---------- 2. LAYOUT ----------*/

@media all and (min-width: 767px) {
.description.gesenkt {
	margin-top:290px;	
}
}

section + .portfolio-pullup.books {
  margin-top: -270px;
}

section + .bg-secondary.books {
  margin-top: -100px;
}



.startpullup {
  margin-top: -40px;
}


.start2pullup {
  margin-top: -80px;
}


@media all and (max-width: 767px) {
.start2pullup {
  margin-top: -20px;
}
}

.biopullup {
  margin-top: -50px;
}

.biopulluptitelliste {
  margin-top: -20px;
}


.generalpullup {
  margin-top: -40px;
}


.my-section {background-position: 20% 20%;}


/*!---------- 3. TYPOGRAPHY ----------*/


/* hyphens */

.silbentrennung {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "adobe-caslon-pro", Georgia,"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #292929;
}

p.newlead {
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
}
	
  @media all and (min-width: 767px) {
  .bookdetail {
    font-size: 16px;
	line-height: 24px;
  }
  
    .biblio {
		font-size: 14px;
	  line-height: 20px;
  }
  }
 
  
  @media all and (max-width: 767px) {
  p.lead {
    font-size: 15px;
    line-height: 24px;
  }
  p {
    font-size: 16px;
  }
}


.bold-h6 {
  font-family: "adobe-caslon-pro", Georgia,"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
  
blockquote {
  overflow: hidden;
  font-family: "adobe-caslon-pro", "Merriweather", "Georgia", Times New Roman, Times, serif;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
  background: #f5f5f5;
  padding: 32px;
  color: #777;
  font-weight: 300;
}
  
  h1.large {
  font-size: 68px;
  line-height: 76px;
  font-weight: 100;
}

@media all and (max-width: 767px) {
	h1.large {
  font-size: 48px;
  line-height: 56px;
  font-weight: 100;
}
}
  
  h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}


h6 {
 font-family: "p22-underground", "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 12px;
  line-height: 20px;
}
 

p.lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}


@media all and (max-width: 767px) {
  br {
    display: yes;
  }
  blockquote {
    font-size: 16px;
    line-height: 32px;
  }
  .columns-2 {
    column-count: 1;
    -webkit-column-count: 1;
  }
}




/*!---------- 4. COLOURS ----------*/
.bg-primary {
  background: #fc4f4f !important;
}
.bg-secondary {
  background: #f8f8f8;
}
.bg-white {
  background: #fff;
}
.bg-dark {
	background: #fc4f4f;
}
.bg-footer {
	background: #092E6B;
}
.color-body {
  color: #666;
}
.color-primary {
  color: #fc4f4f !important;
}
.color-red {
  color: #e31d3b !important;
}
.color-white {
  color: #fff;
}  



/*!---------- 5. SECTIONS ----------*/



.background-image-holder {
	background-size: cover !important;
	background-position: 50% 20% !important;
}

@media all and (max-width: 767px) {
.background-image-holder {
	background-size: 400% !important;
	background-position: 70% 20% !important;
}
}

.background-image-holder-portrait {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #292929;
	background-size: cover !important;
	background-position: 50% 20% !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	
}

@media all and (max-width: 767px) {
.background-image-holder-portrait {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #292929;
	background-size: 250% !important;
	background-position: 60% 20% !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}
}

.background-image-holder-portrait img {
  display: none;
}
.background-multiply .background-image-holder-portrait {
  background-color: #fc4f4f !important;
  background-blend-mode: multiply;
}
.background-image-holder-portrait.fadeIn {
  opacity: 1;
}
.parallax > .background-image-holder-portrait,
.parallax .slides li > .background-image-holder-portrait {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder-portrait,
.parallax:first-child .background-image-holder-portrait {
  top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder-portrait {
  top: 0;
}
@media all and (max-width: 767px) {
  .parallax > .background-image-holder-portrait,
  .parallax .slides li > .background-image-holder-portrait {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}

 
/*!----------- 6. BUTTONS -------------*/


.btn footercolor {
  font-family: "open-sans","Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #fc4f4f;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
}
 
 /*!---------- 7. NAVIGATION ----------*/


.has-dropdown {
  padding-right: 15px;
}

.menu {
	width: 100%;
	height: 55px;
	font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.menu li a {
	font-size: 14px;
	font-weight: 800;
	opacity: 0.8;
}

.menu li a.hauptnav {
	font-size: 12px;
		font-weight: 800;

}

.menu > li {
  margin-right: 22px;
}

.menu li a.picture {
	  opacity: 0.8;
}

.menu > li ul {
  background: #092E6B;
  width: 250px;
}

.mega-menu > li {
  width: 250px !important;
  overflow: hidden;
  display: inline-block;
}

.module {
  display: inline-block;
  padding: 0 16px;
}


nav.bg-dark .menu > li > a,
nav.bg-dark .module.widget-handle i,
nav.bg-dark .nav-utility {
  color: #fff;
  opacity: 0.9;
}	


@media all and (max-width: 1270px) {
  nav.fixed {
    position: absolute !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  nav.outOfSight {
    transform: translate3d(0, 0px, 0) !important;
    -webkit-transform: translate3d(0, 0px, 0) !important;
    -moz-transform: translate3d(0, 0px, 0) !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  .nav-bar,
  .nav-bar .module-group,
  .nav-bar .module {
    height: auto;
    overflow: hidden;
  }
  .nav-bar .module {
    padding: 0 16px;
  }
  .nav-bar .module-group {
    width: 100%;
    padding: 16px 0;
  }
  .nav-bar .module-group .module {
    display: block;
    float: none;
    width: 100%;
  }
  nav.nav-centered .logo {
    margin: 24px 0 16px 0;
    max-height: 40px;
  }
  .menu {
    height: auto;
  }
  .menu.inline-block {
    width: 100%;
  }
  .menu a {
    height: auto;
    line-height: 24px;
    padding: 4px 0;
  }
  .menu li {
    line-height: 24px;
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
	
.menu li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: #092E6B;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}	
 
  .menu > li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
  }
  .menu > li > ul > .has-dropdown:after {
    content: "\e64b";
  }
  .menu > li > ul > li > ul {
    left: 0;
    display: none;
    padding: 0;
  }
  .menu > li > ul li a,
  .mega-menu .title {
    padding: 4px 16px;
  }
  .has-dropdown .has-dropdown li {
    padding-left: 18px;
  }
  .has-dropdown {
    padding-right: 0;
  }
  .mega-menu {
    margin-left: 0 !important;
  }
  .mega-menu li {
    width: 100% !important;
  }
  .toggle-sub > ul,
  .toggle-sub .mega-menu ul {
    display: block !important;
  }
  .module.widget-handle {
    border-left: none;
    border-top: 1px solid #ccc;
    line-height: 40px;
    min-height: 40px;
  }
  .module.widget-handle .menu {
    line-height: 40px;
  }
  .module.widget-handle .menu li {
    line-height: 40px;
  }
  .module.widget-handle i {
    line-height: 40px;
  }
  .module.widget-handle .title {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-left: 8px;
  }
  .widget-handle .function {
    width: 100%;
    position: relative;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
    margin-top: 0;
    display: none;
    box-shadow: none !important;
  }
  .toggle-widget-handle .function {
    display: block !important;
  }
  .widget-handle .cart .label {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    top: 18px;
  }
  .mobile-toggle {
    border-left: 1px solid #ccc !important;
    border-bottom: none !important;
  }
  .mobile-toggle i {
    line-height: 53px !important;
  }
  .mobile-toggle.absolute-xs {
    position: absolute;
    top: 0;
  }


  nav.nav-centered .mobile-toggle {
    width: 100%;
  }
  nav.bg-dark .module.widget-handle {
    border-top: 0px solid #444;
  }
  nav.bg-dark .mobile-toggle {
    border-left: 0px solid #444 !important;
  }
  nav.bg-dark .nav-open .mobile-toggle {
    border-bottom: 1px solid #444;
  }
}


/*!---------- 12. ACCORDIONS ----------*/

.accordion li.active .content {
  max-height: 1600px;
}



/*!---------- 21. Widgets (Footer) ----------*/

a:hover.footercolor {
  opacity: 0 !important;
}

.link-pfeil a:after {
  content: "\e628";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  margin-left: 4px;
}

.widget .title {
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 12px;
}

.link-list a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}

.link-list a:hover {
  opacity: 1 !important;
}




/*!---------- 23. SLIDERS ----------*/

.image-slider.height-70 .slides li {
  height: 70vh;
  min-height: 300px;
}

@media all and (max-width: 767px) {
  .image-slider.height-70 .slides li {
    height: auto;
    min-height: 600px;
    padding: 80px 0;
  }

.my-slider .slides li{ height: 800px; }     
    
	

	

/*!---------- 36. FOOTERS ----------*/

.footer-1 .sub {
  color: #fff;
  opacity: 1;
  line-height: 14px;
}