/* Global styles */

@charset "UTF-8";

@font-face {
    font-family: openSansRegular;
     src: local(openSansRegular), url('../fonts/OpenSans/.ttf/OpenSans-Regular.ttf') format('truetype'),
                               url('../fonts/OpenSans/.woff/OpenSans-Regular.woff')  format('woff'),
                               url('../fonts/OpenSans/.svg/OpenSans-Regular.svg')  format('svg'); 
}
@font-face {
    font-family: openSansBold;
     src: local(openSansBold), url('../fonts/OpenSans/.ttf/OpenSans-Bold.ttf') format('truetype'),
                               url('../fonts/OpenSans/.woff/OpenSans-Bold.woff')  format('woff'),
                               url('../fonts/OpenSans/.svg/OpenSans-Bold.svg')  format('svg'); 
}
@font-face {
    font-family: openSansLight;
    src: local(openSansLight), url('../fonts/OpenSans/.ttf/OpenSans-Light.ttf') format('truetype'),
                               url('../fonts/OpenSans/.woff/OpenSans-Light.woff')  format('woff'),
                               url('../fonts/OpenSans/.svg/OpenSans-Light.svg')  format('svg'); 
}
@font-face {
    font-family: openSansSemiBold;
     src: local(openSansSemiBold), url('../fonts/OpenSans/.ttf/OpenSans-Semibold.ttf') format('truetype'),
                               url('../fonts/OpenSans/.woff/OpenSans-Semibold.woff')  format('woff'),
                               url('../fonts/OpenSans/.svg/OpenSans-Semibold.svg')  format('svg'); 
}

.semiBold {
    font-family: openSansSemiBold;
}
.light {
    font-family: openSansLight;
}

/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 0px; /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0,0,0,0);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
 
/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
  background: rgba(0,0,0,0.5);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0);
  min-height: 10px; /*Prevent it from getting too small */
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61); /* Some darker color when you click it */
  border-radius: 100px;
  -webkit-border-radius: 100px;
}


/* Smartphones (0px and up) */
    .heightcontrol {
      
        min-height: 15vh !important;
    }
	body {
		font-family: openSansRegular;
		font-size: 11px;	
		background: url(../img/desktop/backgroundHandy.jpg) no-repeat center center fixed;
        background-size: cover;
        min-height: 100vh;
		color: white;
		line-height: 150%;
		word-wrap: break-word;
	}
    .contentContainerActual {
        border-left: 1px solid white; 
		border-right: 1px solid white;
       min-height: 84vh;
       padding-top: 20px;
    }
	
	.smartphoneNavContainer {
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;
		height: 10vh;
		text-align: left;	
		font-size: 15px;
	}
	.smartphoneNavContentContainer {
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;
	
		text-align: center;	
		font-size: 15px;
	}
	
	.smartphoneNavContent {
		height: 100%;
		padding-left: 14px;
		padding-right: 9px;
		padding-top: 3.3vh;
		padding-bottom: 20px;
	}
	
	.smartphoneNavContent ul {
		list-style-type: none;
		padding: 0px;
	}
	.smartphoneNavContent ul li{
		padding-top: 15px;
        
	}

	.smartphoneNavContent ul li a{
		color: white;
        
        
		text-transform: uppercase;
		text-decoration: none;
		color: white;
         font-size: 14px;
	}
	.smartphoneNavContent ul li a:hover{
        cursor:pointer;
		color: grey;
	}
	
	.smartphoneNavInnerContent {
		display:none;
	}

	.contentContainer {
		height: 100%;		
		margin-left: auto;
		margin-right: auto;	
		max-width: 256px;		
	}
	.languageButtons img {
		height: 30px;
		width: 30px;
	}
	.languageButtons img:hover {
		cursor: pointer;
	}
	.contentTitle {
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;
		height: 10vh;
		margin-top: 1vh;
		text-align: center;	
		font-size: 13px;		
	}	
	.contentTitle div {
		padding-top: 3.3vh;
		height: 100%;
		text-transform: uppercase;
		font-family: openSansSemiBold;
	}
	.contentTitle img {
		max-width: 40px;
	}
	.navigationContainer {
		height: 100vh;
		overflow: hidden;
		background-color: rgba(0,0,0,0.45);
		margin-left: 5px; 
		max-width: 360px;
		padding-left: 9px; 
		padding-right: 9px;
	}
	.navigationWrapper {
		max-width: 1005px;
	}
	.navigationContentContainer {
		min-height: 100vh;
		padding-top: 60px;
		text-align: center;
        overflow-y: scroll;
	}
	.logo {
		margin-top: 40px;
	}
	.logo img {
		max-width: 240px;
	}
	.teaserTextWrapper {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.teaserText {
		width: 240px;
		max-width: 240px;
		word-break: normal;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
	}
	.navigation {
		margin-top: 80px;
	}
	.navigation ul {
		list-style-type: none;
		padding: 0px;
	}
	.navigation ul li {
		margin-top: 35px;
		
	}
	.navigation ul li a {
		transition: color 300ms;
		-webkit-transition: color 300ms;
		text-transform: uppercase;
		text-decoration: none;
		color: white;
	}
	.navigation ul li a:hover {		
		cursor:pointer;
		color: grey;
	}
    .navContentWrapper {
        width: 100%; 
		border-left: 1px solid white; 
		border-right: 1px solid white;
    }
	.contentWrapper {		
		width: 100%; 
		
	}
	.contentPlacer {
		
		height: 100%;
        min-height: 84vh;
		
	}
	.innerContentContainer {
		letter-spacing: 1px;
		height: 78vh;
		min-height: 78vh;
		max-width: 1015px;
		margin-top: 1vh;
		overflow-y: scroll;	
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;	
	}
	.actualContentContainer {
		padding-left: 0px;
	}
    .titleWrapper {
        border-left: 1px solid white; 
		border-right: 1px solid white;
        width: 100%; 
        
    }
/* Tablets (768px and up) */
@media (min-width: 768px) { 
	
	body {
		font-family: openSansRegular;
		font-size: 17px;	
		background: url(../img/desktop/backgroundTablet.jpg) no-repeat center center fixed;
		background-size: cover;
		color: white;
		line-height: 150%;
	}
	
	.smartphoneNavContainer {
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;
		height: 7vh;
		text-align: left;	
		font-size: 30px;
	}
	.smartphoneNavContentContainer {
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;
	
		text-align: center;	
		font-size: 15px;
	}
	
	.smartphoneNavContent {
		height: 100%;
		padding-left: 14px;
		padding-right: 9px;
		padding-top: 2.0vh;
		padding-bottom: 20px;
	}
	
	.smartphoneNavContent ul {
		list-style-type: none;
		padding: 0px;
	}
	.smartphoneNavContent ul li{
		padding-top: 25px;
	}
	.smartphoneNavContent ul li a{
		color: white;
        transition: color 300ms;
        -webkit-transition: color 300ms;
		text-transform: uppercase;
		text-decoration: none;
		color: white;
        font-size: 20px;
	}
	.smartphoneNavContent ul li a:hover{
        cursor:pointer;
		color: grey;
	}
	
	
	.smartphoneNavInnerContent {
		display:none;
	}

	.contentContainer {
		height: 100vh;		
		margin-left: auto;
		margin-right: auto;	
		max-width: 512px;		
	}
	.languageButtons img {
		height: 30px;
		width: 30px;
	}
	.languageButtons img:hover {
		cursor: pointer;
	}
	.contentTitle {
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;
		height: 13vh;
		text-align: center;	
		font-size: 25px;		
	}	
	.contentTitle div {
		padding-top: 5vh;
		height: 100%;
		text-transform: uppercase;
	}
	.contentTitle img {
		max-width: 60px;
	}
	.navigationContainer {
		height: 100vh;
		overflow: hidden;
		background-color: rgba(0,0,0,0.45);
		margin-left: 5px; 
		max-width: 360px;
		padding-left: 9px; 
		padding-right: 9px;
	}
	.navigationWrapper {
		max-width: 1005px;
	}
	.navigationContentContainer {
		min-height: 100vh;
		padding-top: 60px;
		text-align: center;
	}
	.logo {
		margin-top: 40px;
	}
	.logo img {
		max-width: 240px;
	}
	.teaserTextWrapper {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.teaserText {
		width: 240px;
		max-width: 240px;
		word-break: normal;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
	}
	.navigation {
		margin-top: 80px;
	}
	.navigation ul {
		list-style-type: none;
		padding: 0px;
	}
	.navigation ul li {
		margin-top: 35px;
		
	}
	.navigation ul li a {
		transition: color 300ms;
		-webkit-transition: color 300ms;
		text-transform: uppercase;
		text-decoration: none;
		color: white;
	}
	.navigation ul li a:hover {		
		cursor:pointer;
		color: grey;
	}
     .navContentWrapper {
        width: 100%; 
		border-left: 1px solid white; 
		border-right: 1px solid white;
    }
    
     .contentContainerActual {
        border-left: 1px solid white; 
		border-right: 1px solid white;
        padding-top: 60px;
         min-height: 78vh;
    }
    .titleWrapper {
        border-left: 1px solid white; 
		border-right: 1px solid white;
        width: 100%; 
        
    }
	.contentWrapper {		
		width: 100%; 
        border-left: 0px;
        border-right: 0px;
		
	}
	.contentPlacer {
        padding-top: 0px;
		/*padding-top: 80px;*/
		height: 100%;
        min-height: 78vh;
		
	}
 
	.innerContentContainer {
		
		max-height: 78vh;
		min-height: 78vh;
		max-width: 1015px;
		margin-top: 1vh;
		overflow-y: scroll;	
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;	
	}
	.actualContentContainer {
		padding-left: 40px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
   
   body {
		font-family: openSansRegular;
		font-size: 17px;	
		background: url(../img/desktop/background.jpg) no-repeat center center fixed;
		background-size: cover;
		color: white;
		line-height: 150%;
	}
	
    
	.contentContainer {
		height: 100vh;		
		margin-right: 0px; 		
		max-width: 770px;
		margin-left: 35px; 		
	}
	.languageButtons img {
		height: 30px;
		width: 30px;
	}
	.languageButtons img:hover {
		cursor: pointer;
	}
	.contentTitle {
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;
		height: 15vh;
		text-align: center;	
		font-size: 22px;	
		margin-top: 0px;	
	}	
	.contentTitle div {
		padding-top: 6vh;
		height: 100%;
		text-transform: uppercase;
	}
	.contentTitle img {
		max-width: 60px;
	}
	.navigationContainer {
		height: 100vh;
		overflow: hidden;
		background-color: rgba(0,0,0,0.45);
		margin-left: 5px; 
		max-width: 360px;
       
		padding-left: 9px; 
		padding-right: 9px;
	}
	.navigationWrapper {
       
		max-width: 1005px;
	}
	.navigationContentContainer {
		min-height: 100vh;
		padding-top: 60px;
       
		text-align: center;
	}
	.logo {
		margin-top: 40px;
	}
	.logo img {
		max-width: 200px;
	}
	.teaserTextWrapper {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.teaserText {
		width: 240px;
		max-width: 240px;
		word-break: normal;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
	}
	.navigation {
		margin-top: 40px;
	}
	.navigation ul {
		list-style-type: none;
		padding: 0px;
	}
	.navigation ul li {
		margin-top: 30px;
		
	}
	.navigation ul li a {
		transition: color 300ms;
		-webkit-transition: color 300ms;
		text-transform: uppercase;
		text-decoration: none;
		color: white;
	}
	.navigation ul li a:hover {		
		cursor:pointer;
		color: grey;
	}
     .navContentWrapper {
        width: 100%; 
		border-left: 1px solid white; 
		border-right: 1px solid white;
        max-height: 100vh;
        overflow-y: scroll;
    }
    .contentContainerActual {
         border-left: 1px solid white; 
		border-right: 1px solid white;
        padding-top: 80px;
        min-height: 84vh;
    }
    .titleWrapper {
        border-left: 1px solid white; 
		border-right: 1px solid white;
        width: 100%; 
        
    }
	.contentWrapper {		
		width: 100%; 
        border-left: 0px;
        border-right: 0px;
		
	}
	.contentPlacer {
        padding-top: 0px;
		/*padding-top: 80px;*/
		height: 100%;
        min-height: 84vh;
		
	}
    
	.innerContentContainer {
		
		max-height: 84vh;
		min-height: 84vh;
		max-width: 1015px;
		margin-top: 1vh;
		overflow-y: scroll;	
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;	
	}
	.actualContentContainer {
		padding-left: 40px;
	}
}

@media (min-width: 1235px) {
	.contentContainer {	
		margin-right: 0px; 		
		max-width: 770px;
		margin-left: 50px; 		
	}
}

@media (min-width: 1340px) {
	.contentContainer {	
		margin-right: 0px; 		
		max-width: 770px;
				
	}
}

/* Really large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
    .contentContainerActual {
        border-left: 1px solid white; 
		border-right: 1px solid white;
        padding-top: 80px;
        min-height: 84vh;
    }
	.contentContainer {	
		margin-right: 5px; 		
		max-width: 1025px; 
		margin-left: 0px;		
	}
	.languageButtons img {
		height: 30px;
		width: 30px;
	}
	.languageButtons img:hover {
		cursor: pointer;
	}
	.contentTitle {
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;
		height: 15vh;
		text-align: center;	
		font-size: 22px;		
	}	
	.contentTitle div {
		padding-top: 6.5vh;
		height: 100%;
		text-transform: uppercase;
	}
	.contentTitle img {
		max-width: 60px;
	}
	.navigationContainer {
		height: 100vh;
		overflow: hidden;
		background-color: rgba(0,0,0,0.45);
		margin-left: 5px; 
		max-width: 360px;
		padding-left: 9px; 
      
		padding-right: 9px;
	}
	.navigationWrapper {
		max-width: 1005px;
	}
	.navigationContentContainer {
		min-height: 100vh;
		padding-top: 60px;
		text-align: center;
	}
	.logo {
		margin-top: 40px;
	}
	.logo img {
		max-width: 240px;
	}
	.teaserTextWrapper {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.teaserText {
		width: 240px;
		max-width: 240px;
		word-break: normal;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.navigation {
		margin-top: 60px;
	}
	.navigation ul {
		list-style-type: none;
		padding: 0px;
	}
	.navigation ul li {
		margin-top: 35px;
		
	}
	.navigation ul li a {
		transition: color 300ms;
		-webkit-transition: color 300ms;
		text-transform: uppercase;
		text-decoration: none;
		color: white;
	}
	.navigation ul li a:hover {		
		cursor:pointer;
		color: grey;
	}
    
    .titleWrapper {
        border-left: 1px solid white; 
		border-right: 1px solid white;
        width: 100%; 
    }
	.contentWrapper {		
		width: 100%; 
        border-left: 0px;
        border-right: 0px;
		
	}
	.contentPlacer {
        padding-top: 0px;
		/*padding-top: 80px;*/
		height: 100%;
        min-height: 84vh;
		
	}
	.innerContentContainer {
		
		max-height: 84vh;
		min-height: 84vh;
		max-width: 1015px;
		margin-top: 1vh;
		overflow-y: scroll;	
		padding-left: 9px;
		background-color: rgba(0,0,0,0.45);
		padding-right: 9px;	
	}
	.actualContentContainer {
		padding-left: 40px;
	}
}