/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-slab-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-slab-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v24-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v24-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-500 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-slab-v24-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-slab-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v24-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v24-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v24-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v24-latin-500.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


/*** Global Styles ***/
/**********************************************************************************************************************/
body {border-left:0px solid black;
/* font-family: 'Nunito', sans-serif; */
font-family: 'Roboto Slab', serif;
font-size: 1.1em;}

.card-deck {
	margin: 0;
}

.stretched #wrapper {
    overflow: hidden;
}

div.raeume {
	padding: 20px 0px 20px 0px;
}


.container {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


#header {
    border-bottom: 1px solid #fff;
		padding-top: 30px;
		padding-bottom: 30px;
}

.bggrey {
	background: #eee;
	padding: 30px;
}

#c242 h2 {
	margin-top: 0 !important;
}


.flexslider {
	height: auto;
}

.flexslider img {
    object-fit: cover;
    min-height: 450px !important;
}


.flex-caption {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}

.flex-caption h2 {
  color: white;
	font-size: 1.6em;
	padding-top: 80px;
	text-align: center;
}


.flex-caption {
    max-width: 40vw;
		min-width: 35vw !important;
		align-items: left !important;
		width: 800px;
		left: 30% !important;
		text-size: 90%;
}

.bgwhite {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
	padding: 20px;
}


#logo, #primary-menu ul li>a, .font-primary {
    font-family: 'Roboto Slab', serif !important;
		font-weight: 500;
}

.img-responsive {
width:100%;
height:auto;
}

#primary-menu-trigger {
    left: 10px;
}

.instagram_gallery img {
	width: 100% !important;
	margin: 2% 2% !important;
}


h1, h2 {
font-family: 'Roboto Slab', serif !important;
	font-weight: 500;
}

h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 500;
}

h1 {
	font-size: 1.8em;
	margin-top: 1em;
	margin-bottom: 1em;
}
	
h2 {
	font-size: 1.5em;
	margin-top: 1.8em;
	margin-bottom: 1em;
}
		
h3 {
	font-size: 1.4em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
			
h4 {
	font-size: 1.3em;
}
	
h5 {
	font-size: 1.2em;
}
	
h6 {
	font-size: 1.1em;
}

p {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300;
}

a {
	color: #e0007a;
}

div.ce-bodytext ul {
	padding-left: 40px;
}

.flexslider h2,
.flexslider p {
	display: none;
}

#header {
    border-bottom: 1px solid white;
}


#primary-menu ul li>a.cur {
    color: #e0007a;
}

#primary-menu ul li.current>a, #primary-menu ul li:hover>a {
    color: #e0007a;
}

.bread {
	margin-bottom: 30px;
	display: block;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 30px;
}


.content-wrap {
    padding: 0;
}



#instafeed {
  max-width:1080px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
  

.instaimg img {
	margin-bottom: 30px;
}
	
.instaimg img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}




/* selected image NOT highlighted in ff */
img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

section#content {
    width: 100%;
}

div.tx-bm-image-gallery-image a img {
  display:block;
  width:100%;
  max-width: 100%;
  height: auto;
}

.tx-bm-image-gallery-item {
	margin-bottom: 30px;
}

.graubox {
	background: #efefef;
}

.graubox div.row {
	margin-top: 20px;
}

.graubox div .frame {
	margin-bottom: 30px;
	background: white;
	border-radius: 6px;
	padding: 16px;
}


.entry-image {
    margin-bottom: 10px;
}

.owl-stage {
	display: flex; 
	overflow: hidden;
}

.owl-item {
	flex: 1;
	background: white;
	padding-bottom: 20px;
}


.ipost h2,
.ipost h3,
.ipost h4,
.ipost p,
.ipost ul {
	padding: 12px;
}

.ipost h2,
.ipost h3,
.ipost h4 {
	text-transform: uppercase;
}



#footer {
    background-color: #e0007a;
    border-top: 15px solid rgba(101,0,55,.3);
		padding-top: 60px;
		padding-bottom: 60px;
}

#footer h1,
#footer h2,
#footer h3,
#footer a,
#footer p,
#footer li
 {
   color: white;
}

#footer ul
 {
   list-style-type: none;
}

#footer a:hover
 {
   color: #222;
}

#footer div.ce-bodytext ul {
	padding-left: 0px;
}

/* Mask Element Style Start*/ 

.card {
	font-size: 90%;
}


.card-body h2 {
	line-height: 1.1em;
	margin-bottom: .6em;
	margin-top: 12px;
	font-size: 1.65em !important;
	font-weight: 900;
}

.card-body h3 {
	line-height: 1.0em;
	margin-bottom: .4em;
	font-size: 1.5em !important;
	font-weight: normal;
	margin-top: 12px;
}

.card-body p {
	line-height: 1.4em !important;
}

.grid-wrap {
	background: #eee;
}

.grid-wrap h1,
.grid-wrap h2,
.grid-wrap h3 {
	margin-bottom: 16px !important;
}


/* PARALLAX Element Style Start*/ 


.jumbotron {
	margin-bottom: 0;
	border-radius: 0;
}


.parallax {
min-height: 600px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
align-items: center !important;
display: flex !important;
	justify-content: center;
	flex-direction: column;
}

/* Paragraph for Parallax Section */ 
.parallax p {
font-size: 17px;
color: #f5f5f5;
}
 
/* Heading for Parallax Section */ 
.parallax h1 {
	color: white;
  font-size: 36px !important;
  text-transform: uppercase;
}

.parallax a {
	color: white;
}


/* PARALLAX Element Style Ende */ 




/*** Bootstrap ***/
/**********************************************************************************************************************/

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}




/*** Helper Classes ***/
/**********************************************************************************************************************/
.backlink {
    font-weight:bold;
    color:#000;
}

/* T3 Responsive images */
div.ce-media img,
div.ce-gallery img {
    display:block;
    max-width:100%;
    height:auto;
}



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/**********************************************************************************************************************/

a.navbar-brand img {
    height:50px;
}




/**** Small devices (tablets, 768px and up) ***/
/**********************************************************************************************************************/
@media (min-width: 768px) {
    body {border-left:0px solid red;}
		
		.instagram_gallery img {
			width: 32.333333333333336% !important;
			margin: 0.5% 0.5% !important;
		}

}


/*** Medium devices (desktops, 992px and up) ***/
/**********************************************************************************************************************/
@media (min-width: 992px) {
    body {border-left:0px solid blue;}
		div.raeume {
			padding: 40px;
		}
    
    #header.sticky-header #header-wrap {
        box-shadow: none;
    }
    nav#primary-menu {
        width:100%;
        background-color:#fff;
        text-align: center;
    }
    nav#primary-menu > ul {
        float: left;
        width: 100%;
    }
    nav#primary-menu ul > li {
        float: none;
        margin-left: 2px;
        display: inline-block;
    }
    nav#primary-menu ul li ul li {
        float: none;
        margin-left: 2px;
        display: block;
        text-align: left;
    }
		
		.flexslider h2,
		.flexslider p {
			display: block;
		}
		
		.flexslider {
			border: 12px solid white;
		}
		
		.container {
		    width: 100%;
		    padding-left: 20px !important;
		    padding-right: 20px !important;
		}
    
    
    
}


/*** Large devices (large desktops, 1200px and up) ***/
/**********************************************************************************************************************/
@media (min-width: 1200px) {
    body {border-left:0px solid green;}
		
		.graubox {
			padding: 60px;
		}
}
