body
{
  font-family: Arial, Helvetica, sans-serif;
  color: #717171;
}

div#contact
{
	visibility: visible;	
}

div#indhold
{
	visibility: visible;	
}

/* ************ Going mobile **************** */
@media screen and (max-width: 1250px)
{
	
	body
	{
		background-color: #ffffff;
	}
	
	div#pc
	{
		visibility: hidden;
		display:none;
	}
	div#foto
	{
  		width:100%;
  		height: 300px;
  		background-size: cover;
		background-image: url('../pics/bannerbig.jpg');
		background-position: center;
  		margin: 0 auto;
  		background-repeat: no-repeat;
	}
	
	
	
	A {text-decoration: none; color: inherit}
	A:visited {text-decoration: none; color: inherit}
	A:active  {text-decoration: none; color: inherit }
	A:hover  {text-decoration: none; color: inherit}
	
	
}

/* *********** Going to Pc ***************** */
@media screen and (min-width: 1251px)
{
	
	A {text-decoration: none; color: inherit}
	A:visited {text-decoration: none; color: inherit}
	A:active  {text-decoration: none; color: inherit }
	A:hover  {text-decoration: none; color: inherit}
	body
	{
		background-color: #ffffff;	
	}
	div#mobile
	{
		visibility: hidden;
		display:none;
	}
	div#foto
	{
		
  		width:100%;
  		height: 300px;
  		background-size: cover;
		background-image: url('../pics/bannerbig.jpg');
		background-position: center;
  		margin: 0 auto;
  		background-repeat: no-repeat;
	}
	
	
	
	div#pcmenu
	{
		font-size: 15pt;
		letter-spacing: 5px;
		
		table
		{
			font-family: Arial, Helvetica, sans-serif;
			color: #5c5c5c;
		}
	
	A {text-decoration: none; color: #5c5c5c;}
	A:visited {text-decoration: none; color: #5c5c5c;}
	A:active  {text-decoration: none; color: #5c5c5c;}
	A:hover  {text-decoration: none; color: #5c5c5c;}	

	}
	
}

div#portrait_pc
{
		display: flex;
		width: 200px;
		height: 248px;
		background-size: cover;
		position: relative;
		left: 200px;
		top: -140px;
		visibility: hidden;
		background-image: url('../pics/TinaThestrup.jpg');
		background-position: center;
		
	margin-left: auto;
	margin-right: auto;
		background-repeat: no-repeat;
}

div#portrait_mobile
{
		display: flex;
		width: 200px;
		height: 248px;
		background-size: cover;
		position: relative;
		left: -70px;
		top: -20px;
		visibility: hidden;
		background-image: url('../pics/TinaThestrup.jpg');
		background-position: center;
		
	margin-left: auto;
	margin-right: auto;
		background-repeat: no-repeat;
}

div#indhold_mobil
{
		margin-top: 0;
}

div#indhold_pc
{
		margin-top: 0;
}


div#footer_mobile
{
	width: auto;
	background-color: #5c5c5c;
	color: #ffffff;
	text-decoration: none;
	A {text-decoration: none; color: #ffffff;}
	A:visited {text-decoration: none; color: #ffffff;}
	A:active  {text-decoration: none; color: #ffffff;}
	A:hover  {text-decoration: none; color: #ffffff;}
}

div#footer_pc
{
	/*background-color: #5c5c5c;
	color: #ffffff;
	
    width: 100%;
    left: 0px;
    right: 0px;*/
    background-color: #5c5c5c;
	color: #ffffff;
	position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
	bottom:0%;
	
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #ffffff;
  color: white;
}