/* @media screen and (max-width: 800px) is at about 2761 and 480 at 3325 */

.blnTextGreen { color: #75FF77; }
.blnBackgroundDarkBlue { color: #2A97BF; }
.blnBackgroundLightBlue { color: #1E97ED; }
.blnTabDefaultTop { color: #047FF9; }
.blnTabDefaultBottom { color: #33AACE; }
.blnTabActiveTop { color: #77F7F9; }
.blnTabActiveBottom { color: #055BFC; }
.blnTabHoverTop { color: #055BFC; }
.blnTabHoverBottom { color: #77F7F9; }
.blnBackgroundBlue { color: #2A97BF; }
.backgroundgreenhere { color: #0cca02;}

:root {
   --warningRed: #bf0000; /* Usage: var(--warningRed) #bf0000*/
   --basicGreen: #0cca02; /* Usage: var(--basicGreen) */
   --textGreen: #75FF77; /* Usage: var(--textGreen) */
}

* {
   margin: 0px; /* margin ALL */
   padding: 0px; /* padding ALL */
}

html {
   height: 100%; /*It is here so that the panelHistorie can have a vertical percent value*/
}

body {
      height: 100%; /*It is here so that the panelHistorie can have a vertical percent value*/
	font-family: Arial, Helvetica, sans-serif; /* font-family body */
	font-size: large;
	color: #75FF77; /* #75FF77 color body, affects ONLY section titles, others are overridden */
	background-color: #d2d2d2;  /* blue; #2A97BF color background body */
	/* background-color: var(--basicGreen);  blue; #2A97BF color background body */
	/*background-color: #000000;*/
	/*background: url("../img/yinyang_background_700x700_444444_background_dark.gif")  0% -22% repeat;*/
}

.BSBody {
   font-size: 100%;
}

.BSCursorPointerForHidingDivs {
   cursor:pointer;
}

.BSInfo {
   color: red;
   background-color: blue;
}

.BSHiddenDiv {
   display: none;
}

 /*Not used */
.BSRotaterl:hover {
	width: 20px; /* width */
	height: 26px;
	/*background: #66cc66;*/ /* color background, .rotaterl:hover */
	-webkit-transform: rotate(360deg); /* Safari */
	transform: rotate(360deg);
	font-size: 130%; /* font size .rotaterl:hover */
	color: white; /* color .rotaterl:hover */
	text-shadow: 2px -2px #000000;
}

.a_in_haek {
  color: blue;
}
/* This is the top arrows square, placed fixed */
#BSToTopLinkOnRight {
   position: fixed;
   left: 92%;
   top: 110px;
   font-size: 200%;
   background-color: #75FF77;
   /*color: var(--basicGreen);  made it black for ie10*/
   color: black;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   border: 3px green solid;
   border-radius: 10px;
   z-index: 5;
   display: none;
   cursor: pointer;
}

/* This is the top arrows square, placed fixed */
#BSToBottomLinkOnRight {
   position: fixed;
   left: 92%;
   top: 165px;
   font-size: 200%;
   background-color: #75FF77;
   /*color: var(--basicGreen);  made it black for ie10*/
   color: black;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   border: 3px green solid;
   border-radius: 10px;
   z-index: 5;
   /*display: none;*/
   cursor: pointer;
}

/* This is the link to the index, placed fixed */
#BSIndexLinkOnRight {
   position: fixed;
   left: 92%;
   top: 60px;
   font-size: 100%;
   background-color: #75FF77; /*red*/
   /*background: url("../img/double_arrow_up.gif"); height: 25px; width: 45px;*/
   /*color: var(--basicGreen);  made it black for ie10*/
   color: black;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   border: 3px green solid;
   border-radius: 10px;
   z-index: 6;
   /*display: block;*/
   cursor: pointer;
   /*visibility: hidden;*/
}

#ActivateBetterSexFloatingText {
   	color: #ff00ff;
}

#BSMariaMarcusSection {
   font-size: larger;
   color: red;
}

.BSHideTarget2 {
   visibility: hidden;
}

.BSShowTarget2 {
   visibility: visible;
}

#BSLinkMessage {
   font-size: small;
   padding-left: 25px;
   padding-right: 25px;
   padding-bottom: 5px;
}

.HideCollapsibleTitleSpan
{
   	color: #155329; /* color ul#tilbudList a, .topp a, p a links */
	text-decoration: none;
   cursor:pointer;
}

#antagelser_div {
    width: 200px;
    display: table;
    float: left;
    background-color: #aabbcc;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px;
    margin-right: 10px;
    border-radius: 15px;
    border-bottom: solid 2px #4FC651;
    font-size: large;
}

.BSReturn {
	color: #0000FF; /* color ul#tilbudList a, .topp a, p a links */
	text-decoration: none;
   cursor:pointer;
}

.BSCanItBeDone {
	margin: 0px;
	padding: 35px 35px 20px 15px;
	list-style: none;
    border: 1px red solid;
	background-image: url("../img/Serg/various_sex_positions_books_verylowres.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50%;
    opacity: 1;
}

#BSFivePlayingCards {
   display: none;
}

#BSPositions {
   cursor: pointer;
}

#UnsustainableWorld,
#SexStats,
#ParentsHistory,
#firstWoman {
   margin-left: 5%;
   margin-right: 10%;
   margin-bottom: 10px;
   border: 2px #047FF9 solid;
   border-radius: 25px 25px 25px 25px;
   padding-left: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: justify;
   background: #055BFC; /*For browsers that don't support gradients*/
   background: -webkit-radial-gradient(30% 70%,#055BFC,#2A97BF,#055BFC);
   background: radial-gradient(at 30% 70%,#055BFC,#2A97BF,#055BFC);
}

.BSListOfThree /*> ul > li*/ {
margin-left: 30px;
}

.JPHighlight {
   font-style: italic;
   font-weight: bold;
   color: #B200B2;
   /* color: #c1ffc2; */
}

.BSPictureAndTextDiv {
   vertical-align: middle;
   margin: 5px 10px 15px 0px;
}

.BS_SERImage {
   display: inline-block;
   vertical-align: top;
   width: 3%;
   padding-left: 10px;
}

.BS_SERText{
   vertical-align: middle;
   display: inline-block;
   width: 90%;
   padding-left: 15px;
}

.BS_SERDiv {
   /*border: 1px red solid;*/
}

.BSTopBorder {
   border-top: 2px #75FF77 solid;
   padding-top: 10px;
/*   margin-left: 10px;*/
   padding-right: 55px;
   width: 80%;
   /*padding-left: 10px;*/
}

.BSInlineTitle, a > .titleLinks {
   color: black; /* #2A97BF */
   text-shadow: 1px -1px 1px black;
   /* color: var(--textGreen); #2A97BF
   text-shadow: 2px -2px 3px black; */
   border-top: 0px #75FF77 solid;
   padding-top: 5px;
   padding-right: 55px;
   margin-left: 10px;
   width: 120%;
   font-size: 120%;
}

.BSInlineTitleMoreIndent {
   color: black; /* #2A97BF */
   text-shadow: 1px -1px 1px black;
   /* color: var(--textGreen); #2A97BF
   text-shadow: 2px -2px 3px black; */
   border-top: 0px #75FF77 solid;
   padding-top: 5px;
   padding-right: 55px;
   padding-left: 55px;
   margin-left: 10px;
   width: 120%;
   font-size: 120%;
}

.BSLineAbove {
   border-top: 2px #75FF77 solid;
   padding-bottom: 5px;
   margin-left: 15px;
   width: 50%;
   /*color: var(--textGreen);*/ /* #2A97BF */
}

.BSLineBelow {
   border-top: 2px #75FF77 solid;
   padding-top: 5px;
   margin-left: 15px;
   width: 40%;
   /*color: var(--textGreen);*/ /* #2A97BF */
}

.BSLineAboveMoreIndent {
   border-top: 2px red solid; /*!important;*/
   border-top: 2px #75FF77 solid; /*!important;*/
   padding-bottom: 5px; /*!important;*/
   margin-left: 45px; /*!important;*/
   width: 40% !important;
   /*color: var(--textGreen);*/ /* #2A97BF */
}

.BSLineBelowMoreIndent {
   border-top: 2px #75FF77 solid; /*!important;*/
   padding-top: 5px; /*!important;*/
   margin-left: 45px; /*!important;*/
   width: 30% !important;
   /*color: var(--textGreen);*/ /* #2A97BF */
}

.BSIndentWholeSectionDiv {
   padding-left: 45px;
   width: 90%;

}

.BSIndentWholeSection > p {
   padding-left: 45px;
   width: 90%;
}


.BSParagraphMoreIndent {
   padding-left: 45px;
   width: 90%;
   /*color: yellow !important;*/
}

.BSInlineTitleDarkGreen {
   color: #2e852e; /* #2A97BF */
/*   border-top: 0px #75FF77 solid;
   padding-top: 5px;
   padding-right: 55px;
   width: 80%;
   font-size: 120%;
   text-shadow: 2px -2px 3px black;
*/   /*padding-left: 10px;*/
}

.BSCollapsibleDivTitleSpan {
   color: var(--textGreen);
   display: inline-block; /* Prevents the paragraph from filling the whole width of its container! */
   font-style: italic;
   font-size: 100%;
   margin-left: 0px;
   margin-bottom: 0px;
   /*text-shadow: 2px -2px 3px red;*/
   cursor: pointer;
   /*padding-left: 10px;*/
   /*padding-right: 10px;*/
/*   border-left: 3px red dotted;
   border-right: 3px red dotted;
   border-radius: 12px;*/
 }

.BSCollapsibleDivTitleSpanDarkGreen {
   color: #2e852e;
/*   display: inline-block; /* Prevents the paragraph from filling the whole width of its container!
   font-style: italic;
   font-size: 120%;
   margin-left: 0px;
   margin-bottom: 0px;
   padding-left: 10px;
   padding-right: 10px;
   border-left: 3px red dotted;
   border-right: 3px red dotted;
   border-radius: 12px;
   text-shadow: 2px -2px 3px red;
   cursor: pointer;*/
 }

.BSInlineTitleIndex {
   border-top: 0px #75FF77 solid;
   padding-top: 5px;
   padding-right: 55px;
   width: 160%;
   font-size: 120%;
   color: black; /* #2A97BF */
   /* color: var(--textGreen); #2A97BF */
	text-shadow: 1px -1px 1px black;
	/* text-shadow: 2px -2px 3px black; */
   /*padding-left: 10px;*/
}

.BSBottomBorder {
   border-bottom: 2px #75FF77 solid;
   padding-top: 10px;
   padding-right: 55px;
   margin-bottom: 10px;
   width: 85%;
   /*padding-left: 10px;*/
}

/* Has more space below than the vanilla version above */
.BSBottomBorder2 {
   border-bottom: 2px #75FF77 solid;
   padding-top: 10px;
   padding-right: 55px;
   margin-bottom: 10px;
   width: 90%;
   /*padding-left: 10px;*/
}

/*.rightArticleContent  p:fi rst-le tter { works, though for all paragraphs*/
/*.rightArticleContent p:fi rst-child:fi rst-le tter {*/

.BSSymbolImg {
   width: 30px;
   height: 20px;
}

.BSIndentUL {
   margin-left: 35px;
   vertical-align: middle;
}

.BSLIWoman {
   list-style-image: url('../img/smallWoman.gif');
   height: 35px;
}

.BSLIMan {
   list-style-image: url('../img/smallMan.gif');
   /*height: 35px;*/
}

/*  below from http://stackoverflow.com/questions/7775594/css-list-style-image-size*/
.BSThumbsUp {
	margin: 0px;
	padding: 35px 35px 20px 15px;
	list-style: none;
    border: 0px red solid;
	background-image: url("../img/Serg/2016-12-25_thumb_up_cleaned_verylowres_blue_background.gif");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px;
}

.BSThumbsDown {
	margin: 0px;
	padding: 35px 15px 20px 15px;
	list-style: none;
    border: 0px red solid;
	background-image: url("../img/Serg/2016-12-25_thumb_down_cleaned_verylowres_blue_background.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px;
}

.BSNoStyle {
   list-style: none;
}

.BSPompeiPictures {
   width: 30%;
}

.BSThumbsUpAndDown {
   width: 20px;
}

#BSRedAdvarsel {
   cursor: pointer;
}

.BSVideoGames {
   margin-left: 15px;
}

.BSVideoGame {
   opacity: .1;
   width: 20%;
   border: 3px red solid;
}


.BSviolenceSexGroup {
   /*width: 100%;*/
   background-color: black;
   height: 100%;
   color: blue;
   margin: 12px;
   /*padding: 10px;*/
   border: 1px red solid;
   /*display: none;*/
}

.BSClearBoth {
   clear: both;
}

.BSViolenceSexGroupTitle {
   background-color: black;
   width: 100%;
   color: yellow;
   /*height: auto;*/
}

.BSViolenceSexPictures {
   background-color: teal;
   height: auto;
}

.BSViolenceDiv {
   height: auto;
   width: 48%;
   background-color: black;
   color: red;
   float: left;
   opacity: .02;
   cursor: pointer;
}

.BSSexDiv {
   height: auto;
   width: 48%;
   background-color: black;
   color: yellow;
   float: right;
   opacity: .02;
   cursor: pointer;
}

#BSPanelInfo {
	display: none;
	color: yellow;
	/*visibility: none;*/
}

#BSPanelInfo2 {
	display: none;
	color: yellow;
	/*visibility: none;*/
}

#BSTitlesList {
      display: none;
      color: black;
}

.BStabs {
    clear: left;
}

.BSTab-panels {
  padding-left: 5px;
  padding-bottom: 5px;
  margin:0px;
  border: 0px red solid;
}

.BSTab-panels > ul {
    display: block;
    margin: 0;
    padding: 0;
  border: 0px blue solid;
}

.BSTab-panels > ul > li {
    padding: 5px 15px; /* padding  */
    list-style-type: none;
    display: inline-block;
    background: #000000; /* color background, .tab-panels > ul > li */
    margin: 0;
    border-radius: 25px 10px 25px 0;
    color: #fff; /* color .tab-panels > ul > li */
    font-size: 80%;
    /*font-weight: 200;*//*2A97BF*/
    border: 1px #055bfc solid; /* border .tab-panels > ul > li */
    cursor: pointer;
    background: -webkit-linear-gradient(#047FF9, #33AACE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#047FF9, #33AACE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#047FF9, #33AACE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#047FF9, #33AACE); /* Standard syntax (must be last) */
}

.BSTab-panels > ul > li:hover {
    color: #33cc66; /* color .tab-panels > ul > li:hover */
    border: 1px #2A97BF solid;
    /*font-weight: bold;*/
    font-size: 80%;
    background: #914891; /* color background, .tab-panels > ul > li:hover */
    background: -webkit-linear-gradient(#055BFC, #77F7F9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#055BFC, #77F7F9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#055BFC, #77F7F9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#055BFC, #77F7F9); /* Standard syntax (must be last) */
}

.BSTab-panels > ul > li.active {
    color: #75FF77; /* color .tab-panels > ul > li.active */
    font-size: 80%;
    background: #41B0E0; /* color background, .tab-panels > ul > li.active */
   background: -webkit-linear-gradient(#77F7F9, #055BFC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#77F7F9, #055BFC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#77F7F9, #055BFC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#77F7F9, #055BFC); /* Standard syntax (must be last) */
    border: 2px #33cc66 solid; /* border .tab-panels > ul > li.active */
}

.BSAbstractList > li {
   width: 85%;
   margin-left: 35px;
   margin-bottom: 5px;
}

.BSAbstractListMoreIndent > li {
   width: 85%;
   margin-left: 60px;
   margin-bottom: 5px;
   /*color: red;*/
}

.BSVideoGameText:first-letter {
	text-shadow: 2px -2px 3px red;
	color: #ffffff;
	padding: 0 2px 0px 0px;
	font-size: 145%;
}

.BSVideoGameText {
   cursor: pointer;
}

.BSRightArticleContent p:first-child:first-letter {
	text-shadow: 2px -2px 3px red;
	color: #ffffff; /* test */
	padding: 0 2px 0px 0px;
	font-size: 145%;
}

.BSRightArticleContent p:first-child > i {
	text-shadow: 2px -2px 3px red;
	color: #ffffff; /* test */
	padding: 0 2px 0px 0px;
	font-size: 145%;
}

.BSRightArticleContent {
	text-align: left;
	color: #000000; /* color of text in "Articles" */
	/* color: #75FF77; color of text in "Articles" */
	background: #f2f2f2; /*#2A97BF*/
	/*background: #2A97BF; #2A97BF*/
	padding: 10px 0px 10px 10px; /* padding .rightArticleContent */
	font-size: 16px; /* font size .rightArticleContent */
    border:  0px yellow groove;
	-ms-border-bottom-right-radius: 15px;
	-o-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-bottom-right-border-radius: 15px;
	border-bottom-right-radius: 15px;
	-ms-border-bottom-left-radius: 15px;
	-o-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-bottom-left-border-radius: 15px;
	border-bottom-left-radius: 15px;
	clear: both;
}

#BSIndexGenerated {
	padding: 0 15px 10px 15px; /* padding p */
	width: 95%; /* width paragraphs */
}

.BSIndexTitleGen {
   /*color: red;*/
   cursor:pointer;
}

.BSIndexLinkGen {
   padding-left: 10px;
   	color: blue; /* color ul#tilbudList a, .topp a, p a links */
   	/* color: #ffffff; color ul#tilbudList a, .topp a, p a links */
	/*text-decoration: none;*/
   cursor:pointer;
}

#BSIndexWomenList {
   padding-left: 10px;
   	color: #ffffff; /* color ul#tilbudList a, .topp a, p a links */
	/*text-decoration: none;*/
   cursor:pointer;
   font-size: 90%;
}

.BSRedHerring {
   color: #155329;
}

/* This one is probably not used anymore */
#panelsPerSe > .BSpanel {
    display: none;
    background: var(--warningRed); /* var(--basicGreen) color background, #panelsPerSe > .panel */
    padding: 3px; /* padding #panelsPerSe > .panel */
    border-radius: 0 0 10px 10px;
    width: 100%; /* width #panelsPerSe > .panel */
    margin-top: 5px;
    margin-left: 5px;
     border: 0px #047FF9 dashed;
    /*height: 700px;*/
    /*overflow: scroll;*/
}

#panelsPerSe > #leftPanels > .BSPanel {
    display: none;
    background: violet; /* red color background, #panelsPerSe > .panel */
    background: #ffffff; /* red color background, #panelsPerSe > .panel */
    /* background: var(--basicGreen); red color background, #panelsPerSe > .panel */
    padding: 3px; /* padding #panelsPerSe > .panel */
    border-radius: 0 0 20px 20px;
    width: 97%; /* width #panelsPerSe > .panel */
     border: 0px #047FF9 dashed;
}


#BSNavigationDiv {
   /*display: none;*/
   background: #1f6f8d; /* red color background, #panelsPerSe > .panel */
   font-size: 100%;
   padding: 3px; /* padding #panelsPerSe > .panel */
   border-radius: 20px 20px 20px 20px;
   width: 97%; /* width #panelsPerSe > .panel */
   border: 0px #047FF9 dashed;
}

#BSGalleryDiv {
   display: none;
   /*visibility: hidden;*/
   background: #1f6f8d; /* red color background, #panelsPerSe > .panel */
   font-size: 100%;
   margin-top: 1px;
   padding: 8px; /* padding #panelsPerSe > .panel */
   border-radius: 20px 20px 20px 20px;
   width: 97%; /* width #panelsPerSe > .panel */
   border: 0px #047FF9 dashed;
}

#BSNavigationShowHideDiv,
#BSGalleryShowHideDiv {
   display: none;
}

#BSNavigationShowHideLink,
#BSGalleryShowHideLink {
   cursor: pointer;
}

#panelsPerSe > #leftPanels > .BSPanel.active {
    display: block;
    /*border: 5px blue solid;*/
    /*border-radius: 34px;*/
}

/* rightPanels for pictures on the right */
#rightPanels {
   /*position: fixed;
   left: 65%;
   top: 100px;*/
   display: block;
   float: left;
   width: 10%;
   border: 0px yellow double;
   margin: 0px;
   padding: 15px 0px 0px 15px;
   border-left: 3px var(--warningRed) solid; /*var(--basicGreen);*/
   border-right: 3px var(--warningRed) solid; /*var(--basicGreen);*/
   background-color: #eeeeee; /*var(--basicGreen);*/
   background: -webkit-linear-gradient(left, #d2d2d2, #eeeeee 20%, #eeeeee 79%, #d2d2d2); /* For Opera 11.1 to 12.0 */
   background: -o-linear-gradient(     left, #d2d2d2, #eeeeee 20%, #eeeeee 79%, #d2d2d2); /* For Fx 3.6 to 15 */
   background: -moz-linear-gradient(   left, #d2d2d2, #eeeeee 20%, #eeeeee 79%, #d2d2d2); /* Standard syntax */
   background: linear-gradient(    to right, #d2d2d2, #eeeeee 20%, #eeeeee 79%, #d2d2d2);
   /* background: linear-gradient(    to right,var(--basicGreen), #eeeeee 20%, #eeeeee 79%, var(--basicGreen)); */
   /*height: 56px;*/
} /* end of rightPanels for pictures on the right */
/* end of rightPanels for pictures on the right */

/* BSGalleryShowHideDiv for pictures at the bottom */
#BSGalleryShowHideDiv {
   /*position: fixed;
   left: 65%;
   top: 100px;*/
   display: none;
   float: left;
   width: 50%;
   border: 0px yellow double;
   margin-top: 10px;
   padding: 15px 0px 0px 15px;
   border-left: 3px blue solid; /*var(--basicGreen);*/
   border-right: 3px blue solid; /*var(--basicGreen);*/
   background-color: #eeeeee; /*var(--basicGreen);*/
   background: -webkit-linear-gradient(left, #e0e0e0, #fefefe 20%, #fefefe 79%, #e0e0e0); /* For Opera 11.1 to 12.0 */
   background: -o-linear-gradient(     left, #e0e0e0, #fefefe 20%, #fefefe 79%, #e0e0e0); /* For Fx 3.6 to 15 */
   background: -moz-linear-gradient(   left, #e0e0e0, #fefefe 20%, #fefefe 79%, #e0e0e0); /* Standard syntax */
   background: linear-gradient(    to right, #e0e0e0, #fefefe 20%, #fefefe 79%, #e0e0e0);
   /*height: 56px;*/
} /* end of BSGalleryShowHideDiv for pictures at the bottom */
/* end of BSGalleryShowHideDiv for pictures at the bottom */

.BSRightSidePictures {
   	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition: opacity .5s, width 2s, height 2s, border 2s, transform 1.5s; /* Safari */
	transition: opacity .5s, width 2s, height 2s, border 2s, transform 1.5s; /* Safari */
	-webkit-transition-delay: .0s;
	transition-delay: .2s;
    width: 70%;
   border-radius: 55px;
   margin-left: 15px;
   opacity: .4;
}

.BSGalleryPictures {
   	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition: opacity .5s, width 2s, height 2s, border 2s, transform 1.5s; /* Safari */
	transition: opacity .5s, width 2s, height 2s, border 2s, transform 1.5s; /* Safari */
	-webkit-transition-delay: .0s;
	transition-delay: .2s;
    width: 70%;
   border-radius: 55px;
   margin-left: 15px;
   opacity: .4;
}

.BSRightSidePictures:hover {
   width: 400%;
   opacity: 1;
    -ms-transform: translateX(-80%) translateY(-15%); /* IE 9 */
    -webkit-transform: translateX(-80%) translateY(-15%); /* Chrome, Safari, Opera */
    transform: translateX(-80%) translateY(-15%);
   /*transform: translateX(200%);*/
    border: 3px #4bfd42 solid;
   border-radius: 55px;
}

.BSGalleryPictures:hover {
   width: 200%;
   opacity: 1;
    -ms-transform: translateX(30%) translateY(-69%); /* IE 9 */
    -webkit-transform: translateX(30%) translateY(-69%); /* Chrome, Safari, Opera */
    transform: translateX(30%) translateY(-69%);
   /*transform: translateX(200%);*/
    border: 3px #f2f2f2 solid;
   border-radius: 55px;
}

.BSRightSidePicturesRotate {
   	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition: opacity .5s, width 2s, height 2s, border 2s, transform 1.5s; /* Safari */
	transition: opacity .5s, width 2s, height 2s, border 2s, transform 1.5s; /* Safari */
	-webkit-transition-delay: .0s;
	transition-delay: .2s;
    width: 70%;
   border-radius: 55px;
   margin-left: 15px;
   opacity: .4;
}

.BSGalleryPicturesRotate {
   	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition: opacity .5s, width 2s, height 2s, border 2s, transform 1.5s; /* Safari */
	transition: opacity .5s, width 2s, height 2s, border 2s, transform 1.5s; /* Safari */
	-webkit-transition-delay: .0s;
	transition-delay: .2s;
    width: 70%;
   border-radius: 55px;
   margin-left: 15px;
   opacity: .4;
}

.BSRightSidePicturesRotate:hover {
   width: 400%;
   opacity: 1;
    -ms-transform: translateX(-80%) translateY(-15%) rotate(360deg); /* IE 9 */
    -webkit-transform: translateX(-80%) translateY(-15%) rotate(360deg); /* Chrome, Safari, Opera */
    transform: translateX(-80%) translateY(-15%) rotate(360deg);
   /*transform: translateX(200%);*/
    border: 3px #4bfd42 solid;
   border-radius: 55px;
}

.BSGalleryPicturesRotate:hover {
   width: 200%;
   opacity: 1;
    -ms-transform: translateX(30%) translateY(-69%) rotate(360deg); /* IE 9 */
    -webkit-transform: translateX(30%) translateY(-69%) rotate(360deg); /* Chrome, Safari, Opera */
    transform: translateX(30%) translateY(-69%) rotate(360deg);
   /*transform: translateX(200%);*/
    border: 3px #f2f2f2 solid;
   border-radius: 55px;
}

.BSEmDiscreet {
   font-size: 90%;
   font-style: italic;
   /* font-style: bold; bold is not a font-style:  */
   color: #75FF77;
   margin-top: 10px;
}

.BSEmRed {
   color: red;
   font-size: 140%;
}

#BSFirstDiv {
   /*border: 1px red ridge;*/
   /*margin: 0px;*/
   vertical-align: middle;
   height: 39px;
   font-size: 135%;
}

#BSHeader {
	border: 2px #75FF77 solid;
	background-color: #33AACE;
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 450px;
	height: 26px;
	margin: 5px 0px 35px 20px;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	color: #33cc66;
	font-size: 100%;
	font-weight: bold;
	float: left;
}

#BSHeaderFR {
	border: 2px #75FF77 solid;
	background-color: #33AACE;
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 350px;
	height: 26px;
	margin: 5px 0px 35px 20px;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	color: #33cc66;
	font-size: 100%;
	font-weight: bold;
	float: left;
}

#BSHeaderSmall {
   display: none;
   /*color:black;*/
}

#BetterSexFloatingText {
   display: none;
   /*border: 1px blue solid;*/
   padding: 30px 0px 0px 0px;
   color: rgb(255, 0, 255);
   color: rgba(255, 0, 255, 0.2);
   position: relative;
   left: 0px;
   top: 0px;
}

#BSFlags {
   position: fixed;
   left: 65%;
   top: 5px;
   width: 39px; /* width size div#flags */
   height: 25px;
   color: #ffffff; /* color div#flags */
   margin: 3px 0 0 30%;
   list-style: none;
   outline: 0px solid #33cc66;
   padding: 0px;
   float: left;
}

.BSRightArticle {
	border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    border: 0px red dashed;
	/* background for each section */
	background-color: #e0e0e0; /*!important;*/
	/*background-color: #33AACE; !important;*/
	width: 100%;
	margin-bottom: 1px;
}

.BSRightArticleTitleFrame {
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 70%;
	margin: 10px 5%;
	background-color: #eeeeee;
	float: left;
	border: 1px #75FF77 solid;
	border: 1px #000000 solid;
	background: #f2f2f2;
	/* background: #2A97BF; */
	padding: 2px;
}

.BSRightArticleTitleText {
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	float: left;
   color: #888888;
}

.BSVideoGameText:first-letter {
	text-shadow: 2px -2px 3px red;
	color: #ffffff; /* test */
	padding: 0 2px 0px 0px;
	font-size: 145%;
}

.BSrotaterl {
	cursor: crosshair;
	width: 20px; /* width .rotaterl */
	height: 20px;
   background-color: #33AACE;
	float: left;
	clear: left;
	color: black; /* color .rotaterl */
	text-align: center;
	text-shadow: 1px -1px #ffffff;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, -webkit-transform 1s; /* Safari */
	transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, transform 1s;
	/*-webkit-transition-delay: .5s;  Safari transition-delay: .5s;*/
}

.BSRotater {
	cursor: crosshair;
	width: 20px; /* width .rotater */
	height: 20px;
	background: #33AACE; /* color background, .rotater */
	float: left;
	color: black; /* color .rotater */
	text-align: center;
	text-shadow: 1px -1px #ffffff;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, -webkit-transform 1s; /* Safari */
	transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, transform 1s;
}

.BSRotaterNo {
	cursor: crosshair;
	width: 20px; /* width .rotaterNo */
	height: 20px;
	/*background: #cc99cc;*/ /* color background, .rotaterNo */
	float: left;
	color: black; /* color .rotaterNo */
	text-align: center;
	text-shadow: 1px -1px #ffffff;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: color 1s, background 1s, -webkit-transform 1s; /* Safari */
	transition: color 1s, background 1s, transform 1s;
	/*-webkit-transition-delay: .5s;  Safari transition-delay: .5s;*/
}

.BSRotater:hover {
	width: 20px; /* width .rotater:hover */
	height: 26px;
	/*background: #66cc66;*/ /* color background, .rotater:hover */
	-webkit-transform: rotate(-360deg); /* Safari */
	transform: rotate(-360deg);
	font-size: 130%; /* font size .rotater:hover */
	color: white; /* color .rotater:hover */
	text-shadow: 2px -2px #000000;
}

p.BSTempToMove {
   color: white;
}

h1.BSRedAdvarsel {
   color: var(--warningRed);
}

/* All BS are above this line... */

#resultsnow3 {
   visibility: hidden;
}

.indexTitle {
   color: var(--textGreen);
}

#IntroductionLink,
#physiologyLink,
#historyLink,
#myPastLink,
#myPresentLink,
#concreteLink,
#sexinthemediaLink {
   color: blue; /* color ul#tilbudList a, .topp a, p a links */
   /* color: #ffffff; color ul#tilbudList a, .topp a, p a links */
   /*text-decoration: none;*/
   cursor:pointer;
}

.indexLink {
   	color: #ffffff; /* color ul#tilbudList a, .topp a, p a links */
	/*text-decoration: none;*/
   cursor:pointer;
}

.clear {
   clear: both;
}

bodyhek {
   color: white;
   background-color: #ff00ff;
}

/* so that the old browser assume that then semantics HTML5 elements are blocks*/
header, section, footer, aside, nav, main, article, figure {
	display: block;
}

b.snart { color: #d807c2;
}

#panelInfo {
	display: none;
	color: yellow;
	/*visibility: none;*/
}

#panelInfo2 {
	display: none;
	color: yellow;
	/*visibility: none;*/
}

#widthDiv {
	display: block;
	float: left;
}

#heightDiv {
	display: block;
	float: right;
}

#dimWidth {
	width: 100px; /* width #dimWidth */
	display: none;
}

#topNav {
	background-color: #ffffff; /* color background, for topNav */
	width: 20%; /* width #topNav */
}

.plainLinkTemp, .plainLinkTemp:hover {
	color: #cc99cc;
}

.plainLinkTemp:hover {
	color: #33cc66;
}

.h1Temp {
	color: #cc99cc;
}

.topArrow { /* top arrow is &#9650; */
	font-size: 200%; /* font size .topArrow */
	padding-left: 5px; /* padding .topArrow */
	color: #990066; /* color topArrow */
	display: block;
	float: left;
	border: 0px red solid; /* border .topArrow */
	margin-right: 5px; /* margin .topArrow */
	opacity: .5;
	}

.topArrowSOS { /* top arrow is &#9650; */
	font-size: 200%; /* font size .topArrowSOS */
	padding-left: 5px; /* padding .topArrowSOS */
	color: #990066; /* color topArrowSOS */
	display: block;
	float: left;
	border: 0px red solid; /* border .topArrowSOS */
	margin-right: 5px; /* margin .topArrowSOS */
	/*opacity: .5;*/
	}

.upArrowPrevious { /* up arrow is &#9650; */
	font-size: 150%; /* font size .upArrowPrevious */
	padding-top: 5px; /* padding .upArrowPrevious */
	color: #cc99cc; /* color upArrowPrevious */
	display: block;
	float: left;
	border: 0px yellow solid; /* border .upArrowPrevious */
	margin-right: 5px; /* margin .upArrowPrevious */
	margin-left: 5px; /* margin .upArrowPrevious */
	opacity: .5;
}

.upArrowPreviousSOS { /* up arrow is &#9650; */
	font-size: 150%; /* font size .upArrowPrevious */
	padding-top: 5px; /* padding .upArrowPrevious */
	color: #cc99cc;; /* color upArrowPrevious */
	display: block;
	float: left;
	border: 0px yellow solid; /* border .upArrowPrevious */
	margin-right: 5px; /* margin .upArrowPrevious */
	margin-left: 5px; /* margin .upArrowPrevious */
	/*opacity: .5;*/
}

.downArrowNext { /* down arrow is &#9660; */
	font-size: 150%; /* font size .downArrowNext */
	padding-top: 5px; /* padding .downArrowNext */
	color: #33cc66; /* color downArrowNext */
	display: block;
	float: left;
	border: 0px #33cc66 solid; /* border .downArrowNext */
	margin-left: 5px; /* margin .downArrowNext */
	}

.downArrowNextSOS { /* down arrow is &#9660; */
	font-size: 150%; /* font size .downArrowNext */
	padding-top: 5px; /* padding .downArrowNext */
	color: #33cc66; /* color downArrowNext */
	display: block;
	float: left;
	border: 0px #33cc66 solid; /* border .downArrowNext */
	margin-left: 5px; /* margin .downArrowNext */
	}

#example2 {
   width:400px;
   height:300px;
   background-color: #ff00ff;
   position: absolute;
   left: 10px;
   top: 50px;
   }

#exampleGradient {
   width:400px;
   height:300px;
   background-color: #ff00ff;
   background: -webkit-radial-gradient(70% 70%,red,yellow,green);
   background: radial-gradient(at 70% 70%,red,yellow,green);
   position: absolute;
   left: 450px;
   top: 50px;
   }

.klik_hek {
   color: blue;
}

.letter_quote_hek {
   background: #ee00ee;
   color: #ffffff;
   margin-left: 50px;
   margin-right:255px;
   font-style: italic;
}

.plejedehek {
   /* font-style: bold; bold is not a font-style:  */
   color: red;
}
.ulhek {
   color: #aabbdd;
   margin-left: 35px; /* margin .downArrowNext */
   padding-left: 0px;
}
/* New jquery panels implemented from 2015-06-08 */
	/*#menuTab > #menuTabUl > li {
		list-style-type: none;
		display: inline-block;
		background: #999;
	}*/

#menuTab {
  padding-left: 5px;
}

#menuTab > ul > li {
    list-style-type: none;
    display: inline-block;
    background: #2A97BF; /* color background, #menuTab > ul > li */
    margin: 0;
    padding: 5px 15px; /* padding #menuTab > ul > li */
    border-radius: 25px 25px 25px 25px;
    border: 1px #33cc66 solid;
    color: #fff; /* color #menuTab */
    font-weight: 200;
    cursor: pointer;
    float: left;
}

.tabs {
    clear: left;
}

.tab-panels {
  padding-left: 5px;
}

.tab-panels > ul {
    display: block;
    margin: 0;
    padding: 0; /* padding .tab-panels > ul */
    /*cursor: pointer;    */
}

.tab-panels > ul > li {
    list-style-type: none;
    display: inline-block;
    background: #000000; /* color background, .tab-panels > ul > li */
    margin: 0;
    padding: 5px 15px; /* padding  */
    border-radius: 25px 10px 25px 0;
    color: #fff; /* color .tab-panels > ul > li */
    font-weight: 200;
    border: 1px #2A97BF solid; /* border .tab-panels > ul > li */
    cursor: pointer;
    background: -webkit-linear-gradient(#047FF9, #33AACE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#047FF9, #33AACE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#047FF9, #33AACE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#047FF9, #33AACE); /* Standard syntax (must be last) */
}

.tab-panels > ul > li:hover {
    color: #75FF77; /* color .tab-panels > ul > li:hover */
    /*font-weight: bold;*/
    background: #914891; /* color background, .tab-panels > ul > li:hover */
    background: -webkit-linear-gradient(#055BFC, #77F7F9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#055BFC, #77F7F9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#055BFC, #77F7F9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#055BFC, #77F7F9); /* Standard syntax (must be last) */
}

.tab-panels > ul > li.active {
    color: #75FF77; /* color .tab-panels > ul > li.active */
    background: #41B0E0; /* color background, .tab-panels > ul > li.active */
     background: -webkit-linear-gradient(#77F7F9, #055BFC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#77F7F9, #055BFC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#77F7F9, #055BFC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#77F7F9, #055BFC); /* Standard syntax (must be last) */
    border: 2px #33cc66 solid; /* border .tab-panels > ul > li.active */
}

#panelsPerSe {
  margin-left: 5px;
  width: 100%;
  height: 100%; /*It is here so that the panelHistorie can have a vertical percent value*/
}

#panelsPerSe > .panel {
    display: none;
    background: var(--basicGreen); /* red color background, #panelsPerSe > .panel */
    padding: 3px; /* padding #panelsPerSe > .panel */
    border-radius: 0 0 20px 20px;
    width: 97%; /* width #panelsPerSe > .panel */
     border: 0px #047FF9 dashed;
}

#panelsPerSe > .panel.active {
    display: block;
}

/* the little bit on the right side of the panels... */
#leftPanels {
   float: left;
   background-color: #d2d2d2; /* var(--basicGreen) warningRed */
   /*background-color: yellow;*/ /* warningRed */
   width: 75%
}

/* end of New jquery panels implemented from 2015-06-08 */

#header {
	border: 2px #33cc66 solid;
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 365px; /* width #header */
	margin: 10px 25% 5px 5%;
	/*margin-right: 25%;*/
	padding: 3px 0 0 3px; /* padding #header */
	background-color: #1E97ED; /* color background #header */
	height: 26px;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	/*text-align: center;*/
	color: #33cc66; /* color #header */
	font-size: 120%; /* font size #header */
	font-weight: bold;
	float: right;
}

#flags {
	/*position: fixed;
	left: 200px;
	top: 5px;*/
	width: 69px; /* width size div#flags */
	height: 35px; /* height size div#flags */
	color: #ffffff; /* color div#flags */
	margin: 3px 0 0 155px; /* margin size div#flags */
   list-style: none;
   outline: 0px solid #33cc66; /* outline size div#flags */
   /*background-color: #444444;*/
   padding: 0px;
}

#headerhek {
	border: 2px #33cc66 solid;
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 565px; /* width #header */
	margin: 10px 25% 5px 5%;
	/*margin-right: 25%;*/
	padding: 3px 0 0 3px; /* padding #header */
	background-color: #cc99cc; /* color background #header */
	height: 37px;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	/*text-align: center;*/
	color: #33cc66; /* color #header */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%; /* font size #header */
	font-weight: bold;
	float: left;
}

#headerEn, #headerFr {
	border: 2px #33cc66 solid;
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 405px; /* width #header, .headerInRight */
	margin: 10px 25% 5px 5%;
	/*margin-right: 25%;*/
	padding: 3px 0 0 3px; /* padding #header, .headerInRight */
	background-color: #cc99cc; /* color background #header, .headerInRight */
	height: 26px;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	/*text-align: center;*/
	color: #33cc66; /* color #header, .headerInRight */
	font-size: 120%; /* font size #header, .headerInRight */
	font-weight: bold;
	float: right;
}

#panelHistorieasdf {
   height: 75%;
   width: 55%; /* No effect for the time being */
   border: 2px #047FF9 solid;
   overflow: scroll;
}

.spanArrowDown {
	float: left;
	margin-left: 10px;
}

.spanArrowUp {
	float: right;
	margin-right: 10px;
}

.rightArticle {
	border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    border: 0px red dashed;
	/* background for each section */
	background-color: #33AACE; /*!important;*/
	width: 100%;
	margin-bottom: 1px;
}

.thirtyPercent {
	width: 30%; /* width .thirtyPercent */
}

.valignTop {
	vertical-align: top;
}

/*#velkommenArticle {
	background-color: #ffff00 !important;
	width: 100%; /* width #velkommenArticle
}

#velkommenArticle div {
	background-color: #ffff00;	  color background, #velkommenArticle div
}
*/
.rightArticleTitleFrame {
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 70%;
	margin: 10px 5%;
	background-color: #eeeeee;
	float: left;
	border: 1px #75FF77 solid;
	background: #2A97BF;
	padding: 2px;
}

.rightArticleTitleFrameNarrow {
	width: 50%;
}

.rightArticleTitleText {
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	float: left;
}

.rightArticleTitleName {
	/*float: left;*/
	/*padding: 0 0 15px 15px;*/

}

.rightArticleTitleNext {
	/*float: none;*/
}

.rightArticleContent {
	text-align: left;
	color: #75FF77; /* color of text in "Articles" */
	padding: 0 10px 10px 10px; /* padding .rightArticleContent */
	font-size: 16px; /* font size .rightArticleContent */
	background: #2A97BF;
	clear: both;
	/* This is where the gradient for the content is to be found */
	/*background: -webkit-linear-gradient(black, #666666);*/ /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(black, #666666);*/ /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(black, #666666);*/ /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(black, #666666);*/ /* Standard syntax (must be last) */
	/*background: -webkit-linear-gradient(#cc9 9cc, #33cc66);*/ /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#cc9 9cc, #33cc66);*/ /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#cc9 9cc, #33cc66);*/ /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#cc9 9cc, #33cc66);*/ /* Standard syntax (must be last) */
	/*background: -webkit-linear-gradient(#990066, #cc6699);  For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#990066, #cc6699);  For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#990066, #cc6699);  For Firefox 3.6 to 15 */
	/*background: linear-gradient(#990066, #cc6699);  Standard syntax (must be last) */
	/*background-color: yellow;*/
}

.rightArticleContenthek {
	text-align: left;
	color: #eeeeee;
	padding: 0 10px 10px 10px; /* padding .rightArticleContent */
	font-size: 16px; /* font size .rightArticleContent */
	background: -webkit-linear-gradient(#990066, #990066); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#990066, #990066); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#990066, #990066); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#990066, #990066); /* Standard syntax (must be last) */
	/*background-color: yellow;*/
	clear: both;
}

.space_before {
	border:  1px red solid;
	margin: 25px;
	padding: 25px;
}

/*.rightArticleContent  p:fi rst-letter { works, though for all paragraphs*/

.rightArticleContent p:first-child:first-letter {
	text-shadow: 2px -2px 3px red;
	color: #ffffff;
	padding: 0 2px 0px 0px;
	font-size: 145%;
}

.rightArticleContent p:first-child > i {
	text-shadow: 2px -2px 3px red;
	color: #ffffff; /* test */
	padding: 0 2px 0px 0px;
	font-size: 145%;
}

.highLetter:first-letter {
 	text-shadow: 2px -2px 3px red;
	color: #ffffff;
	padding: 0 2px 0px 0px;
	font-size: 145%;

}

i, .BSTopBorder i {
	text-shadow: 2px -2px 3px red;
	color: #ffffff; /* test */
	padding: 0 2px 0px 0px;
	font-size: 145%;

}

.BSTopBorder i {
	text-shadow: 2px -2px 3px red;
	color: #ffffff; /* test */
	padding: 0 2px 0px 0px;
	font-size: 145%;
}

.unselectable {
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
}

.dipGif {
	width: 120px; /* 149x108 */ /* width .dipGif */
	height: 85px;
	border: 2px #33cc66 solid; /* border .dipGif */
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .5;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: opacity .5s, width 2s, height 2s, border 2s; /* Safari */
	transition: opacity .5s, width 2s, height 2s, border 2s; /* Safari */
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	float: right;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.dipGif:hover {
	width: 350px; /* width .dipGif:hover */
	height: 225px;
	opacity: 1;
	border: 4px #c486bd solid; /* border .dipGif:hover */
}

.articleGif {
	float: right;
	outline: solid 15px red;
	width: 283px; /* 149x108 */ /* width .articleGif */
	height: 274px;
	border: 2px #33cc66 solid;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .5;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: opacity .5s, width 2s, height 2s, border 2s; /* Safari */
	transition: opacity .5s, width 2s, height 2s, border 2s; /* Safari */
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.articleGif:hover {
	width: 600px; /* width .articleGif:hover */
	height: 580px;
	opacity: 1;
	border: 4px #c486bd solid;
}

.rotatingSOS3 {
   /*border:  1px red double;*/
}

.rotaterl, .rotater, .rotaterR {
	cursor: crosshair;
	width: 20px; /* width .rotaterl */
	height: 20px;
	background: #1E97ED; /* color background, .rotaterl */
	float: left;
	color: #c486bd; /* color .rotaterl */
	text-align: center;
	text-shadow: 1px -1px #ffffff;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, -webkit-transform 1s; /* Safari */
	transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, transform 1s;
	/*-webkit-transition-delay: .5s;  Safari transition-delay: .5s;*/
}

.rotaterl {
	clear: left;
}

.rotater {
	color: black;
}

.rotaterR {
   color: #33cc66;
}

.rotaterNo {
	cursor: crosshair;
	width: 20px; /* width .rotaterNo */
	height: 20px;
	background: #1E97ED; /* color background, .rotaterNo */
	float: left;
	color: black; /* color .rotaterNo */
	text-align: center;
	text-shadow: 1px -1px #ffffff;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: color 1s, background 1s, -webkit-transform 1s; /* Safari */
	transition: color 1s, background 1s, transform 1s;
	/*-webkit-transition-delay: .5s;  Safari transition-delay: .5s;*/
}

.rotaterSalsaRed {
	cursor: crosshair;
	width: 20px; /* width */
	height: 20px;
	background: #1E97ED; /* color background, .rotaterSalsaRed */
	float: left;
	color: black; /* color .rotaterSalsaRed */
	text-align: center;
	text-shadow: 1px -1px #ffffff;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, -webkit-transform 1s; /* Safari */
	transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, transform 1s;
	/*-webkit-transition-delay: .5s;  Safari transition-delay: .5s;*/
}

.rotaterRed {
	cursor: crosshair;
	width: 20px; /* width .rotaterRed */
	height: 20px;
	background: #c486bd; /* color background, .rotaterRed */
	float: left;
	color: red; /* color .rotaterRed */
	text-align: center;
	text-shadow: 1px -1px #ffffff;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, -webkit-transform 1s; /* Safari */
	transition: text-shadow 1s, font-size ease-in 1s, font-size ease-out 1s, color 1s, background 1s, width 1s, height 1s, transform 1s;
	/*-webkit-transition-delay: .5s;  Safari transition-delay: .5s;*/
}

.rotaterl:hover, .rotaterR:hover {
	width: 20px; /* width */
	height: 26px;
	background: #1E97ED; /* color background, .rotaterl:hover */
	-webkit-transform: rotate(360deg); /* Safari */
	transform: rotate(360deg);
	font-size: 130%; /* font size .rotaterl:hover */
	color: #33cc66; /* color .rotaterl:hover */
	text-shadow: 2px -2px #000000;
}

.rotaterR:hover {
   color: #c486bd;
}

.rotater:hover {
	width: 20px; /* width .rotater:hover */
	height: 26px;
	background: #1E97ED; /* color background, .rotater:hover */
	-webkit-transform: rotate(-360deg); /* Safari */
	transform: rotate(-360deg);
	font-size: 130%; /* font size .rotater:hover */
	color: white; /* color .rotater:hover */
	text-shadow: 2px -2px #000000;
}

.rotaterSalsaRed:hover {
	width: 20px; /* width .rotaterSalsaRed:hover */
	height: 26px;
	background: #66cc66; /* color background, .rotaterSalsaRed:hover */
	-webkit-transform: rotate(-360deg); /* Safari */
	transform: rotate(-360deg);
	font-size: 130%; /* font size .rotaterSalsaRed:hover */
	color: #c486bd; /* color .rotaterSalsaRed:hover */
	text-shadow: 2px -2px #000000;
}

.rotaterRed:hover {
	width: 20px; /* width .rotaterRed:hover */
	height: 26px;
	background: #66cc66; /* color background, .rotaterRed:hover */
	-webkit-transform: rotate(-360deg); /* Safari */
	transform: rotate(-360deg);
	font-size: 130%; /* font size .rotaterRed:hover */
	color: #c486bd; /* color .rotaterRed:hover */
	text-shadow: 2px -2px #000000;
}

.rotaterNo:hover {
	background: #66cc66; /* color background, .rotaterNo:hover */
	color: #c486bd; /* color .rotaterNo:hover */
	height: 26px;
}

.nextSalsa_Parterapi {
	color: #339966; /* color .nextSalsa_Parterapi */
	width: 122px; /* width .nextSalsa_Parterapi */
	padding: 0px 5px 0 20px;
	float: left;
	border: 0px #cc99cc solid;
}

.nextSalsa_Parterapi > a {
	color: #339966; /* color .nextSalsa_Parterapi > a */
	color: #ffffff; /* color .nextSalsa_Parterapi > a */
	text-decoration: none;
	border: 0px blue solid;
}

.nextbeskrivelser {
	color: #33cc66; /* color .nextbeskrivelser */
	width: 10%; /* width .nextbeskrivelser */
	padding: 5px 0px 0 50%; /* padding .nextbeskrivelser */
	float: right;
}

.nextbeskrivelser > a {
	color: #33cc66; /* color .nextbeskrivelser > a */
	text-decoration: none;
	border: 0px red solid;
}

#videoerArticle {
	background: -webkit-linear-gradient(#777777, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#777777, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#777777, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#777777, #000000); /* Standard syntax (must be last) */
}

.videoContainer {
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #222288; /* color background, .videoContainer */
	background: -webkit-linear-gradient(#777777, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#777777, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#777777, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#777777, #000000); /* Standard syntax (must be last) */
	width: 60%; /* width .videoContainer */
	/*border: 5px;*/
	margin: 0 2.5% 10px 0.5%;
	padding: 5px .5% 5px .5%; /* padding .videoContainer */
}

.videoTitle {
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 125%; /* font size .videoTitle */
	font-weight: bold;
	text-align: left;
	background-color: #bbaaff; /* color background, .videoTitle */
	background: -webkit-linear-gradient(#000000, #777777); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#000000, #777777); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#000000, #777777); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#000000, #777777); /* Standard syntax (must be last) */
	width: 75%; /* width .videoTitle */
	padding: 5px 0 0 10px; /* padding .videoTitle */
	color: #ffffff;
}

.videoEmbed {
	border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #bbffaa; /* color background, .videoEmbed */
}

.videoFrame {
	padding: 0 0 0px 0px; /* padding .videoFrame */
	outline: solid 0;
	width: 140px; /* width .videoFrame */
	height: 78px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:  1px #33cc66 solid;
	-webkit-transition: width 2s, height 2s, border 2s; /* Safari */
	transition: width 2s, height 2s, border 2s; /* Safari */
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.videoFrame:hover {
	width: 640px; /* width .videoFrame:hover */
	height: 460px;
	border:  5px #cc99cc solid;
 }

.trinGif {
	width: 120px; /* width .trinGif */
	/*height: 300px;*/
	float: right;
	/*alignment-adjust: middle;*/
	/*background-color: red;*/
	/*padding: 5px;*/
	/*border: 3px blue solid;*/
	/*outline: dotted 3px green;*/
	margin-right: 10%;
	/*vertical-align: middle;*/
}

.beskrivelserContainer {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #33aace; /* color background, .beskrivelserContainer */
	width: 95%; /* width .beskrivelserContainer */
	margin-left: 5px;
}

.beskrivelserText {
	color: #75FF77; /* color .beskrivelserText */
	margin-left: 0px;
	text-align: left;
	/*font-size: 100%;*/
	padding: 0 0 0 0px; /* padding .beskrivelserText */
}

.beskrivelserLinks {
	text-align: right;
	padding: 5px 10px 10px 10px; /* padding .beskrivelserLinks */
}

.boldSpan {
	font-weight: bold;
	color: #75FF77; /* color .boldSpan */
	margin-left: 10px;
}

.boldSpancc99cc {
	font-weight: bold;
	color: #cc99cc; /* color .boldSpancc99cc */
	margin-left: 10px;
}

.boldSpanWhite {
	font-weight: bold;
	color: white; /* color .boldSpanWhite */
	margin-left: 10px;
	margin-top: 0px;
}

.boldSpanNoMargin {
	font-weight: bold;
	color: #c486bd; /* color .boldSpanNoMargin */
	color: #ffffff; /* color .boldSpanNoMargin */
	margin: 0px 0px 0px 15px;
}

/* NOT USED */
.salsared {
	color: #ff0000; /* color .salsared */
}

/* NOT USED */
.salsagreen {
	color: #33cc66; /* color .salsagreen */
}

.forklist {
	margin-left: 5px;
}

.abbreviationSection {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	background-color: #33AACE; /* color background, .abbreviationSection */
	width:50%; /* width .abbreviationSection */
	margin-bottom: 5px;
}

.trinSection {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	background-color: #33AACE; /* color background, .trinSection */
	width: 100%; /* width .trinSection */
	margin-bottom: 5px;
	padding: 0 0px 5px 5px; /* padding .trinSection */
}

.abbreviationTable {
	width: 100%; /* width .abbreviationTable */
	border: 0px blue solid;
}

.abbreviationTable tr > td:first-child {
	text-align: right;
	padding-right: 2%; /* padding .abbreviationTable tr > td:fi rst-child */
}

.descriptionTable {
	width: 100%; /* width .descriptionTable */
	border: 0px blue solid;
}

#holdTable {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 width: 90%; /* width #holdTable */
	 color: #75FF77; /* color #holdTable */
	 border: #223344;
	 background-color: #c486bd; /* color background, #holdTable */
	background: -webkit-linear-gradient(#047FF9, #33AACE); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#047FF9, #33AACE); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#047FF9, #33AACE); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#047FF9, #33AACE); /* Standard syntax (must be last) */
	 /*margin: 5px;*/
}

#holdTableFirstTr td {
	color: #ff0000; /* color #holdTableFirstTr */
	padding-bottom: 5px;
}

#holdTable td {
	padding-left: 8px; /* color #holdTableFirstTr */
	/*color: yellow;*/
	vertical-align: top;
}

#holdTable tr:last-of-type td:last-of-type {
	padding-bottom: 8px; /* color #holdTableFirstTr */
	/*color: red;*/
}

p {
	padding: 0 15px 10px 15px; /* padding p */
	width: 95%; /* width paragraphs */
}

.redHerring {
   color: #155329;
}

.tauLinks {
	color: #ffffff;
}
#tauHeader {
	background: -webkit-linear-gradient(#cc99cc, #33cc66); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc99cc, #33cc66); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc99cc, #33cc66); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc99cc, #33cc66); /* Standard syntax (must be last) */
	border: 1px red solid;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	margin: 15px 25px 15px 55px;
	font-size: 180%;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	padding: 25px;
	width: 81%;
	height: 40px;
}

.tauFlagsLeft {
	float: left;
	padding-left: 45px;
	/*border: 1px blue solid;*/
	height:40px;
}

.tauFlagsRight {
	float: right;
	padding-right: 45px;
	/*border: 1px blue solid;*/
	height:40px;
}

#tauLast {
	margin-bottom: 45px;
}

#tauHeader > p {
	width: 55%;
	/*border: 2px yellow solid;*/
	float: left;
}

.tauGeneric {
	border: 1px red solid;
	margin: 0px 25px 0px 15px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000000;
	background-color: #aaaaaa;
	/*width: 85%;*/ /* width p */
/*	font-weight: 600;*/
	font-size: 135%;
	padding-top: 15px;
	padding-left: 55px;
	padding-right: 55px;
}

.tauArticle {
	background: -webkit-linear-gradient(#fbf7fa, #33cc66); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fbf7fa, #33cc66); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fbf7fa, #33cc66); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fbf7fa, #33cc66); /* Standard syntax (must be last) */
	border: 1px red solid;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	color: #000000;
	margin: 0px 240px 0px 15px;
	padding: 15px 50px 0 55px;
	font-size: 135%;
}

.sexualityArticle {
	background: -webkit-linear-gradient(#cc99cc, #fbf7fa); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc99cc, #fbf7fa); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc99cc, #fbf7fa); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc99cc, #fbf7fa); /* Standard syntax (must be last) */
	border: 1px red solid;
	border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	color: #000000;
	margin: 0px 75px 0px 155px;
	padding: 15px 50px 0 55px;
	font-size: 135%;
}

.sexualityArticle > p, .tauArticle > p {
	padding-right: 0px;
	margin: 0;
	width: 100%;
}

.taupi {
	font-family: serif;
	/*font-size:  155%;*/
	font-weight: bold;

}

.tauBold {
	font-weight: bold;
}

.tauSmallStory {
	padding-left: 25px;
	padding-right: 100px;
	padding-top: 10px;
	font-style: italic;
}

.tauParagraphSeparator {
	color: #ffffff;
	width: 88%; /* width p */
	font-weight: 600;
	font-size: 135%;
	text-align: center;
	background-color: #000000;
	padding: 5px 0 0 0;
	text-align: center;
	margin-left: 60px;
}

#tauAnglesImage {
	margin-left: 1%;
	margin-bottom: 10px;
	border: 1px blue solid;
	width: 90%;
}

#tauYinYangPicture {
	margin: 15px;
	border: 1px blue solid;
}

#tauAnglesList > li {
	margin-left: 35px;
	margin-bottom: 10px;
}

.blackLi {
	color: black;
}

.pinkLi {
	color: #fb06dc;
}

.blueLi {
	color: blue;
}

.redLi {
	color: red;
}

.bottomp {
	padding: 0 15px 15px 15px; /* padding .bottomp */
}

.topp {
	padding: 5px 15px 18px 15px; /* padding .topp */
}

.top15p {
	padding: 15px 0 18px 15px; /* padding .top15p */
}

.variationTitle {
	margin-left: 5px;
	color: #ffffff; /* color .variationTitle */
	font-style: italic;
	font-size: 105%; /* font size .variationTitle */
	width: 90%; /* width .variationTitle */
}

.variationComment {
	margin-left: 5px;
	color: #000000; /* color .variationComment */
	font-weight: bold;
	font-style: italic;
	font-size: 90%; /* font size .variationComment */
	width: 95%; /* width .variationComment */
}

.variationCommentBig {
	margin-left: 0px;
	color: #000000; /* color .variationCommentBig */
	/*font-weight: bold;
	font-style: italic; */
	font-size: 110%; /* font size .variationCommentBig */
	width: 95%; /* width .variationCommentBig */
}

.variationText {
	margin-left: 25px;
	color: #ffffff; /* color .variationText */
	font-size: 105%; /* font size .variationText */
	width: 90%; /* width .variationText */
}

.smallstory {
	border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 5px solid #2A97BF;
	border-left: 5px solid #2A97BF;
	/*border-left: 2px solid #090;*/
	border-right: 5px solid #2A97BF;
	font-size: 100%; /* font size .smallstory */
	color: #75FF77; /* color .smallstory */
	background-color: #2A97BF; /* color background, .smallstory */
	padding: 5px 5px 5px 0px; /* padding .smallstory */
	background: -webkit-linear-gradient(#047FF9, #33AACE); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#047FF9, #33AACE); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#047FF9, #33AACE); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#047FF9, #33AACE); /* Standard syntax (must be last) */
}

.padSmallstoryBottom {
	padding: 0 0 10px 0; /* padding .padSmallstoryBottom */
}

/* tilbudList NO LONGER USED */
ul#tilbudList {
	color: #ffffff; /* color ul#tilbudList */
	margin: 0 0 0 20px;
}

/* tilbudList NO LONGER USED */
ul#tilbudList a {
	color: #155329; /* color ul#tilbudList a, .topp a, p a */
	text-decoration: none;
}

.topp a, p a {
	color: #155329; /* color ul#tilbudList a, .topp a, p a links */
	text-decoration: none;
}

p.variationTitle a, p.variationComment a {
   color:blue; /* color for links in the description section */
}

img#fixedGif {
	position: fixed;
	left: 21px;
	top: 488px;

}

ul#fixed {
	position: fixed;
	left: 1px;
	top: 40px;
	color: #ffffff; /* color ul#fixed */
	margin: 0 0 0 2px;
   list-style: none;
   font-size: 85%; /* font size ul#fixed */
   /*width: 100%;*/ /* changing this width does not make a difference, % or px... */
}

ul#fixed li {
   width: 130px; /* 130 px */ /* width ul#fixed li */
   text-align: center;
   position:relative; /* important allows to position submenus absolutely within a list item */
   opacity: 1;
   transition:all .075s ease .0s;
}

ul#fixed li:hover {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	opacity: 1;
}

/* fixed NO LONGER USED */
ul#fixed a {
	text-decoration: none;
	display: block; /* this renders the anchor easy to manipulate and behaves as a botton */
	width: 130px; /* originally 130px */ /* width ul#fixed a */
	height: 29px;
	line-height: 25px; /*line-height a problem when more than one line*/
	background-color: #c486bd; /* color background, ul#fixed a */
	border: 1px #33cc66 solid;
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 1px;
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed a {
	text-decoration: none;
	display: block; /* this renders the anchor easy to manipulate and behaves as a botton */
	width: 130px; /* width ul#fixed .sub1Fixed a */
	/*height: 32px;*/
	/*line-height: 25px;*/ /*line-height a problem when more than one line*/
	background-color: #b973b9; /* color background, ul#fixed .sub1Fixed a */
	border: 1px #33cc66 solid;
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed .sub2Fixed a {
	text-decoration: none;
	display: block; /* this renders the anchor easy to manipulate and behaves as a botton */
	width: 130px; /* width ul#fixed .sub1Fixed .sub2Fixed a */
	/*height: 29px;*/
	/*line-height: 25px;*/ /*line-height a problem when more than one line*/
	background-color: #a251a2; /* color background, ul#fixed .sub1Fixed .sub2Fixed a */
	border: 1px #33cc66 solid;
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed li {
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border: 1px red solid;*/
	margin-top: 0px; /*DO NOT make margin here, do it on the link*/
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed .sub2Fixed li {
	border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* border: 1px red solid;*/
	margin-top: 0px; /*DO NOT make margin here, do it on the link*/
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed a {
   margin-top: 1px;
}

/* fixed NO LONGER USED */
ul#fixed .sub2Fixed a {
	margin-left: 1px;
}

/* fixed NO LONGER USED */
ul#fixed li:hover > a {
   background-color: #cfc; /* color background, ul#fixed li:hover > a */
}

/* fixed NO LONGER USED */
ul#fixed li:hover a:hover {
   background-color: #33cc66; /* color background, ul#fixed li:hover a:hover */
} /*here1*/

/* fixed NO LONGER USED */
ul#fixed ul.sub1Fixed {
	display: none; /* THis is where the submenus are hidden with display: none instead of block */
	position: absolute;
	top:-100px;
	left: 110px;
}

/* fixed NO LONGER USED */
ul#fixed ul.sub1FixedShort {
	display: none; /* THis is where the submenus are hidden with display: none instead of block */
	position: absolute;
	top:-10px;
	left: 110px;
}

/* fixed NO LONGER USED */
ul#fixed ul.sub2Fixed {
	display: none; /* THis is where the submenus are hidden with display: none instead of block */
	position: absolute;
	top: -60px;
	left:110px;
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed li {
	/*border: 1px black solid;*/
	margin-top: 0px; /*DO NOT make margin here, do it on the link*/
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed a {
   margin-top: 0px;
}

/* fixed NO LONGER USED */
ul#fixed .sub2Fixed a {
	margin-top: 1px;
}

/* fixed NO LONGER USED */
ul#fixed li:hover .sub1Fixed {
   display: block;
}

/* fixed NO LONGER USED */
ul#fixed li:hover .sub1FixedShort {
   display: block;
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed li:hover .sub2Fixed {
   display: block;
}

/* fixed NO LONGER USED */
ul#fixed .sub1Fixed li:hover .sub2Fixed li:hover {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
}



/*.flagSpan {
	border: 1px #33cc66 solid;
	padding: 0;
}
*/
.flagSpan a img {
	border: 1px #33cc66 solid;
	padding: 0;
}

.generalSquareBullet {
	list-style: square;
	margin: 0 20px 0 35px;
}

.generalCircleBullet {
	list-style: disc;
	margin: 0 20px 10px 35px;
}

.generalGenericBullet {
	list-style: circle;
	margin: 0 20px 10px 35px;
}

ul.sub1Fixed, .sub1FixedShort {
	color: #ffffff; /* color ul.sub1Fixed, .sub1FixedShort */
	margin: 0 0 0 20px;
   list-style: none;
   /*outline: 3px dotted #33cc66;*/
   font-size: 85%; /* font size ul.sub1Fixed, .sub1FixedShort */
}

ul.sub2Fixed {
	color: #ffffff; /* color ul.sub2Fixed */
	margin: 0 0 0 20px;
   list-style: none;
   /*outline: 3px dotted #ff0000;*/
   /*font-size: 85%;*/
}

/*****************************************
	rules for navigation menu
*****************************************/
ul#navmenu, ul.sub1, ul.sub2 {
   list-style: none;
   font-size: 10pt; /* font size ul#navmenu, ul.sub1, ul.sub2 */
}

ul#navmenu li {
   width: 130px; /* width ul#navmenu li */
   text-align: center;
   position:relative; /* important allows to position submenus absolutely within a list item */
   float:left;
   margin-right: 6px;
}

ul#navmenu a {
   text-decoration: none;
   display: block; /* this renders the anchor easy to manipulate and behaves as a botton */
   width: 130px; /* width ul#navmenu a */
   height: 29px;
   line-height: 25px; /*line-height a problem when more than one line*/
   background-color: #fff; /* color background, ul#navmenu a */
   border-radius: 5px;
}

ul#navmenu .sub1 li {
   /*border: 1px black solid;*/
   margin-top: 0px; /*DO NOT make margin here, do it on the link*/
}

ul#navmenu .sub1 a {
   margin-top: 1px;
}

ul#navmenu .sub2 a {
   margin-left: 6px;
}

ul#navmenu li:hover > a {
   background-color: #cfc; /* color background, ul#navmenu li:hover > a */
}

ul#navmenu li:hover a:hover {
   background-color: #ff0; /* color background, ul#navmenu li:hover a:hover */
}

ul#navmenu ul.sub1 {
   display: none; /* THis is where the submenus are hidden with display: none instead of block */
   position: absolute;
   top:28px;
   left: 0px;
}

ul#navmenu ul.sub2 {
   display: none; /* THis is where the submenus are hidden with display: none instead of block */
   position: absolute;
   top: 0px;
   left:126px;
}

ul#navmenu li:hover .sub1 {
   display: block;
}

ul#navmenu li:hover {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
}

ul#navmenu .sub1 li:hover .sub2 {
   display: block;
}

ul#navmenu .sub1 li:hover .sub2 li:hover {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
}

.topArrowDescriptions { /* top arrow is &#9650; */
   font-size: 16pt; /* font size .topArrowDescriptions */
   color: #8b4383; /* color topArrowDescriptions */
}

.leftArrow { /* left arrow is &#9668; */
   font-size: 11pt; /* font size .leftArrow */
}

.rightArrow { /* right arrow is &#9658; */
	font-size: 11pt; /* font size .rightArrow */
}

.rarrow { /* right arrow is &#9654 */
   font-size: 11pt; /* font size .rarrow */
   position: absolute;
   top: 2px;
	right: 0px;
	color: #20803f; /* color .rarrow */
}

hr {
	color: #cc66cc;
	border: 1px #a03388 solid;
	/*width: 90%;*/
}

h1 {
   text-align: center;
   /*color: #004186;*/
   /*border-bottom: 2px solid #009;*/
   /*border-left: 2px solid #090;*/
   /*border-right: 2px solid #900;*/
   margin-bottom: 10px;
   color: #660000; /* color h1 */
}

h2 {
   text-align: center;
   color: #004186; /* color h2 */
}

h3 {
   color: #004186; /* color h3 */
}

h4 {
   color: #004186; /* color h4 */
}

.greybox {
   background-color: #E7E3E7; /* color background, .greybox */
   color: black; /* color .greybox */
}

.fixed_greybox {
   font-family: courier, monospace;
   background-color: #E7E3E7; /* color background, .fixed_greybox */
   color: black;
}

.bluebox {
   background-color: #C5E5FF; /* color background, .bluebox */
   color: black;
}

.fixed_bluebox {
   font-family: courier, monospace;
   background-color: #C5E5FF; /* color background, .fixed_bluebox */
   color: black;
}

#screenshot_ok_google_from_phone {
   width:  200px;
   height: 300px;
   padding-top: 15px;
   /*padding-left: 25px;*/
}

#ok_google {
   /*width:  200px;
   height: 300px;*/
   padding-top: 15px;
   /*padding-left: 25px;*/
}

#Screenshot_I_want_to_fuck_you_sweet_little_cunt {
   width:  200px;
   height: 300px;
   padding-top: 1px;
   padding-left: 18px;
}

#Screenshot_I_want_to_stick_a_knife {
   width:  200px;
   height: 300px;
   padding-top: 1px;
   padding-left: 25px;
}


@media screen and (max-width: 800px) {

   #BSFirstDiv {
      vertical-align: middle;
      height: 50px;
      font-size: 120%;
      display: none;
   }

   #BSHeader {
      height: 50px;
      border-radius: 0px;
      display: none;
   }

   #BSHeaderFR {
      height: 50px;
      border-radius: 0px;
      display: none;
   }

   #BSHeaderSmall {
      display: block;
      font-size: 180%;
      width: 320px;
      height: 30px;
      border: 2px #223344 solid;
      margin-left: 5px;
      margin-bottom: 5px;
      border-radius: 5px;
      padding-top: 0px;
      padding-bottom: 3px;
      background-color: #f2f2f2;
      /*color:black;*/
   }

   #BetterSexFloatingText {
      display: none;
      /*border: 1px blue solid;*/
      padding: 0px 0px 0px 0px;
      color: rgb(255, 0, 255);
      color: rgba(255, 0, 255, 0.2);
      position: relative;
      left: 0px;
      top: 0px;
   }

   .BSTab-panels > ul > li {
      padding: 6px 5px;
   }
   /* This is the top arrows square, placed fixed */
   #BSToTopLinkOnRight {
      font-size: 150%;
      left: 94%;
      top: 100px;
      background-color: #fefefe;
      /*color: black;*/
   }

   /* This is the bottom arrows square, placed fixed */
   #BSToBottomLinkOnRight {
      font-size: 150%;
      left: 94%;
      top: 140px;
      background-color: #fefefe;
      /*color: black;*/
   }

   /* This is the link to the index, placed fixed */
   #BSIndexLinkOnRight {
      font-size: 80%;
      left: 93%;
      top: 60px;
      background-color: #fefefe;
      /*color: black;*/
   }

   #BSHeader {
       font-size: 80%;
       height: 19px;
       padding-top: 3px;
   }

   .BSRotater {
      cursor: auto;
      -webkit-transition: none !important;
      transition: none !important;
      text-shadow: 1px -1px #ffffff;
      height: 10px;
   }

   .BSRotaterNo {
      cursor: auto;
      width: 20px;
      height: 20px;
      float: left;
      color: black;
      text-align: center;
      text-shadow: 1px -1px #ffffff;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transition: none !important;
      transition: none !important;
      /*-webkit-transition-delay: .5s;  Safari transition-delay: .5s;*/
   }

   .BSRotater:hover {
      font-size: 80%;
      -webkit-transform: none !important;
      transform: none !important;
      /*width: 20px;*/
      /*height: 26px;*/
      /*color: white;*/
      /*text-shadow: 2px -2px #000000;*/
   }

   .BSTab-panels > ul > li {
       border-radius: 5px 3px 5px 0;
   }

   .BSLineAbove {
      width: 45%;
      /*border-top: 2px #75FF77 solid;*/
      /*padding-bottom: 5px;*/
      /*margin-left: 10px;*/
   }

   .BSLineBelow {
      width: 45%;
      /*border-top: 2px #75FF77 solid;*/
      /*padding-top: 5px;*/
      /*margin-left: 20px;*/
   }

   /* Here we have the COLOR changes for 800px wide */
   #leftPanels {
      background-color: #e0e0e0;
      width: 75%
   }

   /* background color for the panels, blue for 800px and red for 480 until fixed */
   #panelsPerSe > #leftPanels > .BSPanel {
      display: none;
      background: #fefefe; /* red color background, #panelsPerSe > .panel */
      /*background: var(--basicGreen);*/ /* red color background, #panelsPerSe > .panel */
      padding: 3px; /* padding #panelsPerSe > .panel */
      border-radius: 0 0 20px 20px;
      width: 125%; /* width #panelsPerSe > .panel */
       border: 0px #047FF9 dashed;
   }


   /* General color for text everywhere */
   .BSBody {
      font-size: 100%;
      color: black;
      background-color: #e0e0e0; /*#fefefe,#f2f2f2,#e0e0e0*/
   }

   .BSTab-panels > ul > li {
      padding: 5px 15px; /* padding  */
      list-style-type: none;
      display: inline-block;
      background: #000000; /* color background, .tab-panels > ul > li */
      margin: 0;
      border-radius: 5px 3px 5px 0;
      color: #000000; /* color .tab-panels > ul > li */
      font-size: 80%;
      /*font-weight: 200;*//*2A97BF*/
      border: 1px #055bfc solid; /* border .tab-panels > ul > li */
      cursor: pointer;
      background: -webkit-linear-gradient(#fefefe, #e0e0e0); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#fefefe, #e0e0e0); /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#fefefe, #e0e0e0); /* For Firefox 3.6 to 15 */
      background: linear-gradient(#fefefe, #e0e0e0); /* Standard syntax (must be last) */
   }

   .BSTab-panels > ul > li:hover {
      color: #ff0000; /* color .tab-panels > ul > li:hover */
      border: 1px #2A97BF solid;
      /*font-weight: bold;*/
      font-size: 80%;
      background: #e0e0e0; /* color background, .tab-panels > ul > li:hover */
      background: -webkit-linear-gradient(#e0e0e0, #fefefe); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#e0e0e0, #fefefe); /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#e0e0e0, #fefefe); /* For Firefox 3.6 to 15 */
      background: linear-gradient(#e0e0e0, #fefefe); /* Standard syntax (must be last) */
   }

   .BSTab-panels > ul > li.active {
      color: blue; /* color .tab-panels > ul > li.active */
      font-size: 80%;
      background: #41B0E0; /* color background, .tab-panels > ul > li.active */
      background: -webkit-linear-gradient(#f2f2f2, #e0e0e0); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#f2f2f2, #e0e0e0); /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#f2f2f2, #e0e0e0); /* For Firefox 3.6 to 15 */
      background: linear-gradient(#f2f2f2, #e0e0e0); /* Standard syntax (must be last) */
      border: 2px blue solid; /* border .tab-panels > ul > li.active */
   }

   /* The links to change page */
   #IntroductionLink,
   #physiologyLink,
   #historyLink,
   #myPastLink,
   #myPresentLink,
   #concreteLink,
   #sexinthemediaLink {
      color: blue;
   }

   #UnsustainableWorld,
   #SexStats,
   #ParentsHistory,
   #firstWoman {
      /*margin-left: 5%;
      margin-right: 10%;
      margin-bottom: 10px;
      border: 2px #047FF9 solid;
      border-radius: 25px 25px 25px 25px;
      padding-left: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: justify;*/
      background: #f2f2f2; /*For browsers that don't support gradients*/
      background: -webkit-radial-gradient(30% 70%,#fefefe,#f2f2f2,#e0e0e0);
      background: radial-gradient(at 30% 70%,#fefefe,#f2f2f2,#e0e0e0);
   }

/* the links to the 4 collapsibles inline with gradient background*/
   .BSReturn {
      color: blue; /* color ul#tilbudList a, .topp a, p a links */
      text-decoration: none;
      cursor:pointer;
   }

   /* The sections titles: */
   .BSInlineTitle {
      color: black;
      text-shadow: 1px 1px 0px red;

   }

   /* The wide lines */
   .BSInlineTitleMoreIndent {
      color: black;
      text-shadow: 1px 1px 2px #970000;
      border-top: 0px red solid;
   }

   /* The Sections that have a show/hide function */
   .BSCollapsibleDivTitleSpan {
      color: #ff0000;
      text-shadow: 1px -1px 1px black;
    }

   /* The lines above */
   .BSLineAbove {
      border-top: 2px black solid;
      /*width: 34%;*/
   }

   /* The lines below */
   .BSLineBelow {
      border-top: 2px black solid;
      width: 34%;
   }

   .BSLineAboveMoreIndent {
      /*background-color: red;*/
      border-top: 2px #970000 solid; /*!important;*/
      margin-left: 45px; /*!important;*/
      margin-right: 245px; /*!important;*/
      width: 10%; /*!important;*/
   }

   .BSLineBelowMoreIndent {
      border-top: 2px #970000 solid; /*!important;*/
      padding-bottom: 5px; /*!important;*/
      margin-left: 45px; /*!important;*/
      width: 20%; /*!important;*/
      /*color: var(--textGreen);*/ /* #2A97BF */
   }

   /* bottom border used at bottom of physiology */
   .BSBottomBorder2 {
    border-bottom: 2px red solid;
   }

   /* the top of the section title */
   .BSRightArticle {
      background-color: yellow; /*#c7c7c7; */
   }

    /*The text to hide a collapsible with open close */
   .HideCollapsibleTitleSpan
   {
      color: blue;
   }

   /* The top border in sex section */
   .BSTopBorder {
      border-top: 2px red solid;
      /*   padding-top: 10px;
      margin-left: 10px;
      padding-right: 55px;
      width: 80%;*/
      /*padding-left: 10px;*/
   }

    /* the box in which the section titles are */
   .BSRightArticleTitleFrame {
      background-color: #e0e0e0;
      border: 1px black solid;
   }

  /* Background of a right article, only visible at the top */
   /* because the text in BSRightArticleContent below overtakes */
   .BSRightArticle {
      background-color: #fefefe;
   }

    /* The general text in a right article, the main text of a section: */
   .BSRightArticleContent {
      font-size: 100%;
      color: black;
      background: #f2f2f2;
   }

   /* The links on the index page */
   .BSIndexLinkGen {
   	color: blue;
   }

   .BSIndexTitleGen {
      color: #1ebefb;
   }

    /*Hover over index entries */
   .BSRedHerring {
      color: #008040;
   }

   .JPHighlight {
      font-style: italic;
      font-weight: bold;
      color: #ea00ea;
   }

   .BSInlineTitleIndex {
      color: black; /* #2A97BF */
      text-shadow: 1px -1px 1px black;
      /*padding-left: 10px;*/
   }

   /* first char of some first words in some first paragraphs */
   .BSRightArticleContent p:first-child:first-letter {
      text-shadow: 1px -1px 2px red;
      color: #400040;
      padding: 0 2px 0px 0px;
      font-size: 145%;
      font-weight: bold;
   }

   /* first char of some first words in some first paragraphs */
   .BSRightArticleContent p:first-child > i {
       text-shadow: 1px -1px 2px red;
       color: #400040;
       padding: 0 2px 0px 0px;
       font-size: 145%;
   }

   .BSVideoGameText:first-letter {
      text-shadow: 1px -1px 2px red;
      color: #400040;
      padding: 0 2px 0px 0px;
      font-size: 145%;
   }

   .BSRightArticleContent p:first-child:first-letter {
      font-size: 105%;
      /*text-shadow: 2px -2px 3px red;*/
      color: #400040;
      /*padding: 0 2px 0px 0px; */
   }

   /* the i at bottom of first page */
   .BSTopBorder i {
      text-shadow: 2px -2px 3px red;
      color: #400040; /* test */
      padding: 0 2px 0px 0px;
      font-size: 145%;
   }

   #BSIndexWomenList {
      color: #ff0080;
      font-size: 120%;
   }

   /* END OF COLOR CHANGES */

	#tauHeader {
      /*margin: 15px 5px 15px 55px;*/
      font-size: 140%;
      color: #000000;
      /*font-weight: 600;*/
      /*text-align: center;*/
      /*padding: 25px;*/
      width: 85%;
      height: 30px;
      margin-left: 15px;
	}

	#tauHeader > p {
      width: 55%;
      /*border: 2px yellow solid;*/
      float: left;
	}

	.sexualityArticle, .tauArticle, .tauGeneric {
	  margin: 5px 5px 5px 5px;
	  padding: 30px 45px 10px 15px;
	  font-size: 135%;
	}

	#tauAnglesImage {
	  margin-left: 10px;
	  margin-bottom: 10px;
	  border: 1px yellow solid;
	  width: 85%;
	}

	#tauYinYangPicture {
	  border: 1px yellow solid;
	  width: 95%;
	}

	.tauFlagsLeft {
	  height: 30px;
	  padding-left: 15px;
	}

	.tauFlagsRight {
      height: 30px;
      /*		padding-left: 15px;*/
	}

	#topNav {
      width: 80%;
	}

	#menuTab > ul > li {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}

	.tab-panels > ul > li {
      padding-top: 10px; /* padding-top .tab-panels > ul > li */
      padding-bottom: 10px; /* padding-bottom .tab-panels > ul > li */
	}

	.topArrow { /* top arrow is &#9650; */
      font-size: 250%;
      padding-right: 10px;
      border: 0px #aabbee solid;
	}

	.upArrowPrevious { /* up arrow is &#9650; */
      font-size: 180%;
      padding-left: 10px;
      padding-right: 15px;
      border: 0px #aabbee solid;
	}

	.downArrowNext { /* down arrow is &#9660; */
      font-size: 180%;
      padding-left: 10px;
      border: 0px white solid;
	}

	.navArrows {
      /*display:block;*/
      width: 30%;
      float: right;
      border: 2px yellow solid;
	}

	#panelsPerSe > .panel {
      background: red;
      width: 99%;
      height: auto;
	}

	.rightArticleTitleFrame {
      border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      /*border: 4px blue solid;*/
      font-size: 103%;
      width: 55%;
      margin: 5px 5px 0px 0;
      padding-top: 5px;
      padding-right: 5px;
      float: right;
	}

	.rightArticleTitleText {
      /*font-size: 125%;*/ /* font-size .rightArticleTitleText */
      /*font-weight: bold;*/ /* font-weight .rightArticleTitleText */
      padding-right: 10px;
      float: right;
	}

	.nextSalsa_Parterapi {
	  border: 0px blue solid;
	}

	.rightArticleContent {
      text-align: left;
      color: #75FF77;
      padding: 0 10px 10px 10px;
      clear: both;
	}

	.rightArticleContenthek {
      text-align: left;
      color: #ffffff;
      padding: 0 10px 10px 10px;
      clear: both;
	}

	.beskrivelserText {
	  font-size: 70%;
	}

   #rightPanels {
      display: none;
   }

   #BSGalleryDiv {
      display: block;
      width: 260px;
      background: #f2f2f2;
      border-radius: 5px 3px 5px 0;
      margin-left: 5px;
      margin-bottom: 20px;
      border: 1px blue solid;
   }

   #BSNavigationDiv {
      /*width: 260px;*/
      margin-top: 1px;
      background: #f2f2f2;
      border-radius: 5px 3px 5px 0;
      margin-left: 5px;
      border: 1px blue solid;
   }
} /* end of full size */
/* end of 800 */

@media screen and (max-width: 480px) {

	body {
		font-size: 95%; /* font size body @media (max-width: 480px) */
		/*background-image: url("../../img/640x800.gif");*/ /* background-image body @media (max-width: 480px) */
	}

	p {
		padding: 0 15px 5px 15px; /* padding p @media (max-width: 480px) */
	}

   /* This is the top arrows square, placed fixed */
   #BSToTopLinkOnRight {
      font-size: 120%;
      left: 90%;
      top: 100px;
   }

   /* This is the bottom arrows square, placed fixed */
   #BSToBottomLinkOnRight {
      font-size: 120%;
      left: 90%;
      top: 140px;
   }

   /* This is the link to the index, placed fixed */
   #BSIndexLinkOnRight {
      font-size: 70%;
      left: 89%;
      top: 60px;
   }

   #BSHeaderSmall {
      /*display: block;*/
      font-size: 150%;
      width: 228px;
      height: 25px;
      /*border: 2px #223344 solid;*/
      margin-left: 25px;
      border-radius: 5px;
      padding-top: 3px;
   }

   #panelsPerSe > #leftPanels > .BSPanel {
       display: none;
       background: red; /* red color background, #panelsPerSe > .panel */
       /*background: var(--basicGreen);*/ /* red color background, #panelsPerSe > .panel */
       padding: 3px; /* padding #panelsPerSe > .panel */
       border-radius: 0 0 20px 20px;
       width: 125%; /* width #panelsPerSe > .panel */
        border: 0px #047FF9 dashed;
   }

	#panelsPerSe > .panel {
		background: #cc99cc; /* color background, #panelsPerSe > .panel @media (max-width: 480px) */
		/*display: block;*/
	}

	/*#menuTab, .tab-panels, #topNav,*/ .nextSalsa_Parterapi{
		display: none;
	}

	#tauHeader {
		/*margin: 15px 5px 15px 55px;*/
		font-size: 130%;
		color: #ffff00;
		/*font-weight: 600;*/
		/*text-align: center;*/
		padding: 15px;
		width: 85%;
		height: 30px;
		border: 1px yellow solid;
	}

	.tauFlagsLeft {
		height: 25px;
		padding-left: 5px;
	}

	.tauFlagsRight {
		height: 25px;
		padding-left: 0px;
		padding-right: 0px;
	}

	#tauHeader > p {
		width: 60%;
		/*border: 2px yellow solid;*/
		float: left;
	}

	#tauAnglesImage, #tauYinYangPicture {
		width:  100%;
		border:  1px red solid;

	}

	#topNav {
		/*background-color: #ffffff;*/ /* color background, for topNav */
		width: 80%; /* width #topNav */
		margin-left: 20%;
	}

	#header, .headerInRight {
		margin-right: 5%;
	}

	.rightArticleTitleFrame {
		font-size: 103%;
		width: 95%;
		margin: 5px 2% 0px 2%;
	}

	.rightArticleTitleText {
		font-size: 100%; /* font-size .rightArticleTitleText */
		font-weight: bold; /* font-weight .rightArticleTitleText */
		padding-left: 10%;
		float: left;
	}

	.dipGif:hover {
		width: 335px; /* width .dipGif:hover */
		height: 215px;
		opacity: 1;
		border: 4px #c486bd solid; /* border .dipGif:hover */
	}

	.nextSalsa_Parterapi {
		/*visibility: hidden;*/
	}

	.downArrowNext { /* down arrow is &#9660; */
	font-size: 220%; /* font size .downArrowNext @media (max-width: 480px) */
	top: 10px;
	 /*right: 0px;*/
	}

	.rightArticle {
		border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		/* background for each section */
		background-color: #444444; /*!important; *//* color background, .rightArticle @media (max-width: 480px) */
		width: 100%; /* width .rightArticle @media (max-width: 480px) */
		margin: 0%;
		padding: 0px; /* padding .rightArticle @media (max-width: 480px) */
	}

	.videoTitle, .variationTitle, .variationComment, .smallstory {
		font-size: 95%; /* font size .videoTitle, .variationTitle, .variationComment, .smallstory @media (max-width: 480px) */
	}

	.rightArticle:hover .rightArticleContent {
		display: block;
	}

	.rightArticleContent:hover .rightArticleContent {
		display: none;
	}

	.rightArticleContent {
		font-size: 95%; /* font size .rightArticleContent @media (max-width: 480px) */
		padding: 10px 0 0 10px; /* padding rightArticleContent @media (max-width: 480px) */
	}

	h1 {
		text-align: left;
		color: #ffff00;
		margin-left: 10px;
		font-size: 120%; /* font size h1 @media (max-width: 480px) */
		background-color: #aabbcc; /* color background, h1 @media (max-width: 480px) */
	 }

	.beskrivelserText {
	  font-size: 60%; /* font-size .beskrivelserText @media screen and (max-width: 480px) */
	}
} /* end of 480 */
/* end of 480 */

/*SOS red: #c486bd;*/
/*SOS green: #33cc66;*/

 /* *Videos:

The general embedd syntax is:
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZROS_k1wy9M" frameborder="0" allowfullscreen></iframe>

Grundtrin: https://www.youtube.com/embed/ZROS_k1wy9M
Enchufla rette trin: https://youtu.be/WMsbaEfMGbc
Enchufla doble: https://youtu.be/0JB9x3jWjeE
EDLQN: https://youtu.be/jTI4rJcopDo
Voofla: https://youtu.be/VBXMzG5IH4Y
Triple: https://youtu.be/6qxmS0Vwpbs
PMPT1: https://youtu.be/C-3zSIbE_VY
PMPT2: https://youtu.be/V_SxYZ-fEzg
PMPT3: https://youtu.be/6t2HvIbPTnk
PMPT4: https://youtu.be/LrxTTT9mKNc */
