/* CSS Document */
@charset "utf-8";

html, body{
    height: 100%;
    margin: 0;
    }

body{
    background-color: #DDDDDD;
    margin: 0;
    font: 0.7em Tahoma, sans-serif;
    }

.container{
    background-color: #DDDDDD;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
           /*background-image: url(IMG_1584.png);*/
    }

/* MENU */

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 2px 16px;
  text-decoration: none;
  font-size: 12px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.headImg  {
	width: 100%;
	height: auto;
	display: block;
}

#topheader {
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
}

/* FOOTER */

#footer{
    float:center;
 	max-width: 100%;
   /*	border:solid 1px #666666;  */
 	background-color:#BBBBBB;
	padding:10px;
}

#footer2{
    float:center;
	height: 100px;
 	max-width: 100%;
	border:solid 1px #666666;
 	background-color:#0066FF;
	padding:5px;
}

/* TEKST */

.bodytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 35px;
	color: #666666;
	margin-left: 2px;
	margin-right: 3px;
}

.maintext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-left: 2px;
	margin-right: 3px;
}

.maintext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.maintext a:hover{
	text-decoration:underline;
	color: #0000FF;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
  /*	font-weight:bold;    */
	color:#000000;
}

.undertekst {
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
    text-align: center;
   /*	font-weight:bold;   */
	color:#CC0000;
}

.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext2 {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#CC0000;
    padding: 15px;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
	color: #0000FF;
}


.TekstBox {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 15px 15px;
    position: absolute;
}

/*   Til tekst forsiden */

* {
  box-sizing: border-box;
}

/* Laver tre bokse ved siden af hianden */
.column {
  float: left;
  width: 33.33%;
  padding: 15px;
  height: 150px; /*  Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* flyttet fra index */

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}
.TekstBox {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 15px 15px;
    position: absolute;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}
.newspaper {
    column-count: 3;
    column-gap: 40px;
}
.bottom-left {
    position: absolute;
    bottom: 10px;
    left: 16px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}
.logo-right {
    position: absolute;
    bottom: 20px;
    right: 5px;
}