@charset "UTF-8";

/** CSS Reset **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* CSS Document */
html, 
html * {
	box-sizing: border-box;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 10;
	margin-right: 2;
	margin-bottom: 2;
	margin-left: 2;
	padding-top: 1;
	padding-right: 1;
	padding-bottom: 1;
	padding-left: 1;
}

a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #7F5646;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
}
/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:80px;
	height: 30px;
	text-align: center;
	line-height: 10px;
	color: #fff;
	text-decoration: none;
	max-width: 100%;
}
/*Hover state for top level links*/
li:hover a {	
	text-decoration: none;
	color: #fff;
	background: #CC0000;
}
/*Style for dropdown links*/
li:hover ul a {
	background: #FFF;
	color: #CC0000;
	height: 30px;
	line-height: 15px;
	font-size: 12px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #CCC;
	color: #fff;	
	/*background-color: #fff;*/
}

/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}
/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 20px 20px 20px 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #FFF;
	text-align: center;
	padding: 10px 0px;
	display: none;
	background-color: #C00;
	white-space: normal;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

body {
}
header {
	padding: 20px 0px 0px 0px;
	font-size:14px;
	background-image: url(../images/Baggr_top.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 80px;
	background-color: #FFF;
	/*position: fixed;
	width: 1200px;
	top: 0px;*/
}
	/*Parallax effekt*/
.pimg1, .pimg2, .pimg3{
  	position:relative;
  	opacity:1.00;
  	background-position:center;
  	background-size:cover;
  	background-repeat:no-repeat;

  	/*
    fixed = parallax
    scroll = normal
  	*/
  	background-attachment:fixed;
}

.pimg1{
	background-image:url(../images/parallax1792-1.jpg);
	min-height:400px;
}
.pimg2{
	background-image:url(../images/courdecomerce_big.jpg);
	min-height:400px;
}
.pimg3{
	background-image:url(../images/1870parallax.jpg);
	min-height:400px;
}
	
.ptext{
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	color:#000;
	font-size:27px;
	letter-spacing:8px;
	text-transform:uppercase;
}

.ptext .border{
  	background-color:#990000;
  	color:#fff;
  	padding:20px;
}

.ptext .border.trans{
  	background-color:transparent;
	color:#000;
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin-top: 0px;
}

footer {
	background-color: #e2dbd5;
	color: #333;
	font-size: 10px;
	background-image: url(../images/baggr_bund.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 95px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-color: #e2dbd5;
	background-repeat: repeat-y;
	background-position: center;
	-webkit-text-size-adjust: 100%;
	/*padding-top: 100px;*/
}
main {
	background-image: url(../images/baggr1pxhigh.jpg);
	background-color: #ffffff;
	background-repeat: repeat-y;
	/*background-position: center;*/
}
table1 {
	cellpadding: 5;
	}
strong { 
	font-weight: bold; 
}
hr {
	max-width: 1200px;
	margin-left: 0px;
	margin-right: 0px;
}
.style-logo {
	margin-left: 20px;
	margin-right: auto;
	margin-bottom:22px;
	display: block;
	width: 210px;
}
.style-logo-hero {
	opacity: 0.2;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
}

.hero {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 0px 20px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	min-height: 270px;
	width: 100%;
	/*font-weight: 400;*/
	margin-bottom: 0px;
	background-position: halign center;
}

h1 {
	font-size: 48px;
	text-transform: none;
	margin-bottom: 20px;
	text-shadow: 3px 3px 5px #333;
}

h2 {
	font-size: 30px;
	text-transform: none;
	margin-bottom: 20px;
	font-weight: 400;
}

h3 {
	text-transform: none;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 10px;
	font-weight: 200;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	font-style: italic;	
	/*margin-bottom: 10px;*/
}
h7 {
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;	
	margin-bottom: 10px;
}
h8 {
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
	text-transform: none;	
	margin-bottom: 50px;
	/*text-shadow: 3px 3px 5px #333;*/
}
h9 {
	font-size: 12px;
	font-weight: 200;
	margin-bottom: 16px;
	line-height: 13px; 	
}

h10 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 16px;
	line-height: 20px; 	
}

h11 {
	font-size: 26px;
	text-transform: none;
	margin-bottom: 20px;
	font-weight: 400; 	
}


p {
	/*font-size: 16px;*/
	margin-bottom: 16px;
	line-height: 18px;
	font-size: 14px;
}
em	{
	font-style: italic;
}

.button {
	/*border: 2px #FFFFFF solid;*/
	padding: 6px 15px;
	border-radius: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCC;
}
a.button-red{
    color: #FFF;    
}
.button-red {
	/*border: 2px #FFFFFF solid;*/
	background-color: #990000;
	border-radius: 12px;
	color: #FFFFFF;
	padding: 5px 12px;
	text-decoration: none;
	font-size: 12px;	
	
	/*display: inline-block;*/
}
.info-box-white-left {
	background-color: #ffffff;
	color: #333333;
	padding: 0px 20px 0px;
	text-align: left;
}
.info-box-left {
	color: #333333;
	padding: 0px 20px 30px;
	text-align: left;
}

.info-box-white-right {
	background-color: #ffffff;
	color: #333333;
	padding: 20px 20px 40px;
	text-align: right;
}
.info-box-white {
	background-color: #ffffff;
	color: #333333;
	padding: 30px 20px 30px;
	text-align: center;
	min-height: 100%;	/*border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-radius: 0px 0px 0px 20px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;*/
}
.info-box-white-3sp {
	background-color: #ffffff;
	color: #333333;
	padding: 30px 20px 30px;
	text-align: center;
	min-height: 70px;
	/*border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-radius: 0px 0px 0px 20px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;*/
}

.info-box-billedtekst {
	background-color: #ffffff;
	color: #333333;
	padding: 0px 20px 15px;
	text-align: center;
	min-height: 20px;
	/*border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-radius: 0px 0px 0px 20px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;*/
}

.info-box-gray-left {
	background-color: #cccccc;
	color: #333333;
	padding: 0px 20px 0px;
	text-align: left;
	margin-top: 10px;
}
.info-box-gray-center {
	background-color: #cccccc;
	color: #333333;
	padding: 20px 20px 20px;
	text-align: center;
	
	}
.info-box-gray-low2 {
	background-color: #cccccc;
	color: #333333;
	padding: 10px 10px 10px 10px;
	text-align: left;
	min-height: 40px;
	border-radius: 10px 0px 10px 10px;
}

.info-box-white-history {
	background-color: #FFFFFF;
	color: #333;
	padding: 30px 20px 30px;
	text-align: center;
	min-height: 70px;
	background-image: url(../images/HlHistory.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.info-box-white-gallery {
	background-color: #ffffff;
	color: #333333;
	padding: 30px 20px 40px;
	text-align: center;
	min-height: 70px;
	background-image: url(../images/HlGallery.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.info-box-white-people {
	background-color: #ffffff;
	color: #333333;
	padding: 30px 20px 40px;
	text-align: center;
	min-height: 70px;
	background-image: url(../images/HlPeople.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.info-box-white-foto {
	color: #333333;
	padding: 0px 10px 3px 10px;
	text-align: center;
	font-size: 16px;
}
.info-box-white-foto2 {
	color: #333333;
	padding: 0px 10px 3px 10px;
	text-align: center;
	font-size: 16px;
}
.info-box-faq {
	background-color:#FFF;	
	color: #333333;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-size: 12px;
	min-height: 100%;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 10px 0px 10px 10px;
}
.info-box-opacity-foto {
	color: #fff;
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-size: 11px;
	opacity: 50%;
	vertical-align: baseline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.info-box-white-foto-right {
	color: #333333;
	padding: 0px 20px 0px;
	text-align: center;
}
.info-box-white-foto-left {
	color: #333333;
	padding: 0px 20px 0px;
	text-align: center;
}
.info-box-white-video {
	color: #333333;
	padding: 0px 0px 0px;
	text-align: center;
}
.info-box-white-quiz {
	color: #333333;
	padding: 0px 0px 0px;
	text-align: center;
	overflow: auto;
}
.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 40px;
	text-align: center;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 40px;
	text-align: center;
}
.info-box-dark-left {
	background-color: #2D2D35;
	color: #fff;
	padding: 5px 20px 5px;
	text-align: left;
}
.info-box-dark-low {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 10px 10px 5px;
	text-align: center;
	min-height: 40px;	
}
.info-box-grey-low {
	background-color: #CCCCCC;
	color: #FFFFFF;
	padding: 4px 10px 0px 10px;
	text-align: center;
	min-height: 30px;
	font-size: 18px;
	padding-bottom: 0px;
	max-width: 80px;
	float: right;
	max-height: 45px;
	border-radius: 10px 0px 10px 10px;
	min-width: 45px;
}
.info-box-red {
	background-color: #990000;
	color: #FFFFFF;
	padding: 20px 20px 10px 20px;
	text-align: center;
	border-left: 0px;
	border-radius: 0px 0px 0px 0px;
	/*border-style: solid;*/
}
.info-box-red2 {
	background-color: #990000;
	color: #FFFFFF;
	padding: 30px 20px 40px;
	text-align: center;
}
.info-box-red-left {
	background-color: #990000;
	color: #FFFFFF;
	padding: 20px 20px 10px 20px;
	text-align: left;
	border-left: 0px;
	border-radius: 0px 0px 0px 0px;
	/*border-style: solid;*/
}
.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

img {
	background-repeat: no-repeat;
	float: none;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: bottom;
	text-align: left;
	padding-bottom: 0px;
}

{
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 0px;
}

.col-1 {width: 8.33%;
}
.col-2 {width: 16.66%;
}
.col-3 {width: 25%;
}
.col-4 {width: 33.33%;
}
.col-5 {width: 41.66%;
}
.col-6 {width: 50%;
}
.col-7 {width: 58.33%;
}
.col-8 {width: 66.66%;
}
.col-9 {width: 75%;
}
.col-10 {width: 83.33%;
}
.col-11 {width: 91.66%;
}
.col-12 {width: 100%;
}
/* Mouseover tekst */
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}

/* Tooltip text*/
.tooltip .tooltiptext {
  visibility: hidden;
  width: 264px;
  bottom: 0%;
  left: 50%; 
  margin-left: -132px; /* Use half of the width (120/2 = 60), to center the tooltip */
  background-color: black;
  opacity: 0.8; 
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 0px;
  
  /*Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*iPhone view*/
@media screen and (max-width: 380px)  {
	/*Pourteait*/
	
	
   	h9 {
    font-size: 1.1em;
    }
	
	h3 {
    font-size: 1.2em;
    }
	
	p {
	font-size: 1.2em;
	line-height: 1.2em;
	}
}

@media screen and (min-width:321px) { 
	/*Landscape*/

    h9 {
    font-size: 1.0em;
	line-height: 1.2em;
    }
	
	 p {
    font-size: 1.1em;
    }
	
}



@media screen and (max-width : 760px) {
    /* For mobile phones: */
	
	[class*="col-"] {
    width: 100%;
  	}
  
  	h9 {
	font-size: 18px;
	line-height: 20px;
	}
	
	 /*Make dropdown links appear inline*/
    ul {
	position: relative;
	display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }
	/*Display 'show menu' link*/
    .show-menu {
	display:block;
	text-align: center;
    }
	.info-box-white-foto2 {
	display:none;
	}
	.pimg1, .pimg2, .pimg3{
    display:none;
  	}
	/*.hero {
	display:none;
    }*/
	/*.info-box-white-foto-left {
	display:none;
	}*/
	footer {
	background-image: url(../images/baggr_bund_760.jpg);
	}
	header {
	background-image: url(../images/Baggr_top_760.jpg);
	}
	header hr {
		display:none;
	}
	.hero {
	min-height: 150px;
	width: 100%;
}
	/*.info-box-grey-low {
	background-color: #CCCCCC;
	color: #FFFFFF;
	padding: 0px 10px 0px;
	text-align: center;
	min-height: 30px;
	font-size: 14px;
	padding-bottom: 0px;
	}*/
	.info-box-grey-low {
	max-width: 100%;
	/*width: 100%;*/
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	.style-logo {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:22px;
		display: block;
		width: 210px;
	
	}
}


/*Tablet View*/

@media (min-width: 761px) {
	
	/*body {
		max-width: 1023px;
	}*/
	
	.style-nav ul li {
	display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
	font-size: 30px;
	margin-bottom: 90px;
	}
	
	h2 {
	font-size: 24px;
	margin-bottom: 16px;
	}
	
	p {
	font-size: 14px;
	margin-bottom: 16px;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px) {
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	h1 {
	font-size: 40px;
	margin-bottom: 90px;
	}
	
	h2 {
		font-size: 30px;
		margin-bottom: 16px;
	}

	
	/*.col-lg-one-fourth {
		width: 25%;
	}
}*/
.row .col-6 .info-box-opacity-foto .info-box-white-foto em {
	font-style: italic;
}
em {
	font-style: italic;
}
i {
	font-style: italic;
}
