@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

body {
	color:#555;
	FONT-SIZE: 13px;
	line-height: 1.8;
	-webkit-text-size-adjust:none;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style: italic;
	word-wrap: break-word;

}	
p {margin:14px 0;}
i {margin:0 5px 0 0;}


.clearboth {clear: both;}
.delay {animation-delay: 3s;}

a {
	color: #555;
	text-decoration: none;
	border:0; 
	-webkit-transition:color 0.1s ease-in;  
	-moz-transition:color 0.1s ease-in;  
	-o-transition:color 0.1s ease-in;  
	transition:color 0.1s ease-in;
}
a:hover {text-decoration: none;color: #777;}

h1{font-size: 40px;line-height: 1.2;color: #333;padding: 5px 0 7px 0;font-weight: 300;font-style: italic;text-align: center;}
h2{font-size: 24px;line-height: 1.2;color: #333;padding: 5px 0 7px 0;font-weight: 300;font-style: italic;text-align: center;}
h3{font-size: 24px;line-height: 1.2;color: #333;padding: 5px 0 7px 0;font-weight: 300;font-style: italic;text-align: center;}

.hr {display: block;height: 50px;margin: 50px 0 0px 0;
	background: url(/media/shadow-y-light.png) center top no-repeat;}
	
	
/*STICHWORTSUCHE*/
.searchtop {max-width: 800px;margin: 0 auto;padding: 15px 15px 0 15px;text-align: center;}
.search {max-width: 800px;margin: 0 auto;padding: 25px 15px 70px 15px;text-align: center;}
.search .searchfield{border: 1px solid #ccc;border-radius: 20px;font-size: 16px;padding: 11px 30px 9px 15px;line-height: 16px;width: 50%;font-family: 'Merriweather', serif;
font-style: italic;}
.search .searchsubmit{background:none;border: none;color: #444;margin-left: -45px;line-height: 1;cursor: pointer;padding: 1px;}

.search ul {list-style-type: none;max-width: 500px;margin: 0 auto;margin-top: 30px;}
.search li {margin: 20px 0;}
.search .search_it-title {font-size: 16px;font-weight: bold;
}
.search .highlightedtext {margin: 5px 0 0 0;}
.search .url {font-size: 11px;margin: 5px 0;}
.search strong {color: #4da9fe;}


/*SITEMAP*/

.sitemap{margin: 10px auto 40px auto;padding: 0;max-width: 1100px;text-align: center;}
.sitemap ul{list-style-type: none;padding: 20px 0;margin: 0;line-height: 1.5;}
.sitemap ul ul{display: block;padding: 5px 0;}

.sitemap ul li{display: inline-block;position: relative;width: 33.333%;vertical-align: top;margin: 0;padding: 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.sitemap ul ul li:first-child{display: block;}
.sitemap ul ul li{display: block;width: 100%;padding: 5px;margin: 0;}

.sitemap ul li a{font-size: 24px;font-weight: bold;border-bottom: 1px solid #ccc;padding: 5px 10px;}
.sitemap ul ul li a{font-size: 16px;font-weight: bold;color: #666;border: none;}
.sitemap ul ul li a:hover{}
.sitemap ul ul ul li a{font-size: 14px;font-weight: normal;}
.sitemap .rex-navi3{padding-bottom:20px;}

	
/*SLIDEOUT MENU*/
.site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#site-canvas {
	position: relative;
	height: 100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
}
.show-nav #site-canvas {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

/*SLIDEOUT MENU ENDE*/


.top{background-color: rgba(255, 255, 255, .90);position: absolute;width: 100%;z-index: 98;
border-bottom: 1px solid #777;}
.top::after{display: block;position: absolute;z-index: 999;
	content: '';width: 100%;height: 20px;background: url(/media/shadow-y-dark.png) center top no-repeat;}

.top ul{max-width: 1100px;margin: 0 auto;padding: 8px 15px 24px 15px;}
.top li{display: inline-block;padding: 0;float: left;padding: 0;}
.top li a{display: block;padding: 0px 5px 0px 5px;font-size: 12px;color: #888;}
.top li a:hover{color: #555;}
.top li:first-child{border-left: 1px solid #999;padding-left: 5px;}
.top li:last-child{border-right: 1px solid #999;float: right;padding-right: 5px;}

.top .shortlogo{display: none;}

.logo-wrap{width: 100%;position: absolute;z-index: 99;top: 100px;}
.logo{max-width: 1100px;margin: 0 auto;}
.logo img{margin-left: -119px;}

.slider{position: relative;width: 100%;top: 32px;font-size: 0;}
.slider img{width: 100%;height: auto;}
.slider .sy-controls{font-size: 13px;}

.slider::after{display: block;position: absolute;
	content: '';width: 100%;bottom: -20px;
	height: 20px;background: url(/media/shadow-y.png) center top no-repeat;}

.menubutton{display: none;font-size: 26px;color: #ccc;}

.mainnavi{background-color: rgba(0, 0, 0, .65);position: absolute;bottom: 0;z-index: 3;width: 100%;border-top: 1px solid rgba(255, 255, 255, .5);}

.mainnavi ul{list-style-type: none;max-width: 1100px;margin: 0 auto;padding: 0 15px;text-align: center;}
.mainnavi ul ul{display: none;}

.mainnavi li{display: inline-block;}
.mainnavi li:first-child{display: none;}
.mainnavi li a{display: block;padding: 10px 10px 6px 10px;color: #fff;FONT-SIZE: 15px;}
.mainnavi li a:hover{background-color: rgba(255, 255, 255, 0.4);}

.mainnavi ul ul{position: absolute;	padding: 0;margin: 0 0 0 0;width: 100%;max-width: 100%;
left: 0;background-color: rgba(255, 255, 255, .7);}
.mainnavi li li {border: none;}
.mainnavi li li:first-child{display: inline-block;}
.mainnavi li li a{font-size: 13px;padding: 8px 10px 5px 10px;color: #444;font-weight: 700;}

.mainnavi li a.rex-active, .mainnavi li a.rex-current {font-weight: 700;}
.mainnavi li li a.rex-current {font-weight: 700;color: #666;}

.mainnavi ul li > a:not(:only-child):after {display: none;}


.einleitung-wrap{margin: 33px 0 0 0;
background-color: #000;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;}

#einleitungHG{}

.active-0{
transition: none;
background: url(/media/slider-hg01.png) center top repeat;
-webkit-background-size: 100% 10px;-moz-background-size: 100% 10px;-o-background-size: 100% 10px;background-size: 100% 10px;
}
.active-1{
background: url(/media/slider-hg01.png) center top repeat-y;
-webkit-background-size: 100% 10px;-moz-background-size: 100% 10px;-o-background-size: 100% 10px;background-size: 100% 10px;
}
.active-2{
background: url(/media/slider-hg03.png) center top repeat-y;
-webkit-background-size: 100% 10px;-moz-background-size: 100% 10px;-o-background-size: 100% 10px;background-size: 100% 10px;
}
.active-3{
background: url(/media/slider-hg04.png) center top repeat-y;
-webkit-background-size: 100% 10px;-moz-background-size: 100% 10px;-o-background-size: 100% 10px;background-size: 100% 10px;
}



.einleitung{text-align: center;max-width: 800px;margin: 0 auto;color: #fff;padding: 80px 15px 60px 15px;
	background: url(/media/flair.png) center top no-repeat;}
.einleitung p{line-height: 2.3;}
.einleitung h1{color: #fff;}

.more a{color: #fff;border: 1px solid #fff;border-radius: 5px;display: inline-block;padding: 7px 7%;font-size: 12px;
margin: 20px 0;line-height: 1;}
.more a:hover{background-color: rgba(255, 255, 255, .1);}



.start3teaser{font-size: 0;border-top: 1px solid #fff;border-bottom: 2px solid #fff;}
.start3teaser .teaser-column{display: inline-block;width: 33.3333%;vertical-align: top;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-left: 1px solid #ededed;border-right: 1px solid #ededed;
padding-bottom: 30px;height: 550px;}
.start3teaser .second{}
.teaser-column img{width: 100%;height: auto;padding-bottom: 15px;}
.teaser-column .teaser-headrow {font-size: 12px;color: #888;padding: 0 20px;}
.teaser-column h2 {padding: 0 20px;text-align: left;}
.teaser-column .teaser-description {font-size: 14px;color: #888;padding: 0 20px;}

.teaser-column:hover img{opacity: 0.9;}
.teaser-column:hover .teaser-headrow{color: #333;}
.teaser-column:hover .teaser-description{color: #333;}
.teaser-column:hover{background-color: rgba(0, 0, 0, .01);}


.teaser-wrap{position: relative;background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );}
.teaser{text-align: center;max-width: 800px;margin: 0 auto;color: #666;padding: 80px 15px 60px 15px;}
.teaser p{line-height: 2.3;}
.teaser h3{color: #000;font-weight: 400;}
.teaser .more a{color: #666;border: 1px solid #999;}
.teaser .more a:hover{background-color: #eee;}

.teaser-wrap::before {display: block;position: absolute;top: 0;
	content: '';width: 100%;height: 25px;background: url(/media/shadow-y.png) center top no-repeat;}


.footer-wrap{background: url(/media/shadow-y-dark.png) #444 center top no-repeat;position: relative;}
.footer{text-align: center;max-width: 800px;margin: 0 auto;color: #ddd;padding: 20px 15px 200px 15px;}
.footer ul{list-style-type: none;}
.footer li{display: inline-block;}
.footer li a{display: block;padding: 6px;color: #ccc;}
.footer .socials {}
.footer .socials i{color: #ccc;font-size: 20px;}
.footer a:hover{color: #fff;}
.footer i:hover{color: #fff;}

.footer .fooLogo img{width: 100px;height: auto;opacity: 0.5;padding-top: 25px;}
.footer .fooLogoTxt{font-size: 20px;line-height: 1;opacity: 0.5;}

.scrolltop{font-size: 24px;width: 100%;text-align: center;padding: 15px 0;}
.scrolltop a{color: rgba(255, 255, 255, .5);display: block;padding: 5px;}


/*PARALLAX EFFEKTE*/

.parallax-window {
    height: 400px;
    background: transparent;
    width: 100%;
    position: relative;
}
.parallax-window::after{display: block;position: absolute;
	content: '';width: 100%;top: 0px;
	height: 20px;background: url(/media/shadow-y-dark.png) center top no-repeat;}
	
.parallax-Line {
  color: rgba(255, 255, 255, 0.6);
  font-size: 100px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}



/*INNERES TEMPLATE*/


.headerimage{height: 250px;position: relative;
-webkit-background-size: cover!important;-moz-background-size: cover!important;-o-background-size: cover!important;background-size: cover!important;top: 33px;}
.headerimage::after{display: block;position: absolute;
	content: '';width: 100%;bottom: -20px;
	height: 20px;background: url(/media/shadow-y.png) center top no-repeat;}
	
.inner.logo-wrap{top: 80px;}
.inner.logo-wrap .logo{text-align: right;}
.inner.logo-wrap .logo img{width: 250px;height: auto;margin: 0;}

.headerimage .mainnavi ul ul{background-color: #ddd;}
.headerimage .mainnavi li.rex-active ul {display: block!important;z-index: -1;}
.headerimage .mainnavi li.rex-current ul {display: block!important;z-index: -1;}

.content{padding: 120px 0px 0 0px;}


/*MODULE*/

.mod-txt {text-align: center;max-width: 800px;margin: 0 auto;line-height: 2.3;padding: 30px 15px 30px 15px;}
.mod-txt a{font-weight: bold;text-decoration: underline;color: #4da9fe;}
.mod-txt h2{padding: 20px 0 10px 0;}
.mod-txt h3{padding: 10px 0 0 0;margin-bottom: -15px;font-weight: 700;}

.mod-full-Image {width: 200px;height: 200px;border-radius: 100px;border: 3px solid #666;margin: 15px auto;}
.mod-free-Image {text-align: center;}
.mod-free-Image img{max-height: 400px;max-width: 100%;}

.mod-single-Image {text-align: center;}
.mod-single-Image img{max-height: 400px;max-width: 100%;}

.mod-gallery {font-size: 0;position: relative;background-color: #666;padding: 50px 0;text-align: center;}
.mod-gallery::after{display: block;position: absolute;content: '';width: 100%;top: 0px;
	height: 20px;background: url(/media/shadow-y-dark.png) center top no-repeat;}
.mod-gallery .thumbnail{display: inline-block;vertical-align: top;width: 200px;min-height: 340px;margin: 0px 20px;text-align: center;position: relative;padding: 20px 20px 0px 20px;
background: rgb(124,124,124); /* Old browsers */
background: -moz-linear-gradient(top, rgba(124,124,124,1) 0%, rgba(102,102,102,1) 81%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(124,124,124,1) 0%,rgba(102,102,102,1) 81%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(124,124,124,1) 0%,rgba(102,102,102,1) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#666666',GradientType=0 );}
.mod-gallery .thumbnail img{box-shadow: 0px 0px 10px rgba(0,0,0, .8);}
.mod-gallery .thumbnail img:hover{opacity:0.7;}

.mod-gallery .thumbnail .gallerysubtitle {position: relative;bottom: 0;left: 0;width: 100%;}
.mod-gallery .thumbnail .gallerysubtitle1 {font-weight: 700;margin: 0 auto;padding: 15px 0px 0px 0px;font-size: 15px;display: block;color: #fff;line-height: 1.3;}
.mod-gallery .thumbnail .gallerysubtitle2 {margin: 0 auto;padding: 10px 0 30px 0;font-weight: 400;font-size: 12px;line-height: 1.4;display: block;
color: #ccc;}

/*Galerie Ausnahmen*/
.flow.mod-gallery {background-color: #fff;padding: 0;}
.flow.mod-gallery::after{display: none;}
.flow.mod-gallery .thumbnail{background: none;}
.flow.mod-gallery .thumbnail .gallerysubtitle1 {color: #666;}
.flow.mod-gallery .thumbnail .gallerysubtitle2 {color: #666;}

.flowbig.mod-gallery img{background-color: #fff;padding: 0;}
.flowbig.mod-gallery .thumbnail{width: 30%;max-width: 400px;
}
.flowbig.mod-gallery .thumbnail img{width: 100%;height: auto;}

.mod-bio {width: 600px;margin: 0 auto;padding: 10px 0px 10px 0px;display: block;}
.mod-bio-date {float: left;font-weight: 700;font-size: 18px;width: 120px;padding: 0 15px;text-align: right;line-height: 1.1;}
.mod-bio-txt {float: left;width: 420px;padding: 0 15px;}
.mod-bio-txt p{margin: 0;}
.mod-bio-txt a{font-weight: bold;text-decoration: underline;color: #4da9fe;}


.responsivewrap {
max-width: 600px;
margin: 0 auto;
}

.videowrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.videowrap {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
margin: 0 15px;
}









/*RESPONSIVE ANPASSUNGEN*/
@media only screen and (min-width:1351px){
.logo-wrap{width: 100%;position: absolute;z-index: 99;top: 150px;}
.logo img{margin-left: -86px;width: 300px;}
}

@media only screen and (max-width:1350px){

.logo{padding: 0 15px;}
.logo img{margin-left: 0px;width: 300px;}


}



@media only screen and (max-width:950px){

.logo-wrap{top: 70px;}
.headerimage::after{background: url(/media/shadow-y.png) center top no-repeat;
	-webkit-background-size: 100% 20px;-moz-background-size: 100% 20px;-o-background-size: 100% 20px;background-size: 100% 20px;}
	
.parallax-window {height: 300px;}
.parallax-Line {font-size: 50px;line-height: 300px;}

}





@media only screen and (max-width:700px){

h1{font-size: 30px;}
h2{font-size: 24px;}
h3{font-size: 30px;}


.sitemap ul li{width: 100%;}

.menubutton{position: fixed;display: block;color: #555;top: 0px;width: 41px;height: 40px;text-align: center;	font-size: 24px;cursor: pointer;z-index: 9999;left: 10px;}
.menubutton i{margin: 0;}

.top{height: 40px;position: fixed;background-color:rgba(255, 255, 255, .9);}
.top::after{bottom: -20px;}
.top .shortlogo{display: block;padding: 12px 15px 0px 0px;text-align: right;}
.top ul{display: none;}

.logo-wrap{display: none;}

.slider{top: 41px;}
.sy-pager {bottom: 0px;}
.mainnavi{
	
	position: fixed;
	left: -300px;
	float: none;
	width: 300px;
	height: 100%;
	margin: 0;
	background-color: #494949;
}
.mainnavi ul{padding:0;margin-top: 50px;text-align: left;}
.mainnavi li{display: block;margin: 0;border-bottom: 1px solid rgba(255, 255, 255, .1);position: relative;}
.mainnavi li:first-child{display: block;}
.mainnavi li a{display: block;color: #fff;padding: 12px 3% 10px 15px;font-size: 18px;font-weight: 400;line-height: 1.3;font-weight: 300;
}
.mainnavi li a:hover{background-color: rgba(255, 255, 255, .1);color: #fff;}

.mainnavi li a.rex-current {color: #fff;background-color: rgba(255, 255, 255, .1);font-weight: 400;}
.mainnavi li li a.rex-current {font-weight: 400;background-color: rgba(255, 255, 255, .15);}
.mainnavi li li a.rex-active {font-weight: 400;}
.mainnavi li a.rex-active {background-color: transparent;color: #fff;font-weight: 400;}
.mainnavi .rex-current a::after{display: none;}

.mainnavi ul ul{padding: 0px 0 15px 0;margin: 0 0 0 0;position: relative;background-color: transparent;}
.headerimage .mainnavi ul ul{background-color: transparent;}

.mainnavi li li {border: none;display: block;}
.mainnavi li li:first-child{display: block;}
.mainnavi li li a{font-size: 13px;padding: 8px 0 8px 25px;color: #fff;font-weight: 300;}
.mainnavi li li a.rex-current {font-weight: 400;color: #fff;}

.headerimage .mainnavi li.rex-active ul {z-index: auto;}
.headerimage .mainnavi li.rex-current ul {z-index: auto;}

.mainnavi ul li > a:not(:only-child):after {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: absolute;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 19px;
	right: 15px;
	font-size: 10px;
	font-style: normal;
	opacity: 0.4;
}

.einleitung{padding: 50px 15px 20px 15px;}

.start3teaser .teaser-column{width: 50%;}
.start3teaser .teaser-column:last-child{width: 100%;height: auto;}

.headerimage{height: 150px;top: 40px;}

.content{padding: 70px 0 0 0;}

.mod-bio {width: 100%;}
.mod-bio-date {float: none;width: 90%;margin: 0 auto 5px auto;text-align: center;font-size: 24px;}
.mod-bio-txt {float: none;width: 90%;margin: 0 auto;text-align: center;}

.footer .socials i{color: #ccc;font-size: 40px;}

}




@media only screen and (max-width:500px){

.start3teaser .teaser-column{width: 100%;height: auto;border: none;}

.parallax-window {height: 200px;}
.parallax-Line {font-size: 30px;line-height: 200px;}

}










 @font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* RoyalSlider Modul */

.visibleNearby {
  width: 100%;
  background: #555;
  color: #FFF;
  padding-top: 40px;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  width: 100%;
  position: relative;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.subtitle1 {font-weight: 700;width: 35%;margin: 0 auto;padding: 3px 20px;font-size: 15px!important;}
.subtitle2 {width: 300px;margin: 0 auto;padding: 10px 0;font-weight: 400;font-size: 12px!important;line-height: 1.4!important;
color: #ccc!important;}

#gallery-1::before {display: block;position: absolute;top: 0;
	content: '';width: 100%;height: 25px;background: url(/media/shadow-y-dark.png) center top no-repeat;}
.rsGCaption::before {display: none;position: absolute;bottom: 0px;
	content: '';width: 100%;height: 25px;background: url(/media/shadow-x-dark.png) center bottom no-repeat;}


	
/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) { 
  #gallery-1 {
    padding: 12px 0 12px;
  }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important;
  }
  
  .subtitle1 {width: 90%;}
  .subtitle2 {width: 90%;}
}
