/* 
---------------------------------------------
Font
--------------------------------------------- 


/* gochi-hand-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gochi-hand-v25-latin-regular.woff2') format('woff2'); 
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'); 
}

/* montserrat-300italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300italic.woff2') format('woff2'); 
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); 
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-italic.woff2') format('woff2'); 
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); 
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500italic.woff2') format('woff2'); 
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); 
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600italic.woff2') format('woff2'); 
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
}


/* Normalized Styles
------------------------------------------------------------------------------*/
body {
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px;
	font-weight: 300;
	color: #9e9994;
	background: #fffbf7 !important;
	-webkit-text-size-adjust: none; 
}

input, textarea, select, button {
	outline: none;
	font-family: "Montserrat", sans-serif;
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
/* 	color: #7f6248; */
	color: #ea6b6e;
}

a:hover {
	text-decoration: underline;
}


a.btn-yellow {
	color: #fff;
	/*background: url(../images/bg_yellow-btn.png) no-repeat;*/
	background: #efd37f;
	font-size: 22px;
	border-radius: 2rem;
	font-family: "Montserrat", sans-serif;
	border: 1px solid #fbe5e4;
	padding: 5px 30px;
}

a.btn-yellow:hover {
	color: #fff;
	/*background: url(../images/bg_yellow-btn.png) no-repeat;*/
	text-decoration: none;
	background: #e3c879;	
}

 .but a.btn-red {
	color: #fff !important;
	/*background: url(../images/bg_yellow-btn.png) no-repeat;*/
	background: #ff878a;
	font-size: 22px !important;
	border-radius: 2rem;
	font-family: "Montserrat", sans-serif;
	border: 1px solid #fbe5e4;
	padding: 5px 30px;
}

 .but a.btn-red:hover {
	color: #fff !important; 
	/*background: url(../images/bg_yellow-btn.png) no-repeat;*/
	text-decoration: none;
	background: #de6668;	
}



/* Wrapper
------------------------------------------------------------------------------*/
#wrapper{
	width:100%;
	height: 100%;
	display:table;
	/*background: url(../images/limonblu-FL2_bg.jpg) no-repeat !important; */
	background-size: 100vw;
}
.wrapper-holder {
	width:100%;
    	display:table-row;
}

/* Header
------------------------------------------------------------------------------*/
#header {
	max-width: 1170px;
	margin: 0 auto 0px;
	padding: 175px 0 0;
	position:relative;
	background: url(../images/bg_header.png) no-repeat 50% 0;
}

#header .left-part{
	width: 104px;
	height: 84px;
	left: -106px;
	top: 3px;
	position: absolute;
	background: url(../images/bg_left-part.png) no-repeat;
}
.menu_trigger{
	width: 60px;
	height: 61px;
	padding-right: 50px;
	line-height: 26px;
	right:0;
	color: #7f6248;
	background: url(../images/btn_mobile_menu-x2-gelb.png) no-repeat 100% 0;
/* 	text-indent: -9999em; */
	display: none;
	top: 200px;
	position: absolute;
}
.menu_trigger:hover, .menu_trigger:visited, .menu_trigger:focus, .menu_trigger:active {
	color: #7f6248;
	text-decoration: none;
}
#logo {
	width: 142px;
	height: 140px;
	padding-top: 72px;
	margin-left: -71px;
	font-family: 'Gochi Hand', cursive;
	font-size: 21px;
	color: #ea6b6e;
	text-align: center;
/* 	text-indent: -9999px; */
	overflow: hidden;
	display: block;
	position: absolute;
	top: 28px;
	left: 50%;
	background: url(../images/logo-x2.png) no-repeat;
}

#logo:hover {
	text-decoration: none;
}
.dvdr{
	height: 68px;
	margin-top: -10px;
	background: url(../images/bg_dvdr-line.png) no-repeat 50% 50%;
}
.container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}

#header h1 {
	font-family: 'Gochi Hand', cursive;
	font-size: 33px;
	text-align: center;
	/*text-shadow: 2px 2px 3px #ce5a5d;*/
	color: #222;
}

.subtitle h2 {	
	font-family: 'Gochi Hand', cursive;
	font-size: 24px;
	color: #222;
	text-align: center;
	padding: 10px 0px;
}

.subtitle {	
	font-family: 'Gochi Hand', cursive;
	font-size: 21px;
	/*color: #ea6b6e;*/
	color: #222;
	text-align: center;
}

/* Navigation
------------------------------------------------------------------------------*/
.bar-holder {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}
.bar-holder:after {
    	content:'';
    	display:block;
    	clear:both;
}
#nav ul {
	margin: 0 auto;
	text-align: center;
}
#nav ul li {
	display: inline-block;
	padding: 0 25px;
	/*font-family: 'Gochi Hand', cursive;
	font-size: 28px;
	color: #ea6b6e;*/
}

#nav ul li a::before {
  	content: "\2740";   
 	text-align: center;
  	width: 1em;       
  	margin-right: 10px; 
}

#nav ul a {
	color: #222;
}
#nav ul a:hover {
	color: #d94347!important;
	text-decoration: none;
}



/* Gallery
------------------------------------------------------------------------------*/
 #gallery {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	color: #fff;
	background: #ea6b6e !important;
}


.gallery a {
  	color: #FFF;
  	text-decoration: none;
}

.gallery a:hover {
  	color: #FFF;
  	text-decoration: none;
}
	
.gallery video {
	width: 98%;
	border: 3px solid black;
  	border: 1px #e9ceb0;
  	border-radius: .25rem !important;
  	display: inline;
  	border: 1px solid #fbe5e4;
}

.gallery img {	
	height: auto;
	border-radius: .25rem !important;
	border-radius: 50% !important;
	border: 1px solid #fbe5e4;
	margin: 0 auto;
	/*max-width: 540px;
	max-height: 274px;*/
	/*background: url(../images/bg_person-mask-x2.png) no-repeat;*/
}

.figure-caption {
  	font-size: 70% !important;
  	font-weight: 400;
  	color: #fff !important;
  	 line-height: 1.5em;
}

.small {
  	font-size: 80%;
  	line-height: 2;
}	

.lb-data .lb-caption {
  	font-size: 12px !important;
  	font-weight: 400 !important; 
}
	
.top-pink-border{
	height: 27px;
	background: url(../images/bg_pink-border-top.png) repeat-x;
}

.bottom-pink-border{
	height: 27px;
	background: url(../images/bg_pink-border-bottom.png) repeat-x;
}

.top-blue-border{
	height: 27px;
	background: url(../images/bg_blue-border-top.png) repeat-x;
}

.event-description{
	margin: 0;
	padding: 17px 20px 15px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #d55f62;
	border: 1px solid #fbe5e4;
}

.event-description h2{
	font-family: 'Gochi Hand', cursive;
	font-size: 28px;
	text-shadow: 2px 2px 3px rgba(22,22,23,0.11);
}

.event-description h3 a{
	font-size: 18px;
	font-weight: 500;
	color: #efd37f;
}

.event-description .metadata{
	padding: 18px 0;
	color: #ffb3b5;
}

.event-description .metadata time {
	padding-left: 25px;
	background: url(../images/ico_date-pink.png) no-repeat 0 0;
}

.event-description .metadata span {
	padding-left: 25px;
	margin-left: 0px;
	background: url(../images/ico_place-pink.png) no-repeat 0 2px;
}

.event-description .metadata time span {
	padding-left: 25px;
	margin-left: 30px;
	background: url(../images/ico_time-pink.png) no-repeat 0 0;
}

.event-description p{
	padding: 0 0 25px;
	line-height: 24px;
	font-weight: 300;
}

p.motion {
  	font-weight: 500;
}

p.motion a:hover {
  	text-decoration: underline;
}

p.motion::before {
  	content: "\21D2"; 
  	margin-right: 8px;  
}

.motion-gallery{
	margin: 0;
	padding: 17px 20px 0px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #d55f62;
	border: 1px solid #fbe5e4;
	background: url(../images/limonblu-FL1.jpg) no-repeat
}

/* Text
------------------------------------------------------------------------------*/
#content p, #content ul{
	/*width: 52%;
	max-width: 600px;
	margin: 65px auto 40px;
	float: left;
	overflow: hidden;
	position: relative;*/
	font-family: "Montserrat", sans-serif !important;
	font-weight: 300;
	font-size: 17px;
	color: #9e9994;
	color: #7f6248;
	line-height: 25px;
}

#content ul{
	list-style-type: square;
	padding-left: 15px;
}

#content a{
	color: #7f6248;
	text-decoration: underline;
}

#content a:hover{
	color: #e96b6e;
}

.lol {
	font-family: 'Gochi Hand', cursive;
	font-size: 23px;
	color: #7f6248;
	padding-right: 3px;
}

q {
  quotes: "«" "»" "‹" "›"; /* Hauptzitat, Zitat im Zitat */
}
q::before {
  content: open-quote;
}
q::after {
  content: close-quote;
}



/* Downloads
------------------------------------------------------------------------------*/


#downloads {
    	width: 100%;;
}  

.feature-box {
    	text-align: center;
    	padding: 20px;
    	transition: .5s;
    	border: 1px solid #e8e8e8;
    	box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    	background:#fffbf7;
    	margin-top: 20px;
    	margin-left: 50px;
    	color: #7f6248;
}  

.feature-box h2{
	font-family: 'Gochi Hand', cursive;
	font-family: "Montserrat", sans-serif !important;
	font-size: 48px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 600;
	text-align: left;
	padding-left: 10px;
}

.feature-box  a{
	font-family: 'Gochi Hand', cursive;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	color: #ea6b6e!important;
	text-decoration: none !important;
}

.feature-box  a:hover{
	color: #222 !important;
	text-decoration: none !important;
}


.feature-box p{
	text-align: left;
	padding-left: 10px;
}

.feature-box ul{
  	padding-left: 20px;  
}

li.media{
	border-bottom: 1px dashed #d3cdc7;
	padding-bottom: 10px;
}

.danger-rgba {
  	background-color: rgba(244, 68, 85, 0.1);
}

.text-danger {
  	color: #f44455 !important;
}

.text-info {
  	color: #72d0fb !important;
}

.info-rgba {
  	background-color: rgba(114, 208, 251, 0.1);
}

.img-icon {
  	width: 46px;
  	height: 46px;
  	line-height: 46px;
  	font-weight: 600;
  	border-radius: 50%;
  	font-size: 18px;
  	text-align: center;
}

.feature-box h2{
	font-family: 'Gochi Hand', cursive !important;
	font-size: 22px;
	padding-left: 0;
	padding-right: 0;
	color: #7f6248;
}

.feature-box h3 {
	text-align: left !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 15px;	
}

.feature-box p{
	text-align: left !important;
	padding-left: 0;
	padding-right: 0;
	font-size: 15px;	
}

.feature-box h3::before {
  	content: "\21D2"; 
  	margin-right: 8px;  
}



/* Footer
------------------------------------------------------------------------------*/


#footer {
    width:100%;
    overflow:hidden;
    display:block;
    background:#85d8e5;
}

#footer a {color: #4e87a0;}


.footer-bottom {
	width: 100%;
	color: #6ca0b7;
	font-size: 14px;
	text-align: center;
}
.footer-bottom .holder {
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 16px;
}
/* Media screens
------------------------------------------------------------------------------*/



@media only screen and (max-width : 980px) {
	
		
	#nav ul {
		text-align:center;
		margin:0;
	}
	#nav ul li {
		display:inline-block;
		padding: 0 15px;
		float:none;
	}
}


@media only screen and (max-width : 767px) {
	
	#header{
		padding: 170px 0 0;
		margin-bottom: 30px;
	}
	
	.footer-bottom .holder {padding: 10px 20px;}
	
	.menu_trigger {display: block;}
	
	.bar-holder {margin:0; width: auto;}
	
	#nav {
		margin-top:30px;
		display: none;
	}
	#nav ul li {
		display:block;
		padding: 0;	
	}
	#nav ul a {
		display:block;
		padding: 8px 0;
	}
	#nav ul a:hover {
		color: #ea6b6e !important;
		text-decoration:none;
	}
	.top-bar {
		text-align: center;
		width: 100%;
	}
	.top-bar {padding: 0 0 20px;}
	
	.feature-box {
    	text-align: center;
    	padding: 20px;
    	border: 1px solid #e8e8e8;
    	box-shadow: none;
    	background:#fffbf7;
    	margin-top: 20px;
    	margin-left: 50px;
}
}


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

	
	.events .event-description .metadata time span{
		display:inline-block;
	}
	.events .event-description .metadata span{
		display: block;
		margin: 10px 0 0 0;
	}
	.gallery .slider ul li{
		margin-left: 0;
		margin-right: 0;
	}
}

@media (-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){
	#logo {
		width: 142px;
		height: 140px;
		padding-top: 72px;
		background: url(../images/logo-x2.png) no-repeat;
		background-size: 142px 132px;
	}
	.top-blue-border{
		background: url(../images/bg_blue-border-top.png) repeat-x;
		background-size: 30px 27px;
	}
	
}

