/*
	© Copyright 2014
	
	Thrane.nu
	Spangevej 19
	DK-8700 Horsens
	Denmark
	
	http://thrane.nu
	
	Dette css-dokument (Cascading Style Sheet) er beskyttet	af
	copyright og de love, der anvendes til beskyttelse heraf.
	Brug af hele, eller dele af dette stylesheet er forbudt
	uden forudgående tilladelse fra Thrane.nu og må kun anvendes
	med skriftlig godkendelse fra Thrane.nu.
*/

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap');

#Thrane {
	width: 24px;
	height: 24px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url(/gfx/system/Thrane.png);
	background-color: #333;
	background-repeat: no-repeat;
	text-indent: -999999px;
	z-index: 750;
	background-position: 2px 2px;
	opacity: 0.5;
}
#Thrane:hover {
	opacity: 1.0;
}
@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
	#Thrane {
	background-image: url(/gfx/system/Thrane2x.png);
	background-size: 20px;
}
}


html, body {
	margin: 0px;
	height: 100%;
}
body {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif;
	font-weight: 400;
    background-color: rgba(0,0,0,1.00);
	font-size: 18px;
	color: rgba(255,255,255,1.00);
    line-height: 1.6;
}
table, p, form {
	margin: 0px;
}
a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
img {
	border-style: none;
}
h1 {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 35px;
	margin: 0;
}
h2 {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin: 0;
}

.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.ImgNoUnderline a {
	border-bottom: 0px none !important;
}


#nielshausgaard {
	display: block;
	position: fixed;
	width: 50%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 300;
	vertical-align: bottom;
}
#nielshausgaard .photo {
	position: absolute;
	top: 0;
    left: 0;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 99%;
}
#logo {
	display: block;
	position: absolute; 
    top: 40px;
    right: 50px;
	z-index: 400;
	width: 70%;
}
#logo .logo {
    width: 100%;
    height: auto;
}
#logo .panduro {
    width: 180px;
    height: auto;
    margin-top: 10px;
}
#text {
    padding-left: 20vw;
    margin-top: 25px;
}

#photocredit {
	position: fixed;
	bottom: 4px;
	left: 30px;
	z-index: 500;
    font-size: 10px;
}
.info {
    font-size: 13px;
}

.gdpr {
	padding: 20px;
	font-size: 12px;
}


#mce-success-response {
	color: rgba(170,0,0,1.00);
}

.av-checkbox {
	padding: 0;
	margin-right: 8px;
}


@media (max-width: 599px) {	
h1 {
	font-weight: 700;
	font-size: 35px;
	margin: 0;
}
h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
#nielshausgaard {
	width: 100%;
}

#logo {
    top: 0px;
    right: 0px;
	width: auto;
    padding: 20px;
}
#text {
    padding: 10px;
    margin-top: 80vw;
}   
    
    
    
}