/* -------- BEGIN BODY -------- */
body {
    font-family: 'Arvo', serif;
    /*font-family: 'Arial', sans-serif;*/
    letter-spacing: 0.1em;
    background-color: #efefef;
	color: #000000;
}

.container-fluid{
/*line-height: 1.3em;*/
}

hr {
  border-top: 1px dotted #000000;
}
 /* -------- END BODY --------- */
      
/* -------- BEGIN YOUTUBE EMBED -------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* -------- END YOUTUBE EMBED ---------- */

/* -------- BEGIN AUDIOPLAYER -------- */
.mediatec-cleanaudioplayer{
width: 100%;
}   
/* -------- END AUDIOPLAYER ---------- */

/* -------- BEGIN MENU -------- */
nav {
z-index: 100;
}

.knappen{
font-size: 1.2em;
}

li.knappen:hover{
	background-color:#cccccc;
}

.tynd{
font-size: 1.2em;
}
/* -------- END MENUN -------- */

/* -------- BEGIN MEDIA -------- */
p {
    font-size: 16px;
}

@media all and (max-device-width: 720px){
    p {
        font-size: 16px;
    }
}

@media all and (max-device-width: 640px){
    p {
        font-size: 18px;
    }
}

@media all and (max-device-width: 320px){
    p {
        font-size: 20px;
    }
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

.fa-spotify{
	color: #1DB954;
}

.fa-facebook{
	color: #456EF1;
}
/* -------- END MEDIA ---------- */

/* -------- BEGIN BUTTONS -------- */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #6E974F;
    border-radius: 12px;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #6E974F;
    outline: 0;
    color: #000000;
    background-color: #ffffff;
}

.navbar-btn{
	background-color: #990000;
	border-color: #ffffff;
}

.btn-red{
	background-color: #990000;
}

/* -------- END BUTTONS --------- */

/* -------- BEGIN HEADERS -------- */

h1{
font-size: 2em;
}

h2{
font-size: 1.6em;
}

h2 {
margin-left:0px;
margin-right:0px;
margin-bottom: 10px;
padding:10px;
width:auto;
color: #333333;
background-color: #cccccc;
border:1px solid #333333;
}

h3{
font-size: 1.4em;
}

h3 {
margin-left:0px;
margin-right:0px;
margin-bottom: 10px;
padding:10px;
width:auto;
color: #333333;
background-color: #e5e4e2;
border:1px dotted #333333;
}
/* -------- END HEADERS ---------- */

/* -------- BEGIN LINKS -------- */
a{
color: #990000;
}

a:hover{
color:#ffffff;
background-color:#000000;
}

a.link{
font-weight: bold;
color: #990000;
}

li a:hover{
color:#ffffff;
background-color:#000000;
}
/* -------- END LINKS ---------- */

/* -------- BEGIN COLLAPSIBLE DIV -------- */
.collapsiblePK {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #666666;
  text-align: center;
  outline: none;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
}

.active, .collapsiblePK:hover {
  background-color: #555;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.contentPK {
  padding: 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  color: #000000;
}
.buttonPKodd {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  margin-top: 2px;
  margin-bottom: 2px;
}
.buttonPKeven {
  background-color: #cccccc;
  color: black;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  margin-top: 2px;
  margin-bottom: 2px;
}
.contentPK h3{
color: #000000;
}

.contentPK a{
color: #000000;
font-weight: bold;
}

/* -------- END COLLAPSIBLE DIV ---------- */

/* -------- BEGIN FORMS -------- */
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 4px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  color: #000000;
  font-size: 1.2em;
}

input[type=text]:focus {
  background-color: lightblue;
}

textarea:focus {
  background-color: lightblue;
}

label{
font-weight: bold;
 font-size: 1.4em;
}

.formfield * {
  vertical-align: middle;
}

textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #ccc;
}

input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 4px solid #ccc;
  box-sizing: border-box;
}

input[type="radio"]{
   appearance: none;
   border: 4px solid #999999;
   width: 30px;
   height: 30px;
   content: none;
   outline: none;
   margin: 0;
   margin-left: 16px;
   margin-right: 6px;
   border-radius: 100px;
   /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

input[type="radio"]:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
}

input[type="radio"]:checked::before{
  position: absolute;
  color: green !important;
  content: "\00A0\2713\00A0" !important;
  border: 4px solid green;
  font-weight: bolder;
  font-size: 21px;
}

/* -------- END FORMS ---------- */

/* -------- BEGIN PARAGRAPHS -------- */
p{
line-height: 1.8em;
}
/* -------- END PARAGRAPHS ---------- */

/* -------- BEGIN IMAGES -------- */
img {
  border: 1px solid #ffffff;
}
/* -------- END IMAGES ---------- */

/* -------- BEGIN ERRORS AND WARNINGS -------- */
.error{
	color: #ff0000;
}
/* -------- END ERRORS AND WARNINGS ---------- */

/* -------- BEGIN WHITE ON BLACK -------- */
/*
body {
    background-color: #000000;
	color: #ffffff;
}
*/
/* -------- END WHITE ON BLACK ---------- */

/* -------- BEGIN MORE BUTTONS -------- */
a.widebutton {
  background-color: #980000;
  color: #ffffff;
  width:75%;
  padding: 14px 25px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.6em;
}

a.widebutton2 {
  background-color: #003366;
  color: #ffffff;
  width:75%;
  padding: 14px 25px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.6em;
}

a.widebutton3 {
  background-color: #339966;
  color: #ffffff;
  width:75%;
  padding: 14px 25px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.6em;
}

a.widebutton4 {
  background-color: #cc6600;
  color: #ffffff;
  width:75%;
  padding: 14px 25px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.6em;
}

a.widebutton:hover{
  background-color: #ffffff;
  color: #000000;
}

a.widebutton2:hover{
  background-color: #ffffff;
  color: #000000;
}

a.widebutton3:hover{
  background-color: #ffffff;
  color: #000000;
}

a.widebutton4:hover{
  background-color: #ffffff;
  color: #000000;
}

div.vigtigt{
  background-color: #ffffff;
  width: 75%;
  border: 6px solid #990000;
  padding: 20px;
  margin: auto;
}

.rund{
	border-radius: 25px;
	border: 4px solid #000000;
	width: 75%;  
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	font-size: 1.4em;
	/*box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 13px;*/
}

.rund:hover {
	background-color: #ffffff;
	color: #000000;
}

.rundfarve1{
	background-color: #980000;
}

.rundfarve2{
	background-color: #003366;
}

.rundfarve3{
	background-color: #339966;
}

.rundfarve4{
	background-color: #cc6600;
}
/* -------- END MORE BUTTONS ---------- */