
/* Generelle styles */

body {
  font-family: 'Montserrat', sans-serif;
  color:#081823;
  margin-top: 130px;
  margin-bottom:100px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #081823;
}

a:visited {
  text-decoration: none;
  color: #081823;
}

a:hover {
  text-decoration: none;
  color: #081823;
}

a:active {
  text-decoration: none;
  color: #081823;
}

a.button :link {
  text-decoration: none;
  color: white;
}

a.button:visited {
  text-decoration: none;
  color: white;
}

.button {
	border-radius: 50px;
	background-color: #183142;
	color:white;
}

.button:hover, .button:focus {
    background-color: #264d68;
    color: white;
}

.buttonslet {
	color:white;
	background-color: #db2916;
}

.buttonslet:hover, .buttonslet:focus {
    background-color: #ff503e;
    color: white;
}

.buttonopret {
	color:black;
	background-color: #3adb76;
}

.buttonopret:hover, .buttonopret:focus {
    background-color: #45fc89;
    color: black;
}


/* Specielle styles */

.header {
	background-color:#081823;
	padding:0px;
	position: fixed;
    top: 0;
	z-index:1000;
	width:100%;
}

.editor {
	color:white;
	font-size:110%;
	writing-mode:vertical-rl;
	position: relative;
	top:4px;
}

.editorsmall {
	color:white;
	font-size:75%;
	writing-mode:vertical-rl;
	position: relative;
	top:4px;
}

.opretknap {
	font-size:130%;
	font-weight:600;
	border-radius:50px;
	background-color:white;
	color:black;
	padding:10px 30px 10px 30px;
}

.footer {
	height:50px;
	width:100%;
	background-color:#081823;
	color:white;
	font-size:130%;
	padding:10px 0px 0px 0px;
	margin:60px 0px 0px 0px;
	position: fixed;
    bottom: 0;
	z-index:1000;
}

.logobox {
	width:300px;
	font-size: 60pt;
	font-weight:700;
	line-height:1;
	text-transform: uppercase;
	padding: 10px 0px 10px 20px;
	color:white;
	text-align: right;
}

.logoboxsmall {
	width:200px;
	font-size: 20pt;
	font-weight:700;
	line-height:1;
	text-transform: uppercase;
	padding: 10px 0px 10px 20px;
	color:white;
	text-align: right;
}

.burgerheader {
	height:35px; 
	margin-left:0px;
	
}





/* Menu boks */

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
}

.is-dropdown-submenu {
	border: 0px black solid;
	box-shadow: 0px 0px 15px lightgrey;
	background-color:white;
}

.menu .button, .menu a {
	color: black;
}

.loginfelter {
	background-color:white;
}


/* Dashboard */

/* Switch */
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 62px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: red;
  transition: background-color ease 0.3s;
}

.toggle:before {
  content: "on off";
  display: block;
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 11px/28px Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -23px;
  word-spacing: 33px;
  color: #fff;
  white-space: nowrap;
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked {
  background-color: #4CD964;
}

.toggle:checked:before {
  left: 32px;
}


/* Tooltip */

.has-tip {
	z-index:2000;
}

/* Story */

.storyname {
	font-size: 200%;
	font-weight:600;
	padding:0px 30px 0px 0px;
	margin:0px 0px 10px 0px;
	line-height:1;
}

.storynoter {
	font-size:80%;
	color:black;
	border:1px solid black;
	padding: 5px 15px 5px 15px;
	margin: 0px 10px 0px 0px;
}

.storyslet {
	font-size:80%;
	padding: 5px 15px 5px 15px;
	margin: 0px 10px 0px 0px;
}

.storyapi {
	font-size:80%;
	color:white;
	background-color: #183142;
	padding: 5px 15px 5px 15px;
	margin: 0px 10px 0px 0px;
}

.spilkode {
	font-size:150%;
	text-transform: uppercase;
	font-weight: 600; 
	padding:6px 10px 4px 15px;
	border: 1px solid black; 
}

.kode {
	font-weight: 400;

}

.addchapter {
	width:50px;
	height:50px;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 30px;
	transition: background-color 1s ease-out 50ms
}

.addchapter:hover {
  background-color: #eeeeee;
}



/* Kapitelside */

.kapiteltag {
	font-size:30%;
}

.accordion-title {
	font-size: 150%;
	font-weight:600;
	color:black;
	text-transform: uppercase;
}

.accordion-title:hover {
	background-color:#eeeeee;
	color:black;
	transition: background-color 1s ease-out 1ms
}

.accordion-title:focus {
	background-color: white;
	color: black;
}

.accordion-content {
	
}

.kapitelknap {
	font-size:80%;
	padding: 5px 15px 5px 15px;
	margin: 0px 10px 0px 0px;
}

.mediathumbnail {
	width:50px;
	height:50px;
    border: 2px solid black;
}

.mediathumbnail:hover {
    width:100px;
	height:auto;
}


/* Preview */

#extxt p {
	line-height: 1;
}

/* scrollbar width */
::-webkit-scrollbar {
  width: 6px;
}

/* scrollbar Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}

/* scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/*color picer*/

.huebee {
  transition: none; /* disable reveal/hide transition */
}

.huebee__container {
  background: #444;
  border: 1px solid #222;
  border-radius: 20px;
}

.huebee__cursor {
  border: 2px solid #19F;
}

.huebee__close-button {
  background: red;
}

.huebee__close-button__x {
  stroke-width: 2;
}

.clr-field button {
	height:39px;
	margin-top:-8px;
}


/* Chapters sortering */

 #chapterssortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#chapterssortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 60px; border:0px; margin:0px;}
#chapterssortable li span { position: absolute; margin-left: -1.3em; }

.roundcorners {
	border-radius: 50px;
}