/*------------------------------------------------
GERNERAL_RESET
------------------------------------------------*/

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Lato', Helvetica, Geneva, sans-serif;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html{
    margin: 0;
    padding: 0;
}

main {
    height: 100%;
}


a{
    color: #333;
    text-decoration: none;
}

/*------------------------------------------------
LAYOUT
------------------------------------------------*/

header {
	width: 100%;
	height: 100px;	
	position: fixed;
	top: 0;
	background: #0092CA;
}

header-text {
	width: 100%;
	height: 210px;
	position: fixed;
	top: 0;
}


.slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.wrapper {
    width: 1200px;
    margin: 0 auto;
    height: 58%;
    margin-top: 240px;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    -webkit-transform: translate3d(0,0,0);
    -webkit-perspective: 1000;
    z-index: 1000;
}

.heading {
    float:left;
    width: 400px;
    padding: 0px 50px;
	background: #444444;
	color:#FFF;
    text-align: left;
}

.content {
    background: none repeat scroll 0 0 rgba(255,255,255,1.0);
    clear: both;
    margin-bottom: 100px;
    margin-top: 30px;
    max-height: 70%;
	padding-left: 50px;
	padding-right: 50px;
    position: relative;
    top: 2%;
/*    width: 400px;*/
    float: left;
}

.contentRight {
    float:right;
    width: 250px;
    background: none repeat scroll 0 0 rgba(213,179,106,1.0);
    height: auto;
}

.leftSection {
    width: 500px;
    float:left;
}

.rightSection {
    float:right;
    width: 500px;    
    margin-bottom: 100px;
}

.rightSection img.fullWidth{
    width: 100%;
}

.contentRightSection {
    clear: both;
    float: left;
    padding: 0% 5%;
    position: relative;
	background-color: #444;
    width: 90%;
}


footer {
	height: 100px;
	width: 100%;
	background-color: #0092CA;
	bottom: 0;
	position: fixed;
}


#footerContent {
    padding:5px;
	font-size:26px;
	font-weight:900;
	margin: 0 auto;
    width: 600px;
    height: 100%;
	text-align:left;
}


#showBackground {
    position: fixed;
    left: 40px;
    bottom: 35px;
    z-index: 1000;
    display: none;
}

.showBackground {
    font-size: 2.0em;
    color: #333;
}


/*------------------------------------------------
MENU
------------------------------------------------*/


#menu li a.active {
    color: #fff!important;
	font-weight:400;
	border-top: 70px solid #fff;
	padding-top: 10px;
}

#menu li {
    display: inline-block;
    padding-right: 1.5em;
    font-size: 1.0em;
    font-weight: 400;
}

#menu {
    float:right;
    margin-top: 5%;
}

#naviFullpage {
    width:1200px;
    margin: 0 auto;
}

.menuLinkItem {
	text-decoration: none;
	color: #000;
	font-weight:400;
	padding-bottom: 5px;
	width: 100%;
}

.menuLinkItem:hover {
    border-bottom: 1px solid #fff;
	border-top: 70px solid #fff;
}

/*------------------------------------------------
TYPO
------------------------------------------------*/


h1 {
    font-size: 1.2em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}


h2 {
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #333;
}

h3 {
    color: #FFF;
    font-size: 1.0em;
    font-weight: 450;
    letter-spacing: 2px;
}

.content p {
    font-size: 1.0em;
	font-weight:500;
    color: #333;
}

.contentRightSection p{
    color: #fff;
    font-size: 0.9em;
    font-weight: 300;
}

#footerContent p {
    color: #fff;
    font-size: 0.7em;
    font-weight: 300;
    float:left;
    text-align: left;
    margin:0 100px 0 0;
}

#footerContent p:last-child{
    margin-right: 0;
}


/*------------------------------------------------
NAVI_MOBILE
------------------------------------------------*/

#navimobile{
	display:none;
	float:right;	
    width: 100%;
    padding-left: 2%;
    margin-top: -5px;
}

#navimobileitems{
	position:absolute;
	right:0;
	width:100%;	
	z-index:2000;	
	display:none;
	margin-top:40px;
	text-align:left;
    font-size: 1.0em;
    font-weight: 300;
}

#navimobileitems ul li{
    display:inherit;
    padding: 8px 0px;
    padding-left:20px;
    background-color:#444444;
    /*margin-bottom:10px;*/
    border-bottom:1px dotted #fff;
}

#navimobileitems ul{
	margin:0;
	padding:0;	
}

#navimobileitems ul a li:last-child{
	border-bottom:none;	
}

#navimobileitems ul li a{
	color:#fff;	
    display: block;
    widows: 100%;
}

#navimobileitems ul li a:hover
{
    border: none;
    text-decoration: none;
}

.navismall{
	margin:5%;	
}

.navimobile{
	display:none;	
    float: right;
    margin: 0 5%;
}

/*------------------------------------------------
MEDIA
------------------------------------------------*/


.logo {
    max-height: 100%;
    max-width: 100%;
    margin-top: 0px;
}

.card {
    margin-top: 20px;
}


.lightboxElement {
    float:left;
    margin-bottom: 5%;
}


/*------------------------------------------------
FORMULAR
------------------------------------------------*/
#contactForm{
    padding: 50px 0;
}

.form_table{
    width: 100%;
}

p.formError{
    color: red;
}

img.formImg{
    margin-top: 30px;
}

.form_field {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding: 10px 5px;
    width: 95%;
    color:#333;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 1px;
    max-width: 95%;
    min-width: 95%;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ACACAC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ACACAC;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ACACAC;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ACACAC;
}

.submitButton {
    width:98%;
	margin-top:20px;
	background-color: #444444;
	border:none;
	height:30px;
	color:#fff;
}



/*------------------------------------------------
QUERY_MOBILE_DEVICE
------------------------------------------------*/

@media only screen 
and (min-width : 520px) 
and (max-width : 1000px)  {
	
	
	#naviFullpage{
		display:none;	
	}
	
	#navimobile{
		display:block;	
		position:fixed;
		top:0;
		z-index:2000; 
	}
    
    #footerContent{
        width: 540px;
    }
    
    #footerContent p{
        font-size:0.6em;
    }
	
	.navismall{
		display:none;	
	}
	
	.navimobile{
		display:block;
	}	
    
    .rightSection{
        float:left;
        width: 80%;
        margin: 0% 10%;
    }
    
    .leftSection{
        margin: 0% 10%;
        width: 80%;
    }
    
    .leftSection .heading{
        width: 80%;
        padding: 2% 10%;
    }
    
    .leftSection .content{
        width: 80%;   
        padding: 10%;
    }
    .noBackground {
        width: 100%!important;
        padding: 0!important;
    }

    
    .wrapper{
        width: 100%;   
    }
    
    .logo{
        margin-left: 10%;   
    }
    
    .content p{
        font-size: 1.0em;   
    }
}



.menuLinkItemMobile {
    
}

#footerContent a{
    color: #fff;
}

.rightSection a{
    color: #fff;
}

.underlinedLink {
    text-decoration: underline;
}

#calendar {
    margin-top: 20px;
}

.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 940px;
    margin: 0 auto;
}

.videoFrame {
    width: 100%;
    height: 100%;
    top: 51px;
    left: 0;
    position: absolute;
}

.noBackground {
    background: none;
    margin-top: 0;
    padding: 0;
    width: 100%;
}
