/*
@import url('https://fonts.googleapis.com/css?family=Oswald');

@import url('https://fonts.googleapis.com/css?family=News+Cycle'); 0.9 capitals

@import url('https://fonts.googleapis.com/css?family=Oswald'); gut

@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed'); zu eng

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed');

text-transform:uppercase;
*/

/* +++++++++ ALLGEMEIN + Header +++++++++ */


@import url('https://fonts.googleapis.com/css?family=Oswald:200,300');
@import url('https://fonts.googleapis.com/css?family=Sedgwick+Ave&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Amatic+SC:700|Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt&display=swap');*/


html,body {
    font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #000000;
	height: 100%;
	background: #fff;
    text-align: center;
    margin: 0;
    padding:0;
	font-size: 1em;
}

#logo {
	position: relative;
	width: 170px;
	padding-top: 17px;
	z-index: 25;
	opacity: 0;
}

#logoclick {
	pointer-events: auto;
}

 a {
	color: #ee7400;
}

.navibutton {
	position: relative;
	width: 35px;
	padding: 6px 2px 2px 2px;
	z-index: 5;
	pointer-events: all;
    cursor: pointer;
}

#buttonvideoplayervisible {
	/*opacity: 0.5;*/
	visibility: hidden;
}

#buttonplayervisible {
	/*opacity: 0.5;*/
	visibility: hidden;
}

/* iframe-Div für Wordpress-Content/Seite */

#wpdiv {
	position:fixed;
	width: 100%;
    height: 100%;
    top: 0px;
    /*display: none;*/
	background-color: white;
	background: url(https://nordshore.org/wp-content/themes/nordshore-theme/img/ani-loader.gif) no-repeat center #fff;
	z-index: 20;
}

/* Intro-/Start-Screen */

#startdiv {
	position:fixed;
	width: 100%;
    height: 100%;
	z-index: 10;
	background-color: #fff;
	background-image: url("img/nordshore-intro.jpg");
	background-size: cover;
}

#startlogo {
	width: 17em;
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 2em;
}

#bigstartlogo {
	width: 77%;
    margin-left: auto;
    margin-right: auto;
    top: 160px;
    position: relative;
    max-width: 510px;
}

#potraitalert {
	/*
	display: none;
	position: fixed;
	bottom: 30px;
	*/
	color: #ffffff;
	font-size: 1.2em;
    text-align: center;
	margin: 160px 10% 0 10%;
    padding: 0;
	text-shadow: 0 0 5px black;

	color: #fff;
	font-size: 18px;
	line-height: 22px;
}

#startdivhinweis {
	position:fixed;
	width: 100%;
    transform: rotate(355deg);
    bottom: 10%;
    background-color: #FAB42E;
    line-height: 26px;
    padding: 5px 0 5px 0;
    font-size: 20px;
}

#startdivbutton {
    position: fixed;
    height: 115px;
    width: 115px;
    display: table-cell;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #000;
    z-index: 10;
    bottom: 151px;
    right: 10%;
    cursor: pointer;
    color: #ffa54f;
}


/*
@media screen and (orientation: landscape) {
    #potraitalert{
        display: none;
    }
}

@media screen and (orientation: portrait) {
     #potraitalert{
        display: block;
    }
}
*/

.screenheightmeasure {
  position:fixed;
  height: 100%;
  width: 0px;
  z-index: 1;
  bottom: 0px;
  left: 0px;
}


/* +++++++++ mute-icon +++++++++ */


.muteiconwrapper {
    position: fixed;
    height: 16%;
    width: 100%;
    z-index: 1;
    display: none;
    bottom: 40%;
    opacity: 0.5;
	pointer-events: none;
}

.muteicon {
    height: 100%;
}


/* +++++++++ "how can I help"-button + layer +++++++++ */


.howcanihelpbutton {
position: fixed;
height: 115px;
width: 115px;
display: table-cell;
text-align: center;
line-height: 18px;
border-radius: 50%;
background: #ffa54f;
z-index: 10;
bottom: 51px;
right: 20%;
cursor: pointer;
}

.howcanihelpbuttonvideonav {
position: fixed;
height: 50px;
width: 50px;
display: table-cell;
text-align: center;
line-height: 16px;
border-radius: 50%;
background: #ffa54f;
z-index: 2;
bottom: -100px;
left: 30%;
cursor: pointer;
}

#howcanihelplayer {
	font-family: 'Sedgwick Ave', cursive;
	text-align: center;
	text-shadow: 0 0 5px black;
	color: #fff;
	font-size: 23px;
	line-height: 25px;
	position: absolute;
	z-index: 35;
	top: 75px;
	left: 0; 
	right: 0;
	display: none;
}


/* +++++++++ NAVI-MENÜ +++++++++ */

#navheader {
    position: fixed;
    width: 100%;
	z-index: 30;
	pointer-events: none;
}

#iconbuttonmute { /*war mal homebutton (oben links) in contentseiten*/
	z-index: 9;
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}

#navmenu {
	position: fixed;
	padding: 0 7% 0 7%;
	margin: 0 auto 0 auto;
	top: 0; /*wird später per script runter gesetzt*/
	left: 0; 
	right: 0;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	display: none;
	z-index: 7;
	overflow: auto;
	color: #cccccc;
	font-size: 1.2em;
	pointer-events: all;
	width: 310px;
	text-align: left;
}

#buttonmenu {
	width: 50px;
}

.navmenutxt {
	margin: 60px 0 30px 0;
}

hr.contenthr {
  border: 1px solid #555555;
}

.navmenua {
	color: #fff;
	text-decoration: none;
}

.navmenuahome {
	color: #fff;
	text-decoration: none;
}

.navmenuimg {
	width: 25px;
	padding-right: 10px;
	vertical-align: text-bottom;
}

.navmenuimgsmall {
    width: 18px;
    padding-right: 8px;
    vertical-align: sub;
}

.metamenu {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

.metamenugrey {
	color: #999;
	text-decoration: none;
	font-size: 0.8em;
}

.metamenuimg {
	width: 12px;
	padding-right: 7px;
	vertical-align: baseline;
}

#buttonmenuclose {
	position: absolute;
	width: 30px;
	top: 10px;
	right: 10px;
    cursor: pointer;
}

.metamenulist {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}


/* +++++++++ HELP-LAYER +++++++++ */

#helplayer {
	font-family: 'Sedgwick Ave', cursive;
	text-align: left;
	text-shadow: 0 0 5px black;
	color: #fff;
	font-size: 21px;
	line-height: 19px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
    overflow: hidden;
    background-color: rgba(0,0,0,.6);
    display: none;
}

#helplayertexte {
	position: absolute;
	top: 30%;
	margin-left: 35%;
	margin-right: 10%;
}

#helplayerprevioustext {	
	margin-left: 10%;
	margin-bottom: 15px; 
}

#helplayercurrenttext {	
	margin-left: 0px;
	margin-bottom: 15px; 
}

#helplayernexttext {	
	margin-left: 8%;
	margin-bottom: 15px; 
}

#helplayervideotext {	
	margin-left: 12%;
	margin-bottom: 15px; 
	margin-top: 15px;
}

#helplayernext {
	bottom: 8px;
	left: 40px;
}
#helplayercurrent {
	left: 20px;
}
#helplayerprevious {
	top: 10px;
	left: 40px;
}
#helplayervideo {
	float: right;
    margin-top: -10px;
}
#helplayerclose {
	float: right;
    margin-top: -38px;
}

.helplabel {
    height: 29px;
    width: 150px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-image: linear-gradient(to right, white, rgba(0, 0, 0, 0)) 1;
}
#helplabel1 {
    margin-top: 5px;
}
#helplabel2 {
    bottom: 5px;
    position: absolute;
}
#helplabel3 {
    position: absolute;
}

.helplayer {
	position: absolute;
	transform-origin: 0 50%;
    overflow: hidden;
}

#helplayerlist {
	font-family: 'Sedgwick Ave', cursive;
	text-align: center;
	text-shadow: 0 0 5px black;
	color: #fff;
	font-size: 23px;
	line-height: 25px;
	position: absolute;
	z-index: 6;
	top: 76px;
	left: 0; 
	right: 0;
	display: none;
}

.helpshadow {
  -webkit-filter: drop-shadow( 3px 3px 1px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 1px rgba(0, 0, 0, .7));
}


/* +++++++++ VIDEO- UND AUDIO-PAGES (Content) +++++++++ */

.oontenth1 {
	margin-bottom: 20px;
}

.contentp {
	color: #cccccc;
	font-size: 1.2em;
	margin: 0px 5% 20px 5%;
	padding: 0;
}

.socialbutton {
	width: 30px;
	margin: 10px;
}

.contentimage {
	width: 140px;
	border-radius: 50%;
	margin-top: 40px;
}

.contentimagecover {
	width: 140px;
	margin-top: 40px;
}

.contentfooter {
	margin-top: 60px;
}




